/*
Theme Name: B - Omega
Theme URI: 
Author: Jake Williams, Nathan McClellan
Description: Hey! Ho! Let's Go!
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: biziq-omega
Tags: A theme BY developers FOR developers
----------------------------------------------------------------
*---------PLEASE PLACE ALL CUSTOM CSS IN CSS/CUSTOM.CSS--------*
----------------------------------------------------------------*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
p {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	margin: .5em 0;
}
strong {
	font-weight: 600;
}
em {
	font-style: italic;	
}
html {
	background: #fafafa;
	height: 100%;
	position: relative;
	width: 100%;
	display: block;
}
body {
	font-size: 16px;
	font-weight: 400;
	/* color: #fff; */
	margin: 0;
	background: #fafafa;
	height: 100%;
	position: relative;
	display: block;
	overflow-x: hidden;
	font-family: "Open Sans", sans-serif;
}
img {
	max-width: 100%;	
	height:auto;
}	
h1 {
	font-size: 2em;
	display: block;
	margin: 1em 0 .45em;
	font-weight: 400;
	line-height: 1.2em;
	text-transform: uppercase;
}	
h2 {
	font-size: 1.8;
	margin: .83em 0;
	font-weight: 400;
	line-height: 1.2em;
}
h3 {
	font-size: 1.3em;
	margin: .7em 0;
	font-weight: 700;
	line-height: 1.2em;
}
.post-type-archive-product h1,
.single-post h1 {
	margin-top: 0;
	margin-bottom: 0;
}
#header, 
#container, 
footer {
	width: 100%;
	max-width: 1920px;
	line-height: 1.5em;
}
body.category #container, 
.single-post #container,  
.blog #container {
	padding-bottom: 2em;
	padding-top: 2em;
}
i {
	line-height: 1.5em;		
}
.page-template-creative-php {
	margin: 40px;
}
.attachment-post-thumbnail{
	display: none;
}

#content {
	min-height: 500px;
	width: 100%;
}
#content img,
#content figure,
#content table {
	height: auto;
}

/*Fancy Lists */ 
#footer ul,
#content ul.marker,
#content ul.checked, ul.fancylist,
#content ul.fancylist{list-style: none;padding-left: 30px;}
ul.marker  {
	margin-top: 0;
}
#footer ul li,
ul.checked li, 
ul.fancylist li, 
ul.marker li {
	line-height: 1.5em;
	margin-bottom: 3px;
	text-indent: -26px;
}
ul.marker li:before {

	font-family: "Font Awesome 5 Pro"; 
	font-weight: 900; 
	content: '\f276';
	margin-right: 5px;
	font-size: .9em;
}
#footer ul li:before,
ul.fancylist li:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 500;
	content: '\f324';
	margin-right: 5px;
	color: #5C6B73;
	font-size: .95em;
}
#footer ul li:before {
	content: '\f054';
	color: #fff;
}
ul.spaced li {
	margin-bottom: 10px;
}
ul.checked li:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: '\f058';
	margin-right: 8px;
	color: #693451;
}

/*Inverse / white text*/ 
.inverse *,  #content .inverse h1, #content .inverse h2, #content .inverse h3, #content .inverse h4  {
	color: #fff;
}

/*Background-image on element*/
.bg-img {
	align-items: center;
	justify-content: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
	background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size:cover;
	min-height: 300px;
}
.bg-img.wrap {
	height: 100%;
}

.wrap{
	transition: all ease .5s;
	border-radius:1em;
	border:3px solid transparent;
	padding:2em;
}

.wrap:hover{
	border: 3px solid #0068af;
	box-shadow: 0 0 20px #0068af;
}

/*--------------------FEEDBACK THUMBS----------------*/
.up-down a i {
	width: 23%;
	display: inline-block;
	margin: 0 10px;
}
.up-down a i {
	font-size: 7em;
	/* margin: 0; */
	text-align: center;
	display: inline-block;
	width: 35% !important;
	max-width: 200px;
}


/*---------------- GALLERY ---------------------------*/

#content div[id*="gallery"] {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#content div[id*="gallery"] .gallery-item {
	float: none;
	overflow: hidden;
	position: relative;
}

#content div[id*="gallery"] img {
	transition: all ease .25s;
	border: none;
	/*width: 100%;*/
	height: auto;
	scale: 1.3;
 }
#content div[id*="gallery"] .gallery-item:hover img {
	filter: grayscale(0);

}
#content div[id*="gallery"] .gallery-item:hover h3{
	color:#0068af !important

}
.gallery {
	margin: 20px auto!important;
}
#gallery-2 .gallery-item {
	float: left;
	text-align: center;
	width: 14%;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}
#sidebar img,
#sidebar figure {
	height: auto;
}
#sidebar form#searchform input#s {
	flex-basis:  70%;
	max-width: 70%;
}
#sidebar form#searchform input#searchsubmit {
	flex-basis:  30%;
	max-width:  30%;
}
.four-oh-four-img {
	max-width: 1000px;
	margin: auto;
	display: block;
}
.four-oh-four-btn {
	display: table;
	background: #96d701;
	color: #000;
	margin: auto;
	padding: 10px 30px;
	border-radius: 30px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 40px;
	text-decoration: none;
	box-shadow: 0 10 30 rgba(0,0,0,0.12);
}
.four-oh-four-btn:hover {
	color: #000;		
	text-decoration: none;
}
#wrapper {
	min-width: 320px;
	max-width: 1920px;
	margin: 0 auto;
	overflow-x: hidden;
	background-image: url(https://visiontechleddisplays.com/wp-content/uploads/2022/02/hex-small-dark.jpg);
	background-color: fixed;
	background-color: transparent;
	background-attachment: fixed;
}
#header {
	clear: left;
}
.page-template-sidebar-left-php #content {
	float: right;
}
.page-template-sidebar-none-php #content {
	width: 96%;
}
.page-template-sidebar-left-php #sidebar {
	margin-right: 0;
	margin-left: 2%;
	float: left;
}
#hsidebar,
#fsidebar {
	margin: 0 2%;
}
#hsidebar .widget-container,
#fsidebar .widget-container {
	padding-right: 25px;
	margin-bottom: 30px;
	float: left;
}
#footer {
	clear: both;
	width: 100%;
	background: #243036;
	color: #FFF;
	margin: auto;
}
#footer .box {
	padding: 1em;
}
.business-hours {
	max-width: 316px;
	text-align: left;
	position: relative;
	padding-left: 25px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}
