/*
Theme Name: Youngblood
Theme URI: http://www.youngbloodhawke.com
Author: Jonathan Chue
Author URI: http://www.aptribute.com
Description: The custom theme for Youngblood Hawke.
Version: 1.0
Text Domain: youngblood
*/


/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	margin: 0;
	padding: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* WordPress Core  */

.alignnone {
	margin: 5px 20px 20px 0;
	margin: 0.5rem 2rem 2rem 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto;
	margin: 0.5rem auto;
    text-align: center;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
	margin: 0.5rem 0 2rem 2rem;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
	margin: 0.5rem 2rem 2rem 0;
}

.aligncenter {
	display: block;
	margin: 5px auto;
	margin: 0.5rem auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
	margin: 0.5rem 0 2rem 2rem;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
	margin: 0.5rem 2rem 2rem 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
	margin: 0.5rem 2rem 2rem 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background-color: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	padding: 0.5rem 0.3rem 1rem;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
	margin: 0.5rem 2rem 2rem 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
	margin: 0.5rem 2rem 2rem 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
	margin: 0.5rem 0 2rem 2rem;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.8;
	margin: 0;
	padding: 0 4px 5px;
	padding: 0 0.4rem 0.5rem;
}


/* Structure */

html {
	font-size: 62.5%;
}

body {
	background-color: #000;
    background-position: top;
    background-size: auto 100%;
	color: #fff;
	font-family: 'Open Sans', Arial, Tahoma, Helvetica, sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
}

a:link,
a:visited {
	color: #2bbea6;
	text-decoration: none;
}

a:hover {
	color: rgba(43, 190, 166, 0.5);
}

.entry-header {
    margin-bottom: 30px;
    margin-bottom: 3rem;
    text-align: center;
}

h1 {
	color: #fff;
    display: table;
	font-family: Montserrat, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 50px;
	font-size: 5.0rem;
	margin: 0 auto 20px auto;
    margin: 0 auto 2rem auto;
    padding: 0 20px;
    padding: 0 2rem;
    text-transform: uppercase;
}

h1:after {
    background-color: #fff;
    content: " ";
    display: block;
    height: 1px;
    height: 0.1rem;
    margin: 20px auto 0 auto;
    margin: 2rem auto 0 auto;
    width: 100px;
    width: 10rem;
}

h2 {
	color: #fff;
	font-family: 'Open Sans', Arial, Tahoma, Helvetica, sans-serif;
	font-size: 30px;
	font-size: 3rem;
	margin: 0 auto 20px auto;
    margin: 0 auto 2rem auto;
    text-transform: uppercase;
}

h3 {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	text-transform: uppercase;
}

h4 {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

h5 {
	font-style: italic;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

p {
	line-height: 1.8;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}
p:last-child {
	margin-bottom: 0;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

ol,
ul {
	line-height: 1.8;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

ol:last-child,
ul:last-child {
	margin-bottom: 0;
}

ol li,
ul li {
	margin-left: 20px;
	margin-left: 2rem;
}

ol li {
	list-style-type: decimal;
}

ul li {
	list-style-type: square;
}

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

.one-half {
	width: 48%;
}
.one-third {
	width: 31.33%;
}
.two-thirds {
	width: 64.67%;
}
.one-fourth {
	width: 23%;
}
.three-fourths {
	width: 73%;
}
.one-half,
.one-third,
.two-thirds,
.one-fourth,
.three-fourths {
	float: left;
	margin: 0 1%;
	position: relative;
}
.last {
	clear: right;
}
.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
    margin-bottom: 20px;
    margin-bottom: 2rem;
	width: 100%;
}

.wrapper {
    margin: auto;
	width: 960px;
    width: 96rem;
}

.hidden {
    display: none;
}

.fixed {
    background-color: rgba(8, 22, 25, 0.5);
    left: 0;
    padding: 0!important;
    position: fixed!important;
    top: 0!important;
    width: 100%;
}

.fixed a:hover {
    background-color: rgba(0, 0, 0, 0.5)!important;
    border-bottom: 1px solid #fff;
}

#site-header {
	margin: auto;
	position: absolute;
    width: 100%;
    top: 0;
}

#banner {
    display: block;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 70px;
    font-size: 7rem;
    font-weight: bold;
    margin: 0;
    text-align: center;
}

#banner:after {
    background-color: #fff;
    content: " ";
    display: block;
    height: 1px;
    height: 0.1rem;
    margin: 10px auto;
    margin: 1rem auto;
    width: 200px;
    width: 20rem;
}

