/*!
Theme Name: Sammatron
Theme URI: http://underscores.me/
Author: Michael Halligan
Author URI: http://www.michaelhalligan.com.au
Description: 2018 Launch Baby!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sammatron
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 with others.

Sammatron is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #22222C;
	font-family: "franklin-gothic-urw",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.3;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin-top: 0;
}

p {
	margin-top: 0;
	margin-bottom: 1.5em;
	line-height: 1.4em;
}

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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #F1F4F5;
	/* Fallback for when there is no custom background color defined. */
}

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: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-radius: 4px;
	background: #FE0063;
	color: #ffffff;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 1;
	padding: 12px 25px;
	cursor: pointer;
}

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,
body .gform_wrapper textarea {
	color: #22222C;
	font-size: 13px;
	background: #FFFFFF;
	box-shadow: 0 0 30px 0 rgba(88,88,116,0.10);
	border-radius: 4px;
	border: none;
	padding: 20px;
}

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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
	color: #FE0063;
}

a:hover, a:focus, a:active {
	color: #DE0056;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	float: left;
}

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

.main-navigation ul ul {
	background-color: #ffffff;
	border-bottom: 3px solid #FE0063;
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	padding: 10px 0;
}

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

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

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

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

.main-navigation li {
	float: left;
	position: relative;
	line-height: 50px;
}
.main-navigation li li { line-height: 35px; }

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #22222C;
	font-weight: 500;
	transition: all 0.25s ease;
}
.main-navigation a:hover { color: #FE0063; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.menu-toggle {
	position: absolute;
	top: 0;
	right: 0;
}
.menu-toggle .fas { font-size: 25px; }

