/*
Theme Name: Brand Collective
Description: Salient Child Theme
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar, bespoked by jonwallacedesign
Author URI:  https://www.jonwallacedesign.com
Template: salient
Version: 1.0
*/

/* /////////// GENERAL //////////// */


:root {
  --bcBrandColor: #e87367;
}

.material .wpb_content_element, .material .wpb_row {
margin-bottom: 0;
}
.container-wrap {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}

.container {
width: 100%;
padding: 0 30px;
max-width: 100%;
}
@media only screen and (min-width:1000px) {
.container {
max-width: 1800px;
padding: 0 40px;
width: 100%;
}
}
@media only screen and (max-width:500px) {
.container {
padding: 0 20px;
width: 100%;
}
}


/* remove gap at top of page */
body[data-header-resize="1"] .container-wrap, body[data-header-resize="1"] .project-title {
margin-top: 0;
padding-top: 0px;
}
/* remove unwanted gap at the top of the page */
#header-space {
height: 0 !important;
}

#breadcrumbs.yoast {
display: none !important;
}


/* /////////// FONTS ///////////// */
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
body , h1, h2, h3, h4, h5, h6, p, li , a , table , input , button, body , label, body * {
font-family: 'Figtree', Helvetica, Arial !important;
}



/* //////////// HEADER /////////////// */
body #header-outer {
background-color: rgba(255, 255, 255, 0);
}
#header-outer .container {
padding: 0 40px;
}
#top nav>ul>li>a {
font-size: 20px;
font-weight: 700;
text-transform: uppercase;
color: #fff;
}
#header-outer[data-lhe="animated_underline"] #top nav > ul > li > a .menu-title-text:after {
border-color: #fff !important; 
}
#header-outer[data-lhe="animated_underline"] #top nav > ul > li > a {
margin-left: 15px;
margin-right: 15px;
}
/* insta link - last in nav - hide on desktop, show on mobile but as an icon and hide the text */
#header-outer #top nav > ul li.menu-item-object-custom {
display: none !important;
}
@media only screen and (max-width:830px) {
#slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li.menu-item-object-custom a {
font-size: 0px !important;
width: 30px;
height: 30px;
}
.off-canvas-menu-container li.menu-item-object-custom {
display: inline-block !important;
width: 23px;
height: 23px;
margin-top: 18px;
background-image: url('/wp-content/themes/salient-child/images/linkedin_white.svg');
background-size: cover;
background-repeat: no-repeat;
}
}
/* hamburger */
.slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:after, .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:before, .slide-out-widget-area-toggle.mobile-icon .lines-button:after {
background-color: #fff;
}
/* gradient below nav links */
#header-outer::after {
width: 100%;
height: 150px;
content: "";
position: absolute;
top: 0;
background: linear-gradient(180deg,rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
/* remove drop shadow from bottom edge of header box once scrolled as not wanted - was 15% */
#header-outer[data-box-shadow="large"], body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow="large"][data-remove-fixed="0"]:not(.transparent):not(.invisible), body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow="large"][data-remove-fixed="1"]:not(.transparent) {
box-shadow: 0 3px 45px rgba(0, 0, 0, 0.0) !important;
}

/* keep main nav in longer than 1000px breakpoint - change at 750px */
@media only screen and (max-width:999px) {
#top #mobile-cart-link, #top .mobile-search, #top .span_9>.slide-out-widget-area-toggle {
display: none;
}
#header-outer #top nav, .slider-nav span span {
display: block !important;
}
body #header-outer {
padding: 25px 0;
}
}
@media only screen and (max-width:830px) {
#top #mobile-cart-link, #top .mobile-search, #top .span_9>.slide-out-widget-area-toggle {
display: inline-block;
}
#header-outer #top nav, .slider-nav span span {
display: none !important;
}
#header-outer[data-has-menu=true] #top .span_3, #header-outer[data-has-menu=true][data-mobile-fixed="1"] #top .span_3, #header-outer[data-has-menu=true][data-ptnm="1"] {
text-align: center !important;
}
}
/* force hide mobile menu background above 830px */
@media only screen and (min-width:831px) {
#slide-out-widget-area , #slide-out-widget-area-bg {
display: none !important;	
}
}



/* /////////////////////////// */
/* /////////////////////////// */
/* // nav scrolled elements // */
/* /////////////////////////// */
/* /////////////////////////// */
/* background behind nav */
body #header-outer.small-nav , body #header-outer.scrolled-down {
background-color: rgba(255, 255, 255, 0);
}
/* gradient below nav links */
body.home #header-outer.small-nav::after {
background: linear-gradient(180deg,rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
/* nav links */
#header-outer.small-nav #top nav>ul>li>a {
font-size: 20px;
font-weight: 700;
text-transform: uppercase;
color: #fff;
}
/* nav link hover underline */
#header-outer[data-lhe="animated_underline"].small-nav #top nav > ul > li > a .menu-title-text:after {
border-color: #fff !important; 
}
/* hamburger */
#header-outer.small-nav .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:after, #header-outer.small-nav .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:before, #header-outer.small-nav .slide-out-widget-area-toggle.mobile-icon .lines-button:after {
background-color: #fff;
}

body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
height: 85px;
}

@media only screen and (max-width:1050px) {
#top nav>ul>li>a {
font-size: 18px;
}
#header-outer[data-lhe="animated_underline"] #top nav > ul > li > a {
margin-left: 13px;
margin-right: 13px;
}
body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
height: 75px !important;
}
}
@media only screen and (max-width:1000px) {
#header-outer .container {
padding: 0 30px;
}
}
@media only screen and (max-width:800px) {
#top nav>ul>li>a {
font-size: 17px;
}
#header-outer[data-lhe="animated_underline"] #top nav > ul > li > a {
margin-left: 10px;
margin-right: 10px;
}
}
@media only screen and (max-width:750px) {
body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
height: 85px !important;
}
}
@media only screen and (max-width:700px) {
#header-outer .container {
padding: 0 20px;
}
}
@media only screen and (max-width:400px) {
body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
height: 75px !important;
}
}


/* mobile nav */
/* hide header dropper when menu open */
body.home #header-outer.side-widget-open::after , #header-outer.side-widget-open::after {
background: none;
}
#slide-out-widget-area-bg.fullscreen-alt .bg-inner {
background-color: var(--bcBrandColor) !important;
}
body.mobile.material[data-header-color=light] #header-outer .slide-out-widget-area-toggle a .close-line, body.mobile.material[data-header-color=light] #header-outer.transparent .slide-out-widget-area-toggle a .close-line {
background-color: #fff !important;
}
#slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a {
letter-spacing:0 !important;
text-transform: uppercase;
font-size: 26px !important;
color: #fff !important;
line-height: 100% !important;
}
#slide-out-widget-area .off-canvas-menu-container {
padding: 0;
position: relative;
width: 95.7%;
left: 1%;
}



/* ///////////// HOME //////////// */
/* make carousel full width even inside container - values relate to container code */
.home_HeroCarouselWrapper {
left: -40px;
width: calc(100% + 80px);
}
@media only screen and (max-width:1000px) {
.home_HeroCarouselWrapper {
left: -30px;
width: calc(100% + 60px);
}
}
@media only screen and (max-width:500px) {
.home_HeroCarouselWrapper {
left: -20px;
width: calc(100% + 40px);
}
}

.home_HeroCarouselWrapper {
margin-bottom: 0 !important;
}


.home_HeroCarouselWrapper .swiper-container {
background-color: var(--bcBrandColor) !important;
background-image: url('/wp-content/themes/salient-child/images/BrandCollective_logo_white_15percent.svg');
background-position: center center;
background-size: 20%;
background-repeat: no-repeat;
}
@media only screen and (max-width:1000px) {
.home_HeroCarouselWrapper .swiper-container {
background-size: 25%;
}
}
@media only screen and (max-width:600px) {
.home_HeroCarouselWrapper .swiper-container {
background-size: 33%;
}
}

/* overlaid content styling */
.home_HeroCarouselWrapper h2 {
font-weight: 900 !important;
text-transform: uppercase;
color: #fff;
font-size: 60px !important;
line-height: 130% !important;
}
.home_HeroCarouselWrapper p {
padding: 7px 16px !important;
background-color: #fff;
color: #222;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 3px;
display: inline-block;
margin-top: 10px;
font-size: 24px;
line-height: 150% !important;
}
.home_HeroCarouselWrapper .swiper-slide .content {
margin-bottom: 50px;
}
.home_HeroCarouselWrapper .parallax_slider_outer , 
.home_HeroCarouselWrapper .nectar-slider-wrap , 
.home_HeroCarouselWrapper .nectar-slider-wrap .swiper-container ,
.home_HeroCarouselWrapper .nectar-slider-wrap .swiper-container .swiper-slide {
height: 750px !important;
}
.swiper-container .slider-prev , .swiper-container .slider-prev:hover, .swiper-container .slider-next , .swiper-container .slider-next:hover {
background-color: rgba(0, 0, 0, 0);
}
body .swiper-container .slider-prev .slide-count , body .swiper-container .slider-next .slide-count {
display: none !important;
}
body .swiper-container .slider-prev {
left: 15px !important;
}
body .swiper-container .slider-next {
right: 15px !important;
}






/* reduce size of overlaid content */
@media only screen and (max-width:1300px) {
.home_HeroCarouselWrapper h2 {
font-size: 60px !important;
line-height: 130% !important;
}
.home_HeroCarouselWrapper p {
padding: 7px 16px !important;
letter-spacing: 3px !important;
margin-top: 10px !important;
font-size: 24px !important;
line-height: 150% !important;
}
.home_HeroCarouselWrapper .swiper-slide .content {
margin-bottom: 35px;
}
}
@media only screen and (max-width:1025px) {
.home_HeroCarouselWrapper .content p {
padding: 7px 16px !important;
letter-spacing: 3px !important;
margin-top: 10px !important;
font-size: 24px !important;
line-height: 150% !important;
}
}
@media only screen and (max-width:1000px) {
.home_HeroCarouselWrapper h2 {
font-size: 54px !important;
line-height: 130% !important;
}
.home_HeroCarouselWrapper p {
padding: 7px 16px !important;
letter-spacing: 3px !important;
margin-top: 10px !important;
font-size: 22px !important;
line-height: 150% !important;
}
.home_HeroCarouselWrapper .swiper-slide .content {
margin-bottom: 30px;
}
}
@media only screen and (max-width:750px) {
.home_HeroCarouselWrapper h2 {
font-size: 48px !important;
line-height: 130% !important;
}
.home_HeroCarouselWrapper .content p {
padding: 6px 14px !important;
letter-spacing: 3px !important;
margin-top: 5px !important;
font-size: 19px !important;
line-height: 150% !important;
}
.home_HeroCarouselWrapper .swiper-slide .content {
margin-bottom: 25px;
}
}
@media only screen and (max-width:550px) {
.home_HeroCarouselWrapper h2 {
font-size: 40px !important;
line-height: 110% !important;
}
.home_HeroCarouselWrapper .content p {
padding: 6px 14px !important;
letter-spacing: 3px !important;
margin-top: 15px !important;
font-size: 17px !important;
line-height: 150% !important;
}
.home_HeroCarouselWrapper .swiper-slide .content {
margin-bottom: 20px;
}
}
@media only screen and (max-width:420px) {
.home_HeroCarouselWrapper h2 {
font-size: 40px !important;
line-height: 105% !important;
}
.home_HeroCarouselWrapper .content p {
padding: 5px 12px !important;
letter-spacing: 3px !important;
margin-top: 15px !important;
font-size: 15px !important;
line-height: 150% !important;
}
.home_HeroCarouselWrapper .swiper-slide .content {
margin-bottom: 0px;
}
}

/* carousel height */
@media only screen and (max-width:1000px) {
.home_HeroCarouselWrapper .parallax_slider_outer , 
.home_HeroCarouselWrapper .nectar-slider-wrap , 
.home_HeroCarouselWrapper .nectar-slider-wrap .swiper-container ,
.home_HeroCarouselWrapper .nectar-slider-wrap .swiper-container .swiper-slide {
height: 650px !important;
}
}
@media only screen and (max-width:750px) {
.home_HeroCarouselWrapper .parallax_slider_outer , 
.home_HeroCarouselWrapper .nectar-slider-wrap , 
.home_HeroCarouselWrapper .nectar-slider-wrap .swiper-container ,
.home_HeroCarouselWrapper .nectar-slider-wrap .swiper-container .swiper-slide {
height: 500px !important;
}
}
@media only screen and (max-width:500px) {
.home_HeroCarouselWrapper .parallax_slider_outer , 
.home_HeroCarouselWrapper .nectar-slider-wrap , 
.home_HeroCarouselWrapper .nectar-slider-wrap .swiper-container ,
.home_HeroCarouselWrapper .nectar-slider-wrap .swiper-container .swiper-slide {
height: 450px !important;
}
}
@media only screen and (max-width:400px) {
.home_HeroCarouselWrapper .parallax_slider_outer , 
.home_HeroCarouselWrapper .nectar-slider-wrap , 
.home_HeroCarouselWrapper .nectar-slider-wrap .swiper-container ,
.home_HeroCarouselWrapper .nectar-slider-wrap .swiper-container .swiper-slide {
height: 450px !important;
}
}




/* //////////// Arrow Links ////////////// */
.centered {
text-align: center;
}
.link-arrow {
font-size: 21px;
color: var(--bcBrandColor);
font-weight: 900;
text-transform: uppercase;
}
.link-arrow .icon-button-arrow {
display: inline-block;
transition: 0.1s ease-in;
position: relative;
top: -3px;
margin-left: 10px;
}
.link-arrow:hover .icon-button-arrow {
transform: translateX(50%);
transition: 0.1s ease-out;
}
.link-arrow:hover {
color: #222;
}
@media only screen and (max-width:900px) {
.link-arrow {
font-size: 19px;
}
.link-arrow .icon-button-arrow {
top: -3px;
margin-left: 10px;
}
}