.business-hours:before {
	content: '\f017';
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1.5em;
}	
.days, 
.hours {
	display: inline-block;
	padding: 0;
}
.day {
	flex-basis: 33%;
}
.hours {
	flex-basis: 67%;
	text-align: right;
}
.today {
	font-weight: 600;
	color: #96d701;
}
.socialicons .bottomicon {
	width: 40px;
}
#base-of-footer {
	background: #222;
}
#base-of-footer .socialicons {
	margin: 0;
	padding: 15px 0 5px;
}
.entry-meta,
.entry-meta a,
.entry-footer,
.comment-meta,
.comment-meta a,
#copyright,
#copyright a {
	color: #b3b7b9;
	font-size: 13px;
}
#site-title a,
#site-title h1 a,
#site-title h1 {
	font-size: 35px;
	padding: 0;
	margin: 0;
}
#site-title a:hover,
#site-title h1 a:hover {
	text-decoration: none;
}
#site-description {
	font-size: 18px;
	margin: 10px 0 20px;
}
#sidebar ul,
#hsidebar ul,
#fsidebar ul,
#footer .menu,
#footer .menu li {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget-title {
	padding-bottom: 5px;
	/* margin-top: 25px; */
	margin-bottom: 8px;
	border-bottom: 1px solid #ccc;
}
#respond h3 {
	clear: left;
}
#footer #fmenu {
	text-align: center;
	margin-top: 20px;
}
#footer .menu li a {
	color: #666;
	font-size: 16px;
	margin-right: 20px;
}
#footer .menu li:last-child a {
	margin-right: 0;
}

#copyright {
	text-align: center;
	padding: 10px;
	background: #333333;
	border-top: 1px solid #666;
}
.error404 #content #searchform,
.search #content #searchform {
	margin-top: 55px;
	float: left;
}
.blog .post {
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 20px;
}
.blog .post:last-of-type {
	border-bottom: none;
}
.entry-footer {
	margin-top: 10px;
}
.single .entry-title {
	text-align: left;
	line-height: 1.1em;
}
.entry-title a {
}
.nav-previous {
	text-align: left;
	float: left;
}
.nav-next {
	text-align: right;
	float: right;
}
.comments ul {
	padding: 0;
	margin: 0;
}
.comment,
.trackback,
.pingback {
	list-style: none;
	padding: 10px;
	margin: 10px 0;
}
.odd {
	background: #f6f6f6;
}
.form-allowed-tags code {
	font-size: 12px;
}
#respond input {
	width: 40%;
	display: block;
}
#respond input:focus,
#respond textarea:focus {
	background: #fff;
}
#respond textarea {
	width: 98.125%;
	height: 100px;
	overflow: auto;
}
#respond #submit {
	width: auto;
	font-weight: 700;
}
.avatar {
	width: 32px;
	height: 32px;
	margin: 0 5px 5px 0;
	float: left;
}
.bypostauthor {
	background: #f6f6f6;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar td {
	text-align: center;
}
#wp-calendar #prev {
	text-align: left;
}
#wp-calendar #next {
	text-align: right;
}
.wp-post-image {
	margin-top: 10px;
}
.wp-caption {
	max-width: 640px;
	margin: 20px 0;
}
.wp-caption-text,
.alignleft,
.aligncenter,
.alignright {
	max-width: 640px;
	text-align: center;
}
.gallery-caption {position: absolute;left: 0;top: 0;margin-left: 0;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;flex-direction: column;text-shadow: 0 0 .5em black;}
.alignleft {
	margin: 20px 20px 20px 0;
	float: left;
}
.alignright {
	margin: 20px 0 20px 20px;
	float: right;
}
.aligncenter {
	display: block;
	margin: 20px auto;
	clear: both;
}
.attachment #nav-above a {
	font-size: 25px;
}
.entry-links {
	clear: both;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute!important;
}
.comment-notes,
.form-allowed-tags {
	display: none;
}
.attachment #nav-above {
	display: block;
}

/*----------------- BLOG & SIDEBAR --------------------------*/

.blog #container,
.woocommerce #container,
.single-post #container {

}
.blog #content,
.woocommerce #content,
.single-post #content {

}
.blog .content-wrapper,
.woocommerce .content-wrapper,
.single-post .content-wrapper {
	padding: 0;		
}
#sidebar .blog-wrap {
	/* width:  30%; */
	background: whitesmoke;
	padding: 20px 20px 30px;
}
#sidebar .widget-title {
	width:  100%;
	display:  block;
}
#sidebar .widget-title:before {
	content:  '';
	display:  table;
	width:  100%;
	clear: both;
}
form#searchform label,
form#searchform input {
	height: 30px;
	width: auto;
}
form#searchform {
	display: table;
}	
form#searchform div {
	display: table;
	max-width: 100%;
	width: 100%;
}

/*---------- WOOCOMMERCE STYLING ------------------*/

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	float: none!important;
}
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail.wp-post-image {
	min-height: 200px;
	object-fit: contain;
	object-position: center;
}		
.woocommerce img.pswp__img, 
.woocommerce-page img.pswp__img {
	max-width: none;
}
.post-type-archive-product.woocommerce .products ul, 
.post-type-archive-product.woocommerce ul.products {
	display:  flex;
	flex-wrap: wrap;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	display:  flex;
	flex-direction:  column;
	justify-content:  space-between;
	align-items:  flex-start;
}	
#add_payment_method table.cart img, 
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
	width: 100%;
	max-width: 80px;
}
.logged-in .registration-form {
	display: none;		
}	
.logged-in .woo-login-form {
	flex-basis: 100%;
	max-width: 100%;
}	
#username, 
#password {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}	
nav.woocommerce-MyAccount-navigation {
	width: 225px;
	float: left;
	display: block;
	background: whitesmoke;
	padding: 2em 1em;
}
.woocommerce-MyAccount-content {
	width:  calc(100% - 225px);
	float:  left;
	padding: 10px 30px;
}
.page-cart #content {
	padding: 80px 0;
}	
.woocommerce input[type="checkbox"],
.woocommerce input[type="checkbox"] {
	display: inline;		
}	
.woocommerce fieldset {
	padding: 0;		
}
.woocommerce-message,
.woocommerce-Message {
	background: whitesmoke;
	padding: 10px;
}
ul.woocommerce-error li {
	border: 2px solid red;
	margin: 10px auto;
	padding: 10px;
}
.woocommerce-form.woocommerce-form-login.login {
	margin: 30px 0 0 0;
	max-width: 330px;
}
.woocommerce-form-row label,
.woocommerce-billing-fields label{
	display: block;
	font-weight: 700;
	font-size: 16px;
	float: none;
	line-height: 1.3;
	margin: 0 0 4px 0;
	padding: 0;
}
.woocommerce-form-row .input-text,
.woocommerce-billing-fields .input-text,
.woocommerce-billing-fields select {
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 2px;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
	float: none;
	font-size: 16px;
	border: 1px solid #ccc;
	padding: 6px 10px;
	height: 38px;
	width: 100%;
	line-height: 1.3;
}
.woocommerce-Button.button {
	background-color: #EEE;
	border: 1px solid #DDD;
	color: #333;
	font-size: 1em;
	padding: 10px 15px;
	margin-bottom: 20px;
	text-decoration: none;
}	
.woocommerce-Button.button:hover {
	background-color: #ddd;
	border: 1px solid #ccc;
	cursor: pointer;		
}
nav.woocommerce-MyAccount-navigation a {
	text-decoration: none;
	color: #1b799e;
	line-height: 2em;
}
.woocommerce .col2-set .col-1, 
.woocommerce-page .col2-set .col-1 {
	max-width: 48%;
}
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2 {
	max-width: 48%;
}
span.woocommerce-input-wrapper {
	width: 100%;
}
/*---------- HEADER CSS -----------*/