@media screen and (max-width: 37.5em) {
	
	.main-navigation { 
		float: none;
		position: fixed;
	    z-index: 9979;
	    width: 100vw;
	    flex-grow: 1;
	    min-height: 0;
	    top: 50px;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    overflow: hidden;
	    overflow-y: scroll;
	    -webkit-overflow-scrolling: touch;
	    display: none;
	    transition: transform .3s ease,opacity .3s ease;
	    margin-top: 0;
	    background-color: #fff;
	    transform: translateY(20vh);
		opacity: 0;
	}
	.main-navigation.toggled {
		display: block;
		transform: translateY(0);
		opacity: 1;
	}
	.main-navigation.toggled ul {
		background-color: #ffffff;
	}
	.main-navigation li {
		float: none;
		border-top: 1px solid #FE0063;
	}
	.main-navigation a { padding: 0 25px; }
	.main-navigation.toggled ul ul {
		float: none;
		border-bottom: none;
		padding: 0;
		position: static;
	}
	.main-navigation li li { line-height: 50px; }
	.main-navigation.toggled ul ul a {
		padding: 0 50px;
	}
	
	
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
		padding-left: 15px;
	}
	.main-navigation a {
		padding: 0 15px;
	}
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear { clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

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

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

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* 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;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/* ALRIGHT, LETS GET INTO SERIOUS CUSTOM SAMMA CODE */
@import url("//hello.myfonts.net/count/36e525");
@font-face {font-family: 'FootlightMTStd-Light';src: url('webfonts/36E525_0_0.eot');src: url('webfonts/36E525_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/36E525_0_0.woff2') format('woff2'),url('webfonts/36E525_0_0.woff') format('woff'),url('webfonts/36E525_0_0.ttf') format('truetype');}

.relative { position: relative; }
.overflow { overflow: hidden; }
.center { text-align: center; }

.twocol-one{width:48%;}
.threecol-one{width:30.66%;}
.threecol-two{width:65.33%;}
.fourcol-one{width:22%;}
.fourcol-two{width:48%;}
.fourcol-three{width:74%;}
.fivecol-one{width:16.8%;}
.fivecol-two{width:37.6%;}
.fivecol-three{width:58.4%;}
.fivecol-four{width:78.4%;}
.sixcol-one{width:13.33%;}
.sixcol-two{width:30.66%;}
.sixcol-three{width:47.99%;}
.sixcol-four{width:65.33%;}
.sixcol-five{width:82.67%;}
.eightcol-one{width: 12.5%;float:left;}
.ninecol-one{width: 11.1%;float:left;}
.twocol-one,.threecol-one,.threecol-two,.fourcol-one,.fourcol-two,.fourcol-three,.fivecol-one,.fivecol-two,.fivecol-three,.fivecol-four,.sixcol-one,.sixcol-two,.sixcol-three,.sixcol-four,.sixcol-five{float:left;margin-right:4%;position:relative;}
.last{ clear:right; margin-right:0; float: right; }

.spacenone { margin-bottom: 0; }
.spacexsmall { margin-bottom: 5px; }
.spacesmall { margin-bottom: 10px; }
.spacemedium { margin-bottom: 25px; }
.spacelarge { margin-bottom: 50px; }
.spacexlarge { margin-bottom: 100px; }

.shadow { box-shadow: 0 0 24px 0 rgba(0,0,0,0.10); }

@media screen and (min-width: 37.5em) {
	
	.inner-wrapper {
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
	.inner-narrow {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
	
}

@media screen and (max-width: 50em) {
	
	body:not(.home) #primary {
		padding-left: 1.6em;
		padding-right: 1.6em;
	}

	.twocol-one,.threecol-one,.threecol-two,.fourcol-one,.fourcol-two,.fourcol-three,.fivecol-one,.fivecol-two,.fivecol-three,.fivecol-four,.sixcol-one,.sixcol-two,.sixcol-three,.sixcol-four,.sixcol-five,.last{margin-right: 0; width: 100% !important; float: none;}
	
	.spacexshort { margin-bottom: 5px; }
	.spaceshort { margin-bottom: 10px; }
	.spacemedium { margin-bottom: 20px; }
	.spacelarge { margin-bottom: 30px; }
	.spacexlarge { margin-bottom: 50px; }
	.spacexxlarge { margin-bottom: 100px; }
	
}

h2, h3, h4 {
	font-family: "franklin-gothic-urw",sans-serif;
	font-style: normal;
	font-weight: 500;
}
h1 {
	font-family: 'FootlightMTStd-Light';
	font-weight: normal;
	font-size: 44px;
	line-height: 1.1em;
}
h1.entry-title {
	font-family: "franklin-gothic-urw",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 60px;
}
h2 {
	font-size: 34px;
	line-height: 1em;
}
h3 {
	font-size: 20px;
	text-transform: uppercase;
	color: #FE0063;
}
h4 {
	font-size: 15px;
}
h4 span {
	font-size: 13px;
	font-weight: 400;
}
h5 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: normal;
}
#masthead {
	position: relative;
	z-index: 9991;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
#header-bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	width: 100%;
	z-index: 15;
}
#header-bg * { height: 50px; }
.social-links a {
	display: inline-block;
	font-size: 18px;
}

