/*

Theme Name: Salient Child Theme

Description: This is a custom child theme for Salient

Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266

Author: ThemeNectar

Author URI:  https://themeforest.net/user/themenectar

Template: salient

Version: 1.0

*/

/*


CSS adicionado em páginas específicas (via mecanismo do salient): home

*/





#ajax-content-wrap .container-wrap{
    /* background-image: url("images/mandala.png");
    background-repeat: no-repeat;
    background-position: center 120px; */
    /* padding: 5rem 0 7rem !important; */
}


/* estava mudando a cor do menu superior */
.page-header-overlay-color{
    display: none !important;
}

/* 
* HOME
*/

body #header-outer, body[data-header-color="dark"] #header-outer{
    background: #202020;
}

body.home #header-outer:not(.small-nav) header#top .row > .col.span_3{
    height: 106px;
}

body.home #header-outer:not(.small-nav) header#top a#logo{
    position: relative;
    bottom: -50px;
    background: #202020;
    padding: 3rem;
    border-radius: 70%;
    box-shadow: 0 27px 13px -13px rgba(0,0,0,0.22);
}

body.home #header-outer:not(.small-nav) header#top a#logo img{
    height: 180px;
}

body.home .nectar-recent-post-slide .grav-wrap{
    display: none !important;
}

/* 
* Cabeçalho das paginas
*/

#page-header-wrap, #page-header-wrap #page-header-bg, div.page-header-no-bg{
    height: 146px !important;    
}

div.page-header-no-bg {
    background:#202020;
}

div#page-header-wrap div.inner-wrap h1, div.page-header-no-bg div.section-title h1 {
    font-size: 2.5rem !important;
    font-family: 'Lovely Day' !important;
    /* font-variant: small-caps !important; */
    font-weight: normal !important;
    color: #DDB96F !important;
}

/* div#page-header-wrap + .container-wrap .main-content, */

div.page-header-no-bg + .container-wrap .main-content {
    margin-top: 2rem;
}


/* 
* Lista customizada
 */

.custom-list-col .nectar-fancy-ul li h3{
    color: #C4A461;
    font-weight: bold;
}

.custom-list-col .nectar-fancy-ul li+li{
    margin-top: 2rem;
}


/* 
* LOJA
*/

body.single-product section.related.products{
    margin-top: 7rem;
}

body.single-product  .nectar-prod-wrap .woocommerce-Price-amount.amount{
    color: #757575
}

#sidebar .wp-block-woocommerce-product-categories li{
    border: none !important;
}

#sidebar div ul {
    margin-left: 1rem;
}

#sidebar .wc-block-product-categories-list-item-count{
    color: #757575;
}

div.woocommerce-tabs li#tab-title-description a {
    font-weight: normal !important;
}


/* 
* MENUS
*/

#header-outer #top .sf-menu > li > ul, body #header-outer #top .nectar-woo-cart .widget_shopping_cart, body #header-outer #top .cart-notification{
    margin-top: 0;
    top:100%;
    background: #f5f5f5;
    padding: 1.5rem;
}

ul.sf-menu > li > ul.sub-menu{
    box-shadow: 0 15px 28px rgba(0,0,0,.08);
    background: rgba(255,255,255,.9) !important;
}

ul.sf-menu > li > ul.sub-menu li a {
    color: #202020 !important
}

/* Coluna do logo */
body.home #header-outer:not(.small-nav) header#top .row > .col.span_3{
    z-index: 1;
}

.fw-bold{ font-weight: bold !important; }