#header {
	width: 100%;
	color: #222;
	background: #f3f3f3;
	position: relative;
	z-index:  10000;
}
#desktop-top-bar {
	z-index: 99999;
	position: relative;
	padding: 0 1rem;
	text-align: right;
	background: #26ace2;
	color: #FFF;
	width: 100%;
}
.nav-bar {
	position: relative;
	z-index: 99999;
}
.nav-bar ul {
	list-style-type: none;
	position: relative;
	margin: 0;
	height: 100%;
	padding: 0;
}
.nav-bar ul li {
	display: inline-block;
	height: 100%;
}
.nav-bar ul a {
	display: inline-block;
	text-decoration: none;
	padding: 0 10px;
	color: #222;
}
.phone {
	display: block;
}
.breakout {
	background-color: #2c2c2c;
	color: #FFF;
	width: 100vw;
	position: relative;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	left: 0 !important;
}

.my-0{
	margin-top:0em;
	margin-bottom:0em;
}
.breakout.blue{
	background-color: #0068af !important;
	color: #fff;
	position: relative;
	margin-bottom:4em;
	box-shadow: inset 0px 15px 8px -10px #000, inset 0px -15px 8px -10px #000;
}
.breakout.blue:after, .breakout.blue:after {
	content: '';
	position: absolute;
	left: calc(50% - 30px);
	bottom: -15px;
	width: 60px;
	height: 60px;
	clear: both;
	background: #0068af;
	transform: rotate(45deg);
	z-index: 14;
	box-shadow: 5px 5px 4px #222;
}
.breakout-inner-wrapper {
	max-width: 1920px;
	margin: 0 auto;
}
.phone a {
	background: #96d800;
	color: #FFF;
	padding: 5px 15px;
	display: inline-block;
	text-decoration: none;
}
span.call-today {
	display: block;
	text-align: right;
}
.digits:before {
	content: '\f095';
	font-family: 'Font Awesome 5 Pro';
	padding-right: 12px;
	font-weight: 600;
}
.logo-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.hidden-logo, .hidden-logo-phone {
	font-size: 1.3em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	visibility: hidden;
	opacity: 0;
	margin-right: auto;
	color: #FFF;
	text-decoration: none;
}

