/*
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
*/


body #header-outer:not(.transparent) #top .span_3 #logo[data-supplied-ml="true"] .mobile-only-logo img,
body #header-outer:not(.transparent)  #top .span_3 #logo .mobile-only-logo img{
    display: block!important;
}


#sb_instagram .sbi_type_carousel .fa-clone{
    font-size: 16px;
}

@media only screen and (max-width: 1000px) {
    body .container-wrap{
        padding-top: 0!important;
    }

    body #header-space{
        margin-bottom: -8px;
    }
}

@media only screen and (max-width: 801px) {
    #sb_instagram .sbi_type_video .fa-play{
        height: 18px!important;
        font-size: 18px!important;
        transform: translate(-50%, -50%)!important;
        margin: 0!important;
    }
}


/*single product price*/
.woocommerce .summary.entry-summary .price .price{
    font-size: 24px;
}

/*product image in category*/
.tax-product_cat .products .product .product-wrap > a{
    position: relative;
    padding-top: 150%;
    width: 100%;
    display: block;
}

.tax-product_cat .products .product .product-wrap > a img{
    position: absolute!important;
    top: 0;
    left: 0;
    height: 100%!important;
    object-fit: cover;
}

/*custom poga hover*/ 

.custom-button-class {
    background-color: white !important;
    border: 2px solid #d4b164 !important;
    color: #d4b164 !important;
    padding: 10px 20px !important;
	margin-bottom: 10px !important;
    text-decoration: none;
    font-size: 14px !important;
    border-radius: 4px !important;
    display: inline-block;
    transition: color 0.3s ease;
}

.custom-button-class:hover {
    color: #000000 !important;
}

