/*
 Theme Name:   Soledad Child Theme
 Theme URI:    http://pencidesign.com/
 Description:  Soledad Child Theme - Made by PenciDesign
 Author:       Pencidesign
 Version:      1.0
 Author URI:   http://pencidesign.com/
 Template:     soledad
 Text Domain:  soledad
*/

/* = Theme customization go here
-------------------------------------------------------------- */

.egg-container .btn-danger {
    color: rgb(255, 255, 255);
    background-color: rgb(217, 83, 79);
    border-color: rgb(212, 63, 58);
}
.egg-container .btn {
    display: inline-block;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    padding: 7px 14px;
    white-space: nowrap;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    border-radius: 4px;
}
.cegg-price-color {
    color: #dc3545;
}
.egg-container .cegg-price {
    font-weight: bold;
    white-space: nowrap;
}
.cegg-gridbox .productprice strike {
    color: grey;
    font-weight: normal;
    font-size: 0.85em;
}
.cegg-gridbox .producttitle, .cegg-gridbox .producttitle a {
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: normal;
    color: #333;
    font-size: 14px;
}
.egg-container .egg-stars-container {
    position: relative;
    display: inline-block;
    color: transparent;
    font-size: 20px;
    word-wrap: normal !important;
    overflow: hidden;
}
.egg-container .egg-stars-container:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '★★★★★';
    color: lightgray;
}
.egg-container .egg-stars-container:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '★★★★★';
    color: #fcc10a;
    overflow: hidden;
}
.cegg-gridbox .cegg-thumb img {
    border: 0 none;
    box-shadow: none;
    max-height: 200px;
}
#sidebar .cegg-gridbox {
	width: 49%;
    display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}
#sidebar .cegg-promotion {
	display: none;
}
#sidebar .cegg-btn-grid a:hover {
	color: #ffffff;
}
.cegg-mb10 {
	display: none;
}
.egg-container .text-muted {
    display: none;
}

.wp-menu-name .update-plugins {
	display: none!important;
}
.pc-update-notice {
	display: none!important;
}
.toplevel_page_soledad_dashboard_welcome .wp-submenu li:last-child {
	display: none!important;
}
.toplevel_page_soledad_dashboard_welcome .wp-submenu li:nth-child(13) {
	display: none!important;
}