.passed-header .hidden-logo {
	visibility: visible;
	opacity: 1;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.logo {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	z-index: 2;
}
.woocommerce .logo img,
.woocommerce-page .logo img, 
.logo img {
	width: auto;
	filter: drop-shadow(2px 4px 6px #fff);
	max-height: 75px;
}
.sticky-background {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	background: #FFF;
	width: 100%;
	max-width: 1920px;
	right: 0;
	margin: auto;
}
.stick-me {
	position: relative;
}
.stuck {
	right: 0;
	top: 0;
}
.sticky-bump {
	display: none;
}
.sticky-bump.bump-content {
	display: block;
}
.phone-wrap, .nav-wrap {
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

/*------------- HEADER A ---------------*/

.passed-header .header-a{
	FONT-VARIANT: JIS78;
	position:fixed !important;
	width: 100.75vw;
}

.header-a {
	padding: 0 1rem;
}
.header-a .phone-wrap.stuck {
	width: auto;
}
.header-a .nav-wrap {
	z-index: 10001;
}
.header-a .stuck .nav-wrap {
	padding:  0 1rem;
}
.header-a .hidden-logo {
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	z-index: 10002;
}
.header-a .logo {
	padding: 1rem 0;		
}
.passed-header .header-a .hidden-logo {
	opacity: 1;
	visibility: visible;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.header-a .hidden-logo div {
	height: inherit;
}
.header-a .hidden-logo div img {
	height: 90%;
	padding: 5% 0 0;
	width: auto;
	max-width: none;
	display: none;
	width: auto;
	filter: drop-shadow(2px 4px 6px #fff);
	max-height: 75px;
}
.header-a .phone-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.header-a .phone-wrap.stuck,
.header-a .nav-wrap.stuck {
	margin: 0;
}
.header-a .phone a {
	padding: 5px 11px;	
}
.header-a .stuck .nav-bar {
	width: inherit;
}
.header-a .hidden-logo-phone {
	display: none;
}
.header-a .phone-wrap-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: flex-end;
}
.header-a .phone {
	margin: 5px 0;
	display:  -webkit-box;
	display:  -webkit-flex;
	display:  -ms-flexbox;
	display:  flex;
	-webkit-box-pack:  center;
	-webkit-justify-content:  center;
	-ms-flex-pack:  center;
	justify-content:  center;
	-webkit-box-align:  center;
	-webkit-align-items:  center;
	-ms-flex-align:  center;
	align-items:  center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.header-a .phone-wrap.stuck {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}
.header-a .nav-wrap.stuck {
	margin: 0 auto;
	width: inherit;
	left: 0;
	right:  0;
}
.header-a .phone-wrap,
.header-a .stuck .phone-wrap-inner {
	padding-right: 1rem;
	padding-left: 0;
}
.header-a .logo-wrap, 
.header-a .hidden-logo {
	padding-left: 1rem;
}
.header-a .nav-bar {
	width: inherit;
	height: 100%;
}
.header-a .nav-bar ul.sub-menu li a,
.header-a .nav-bar ul a {
	padding: 10px;		
}
.header-a .nav-bar ul {
	text-align: center;		
}
.header-a .nav-bar ul.sub-menu {
	text-align: left;		
}

@media screen and (min-width: 1921px) {
	.header-a .phone-wrap.stuck {
		max-width: 1920px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.header-a .stuck .hidden-logo-phone {
		opacity: 1;
		visibility: visible;
		display: block;
		position: absolute!important;
		left: 0;
		margin: 0 auto;
	}
	.passed-header .header-a .hidden-logo {
		position:  relative;
	}
	.passed-header .header-a .hidden-logo {
		left: 0;
	}
}


/*-------------- HEADER B ------------------*/
#header .header-b {
	border-bottom: 1px solid #d2d2d2;
}	
.header-b .phone-wrap-inner,
.header-b .nav-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	text-align: end;
}
.header-b .phone-wrap-inner {
	width: 100%;
	max-width: 1920px;
	display: flex;
	justify-content: space-between;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 10px 0;
}
.header-b .nav-wrap {
	padding: 0;
}
.header-b .stuck .nav-wrap {
	padding: 0 1rem;
}
#header .header-b {
	border-bottom: 1px solid #d2d2d2;
}
.header-b .nav-bar .sub-menu {
	left:  auto;
	right: 0;
}
.header-b .nav-bar .sub-menu a {
	padding: 10px 15px;
}
.header-b .phone a:last-child {
	margin-right: 0;
}
.header-b .stuck .nav-wrap {
	margin-left:  auto;
}
.nav-attached .header-b .stuck {
	max-width: 100%;
	width: 100%;
	padding: 0;
}
.header-b .phone-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.header-b .phone-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.header-b .hidden-logo {
	margin-left: 0;
}
.header-b .logo {
	padding: 40px 1rem;
}
.header-b .phone-wrap-inner, 
.header-b .nav-bar {
	padding-right: 1rem;
}
.header-b .stuck .nav-bar {
	padding-right: 0;
}
.header-b .hidden-logo img {
	height: 40px;
}
.passed-header .header-b .nav-wrap {
	transition: .2s background ease-in-out;
}
.header-b .nav-bar a {
	padding: 10px;
}
.header-b .stuck .nav-wrap {
	margin: 0 auto;
	max-width: 1920px;
	width: 100%;
	left: 0;
	right: 0;
}
.header-b .stuck .phone-wrap-inner {
	padding-right:  1rem;
}
.header-b .stick-me > .end-xs:first-child {
	padding-right:  0;
	background: #FFF;
}
.header-b .stick-me.stuck > .nav-wrap {
	padding-right:  1rem;
}
.header-b .nav-bar .menu-item-has-children a:after {
	padding-left: 10px;
}

/*------ uncomment me if header-b wraps on lower resolutions
.header-b .stick-me.stuck .nav-wrap {
max-width: 75%;
margin-left: auto;
left: auto;
right: 0;
margin-right:  0;
}
*/


/*----------- HEADER C -------------*/
.header-c {
	padding: 0 1rem;
}
.header-c .nav-bar {
	position: relative;
}
.header-c .phone-and-hidden-logo {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}
.header-c .phone-wrap-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-c .phone-wrap.stuck {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0;
	left: 0;
	right: 0;
}
.header-c .nav-wrap.stuck {
	width: 100%;
	max-width: 100%;
	margin: 0;
}
.header-c .logo {
	padding: 1rem 0;		
}
.header-c .phone-wrap.stuck {
	padding: 0 1rem;
}
.header-c .hidden-logo img {
	height: 50px;
}	
.header-c .nav-wrap a {
	padding: 10px;
	display: inline-block;
}
.header-c .nav-wrap {
	/* background: rgba(0,0,0,0.1); */
	text-align: center;
}
.header-c .nav-wrap .sub-menu {
	text-align: left;		
}

/*------------- HEADER D ---------------*/

.header-d {
	padding: 0 1rem;
}
.header-d .phone-wrap.stuck {
	width: auto;
}
.header-d .nav-wrap {
	z-index: 10001;
}
.header-d .stuck .nav-wrap {
	padding:  0 1rem;
}
.header-d .hidden-logo {
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	z-index: 10002;
}
.header-d .logo {
	padding: 0rem 3rem;
}
.passed-header .header-d .hidden-logo {
	opacity: 1;
	visibility: visible;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.header-d .hidden-logo div {
	height: inherit;
}
.header-d .hidden-logo div img {
	height: 90%;
	padding: 5% 0 0;
	width: auto;
	max-width: none;
	display: inline-block;
}
.header-d .phone-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.header-d .phone-wrap.stuck,
.header-d .nav-wrap.stuck {
	margin: 0;
}
.header-d .phone a {
	padding: 5px 11px;	
}
.header-d .stuck .nav-bar {
	width: inherit;
}
.header-d .hidden-logo-phone {
	display: none;
}
.header-d .phone-wrap-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: flex-end;
}
.header-d .phone {
	margin: 5px 0;
	display:  -webkit-box;
	display:  -webkit-flex;
	display:  -ms-flexbox;
	display:  flex;
	-webkit-box-pack:  center;
	-webkit-justify-content:  center;
	-ms-flex-pack:  center;
	justify-content:  center;
	-webkit-box-align:  center;
	-webkit-align-items:  center;
	-ms-flex-align:  center;
	align-items:  center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.header-d .phone-wrap.stuck {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}
.header-d .nav-wrap.stuck {
	margin: 0 auto;
	width: inherit;
	left: 0;
	right:  0;
}
.header-d .phone-wrap,
.header-d .stuck .phone-wrap-inner {
	padding-right: 1rem;
	padding-left: 0;
}
.header-d .logo-wrap, 
.header-d .hidden-logo {
	padding-left: 0rem;
}
.header-d .nav-bar {
	width: inherit;	
}
.header-d .nav-bar ul.sub-menu li a,
.header-d .nav-bar ul a {
	padding: 10px;		
}
.header-d .nav-bar ul {
	text-align: left;
}
.header-d .nav-bar ul.sub-menu {
	text-align: left;		
}

@media screen and (min-width: 1921px) {
	.header-d .phone-wrap.stuck {
		max-width: 1920px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.header-d .stuck .hidden-logo-phone {
		opacity: 1;
		visibility: visible;
		display: block;
		position: absolute!important;
		left: 0;
		margin: 0 auto;
	}
	.passed-header .header-d .hidden-logo {
		position:  relative;
	}
	.passed-header .header-d .hidden-logo {
		left: 0;
	}
}

/*-------------- nav menu ---------------*/

.nav-bar .menu-item-has-children {
	position:  relative;
}
.menu-item-has-children > a:after {
	content: "\f0d7";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	margin-left: 10px;
	transition: .1s transform ease-in-out;
}
.nav-bar .sub-menu {
	position:  absolute;
	left: 0;
	background: #efefef;
	min-width: 200px;
	display: none;
	width: auto;
}
.nav-bar .menu-item-has-children:hover > .sub-menu,
.nav-bar .sub-menu:hover {
	display: block;
}
.nav-bar ul.sub-menu li,
.nav-bar ul.sub-menu li a {
	display:  block;
	float:  none;
}
.nav-bar .sub-menu .sub-menu {
	background: #fbfbfb;
	padding-left: 15px;
	left: 100%;
	top: 0;
}
.sub-menu .menu-item-has-children:hover > a:after {
	position: relative;
	transform: rotate(-90deg);
	display: inline-block;
	transform-origin: center;
}


/*------------- slider -----------------*/

.billboard .swiper-slide {
	height: 80vh;
	max-height: 750px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: white;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	width: 100%;
}
.all-the-ctas {
	margin: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.billboard .slider-content .slider-cta-button,
.video-container .slider-content .slider-cta-button,
.billboard .slider-content a,
.video-container .slider-content a {
	text-decoration: none;
	color: white;
	border: 1px solid white;
	padding: 15px 30px;
	font-size: 1.2em;
	margin: 6px;
	font-weight: normal !important;
}
.billboard .slider-content {
	max-width: 700px;
	width: 90%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 2;
	position: relative;
	color: white;
}
.billboard .swiper-slide:after {
	width: 100%;
	height: 100%;
	content: '';
	background-color: rgba(0,0,0,0.5);
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.billboard .slide-header,
.video-container .slide-header {
	font-size: 4em;
	font-weight: bold;
	line-height: 1.2em;
}
.billboard .slide-sub-header,
.video-container .slide-sub-header {
	font-size: 2em;
	line-height: 1.4em;
}
.billboard .swiper-button-prev,
.billboard .swiper-container-rtl,
.billboard .swiper-button-next {
	background: none;
}
.billboard div[class*="swiper-button"] {
	color: white;
	font-size: 4em;
	opacity: .8;
}
.billboard .swiper-pagination-bullet-active,
.billboard .swiper-pagination-bullet {
	background: white;
}
.parallax-window {
	min-height: 400px;
	background: transparent;
}
#content .slider-parallax {
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	position: absolute;
	-webkit-transform:translateY(0%);
	-ms-transform:translateY(0%);
	transform:translateY(0%);
	display: block;
	width: 100vw;
	height: 100vh;
	-o-object-fit: cover;
	object-fit: cover;
}



.billboard .swiper-scrollbar {
	display: none;
}
/*-------------- slide-in animations ------------------------------*/

.not.visible {
	visibility: hidden;
	transform: translateX(100%);
	opacity:0;

}
.visible {
	opacity:1;
	visibility: visible;
	transform: translateX(0px) translateY(0px);
	transition: all ease-out .45s !important;
}

.not.visible.btm {
	opacity:0;
	visibility: hidden;
	transform: translateY(-100px) !important;
}
.not.visible.opp {

	visibility: hidden;
	transform: translateX(-100%);
}


/*-------------- VIDEO SLIDER ------------------------------*/

.video-slide {
	height: 90vh;
	overflow:  hidden;
	position:  relative;
	display:  flex;
	justify-content:  center;
	align-items:  center;
}
.video-container {
	position: absolute;
	top: 0%;
	left: 0%;
	right: 0%;
	bottom: 0%;
}
.video-container:before {
	content: '';
	z-index: 2;
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.video-slide .slider-content {
	height: 100%;
	margin: auto;
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: rgba(0,0,0,0.45);
	color: white;
}
.slide-header {
	font-size: 3.2em;
	line-height: 1.3em;
}

.slide-sub-header {
	font-size: 1.6em;
	line-height: 1.3em;
}
.video-bg {
	background: white;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}
.video-bg .video-fg,
.video-bg iframe,
.video-bg video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
}
@media (min-aspect-ratio: 28/17) {
	.video-bg.cover .video-fg {
		height: 300%;
		top: -100%;
	}
}
@media (max-aspect-ratio: 28/17) {
	.video-bg.cover .video-fg {
		width: 300%;
		left: -100%;
	}
}
@supports (object-fit: cover) {
	.video-bg.cover .video-fg.supports-cover {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	.video-bg.cover video {
		object-fit: cover;
	}
}
.video-bg.contain {
	font-size: 0;
}
.video-bg.contain * {
	font-size: 16px;
}
.video-bg.contain:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.video-bg.contain .video-fg {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	/* 16:9 */

	pointer-events: none;
}
.video-bg.contain iframe,
.video-bg.contain video {
	pointer-events: auto;
}
@media (min-aspect-ratio: 16/9) {
	.video-bg.contain .video-fg {
		height: 100%;
		padding-bottom: 0;
		max-width: 177.77vh;
		left: 50%;
		margin-left: -88.88vh;
	}
}

/*--------------- PRODUCT SLIDER ---------------------*/

.swipe-this .product {
	padding: 35px 0;
}

/*--------------- FREE SLIDE SWIPER ------------------*/

.free-slide.swiper-container {
	width: 100%;
	height: 100%;
}
.free-slide.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
/*----------------- CONTACT FORMS ------------------------*/
.form-container {
	font-size: 1em;
}
input[type=text],body textarea,
.wpcf7-form input, .wpcf7-form textarea {
	background-color: #fff;
	border: 1px solid #666;
	outline: none !important;
	margin: 2px 0;
	color: #000;
	font-weight: 400;
	letter-spacing: .75px;
	min-height: 2.5em !important;
	-webkit-transition: .15s ease-out all;
	-o-transition: .15s ease-out all;
	transition: .15s ease-out all;
	padding: 4px;
	border-radius: 00%;
	-moz-border-radius: 00%;
	-webkit-border-radius: 00%;
}

textarea.wpcf7-form-control.wpcf7-textarea:focus {
	outline: none !important
}

.page-contact-us form.wpcf7-form {
	padding: 10px 20px;
	background: #cfcfcf;
}

input[id*="review-submit"], input[type="submit"], [id*="review-submit"] {
	max-width: 270px;
}

.page-contact-us form.wpcf7-form form p {
	font-weight: bold;
	color: #000;
}

.page-contact-us form.wpcf7-form .flex-wrapper {
	flex-flow: row nowrap;
	padding: 0;
	margin: 0
}

.page-contact-us form.wpcf7-form .flex-wrapper .one-half {
	margin: 0 .25em
}

.page-contact-us form label {
	position: absolute;
	left: -20000px;
}

form {
	display: flex;
	flex-direction: column;
	width: 100%;
}

form textarea, form input {
	width: 100%;
	outline:  none;	
}


::-moz-selection {background: #b9b9b9; color:#000;}
::selection {background: #b9b9b9; color:#000;}
::-webkit-input-placeholder {  color: #000; font-size: 1em;}
:-ms-input-placeholder { color: #000; font-size: 1em;}
::-ms-input-placeholder {  color: #000; font-size: 1em;}
::placeholder { color: #000; font-size: 1em;}

.client-review-input::-webkit-input-placeholder {color: #0c0c0c;}
.client-review-input:-ms-input-placeholder {color: #0c0c0c;}
.client-review-input::-ms-input-placeholder {color: #0c0c0c;}
.client-review-input::placeholder {color: #0c0c0c;}

/*----------------- REVIEWS CSS ------------------------*/
.review-body {
	font-style: normal;
	border: 0;
	line-height: 1.5em;
}

#content .review-body {
	font-size: .95em;
	text-align: center;
}

#content .review-info span {
	display: block;
	width: auto;
	text-align: center;
	float: none;
	line-height: 1.4em;
}

.review-nav-container { width: 100%;}

.review-container {
	/* margin-top: 45px; */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	padding: 1em 2em;
	margin-right: -15px;
}

form#review-form label { color: #000;}

input[type=checkbox], input[type=radio] {
	display: inline-block;
	width: auto;
	margin-left:5px;
	zoom: 1.5;
}


.rev-cont {
	padding: 2em 1em 1em;
	border: 2px solid #6e6e6e;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 400px;
	flex-basis: 400px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 1em 2em;
	box-shadow: 2px 2px 5px #00014b42;
}

.rev-cont:before {
	font-family: "Font Awesome 5 Pro";
	content: '\f10d';
	position: absolute;
	background-color: #e5e5e5;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	width: 50px;
	height: 50px;
	color: #adadb2;
	text-align: center;
	line-height: 50px;
	font-size: 1.25em;
	font-weight:900;
	top: -22px;
	left: -25px;
	box-shadow: 2px 2px 3px #00014b3b;
}

.review-container h3.review-title { display: none;}
.review-nav-container li a, #content .review-nav-container li { background: transparent;}

.author-name {
	font-weight: bold;
	font-style: normal;
}

#content .review-nav-container li a {
	min-width: 0;
	color: #0c0c0c;
	padding: 5px;
}

body:not(.admin-bar) button#show-comment-form-button {display:none;}
.active-page a { color: #000000; border-bottom: 1px solid #000000;}
.active-page { background: transparent;}



/*----------------- STRUCTURE ------------------------*/

.large-wrapper {
	max-width: 1400px;
	margin: auto;
	padding: 3em 2em;
}
footer .medium-wrapper{
	max-width: 1450px;
}
.medium-wrapper {
	max-width: 1150px;
	margin: auto;
	padding: 4em 2em;
}
.small-wrapper {
	max-width: 900px;
	margin: auto;
	padding: 4em 2em;
}
.no-pad {
	padding: 0;
}
.no-marg {
	margin: 0;
}
.img-background,
#content .img-background {
	object-fit: cover;
	height: 100%;
	width: 100%;
	object-position: center;
}


/*--------------- MOBILE MENU --------------------------*/

.hamburger {
	padding: 0 5px;
	display: flex;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: .15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
	-webkit-appearance: none;
	justify-content: center;
	align-items: center;
}
.hamburger,
#mobile-menu-container .menu-bar {
	height: 40px;		
}
.hamburger-box {
	width: 30px;
	height: 30px;
	display: inline-block;
	position: relative;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 25px;
	height: 3px;
	background-color: #fff;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: .15s;
	transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -8px;
}
.hamburger-inner::after {
	bottom: -8px;
}
.hamburger--stand .hamburger-inner {
	transition: transform 0.075s .15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
	transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
	transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
	transform: rotate(90deg);
	background-color: transparent;
	transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s .15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(-45deg);
	transition: top 0.075s 0.1s ease-out, transform 0.075s .15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(45deg);
	transition: bottom 0.075s 0.1s ease-out, transform 0.075s .15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#mobile-menu-container .menu-item-has-children > a:after {
	display: none;
}
.sub-menu-icon {
	display: flex;
	margin-left: auto;
	padding: 0;
	font-size: 1.2em;
	border-left: .5px solid rgba(255,255,255,0.3);
	width: 40px;
	text-align: center;
	justify-content: center;
	align-items: center;
}
#mobile-menu-container ul.sub-menu {
	border-top: .5px solid rgba(255,255,255,0.3);
	background: rgba(255,255,255,0.15);
	display: none;
}
#mobile-menu-container .menu-item-has-children {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
#mobile-menu-container.left .menu-icon,
#mobile-menu-container.right .menu-icon {
	position: absolute;
	left: 280px;
	top: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	z-index: 2900;
	display: inline-block;
	overflow: visible;
}
#mobile-menu-container.right .menu-icon {
	position: absolute;
	right: 280px;
	left: auto;
}
#mobile-menu-container ul {
	padding-left: 0;
	width: 100%;
	margin: 0;
	display: block;
}
#mobile-menu-container.left,
#mobile-menu-container.right {
	min-height: 100%;
	width: 280px;
	color: #FFF;
	position: fixed;
	background: #222;
	height: 100%;
	left: -280px;
	z-index: 99999;
	max-width: 100%;
	top: 0;
}
#mobile-menu-container.right {
	right: -280px;
	left: auto;
}
.mobile-menu-top, 
.mobile-menu-bottom {
	z-index: 9999999;
	position: relative;
	display: none;
	background: inherit;
}
#mobile-menu-container .current_page_item a:before {
	content: '';
	height: 10px;
	width: 10px;
	background: #FFF;
	display: block;
	position: absolute;
	left: -5px;
	top:0;
	bottom: 0;
	margin: auto;
	transform: rotate(45deg);
}
#mobile-menu-container.right .current_page_item a:before {
	left: auto;
	right: -10px;
}
#mobile-menu-container .menu {
	width: 280px;
	z-index: 3001;
	position: relative;
	padding-top: 40px;
}
#mobile-menu-container .menu,
#mobile-menu-container .menu-icon {
	background: #222;
	color: #FFF;
}
#mobile-menu-container ul.sub-menu li:last-child {
	border-bottom: none;
}
#mobile-menu-container ul li {
	position: relative;
	width: 100%;
	border-bottom: .5px solid rgba(255,255,255,0.3);
}
#mobile-menu-container .menu::-webkit-scrollbar {
	width: 10px; /*manage scrollbar width here*/
}
#mobile-menu-container .menu::-webkit-scrollbar {
	background: transparent; /*manage scrollbar background color here*/
}
#mobile-menu-container .menu::-webkit-scrollbar-thumb {
	background: rgba(255,255,255,0.2) !important; /*manage scrollbar thumb background color here*/
}
#shadow-glass {
	position: fixed;
	z-index: 99998;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	display: none;
	top: 0;
	left: 0;
}
#mobile-menu-container a {
	font-size: 1em;
	line-height: 2.4em;
	color: #FFF;
	display: flex;
	padding-left: 1.3em;
	text-transform: uppercase;
	text-decoration: none;
}
#mobile-menu-container.right a {
	padding-left: 20px;
	padding-right: 1.3em;
	text-align: right;
}
#mobile-menu-container a:link {
	text-decoration: none;
}
#mobile-menu-container a:visited {
	text-decoration: none;
}
#mobile-menu-container a:hover {
	text-decoration: none;
}
#mobile-menu-container a:active {
	text-decoration: none;
}
#mobile-menu-container a:focus {
	text-decoration: none;
	color: #FFF;
	outline: none;
	border: none;
}
#mobile-menu-container .current_page_item a {
	text-decoration: none;
	color: #fff;
}
#mobile-menu-container .menu-bar {
	position: fixed;
	top: 0;
	left: 0;
	background: #222;
	width: 100%;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#mobile-menu-container.right .menu-bar {
	justify-content: flex-start;
}
#mobile-menu-container .menu-bar div {
	padding: 0 10px;
}
#mobile-menu-container,
#shadow-glass {
	display: none;
}

