/*
Theme Name: Cashmere Child
description: Client Theme - Cashmere
Template: cashmere-parent
Version: 1.0.0
Text Domain: cashmere-child
Author: BCW
*/
.page-id-622 .brands-section,
body.home .sections .brands-section{
	background: #e9fbff!important;
}
body{
	background-color:#e9fbff;
}
.banner-section {
	position: relative;
}
.banner-section .image img {
	width: 100%;
}
.banner-section .overlay {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	font-size: 18px;
	padding: 15px 30px;
	min-width: 75%;
	text-align: center;
}
.banner-section .overlay p:first-of-type {
	margin-top: 0;
}
.banner-section .overlay p:last-of-type {
	margin-bottom: 0;
}
.banner-section .carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 150px;
}
.carousel.fade {
	opacity: 1;
}
.carousel.fade .item {
	transition: opacity ease-in-out .7s;
	left: 0;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block;
	z-index: 1;
}
.carousel.fade .item:first-child {
	top: auto;
	position: relative;
}
.carousel.fade .item.active {
	opacity: 1;
	transition: opacity ease-in-out .7s;
	z-index: 2;
}
.faq-section {
	background-color: var(--color-4);
	padding: 65px 0;
}
.faq-section .faq {
	border: none;
	border-bottom: 1px solid var(--color-1);
	margin-bottom: 0;
	padding: 40px 0;
}
.faq-section .faq .toggle-heading {
	padding: 0;
	border: none;
	transition: color ease .3s;
}
.faq-section .faq .toggle-content {
	border: none;
	padding: 0;
	padding-top: 20px;
}
.faq-section .faq h3 {
	margin-bottom: 0;
}
.faq-section .faq.active .toggle-heading .icon {
	color: var(--color-3);
}
.faq-section .faq.active .toggle-heading .heading {
	color: var(--color-2);
}
.toggle-item {
	border: 2px solid var(--color-1);
	margin-bottom: 5px;
}
.toggle-item .toggle-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 30px;
	cursor: pointer;
}
.toggle-item .icon{
	transition: transform ease-in-out .4s;
	font-size: 22px;
}
.toggle-item>.toggle-content{
	display: none;
	border-top: 1px solid var(--color-1);
	padding: 5px 15px;
}
.toggle-item.active>.toggle-content {
	display: block;
}
.toggle-item .toggle-content p {
	margin: 10px 0;
}
.toggle-item .icon.active {
	transform: rotate(180deg);
}
.brands-section {
	background-color: var(--color-4);
	padding: 65px 0;
}
body.home .sections .brands-section{
	background: #fff;
}
.sections h2{
	font-size: 26px;
	margin: 10px 0 40px 0;
}
#gallery-section{
	padding: 0 0 40px 0;
}
.footer-logo img{
	max-width: 170px;
}
.acf-media{
  position: relative;
  width: 100%;
  padding-bottom: 53.25%; 
  height: 0;
}
.acf-media video{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
.navbar-nav>li {
	padding: 10px 4px;
}
.navbar-default .navbar-nav > li > a {
	padding: 15px 8px;
}
header {
    padding: 20px 0 0 0;
}
.page-id-622 .brands-section {background:#fff;}
@media screen and (max-width: 767px) {
    .banner-section .scroll-down {
        display: none;
    }
    .banner-section .content {
        text-align: center;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    .banner-section .content h1 {
        font-size: 44px;
        letter-spacing: 2.5px;
        margin-bottom: 25px;
    }
    .banner-section .content .btn:nth-child(n) {
        display: block;
        margin: 0 auto 15px;
        width: fit-content;
    }
}