/* //////// FOOTER /////////// */
body #footer-outer .row {
padding: 0 !important;
}
#footer-outer {
background-color: #fff;
padding: 40px 0 32px !important;
}
#footer-outer img.footerLogo {
max-width: auto;
height: 85px;
margin-bottom: 20px;
}
#footer-outer .pocLogo {
width: 180px;
height: auto;
margin-bottom: 8px;
}
#footer-outer .footerLinkedInLogo {
display: inline-block !important;
width: 23px;
height: 23px;
margin-top: 18px;
background-image: url('/wp-content/themes/salient-child/images/linkedin_colour.svg');
background-size: cover;
background-repeat: no-repeat;
font-size: 0px;
transition: all 0.3s ease;
}
#footer-outer .footerLinkedInLogo:hover {
opacity: 0.7;
transition: all 0.3s ease;
}
#footer-outer p {
font-size: 12px;
color: #777;
line-height: 160%;
padding-bottom: 15px !important;
}
#footer-outer p a {
color: #777;
}
#footer-outer p a:hover , #footer-outer p a:focus {
color: var(--bcBrandColor) !important;
}
@media only screen and (min-width: 691px) and (max-width: 999px) {
#footer-widgets .container .col {
margin-left: 0px;
}
}
@media only screen and (max-width:450px) {
#footer-outer p {
font-size: 11px;
padding-bottom: 15px !important;
}
#footer-outer img.footerLogo {
max-width: auto;
height: 75px;
margin-bottom: 17px;
}
#footer-outer .pocLogo {
width: 160px;
margin-bottom: 6px;
}
}




/* //////////// HOME ///////////// */
/* introtext */
.introTextWrapper {
padding: 45px 0  !important;
}
.introTextWrapper h2 {
font-size: 24px;
color: #222;
font-weight: 400 !important;
line-height: 150%;
padding: 0 15%; 
margin-bottom: 30px !important;
}
.introTextWrapper .pocMemberIMG {
width: 280px;
height: auto;
margin-top: 25px !important;
}

/* home - feel good banner */
.home_feelgoodBannerWrapper {
/*background-color: var(--bcBrandColor);*/
background-color: #381130;
width: 80%;
padding-left: 10%;
padding-right: 10%;
}
.home_feelgoodBannerWrapper_RHS {
padding: 160px 0 !important;
}
.home_feelgoodBannerWrapper_RHS h3 , .home_feelgoodBannerWrapper_RHS h4 {
color: #fff;
line-height: 115%;
}
.home_feelgoodBannerWrapper_RHS h3 {
text-transform: uppercase;
font-weight: 900;
font-size: 44px;
}
.home_feelgoodBannerWrapper_RHS h4 {
font-weight: 400;
font-size: 27px;
}
.home_feelgoodBannerWrapper .column-image-bg {
background-size: cover;
background-repeat: no-repeat;
}
.home_feelgoodBannerWrapper_LHS {
width: 45%;
}
.home_feelgoodBannerWrapper_RHS {
width: 55%;
}

/* brands carousel */
.home_brandsCarouselWrapper {
padding-top: 60px !important;
padding-bottom: 60px !important;
}
.home_brandsCarouselSlide_LHS {
width: 35.5%;
margin-right: 4% !important;
text-align: left;
margin-left: 2.5% !important;
}
.home_brandsCarouselSlide_RHS {
width: 55.5%;
margin-right: 2.5% !important;
}
.home_brandsCarouselSlide_LHS img {
height: 80px !important;
width: auto !important;
max-width: auto !important;
}
.home_brandsCarouselSlide_LHS h5 {
font-size: 15px;
color: #777;
text-transform: uppercase;
line-height: 120%;
margin: 8px 0 10px 0 !important;
padding: 0;
letter-spacing: 9px;
}
.home_brandsCarouselSlide_LHS h3 {
font-size: 43px;
color: #222;
font-weight: 900;
text-transform: uppercase;
line-height: 110%;
margin: 0;
padding: 0;
margin-top: 5px !important;
}
.home_brandsCarouselSlide_LHS h4 {
font-size: 20px;
color: var(--bcBrandColor);
font-weight: 700;
text-transform: uppercase;
line-height: 130%;
letter-spacing: 7px;
margin: 0;
padding: 0;
}
.home_brandsCarouselSlide_LHS p {
font-size: 17px;
color: #777;
line-height: 145%;
margin: 0 0 20px !important;
padding: 0;
}
.home_brandsCarouselWrapper .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry) .flickity-viewport {
margin: 0px !important;
}
.home_brandsCarouselWrapper .nectar-flickity[data-control-style=material_pagination] .flickity-page-dots {
bottom: -70px !important;
}

/* who we work with text banner */
.whoweworkwithTextWrapper {
padding-top: 26px !important;
padding-bottom: 22px !important;
margin-top: 35px;
}
.whoweworkwithTextWrapper h3 {
font-size: 15px;
color: #222;
font-weight: 400;
text-transform: uppercase;
line-height: 130%;
letter-spacing: 10px;
margin: 0;
padding: 0;
}

/* who we work with logo carousel */
.whoweworkwith_logosCarouselWrapper {
padding-top: 25px !important;
padding-bottom: 25px !important;
}
.whoweworkwith_logosCarouselWrapper .row-bg-wrap {
background-color: var(--bcBrandColor) !important;
}

/* sectors we work in text banner */
.sectorsweworkinTextWrapper {
margin-top: 25px !important;
margin-bottom: 25px !important;
}


/* sectors we work in rows */
.sectorsweworkin_rowWrapper {
padding-left: 5% !important;
padding-right: 5% !important;
}
.sectorsweworkin_rowWrapper .wpb_text_column {
width: 50%;
padding: 30px;
}
.sectorsweworkin_rowWrapper:nth-of-type(even) .vc_col-sm-6 .wpb_text_column {
background-color: rgba(232,115,103,0.9);
}
.sectorsweworkin_rowWrapper:nth-of-type(odd) .vc_col-sm-6 .wpb_text_column {
background-color: rgba(34,34,34,0.9);
}
.sectorsweworkin_rowWrapper .wpb_text_column h3 {
color: #fff;
font-weight: 900;
text-transform: uppercase;
font-size: 30px;
line-height: 120%;
margin-bottom: 5px;
}
.sectorsweworkin_rowWrapper .wpb_text_column p {
color: #fff;
font-size: 15px;
line-height: 150%;
}
.sectorsweworkin_rowWrapper .vc_col-sm-6 {
position: relative;
margin-bottom: 30px !important;
}
.sectorsweworkin_rowWrapper .img-with-aniamtion-wrap {
position: relative;
}

/* odd rows */
.sectorsweworkin_rowWrapper:nth-of-type(even) .vc_col-sm-6:first-child {
width: 45%;
margin-right: 3% !important;
margin-left: 2% !important;
}
.sectorsweworkin_rowWrapper:nth-of-type(even) .vc_col-sm-6:last-child {
width: 45%;
margin-left: 3% !important;
margin-right: 2% !important;
}
.sectorsweworkin_rowWrapper:nth-of-type(even) .vc_col-sm-6:first-child .wpb_text_column {
position: absolute;
right: -30px;
top: 30px;
}
.sectorsweworkin_rowWrapper:nth-of-type(even) .vc_col-sm-6:last-child .wpb_text_column {
position: absolute;
left: -30px;
bottom: 30px;
}
/* even rows */
.sectorsweworkin_rowWrapper:nth-of-type(odd) .vc_col-sm-6:first-child {
width: 45%;
margin-right: 2% !important;
margin-left: 3% !important;
}
.sectorsweworkin_rowWrapper:nth-of-type(odd) .vc_col-sm-6:last-child {
width: 45%;
margin-left: 2% !important;
margin-right: 3% !important;
}
.sectorsweworkin_rowWrapper:nth-of-type(odd) .vc_col-sm-6:first-child .wpb_text_column {
position: absolute;
left: -30px;
bottom: 30px;
}
.sectorsweworkin_rowWrapper:nth-of-type(odd) .vc_col-sm-6:last-child .wpb_text_column {
position: absolute;
right: -30px;
top: 30px;
}

/* newsletter sign up panel */
.newsletterSignupPanelWrapper {
padding-top: 35px !important;
padding-bottom: 25px !important;
}
.newsletterSignupPanelWrapper h4 {
font-size: 40px;
font-weight: 900;
color: #222;
line-height: 110%;
text-transform: uppercase;
}
.newsletterSignupPanelWrapper p {
color: #777;
font-size: 15px;
line-height: 150%;
padding: 0 20%;
}
.newsletterSignupFormWrapper {
padding-top: 25px !important;
padding-bottom: 45px !important;
width: 50%;
padding-left: 25%;
padding-right: 25%;
}
.newsletterSignupFormWrapper label {
display: none;
}
.newsletterSignupFormWrapper input {
background-color: #fff;
border: 1px solid #cfcfcf;
font-size: 17px !important;
color: #222;
padding: 13px 20px !important;
text-align: center;
border-radius: 0 !important;
-webkit-border-radius: 0 !important;
}
body .newsletterSignupFormWrapper input[type=submit] {
width: 100%;
border-radius: 0 !important;
-webkit-border-radius: 0 !important;
background-color: var(--bcBrandColor) !important;
text-transform: uppercase;
color: #fff;
text-align: center;
font-size: 20px;
font-weight: 900;
padding: 13px 20px !important;
border: none !important;
margin-top: 10px;
}
.newsletterSignupFormWrapper input[type=submit]:hover {
opacity: 1 !important;
background-color: #222 !important;
}
.newsletterSignupFormWrapper input::placeholder {
color: #c0c0c0;
opacity: 1; /* Firefox */
}
.newsletterSignupFormWrapper input::-ms-input-placeholder { /* Edge 12 -18 */
color: #c0c0c0;
}
.newsletterSignupFormWrapper .wpcf7-spinner {
display: none !important;
}
.newsletterSignupFormWrapper p {
font-size: 11px;
color: #777;
line-height: 130%;
}
.newsletterSignupFormWrapper p a {
color: #777;
text-decoration: underline !important;
}
.newsletterSignupFormWrapper p a:hover {
color: var(--bcBrandColor);
}
/* error handling */
.wpcf7-form .wpcf7-not-valid-tip {
top: 0px !important;
padding: 8px 0 !important;
border: 0;
box-shadow: none !important;
color: red !important;
text-align: center;
}
.wpcf7-not-valid-tip {
background: transparent !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 15px 0 0 !important;
padding: 10px 15px !important;
border: 2px solid #00a0d2;
text-align: center;
font-size: 16px !important;
line-height: 120%;
}



