/*
	Theme Name: Storm
	Description: Custom theme for Storm Rehearsal Studios
	Version: 1.0
	Author: Direction Forward
	Author URI: http://directionforward.com
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	background-color: black;
}
body {
	font-weight: 400;
	font-size: 15px;
	line-height: 1.5em;
	/*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    zoom:1;
}
a {
	color:#ffffff;
	text-decoration:none;
	border-bottom: 1px solid transparent;
}
article a:hover,
nav a:hover,
footer a:hover,
.sidebar a:hover {
	color:#ffffff;
	text-decoration:none;
	border-bottom: 1px solid #ffffff;
-webkit-transition: all 0.200s linear;
-moz-transition: all 0.200s linear;
-ms-transition: all 0.200s linear;
-o-transition:  all 0.200s linear;
transition: all 0.200s linear;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
img {
	max-width:100%;
	vertical-align:bottom;
}

.social img {
    max-width: 30px;
    margin: 0 10px 0 0;
}

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

/* wrapper */
.wrapper {
	/*max-width:1280px;
	width:95%;*/
	margin:0 auto;
	position:relative;
    min-height: 100vh;
	height: 100%;
}
/* header */
.header {
	padding: 2.5% 2.5% 2.5% 2.5%;
	float: left;
	width: 25%;
    position: relative;
}
/* logo */
.logo {
	max-width: 150px;
}
.logo-img {

}
/* nav */
.nav {
    font-size: 1.3em;
    line-height: 1.9em;
	text-transform: uppercase;
}
.nav ul {
	list-style: none;
	margin: 1.5em 0 1.5em 0;
	padding: 0 0 0 0;
}
/* main */
main {
	float: left;
	width: 55%;
	padding: 2.5% 2.5% 2.5% 0;
}
/* sidebar */
.sidebar {
    width: 20%;
	float: left;
	padding: 2.5% 2.5% 2.5% 0;
}
.widget_text {
    margin: 0 0 1.5em 0;
}
/* footer */
.footer {
	font-size: 0.8em;
    position: relative;
	padding: 0 2.5% 0 2.5%;
	bottom: 2.5%;
    width: 100%;
}
.copyright {
	margin: 0 0 0 0;
	font-size: 0.8em;
	position: absolute;
	bottom: 5%;
}

.pageholder {
	height: 100vh;
    position: fixed;
    text-align: center;
    margin-bottom: 0;
    width: 100%;
	overflow-x: hidden;
	background-color: black;
	top: 0;
	left: 0;
}

#video-background {
    position: relative;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
	opacity: 0.1;
}

.google-maps {
	position: relative;
	padding-bottom: 75%; 
	height: 0;
	overflow: hidden;
	margin-bottom: 2em;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.equipment {
	display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    column-gap: 3em;
    row-gap: 2em;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/


ul {
    margin: -1em 0 1.5em -20px;	
}
.sidebar h3 {
	margin: 0 0 0 0;
}
.textwidget p {
	margin: 0 0 10px 0;
	line-height: 1.2em;
}


h1 {
	margin: 0 0 1.5em;
	line-height: 1.25em;
	font-family: 'Playfair Display SC', serif;
	text-transform: uppercase;
}
h2 {
	line-height: 1.5em;
}
h3 {
    line-height: 1.5em;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

.mobilemenu {
	display: none;
}
.grecaptcha-badge {
	display: none !important;
}

@media only screen and (max-width:768px) {

	.header {
		float: none;
		padding: 5% 5% 0 5%;
		width: 100%;
	    height: auto !important;
	    position: unset;
	}
	.logo {
		max-width: 150px;
    	margin: 0 auto 0 auto;
	}
	main {
		float: none;
		padding: 0 5% 5% 5%;
		width: 100%;	
	}
	main h1:first-of-type {
		display: none;
	}
	.sidebar {
		float: none;
		padding: 10% 5% 10% 5%;
		width: 100%;
		border-top: 1px solid white;
	}
	.mobilemenu {
		background: rgba(255, 255, 255, 0.21);
		text-transform: uppercase;
		font-size: 1.3em;
		line-height: 2.5em;
		padding: 0 5% 0 5%;
		margin: 20px 0 0 0;
		width: 100%;
		cursor: pointer;
		background-image: url("img/menu.png");
		background-repeat: no-repeat;
		background-position: 95% center;
	    background-size: auto 35%;
		display: block;
	}
	.nav {
		background: rgba(255, 255, 255, 0.21);
		text-align: center;
		text-transform: uppercase;
		font-size: 1.3em;
		line-height: 2.5em;
		display: none;
	}
	.nav ul {
		margin: 0 0 1.5em 0;
	}
	.socialwrapper {
		margin: 20px auto 20px auto;
		text-align: center;
	}
	.social:last-of-type img {
		margin-right: 0;
	}
	.copyright {
	    bottom: 1.25%;
		z-index: 100;
	}
	.footer {
		height: 4em;
	}
	
	
	
	
	
}

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	/*margin:5px 20px 20px 0;*/
	margin: 0 0 0 0;
	width: 90%;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	/*background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;*/
	text-align:left;
}
.wp-caption.alignnone {
	width: 100% !important;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	/*max-width:98.5%;*/
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	margin: 0;
	padding: 10px 0 1em 0;
	font-style: italic;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
