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

/* Fix for WPRocket issue */
:root {
    --scroll-bar-w: -1px;
}

.wp-caption .wp-caption-text{
  max-width: 90%;
  width: auto;
  margin-left: 5%;
  display:inline-block;
  margin-bottom:5px;
  background-color: #fff;
  box-shadow: 0 10px 35px rgba(0,0,0,0.1);
}
.wp-caption .wp-caption-text, 
.row .col .wp-caption .wp-caption-text {
  padding: 5px 15px;
  top: -10px;
  position: relative;
  border-left: 4px solid #000;
}

.xt_wooqv-trigger {color: black !important;}

@media only screen and (min-width: 1000px){

.woocommerce div.product form.cart{
    margin-bottom: 2em!important;
    }
}



@media only screen and (max-width: 2560px) {
.wpb_wrapper h1.vc_custom_heading {
    font-size: 42px!important;
    line-height: 38.4px!important;
	}
}

@media only screen and (max-width: 690px) {
.wpb_wrapper h1.vc_custom_heading {
    font-size: 30px!important;
    line-height: 36px!important;
	}
}

p {
    line-height: 1.5;
}

.woocommerce #content div.product p.price del, .woocommerce #content div.product span.price del, .woocommerce div.product p.price del, .woocommerce div.product span.price del, .woocommerce-page #content div.product p.price del, .woocommerce-page #content div.product span.price del, .woocommerce-page div.product p.price del, .woocommerce-page div.product span.price del {
    color: rgb(255, 0, 0);
    font-size: 1em;
	  opacity: 1;
}	

.woocommerce-page ul.products li.product.minimal .price, .woocommerce ul.products li.product.minimal .price {
    display: none;
}

li.product.minimal .product-wrap img {
	border-radius: 6px !important;
}

.woocommerce-tabs {
    display: none;
}

body[data-fancy-form-rcs="1"] .select2-selection__rendered {
    height: 28px !important;
}