@media only screen and (max-width:1400px) {
.sectorsweworkin_rowWrapper:nth-of-type(even) .vc_col-sm-6:first-child {
width: 47%;
margin-right: 3% !important;
margin-left: 0% !important;
}
.sectorsweworkin_rowWrapper:nth-of-type(even) .vc_col-sm-6:last-child {
width: 47%;
margin-left: 3% !important;
margin-right: 0% !important;
}
.sectorsweworkin_rowWrapper:nth-of-type(odd) .vc_col-sm-6:first-child {
width: 47%;
margin-right: 0% !important;
margin-left: 3% !important;
}
.sectorsweworkin_rowWrapper:nth-of-type(odd) .vc_col-sm-6:last-child {
width: 47%;
margin-left: 0% !important;
margin-right: 3% !important;
}
.sectorsweworkin_rowWrapper .wpb_text_column {
width: 60%;
}
}
@media only screen and (max-width:1350px) {
.introTextWrapper {
padding: 45px 0  !important;
}
.introTextWrapper h2 {
font-size: 22px;
padding: 0 10%; 
margin-bottom: 30px !important;
}
.introTextWrapper .pocMemberIMG {
width: 250px;
margin-top: 22px !important;
}
.home_feelgoodBannerWrapper_RHS {
padding: 120px 0 !important;
}
}
@media only screen and (max-width: 1300px) {
.home_brandsCarouselSlide_LHS img {
height: 70px !important;
}
.home_brandsCarouselSlide_LHS h5 {
font-size: 14px;
margin: 8px 0 10px 0 !important;
letter-spacing: 9px;
}
.home_brandsCarouselSlide_LHS h3 {
font-size: 40px;
}
.home_brandsCarouselSlide_LHS h4 {
font-size: 19px;
letter-spacing: 7px;
}
.home_brandsCarouselSlide_LHS p {
font-size: 16px;
margin: 0 0 18px !important;
}
.home_brandsCarouselSlide_LHS .link-arrow {
font-size: 19px;
}
.home_brandsCarouselSlide_LHS .link-arrow .icon-button-arrow {
top: -3px;
margin-left: 10px;
}
}
@media only screen and (max-width: 1250px) {
.sectorsweworkin_rowWrapper {
padding-left: 2% !important;
padding-right: 2% !important;
}
.newsletterSignupPanelWrapper h4 {
font-size: 36px;
}
}
@media only screen and (max-width: 1200px) {
.home_feelgoodBannerWrapper_RHS h3 {
font-size: 39px;
}
.home_feelgoodBannerWrapper_RHS h4 {
font-size: 25px;
}
.home_feelgoodBannerWrapper_RHS {
padding: 100px 0 !important;
}
}
@media only screen and (max-width: 1150px) {
.home_brandsCarouselSlide_LHS img {
height: 62px !important;
}
.home_brandsCarouselSlide_LHS h5 {
font-size: 13px;
margin: 8px 0 10px 0 !important;
letter-spacing: 8px;
}
.home_brandsCarouselSlide_LHS h3 {
font-size: 37px;
}
.home_brandsCarouselSlide_LHS h4 {
font-size: 18px;
letter-spacing: 5px;
}
.home_brandsCarouselSlide_LHS p {
font-size: 15px;
margin: 0 0 16px !important;
}
.home_brandsCarouselSlide_LHS .link-arrow {
font-size: 18px;
}
.home_brandsCarouselSlide_LHS .link-arrow .icon-button-arrow {
top: -3px;
margin-left: 10px;
}
.home_brandsCarouselSlide_LHS {
width: 38%;
margin-right: 4% !important;
margin-left: 0% !important;
}
.home_brandsCarouselSlide_RHS {
width: 58%;
margin-right: 0 !important;
}
.sectorsweworkin_rowWrapper {
padding-left: 0% !important;
padding-right: 0% !important;
}
.sectorsweworkin_rowWrapper .wpb_text_column {
padding: 27px;
}
.sectorsweworkin_rowWrapper .wpb_text_column h3 {
font-size: 27px;
margin-bottom: 5px;
}
.sectorsweworkin_rowWrapper .wpb_text_column p {
font-size: 14px;
}
.sectorsweworkin_rowWrapper .vc_col-sm-6 {
position: relative;
margin-bottom: 25px !important;
}
}
@media only screen and (max-width: 1100px) {
.home_feelgoodBannerWrapper_RHS h3 {
font-size: 36px;
}
.home_feelgoodBannerWrapper_RHS h4 {
font-size: 23px;
}
.home_feelgoodBannerWrapper {
width: 90%;
padding-left: 5%;
padding-right: 5%;
}
.home_brandsCarouselWrapper {
padding-top: 45px !important;
padding-bottom: 45px !important;
}
.home_brandsCarouselWrapper .nectar-flickity[data-control-style=material_pagination] .flickity-page-dots {
bottom: -50px !important;
}
.sectorsweworkin_rowWrapper:nth-of-type(even) .vc_col-sm-6:first-child {
width: 46%;
margin-right: 4% !important;
margin-left: 0% !important;
}
.sectorsweworkin_rowWrapper:nth-of-type(even) .vc_col-sm-6:last-child {
width: 46%;
margin-left: 4% !important;
margin-right: 0% !important;
}
.sectorsweworkin_rowWrapper:nth-of-type(odd) .vc_col-sm-6:first-child {
width: 46%;
margin-right: 0% !important;
margin-left: 4% !important;
}
.sectorsweworkin_rowWrapper:nth-of-type(odd) .vc_col-sm-6:last-child {
width: 46%;
margin-left: 0% !important;
margin-right: 4% !important;
}
.sectorsweworkinTextWrapper {
margin-top: 20px !important;
margin-bottom: 20px !important;
}
.newsletterSignupFormWrapper {
padding-top: 25px !important;
padding-bottom: 45px !important;
width: 70%;
padding-left: 15%;
padding-right: 15%;
}
}
@media only screen and (max-width: 1050px) {
.sectorsweworkin_rowWrapper .wpb_text_column {
width: 70%;
padding: 25px;
}
}
@media only screen and (max-width: 1000px) {
.sectorsweworkin_rowWrapper:nth-of-type(even) .vc_col-sm-6:first-child {
width: 46%;
margin-right: 4% !important;
margin-left: 0% !important;
}
.sectorsweworkin_rowWrapper:nth-of-type(even) .vc_col-sm-6:last-child {
width: 46%;
margin-left: 4% !important;
margin-right: 0% !important;
}
.sectorsweworkin_rowWrapper:nth-of-type(odd) .vc_col-sm-6:first-child {
width: 46%;
margin-right: 0% !important;
margin-left: 4% !important;
}
.sectorsweworkin_rowWrapper:nth-of-type(odd) .vc_col-sm-6:last-child {
width: 46%;
margin-left: 0% !important;
margin-right: 4% !important;
}
.sectorsweworkin_rowWrapper .wpb_text_column {
width: 70%;
padding: 25px;
}
}
@media only screen and (min-width: 691px) and (max-width: 999px) {
.col, body .vc_row-fluid .wpb_column {
margin-bottom: 0px;
}
}
@media only screen and (max-width:900px) {
.introTextWrapper {
padding: 38px 0  !important;
}
.introTextWrapper h2 {
font-size: 21px;
padding: 0 6%; 
margin-bottom: 25px !important;
}
.introTextWrapper .pocMemberIMG {
width: 225px;
margin-top: 18px !important;
}
.home_feelgoodBannerWrapper {
width: 100%;
padding-left: 0%;
padding-right: 0%;
}
.home_feelgoodBannerWrapper_LHS {
width: 50%;
}
.home_feelgoodBannerWrapper_RHS {
width: 50%;
}
.sectorsweworkin_rowWrapper .wpb_text_column h3 {
font-size: 24px;
margin-bottom: 4px;
}
.sectorsweworkin_rowWrapper .wpb_text_column p {
font-size: 13px;
}
.newsletterSignupPanelWrapper p {
font-size: 14px;
padding: 0 10%;
}
}
@media only screen and (max-width:850px) {
.sectorsweworkin_rowWrapper .wpb_text_column {
width: 70%;
padding: 23px;
}
.sectorsweworkin_rowWrapper:nth-of-type(even) .vc_col-sm-6:first-child .wpb_text_column {
position: absolute;
right: -20px;
top: 20px;
}
.sectorsweworkin_rowWrapper:nth-of-type(even) .vc_col-sm-6:last-child .wpb_text_column {
position: absolute;
left: -20px;
bottom: 20px;
}
.sectorsweworkin_rowWrapper:nth-of-type(odd) .vc_col-sm-6:first-child .wpb_text_column {
position: absolute;
left: -20px;
bottom: 20px;
}
.sectorsweworkin_rowWrapper:nth-of-type(odd) .vc_col-sm-6:last-child .wpb_text_column {
position: absolute;
right: -20px;
top: 20px;
}
.sectorsweworkin_rowWrapper:nth-of-type(even) .vc_col-sm-6:first-child {
width: 47%;
margin-right: 3% !important;
margin-left: 0% !important;
}
.sectorsweworkin_rowWrapper:nth-of-type(even) .vc_col-sm-6:last-child {
width: 47%;
margin-left: 3% !important;
margin-right: 0% !important;
}
.sectorsweworkin_rowWrapper:nth-of-type(odd) .vc_col-sm-6:first-child {
width: 47%;
margin-right: 0% !important;
margin-left: 3% !important;
}
.sectorsweworkin_rowWrapper:nth-of-type(odd) .vc_col-sm-6:last-child {
width: 47%;
margin-left: 0% !important;
margin-right: 3% !important;
}
.sectorsweworkinTextWrapper {
margin-top: 15px !important;
margin-bottom: 15px !important;
}
.newsletterSignupPanelWrapper {
padding-top: 30px !important;
}
}
@media only screen and (max-width:800px) {
.home_feelgoodBannerWrapper_LHS {
width: 60%;
}
.home_feelgoodBannerWrapper_RHS {
width: 40%;
}
.home_feelgoodBannerWrapper_RHS h3 {
font-size: 32px;
}
.home_feelgoodBannerWrapper_RHS h4 {
font-size: 21px;
}
.home_feelgoodBannerWrapper_RHS {
padding: 65px 0 !important;
}
.home_brandsCarouselWrapper {
padding-top: 30px !important;
padding-bottom: 30px !important;
}
.home_brandsCarouselSlide_LHS {
width: 100%;
margin-right: 0% !important;
margin-left: 0% !important;
text-align: center !important;
margin-bottom: 25px !important;
}
.home_brandsCarouselSlide_LHS .vc_column-inner {
text-align: center;
}
.home_brandsCarouselSlide_RHS {
width: 100%;
margin-right: 0 !important;
}
.home_brandsCarouselWrapper .nectar-flickity[data-control-style=material_pagination] .flickity-page-dots {
bottom: -40px !important;
}
.sectorsweworkin_rowWrapper .wpb_text_column {
width: 75%;
padding: 21px;
}
.sectorsweworkin_rowWrapper .wpb_text_column h3 {
font-size: 22px;
margin-bottom: 4px;
}
.sectorsweworkin_rowWrapper .wpb_text_column p {
font-size: 12px;
}
.newsletterSignupFormWrapper {
padding-top: 25px !important;
padding-bottom: 45px !important;
width: 90%;
padding-left: 5%;
padding-right: 5%;
}
}
@media only screen and (max-width:760px) {
.sectorsweworkin_rowWrapper:nth-of-type(even) .vc_col-sm-6:first-child {
width: 80%;
margin-right: 10% !important;
margin-left: 10% !important;
}
.sectorsweworkin_rowWrapper:nth-of-type(even) .vc_col-sm-6:last-child {
width: 80%;
margin-left: 10% !important;
margin-right: 10% !important;
}
.sectorsweworkin_rowWrapper:nth-of-type(odd) .vc_col-sm-6:first-child {
width: 80%;
margin-right: 10% !important;
margin-left: 10% !important;
}
.sectorsweworkin_rowWrapper:nth-of-type(odd) .vc_col-sm-6:last-child {
width: 80%;
margin-left: 10% !important;
margin-right: 10% !important;
}
.sectorsweworkin_rowWrapper:nth-of-type(even) .vc_col-sm-6:first-child .wpb_text_column {
position: absolute;
right: -30px;
top: 30px;
}
.sectorsweworkin_rowWrapper:nth-of-type(even) .vc_col-sm-6:last-child .wpb_text_column {
position: absolute;
left: -30px;
bottom: 30px;
}
.sectorsweworkin_rowWrapper:nth-of-type(odd) .vc_col-sm-6:first-child .wpb_text_column {
position: absolute;
left: -30px;
bottom: 30px;
}
.sectorsweworkin_rowWrapper:nth-of-type(odd) .vc_col-sm-6:last-child .wpb_text_column {
position: absolute;
right: -30px;
top: 30px;
}
.sectorsweworkin_rowWrapper .wpb_text_column h3 {
font-size: 24px;
margin-bottom: 4px;
}
.sectorsweworkin_rowWrapper .wpb_text_column p {
font-size: 13px;
}
}
@media only screen and (max-width:690px) {
.home_feelgoodBannerWrapper_LHS {
height: 300px;
padding: 0 !important;
margin: 0 !important;
}
.home_feelgoodBannerWrapper_RHS {
padding: 50px 0 !important;
text-align: center;
}
.home_feelgoodBannerWrapper_LHS .column-image-bg {
background-position: 0 30% !important;    
}
}
@media only screen and (max-width:650px) {
.introTextWrapper {
padding: 30px 0  !important;
}
.introTextWrapper h2 {
font-size: 19px;
padding: 0 2%; 
margin-bottom: 20px !important;
}
.introTextWrapper .pocMemberIMG {
width: 225px;
margin-top: 15px !important;
}
}
@media only screen and (max-width:600px) {
.sectorsweworkin_rowWrapper:nth-of-type(even) .vc_col-sm-6:first-child {
width: 90%;
margin-right: 5% !important;
margin-left: 5% !important;
}
.sectorsweworkin_rowWrapper:nth-of-type(even) .vc_col-sm-6:last-child {
width: 90%;
margin-left: 5% !important;
margin-right: 5% !important;
}
.sectorsweworkin_rowWrapper:nth-of-type(odd) .vc_col-sm-6:first-child {
width: 90%;
margin-right: 5% !important;
margin-left: 5% !important;
}
.sectorsweworkin_rowWrapper:nth-of-type(odd) .vc_col-sm-6:last-child {
width: 90%;
margin-left: 5% !important;
margin-right: 5% !important;
}
.newsletterSignupPanelWrapper h4 {
font-size: 32px;
}
.newsletterSignupPanelWrapper {
padding-top: 20px !important;
}
}
@media only screen and (max-width:500px) {
.home_feelgoodBannerWrapper_LHS {
height: 250px;
}
.home_feelgoodBannerWrapper_RHS h3 {
font-size: 28px;
}
.home_feelgoodBannerWrapper_RHS h4 {
font-size: 19px;
padding-left: 5%;
padding-right: 5%;
}
.home_feelgoodBannerWrapper_RHS {
padding: 35px 0 !important;
text-align: center;
}
.whoweworkwithTextWrapper h3 {
font-size: 14px;
letter-spacing: 8px;
}
.sectorsweworkin_rowWrapper:nth-of-type(even) .vc_col-sm-6:first-child .wpb_text_column {
position: absolute;
right: -20px;
top: 20px;
}
.sectorsweworkin_rowWrapper:nth-of-type(even) .vc_col-sm-6:last-child .wpb_text_column {
position: absolute;
left: -20px;
bottom: 20px;
}
.sectorsweworkin_rowWrapper:nth-of-type(odd) .vc_col-sm-6:first-child .wpb_text_column {
position: absolute;
left: -20px;
bottom: 20px;
}
.sectorsweworkin_rowWrapper:nth-of-type(odd) .vc_col-sm-6:last-child .wpb_text_column {
position: absolute;
right: -20px;
top: 20px;
}
.newsletterSignupFormWrapper {
padding-top: 25px !important;
padding-bottom: 45px !important;
width: 100%;
padding-left: 0%;
padding-right: 0%;
}
.newsletterSignupPanelWrapper p {
font-size: 14px;
padding: 0 0%;
}
.newsletterSignupPanelWrapper {
padding-top: 15px !important;
}
}
@media only screen and (max-width:425px) {
.introTextWrapper {
padding: 30px 0  !important;
}
.introTextWrapper h2 {
font-size: 18px;
padding: 0; 
margin-bottom: 20px !important;
}
.introTextWrapper .pocMemberIMG {
width: 225px;
margin-top: 15px !important;
}
.sectorsweworkin_rowWrapper .wpb_text_column h3 {
font-size: 21px;
margin-bottom: 3px;
}
.sectorsweworkin_rowWrapper .wpb_text_column p {
font-size: 12px;
}
}
@media only screen and (max-width: 400px) {
.sectorsweworkin_rowWrapper .wpb_text_column p {
font-size: 11px;
}
.sectorsweworkin_rowWrapper .wpb_text_column {
padding: 18px;
}
}




/* ////////////// CONTENT PAGE HERO //////////////// */
/* add brand bg colour to header HERO panels to show before image loads - hack to make it full width */
.contentpageHEROWrapper {
background-color: var(--bcBrandColor) !important;
width: 150%;
position: relative;
left: -25%;
right: 0;
padding: 0;
margin: 0;
}

