/* = Unique Site Styles
-------------------------------------------------------------- */



/*Desktop Only*/
@media all and (min-width: 1021px) {

}

/*Tablet Only*/
@media all and (min-width: 768px) and (max-width: 1020px){

}

/*Mobile Only*/
@media (max-width: 767px) {

}

.width-120,
html body .column-group > .pixel.width-120 { box-sizing: content-box; width:120px; }


.width-130,
html body .column-group > .pixel.width-130 { box-sizing: content-box; width:130px; }

.width-160,
html body .column-group > .pixel.width-160 { box-sizing: content-box; width:160px; }

#hero-container-top {
	padding-top:0.1px;
}

#bth-site-wrap .woocommerce-Message {
	border: 0;
	padding: 0!important;
	text-align: center!important;
}

#bth-site-wrap .woocommerce-Message .woocommerce-Button {
	width: auto;
	float: none;
	margin: 0 auto 20px!important;
	display: block;
	max-width: 250px;
}

body .the-content-container.kill-last-margin-bottom > :last-child > h2 + form[class*='woocommerce'] {
	margin-top:1.2em!important;
}

.cart_totals h2 {text-align: left;}

.cart_totals .woocommerce-shipping-destination {
	text-align: left;
	letter-spacing: 0px;
	text-transform: none;
	opacity: 0.6;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    margin: 0 auto 1.2em;
    display: block;
    float: left;
    clear: right;
}


/* BANNER GALLERY SCROLL FIX */
html body .flickity-enabled.equal-height-slider .flickity-viewport .image-ratio.image-ratio-full-height { height: auto!important;}
.fullscreen-gallery-link.opacity-hook.overflow-hidden.relative {
	min-height:100%!important;
}

#bth-site-wrap .flickity-page-arrows-enabled.flickity-button-dark-background .flickity-prev-next-button { color: rgba(255,255,255, 1)!important; }

/* CART ICON */

.cart-icon {
	margin-right: 32px;
	position: relative;
	text-align: center;
}	
.cart-icon {width:25px;}
.cart-count {font-size:13px; color:#FFF!important;}
.cart-icon::before{
	width: 25px;
	height: 25px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background:#000;   
	content: "";
	position: absolute;
	border-radius: 50%;
	z-index: -1;
}

/* PAGINATION */

.custom-pagination .padding-small-link {padding:0 8px 6px;}


/* TABS */

.js .tab-group-initiated.tab-group-set .tab-handle .tab-handle-container {
	position: relative;
	padding-bottom: 10px	
}
.js .tab-group-initiated.tab-group-set .tab-handle .tab-handle-container::after {
	background-color: #000;
	content: "";
	left: 0;
	position: absolute;
	transition: width 0.2s ease-in-out 0s, background-color 0.2s ease-in-out 0s;
	width: 0%;
	height: 1px;
	z-index: 2;
	bottom: 0
}
.js .tab-group-initiated.tab-group-set .tab-handle:hover .tab-handle-container::after {
	width: 33%;
}
.js .tab-group-initiated.tab-group-set .tab-handle.tab-handle-open .tab-handle-container::after,
.js .tab-group-initiated.tab-group-set .tab-handle.tab-handle-open:hover .tab-container-inner::after {
	width: 100%;
}

/* EVERYTHING BEYOND HERE IS EXPERIMENTAL AND IS MOSTLY USED BY THE HTML EXAMPLES PAGES. MOST OF THIS WILL BE STRIPPED OUT FOR SPECIFIC USES OR MOVED INTO THE USEFUL THEME */




/* CRAZY BORDERS */

.image-border { height:calc( 100% - 20px); width:calc(100% - 20px); position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); }
    
.diagonal-push, .diagonal-pull,
.diagonal-push-hover, .diagonal-pull-hover,
.diagonal-push-hover-reverse, .diagonal-pull-hover-reverse { transition: transform 0.3s ease-in-out 0s; }

.diagonal-push, .diagonal-pull { transform:translate(0px, 0px); }
   
.diagonal-push-hover:hover,
.generic-hook:hover .diagonal-push-hover,
.diagonal-push,
.diagonal-push-hover-reverse { transform:translate(10px, 10px); }
            
.diagonal-pull-hover:hover,
.generic-hook:hover .diagonal-pull-hover,
.diagonal-pull,
.diagonal-pull-hover-reverse { transform:translate(-10px, -10px); }
    
.diagonal-push-reverse:hover,
.generic-hook:hover .diagonal-push-hover-reverse,
.diagonal-pull-hover-reverse:hover,
.generic-hook:hover .diagonal-pull-hover-reverse { transform:translate(0px, 0px); }


/* MOBILE WEB CONTAINER ( IS THIS IN THE USEFUL THEME NOW??? SHOULD BE BECAUSE OF THE GALLERY TYPE I FEEL )*/
	
.mobile-web-container {
    position: relative;
    margin-top: -7.5%;
    margin-bottom: -7.5%;
}
	
.mobile-web {
    background-repeat: no-repeat;
    background-size: contain;
    left: 10.1%;
    margin: 0;
    overflow: hidden;
    position: absolute;
    top: 14.54%;
    width: 80%;
    z-index: -1;
}

/* LAPTAP VARIABLE ( SHOULD BE IN USEFUL THEME ) */

.onscreen-macbook {
	background-color: black;
	background-position: center center;
	background-size: cover;
	height: 79.275%;
	left: 12.5%;
	position: absolute;
	top: 8.58%;
	width: 74.9%;
}

/* CHANGING THE COLOUR OF AN INLINE SVG */ 

