/*
Theme Name: Zest Child Theme
Theme URI: https://zestsms.com
Version: 1.0
Description: A child theme built by ZestSMS
Author: ZestSMS
Author URI: https://zestsms.com
template: bb-theme
*/

/* -- Misc -- */
.off-screen,
.screen-reader-text {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* -- Header -- */
.menu-header {
	top: -100%;
	width: 100%;
	height: 0;
	position: fixed;
	z-index: 99;
	overflow: auto;
	-moz-transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
	-o-transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
	-webkit-transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
	transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
	background: #1372f3;
}

.fl-builder-content-40 .fl-menu .fl-has-submenu-container .fl-menu-toggle {
	color: #e5c28f;
}
.fl-menu .fl-has-submenu-container a {
	cursor: pointer;
}

.fl-builder-edit .fl-builder-content-40.fl-builder-content-editing .menu-header,
.menu-active .menu-header {
	top: 0;
	height: 100%;
}

.fl-builder-edit .fl-builder-content-40.fl-builder-content-editing .menu-header {
	position: relative;
	overflow: visible;
}
.fl-builder-edit .postid-40 header {
	display: none;
}

.hamburger-container {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

.hamburger {
	cursor: pointer;
	display: inline-block;
	padding: 22px;
	background: #1372f3;
}

.hamburger-label {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	color: #fff;
	letter-spacing: 2px;
	padding-top: 3px;
	line-height: 1;
}

.hamburger-box {
	position: relative;
	display: inline-block;
	width: 85%;
	height: 26px;
	vertical-align: middle;
}

.hamburger-box .hamburger-inner,
.hamburger-box .hamburger-inner:after,
.hamburger-box .hamburger-inner:before {
	position: absolute;
	width: 100%;
	height: 3px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform;
	background-color: #fff;
}

.hamburger-box .hamburger-inner:before,
.hamburger-box .hamburger-inner:after {
	content: '';
	display: block;
	transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
}

.hamburger-box .hamburger-inner:before {
	top: -5px;
}

.hamburger-box .hamburger-inner:after {
	top: 20px;
	bottom: -5px;
}

.hamburger-box .hamburger-inner {
	transition: background-color 0s 0.13s linear;
}

.hamburger-box .hamburger-inner::before {
	top: 10px;
	transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-box .hamburger-inner::after {
	top: 20px;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.menu-active .hamburger-box .hamburger-inner {
	transition-delay: 0.22s;
	background-color: transparent;
}

.menu-active .hamburger-box .hamburger-inner::before {
	top: 0;
	transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.menu-active .hamburger-box .hamburger-inner::after {
	top: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translate3d(0, 10px, 0) rotate(-45deg);
}

header #menu-quick-links li.footer-only,
footer #menu-quick-links li.header-only {
	display: none;
}

header .hamburger {
	position: absolute;
	left: 0;
	top: 98px;
	z-index: 9999;
	width: 90px;
	height: 90px;
	text-align: center;
}
.menu-header .hamburger-container .hamburger {
	-moz-transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
	-o-transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
	-webkit-transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
	transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
	position: fixed;
	right: -100%;
	top: 0;
	transform: translate(-2%, 200%);
	z-index: 200;
}

/* -- Nanoscroller -- */
.menu-header {
	overflow: hidden;
}

.menu-header > .fl-row-content-wrap {
	position: absolute;
	overflow: scroll;
	overflow-x: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.fl-builder-edit .fl-builder-content-40.fl-builder-content-editing .menu-header > .fl-row-content-wrap {
	position: relative;
}

.menu-header > .fl-row-content-wrap:focus {
	outline: thin dotted;
}

.menu-header > .fl-row-content-wrap::-webkit-scrollbar {
	display: none;
}

.has-scrollbar > .fl-row-content-wrap::-webkit-scrollbar {
	display: block;
}

.menu-header > .nano-pane {
	background: rgba(0, 0, 0, .25);
	position: absolute;
	width: 10px;
	right: 0;
	top: 0;
	bottom: 0;
	visibility: hidden \9; /* Target only IE7 and IE8 with this hack */
	opacity: .01;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.menu-header > .nano-pane > .nano-slider {
	background: #444;
	background: rgba(0, 0, 0, .5);
	position: relative;
	margin: 0 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
	visibility: visible \9; /* Target only IE7 and IE8 with this hack */
	opacity: 0.99;
}

/* -- Photo Caption Overlay -- */
.fl-photo-caption-overlay {
	position: absolute;
	bottom: 65px;
	right: 0;
	text-align: right;
	width: 286px;
}
.fl-photo-caption-overlay span {
	line-height: 49px;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 8px 22px;
	font-size: 18px;
	display: inline;
	margin-right: -20px;
}

/* -- Blockquote -- */
.blockquote_wrapper {
	margin-bottom: 65px;
}
.blockquote_wrapper .blockquote_meta {
	text-align: center;
	line-height: 23px;
}
.blockquote_wrapper .blockquote_meta span {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.3em;
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	width: 100%;
	line-height: 16px;
}
.blockquote_wrapper .blockquote_meta span:last-child:after {
	content: '';
}
.blockquote_wrapper .blockquote_meta span:after {
	content: "|";
	margin: 0 5px 0 8px;
}
.blockquote_wrapper blockquote {
	font-family: "Prata", serif;
	color: #1372f3;
	font-size: 28px;
	max-width: 820px;
	line-height: 49px;
	text-align: center;
	border: 0;
	margin: 0 auto;
}
.blockquote_wrapper blockquote > p {
	margin-bottom: 0;
}

/* -- Responsive -- */
/* Tablet Up (default BB breakpoint) */
@media (max-width: 768px) {
	.fl-col-small:not(.fl-col-small-full-width) {
		max-width: 100%;
	}
}
@media (min-width: 768px) {
	header .hamburger {
		top: 0;
	}
	.menu-spacer {
		max-width: 90px;
	}
}
@media (min-width: 768px) and (max-width: 1006px) {
	header {
		left: 0;
		/*position: absolute;*/
		right: 0;
		top: 0;
		width: 100%;
		z-index: 100;
	}
}
/* Desktop Up (default BB breakpoint) */
@media (min-width: 992px) {
}