.contentpageHEROWrapper h1 {
padding-top: 350px !important;
padding-bottom: 50px !important;
line-height: 115%;
color: #fff;
font-weight: 900 !important;
font-size: 55px !important;
text-transform: uppercase;
padding-left: 18%;
padding-right: 18%;
}
@media only screen and (max-width:1350px) {
.contentpageHEROWrapper h1 {
padding-top: 300px !important;
padding-bottom: 50px !important;
font-size: 47px !important;
}
}
@media only screen and (max-width:1100px) {
.contentpageHEROWrapper h1 {
padding-top: 300px !important;
padding-bottom: 50px !important;
font-size: 44px !important;
}
}
@media only screen and (max-width:900px) {
.contentpageHEROWrapper h1 {
padding-top: 250px !important;
padding-bottom: 50px !important;
font-size: 41px !important;
}
}
@media only screen and (max-width:750px) {
.contentpageHEROWrapper h1 {
padding-top: 225px !important;
padding-bottom: 35px !important;
font-size: 38px !important;
}
}
@media only screen and (max-width:500px) {
.contentpageHEROWrapper h1 {
padding-top: 200px !important;
padding-bottom: 35px !important;
font-size: 33px !important;
}
}




/* //////////// ABOUT ////////////// */
.about_5KeyStatementsWrapper {
padding-top: 60px !important;
padding-bottom: 60px !important;
padding-left: 6%;
padding-right: 6%;
}
.about_5KeyStatementsWrapper .vc_col-sm-6:first-of-type {
width: 35%;
text-align: right;
margin-left: 0% !important;
}
.about_5KeyStatementsWrapper .vc_col-sm-6:last-of-type {
width: 62%;
margin-left: 3% !important;
margin-right: 0% !important;
}
.about_5KeyStatementsWrapper .vc_col-sm-6:first-of-type img {
width: 400px;
height: auto;
}
.about_5KeyStatementsWrapper h3 {
font-size: 30px;
font-weight: 700;
line-height: 120%;
margin: 25px 0 25px 40px !important;
color: #222;
}
.about_5KeyStatementsWrapper .vc_col-sm-6:last-of-type ul li:nth-child(odd) h3 {
color: #222;
}
.about_5KeyStatementsWrapper .vc_col-sm-6:last-of-type ul li:nth-child(even) h3 {
color: var(--bcBrandColor);
}
.about_5KeyStatementsWrapper .vc_col-sm-6 .linecon-icon-music:before {
content: url('/wp-content/themes/salient-child/images/logodiscPointer.svg');
}
.about_5KeyStatementsWrapper .vc_col-sm-6 .nectar-fancy-ul ul {
margin-bottom: 0;
}
.about_5KeyStatementsWrapper .vc_col-sm-6 .nectar-fancy-ul ul li .icon-default-style[class^=icon-] {
width: 60px;
top: 5px;
}

/* Purpose / Everest panel */
.aboutPurposeEverestWrapper {
padding-top: 45px !important;
padding-bottom: 45px !important;
}
.aboutPurposeEverestWrapper .vc_col-sm-6:first-of-type {
margin-left: 2% !important;
width: 33%;
border-right: 1px solid var(--bcBrandColor);
}
.aboutPurposeEverestWrapper .vc_col-sm-6:last-of-type {
width: 60%;
margin-left: 5% !important;
}
.aboutPurposeEverestWrapper h5 {
font-size: 15px;
color: var(--bcBrandColor);
letter-spacing: 8px;
text-transform: uppercase;
line-height: 120%;
margin-bottom: 20px;
font-weight: 300;
}
.aboutPurposeEverestWrapper h3 {
font-size: 35px;
color: #fff;
line-height: 120%;
font-weight: 900;
}

/* What do we mean panel */
.about_whatdowemeanWrapper {
padding-top: 45px !important;
padding-bottom: 55px !important;	
}
.about_whatdowemeanWrapper h3 {
color: #fff;
font-size: 35px;
text-transform: uppercase;
font-weight: 900;
line-height: 120%;
margin-bottom: 25px;
}
.about_whatdowemeanWrapper p {
color: #fff;
font-size: 20px;
line-height: 150%;
padding-bottom: 15px;
padding-left: 15%;
padding-right: 15%;
}
.about_whatdowemeanWrapper p strong {
font-weight: 800;
}
.about_whatdowemeanWrapper .row-bg.using-image {
background-size: cover;
background-repeat: repeat;
}

/* Orange panel */
.aboutOrangeBlockWrapper {
padding-top: 45px !important;
padding-bottom: 45px !important;
}
.aboutOrangeBlockWrapper h4 {
color: #fff;
font-size: 30px;
font-weight: 900;
line-height: 130%;
padding: 0 10%;
}


/* PDS details panel */
.about_PDSDeetsWrapper {
padding-top: 60px !important;
padding-bottom: 60px !important;
}
.about_PDSDeetsWrapper .PDSLogo {
width: 220px !important;
height: auto;
}
.about_PDSDeetsWrapper h3 {
font-size: 26px;
color: #222;
font-weight: 700;
line-height: 130%;
padding: 20px 15% 10px;
}
.about_PDSDeetsWrapper p {
font-size: 18px;
color: #777;
line-height: 150%;
padding: 0 20%;
}
.aboutPDS3ColsWrapper {
width: 100%;
padding-left: 20%;
padding-right: 20%;
margin-top: 20px;
}
.aboutPDS3ColsWrapper .vc_col-sm-4 img {
width: 180px !important;
height: auto;
}
.aboutPDS3ColsWrapper .vc_col-sm-4 h4 {
font-size: 23px;
color: #222;
font-weight: 900 !important;
line-height: 115%;
text-transform: uppercase;
padding-left: 5%;
padding-right: 5%;
}

/* PDS logo carousel */
.aboutPDSLogosCarousel {
padding-top: 22px !important;
padding-bottom: 22px !important;
}
.aboutPDSLogosCarousel .hover-wrap {
margin-bottom: 0 !important;
}

/* Meet the team panel */
.meettheteamTextWrapper {
margin-top: 15px !important;
margin-bottom: 5px !important;
}
/* 7 cols wide grid */
.meettheteam_GridWrapper .vc_col-sm-12 .img-with-aniamtion-wrap  {
width: 14.2%;
padding: 0 !important;
display: inline-block;
}
.meettheteam_GridWrapper .vc_col-sm-12 .img-with-aniamtion-wrap .hover-wrap {
margin-bottom: 0;
}
.meettheteam_GridWrapper .vc_col-sm-12 .wpb_wrapper {
text-align: center;
}
.meettheteam_GridWrapper .vc_col-sm-12 .img-with-aniamtion-wrap .hover-wrap img {
padding: 4px 8px;
}
.meettheteam_textBoxWrapper {
position: absolute;
z-index: 9999;
/*background-color: rgba(255,255,255,0.85);*/
background-color: rgba(232,115,103,0.95);
padding: 30px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 41.7%;
}
.meettheteam_textBoxWrapper h3 {
font-size: 26px;
color: #222;
font-weight: 900 !important;
line-height: 115%;
text-transform: uppercase;
margin-bottom: 2px !important;
}
.meettheteam_textBoxWrapper h4 {
font-size: 45px;
/*color: var(--bcBrandColor);*/
color: #fff;
font-weight: 900 !important;
line-height: 105%;
text-transform: uppercase;
margin-bottom: 5px !important;
}
.meettheteam_textBoxWrapper p {
line-height: 140% !important;
font-size: 16px; 
color: #222;
}

/* v2 peeps */
.meettheteam_textBoxWrapperv2 {
position: relative;
/*background-color: rgba(255,255,255,0.85);*/
background-color: rgba(232,115,103,0.95);
padding: 30px;
top: unset;
left: unset;
transform: none;
width: calc(100% - 14px);
margin-left: auto;
margin-right: auto;
margin-bottom: 9px !important;
}
/* 10 cols wide grid */
.meettheteam_GridWrapperv2 .vc_col-sm-12 .img-with-aniamtion-wrap  {
width: 10%;
padding: 0 !important;
display: inline-block;
}
.meettheteam_GridWrapperv2 .vc_col-sm-12 .img-with-aniamtion-wrap .hover-wrap {
margin-bottom: 0;
}
.meettheteam_GridWrapperv2 .vc_col-sm-12 .wpb_wrapper {
text-align: center;
}
.meettheteam_GridWrapperv2 .vc_col-sm-12 .img-with-aniamtion-wrap .hover-wrap img {
padding: 4px 8px;
}


/* OUR DNA PANEL */
.ourdnaWrapper {
margin-top: 60px !important;
padding-top: 60px !important;
padding-bottom: 45px !important;
}
.ourdnaWrapper .row_col_wrap_12 {
padding-left: 1.2% !important;
}
.ourdnaWrapper .whoweworkwithTextWrapper {
margin-top: 0px !important;
padding-top: 0px !important;
}
.ourdnaWrapper .whoweworkwithTextWrapper h3 {
color: #fff;
}
.ourdna_diag_topblock {
background-color: #fff;
padding: 50px 20%;
margin: 15px 2% 0 1%;
}
.ourdna_topPanel h2 {
color: var(--bcBrandColor);
font-size: 45px;
font-weight: 900 !important;
line-height: 105%;
text-transform: uppercase;
margin-bottom: 10px !important;
}
.ourdna_topPanel p {
color: #777;
font-size: 20px;
line-height: 150%;
}
.ourdna_smallpanel::before {
content: url('/wp-content/themes/salient-child/images/dnaArrow.svg');
height: 120px;
width: 80px;
position: absolute;
display: inline-block;
top: -100px;
left: calc(50% - 40px);
}
.ourdna_smallpanel h2 {
color: #fff;
font-size: 45px;
font-weight: 900 !important;
line-height: 105%;
text-transform: uppercase;
margin-bottom: 10px !important;
}
.ourdna_smallpanel p {
color: #fff;
font-size: 17px;
line-height: 150%;
}
.ourdnaWrapper .vc_col-sm-4 {
margin-left: 1% !important;
margin-right: 1% !important;
width: 31% !important;
margin-top: 130px;
}
.ourdnaWrapper .ourdna_smallpanel1 .vc_column-inner > .wpb_wrapper,
.ourdnaWrapper .ourdna_smallpanel2 .vc_column-inner > .wpb_wrapper,
.ourdnaWrapper .ourdna_smallpanel3 .vc_column-inner > .wpb_wrapper {
padding: 50px !important;
}
.ourdnaWrapper .ourdna_smallpanel2 {
border: 2px solid #eb887e;
}
.ourdnaWrapper .ourdna_smallpanel1.wpb_column[data-bg-cover=true] .column-image-bg {
background-size: 160% !important;
}
.ourdnaWrapper .ourdna_smallpanel3.wpb_column[data-bg-cover=true] .column-image-bg {
background-size: 300% !important;
}
.ourdnaWrapper .nectar-flickity {
display: none;
}

/* Compliance panel */
.complianceTextWrapper {
margin-top: 25px !important;
margin-bottom: 0px !important;
}
.panelIntroTextWrapper {
padding-top: 10px !important;
padding-bottom: 45px !important;
}
.complianceIntroWrapper h3 {
line-height: 160%;
padding-left: 5%;
padding-right: 5%;
}
.panelIntroTextWrapper p {
font-size: 20px;
line-height: 150%;
padding: 0 10%;
color: #777;
}
.complianceItemsWrapper {
padding-top: 60px !important;
padding-bottom: 60px !important;
padding-left: 10% !important;
padding-right: 10% !important;
width: 80%;
}
.complianceItemsWrapper p {
font-size: 16px;
line-height: 140%;
color: #777;
}
.complianceItemsWrapper .vc_col-sm-4 {
margin-bottom: 40px !important;
text-align: center;
width: 33.3333% !important;
}
.complianceItemsWrapper .vc_col-sm-6 {
text-align: center;
width: 33.3333% !important;
}
.complianceItemsWrapper .vc_col-sm-4 , .complianceItemsWrapper .vc_col-sm-6 {
padding-left: 2% !important;
padding-right: 2% !important;
}
.complianceItemsWrapper img {
width: 300px !important;
height: auto;
}
.complianceItemsWrapper img.tuvIMG {
width: 150px !important;
}
body .complianceItemsWrapper  .row_col_wrap_12_inner {
justify-content: center !important;
}

/* Brighter future banner */
.brighterfutureWrapper {
padding-top: 25px !important;
padding-bottom: 25px !important;
}
.brighterfutureWrapper h4 {
color: #fff;
font-size: 30px;
font-weight: 900 !important;
line-height: 115%;
text-transform: uppercase;
padding: 0 5%;
}