.fill-white { fill:#FFF!important; }
.fill-black { fill:#2D2D2B!important; }
.fill-red { fill:#ED4956!important; }
.fill-currentcolor { fill: currentcolor !important; }
.stroke-white { stroke:#FFF!important; }
.stroke-black { stroke:#2D2D2B!important; }
.stroke-red { stroke:#ED4956!important; }
.stroke-currentcolor { stroke: currentcolor !important; }

/* COMPLEX NUMBERED LIST WITH AUTO NUMBERS  */
	
div.content-table {
	counter-increment: content-table-heading;
	counter-reset: content-table-content;
	list-style-type: none;
}
.content-table-heading::before {
	color: #999;
	content: "" counter(content-table-heading) ".";
	position: absolute;
	left: 0;
}
.content-table-content > ul > li:last-of-type {
	margin-bottom: 0px
}
.content-table-content > ul > li {
	margin-bottom: 30px;
	position: relative;
	padding-left: 50px;
	list-style: none;
	margin-left: 0px;
	counter-increment: content-table-content;
}
.content-table-content > ul > li::before {
	content: counter(content-table-heading) "." counter(content-table-content) " ";
	position: absolute;
	left: 0;
	margin-bottom: 10px;
	display: block;
}
.content-table-content > ul > li > ul {
	counter-reset: content-table-content-sub;
}
.content-table-content > ul > li > ul li:last-of-type {
	margin-bottom: 0px
}
.content-table-content > ul > li > ul > li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 50px;
	list-style: none;

	margin-left: 0px;
	counter-increment: content-table-content-sub;
}
.content-table-content > ul > li > ul > li::before {
	content: counter(content-table-heading) "." counter(content-table-content) "." counter(content-table-content-sub) " ";
	position: absolute;
	left: 0;
	letter-spacing: 1px;
	display: block;
}
@media (max-width: 767px) {
	html body .content-table-content ul li {
		padding-left: 0px!important;
	}
	html body .content-table-content ul li::before {
		position: relative!important;
	}
}

/* Banner Options ( SHOULD PROBS BE IN SECTION.CSS ) */

.banner-overlay-trigger .banner-overlay,
.banner-overlay-trigger ~ .banner-inner .banner-overlay {opacity:0.5!important}
.banner-dark-background-trigger ~ .banner-inner .banner-text * {color:#FFF!important}
	
.banner-align-left .banner-inner .banner-text {text-align:left;}
.banner-align-center .banner-inner .banner-text {text-align:center;}
.banner-align-right .banner-spacer .banner-text {text-align:right;}
	
.banner-height-auto .banner-spacer {display:none;}

	
/*Desktop Only*/
@media all and (min-width: 1021px) {
	html .desktop-banner-overlay-trigger .banner-overlay,
	html .desktop-banner-overlay-trigger ~ .banner-inner .banner-overlay {opacity:0.5!important}
	html .desktop-banner-dark-background-trigger ~ .banner-inner .banner-text * {color:#FFF!important}

	html .desktop-banner-align-left .banner-inner .banner-text {text-align:left;}
	html .desktop-banner-align-center .banner-inner .banner-text {text-align:center;}
	html .desktop-banner-align-right .banner-spacer .banner-text {text-align:right;}

	html .desktop-banner-height-auto .banner-spacer {display:none;}
}

/*Tablet Only*/
@media all and (min-width: 768px) and (max-width: 1020px){
	html .tablet-banner-overlay-trigger .banner-overlay,
	html .tablet-banner-overlay-trigger ~ .banner-inner .banner-overlay {opacity:0.5!important}
	html .tablet-banner-dark-background-trigger ~ .banner-inner .banner-text * {color:#FFF!important}

	html .tablet-banner-align-left .banner-inner .banner-text {text-align:left;}
	html .tablet-banner-align-center .banner-inner .banner-text {text-align:center;}
	html .tablet-banner-align-right .banner-spacer .banner-text {text-align:right;}

	html .tablet-banner-height-auto .banner-spacer {display:none;}
}

/*Mobile Only*/
@media (max-width: 767px) {
	html .mobile-banner-overlay-trigger .banner-overlay,
	html .mobile-banner-overlay-trigger ~ .banner-inner .banner-overlay {opacity:0.5!important}
	html .mobile-banner-dark-background-trigger ~ .banner-inner .banner-text * {color:#FFF!important}

	html .mobile-banner-align-left .banner-inner .banner-text {text-align:left;}
	html .mobile-banner-align-center .banner-inner .banner-text {text-align:center;}
	html .mobile-banner-align-right .banner-spacer .banner-text {text-align:right;}

	html .mobile-banner-height-auto .banner-spacer {display:none;}
}

/* VARIOUS BOX SHADOWS */

[class*="box-shadow-"]{position:relative;}

[class*="box-shadow-"]:before{content:""; position:absolute; width:100%; height:100%; display:block; opacity:1; transition: opacity 0.3s cubic-bezier(0.700, 0.0500, 0.350, 1) 0s }

[class*="box-shadow-"].box-shadow-hover:before{opacity:0;}
[class*="box-shadow-"].box-shadow-hover:hover:before{opacity:1;}


.box-shadow-1:before {
	box-shadow:10px 12px 16px rgba(0, 0, 0, 0.1);
}
.box-shadow-2:before {
	box-shadow:0 0 40px 10px rgba(0, 0, 0, 0.1);
}
.box-shadow-3:before{
	box-shadow:0.5625rem 0.5625rem 2.5rem 0.5rem rgba(0,0,0,0.1);
}
.box-shadow-4:before {
	box-shadow:0 20px 30px rgba(50,50,93,0.1), 0 10px 10px rgba(0,0,0,0.05);
}

/* EXAMPLE OF ANIMATED ELEMENTS + BOX SHADOWS */
.box-shadow-lift {
	transition: transform 0.3s cubic-bezier(0.700, 0.0500, 0.350, 1) 0s;
}
.box-shadow-lift:hover {
	transform: scale(1.05);
}
.box-shadow-lift:before {
	box-shadow: 0 18px 12px -11px rgba(0, 0, 0, 0.15);
	opacity:0;
}
.box-shadow-lift:hover:before {
	opacity:1;
}
.box-shadow-push {
	transition: transform 0.3s cubic-bezier(0.700, 0.0500, 0.350, 1) 0s;
	transform: scale(1);
}
.box-shadow-push:hover {
	transform: scale(0.975);
}
.box-shadow-push:before {
	box-shadow: 0 18px 12px -11px rgba(0, 0, 0, 0.15);
}
.box-shadow-push:hover:before {
	opacity:0;
}

/* Element Indent / Outdent */

.p-indent p:first-of-type::before, .p-indent.indent-all p::before, .element-indent::before,
.p-outdent p:last-of-type::after, .p-outdent.outdent-all p::after, .element-outdent::after {  
    content: "";
    display: inline-block;
    height: 1px;
    vertical-align: middle;
    width: 3.5em;
}
  
.p-indent p:first-of-type::before, .p-indent.indent-all p::before, .element-indent::before {
   margin-right: 0.75em;
}
  
.p-outdent p:last-of-type::after, .p-outdent.outdent-all p::after, .element-outdent::after {
   margin-left: 0.75em;
}
  
.p-indent.indent-solid p::before, .element-indent.indent-solid::before,
.p-outdent.outdent-solid p::after, .element-outdent.outdent-solid::after {
    background-color: currentColor;
}
  
.dark-background .p-indent.indent-solid p::before, .dark-background .element-indent.indent-solid::before,
.dark-background .p-outdent.outdent-solid p::after, .dark-background .element-outdent.outdent-solid::after {
    background-color: #FFF;
}

.p-indent.indent-small p:first-of-type::before,
.element-indent.indent-small::before,
.p-outdent.oudent-small p:last-of-type::after,
.element-outdent.outdent-small::after {
	width: 1em;
}

.p-indent.indent-small p:first-of-type::before, .p-indent.indent-small.indent-all p::before, .element-indent.indent-small::before {
   margin-right: 0.5em;
}
  
.p-outdent.oudent-small p:last-of-type::after, .p-outdent.oudent-small.outdent-all p::after, .element-outdent.oudent-small::after {
   margin-left: 0.5em;
}

@media all and (min-width: 1021px) {
	.desktop-bth-indent_solid-small {
		position:relative;
	}
	.desktop-bth-indent_solid-small:before {
	    content: "";
	    display: inline-block;
	    height: 1px;
	    vertical-align: middle;
	    width: 1em;
	    background-color: currentColor;
	    margin-right:8px;
	}
}


/* CSS ARROWS */

[class*="css-arrow"]:after {
	border-style: solid;
	height: 0;
	position: absolute;
	width: 0;
	z-index: 1;
	border-color: currentColor;
}
.css-arrow-black:after {border-color: #000;}

html .css-arrow-right:after {
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
	border-width: 4px 0 4px 6px;
	transform: translate(100%, -50%);
	right: 0;
	top: 50%;
	left:auto;
	bottom:auto;
	content: "";
}
html .css-arrow-left:after {
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-width: 18px 22px 18px 0;
	transform: translate(-100%, -50%);
	top: 50%;
	left:0;
	right:auto;
	bottom:auto;
	content: "";
}
html .css-arrow-bottom:after {
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-width: 22px 18px 0;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	right:auto;
	bottom:auto;
	content: "";
}

html .css-arrow-top:after {
	border-right-color: transparent;
	border-top-color: transparent;
	border-left-color: transparent;
	border-width: 0 18px 22px;
	left: 50%;
	transform: translate( -50%, -100% );
	top: 0;
	right:auto;
	bottom:auto;
	content: "";
}

/* Woocommerce */

.single_add_to_cart_button {
	border: 0;
}

body.woocommerce form.cart .quantity .qty {
	width: 100%;
	text-align:center; 
	letter-spacing:3px; 
	padding-left:0; 
	padding-right:0;
	/*line-height:1.2em;*/
    -moz-appearance:textfield;
}

body.woocommerce form.cart .quantity .qty,
.woocommerce div.product form.cart .variations select {
	font-size: 15px;
	line-height: 1.4em;
}

/*Mobile Only*/
@media (max-width: 767px) {
	body.woocommerce form.cart .quantity .qty,
	.woocommerce div.product form.cart .variations select {
		font-size: 16px;
		line-height: 1.4em;
	}
}

/*Mobile Only*/
@media (max-width: 767px) {
	.fancy-form-elements-minimal input[type="checkbox"] + label, input[type="radio"] + label {
		margin-right: 15px;
	}
}


body.woocommerce .quantity .qty::-webkit-outer-spin-button,
body.woocommerce .quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Desktop Only */

@media all and (min-width: 1021px) {

	.desktop-css-arrow-black:after {border-color: #000;}

	html body .desktop-css-arrow-right:after {
		border-top-color: transparent;
		border-bottom-color: transparent;
		border-right-color: transparent;
		border-width: 18px 0 18px 22px;
		transform: translate(100%, -50%);
		right: 0;
		top: 50%;
		left:auto;
		bottom:auto;
		content: "";
	}
	html body .desktop-css-arrow-left:after {
		border-top-color: transparent;
		border-bottom-color: transparent;
		border-left-color: transparent;
		border-width: 18px 22px 18px 0;
		transform: translate(-100%, -50%);
		top: 50%;
		left:0;
		right:auto;
		bottom:auto;
		content: "";
	}
	html body .desktop-css-arrow-bottom:after {
		border-right-color: transparent;
		border-bottom-color: transparent;
		border-left-color: transparent;
		border-width: 22px 18px 0;
		left: 50%;
		transform: translateX(-50%);
		top: 100%;
		right:auto;
		bottom:auto;
		content: "";
	}

	html body .desktop-css-arrow-top:after {
		border-right-color: transparent;
		border-top-color: transparent;
		border-left-color: transparent;
		border-width: 0 18px 22px;
		left: 50%;
		transform: translate( -50%, -100% );
		top: 0;
		right:auto;
		bottom:auto;
		content: "";
	}
}

/* Tablet Only */

@media all and (min-width: 768px) and (max-width: 1020px) {

	.tablet-css-arrow-black:after {border-color: #000;}

	html body .tablet-css-arrow-right:after {
		border-top-color: transparent;
		border-bottom-color: transparent;
		border-right-color: transparent;
		border-width: 18px 0 18px 22px;
		transform: translate(100%, -50%);
		right: 0;
		top: 50%;
		left:auto;
		bottom:auto;
		content: "";
	}
	html body .tablet-css-arrow-left:after {
		border-top-color: transparent;
		border-bottom-color: transparent;
		border-left-color: transparent;
		border-width: 18px 22px 18px 0;
		transform: translate(-100%, -50%);
		top: 50%;
		left:0;
		right:auto;
		bottom:auto;
		content: "";
	}
	html body .tablet-css-arrow-bottom:after {
		border-right-color: transparent;
		border-bottom-color: transparent;
		border-left-color: transparent;
		border-width: 22px 18px 0;
		left: 50%;
		transform: translateX(-50%);
		top: 100%;
		right:auto;
		bottom:auto;
		content: "";
	}

	html body .tablet-css-arrow-top:after {
		border-right-color: transparent;
		border-top-color: transparent;
		border-left-color: transparent;
		border-width: 0 18px 22px;
		left: 50%;
		transform: translate( -50%, -100% );
		top: 0;
		right:auto;
		bottom:auto;
		content: "";
	}
}
/* Mobile Only */

@media (max-width: 767px) {

	.mobile-css-arrow-black:after {border-color: #000;}

	html body .mobile-css-arrow-right:after {
		border-top-color: transparent;
		border-bottom-color: transparent;
		border-right-color: transparent;
		border-width: 18px 0 18px 22px;
		transform: translate(100%, -50%);
		right: 0;
		top: 50%;
		left:auto;
		bottom:auto;
		content: "";
	}
	html body .mobile-css-arrow-left:after {
		border-top-color: transparent;
		border-bottom-color: transparent;
		border-left-color: transparent;
		border-width: 18px 22px 18px 0;
		transform: translate(-100%, -50%);
		top: 50%;
		left:0;
		right:auto;
		bottom:auto;
		content: "";
	}
	html body .mobile-css-arrow-bottom:after {
		border-right-color: transparent;
		border-bottom-color: transparent;
		border-left-color: transparent;
		border-width: 22px 18px 0;
		left: 50%;
		transform: translateX(-50%);
		top: 100%;
		right:auto;
		bottom:auto;
		content: "";
	}

	html body .mobile-css-arrow-top:after {
		border-right-color: transparent;
		border-top-color: transparent;
		border-left-color: transparent;
		border-width: 0 18px 22px;
		left: 50%;
		transform: translate( -50%, -100% );
		top: 0;
		right:auto;
		bottom:auto;
		content: "";
	}
}

/* CRAZY TABLES */
	
@media all and (max-width: 767px) {

	/* Force table to not be like tables anymore */
	table.table-data, table.table-data thead, table.table-data tbody, table.table-data th, table.table-data td, table.table-data tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	table.table-data thead tr { 
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		margin-bottom: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		border: 0;
	}
	
	table.table-data tr { margin-bottom:20px; }
	table.table-data tr:last-of-type { margin-bottom:0px; }
	
	table.table-data td { 
		position: relative;
		padding-left: 50%;
		vertical-align: top;
		display: flex;
		word-break: break-all;
	}
	
	table.table-data td:before { 
		width: 100%;
		display: flex;
		word-break: break-all;
		margin-left: -100%;
		vertical-align: top;
		padding-right: 5%;
		font-weight: bold;
	}
	table.table-data td:before { content: attr(data-column-label); }
}

/* ANIMATED TITLE EXAMPLE */

.hidden_from-bottom { overflow:hidden; }
.hidden_from-bottom .hidden-container { transform: translate3d(0,100%,0); transition: transform 1s cubic-bezier(.215,.61,.355,1); }
html.site-loaded .half-in-triggered .hidden_from-bottom .hidden-container { transform: translate3d(0,0,0); }

@keyframes drag-down {
	0% {
		transform-origin:top left;
		transform:scale(1,0);
		animation-timing-function:cubic-bezier(.48,.02,0,.99)
	}
	30% {
		transform-origin:top left;
		transform:scale(1,1)
	}
	40% {
		transform-origin:bottom left;
		transform:scale(1,1);
		animation-timing-function:cubic-bezier(.48,.02,0,.99)
	}
	70% {
		transform-origin:bottom left;
		transform:scale(1,0)
	}
	100% {
		transform-origin:bottom left;
		transform:scale(1,0)
	}
}
.drag-down {position:relative;}

html.site-loaded .drag-down .drag-down-inner::before {
	 transform:scale(1,1);
	 background-color: currentcolor;
	 opacity: 0.1;
}
html.site-loaded .drag-down .drag-down-inner::after {
	 animation:drag-down 6s infinite;
	 background-color: currentcolor;
}
.drag-down .drag-down-inner {
	position:absolute;
	 top:0;
	right:0;
	bottom:0;
	left:0
}
.drag-down .drag-down-inner::after, .drag-down .drag-down-inner::before {
	 content:'';
	 position:absolute;
	 top:0;
	 bottom:0;
	 left:50%;
	 width:1px;
	 transform-origin:top;
	 transform:scale(1,0);
	 transition:transform 1s cubic-bezier(.215,.61,.355,1)
}
.drag-down .drag-down-inner::before {
	 z-index:3
}
.drag-down .drag-down-inner::after {
	 z-index:4;
	 transform:scale(1,0) translate3d(0,0,0);
	 background:rgba(0,0,0,1);
}

/* EXPERIMENTAL FONT SIZE STUFF */

body .font-size-px10 { font-size: 10px!important; }
body .font-size-px11 { font-size: 11px!important; }
body .font-size-px12 { font-size: 12px!important; }
body .font-size-px13 { font-size: 13px!important; }
body .font-size-px14 { font-size: 14px!important; }
body .font-size-px15 { font-size: 15px!important; }
body .font-size-px16 { font-size: 16px!important; }
body .font-size-px17 { font-size: 17px!important; }	
body .font-size-px18 { font-size: 18px!important; }
body .font-size-px19 { font-size: 19px!important; }
body .font-size-px20 { font-size: 20px!important; }
body .font-size-px21 { font-size: 21px!important; }
body .font-size-px22 { font-size: 22px!important; }
body .font-size-px23 { font-size: 23px!important; }
body .font-size-px24 { font-size: 24px!important; }
body .font-size-px25 { font-size: 25px!important; }
body .font-size-px26 { font-size: 26px!important; }
body .font-size-px27 { font-size: 27px!important; }
body .font-size-px28 { font-size: 28px!important; }
body .font-size-px29 { font-size: 29px!important; }
body .font-size-px30 { font-size: 30px!important; }
body .font-size-px31 { font-size: 31px!important; }
body .font-size-px32 { font-size: 32px!important; }
body .font-size-px33 { font-size: 33px!important; }
body .font-size-px34 { font-size: 34px!important; }
body .font-size-px35 { font-size: 35px!important; }
body .font-size-px36 { font-size: 36px!important; }
body .font-size-px37 { font-size: 37px!important; }
body .font-size-px38 { font-size: 38px!important; }
body .font-size-px39 { font-size: 39px!important; }
body .font-size-px40 { font-size: 40px!important; }
body .font-size-px41 { font-size: 41px!important; }
body .font-size-px42 { font-size: 42px!important; }
body .font-size-px43 { font-size: 43px!important; }
body .font-size-px44 { font-size: 44px!important; }
body .font-size-px45 { font-size: 45px!important; }
body .font-size-px46 { font-size: 46px!important; }
body .font-size-px47 { font-size: 47px!important; }
body .font-size-px48 { font-size: 48px!important; }
body .font-size-px49 { font-size: 49px!important; }
body .font-size-px50 { font-size: 50px!important; }

/*Desktop Only*/
@media all and (min-width: 1021px) {
	html body .desktop-font-size-px10 { font-size: 10px!important; }
	html body .desktop-font-size-px11 { font-size: 11px!important; }
	html body .desktop-font-size-px12 { font-size: 12px!important; }
	html body .desktop-font-size-px13 { font-size: 13px!important; }
	html body .desktop-font-size-px14 { font-size: 14px!important; }
	html body .desktop-font-size-px15 { font-size: 15px!important; }
	html body .desktop-font-size-px16 { font-size: 16px!important; }
	html body .desktop-font-size-px17 { font-size: 17px!important; }	
	html body .desktop-font-size-px18 { font-size: 18px!important; }
	html body .desktop-font-size-px19 { font-size: 19px!important; }
	html body .desktop-font-size-px20 { font-size: 20px!important; }
	html body .desktop-font-size-px21 { font-size: 21px!important; }
	html body .desktop-font-size-px22 { font-size: 22px!important; }
	html body .desktop-font-size-px23 { font-size: 23px!important; }
	html body .desktop-font-size-px24 { font-size: 24px!important; }
	html body .desktop-font-size-px25 { font-size: 25px!important; }
	html body .desktop-font-size-px26 { font-size: 26px!important; }
	html body .desktop-font-size-px27 { font-size: 27px!important; }
	html body .desktop-font-size-px28 { font-size: 28px!important; }
	html body .desktop-font-size-px29 { font-size: 29px!important; }
	html body .desktop-font-size-px30 { font-size: 30px!important; }
	html body .desktop-font-size-px31 { font-size: 31px!important; }
	html body .desktop-font-size-px32 { font-size: 32px!important; }
	html body .desktop-font-size-px33 { font-size: 33px!important; }
	html body .desktop-font-size-px34 { font-size: 34px!important; }
	html body .desktop-font-size-px35 { font-size: 35px!important; }
	html body .desktop-font-size-px36 { font-size: 36px!important; }
	html body .desktop-font-size-px37 { font-size: 37px!important; }
	html body .desktop-font-size-px38 { font-size: 38px!important; }
	html body .desktop-font-size-px39 { font-size: 39px!important; }
	html body .desktop-font-size-px40 { font-size: 40px!important; }
	html body .desktop-font-size-px41 { font-size: 41px!important; }
	html body .desktop-font-size-px42 { font-size: 42px!important; }
	html body .desktop-font-size-px43 { font-size: 43px!important; }
	html body .desktop-font-size-px44 { font-size: 44px!important; }
	html body .desktop-font-size-px45 { font-size: 45px!important; }
	html body .desktop-font-size-px46 { font-size: 46px!important; }
	html body .desktop-font-size-px47 { font-size: 47px!important; }
	html body .desktop-font-size-px48 { font-size: 48px!important; }
	html body .desktop-font-size-px49 { font-size: 49px!important; }
	html body .desktop-font-size-px50 { font-size: 50px!important; }
}

/*Tablet Only*/
@media all and (min-width: 768px) and (max-width: 1020px){
	html body .tablet-font-size-px10 { font-size: 10px!important; }
	html body .tablet-font-size-px11 { font-size: 11px!important; }
	html body .tablet-font-size-px12 { font-size: 12px!important; }
	html body .tablet-font-size-px13 { font-size: 13px!important; }
	html body .tablet-font-size-px14 { font-size: 14px!important; }
	html body .tablet-font-size-px15 { font-size: 15px!important; }
	html body .tablet-font-size-px16 { font-size: 16px!important; }
	html body .tablet-font-size-px17 { font-size: 17px!important; }	
	html body .tablet-font-size-px18 { font-size: 18px!important; }
	html body .tablet-font-size-px19 { font-size: 19px!important; }
	html body .tablet-font-size-px20 { font-size: 20px!important; }
	html body .tablet-font-size-px21 { font-size: 21px!important; }
	html body .tablet-font-size-px22 { font-size: 22px!important; }
	html body .tablet-font-size-px23 { font-size: 23px!important; }
	html body .tablet-font-size-px24 { font-size: 24px!important; }
	html body .tablet-font-size-px25 { font-size: 25px!important; }
	html body .tablet-font-size-px26 { font-size: 26px!important; }
	html body .tablet-font-size-px27 { font-size: 27px!important; }
	html body .tablet-font-size-px28 { font-size: 28px!important; }
	html body .tablet-font-size-px29 { font-size: 29px!important; }
	html body .tablet-font-size-px30 { font-size: 30px!important; }
	html body .tablet-font-size-px31 { font-size: 31px!important; }
	html body .tablet-font-size-px32 { font-size: 32px!important; }
	html body .tablet-font-size-px33 { font-size: 33px!important; }
	html body .tablet-font-size-px34 { font-size: 34px!important; }
	html body .tablet-font-size-px35 { font-size: 35px!important; }
	html body .tablet-font-size-px36 { font-size: 36px!important; }
	html body .tablet-font-size-px37 { font-size: 37px!important; }
	html body .tablet-font-size-px38 { font-size: 38px!important; }
	html body .tablet-font-size-px39 { font-size: 39px!important; }
	html body .tablet-font-size-px40 { font-size: 40px!important; }
	html body .tablet-font-size-px41 { font-size: 41px!important; }
	html body .tablet-font-size-px42 { font-size: 42px!important; }
	html body .tablet-font-size-px43 { font-size: 43px!important; }
	html body .tablet-font-size-px44 { font-size: 44px!important; }
	html body .tablet-font-size-px45 { font-size: 45px!important; }
	html body .tablet-font-size-px46 { font-size: 46px!important; }
	html body .tablet-font-size-px47 { font-size: 47px!important; }
	html body .tablet-font-size-px48 { font-size: 48px!important; }
	html body .tablet-font-size-px49 { font-size: 49px!important; }
	html body .tablet-font-size-px50 { font-size: 50px!important; }
}

/*Mobile Only*/
@media (max-width: 767px) {
	html body .mobile-font-size-px10 { font-size: 10px!important; }
	html body .mobile-font-size-px11 { font-size: 11px!important; }
	html body .mobile-font-size-px12 { font-size: 12px!important; }
	html body .mobile-font-size-px13 { font-size: 13px!important; }
	html body .mobile-font-size-px14 { font-size: 14px!important; }
	html body .mobile-font-size-px15 { font-size: 15px!important; }
	html body .mobile-font-size-px16 { font-size: 16px!important; }
	html body .mobile-font-size-px17 { font-size: 17px!important; }	
	html body .mobile-font-size-px18 { font-size: 18px!important; }
	html body .mobile-font-size-px19 { font-size: 19px!important; }
	html body .mobile-font-size-px20 { font-size: 20px!important; }
	html body .mobile-font-size-px21 { font-size: 21px!important; }
	html body .mobile-font-size-px22 { font-size: 22px!important; }
	html body .mobile-font-size-px23 { font-size: 23px!important; }

	html body .mobile-font-size-px24 { font-size: 24px!important; }
	html body .mobile-font-size-px25 { font-size: 25px!important; }
	html body .mobile-font-size-px26 { font-size: 26px!important; }
	html body .mobile-font-size-px27 { font-size: 27px!important; }
	html body .mobile-font-size-px28 { font-size: 28px!important; }
	html body .mobile-font-size-px29 { font-size: 29px!important; }
	html body .mobile-font-size-px30 { font-size: 30px!important; }
	html body .mobile-font-size-px31 { font-size: 31px!important; }
	html body .mobile-font-size-px32 { font-size: 32px!important; }
	html body .mobile-font-size-px33 { font-size: 33px!important; }
	html body .mobile-font-size-px34 { font-size: 34px!important; }
	html body .mobile-font-size-px35 { font-size: 35px!important; }
	html body .mobile-font-size-px36 { font-size: 36px!important; }
	html body .mobile-font-size-px37 { font-size: 37px!important; }
	html body .mobile-font-size-px38 { font-size: 38px!important; }
	html body .mobile-font-size-px39 { font-size: 39px!important; }
	html body .mobile-font-size-px40 { font-size: 40px!important; }
	html body .mobile-font-size-px41 { font-size: 41px!important; }
	html body .mobile-font-size-px42 { font-size: 42px!important; }
	html body .mobile-font-size-px43 { font-size: 43px!important; }
	html body .mobile-font-size-px44 { font-size: 44px!important; }

	html body .mobile-font-size-px45 { font-size: 45px!important; }
	html body .mobile-font-size-px46 { font-size: 46px!important; }
	html body .mobile-font-size-px47 { font-size: 47px!important; }
	html body .mobile-font-size-px48 { font-size: 48px!important; }
	html body .mobile-font-size-px49 { font-size: 49px!important; }
	html body .mobile-font-size-px50 { font-size: 50px!important; }
}

/* BASED ON A 16PX STARTING BODY SIZE */
body .font-size-em10 { font-size: 0.6250em!important; /*10px*/ }
body .font-size-em11 { font-size: 0.6875em!important; /*11px*/ }
body .font-size-em12 { font-size: 0.7500em!important; /*12px*/ }
body .font-size-em13 { font-size: 0.8125em!important; /*13px*/ }
body .font-size-em14 { font-size: 0.8750em!important; /*14px*/ }
body .font-size-em15 { font-size: 0.9375em!important; /*15px*/ }	
body .font-size-em16 { font-size: 1em!important; /*16px*/ }
body .font-size-em17 { font-size: 1.0625em!important; /*17px*/ }	
body .font-size-em18 { font-size: 1.1250em!important; /*18px*/ }
body .font-size-em19 { font-size: 1.1875em!important; /*19px*/ }
body .font-size-em20 { font-size: 1.250em!important; /*20px*/ }
body .font-size-em21 { font-size: 1.3125em!important; /*21px*/ }
body .font-size-em22 { font-size: 1.3750em!important; /*22px*/ }
body .font-size-em23 { font-size: 1.4375em!important; /*23px*/ }
body .font-size-em24 { font-size: 1.5000em!important; /*24px*/ }
body .font-size-em25 { font-size: 1.5625em!important; /*25px*/ }
body .font-size-em26 { font-size: 1.6250em!important; /*26px*/ }
body .font-size-em27 { font-size: 1.6875em!important; /*27px*/ }
body .font-size-em28 { font-size: 1.7500em!important; /*28px*/ }
body .font-size-em29 { font-size: 1.8125em!important; /*29px*/ }
body .font-size-em30 { font-size: 1.8750em!important; /*30px*/ }
body .font-size-em31 { font-size: 1.9375em!important; /*31px*/ }
body .font-size-em32 { font-size: 2em!important; /*32px*/ }
body .font-size-em33 { font-size: 2.0625em!important; /*33px*/ }
body .font-size-em34 { font-size: 2.1250em!important; /*34px*/ }
body .font-size-em35 { font-size: 2.1875em!important; /*35px*/ }
body .font-size-em36 { font-size: 2.2500em!important; /*36px*/ }
body .font-size-em37 { font-size: 2.3125em!important; /*37px*/ }
body .font-size-em38 { font-size: 2.3750em!important; /*38px*/ }
body .font-size-em39 { font-size: 2.4375em!important; /*39px*/ }
body .font-size-em40 { font-size: 2.5000em!important; /*40px*/ }
body .font-size-em41 { font-size: 2.5625em!important; /*41px*/ }
body .font-size-em42 { font-size: 2.6250em!important; /*42px*/ }
body .font-size-em43 { font-size: 2.6875em!important; /*43px*/ }
body .font-size-em44 { font-size: 2.7500em!important; /*44px*/ }
body .font-size-em45 { font-size: 2.8125em!important; /*45px*/ }
body .font-size-em46 { font-size: 2.8750em!important; /*46px*/ }
body .font-size-em47 { font-size: 2.9375em!important; /*47px*/ }
body .font-size-em48 { font-size: 3em!important; /*48px*/ }
body .font-size-em49 { font-size: 3.0625em!important; /*49px*/ }
body .font-size-em50 { font-size: 3.1250em!important; /*50px*/ }

/*Desktop Only*/
@media all and (min-width: 1021px) {
	html body .desktop-font-size-em10 { font-size: 0.6250em!important; /*10px*/ }
	html body .desktop-font-size-em11 { font-size: 0.6875em!important; /*11px*/ }
	html body .desktop-font-size-em12 { font-size: 0.7500em!important; /*12px*/ }
	html body .desktop-font-size-em13 { font-size: 0.8125em!important; /*13px*/ }
	html body .desktop-font-size-em14 { font-size: 0.8750em!important; /*14px*/ }
	html body .desktop-font-size-em15 { font-size: 0.9375em!important; /*15px*/ }	
	html body .desktop-font-size-em16 { font-size: 1em!important; /*16px*/ }
	html body .desktop-font-size-em17 { font-size: 1.0625em!important; /*17px*/ }	
	html body .desktop-font-size-em18 { font-size: 1.1250em!important; /*18px*/ }
	html body .desktop-font-size-em19 { font-size: 1.1875em!important; /*19px*/ }
	html body .desktop-font-size-em20 { font-size: 1.250em!important; /*20px*/ }
	html body .desktop-font-size-em21 { font-size: 1.3125em!important; /*21px*/ }
	html body .desktop-font-size-em22 { font-size: 1.3750em!important; /*22px*/ }
	html body .desktop-font-size-em23 { font-size: 1.4375em!important; /*23px*/ }
	html body .desktop-font-size-em24 { font-size: 1.5000em!important; /*24px*/ }
	html body .desktop-font-size-em25 { font-size: 1.5625em!important; /*25px*/ }
	html body .desktop-font-size-em26 { font-size: 1.6250em!important; /*26px*/ }
	html body .desktop-font-size-em27 { font-size: 1.6875em!important; /*27px*/ }
	html body .desktop-font-size-em28 { font-size: 1.7500em!important; /*28px*/ }
	html body .desktop-font-size-em29 { font-size: 1.8125em!important; /*29px*/ }
	html body .desktop-font-size-em30 { font-size: 1.8750em!important; /*30px*/ }
	html body .desktop-font-size-em31 { font-size: 1.9375em!important; /*31px*/ }
	html body .desktop-font-size-em32 { font-size: 2em!important; /*32px*/ }
	html body .desktop-font-size-em33 { font-size: 2.0625em!important; /*33px*/ }
	html body .desktop-font-size-em34 { font-size: 2.1250em!important; /*34px*/ }
	html body .desktop-font-size-em35 { font-size: 2.1875em!important; /*35px*/ }
	html body .desktop-font-size-em36 { font-size: 2.2500em!important; /*36px*/ }
	html body .desktop-font-size-em37 { font-size: 2.3125em!important; /*37px*/ }
	html body .desktop-font-size-em38 { font-size: 2.3750em!important; /*38px*/ }
	html body .desktop-font-size-em39 { font-size: 2.4375em!important; /*39px*/ }
	html body .desktop-font-size-em40 { font-size: 2.5000em!important; /*40px*/ }
	html body .desktop-font-size-em41 { font-size: 2.5625em!important; /*41px*/ }
	html body .desktop-font-size-em42 { font-size: 2.6250em!important; /*42px*/ }
	html body .desktop-font-size-em43 { font-size: 2.6875em!important; /*43px*/ }
	html body .desktop-font-size-em44 { font-size: 2.7500em!important; /*44px*/ }
	html body .desktop-font-size-em45 { font-size: 2.8125em!important; /*45px*/ }
	html body .desktop-font-size-em46 { font-size: 2.8750em!important; /*46px*/ }
	html body .desktop-font-size-em47 { font-size: 2.9375em!important; /*47px*/ }
	html body .desktop-font-size-em48 { font-size: 3em!important; /*48px*/ }
	html body .desktop-font-size-em49 { font-size: 3.0625em!important; /*49px*/ }
	html body .desktop-font-size-em50 { font-size: 3.1250em!important; /*50px*/ }
}

/*Tablet Only*/
@media all and (min-width: 768px) and (max-width: 1020px){
	html body .tablet-font-size-em10 { font-size: 0.6250em!important; /*10px*/ }
	html body .tablet-font-size-em11 { font-size: 0.6875em!important; /*11px*/ }
	html body .tablet-font-size-em12 { font-size: 0.7500em!important; /*12px*/ }
	html body .tablet-font-size-em13 { font-size: 0.8125em!important; /*13px*/ }
	html body .tablet-font-size-em14 { font-size: 0.8750em!important; /*14px*/ }
	html body .tablet-font-size-em15 { font-size: 0.9375em!important; /*15px*/ }	
	html body .tablet-font-size-em16 { font-size: 1em!important; /*16px*/ }
	html body .tablet-font-size-em17 { font-size: 1.0625em!important; /*17px*/ }	
	html body .tablet-font-size-em18 { font-size: 1.1250em!important; /*18px*/ }
	html body .tablet-font-size-em19 { font-size: 1.1875em!important; /*19px*/ }
	html body .tablet-font-size-em20 { font-size: 1.250em!important; /*20px*/ }

	html body .tablet-font-size-em21 { font-size: 1.3125em!important; /*21px*/ }
	html body .tablet-font-size-em22 { font-size: 1.3750em!important; /*22px*/ }
	html body .tablet-font-size-em23 { font-size: 1.4375em!important; /*23px*/ }
	html body .tablet-font-size-em24 { font-size: 1.5000em!important; /*24px*/ }
	html body .tablet-font-size-em25 { font-size: 1.5625em!important; /*25px*/ }
	html body .tablet-font-size-em26 { font-size: 1.6250em!important; /*26px*/ }
	html body .tablet-font-size-em27 { font-size: 1.6875em!important; /*27px*/ }
	html body .tablet-font-size-em28 { font-size: 1.7500em!important; /*28px*/ }
	html body .tablet-font-size-em29 { font-size: 1.8125em!important; /*29px*/ }
	html body .tablet-font-size-em30 { font-size: 1.8750em!important; /*30px*/ }
	html body .tablet-font-size-em31 { font-size: 1.9375em!important; /*31px*/ }
	html body .tablet-font-size-em32 { font-size: 2em!important; /*32px*/ }
	html body .tablet-font-size-em33 { font-size: 2.0625em!important; /*33px*/ }
	html body .tablet-font-size-em34 { font-size: 2.1250em!important; /*34px*/ }
	html body .tablet-font-size-em35 { font-size: 2.1875em!important; /*35px*/ }
	html body .tablet-font-size-em36 { font-size: 2.2500em!important; /*36px*/ }
	html body .tablet-font-size-em37 { font-size: 2.3125em!important; /*37px*/ }
	html body .tablet-font-size-em38 { font-size: 2.3750em!important; /*38px*/ }
	html body .tablet-font-size-em39 { font-size: 2.4375em!important; /*39px*/ }
	html body .tablet-font-size-em40 { font-size: 2.5000em!important; /*40px*/ }
	html body .tablet-font-size-em41 { font-size: 2.5625em!important; /*41px*/ }
	html body .tablet-font-size-em42 { font-size: 2.6250em!important; /*42px*/ }
	html body .tablet-font-size-em43 { font-size: 2.6875em!important; /*43px*/ }
	html body .tablet-font-size-em44 { font-size: 2.7500em!important; /*44px*/ }
	html body .tablet-font-size-em45 { font-size: 2.8125em!important; /*45px*/ }
	html body .tablet-font-size-em46 { font-size: 2.8750em!important; /*46px*/ }
	html body .tablet-font-size-em47 { font-size: 2.9375em!important; /*47px*/ }
	html body .tablet-font-size-em48 { font-size: 3em!important; /*48px*/ }
	html body .tablet-font-size-em49 { font-size: 3.0625em!important; /*49px*/ }
	html body .tablet-font-size-em50 { font-size: 3.1250em!important; /*50px*/ }
}

/*Mobile Only*/
@media (max-width: 767px) {
	html body .mobile-font-size-em10 { font-size: 0.6250em!important; /*10px*/ }
	html body .mobile-font-size-em11 { font-size: 0.6875em!important; /*11px*/ }
	html body .mobile-font-size-em12 { font-size: 0.7500em!important; /*12px*/ }
	html body .mobile-font-size-em13 { font-size: 0.8125em!important; /*13px*/ }
	html body .mobile-font-size-em14 { font-size: 0.8750em!important; /*14px*/ }
	html body .mobile-font-size-em15 { font-size: 0.9375em!important; /*15px*/ }	
	html body .mobile-font-size-em16 { font-size: 1em!important; /*16px*/ }
	html body .mobile-font-size-em17 { font-size: 1.0625em!important; /*17px*/ }	
	html body .mobile-font-size-em18 { font-size: 1.1250em!important; /*18px*/ }
	html body .mobile-font-size-em19 { font-size: 1.1875em!important; /*19px*/ }
	html body .mobile-font-size-em20 { font-size: 1.250em!important; /*20px*/ }
	html body .mobile-font-size-em21 { font-size: 1.3125em!important; /*21px*/ }
	html body .mobile-font-size-em22 { font-size: 1.3750em!important; /*22px*/ }
	html body .mobile-font-size-em23 { font-size: 1.4375em!important; /*23px*/ }
	html body .mobile-font-size-em24 { font-size: 1.5000em!important; /*24px*/ }
	html body .mobile-font-size-em25 { font-size: 1.5625em!important; /*25px*/ }
	html body .mobile-font-size-em26 { font-size: 1.6250em!important; /*26px*/ }
	html body .mobile-font-size-em27 { font-size: 1.6875em!important; /*27px*/ }
	html body .mobile-font-size-em28 { font-size: 1.7500em!important; /*28px*/ }
	html body .mobile-font-size-em29 { font-size: 1.8125em!important; /*29px*/ }
	html body .mobile-font-size-em30 { font-size: 1.8750em!important; /*30px*/ }
	html body .mobile-font-size-em31 { font-size: 1.9375em!important; /*31px*/ }
	html body .mobile-font-size-em32 { font-size: 2em!important; /*32px*/ }
	html body .mobile-font-size-em33 { font-size: 2.0625em!important; /*33px*/ }
	html body .mobile-font-size-em34 { font-size: 2.1250em!important; /*34px*/ }
	html body .mobile-font-size-em35 { font-size: 2.1875em!important; /*35px*/ }
	html body .mobile-font-size-em36 { font-size: 2.2500em!important; /*36px*/ }
	html body .mobile-font-size-em37 { font-size: 2.3125em!important; /*37px*/ }
	html body .mobile-font-size-em38 { font-size: 2.3750em!important; /*38px*/ }
	html body .mobile-font-size-em39 { font-size: 2.4375em!important; /*39px*/ }
	html body .mobile-font-size-em40 { font-size: 2.5000em!important; /*40px*/ }
	html body .mobile-font-size-em41 { font-size: 2.5625em!important; /*41px*/ }
	html body .mobile-font-size-em42 { font-size: 2.6250em!important; /*42px*/ }
	html body .mobile-font-size-em43 { font-size: 2.6875em!important; /*43px*/ }
	html body .mobile-font-size-em44 { font-size: 2.7500em!important; /*44px*/ }
	html body .mobile-font-size-em45 { font-size: 2.8125em!important; /*45px*/ }
	html body .mobile-font-size-em46 { font-size: 2.8750em!important; /*46px*/ }
	html body .mobile-font-size-em47 { font-size: 2.9375em!important; /*47px*/ }
	html body .mobile-font-size-em48 { font-size: 3em!important; /*48px*/ }
	html body .mobile-font-size-em49 { font-size: 3.0625em!important; /*49px*/ }
	html body .mobile-font-size-em50 { font-size: 3.1250em!important; /*50px*/ }
}

body .tracking-0   { letter-spacing:0em } /* tracking 0 */
body .tracking-10  { letter-spacing:calc(10em / 1000)!important; } /* tracking 10 */
body .tracking-20  { letter-spacing:calc(20em / 1000)!important; } /* tracking 20 */
body .tracking-30  { letter-spacing:calc(30em / 1000)!important; } /* tracking 30 */
body .tracking-40  { letter-spacing:calc(40em / 1000)!important; } /* tracking 40 */
body .tracking-50  { letter-spacing:calc(50em / 1000)!important; } /* tracking 50 */
body .tracking-60  { letter-spacing:calc(60em / 1000)!important; } /* tracking 60 */
body .tracking-70  { letter-spacing:calc(70em / 1000)!important; } /* tracking 70 */
body .tracking-80  { letter-spacing:calc(80em / 1000)!important; } /* tracking 80 */
body .tracking-90  { letter-spacing:calc(90em / 1000)!important; } /* tracking 90 */
body .tracking-100 { letter-spacing:calc(100em / 1000)!important; } /* tracking 100 */
body .tracking-110 { letter-spacing:calc(110em / 1000)!important; } /* tracking 110 */
body .tracking-120 { letter-spacing:calc(120em / 1000)!important; } /* tracking 120 */
body .tracking-130 { letter-spacing:calc(130em / 1000)!important; } /* tracking 130 */
body .tracking-140 { letter-spacing:calc(140em / 1000)!important; } /* tracking 140 */
body .tracking-150 { letter-spacing:calc(150em / 1000)!important; } /* tracking 150 */
body .tracking-160 { letter-spacing:calc(160em / 1000)!important; } /* tracking 160 */
body .tracking-170 { letter-spacing:calc(170em / 1000)!important; } /* tracking 170 */
body .tracking-180 { letter-spacing:calc(180em / 1000)!important; } /* tracking 180 */
body .tracking-190 { letter-spacing:calc(190em / 1000)!important; } /* tracking 190 */
body .tracking-200 { letter-spacing:calc(200em / 1000)!important; } /* tracking 200 */
body .tracking-210 { letter-spacing:calc(210em / 1000)!important; } /* tracking 210 */
body .tracking-220 { letter-spacing:calc(220em / 1000)!important; } /* tracking 220 */
body .tracking-230 { letter-spacing:calc(230em / 1000)!important; } /* tracking 230 */
body .tracking-240 { letter-spacing:calc(240em / 1000)!important; } /* tracking 240 */
body .tracking-250 { letter-spacing:calc(250em / 1000)!important; } /* tracking 250 */
body .tracking-260 { letter-spacing:calc(260em / 1000)!important; } /* tracking 260 */
body .tracking-270 { letter-spacing:calc(270em / 1000)!important; } /* tracking 270 */
body .tracking-280 { letter-spacing:calc(280em / 1000)!important; } /* tracking 280 */
body .tracking-290 { letter-spacing:calc(290em / 1000)!important; } /* tracking 290 */
body .tracking-300 { letter-spacing:calc(300em / 1000)!important; } /* tracking 300 */
body .tracking-310 { letter-spacing:calc(310em / 1000)!important; } /* tracking 310 */
body .tracking-320 { letter-spacing:calc(320em / 1000)!important; } /* tracking 320 */
body .tracking-330 { letter-spacing:calc(330em / 1000)!important; } /* tracking 330 */
body .tracking-340 { letter-spacing:calc(340em / 1000)!important; } /* tracking 340 */
body .tracking-350 { letter-spacing:calc(350em / 1000)!important; } /* tracking 350 */
body .tracking-360 { letter-spacing:calc(360em / 1000)!important; } /* tracking 360 */
body .tracking-370 { letter-spacing:calc(370em / 1000)!important; } /* tracking 370 */
body .tracking-380 { letter-spacing:calc(380em / 1000)!important; } /* tracking 380 */
body .tracking-390 { letter-spacing:calc(390em / 1000)!important; } /* tracking 390 */
body .tracking-400 { letter-spacing:calc(400em / 1000)!important; } /* tracking 400 */

/*Desktop Only*/
@media all and (min-width: 1021px) {
	html body .desktop-tracking-0   { letter-spacing:0em } /* tracking 0 */
	html body .desktop-tracking-10  { letter-spacing:calc(10em / 1000)!important; } /* tracking 10 */
	html body .desktop-tracking-20  { letter-spacing:calc(20em / 1000)!important; } /* tracking 20 */
	html body .desktop-tracking-30  { letter-spacing:calc(30em / 1000)!important; } /* tracking 30 */
	html body .desktop-tracking-40  { letter-spacing:calc(40em / 1000)!important; } /* tracking 40 */
	html body .desktop-tracking-50  { letter-spacing:calc(50em / 1000)!important; } /* tracking 50 */
	html body .desktop-tracking-60  { letter-spacing:calc(60em / 1000)!important; } /* tracking 60 */
	html body .desktop-tracking-70  { letter-spacing:calc(70em / 1000)!important; } /* tracking 70 */
	html body .desktop-tracking-80  { letter-spacing:calc(80em / 1000)!important; } /* tracking 80 */
	html body .desktop-tracking-90  { letter-spacing:calc(90em / 1000)!important; } /* tracking 90 */
	html body .desktop-tracking-100 { letter-spacing:calc(100em / 1000)!important; } /* tracking 100 */
	html body .desktop-tracking-110 { letter-spacing:calc(110em / 1000)!important; } /* tracking 110 */
	html body .desktop-tracking-120 { letter-spacing:calc(120em / 1000)!important; } /* tracking 120 */
	html body .desktop-tracking-130 { letter-spacing:calc(130em / 1000)!important; } /* tracking 130 */
	html body .desktop-tracking-140 { letter-spacing:calc(140em / 1000)!important; } /* tracking 140 */
	html body .desktop-tracking-150 { letter-spacing:calc(150em / 1000)!important; } /* tracking 150 */
	html body .desktop-tracking-160 { letter-spacing:calc(160em / 1000)!important; } /* tracking 160 */
	html body .desktop-tracking-170 { letter-spacing:calc(170em / 1000)!important; } /* tracking 170 */
	html body .desktop-tracking-180 { letter-spacing:calc(180em / 1000)!important; } /* tracking 180 */
	html body .desktop-tracking-190 { letter-spacing:calc(190em / 1000)!important; } /* tracking 190 */
	html body .desktop-tracking-200 { letter-spacing:calc(200em / 1000)!important; } /* tracking 200 */
	html body .desktop-tracking-210 { letter-spacing:calc(210em / 1000)!important; } /* tracking 210 */
	html body .desktop-tracking-220 { letter-spacing:calc(220em / 1000)!important; } /* tracking 220 */
	html body .desktop-tracking-230 { letter-spacing:calc(230em / 1000)!important; } /* tracking 230 */
	html body .desktop-tracking-240 { letter-spacing:calc(240em / 1000)!important; } /* tracking 240 */
	html body .desktop-tracking-250 { letter-spacing:calc(250em / 1000)!important; } /* tracking 250 */
	html body .desktop-tracking-260 { letter-spacing:calc(260em / 1000)!important; } /* tracking 260 */
	html body .desktop-tracking-270 { letter-spacing:calc(270em / 1000)!important; } /* tracking 270 */
	html body .desktop-tracking-280 { letter-spacing:calc(280em / 1000)!important; } /* tracking 280 */
	html body .desktop-tracking-290 { letter-spacing:calc(290em / 1000)!important; } /* tracking 290 */
	html body .desktop-tracking-300 { letter-spacing:calc(300em / 1000)!important; } /* tracking 300 */
	html body .desktop-tracking-310 { letter-spacing:calc(310em / 1000)!important; } /* tracking 310 */
	html body .desktop-tracking-320 { letter-spacing:calc(320em / 1000)!important; } /* tracking 320 */
	html body .desktop-tracking-330 { letter-spacing:calc(330em / 1000)!important; } /* tracking 330 */
	html body .desktop-tracking-340 { letter-spacing:calc(340em / 1000)!important; } /* tracking 340 */
	html body .desktop-tracking-350 { letter-spacing:calc(350em / 1000)!important; } /* tracking 350 */
	html body .desktop-tracking-360 { letter-spacing:calc(360em / 1000)!important; } /* tracking 360 */
	html body .desktop-tracking-370 { letter-spacing:calc(370em / 1000)!important; } /* tracking 370 */
	html body .desktop-tracking-380 { letter-spacing:calc(380em / 1000)!important; } /* tracking 380 */
	html body .desktop-tracking-390 { letter-spacing:calc(390em / 1000)!important; } /* tracking 390 */
	html body .desktop-tracking-400 { letter-spacing:calc(400em / 1000)!important; } /* tracking 400 */
}

/*Tablet Only*/
@media all and (min-width: 768px) and (max-width: 1020px){
	html body .tablet-tracking-0   { letter-spacing:0em } /* tracking 0 */
	html body .tablet-tracking-10  { letter-spacing:calc(10em / 1000)!important; } /* tracking 10 */
	html body .tablet-tracking-20  { letter-spacing:calc(20em / 1000)!important; } /* tracking 20 */
	html body .tablet-tracking-30  { letter-spacing:calc(30em / 1000)!important; } /* tracking 30 */
	html body .tablet-tracking-40  { letter-spacing:calc(40em / 1000)!important; } /* tracking 40 */
	html body .tablet-tracking-50  { letter-spacing:calc(50em / 1000)!important; } /* tracking 50 */
	html body .tablet-tracking-60  { letter-spacing:calc(60em / 1000)!important; } /* tracking 60 */
	html body .tablet-tracking-70  { letter-spacing:calc(70em / 1000)!important; } /* tracking 70 */
	html body .tablet-tracking-80  { letter-spacing:calc(80em / 1000)!important; } /* tracking 80 */
	html body .tablet-tracking-90  { letter-spacing:calc(90em / 1000)!important; } /* tracking 90 */
	html body .tablet-tracking-100 { letter-spacing:calc(100em / 1000)!important; } /* tracking 100 */
	html body .tablet-tracking-110 { letter-spacing:calc(110em / 1000)!important; } /* tracking 110 */
	html body .tablet-tracking-120 { letter-spacing:calc(120em / 1000)!important; } /* tracking 120 */
	html body .tablet-tracking-130 { letter-spacing:calc(130em / 1000)!important; } /* tracking 130 */
	html body .tablet-tracking-140 { letter-spacing:calc(140em / 1000)!important; } /* tracking 140 */
	html body .tablet-tracking-150 { letter-spacing:calc(150em / 1000)!important; } /* tracking 150 */
	html body .tablet-tracking-160 { letter-spacing:calc(160em / 1000)!important; } /* tracking 160 */
	html body .tablet-tracking-170 { letter-spacing:calc(170em / 1000)!important; } /* tracking 170 */
	html body .tablet-tracking-180 { letter-spacing:calc(180em / 1000)!important; } /* tracking 180 */
	html body .tablet-tracking-190 { letter-spacing:calc(190em / 1000)!important; } /* tracking 190 */
	html body .tablet-tracking-200 { letter-spacing:calc(200em / 1000)!important; } /* tracking 200 */
	html body .tablet-tracking-210 { letter-spacing:calc(210em / 1000)!important; } /* tracking 210 */
	html body .tablet-tracking-220 { letter-spacing:calc(220em / 1000)!important; } /* tracking 220 */
	html body .tablet-tracking-230 { letter-spacing:calc(230em / 1000)!important; } /* tracking 230 */
	html body .tablet-tracking-240 { letter-spacing:calc(240em / 1000)!important; } /* tracking 240 */
	html body .tablet-tracking-250 { letter-spacing:calc(250em / 1000)!important; } /* tracking 250 */
	html body .tablet-tracking-260 { letter-spacing:calc(260em / 1000)!important; } /* tracking 260 */
	html body .tablet-tracking-270 { letter-spacing:calc(270em / 1000)!important; } /* tracking 270 */
	html body .tablet-tracking-280 { letter-spacing:calc(280em / 1000)!important; } /* tracking 280 */
	html body .tablet-tracking-290 { letter-spacing:calc(290em / 1000)!important; } /* tracking 290 */
	html body .tablet-tracking-300 { letter-spacing:calc(300em / 1000)!important; } /* tracking 300 */
	html body .tablet-tracking-310 { letter-spacing:calc(310em / 1000)!important; } /* tracking 310 */
	html body .tablet-tracking-320 { letter-spacing:calc(320em / 1000)!important; } /* tracking 320 */
	html body .tablet-tracking-330 { letter-spacing:calc(330em / 1000)!important; } /* tracking 330 */
	html body .tablet-tracking-340 { letter-spacing:calc(340em / 1000)!important; } /* tracking 340 */
	html body .tablet-tracking-350 { letter-spacing:calc(350em / 1000)!important; } /* tracking 350 */
	html body .tablet-tracking-360 { letter-spacing:calc(360em / 1000)!important; } /* tracking 360 */
	html body .tablet-tracking-370 { letter-spacing:calc(370em / 1000)!important; } /* tracking 370 */
	html body .tablet-tracking-380 { letter-spacing:calc(380em / 1000)!important; } /* tracking 380 */
	html body .tablet-tracking-390 { letter-spacing:calc(390em / 1000)!important; } /* tracking 390 */
	html body .tablet-tracking-400 { letter-spacing:calc(400em / 1000)!important; } /* tracking 400 */
}

/*Mobile Only*/
@media (max-width: 767px) {
	html body .mobile-tracking-0   { letter-spacing:0em } /* tracking 0 */
	html body .mobile-tracking-10  { letter-spacing:calc(10em / 1000)!important; } /* tracking 10 */
	html body .mobile-tracking-20  { letter-spacing:calc(20em / 1000)!important; } /* tracking 20 */
	html body .mobile-tracking-30  { letter-spacing:calc(30em / 1000)!important; } /* tracking 30 */
	html body .mobile-tracking-40  { letter-spacing:calc(40em / 1000)!important; } /* tracking 40 */
	html body .mobile-tracking-50  { letter-spacing:calc(50em / 1000)!important; } /* tracking 50 */
	html body .mobile-tracking-60  { letter-spacing:calc(60em / 1000)!important; } /* tracking 60 */
	html body .mobile-tracking-70  { letter-spacing:calc(70em / 1000)!important; } /* tracking 70 */
	html body .mobile-tracking-80  { letter-spacing:calc(80em / 1000)!important; } /* tracking 80 */
	html body .mobile-tracking-90  { letter-spacing:calc(90em / 1000)!important; } /* tracking 90 */
	html body .mobile-tracking-100 { letter-spacing:calc(100em / 1000)!important; } /* tracking 100 */
	html body .mobile-tracking-110 { letter-spacing:calc(110em / 1000)!important; } /* tracking 110 */
	html body .mobile-tracking-120 { letter-spacing:calc(120em / 1000)!important; } /* tracking 120 */
	html body .mobile-tracking-130 { letter-spacing:calc(130em / 1000)!important; } /* tracking 130 */
	html body .mobile-tracking-140 { letter-spacing:calc(140em / 1000)!important; } /* tracking 140 */
	html body .mobile-tracking-150 { letter-spacing:calc(150em / 1000)!important; } /* tracking 150 */
	html body .mobile-tracking-160 { letter-spacing:calc(160em / 1000)!important; } /* tracking 160 */
	html body .mobile-tracking-170 { letter-spacing:calc(170em / 1000)!important; } /* tracking 170 */
	html body .mobile-tracking-180 { letter-spacing:calc(180em / 1000)!important; } /* tracking 180 */
	html body .mobile-tracking-190 { letter-spacing:calc(190em / 1000)!important; } /* tracking 190 */
	html body .mobile-tracking-200 { letter-spacing:calc(200em / 1000)!important; } /* tracking 200 */
	html body .mobile-tracking-210 { letter-spacing:calc(210em / 1000)!important; } /* tracking 210 */
	html body .mobile-tracking-220 { letter-spacing:calc(220em / 1000)!important; } /* tracking 220 */
	html body .mobile-tracking-230 { letter-spacing:calc(230em / 1000)!important; } /* tracking 230 */
	html body .mobile-tracking-240 { letter-spacing:calc(240em / 1000)!important; } /* tracking 240 */
	html body .mobile-tracking-250 { letter-spacing:calc(250em / 1000)!important; } /* tracking 250 */
	html body .mobile-tracking-260 { letter-spacing:calc(260em / 1000)!important; } /* tracking 260 */
	html body .mobile-tracking-270 { letter-spacing:calc(270em / 1000)!important; } /* tracking 270 */
	html body .mobile-tracking-280 { letter-spacing:calc(280em / 1000)!important; } /* tracking 280 */
	html body .mobile-tracking-290 { letter-spacing:calc(290em / 1000)!important; } /* tracking 290 */
	html body .mobile-tracking-300 { letter-spacing:calc(300em / 1000)!important; } /* tracking 300 */
	html body .mobile-tracking-310 { letter-spacing:calc(310em / 1000)!important; } /* tracking 310 */
	html body .mobile-tracking-320 { letter-spacing:calc(320em / 1000)!important; } /* tracking 320 */
	html body .mobile-tracking-330 { letter-spacing:calc(330em / 1000)!important; } /* tracking 330 */
	html body .mobile-tracking-340 { letter-spacing:calc(340em / 1000)!important; } /* tracking 340 */
	html body .mobile-tracking-350 { letter-spacing:calc(350em / 1000)!important; } /* tracking 350 */
	html body .mobile-tracking-360 { letter-spacing:calc(360em / 1000)!important; } /* tracking 360 */
	html body .mobile-tracking-370 { letter-spacing:calc(370em / 1000)!important; } /* tracking 370 */
	html body .mobile-tracking-380 { letter-spacing:calc(380em / 1000)!important; } /* tracking 380 */
	html body .mobile-tracking-390 { letter-spacing:calc(390em / 1000)!important; } /* tracking 390 */
	html body .mobile-tracking-400 { letter-spacing:calc(400em / 1000)!important; } /* tracking 400 */
}

/* BOOKENDS */

.section-bookend-container { height:100vh; position:absolute; pointer-events:none; }
	
.right-container { right: 0; } 	
	
.section-bookend-inner { position:absolute; top:50%; transform:translateY(-50%); z-index:10; }

.left-container .section-bookend-inner { left:0; }
.right-container .section-bookend-inner { right:0; }

.section-bookend-handle { z-index:1; float:left; position:relative; text-align: center; margin-top: 100%; white-space: nowrap;}
a.section-bookend-handle, .esp-previous.section-bookend-handle, .esp-next.section-bookend-handle, .shift-open.section-bookend-handle, .modal-open.section-bookend-handle { pointer-events:auto;}

.left-container .section-bookend-handle { transform: rotate(-90deg); transform-origin: left top 0; }
.right-container .section-bookend-handle { transform: rotate(90deg) translateY(100%); transform-origin: right top 0; }

.section-bookend-content { position:absolute; top:50%; transform:translateY(-50%); padding:30px 30px 30px 30px; border: 1px solid rgba(0,0,0,0.08); } /* change to 50  + border-left:0px */
.left-container .section-bookend-content { padding-left:50px; border-left:0px; left:0; }
.right-container .section-bookend-content { padding-right :50px; border-right:0px; right:0; }
	 
.section-bookend-content {transition:opacity 0.2s ease-in-out 0s; pointer-events:none; opacity:0}
.section-bookend-handle { transition: color 0.3s ease-in-out 0s; }
a.section-bookend-handle p {border-bottom: 1px solid currentcolor; transition:border 0.3s ease-in-out 0s; }
.section-bookend-inner:hover a.section-bookend-handle:not(.handle-only) p {color:rgba(0,0,0,1)!important; border-bottom: 1px solid transparent; }


.section-bookend-handle:hover + .section-bookend-content, .section-bookend-content:hover  { pointer-events:auto; opacity:1;}

.section-bookend-container.js-trigger.js-triggered .section-bookend-content { pointer-events:auto; opacity:1;}
.section-bookend-container.js-trigger.js-triggered a.section-bookend-handle p {border-bottom: 1px solid rgba(0, 0, 0, 0); }

html .section-bookend-container.js-trigger-only .section-bookend-content { padding-left: 30px; padding-right: 30px; }
	
/*THIS WILL PROBS NEED TO BE CHANGED ON A PER SITE BASIS AS ITS DEPENDAND ON THE THE SIZE OF THE FONT*/
.left-container .section-bookend-handle { left: 27px; }
.right-container .section-bookend-handle { right: 19px; }


/* STRIKES */

.strike-container { position:relative }

.strike,
.strike-hover,
.strike-animate {
	border-bottom:1px solid; opacity:1; position:absolute; top: auto;bottom:0;
	width:100%;
	transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s;
	pointer-events:none;
}  

.strike-top {top: 0;bottom:auto;}
.strike-bottom {top: auto;bottom:0;}
.strike-through {top: 50%;bottom:auto;}

.strike-hover { width:0% }
.strike-hook:hover .strike-hover { width:100% }
.strike-hook:hover .strike-animate {
	animation: 1.24s cubic-bezier(1, 0, 0, 1) 0s normal none 1 running strike-loop;
}


[class*="strike-element"] { position:relative }

.strike-element:after,
.strike-element-hover:after,
.strike-element-animate:after {
	content:"";
	display:block;
	border-bottom:1px solid; opacity:1; position:absolute; top: auto;bottom:0;
	width:100%;
	transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s;
	pointer-events:none;
	left:0;
}  

.strike-element-top:after {top: 0;bottom:auto;}
.strike-element-bottom:after {top: auto;bottom:0;}
.strike-element-through:after {top: 50%;bottom:auto;}

.strike-element-hover:after { width:0% }
.strike-element-hook:hover .strike-element-hover:after,
.strike-element-hover:hover:after { width:100% }
.strike-element-hook:hover .strike-element-animate:after,
.strike-element-animate:hover:after {
	animation: 1.24s cubic-bezier(1, 0, 0, 1) 0s normal none 1 running strike-loop;
}

@keyframes strike-loop {
	0% { transform: scale(1, 1); transform-origin: 100% 50% 0; }
	50% { transform: scale(0, 1); transform-origin: 100% 50% 0; }
	50.1% { transform: scale(0, 1); transform-origin: 0 50% 0; }
	100% { transform: scale(1, 1); transform-origin: 0 50% 0; }
}

/*Desktop Only*/
@media all and (min-width: 1021px) {
	.strike,
	.strike-hover,
	.strike-animate,
	.desktop-strike,
	.desktop-strike-hover,
	.desktop-strike-animate {
		width:100%;
	}
	
	.strike-hover,
	.desktop-strike-hover { width:0% }
	.strike-hook:hover .strike-hover,
	.strike-hook:hover .desktop-strike-hover { width:100% }
	.strike-hook:hover .strike-animate,
	.strike-hook:hover .desktop-strike-animate {
		animation: 1.24s cubic-bezier(1, 0, 0, 1) 0s normal none 1 running strike-loop;
	}
}

/*Tablet Only*/
@media all and (min-width: 768px) and (max-width: 1020px){

}

/*Mobile Only*/
@media (max-width: 767px) {

}




/* Default Separators */
/* FOR COMMON */

.sep,
#bth-site-wrap hr {
    display: block;
    line-height: 0;
    position: relative;
    vertical-align: super;
}

.sep::before,
#bth-site-wrap hr::before {
    content: "";
    display: inline-block;
    height: 100%;
    line-height: 0;
    position: relative;
	vertical-align: super;
}

hr {height:1px;}

body.hr-type_sep #bth-site-wrap hr:not([class*='hr-type']),
html body[class*='hr-type'] #bth-site-wrap hr.hr-type_sep {
	height: 2px;
}
body.hr-type_sep #bth-site-wrap hr:not([class*='hr-type']):before,
html body[class*='hr-type'] #bth-site-wrap hr.hr-type_sep:before {
	height: 2px;
	width: 20px;
}

body.hr-type_vertical #bth-site-wrap hr:not([class*='hr-type']),
html body[class*='hr-type'] #bth-site-wrap hr.hr-type_vertical,
body.hr-type_vertical #bth-site-wrap hr:not([class*='hr-type']):before,
html body[class*='hr-type'] #bth-site-wrap hr.hr-type_vertical:before {
	height: 50px;
	width: 1px;
}
@media (max-width: 767px) {
	body.hr-type_vertical #bth-site-wrap hr:not([class*='hr-type']),
	html body[class*='hr-type'] #bth-site-wrap hr.hr-type_vertical,
	body.hr-type_vertical #bth-site-wrap hr:not([class*='hr-type']):before,
	html body[class*='hr-type'] #bth-site-wrap hr.hr-type_vertical:before {
		height: 40px;
	}
}

body.hr-type_diamonds #bth-site-wrap hr:not([class*='hr-type']),
html body[class*='hr-type'] #bth-site-wrap hr.hr-type_diamonds {
	height: auto;
}

body.hr-type_diamonds #bth-site-wrap hr:not([class*='hr-type']):before,
html body[class*='hr-type'] #bth-site-wrap hr.hr-type_diamonds:before {
    content: '\25C6\fe0e\25C6\fe0e\25C6\fe0e';
    font-family: 'Helvetica, Arial, sans-serif';
    letter-spacing: 8px;
    font-size: 16px;
	height: 0;
    line-height: 0.6em;
    background-color: transparent;
}

body.hr-type_diamond-single #bth-site-wrap hr:not([class*='hr-type']),
html body[class*='hr-type'] #bth-site-wrap hr.hr-type_diamond-single {
	height: auto;
}

body.hr-type_diamond-single #bth-site-wrap hr:not([class*='hr-type']):before,
html body[class*='hr-type'] #bth-site-wrap hr.hr-type_diamond-single:before {
    content: '\25C6';
    font-family: 'Helvetica, Arial, sans-serif';
    letter-spacing: 8px;
    font-size: 16px;
	height: 0;
    line-height: 0.6em;
    background-color: transparent;
}

body.hr-type_dots #bth-site-wrap hr:not([class*='hr-type']),
html body[class*='hr-type'] #bth-site-wrap hr.hr-type_dots {
	height: auto;
}

body.hr-type_dots #bth-site-wrap hr:not([class*='hr-type']):before,
html body[class*='hr-type'] #bth-site-wrap hr.hr-type_dots:before {
    content: '\25CF \25CF \25CF';
    font-family: 'Helvetica, Arial, sans-serif';
    letter-spacing: 8px;
    font-size: 16px;
	height: 0;
    line-height: 0.6em;
    background-color: transparent;
}

body.hr-type_dot-single #bth-site-wrap hr:not([class*='hr-type']),
html body[class*='hr-type'] #bth-site-wrap hr.hr-type_dot-single {
	height: auto;
}

