/**
 * Theme Name:  Many Hats - Max Gentlemen
 * Theme URI:   http://hatsproductions.com
 * Author Name: Jamie Sanchez
 * Author URI:  http://jamiesanchez.com
 * Description: Custom theme for The Men Who Wear Many Hats
 * Version:     1.0
 */


/* TYPOGRAPHY
-------------------------------------------------------------------------------*/
@font-face {
	font-family: 'PressStart';
	src: url('../../_/fonts/PressStart2P.ttf') format('truetype');
}
body {
	font-size: 17px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.5em;
}
body, select, input, textarea, h1, h2, h3, h4 {
	color: #DEBFB2
}
h1 {
	color: #FFFFFF;
	font-size: 1.4em;
	line-height: 1.35em;
	font-family: "PressStart", "Courier New", Courier, "Lucidatypewriter", monospace;
	text-align: center;
	margin-bottom: 2em;
}
h2 {
	color: #FFFFFF;
	font-size: 1.35em;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 0;
}
h3 {
	font-size: 1.1em;
}
p {
	margin-bottom: 1em;
}
blockquote {
	margin: 0 0 2em 0;
	color: #DEBFB2
}
blockquote cite {
	display: block;
	color: #7B687A;
	font-weight: normal;
}
@media screen and (max-width: 550px) {
	body {
		font-size: 14px;
	}
}


/* LINKS
-------------------------------------------------------------------------------*/
a {
	color: #fff;
}
a:hover {
	color: #69f;
}
strong {
	color: #fff;
}
::-moz-selection {
	background: rgba(255,255, 210, 0.3);
	text-shadow: none;
}
::selection {
	background: rgba(255,255, 210, 0.3);
	text-shadow: none;
}
a:link {
	-webkit-tap-highlight-color: rgba(255,255, 210, 0.3);
}
input:-moz-placeholder {
	color: #a9a9a9;
}
textarea:-moz-placeholder {
	color: #a9a9a9;
}
.button,
.button:hover {
	display: block !important;
	border: 0;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	background-color: transparent;
}
.button {
	font-family: PressStart, Courier New, Courier, Lucidatypewriter, monospace !important;
	padding: 1em;
	color: #EBE0D5;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
	max-width: 300px;
	margin: 0 auto 1em auto;
	text-shadow: -1px -1px 0px #000;
	border-radius: 5px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee8569+0,e57d67+6,ef5c50+50,c84b43+52,c44a43+58,83312a+100 */
	background: #ee8569; /* Old browsers */
	background: -moz-linear-gradient(top, #ee8569 0%, #e57d67 6%, #ef5c50 50%, #c84b43 52%, #c44a43 58%, #83312a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee8569), color-stop(6%,#e57d67), color-stop(50%,#ef5c50), color-stop(52%,#c84b43), color-stop(58%,#c44a43), color-stop(100%,#83312a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ee8569 0%,#e57d67 6%,#ef5c50 50%,#c84b43 52%,#c44a43 58%,#83312a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ee8569 0%,#e57d67 6%,#ef5c50 50%,#c84b43 52%,#c44a43 58%,#83312a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ee8569 0%,#e57d67 6%,#ef5c50 50%,#c84b43 52%,#c44a43 58%,#83312a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ee8569 0%,#e57d67 6%,#ef5c50 50%,#c84b43 52%,#c44a43 58%,#83312a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee8569', endColorstr='#83312a',GradientType=0 ); /* IE6-9 */

	-webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,.2),inset 0px 0px 3px 2px rgba(250,243,165,.1);
	-moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,.2),inset 0px 0px 3px 2px rgba(250,243,165,.1);
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,.2),inset 0px 0px 3px 2px rgba(250,243,165,.1);

}
.button:hover {
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee8569+0,e57d67+6,ed685e+50,c84b43+52,c44a43+58,83312a+100 */
	background: #ee8569; /* Old browsers */
	background: -moz-linear-gradient(top, #ee8569 0%, #e57d67 6%, #ed685e 50%, #c84b43 52%, #c44a43 58%, #83312a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee8569), color-stop(6%,#e57d67), color-stop(50%,#ed685e), color-stop(52%,#c84b43), color-stop(58%,#c44a43), color-stop(100%,#83312a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ee8569 0%,#e57d67 6%,#ed685e 50%,#c84b43 52%,#c44a43 58%,#83312a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ee8569 0%,#e57d67 6%,#ed685e 50%,#c84b43 52%,#c44a43 58%,#83312a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ee8569 0%,#e57d67 6%,#ed685e 50%,#c84b43 52%,#c44a43 58%,#83312a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ee8569 0%,#e57d67 6%,#ed685e 50%,#c84b43 52%,#c44a43 58%,#83312a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee8569', endColorstr='#83312a',GradientType=0 ); /* IE6-9 */
}
.button:active {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d2c2b+9,8c312e+23,b7453f+58,ec574e+100 */
	background: #7d2c2b; /* Old browsers */
	background: -moz-linear-gradient(top, #7d2c2b 9%, #8c312e 23%, #b7453f 58%, #ec574e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(9%,#7d2c2b), color-stop(23%,#8c312e), color-stop(58%,#b7453f), color-stop(100%,#ec574e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7d2c2b 9%,#8c312e 23%,#b7453f 58%,#ec574e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7d2c2b 9%,#8c312e 23%,#b7453f 58%,#ec574e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #7d2c2b 9%,#8c312e 23%,#b7453f 58%,#ec574e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #7d2c2b 9%,#8c312e 23%,#b7453f 58%,#ec574e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d2c2b', endColorstr='#ec574e',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,.4),inset 0px 0px 3px 2px rgba(250,243,165,.2);
	-moz-box-shadow: 0px 0px 2px 2px rgba(0,0,0,.4),inset 0px 0px 3px 2px rgba(250,243,165,.2);
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,.4),inset 0px 0px 3px 2px rgba(250,243,165,.2);
}
.button-logo {
	padding: 1em;
}


/* STRUCTURE
-------------------------------------------------------------------------------*/
html {
	background-color: #000;
}
body {
	width: 100%;
	background: #322133;
}
.wrapper {
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.container {
	background-repeat: no-repeat;
	margin-bottom: 250px;
}
#more * {
	position: relative;
	z-index: 4;
}
#parallax-zombies {
	z-index: 3;
	position: absolute;
	left: 50%; /* align left edge with center of viewport */
	width: 1625px;
	margin-left: -812px; /* move left by half element's width */
	line-height: 0;
}
#parallax-background {
	z-index: -1;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 1500px;
	height: 971px;
	margin-left: -750px; /* move left by half element's width */
}