/*-------------- FOOTER ----------------------*/

footer h2{
	text-transform:uppercase;
	color:#777 !important;
	text-shadow: none;
    color: #777;
    font-weight: 700 !important;
	font-size: 1.25em;
}

.footer-map img,
.woocommerce .footer-map img,
.woocommerce-page .footer-map img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}

.footer-map {
	background-image:url('/wp-content/uploads/google-map-example.png');
	background-position: center;
	background-size: cover;
}

#all-above-footer {
	border-top: 1px solid #ccc;
}

.col-12.col-sm-6.footer-map {
	padding: 0;
}

.col-12.col-sm-6.footer-form {
	padding: 8px 30px;
	background: #FFF;
	color: #222;
}

.form-wrap {
	max-width: 500px;
	margin: auto;
}

.footer-form .wpforms-container h2 {
	font-size: 2em;
}

#all-above-footer div.wpforms-container-full .wpforms-form input.wpforms-field-medium, 
#all-above-footer div.wpforms-container-full .wpforms-form select.wpforms-field-medium, 
#all-above-footer div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
	max-width: 100%;
}

#footer .box {
	text-align: center;
}
.map-link {
	position: relative;
	display: block;
}
.map-link:after {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	content: '\f08e';
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 6em;
	color: #FFF;
	font-family: 'Font Awesome 5 Pro';
	transition: .2s cubic-bezier(0.53, 0.02, 0.03, 0.93);
	opacity: 0;
}