body.hr-type_dot-single #bth-site-wrap hr:not([class*='hr-type']):before,
html body[class*='hr-type'] #bth-site-wrap hr.hr-type_dot-single:before {
    content: '\25CF';
    font-family: 'Helvetica, Arial, sans-serif';
    letter-spacing: 8px;
    font-size: 16px;
	height: 0;
    line-height: 0.6em;
    background-color: transparent;
}

body.hr-type_stars #bth-site-wrap hr:not([class*='hr-type']),
html body[class*='hr-type'] #bth-site-wrap hr.hr-type_stars {
	height: auto;
	overflow: visible;
}

body.hr-type_stars #bth-site-wrap hr:not([class*='hr-type']):before,
html body[class*='hr-type'] #bth-site-wrap hr.hr-type_stars:before {
    content: '\2738 \2738 \2738';
    font-family: 'Helvetica, Arial, sans-serif';
    letter-spacing: 8px;
    font-size: 16px;
	height: 0;
    line-height: 0.6em;
    background-color: transparent;
    top:0.1em;
}

body.hr-type_horizontal-full #bth-site-wrap hr:not([class*='hr-type']),
html body[class*='hr-type'] #bth-site-wrap hr.hr-type_horizontal-full {
	max-width: 100%;
	padding: 0;
}

body.hr-type_spacer #bth-site-wrap hr:not([class*='hr-type']),
html body[class*='hr-type'] #bth-site-wrap hr.hr-type_spacer {
	height: 0;
	margin: 0 auto calc(3em - 0.375em);
}

body.hr-type_spacer #bth-site-wrap hr:not([class*='hr-type']):before,
html body[class*='hr-type'] #bth-site-wrap hr.hr-type_spacer:before {
	content: none!important;
}

body.hr-type_spacer-small #bth-site-wrap hr:not([class*='hr-type']),
html body[class*='hr-type'] #bth-site-wrap hr.hr-type_spacer-small {
	height: 0;
	margin: 0 auto calc(1.5em - 0.375em);
}
.header-title-sep.hr-type_spacer-small_container {
	padding-bottom: 0px!important;
}
@media all and (min-width: 1021px) { /*Desktop Only*/
	html .header-title-sep.hr-type_spacer-small_container {
		padding-bottom: 20px!important;
	}
}

body.hr-type_spacer-small #bth-site-wrap hr:not([class*='hr-type']):before,
html body[class*='hr-type'] #bth-site-wrap hr.hr-type_spacer-small:before {
	content: none!important;
}

.hr-type_none_container {
    display: none!important;
}


.the-content-container > hr:first-child {
	margin-top: 0!important;
}



/* FOR BRANDING */
.sep,
.the-content_dynamic-central .loop-inner .the-content-container > hr { pointer-events:none; border:none; }

.sep { height: 2px; }

.sep::before,
.the-content_dynamic-central .loop-inner .the-content-container > hr::before {
	background-color: currentColor;
	width: 20px;
} 


body .sep-large::before { width: 40px; }

@media all and (min-width: 1021px) { /*Desktop Only*/
	html body .desktop-sep-regular::before { width: 20px; }
	html body .desktop-sep-large::before { width: 40px; }
}

@media all and (min-width: 768px) and (max-width: 1020px){ /*Tablet Only*/
	html body .tablet-sep-regular::before { width: 20px; }
	html body .tablet-sep-large::before { width: 40px; }
}

@media (max-width: 767px) { /*Mobile Only*/
	html body .mobile-sep-regular::before { width: 20px; }
	html body .mobile-sep-large::before { width: 40px; }
}

/* JUST FOR THIS SITE */

.the-content_dynamic-central .loop-inner .the-content-container > hr {
    margin-bottom: calc(4em);
    margin-top: calc(4em - 0.375em);
}





/*Desktop Only*/
@media all and (min-width: 1021px) {
	
	.main-menu > li .parent-menu-link {
		padding-left:0!important; padding-right:0!important;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		max-width: 11.5vw;
	}

	.main-menu.nav-menu li .parent-menu-link { position: relative; }

	.main-menu.nav-menu li.menu-item .parent-menu-link::after {
		position: absolute;
		content: "";
		display: block;
		width: 0;
		height: 1px;
		left: -2px; /*based on a 4px letter-spacing*/
		background-color: currentColor;
		transition: width 0.3s ease-in-out 0s;
		margin-top: 4px;
		pointer-events: none;
	}

	.main-menu.nav-menu > li.menu-item .parent-menu-link:hover::after,
	.main-menu.nav-menu > li.current-page-ancestor .parent-menu-link:hover::after,
	.main-menu.nav-menu > li.current-menu-ancestor .parent-menu-link:hover::after { width:100%; }

	.main-menu.nav-menu > li.current-menu-item-new .parent-menu-link::after,
	.main-menu.nav-menu > li.current-page-ancestor .parent-menu-link::after,
	.main-menu.nav-menu > li.current-page-ancestor .parent-menu-link:hover::after,
	.main-menu.nav-menu > li.current-menu-ancestor .parent-menu-link::after,
	.main-menu.nav-menu > li.current-menu-ancestor .parent-menu-link:hover::after { width:100%; }
	
}

.accordion-group-set.accordion-type-clean.accordion-tight .esp-accordion-title,
.accordion-group-set.accordion-type-clean .accordion.accordion-tight .esp-accordion-title {
	padding-top: 20px;
	padding-bottom: 20px;
}	
	
.accordion-group-set.accordion-type-clean.accordion-tight .esp-accordion-content,
.accordion-group-set.accordion-type-clean .accordion.accordion-tight .esp-accordion-content {
    padding-bottom: 16px;
}

.tab-group-set.tab-hide-menu > .tab-menu {display:none!important}
	
/*Desktop Only*/
@media all and (min-width: 1021px) {
	html .tab-group-set.desktop-tab-hide-menu > .tab-menu {display:none!important}
}

/*Tablet Only*/
@media all and (min-width: 768px) and (max-width: 1020px){
	html .tab-group-set.tablet-tab-hide-menu > .tab-menu {display:none!important}
}

/*Mobile Only*/
@media (max-width: 767px) {
	html .tab-group-set.mobile-tab-hide-menu > .tab-menu {display:none!important}
}
	
.esp-tab-content {height:inherit;}
.button.tab-is-selected,
.button.accordion-is-selected {border-color:#483138!important; background-color:#483138!important; color:#FFF!important;}
.strong-border-color { border-color:#38282E; }

.accordion-type-tigger-section .accordion-set { display:block!important; }
.accordion-type-tigger-section .accordion-set .esp-accordion-title { display: none!important; }


.arrow-hook:hover .arrow-right {
	animation: 0.8s cubic-bezier(1, 0, 0, 1) 0s normal none 1 running arrow-right;
}


@keyframes arrow-right {
	0% {
		transform: translateX(0%);
	}
	50% {
		transform: translateX(100%);
	}
	50.1% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(0%);
	}
}

.arrow-hook:hover .arrow-left {
	animation: 0.8s cubic-bezier(1, 0, 0, 1) 0s normal none 1 running arrow-left;
}


@keyframes arrow-left {
	0% {
		transform: translateX(0%);
	}
	50% {
		transform: translateX(-100%);
	}
	50.1% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(0%);
	}
}

.arrow-hook:hover .arrow-down,
.never-scrolled.never-scrolled-5-seconds .arrow-down {
	animation: 0.8s cubic-bezier(1, 0, 0, 1) 0s normal none 1 running arrow-down;
}
@keyframes arrow-down {
	0% {
		transform: translateY(0%);
	}
	50% {
		transform: translateY(100%);
	}
	50.1% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0%);
	}
}

.arrow-hook:hover .arrow-up {
    animation: 0.8s cubic-bezier(1, 0, 0, 1) 0s normal none 1 running arrow-up;
}

@keyframes arrow-up {
	0% {
		transform: translateY(0%);
	}
	50% {
		transform: translateY(-100%);
	}
	50.1% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(0%);
	}
}

/* DROP DOWNS */

/*Desktop Only*/
@media all and (min-width: 1021px) {
html .desktop-column-container {
    display: table;
    max-width: 100%;
    table-layout: fixed;
    width: 100%;
    vertical-align: top;
}
}

/*Tablet Only*/
@media all and (min-width: 768px) and (max-width: 1020px){
html .tablet-column-container {
    display: table;
    max-width: 100%;
    table-layout: fixed;
    width: 100%;
    vertical-align: top;
}
}

/*Mobile Only*/
@media (max-width: 767px) {
html .mobile-column-container {
    display: table;
    max-width: 100%;
    table-layout: fixed;
    width: 100%;
    vertical-align: top;
}
}

	
	
@media (max-width: 767px) { /*Mobile Only*/
  .input-dropdown-label.mobile-input-dropdown-left ~ .input-dropdown {
	 left:0;
	  right:auto;
	}
	.input-dropdown-label.mobile-input-dropdown-left ~ .input-dropdown::after {
		left:14px;
		right:auto;
	} 
}
	
input[type="checkbox"].input-dropdown-input + label {
	display: inline;
	line-height: normal;
	margin: 0;
	padding: 0; 
}

input[type="checkbox"].input-dropdown-input + label.input-dropdown-arrow {	
	margin: 0;
	padding: 0;
}
	
	
		.input-dropdown-input ~ label.input-dropdown-arrow {position:relative;
padding: 0;}
	.input-dropdown-input ~ label.input-dropdown-arrow:after	{
    content: "";
    width: 0;
    height: 0;

    display: inline-block;
    border-right: 0.25em solid transparent;
    border-left: 0.25em solid transparent;
    border-top: 0.4em solid black;
	margin-left:0.25em;
}
	
	
	
		.input-dropdown-input:checked ~ label.input-dropdown-arrow:after {
	
	  border-top: 0.4em solid transparent;
    border-bottom: 0.4em solid black;
	}
	
.input-dropdown-dot::before {
	background-color: rgba(0, 0, 0, 1);
	content: "";
	border-radius: 50%;
	display: inline-block;
	height: 0.55em;
	width: 0.55em;
	margin-right: 0.4em; 
}


/* PLUS MORE */