@media only screen and (max-width:1400px) {
.complianceItemsWrapper {
padding-top: 60px !important;
padding-bottom: 60px !important;
padding-left: 5% !important;
padding-right: 5% !important;
width: 90%;
}
}
@media only screen and (max-width:1350px) {
.about_5KeyStatementsWrapper h3 {
font-size: 27px;
margin: 20px 0 20px 40px !important;
}
.aboutPDS3ColsWrapper {
width: 100%;
padding-left: 10%;
padding-right: 10%;
margin-top: 20px;
}
}
@media only screen and (max-width:1300px) {
.about_5KeyStatementsWrapper .vc_col-sm-6:first-of-type {
width: 40%;
text-align: right;
margin-left: 0% !important;
}
.about_5KeyStatementsWrapper .vc_col-sm-6:last-of-type {
width: 57%;
margin-left: 3% !important;
margin-right: 0% !important;
}
}
@media only screen and (max-width:1250px) {
.aboutPurposeEverestWrapper h5 {
font-size: 14px;
letter-spacing: 8px;
margin-bottom: 20px;
}
.aboutPurposeEverestWrapper h3 {
font-size: 32px;
}
.meettheteam_GridWrapper .vc_col-sm-12 .img-with-aniamtion-wrap .hover-wrap img {
padding: 3px 6px;
}
.meettheteam_textBoxWrapper {
padding: 26px;
width: 41.7%;
}
.meettheteam_textBoxWrapperv2 {
padding: 30px;
top: unset;
left: unset;
transform: none;
width: calc(100% - 14px);
margin-left: auto;
margin-right: auto;
margin-bottom: 9px !important;
}
.ourdna_smallpanel::before {
height: 105px;
width: 70px;
top: -90px;
left: calc(50% - 35px);
}
.ourdnaWrapper .vc_col-sm-4 {
margin-top: 110px;
}
}
@media only screen and (max-width:1200px) {
.about_5KeyStatementsWrapper h3 {
font-size: 24px;
margin: 17px 0 17px 40px !important;
}
.about_whatdowemeanWrapper p {
padding-left: 10%;
padding-right: 10%;
}
}
@media only screen and (max-width:1150px) {
.aboutPurposeEverestWrapper .vc_col-sm-6:first-of-type {
margin-left: 0% !important;
width: 35%;
border-right: 1px solid var(--bcBrandColor);
}
.aboutPurposeEverestWrapper .vc_col-sm-6:last-of-type {
width: 62%;
margin-left: 3% !important;
}
.meettheteam_GridWrapper .vc_col-sm-12 .img-with-aniamtion-wrap .hover-wrap img {
padding: 2px 4px;
}
.meettheteam_textBoxWrapper {
padding: 26px;
width: 41.7%;
}
.meettheteam_textBoxWrapperv2 {
padding: 30px;
top: unset;
left: unset;
transform: none;
width: calc(100% - 8px);
margin-left: auto;
margin-right: auto;
margin-bottom: 9px !important;
}
.ourdna_smallpanel::before {
height: 90px;
width: 60px;
top: -80px;
left: calc(50% - 30px);
}
.ourdnaWrapper .vc_col-sm-4 {
margin-top: 100px;
}
.ourdna_smallpanel h2 {
font-size: 40px;
margin-bottom: 10px !important;
}
.ourdna_smallpanel p {
font-size: 16px;
}
.ourdna_diag_topblock {
padding: 40px 10%;
margin: 15px 2% 0 1%;
}
.ourdna_topPanel h2 {
font-size: 40px;
}
.ourdna_topPanel p {
font-size: 16px;
}
.complianceItemsWrapper {
padding-top: 45px !important;
padding-bottom: 45px !important;
padding-left: 3% !important;
padding-right: 3% !important;
width: 94%;
}
}
@media only screen and (max-width:1100px) {
.about_5KeyStatementsWrapper {
padding-top: 45px !important;
padding-bottom: 45px !important;
padding-left: 2%;
padding-right: 2%;
}
.aboutPurposeEverestWrapper h3 {
font-size: 29px;
}
.aboutPDS3ColsWrapper .vc_col-sm-4 h4 {
font-size: 20px;
}
.aboutPDS3ColsWrapper .vc_col-sm-4 img {
width: 150px !important;
}
.meettheteam_GridWrapper .vc_col-sm-12 .img-with-aniamtion-wrap  {
width: 20%;
}
.meettheteam_GridWrapperv2 .vc_col-sm-12 .img-with-aniamtion-wrap  {
width: 10%;
}
.meettheteam_GridWrapper .vc_col-sm-12 .img-with-aniamtion-wrap .hover-wrap img {
padding: 1px 4px;
}
.meettheteam_textBoxWrapper {
padding: 26px;
width: 59%;
}
.meettheteam_textBoxWrapperv2 {
padding: 30px;
top: unset;
left: unset;
transform: none;
width: calc(100% - 8px);
margin-left: auto;
margin-right: auto;
margin-bottom: 9px !important;
}
.ourdnaWrapper .ourdna_smallpanel1.wpb_column[data-bg-cover=true] .column-image-bg {
background-size: 200% !important;
}
.ourdnaWrapper .ourdna_smallpanel3.wpb_column[data-bg-cover=true] .column-image-bg {
background-size: 350% !important;
}
.ourdnaWrapper .ourdna_smallpanel1 .vc_column-inner > .wpb_wrapper,
.ourdnaWrapper .ourdna_smallpanel2 .vc_column-inner > .wpb_wrapper,
.ourdnaWrapper .ourdna_smallpanel3 .vc_column-inner > .wpb_wrapper {
padding: 30px !important;
}
.brighterfutureWrapper h4 {
font-size: 26px;
}
.complianceItemsWrapper p {
font-size: 15px;
}
.panelIntroTextWrapper p {
font-size: 19px;
padding: 0 7%;
}
}
@media only screen and (max-width:1000px) {
.aboutPurposeEverestWrapper {
padding-top: 30px !important;
padding-bottom: 30px !important;
}
.about_whatdowemeanWrapper .row-bg.using-image {
background-size: 150%;
}
.aboutOrangeBlockWrapper {
padding-top: 35px !important;
padding-bottom: 35px !important;
}
.aboutOrangeBlockWrapper h4 {
font-size: 27px;
padding: 0 5%;
}
.aboutPDS3ColsWrapper .vc_col-sm-4 {
width: 33.3333% !important;	
}
.about_PDSDeetsWrapper {
padding-top: 45px !important;
padding-bottom: 45px !important;
}
.about_PDSDeetsWrapper .PDSLogo {
width: 200px !important;
height: auto;
}
.about_PDSDeetsWrapper h3 {
font-size: 23px;
padding: 20px 10% 10px;
}
.about_PDSDeetsWrapper p {
font-size: 17px;
padding: 0 15%;
}
.meettheteam_textBoxWrapper h3 {
font-size: 23px;
margin-bottom: 5px !important;
}
.meettheteam_textBoxWrapper h4 {
font-size: 40px;
margin-bottom: 5px !important;
}
.meettheteam_textBoxWrapper p {
font-size: 15px; 
}
.ourdnaWrapper {
margin-top: 45px !important;
padding-top: 45px !important;
padding-bottom: 45px !important;
}
.complianceTextWrapper {
margin-top: 15px !important;
margin-bottom: 0px !important;
padding-bottom: 15px !important;	
}
}
@media only screen and (max-width:950px) {
.about_5KeyStatementsWrapper {
padding-top: 35px !important;
padding-bottom: 35px !important;
padding-left: 0%;
padding-right: 0%;
}
.aboutPurposeEverestWrapper h3 {
font-size: 26px;
}
.aboutPurposeEverestWrapper h5 {
margin-bottom: 15px;
}
}
@media only screen and (max-width:900px) {
.about_whatdowemeanWrapper h3 {
font-size: 30px;
margin-bottom: 25px;
}
.about_whatdowemeanWrapper p {
font-size: 18px;
padding-bottom: 13px;
}
.panelIntroTextWrapper p {
font-size: 18px;
padding: 0 5%;
}
}
@media only screen and (max-width:850px) {
.aboutPDSLogosCarousel {
padding-top: 15px !important;
padding-bottom: 15px !important;
}
.aboutPDS3ColsWrapper {
width: 100%;
padding-left: 5%;
padding-right: 5%;
margin-top: 20px;
}
.ourdnaWrapper .ourdna_smallpanel1.wpb_column[data-bg-cover=true] .column-image-bg {
background-size: 250% !important;
}
.ourdnaWrapper .ourdna_smallpanel3.wpb_column[data-bg-cover=true] .column-image-bg {
background-size: 400% !important;
}
}
@media only screen and (max-width:800px) {
.ourdnaWrapper .ourdna_smallpanel1 .vc_column-inner > .wpb_wrapper,
.ourdnaWrapper .ourdna_smallpanel2 .vc_column-inner > .wpb_wrapper,
.ourdnaWrapper .ourdna_smallpanel3 .vc_column-inner > .wpb_wrapper {
padding: 25px !important;
}
}
@media only screen and (max-width:767px) {
.about_5KeyStatementsWrapper .vc_col-sm-6:first-of-type {
width: 70%;
text-align: center;
margin: 20px 15% 30px !important;
}
.about_5KeyStatementsWrapper .vc_col-sm-6:last-of-type {
width: 90%;
margin-left: 5% !important;
margin-right: 5% !important;
}
.about_5KeyStatementsWrapper h3 {
font-size: 24px;
margin: 17px 0 17px 40px !important;
}
}
@media only screen and (max-width:750px) {
.aboutPurposeEverestWrapper .vc_col-sm-6:first-of-type {
margin-left: 5% !important;
margin-right: 5% !important;
margin-bottom: 20px;
padding-bottom: 20px;
width: 100%;
border-bottom: 1px solid var(--bcBrandColor);
border-right: none;
text-align: center;
}
.aboutPurposeEverestWrapper .vc_col-sm-6:last-of-type {
width: 100%;
margin-left: 5% !important;
margin-right: 5% !important;
text-align: center;
}
.about_PDSDeetsWrapper h3 {
padding: 20px 5% 10px;
}
.about_PDSDeetsWrapper p {
padding: 0;
}
.ourdna_smallpanel h2 {
font-size: 35px;
}
.complianceItemsWrapper {
padding-top: 50px !important;
padding-bottom: 50px !important;
padding-left: 15% !important;
padding-right: 15% !important;
width: 70%;
}
.complianceItemsWrapper .vc_col-sm-4 , .complianceItemsWrapper .vc_col-sm-6 {
padding-left: 2% !important;
padding-right: 2% !important;
width: 100% !important;
}
.complianceItemsWrapper .vc_col-sm-6:first-of-type {
margin-bottom: 40px !important;
}
}
@media only screen and (max-width:700px) {
.aboutPDS3ColsWrapper .vc_col-sm-4 {
width: 100% !important;
padding-left: 10% !important;
padding-right: 10% !important;
}
}
@media only screen and (max-width:690px) {
.ourdnaWrapper .vc_col-sm-4 {
margin-bottom: 0px !important;
}
}
@media only screen and (max-width:650px) {
.ourdnaWrapper .vc_col-sm-4 {
width: 90% !important;
margin-bottom: 25px !important;
}
.ourdnaWrapper .nectar-flickity {
display: block;
}
.ourdnaWrapper .nectar-flickity:not(.masonry) .flickity-viewport {
overflow: visible;
}
.ourdna_3colWrapper {
display: none;
}
.ourdnaWrapper .flickity-page-dots .dot:before, .ourdnaWrapper .nectar-flickity[data-controls=material_pagination] .flickity-page-dots .dot:before {
box-shadow: inset 0 0 0 5px #fff !important;
}
.ourdnaWrapper .nectar-flickity .ourdna_smallpanel1 .column-image-bg {
background-size: 150% !important;
}
.ourdnaWrapper .nectar-flickity .ourdna_smallpanel3 .column-image-bg {
background-size: 200% !important;
}
.ourdnaWrapper .ourdna_smallpanel1 .vc_column-inner > .wpb_wrapper, .ourdnaWrapper .ourdna_smallpanel2 .vc_column-inner > .wpb_wrapper, .ourdnaWrapper .ourdna_smallpanel3 .vc_column-inner > .wpb_wrapper {
padding: 40px 30px !important;
}
}
@media only screen and (max-width:600px) {
.about_5KeyStatementsWrapper .vc_col-sm-6:first-of-type {
width: 70%;
text-align: center;
margin: 10px 15% 25px !important;
}
.about_5KeyStatementsWrapper .vc_col-sm-6:last-of-type {
width: 90%;
margin-left: 5% !important;
margin-right: 5% !important;
}
.about_5KeyStatementsWrapper h3 {
font-size: 21px;
margin: 15px 0 15px 40px !important;
}
.about_whatdowemeanWrapper p {
padding-left: 5%;
padding-right: 5%;
}
.about_whatdowemeanWrapper .row-bg.using-image {
background-size: 200%;
}
.aboutOrangeBlockWrapper {
padding-top: 30px !important;
padding-bottom: 30px !important;
}
.aboutOrangeBlockWrapper h4 {
font-size: 24px;
padding: 0 2%;
}
.ourdnaWrapper {
margin-top: 40px !important;
padding-top: 40px !important;
padding-bottom: 40px !important;
}
.panelIntroTextWrapper p {
font-size: 17px;
padding: 0 3%;
}
.meettheteam_GridWrapperv2 .vc_col-sm-12 .img-with-aniamtion-wrap  {
width: 20%;
}
}
@media only screen and (max-width:550px) {
.meettheteam_GridWrapper .vc_col-sm-12 .img-with-aniamtion-wrap  {
width: 25%;
}
.meettheteam_GridWrapperv2 .vc_col-sm-12 .img-with-aniamtion-wrap  {
width: 20%;
}
.meettheteam_GridWrapper .vc_col-sm-12 .img-with-aniamtion-wrap .hover-wrap img {
padding: 1px 4px;
}
.meettheteam_textBoxWrapper h3 {
font-size: 20px;
margin-bottom: 5px !important;
}
.meettheteam_textBoxWrapper h4 {
font-size: 36px;
margin-bottom: 5px !important;
}
.meettheteam_textBoxWrapper p {
font-size: 15px; 
}
.meettheteam_textBoxWrapper {
padding: 26px;
width: 77%;
}
.meettheteam_textBoxWrapperv2 {
padding: 30px;
top: unset;
left: unset;
transform: none;
width: calc(100% - 8px);
margin-left: auto;
margin-right: auto;
margin-bottom: 9px !important;
}
}
@media only screen and (max-width:500px) {
.ourdna_topPanel h2 {
font-size: 35px;
}
.complianceItemsWrapper {
padding-top: 40px !important;
padding-bottom: 40px !important;
padding-left: 5% !important;
padding-right: 5% !important;
width: 90%;
}
}
@media only screen and (max-width:450px) {
.about_5KeyStatementsWrapper .vc_col-sm-6:first-of-type {
width: 80%;
text-align: center;
margin: 0px 10% 13px !important;
}
.about_5KeyStatementsWrapper .vc_col-sm-6:last-of-type {
width: 94%;
margin-left: 3% !important;
margin-right: 3% !important;
}
.about_5KeyStatementsWrapper h3 {
font-size: 21px;
margin: 15px 0 15px 40px !important;
}
/* remove bullet */
.about_5KeyStatementsWrapper h3 {
font-size: 21px;
margin: 15px 0 15px 0px !important;
}
.about_5KeyStatementsWrapper .vc_col-sm-6 .nectar-fancy-ul ul li .icon-default-style[class^=icon-] {
width: 0px;
top: 5px;
display: none;
}
.about_5KeyStatementsWrapper .vc_col-sm-6 .nectar-fancy-ul ul li {
padding-left: 0;
text-align: center;
}
.about_whatdowemeanWrapper h3 {
font-size: 28px;
margin-bottom: 25px;
}
.about_whatdowemeanWrapper p {
font-size: 16px;
padding-bottom: 13px;
}
.aboutOrangeBlockWrapper {
padding-top: 30px !important;
padding-bottom: 30px !important;
}
.aboutOrangeBlockWrapper h4 {
font-size: 22px;
padding: 0 1%;
}
.aboutPDSLogosCarousel {
padding-top: 10px !important;
padding-bottom: 10px !important;
}
}
@media only screen and (max-width:400px) {
.meettheteam_GridWrapper .vc_col-sm-12 .img-with-aniamtion-wrap  {
width: 33.3%;
}
.meettheteam_GridWrapperv2 .vc_col-sm-12 .img-with-aniamtion-wrap  {
width: 20%;
}
.meettheteam_GridWrapper .vc_col-sm-12 .img-with-aniamtion-wrap .hover-wrap img {
padding: 1px 4px;
}
.meettheteam_textBoxWrapper h3 {
font-size: 20px;
margin-bottom: 5px !important;
}
.meettheteam_textBoxWrapper h4 {
font-size: 36px;
margin-bottom: 5px !important;
}
.meettheteam_textBoxWrapper p {
font-size: 15px; 
}
.meettheteam_textBoxWrapper {
padding: 26px;
width: 90%;
}
.meettheteam_textBoxWrapperv2 {
padding: 30px;
top: unset;
left: unset;
transform: none;
width: calc(100% - 8px);
margin-left: auto;
margin-right: auto;
margin-bottom: 9px !important;
}
}




 /* /////////// OUR BRANDS //////////////// */