@media screen and (max-width: 37.5em) {
	
	.mobile-only { display: block; }
	.desktop-only { display: none; }
	
	#masthead {
		position: sticky;
		position: -webkit-sticky;
	}
	.logged-in #masthead { top: 46px; }
	#wp-admin-bar-my-account { display: none!important; }
	
	#header-bg { display: none; }
	
	.site-branding p { padding: 0 25px; }
	
	p { font-size: 14px; }
	h1.entry-title { font-size: 32px; }
	h2 { font-size: 24px; }
	h3 { font-size: 16px; }
	
}
@media screen and (min-width: 37.5em) {
	
	.mobile-only { display: none; }
	
	.logged-in #masthead { top: 32px; }
	.social-links {
		position: absolute;
		top: 0;
		right: 0;
	}
	.social-links a { padding: 13px 6px; }
	#header-bg .pink-bg {
		float: left;
		width: 50%;
	}
	#header-bg .white-bg {
		float: left;
		width: 50%;
	}
	.site-branding { float: left; }
	#site-navigation {
		float: left;
		background-color: #ffffff;
	}
	.half {
		width: 50%;
		float: left;
	}
	.fulldesktopheight { height: 100vh; }
	
}
.pink-bg { background-color: #FE0063; }
.dark-bg { background-color: #22222C; }
.white-bg { background-color: #FFFFFF; }

.pink { color: #FE0063; }
.white { color: #ffffff; }

p.small, .small p { font-size: 13px; }
p.large, .large p, .large li { font-size: 22px; }

.fullheight { min-height: 100vh; }
.fullwidth { width: 100vw; }

#masthead .inner-wrapper { z-index: 16; }
.site-branding {
	background-color: #FE0063;
}
.site-branding p {
	line-height: 50px;
	margin: 0;
	font-size: 19px;
	font-weight: 500;
	color: #FFFFFF;
	padding-right: 30px;
}
.site-branding p a {
	color: #FFFFFF;
	text-decoration: none;
}

a.button {
	background-image: linear-gradient(-134deg, #22222C 0%, #525269 100%);
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.10);
	border: none;
	border-radius: 4px;
	height: 49px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
	line-height: 49px;
	padding: 0px 40px;
	display: inline-block;
	text-decoration: none;
	transition: all 0.25s ease;
}
a.button:hover { background: #FE0063; }

::-moz-selection { background: #FE0063; }
::selection { background: #FE0063; }

@media screen and (max-width: 37.5em) {
	
	p.small, .small p { font-size: 11px; }
	p.large, .large p, .large li { font-size: 18px; }
	
}


/* HOME */
#slides {
	min-height: 100vh;
	position: relative;
}
#home-intro {
	line-height: 1.15;
	transition: all 0.5s ease;
	color: #ffffff;
	z-index: 9990;
	position: relative;
}
#home-intro span.hover { cursor: pointer; }
#home-intro.dark { color: #22222C; }
#home-intro.dark .active { border-bottom-color: #22222C; }
#home-intro .name { color: #FE0063; }
#home-intro .hover {
	padding-bottom: 5px;
	border-bottom: dashed 1px rgba(255,255,255,.2);
	transition: all 0.25s ease;
}
#home-intro .active, #home-intro .hover:hover { border-bottom: dashed 1px #ffffff; }
#slides .slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#slides .slide.active {
	z-index: 9980;
}
#slides #speaks {}
#slides #speaks .inner {
	background-size: cover;
	background-position: center right;
}
#slides #writes {}
#slides #writes .fourcol-three p:last-of-type { margin-bottom: 0; }
#slides #writes .dark-bg p a {
	letter-spacing: 2px;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
}
#slides #writes .blog p a.read-more {
	margin-left: 10px;
	display: inline-block;
	text-decoration: none;
	color: #22222C;
}
#slides #writes .blog p a.read-more span { text-decoration: underline; }
#slides #writes .half > .inner { padding: 170px 120px 0; }
#slides #writes .half > .inner img { margin-left: -17px; }
#slides #writes h4.title a {
	text-decoration: none;
	color: #22222C;
}
#slides #collaborates {}
#slides #collaborates .inner-wrapper .inner { padding-top: 170px; }
#slides #collaborates .gform_wrapper .top_label .gfield_label, #slides #collaborates .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label { display: none; }
#slides #collaborates .gform_wrapper .top_label div.ginput_container { margin-top: 0; }

#speaking-reel {
	width: 100%;
	height: 100%;
	max-height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}


#latest-posts .post.spacemedium:last-of-type { margin-bottom: 0; }
#home-signup { border-radius: 8px; }
#home-signup .inner { padding: 20px; }
#sign-up-email {
	background: none;
	border-radius: 0;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #FE0063;
	color: white;
	width: 100%;
	line-height: 37px;
    padding: 0;
}
#sign-up-email::placeholder{
	color: #22222C;
    opacity: 1; /* Firefox */
}
#sign-up-email:-ms-input-placeholder { color: #22222C; }
#sign-up-email::-ms-input-placeholder { color: #22222C; }
#home-signup input[type="submit"] {
	background-color: #FE0063;
	border: none;
	border-radius: 8px;
	color: white;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 12px 0;
	width: 100%;
	text-align: center;
}
@media screen and (max-width: 37.5em) {
	
	body.home { padding: 0; }
	
	h1#home-intro {
		font-size: 32px;
		position: absolute;
		left: .8em;
		top: 2.8em;
		width: 88%;
	}
	#slides { overflow: hidden; }
	#slides #speaks .findbottom {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 300px;
		background-image: linear-gradient(0deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.75) 100%);
	}
	#slides #writes .fullheight, #slides #collaborates .fullheight { min-height: 0; }
	#slides #writes .half:first-of-type, #collaborates .inner-wrapper { padding-top: 180px; }
	#slides #writes .half > .inner, #slides #collaborates .inner-wrapper .inner { padding: 5.8em 1.6em 1.6em; }
	#writes .books .fourcol-one img { max-width: 120px; }
	#writes .books .fourcol-one {
		width: 37%!important;
		float: left;
	}
	#writes .books .fourcol-three {
		float: right;
		max-width: 61%;
	}
	#writes .fourcol-three p:first-of-type { margin-bottom: 10px; }
	#home-signup #sign-up-email { margin-bottom: 10px; }
	
	
	#media {
		position: relative;
		z-index: 9983;
	}
	.logos {
		width: 100%;
		padding: 0 1.2em;
	}
	.logos .logo {
		width: 50%;
		float: left;
		margin: 13px 0;
	}
	.logos .logo:nth-of-type(2n+1) { clear: left; }
	
}