.plus-more::after, .plus-more::before {
    background-color: currentColor;
    content: "";
    height: 2px;
    left: 0;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.plus-more::after {
    transform: rotate(-90deg);
}
.plus-more::after, .plus-more::before {
    content: "";
    height: 2px;
    left: 0;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.plus-more {
    height: 22px;
    transform: translateZ(0px);
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    width: 22px;
}

html .plus-more-small {
    height: 16px;
    width: 16px;
}

html .plus-more-large {
    height: 28px;
    width: 28px;
}

.generic-hook .scale-up-hover{ transform: scale(1); transition: transform 3s cubic-bezier(0.2, 0.96, 0.34, 1) 0s; }
.generic-hook:hover .scale-up-hover{ transform: scale(1.05) translateZ(0px); }

 @media all and (min-width: 1021px) {
	.generic-hook .title-animate { margin-bottom:50px!important; transition: margin-bottom 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0.15s;}
	.generic-hook:hover .title-animate {margin-bottom:20px!important;}

	.generic-hook .plus-more-animate {transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0.15s; transform:scale(0) rotate(90deg) }
	.generic-hook:hover .plus-more-animate { transform:scale(1) rotate(0deg)}
}



body [id*="video-container"] {
	background-color:#f7f7f7; transition: background-color 0.3s ease-in-out 0s;
}

body[class*="half-in_video-container"] [id*="video-container"].half-in {
	background-color:#000;
}	

.section-bookend-handle p {transition:all 0.3s ease-in-out 0s;}
body[class*="half-in_video-container"]:not([class*="half-out"]) .current-destination .section-bookend-handle p,
body.current-position_dark-background:not([class*="half-out"]) .current-destination .section-bookend-handle p {color: #FFF;}

body[class*="half-in_video-container"]:not([class*="half-out"]) .current-destination .section-bookend-inner:hover a.section-bookend-handle p,
body.current-position_dark-background:not([class*="half-out"]) .current-destination .section-bookend-inner:hover a.section-bookend-handle p {color:#000!important;}

html .z-index-200 {z-index:200;}

.esp-image-zoom-absolute-fill > img { width: 100%; opacity:0; height:100%; position:absolute; }

/* EXPERIMENTAL CONTENT SETS - WILL MOVE OUT AT SOME POINT */

.content-block-small-margins p, .content-block-small-margins ul, .content-block-small-margins ol, .content-block-small-margins dl, .content-block-small-margins address, .content-block-small-margins table, .content-block-small-margins .entry-info, .content-block-small-margins .element-wrap {
	margin-bottom:1.3em;
}

.content-block-small-margins h2 {margin-bottom:0.9em;}
.content-block-small-margins h3 {margin-bottom:0.9em;}
.content-block-small-margins h4 {margin-bottom:0.9em;}

.content-block-small-margins > ul > li,
.content-block-small-margins > ol > li,
.content-block-small-margins > dl > li {
	margin-left:1em;
}

html body .alert-error .espform-field-label-message {display:none!important}








	
	





.translate-y-neg1of2 {transform:translateY(-50%);}
.translate-y-1of2 {transform:translateY(50%);}
body .kill-first-border-left > :first-child {border-left:none}
.to-top-arrow::after,
.up-arrow::after,
.esp-trigger.accordion-is-selected .down-arrow::after {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    border-right: 0.25em solid transparent;
    border-left: 0.25em solid transparent;
    border-top: 0.4em solid transparent;
    margin-left: 0.25em;
    border-bottom: 0.4em solid black;
	vertical-align: initial;
}

.to-bottom-arrow::after,
.down-arrow::after {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    border-right: 0.25em solid transparent;
    border-left: 0.25em solid transparent;
    border-bottom: 0.4em solid transparent;
    margin-left: 0.25em;
    border-top: 0.4em solid black;
	vertical-align: bottom;
}



/* ACCORDION */
.accordion-type-clean.accordion-group-set .accordion-open .esp-accordion-title {
	padding-top: 30px;
	padding-bottom: 30px;
}

/*Desktop Only*/
@media all and (min-width: 1021px) {
	.desktop-sr-only {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		border: 0;
	}
}

/*Tablet Only*/
@media all and (min-width: 768px) and (max-width: 1020px){
	.tablet-sr-only {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		border: 0;
	}
}

/*Mobile Only*/
@media (max-width: 767px) {
	.mobile-sr-only {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		border: 0;
	}
}



@media all and (min-width: 1279px) {
	body .widescreen-padding-left-60, body .widescreen-padding-left-m {
		padding-left: 60px!important;
	}

	body .widescreen-padding-right-60, body .widescreen-padding-right-m {
		padding-right: 60px!important;
	}
	html body .widescreen-padding-right-80 {padding-right: 80px!important;}
	
	html body .widescreen-padding-left-100 {padding-left: 100px!important;}
}

@media all and (min-width: 1279px) {
	html body .fixed-menu-left-offset {padding-left: 100px!important;}
}


/* SLIGHT DELAY ON HOVER TO STOP FLICKER WHEN PASSING THROUGH QUICKLY */

.esp-image-zoom-absolute-fill:hover > img {
	transition: opacity 0.3s ease-in-out 0s;
}

.esp-image-zoom-absolute-fill > img {
	transition: opacity 0s ease-in-out 0s;
}




/****** LAYOUT TEMPLATES ******/
@media all and (max-width: 1020px) {
	html body .slider-initiated-spacing {
		margin-bottom: 20px!important;
	}
}


@media all and (min-width: 768px) {
	.the-content_dynamic-central .loop-inner .wp-caption.alignnone, .the-content_dynamic-central .loop-inner .wp-caption.aligncenter, .the-content_dynamic-central .loop-inner table, .the-content_dynamic-central .loop-inner .bth-content-element, .the-content_dynamic-central .loop-inner .gallery, .the-content_dynamic-central .loop-inner .custom-image.alignnone, .the-content_dynamic-central .loop-inner .custom-image.aligncenter, .the-content_dynamic-central .loop-inner .blockquote-container, .the-content_dynamic-central .loop-inner .custom-image.size-full, .the-content_dynamic-central .loop-inner .wp-caption.size-full {
		margin-bottom: 4em;
		margin-top: calc(4em - 0.375em);
	}

	html body .custom-image + .custom-image,
	html body .custom-image + .esp-galleries {
		margin-top:calc(-4em + 20px)!important;
	}
	html body .esp-galleries + .esp-galleries,
	html body .esp-galleries + .custom-image {
		margin-top:calc(-4em)!important;
	}
}

.heading-spacer-half { width:calc(50% + 2px); }

@media all and (max-width: 1020px) {
	.heading-spacer {height: 67px;}
	
	body .padding-top-header,
	html body .tablet-padding-top-header,
	html body .mobile-padding-top-header{ padding-top:67px!important; }
	body .margin-top-header,
	html body .tablet-margin-top-header,
	html body .mobile-margin-top-header { margin-top:67px!important; }
	
}
/*Desktop Only*/  
@media all and (min-width: 1021px) {
	.heading-spacer {height: 160px;} 
	 
	body .padding-top-header,
	html body .desktop-padding-top-header { padding-top:160px!important; }
	body .margin-top-header,
	html body .desktop-margin-top-header { margin-top:160px!important; }
}

.width-80 {width:80px;}
.max-width-80  {max-width: 80px!important;}

.custom-gallery-bg {
	background-color:#FFFAF3!important;
}

.contextual-bg .custom-gallery-bg {
	background-color:transparent!important;
	padding-top:0px!important;
	padding-bottom:0px!important;
}

.bth-content-element-caption {
	text-transform: uppercase;
}


	.shift-overlay .shift-menu.nav-menu a {transition: all 0.3s ease-in-out 0s!important;}
	.shift-overlay .shift-menu.nav-menu:hover a {opacity:0.4;}
	.shift-overlay .shift-menu.nav-menu li a:hover, .shift-overlay .shift-menu.nav-menu li.current-page-ancestor > a:hover, .shift-overlay .shift-menu.nav-menu > li.current-menu-ancestor > a:hover,
	.shift-overlay .shift-menu.nav-menu li.current-menu-item > a, .shift-overlay .shift-menu.nav-menu li.current-page-ancestor > a, .shift-overlay .shift-menu.nav-menu li.current-page-ancestor > a:hover, .shift-overlay .shift-menu.nav-menu > li.current-menu-ancestor > a, .shift-overlay .shift-menu.nav-menu > li.current-menu-ancestor > a:hover {
		opacity:1;
		color:#D1A792!important;
	}
	.shift-overlay .shift-menu.nav-menu li.current-page-ancestor > a,
	.shift-overlay .shift-menu.nav-menu li.current-menu-item > a {
		font-weight:bold;
	}


.background-multiply {background-blend-mode: multiply;}

/*Desktop Only*/
@media all and (min-width: 1021px) {
	html .desktop-background-multiply {background-blend-mode: multiply;}
}

/*Tablet Only*/
@media all and (min-width: 768px) and (max-width: 1020px){
	html .tablet-background-multiply {background-blend-mode: multiply;}
}

/*Mobile Only*/
@media (max-width: 767px) {
	html .tablet-background-multiply {background-blend-mode: multiply;}
}

/*Desktop Only*/
@media all and (min-width: 1021px) {
	.padding-top-header, .desktop-padding-top-header { transition: padding 0.3s ease-in-out 0s; }
	.downscroll.past-400:not(.never-scrolled) .scroll-to-fixed-fixed .padding-top-header.desktop-padding-top-header-offset {
		padding-top: 0 !important;
	}	
}

/* EXAMPLE OF ANIMATED ELEMENTS + BOX SHADOWS */
.box-shadow-lift {
	transition: transform 0.3s cubic-bezier(0.700, 0.0500, 0.350, 1) 0s;
}
.box-shadow-lift:hover {
	transform: scale(1.05);
}
.box-shadow-lift:before {
	box-shadow: 0 18px 12px -11px rgba(0, 0, 0, 0.15);
	opacity:0;
}
.box-shadow-lift:hover:before {
	opacity:1;
}
/*Desktop Only*/
@media all and (min-width: 1021px) {
	.desktop-box-shadow-lift {
		transition: transform 0.3s cubic-bezier(0.700, 0.0500, 0.350, 1) 0s;
	}
	.desktop-box-shadow-lift:hover {
		transform: scale(1.05);
	}
	.desktop-box-shadow-lift:before {
		box-shadow: 0 18px 12px -11px rgba(0, 0, 0, 0.15);
		opacity:0;
	}
	.desktop-box-shadow-lift:hover:before {
		opacity:1;
	}
}

/* TESTING */

.generic-hook [class*="fill-hover"]{  transition: fill 0.3s ease-in-out 0s; }
.generic-hook:hover .fill-hover-red { fill:#ed4956 !important; }

.flex-height-container { display: flex; flex-direction: column; justify-content: flex-start; }
.flex-height-push,
.flex-height-push-last > *:last-child { margin-top: auto; }

/*Desktop Only*/
@media all and (min-width: 1021px) {
	body .desktop-flex-height-container { display: flex; flex-direction: column; justify-content: flex-start; }
	body .desktop-desktop-flex-height-push,
	body .desktop-flex-height-push-last > *:last-child { margin-top: auto; }
}

/*Tablet Only*/
@media all and (min-width: 768px) and (max-width: 1020px){
	body .tablet-flex-height-container { display: flex; flex-direction: column; justify-content: flex-start; }
	body .tablet-desktop-flex-height-push,
	body .tablet-flex-height-push-last > *:last-child { margin-top: auto; }
}

/*Mobile Only*/
@media (max-width: 767px) {
	body .mobile-flex-height-container { display: flex; flex-direction: column; justify-content: flex-start; }
	body .mobile-desktop-flex-height-push,
	body .mobile-flex-height-push-last > *:last-child { margin-top: auto; }
}	

.bg-section.primary-bg + .bg-section.primary-bg,
.bg-section.secondary-bg + .bg-section.secondary-bg,
.bg-section.light-gray-bg + .bg-section.light-gray-bg,
.bg-section.custom-bg + .bg-section.custom-bg {
	padding-top: 0 !important;
}

.bg-section + .bg-section {	margin-top: 0 !important;}


/*Desktop Only*/
@media all and (min-width: 1021px) {
	.min-width-80,
	html .desktop-min-width-80 { box-sizing: content-box; min-width:80px; }
}

/*Tablet Only*/
@media all and (min-width: 768px) and (max-width: 1020px){
	.min-width-80,
	html .tablet-min-width-80 { box-sizing: content-box; min-width:80px; }
}

/*Mobile Only*/
@media (max-width: 767px) {
	.min-width-80,
	html .mobile-min-width-80 { box-sizing: content-box; min-width:80px; }
}

.fancy-border {
    text-decoration: none;
    box-shadow: inset 0px -3px 0px 0px #F9E1D4;
    display: inline;
    padding-bottom: 8px;
}

html body .blur-in {transition: opacity 1.25s ease-in-out 0s, filter 1.25s ease-in-out 0.6s; opacity:0;}
html body.uncovered.at-bottom_hero_title #hero_title.on-screen-triggered .blur-in {opacity:1; filter: blur(0px)!important;}

.flex-height-container { display: flex; flex-direction: column; justify-content: flex-start; }
.flex-height-push,
.flex-height-push-last > *:last-child { margin-top: auto; }

/*Desktop Only*/
@media all and (min-width: 1021px) {
	body .desktop-flex-height-container { display: flex; flex-direction: column; justify-content: flex-start; }
	body .desktop-desktop-flex-height-push,
	body .desktop-flex-height-push-last > *:last-child { margin-top: auto; }
}

/*Tablet Only*/
@media all and (min-width: 768px) and (max-width: 1020px){
	body .tablet-flex-height-container { display: flex; flex-direction: column; justify-content: flex-start; }
	body .tablet-desktop-flex-height-push,
	body .tablet-flex-height-push-last > *:last-child { margin-top: auto; }
}


/*Mobile Only*/
@media (max-width: 767px) {
	body .mobile-flex-height-container { display: flex; flex-direction: column; justify-content: flex-start; }
	body .mobile-desktop-flex-height-push,
	body .mobile-flex-height-push-last > *:last-child { margin-top: auto; }
}	

/*Mobile Only*/
@media (max-width: 767px) {
	
	.logo-svg.mobile-max-width-100 {
		max-width:80px!important;
	}
	
	.instagram-avatar { width:40px!important; }
	
	.mobile-button-small {
		padding: 10px 18px !important;
		font-size: 10px;
	}
}

/* TESTING MOBILE SPACING!! NEEDS WORK OMG */

iframe {margin-bottom:0px;}

.the-content_dynamic-central .loop-inner > iframe {
	margin-bottom: 2.375em!important;
	background-color:#FFF;
}

/*Mobile Only*/
@media (max-width: 767px) {	

	.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, input[type="submit"], input[type="button"], input[type="reset"], .button, button {
		padding: 14px 18px !important;
		/* font-size: 12px; */
	}
	
	.the-content_dynamic-central .loop-inner .the-content-container > h3 {
		font-size: 1.04em;
	}
	.the-content_dynamic-central .loop-inner .the-content-container > h3 {
		margin-bottom:1.9em;
	}
}


html body .the-content-container > .esp-galleries:first-child > .gallery { margin-top:0!important; }
html body .the-content-container > .esp-galleries:last-child > .gallery { margin-bottom:0!important; }

.slideshow-image:before,
.loader-container:before,
.loader {
    content:"";
    font-size: 25px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    text-indent: -9999em;
    animation: loader 1.1s infinite ease;
    transform: translateY(-50%) translateX(-50%) scale(0.3);
    opacity: 0.6;
}
.slideshow-image:before,
.loader-container:before {
	z-index: -1;
}
@keyframes loader {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #000000, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #000000, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #000000, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em #000000, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #000000, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em #000000, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #000000, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em #000000;
  }
}

.fullscreen-gallery-enabled .fullscreen-gallery-linkv, .small-arrow { cursor:pointer; }

/* PREV NEXT CLOSE ETC */
.small-arrow {
	width: 2em;
	height: 0.8em;
}
.small-arrow::after {
	content: "";
	width: 0.6em;
	height: 0.6em;
	display: block;
	z-index: 1;
	top: calc(50% - 0.3em);
	right: 0;
	border-right: 1px solid currentColor;
	border-top: 1px solid currentColor;
	transform: rotate(45deg);
	position: absolute;
}
.small-arrow::before {
	width: 80%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: "";
	background-color: currentColor;
	transform: translateY(-50%);
}
.small-arrow.small-arrow-left::before {
	left: auto;
	right: 0;
}
.small-arrow.small-arrow-left:after {
	transform: rotate(-135deg);
	right: auto;
	left: 0;
}
.esp-next, .esp-previous {
	cursor: pointer;
}
.small-arrow.arrow-animated:before {
	transition: width 0.2s ease-in-out 0s;
	width: 0%;
}
.small-arrow.arrow-animated:hover:before {
	width: 80%;
}
.small-arrow.arrow-hover.animated.small-arrow-left::before {
	left: 20%;
	overflow: hidden;
	width: 80%;
}
.small-arrow.arrow-hover-animated.small-arrow-left:hover::before {
	animation: .8s cubic-bezier(1, 0, 0, 1) 0s normal none 1 running small-arrow-hover-left;
}
@keyframes small-arrow-hover-left {
	0% {
		width: 80%;
		left: 20%;
		right: auto;
	}
	50% {
		width: 0%;
		left: 20%;
		right: auto;
	}
	50.1% {
		width: 0%;
		left: auto;
		right: 0;
	}
	100% {
		width: 80%;
		left: auto;
		right: 0;
	}
}
.small-arrow.arrow-hover-animated.small-arrow-right:hover::before {
	animation: .8s cubic-bezier(1, 0, 0, 1) 0s normal none 1 running small-arrow-hover-right;
}
@keyframes small-arrow-hover-right {
	0% {
		width: 80%;
		left: auto;
		right: 20%;
	}
	50% {
		width: 0%;
		left: auto;
		right: 20%;
	}
	50.1% {
		width: 0%;
		left: 0;
		right: auto;
	}
	100% {
		width: 80%;
		left: 0;
		right: auto;
	}
}

.fullscreen-gallery-close,
.fullscreen-close {
	height: 33px;
	width: 25px;
	cursor: pointer;
	position: relative;
}

.fullscreen-gallery-close-inner::after,
.fullscreen-close-inner::after {
    transform: rotate(-45deg);
}
.fullscreen-gallery-close-inner::before, .fullscreen-gallery-close-inner::after,
.fullscreen-close-inner::before, .fullscreen-close-inner::after {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100%);
    background-color: #000;
    left: calc(50% - 1px);
    top: 0;
}
.fullscreen-gallery-close-inner::before,
.fullscreen-close-inner::before {
    transform: rotate(45deg);
}

.fullscreen-gallery-close-inner,
.fullscreen-close-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    transform: rotate(0deg);
    transform-origin: center;
	transition: transform 0.5s cubic-bezier(1, 2, 0, 1) 0s;
}
.fullscreen-gallery-close:hover .fullscreen-gallery-close-inner,
.fullscreen-close:hover .fullscreen-close-inner {
	transform: rotate(90deg);
}

/* FIXED MINI MODAL */

.fixed-mini-modal {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s ease-in-out 0s,visibility 0s ease-in-out .3s;
}
.past-400-triggered .fixed-mini-modal.visible {
    visibility: visible;
    opacity: 1;
	transition: opacity .3s ease-in-out 0s,visibility 0s ease-in-out 0s;
}

.fixed-mini-modal .esp-close-button {
    right: 30px;
    top: 30px;
    height: 20px;
	width:20px;
}
.fixed-mini-modal .esp-close-button-inner::before, .fixed-mini-modal .esp-close-button-inner::after {
    background-color: #FFF!important;
}

/*Mobile Only*/
@media (max-width: 767px) {
	[class*="modal-regular"] .esp-close-button-inner::before,
	[class*="modal-regular"] .esp-close-button-inner::after {
	    background-color: #FFF!important;	
	}
}

/*Widescreen Only TESTING NEW SIZE WITH OVERWRITE */
@media all and (min-width: 1279px) {	
	html .widescreen-display-block.section-bookend-container {
		display: block !important;
	}
	html .widescreen-display-none.bottom-bookend-container {
		display: none !important;
	}
}

/**/

.svg-cover-overflow {
	pointer-events:none; position: absolute; top: 50%; left: 50%;  height: 100%; transform: translate(-50%, -50%) scale(1.2);
}
.svg-cover {
	pointer-events:none; position: absolute; top: 50%; left: 50%;  height: 100%; transform: translate(-50%, -50%);
}



/* FROM SINGLE NEEDS SORTING OUT */

[class*="underline-element"] {
	text-decoration: none;
	transition: background-size 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0s;
	background-image: linear-gradient(to bottom, currentColor 0%, currentColor 100%);
	background-repeat: no-repeat;
	background-position: 0 calc(100% - 0.05em);
	overflow: hidden;
	padding-bottom: 0.4em;
}
    
	   
.underline-element {
	background-size: 100% 5%;    
}    
.underline-element:hover {
	background-size: 0% 5%;    
}
.underline-element-reveal {
	background-size: 0% 5%;    
}    
.underline-element-reveal:hover {
	background-size: 100% 5%;    
}


.text-decoration-underline { text-decoration: underline; }

.btn-underline {
	display: inline-block;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	position: relative;
	line-height: 1em;
}

.btn-underline.bth-small {
	padding-bottom: 6px;
}


.btn-underline:after {
	content: "";
	display: block;
	border-bottom: 1px solid;
	opacity: 1;
	position: absolute;
	top: auto;
	bottom: 0;
	width: 100%;
	transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s;
	pointer-events: none;
	left: 0;
}

.strike-hook:hover .btn-underline:after,
.btn-underline:hover:after {
	animation: 1.24s cubic-bezier(1, 0, 0, 1) 0s normal none 1 running strike-loop;
}

.esp-close-button-inner::before, .esp-close-button-inner::after { width:1px;}
.esp-close-button { height: 20px; width: 20px; }

.dark-background .esp-close-button-inner::before,
.dark-background .esp-close-button-inner::after,
[class*="-background"] .dark-background .esp-close-button-inner::before,
[class*="-background"] .dark-background .esp-close-button-inner::after {
    background-color: #fff;
}

.light-background .esp-close-button-inner::before,
.light-background .esp-close-button-inner::after,
[class*="-background"] .light-background .esp-close-button-inner::before,
[class*="-background"] .light-background .esp-close-button-inner::after {
    background-color: #000;
}	
	
.esp-close-button:hover .esp-close-button-inner {
    transform: rotate(90deg);
}



	.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, input[type="submit"], input[type="button"], input[type="reset"], .button, button {
		background-color: transparent;
		border-color: #000;
		border-width: 1px;
	}

	.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, .button:hover, button:hover, html body .button-hollow:hover {
		background-color: #000;
		border-color: #000;
		color: #FFF;
	}
	
html.global-hook .dark-background .button:hover {
    background-color: rgba(255,255,255,1);
    color: #000!important;
    border-color: rgba(255,255,255,1);
}	


	.fixed-footer .fixed-footer-hidden,
	.fixed-footer .fixed-footer-fixed {
		width:100%;
	}

	.fixed-footer .fixed-footer-hidden {
		visibility:hidden;
		pointer-events:none;
		opacity:0;
	}
	[class*="-fixed-footer"] .fixed-footer-fixed {display:none;}
	.fixed-footer .fixed-footer-fixed {
		position:fixed;
		bottom:0;
		z-index:0;
		display:block;
	}
		
/*Desktop Only*/
@media all and (min-width: 1021px) {
	html .desktop-fixed-footer .fixed-footer-hidden,
	html .desktop-fixed-footer .fixed-footer-fixed {
		width:100%;
	}

	html .desktop-fixed-footer .fixed-footer-hidden {
		visibility:hidden;
		pointer-events:none;
		opacity:0;
	}
	html .desktop-fixed-footer .fixed-footer-fixed {
		position:fixed;
		bottom:0;
		z-index:0;
		display:block;
	}
}

/*Tablet Only*/
@media all and (min-width: 768px) and (max-width: 1020px){
	html .tablet-fixed-footer .fixed-footer-hidden,
	html .tablet-fixed-footer .fixed-footer-fixed {
		width:100%;
	}

	html .tablet-fixed-footer .fixed-footer-hidden {
		visibility:hidden;
		pointer-events:none;
		opacity:0;
	}
	html .tablet-fixed-footer .fixed-footer-fixed {
		position:fixed;
		bottom:0;
		z-index:-1;
		display:block;
	}
}

/*Mobile Only*/
@media (max-width: 767px) {
	html .mobile-fixed-footer .fixed-footer-hidden,
	html .mobile-fixed-footer .fixed-footer-fixed {
		width:100%;
	}

	html .mobile-fixed-footer .fixed-footer-hidden {
		visibility:hidden;
		pointer-events:none;
		opacity:0;
	}
	html .mobile-fixed-footer .fixed-footer-fixed {
		position:fixed;
		bottom:0;
		z-index:-1;
		display:block;
	}
}



	.fill-primary-bg { fill:#fffbf6; /* OLD was #fcf4e9 */ }
	.stroke-primary-bg { stroke:#fffbf6; /* OLD was #fcf4e9 */ }
	.primary-bg { background-color:#fffbf6; /* OLD was #fcf4e9 */ } 
	/* SAME AS ABOVE */
	@media all and (min-width: 1021px) { body .desktop-primary-bg { background-color:#fcf4e9; } }
	@media all and (min-width: 768px) and (max-width: 1020px) { body .tablet-primary-bg { background-color:#fcf4e9; } }
	@media (max-width: 767px) { body .mobile-primary-bg { background-color:#fcf4e9; } }


	.shadow-top { position:relative; }
	.shadow-top::before {
		top: -20px;
		content: "";
		height: 20px;
		left: 0px;
		background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
		opacity: 0.1;
		pointer-events: none;
		position: absolute;
		right: 0px;
		width: 100%;
	}

	.shadow-top-inner { position:relative; }
	.shadow-top-inner::before {
		top: 0px;
		content: "";
		height: 20px;
		left: 0px;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
		opacity: 0.1;
		pointer-events: none;
		position: absolute;
		right: 0px;
		width: 100%;
	}

	.shadow-bottom { position:relative; }
	.shadow-bottom::after {
		bottom: -20px;
		content: "";
		height: 20px;
		left: 0px;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
		opacity: 0.1;
		pointer-events: none;
		position: absolute;
		right: 0px;
		width: 100%;
	}

	.shadow-bottom-inner { position:relative; }
	.shadow-bottom-inner::after {
		bottom: 0px;
		content: "";
		height: 20px;
		left: 0px;
		background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
		opacity: 0.1;
		pointer-events: none;
		position: absolute;
		right: 0px;
		width: 100%;
	}
	
/*Desktop Only*/
@media all and (min-width: 1021px) {
	html .desktop-shadow-top { position:relative; }
	html .desktop-shadow-top::before {
		top: -20px;
		content: "";
		height: 20px;
		left: 0px;
		background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
		opacity: 0.1;
		pointer-events: none;
		position: absolute;
		right: 0px;
		width: 100%;
	}

	html .desktop-shadow-top-inner { position:relative; }
	html .desktop-shadow-top-inner::before {
		top: 0px;
		content: "";
		height: 20px;
		left: 0px;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
		opacity: 0.1;
		pointer-events: none;
		position: absolute;
		right: 0px;
		width: 100%;
	}

	html .desktop-shadow-bottom { position:relative; }
	html .desktop-shadow-bottom::after {
		bottom: -20px;
		content: "";
		height: 20px;
		left: 0px;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
		opacity: 0.1;
		pointer-events: none;
		position: absolute;
		right: 0px;
		width: 100%;
	}

	html .desktop-shadow-bottom-inner { position:relative; }
	html .desktop-shadow-bottom-inner::after {
		bottom: 0px;
		content: "";
		height: 20px;
		left: 0px;
		background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
		opacity: 0.1;
		pointer-events: none;
		position: absolute;
		right: 0px;
		width: 100%;
	}
}

/*Tablet Only*/
@media all and (min-width: 768px) and (max-width: 1020px){
	html .tablet-shadow-top { position:relative; }
	html .tablet-shadow-top::before {
		top: -20px;
		content: "";
		height: 20px;
		left: 0px;
		background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
		opacity: 0.1;
		pointer-events: none;
		position: absolute;
		right: 0px;
		width: 100%;
	}

	html .tablet-shadow-top-inner { position:relative; }
	html .tablet-shadow-top-inner::before {
		top: 0px;
		content: "";
		height: 20px;
		left: 0px;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
		opacity: 0.1;
		pointer-events: none;
		position: absolute;
		right: 0px;
		width: 100%;
	}

	html .tablet-shadow-bottom { position:relative; }
	html .tablet-shadow-bottom::after {
		bottom: -20px;
		content: "";
		height: 20px;
		left: 0px;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
		opacity: 0.1;
		pointer-events: none;
		position: absolute;
		right: 0px;
		width: 100%;
	}

	html .tablet-shadow-bottom-inner { position:relative; }
	html .tablet-shadow-bottom-inner::after {
		bottom: 0px;
		content: "";
		height: 20px;
		left: 0px;
		background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
		opacity: 0.1;
		pointer-events: none;
		position: absolute;
		right: 0px;
		width: 100%;
	}
}

/*Mobile Only*/
@media (max-width: 767px) {
	html .mobile-shadow-top { position:relative; }
	html .mobile-shadow-top::before {
		top: -20px;
		content: "";
		height: 20px;
		left: 0px;
		background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
		opacity: 0.1;
		pointer-events: none;
		position: absolute;
		right: 0px;
		width: 100%;
	}

	html .mobile-shadow-top-inner { position:relative; }
	html .mobile-shadow-top-inner::before {
		top: 0px;
		content: "";
		height: 20px;
		left: 0px;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
		opacity: 0.1;
		pointer-events: none;
		position: absolute;
		right: 0px;
		width: 100%;
	}

	html .mobile-shadow-bottom { position:relative; }
	html .mobile-shadow-bottom::after {
		bottom: -20px;
		content: "";
		height: 20px;
		left: 0px;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
		opacity: 0.1;
		pointer-events: none;
		position: absolute;
		right: 0px;
		width: 100%;
	}

	html .mobile-shadow-bottom-inner { position:relative; }
	html .mobile-shadow-bottom-inner::after {
		bottom: 0px;
		content: "";
		height: 20px;
		left: 0px;
		background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
		opacity: 0.1;
		pointer-events: none;
		position: absolute;
		right: 0px;
		width: 100%;
	}
}


.shift-type-stripe-menu .shift-container {left:0}
	
.shift-type-stripe-menu .shift-container {
    transition: right 0.8s ease 0s;
}
	
.shift-type-stripe-menu .shift-type-stripe-menu-bg {
  position:relative;
}
	

.shift-type-stripe-menu .shift-type-stripe-menu-bg::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    display: block;
    top: -100%;
    left: 0;

	transition: top 0.3s ease-in-out 0.2s;
}

   [class*="shift-enabled-"] .shift-outer  .shift-type-stripe-menu.shift-animation-started .shift-type-stripe-menu-bg::after {
	  top: 0%;
	      transition: top 0.3s ease-in-out 0s;
	}
  
  
  	 .shift-outer .shift-type-stripe-menu .menu-item,
  	 .shift-outer .shift-type-stripe-menu .generic-item,
  	 .shift-outer .shift-type-stripe-menu .esp-close-button {
		transition:opacity 0.4s ease-in-out 0s;
		opacity:0;
	}

	[class*="shift-enabled-"] .shift-type-stripe-menu.shift-animation-started .menu-item,
	[class*="shift-enabled-"] .shift-type-stripe-menu.shift-animation-started .generic-item,
	[class*="shift-enabled-"] .shift-type-stripe-menu.shift-animation-started .esp-close-button {opacity:1; transition-delay:0.3s}
	[class*="shift-enabled-"] .shift-type-stripe-menu.shift-animation-started .menu-item + .menu-item {transition-delay:0.35s}
	[class*="shift-enabled-"] .shift-type-stripe-menu.shift-animation-started .menu-item + .menu-item + .menu-item {transition-delay:0.4s}
	[class*="shift-enabled-"] .shift-type-stripe-menu.shift-animation-started .menu-item + .menu-item + .menu-item + .menu-item {transition-delay:0.45s}
	[class*="shift-enabled-"] .shift-type-stripe-menu.shift-animation-started .menu-item + .menu-item + .menu-item + .menu-item + .menu-item {transition-delay:0.5s}
	[class*="shift-enabled-"] .shift-type-stripe-menu.shift-animation-started .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item {transition-delay:0.55s}
	[class*="shift-enabled-"] .shift-type-stripe-menu.shift-animation-started .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item {transition-delay:0.6s}
	[class*="shift-enabled-"] .shift-type-stripe-menu.shift-animation-started .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item {transition-delay:0.65s}
	[class*="shift-enabled-"] .shift-type-stripe-menu.shift-animation-started .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item {transition-delay:0.7s}
	[class*="shift-enabled-"] .shift-type-stripe-menu.shift-animation-started .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item {transition-delay:0.75s}	

	
	[class*="shift-enabled-"] .shift-outer .shift-animation-started .menu-item,
	[class*="shift-enabled-"] .shift-outer .shift-animation-started .generic-item {opacity:1; transform:translateX(0px); filter:blur(0px); transition-delay:0.3s}
	[class*="shift-enabled-"] .shift-outer .shift-animation-started .menu-item + .menu-item {transition-delay:0.35s}
	[class*="shift-enabled-"] .shift-outer .shift-animation-started .menu-item + .menu-item + .menu-item {transition-delay:0.4s}
	[class*="shift-enabled-"] .shift-outer .shift-animation-started .menu-item + .menu-item + .menu-item + .menu-item {transition-delay:0.45s}
	[class*="shift-enabled-"] .shift-outer .shift-animation-started .menu-item + .menu-item + .menu-item + .menu-item + .menu-item {transition-delay:0.5s}
	[class*="shift-enabled-"] .shift-outer .shift-animation-started .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item {transition-delay:0.55s}
	[class*="shift-enabled-"] .shift-outer .shift-animation-started .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item {transition-delay:0.6s}
	[class*="shift-enabled-"] .shift-outer .shift-animation-started .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item {transition-delay:0.65s}
	[class*="shift-enabled-"] .shift-outer .shift-animation-started .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item {transition-delay:0.7s}
	[class*="shift-enabled-"] .shift-outer .shift-animation-started .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item {transition-delay:0.75s}

	.shift-type-stripe-menu .menu-contact .contact-item {
		transition:opacity 0.4s ease-in-out 0s;
		opacity:0;
	}

	[class*="shift-enabled-"] .shift-type-stripe-menu.shift-animation-started .menu-contact .contact-item {opacity:1; transition-delay:0.3s}
	[class*="shift-enabled-"] .shift-type-stripe-menu.shift-animation-started .menu-contact .contact-item + .contact-item {transition-delay:0.4s}
	[class*="shift-enabled-"] .shift-type-stripe-menu.shift-animation-started .menu-contact .contact-item + .contact-item + .contact-item {transition-delay:0.5s}
	[class*="shift-enabled-"] .shift-type-stripe-menu.shift-animation-started .menu-contact .contact-item + .contact-item + .contact-item + .contact-item {transition-delay:0.6s}
	[class*="shift-enabled-"] .shift-type-stripe-menu.shift-animation-started .menu-contact .contact-item + .contact-item + .contact-item + .contact-item + .contact-item {transition-delay:0.7s}
	[class*="shift-enabled-"] .shift-type-stripe-menu.shift-animation-started .menu-contact .contact-item + .contact-item + .contact-item + .contact-item + .contact-item + .contact-item {transition-delay:8s}




















.bg-content-block.primary-bg + .bg-content-block.primary-bg:not(.force-padding),
.bg-content-block.secondary-bg + .bg-content-block.secondary-bg:not(.force-padding),
.bg-content-block.light-grey-bg + .bg-content-block.light-grey-bg:not(.force-padding),
.bg-content-block.blush-bg + .bg-content-block.blush-bg:not(.force-padding),
.bg-content-block.white-bg + .bg-content-block.white-bg:not(.force-padding),
.bg-content-block.black-bg + .bg-content-block.black-bg:not(.force-padding),
.bg-content-block.custom-bg + .bg-content-block.custom-bg:not(.force-padding) {
	padding-top: 0 !important;
}
.image-bg { position: relative; } 

.bg-content-block + .bg-content-block:not(.force-margin) { margin-top: 0 !important; }

html .kill-next-contextual-top + :not(.bg-content-block)  {padding-top: 0px!important; }
html .kill-next-contextual-top + .bg-content-block  { margin-top: 0 !important; }

html .kill-first-contextual-top > :first-child:not(.bg-content-block)  { padding-top: 0px!important; }
html .kill-first-contextual-top > .bg-content-block:first-child  { margin-top: 0px!important; }

/*Desktop Only*/
@media all and (min-width: 1021px) {
	html body .desktop-kill-next-contextual-top + :not(.bg-content-block)  {padding-top: 0px!important; }
	html body .desktop-kill-next-contextual-top + .bg-content-block  { margin-top: 0 !important; }

	html body .desktop-kill-first-contextual-top > :first-child:not(.bg-content-block)  { padding-top: 0px!important; }
	html body .desktop-kill-first-contextual-top > .bg-content-block:first-child  { margin-top: 0px!important; }
}
/*Tablet Only*/
@media all and (min-width: 768px) and (max-width: 1020px){
	html body .tablet-kill-next-contextual-top + :not(.bg-content-block)  {padding-top: 0px!important; }
	html body .tablet-kill-next-contextual-top + .bg-content-block  { margin-top: 0 !important; }

	html body .tablet-kill-first-contextual-top > :first-child:not(.bg-content-block)  { padding-top: 0px!important; }
	html body .tablet-kill-first-contextual-top > .bg-content-block:first-child  { margin-top: 0px!important; }
}
/*Mobile Only*/
@media (max-width: 767px) {
	html body .mobile-kill-next-contextual-top + :not(.bg-content-block)  {padding-top: 0px!important; }
	html body .mobile-kill-next-contextual-top + .bg-content-block  { margin-top: 0 !important; }

	html body .mobile-kill-first-contextual-top > :first-child:not(.bg-content-block)  { padding-top: 0px!important; }
	html body .mobile-kill-first-contextual-top > .bg-content-block:first-child  { margin-top: 0px!important; }
}


/*Mobile Only*/
@media (max-width: 767px) {
	.mobile-flickity-peak.flickity-enabled .slide {max-width: 80vw}
}


/* ALTERNATEING CLASSES - NEEDS EXPANDING */

.alternate-hook .alternate-direction { direction:ltr; }
.alternate-hook .direction-rtl.alternate-direction { direction:rtl; }
.alternate-hook:nth-child(even) .alternate-direction { direction:rtl; }
.alternate-hook:nth-child(even) .direction-rtl.alternate-direction { direction:ltr; }

/*Desktop Only*/
@media all and (min-width: 1021px) {
	html .desktop-alternate-hook .alternate-direction { direction:ltr; }
	html .desktop-alternate-hook .direction-rtl.alternate-direction { direction:rtl; }
	html .desktop-alternate-hook:nth-child(even) .alternate-direction { direction:rtl; }
	html .desktop-alternate-hook:nth-child(even) .direction-rtl.alternate-direction { direction:ltr; }
}

/*Tablet Only*/
@media all and (min-width: 768px) and (max-width: 1020px){
	html .tablet-alternate-hook .alternate-direction { direction:ltr; }
	html .tablet-alternate-hook .direction-rtl.alternate-direction { direction:rtl; }
	html .tablet-alternate-hook:nth-child(even) .alternate-direction { direction:rtl; }
	html .tablet-alternate-hook:nth-child(even) .direction-rtl.alternate-direction { direction:ltr; }
}

/*Mobile Only*/
@media (max-width: 767px) {
	html .mobile-alternate-hook .alternate-direction { direction:ltr; }
	html .mobile-alternate-hook .direction-rtl.alternate-direction { direction:rtl; }
	html .mobile-alternate-hook:nth-child(even) .alternate-direction { direction:rtl; }
	html .mobile-alternate-hook:nth-child(even) .direction-rtl.alternate-direction { direction:ltr; }
}

.alternate-hook .alternate-direction > .column.absolute.alternate-position:nth-child(odd) { right: 0; left: auto; }
.alternate-hook .alternate-direction > .column.absolute.alternate-position::nth-child(even) { left: 0; right: auto; }
.alternate-hook .direction-rtl.alternate-direction > .column.absolute.alternate-position:nth-child(odd) { left: 0; right: auto; }
.alternate-hook .direction-rtl.alternate-direction > .column.absolute.alternate-position:nth-child(even) { right: 0; left: auto; }
.alternate-hook:nth-child(even) .alternate-direction > .column.absolute.alternate-position:nth-child(odd) { right: 0; left: auto; }
.alternate-hook:nth-child(even) .alternate-direction > .column.absolute.alternate-position:nth-child(even) { left: 0; right: auto; }
.alternate-hook:nth-child(even) .direction-ltr.alternate-direction > .column.absolute.alternate-position:nth-child(odd) { left: 0; right: auto; }
.alternate-hook:nth-child(even) .direction-ltr.alternate-direction > .column.absolute.alternate-position:nth-child(even) { right: 0; left: auto; }

/*Desktop Only*/
@media all and (min-width: 1021px) {
	html .desktop-alternate-hook .alternate-direction > .column.absolute.alternate-position:nth-child(odd) { right: 0; left: auto; }
	html .desktop-alternate-hook .alternate-direction > .column.absolute.alternate-position::nth-child(even) { left: 0; right: auto; }
	html .desktop-alternate-hook .direction-rtl.alternate-direction > .column.absolute.alternate-position:nth-child(odd) { left: 0; right: auto; }
	html .desktop-alternate-hook .direction-rtl.alternate-direction > .column.absolute.alternate-position:nth-child(even) { right: 0; left: auto; }
	html .desktop-alternate-hook:nth-child(even) .alternate-direction > .column.absolute.alternate-position:nth-child(odd) { right: 0; left: auto; }
	html .desktop-alternate-hook:nth-child(even) .alternate-direction > .column.absolute.alternate-position:nth-child(even) { left: 0; right: auto; }
	html .desktop-alternate-hook:nth-child(even) .direction-ltr.alternate-direction > .column.absolute.alternate-position:nth-child(odd) { left: 0; right: auto; }
	html .desktop-alternate-hook:nth-child(even) .direction-ltr.alternate-direction > .column.absolute.alternate-position:nth-child(even) { right: 0; left: auto; }
}

/*Tablet Only*/
@media all and (min-width: 768px) and (max-width: 1020px){
	html .tablet-alternate-hook .alternate-direction > .column.absolute.alternate-position:nth-child(odd) { right: 0; left: auto; }
	html .tablet-alternate-hook .alternate-direction > .column.absolute.alternate-position::nth-child(even) { left: 0; right: auto; }
	html .tablet-alternate-hook .direction-rtl.alternate-direction > .column.absolute.alternate-position:nth-child(odd) { left: 0; right: auto; }
	html .tablet-alternate-hook .direction-rtl.alternate-direction > .column.absolute.alternate-position:nth-child(even) { right: 0; left: auto; }
	html .tablet-alternate-hook:nth-child(even) .alternate-direction > .column.absolute.alternate-position:nth-child(odd) { right: 0; left: auto; }
	html .tablet-alternate-hook:nth-child(even) .alternate-direction > .column.absolute.alternate-position:nth-child(even) { left: 0; right: auto; }
	html .tablet-alternate-hook:nth-child(even) .direction-ltr.alternate-direction > .column.absolute.alternate-position:nth-child(odd) { left: 0; right: auto; }
	html .tablet-alternate-hook:nth-child(even) .direction-ltr.alternate-direction > .column.absolute.alternate-position:nth-child(even) { right: 0; left: auto; }
}

/*Mobile Only*/
@media (max-width: 767px) {
	html .mobile-alternate-hook .alternate-direction > .column.absolute.alternate-position:nth-child(odd) { right: 0; left: auto; }
	html .mobile-alternate-hook .alternate-direction > .column.absolute.alternate-position::nth-child(even) { left: 0; left: auto; }
	html .mobile-alternate-hook .direction-rtl.alternate-direction > .column.absolute.alternate-position:nth-child(odd) { left: 0; left: auto; }
	html .mobile-alternate-hook .direction-rtl.alternate-direction > .column.absolute.alternate-position:nth-child(even) { right: 0; left: auto; }
	html .mobile-alternate-hook:nth-child(even) .alternate-direction > .column.absolute.alternate-position:nth-child(odd) { right: 0; left: auto; }
	html .mobile-alternate-hook:nth-child(even) .alternate-direction > .column.absolute.alternate-position:nth-child(even) { left: 0; left: auto; }
	html .mobile-alternate-hook:nth-child(even) .direction-ltr.alternate-direction > .column.absolute.alternate-position:nth-child(odd) { left: 0; left: auto; }
	html .mobile-alternate-hook:nth-child(even) .direction-ltr.alternate-direction > .column.absolute.alternate-position:nth-child(even) { right: 0; left: auto; }
}



.animated[class*="on-screen"].clip-in-left-alternate,
.alternate-hook:nth-child(even) .animated[class*="on-screen"].clip-in-right-alternate {
	animation-name: clip-in-left;
	animation-timing-function: cubic-bezier(.19,1,.22,1);
}

.animated[class*="on-screen"].clip-in-right-alternate,
.alternate-hook:nth-child(even) .animated[class*="on-screen"].clip-in-left-alternate {
	animation-name: clip-in-left;
	animation-timing-function: cubic-bezier(.19,1,.22,1);
}

.animated[class*="on-screen"].clip-out-left-alternate,
.alternate-hook:nth-child(even) .animated[class*="on-screen"].clip-out-right-alternate {
	animation-name: clip-out-left;
	animation-timing-function: cubic-bezier(.19,1,.22,1);
}

.animated[class*="on-screen"].clip-out-right-alternate,
.alternate-hook:nth-child(even) .animated[class*="on-screen"].clip-out-left-alternate {
	animation-name: clip-out-right;
	animation-timing-function: cubic-bezier(.19,1,.22,1);
}

.animated[class*="on-screen"].clip-shift-in-left-alternate,
.alternate-hook:nth-child(even) .animated[class*="on-screen"].clip-shift-in-right-alternate {
	animation-name: clip-shift-in-left;
	animation-timing-function: cubic-bezier(.19,1,.22,1);
}

.animated[class*="on-screen"].clip-shift-in-right-alternate,
.alternate-hook:nth-child(even) .animated[class*="on-screen"].clip-shift-in-left-alternate {
	animation-name: clip-shift-in-right;
	animation-timing-function: cubic-bezier(.19,1,.22,1);
}

.animated[class*="on-screen"].clip-shift-in-right-alternate,
.alternate-hook:nth-child(even) .animated[class*="on-screen"].clip-shift-in-left-alternate {
	animation-name: clip-shift-in-right;
	animation-timing-function: cubic-bezier(.19,1,.22,1);
}


.position-left-alternate,
.alternate-hook:nth-child(even) .position-right-alternate {
    left: 0;
	right:auto;
}
.position-right-alternate,
.alternate-hook:nth-child(even) .position-left-alternate {
    left: auto;
	right: 0;
}

.custom-offset-alternate {
    margin-right: -40px;
	margin-left: 0px;
}
.alternate-hook:nth-child(even) .custom-offset-alternate {
    margin-right: 0px;
	margin-left: -40px;
}



.typed-cursor { animation: 0.7s ease 0s normal none infinite running blink; font-weight: 100; opacity: 1; }
@keyframes blink { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } }
@keyframes blink { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } }
@keyframes blink { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } }










/* SORT THIS OOOOOOUT */



/* -------------------------------------------------------------- */






/* -------------------------------------------------------------- */




.flickity-enabled.flickity-vertical-controller .flickity-page-dots {display:block;}
html body .flickity-vertical-controller .flickity-page-dots li.dot { background-color: transparent; transform: scale(1); }

@media all and (min-width: 1279px) {
.flickity-vertical-controller .flickity-page-dots {
    position: absolute;
    bottom: 50%;
    padding: 30px 0 20px !important;
    margin: 0 !important;
    z-index: 100;
    transform: translateY(50%);
    height: auto !important;
    width: auto;
    left: 40px;
	display:block;
}

html body .flickity-vertical-controller .flickity-page-dots li.dot {
    border: medium none;
    border-radius: 0;
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
    opacity: 0.4;
    width: auto;
    float: left;
    counter-increment: decimal;
    padding: 20px;
    display: block;
    clear: both;
}

html body .flickity-vertical-controller .flickity-page-dots li.dot::before {
    content: "0" counter(decimal, decimal);
}
	
html body .flickity-vertical-controller .flickity-page-dots .dot.is-selected {
    background-color: transparent !important;
	opacity: 1;
	font-weight:bold;
	transform: scale(1);
}		
}





		
/* -------------------------------------------------------------- */




	@media all and (min-width: 768px) { /* Tablet and up */
	.collage-text {position:absolute; top:58%; left:0px; right:0; padding-top:0px!important; padding-left:40px!important;}
	.collage-text-inner {
		width:450px;
		max-width:33%;
	}
	}	








	/* -------------------------------------------------------------- */




/*Desktop Only*/
@media all and (min-width: 1021px) {
	.banner-offset-element { margin-top:-340px; }
}

/*Tablet Only*/
@media all and (min-width: 768px) and (max-width: 1020px){
	.banner-offset-element { margin-top:-280px; }
}

/*Mobile Only*/
@media (max-width: 767px) {
	.banner-offset-element { margin-top:-220px; }
}





/* -------------------------------------------------------------- */




	

/*Tablet Only*/
@media all and (min-width: 768px) { /* Tablet and up */

	.offset-group .offset-group-item:nth-child(3n+1) .offset-group-item-inner {
		display: flex;
		flex-direction: column;
		align-self: flex-start;
		text-align:right;
	}
	.offset-group .offset-group-item:nth-child(3n+2) .offset-group-item-inner {
		display: flex;
		flex-direction: column-reverse;
		align-self: flex-start;
		text-align:left;
		padding-top:40px; 
	}
	
	.offset-group .offset-group-item:nth-child(3n+3) .offset-group-item-inner {
		display: flex;
		flex-direction: column;
		align-self: flex-start;
		text-align:left; 
	}

	@media all and (min-width: 1021px) {
		.offset-group .offset-group-item:nth-child(3n+2) .offset-group-item-inner {
			padding-top:80px; 
		}
	} 
}

/*Mobile Only*/
@media (max-width: 767px) {
	.offset-group-item-under .offset-group-item-under-table.instagram-info {
		float: none !important;
		transform: scale(0.8);
		transform-origin: top center;
		margin: 0 auto; 
	}
}







/* -------------------------------------------------------------- */




    .cart-count-container_small {
        min-width: 25px;
        text-align: center;
        min-height: 25px;
    }

.cart-count-container_small::before {

    width: 25px;
    height: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #000;
    content: "";
    position: absolute;
    border-radius: 50%;
    z-index: -1;

}	.cart-count {
    font-size: 13px;
    color:#FFF;
}
	




/* -------------------------------------------------------------- */


.fancy-form-elements-minimal .form-field-checkbox input,
.fancy-form-elements-minimal .form-field-radio input {
	border: 0 none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}


.fancy-form-elements-minimal .form-field-checkbox input + label,
.fancy-form-elements-minimal .form-field-radio input + label {
    cursor: pointer;
    position: relative;
	padding:3px;
}

.fancy-form-elements-minimal .form-field-checkbox input + label::after,
.fancy-form-elements-minimal .form-field-radio input + label::after {
    content: "";
    display: block;
    border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color: currentcolor;
    opacity: 1;
    position: absolute;
    left:0;
	top: auto;
    bottom: -3px;
    width: 0%;
    transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    pointer-events: none;

}
.fancy-form-elements-minimal .form-field-checkbox input:not([disabled]) + label:hover::after,
.fancy-form-elements-minimal .form-field-radio input:not([disabled]) + label:hover::after {
    width: 100%;
}

.fancy-form-elements-minimal .form-field-checkbox input:disabled + label,
.fancy-form-elements-minimal .form-field-radio input:disabled + label {
	opacity: 0.5;
	cursor: auto;
}

.fancy-form-elements-minimal .form-field-checkbox input:not([disabled]):checked + label::after,
.fancy-form-elements-minimal .form-field-radio input:not([disabled]):checked + label::after {
    width: 100%!important;
	border-bottom-color: currentcolor;
}


/* -------------------------------------------------------------- */



	
.fancy-links-5 p > a, .fancy-links-5 li > a, .fancy-links-5 dt > a, .fancy-links-5 dd > a {
  border-bottom: 1px solid currentcolor;
  font-weight: bold;
}
.fancy-links-5 p > a:hover, .fancy-links-5 li > a:hover, .fancy-links-5 dt > a:hover, .fancy-links-5 dd > a:hover {
  border-bottom: 1px dashed currentcolor;
  font-weight: bold;
}






	.fixed-footer .fixed-footer-hidden,
	.fixed-footer .fixed-footer-fixed {
		width:100%;
	}

	.fixed-footer .fixed-footer-hidden {
		visibility:hidden;
		pointer-events:none;
	}
	[class*="-fixed-footer"] .fixed-footer-fixed {display:none;}
	.fixed-footer .fixed-footer-fixed {
		position:fixed;
		bottom:0;
		z-index:0;
		display:block;
	}
		
/*Desktop Only*/
@media all and (min-width: 1021px) {
	html .desktop-fixed-footer .fixed-footer-hidden,
	html .desktop-fixed-footer .fixed-footer-fixed {
		width:100%;
	}

	html .desktop-fixed-footer .fixed-footer-hidden {
		visibility:hidden;
		pointer-events:none;
	}
	html .desktop-fixed-footer .fixed-footer-fixed {
		position:fixed;
		bottom:0;
		z-index:0;
		display:block;
	}
}

/*Tablet Only*/
@media all and (min-width: 768px) and (max-width: 1020px){
	html .tablet-fixed-footer .fixed-footer-hidden,
	html .tablet-fixed-footer .fixed-footer-fixed {
		width:100%;
	}

	html .tablet-fixed-footer .fixed-footer-hidden {
		visibility:hidden;
		pointer-events:none;
	}
	html .tablet-fixed-footer .fixed-footer-fixed {
		position:fixed;
		bottom:0;
		z-index:-1;
		display:block;
	}
}

/*Mobile Only*/
@media (max-width: 767px) {
	html .mobile-fixed-footer .fixed-footer-hidden,
	html .mobile-fixed-footer .fixed-footer-fixed {
		width:100%;
	}

	html .mobile-fixed-footer .fixed-footer-hidden {
		visibility:hidden;
		pointer-events:none;
	}
	html .mobile-fixed-footer .fixed-footer-fixed {
		position:fixed;
		bottom:0;
		z-index:-1;
		display:block;
	}
}









	.shadow-top { position:relative; }
	.shadow-top::before {
		top: -20px;
		content: "";
		height: 20px;
		left: 0px;
		background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
		opacity: 0.1;
		pointer-events: none;
		position: absolute;
		right: 0px;
		width: 100%;
	}

	.shadow-top-inner { position:relative; }
	.shadow-top-inner::before {
		top: 0px;

		content: "";
		height: 20px;
		left: 0px;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
		opacity: 0.1;
		pointer-events: none;
		position: absolute;
		right: 0px;
		width: 100%;
	}

	.shadow-bottom { position:relative; }
	.shadow-bottom::after {
		bottom: -20px;
		content: "";
		height: 20px;
		left: 0px;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
		opacity: 0.1;
		pointer-events: none;
		position: absolute;
		right: 0px;
		width: 100%;
	}

	.shadow-bottom-inner { position:relative; }
	.shadow-bottom-inner::after {
		bottom: 0px;
		content: "";
		height: 20px;
		left: 0px;
		background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
		opacity: 0.1;
		pointer-events: none;
		position: absolute;
		right: 0px;
		width: 100%;
	}
	
/*Desktop Only*/
@media all and (min-width: 1021px) {
	html .desktop-shadow-top { position:relative; }
	html .desktop-shadow-top::before {
		top: -20px;
		content: "";
		height: 20px;
		left: 0px;
		background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
		opacity: 0.1;
		pointer-events: none;
		position: absolute;
		right: 0px;
		width: 100%;
	}

	html .desktop-shadow-top-inner { position:relative; }
	html .desktop-shadow-top-inner::before {
		top: 0px;
		content: "";
		height: 20px;
		left: 0px;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
		opacity: 0.1;
		pointer-events: none;
		position: absolute;
		right: 0px;
		width: 100%;
	}

	html .desktop-shadow-bottom { position:relative; }
	html .desktop-shadow-bottom::after {
		bottom: -20px;
		content: "";
		height: 20px;
		left: 0px;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
		opacity: 0.1;
		pointer-events: none;
		position: absolute;
		right: 0px;
		width: 100%;
	}

	html .desktop-shadow-bottom-inner { position:relative; }
	html .desktop-shadow-bottom-inner::after {
		bottom: 0px;
		content: "";
		height: 20px;
		left: 0px;
		background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
		opacity: 0.1;
		pointer-events: none;
		position: absolute;
		right: 0px;
		width: 100%;
	}
}

/*Tablet Only*/
@media all and (min-width: 768px) and (max-width: 1020px){
	html .tablet-shadow-top { position:relative; }
	html .tablet-shadow-top::before {
		top: -20px;
		content: "";
		height: 20px;
		left: 0px;
		background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
		opacity: 0.1;
		pointer-events: none;
		position: absolute;
		right: 0px;
		width: 100%;
	}

	html .tablet-shadow-top-inner { position:relative; }
	html .tablet-shadow-top-inner::before {
		top: 0px;
		content: "";
		height: 20px;
		left: 0px;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
		opacity: 0.1;
		pointer-events: none;
		position: absolute;
		right: 0px;
		width: 100%;
	}

	html .tablet-shadow-bottom { position:relative; }
	html .tablet-shadow-bottom::after {
		bottom: -20px;
		content: "";
		height: 20px;
		left: 0px;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
		opacity: 0.1;
		pointer-events: none;
		position: absolute;
		right: 0px;
		width: 100%;
	}

	html .tablet-shadow-bottom-inner { position:relative; }
	html .tablet-shadow-bottom-inner::after {
		bottom: 0px;
		content: "";
		height: 20px;
		left: 0px;
		background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
		opacity: 0.1;
		pointer-events: none;
		position: absolute;
		right: 0px;
		width: 100%;
	}
}

/*Mobile Only*/
@media (max-width: 767px) {
	html .mobile-shadow-top { position:relative; }
	html .mobile-shadow-top::before {
		top: -20px;
		content: "";
		height: 20px;
		left: 0px;
		background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
		opacity: 0.1;
		pointer-events: none;
		position: absolute;
		right: 0px;
		width: 100%;
	}

	html .mobile-shadow-top-inner { position:relative; }
	html .mobile-shadow-top-inner::before {
		top: 0px;
		content: "";
		height: 20px;
		left: 0px;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
		opacity: 0.1;
		pointer-events: none;
		position: absolute;
		right: 0px;
		width: 100%;
	}

	html .mobile-shadow-bottom { position:relative; }
	html .mobile-shadow-bottom::after {
		bottom: -20px;
		content: "";
		height: 20px;
		left: 0px;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
		opacity: 0.1;
		pointer-events: none;
		position: absolute;
		right: 0px;
		width: 100%;
	}

	html .mobile-shadow-bottom-inner { position:relative; }
	html .mobile-shadow-bottom-inner::after {
		bottom: 0px;
		content: "";
		height: 20px;
		left: 0px;
		background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
		opacity: 0.1;
		pointer-events: none;
		position: absolute;
		right: 0px;
		width: 100%;
	}
}







/* -------------------------------------------------------------- */




/* FLEX JUSTIFY*/

.column-group.flex-group-justify {justify-content:space-between;}
.column-group.flex-group-justify::after {content:none;}
/*Desktop Only*/
@media all and (min-width: 1021px) {
	body .column-group.desktop-flex-group-justify {justify-content:space-between;}
	body .column-group.desktop-flex-group-justify::after {content:none;}
}

/*Tablet Only*/
@media all and (min-width: 768px) and (max-width: 1020px){
	body .column-group.tablet-flex-group-justify {justify-content:space-between;}
	body .column-group.tablet-flex-group-justify::after {content:none;}
}

/*Mobile Only*/
@media (max-width: 767px) {
	body .column-group.mobile-flex-group-justify {justify-content:space-between;}
	body .column-group.mobile-flex-group-justify::after {content:none;}
}
		
		
.arrow-hook:hover .arrow-right {
	animation: 0.8s cubic-bezier(1, 0, 0, 1) 0s normal none 1 running arrow-right;
}


@keyframes arrow-right {
	0% {
		transform: translateX(0%);
	}
	50% {
		transform: translateX(100%);
	}
	50.1% {
		transform: translateX(-100%);

	}
	100% {
		transform: translateX(0%);
	}
}		
		







/* Dual Images - Fade */

html .dual-image-hook.dual-image-fade {opacity:1;}
html .dual-image-hook.dual-image-fade .dual-image:last-of-type {z-index:0;}
html .dual-image-hook.dual-image-fade .dual-image,
html .dual-image-hook.dual-image-fade:hover .dual-image,
html .dual-image-hook.dual-image-fade.cb-trigger-element-hover .dual-image{transform: translateX(0); transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;}
html .dual-image-hook.dual-image-fade:hover .dual-image:first-of-type,
html .dual-image-hook.dual-image-fade.cb-trigger-element-hover .dual-image:first-of-type {opacity:0;}									
html body #bth-site-wrap .button.button-slide.cb-trigger-element-hover { color: #FFF; }
html body #bth-site-wrap .button.button-slide.cb-trigger-element-hover::before { width: 100%; }
	




/* -------------------------------------------------------------- */





.shift-type-slide-up.shift-active .shift-container {
	transform: translateY(0%);
}
.shift-type-slide-up .shift-container {
	right: 0;
	transform: translateY(100%);
	transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.shift-type-slide-up .shift-copy-content {background-color:#FFF; min-height:100%; height:auto;}
	
/*Desktop Only*/
@media all and (min-width: 1021px) {
	.shift-type-slide-up .esp-close-button {margin-top: 80px;}
	.shift-type-slide-up .shift-container {padding-top: 80px;}
}

/*Tablet Only*/
@media all and (min-width: 768px) and (max-width: 1020px){
	.shift-type-slide-up .esp-close-button {margin-top: 60px;}
	.shift-type-slide-up .shift-container {padding-top: 60px;}
}
	
/* -------------------------------------------------------------- */


@media all and (min-width: 768px) { /* Tablet and up */
	.collage-text {position:absolute; top:58%; left:0px; right:0; padding-top:0px!important; padding-left:40px!important;}
	.collage-text-inner {
		width:450px;
		max-width:33%;
	}
}	


/* -------------------------------------------------------------- */

/*Desktop Only*/
@media all and (min-width: 1021px) {
	.banner-offset-element { margin-top:-340px; }
}

/*Tablet Only*/
@media all and (min-width: 768px) and (max-width: 1020px){
	.banner-offset-element { margin-top:-280px; }
}

/*Mobile Only*/
@media (max-width: 767px) {
	.banner-offset-element { margin-top:-220px; }
}


/* -------------------------------------------------------------- */

/*Tablet Only*/
@media all and (min-width: 768px) { /* Tablet and up */

	.offset-group .offset-group-item:nth-child(3n+1) .offset-group-item-inner {
		display: flex;
		flex-direction: column;
		align-self: flex-start;
		text-align:right;
	}
	.offset-group .offset-group-item:nth-child(3n+2) .offset-group-item-inner {
		display: flex;
		flex-direction: column-reverse;
		align-self: flex-start;
		text-align:left;
		padding-top:40px; 
	}
	
	.offset-group .offset-group-item:nth-child(3n+3) .offset-group-item-inner {
		display: flex;
		flex-direction: column;
		align-self: flex-start;
		text-align:left; 
	}

	@media all and (min-width: 1021px) {
		.offset-group .offset-group-item:nth-child(3n+2) .offset-group-item-inner {
			padding-top:80px; 
		}
	} 
}

/*Mobile Only*/
@media (max-width: 767px) {
	.offset-group-item-under .offset-group-item-under-table.instagram-info {
		float: none !important;
		transform: scale(0.8);
		transform-origin: top center;
		margin: 0 auto; 
	}
}


.column-group.kill-last-sep .column.menu-sep:last-of-type {display:none}


/* RANDOM IMAGE FADE */
.image-group.image-group_active .image-group-image:not(:first-of-type):last-of-type,
.image-group:hover .image-group-image:not(:first-of-type):last-of-type {
	opacity: 0;
}
.image-group .image-group-image,
.image-group.image-group_active:hover .image-group-image:not(:first-of-type):last-of-type {
	opacity: 1;
	transition: opacity 0.6s ease-in-out 0s;
}

.woocs_price_code del .woocommerce-Price-amount { opacity: 0.6; margin-right: 10px; } .woocs_price_code ins { text-decoration:none; }

.esp-image-zoom-container .esp-image-zoom { cursor:all-scroll; }
.esp-image-zoom-container.zoom-on-tap .esp-image-zoom { cursor:zoom-in; }
.esp-image-zoom-container.zoom-on-tap.zoom-activated .esp-image-zoom { cursor:zoom-out; }

/*Desktop Only*/
@media all and (min-width: 1021px) {
	.desktop-esp-image-zoom-container .esp-image-zoom { cursor:all-scroll; }
	.desktop-esp-image-zoom-container.zoom-on-tap .esp-image-zoom { cursor:zoom-in; }
	.desktop-esp-image-zoom-container.zoom-on-tap.zoom-activated .esp-image-zoom { cursor:zoom-out; }
}

/*Tablet Only*/
@media all and (min-width: 768px) and (max-width: 1020px){
	.tablet-esp-image-zoom-container .esp-image-zoom { cursor:all-scroll; }
	.tablet-esp-image-zoom-container.zoom-on-tap .esp-image-zoom { cursor:zoom-in; }
	.tablet-esp-image-zoom-container.zoom-on-tap.zoom-activated .esp-image-zoom { cursor:zoom-out; }
}

/*Mobile Only*/
@media (max-width: 767px) {
	.mobile-esp-image-zoom-container .esp-image-zoom { cursor:all-scroll; }
	.mobile-esp-image-zoom-container.zoom-on-tap .esp-image-zoom { cursor:zoom-in; }
	.mobile-esp-image-zoom-container.zoom-on-tap.zoom-activated .esp-image-zoom { cursor:zoom-out; }
}

html body .fullscreen-gallery-enabled .fullscreen-gallery-link,
html body .fullscreen-gallery-enabled .fullscreen-gallery-link * {
	cursor: pointer!important;
}

.basket-item {position: relative;}
.menu-in-basket {
    padding-left: 6px;
    font-size: 12px;
    color: inherit!important;
    transition: color 0.3s ease-in-out 0s;
    height: 100%;
    line-height: 6px;
    bottom: 0;
    transform: translateY(50%);
}

/* PREV NEXT SPACER FOR WOO SINGLE GALLERY */ 

@media all and (min-width: 1279px) {
	body .prev-next-offset-gallery-nav {padding-left:60px!important;}
} 

@media all and (min-width: 1021px) and (max-width: 1278px) {
	body .prev-next-offset-gallery {padding-left:60px!important;}
}

@media all and (min-width: 1279px) {
	body .prev-next-offset-gallery {padding-left:20px!important;}
}

.showcase-gallery-wide .quantity-group {
	margin-bottom: -20px!important;
}
.showcase-gallery-wide .quantity-group > .column {
	display: inline-block!important;
}

/* OVERWRITE FOR THE CURRENCY CONVERSION */
html body .woocommerce-currency-switcher option {
	height: auto;
	padding-bottom: 0;
}



/* -------------------------------------------------------------- */




	.fill-primary-bg { fill:#fffbf6; /* OLD was #fcf4e9 */ }
	.stroke-primary-bg { stroke:#fffbf6; /* OLD was #fcf4e9 */ }
	.primary-bg { background-color:#fffbf6; /* OLD was #fcf4e9 */ } 
	/* SAME AS ABOVE */
	@media all and (min-width: 1021px) { body .desktop-primary-bg { background-color:#fcf4e9; } }
	@media all and (min-width: 768px) and (max-width: 1020px) { body .tablet-primary-bg { background-color:#fcf4e9; } }
	@media (max-width: 767px) { body .mobile-primary-bg { background-color:#fcf4e9; } }






/* -------------------------------------------------------------- */



.woocommerce form, .woocommerce table,

div[class*="alert-"]:not(.form-field),
html .woocommerce-error,
html .woocommerce-info,
html .woocommerce-message { text-align:left; }

#main-content .woocommerce-notices-wrapper .message-container {
    padding-bottom: 40px;
}

html body .first-element-display-none > :first-child { display:none; }

#customer_details.col2-set,
#customer_details.col2-set .col-1,
#customer_details.col2-set .col-2 { width:100%; float:none;}

#customer_details.col2-set .col-2 { padding-top:60px;}
#customer_details.col2-set .col-2 .shipping_address { padding-bottom:60px; }

/*Mobile Only*/
@media (max-width: 767px) {	
	html #customer_details.col2-set .col-2 {
		padding-top: 40px;
	}
	
	html #customer_details.col2-set .col-2 .shipping_address {
		padding-bottom: 40px;
	}
}

html .woocommerce-Addresses header {
	padding:0p;
}
.woocommerce-account .addresses .title h3 {
	margin: 0px;
	float: none;
}

.woocommerce-account .addresses .title .edit {
    float: left;
    margin: 10px 0 15px;
    position: relative;
}

.woocommerce-address-fields > *:last-child {
	margin-bottom: 0!important;
}


.single-woocommerce-my-account table {
    font-size: 0.8750em !important /* 14px from 16px base */;
}

html body #bth-site-wrap table .button:disabled,
html body #bth-site-wrap table input#submit,
html body #bth-site-wrap table input[type="submit"],
html body #bth-site-wrap table input[type="button"],
html body #bth-site-wrap table input[type="reset"],
html body #bth-site-wrap table .button,
html body #bth-site-wrap table button {
	padding: 13px 19px !important;
	letter-spacing: 1px !important;
}

html body #bth-site-wrap .woocommerce-Address address {padding-left:0; padding-right:0;}

.woocommerce input + span em,
.woocommerce-password-hint {
    font-style: normal;
    opacity: 0.6;
    padding-top: 8px;
    display: block;
}
.justify-menu .nav-menu li a {
	padding-left: 10px;
	padding-right: 10px;
}

html .woocommerce form .form-row label, html .woocommerce-page form .form-row label, label {
	margin: 0 0 0.4em;
}

html body #bth-site-wrap table .button {margin-right:5px}
html body #bth-site-wrap table .button:last-of-type {margin-right:0px}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
	position:static;
}

.woocommerce .woocommerce-customer-details address {
	border-radius: 0px;
	border-width: 1px;
	padding: 16px 20px;
	line-height: 2.3em;
	margin-bottom:0;
}


/* Woocommerce Spacing */
.woocommerce-form-row + fieldset,
section[class*='woocommerce-'] + section[class*='woocommerce-'],
[class*='woocommerce-'] + h2,
table.woocommerce-table + header {margin-top:60px!important;}

/*Mobile Only*/
@media (max-width: 767px) {
	.woocommerce-form-row + fieldset,
	section[class*='woocommerce-'] + section[class*='woocommerce-'],
	[class*='woocommerce-'] + h2,
	table.woocommerce-table + header {margin-top:40px !important;}
}

html body .single-woocommerce-my-account {text-align:center;}

.the-content-container .woocommerce-MyAccount-content a:not(.button) { border-bottom: 1px dotted; }
.the-content-container .woocommerce-MyAccount-content .link-underline-animate a:not(.button) { border-bottom: none; }

.woocommerce-password-strength {
	margin-top: 1em;
	font-weight: normal;
}

.woocommerce table.my_account_orders {font-size:1em;}

.my-account-menu-container {
	margin-left: -10px;
	margin-right: -10px;
}

.my-account-menu .menu-item-inner { position:relative; padding-bottom:4px; }

.my-account-menu .menu-item-inner:after {
	content:"";
	display:block;
	border-bottom:1px solid; opacity:1; position:absolute; top: auto;bottom:0;
	width:0%;
	transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s;
	pointer-events:none;
}

.my-account-menu .is-active .menu-item-inner:after,
.my-account-menu .menu-item-inner:hover:after {
	width: 100%;
}

.my-account-menu .menu-item-inner:hover:after {
	animation: 1.24s cubic-bezier(1, 0, 0, 1) 0s normal none 1 running strike-loop;
}

[class*="content-block-wrap"] form {padding-left:0px!important;padding-right:0px!important;}

@media (max-width: 767px) {
	.u-columns [class*='col-']:not(.col-1) {margin-top:20px;}
}

.checkout.woocommerce-checkout #order_review_heading {padding-top:60px;}
.checkout.woocommerce-checkout .woocommerce-account-fields {padding-top:20px;}
form .woocommerce-NoticeGroup:first-child {padding-bottom:20px;}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	border-radius:0px;
}

.woocommerce-MyAccount-content {
	float:none!important;
}

/*
.woocommerce .woocommerce-order-details :last-child {
	margin-bottom: 1.1em!important;
} */
.form-field-recaptcha.align-center .g-recaptcha div {
	width: 100% !important;
}


/* Woocommerce Proceed to Checkout */

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
	padding: 0 !important;
}

input[type="number"] { min-width: 70px; } /* SHOULD BE IN USEFUL THEME */

.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
	padding-right:10px;
}

.woocommerce .order-again {margin-bottom:0px;}

td.actions .coupon {margin-right:10px;}

td.actions .coupon #coupon_code  { width: auto!important; padding: 13px 10px!important; float:none!important; margin: 0 10px 0 0!important; line-height: 0!important; }

td.actions .coupon #coupon_code + .button {width:auto!important;}

html body .the-content_dynamic-central.align-left .loop-inner .the-content-container > ol li,
html body .the-content_dynamic-central.align-justify .loop-inner .the-content-container > ol li,
html body .the-content_dynamic-central.align-justify-center .loop-inner .the-content-container > ol li {
    list-style-position: initial;
    margin-left: 1.8em;
}

html body .align-inherit {text-align:inherit!important; }
html body form label {text-align:left; text-align-last: left;}
html input[type="checkbox"] + label, html input[type="radio"] + label {
    display: inline;
    vertical-align: baseline;
}

html body .column-group.flex-group.flex-row {
	display: flex;
	flex-direction: column;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
}

html body .column-group.flex-group.flex-row::after {
	content:none;
}

html body .woocommerce .woocommerce-notices-wrapper:first-child + p.cart-empty,
html body .woocommerce .woocommerce-notices-wrapper:first-child + p.cart-empty +.return-to-shop,
html body .woocommerce p.cart-empty:first-child,
html body .woocommerce p.cart-empty:first-child + .return-to-shop {
    text-align: center;
}

html body .woocommerce .woocommerce-notices-wrapper:first-child + p.cart-empty { margin-bottom: 0px!important; }
html body .woocommerce .woocommerce-notices-wrapper:first-child + p.cart-empty + .return-to-shop { margin-top: 2em!important; display:none; }


#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
	display: inline-block;
	margin: -2px .5em 0 .5em;
}

.woocommerce-checkout #payment ul.payment_methods li input[type="checkbox"],
.woocommerce-checkout #payment ul.payment_methods li input[type="radio"] {
	float:none;
	margin-top: 0px !important;
}

.woocommerce-checkout #payment #pwgc-redeem-gift-card-form {
    margin-bottom: 2em;
}

[class*="__field-wrapper"] > :last-child {
	margin-bottom: 0px !important;
}


html .woocommerce [class*="add_to_cart_button"]:after {
    font-family: WooCommerce;
	margin-left: .5em!important;
	position: absolute!important;
	font-size: 0.8em!important;
    vertical-align: bottom;
	letter-spacing: 0px!important;
	right: auto!important;
	animation: none!important;
	-webkit-animation: none!important;
	transform: translateY(-50%)!important;
	top: 50%!important;
	content: '\e039'!important;
	opacity:0!important;
	font-style:normal!important;
}

html .woocommerce [class*="add_to_cart_button"].loading:after {
	font-weight: bold!important;
	opacity:1!important;
}

html .woocommerce [class*="add_to_cart_button"].added:after {
	opacity:1!important;
	content: '\e017'!important;
	font-style:normal!important;
}

html body .button + .added_to_cart.wc-forward {display:none!important;}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	margin-bottom:0px;
}

.the-content_dynamic-central.align-center .form-field-recaptcha.align-center:not( .align-left ) .g-recaptcha div,
html form.align-center .form-field-recaptcha.align-center:not( .align-left ) .g-recaptcha div,
html body .form-field-recaptcha.align-center .g-recaptcha div {
	width: 100% !important;
}

body.woocommerce-page.single-product .first-payment-date {display:none;}
html .woocommerce div.product form.cart .variations{margin-bottom:0em;}
html .woocommerce div.product form.cart{margin-bottom:0em;}
html .single-product-price del,html .archive-product-price del{opacity:0.3;padding-right:8px;}
html .single-product-price del + ins, html .archive-product-price del + ins{text-decoration:none;}
html .basket-preview-price del {opacity:0.5;padding-right:8px;}
html .basket-preview-price del + ins{text-decoration:none;}

html .woocommerce div.product form.cart .woocommerce-variation-description p {
	text-align: center;
	margin: -0.375em 0;
	padding-bottom: 20px;
}

html div.product .woocommerce-variation-price .price {
	text-align: center;
	margin: -0.375em 0;
	padding-bottom: 20px;
	display:block;
}

html div.product .woocommerce-variation + * {
    padding-top: 0;
}
html div.product .woocommerce-variation-price del + ins {
	text-decoration:none;
}	

.product .quantity {
    width: 100%;
}

html .woocommerce td.product-name p.backorder_notification {
    margin: 0;
}

.sale-icon-container {
	margin: 30px 0 0 22px;
}

.sale-icon {
	transform: scale(0.75) rotate(-10deg);
}

.sale-icon::before {
    width: 170%;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #000;
    content: "";
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    padding-bottom: 170%;
}

.custom-pagination .current-page {
	border-bottom: 1px solid;
}

/*Mobile Only*/
@media (max-width: 767px) {
	/*
	.woocommerce-main-cart {
		margin-left: -20px!important;
		margin-right: -20px!important;	
	}
	
	.woocommerce-main-cart table td {
		padding-left: 20px!important;
		padding-right: 20px!important;	
	} */ 
	
	html td.actions .coupon {
		margin-right: 0px;
	}
	
	html td.actions .coupon #coupon_code {
		margin:0px!important;
		width: 100% !important;
		margin-bottom: .5em!important;
	}
	
	html td.actions .coupon #coupon_code + .button {
		margin:0px!important;
		width: 100% !important;
	}
}
/*Mobile Only*/
@media (max-width: 767px) {
	.woocommerce-MyAccount-downloads-file.button {
		width:100%!important;
		margin-top:5px!important;
	}
}
.woocommerce div.product p.price, .woocommerce div.product span.price {color:#000!important;}
.return-to-shop {margin-bottom:0!important}

.index-item .ajax_add_to_cart + .added_to_cart.wc-forward {display:none!important;}

/* Comments */

#comments .children { margin:0; }
#comments .form-submit {margin:0;}
.comment-form-cookies-consent {
	margin-left: auto;
	margin-right: auto;
	display: table;
}
.comment-form-cookies-consent label {margin:0;}

#comments .children > div {
	padding-left: 6%!important;
}

#respond .comment-notes {margin: -0.375em 0}

.align-center .logged-in-as-container {width:100%;}

#cancel-comment-reply-link {transition:opacity 0.3s ease-in-out 0s; opacity:0.4;}
#cancel-comment-reply-link:hover {opacity:1;}

.fancy-links-animate :not(div):not(span):not([class*="column"]) a:not(.button),
.fancy-links-animate .the-content-container :not(div):not(span):not([class*="column"]) a:not(.button) {
    text-decoration: none;
    transition: background-size 0.15s linear 0s;
    background-image: linear-gradient(to bottom, currentColor 0%, currentColor 100%);
    background-size: 0 5%;
    background-repeat: no-repeat;
    background-position: 0 calc(100% - 0.05em);
    overflow: hidden;	
}

input[type="checkbox"]#wp-comment-cookies-consent {float:left;}
input[type="checkbox"]#wp-comment-cookies-consent + label {
    margin: 0; line-height: 1em; display: flex;
}


.fancy-links-animate.fancy-links-reverse :not(div):not(span):not([class*="column"]) a:not(.button),
.fancy-links-animate.fancy-links-reverse .the-content-container :not(div):not(span):not([class*="column"]) a:not(.button) {
    background-size: 100% 5%;
}

.fancy-links-animate :not(div):not(span):not([class*="column"]) a:not(.button):hover,
.fancy-links-animate .the-content-container :not(div):not(span):not([class*="column"]) a:not(.button):hover {
	background-size: 100% 5%;	
}

.fancy-links-animate.fancy-links-reverse :not(div):not(span):not([class*="column"]) a:not(.button):hover,
.fancy-links-animate.fancy-links-reverse .the-content-container :not(div):not(span):not([class*="column"]) a:not(.button):hover {
	background-size: 0% 5%;	
}

.woocommerce_account_subscriptions .no_subscriptions {margin-bottom:0; text-align:center;}



/* TRANSLATE UP/DOWN ELEMENTS */


[class*='translate-up'],[class*='translate-down'] {transition: transform 0.5s cubic-bezier(0.2, 0.96, 0.34, 1) 0s}
                
.translate-up-1of1 { transform: translateY(-100%) }
.translate-down-1of1 { transform: translateY(0%) }
                
html .translate-hook .translate-up-hover-1of1 { transform: translateY(0%) }
html .translate-hook:hover .translate-up-hover-1of1,
html .translate-up-hover-1of1:hover { transform: translateY(-100%) }
        
html .translate-hook .translate-down-hover-1of1 { transform: translateY(-100%) }
html .translate-hook:hover .translate-down-hover-1of1,
html .translate-down-hover-1of1:hover { transform: translateY(0%) }

/*Desktop Only*/
@media all and (min-width: 1021px) {
html .desktop-translate-up-1of1 { transform: translateY(-100%) }
html .desktop-translate-down-1of1 { transform: translateY(0%) }
                
html body .translate-hook .desktop-translate-up-hover-1of1 { transform: translateY(0%) }
html body .translate-hook:hover .desktop-translate-up-hover-1of1,
html body .desktop-translate-up-hover-1of1:hover { transform: translateY(-100%) }
        
html body .translate-hook .desktop-translate-down-hover-1of1 { transform: translateY(-100%) }
html body .translate-hook:hover .desktop-translate-down-hover-1of1,
html body .desktop-translate-down-hover-1of1:hover { transform: translateY(0%) }
}

/*Tablet Only*/
@media all and (min-width: 768px) and (max-width: 1020px){
html .tablet-translate-up-1of1 { transform: translateY(-100%) }
html .tablet-translate-down-1of1 { transform: translateY(0%) }
                
html body .translate-hook .tablet-translate-up-hover-1of1 { transform: translateY(0%) }
html body .translate-hook:hover .tablet-translate-up-hover-1of1,
html body .tablet-translate-up-hover-1of1:hover { transform: translateY(-100%) }
        
html body .translate-hook .tablet-translate-down-hover-1of1 { transform: translateY(-100%) }
html body .translate-hook:hover .tablet-translate-down-hover-1of1,
html body .tablet-translate-down-hover-1of1:hover { transform: translateY(0%) }
}

/*Mobile Only*/
@media (max-width: 767px) {
html .mobile-translate-up-1of1 { transform: translateY(-100%) }
html .mobile-translate-down-1of1 { transform: translateY(0%) }
                
html body .translate-hook .mobile-translate-up-hover-1of1 { transform: translateY(0%) }
html body .translate-hook:hover .mobile-translate-up-hover-1of1,
html body .mobile-translate-up-hover-1of1:hover { transform: translateY(-100%) }
        
html body .translate-hook .mobile-translate-down-hover-1of1 { transform: translateY(-100%) }
html body .translate-hook:hover .mobile-translate-down-hover-1of1,
html body .mobile-translate-down-hover-1of1:hover { transform: translateY(0%) }
}

.the-content_dynamic-central.align-center .loop-inner .the-content-container > blockquote,
.the-content_dynamic-central.align-center .loop-inner .the-content-container > h1,
.the-content_dynamic-central.align-center .loop-inner .the-content-container > h2 {
	max-width: 590px;
}

/*Mobile Only*/
@media (max-width: 767px) {
	.the-content_dynamic-central[class*="align-"].mobile-align-left .loop-inner .the-content-container > h1,
	.the-content_dynamic-central[class*="align-"].mobile-align-left .loop-inner .the-content-container > h2 {
		max-width: 490px;
	}
}

.the-content_dynamic-central.dynamic-central-medium .loop-inner .the-content-container > p,
.the-content_dynamic-central.dynamic-central-medium .loop-inner .the-content-container > .separator,
.the-content_dynamic-central.dynamic-central-medium .loop-inner .the-content-container > ul,
.the-content_dynamic-central.dynamic-central-medium .loop-inner .the-content-container > ol,
.the-content_dynamic-central.dynamic-central-medium .loop-inner .the-content-container > dl,
.the-content_dynamic-central.dynamic-central-medium .loop-inner .the-content-container > h2,
.the-content_dynamic-central.dynamic-central-medium .loop-inner .the-content-container > h3,
.the-content_dynamic-central.dynamic-central-medium .loop-inner .the-content-container > h4,
.the-content_dynamic-central.dynamic-central-medium .loop-inner .the-content-container > h5,
.the-content_dynamic-central.dynamic-central-medium .loop-inner .the-content-container > h6,
.the-content_dynamic-central.dynamic-central-medium .loop-inner .the-content-container > blockquote {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
 
.the-content_dynamic-central.dynamic-central-fill .loop-inner .the-content-container > * {
	max-width: none!important;
} 
 
.the-content-classic .the-content-container .wp-caption.alignnone,
.the-content-classic .the-content-container .wp-caption.aligncenter,
.the-content-classic .the-content-container table,
.the-content-classic .the-content-container .bth-content-element,
.the-content-classic .the-content-container .gallery,
.the-content-classic .the-content-container .custom-image.alignnone,
.the-content-classic .the-content-container .custom-image.aligncenter,
.the-content-classic .the-content-container .blockquote-container,
.the-content-classic .the-content-container .custom-image.size-full,
.the-content-classic .the-content-container .wp-caption.size-full {
    margin-bottom: 2em;
    margin-top: calc(2em - 0.375em);
} 
 
/*  
html body .the-content-container > p:first-child,
html body .leading-text > p:first-child {
  font-weight:700;
font-size: 1.05em;
}*/

body .the-content-container.kill-last-margin-bottom > *:last-child:not([class*="margin-bottom-neg"]),
body .the-content-container.kill-last-margin-bottom > *:last-child .content-element {margin-bottom:0px!important;}
body .the-content-container.kill-first-margin-top > :first-child > * {margin-top:0px!important;}

html body .the-content-container.kill-last-margin-bottom > p:last-child:not([class*="margin-bottom-neg"]),
html body .the-content-container.kill-last-margin-bottom > h1:last-child:not([class*="margin-bottom-neg"]), 
html body .the-content-container.kill-last-margin-bottom > h2:last-child:not([class*="margin-bottom-neg"]), 
html body .the-content-container.kill-last-margin-bottom > h3:last-child:not([class*="margin-bottom-neg"]), 
html body .the-content-container.kill-last-margin-bottom > h4:last-child:not([class*="margin-bottom-neg"]), 
html body .the-content-container.kill-last-margin-bottom > h5:last-child:not([class*="margin-bottom-neg"]), 
html body .the-content-container.kill-last-margin-bottom > h6:last-child:not([class*="margin-bottom-neg"]),
html body .the-content-container.kill-last-margin-bottom > ul:last-child:not([class*="margin-bottom-neg"]),
html body .the-content-container.kill-last-margin-bottom > ol:last-child:not([class*="margin-bottom-neg"]) {
    margin-bottom: -0.375em !important;
}

.the-content_dynamic-central .loop-inner > ul > li:last-child { margin-bottom: 0px!important; }

.the-content_dynamic-central .loop-inner .content-element .content-element { margin: 0px!important; }

body .the-content-classic.kill-last-margin-bottom > *:last-child > li:last-child { margin-bottom: 0; }

.the-content-classic .the-content-container > h3 {
	font-size: 1.2em;
	margin-bottom: 1.4em;
}
.the-content-classic .the-content-container > p + h3 {
	margin-top: 0;
}


.nav-bar-horizontal-default  .horizontal-menu > li:first-of-type {margin-left:0px!important;}



/*** Close Button ***/
.shift-copy-stripe-menu .esp-close-button {
	right: auto;
	left: 40px;
	top: 40px;
}

/*Mobile Only*/
@media (max-width: 767px) {	
	/*** Close Button ***/
	.shift-copy-stripe-menu .esp-close-button {
		right: auto;
		left: 20px;
		top: 20px;
	}
}


/* END ONLY PLF*/


/*****VERY TEMP*****/

.the-content_dynamic-central .loop-inner .the-content-container > img {
	width:100%;
	max-width:750px;	
}
.the-content_dynamic-central .loop-inner .the-content-container .esp-size-medium,
.the-content_dynamic-central .loop-inner .the-content-container .gallery-size-medium,
.the-content_dynamic-central .loop-inner .the-content-container .size-medium {
	width:100%;
	max-width:710px;
}

svg { display:block; }

.woocommerce-form-login > :last-child,
.woocommerce-form-register > :last-child {margin-bottom:0px!important;}

.banner.trans-header input#s::placeholder { color: currentColor; opacity: 1; }

#searchform-minimal + #categories-sticky-container { padding-top:60px; }
@media all and (max-width: 1020px){
	#searchform-minimal + #categories-sticky-container { padding-top:15px; }
}
@media all and (max-width: 1020px){
	#search-returned + #categories-sticky-container { padding-top:40px; }
}


#searchform-minimal + #categories-sticky-container { padding-top:60px; }
@media all and (max-width: 1020px){
	#searchform-minimal + #categories-sticky-container { padding-top:15px; }
}
@media all and (max-width: 1020px){
	#search-returned + #categories-sticky-container { padding-top:40px; }
}

#hero-container-middle .desktop-br + .desktop-br {display:none;}

/* EDITORIAL HR */
/*
.the-content_dynamic-central .loop-inner .the-content-container > hr {
    display: none;
}
*/

body #bth-site-wrap hr::before {
	content: "";
	background-color: currentColor;
	width: 100%;
	display: inline-block;
	line-height: 0;
	position: relative;
	vertical-align: super;
	height: 1px;
}
body #bth-site-wrap hr {
	color:currentColor;
	width:100%;
	margin-bottom: calc(2.6em);
	margin-top: calc(2.6em - 0.375em);
}
body #bth-site-wrap hr {
	margin-left: auto;
	margin-right: auto;
	max-width: 490px;
	padding-left: 20px;
	padding-right: 20px;
}
body #bth-site-wrap .the-content_dynamic-central.dynamic-central-medium .loop-inner .the-content-container > hr {
	max-width: 750px;
}