#banner a {
	color: #fff;
	font-weight: normal;
}

#main-navigation {
	display: block;
    text-align: center;
    width: 100%;
}

.menu-toggle {
	background-image: url('images/menu-toggle.png');
	background-position: center;
	background-repeat: no-repeat;
	bottom: 0;
	display: none;
	height: 40px;
	margin: 0;
	position: absolute;
	right: 0;
	width: 40px;
}

.menu-toggle:hover {
    background-color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

#main-navigation ul {
    display: inline-block;
	line-height: normal;
	margin-bottom: 0;
    z-index: 2;
}

#main-navigation li {
	display: inline-block;
	list-style-type: none;
	margin-left: 0;
}

#main-navigation li > a {
	color: #fff;
	display: inline-block;
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-size: 3rem;
	padding: 0 10px;
	padding: 0 1rem;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
	z-index: 4;
}

#main-navigation li:hover > a {
	background-color: rgba(8, 22, 25, 0.5);
}

#main {
    background-color: #000;
    padding: 50px 0;
    padding: 5rem 0;
}

#panel-1,
#panel-2 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

#site-footer {
    bottom: 0;
    height: 170px;
    margin: 0;
    position: fixed;
    width: 100%;
}

#site-footer .wrapper {
	margin: 10px auto;
	margin: 1rem auto;
	width: 940px;
	width: 94rem;
}

#site-footer ul {
	margin-bottom: 0;
}

#site-footer ul li {
	list-style-type: none;
}

#loading {
	display: block;
	margin: 0 auto 30px auto;
    margin: 0 auto 3rem auto;
	text-align: center;
}


/* Videos */

#post-11 {
    overflow: auto;
}

#post-11 iframe {
    float: left;
	margin: 0 1%;
	position: relative;
    width: 48%;
}


/* Photos */