.brands_topCopyWrapper {
padding-top: 60px !important;
padding-bottom: 30px !important;
}
.brands_topCopyWrapper h2 {
font-size: 32px;
font-weight: 700;
line-height: 125%;
margin-bottom: 20px !important;
color: #222;
padding-left: 10%;
padding-right: 10%;
}
.brands_topCopyWrapper .wpb_text_column:nth-of-type(2) h2 {
color: var(--bcBrandColor);
}
.brands_circElementWrapper {
height: 100px !important;
overflow: hidden;
}
.brands_circElementWrapper img {
object-fit: fill;
}
.brands_brandsSummaryWrapper {
padding-top: 45px !important;
padding-bottom: 45px !important;
width: 80% !important;
padding-left: 10% !important;
padding-right: 10% !important;
margin-bottom: 45px !important;
}
.brands_brandsSummaryWrapper > .row-bg-wrap .row-bg:first-of-type {
background: linear-gradient(180deg,rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.brands_topCopyWrapper .row-bg {
background-size: auto 50% !important;
}
.brands_brandsSummaryWrapper .link-arrow {
text-align: center;
width: 100%;
display: inline-block;
margin-top: 20px;
transform: scale(0.85);
}
.brands_brandsSummaryWrapper .vc_col-sm-4 {
padding: 0 2% !important;
}
.brands_brandsSummaryWrapper .vc_col-sm-4 .brands_brandLogo {
width: 300px !important;
height: auto;
}
.brands_brandsSummaryWrapper .vc_col-sm-4 h4 {
font-size: 18px;
color: var(--bcBrandColor);
font-weight: 700;
text-transform: uppercase;
line-height: 130%;
letter-spacing: 4px;
margin: 25px 0 10px !important;
padding: 0;
}
.brands_brandsSummaryWrapper .vc_col-sm-4 p {
font-size: 15px;
color: #777;
line-height: 150%;
margin: 0px !important;
padding: 0;
}
.brands_brandsSummaryWrapper .vc_col-sm-4 h3 {
font-size: 28px;
color: #222;
font-weight: 900;
text-transform: uppercase;
line-height: 115%;
margin-bottom: 10px !important;
} 
.brands_comingsoonDivider {
padding-top: 60px !important;
padding-bottom: 60px !important;
}
.brands_comingsoonDivider h4 {
font-size: 15px;
color: #222;
font-weight: 400;
text-transform: uppercase;
line-height: 130%;
letter-spacing: 10px;
margin: 0;
padding: 0;
display: flex;
width: 100%;
justify-content: center;
align-items: center;
text-align: center;
}
.brands_comingsoonDivider h4:before,
.brands_comingsoonDivider h4:after {
content: '';
border-top: 1px solid #cccccc;
margin: 0 30px 0 0;
flex: 1 0 20px;
}
.brands_comingsoonDivider h4:after {
margin: 0 0 0 20px;
}


.brands_partnerbrandsWrapper {
padding-top: 60px !important;
padding-bottom: 45px !important;
}
.brands_partnerbrandsWrapper h3 {
font-size: 33px;
color: #222;
font-weight: 900;
text-transform: uppercase;
line-height: 115%;
margin-bottom: 20px;
}
.brands_partnerbrandsWrapper p {
font-size: 18px;
color: #777;
line-height: 145%;
padding: 0 10%;
}
.partnerbrands_logosWrapper {
width: 100% !important;
padding-left: 0% !important;
padding-right: 0% !important;
margin-top: 20px;
}
/* 6 logos */
.brands_partnerbrandsWrapper .img-with-aniamtion-wrap {
width: 16.6% !important;
display: inline-block !important;
padding: 0 2% !important;
}


@media only screen and (max-width:1450px) {
.brands_brandsSummaryWrapper {
padding-top: 35px !important;
padding-bottom: 35px !important;
width: 90% !important;
padding-left: 5% !important;
padding-right: 5% !important;
margin-bottom: 35px !important;
}
}
@media only screen and (max-width:1250px) {
.brands_brandsSummaryWrapper .vc_col-sm-4 .brands_brandLogo {
width: 280px !important;
height: auto;
}
}
@media only screen and (max-width:1200px) {
.brands_brandsSummaryWrapper {
padding-top: 35px !important;
padding-bottom: 35px !important;
width: 100% !important;
padding-left: 0% !important;
padding-right: 0% !important;
margin-bottom: 35px !important;
}
}
@media only screen and (max-width:1150px) {
.brands_topCopyWrapper {
padding-top: 45px !important;
padding-bottom: 5px !important;
}
.brands_topCopyWrapper h2 {
font-size: 28px;
margin-bottom: 20px !important;
padding-left: 7%;
padding-right: 7%;
}
}
@media only screen and (max-width:1100px) {
.brands_brandsSummaryWrapper .vc_col-sm-4 .brands_brandLogo {
width: 250px !important;
height: auto;
}
.brands_partnerbrandsWrapper p {
font-size: 17px;
padding: 0 6%;
}
}
@media only screen and (max-width:1000px) {
.brands_brandsSummaryWrapper {
padding-top: 25px !important;
padding-bottom: 25px !important;
width: 100% !important;
padding-left: 0% !important;
padding-right: 0% !important;
margin-bottom: 25px !important;
}
.brands_brandsSummaryWrapper .vc_col-sm-4 {
width: 33.33333% !important;
}

.brands_partnerbrandsWrapper {
padding-top: 45px !important;
padding-bottom: 30px !important;
}
}
@media only screen and (max-width:900px) {
.brands_brandsSummaryWrapper .vc_col-sm-4 .brands_brandLogo {
width: 220px !important;
height: auto;
}
}
@media only screen and (max-width:750px) {
.brands_topCopyWrapper {
padding-top: 45px !important;
padding-bottom: 0px !important;
}
.brands_topCopyWrapper h2 {
font-size: 26px;
margin-bottom: 16px !important;
padding-left: 5%;
padding-right: 5%;
}
.brands_circElementWrapper {
height: 65px !important;
}
.brands_brandsSummaryWrapper .vc_col-sm-4 {
width: 100% !important;
padding-left: 10% !important;
padding-right: 10% !important;
margin-bottom: 30px !important;
}
.brands_brandsSummaryWrapper .row_col_wrap_12_inner .vc_col-sm-4:last-of-type {
margin-bottom: 0px !important;
}
.brands_brandsSummaryWrapper .vc_col-sm-4 .brands_brandLogo {
width: 280px !important;
height: auto;
}
.brands_comingsoonDivider {
padding-top: 60px !important;
padding-bottom: 20px !important;
}
.brands_brandsSummaryWrapper {
padding-top: 15px !important;
padding-bottom: 15px !important;
width: 100% !important;
padding-left: 0% !important;
padding-right: 0% !important;
margin-bottom: 15px !important;
}
}
@media only screen and (max-width:550px) {
/* 6 logos over 2 cols */
.brands_partnerbrandsWrapper .img-with-aniamtion-wrap {
width: 33.3% !important;
display: inline-block !important;
padding: 0 2% !important;
}
}
@media only screen and (max-width:500px) {
.brands_topCopyWrapper {
padding-top: 35px !important;
padding-bottom: 0px !important;
}
.brands_topCopyWrapper h2 {
font-size: 22px;
margin-bottom: 14px !important;
padding-left: 2%;
padding-right: 2%;
}
.brands_circElementWrapper {
height: 55px !important;
}
.brands_brandsSummaryWrapper .vc_col-sm-4 .brands_brandLogo {
width: 250px !important;
height: auto;
}
.brands_partnerbrandsWrapper p {
font-size: 16px;
padding: 0 3%;
}
.brands_partnerbrandsWrapper h3 {
font-size: 28px;
}
.brands_brandsSummaryWrapper .vc_col-sm-4 {
width: 100% !important;
padding-left: 5% !important;
padding-right: 5% !important;
margin-bottom: 30px !important;
}
}




/* ////////// RETAIL CONSULTANCY ////////// */
.retailconsultancy_introTextWrapper {
padding-top: 45px !important;
padding-bottom: 45px !important;
}
.retailconsultancy_introTextWrapper p {
font-size: 20px;
color: #222;
line-height: 150%;
padding: 0 10% 25px !important;
}
.retailconsultancy_introTextWrapper h5 {
font-weight: 800;
font-size: 22px;
color: #222;
}

.retailconsultancy_4ColsWrapper {
padding-top: 60px !important;
padding-bottom: 75px !important;
}
.retailconsultancy_4ColsWrapper h3 {
font-size: 30px;
color: #fff;
font-weight: 900;
text-transform: uppercase;
line-height: 115%;
margin-bottom: 15px !important;
padding: 0 10%;
}
.retailconsultancy_4ColsWrapper p {
font-size: 17px;
color: #777;
line-height: 140%;
padding: 0 10%;
}
.retailconsultancy_4ColsWrapper img {
width: 100px !important;
}
.retailconsultancy_4ColsWrapper .vc_col-sm-3 {
padding: 0 !important;
}

.retailconsultancy_csmWrapper {
padding-top: 45px !important;
padding-bottom: 45px !important;
}
.retailconsultancy_csmWrapper h3 {
font-size: 33px;
color: #222;
font-weight: 900;
text-transform: uppercase;
line-height: 115%;
margin-bottom: 20px;
}
.retailconsultancy_csmWrapper p {
font-size: 18px;
color: #777;
line-height: 145%;
padding: 0 17%;
}
.retailconsultancy_csmItemsWrapper {
width: 100%;
padding-left: 10% !important;
padding-right: 10% !important;
}
.retailconsultancy_csmItemsWrapper .vc_col-sm-6 {
padding: 0% !important;
margin: 0% !important;
}
/* fancy box element */ /*
.retailconsultancy_csmItemsWrapper .vc_col-sm-6 .nectar-fancy-box[data-style=hover_desc] {
padding: 50px;
height: 450px !important;
}
*/
.retailconsultancy_csmItemPanel ,
.retailconsultancy_csmItemPanel > .wpb_wrapper ,
.retailconsultancy_csmItemPanel .column-image-bg-wrap {
height: 500px !important;
}
.retailconsultancy_csmItemPanel .wpb_text_column > .wpb_wrapper {
align-content: end;
background-color: rgba(255,255,255,0.85);
padding: 20px 30px;
align-content: baseline;
}
.retailconsultancy_csmItemPanel h3 {
font-size: 30px;
color: #222;
font-weight: 900;
text-transform: uppercase;
line-height: 115%;
margin-bottom: 2px !important;
}
.retailconsultancy_csmItemPanel p {
font-size: 15px;
color: #222;
line-height: 145%;
}
.retailconsultancy_csmItemPanel .column-image-bg-wrap .column-image-bg {
background-size: cover;
}
/* hover effect on BG IMG */
.retailconsultancy_csmItemPanel .column-image-bg-wrap .column-image-bg {
transition: 3s all ease !important;
transform: scale(1.0) !important;
transform-origin: center;
}
.retailconsultancy_csmItemPanel .column-image-bg-wrap .column-image-bg.retailconsultancy_csmItemPanelHover {
transform: scale(1.2) !important;
transition: 3s all ease !important;
transform-origin: center;
}

.retailconsultancy_caseStudiesWrapper {
margin-top: 60px !important;
padding-top: 60px !important;
padding-bottom: 60px !important;
}
.retailconsultancy_caseStudiesWrapper h2 {
font-size: 33px;
color: #fff;
font-weight: 900;
text-transform: uppercase;
line-height: 115%;
margin-bottom: 0px;
}
.retailconsultancy_caseStudies_itemWrapper {
width: 100%;
padding-left: 10% !important;
padding-right: 10% !important;
}
.retailconsultancy_caseStudiesWrapper .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry) .flickity-viewport {
margin: 30px 0 50px 0 !important;
}
.retailconsultancy_caseStudiesWrapper .nectar-flickity[data-control-style=material_pagination] .flickity-page-dots, .nectar-flickity[data-controls=material_pagination] .flickity-page-dots {
bottom: -65px !important;
}
.retailconsultancy_caseStudies_itemWrapper .vc_col-sm-6 {
padding: 0!important;
}
.retailconsultancy_caseStudies_itemWrapper .vc_col-sm-6:last-of-type .wpb_text_column {
padding: 120px 50px !important;
}
.retailconsultancy_caseStudies_itemWrapper .vc_col-sm-6 h3 {
font-size: 30px;
color: var(--bcBrandColor);
font-weight: 900;
text-transform: uppercase;
line-height: 115%;
margin-bottom: 15px;
}
.retailconsultancy_caseStudies_itemWrapper .vc_col-sm-6 p ,
.retailconsultancy_caseStudies_itemWrapper .vc_col-sm-6 li {
font-size: 16px;
color: #fff;
line-height: 150%;
}
.retailconsultancy_caseStudies_itemWrapper .vc_col-sm-6 li {
margin-bottom: 8px !important;
padding-left: 15px !important;
}
.retailconsultancy_caseStudies_itemWrapper .vc_col-sm-6 li:last-of-type {
margin-bottom: 0px !important;
}
.retailconsultancy_caseStudies_itemWrapper .vc_col-sm-6 ul {
margin-left: 15px !important;
}

@media only screen and (max-width:1400px) {
.retailconsultancy_csmItemsWrapper {
width: 100%;
padding-left: 5% !important;
padding-right: 5% !important;
}
.retailconsultancy_csmItemPanel ,
.retailconsultancy_csmItemPanel > .wpb_wrapper ,
.retailconsultancy_csmItemPanel .column-image-bg-wrap {
height: 470px !important;
}
}
@media only screen and (max-width:1350px) {
.retailconsultancy_4ColsWrapper h3 {
font-size: 28px;
margin-bottom: 15px !important;
padding: 0 10%;
}
.retailconsultancy_4ColsWrapper p {
font-size: 16px;
padding: 0 10%;
}
.retailconsultancy_4ColsWrapper img {
width: 90px !important;
}
}
@media only screen and (max-width:1200px) {
.retailconsultancy_csmItemsWrapper {
width: 100%;
padding-left: 0% !important;
padding-right: 0% !important;
}
.retailconsultancy_csmItemPanel ,
.retailconsultancy_csmItemPanel > .wpb_wrapper ,
.retailconsultancy_csmItemPanel .column-image-bg-wrap {
height: 450px !important;
}
.retailconsultancy_caseStudies_itemWrapper {
width: 100%;
padding-left: 5% !important;
padding-right: 5% !important;
}
}
@media only screen and (max-width:1100px) {
.retailconsultancy_4ColsWrapper h3 {
font-size: 25px;
margin-bottom: 13px !important;
padding: 0 8%;
}
.retailconsultancy_4ColsWrapper p {
font-size: 15px;
padding: 0 8%;
}
.retailconsultancy_4ColsWrapper img {
width: 80px !important;
}
.retailconsultancy_csmItemPanel .wpb_text_column > .wpb_wrapper {
padding: 17px 25px;
}
}
@media only screen and (max-width:1100px) {
.retailconsultancy_csmItemPanel h3 {
font-size: 27px;
}
.retailconsultancy_csmItemPanel p {
font-size: 14px;
}
.retailconsultancy_csmWrapper p {
font-size: 17px;
padding: 0 12%;
}
}
@media only screen and (max-width:1000px) {
.retailconsultancy_introTextWrapper {
padding-top: 40px !important;
padding-bottom: 40px !important;
}
.retailconsultancy_introTextWrapper p {
font-size: 18px;
color: #222;
padding: 0 7% 20px !important;
}
.retailconsultancy_introTextWrapper h5 {
font-size: 20px;
}
.retailconsultancy_csmItemsWrapper .vc_col-sm-6 {
width: 50%;
}
.retailconsultancy_caseStudies_itemWrapper {
width: 100%;
padding-left: 0% !important;
padding-right: 0% !important;
}
.retailconsultancy_caseStudies_itemWrapper .vc_col-sm-6 {
width: 50%!important;
}
.retailconsultancy_caseStudiesWrapper {
margin-top: 45px !important;
padding-top: 45px !important;
padding-bottom: 45px !important;
}
}
@media only screen and (max-width:900px) {
.retailconsultancy_caseStudies_itemWrapper .vc_col-sm-6:last-of-type .wpb_text_column {
padding: 120px 40px !important;
}
}
@media only screen and (max-width:850px) {
.retailconsultancy_csmWrapper p {
font-size: 17px;
padding: 0 7%;
}
.retailconsultancy_csmWrapper {
padding-top: 35px !important;
padding-bottom: 35px !important;
}
}
@media only screen and (max-width:750px) {
.retailconsultancy_introTextWrapper {
padding-top: 30px !important;
padding-bottom: 30px !important;
}
.retailconsultancy_introTextWrapper p {
font-size: 17px;
color: #222;
padding: 0 5% 20px !important;
}
.retailconsultancy_introTextWrapper h5 {
font-size: 19px;
}
.retailconsultancy_csmItemsWrapper .vc_col-sm-6 {
width: 100%;
}
.retailconsultancy_csmItemPanel .wpb_text_column .wpb_wrapper {
height: auto !important;
}
.retailconsultancy_csmWrapper h3 {
font-size: 30px;
}
.retailconsultancy_caseStudies_itemWrapper .vc_col-sm-6 {
width: 100%!important;
}
.retailconsultancy_caseStudies_itemWrapper .vc_col-sm-6:first-of-type {
height: 450px;
}
.retailconsultancy_caseStudies_itemWrapper .vc_col-sm-6:last-of-type .wpb_text_column {
padding: 50px !important;
}
}
@media only screen and (max-width:690px) {
.retailconsultancy_caseStudies_itemWrapper .vc_col-sm-6 {
margin-bottom: 0 !important;
}
}
@media only screen and (max-width:600px) {
.retailconsultancy_4ColsWrapper {
padding-top: 45px !important;
padding-bottom: 60px !important;
}
.retailconsultancy_csmWrapper p {
font-size: 16px;
padding: 0 5%;
}
.retailconsultancy_caseStudies_itemWrapper .vc_col-sm-6:first-of-type {
height: 400px;
}
.retailconsultancy_caseStudies_itemWrapper .vc_col-sm-6 h3 {
font-size: 26px;
margin-bottom: 13px;
}
.retailconsultancy_caseStudies_itemWrapper .vc_col-sm-6 p ,
.retailconsultancy_caseStudies_itemWrapper .vc_col-sm-6 li {
font-size: 15px;
}
.retailconsultancy_caseStudies_itemWrapper .vc_col-sm-6:last-of-type .wpb_text_column {
padding: 40px !important;
}
.retailconsultancy_csmItemPanel ,
.retailconsultancy_csmItemPanel > .wpb_wrapper ,
.retailconsultancy_csmItemPanel .column-image-bg-wrap {
height: 400px !important;
}
}
@media only screen and (max-width:500px) {
.retailconsultancy_csmItemPanel .wpb_text_column > .wpb_wrapper {
padding: 15px 20px;
}
.retailconsultancy_caseStudies_itemWrapper .vc_col-sm-6:first-of-type {
height: 350px;
}
}
@media only screen and (max-width:450px) {
.retailconsultancy_caseStudies_itemWrapper .vc_col-sm-6:last-of-type .wpb_text_column {
padding: 30px !important;
}
.retailconsultancy_caseStudies_itemWrapper .vc_col-sm-6 h3 {
font-size: 24px;
margin-bottom: 13px;
}
.retailconsultancy_caseStudies_itemWrapper .vc_col-sm-6 p ,
.retailconsultancy_caseStudies_itemWrapper .vc_col-sm-6 li {
font-size: 14px;
}
.retailconsultancy_csmItemPanel ,
.retailconsultancy_csmItemPanel > .wpb_wrapper ,
.retailconsultancy_csmItemPanel .column-image-bg-wrap {
height: 450px !important;
}
}


/* ////////// CONTACT //////// */
.contact_introTextWrapper {
padding-bottom: 20px !important;
}
.contact_2ColsWrapper {
width: 100%;
padding-left: 10% !important;
padding-right: 10% !important;
margin-bottom: 40px !important;
}
.contact_2ColsWrapper .vc_col-sm-6:first-of-type .column-image-bg {
background-color: var(--bcBrandColor);
background-image: url('https://2025.brandcollective.com/wp-content/uploads/2025/06/star_10percent.svg') !important;
}
.contact_2ColsWrapper h5 a {
color: #fff;
font-size: 25px;
font-weight: 700;
transition: all 0.3s ease;
}
.contact_2ColsWrapper h5 a:hover {
opacity: 0.7;
transition: all 0.3s ease;
}
.contact_2ColsWrapper .vc_col-sm-6:first-of-type .vc_column-inner {
padding: 30px !important;
}
.contact_2ColsWrapper .vc_col-sm-6:last-of-type .vc_column-inner {
padding-left: 30px !important;
}
.contact_2ColsWrapper .vc_col-sm-6 h4 {
font-weight: 300;
font-size: 18px;
color: #fff;
letter-spacing: 8px;
margin: 30px 0 10px;
text-transform: uppercase;
}
.contact_2ColsWrapper .vc_col-sm-6:first-of-type p {
font-size: 16px;
color: #fff;
line-height: 150%;
margin-bottom: 15px;
}
.contact_2ColsWrapper .vc_col-sm-6:first-of-type a.instaLink {
font-size: 0px !important;
width: 30px;
height: 30px;
margin-top: 50px !important;
}
.contact_2ColsWrapper .vc_col-sm-6:first-of-type a.instaLink  {
display: inline-block !important;
width: 23px;
height: 23px;
margin-top: 18px;
background-image: url('/wp-content/themes/salient-child/images/linkedin_white.svg');
background-size: cover;
background-repeat: no-repeat;
}
.contact_2ColsWrapper .vc_col-sm-6:first-of-type .link-arrow {
color: #fff;
font-size: 15px;
}
.contact_2ColsWrapper .vc_col-sm-6:first-of-type .link-arrow .icon-button-arrow {
top: -2px;
margin-left: 7px;
}
.contact_2ColsWrapper .formLHS {
width: 30%;
margin-right: 3%;
display: inline-block;
vertical-align: top;
}
.contact_2ColsWrapper .formRHS {
width: 66%;
margin-bottom: 20px;
display: inline-block;
}
.contact_2ColsWrapper .formFull {
margin-bottom: 20px;
width: 100%;
display: inline-block;
} 
.contact_2ColsWrapper .formLHS label {
font-size: 18px;
color: #222;
line-height: 150%;
font-weight: 700;
}
.contact_2ColsWrapper input , .contact_2ColsWrapper textarea , .contact_2ColsWrapper select {
border-radius: 0 !important;
border: 1px solid #cfcfcf;
background-color: #fff;
font-size: 15px;
color: #777;
}
.contact_2ColsWrapper textarea {
min-width: 100%;
min-height: 200px;
max-height: 500px;
}
.contact_2ColsWrapper .vc_col-sm-6:first-of-type {
width: 36%;
}
.contact_2ColsWrapper .vc_col-sm-6:last-of-type {
width: 64%;
padding-top: 20px !important;
}
.contact_2ColsWrapper .wpcf7-list-item-label {
color: #777;
font-size: 13px !important;
line-height: 140%;
display: inline-block;
width: calc(90% - 15px);
margin-left: 15px;
}
.contact_2ColsWrapper .wpcf7-list-item-label a {
color: #777;
text-decoration: underline;
}
.contact_2ColsWrapper .wpcf7-list-item-label a:hover , .contact_2ColsWrapper .wpcf7-list-item-label a:focus {
color: var(--bcBrandColor);
}
.contact_2ColsWrapper .wpcf7-list-item input {
position: relative;
top: -15px;
}
.contact_2ColsWrapper .wpcf7-list-item input:focus {
border-color: var(--bcBrandColor);
}
.contact_2ColsWrapper .wpcf7-submit {
width: 100%;
border-radius: 0 !important;
background-color: var(--bcBrandColor) !important;
color: #fff;
font-size: 18px;
text-transform: uppercase;
font-weight: 800;
border: none !important;
-webkit-border-radius: 0 !important;
}
.contact_2ColsWrapper .wpcf7-submit:hover , .contact_2ColsWrapper .wpcf7-submit:focus {
background-color: #222 !important;
opacity: 1 !important;
box-shadow: none !important;
}
body[data-button-style*="slightly_rounded"] input[type=submit] {
border-radius: 0 !important; 
-webkit-border-radius: 0 !important;
box-shadow: none !important;
}
body[data-button-style*="slightly_rounded"] input[type=submit]:hover , body[data-button-style*="slightly_rounded"] input[type=submit]:focus {
box-shadow: none !important;
}
.contact_2ColsWrapper .vc_col-sm-6 .wpcf7-form .wpcf7-not-valid-tip {
padding-bottom: 0px !important;
text-align: left;
}
.contact_2ColsWrapper .vc_col-sm-6 .wpcf7-spinner {
display: none !important;
}
.contact_2ColsWrapper .vc_col-sm-6 .column-bg-overlay {
background-color: transparent !important;
}
img.officeImage {
width: 100%;
height: auto;
margin-top: 25px !important;
border: 1px solid #f5a69c;
}

@media only screen and (max-width:1450px) {
.contact_2ColsWrapper .vc_col-sm-6:first-of-type {
width: 41%;
}
.contact_2ColsWrapper .vc_col-sm-6:last-of-type {
width: 59%;
}
}
@media only screen and (max-width:1250px) {
.contact_2ColsWrapper h5 a {
font-size: 22px;
}
}
@media only screen and (max-width:1150px) {
.contact_2ColsWrapper {
width: 100%;
padding-left: 0% !important;
padding-right: 0% !important;
}
.contact_2ColsWrapper .vc_col-sm-6 {
padding: 0 !important;
}
}
@media only screen and (max-width:880px) {
.contact_2ColsWrapper .formLHS label {
font-size: 16px;
}
.contact_2ColsWrapper .wpcf7-submit {
font-size: 16px;
}
.contact_2ColsWrapper .formLHS {
width: 34%;
margin-right: 3%;
}
.contact_2ColsWrapper .formRHS {
width: 62%;
margin-bottom: 16px;
}
.contact_2ColsWrapper h5 a {
font-size: 20px;
}
.contact_2ColsWrapper .vc_col-sm-6:first-of-type p {
font-size: 15px !important;
}
}
@media only screen and (max-width:800px) {
.contact_2ColsWrapper .formLHS {
width: 100%;
margin-right: 0%;
}
.contact_2ColsWrapper .formRHS {
width: 100%;
margin-bottom: 16px;
}
.contact_2ColsWrapper h5 a {
font-size: 18px;
}
.contact_2ColsWrapper .formLHS label {
font-size: 14px;
}
.contact_2ColsWrapper input , .contact_2ColsWrapper textarea , .contact_2ColsWrapper select {
padding: 8px;
}
}
@media only screen and (max-width:740px) {
.contact_2ColsWrapper .vc_col-sm-6:first-of-type {
width: 100%;
margin-bottom: 20px;
text-align: center;
}
.contact_2ColsWrapper .vc_col-sm-6:last-of-type {
width: 100%;
padding-top: 0px !important;
}
.contact_2ColsWrapper .vc_col-sm-6:last-of-type .vc_column-inner {
padding-left: 0px !important;
}
.contact_2ColsWrapper h5 a {
font-size: 24px;
}
.contact_2ColsWrapper .vc_col-sm-6:first-of-type a.instaLink {
margin-top: 25px !important;
}
.contact_2ColsWrapper .vc_col-sm-6 h4 {
margin-top: 20px !important;
}
.formLHS.blank {
display: none;
}
.contact_2ColsWrapper {
width: 100%;
padding-left: 5% !important;
padding-right: 5% !important;
}
}
@media only screen and (max-width:650px) {
.contact_2ColsWrapper h5 a {
font-size: 20px;
}
}
@media only screen and (max-width:450px) {
.contact_2ColsWrapper h5 a {
font-size: 18px;
}
.contact_2ColsWrapper {
width: 100%;
padding-left: 2% !important;
padding-right: 2% !important;
}
}


/* /////////// cookies policies page ////////// */
.cookiespoliciesContentWrapper {
padding-top: 45px !important;
padding-bottom: 45px !important;
width: 100%;
padding-left: 15% !important;
padding-right: 15% !important;
}
.cookiespoliciesContentWrapper p {
padding-bottom: 15px !important;
line-height: 155%;
}
.cookiespoliciesContentWrapper p a ,
.cookiespoliciesContentWrapper table td {
word-wrap: break-word;
}
.cookiespoliciesContentWrapper table {
table-layout: fixed;
width: 100%;
}
@media only screen and (max-width:1000px) {
.cookiespoliciesContentWrapper {
padding-top: 35px !important;
padding-bottom: 35px !important;
width: 100%;
padding-left: 7% !important;
padding-right: 7% !important;
}
}
@media only screen and (max-width:600px) {
.cookiespoliciesContentWrapper {
padding-top: 30px !important;
padding-bottom: 30px !important;
width: 100%;
padding-left: 3% !important;
padding-right: 3% !important;
}
}


/* /////////// cookies banner ///////////// */
.cookie-notice-container {
font-size: 13px !important;
}
.cookie-notice-container #cn-notice-text a {
color: #fff !important;
}
.cookie-notice-container #cn-notice-text a:hover {
color: var(--bcBrandColor) !important;
}
@media only screen and (max-width:1000px) {
.cookie-notice-container {
font-size: 12px !important;
}
}
@media only screen and (max-width:600px) {
.cookie-notice-container {
font-size: 11px !important;
}
#cn-close-notice {
display: none !important;
}
}




 /* ////// DIY KEN BURNS - HOMEPAGE CAROUSEL //////// */