/*Above Mobile Only*/
@media (min-width: 768px) {
	body .the-content_dynamic-central .loop-inner .the-content-container hr {
		margin-bottom: calc(3em);
		margin-top: calc(3em - 0.375em);
	}
}

body.base_theme_stories .the-content_dynamic-central .loop-inner .the-content-container .custom-image + h6,
body.base_theme_stories .the-content_dynamic-central .loop-inner .the-content-container .bth-content-element + h6,
body.base_theme_stories .the-content_dynamic-central .loop-inner .the-content-container .gallery + h6 {
    margin-top: -1.575em;
}



.solid-border-top { border-top: 1px solid currentColor; }
.solid-border-bottom { border-bottom: 1px solid currentColor; }
.solid-border-right { border-right: 1px solid currentColor; }
.solid-border-left { border-left: 1px solid currentColor; }


/* AUDIO */

html body .mejs-offscreen + .wp-audio-shortcode { margin-top: 0px!important; }

html body .wp-audio-shortcode {
	width: calc(100% - 40px)!important;
	max-width: 710px;
	margin: calc(3em - 0.375em) auto 3em;
	background-color: rgba(0,0,0,0.6);
}
html.global-hook .dark-background .wp-audio-shortcode {
	width: calc(100% - 8px)!important;
	max-width:738px;
    background-color: rgba(0,0,0,0);
}

html body .mejs-container .mejs-controls { background: none; }
html body .mejs-controls .mejs-time-rail .mejs-time-current { background: rgba(255,255,255,1); }
html body .mejs-controls .mejs-time-rail .mejs-time-loaded { background: none; }
html body .mejs-time-float { background: rgba(255,255,255,1); }
    
html.global-hook [class*="-background"] #bth-site-wrap .mejs-button > button,
html.global-hook [class*="-background"] #bth-site-wrap .mejs-button > button:hover {
	padding: 0px!important;
	border: none!important;
	background-color: transparent!important;
}
html.global-hook [class*="-background"] #bth-site-wrap .mejs-button > button::before,
html.global-hook [class*="-background"] #bth-site-wrap .mejs-button > button:hover::before {
	content: none!important;
	display: none!important;
}

/* AUDIO PLAYLIST */