@media screen and (min-width: 37.5em) {
	
	h1#home-intro {
		opacity: 0;
		position: absolute;
		top: 80px;
		left: 120px;
		max-width: 40%;
	}
	h1#home-intro.smallerVersion {
		position: absolute;
		top: 80px;
		font-size: 30px;
	}
	
	.logos {
		width: 100%;
		padding: 0 1%;
		display: table;
		vertical-align: middle;
	}
	.logos .logo {
		display: table-cell;
		padding: 0 20px;
		vertical-align: middle;
	}
	
	#field_1_2 {
		float: left;
		width: 47.8%;
	}
	#field_1_3 {
		float: right;
		clear: none;
		width: 47.8%;
		margin-top: 18px;
	}
	#gform_1 #field_1_4 { padding-top: 18px; }
	#slides #collaborates .inner-wrapper {
		margin: 0;
		padding: 0 120px;
	}
	#slides #collaborates .gform_wrapper .top_label input:not([type=submit]) { width: 100%; }
	#slides #collaborates .gform_wrapper .gform_footer input[type=submit] {
		width: 49.8%;
		margin: 0;
	}
	#slides #collaborates div.ginput_container_name span {
		padding-right: 0;
		margin-right: 0;
	}
	#slides #collaborates .gform_wrapper ul.gform_fields li.gfield { padding-right: 0; }
	
}

/* BLOG */
#blog-search form {
	display: inline-block;
	border-bottom: 1px solid rgba(34, 34, 44, .4);
	position: relative;
	padding-left: 40px;
}
#blog-search input[type="search"] {
	background: none;
	box-shadow: none;
	border-radius: 0;
	padding: 0 10px 10px;
	font-size: 24px;
	width: 350px;
	opacity: 0.4;
}
#blog-search input.search-submit {
	background: transparent url('media/search.png') no-repeat center center;
	background-size: cover;
	width: 25px;
	height: 25px;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 13px;
	text-indent: -9999px;
}
#blog-search input[type="search"]:focus { opacity: 1; }
#blog-search input[type="search"]::placeholder{
	color: #22222C;
    opacity: 1; /* Firefox */
}
#blog-search input[type="search"]:-ms-input-placeholder { color: #22222C; }
#blog-search input[type="search"]::-ms-input-placeholder { color: #22222C; }
#feature-post.table { display: table; }
#feature-post .inner { padding: 100px 50px; }
#feature-post .inner h2 a {
	text-decoration: none;
	color: #FE0063;
}
#more-posts-container .post .inner { padding: 50px 25px; }
#more-posts-container .post h3.title {
	font-size: 18px;
	text-transform: none;
}
#feature-post .read-more, #more-posts-container .post .read-more a, #slides #writes .blog p a.read-more, #slides #writes .dark-bg p a {
	margin-bottom: 0;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#feature-post a.read-more, #more-posts-container .post a.read-more { display: none; }
#feature-post .read-more a, #more-posts-container .post .read-more a { color: #22222C; }