.map-link:hover:after {
	opacity: 1;
}

#pop-up-form {
	position: fixed;
	bottom: 0;
	right: 30px;
	display: block;
	z-index: 99998;
	background: #FFF;
	width: 300px;
	box-shadow: 0 -26px 66px rgba(0,0,0,0.2);
	transition: .2s opacity ease-in-out;
	opacity: 0;
}

#pop-up-form .pop-up-wrapper {
	position: relative;		
	padding: 0 16px 16px;
}
#pop-up-form label {
	display: block;
}
.pop-up-button p {
	margin: 0;
}
.pop-up-button {
	position: relative;
	top: -40px;
	background: #dcdcdc;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 20px;
	line-height: 0;
	left: 0;
	border-radius: 5px 5px 0 0;
	border-bottom: 1px solid #d4d4d4;
	cursor: pointer;
	transition: .2s ease-in-out;
}
.pop-up-button:hover {
	background: #ccc;		
}
.form-arrow {
	padding: 0 4px;
}
#pop-up-form input,
#pop-up-form textarea {
	width: 100%;
}
#pop-up-form .wpforms-field-hp {
	display: none;
}

/*Buttons*/
/*---link button--*/
.wpcf7-form input[type=submit], button, html input[type="button"], input[type="reset"], input[type="submit"], a.contact-btn, .biziq-button,.client-button, #content .btn, #slider .btn, .view-article, .rev-read-more, #respond #submit, 
.btn, 
.link-button {
	font-weight: 600;
	background: #9f678f;
	padding: 10px 30px 10px 30px;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	min-width: 150px;
	letter-spacing: .01em;
	position: relative;
	z-index: 1;
	border: 0px solid #9ea1a5;
	line-height: 1.4em;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-size: .95em;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
	font-family: Montserrat;
	white-space: inherit;
}
#footer .btn:hover, .link-button:hover ,
.billboard .slider-content a:hover, .video-container .slider-content a:hover,
.btn:hover, #slider:hover .btn, button:hover, .rev-read-more:hover,
html input[type="button"]:hover, 
input[type="reset"]:hover, input[type="submit"]:hover,
#content .view-article:hover,.wpcf7-form input[type=submit]:hover, 
#content .btn:hover, #slider .btn:hover {
	background: #693451;
	color: #fff;
}

