/*
Theme Name: Beach House Shake
Author: bhs Inc.
Description: Beach House Shake Child Theme
Version: 1.0
Template: bootstrap-component-blox
*/

:root {
	--bhs-cyan: #2E97BF;
	--bhs-gold: #C2A261;
	--bhs-cream: #F3F1EA;
	--bhs-light: #F7F7F7;
	--bhs-dark: #000;
	--bhs-font: "Manrope", sans-serif;
	--bhs-font-header: "rothwood", serif;
}

/* ===== Global ===== */

html,
body { 
	overflow-x: hidden;
	font-family: var(--bhs-font);
	color: var(--bhs-dark);
}

a,
a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5,
.bhs-font-header {
	font-family: var(--bhs-font-header);
}

.bhs-font-body { 
	font-family: var(--bhs-font);
}

/* ===== Custom Classes ===== */

.z-front {
	z-index: 5;
}

.z-back {
	z-index: 1;
}

.fw-600 {
	font-weight: 600;
}

.fs-sm {
	font-size: 13px;
}

.bhs-line {
	height: 2px;
	width: 30px;
	background: var(--bhs-gold);
}

.bhs-vertical {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-orientation: mixed;
  border-left: 2px solid var(--bhs-gold);
  text-align: center;
}

/* ===== Text Colors ===== */

.bhs-text-cyan {
	color: var(--bhs-cyan);
}

.bhs-text-gold {
	color: var(--bhs-gold);
}

.bhs-text-dark {
	color: var(--bhs-dark);
}

.bhs-text-light {
	color: var(--bhs-light);
}

/* ===== Background Colors ===== */

.bhs-bg-cyan {
	background-color: var(--bhs-cyan);
}

.bhs-bg-gold {
	background-color: var(--bhs-gold);
}

.bhs-bg-dark {
	background-color: var(--bhs-dark);
}

.bhs-bg-light {
	background-color: var(--bhs-light);
}

.bhs-bg-cream {
	background-color: var(--bhs-cream);
}

/* ===== Buttons ===== */

.btn {
	font-weight: 600;
	border-radius: 0;
	padding: 10px 25px;
	text-transform: uppercase;
	cursor: pointer;
}

.bhs-btn-cyan {
	background-color: var(--bhs-cyan);
	color: #fff;
}

.bhs-btn-cyan:hover {
	background-color: var(--bhs-cyan);
	color: #fff;
	opacity: .8
}

.bhs-btn-gold {
	background-color: var(--bhs-gold);
	color: #fff;
}

.bhs-btn-gold:hover {
	background-color: var(--bhs-gold);
	color: #fff;
	opacity: .8
}

.bhs-btn-dark {
	background-color: var(--bhs-dark);
	color: #fff;
}

.bhs-btn-dark:hover {
	background-color: var(--bhs-dark);
	color: #fff;
	opacity: .8
}

.bhs-btn-light-outline {
	border: 1px solid #fff;
	color: var(--bhs-light);
	transition: all 0.3s;
}

.bhs-btn-light-outline:hover {
	border: 1px solid var(--bhs-cream);
	background: #ffffff39;
	color: #fff;
	border: 1px solid white;
}


/* ===== Navbar ===== */

#navbar-main-menu .nav-link {
	color: var(--bhs-light);
	text-transform: uppercase;
	margin-left: 20px;
	font-size: 14px;
}

#bcb-main-navbar {
	 transition: transform 0.4s ease, background 0.4s ease;
}

.home.scrolled #bcb-main-navbar {
	background: linear-gradient(180deg,rgba(34, 34, 34, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.home.scrolled #bcb-main-navbar.scroll-hide {
  transform: translateY(-100%);
}

.home .sticky-wrapper {
	height: 0!important;
}

/* ===== Toggler ===== */

#toggler:focus, 
#toggler:active {
    outline: 0;
}

#toggler span {
    width: 30px;
    height: 3px;
    display: block;
    background-color: var(--bhs-light);
    margin: 7px 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

#toggler span:nth-child(1) {
    -webkit-transform: translatey(10px) rotate(-45deg);
        -ms-transform: translatey(10px) rotate(-45deg);
            transform: translatey(10px) rotate(-45deg);
}

#toggler span:nth-child(2) {
    opacity: 1;
    width: 0;
}

#toggler span:nth-child(3) {
    -webkit-transform: translatey(-10px) rotate(45deg);
        -ms-transform: translatey(-10px) rotate(45deg);
            transform: translatey(-10px) rotate(45deg);  
}

#toggler.collapsed span {
    -webkit-transform: translatey(0) rotate(0deg);
        -ms-transform: translatey(0) rotate(0deg);
            transform: translatey(0) rotate(0deg);
    opacity: 1;
    width: 30px;   
}

/* ===== Hubspot Form ===== */

.hs-form-field {
	width: 100%!important;
	float: none!important;
}

.hs-form-field input {
	width: 100%;
	padding: 10px;
	border: 2px solid var(--bhs-gold);
}

fieldset,
.input {
	max-width: 100%!important;
	width: 100%!important;
	margin-right: 0;
}

.inputs-list {
	list-style: none;
	padding-left: 0;
	margin-top: 30px
}

.hs-form-booleancheckbox input {
	margin-right: 10px!important;
}

.hs_submit input {
	background: #fff!important;
	margin-top: 30px!important;
	color: var(--bhs-cyan)!important;
	border: 2px solid var(--bhs-cyan)!important;
	padding: 10px!important;
}

/* ===== Footer ===== */

#bhs-footer-widgets h5 {
	font-family: var(--bhs-font);
	margin-bottom: 30px;
}

#bhs-footer-widgets ul {
	 list-style-type: none;
	 padding-left: 0;
}

#bhs-footer-widgets ul li {
	margin-bottom: 8px;
	font-size: 14px;
}

#bhs-footer-widgets ul li:last-child {
	margin-bottom: 0px;
}

#bhs-footer-widgets ul li a {
	color: var(--bhs-dark);
}

.bhs-icons i {
	display: inline-flex;
	height: 45px;
	width: 45px;
	border-radius: 50px;
	color: #fff;
	align-items: center;
	justify-content: center;
	background: var(--bhs-cyan);
	font-size: 24px;
	border: 2px solid var(--bhs-cyan);
}

footer {	
	background: var(--bhs-dark);
	color: #fff;
}

footer a {
	color: rgba(255,255,255,0.8);
}

footer a:hover {
	color: rgba(255,255,255,0.6);
}


/* ===== Common Swiper Reviews ===== */

.bhs-reviews-swiper .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: transparent;
	border: 2px solid var(--bhs-gold);
	opacity: 1;
}

.bhs-reviews-swiper .swiper-pagination-bullet-active {
	background: var(--bhs-gold);
}

@media (max-width: 1200px) {}

@media (max-width: 992px) {}

@media (max-width: 768px) {}

@media (max-width: 576px) {}