html body .wp-audio-playlist .wp-playlist-current-item,
html body .wp-audio-playlist .wp-playlist-current-item *,
html body .wp-audio-playlist .wp-playlist-caption,
html body .wp-audio-playlist .wp-playlist-playing { color: currentcolor; }
html body .wp-audio-playlist .wp-playlist-playing { background: none; }
html body .wp-audio-playlist .wp-playlist-current-item .wp-playlist-item-title {
	margin: -0.375em 0; 
	text-align: center;
}
html body .wp-audio-playlist .wp-playlist-current-item .wp-playlist-item-title::before {content: "Playing: "; }
html body .wp-audio-playlist .wp-playlist-tracks { margin-top: 0px; }
html body .wp-audio-playlist .wp-playlist-current-item {
	height: auto;
	margin: auto;
}
html body .wp-audio-playlist .wp-playlist-caption,
html body .wp-audio-playlist .wp-playlist-current-item { overflow: visible; }
html body .wp-audio-playlist .wp-playlist-caption { max-width: 100%; }
html body .wp-audio-playlist {
	color: currentcolor;
	width: calc(100% - 40px)!important;
	max-width: 710px;
	margin: calc( 4em - 0.375em ) auto calc( 4em );
	padding: 0;
	border: none;
	background: none;
}
html body .wp-audio-playlist .wp-playlist-current-item img { display:none; }
html body .wp-audio-playlist .wp-playlist-item {
	padding: 10px 0px;
	border-bottom: 1px solid currentColor;
	position: relative;
}
.wp-playlist-item-length { top: 10px; }
html body .wp-audio-playlist .mejs-container {
	width: 100%!important;
	max-width:none;
	margin: 20px 0 10px;
	background-color: rgba(0,0,0,0.6);
}
html.global-hook .dark-background .wp-audio-playlist .mejs-container {
	background-color: rgba(0,0,0,0);
}


html.global-hook .dark-background .mejs-button.mejs-playpause-button.mejs-play > button {margin-left:0px!important}
html.global-hook .dark-background .wp-audio-playlist .mejs-button.mejs-playpause-button.mejs-play { margin-left: -4px; }
html.global-hook .dark-background .wp-audio-playlist .mejs-container { margin: 10px 0 0;}
html.global-hook .dark-background .wp-audio-playlist .mejs-container .mejs-controls {
	background-color: rgba(0,0,0,0);
	padding:0;
}

/* VIDEO */

html body .gallery-video-container .mejs-container,
html body .gallery-video-container .mejs-container video {
	clear: both;
	max-width: 100%;
	height: 100%!important;
	width: 100%!important;
}


/* SHIFT MENU */

.shift-modal-bg,
.shift-modal-bg-after {
  position:relative;
}

.shift-modal-bg-after::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
}

/* Shift Type Menu */
.shift-type-shift-menu .shift-container {
	left: 0;
	transform: translateX(-100%);
	transition: transform 1.5s cubic-bezier(.19, 1, .22, 1) 0s
}
[class*="shift-enabled-"] .shift-animation-started.shift-type-shift-menu .shift-container {
	transform: translateX(0);
}

/* Stripe Type Menu */
.shift-modal-bg-after::after {
    top: -100%;
	transition: top 0.3s ease-in-out 0.2s;
}
[class*="shift-enabled-"] .shift-animation-started .shift-modal-bg-after::after {
	top: 0%;
	transition: top 0.3s ease-in-out 0s;
}
/* Menu Item / Element Fade In */
.shift-outer  .menu-item {
	transition:opacity 0.4s ease-in-out 0s;
	opacity:0;
}
[class*="shift-enabled-"] .shift-animation-started  .menu-item {opacity:1; transition-delay:0.3s}
[class*="shift-enabled-"] .shift-animation-started  .menu-item + .menu-item {transition-delay:0.35s}
[class*="shift-enabled-"] .shift-animation-started  .menu-item + .menu-item + .menu-item {transition-delay:0.4s}
[class*="shift-enabled-"] .shift-animation-started .menu-item + .menu-item + .menu-item + .menu-item {transition-delay:0.45s}
[class*="shift-enabled-"] .shift-animation-started .menu-item + .menu-item + .menu-item + .menu-item + .menu-item {transition-delay:0.5s}
[class*="shift-enabled-"] .shift-animation-started .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item {transition-delay:0.55s}
[class*="shift-enabled-"] .shift-animation-started .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item {transition-delay:0.6s}
[class*="shift-enabled-"] .shift-animation-started .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item {transition-delay:0.65s}
[class*="shift-enabled-"] .shift-animation-started .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item {transition-delay:0.7s}
[class*="shift-enabled-"] .shift-animation-started .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item {transition-delay:0.75s}	
[class*="shift-enabled-"] .shift-outer .shift-animation-started .menu-item {opacity:1; transform:translateX(0px); filter:blur(0px); transition-delay:0.3s}
[class*="shift-enabled-"] .shift-outer .shift-animation-started .menu-item + .menu-item {transition-delay:0.35s}
[class*="shift-enabled-"] .shift-outer .shift-animation-started .menu-item + .menu-item + .menu-item {transition-delay:0.4s}
[class*="shift-enabled-"] .shift-outer .shift-animation-started .menu-item + .menu-item + .menu-item + .menu-item {transition-delay:0.45s}
[class*="shift-enabled-"] .shift-outer .shift-animation-started .menu-item + .menu-item + .menu-item + .menu-item + .menu-item {transition-delay:0.5s}
[class*="shift-enabled-"] .shift-outer .shift-animation-started .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item {transition-delay:0.55s}
[class*="shift-enabled-"] .shift-outer .shift-animation-started .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item {transition-delay:0.6s}
[class*="shift-enabled-"] .shift-outer .shift-animation-started .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item {transition-delay:0.65s}
[class*="shift-enabled-"] .shift-outer .shift-animation-started .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item {transition-delay:0.7s}
[class*="shift-enabled-"] .shift-outer .shift-animation-started .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item + .menu-item {transition-delay:0.75s}
.menu-contact .contact-item {
	transition:opacity 0.4s ease-in-out 0s;
	opacity:0;
}

[class*="shift-enabled-"] .shift-animation-started .menu-contact .contact-item {opacity:1; transition-delay:0.3s}
[class*="shift-enabled-"] .shift-animation-started .menu-contact .contact-item + .contact-item {transition-delay:0.4s}
[class*="shift-enabled-"] .shift-animation-started .menu-contact .contact-item + .contact-item + .contact-item {transition-delay:0.5s}
[class*="shift-enabled-"] .shift-animation-started .menu-contact .contact-item + .contact-item + .contact-item + .contact-item {transition-delay:0.6s}
[class*="shift-enabled-"] .shift-animation-started .menu-contact .contact-item + .contact-item + .contact-item + .contact-item + .contact-item {transition-delay:0.7s}
[class*="shift-enabled-"] .shift-animation-started .menu-contact .contact-item + .contact-item + .contact-item + .contact-item + .contact-item + .contact-item {transition-delay:8s}



/*Desktop Only*/
@media all and (min-width: 1021px) {
	.the-content_dynamic-central .loop-inner .the-content-container > form {
		padding-left: 60px;
		padding-right: 60px;
		max-width: 830px;
	}
}
/*Tablet Only*/
@media all and (min-width: 768px) and (max-width: 1020px){
	.the-content_dynamic-central .loop-inner .the-content-container > form {
		padding-left: 40px;
		padding-right: 40px;
		max-width: 750px;
	}
}

/*Desktop Only*/
@media all and (min-width: 1021px) {
	html body #showcase-banner-gallery-container .desktop-width-1of2 {
		width: 50%!important;
	}
}

/*
@media all and (max-width: 1020px){ 
	#showcase-banner-gallery-container {
		height: 80vw!important;
	    max-height: 60vh!important;
	}
} */

@media (max-width: 767px) {
	#showcase-banner-gallery .image-ratio {
	    height: 45vh!important;
	}
}

@media all and (min-width: 768px) and (max-width: 1020px){
	#showcase-banner-gallery .image-ratio { 
	    height: 55vh!important;
	}
}

#showcase-banner-gallery .image-ratio img:not(.bth-player-play-cover-image) {
	width: 100%;	
} 


@media all and (min-width: 1279px) {
	.content-block-wrap-large, .widget-wrap-large .widget-contextual { max-width: 1320px; padding-left:60px;  padding-right:60px; }
	html .widescreen-content-block-wrap-large, html .widescreen-widget-wrap-large .widget-contextual { max-width: 1320px;  padding-left:60px;  padding-right:60px; }
	.content-block-large, .widget-large .widget-contextual  { max-width: 1200px; }
	html .widescreen-content-block-large, html .widescreen-widget-large .widget-contextual { max-width: 1200px; }
	
	
	.content-block-wrap-extra-large, .widget-wrap-extra-large .widget-contextual { max-width: 1720px; padding-left:60px;  padding-right:60px; }
	html .widescreen-content-block-wrap-extra-large, html .widescreen-widget-wrap-extra-large .widget-contextual { max-width: 1720px;  padding-left:60px;  padding-right:60px; }
	.content-block-extra-large, .widget-extra-large .widget-contextual  { max-width: 1600px; }
	html .widescreen-content-block-extra-large, html .widescreen-widget-extra-large .widget-contextual { max-width: 1600px; }
	
}

@media all and (min-width: 768px) and (max-width: 1020px){
	html body .header-lip,
	html body .header-lip + section .hero-header-container-outside-banner {
		width: calc(100% - 200px)!important;
	}
}

/*Mobile Only*/
@media (max-width: 767px) {
	.the-content_dynamic-central .loop-inner .the-content-container > .esp-form { max-width:490px; }
}


/*Desktop Only*/
@media all and (min-width: 1021px) {
	.desktop-verticlal-text {
		transform: rotate(-90deg);
		transform-origin: left top 0;
		left: 0;
		margin-top: calc(100%);
	}
}

/*
html body .flickity-enabled[class*="slider-align-"]:not(.flickity-adaptive-height-enabled) > .flickity-viewport > .flickity-slider {
	display:flex!important;
}

html body .flickity-enabled[class*="slider-align-"]:not(.flickity-adaptive-height-enabled) > .flickity-viewport > .flickity-slider > .column { min-height:100%!important; }

html body .flickity-enabled.slider-align-middle > .flickity-viewport > .flickity-slider > .column > * {
	margin-top:auto!important;
	margin-bottom:auto!important;
}  */

html body .flickity-enabled[class*="slider-align-"]:not(.flickity-adaptive-height-enabled) > .flickity-viewport > .flickity-slider > .column {
    top: 50%;
    transform: translateY(-50%);
} 

html body .flickity-enabled.slider-align-bottom > .flickity-viewport > .flickity-slider > .column > * {
	margin-top:auto!important;
}
/*Mobile Only*/
@media (max-width: 767px) {
	html body .the-content_dynamic-central .loop-inner .shortcode-container > .shortcode-column-group .column:last-of-type *:last-child { margin-bottom: 0; }
	html body .the-content_dynamic-central .loop-inner .shortcode-container { margin-top: 0; margin-bottom: 2em; padding-left: 0; padding-right: 0; }
	.the-content_dynamic-central .loop-inner .the-content-container .shortcode-column-group > .column > p,
	.the-content_dynamic-central .loop-inner .the-content-container .shortcode-column-group > .column > ul,
	.the-content_dynamic-central .loop-inner .the-content-container .shortcode-column-group > .column > ol,
	.the-content_dynamic-central .loop-inner .the-content-container .shortcode-column-group > .column > dl,
	.the-content_dynamic-central .loop-inner .the-content-container .shortcode-column-group > .column > h2,
	.the-content_dynamic-central .loop-inner .the-content-container .shortcode-column-group > .column > h3,
	.the-content_dynamic-central .loop-inner .the-content-container .shortcode-column-group > .column > h4,
	.the-content_dynamic-central .loop-inner .the-content-container .shortcode-column-group > .column > h5,
	.the-content_dynamic-central .loop-inner .the-content-container .shortcode-column-group > .column > h6 {
		max-width: 450px;
		margin-left: auto;
		margin-right: auto;
	}
}


.bth-content-element.gutters-default + .bth-content-element.gutters-default { margin-top: calc(-4em + 20px) !important; }

.bth-content-element.gutters-small + .bth-content-element.gutters-small { margin-top: calc(-4em + 5px) !important; }
.bth-content-element.gutters-none + .bth-content-element.gutters-none { margin-top: -4em !important; }

/*Desktop Only*/
@media all and (min-width: 1021px) {
	.bth-content-element.gutters-large + .bth-content-element.gutters-large { margin-top: calc(-4em + 60px) !important; }
	.bth-content-element.gutters-medium + .bth-content-element.gutters-medium { margin-top: calc(-4em + 40px) !important; }
}

/*Tablet Only*/
@media all and (min-width: 768px) and (max-width: 1020px){
	.bth-content-element.gutters-large + .bth-content-element.gutters-large { margin-top: calc(-4em + 40px) !important; }
	.bth-content-element.gutters-medium + .bth-content-element.gutters-medium { margin-top: calc(-4em + 30px) !important; }
}

/*Mobile Only*/
@media (max-width: 767px) {
	.bth-content-element.gutters-large + .bth-content-element.gutters-large { margin-top: calc(-4em + 20px) !important; }
	.bth-content-element.gutters-medium + .bth-content-element.gutters-medium { margin-top: calc(-4em + 20px) !important; }
}


html body .the-content_dynamic-central .loop-inner .colored-bg-enabled { padding-top:4em!important; padding-bottom:4em!important; }
html body .the-content_dynamic-central .loop-inner .colored-bg-enabled + .bth-content-element { margin-top:calc(0em ) !important; }
html body .the-content_dynamic-central .loop-inner .colored-bg-enabled + .colored-bg-enabled { margin-top:calc(-4em ) !important; }


.flex-group.column-align-bottom > .column > * { margin-top: auto; }
.flex-group.column-align-middle > .column > * { margin-top: auto; margin-bottom: auto; /* HMMMMMM */ }
/*
.the-content-container .content-element {
	margin-top: -2.375em;
	padding-top: 80px;
	margin-bottom: 80px;
}

.the-content_dynamic-central .loop-inner .custom-image + .content-element,
.the-content_dynamic-central .loop-inner .gallery + .content-element,
.the-content_dynamic-central .loop-inner .bth-content-element + .content-element {
	margin-top: -4em;
}

.the-content-container .content-element + .content-element {
	padding-top: 0px;
	margin-top: 0px;
}

.the-content-container .content-element.seamless-element + .content-element.seamless-element,
.the-content-container .content-element.seamless-element-bottomt + .content-element.seamless-element {
    margin-top: -4em;
    margin-top: -4em;
} */

/* Mobile Only */
@media (max-width: 767px) {
	html .the-content-container .content-element {
		padding-top: 60px;
		margin-bottom: 60px;
	}
}


.the-content-container .content-element.content-element-small {
    margin-bottom: 4em!important;
	padding-top:0px!important;
    margin-top: calc(4em - 0.375em)!important;
}


/*Desktop Only*/
@media all and (min-width: 1021px) {
	.hero-border-small {
		padding: 22px;
	}
	.hero-border {
		padding: 40px;
	}
}

/*Tablet Only*/
@media all and (min-width: 768px) and (max-width: 1020px){
	.hero-border-small {
		padding: 16px;
	}
	.hero-border {
		padding: 25px;
	}
}

/*Mobile Only*/
@media (max-width: 767px) {
	.hero-border-small {
		padding: 12px;
	}
	.hero-border {
		padding: 15px;
	}
}

.header-lip {
	transform: translateY(1px);
}


[class*="bth_embed_signup"] div.response {padding-bottom: 25px; margin-bottom: -0.375em;}
[class*="bth_embed_signup"] #mce-error-response {display:none;}
[class*="bth_embed_signup"] #mce-success-response {display:none;}
[class*="bth_embed_signup"] .bth-field-group {padding-bottom:30px;}
[class*="bth_embed_signup"] .bth-embedded-subscribe-form div.mce_inline_error { padding: 10px 0 0 0; margin: 0; background: none;}
html .bth_embed_signup_inline div.response {
padding: 10px 0 0 0!important;
    letter-spacing: 0.5px;
    font-size: 0.8em;
}
html .bth_embed_signup_inline div.response a:before {
    content: "\A";
    white-space: pre;
}


/* LINED FORM */

/*
.js .form_lined-classic .form_lined-classic-field input:valid:focus~label, .js .form_lined-classic .form_lined-classic-field input:invalid:focus~label, .js .form_lined-classic .form_lined-classic-field input:valid~label {
	top: 0.2em!important;
	font-size: 0.85em;
}
*/

.js .form_lined-classic .form_lined-classic-field input:valid~.line, .js .form_lined-classic .form_lined-classic-field input:invalid~.line {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 0px;
	height: 0.07em;
	background-color: black;
	transition: width 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s;
}

.js .form_lined-classic .form_lined-classic-field input:valid:focus~.line, .js .form_lined-classic .form_lined-classic-field input:invalid:focus~.line {
	width: 100%;
}


/* form starting stylings ------------------------------- */

.js .form_lined-classic .form_lined-classic-field {
    position: relative;
	text-align:left;
}

.form-message {
	margin-top: 20px;
}

.form-messages .form-message {
	margin: 0 0 20px!important;
}

.form-messages .form-message:last-of-type {
	margin-bottom: 40px!important;
}

.js .form_lined-classic .form_lined-classic-field input:valid, .js .form_lined-classic .form_lined-classic-field input:invalid {
    padding: 0em 0 0.375em;
    display: block;
    font-weight: normal;
    border-radius: 0;
    font-size: 1em;
	border-width: 0 0 0.07em 0!important;
    border-style: solid!important;
    border-color: currentColor!important;
    box-shadow: none;
    background-color: transparent;
}

.js .form_lined-classic .form_lined-classic-field input:valid:focus ~ label, .js .form_lined-classic .form_lined-classic-field input:invalid:focus ~ label, .js .form_lined-classic .form_lined-classic-field input:valid ~ label {
	top: -1.5em !important;
	font-size: 0.85em;
}

.js .form_lined-classic .form_lined-classic-field input:valid + label, .js .form_lined-classic .form_lined-classic-field input:invalid + label {
	position: absolute;
	pointer-events: none;
	left: 0px;
	right: 0px;
	top: 0.025em;
	transition: 0.2s ease all 0s;
	line-height: inherit;
	margin: 0 !important;
}

/* TEXTAREA */

.js .form_lined-classic .form_lined-classic-field.form-field-textarea {
	margin: -1.6em 0 0 0 !important;
}

.js .form_lined-classic .form-field-textarea.form_lined-classic-field label {
	margin: 0;
	transform-origin: left top 0;
	transition: transform 0.2s ease-in-out 0s;
	transform: scale(0.85) translateY(0.75em);
}


.js .form_lined-classic .form-field-textarea.form_lined-classic-field label.empty-texarea {
	transform: scale(1) translateY(2em);
}

.js .form_lined-classic .form_lined-classic-field textarea {
	background-repeat: repeat;
	border: medium none;
	height: 13em;
	line-height: 2.52em;
	overflow: hidden;
	overflow-x: hidden;
	padding: 0;
	resize: none;
	transition: none 0s ease 0s;
	width: 100%;
	background-image: url("../images/lined-classic-textarea.svg");
	background-position: left 2.50em;
	background-size: 0.82em auto;
	font-weight: normal;
	box-shadow: none;
	background-color: transparent;
}

.js  .form_lined-classic.dark-background .form_lined-classic-field textarea {
	background-image: url("../images/lined-classic-textarea-white.svg");
}

.js .form_lined-classic .required-marker {
	padding-left: 2px;
}


.js .form_lined-classic .form_lined-classic-field.alert-error input:invalid {
	border-color: #a94442;
} 

body .border-none { border-style: none; border-width:0px; }
body .border-top-none { border-top-style: none; border-top-width:0px; }
body .border-right-none { border-right-style: none; border-right-width:0px; }
body .border-bottom-none { border-bottom-style: none; border-bottom-width:0px; }
body .border-left-none { border-left-style: none; border-left-width:0px; }

/* Desktop Only */
@media all and (min-width: 1021px) {
	html body .desktop-border-none { border-style: none; border-width:0px }
	html body .desktop-border-top-none { border-top-style: none; border-top-width:0px; }
	html body .desktop-border-right-none { border-right-style: none; border-right-width:0px; }
	html body .desktop-border-bottom-none { border-bottom-style: none; border-bottom-width:0px; }
	html body .desktop-border-left-none { border-left-style: none; border-left-width:0px; }
}

/* Tablet Only */
@media all and (min-width: 768px) and (max-width: 1020px){
	html body .tablet-border-none { border-style: none; border-width:0px }
	html body .tablet-border-top-none { border-top-style: none; border-top-width:0px; }
	html body .tablet-border-right-none { border-right-style: none; border-right-width:0px; }
	html body .tablet-border-bottom-none { border-bottom-style: none; border-bottom-width:0px; }
	html body .tablet-border-left-none { border-left-style: none; border-left-width:0px; }
}

/* Mobile Only */
@media (max-width: 767px) {
	html body .mobile-border-none { border-style: none; border-width:0px }
	html body .mobile-border-top-none { border-top-style: none; border-top-width:0px; }
	html body .mobile-border-right-none { border-right-style: none; border-right-width:0px; }
	html body .mobile-border-bottom-none { border-bottom-style: none; border-bottom-width:0px; }
	html body .mobile-border-left-none { border-left-style: none; border-left-width:0px; }
}

.format-gallery-link {cursor: pointer;}

.background-none{background: none!important;}

html .main-menu li {display:flex;}
html .main-menu li a { padding: 5px 0; }

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	margin:0!important;
}


/* COME BACK TO!!! */
.single-woocommerce-my-account h2,
.single-woocommerce-my-account h3 {
	margin-bottom: 0.8em;
}


#bth-site-wrap .form-clean input {
	border: none!important;
	padding: 0!important;
	line-height: 1em!important;
}


/*Desktop Only*/
@media all and (min-width: 1021px) {
	html #bth-site-wrap .desktop-form-clean input {
		border: none!important;
		padding: 0!important;
		line-height: 1em!important;
	}
}

/*Tablet Only*/
@media all and (min-width: 768px) and (max-width: 1020px){
	html #bth-site-wrap .tablet-form-clean input {
		border: none!important;
		padding: 0!important;
		line-height: 1em!important;
	}
}

/*Mobile Only*/
@media (max-width: 767px) {
	html #bth-site-wrap .mobile-form-clean input {
		border: none!important;
		padding: 0!important;
		line-height: 1em!important;
	}
}

html body .column-align-center > .column .g-recaptcha > div { margin: 0 auto; }


[class*="inline-form-container"] { border-bottom:1px solid; }
.inline-form-container_large {
    border-top:1px solid;
	padding: 20px 0!important;
}

[class*="inline-form-container"] .form-field { margin-bottom:0px!important; padding-bottom:0px!important;}


html.js body.form_lined-classic [class*="inline-form-container"] .form-field.form_lined-classic-field input, html.js body.form_lined-classic [class*="inline-form-container"] .form-field.form_lined-classic-field input:valid, html.js body.form_lined-classic [class*="inline-form-container"] .form-field.form_lined-classic-field input:invalid {
	border-style: none!important;
    padding-bottom:12px;
}

html body #bth-site-wrap [class*="inline-form-container"] .form-field .button,
html body #bth-site-wrap [class*="inline-form-container"] .form-field .button:hover {
	border:none!important;
	background:none!important;
	color:currentcolor!important;
	padding-left: 0px!important;
	padding-right: 0px!important;
	white-space: nowrap;
	font-size: 1em!important;
	letter-spacing: 1px;
}


.contextual-border-color {
    border-color: currentColor;
}



html .flickity-page-large-spacer .flickity-page-dots { margin-top: 60px; }	
/*Desktop Only*/
@media all and (min-width: 1021px) {
	html body .desktop-flickity-page-large-spacer .flickity-page-dots { margin-top: 60px; }
}
/*Tablet Only*/
@media all and (min-width: 768px) and (max-width: 1020px){
	html body .tablet-flickity-page-large-spacer .flickity-page-dots { margin-top: 60px; }
}
/*Mobile Only*/
@media (max-width: 767px) {
	html .flickity-page-large-spacer .flickity-page-dots,
	html body .mobile-flickity-page-large-spacer .flickity-page-dots { margin-top: 40px; }
}


html .background-size-60 {
	background-size:60%;
}

iframe.background-video {
    position: absolute;
    height: 56.25vw;
    min-height: 100%;
    min-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width:none!important;
    /*pointer-events:none;*/
    width: 360vh;
}

video.background-video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: none!important;
	/*pointer-events:none;*/
	/* width: 100%;
	height: auto;*/
    min-width: 100%;
    min-height: 100%;
}

/*Desktop Only*/
@media all and (min-width: 1021px) {
	video.desktop-background-video {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		max-width: none!important;
		/*pointer-events:none;*/
		/* width: 100%;
		height: auto;*/
	    min-width: 100%;
	    min-height: 100%;
	}
}

/*Tablet Only*/
@media all and (min-width: 768px) and (max-width: 1020px){
	video.tablet-background-video {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		max-width: none!important;
		/*pointer-events:none;*/
		/* width: 100%;
		height: auto;*/
	    min-width: 100%;
	    min-height: 100%;
	}
}

/*Mobile Only*/
@media (max-width: 767px) {
	video.mobile-background-video {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		max-width: none!important;
		/*pointer-events:none;*/
		/* width: 100%;
		height: auto;*/
	    min-width: 100%;
	    min-height: 100%;
	}
}

.background-video-placeholder-container {
	opacity:1;
	transition: all 0.4s ease-in-out 1s;
}
.background-video-placeholder-container.delay-placeholder {
	transition: all 0.4s ease-in-out 2s;
}
html body.uncovered .background-video.lazyloaded ~ .background-video-placeholder-container,
html body.uncovered video.background-video.src-added ~ .background-video-placeholder-container {
	opacity:0;
}

.svg-container svg {
	max-width:100%;
	height:auto;
}

.svg-container.svg-inherit-size svg,
svg.svg-inherit-size {
	width:inherit;
	height:inherit;
}


/* ADMIN BAR FIX */

#wpadminbar .ab-empty-item *, #wpadminbar a.ab-item *, #wpadminbar>#wp-toolbar span.ab-label *, #wpadminbar>#wp-toolbar span.noticon * { color: inherit; }


@media (max-width: 767px) {
	html .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
	html .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
	    background-color: transparent;
	}
}


/* VIDEO PLAY OVERLAY */

.video-overlay-trigger-label {
	cursor: pointer;
	display:block!important;
	margin:0!important;
	z-index:2;
}
.video-overlay-trigger-input:checked ~ .video-overlay-trigger-label {
	pointer-events:none;
	z-index:-1;
}
.video-overlay-container {
	pointer-events:none;
	background:black;
	z-index:1;
	opacity:1;
	transition: opacity 0.3s ease-in-out 0s;
}
.video-overlay-trigger-input:checked ~ .video-overlay-container {
	opacity:0;
}
.scale-hook:hover .scale-up.scale-up-large,
.scale-hook.scale-up.scale-up-large:hover {
	transform: scale(1.15) translateZ(0px);
}
.video-play {
	width: 110px;
	text-align: center;
	height: 110px;
	transition: opacity 0.3s ease-in-out 0s;
}
/*Mobile Only*/
@media (max-width: 767px) {
	.video-play {
		width: 85px;
		height: 85px;
	}	
}
.video-play-circle {
	border: 1px solid currentColor;
	border-radius: 100%;
}

/* PLAY ICON */
.video-play-icon {
	width: 60px;
	height: 60px;
	transition: opacity 0.3s ease-in-out 0s;
}
.video-play-icon svg {
	width:50px;
}

.alternate-hook .alternate-margin-left-auto { margin-left: auto; margin-right: 0; }
.alternate-hook:nth-child(even) .alternate-margin-left-auto { margin-right: auto; margin-left: 0; }

.alternate-hook .alternate-margin-right-auto { margin-right: auto; margin-left: 0; }
.alternate-hook:nth-child(even) .alternate-margin-right-auto { margin-left: auto; margin-right: 0; }

.text-align-justify {
	text-align: justify;
}

/*
@media all and (min-width: 1021px) {
	#hero-container-middle {
		transition:opacity 0.3s ease-in-out 0s;
		opacity:1;
	}
	.never-scrolled-5-seconds.past-100-triggered #hero-container:not(.hero-container-split) #hero-container-middle,
	.never-scrolled-5-seconds.past-100-triggered #hero-container:not(.hero-container-split) .banner-opacity-container {
		opacity:0;
	}
	.never-scrolled-5-seconds.at-top.past-100-triggered #hero-container:not(.hero-container-split) #hero-container-middle,
	.never-scrolled-5-seconds.at-top.past-100-triggered #hero-container:not(.hero-container-split) .banner-opacity-container {
		opacity:1;
	}
}
*/

html.global-hook [class*="-background"] #bth-site-wrap .woocommerce-main-cart button:disabled {
	display: none;
}

.woocommerce-order-received .woocommerce-thankyou-order-received {
	font-size: 1.6em;
	margin-bottom: 1em;
}

html .woocommerce table.shop_table {
	border-bottom: none; 
}

.woocommerce-notices-wrapper + .return-to-shop { padding-top:20px; }
.woocommerce-Message + .button { margin-top:20px!important; }

.notice-scroll-container {
	position:relative;
	height:50px;
}

.notice-scroll {
	white-space: nowrap;
	width: auto;
	max-width: none;
	position: absolute;
	line-height:50px;
	top:0;
	left:0;
	-webkit-animation-name: notice-scroll;
	animation-name: notice-scroll;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	will-change: transform;
}

/*Desktop Only*/
@media all and (min-width: 1021px) {
	.notice-scroll {
		-webkit-animation-duration: 10s;
		animation-duration: 10s;
	}
}

/*Tablet Only*/
@media all and (min-width: 768px) and (max-width: 1020px){
	.notice-scroll {
		-webkit-animation-duration: 10s;
		animation-duration: 10s;
	}
}

/*Mobile Only*/
@media (max-width: 767px) {
	.notice-scroll {
		-webkit-animation-duration: 6s;
		animation-duration: 6s;
	}
}

@-webkit-keyframes notice-scroll {
	0% { -webkit-transform:translate3d(0%,0,0); transform:translate3d(0%,0,0); }
	100% { -webkit-transform:translate3d(-16.6667%,0,0); transform:translate3d(-16.6667%,0,0); }
}
@keyframes notice-scroll {
 	0% { -webkit-transform:translate3d(0%,0,0); transform:translate3d(0%,0,0); }
 	100% { -webkit-transform:translate3d(-16.6667%,0,0); transform:translate3d(-16.6667%,0,0); }
}

.page-dots-custom { display:none; }
.flickity-enabled.custom-navigation-enabled:not(.flickity-page-dots-enabled) ~ .esp-slider-custom-navigation {
	display:block!important;	
}

.slider-custom-arrows { display:none; }
/*Mobile Only*/
@media (max-width: 767px) {
	.flickity-enabled:not(.flickity-page-arrows-enabled) ~ .slider-custom-arrows {
		display:block!important;	
	}
}

/* TESTING */

.flex-group.flickity-enabled .flickity-slider > .slide > .flex-fill-height {
	height:auto;
}


/* SPLIT PAGE */

html body .split-section .the-content-container > hr:first-child {margin-top:0px!important;}
html body .none-split-section .the-content-container > hr:first-child {display:none!important;}
html body .none-split-section .the-content-container > hr:first-child + .bth-content-element,
html body .none-split-section .the-content-container > hr:first-child + blockquote,
html body .none-split-section .the-content-container > hr:first-child + .custom-image {margin-top:0px!important;}



body.form_lined-classic #bth-site-wrap .bth_embed_signup_inline .bth-embedded-subscribe-form .bth-embedded-subscribe {
	white-space: nowrap;
	border-top:none!important;
	border-right:none!important;
	border-bottom: 1px solid currentColor!important;
	border-left:none!important;
	padding: 0px 0px 0.54em!important;
	overflow: visible!important;
	clip-path: none!important;
}
body.form_lined-classic #bth-site-wrap .bth_embed_signup_inline .bth-embedded-subscribe-form .bth-embedded-subscribe:hover {
	color: currentColor!important;
	background-color: transparent!important;
}

/*Mobile Only*/
@media (max-width: 767px) {
	html.global-hook body .bth_embed_signup.bth_embed_signup_inline input {
        border-bottom:1px solid;
    }
    .bth-embedded-subscribe-container {
    	position: relative
    }
	html.global-hook body.form_lined-classic #bth-site-wrap .bth_embed_signup_inline .bth-embedded-subscribe-form .bth-embedded-subscribe {
		padding: 0 0 0.375em!important;
		border-width: 0 0 1px 0!important;
		text-align: left;
		position: relative;
	}
	html.global-hook body.form_lined-classic #bth-site-wrap .bth_embed_signup_inline .bth-embedded-subscribe-form .bth-embedded-subscribe-container:after,
  	html.global-hook body.form_lined-classic #bth-site-wrap .bth_embed_signup_inline .bth-embedded-subscribe-form button.bth-embedded-subscribe:after {
		content: "";
		width: 0.5em;
		height: 0.5em;
		display: block;
		position: absolute;
		right: 0.75em;
		top: 50%;
		transform: rotate(45deg) translateY(-0.75em);
		border-width: 1px 1px 0 0;
		border-style: solid;
		pointer-events: none;
	}
}

/* Tablet and up */
@media all and (min-width: 768px) {
	html.global-hook body.form_lined-classic .bth_embed_signup_inline .bth-embedded-subscribe-form .bth_embed_signup_scroll {
		border-bottom: 1px solid currentColor;
	}
	html.global-hook body.form_lined-classic #bth-site-wrap .bth_embed_signup_inline .bth-embedded-subscribe-form input,
    html.global-hook body.form_lined-classic #bth-site-wrap .bth_embed_signup_inline .bth-embedded-subscribe-form .bth-embedded-subscribe {
		border-bottom-color: transparent!important;
	}
}



html .woocommerce a.remove {
	letter-spacing: 0px;
}


form.woocommerce-main-cart td.actions {
    border: 0px!important;
    padding-bottom: 0px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
}

/*.hero-banner.light-background.trans-header .bth-logo-hero {color: rgba(255,255,255,1)!important;} */
.bth-logo-hero svg {width:100%;}


.quickview-modal .quantity-column-group-container {display:none!important;}



html .max-viewport-width-2of3 {
	max-width: 66.667vw!important;
}

.mejs-container:focus { outline: none!important; box-shadow: none!important; }

@media all and (max-width: 1020px) {
	[class*="modal-copy-quickview"] .modal-width {
		max-width: 550px;
	}
	[class*="modal-copy-quickview"] .esp-close-button-inner::before,
	[class*="modal-copy-quickview"] .esp-close-button-inner::after {
		background-color: #FFFFFF!important;
	}	
}


html body form.woocommerce-ordering {
    width: 100%;
    margin-bottom: 0px!important;
}

html body form.woocommerce-ordering .orderby {
    border-top: none;
    border-right: none;
    border-left: none;
    padding: 0 0 10px;
    background-position: right 0px top 6px;
    background-size: 12px auto;
	text-transform: uppercase;
	letter-spacing: 1px;
}


.stroked, .stroked-hover-reverse {
   -webkit-text-fill-color: transparent;
   -webkit-text-stroke-color: inherit;
   -webkit-text-stroke-width: 0.015em;
}
.stroked-hover:hover,
.stroked-hook:hover .stroked-hover{
   -webkit-text-fill-color: transparent;
   -webkit-text-stroke-color: inherit;
   -webkit-text-stroke-width: 0.015em;
}
.stroked-hover-reverse:hover,
.stroked-hook:hover .stroked-hover-reverse {
   -webkit-text-fill-color:inherit;
   -webkit-text-stroke-width: 0em;
}
  
[class*="stroked"] { -webkit-transition: all 0.3s ease-in-out 0s; }


.marquee-title  {
    top: calc(50% - 5vw);
    left: 0;
    opacity: 1;
    width: 100%;
}


/* HOVER REVEAL */
.hover-reveal {
	opacity:0;
	transition:opacity 0.3s ease-in-out 0s;
}
.hover-trigger:hover + .hover-reveal,
.hover-trigger.hover-reveal:hover {
	opacity:1;
}
.hover-trigger:hover + .hover-hide,
.hover-trigger.hover-hide:hover {
	opacity:0;
}