/* HEADER
-------------------------------------------------------------------------------*/
.header {
	position: relative;
	width: 100%;
	background: rgba(0,0,0,.5);
	font-size: 16px;
	line-height: 1.5em;
	text-align: left;
}
.header-nav li {
	display: inline-block;
	margin: 0 .5em;
	text-transform: uppercase;
	opacity: .4;
}
.header-nav li a {
	font-family: "Sanchez", Georgia, serif;
	text-decoration: none;
	letter-spacing: .03em;
	font-weight: 300;
	color: #FFF;
}
.header-nav li:hover {
	opacity: .7;
}
.header-nav .current-menu-item,
.header-nav .current-menu-item:hover {
	opacity: 1;
}
@media screen and (max-width: 699px) {
	.header {
		text-align: center;
		padding: 1em;
	}
	.header-nav {
		margin-top: .5em;
	}
}
@media screen and (min-width: 700px) {
	.header {
		position: absolute;
		z-index: 2;
		height: 70px;
		padding-top: 15px;
	}
	.header-logo {
		position: absolute;
		left: 3%;
		width: 220px;
	}
	.header-nav {
		position: absolute;
		right: 3%;
		top: 23px;
	}
}

@media screen and (min-width: 700px) {
	.header {
		z-index: 1000;
	}
}


/* HERO
-------------------------------------------------------------------------------*/
.hero {
	padding-top: 2em;
}
.intro p {
	text-align: center;
	margin-top: 2em;
}
.hero {
	text-align: center;
}
.hero .box h1 {
	margin-bottom: 1em;
}
@media only screen and (min-width: 740px) {
	.hero {
		padding: 100px 0 3em 0;
		display: flex;
		align-items: center;
	}
}


/* EMBED
-------------------------------------------------------------------------------*/
.html5gallery-container-0 {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background-color: #000 !important;
	margin-bottom: 2em;
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 2em;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media only screen and (min-width: 740px) {
	.sticky-scroll-box {
		padding-top: 1em;
	}
	.fixed {
		position:fixed;
		top:0;
		z-index:99999;
	}
}


/* CONTENT
-------------------------------------------------------------------------------*/
.box {
	padding: 5%;
	margin-bottom: 2em;
	border-radius: 20px;
	-webkit-box-shadow: inset 0px 0px 3px 0.5px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 3px 0.5px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 3px 0.5px rgba(0,0,0,0.75);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#18131d+0,1e1723+1,251a27+5,482e45+61,482e45+100,462d43+100 */
	background: #18131d; /* Old browsers */
	background: -moz-linear-gradient(top, #18131d 0%, #1e1723 1%, #251a27 5%, #482e45 61%, #482e45 100%, #462d43 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#18131d), color-stop(1%,#1e1723), color-stop(5%,#251a27), color-stop(61%,#482e45), color-stop(100%,#482e45), color-stop(100%,#462d43)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #18131d 0%,#1e1723 1%,#251a27 5%,#482e45 61%,#482e45 100%,#462d43 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #18131d 0%,#1e1723 1%,#251a27 5%,#482e45 61%,#482e45 100%,#462d43 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #18131d 0%,#1e1723 1%,#251a27 5%,#482e45 61%,#482e45 100%,#462d43 100%); /* IE10+ */
	background: linear-gradient(to bottom, #18131d 0%,#1e1723 1%,#251a27 5%,#482e45 61%,#482e45 100%,#462d43 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18131d', endColorstr='#462d43',GradientType=0 ); /* IE6-9 */
}
.box iframe {
	margin-bottom: 2em;
}
.box-features,
.box-twitter {
	font-size: 13px;
	background-color: #000;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.box ul {
	text-align: left !important;
}
.share {
	position: relative;
	width: 464px;
	height: 71px;
	margin: 0 auto;
	text-align: center;
}


/* FOOTER
-------------------------------------------------------------------------------*/
footer {
	position: absolute;
	bottom: .5em;
	z-index: 100;
	font-size: 10px;
	color: #fff;
	text-align: center;
	opacity: .1;
	width: 100%;
}
footer:hover {
	opacity: .6;
}
footer a {
	text-decoration: none;
}
footer a:hover {
	color: #fff;
}

