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

#header-outer ul.product_list_widget li dl dd, .nectar-slide-in-cart ul.product_list_widget li dl dd {
    color: #000  !important;
}

#top nav ul li a, #header-outer .sf-menu li ul li a {
	color: #000;
}

#footer-outer #copyright p {
	color: #fff !important
}

.nectar-post-grid-item h3.post-heading{
    font-size: 28px !important;
}

.widget.woocommerce .product-categories li .count, .widget.woocommerce .wc-layered-nav-term .count {
    right: -30px !important;
}

@media only screen and (max-width: 1024px) and (min-width: 400px){
	.row .span_2 h3, .row .span_3 h3, .row .span_4 h3, .row .vc_col-sm-2 h3, .row .vc_col-sm-3 h3, .row .vc_col-sm-4 h3, .row .col h3, body h3 {
		font-size:22px !important;
	}
}


.mobile-only{
		display:none;
	}

@media only screen and (max-width: 999px){
	.row .span_2 h3, .row .span_3 h3, .row .span_4 h3, .row .vc_col-sm-2 h3, .row .vc_col-sm-3 h3, .row .vc_col-sm-4 h3, .row .col h3, body h3 {
		font-size:16px !important;
	}
	.mobile-only{
		display:block;
	}
	.not-mobile{
		display:none;
	}
	.pswp__top-bar {
    top: 29px !important;
	}
	.widget.woocommerce .product-categories li .count, .widget.woocommerce .wc-layered-nav-term .count {
    	right: -25px !important;
	}
	#woocommerce_product_search-2 h4{
		padding-left: 0 !important;
	}
	#woocommerce_product_search-2 h4:before, #woocommerce_product_search-2 h4:after{
		background-color: transparent !important;
	}
}

@media only screen and (max-width: 500px){
	.woocommerce-Price-amount{
		font-size: 14px !important;
	}
}


li.product.minimal{
	margin-right:10px !important;
}

.php-live-tab{
	bottom: 0;
	color: #0000FF;
	cursor: pointer;
	line-height: 0px !important;
    text-decoration: underline;
    position: fixed;
    right: 5%;
    z-index:5000;
}

.grecaptcha-badge { visibility: hidden; }
