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

@import url(https://db.onlinewebfonts.com/c/bf9f5d50c1b928ff21436517a1a95ad9?family=Proxima+Nova);

/**Header**/

div#header-space {
    display: none;
}

div#header-outer {
    background-color: transparent;
    box-shadow: none !important;
}

#header-outer #logo img {
}

#header-outer[data-lhe="animated_underline"] li > a .menu-title-text {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}

ul.sf-menu.sf-js-enabled.sf-arrows {
    gap: 50px;
}

/**Global**/

h3 {
    font-size: 20px;
    color: #000;
    font-weight: 400;
}

h2 {
    font-size: 60px;
    line-height: 1;
    color: #000;
    font-weight: 600;
}

p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

a.nectar-button.small.regular {
    font-size: 15px;
    font-weight: 400;
    padding: 15px 25px;
    border: 2px solid #69a2c5;
}

ul li {
    list-style: none;
}

a.play_button_2.large.nectar_video_lightbox {
    display: none;
}

.nectar-video-box .inner-wrap {
    overflow: unset;
}

/**Slider**/

div#slider {
    padding: 201px 0px 70px !important;
}

#slider .wpb_text_column.wpb_content_element {
    -webkit-text-fill-color: #fff;
}

#slider h3 {
    font-family: "Proxima Nova";
}

/**Author**/

.auth-icon li a i {
    font-size: 20px;
    color: #000;
    background-color: #01348f4a;
    height: 40px;
    width: 40px;
    padding-top: 10px;
    border-radius: 25px;
}

#author .wpb_raw_code.wpb_content_element.wpb_raw_html {
    width: fit-content;
    margin-top: 20px;
}

div#author {
    padding: 100px 0px 100px !important;
}

ul.auth-icon {
    margin: unset;
}

.authorbox {
    background-color: #69a2c5;
    padding: 20px 30px !important;
    border-radius: 5px;
    position: absolute;
    right: -140px;
    z-index: 1;
    bottom: -209px;
    -webkit-text-fill-color: #fff !important;
}

.authorbox h6 {
    font-size: 40px;
    color: #000;
}

/**WhyRead**/

div#whyread {
    padding: 100px 0px 100px !important;
}

#whyread .vc_col-sm-5 .wpb_wrapper {
    margin-top: 90px;
}

#whyread .wpb_text_column.wpb_content_element {
    -webkit-text-fill-color: #fff;
}

#whyread a.nectar-button.small.regular {
    background: #fff !important;
    color: #69a2c5;
    border: 2px solid #fff;
}
#whyread a {
    margin-right: 20px;
}
#whyread a.nectar-button.small.regular:nth-child(3) {
    /* margin-left: 20px; */
    background: transparent !important;
    color: #fff;
    border: 1px solid #fff;
}

.nectar-star-rating__content h4 {
    color: #fff;
    font-family: 'Philosopher';
}

.nectar-star-rating {
    flex-direction: row-reverse;
    width: fit-content;
    float: right;
    margin-right: 200px;
    margin-top: 15px;
}

#whyread h4 {
    font-family: 'Philosopher';
    font-weight: 400;
    font-size: 24px;
}

/**Video**/

#video .nectar-video-box {
    width: 20%;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 170px;
}

div#video {
    padding: 100px 0px 0px !important;
}

/**Testimonials**/

div#testimonials {
    padding: 100px 0px 100px !important;
}

#testimonials .carousel-item img {
    width: 10%;
}

#testimonials .carousel-item h5 {
    color: #000;
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 900;
    margin-bottom: 0;
}

#testimonials .carousel-item h6 {
    color: #000;
    font-family: 'Inter';
    font-weight: 500;
}

#testimonials .carousel-item {
    width: 80%;
    margin: auto;
}

#testimonials .owl-nav.disabled {
    display: flex !important;
    justify-content: space-between;
    position: relative;
    top: -180px !important;
}

#testimonials .owl-theme[data-desktop-cols] .owl-nav [class*=owl-] {
    background: #69a2c5 !important;
    border: 1px solid #69a2c5 !important;
    font-size: 25px;
    border-radius: 25px !important;
    width: 40px;
    height: 40px;
}

/**Footer**/

div#footer-outer {
    background-color: transparent;
}

#footer-outer .widget h4 {
    color: #fff;
    font-family: 'Poppins';
    font-size: 18px;
}

#footer-outer .col.span_3:nth-child(1) {
    width: 33%;
    margin-right: 80px;
}

#footer-outer .col.span_3:nth-child(2) {
    width: 15%;
}

#footer-outer .col.span_3:nth-child(3) {
    width: 18%;
}

#footer-outer p {
    color: #fff;
}

ul.ft-icon li a i {
    color: #fff;
    font-size: 21px !important;
    border: 1px solid #fff;
    height: 40px;
    width: 40px !important;
    padding-top: 8px;
    border-radius: 35px;
}

div#custom_html-2 {
    width: fit-content;
}

#footer-outer ul.ft-icon li {
    display: inline-flex;
    gap: 15px;
}
#footer-outer ul.ft-icon li a {
    transition: 0.5;
}