/*content links, seo links*/
#content .dotted, #content .seo-link {
	line-height: 1.2em;
	display: inline-block;
	border-bottom: 1px dotted;
}


/* IE */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	#content .slider-parallax {
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
	}
}

/* EDGE */
@supports (-ms-ime-align: auto) {
	#content .slider-parallax {
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
	}
}

/*----- disable empty links ---------*/
.nav-bar a[href="#"] {
	pointer-events: none;
	cursor: default;
}  

/*----- RESPONSIVE ----->*/

@media only screen and (max-width: 75em) {
	.order-1-md {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-2-md {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-3-md {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}
	.hidden-md {
		display: none !important;
	}
	.visible-md {
		display: block !important;		
	}
}

/*--- specific for header only measurement --*/	
@media only screen and (max-width: 61.99em) {
	.order-1-sm {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-2-sm {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-3-sm {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}
	.header-a .nav-bar {
		width: 100%;
	}
	.header-a .nav-wrap {
		background: rgba(187, 187, 187, 0.3);
	}
	.header-a .nav-wrap.stuck {
		width: 100%;
	}
}

@media only screen and (max-width: 62em) {
	.slider-parallax {
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
		height: auto;
	}
	.hidden-sm {
		display: none !important;
	}
	.visible-sm {
		display: block !important;
	}
}

@media only screen and (max-width: 48em) {
	img.alignright, img.alignleft {
		float: none; 
	}
	.medium-wrapper,
	.small-wrapper,
	.large-wrapper {
		padding: 3em 1em;		
	}
	.mobile-menu-top, 
	.mobile-menu-bottom {
		display: block;
	}
	#pop-up-form {
		left: 0;
		right: 0;
		margin: auto;
	}
	#copyright {
		padding-bottom: 15px;
	}
	#header {
		border-bottom: 1px solid #dbdbdb;
	}
	#footer .box {
		padding: 1em;
	}
	.blog #content,
	.woocommerce #content,
	.single-post #content {
		width: 100%;
		margin-right: 0;
	}
	#mobile-menu-container {
		display: block;
	}
	#desktop-top-bar {
		display: none;	
	}
	#wrapper {
		padding-top: 40px;
	}
	.hidden-xs {
		display: none !important;
	}
	.visible-xs {
		display: block !important;
	}
	.logo {
		-webkit-box-pack:  center;
		-webkit-justify-content:  center;
		-ms-flex-pack:  center;
		justify-content:  center;
		top: 0 !important;
	}
	.sticky-bump {
		height: 0 !important;		
	}
	.hidden-logo {
		display: none !important;
	}
	.header-c-converted .logo-wrap {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	#content div[id*="gallery"] .gallery-item {
		width: 50%;		
		margin: 0;
	}
	#content .gallery.gallery-columns-1 .gallery-item {
		width: 100%;
	}
	nav.woocommerce-MyAccount-navigation {
		width:  100%;
		display:  flex;
		justify-content:  center;
		padding: .3em;
	}
	nav.woocommerce-MyAccount-navigation li {
		padding: 0 10px;
	}
	nav.woocommerce-MyAccount-navigation ul {
		display:  flex;
		flex-wrap:  wrap;
		justify-content: center;
	}
	.woocommerce-MyAccount-content {
		width: 100%;
	}	
	.header-c .phone-and-hidden-logo, .phone, span.call-today {
		justify-content: center;
		text-align: center;
	}
}