.page-template-template-blog .thumb, #more-posts-container .thumb {
	background-size: cover!important;
	background-position: center center;
	position: relative;
}
.thumb a.thumb-link {
	display: block;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 37.5em) {
	
	body:not(.home) #primary { padding-top: 150px; }
	
	#feature-post.table .half {
		display: table-cell;
		vertical-align: middle;
		float: none;
	}
	
	.page-template-template-blog .row {
		display: table;
		width: 100%;
	}
	.page-template-template-blog .row .post {
		display: table-cell;
	}
	
	
}
@media screen and (max-width: 37.5em) {
	
	body:not(.home) #primary { padding-top: 85px; }
	
	#feature-post .inner { padding: 50px 25px; }
	
	.page-template-template-blog .thumb, #more-posts-container .thumb { min-height: 220px; }
	
	#blog-search form { width: 100%; }
	#blog-search input[type="search"] {
		font-size: 19px;
		width: 100%;
	}
	#blog-search input.search-submit {
		width: 20px;
		height: 20px;
		
	}
	
}

/* PAGINATION */
#misha_loadmore { margin-bottom: 100px; }
#misha_loadmore span {
	line-height: 27px;
	background: transparent url('media/load-more.png') no-repeat left top;
	background-size: auto 100%;
	padding-left: 42px;
	display: inline-block;
	cursor: pointer;
}
#misha_pagination { display: none; }

/* FOOTER */
#footer-signup { padding: 20px 0; }
#footer-signup h3 {
	display: inline-block;
	text-transform: none;
	padding-right: 50px;
	margin: 0;
	line-height: 39px;
    vertical-align: top;
}
#footer-signup #mc_embed_signup, #footer-signup .mc-field-group { display: inline-block; }
#footer-signup #sign-up-email {
	width: 340px;
	margin-right: 20px;
}
#footer-signup #sign-up-email::placeholder{
	color: #ffffff;
    opacity: 1; /* Firefox */
}
#footer-signup #sign-up-email:-ms-input-placeholder { color: #ffffff; }
#footer-signup #sign-up-email::-ms-input-placeholder { color: #ffffff; }

.buy-logos a {
	padding-right: 20px;
	text-decoration: none;
}
.buy-logos a:last-of-type { padding-right: 0; }

@media screen and (max-width: 37.5em) {
	
	#book-promo {
		padding: 0 1.2em;
		text-align: center;
	}
	#book-promo .fivecol-one { margin-bottom: 20px; }
	#footer-signup h3 {
		line-height: 1em;
		padding: 1.2em;
	}
	#footer-signup #mc_embed_signup, #footer-signup .mc-field-group {
		display: block;
		padding: 0 1.2em;
	}
	#footer-signup #sign-up-email {
		width: 100%;
		margin: 0 0 10px;
	}
	.buy-logos a img {
		max-height: 40px;
		width: auto;
	}
	
}

/* HASHING */
#hashing-form label {
	font-weight: 600;
	font-size: 13px;
	display: block;
	margin: 15px 0 5px 0;
}
#hashing-result {
	width: 100%;
	background: none;
}

/* BOOKS */
#books { border-radius: 4px; }
#books .inner { padding: 100px 50px 50px; }
#books .inner.bottom { padding-top: 0; }
#books p { font-size: 16px; }
#books .inner p:last-of-type { margin-bottom: 0; }

@media screen and (max-width: 37.5em) {
	
	#books .book-cover img { max-width: 160px; }
	#books .inner { padding: 50px 25px; }
	#books .buy-logos { margin-top: 25px; }
	
} 
@media screen and (min-width: 37.5em) {
	
	#books .half.last { border-left: 2px solid #F1F4F5; }
	
}

/* PROJECTS */
#projects .project { border-radius: 4px; }
.project .half { background-size: cover!important; }
.project .inner { padding: 100px 50px; }
.project blockquote {
	position: relative;
	padding: 10px 25px;
	margin: 0;
}
.project blockquote:before {
	content: '“';
	font-family: 'FootlightMTStd-Light';
	font-size: 43px;
	line-height: 1em;
	color: #FE0063;
	opacity: .1;
	position: absolute;
	top: 0;
	left: 0;
}
.project blockquote:after {
	content: '”';
	font-family: 'FootlightMTStd-Light';
	font-size: 43px;
	line-height: 1em;
	color: #FE0063;
	opacity: .1;
	position: absolute;
	bottom: -20px;
	right: 0;
}
.project blockquote p {
	font-size: 23px;
	font-family: 'FootlightMTStd-Light';
	margin-bottom: 0;
}
.project img.quote-logo {
	display: block;
	margin-left: 25px;
}

