/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.2
*/
/* body {
    font-family: 'Inter';
} */
h1, h2, h3, h4, h5, h6 {
	font-family: Oswald !important;
}  
.light {
    color: #fff !important;
}
body .mb-0 {
	margin-bottom: 0 !important;
}
body .wpb_wrapper .vc_custom_heading.hideText {
	font-size: 0 !important;
	line-height: 0 !important;
	margin: 0 !important;
}

.title {
	font-size: 12px;
	letter-spacing: 2px;
	position: relative;
	display: inline-block;
}
.txtUppercase {
	text-transform: uppercase !important;
}
.beforeLine .title {
	padding-left: 44px;
}
.beforeLine .title:before {
	content:"";
	background-color: #8B4A2B;
	width: 32px;
	height:1px;
	position: absolute;
	left: 0;
	top: 13px;
}
.medium { 
	font-weight: 500 !important;
}
em {
    font-family: Playfair Display;
	text-transform: none;
}
blockquote p {
	font-family: Playfair Display;
    font-style: italic;
    font-size: 26px;
    color: #4A3728;
}
body.material .nectar-button.large {
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
    letter-spacing: 0.87px;
	height: 50px;
	-webkit-transition: opacity .45s 
cubic-bezier(0.25, 1, 0.33, 1), transform .45s 
cubic-bezier(0.25, 1, 0.33, 1), border-color .45s 
cubic-bezier(0.25, 1, 0.33, 1), color .45s 
cubic-bezier(0.25, 1, 0.33, 1), background-color .45s 
cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s 
cubic-bezier(0.25, 1, 0.33, 1);
    transition: opacity .45s 
cubic-bezier(0.25, 1, 0.33, 1), transform .45s 
cubic-bezier(0.25, 1, 0.33, 1), border-color .45s 
cubic-bezier(0.25, 1, 0.33, 1), color .45s 
cubic-bezier(0.25, 1, 0.33, 1), background-color .45s 
cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s 
cubic-bezier(0.25, 1, 0.33, 1);
}
body.material .nectar-button.large:hover {
    box-shadow: 0 20px 38px rgba(0, 0, 0, .16) !important;
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}
body #top nav > ul > li[class*="button_solid_color"] > a:before {
	height: 33px !important;
}
.lineBreak {
	display: block;
}
body .hideText {
	font-size: 0 !important;
}
.HeroBannerRow > .row-bg-wrap .row-bg-overlay {
	background: radial-gradient(ellipse 1457.73px 674.359px at 55.66% 25.94%, rgba(74, 55, 40, 0) 0%, #4A3728 100%) !important;
}
.heroBioBox .vc_column-inner > .wpb_wrapper {
    max-width: 400px;
    position: relative;
    margin: 0 auto;
	border-radius: 10px;
}
.heroBioBox .vc_column-inner > .wpb_wrapper:before {
    content: "";
    background: linear-gradient(0deg, rgba(74, 55, 40, 1) 13%, rgba(74, 55, 40, 0) 70%);
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 10px;
}
.heroBioBox .vc_column-inner > .wpb_wrapper:after {
    content: "";
    background: #4A3728;
    background-color: rgb(255 255 255 / 10%);
    position: absolute;
    left: -1px;
    right: 0;
    width: 100%;
    height: 80%;
    bottom: -1px;
    z-index: -1;
    border-radius: 10px;
    border: 1px solid rgb(196 136 47 / 30%);
    margin: auto;
}
.heroBioBox .vc_column-inner .wpb_text_column {
    position: absolute;
    bottom: 0;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 99;
    padding: 20px 0 32px;
    border-top: 1px solid rgb(196 136 47 / 40%);
}
.heroBioBox .vc_column-inner .wpb_text_column h6 {
	color: #F5EFE0;
}
.heroBioBox .vc_column-inner .wpb_text_column p {
	color: #F3C798;
	font-size: 12px;
	line-height: 20px;
	z-index: 99;
}
body .nectar-fancy-ul ul, body .nectar-fancy-ul ul li:last-child {
	margin-bottom: 0 !important;
}
.meetContentBox .wpb_wrapper .nectar-fancy-ul li {
	padding-left: 20px !important;
}
.meetContentBox .wpb_wrapper .nectar-fancy-ul li:before {
	content: "" !important;
	background-color: #C4882F;
	width: 6px !important;
	height: 6px !important;
	border-radius: 100%;
}
.wpb_row.prioritiesBoxRow:not(.mb-0) {
    margin-bottom: 2px !important;
}
.iconContentBox .wpb_wrapper .wpb_text_column p {
    padding-bottom: 0 !important;
}
.iconContentBox .wpb_wrapper .wpb_text_column .title {
    margin-bottom: 16px;
}
.iconContentBox .wpb_wrapper .nectar-fancy-ul ul li {
	padding-left: 28px !important;    
}
.iconContentBox .wpb_wrapper .nectar-fancy-ul li i {
    font-weight: 400 !important;
    font-size: 13px !important;
    line-height: 20px !important;
}
.highLightBox .vc_column-inner {
    justify-content: center;
}
.valuesCountRow .col .valuesCountBox {
    border-right: 1px solid rgb(26 58 42 / 10%);
}
.valuesCountRow .col .valuesCountBox:last-child {
    border-color: transparent !important;
}
.valuesCountBox .wpb_wrapper .wpb_text_column {
    margin-bottom: 15px !important;
}
.valuesCountBox .wpb_wrapper .wpb_text_column p {
    padding-bottom: 0 !important;
}
.valuesCountBox .wpb_wrapper .wpb_text_column .title {
    margin-bottom: 20px;
}
.valuesCountBox .wpb_wrapper h5 {
    margin-bottom: 0 !important;
}
.eventCol .vc_column-inner .wpb_wrapper .eventContentRow {
    padding-bottom: 32px !important;
    margin-bottom: 32px !important;
    border-bottom: 1px solid rgb(26 58 42 / 10%);
}
.eventCol .vc_column-inner .wpb_wrapper .eventContentRow:last-child {
    margin-bottom: 32px;
}
.campaignBox .vc_column-inner {
    min-height: 250px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.campaignBox .vc_column-inner .column-image-bg-wrap {
    opacity: 0 !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.campaignBox .vc_column-inner:hover .column-image-bg-wrap {
    opacity: 0.35 !important;
}
.campaignBox .vc_column-inner .column-bg-overlay-wrap .column-bg-overlay {
    background-color: rgb(255 255 255 / 4%) !important;
}
.campaignBox .vc_column-inner:hover .column-bg-overlay-wrap .column-bg-overlay {
    background-color: rgb(204 204 204 / 4%) !important;
}
.campaignBox .vc_column-inner .wpb_wrapper {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}
.campaignBox .vc_column-inner h5 {
    font-size: 22px !important;
    line-height: 30px !important;
    font-family: 'Inter' !important;
    text-transform: none;
    font-weight: 400;
}
.galleryBox .vc_column-inner {
    overflow: hidden;
}
.galleryBox .vc_column-inner > .wpb_wrapper {
    position: relative;
}
.galleryBox .vc_column-inner > .wpb_wrapper:before {
    content: "";
    background: linear-gradient(0deg, rgba(74, 55, 40, 1) 0%, rgba(74, 55, 40, 0) 70%);
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 10px;
}
.galleryBox .vc_column-inner .wpb_text_column {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 99;
    padding: 20px 28px 32px;
    background-color: rgb(255 255 255 / 10%);
    border-top: 1px solid rgb(196 136 47 / 40%);
}
.galleryBox .vc_column-inner .img-with-aniamtion-wrap  img {
    width: 100% !important;
}
.supportContentBox .wpb_wrapper .nectar-fancy-ul ul {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
}
.supportContentBox .wpb_wrapper .nectar-fancy-ul ul li {
    padding-left: 0;
    display: flex;
    gap: 8px;
    background-color: #F5EFE0;
    height: 60px;
    align-items: center;
    padding: 0 24px;
    font-size: 18px;
    border-radius: 50px;
    color: #791C1E !important;
}
.supportContentBox .wpb_wrapper .nectar-fancy-ul ul li i {
    position: relative;
    height: auto;
    color: #791C1E !important;
}

.socialAddressBox{
    display:flex;
    gap:28px;
    flex-wrap:wrap;
}

.socialItem{
    width:200px;
    height:60px;
    border:1px solid rgba(245,239,224,.18);
    border-radius:2px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    text-decoration:none;
    color:rgba(245,239,224,.75);
    font-size:18px;
    font-weight:400;
    line-height:1;
    transition:.3s;
    background:transparent;
    box-sizing:border-box;
}

.socialItem .icon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:16px;
    height:16px;
    flex-shrink:0;
}

.socialItem svg{
    width:16px;
    height:16px;
    display:block;
}

.socialItem:hover {
    border-color:rgba(245,239,224,.5);
    color:#F5EFE0;
}

.socialItem:hover svg path{
    fill:#F5EFE0;
    fill-opacity:1;
}
.contactListingBox .wpb_wrapper .socialItem {
	color: rgb(74 55 40 / 70%) !important;
	border-color: rgb(74 55 40 / 10%) !important;
}
.contactListingBox .wpb_wrapper .socialItem:hover {
	color: #791C1E !important;
	border-color: #791C1E !important;
}
.contactListingBox .wpb_wrapper .socialItem:hover svg path {
	fill: #791C1E !important;
}
/* Form Container Styling */
/* .wpcf7 {
    background-color: #231912;
    padding: 30px;
    border-radius: 4px;
    max-width: 500px;
} */
.wpcf7 form p {
	padding-bottom: 0 !important;
}

/* Labels Styling */
.wpcf7 label {
    color: #C2B4A6; /* Light beige/grey text */
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}

/* Input Fields & Textarea Styling */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
    background-color: #2D221A; /* Slightly lighter brown for fields */
    border: 1px solid #3D3127; /* Subtle border */
    color: #FFFFFF;
    width: 100%;
    padding: 12px 15px;
    margin-top: 8px;
    border-radius: 3px;
    box-sizing: border-box;
}

/* Placeholders Color */
.wpcf7 ::placeholder {
    color: #615347; /* Muted placeholder color */
    opacity: 1;
}

/* Submit Button Styling */
.wpcf7 input[type="submit"] {
    background-color: #7A2021; /* Dark Red color */
    color: #FFFFFF;
    border: none;
    padding: 15px 35px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 3px;
    transition: background 0.3s ease;
}

/* Submit Button Hover Effect */
.wpcf7 input[type="submit"]:hover {
    background-color: #92292A;
}
.imageContentBox .wpb_wrapper h3 {
	margin-bottom: 16px !important;
}
.imageContentBox .wpb_wrapper p {
	padding-bottom: 0 !important;
}
.imageContentBox .wpb_wrapper .nectar-fancy-ul li {
	color: #4A3728;
	font-weight: 400;
	font-size: 16px !important;
	line-height: 24px !important;
}
.imageContentBox .wpb_wrapper .nectar-fancy-ul li i {
	font-weight: 400 !important;
    font-size: 13px !important;
	line-height: 20px !important;
	color: #c4882f !important;
}
.wpcf7 .contactForm label {
	color: #4A3728;
    font-weight: 400;
}
.wpcf7 .contactForm input[type="text"], .wpcf7 .contactForm input[type="email"], .wpcf7 .contactForm input[type="tel"], .wpcf7 .contactForm textarea, .wpcf7 .contactForm select {
	background-color: rgb(74 55 40 / 5%);
    border-color: rgb(74 55 40 / 10%);
	color: #4A3728 !important;
}
.actionBox .vc_column-inner {
	max-width: 460px !important;
}
.actionBox .wpb_wrapper .nectar-button {
	width: 100% !important;
    text-align: center;
}


@media only screen and (max-width: 1200px) {
	body .wpb_wrapper .vc_custom_heading.hideText {
        font-size: 0 !important;
		line-height: 0 !important;
    }
}


@media only screen and (max-width: 1024px) {
	body .wpb_wrapper .vc_custom_heading.hideText {
        font-size: 0 !important;
		line-height: 0 !important;
    }
}


@media only screen and (max-width: 999px) {
	#header-outer .container, #ajax-content-wrap .container-wrap .main-content, #footer-outer .container, body .nectar-global-section>.container {
        max-width: 100% !important;
		padding: 0 24px !important;
    }
	body .wpb_wrapper .vc_custom_heading.hideText {
        font-size: 0 !important;
		line-height: 0 !important;
    }
	body .wpb_row .col .iconContentBox {
		margin-bottom: 1px !important;
	}
	.valuesCountRow .col .valuesCountBox {
		border-right: none;
		border-bottom: 1px solid rgb(26 58 42 / 10%);
		margin-bottom: 0 !important;
	}
	body .supportContentBox .wpb_wrapper .nectar-fancy-ul ul {
		display: flex !important;
		margin: 0 auto !important;
	}
}


@media only screen and (max-width: 690px) {	
	#header-outer .container, #ajax-content-wrap .container-wrap .main-content, #footer-outer .container, body .nectar-global-section>.container {
        max-width: 100% !important;
		padding: 0 24px !important;
    }
	body .wpb_wrapper .vc_custom_heading.hideText {
        font-size: 0 !important;
		line-height: 0 !important;
    }
	.copyRightLogoBox {
		
	}
	
}


@media only screen and (max-width: 480px) {
	#header-outer .container, #ajax-content-wrap .container-wrap .main-content, #footer-outer .container, body .nectar-global-section>.container {
        max-width: 100% !important;
		padding: 0 16px !important;
    }
	.supportContentBox .wpb_wrapper .nectar-fancy-ul ul {
		gap: 12px;
	}
}