/*
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
*/
#banner h1 {
    font-size: 76px;
	line-height: 74px;
}
#banner .nectar-button span {
    font-size: 14px;
}
nav li a {
    text-transform: capitalize!important;
}
.woocommerce-shop nav.woocommerce-breadcrumb {
    display: none !important;
}

.woocommerce-shop form.woocommerce-ordering {
    display: none !important;
}

.woocommerce-shop p.woocommerce-result-count {
    display: none !IMPORTANT;
}
.single-product nav.woocommerce-breadcrumb {
    display: none !IMPORTANT;
}

.woocommerce-form button.woocommerce-Button {
    margin: 0 !important;
}

#top ul.sf-menu.sf-js-enabled.sf-arrows li a {
    position: relative;
}

#top ul.sf-menu.sf-js-enabled.sf-arrows li a:after {
    content: '';
    height: 10px;
    width: 1px;
    background: #ffffff;
    display: inline-block;
    margin-left: 25px;
}

#top ul.sf-menu.sf-js-enabled.sf-arrows li:last-child > a:after {
    content: none;
    border: none; 
}

/* #top .current-menu-item span {
    color: #F7D8BA;
}
 */
/* #top ul.sf-menu.sf-js-enabled.sf-arrows li a span:hover {
    color: #F7D8BA !important;
}
 */
#banner .row-bg.viewport-desktop.using-image {
    background-size: cover;
}

a#btn1 {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Alegreya Sans';
    font-weight: 500;
    line-height: 14px;
    padding: 15px 20px;
    transition: 0.9s;
	border-radius: unset !important;
}

h5 {
    margin-bottom: 15px;
}

#sec1 h2 {
    margin-bottom: 30px;
}

#sec2 i.fa.fa-long-arrow-right {
    margin-left: 10px;
}

#sec2 a {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Alegreya Sans';
    font-weight: 500;
}

#sec2 h4 {
    position: relative;
}

/* #sec2 h4:before {
    
	content: '';
    height: 3px;
    width: 100%;
    background: #646260;
    position: absolute;
    left: 0;
    bottom: 35px;
    opacity: 0;
}
 */
#sec2 h4 {
    margin-top: 20px;
}


#sec2 .hover-wrap {
    margin: 0 !IMPORTANT;
}

#sec2 .hover-wrap-inner {
    position: relative;
}

#sec2 .hover-wrap-inner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    background: linear-gradient(180deg, rgba(247, 216, 186, 0.3) 0%, #F7D8BA 100%);
    z-index: 99;
    left: 0;
    bottom: 0;
    transition: 0.9s;
}


#sec2 .carousel-item:hover .hover-wrap-inner:before {
    height: 100%;
    opacity: 10 !IMPORTANT;
    transition: 0.9s;
}

#sec2 .carousel-item:hover h4:before {
    opacity: 10 !IMPORTANT;
}

#sec2 button.owl-dot.active span {
    background: #000000;
    transform: unset;
    height: 10px;
    width: 10px;
}

#sec2 button.owl-dot span {
	transform: unset;
	height: 10px;
	width: 10px;
	margin-right: 4px;
	margin-left: 4px;
}

#sec2 h6 {
    font-size: 23px;
    font-family: 'Alegreya Sans';
    font-weight: bold;
}

#sec3 h3 {
    position: relative;
}

#sec3 h3:before {
	content: '';
	background: #333333;
	height: 2px;
	width: 105.3%;
	left: -10px;
	position: absolute;
	top: 35px;
}

#sec3 p {
    margin-top: 25px;
}

#sec3 p {
    margin-top: 25px;
}

#sec3 #r1 .vc_col-sm-4 .vc_column-inner {
    background: white;
    padding: 10px 10px;
    height: 221px;
}

#sec3 a#btn1 {
    opacity: 0;
}

#sec3 #r1 .vc_col-sm-4 .vc_column-inner:hover {
    background: #333333;
    transition: 0.9s;
}

#sec3 #r1 .vc_col-sm-4 .vc_column-inner:hover h3 span {
	color: #F7D8BA !IMPORTANT;
	transition: 0.9s;
}

#sec3 #r1 .vc_col-sm-4 .vc_column-inner:hover .img1{
    filter: brightness(0) saturate(100%) invert(84%) sepia(32%) saturate(308%) hue-rotate(335deg) brightness(102%) contrast(94%);
    transition: 0.9s;
}

#sec3 #r1 .vc_col-sm-4 .vc_column-inner:hover p span {
	color: #F7D8BA !important;
	transition: 0.9s;
}

#sec3 #r1 .vc_col-sm-4 .vc_column-inner:hover a#btn1 {
    opacity: 1;
    background: #F7D8BA !important;
    color: #333333;
    transition: 0.9s;
}

#sec3 #r1 .vc_col-sm-4 .vc_column-inner:hover h3:before {
    background: #F7D8BA;
    transition: 0.9s;
}


#sec4 .open .inner-toggle-wrap {
    background: #F7D8BA;
}

#sec4 .open a.toggle-heading {
    background: #F7D8BA;
    color: black;
    border-bottom: 1px solid #fff;
}

#sec4 .toggle>.toggle-title a i {
    left: unset !IMPORTANT;
    right: 20px;
    color: white;
}

#sec4 .open i.fa.fa-minus-circle {
    color: black;
}