#footer-outer ul.ft-icon li a:hover i {
    background-color: #fff;
    color: #69a2c5;
}

#footer-outer #footer-widgets .col ul li a {
    color: #fff !important;
}

#footer-outer #footer-widgets .col ul li {
    color: #fff;
}

ul.ft-contact li a {
    display: flex !important;
    gap: 10px;
}

div#copyright {
    background: linear-gradient(45deg, #fff, #fff);
    top: -5px;
}

#footer-outer #copyright p {
    color: #000;
    text-align: center;
}

#copyright .col.span_5 {
    width: 100%;
}

/**InnerPages**/

#page-header-bg h2 {
    color: #fff;
}

button#wpforms-submit-31 {
    background: #60A0C7 !important;
    padding: 20px 35px !important;
    height: 50px;
}

div#contactus {
    padding: 100px 0px 100px !important;
}

#prod li.classic.product {
    width: 24%;
    margin: auto;
    background-color: #f0f0f0;
    padding: 30px;
    border-radius: 14px;
    margin-top: 40px;
}

.wp-singular.product-template-default div#header-outer {
    background-color: #000;
}

.wp-singular.product-template-default div#header-space {
    display: unset !important;
}

i.icon-salient-cart {
    color: #fff !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
    background-color: #60a0c7 !important;
}

/************************************ Media Query 250px to 999px ************************************/

@media (min-width: 250px) and (max-width: 999px) {

	h1, h2{
	    font-size: 44px !important;
	    text-align: center !important;
	    width: 100% !important;
	    line-height: 1.2 !important;
	}

	h3{
	    font-size: 18px !important;
	    text-align: center !important;
	    width: 100% !important;
	    line-height: 1.2 !important;
	}

	h4{
	    text-align: center !important;
	}

	p{
	    font-size: 16px !important;
	    text-align: center !important;
	    width: 100% !important;
	}

	a.nectar-button.small.regular {
	    width: 100% !important;
	    text-align: center !important;
	}

	.row-bg.viewport-desktop.using-image {
	    background-size: cover !important;
	}

	div#footer-outer {
	    background-size: cover !important;
	}
	
	#footer-outer .col.span_3:nth-child(1) {
	    width: 100% !important;
	    text-align: center !important;
	}
	
	#footer-outer .col.span_3:nth-child(2) {
	    width: 100% !important;
	    text-align: center !important;
	    margin-top: 30px;
	}
	
	#footer-outer .col.span_3:nth-child(3) {
	    width: 100% !important;
	    text-align: center !important;
	    margin: 0px !important;
	}
	
	#footer-outer button#wpforms-submit-26 {
	    width: 100% !important;
	}

    #footer-outer .col.span_3:nth-child(4) {
       width: 100% !important;
    }

	#footer-outer #copyright .col {
   	    width: 100% !important;
	}

	div#slider .row-bg.viewport-desktop.using-image {
	    background-position: center !important;
	}
	
	div#slider {
	    padding: 120px 0px 70px !important;
	}
	
	div#author img {
	    margin: 0 auto !important;
	}
	
	div#author {
	    padding: 60px 0px 250px !important;
	}
	
	#author .wpb_raw_code.wpb_content_element.wpb_raw_html {
	    margin: 0 auto !important;
	    padding-top: 30px;
	}
	
	.authorbox {
	    padding: 20px 0px !important;
	    border-radius: 5px;
	    position: absolute;
	    right: 0px;
	    z-index: 1;
	    bottom: -500px;
	}
	
	.authorbox h6 {
	    text-align: center !important;
	}
	
	div#whyread {
	    padding: 60px 0px 0px !important;
	}
	
	div#whyread img {
	    margin: 0 auto !important;
	}
	
	.nectar-star-rating {
	    display: none;
	}

	div#slider img {
	    top: 0px !IMPORTANT;
	}
	
	div#video .row_col_wrap_12.col.span_12.dark.left {
	    flex-direction: column-reverse !important;
	}
	
	div#video img {
	    padding-top: 16px;
	    margin: 0 auto !important;
	}
	
	div#whyread img.img-with-animation.skip-lazy {
	    top: -60px !important;
	}
	
	#video .nectar-video-box {top: 110px;}
	
	div#prod .divider {
	    display: none;
	}
	
	#prod li.classic.product {
	    width: 100% !important;
	}
	
	img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
	    object-fit: cover !important;
	}
	
	span.price {
	    text-align: center !important;
	}
	
	h2.woocommerce-loop-product__title {
	    font-size: 24px !important;
	}
	
	#testimonials .carousel-item img {
	    width: 35% !important;
	}
	
	#testimonials .owl-theme[data-desktop-cols] .owl-nav [class*=owl-] {
	    display: none;
	}
	
	ul.ft-icon {
	    margin-left: 60px !important;
	}
	
	#footer-outer #footer-widgets .col ul li {display: flex;align-content: center;justify-content: center;}
	
	button#wpforms-submit-31 {
		width: 100% !important;
	}
	
	li.classic.product.type-product {
		width: 100% !important;
		text-align: center !important;
	}
	

}