@media screen and (max-width: 37.5em) {
	
	.project .half { min-height: 300px;  }
	.project .inner { padding: 50px; }
	.project blockquote { padding: 10px; }
	.project blockquote p {
		font-size: 20px;
		margin-bottom: 5px;
	}
	
} 
@media screen and (min-width: 37.5em) {
	
	.project { display: table; }
	.project .half.table-cell {
		display: table-cell;
		vertical-align: middle;
		float: none;
		min-height: 530px;
	}
}

/* Speaking */
.speaking h4 { color: #FE0063; }
.speaking ul {
	padding-left: 0;
	margin-left: 0;
}
.speaking .gform_wrapper .top_label .gfield_label, .speaking .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label { display: none; }
.speaking .gform_wrapper .top_label div.ginput_container { margin-top: 0; }
.speaking .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	padding: 0 40px;
	text-transform: none;
}
#speaking-videos img {
	border-radius: 4px;
	transition: all 0.4s ease;
}
#speaking-videos .fas {
	top: 34%;
	left: 48%;
    color: white;
    transition: all 0.25s ease;
    position: absolute;
    opacity: .6;
    font-size: 18px;
}
#speaking-videos .fourcol-one {
	cursor: pointer;
}
#speaking-videos .fourcol-one:hover img {
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.10);
}
#speaking-videos .fourcol-one:hover .fas {
	font-size: 21px;
	left: 47%;
	opacity: 1;
}

@media screen and (min-width: 37.5em) {

	.speaking .inner-narrow { max-width: 800px; }
	.twocol-one.last img { margin-top: -50px; }
	.speaking .gform_wrapper .gform_body { overflow: hidden; }
	.speaking .gform_wrapper ul.gform_fields li.gfield { padding-right: 0!important; }
	#field_2_5 {
		width: 48%;
		float: left;
	}
	#field_2_2 {
		width: 48%;
		float: right;
		clear: none;
	}
	#field_2_6 { padding-top: 20px; }
	.speaking .gform_wrapper .top_label input.medium { width: 100%; }
	.speaking .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
		padding: 0;
		width: 48%;
	}
	#speaking-img { margin-top: -40px; }
	
}

/* Media Item */
.media-item {
	font-size: 16px;
	padding: 15px 0;
	border-bottom: 1px solid #d5dbde;
}
.media-item:last-of-type { border-bottom: none; }

@media screen and (min-width: 37.5em) {
	
	#media.inner-narrow { max-width: 800px; }
	.media-link { text-align: right; }
	
}

/* Single Post */
.entry-footer {
	border-top: 1px solid #d5dbde;
	margin-top: 100px;
	padding-top: 100px;
}
.entry-footer > span { display: block; }

@media screen and (min-width: 37.5em) {
	
	.post-thumbnail {
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
	
}

/* Contact */
#post-15971 .gform_wrapper .top_label .gfield_label, #post-15971 .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label { display: none; }
#post-15971 .gform_wrapper .top_label div.ginput_container { margin-top: 0; }
#post-15971 .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	padding: 0 40px;
	text-transform: none;
}
@media screen and (min-width: 37.5em) {
	#post-15971 .gform_wrapper .gform_body { overflow: hidden; }
	#post-15971 .gform_wrapper ul.gform_fields li.gfield { padding-right: 0!important; }
	#field_3_4 {
		width: 48%;
		float: left;
	}
	#field_3_3 {
		width: 48%;
		float: right;
		clear: none;
	}
	#field_3_5 { padding-top: 20px; }
	#post-15971 .gform_wrapper .top_label input.medium { width: 100%; }
	#post-15971 .gform_wrapper .gform_footer input.button {
		padding: 0;
		width: 48%;
	}
}