/*Desktop Only*/
@media all and (min-width: 1021px) {
	html .desktop-hover-reveal {
		opacity:0;
		transition:opacity 0.3s ease-in-out 0s;
	}
	html .hover-trigger:hover + .desktop-hover-reveal,
	html .hover-trigger.desktop-hover-reveal:hover {
		opacity:1;
	}
	html .hover-trigger:hover + .desktop-hover-hide,
	html .hover-trigger.desktop-hover-hide:hover {
		opacity:0;
	}
}

/*Tablet Only*/
@media all and (min-width: 768px) and (max-width: 1020px){
	html .tablet-hover-reveal {
		opacity:0;
		transition:opacity 0.3s ease-in-out 0s;
	}
	html .hover-trigger:hover + .tablet-hover-reveal,
	html .hover-trigger.tablet-hover-reveal:hover {
		opacity:1;
	}
	html .hover-trigger:hover + .tablet-hover-hide,
	html .hover-trigger.tablet-hover-hide:hover {
		opacity:0;
	}
}

/*Mobile Only*/
@media (max-width: 767px) {
	html .mobile-hover-reveal {
		opacity:0;
		transition:opacity 0.3s ease-in-out 0s;
	}
	html .hover-trigger:hover + .mobile-hover-reveal,
	html .hover-trigger.mobile-hover-reveal:hover {
		opacity:1;
	}
	html .hover-trigger:hover + .mobile-hover-hide,
	html .hover-trigger.mobile-hover-hide:hover {
		opacity:0;
	}
}

.flip-upside-down {
	transform:rotate(180deg);
}
/*Desktop Only*/
@media all and (min-width: 1021px) {
	html .desktop-flip-upside-down {
		transform:rotate(180deg);
	}
}

/*Tablet Only*/
@media all and (min-width: 768px) and (max-width: 1020px){
	html .tablet-flip-upside-down {
		transform:rotate(180deg);
	}

}

/*Mobile Only*/
@media (max-width: 767px) {
	html .mobile-flip-upside-down {
		transform:rotate(180deg);
	}
}

html .absolute-offset-top-left {
	position:absolute;
	top:0;
	right:auto;
	bottom:auto;
	left:0;
	pointer-events:none;
	transform: translate(-50%, -50%);
}
html .absolute-offset-top-right {
	position:absolute;
	top:0;
	right:0;
	bottom:auto;
	left:auto;
	pointer-events:none;
	transform: translate(50%, -50%);
}
html .absolute-offset-bottom-right {
	position:absolute;
	top:auto;
	right:0;
	bottom:0;
	left:auto;
	pointer-events:none;
	transform: translate(50%, 50%);
}
html .absolute-offset-bottom-left {
	position:absolute;
	top:auto;
	right:auto;
	bottom:0;
	left:0;
	pointer-events:none;
	transform: translate(-50%, 50%);
}

/* TESTING */
/*
html.js .form_lined-classic .form_lined-classic-field.form-field-textarea textarea,
html.js .form_lined-classic .form_lined-classic-field input:valid,
html.js .form_lined-classic .form_lined-classic-field input:invalid {
	font-size:16px;
}

html.js .form_lined-classic .form-field-textarea.form_lined-classic-field label,
html.js .form_lined-classic .form_lined-classic-field input:valid + label,
html.js .form_lined-classic .form_lined-classic-field input:invalid + label {
	font-size:16px;
} */
    
html.js .form_lined-classic .form_lined-classic-field input:valid,
html.js .form_lined-classic .form_lined-classic-field input:invalid {
	padding: 0em 0 0.1em;
}
    
html.js .form_lined-classic .form_lined-classic-field.form-field-textarea textarea {
	line-height: 2.6em;
	background-position: left 2.25em;
	background-size: 0.84em auto;
}


/* IN PROGRESS WISHLIST */

.wishlist-in {
    transition: opacity 0.3s ease-in-out 0s;
    opacity:0;
}

.in-wishlist .wishlist-in {
	opacity:1;
}

.in-wishlist .wishlist-container {
	opacity:1!important;	
}

.wishlist-in-pre-message,
.in-wishlist .wishlist-out-pre-message {display:none;}
.in-wishlist .wishlist-in-pre-message {display:inline;} 

/*Desktop Only*/
@media all and (min-width: 1021px) {
	.menu-header-mobile.desktop-display-none.desktop-display-block .bth-logo-secondary { display: none!important; }
}

/*IN PROGRESS - LOGO SECONDARY ( IN MOBILE FIXED HEADER )*/
.site-header-bar .bth-logo-secondary svg {
	height: inherit;
	margin: 0 auto;
	max-width: 100%;
}

.menu-classic-split .split-menu-section .bth-logo-secondary svg {
	margin: 0 auto 0 0;
}

.menu-classic-split .split-menu-section + .split-menu-section .bth-logo-secondary svg {
	margin: 0 auto;
}

.menu-classic-split.no-right-menu .split-menu-section + .split-menu-section .bth-logo-secondary svg {
	margin: 0 0 0 auto;
}

/* COOKIE POLICY NOTICE */

.past-400-triggered #cookie-policy-notice {
	transform: translateY(0%);
}

#cookie-policy-notice {
	transition: transform 0.3s ease-in-out 0s;
	transform: translateY(105%);
}













html body.uncovered .at-top-triggered > .blur-in {
	opacity: 1;
	filter: blur(0px)!important;
}



.shift-image-container {overflow:hidden;}

.shift-image-hook .shift-image-container .shift-image {
	transition: all 1s cubic-bezier(.19,1,.22,1) 0s;
}

.shift-image-slow .shift-image-container .shift-image {
	transition: all 1s cubic-bezier(.19,1,.22,1) 0s;
}

.shift-image-hook:hover .shift-image-container .shift-image {
	transition: all 3s cubic-bezier(.19,1,.22,1) 1.25s;
}

.shift-image-slow:hover .shift-image-container .shift-image {
   transition: all 4s cubic-bezier(.19,1,.22,1) 1.25s;
}

.shift-image-hook:hover .shift-image-container .shift-image:last-of-type,
.shift-image-hook:hover .shift-image-container + .shift-image:last-of-type {
	transform: translateY(104%);
}

.shift-image-hook .shift-image-container .shift-image:first-of-type {
	transform: translateY(-10%);
}

.shift-image-hook:hover .shift-image-container .shift-image:first-of-type {
	transform: translate(0%);
}
.shift-image-hook:hover .shift-image-container .shift-image:first-of-type:last-of-type{
	 transform: translate(0%);
}

.shift-image-hook .shift-image-container .shift-image.shift-image-horizontal:first-of-type {
	 transform: translateY(0%) translateX(-10%);
}  

.shift-image-hook:hover .shift-image-container .shift-image.shift-image-horizontal:first-of-type {
	 transform: translateX(0%);
}

.shift-image-hook:hover .shift-image-container .shift-image.shift-image-horizontal:last-of-type,
.shift-image-hook:hover .shift-image-container + .shift-image.shift-image-horizontal:last-of-type {
	transform: translateY(0%) translateX(104%) ;
}	



.rotate-top-right {
	position: absolute;
	top: 0;
	right: 0;
	transform: rotate(90deg) translateY(-100%) translateX(100%);
	transform-origin: right top 0;
}

/*Desktop Only*/
@media all and (min-width: 1021px) {
	.desktop-rotate-top-right {
		position: absolute;
		top: 0;
		right: 0;
		transform: rotate(90deg) translateY(-100%) translateX(100%);
		transform-origin: right top 0;
	}
}

/*Tablet Only*/
@media all and (min-width: 768px) and (max-width: 1020px){
	.tablet-rotate-top-right {
		position: absolute;
		top: 0;
		right: 0;
		transform: rotate(90deg) translateY(-100%) translateX(100%);
		transform-origin: right top 0;
	}
}


.logo-donations {max-width:150px;}

.text-decoration-none {text-decoration:none!important; border: none!important;}

/*Desktop Only*/
@media all and (min-width: 1021px) {
	html .desktop-text-decoration-none {text-decoration:none!important; border: none!important;}
}

/*Tablet Only*/
@media all and (min-width: 768px) and (max-width: 1020px){
	html .tablet-text-decoration-none {text-decoration:none!important; border: none!important;}
}

/*Mobile Only*/
@media (max-width: 767px) {
	html .mobile-text-decoration-none {text-decoration:none!important; border: none!important;}
}


/*Tablet Up*/
@media all and (min-width: 768px) {
    .woocommerce-column > *:last-child {
        margin-bottom: 0px;
    }
}
/*Mobile Only*/
@media (max-width: 767px) {
    .woocommerce-column:last-child > *:last-child {
        margin-bottom: 0px;
    }
}

form[class*='woocommerce'] > *:last-child {
	 margin-bottom: 0px;
}


/*Desktop Only*/
@media all and (min-width: 1021px) {
	.split-section .the-content_dynamic-central .loop-inner .bth-content-element,
	.split-section .the-content_dynamic-central .loop-inner .bth-player {
        padding-left:20px;
        padding-right:20px;
    }
}
.split-section .nested-the-content-offset {
	margin:0 -20px;
}



/* LOOKBOOK GALLERY*/

/*Mobile Only*/
@media (max-width: 767px) {
	html .lookbook-image-gallery .lookbook-image-container {
		width:100%!important;
		max-width:450px!important;
		margin-left:auto!important;
		margin-right:auto!important;
		margin-bottom:20px!important;
	}
	html .lookbook-image-gallery .lookbook-image-container:last-child {
		margin-bottom:4em!important;
	}
}
/*Desktop Only*/
@media all and (min-width: 1021px) {
	html .lookbook-image-gallery-container {
		margin-top:calc(80px - 0.375em);
		
		margin-bottom:80px;
	}
	html .lookbook-image-gallery {
		margin-bottom: -80px;
	}
	html .lookbook-image-gallery .lookbook-image-container {
		margin-bottom: 80px;
	}
}	
	
.lookbook-image-gallery-container {
		margin-top:calc(4em - 0.375em);
		margin-bottom:4em;
}
	
.the-content-container > .lookbook-image-gallery-container:first-child {
	margin-top: 0!important;
}	
	
.lookbook-image-gallery {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
}

.lookbook-image-gallery {
	margin-bottom: -4em;
}

.lookbook-image-gallery .lookbook-image-container {
	margin-bottom: 4em;
} 

.lookbook-image-gallery .lookbook-image-container .lookbook-image {
	width: 100%;
	position: relative
}
.lookbook-image-gallery .lookbook-image-container .lookbook-image img {
	margin: 0;
}

.lookbook-image-gallery .lookbook-image-container:nth-of-type(12n+1) {
	width: 45%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	margin-left: 10%;
}


.lookbook-image-gallery .lookbook-image-container:nth-of-type(12n+2) {
	width: 35%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	margin-left: 10%;
	align-self: flex-end;
}

.lookbook-image-gallery .lookbook-image-container:nth-of-type(12n+3) {
	width: 40%;
	display: flex;
	margin-right: 60%;
}

.lookbook-image-gallery .lookbook-image-container:nth-of-type(12n+3) .lookbook-image {
	width: 100%;
	align-self: flex-start;
}

.lookbook-image-gallery .lookbook-image-container:nth-of-type(12n+4) {
	width: 40%;
	display: flex;
	align-items: flex-end;
	margin-left: 40%;
}

.lookbook-image-gallery .lookbook-image-container:nth-of-type(12n+5) {
	width: 40%;
	display: flex;
	align-items: flex-start;
	margin-right: auto;
	align-self: flex-start;
	margin-left: 0%;
}

.lookbook-image-gallery .lookbook-image-container:nth-of-type(12n+6) {
	width: 50%;
	display: flex;
	align-items: flex-end;
	margin-right: 0%;
}

.lookbook-image-gallery .lookbook-image-container:nth-of-type(12n+7) {
	width: 50%;
	display: flex;
	align-items: flex-end;
}

.lookbook-image-gallery .lookbook-image-container:nth-of-type(12n+8) {
	width: 40%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	margin-left: 10%;
	align-self: flex-end;
}

.lookbook-image-gallery .lookbook-image-container:nth-of-type(12n+9) {
	width: 50%;
	margin-left: 30%;
}

.lookbook-image-gallery .lookbook-image-container:nth-of-type(12n+10) {
	width: 40%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-right: 20%;
}

.lookbook-image-gallery .lookbook-image-container:nth-of-type(12n+11) {
	 width: 40%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	height: 50%;
}

.lookbook-image-gallery .lookbook-image-container:nth-of-type(12n+0) {
	width: 50%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-left: 20%;
}

.lookbook-image-gallery .lookbook-image-container:nth-of-type(12n+0) .lookbook-image {
	width: 100%;
}

/* OFFSET COLUMN ROW GALLERY */

/*Mobile Only*/
@media (max-width: 767px) {
	html .offset-column-row-image-gallery .offset-column-row-image-container {
		width:100%!important;
		margin-left:auto!important;
		margin-right:auto!important;
		margin-bottom:20px!important;
	}
	html .offset-column-row-image-gallery .offset-column-row-image-container:last-child {
		margin-bottom:4em!important;
	}
}
/*Desktop Only*/
@media all and (min-width: 1021px) {
	html .offset-column-row-image-gallery-container {
		margin-top:calc(80px - 0.375em);
		
		margin-bottom:80px;
	}
	html .offset-column-row-image-gallery {
		margin-bottom: -80px;
	}
	html .offset-column-row-image-gallery .offset-column-row-image-container {
		margin-bottom: 80px;
	}
}	
	
.offset-column-row-image-gallery-container {
		margin-top:calc(4em - 0.375em);
		margin-bottom:4em;
}
	
.the-content-container > .offset-column-row-image-gallery-container:first-child {
	margin-top: 0!important;
}	
	
.offset-column-row-image-gallery {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
}

.offset-column-row-image-gallery {
	margin-bottom: -4em;
}

.offset-column-row-image-gallery .offset-column-row-image-container {
	margin-bottom: 4em;
	display: flex;
	align-items: flex-end;
	align-self: flex-end;
} 

.offset-column-row-image-gallery .offset-column-row-image-container .offset-column-row-image {
	width: 100%;
	position: relative
}
.offset-column-row-image-gallery .offset-column-row-image-container .offset-column-row-image img {
	margin: 0;
}


.offset-column-row-image-gallery .offset-column-row-image-container:nth-of-type(8n+1),
.offset-column-row-image-gallery .offset-column-row-image-container:nth-of-type(8n+5) {
	width: 40%;
	margin-right: 10%;
}

.offset-column-row-image-gallery .offset-column-row-image-container:nth-of-type(8n+2),
.offset-column-row-image-gallery .offset-column-row-image-container:nth-of-type(8n+6) {
	width: 50%;
	margin-left: 0;
}

.offset-column-row-image-gallery .offset-column-row-image-container:nth-of-type(8n+3) {
    width: 45%;
    margin-left: 10%;
}

.offset-column-row-image-gallery .offset-column-row-image-container:nth-of-type(8n+4) {
    width: 35%;
    margin-left: 10%;
}

.offset-column-row-image-gallery .offset-column-row-image-container:nth-of-type(8n+7) {
	width: 45%;
	margin-left: 0;
	margin-right: 10%;
}

.offset-column-row-image-gallery .offset-column-row-image-container:nth-of-type(8n+0) {
	width: 35%;
	margin-right: 10%;
}

/*Tablet Only*/
@media (min-width: 768px) and (max-width: 1020px) {
	html .the-content_dynamic-central .loop-inner .offset-column-row-image-gallery-container [class*="gallery-size-"] {
	    padding-left: 5%;
	    padding-right: 5%;
	    width: calc(100% - 10%)!important;
	}
	html .offset-column-row-image-gallery {
		margin-bottom: -5%;
	}
	html .offset-column-row-image-gallery .offset-column-row-image-container {
	    margin-bottom: 5%;
	    display: flex;
	    align-items: flex-end;
	    align-self: flex-end;
	}
	html .offset-column-row-image-gallery .offset-column-row-image-container:nth-of-type(8n+1),
	html .offset-column-row-image-gallery .offset-column-row-image-container:nth-of-type(8n+5) {
		width: 40%;
		margin-right: 5%;
		margin-left: 10%;
	}
	html .offset-column-row-image-gallery .offset-column-row-image-container:nth-of-type(8n+2),
	html .offset-column-row-image-gallery .offset-column-row-image-container:nth-of-type(8n+6) {
		width: 45%;
		margin-left: 0;
	}
	html .offset-column-row-image-gallery .offset-column-row-image-container:nth-of-type(8n+3),
	html .offset-column-row-image-gallery .offset-column-row-image-container:nth-of-type(8n+7)	 {
	    width: 45%;
	    margin-left: 0;
	    margin-right: 0;
	}
	
	html .offset-column-row-image-gallery .offset-column-row-image-container:nth-of-type(8n+4),
	html .offset-column-row-image-gallery .offset-column-row-image-container:nth-of-type(8n+0)	 {
		width: 35%;
		margin-left: 5%;
		margin-right: 5%;
	}
}


.rollover-element-container {position:relative;}
.rollover-element {
    background-position: center center;
    background-size: cover;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transform: translate(-50%,-50%);
    z-index: -1;
    top: 50%;
    left:50%;
    transition: opacity .3s ease-in-out 0s, z-index 0s linear .3s, top .05s ease-in-out 0s, left .05s ease-in-out 0s;
}
    
.rollover-element-trigger:hover {
	z-index: 1;
}
.rollover-element-trigger:hover .rollover-element {
	transition: opacity .3s ease-in-out 0s, z-index 0s linear 0s, top .05s ease-in-out 0s, left .05s ease-in-out 0s;
    opacity: 1;
} 

.rollover-element-trigger:hover .rollover-element:not(.rollover-under) {
    z-index: 2;
}   

.rollover-image {
    background-position: center center;
    background-size: cover;
    height: 125px;
    width: 125px;
}
.rollover-image.rollover-image-circle {
    border-radius:50%;
}


li.menu-item.icon .parent-menu-item a::after {
	width:0px!important;
}

html body #bth-site-wrap .flickity-prev-next-button:not([disabled]) {
    z-index: 2;
    fill: currentColor;
    border-radius: 0;
    top: 0;
    height: 100%;
    transform: none;
}

.woocommerce-order-received-status {
	text-transform: uppercase;
	letter-spacing: 1px;
}
.woocommerce-order-received-status li {
	list-style: none;
}

/* Needs Expanding - Beta */
.alternate-hook:nth-child(odd) .alternate-direction .alternate-padding-offset { padding-right: 0; }
.alternate-hook:nth-child(even) .alternate-direction .alternate-padding-offset { padding-left: 0; }

/*Desktop Only*/
@media all and (min-width: 1021px) {
	html .alternate-hook:nth-child(odd) .alternate-direction .desktop-alternate-padding-offset { padding-right: 0; }
	html .alternate-hook:nth-child(even) .alternate-direction .desktop-alternate-padding-offset { padding-left: 0; }
}

/*Tablet Only*/
@media all and (min-width: 768px) and (max-width: 1020px){
	html .alternate-hook:nth-child(odd) .alternate-direction .tablet-alternate-padding-offset { padding-right: 0; }
	html .alternate-hook:nth-child(even) .alternate-direction .tablet-alternate-padding-offset { padding-left: 0; }
}

/*Mobile Only*/
@media (max-width: 767px) {
	html .alternate-hook:nth-child(odd) .alternate-direction .mobile-alternate-padding-offset { padding-right: 0; }
	html .alternate-hook:nth-child(even) .alternate-direction .mobile-alternate-padding-offset { padding-left: 0; }
}


html table .woocommerce-Price-amount { font-weight: normal; }
@media (max-width: 767px) {
	.woocommerce table.shop_table_responsive tr td::before,
	.woocommerce-page table.shop_table_responsive tr td::before {
	    font-weight: normal;
	}
}

#main-single-product-summary .wc-pao-addon-container {
	margin-top: 0px;
}

#main-single-product-summary h3.wc-pao-addon-name {
	font-size: 1em;
}

#main-single-product-summary .wc-pao-addon-description {
	padding: 15px 0 10px;
}

#main-single-product-summary .wc-pao-addon-name em.required {
	font-style: normal;
}

#main-single-product-summary .wc-pao-addon-field.input-text {
    border-width: 0px 0px 1px 0px;
    padding: 6px 0px 2px 0px!important;
}

#main-single-product-summary .wc-pao-addon-chars-remaining {
	font-size: 0.9em;
	margin-top: 5px;
	display: block;
}

#main-single-product-summary .wc-pao-addon-field.wc-pao-addon-select {
	padding: 3px 0;
	border-width: 0 0 1px 0;
	font-size: 13px!important;
	background-position: right 0px center;
}

#main-single-product-summary label + .wc-pao-addon-wrap .wc-pao-addon-field.wc-pao-addon-select {
	margin-top: 6px;
}

#main-single-product-summary .wc-pao-addon-wrap {
    margin-bottom: 20px!important;
}

#main-single-product-summary .wc-pao-addon-container ~ .add-to-cart-button-container {
	padding-top:0;
}

.wc-pao-addon-description 
	font-size: 0.9em;
}

label.wc-pao-addon-name + .wc-pao-addon-description {
	margin-top: 10px;
}

.wc-pao-addon-description > p:last-child {
    margin-bottom: 0px!important;
}

/* Product Addons - Products Page */

html body .single_variation_wrap .wc-pao-addon {
	margin-top: 0px;
}

html body .single_variation_wrap label.wc-pao-addon-name {
	margin: 5px 0;
}

html body .single_variation_wrap p.form-row {
    margin: 0 0 25px;
    padding: 0;
}

#product-addons-total {
	display:none;
}

#product-addons-total strong {
	font-weight: normal;
}

#product-addons-total .product-addon-totals {
	margin: 0;
	padding: 0;
	border-top: 0;
	border-bottom: 0;
}

#product-addons-total .wc-pao-addon {
	margin-top: 0px;
}

#product-addons-total .product-addon-totals ul li {
	margin: 0;
	padding-left: 0;
}

#product-addons-total .product-addon-totals .wc-pao-subtotal-line .price {
	font-size: 1em;
}

#product-addons-total .product-addon-totals p.form-row {
	margin: 0 0 20px 0;
	padding: 0;
}

#product-addons-total .product-addon-totals .wc-pao-subtotal-line {
	border-top: 1px solid #000;
	padding: 20px 0;
	margin: 15px 0 0!important;
}

/* Product Addons - Cart */

.cart_item dl.variation {font-size:0.8em; margin-top:2px;}
.cart_item dl.variation, .cart_item dl.variation * {font-weight:normal!important;}


html body #bth-site-wrap .opacity-40.pointer-events-none {
    opacity: 0.4!important;
}


.woocommerce-main-cart dl.variation + dl.variation {
	display: none;
}

/* Modal - Temp */

#bth-site .quickview-modal .wc-pao-addon-container {
	display:none!important;
}
#bth-site .quickview-modal .wc-pao-addon-container ~ .add-to-cart-button-container {
	padding-top:0px!important;
}
#bth-site .modal-product-summary-container .wc-pao-addon-container ~ .add-to-cart-button-container .button {
	opacity: 0.4!important;
	pointer-events:none!important;
	transition: none!important;
}

/* EXPERIMENTAL */
.icon-constraint {
	position: relative;
	max-width: 100%;
}
.icon-constraint .icon-container {
	width: inherit;
	padding-bottom: 100%;
}
.icon-constraint .icon-container svg,
.icon-constraint .icon-container img {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.icon-constraint.icon-align-top .icon-container svg,
.icon-constraint.icon-align-top .icon-container img {
    top: 0;
    transform: translateY(0%);
}
.icon-constraint.icon-align-middle .icon-container svg,
.icon-constraint.icon-align-middle .icon-container img {
	top: 50%;
	transform: translateY(-50%);
}	
.icon-constraint.icon-align-bottom .icon-container svg,
.icon-constraint.icon-align-middle .icon-container img {
	top: 100%;
	transform: translateY(-100%);
}


#main-single-product-summary form.single_form.cart {
	text-align: inherit;
}

/*Tablet Up*/
@media all and (min-width: 768px) {
	.short-description-container.limit-to-contextual {
	    height: 140px;
	    overflow: hidden;
	    padding-top:2px;
	}
	#main-single-product-summary .short-description-container.limit-to-contextual {
		height: auto;
		overflow: initial;
	}
	#main-single-product-summary .short-description-container.limit-to-contextual::after {
		content:none!important;
	}
}

/*Mobile Only*/
@media (max-width: 767px) {
	html .short-description-container.limit-to-contextual {
		height: auto;
		overflow: visible;
	}
	html .short-description-container.limit-to-contextual::after {
		content:none!important;
	}
}


/*Desktop Only*/
@media all and (min-width: 1021px) {
	#bth-site-wrap table.shop_table.cart .product-thumbnail img {
		width:160px;
		min-width:160px;
	}
	
	#bth-site-wrap table.shop_table.cart td {
		padding-top:25px;
		padding-bottom:25px;
	}
}

@media all and (min-width: 768px) and (max-width: 1020px) {
	#bth-site-wrap table.shop_table.cart .product-thumbnail img {
		width:100px;
		min-width:100px;
	}
}

.short-description-container h2 { font-size: 1.3em!important; }
.short-description-container h3 { font-size: 1.1em!important; }


.bth-logo-submark {line-height:0;}
.bth-logo-submark svg,
.bth-logo-holding svg {
	height: inherit;
	margin: 0 auto;
	max-width: 100%;
}

[class*='bth-logo'] {
	line-height: 0;	
}


/* FOLLOW UP EMAIL PLUGIN */
.followup-checkout .form-row.form-row-wide {
	margin: 15px 0 0;
}
.followup-checkout .form-row.form-row-wide label {
	margin: 0;
}

#wc-stripe-payment-request-button-separator {
	margin: 1.5em 0;
}

/*  PW GIFTCARDS FIXES */

/* Single Page */
#bth-site-wrap label.pwgc-label:after {
	content: ":";
}

#bth-site-wrap #pwgc-message {
	width: 100%;
}

#bth-site-wrap .pwgc-subtitle {
	font-size: 12px !important;
	line-height: inherit!important;
	color: inherit!important;
	padding-top: 6px;
	text-transform: none;
	letter-spacing: 0.5px;
}

#bth-site-wrap .pwgc-label { font-weight: normal; }

#pwgc-quantity-one-per-recipient {
	margin-bottom: 0;
}

/* Cart Page */

#bth-site-wrap .pwgc-cart-subtitle,
#bth-site-wrap .pwgc-checkout-subtitle {
    font-weight: normal;
}

#bth-site-wrap .cart_item dl.variation {
	font-size: 0.8em;
	margin-top: 15px;
}
	

/*Mobile Only*/
@media (max-width: 767px) {
	#bth-site-wrap .cart_item dl.variation dt {	
		line-height: 1em;
	}
	#bth-site-wrap .cart_item dl.variation dd p {
	text-align: left;
	float: right; 
	}
	#bth-site-wrap .cart_item dl.variation dd:before,
	#bth-site-wrap .cart_item dl.variation dd:after {
		content: " "; display: table;
	}
	#bth-site-wrap .cart_item dl.variation dd:after { clear: both; }
	#bth-site-wrap .cart_item dl.variation dd{ *zoom: 1; }
}	
	
#bth-site-wrap #pwgc-redeem-gift-card-number {
	width: 100%;
}

#bth-site-wrap #pwgc-redeem-gift-card-number + #pwgc-redeem-button {
	padding: 13px 20px!important;
	width: 100%;
	margin: 10px 0 0!important
}

#bth-site-wrap #pwgc-redeem-gift-card-container {
	margin-bottom: 2em;
}

#bth-site-wrap #pwgc-redeem-gift-card-container br {
	display: none;
}


#bth-site-wrap #pwgc-redeem-error {
	padding:10px 0 0;
}



#bth-site-wrap .woocommerce td.product-name dl.variation dt {
	float: none;
	margin: 15px 0 8px;
	line-height: 1.2em;
}


#bth-site-wrap .woocommerce td.product-name dl.variation > dt:first-child {
	margin-top: 0px;
}

#bth-site-wrap .woocommerce td.product-name dl.variation dd {
	margin: 0;
}

#bth-site-wrap .woocommerce td.product-name dl.variation dd {
	margin: 0;
}


address > *:last-child {
	margin-bottom:0px;
}

html #bth-site-wrap .woocommerce-table--order-details .wc-item-meta > li strong {
    font-weight: normal;
}

h3 label { margin: 0; }



/* THE BEFORE AND AFTER SLIDER */

.ba-slider {
    position: relative;
    overflow: hidden;
}

.ba-slider .ba-slider-image {
	margin:0px;
}
 
.ba-slider .ba-slider-overlay {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center left;
}
 
.ba-resize {
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}


.ba-handle { /* Thin line separator */
  position:absolute; 
  left:50%;
  top:0;
  bottom:0;
  width:4px;
  margin-left:0px;
  background: linear-gradient(to right, rgba(0,0,0, 0.4) 0%, transparent 100%);
  cursor: ew-resize;
}
 
.ba-handle-inner {  
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -32px;
    box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
    content:''; 
    background: #fff;
    border-radius: 50%;
    transition:all 0.3s ease;
}

.ba-handle:hover .ba-handle-inner {
	transform: scale(0.9);	
}

.ba-handle.ba-draggable .ba-handle-inner {
	transform: scale(0.8);
}

.ba-handle-inner:before, .ba-handle-inner:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	top: 50%;
	border-top: solid 2px;
	border-left: solid 2px;
	transform-origin: 0 0;
}
.ba-handle-inner:before {
	left: 25%;
	transform: rotate(-45deg);
}
.ba-handle-inner:after {
	right: calc(25% - 10px);
	transform: rotate(135deg);
}


.translate-to-middle {
	position: relative;
	top: 50%!important;
	transform: translateY(-50%)!important;
}

/*Desktop Only*/
@media all and (min-width: 1021px) {
	html .desktop-translate-to-middle {
		position: relative;
		top: 50%!important;
		transform: translateY(-50%)!important;
	}
}

/*Tablet Only*/
@media all and (min-width: 768px) and (max-width: 1020px){
	html .tablet-translate-to-middle {
		position: relative;
		top: 50%!important;
		transform: translateY(-50%)!important;
	}
}

/*Mobile Only*/
@media (max-width: 767px) {
	html .mobile-translate-to-middle {
		position: relative;
		top: 50%!important;
		transform: translateY(-50%)!important;
	}
}




/* SEEMLESS CLASSES - NEEDS EXPANDING */

.seamless-element + .seamless-element,
.seamless-element-bottom + .seamless-element{padding-top:0px;}

/* TITLE EXPLODED DEFAULT */

.title-exploded-default .index-number {padding-bottom: 2.5vw;}

.title-exploded-default:nth-of-type(4n+1) .index-number {top: 1vw; left: -20px; transform: translateX(-100%);}
.title-exploded-default:nth-of-type(4n+2) .index-number {left: 50%; transform: translateX(-100%) translateY(-100%);}
.title-exploded-default:nth-of-type(4n+3) .index-number {top: 1vw; right: -15px; transform: translateX(100%);}
.title-exploded-default:nth-of-type(4n+0) .index-number {left: 50%; transform: translateX(-100%) translateY(-100%);}

.title-exploded-default .index-title {font-size: 7vw;}
/*Mobile Only*/
@media (max-width: 767px) {
	.title-exploded-default .index-title {font-size: 10vw; word-break: break-word;  -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto;}
}


.title-exploded-default:nth-of-type(4n+1) .index-image {left: calc(100% - 1.5vw); transform: translateY(0); color: black; top: -2.5vw; z-index: 1; width: 18vw; max-width: 200px;}
.title-exploded-default:nth-of-type(4n+2) .index-image {left: calc(50%); transform: translateX(-50%) translateY(100%); color: black; z-index: 0; bottom: 2.8vw; width: 23vw; max-width: 250px;}
.title-exploded-default:nth-of-type(4n+3) .index-image {left: 6vw; transform: translateX(-100%) translateY(100%); color: black; z-index: 1; bottom: 2.8vw; width: 23vw; max-width: 250px;}
.title-exploded-default:nth-of-type(4n+0) .index-image {left: 50%; transform: translateX(-50%) translateY(-50%); color: black; z-index: 0; top: 50%; width: 18vw; max-width: 200px;}

.title-exploded-default .index-image-dimentions {height: 0!important; }
    
.title-exploded-default:nth-of-type(4n+1) .index-image-dimentions {padding-bottom: 125%!important;}
.title-exploded-default:nth-of-type(4n+2) .index-image-dimentions {padding-bottom: 66.6%!important;}
.title-exploded-default:nth-of-type(4n+3) .index-image-dimentions {padding-bottom: 66.6%!important;}
.title-exploded-default:nth-of-type(4n+0) .index-image-dimentions {padding-bottom: 125%!important;}


.colour-sep-to-right {
	background: linear-gradient(to left, rgba(0,0,0,1) 0%, rgba(0,0,0,0.738) 19%, rgba(0,0,0,0.541) 34%, rgba(0,0,0,0.382) 47%, rgba(0,0,0,0.278) 56.5%, rgba(0,0,0,0.194) 65%, rgba(0,0,0,0.126) 73%, rgba(0,0,0,0.075) 80.2%, rgba(0,0,0,0.042) 86.1%, rgba(0,0,0,0.021) 91%, rgba(0,0,0,0.008) 95.2%, rgba(255,255,256, 0.002) 98.2%, transparent 100%);
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 30px;
	opacity: 0.05;
	pointer-events: none;
}

.short-description-container table {
	margin: calc(35px - 0.375em) 0 35px;
}

#customer_login { text-align: left; }
.woocommerce #customer_login .woocommerce-form-login__rememberme,
.woocommerce #customer_login .woocommerce-form-login__submit{float:none;}
.woocommerce #customer_login .woocommerce-LostPassword.lost_password {margin-top:-5px;}
/*Mobile Only*/
@media (max-width: 767px) {
    .woocommerce #customer_login .u-column1.col-1 + .u-column2.col-2 {
        padding-top:30px;
    }
}

.loop-button-enabled .contextual-intro-button {
	display: none;
}

.contextual-intro-button + .contextual-intro-button-minimal {
	display: none;
}

.loop-button-enabled .contextual-intro-button + .contextual-intro-button-minimal {
	display: block;
}

/* ADDITIONAL SHIPPING OPTIONS */
html .woocommerce ul#shipping_method li input {
	display: inline-block;
	width: auto;
}
html .woocommerce ul#shipping_method li {
	margin-bottom: 1em;
}

.woocommerce ul#shipping_method li label {
	vertical-align: bottom;
}


.restricted_country ~ .restricted_country,
.restricted_country ~ * .restricted_country {
	display: none;
}
.restricted_country {
	padding-top: 30px;
	padding-bottom: 30px;
}
body .restricted_country + * {
	padding-top: 0!important;
}

/* VIMEO PLAYER */

html .vimeo-resize {
    opacity: 0 ;
    transition: opacity 0.4s ease-in-out 0s;
}

html body .vimeo-resize.after-vimeo-resize {
    opacity: 1;
}

iframe.bth-vimeo-embed:not(.pointer-events-auto),
iframe.iframe-background-video:not(.pointer-events-auto) {
    pointer-events: none!important;
	touch-action: inherit!important;
}

.fullscreen-gallery-item .bth-player[class*='content-block-wrap'] {
	margin-top: 0px!important;
	padding-right: 0px!important;
	margin-bottom: 0px!important;
	padding-left: 0px!important;
	max-width: none!important;	
}


/* VIMEO CONTROLS */

iframe.bth-vimeo-embed {
  	display:block;
  	margin: 0 auto;
}

