/******************************************************************
Theme Name: Bierzerkers
Theme URI: http://www.beefjack.co.uk
Description: Custom WordPress theme for Bierzerkers
Author: Christine Wilde
Author URI: http://www.beefjack.co.uk
Version: 1.0
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support

License: WTFPL
License URI: http://sam.zoy.org/wtfpl/
Are You Serious? Yes.
******************************************************************/

/*
WordPress Probz
So Theme Check (http://wordpress.org/plugins/theme-check/)
is constantly telling me that it needs these classes in the CSS even
though they are in the REAL stylesheet in library/css/style.css.
So we're gonna drop these here to keep it happy.
Great work, Theme Check (eye roll)
*/

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

.sticky {}          /* DO NOT EDIT THIS */
.gallery-caption {} /* THESE ARE USELESS */
.bypostauthor {}    /* THEY ARE ONLY TO KEEP THEME CHECK HAPPY */

/* MEDIA QUERIES */

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 640px) {
	#logo img {width: 70%;}
	.character_text, .character_image {width: 100% !important;}
	.one_third, .two_thirds {width: 100% !important; margin: 0 !important;}
	#logo1, #logo2 {float: left; width: 50% !important; margin-right: 0 !important;}
	#logo1 img, #logo2 img {width: 100%;}
	#footer_wrapper {position: relative !important;}
	.home .post img {width: 100%; height: auto; margin-bottom: 20px;}
	#character_classes li a {margin: 0 10px 20px 10px !important;}
	.header {height: 80px !important;}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  { 
	#character_classes li a {width: 15.2% !important;}
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (max-width: 800px) {
}

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

/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1024px) {
	
}

body {
	font-size: 14px;
	color: #4a4a4a;
	font-family: 'Open Sans', sans-serif;
}

.clear {clear: both;}

/* BUTTON STYLES */

.red, .wpcf7-submit {
	color: white;
	background-color: #981107;
}

.button, .wpcf7-submit {
	padding: 7px 10px;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	border: none;
}

.social_facebook, .social_twitter {
	color: white;
	display: block;
	width: 195px;
	font-weight: bold;
	text-decoration: none;
	background-color: #4a4a4a;
	padding: 10px 10px 10px 40px;
	background-position: 10px 50%;
	background-repeat: no-repeat;
}

.social_facebook {
	background-image: url(images/facebook.jpg);
}
.social_twitter {
	background-image: url(images/twitter.jpg);
}

#container {
	min-height: 100%;
	position: relative;
}

#content {
	padding-bottom: 173px;
}

/* COLUMNS */

.alpha {
	margin-left: 0 !important;
}
.omega {
	margin-right: 0 !important;
}

.one_third, .two_thirds {
	float: left;
	margin: 0 20px;
}

.one_third {
	width: 30%;
}

.two_thirds {
	width: 60%;
}

/* TYPOGRAPHY */

h1, h2, h3, h4, h5, h6 {
	color: black;
	text-transform: uppercase;
	font-family: 'Fjalla One', sans-serif;
}

h1 {
	font-size: 64px;
}

h2 {
	font-size: 48px;
}

h3 {
	font-size: 24px;
}

p {
	line-height: 24px;
}

/* HEADER STYLES */

.header {
	height: 120px;
}

#logo {
	float: left;
	position: absolute;
}

.header nav {
	padding-top: 40px;
}

nav {
	float: right;
}

nav a {
	text-transform: uppercase;
	font-weight: bold;
}

nav a:hover {
	color: #999;
	text-decoration: none;
}

#click-menu {
	padding-top: 25px;
}

#home_hero {
	background-image: url(images/home_hero.jpg);
	background-position: 50%;
	background-size: cover;
	text-align: center;
	overflow: hidden;
	max-height: 700px;
	padding-top: 50px;
}

#home_hero img {
	vertical-align: bottom;
	width: 100%;
}

.Studio, .About, .Careers {
	text-align: center;
}

.home .post {
	padding-bottom: 50px;
}

.home .post img, .blog .post img {
	float: left;
	margin-right: 20px;
}

.home .post .excerpt-read-more, .blog .post .excerpt-read-more {
	display: none;
}

.post_title {
	background-color: #f6f6f6;
	padding: 50px 0;
	margin-bottom: 30px;
}

.post_title small {
	color: #999;
	font-size: 18px;
}

.post_title h3 {
	font-size: 36px;
	margin: 0;
}

.post_title h3 a {
	color: black;
}

.post_title h3 a:hover {
	color: #981107;
}

#large_post_thumbnail {
	width: 600px;
	margin: 150px auto 0 auto;
}


#page_hero {
	height: 400px;
	background-color: #f6f6f6;
	background-size: cover;
	background-position: 50% 0;
}

.blog #page_hero {
	background-image: url(images/character_background.jpg);
}

.article-header {
	text-align: center;
}

article a {
	color: #981107;
}

article ul {
	list-style: square;
	list-style-position: inside;
}

.footer {
	padding: 20px 0;
}

#logo1, #logo2, #logo3 {
	float: left;
	margin-right: 20px;
}

#logo2, #logo3 {
	padding-top: 10px;
}

#copyright {
	color: #999;
	padding: 5px 0;
	background-color: black;
	text-align: center;
	font-size: 12px;
}

#character_classes {
	background-color: black;
	padding: 50px 0;
}

#character_classes h2 {
	color: white;
	text-align: center;
	margin: 0;
}

.character_text h4 {
	color: white;
	font-size: 26px;
}

#character_classes ul {
	height: 137px;
	margin: 50px 0 30px 0;
}

#hover {
    display: none;
}

#image:hover + #character_info .wrap #hover {
    display: block;
}

#character_classes li {
	text-align: center;
	float: left;
}

#character_classes li a {
	display: block;
	float: left;
	margin: 0 25px 10px 25px;
	border: 5px solid #fff;
}

#character_classes li a:hover {
	border: 5px solid #981107;;
}

#character_classes li a img {
	vertical-align: bottom;
}

#character_info {
	padding: 50px 0;
	background-color: black;
	background-size: cover;
	background-image: url(images/character_background.jpg);
}

.character2, .character3, .character4, .character5 {
	display: none;
}

.character_text {
	width: 60%;
	float: left;
	padding: 30px;
	color: white;
	background-image: url(images/opacity_background.png);
}

.character_text h3 {
	margin: 0;
	color: white;
	font-size: 30px;
}

.character_text img {
	margin-right: 10px;
}

.character_image {
	width: 40%;
	float: right;
}

.character_image img {
	width: 100%;
}

#contact_form {
	background-color: #f6f6f6;
	padding: 30px;
}

#contact_form .wpcf7-text, #contact_form .wpcf7-textarea {
	background-color: white;
	border: 1px solid #999;
}

.newsletter_signup {
	padding-top: 40px;
}

.blog .article-header {
	background-color: #f6f6f6;
	text-align: left;
	padding: 50px 0;
	margin-bottom: 30px;
}

.blog .article-header h1 {
	margin: 10px 0 0 0;
}

.blog .article-header a {
	color: black;
	font-size: 36px;
}

.blog .entry-content {
	padding: 0;
}

.blog .entry-title a:hover {
	color: #981107;
}

.blog article footer {
	padding: 0;
	margin-bottom: 30px;
}

.footer nav {
	padding-top: 20px;
}

.footer nav a {
	font-size: 13px;
}

#footer_wrapper {
	bottom: 0;
	width: 100%;
	height: 173px;
	position: absolute;
}