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



/* landing page css start */

.homeHeroSec {
    height: calc(100vh - 32px);
}
.homeHeroSec ul.nectar-parallax-scene li.layer:nth-child(2) > div {
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    transform: translate(400px, 0px);
}
.heroContentCol > .vc_column-inner .wpb_wrapper h1 {
    color: #fff;
    max-width: 600px;
}

.heroContentCol > .vc_column-inner .wpb_wrapper h6 {
    color: #E5DBD6;
    max-width: 600px;
}

.heroContentCol > .vc_column-inner .wpb_wrapper .iwithtext {
    background: #58761C;
    padding: 10px 20px;
    border-radius: 4px;
    display: inline-flex !important;
        align-items: center;
    gap: 8px;
}

.heroContentCol > .vc_column-inner .wpb_wrapper .iwithtext .iwt-icon {
    position: unset;
}

.heroContentCol > .vc_column-inner .wpb_wrapper .iwithtext .iwt-icon i {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}

.heroContentCol > .vc_column-inner .wpb_wrapper .iwithtext .iwt-text {
     padding: 0;
    color: #F5F0E8;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500
}
.heroContentCol > .vc_column-inner .wpb_wrapper .iwithtext .iwt-icon img {
    margin: 0;
    width: 16px;
    height: 16px;
}




.betterConversationHeadingCol > .vc_column-inner .wpb_wrapper h2 {
    color: #1E1E21;
}

.betterConversationHeadingCol > .vc_column-inner .wpb_wrapper h6 {
    color: #78787A;
}

.betterConversationInnerBox > .vc_column-inner .img-with-aniamtion-wrap img {
    margin-bottom: 40px !important;
}

.betterConversationInnerBox > .vc_column-inner  .wpb_wrapper h5 {
    color: #1E1E21;
}

.betterConversationInnerBox > .vc_column-inner .wpb_wrapper p {
    color: #78787A;    
	max-width: 400px;
    margin: 0 auto;
}

.badgeText {
    display: inline-block;
}

.badgeText p {
    font-size: 20px;
    line-height: 28px;
	color:#D99202;
    text-transform: uppercase;
    position: relative;
    padding-left: 20px;
}

.badgeText p:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100px;   
    position: absolute;
    top: 10px;
    left: 0;
	background-color:#D99202;
}

.blueBadge {
    display: inline-block;
}

.blueBadge p {
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    position: relative;
	color:#1E1E21;
    padding-left: 20px;
}

.blueBadge p:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100px;   
    position: absolute;
    top: 10px;
    left: 0;
	background-color:#1E1E21;
}


.creatorCommerceTogetherContentCol > .vc_column-inner .wpb_wrapper h2 {
    color: #1E1E21;
}

.creatorCommerceTogetherContentCol > .vc_column-inner .wpb_wrapper h6 {
    color: #78787A;
}

.glanceText {
    display: flex;
    gap: 120px;
    align-items: center;
    padding: 24px;
	margin:0px !important;
}


.glanceText p {
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    color: #D99202;
    font-weight: 600;
}

.glanceText h6 {
    font-size: 26px !important;
    line-height: 34px !important;
    margin: 0;
}
.glanceText h6 {
	font-size: 20px !important;
    font-weight: 600 !important;
}
.glanceText:nth-child(odd) {
    background-color: #1B3F23;
	border-radius: 8px;
/*     border: 1px solid #2A2A2E; */
}
.glanceText:nth-child(odd) h6 {
    color: #F5F0E8;
}

.glanceText:nth-child(even) {
    background-color: #fff;
/*     border: 1px solid #E4E4E4; */
}

.glanceText:nth-child(even) h6 {
    color: #1E1E21;
}
.attentBoxRow > .col {
	position: relative;
}
.attentBoxRow > .col:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 150px;
	background-color: rgb(255 255 255 / 40%);
}
.nectar-responsive-text.attendBoxHeading {
    min-height: 80px;
} 
.expectBlockquoteBox .wpb_wrapper blockquote {
	margin-bottom: 0 !important;
}
.expectBlockquoteBox .wpb_wrapper blockquote:before {
    width: 1px !important;
    border-left: 1px solid rgb(30 30 33 / 40%) !important;
}
.expectBlockquoteBox .wpb_wrapper blockquote h5 {
	margin-bottom: 32px;
}
.expectBlockquoteBox .wpb_wrapper blockquote h6 {
	font-size: 16px;
	line-height: 24px;
	color: #78787A;
}

.footerCopyrightCol > .vc_column-inner .wpb_wrapper p {
    font-size: 14px;
    line-height: 20px;
    color: #A3A099;
}

.footerCopyrightCol > .vc_column-inner .wpb_wrapper p a {
    color: #A3A099;
}



/* landing page css ends */

@media only screen and (max-width: 1200px) {
	.humanMainCol > .vc_column-inner {
		padding: 40px !important;
	}
	.humanContentBox .wpb_wrapper .divider-wrap .divider-small-border {
		width: 100%;
	}
}


@media only screen and (max-width: 999px) {
	.nectar-responsive-text.attendBoxHeading {
    	min-height: auto;
	}
	.attentBoxRow > .col:before {
		content: unset;
	}
}