ul.instagram {
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

.instagram li {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    width: 33.33%;
}

.instagram img {
    opacity: 0.5;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.instagram img:hover {
    opacity: 1;
}


/* Tour */

.tour {
    margin-bottom: 0;
}

.tour li {
    list-style-type: none;
    font-family: 'Open Sans', Arial, Tahoma, Helvetica, san-serif!important;
    font-size: 22px;
    font-size: 2.2rem;
    margin-left: 0;
    text-align: center;
    text-transform: uppercase;
}

.tour a {
    color: #fff;
    display: block;
    font-family: 'Open Sans', Arial, Tahoma, Helvetica, san-serif!important;
    font-size: 22px;
    font-size: 2.2rem;
    padding: 20px;
    padding: 2rem;
    text-transform: uppercase;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
}

.tour a:hover {
    color: #2bbea6;
}

.tour a:active {
    padding: 22px 20px 18px 20px;
    padding: 2.2rem 2rem 1.8rem 2rem;
}

.tour span {
    display: inline-block;
}

.date {
    width: 25%;
}

.venue {
    text-align: center;
    width: 50%;
}

.location {
    text-align: right;
    width: 25%;
}


/* Social */

.social {
    margin-bottom: 0;
}

.social li {
    list-style-type: none;
    margin-left: 0;
}

.social a {
    color: #fff;
    display: block;
    font-family: 'Open Sans', Arial, Tahoma, Helvetica, san-serif;
    font-size: 22px;
    font-size: 2.2rem;
    padding: 20px;
    padding: 2rem;
    text-align: center;
    text-transform: uppercase;
}

.facebook a {
    background-color: rgba(20, 28, 46, 1);
}

.facebook a:hover {
    background-color: rgba(20, 28, 46, 0.8);
}

.instagram a {
    background-color: rgba(24, 36, 46, 1);
}

.instagram a:hover {
    background-color: rgba(24, 36, 46, 0.8);
}

.twitter a {
    background-color: rgba(10, 45, 59, 1);
}

.twitter a:hover {
    background-color: rgba(10, 45, 59, 0.8);
}

.youtube a {
    background-color: rgba(46, 24, 25, 1);
}

.youtube a:hover {
    background-color: rgba(46, 24, 25, 0.8);
}

.social a {
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

.social a:active {
    padding: 22px 20px 18px 20px;
    padding: 2.2rem 2rem 1.8rem 2rem;
}


/* Popup */

#popup {
    display: none;
    padding: 10px;
    padding: 1rem;
}

#popup h1 {
    margin: 0;
    padding: 0;
}

.fancybox-inner {
    background-color: #000;
}


/* Forms */

input,
textarea,
select {
	background: transparent;
	border: none;
	color: #fff;
	font-family: 'Open Sans', Arial, Tahoma, Helvetica, sans-serif;
	font-size: 20px;
	font-size: 2rem;
	margin: 5px;
	margin: 0.5rem;
	padding: 7px;
	padding: 0.7rem;
}

input#submit,
input.sendbutton,
a.button {
	background-color: #2bbea6;
	color: #fff;
	display: table;
    font-family: 'Open Sans', Arial, Tahoma, Helvetica, sans-serif;
    font-size: 20px;
    font-size: 2rem;
	margin: 0 auto 10px auto!important;
    margin: 0 auto 1rem auto!important;
	padding: 5px 30px;
	padding: 0.5rem 3rem;
	text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}
input#submit:hover,
input.sendbutton:hover,
a.button:hover {
	background-color: rgba(43, 190, 166, 0.5);
	cursor: pointer;
}
input#submit:active,
input.sendbutton:active,
a.button:active {
	padding: 7px 30px 3px 30px;
    padding: 0.7rem 3rem 0.3rem 3rem;
}


/* Media Queries */

@media (max-width: 960px) and (min-width: 701px) {
    .wrapper {
        width: 100%;
    }
    
    .one-half,
	.one-third,
	.two-thirds,
	.one-fourth,
	.three-fourths {
		margin: 0 1% 30px 1%;
		margin: 0 1% 3rem 1%;
	}
    
    .one-half.last,
	.one-third.last,
	.two-thirds.last,
	.one-fourth.last,
	.three-fourths.last {
		margin-bottom: 0;
	}
    
    .one-third {
        width: 48%;
    }
}

@media (max-width: 700px) {
    .wrapper {
        width: 100%;
    }
    
	.one-half,
	.one-third,
	.two-thirds,
	.one-fourth,
	.three-fourths,
    #post-11 iframe {
		margin: 0 4% 30px 4%;
		margin: 0 4% 3rem 4%;
	}

	.one-half.last,
	.one-third.last,
	.two-thirds.last,
	.one-fourth.last,
	.three-fourths.last {
		margin-bottom: 0;
	}

	.one-half,
    #post-11 iframe {
		text-align: center!important;
		width: 92%;
	}

	.one-third {
		width: 92%;
	}

	.two-thirds {
		width: 92%;
	}

	.one-fourth {
		width: 42%;
	}
	.one-fourth:nth-child(odd) {
		clear: left;
	}
	.one-fourth:nth-child(even) {
		clear: right;
	}
    
	.menu-toggle {
		display: inline-block;
	}

    #banner {
        font-size: 50px;
        font-size: 5rem;
    }
    
    #banner:after {
        display: none;
    }
    
	#main-navigation {
        background-color: rgba(8, 22, 25, 0.5);
		position: fixed;
        top: 0!important;
        height: 40px;
        z-index: 1;
	}

	#main-navigation div {
		background-color: rgba(8, 22, 25, 0.5);
        border-bottom: 1px solid #fff;
		left: 0;
		position: absolute;
		top: 40px;
		width: 100%;
		z-index: 1;
	}

    #main-navigation ul {
        border: none;
        display: block;
        padding: 0;
    }
    
	#main-navigation li {
		display: block;
	}

	#main-navigation li > a {
		border: 0;
		color: #fff;
		display: block;
		padding: 10px 20px;
		padding: 1rem 2rem;
	}
    
    #main-navigation li > a:hover {
        background-color: rgba(0, 0, 0, 0.5);
    }
    
    .tour span {
        display: block;
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 480px) {
    #banner {
        font-size: 40px;
        font-size: 4rem;
    }
    
    .tour a {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

@media
screen and (-webkit-min-device-pixel-ratio: 1.5),
screen and (-moz-min-device-pixel-ratio: 1.5),
screen and (min-device-pixel-ratio: 1.5) {
	.menu-toggle {
		background-image: url(images/menu-toggle@2x.png);
		background-size: 26px 16px;
	}
}