#sec4 a.toggle-heading {
    padding-left: 15px !important;
    background: #333333;
    color: white;
}

#sec5 .carousel-item {
    margin-right: 25px;
    padding: 10px 10px;
    border-radius: 20px;
}

#sec5 .img1 {
	float: right;
	margin-top: -50px;
}

#sec5 .carousel-item:hover {
    background: #333333;
    transition: 0.9s;
}

#sec5 .carousel-item:hover p span {
    color: #F7D8BA !IMPORTANT;
    transition: 0.9s;
}

#sec5 .carousel-item:hover h6 span {
    color: #F7D8BA !important;
    transition: 0.9s;
}

#sec5 .carousel-item:hover .img1 {
	filter: brightness(0) saturate(100%) invert(84%) sepia(32%) saturate(308%) hue-rotate(335deg) brightness(102%) contrast(94%);
    transition: 0.9s;
}

#sec5 button.owl-dot.active span {
    background: #F7D8BA;
    height: 10px;
    width: 30px;
    transform: unset;
}

#sec5 button.owl-dot span {
    transform: unset;
    height: 10px;
    width: 10px;
    margin-right: 4px;
    margin-left: 4px;
    background: #FEF9F5;
}

#sec5 h6 {
    font-size: 15px;
    font-family: 'Alegreya Sans';
    font-weight: bold;
}

#footer ul#menu-f2 li {
    list-style: unset;
    display: inline-block;
    margin-right: 50px;
}

#footer ul#menu-f2 li a {
    color: #C2C2C2;
    font-size: 15px;
}

#footer ul#menu-social-footer li {
    list-style: unset;
    display: inline-block;
    margin-right: 5px;
}

#footer ul#menu-social-footer li a i {
    background: #FFFFFF;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 25px;
    color: #444444 !important;
    font-size: 20px;
}

#footer .menu-social-footer-container {
	float: right;
}

#footer div#r2 {
    border-top: 1px solid #F7D8BA;
}

#footer ul {
    margin-bottom: 0px !important;
}

#footer div#r2 {
	padding-top: 10px;
	padding-bottom: 10px ! IMPORTANT;
}

#footer ul#menu-social-footer li i:hover {
    background: #F7D8BA !important;
	transition: 0.9s;
}

#footer ul#menu-f2 li a:hover {
    color: #F7D8BA !important;
}

@media (max-width: 1600px) {}
@media (max-width: 1440px) {
	div#banner{
    padding-top: 355px!important;
    padding-bottom: 143px!important;
}
}
@media (max-width: 1366px) {}
@media (max-width: 1280px) {
	#top ul.sf-menu li a {
    font-size: 12px!important;
}
	#footer ul#menu-f2 li{
margin-right: 27px;
line-height: 24px;
}
	#banner h1 {
    font-size: 68px;
    line-height: 68px;
}
}
@media (max-width: 1024px) {
	#footer ul#menu-f2 li{
margin-right: 27px;
line-height: 24px;
}
	#banner h1 {
    font-size: 52px;
    line-height: 50px;
}
#banner .nectar-button span {
    font-size: 14px;
}

}
@media (max-width: 820px) {}
@media (max-width: 768px) {}
@media (max-width: 480px) {
	#banner .row-bg.viewport-desktop.using-image {
    background-size: cover;
}
	#banner p br {
    display: none;
}

	div#sec1 {
    text-align: center;
}

	#sec1 p br {
    display: none;
}
	#sec1 h2 {
    margin-bottom: 20px;
}
	#sec4 .wpb_text_column.wpb_content_element {
    margin-bottom: unset !IMPORTANT;
}
	#sec4 a.nectar-inherit-h6.toggle-heading {
    font-family: 'Alegreya Sans';
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
}
	#sec6 h2 {
    font-size: 27px;
}

	div#footer {text-align: center;}

	#footer p {
    font-size: 13px;
}
	
	#footer .menu-social-footer-container {
    float: unset;
}
	#footer ul#menu-f2 li {
    display: block;
    margin-bottom: 5px;
}
	div#banner {
        padding-top: 140px !important;
        padding-bottom: 62px !important;
    }
#banner h1 {
        font-size: 28px;
        line-height: 30px;
    }
    #banner .nectar-button span {
        font-size: 12px;
    }
}
@media (max-width: 430px) {
	#banner .row-bg.viewport-desktop.using-image {
    background-size: cover;
}
	#banner p br {
    display: none;
}

	div#sec1 {
    text-align: center;
}

	#sec1 p br {
    display: none;
}
	#sec1 h2 {
    margin-bottom: 20px;
}
	#sec4 .wpb_text_column.wpb_content_element {
    margin-bottom: unset !IMPORTANT;
}
	#sec4 a.nectar-inherit-h6.toggle-heading {
    font-family: 'Alegreya Sans';
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
}
	#sec6 h2 {
    font-size: 27px;
}

	div#footer {text-align: center;}

	#footer p {
    font-size: 13px;
}
	
	#footer .menu-social-footer-container {
    float: unset;
}
	#footer ul#menu-f2 li {
    display: block;
    margin-bottom: 5px;
}
}
@media (max-width: 414px) {}
@media (max-width: 390px) {}
@media (max-width: 375px) {}
@media (max-width: 360px) {}






















































































































































































