/*!
Theme Name: VIB
Theme URI: http://underscores.me/
Author: Mike Staples
Author URI: https://drawn2design.net
Description: Custom theme created for Rosebud VIB
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vib
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

VIB is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Custom Icons
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Custom Icons
--------------------------------------------------------------*/
@font-face {
  font-family: 'vib';
  src: url('assets/fonts/vib.eot?62952512');
  src: url('assets/fonts/vib.eot?62952512#iefix') format('embedded-opentype'),
       url('assets/fontsvib.woff2?62952512') format('woff2'),
       url('assets/fonts/vib.woff?62952512') format('woff'),
       url('assets/fonts/vib.ttf?62952512') format('truetype'),
       url('assets/fonts/vib.svg?62952512#vib') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'vib';
    src: url('../font/vib.svg?62952512#vib') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "vib";
  font-style: normal;
  font-weight: normal;
  speak: never;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-mail:before { content: '\e800'; } /* '' */
.icon-quote-mark:before { content: '\e801'; } /* '' */
.icon-basket:before { content: '\e802'; } /* '' */
.icon-check-box:before { content: '\e803'; } /* '' */
.icon-arrow-up:before { content: '\e804'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type="button"],[type="reset"],[type="submit"],button{-webkit-appearance:button}[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*** Custom Properties ***/
:root {
	--base-bg: #f7f7f7;
	--base-text: #212121;
	--home-bg: #000;
	--home-text: #fff;
	--rose: #f66;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #212121;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

b,
strong {
	font-weight: 500;
	clear: both;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	/*color: #4169e1;*/
	/*color: var(--rose);*/
	color: #212121;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a:visited {
	/*color: #800080;*/
	/*color: var(--rose);*/
	color: #212121;
}

a:hover,
a:focus,
a:active {
	/*color: #191970;*/
	/*color: var(--rose);*/
	color: #212121;
}

.page-dark a {
	color: #fff;
}

.page-dark a:visited {
	/*color: #800080;*/
	color: #fff;
}

.page-dark a:hover,
.page-dark a:focus,
.page-dark a:active {
	/*color: #191970;*/
	color: #fff;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 1100px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*** SITE SPECIFIC ***/
body {
	margin: 0;
	background: var(--base-bg);
	color: var(--base-text);
	font-family: 'Barlow Condensed', sans-serif;
}
/* the below works but decided to use full width section wrappers
/*.full-width {
	width: var(--viewWidth);
	margin-left: calc((var(--viewWidth) - 1200px) / -2);
}
@media (max-width: 1280px) {
	.full-width {
		margin-left: -30px;
	}
}*/
body.page-dark {
	background: var(--home-bg);
	color: var(--home-text);
}
.section-wrap {
	width: 100%;
	position: relative;
}
.section-wide {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 30px;
}
.section {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 30px;
}
.section-narrow {
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
	padding: 0 30px;
}
.fixed-scroll {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
/*.site,
.full-width-inner {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 30px;
}
.inner-narrow,
.full-width-inner-narrow {
	margin: 0 auto;
	width: 100%;
	max-width: 900px;
	padding: 0 30px;
}*/
.site-header {
	width: 100%;
	height: 200px;
	z-index: 10;
}
.home .site-header {
	position: absolute;
}
.site-header .section-wide {
	position: relative;
}
.site-logo {
	margin-left: -20px;
	padding: 10px 20px 0 0;
	max-width: 200px;
	position: relative;
	z-index: 100;
}
.site-logo-white {
	display: none;
}
.page-dark .site-logo-white {
	display: block;
}
.site-logo-black {
	display: block;
}
.page-dark .site-logo-black {
	display: none;
}
.header-nav {
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.social-links {
	padding: 35px 0 0;
	font-size: 18px;
	display: flex;
	justify-content: flex-end;
	position: relative;
}
.social-links a {
	padding: 0 15px 0 0;
	color: var(--rose) !important;
	display: inline-block;
}
.social-links .icon-instagram {
	margin-right: 5px;
}
.social-links .nav-menu a {
	padding: 0;
}
.main-navigation {
	padding: 0 20px;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}
.nav-overlay {
	width: 100%;
	min-height: 0px;
	left: 0;
	top: 0;
	position: absolute;
	background: rgba(0,0,0,0);
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.toggle-wrap {
	display: flex;
	justify-content: flex-end;
}
.menu-menu-1-container {
	display: flex;
	justify-content: flex-end;
}
.nav-menu {
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.nav-menu a {
	padding: 10px 15px;
}
.current-menu-item a {
	color: var(--rose) !important;
}
@keyframes visible {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@media (max-width: 1099px) {
	.main-navigation {
		flex-direction: column;
	}
	.main-navigation ul {
		padding: 100px 0;
		width: 100%;
		font-size: 40px;
		font-weight: 200;
		text-align: center;
		opacity: 0;
	}
	.main-navigation.toggled ul {
		animation: visible 0.5s linear 1 forwards;
	}
	.main-navigation.toggled .nav-overlay {
		background: rgba(0,0,0,0.9);
		min-height: calc(100vh + 200px);
	}
	.main-navigation button.open-icon {
		background: transparent;
		border: none;
	}
	.main-navigation button.open-icon:hover, .main-navigation button.open-icon:active, .main-navigation button.open-icon:focus {
		border-color: #232323  #232323  #232323;
		outline: none;
	}
	.open-icon {
			display: block;
			float: right;
			width: 35px;
			height: 20px;
			margin: 12px 18px 0 0;
			cursor: pointer;
			position: relative;  
	}
	.open-icon span {
			height: 2px;
			width: 100%;
			position: absolute;
			left: 0;
			top: 0;
			background: #fff;
			-moz-transition: all 0.3s ease-in-out;
			-webkit-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
	}
	.open-icon .menu_label {
			opacity: 0;
	}
	.open-icon span:nth-child(1) {
			top: 0px;
			transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			-webkit-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
	}
	.open-icon span:nth-child(2) {
			width: 100%;
			left: 0;
	}
	.open-icon span:nth-child(3) {
			top: 20px;
			transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			-webkit-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
	}
	.open-icon span:nth-child(2) {
			top: 9px;
	}
	.open-icon span:nth-child(3) {
			top: 18px;
	}
	.main-navigation.toggled .open-icon span:nth-child(1) {
			top: 10px;
			transform: rotate(30deg);
			-moz-transform: rotate(30deg);
			-webkit-transform: rotate(30deg);
			-ms-transform: rotate(30deg);
	}
	.main-navigation.toggled .open-icon span:nth-child(2) {
			width: 0;
			left: 50%;
	}
	.main-navigation.toggled .open-icon span:nth-child(3) {
			top: 10px;
			transform: rotate(-30deg);
			-moz-transform: rotate(-30deg);
			-webkit-transform: rotate(-30deg);
			-ms-transform: rotate(-30deg);
	}
}
@media (max-width: 600px) {
	.main-navigation {
		flex-direction: column;
	}
	.main-navigation ul {
		font-size: 30px;
		font-weight: 200;
	}
}
.site-footer {
	padding: 15px 0;
}
.site-footer .section-wide {
	display: flex;
	justify-content: space-between;
}
.site-footer p {
	margin: 0;
	padding: 10px 0;
	font-size: 18px;
	font-weight: 200;
}
.site-footer span {
	display: inline-block;
	padding: 0 4px;
}
.site-footer a {text-decoration:none;}
.site-footer .social-links {
	padding: 10px 0;
}
@media (max-width: 600px) {
	.site-footer .section-wide {
		flex-direction: column;
		justify-content: center;
	}
	.site-info {
		order: 2;
		text-align: center;
	}
	.site-footer .social-links {
		order: 1;
		justify-content: center;
	}
}
@media (max-width: 420px) {
	.site-info p {
		font-size: 0.9em;
	}
}

.entry-title,
.page-title {
	margin: 0;
	padding: 0;
	font-size: 60px;
	font-weight: 200;
	line-height: 1.25em;
	text-align: center;
}
@media (min-width: 320px) {
	.entry-title,
	.page-title {
		font-size: calc(36px + (60 - 36) * ((100vw - 300px) / (1000 - 300)));
	}
}

.site-main {
	min-height: 700px;
}
.home .site-main {
	min-height: 1200px;
	text-align: center;
}
.home .entry-content {margin:0}

.home-hero-wrapper {
	padding-top: 200px;
	position: relative;
	background: #000;
}
.hero-image-wrap {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	opacity: 0.7;
}
.hero-content {
	padding: 25% 0 12%;
	position: relative;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.hero-content h1 {
	margin: 0;
	padding: 0;
	font-size: 120px;
}
.hero-content h3 {
	margin: 0;
	padding: 0;
	font-size: 48px;
	font-weight: 200;
	line-height: 1.25em;
}
@media (min-width: 320px) {
	.hero-content h1 {
		font-size: calc(30px + (120 - 30) * ((100vw - 300px) / (1000 - 300)));
	}
	.hero-content h3 {
		font-size: calc(24px + (48 - 24) * ((100vw - 300px) / (1000 - 300)));
	}
}
@media (min-width: 1000px) {
	.hero-content h1 {
		font-size: 120px;
	}
	.hero-content h3 {
		font-size: 48px;
	}
}
@media (max-width: 768px) {
	.hero-content {
		padding: 40% 0 12%;
	}
}
@media (max-width: 500px) {
	.hero-content {
		padding: 60% 0 20%;
	}
}

.intro-image-wrap {
	left: 0;
	top: 50px;
	right: 0;
	bottom: 30px;
	position: absolute;
	opacity: 0.15;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: contain !important;
}
.intro-content {
	padding: 8% 0;
	position: relative;
	font-size: 40px;
	line-height: 1.4em;
	font-weight: 200;
}
@media (min-width: 320px) {
	.intro-content {
		font-size: calc(21px + (40 - 21) * ((100vw - 300px) / (1000 - 300)));
	}
}
@media (min-width: 1000px) {
	.intro-content {
		font-size: 40px;
	}
}
.home-image-wrap {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	opacity: 0.9;
}
.home-image-overlay {
	width: 60%;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.9)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}
.home-image-overlay-left {
	width: 60%;
	top: 0;
	left: 0;
	bottom: 0;
	position: absolute;
	background: rgba(0,0,0,1);
	background: -moz-linear-gradient(left, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.9)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}
.home-image-block-wrapper .section-wide {
	min-height: 800px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.home-image-block-wrapper .section-wide.home-image-text-left {
	justify-content: flex-start;
}
.home-image-content {
	width: 50%;
	max-width: 450px;
	position: relative;
	font-size: 40px;
	line-height: 1.4em;
	font-weight: 200;
	text-align: left;
}
.home-image-content h3{
	margin: 0;
	padding: 0 0 0.25em;
	font-size: 96px;
	line-height: 0.8em;
}
.home-image-content p{
	margin: 0;
	padding: 0;
}
@media (min-width: 320px) {
	.home-image-content h3 {
		font-size: calc(40px + (96 - 40) * ((100vw - 300px) / (1000 - 300)));
	}
	.home-image-content {
		font-size: calc(21px + (40 - 21) * ((100vw - 300px) / (1000 - 300)));
	}
}
@media (min-width: 1000px) {
	.home-image-content h3 {
		font-size: 96px;
	}
	.home-image-content {
		font-size: 40px;
	}
}
@media (max-width: 768px) {
	.home-image-block-wrapper .section-wide {
		min-height: calc(100vh - 50px);
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}
	.home-image-overlay,
	.home-image-overlay-left {
		width: 100%;
		height: 50%;
		top: auto;
		left: 0;
		bottom: 0;
		right: 0;
		background: rgba(0,0,0,0);
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.8)));
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
		background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
		background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	}
	.home-image-content {
		padding-bottom: 60px;
		width: 100%;
		max-width: 100%;
		position: relative;
		text-align: center;
	}
}
.home-section-no-image {
	padding: 100px 0 70px;
}
.section-logo {
	margin: 0 auto;
}
.section-heading p {
	margin: 30px 0;
	padding: 0;
	font-size: 48px;
	font-weight: 200;
	line-height: 1.2em;
}
@media (max-width: 500px) {
	.home-section-no-image {
		padding: 60px 0 30px;
	}
	.section-logo img {
		width: 240px;
	}
	.section-heading p {
		margin: 30px 0;
		padding: 0;
		font-size: 36px;
	}
}
.boss-image-overlay {
	width: 100%;
	height: 50%;
	top: auto;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.8)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.boss-image-wrap {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	opacity: 0.9;
}
.home-boss-wrapper .section-wrap .section {
	min-height: 830px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.boss-content {
	padding-bottom: 100px;
	position: relative;
}
.home-btn {
	height: 80px;
	margin: 0 auto;
	padding: 3px 60px 8px;
	font-size: 40px;
	line-height: 1em;
	font-weight: 200;
	color: #fff;
	text-decoration: none;
	background: none;
	border-radius: 40px;
	border: 1px solid #fff;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
@media (min-width: 320px) {
	.home-btn {
		font-size: calc(24px + (40 - 24) * ((100vw - 300px) / (1000 - 300)));
	}
}
@media (min-width: 1000px) {
	.home-btn {
		font-size: 40px;
	}
}

.testimonial-item {
	width: 100%;
	height: 700px;
	position: relative;
}
.testimonial-item .section-wide {
	height: 700px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
}
.testimonial-item.testimonial-right .section-wide {
	justify-content: flex-start;
}
.testimonial-content {
	width: 60%;
	max-width: 650px;
	font-size: 36px;
	font-weight: 200;
	line-height: 1.2em;
	text-align: left;
}
.testimonial-icon {
	padding: 0 0 18px;
	font-size: 48px;
}
.testimonial-content p {
	margin: 0 0 20px;
}
.testimonial-name,
.testimonial-co {
	font-size: 24px;
	line-height: 1.2;
	text-transform: uppercase;
}
.testimonial-image {
	width: 100%;
	max-width: 900px;
	height: 700px;
	left: 0;
	position: absolute;
	display: flex;
	justify-content: flex-end;
}
.testimonial-right .testimonial-image {
	left: auto;
	right: 0;
	justify-content: flex-start;
}
.testimonial-overlay {
	width: 60%;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}
.testimonial-right .testimonial-overlay {
	background: rgba(0,0,0,1);
	background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}
@media (max-width: 768px) {
	.testimonial-overlay,
	.testimonial-right .testimonial-overlay {
		height: 60%;
		min-height: 300px;
		width: 100%;
		background: rgba(0,0,0,0);
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.8)));
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
		background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
		background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	}
	.testimonial-image,
	.testimonial-item .section-wide {
		align-items: flex-end;
	}
	.testimonial-content {
		padding-bottom: 10%;
		width: 100%;
		max-width: 100%;
		font-size: 36px;
		font-weight: 200;
		line-height: 1.2em;
		text-align: left;
	}
}
@media (max-width: 600px) {
	.testimonial-item,
	.testimonial-item .section-wide {
		height: 550px;
	}
	.testimonial-image {
    width: 100%;
    max-width: 550px;
    height: 467px;
    left: 0;
    position: absolute;
    display: flex;
		justify-content: flex-end;
		background-position: left;
    background-size: cover !important;
	}
	.testimonial-right .testimonial-image {
		background-position: right !important;
	}
	.testimonial-overlay,
	.testimonial-right .testimonial-overlay {
		background: rgba(0,0,0,0);
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
		background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
		background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	}
	.testimonial-content {
		font-size: 24px;
	}
	.testimonial-name,
	.testimonial-co {
		font-size: 18px;
	}
}

.vib-ready-wrapper .home-section-no-image {
	padding-bottom: 0;
}
.vib-ready-below-image {
	padding: 100px 0 80px;
}
.vib-ready-below-image p {
	margin: 0;
	padding: 0;
	font-size: 40px;
	font-weight: 200;
	line-height: 1.2em;
}
.vib-ready-below-image a {
	display: inline-block;
	text-decoration: none;
	position: relative;
	border-bottom: 1px solid #fff;
}
@media (max-width: 500px) {
	.vib-ready-wrapper .home-section-no-image {
		padding-bottom: 30px;
	}
	.vib-ready-below-image {
		padding: 50px 0 40px;
	}
	.vib-ready-below-image p {
		font-size: 24px;
	}
}
/*** VIB Details ***/
.vib-details-page .site-header {
	position: relative;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.vib-details-page .site-main {margin-top:-200px}
.vib-details-page .entry-header {display:none}
.vib-details-page .entry-content {margin-top: 0}
.session-image-wrap {
	height: 800px;
	position: relative;
}
.boss-details-hero .session-image-wrap {
	height: 930px;
}
.session-image-overlay {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	position: absolute;
	z-index: 1;
}
.session-image-wrap img {
	width: 100%;
	height: 100%;
	max-width: auto;
	object-fit: cover;
	position: relative;
	z-index: 0;
}
.session-details-wrap {
	min-height: 280px;
	margin-top: -280px;
	text-align: center;
	position: relative;
	z-index: 2;
}
.session-logo {
	width: 540px;
	right: 0;
	bottom: 70px;
	position: absolute;
	opacity: 0.2;
}
.vib-details-page h2 {
	margin: 0;
	padding: 0;
	font-size: 90px;
}
.vib-details-page h3 {
	margin: -10px 0;
	padding: 0;
	font-weight: 400;
	font-size: 48px;
}
.vib-details-page h4 {
	margin: 0;
	padding: 50px 0 0;
	font-size: 40px;
	font-weight: 200;
	line-height: 1.25em;
}
.vib-details-page h5 {
	margin: 0;
	padding: 50px 0 60px;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.25em;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
}
.vib-details-page h5:after {
	content: '';
	width: 200px;
	height: 1px;
	background: #fff;
	display: block;
	left: 50%;
	margin-left: -100px;
	bottom: 50px;
	position: absolute;
}
.session-includes-wrap {
	display: flex;
	flex-wrap: wrap;
	font-size: 30px;
	font-weight: 100;
	line-height: 1.4em;
	text-align: left;
}
@media (min-width: 320px) {
	.vib-details-page h2 {
		font-size: calc(30px + (90 - 30) * ((100vw - 300px) / (1000 - 300)));
	}
	.vib-details-page h3 {
		font-size: calc(24px + (48 - 24) * ((100vw - 300px) / (1000 - 300)));
	}
	.vib-details-page h4 {
		font-size: calc(20px + (40 - 20) * ((100vw - 300px) / (1000 - 300)));
	}
	.session-includes-wrap {
		font-size: calc(18px + (30 - 18) * ((100vw - 300px) / (1000 - 300)));
	}
}
@media (min-width: 1000px) {
	.vib-details-page h2 {
		font-size: 90px;
	}
	.vib-details-page h3 {
		font-size: 48px;
	}
	.vib-details-page h4 {
		font-size: 40px;
	}
	.session-includes-wrap {
		font-size: 30px;
	}
}
.session-includes-wrap ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.session-includes-wrap ul li {
	padding: 0 0 45px 45px;
	position: relative;
}
.session-includes-wrap ul li:before {
	content: '\e803';
	font-family: 'vib';
	font-size: 24px;
	display: block;
	left: 0;
	top: 1px;
	position: absolute;
}
@media (min-width: 320px) {
	.session-includes-wrap ul li:before {
		font-size: calc(16px + (24 - 16) * ((100vw - 300px) / (1000 - 300)));
	}
}
@media (min-width: 1000px) {
	.session-includes-wrap ul li:before {
		font-size: 24px;
	}
}
.session-includes-col {
	padding-right: 30px;
	width: 50%;
}
.session-includes-wrap .session-includes-col:last-child {
	padding-left: 30px;
	padding-right: 0;
}
.session-pricing h4 {
	padding: 30px 0 0;
}
.session-pricing h4:last-child {
	padding: 10px 0 0;
}
.session-pricing h4 span {
	padding: 15px 0;
	font-size: 72px;
	font-weight: 400;
	display: block;
}
.session-btn {
	padding: 80px 0 120px;
}
.session-btn a {
	height: 100px;
	padding: 15px 100px;
	font-size: 40px;
	font-weight: 200;
	border: 1px solid #fff;
	border-radius: 50px;
	display: inline-block;
}
.session-note {
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 100;
}
@media (min-width: 320px) {
	.session-pricing h4 span {
		font-size: calc(48px + (72 - 48) * ((100vw - 300px) / (1000 - 300)));
	}
	.session-btn a {
		font-size: calc(24px + (40 - 24) * ((100vw - 300px) / (1000 - 300)));
	}
}
@media (min-width: 1000px) {
	.session-pricing h4 span {
		font-size: 48px;
	}
	.session-btn a {
		font-size: 40px;
	}
}
@media (max-width: 900px) {
	.session-btn a {
		padding: 20px 100px;
	}
	.session-logo {
		bottom: 20px;
	}
}
@media (max-width: 767px) {
	.boss-details-hero .session-image-wrap {
    height: 700px;
	}
	.session-image-wrap {
		height: 680px;
	}
	.session-includes-col {
		width: 100%;
		padding: 0 !important;
	}
	.session-includes-wrap ul li {
    padding: 0 0 30px 35px;
	}
	.session-pricing h4 span {
    padding: 5px 0 15px;
	}
	.session-note {
		font-size: 18px;
	}
	.session-btn {
		padding: 40px 0 70px;
	}
	.session-btn a {
		height: 80px;
		padding: 18px 50px;
		font-weight: 200;
		border-radius: 40px;
	}
}
/*** jquery modal ***/
.blocker {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100%; height: 100%;
  overflow: auto;
  z-index: 10000;
	/*padding: 20px;*/
	padding: 0;
  box-sizing: border-box;
  background-color: rgb(20,20,20);
  background-color: rgba(20,20,20,0.8);
  text-align: center;
}
.blocker:before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #111;
  padding: 15px 30px;
	/*border: 1px solid #333;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;*/
  text-align: left;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==');
	-moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.5) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.contact-popup.modal {
	padding: 30px 30px 100px;
	max-width: 500px;
	font-size: 16px;
	font-weight: 300;
}
#contact_name {
	width: calc(100% - 60px);
	font-size: 36px;
	font-weight: 200;
	text-align: center;
	/*color: #c9a3a3;*/
	color: var(--rose);
	top: -60px;
	position: absolute;
}
.contact-popup-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact-popup-logo {
	margin-left: -30px;
	width: 150px;
	flex-shrink: 0;
}
.contact-popup-form-col {
	width: calc(100% - 150px);
}
.contact-popup-form-col p {
	font-size: 20px;
	margin: 0 0 0.6em;
}
.contact-form-row {
	padding: 10px 0 20px;
}
.contact-popup-form-col label {
	padding: 15px 0 0;
	font-size: 0.875em;
	text-transform: uppercase;
	display: block;
	display: none;
}
.contact-popup-form-col input,
.contact-popup-form-col textarea {
	color: #fff !important;
	max-width: 100%;
}
.contact-popup-form-col textarea {
	resize: none;
  font-size: 16px;
  height: 46px;
  min-height: 46px;
  box-sizing: border-box;
  overflow: hidden;
}
.contact-popup-form-col input[type = email],
.contact-popup-form-col input[type = text],
.contact-popup-form-col textarea {
	padding: 10px 5px;
	background-color: #111;
	border-color: transparent;
  border-bottom: 1px solid #666;
}
.contact-popup-form-col input[type = email]:focus,
.contact-popup-form-col input[type = text]:focus,
.contact-popup-form-col textarea:focus {
	padding: 10px 5px;
	background-color: #111 !important;
	outline: none;
}
.contact-popup-form-col .wpcf7-not-valid-tip {
	font-size: 0.75em;
	color: var(--rose);
}
.contact-popup-form-col .message .wpcf7-not-valid-tip {
	margin-top: -5px;
}
.contact-popup-form-col .wpcf7-response-output {
	border: 1px solid #333 !important;
	padding: 10px 12px 12px !important;
	line-height: 1.3; 
}
.contact-form-submit {
	width: 50%;
	bottom: 0;
	right: 0;
	position: absolute;
}
.contact-form-submit input {
	padding: 7px 20px;
	width: 100%;
	height: 50px;
	font-size: 20px;
	font-family: 'Barlow Condensed', sans-serif;
	background: #cf5555;
	border-radius: 0;
	border: none;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	outline: none;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact-form-submit input:hover,
.contact-form-submit input:focus {
	background: #883c3c;
	border: none;
	border-top: 1px solid #111;
	border-left: 1px solid #111;
	outline: none;
}
.contact-form-submit .ajax-loader {
	left: 10px;
	top: 18px;
	position: absolute;
}

.modal a.close-modal {
	display: none;
}
.modal-close {
	width: 50%;
	height: 50px;
	padding: 8px 30px;
	display: block;
	font-size: 20px;
	line-height: 1.6;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #333;
	border-top: 1px solid #111;
	left: 0;
	bottom: 0;
	position: absolute;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.modal-close:hover,
.modal-close:active {
	background: #883c3c;
}
/*.modal-close:before {
	content: '';
	width: 0;
	height: 0;
	border-width: 26px 14px 26px 0;
	border-color: transparent var(--tbl-orange) transparent transparent;
	border-style: solid;
	display: block;
	top: 0;
	left: -14px;
	position: absolute;
}
.modal-close:after {
	content: '';
	width: 0;
	height: 0;
	border-width: 26px 0 26px 14px;
	border-color: transparent transparent transparent var(--tbl-orange);
	border-style: solid;
	display: block;
	top: 0;
	right: -14px;
	position: absolute;
}*/
@media (max-width: 499px) {
	.contact-popup-logo {
		margin-left: -30px;
		width: 120px;
		flex-shrink: 0;
	}
	.contact-popup-form-col {
		width: calc(100% - 120px);
	}
}
/* to top */
.to-top {
  right: 10px;
  bottom: -60px;
  position: fixed;
  -moz-transition: bottom .5s ease-in-out;
  -webkit-transition: bottom .5s ease-in-out;
  transition: bottom .5s ease-in-out;
  z-index: 100;
}
.top-show {
  bottom: 92px;
}
.to-top a {
  width: 36px;
  height: 36px;
  font-size: 24;
  line-height: 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: rgba(153,153,153,0.5);    
  -moz-transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 18px;
  outline: none;
}
.to-top a:hover {
  background: rgba(153,153,153,0.8);
}