.bth-player-controls {
	display:none;
	transition: opacity 0.3s ease-in-out;
	text-transform: uppercase;
}
.bth-player-clickable {
    cursor: pointer;    
}
.bth-player-timeline-container {
	cursor: pointer;
}
.bth-player-timeline {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    background-color: currentcolor;
    opacity: 0.3;
    width: 100%;
    top: calc(50% - 0.5px);
}
.bth-player-timeline-elapsed {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    background-color: currentcolor;
    width: 0%;
    top: calc(50% - 0.5px);
}
.bth-player-play-cover {
	opacity: 1;
	transition: opacity 0.3s ease-in-out 0s;
}

.bth-player-loaded .bth-player-play-cover {
	opacity:0;
	pointer-events: none;
}

.bth-player-controls-inside .bth-player-controls {
	position: absolute!important;
	top: auto!important;
	bottom: 0!important;
	padding: 20px;
	z-index: 2;
	color: rgba(255,255,255,1);
}
/*Mobile Only*/
@media (max-width: 767px) {
	.bth-player-controls-inside .bth-player-controls {
		padding: 15px;
	}
}
.bth-player-controls-inside .bth-player-controls:before {
	background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
	content: "";
	position: absolute;
	width: 100%;
	height: 150%;
	bottom: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	transition: opacity 0.3s ease-in-out 0s;
	pointer-events: none;
}
.bth-player-controls-inside .bth-player-controls:hover:before {
	opacity: 0.65;
}
@media screen and (orientation:portrait) {
	.bth-player-controls-inside .bth-player-controls:before {
		opacity: 0.65;
	}
}

.the-content_dynamic-central .loop-inner .bth-player .gallery {
	margin-top:0px!important;
	margin-bottom:0px!important;
}


@media screen and (orientation:landscape) {
	#bth-site-wrap .landscape-display-block {display:block!important;}
	#bth-site-wrap .landscape-display-none {display:none!important;}
}

@media screen and (orientation:portrait) {
	#bth-site-wrap .portrait-display-block {display:block!important;}
	#bth-site-wrap .portrait-display-none {display:none!important;}
}


.bth-player-controls-inside.controls-reveal .bth-player-controls {
	opacity:0;
}
.bth-player-controls-inside.controls-reveal:hover .bth-player-controls {
	opacity:1;	
}
@media screen and (orientation:portrait) {
	.bth-player-controls-inside.controls-reveal .bth-player-controls {
		opacity:1!important;	
	}	
}

.bth-player-loaded:not(.bth-player-paused) .bth-player-play-cover ~ .video-play {
	opacity: 0;
}

.hero-type.full .bth-player,
.hero-type.full .video-container {
    padding-left: 0!important;
    padding-right: 0!important;
    max-width: none!important;
}


.bth-player .video-play {
	opacity:0;
}
.bth-player.bth-player-loaded .video-play {
	opacity:1;
}

.video-play.absolute-center {
	position: absolute!important;
	top: 50%!important;
}

.bth-player-loaded .video-play:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 200vw;
    height: 200vw;
    background: rgba(0,0,0,0.1);
    content: "";
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: -1;
    transform-origin: center center;
}

.bth-vimeo-gif-container { overflow: hidden; pointer-events: none; }
.bth-vimeo-gif { transform: scale(1.004); }
.bth-player-play-cover-image { width: auto; margin: 0 auto; display: block; position: relative; /* top: 50%; transform: translateY(-50%); */ }
.slideshow-image .bth-vimeo-gif-container { padding: 0px!important; position: static!important; pointer-events: none; height:100%; }
.slideshow-image .bth-vimeo-gif-container .bth-player-play-cover-image { width: auto; }

/*Tablet Only*/
@media all and (min-width: 768px) and (max-width: 1020px){
	.bth-vimeo-gif-container .bth-player-play-cover-image {
		position: relative;
		top: 50%!important;
		transform: translateY(-50%)!important;
	}
}

/*Mobile Only*/
@media (max-width: 767px) {
	.bth-vimeo-gif-container .bth-player-play-cover-image {
		position: relative;
		top: 50%!important;
		transform: translateY(-50%)!important;
	}
}

.gallery-container .desktop-column-width-1of3 .bth-player-controls-time,
.gallery-container .desktop-column-width-1of4 .bth-player-controls-time,
.gallery-container .desktop-column-width-1of5 .bth-player-controls-time,
.gallery-container .desktop-column-width-1of6 .bth-player-controls-time,
.gallery-container .desktop-column-width-1of7 .bth-player-controls-time,
.gallery-container .desktop-column-width-1of8 .bth-player-controls-time,
.gallery-container .desktop-column-width-1of9 .bth-player-controls-time	{
	display:none!important;
}

/* CLICK THROUGH */

.click-through-content { display:none; }
.click-through-uncover-trigger { cursor: pointer; }


/* POST PAY */

html .postpay-widget[data-type="product"] {
	padding-top: 20px!important;
}

html .postpay-widget[data-type="product"] .postpay-product-widget-text {
    font-size: 0.8em!important;
    font-family: inherit!important;
}

html .postpay-widget[data-type="product"] .postpay-product-widget-learn-more {
	display: block!important;
	padding-top:10px!important;
	font-size: 0.8em!important;
	font-family: inherit!important;
}

html .postpay-widget[data-type="product"] .postpay-product-widget-learn-more svg {
	display: inline!important;
	padding-top:0px!important;
}



html .postpay-widget[data-type="cart"] {
	padding-top: 20px!important;
	text-align: left!important;
}

/*Mobile Only*/
@media (max-width: 767px) {
	html .postpay-widget[data-type="cart"] {
		padding-top: 20px!important;
		text-align: center!important;
	}
}

html .postpay-widget[data-type="cart"] .postpay-product-widget-text {
    font-size: 0.9em!important;
    font-family: inherit!important;
}

html .postpay-widget[data-type="cart"] .postpay-product-widget-learn-more {
	display: block!important;
	padding-top:10px!important;
	font-size: 0.9em!important;
	font-family: inherit!important;
}

html .postpay-widget[data-type="cart"] .postpay-product-widget-learn-more svg {
	display: inline!important;
	padding-top:0px!important;
}

.svg-contextual svg {
	height:100%;
	width:100%;
}

.the-content_dynamic-central .loop-inner .the-content-container > .archive-title {
	padding: 0!important;
	margin-top: calc(4em - 0.375em)!important;
}



@media (max-width: 767px) { /* Mobile Only */
	.modal-container .esp-close-button-inner::before,
	.modal-container .esp-close-button-inner::after {
		background-color:#FFFFFF!important;	 
	}
}

.woocommerce-form__input-radio,
.woocommerce-form__input-checkbox {
	margin-right: 0!important;
}

@media (max-width: 767px) { /* Mobile Only */
	.single-woocommerce-my-account .message-container {
	    text-align: center;
	}
	.single-woocommerce-my-account .message-container a {
	    white-space: nowrap;
	}
}


/* WOOCOMMERCE CHECKOUT */

.payment_box p {
	margin: 0.5em 0;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
	width: calc(50% - 10px);
	overflow: visible;
}

html #add_payment_method #payment,
html .woocommerce-cart #payment,
html .woocommerce-checkout #payment {
	padding-top:20px;
	border-radius: 0;
	background: transparent;
}

html #add_payment_method #payment div.payment_box,
html .woocommerce-cart #payment div.payment_box,
html .woocommerce-checkout #payment div.payment_box {
	border-radius: 0px;
}

html #add_payment_method #payment ul.payment_methods,
html .woocommerce-cart #payment ul.payment_methods,
html .woocommerce-checkout #payment ul.payment_methods {
	padding: 0 0 20px 0;
	border-bottom: 1px solid;
	margin: 0;
}


#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
	padding: 20px 0 0 0;
	margin: 0;
}

html #add_payment_method #payment .woocommerce-privacy-policy-text p,
html .woocommerce-cart #payment .woocommerce-privacy-policy-text p,
html .woocommerce-checkout #payment .woocommerce-privacy-policy-text p {
	margin-bottom: 20px;
	text-align: right;
}

/*Mobile Only*/
@media (max-width: 767px) {
	html #add_payment_method #payment div.form-row.place-order,
	html .woocommerce-cart #payment div.form-row.place-order,
	html .woocommerce-checkout #payment div.form-row.place-order {
	    margin: 0 0 -1em 0;
	}
	html #add_payment_method #payment .woocommerce-privacy-policy-text p,
	html .woocommerce-cart #payment .woocommerce-privacy-policy-text p,
	html .woocommerce-checkout #payment .woocommerce-privacy-policy-text p {
		text-align: center;
	}
}

.multiply-bg-container > * {
	filter: grayscale(100%)contrast(1.10);
	mix-blend-mode: multiply;
	background-color: rgba(255,255,255,0.1);
	background-blend-mode: hue;
	transition: filter 0.3s ease-in-out;
}

.multiply-bg-hook:hover .multiply-bg-container.multiply-bg-remove-hover > * {
    filter: grayscale(0%);
}


/*Desktop Only*/
@media all and (min-width: 1021px) {
	.content-element-post-me-and-orla .content-element-inner {
		padding-left: 60px!important;
		padding-right: 60px!important;
	}
	.content-element-post-me-and-orla .content-element-inner > [class*='content-block'] {
		padding-left: 0px!important;
		padding-right: 0px!important;
		max-width: 1200px!important;
		overflow: hidden!important;
	}
	.content-element-post-me-and-orla .content-element-loop {
		margin-bottom: -120px!important;
		margin-left: -30px!important;
		margin-right: -30px!important;
	}
	.content-element-post-me-and-orla .index-item:before {
		position: absolute!important;
		top: 0!important;
		right: -1px!important;
		height: calc(100% - 60px)!important;
		width: 1px!important;
		background: currentColor!important;
		content: ''!important;
    }
	.content-element-post-me-and-orla .index-item:after {
	    position: absolute!important;
		bottom: -1px!important;
	    left: 0!important;
	    height: 1px!important;
	    width: 100%!important;
	    background: currentColor!important;
	    content: ''!important;
    }
	.content-element-post-me-and-orla .index-item:first-child:last-child {
	    padding-bottom:0!important;
    }
    .content-element-post-me-and-orla .index-item:first-child:last-child:before,
    .content-element-post-me-and-orla .index-item:first-child:last-child:after {
		content: none!important;  
    }
}

[class*='menu-display'] .esp-close-button {
	position: fixed;
}
@media all and (min-width: 768px) { /* Tablet and up */
	[class*='menu-display'] .esp-close-button:after {
		content: "Close";
		position: absolute;
		left: 100%;
		padding-left: 5px;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
}

/* EVENT SOLD OUT BADGE */

.sold-out-badge-container {
	position: absolute;
	right: 0;
	z-index: 10;
	pointer-events: none;
	transform: rotate( -10deg );
}

.sold-out-badge {
	position: relative;
	text-align: center;
	margin: 0;
	line-height: 1.4em;
}

.sold-out-badge::before {
	width: 200%;
	height: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #000;
	content: "";
	position: absolute;
	border-radius: 50%;
	z-index: -1;
	padding-bottom: 200%;
}

/* VERTICAL ELEMENT */

.vertical-element {
	position: absolute;
	transform: rotate(90deg);
	transform-origin: right bottom;
	right: calc(100% + 1px);
	left: auto;
	bottom: 0px;
	top: auto;
}

.vertical-element.push-right {
	transform-origin: top left;
	left: calc(100% + 1px);
	right: auto;
	top: 0px;
	bottom: auto;
}

/*Desktop Only*/
@media all and (min-width: 1021px) {
	html .desktop-vertical-element {
		position: absolute;
		transform: rotate(90deg);
		transform-origin: right bottom;
		right: 100%;
		left: auto;
		bottom: 0px;
		top: auto;
	}
	html .desktop-vertical-element.push-right {
		transform-origin: top left;
		left: 100%;
		right: auto;
		top: 0px;
		bottom: auto;
	}
}

/*Tablet Only*/
@media all and (min-width: 768px) and (max-width: 1020px){
	html .tablet-vertical-element {
		position: absolute;
		transform: rotate(90deg);
		transform-origin: right bottom;
		right: 100%;
		left: auto;
		bottom: 0px;
		top: auto;
	}
	html .tablet-vertical-element.push-right {
		transform-origin: top left;
		left: 100%;
		right: auto;
		top: 0px;
		bottom: auto;
	}
}

/*Mobile Only*/
@media (max-width: 767px) {
	html .mobile-vertical-element {
		position: absolute;
		transform: rotate(90deg);
		transform-origin: right bottom;
		right: 100%;
		left: auto;
		bottom: 0px;
		top: auto;
	}
	html .mobile-vertical-element.push-right {
		transform-origin: top left;
		left: 100%;
		right: auto;
		top: 0px;
		bottom: auto;
	}
}

.basket-preview-image {
	border:2px solid #FFFFFF;
} 


/* FLEX DIRECTION*/

body .flex-fill-height { flex: 1; }
body .flex-direction-row { flex-direction: row; }
body .flex-direction-row { flex-direction: row; }
body .flex-direction-row-reverse { flex-direction: row-reverse; }
body .flex-direction-column { flex-direction: column; }
body .flex-direction-column-reverse { flex-direction: column-reverse; }

/*Desktop Only*/
@media all and (min-width: 1021px) {
	html body .desktop-flex-fill-height { flex: 1; }
	html body .desktop-flex-direction-row { flex-direction: row; }
	html body .desktop-flex-direction-row-reverse { flex-direction: row-reverse; }
	html body .desktop-flex-direction-column { flex-direction: column; }
	html body .desktop-flex-direction-column-reverse { flex-direction: column-reverse; }
}

/*Tablet Only*/
@media all and (min-width: 768px) and (max-width: 1020px) {
	html body .tablet-flex-fill-height { flex: 1; }
	html body .tablet-flex-direction-row { flex-direction: row; }
	html body .tablet-flex-direction-row-reverse { flex-direction: row-reverse; }
	html body .tablet-flex-direction-column { flex-direction: column; }
	html body .tablet-flex-direction-column-reverse { flex-direction: column-reverse; }
}

/*Mobile Only*/
@media (max-width: 767px) {
	html body .mobile-flex-fill-height { flex: 1; }
	html body .mobile-flex-direction-row { flex-direction: row; }
	html body .mobile-flex-direction-row-reverse { flex-direction: row-reverse; }
	html body .mobile-flex-direction-column { flex-direction: column; }
	html body .mobile-flex-direction-column-reverse { flex-direction: column-reverse; }
}

html body .remove-last-sep .remove-last-sep-element:last-of-type { display:none!important; }
html body .menu-sep-container:last-of-type{ display:none!important }

/* SIGN UP FORMS */
html body .bth_embed_signup.fd_embed_signup.bth_embed_signup_inline .bth-field-group { padding-bottom: 0px; }

html body .bth_embed_signup input { border: none; padding: 0 0 2px; }
html body .bth_embed_signup .bth-field-group { position: relative; }
html body .bth_embed_signup .bth-field-group .fd-form-feedback { position: absolute; top: 0; transform: translateY(-100%); font-size: 0.8em; white-space: nowrap; }

html body .bth_embed_signup ::placeholder { color: currentColor; opacity: 1; }
html body .bth_embed_signup :-ms-input-placeholder { color: currentColor; }
html body .bth_embed_signup ::-ms-input-placeholder { color: currentColor; }

html body .bth_embed_signup.bth_embed_signup_small input,
html body .bth_embed_signup.bth_embed_signup_large input { border-bottom:1px solid; }
@media (max-width: 767px) {
	html body .bth_embed_signup.bth_embed_signup_inline input { border-bottom:1px solid; }
}

html body #bth-site-wrap .bth_embed_signup .bth-embedded-subscribe:before { content:none!important; }

html body .bth_embed_signup .bth-embedded-subscribe-form .response { display:none; }

html body .bth_embed_signup .bth-embedded-subscribe-form.fd-has-success .fd-success { display:block!important; }
html body .bth_embed_signup .bth-embedded-subscribe-form.fd-has-error .fd-error { display:block!important; }
html body .bth_embed_signup .bth-embedded-subscribe-form.fd-has-success .fd-success ~ .fd-error { display:none!important; }

html body .bth_embed_signup .response p { margin-top: 0px; }
html body .bth_embed_signup .response *:last-child { margin-bottom: 0px; }

html body .bth_embed_signup .fd-form-captcha { color: inherit!important; }

/* COMMON SVG */
.svg-common-container {
	width:100%;
	max-height: inherit;
}
.icon-container .svg-common-container {
	width:50px;
}
.svg-common-container svg {
	width:100%;
}


/* HIDE PIN THIS LINK */
#bth-site-wrap .prevent-pin-image .pin-image-container { display:none!important; }

/* HACKY BUT COMMON */
html .content-block-wrap-small.max-width-450 {
	max-width: 490px!important
}
@media (max-width: 767px) {
	html body .content-block-wrap-small.mobile-max-width-450 {
		max-width: 490px!important
	}
}


/* LANDSCAPE REVEAL */
@media all and (min-width: 1021px) {   
	.bth-rev {transition: all 1.75s ease-out 0.2s; pointer-events:none;}
	html.site-loaded.never-scrolled .bth-rev {transition: all 1.75s ease-in 1.25s;}
	html.site-loaded:not(.at-top) .bth-rev-container .bth-rev {transition: all 1.75s ease-in 0s}
	html.site-loaded.never-scrolled .bth-rev-container .bth-rev-top,
	html.site-loaded:not(.at-top) .bth-rev-container .bth-rev-top {transform:translateY(-200%)!important;}
	html.site-loaded.never-scrolled .bth-rev-container .bth-rev-left,
	html.site-loaded:not(.at-top) .bth-rev-container .bth-rev-left {transform:translateX(-200%)!important;}
	html.site-loaded.never-scrolled .bth-rev-container .bth-rev-right,
	html.site-loaded:not(.at-top) .bth-rev-container .bth-rev-right {transform:translateX(100%)!important;}
	html.site-loaded.never-scrolled .bth-rev-container .bth-rev-bottom,
	html.site-loaded:not(.at-top) .bth-rev-container .bth-rev-bottom1{transform:translateY(100%)!important;}
	.bth-rev-container .bth-rev {position: absolute; z-index:5;}
	.bth-rev-container .bth-rev-top { width:200vw; height:200vh; left:-100%; bottom:100%; }
	.bth-rev-container .bth-rev-right { width:200vw;height:300vh;top:100%;left:100%;transform: translateY(-50%); }
	.bth-rev-container .bth-rev-bottom { width:200vw; height:200vw; left:-100vw; top:100%; }
	.bth-rev-container .bth-rev-left { width:200vw; height:300vh; top:100%; transform:translate(-100%, -50%); }
}

/* CURRENCY SWITCHER */
.bth-currency-switcher-container.bth-currency-switcher-small .wcumcs-text { display:none; }
.bth-currency-switcher-container.bth-currency-switcher-small .wcumcs-select { padding-top:0px; padding-right: 0px; padding-bottom:0px; padding-left:0px; border:none; width:auto; background: none; }

.bth-vimeo-background > iframe { transform: scale(1.0075); }


/* TWIITER EMBED */
#bth-site-wrap .the-content_dynamic-central .twitter-tweet {
    margin-top: calc(2em - 0.375em)!important;
    margin-bottom: 2em!important;
    margin-left: auto!important;
	margin-right: auto!important;
    padding: 0 20px!important;
    width: 550px!important;
    max-width: 100%!important;
}

#bth-site-wrap .the-content_dynamic-central .twitter-tweet iframe {
    width: 100%!important;
}

@media all and (min-width: 768px) {
	#bth-site-wrap .the-content_dynamic-central .twitter-tweet {
	    margin-top: calc(4em - 0.375em)!important;
	    margin-bottom: 4em!important;
	}
}

/* JUMBO MODAL */
.modal-jumbo .modal-column-group > li {
	display: inline-block!important;
	width:100%!important;
}
.modal-jumbo .modal-column-content .max-width-350 {
	max-width:none!important;
}
.modal-jumbo .modal-column-group .modal-column-image .mobile-height-ratio-landscape {
	position:relative!important;
}
.modal-jumbo .modal-column-group .modal-column-image .overlay-100 {
	display:block!important;
}  
@media all and (min-width: 768px) and (max-width: 1020px){
	.modal-jumbo .modal-column-group .modal-column-image .mobile-height-ratio-landscape {
		padding-bottom: 50%!important;
	}
}
@media all and (min-width: 1021px) {
	.modal-jumbo .modal-column-group .modal-column-image .mobile-height-ratio-landscape {
		padding-bottom: 38.2%!important;
	}
}
@media all and (min-width: 1021px) {
	.modal-jumbo .modal-column-content .desktop-max-height-400 {
		max-height: none!important;
		height: 0!important;
	}
}
[class*="modal-regular"] .modal-jumbo + .esp-close-button .esp-close-button-inner::before,
[class*="modal-regular"]  .modal-jumbo + .esp-close-button .esp-close-button-inner::after {
    background-color:#FFFFFF!important;
}

/* INLINE ADD TO CART */
#bth-site-wrap p.add_to_cart_inline {
	margin: calc(2em - 0.375em) 0 2em 0;
}

#bth-site-wrap .add_to_cart_inline {
	padding: 0!important;
	border: none!important;
}

#bth-site-wrap .add_to_cart_inline .woocommerce-Price-amount {
	display: block;
	margin: 0.375em 0 calc(15px - 0.375em) 0;
}


/* TITLE EXPLODE */

.title-exploded-container { position: relative; z-index: 1; }

.title-exploded-container:not(:hover) > .index-item:first-of-type [class*="opacity-"] { opacity:100; }

.title-exploded-container > .index-item .opacity-0 {transition: opacity 0.3s ease-in-out 0s;}
.title-exploded-container > .index-item .opacity-hook:hover .opacity-0 { transition: opacity 0.3s ease-in-out 0.4s; }

.title-exploded-container > .index-item:first-of-type .font-display { padding-top:0px; }


/*Tablet Only*/
@media all and (min-width: 768px) and (max-width: 1020px) {
	.product-template-default .bth-content-element + .header-lip + #main-content { padding-top: 80px; }
}
/*Mobile Only*/
@media (max-width: 767px) {
	.product-template-default .bth-content-element + .header-lip + #main-content { padding-top: 60px; }
}


body:not(.role-developer) #wp-admin-bar-query-monitor { display:none!important; }

/* SPLIT TEXT - NEEDS EXPANDING */

/* TABLET AND UP */
@media all and (min-width: 768px) {
	.text-columns,
	html .text-columns_2 {
		columns: 2;
		margin-top: -0.375em;
		margin-bottom: -0.375em;
		column-gap: 40px;
	}
	
	#bth-site-wrap [class*="text-columns"] p {
		display: flex;
		margin: 2em 0 -0.375em!important;
	}
	#bth-site-wrap [class*="text-columns"] p:first-child {
		margin-top:0px!important;
	}
}

/*Desktop Only*/
@media all and (min-width: 1021px) {
	html .desktop-text-columns_gap-wide {
		column-gap: 60px;
	}
}

/* FIXED MENU */
.fixed-menu .menu-item { transition: opacity 0.2s ease-in-out 0s; }
.fixed-menu.scroll-to-menu .menu-item,
.fixed-menu:hover .menu-item { opacity: 0.4; }
.fixed-menu:not(.scroll-to-menu):hover .menu-item:hover { opacity: 1; }

/* STOPS THE MENU FROM 'POPPING' INTO PLACE */
[class*="menu-fixed"]:not(.scroll-to-fixed-fixed) nav.fixed-menu { opacity: 0; }

/* SMALL ARROWS */
[class*="arrow_small"] {
  border: solid currentColor;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 0.2em;
}
.arrow_small-right { transform: rotate(-45deg); }
.arrow_small-left { transform: rotate(135deg); }
.arrow_small-up { transform: rotate(-135deg); }
.arrow_small-down { transform: rotate(45deg); }

/* NOT SELECTED - OPACITY */
.not-selected-opacity-40 {
	transition: opacity 0.3s ease-in-out 0s;
}
.not-selected-opacity-40:not(.is-selected):not(:hover) {
	opacity: 0.4!important;
}

/* SVG HEADER */
@media screen and (orientation:landscape) {
	#hero_title.sr-only + * {
	    padding-top: 60px;
	}
}
/* SVG HEADER */
@media screen and (orientation:portrait) {
	#hero_title.sr-only + * {
	    padding-top: 40px;
	}
}

/* CUSTOM ELEMENT STYLE */

html .element-split-border-outer {
	padding:20px;
}
.element-split-border-inner {
	padding:40px 0;
}
/*Desktop Only*/
@media all and (min-width: 1021px) {
	html .element-split-border-outer {
		padding:40px;
	}
}

/* DRAGGABLE GROUP */

html body .draggable-group.draggable-active {
	white-space: nowrap!important;
	display: block!important;
	flex-flow: unset!important;
}

html body .draggable-group.draggable-active > .column {
	display: inline-block!important;
	float: none;
	clear: none;
	white-space: normal;
}

html body .draggable-group.draggable-active + .draggable-bar-container {
	display: block!important;
}

html body [class*="loop"].draggable-group:not(.draggable-active),
html body [class*="loop"].draggable-group:not(.draggable-active) + .draggable-bar-container {
	transform: translateX(0px)!important;
}


/*Desktop Only*/
@media all and (min-width: 1021px) {
	html body .desktop-draggable-group.draggable-active {
		white-space: nowrap!important;
		display: block!important;
		flex-flow: unset!important;
	}
	
	html body .desktop-draggable-group.draggable-active > .column {
		display: inline-block!important;
		float: none;
		clear: none;
		white-space: normal;
	}
	
	html body .desktop-draggable-group.draggable-active + .draggable-bar-container {
		display: block!important;
	}
	
	html body [class*="column-group"][class*="draggable-group"]:not(.draggable-active),
	html body [class*="column-group"][class*="draggable-group"]:not(.draggable-active) + .draggable-bar-container {
		transform: translateX(0px)!important;
	}
}

/*Tablet Only*/
@media all and (min-width: 768px) and (max-width: 1020px){
	html body .tablet-draggable-group.draggable-active {
		white-space: nowrap!important;
		display: block!important;
		flex-flow: unset!important;
	}
	
	html body .tablet-draggable-group.draggable-active > .column {
		display: inline-block!important;
		float: none;
		clear: none;
		white-space: normal;
	}
	
	html body .tablet-draggable-group.draggable-active + .draggable-bar-container {
		display: block!important;
	}
	
	html body [class*="column-group"][class*="draggable-group"]:not(.draggable-active),
	html body [class*="column-group"][class*="draggable-group"]:not(.draggable-active) + .draggable-bar-container {
		transform: translateX(0px)!important;
	}	
}

/*Mobile Only*/
@media (max-width: 767px) {
	html body .mobile-draggable-group.draggable-active {
		white-space: nowrap!important;
		display: block!important;
		flex-flow: unset!important;
	}
	
	html body .mobile-draggable-group.draggable-active > .column {
		display: inline-block!important;
		float: none;
		clear: none;
		white-space: normal;
	}
	
	html body .mobile-draggable-group.draggable-active + .draggable-bar-container {
		display: block!important;
	}
	
	html body [class*="column-group"][class*="draggable-group"]:not(.draggable-active),
	html body [class*="column-group"][class*="draggable-group"]:not(.draggable-active) + .draggable-bar-container {
		transform: translateX(0px)!important;
	}
}




.draggable-group-scroll-bar {
	position: relative;
	width: 100%;
	height: 15px;
	cursor: pointer;
}
.draggable-group-scroll-bar:after {
	content: "";
	display:block;
	position:absolute;
	background-color: currentColor;
	opacity: 0.15;
	height: 1px;
	width: 100%;
	left: 0;
	top: 50%;
	pointer-events: none;
}
.draggable-group-scroll-handle {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 80px;
	height: 100%;
	cursor: pointer;
}
.draggable-group-scroll-handle:after {
	content: "";
	display:block;
	position:absolute;
	background-color: currentColor;
	height: 1px;
	width: 100%;
	left: 0;
	top: 50%;
	pointer-events: none;
}


/* BTH-STICKY BUG - FULL HEIGHT WONT STICK */
[class*="bth-sticky"] .viewport-height-1of1 {
    height: calc(var(--vh, 1vh) * 100 - 1px)!important;
}

/* PRODUCT SEP LINE */
#main-single-product-summary form + .form-sep {
	display: none;
}
#single-product-summary-form + .bth-spacing > .form-sep { display:none; }
#single-product-summary-form + .bth-spacing > .form-sep:first-child + .bth-spacing { padding-top:0; }



#hero-type-landscape-banner .banner-spacer {
	max-height: 550px;
	height: calc(67.5vh);
}
/*Mobile Only*/
@media (max-width: 767px) {
	#hero-type-landscape-banner .banner-spacer {
		height: calc(62.5vh);
	}	
}






/* Seamless Accordions */

.accordion-type-seamless.accordion-group-set > .accordion {
	overflow: hidden;
}

.accordion-type-seamless.accordion-group-set > .accordion-set > .accordion-inner {
	border:none!important;
}

.accordion-type-seamless.accordion-group-set > .accordion-set > .accordion-inner > .esp-accordion-title {
	cursor: pointer;
	display: inline-block!important;
}

.accordion-type-seamless.accordion-group-set > .accordion-set > .accordion-inner > .esp-accordion-title.no-title {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	padding: 0;
}
.accordion-type-seamless.accordion-group-set .esp-accordion-title::before,
.accordion-type-seamless.accordion-group-set .esp-accordion-title::after {
	backface-visibility: hidden;
	content: "";
	height: 1px;
	position: absolute;
	right: 8px;
	top: 50%;
	transition-duration: 0.2s;
	transition-property: transform;
	width: 13px;
}
.accordion-type-seamless.accordion-group-set .esp-accordion-title::before {
	transform: rotate(45deg);
}
.accordion-type-seamless.accordion-group-set .esp-accordion-title::after {
	transform: rotate(-45deg);
}
.accordion-type-seamless.accordion-group-set .accordion-open > .accordion-inner > .esp-accordion-title::before {
	transform: rotate(-45deg);
}
.accordion-type-seamless.accordion-group-set .accordion-open > .accordion-inner > .esp-accordion-title::after {
	transform: rotate(45deg);
}
.accordion-type-seamless.accordion-group-set .no-handle .esp-accordion-title {
	display: none!important
}
html body .accordion-type-seamless.accordion-group-set {
	padding-top: 1px;
	margin-top: -10px!important;
	margin-bottom: -10px!important;
}
.accordion-type-seamless .accordion.accordion-set {
	float: none!important;
	display: inline-block!important;
	margin-bottom: 0;
}
.accordion-type-seamless.accordion-group-set .esp-accordion-title::before, .accordion-type-seamless.accordion-group-set .esp-accordion-title::after {
	background-color: currentcolor;
}
.accordion-type-seamless.accordion-group-set .esp-accordion-title {
	position: relative;
	transition: all 0.3s ease-in-out 0s;
}
.accordion-type-seamless.accordion-group-set .esp-accordion-content {
	padding: 10px 0px 10px;
	clear:both;
}

.accordion-type-seamless.accordion-group-set .esp-accordion-title::before {
	right: 9px;
}
.accordion-type-seamless.accordion-group-set .esp-accordion-title::after {
	right: 0px;
}

/* PLUS ICON */

html body .accordion-group-set.accordion-plus .esp-accordion-title::before, html body .accordion-group-set.accordion-plus .esp-accordion-title::after {
	top: 29px !important;
	width: 13px!important;	
}
html body .accordion-type-seamless.accordion-group-set.accordion-plus .esp-accordion-title::before, html body .accordion-type-seamless.accordion-group-set.accordion-plus .esp-accordion-title::after {
	top: 50%!important;
	width:11px!important;
}
html body .accordion-group-set.accordion-plus .esp-accordion-title::before {
	right: 25px!important;
	transform: rotate(0deg)!important;
}
html body .accordion-group-set.accordion-plus .esp-accordion-title::after {
	right: 25px!important;
	transform: rotate(90deg)!important;
}

html body .accordion-type-seamless.accordion-group-set.accordion-plus .esp-accordion-title::before,
html body .accordion-type-seamless.accordion-group-set.accordion-plus .esp-accordion-title::after {
	right: 0px!important;
}

html body .accordion-group-set.accordion-plus .accordion-open > .accordion-inner > .esp-accordion-title::before {
	transform: rotate(45deg)!important;
}
html body .accordion-group-set.accordion-plus .accordion-open > .accordion-inner > .esp-accordion-title::after {
	transform: rotate(-45deg)!important;
}

.accordion-group-small.accordion-type-seamless.accordion-group-set .esp-accordion-title {
	padding: 10px 30px 10px 0px;
}

.taxonomy-filter .accordion-type-clean.accordion-group-set .esp-accordion-content {
	padding-bottom: 15px;
}

/*Desktop Only*/
@media all and (min-width: 1021px) {
	.accordion-type-clean.accordion-group-large.accordion-group-set .accordion-open .esp-accordion-title {
		padding-top: 45px;
	}
	.accordion-type-clean.accordion-group-large.accordion-group-set .esp-accordion-content {
		padding: 0px 0px 40px;
	}
}
/*Tablet and Up*/
@media (min-width: 768px) {
	html body .bth-title_default.bth-title_accordion {
		font-size: 1.4em;
	}
}

/* BTH COLUMNS */
@media all and (min-width: 768px) { /* Tablet and up */
	.bth-column-1 > * { padding-left: 0!important; }
	.bth-column-2 > * { padding-right: 0!important; }
}

/* BTH DROPCAP */
.dropcap-element:first-letter,
.the-content_dropcap .the-content-container > p:first-child:first-letter,
.the-content_dropcap.the-content-container > p:first-child:first-letter {
	float: left;
	font-size: 4em;
	margin-right: 8px;
	line-height: 1em;
	margin: -0.375em 10px -0.375em 0;
	padding-top: 0.265em;
}


/* SPLIT HEADERS  */
.hero-type .bth-container__split [class*='block-wrap'] {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
}

.hero-type .bth-container__split [class*='align'],
.hero-type .bth-container__split [class*='align'] * {
	text-align: inherit!important;
}

[id*="showcase-gallery-element"] ~ #main-content .header-title-sep,
[id*="hero-type-split-content"] ~ #main-content .header-title-sep {
	display:none;
}


/*** Close Button ***/

.manual-close-button {
	position: relative;
	height: 20px;
	width: 20px;
	cursor: pointer;
	transition: all 0.2s ease-in-out 0s;
}

.manual-close-button-inner {
	position: absolute!important;
	width: 100%;
	height: 100%;
	text-indent: 100%;
	white-space: nowrap;
	transform: rotate(0deg);
	transform-origin: center;
	transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.manual-close-button:hover .manual-close-button-inner {
	transform: rotate(180deg);
}
.manual-close-button-inner::before, .manual-close-button-inner::after {
	content: "";
	position: absolute;
	width: 1.5px;
	height: calc(100%);
	background-color: #000;
	left: calc(50% - 1px);
	top: 0;
}
.manual-close-button-inner::before {
	transform: rotate(45deg);
}

.manual-close-button-inner::after {
	transform: rotate(-45deg);
}

.manual-close-button-inner::before, .manual-close-button-inner::after { width:1px; background-color: currentColor;}
	
.manual-close-button:hover .manual-close-button-inner {
    transform: rotate(90deg);
}
.manual-close-button:after {
	content: "Close";
	position: absolute;
	left: 100%;
	padding-left: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	vertical-align: middle;
	top: calc(50%);
	transform: translateY(-50%);
}

.navigation-arrow-back {
	position: relative;
	z-index: 10;
	cursor: pointer;
}

html .navigation-arrow-back:before {
	border-top: 1px solid currentColor;
	border-left: 1px solid currentColor;
	border-right: none;
	border-bottom: none;
	transform: translate(50%, -50%) rotate(-45deg);
	top: 50%;
	left: -3px;
	height: 10px;
	content: "";
	width: 10px;
	position: absolute;
	pointer-events:none;
}
.navigation-arrow-back:after {
	content: "Back";
	left: 0;
	padding-left: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
	pointer-events:none;
}