@media only screen and (max-width: 27em) {
	#content div[id*="gallery"] .gallery-item {
		width: 100%;		
	}
	.medium-wrapper,
	.small-wrapper,
	.large-wrapper {
		padding: 2em 0.3em;		
	}
	#footer .box {
		padding: 0.3em;
	}
}	

#footer {
	color: rgba(255, 255, 255, 0.68);
}
#footer a {
	color: inherit;
	text-decoration: none;
}
#home-above-footer .recent-reviews .biziq-review {
	background: #FFF;
	margin-top: 30px;
	margin-bottom: 60px;
	border: 1px solid #e4e4e4;
}
div#home-above-footer {
	max-width: 1100px;
	margin: auto;
	padding-bottom: 40px;
}
#home-above-footer .swiper-container, 
#home-above-footer .review-widget-header {
	background: none;	
}
#home-above-footer .swiper-container {
	margin: 0 53px;
	padding-bottom: 32px;
}
.swiper-shell {
	position: relative;
	display: flex;
	padding-bottom: 45px;
}
#home-above-footer .swiper-pagination {
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#home-above-footer .swiper-pagination span {
	margin: 0 4px;
}
.menu-bar {
	font-size: 1.3em;
}
.menu-bar i {
	margin: 0 7px;
}
.widget_text.mobile-menu-top {
	padding: 20px 20px 0;
}
#mobile-menu-container a.digits {
	text-align: center;
	display: inline-block;
	background: #8ec641;
	padding: 6px 20px;
	line-height: 1.7em;
	margin-top: 15px; 
}
#mobile-menu-container .socialicons .bottomicon {
	height: 50px;
	width: 50px;
}
#mobile-menu-container .socialicons .bottomicon img {
	height: 50px;
	width: 50px;
	padding: 7px;
}
#mobile-menu-container .mobile-menu-bottom a:link {
	padding: 0;
}
#mobile-menu-container .socialicons {
	display: flex;
	/* justify-content: center; */
	align-items: center;
	margin-top: 30px;
	padding-left: 15px;
}
.footer_logo::before {
	position: absolute;
	width: 1px;
	top: 0;
	left: 69%;
	background: #000000;
	content: "";
}
@media (min-width: 1024px) {
	.footer_logo::before {
		height: 3.625rem;
	}
}
@media (max-width: 1023px) {
	.footer_logo::before {
		height: 58px;
	}
}

.footer_logo {
	position: relative;
}

.footer_logo::before, .footer_logo::after {
	content: "";
	width: calc(33.333333% - 30px);
	height: 2px;
	background: #b3b7b9;
	position: absolute;
	display: block;
}

@media (min-width: 768px) {

	.animation-delay-one {
		transition-delay:.5s !important;	
	}
	.animation-delay-two {
		transition-delay:.2s !important;	
	}
	.animation-delay-three {
		transition-delay:.5s !important;	
	}

	.footer_logo::before, .footer_logo::after {
		top: 50%;
	}
}

@media (max-width: 1023px) {
	.footer_logo::before, .footer_logo::after {
		top: 53%;

	}

	.footer_logo::before, .footer_logo::after {
		display: none !important;
	}
	.box.footer_logo{
		border-bottom: solid 3px #BF0D13;
	}
}


#footer .medium-wrapper{
	padding: 5em 2em;
}

#mobile-menu-container .menu {
	padding-top: 0;
}
.hamburger {
	padding-top: 3px;
}

form textarea, form input[type]:not([type="checkbox"]):not([type="button"]):not([type="submit"]):not([hidden]){ display: block; }
.form-container.hide:not([style*=dis]){display: none;}