/* GRAVITY FORMS */
body .gform_wrapper { margin: 0; }
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { padding: 20px; }
body .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	background-image: linear-gradient(-134deg, #22222C 0%, #525269 100%);
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.10);
	border: none;
	border-radius: 4px;
	height: 49px;
	color: #ffffff;
	font-size: 15px;
	padding: 0;
}


/* IPAD PORTRAIT */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	
	.site-branding p a { padding-left: 20px; }
	#menu-item-16080, .social-links { display: none; }
	
	body:not(.home) #primary { padding-top: 75px; }
	h1.entry-title { font-size: 48px; }
	
	.half {
		width: 100%;
		float: none;
	}
	
	#writes .half {
		width: 50%;
		float: none;
	}
	#slides #writes .half > .inner { padding: 300px 40px 0; }
	#slides #collaborates .inner-wrapper { padding: 0 40px; }
	#slides #collaborates .inner-wrapper .inner { padding-top: 300px; }
	h1#home-intro {
		left: 40px;
		font-size: 34px;
	}
	.logos .logo {
		display: inline-block;
		padding: 10px 20px;
	}
	
	.project .half.table-cell {
		display: block;
		min-height: 350px;
		background-position: center center;
	}
	
	.media-source.fivecol-two { 
		float: left;
		width: auto!important;
	}
	.media-link.fivecol-one {
		float: right;
		width: auto!important;
	}
	
	
}

/* TESTIMONIALS */
.testimonial-content {
	padding: 40px;
	border-radius: 4px;
}
.testimonial img.main {
	border-radius: 4px;
}
.testimonial h3 {
	text-transform: none;
	font-size: 18px;
}
.testimonial .author {
	padding-bottom: 25px;
	border-bottom: 1px solid #F1F4F5;
    font-weight: 500;
}
.testimonial-content {
	position: relative;
}
.testimonial p { font-size: 13px; }
.testimonial p:last-of-type { margin-bottom: 0; }

.testimonial.noimage {
	text-align: center;
}
.testimonial.noimage .white-bg.shadow {
	box-shadow: none;
	background: none;
	padding: 80px 40px;
}

@media screen and (min-width: 37.5em) {
	.testimonial {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.testimonial img.main {
		width: 73%;
	}
	.testimonial-content {
		width: 30%;
		margin-left: -40px;
	}
	.testimonial.image:nth-of-type(2n) .testimonial-content  {
		margin-left: 0;
		margin-right: -40px;
	}
	.testimonial.noimage .testimonial-content {
		width: 66%;
		margin: 0 auto;
	}
	
}
@media screen and (max-width: 37.5em) {
	
	.testimonial img.main {
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		display: block;
	}
	.testimonial-content {
		border-top-right-radius: 0;
		border-top-left-radius: 0;
	}
	
}


/* MODAL VIDEO */
/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */.lity{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;background:#0b0b0b;background:rgba(0,0,0,0.9);outline:none !important;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity.lity-opened{opacity:1}.lity.lity-closed{opacity:0}.lity *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lity-wrap{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;text-align:center;outline:none !important}.lity-wrap:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.lity-loader{z-index:9991;color:#fff;position:absolute;top:50%;margin-top:-0.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity-loading .lity-loader{opacity:1}.lity-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none !important}.lity-content{z-index:9993;width:100%;-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:-o-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease}.lity-loading .lity-content,.lity-closed .lity-content{-webkit-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}.lity-content:after{content:'';position:absolute;left:0;top:0;bottom:0;display:block;right:0;width:auto;height:auto;z-index:-1;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6)}.lity-close{z-index:9994;width:35px;height:35px;position:fixed;right:100px;top:100px;-webkit-appearance:none;cursor:pointer;text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close::-moz-focus-inner{border:0;padding:0}.lity-close:hover,.lity-close:focus,.lity-close:active,.lity-close:visited{text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close:active{top:1px}.lity-image img{max-width:100%;display:block;line-height:0;border:0}.lity-iframe .lity-container,.lity-youtube .lity-container,.lity-vimeo .lity-container,.lity-facebookvideo .lity-container,.lity-googlemaps .lity-container{width:100%;max-width:964px}.lity-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.lity-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}.lity-hide{display:none}