.home_HeroCarouselWrapper .swiper-slide .slide-bg-wrap {
transform:scale(1.2) !important;
transition: all ease 6s !important;
}
.home_HeroCarouselWrapper .swiper-slide.swiper-slide-active .slide-bg-wrap {
transform:scale(1) !important;
transition: all ease 6s !important;
}


 /* //////////// social retail ////////////// */
.socialretail_introTextWrapper h3 {
font-size: 30px;
color: #222;
font-weight: 900;
text-transform: uppercase;
line-height: 115%;
margin-bottom: 25px !important;
}
.socialretail_introTextWrapper p {
padding-bottom: 8px !important;
}
.social_tiktokLogo {
margin-top: 20px !important;
width: 180px !important;
}

.socialretail_5colsWrapper {
padding-top: 60px !important;
padding-bottom: 40px !important;    
}
.socialretail_5colsWrapper h4 {
font-size: 26px;
color: #fff;
font-weight: 900;
text-transform: uppercase;
line-height: 115%;
margin-bottom: 25px !important;
}
.socialretail_5colsWrapper li {
color: #fff;
font-size: 16px;
line-height: 140%;
margin-bottom: 10px !important;
}
.socialretail_5colsWrapper .fa-check:before {
content:url('/wp-content/themes/salient-child/images/bulletTick.svg');
width: 15px;
height: 15px;
display: inline-block;
}
.socialretail_5colsWrapper .vc_col-sm-1\/5 {
padding: 0 2% !important;
}

.socialretail_phonepicWrapper {
    
}

.socialretail_2colWrapper {
padding-top: 45px !important;
padding-bottom: 45px !important;
}
.socialretail_2colWrapper .row_col_wrap_12 {
width: 100%;
padding-left: 10% !important;
padding-right: 10% !important;
}
.socialretail_2colWrapper h3 {
font-size: 30px;
color: #222;
font-weight: 900;
text-transform: uppercase;
line-height: 115%;
margin-bottom: 20px;
}
.socialretail_2colWrapper h5 {
font-size: 20px;
margin-top: 10px;
margin-bottom: 15px;
color: var(--bcBrandColor);
}
.socialretail_2colWrapper p , .socialretail_2colWrapper li {
color: #777;
font-size: 16px !important;
line-height: 150%;
}
.socialretail_2colWrapper ul {
margin-left: 0 !important;
}
.socialretail_2colWrapper li {
margin-bottom: 10px;
margin-left: 15px !important;
padding-left: 20px !important;
}
.socialretail_2colWrapper li:last-of-type {
margin-bottom: 0 !important;
}
.socialretail_2colWrapper .vc_col-sm-6:last-of-type {
margin-left: 3% !important;
width: 47% !important;
}


@media only screen and (max-width:1500px) {
.socialretail_5colsWrapper h4 {
font-size: 23px;
margin-bottom: 20px !important;
}
.socialretail_5colsWrapper li {
font-size: 15px;
margin-bottom: 8px !important;
}
}
@media only screen and (max-width:1450px) {
.socialretail_2colWrapper .vc_col-sm-6:last-of-type {
margin-left: 3% !important;
width: 45% !important;
padding-left: 0 !important;
}
}
@media only screen and (max-width:1350px) {
.socialretail_2colWrapper .row_col_wrap_12 {
width: 100%;
padding-left: 3% !important;
padding-right: 3% !important;
}
}
@media only screen and (max-width:1250px) {
.socialretail_5colsWrapper .vc_col-sm-1\/5 {
padding: 0 1% !important;
}
}
@media only screen and (max-width:1150px) {
.socialretail_5colsWrapper .row_col_wrap_12 {
display: inline-block !important;
width: 100%;
text-align: center;
}
.socialretail_5colsWrapper .vc_col-sm-1\/5 {
padding: 0 2% !important;
width: 33.3% !important;
display: inline-block;
vertical-align: top;
text-align: left;
}
.socialretail_2colWrapper .row_col_wrap_12 {
width: 100%;
padding-left: 0% !important;
padding-right: 0% !important;
}
.socialretail_2colWrapper h3 {
font-size: 27px;
}
.socialretail_2colWrapper li {
margin-bottom: 7px !important;
font-size: 15px !important;
}
.socialretail_2colWrapper h5 {
font-size: 18px;
}
}
@media only screen and (max-width:1000px) {
.socialretail_2colWrapper {
padding-top: 40px !important;
padding-bottom: 40px !important;
}
.socialretail_2colWrapper .vc_col-sm-6 {
width: 100% !important;
padding-left: 10% !important;
padding-right: 10% !important;  
text-align: center;
}
.socialretail_2colWrapper .vc_col-sm-6:last-of-type {
margin-left: 0% !important;
margin-top: 35px !important;
width: 100% !important;
padding-left: 10% !important;
padding-right: 10% !important; 
}
.socialretail_2colWrapper .vc_col-sm-6 li {
list-style-position: inside !important;
margin-left: 0 !important;
padding-left: 0 !important;
}
}
@media only screen and (max-width:750px) {
.socialretail_5colsWrapper .vc_col-sm-1\/5 {
padding: 0 2% !important;
width: 50% !important;
}
.socialretail_5colsWrapper {
padding-top: 40px !important;
padding-bottom: 25px !important;    
}
}
@media only screen and (max-width:700px) {
.socialretail_introTextWrapper h3 {
font-size: 27px;
}
.socialretail_2colWrapper {
padding-top: 35px !important;
padding-bottom: 35px !important;
}
.socialretail_2colWrapper .vc_col-sm-6 {
width: 100% !important;
padding-left: 5% !important;
padding-right: 5% !important;  
}
.socialretail_2colWrapper .vc_col-sm-6:last-of-type {
margin-left: 0% !important;
margin-top: 30px !important;
width: 100% !important;
padding-left: 5% !important;
padding-right: 5% !important; 
}
}
@media only screen and (max-width:690px) {
.socialretail_2colWrapper .vc_col-sm-6:last-of-type {
margin-top: 0px !important;
}
}
@media only screen and (max-width:600px) {
.socialretail_5colsWrapper .vc_col-sm-1\/5 {
padding: 0 5% !important;
width: 100% !important;
margin-bottom: 5px !important;
}
.socialretail_2colWrapper h3 {
font-size: 25px;
}
.socialretail_2colWrapper li {
margin-bottom: 6px !important;
font-size: 14px !important;
}
.socialretail_2colWrapper h5 {
font-size: 17px;
}
.social_tiktokLogo {
width: 150px !important;
}
}
@media only screen and (max-width:450px) {
.socialretail_5colsWrapper .vc_col-sm-1\/5 {
padding: 0 5% !important;
width: 100% !important;
}
}


/* nav changes following addition of social retail item */
@media only screen and (max-width:1100px) {
#top nav>ul>li>a {
font-size: 18px;
}
#header-outer[data-lhe="animated_underline"] #top nav > ul > li > a {
margin-left: 13px;
margin-right: 13px;
}
body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
height: 75px !important;
}
}
@media only screen and (max-width:950px) {
#top nav>ul>li>a {
font-size: 17px;
}
#header-outer[data-lhe="animated_underline"] #top nav > ul > li > a {
margin-left: 11px;
margin-right: 11px;
}
}
@media only screen and (max-width:890px) {
#top nav>ul>li>a {
font-size: 16px;
}
#header-outer[data-lhe="animated_underline"] #top nav > ul > li > a {
margin-left: 9px;
margin-right: 9px;
}
}



/* //////////// scale panel on about page //////// */
.about_scaleWrapper {
padding-top: 35px !important;
padding-bottom: 0px !important;
}
.about_scaleWrapper img {
width: 135px !important;
margin-bottom: 20px !important;
}
.about_fullpotentialWrapper img {
width: 150px !important;
}
.about_scaleWrapper p {
font-size: 20px;
line-height: 150%;
font-weight: 500;
color: #222;
padding: 0 10%;
}
.about_scaleWrapper p a {
color: #222;
}
.about_scaleWrapper p a:hover {
color: var(--bcBrandColor);
}
@media only screen and (max-width:950px) {
.about_scaleWrapper {
padding-top: 30px !important;
padding-bottom: 0px !important;
}
.about_scaleWrapper img {
width: 130px !important;
margin-bottom: 17px !important;
}
.about_fullpotentialWrapper img {
width: 140px !important;
}
.about_scaleWrapper p {
font-size: 19px;
padding: 0 10%;
}
}
@media only screen and (max-width:600px) {
.about_scaleWrapper {
padding-top: 25px !important;
padding-bottom: 0px !important;
}
.about_scaleWrapper img {
width: 125px !important;
margin-bottom: 15px !important;
}
.about_fullpotentialWrapper img {
width: 130px !important;
}
.about_scaleWrapper p {
font-size: 18px;
padding: 0 7%;
}
}
@media only screen and (max-width:600px) {
.about_scaleWrapper {
padding-top: 25px !important;
padding-bottom: 0px !important;
}
.about_scaleWrapper img {
width: 115px !important;
margin-bottom: 15px !important;
}
.about_fullpotentialWrapper img {
width: 125px !important;
}
.about_scaleWrapper p {
font-size: 17px;
padding: 0 5%;
}
}
@media only screen and (max-width:450px) {
.about_scaleWrapper img {
width: 105px !important;
margin-bottom: 13px !important;
}
.about_fullpotentialWrapper img {
width: 120px !important;
}
}


/* contact page - registered info */
.contact_registeredWrapper {
padding-top: 25px !important;
padding-bottom: 0px !important;
}
.contact_registeredWrapper p {
font-size: 11px;
line-height: 150%;
padding-left: 5%;
padding-right: 5%;
}
@media only screen and (max-width:500px) {
.contact_registeredWrapper p {
font-size: 10px;
}
}



.brands_brandsSummaryWrapper .row_col_wrap_12_inner.col.span_12 {
justify-content: center;
}


/* 01012026 - CSS fixes following Salient Core updates - the tpl markup changed - so the original CSS and JS failed - JS changes also in custom.js */
.retailconsultancy_csmItemPanel .vc_column-inner .wpb_wrapper > .wpb_text_column {
align-content: end;
background-color: rgba(255,255,255,0.85);
padding: 20px 30px;
align-content: baseline;
}
@media only screen and (max-width:1100px) {
.retailconsultancy_csmItemPanel .vc_column-inner .wpb_wrapper > .wpb_text_column {
padding: 17px 25px;
}
}
@media only screen and (max-width:750px) {
.retailconsultancy_csmItemPanel .vc_column-inner .wpb_wrapper > .wpb_text_column {
height: auto !important;
}
}
@media only screen and (max-width:500px) {
.retailconsultancy_csmItemPanel .vc_column-inner .wpb_wrapper > .wpb_text_column {
padding: 15px 20px;
}
}

