/*
Theme Name: The Hunger Games
Author: Bookswarm
Author URI: http://www.bookswarm.co.uk
Description: Custom theme for The Hunger Games (Classic)
Version: 1.0
Text Domain: hungergames

/* =Reset
-------------------------------------------------------------- */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	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;
}
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;
}

/* - end reset - */

/* ---- structure & generic styles ---- */

body {
	background-color: #000;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}

#content {
	margin-bottom: 45px;
}

img.alignright, .wp-caption.alignright {float:right; margin:0 0 0.7em 0.7em} 
img.alignleft, .wp-caption.alignleft {float:left; margin:0 0.7em 0.7em 0} 
img.aligncenter {display: block; margin-left: auto; margin-right: auto} 
.alignright {float:right; } 
.alignleft {float:left; } 
.aligncenter {display: block; margin-left: auto; margin-right: auto}
.wp-caption-text { font-weight: bold;text-align: center;margin-top: 3px; }

img.border { border: 9px solid #fff; margin-bottom: 10px; display: block;}

img.border.center {
	margin: 0 auto;
	max-width: 193px;
	margin-bottom: 10px;
}

.left { float: left;}
.right { float: right;}
.clear { clear: both;}

.dotted {
	border-bottom: 1px dotted #f5d761;
	margin-bottom: 15px;
}

.border {
	border: 1px solid #f5d761;
	display: inline-block;
	padding: 10px;
	margin: 0 10px 10px 0;
}

.border:hover {
	border: 1px solid #fff;
}



/* ---- typography --- */

h1,h2,h3,h4,h5,h6 {
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	color: #fff;
}

h1 {
	font-size: 22px;
	line-height: 27px;
	margin-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
	color: #f5d761;
	border-bottom: 1px dotted #f5d761;
	padding-bottom: 10px;
}

h2 {
	font-size: 24px;
	line-height: 27px;
	margin-bottom: 12px;
}

h3 {
	font-size: 22px;
	line-height: 25px;
	margin-bottom: 12px;
}

h4 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 10px;
}

h5 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px;
}

h6 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
}

a:link, a:visited {
	color: #f5d761;
}

a:hover {
	text-decoration: underline;
}

a.arrow:link, a.arrow:visited {
	background: url('images/arrow.png') no-repeat;
	text-indent: -9999px;
	width: 17px;
	height: 17px;
	display: block;
	margin: 0 auto;
}

a.button, input[type=submit], .gform_button {
	color: #4ea3ce;
	font-weight: 800;
	font-size: 12px;
	background: url('images/arrow.png') no-repeat right center;
	display: inline-block;
	padding: 3px 25px 3px 0;
}

p {
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;
}

.intro {
	color: #f5d761;
	font-family: 'Crimson Text', serif;
	font-size: 16px;
}

strong, b {
	font-weight: 800;
}

/* --- header --- */

#masthead {
	text-align: center;
	background: url('images/tokens-classic.png') no-repeat top -33px center;
	padding: 0 0 26px 0;
	background-size: 100% auto;
	max-width: 1020px;
	margin: 0 auto;
}

#title a:link, #title a:visited {
	color: #fff;
	font-weight: 400;
}

#title a:hover {
	text-decoration: none;
}

#masthead h1 {
	font-size: 60px;
	line-height: 65px;
	margin-bottom: 0;
	color: #fff;
	border-bottom: 0;
	padding: 0;
}

#masthead h1 span {
	display: block;
	font-size: 32px;
	line-height: 36px;
	color: #999;
}

#social-bartender {
	margin-bottom: 76px;
	height: 33px;
	text-align: right;
}

#social-bartender a {
	margin-left: 7px;
}

/* nav */

#site-navigation {
	margin-bottom: 15px;
}

#site-navigation > ul {
	text-align: center;
	overflow: hidden;
}

#site-navigation > li {
	position: relative;
}

#site-navigation > ul > li {
	float: none;
	display: inline-block;
}

#site-navigation > ul > li:last-of-type {
	background: none;
}

#site-navigation ul li a:link, #site-navigation ul li a:visited {
	padding: 0 12px;
	margin: 6px 0;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
	font-family: 'Crimson Text', serif;
	font-size: 16px;
}

#site-navigation ul li.current_page_item a:link, #site-navigation ul li.current_page_item a:visited,
#site-navigation ul li a:hover {
	color: #fff;
}

#site-navigation ul.sub-menu {
	display: none;
	position: absolute;
	z-index: 999;
	width: auto;
	height: auto;
	background: #000;
	top: 26px;
	padding-bottom: 4px;

}

#site-navigation ul.sub-menu li {
	float: none;
	position: relative;
	display: block;
	margin: 0;
	text-align: left;
}

#site-navigation ul.sub-menu li a {
	border: 0;
	display: block;
	padding: 7px 15px 0px 12px;
}

#site-navigation ul.menu li:hover > ul.sub-menu {
	display: block;
}

#site-navigation ul.sub-menu .current_page_item > a:link,
#site-navigation ul.sub-menu .current_page_item > a:visited {
	
}

nav#mobile {
	display: none;
}

/* --- homepage --- */

#slider {
	border-top: 8px solid #f5d761;
	border-bottom: 8px solid #f5d761;
	margin-bottom: 40px;
	overflow: hidden;
}

#trailers {
	text-align: center;
}

#trailers h3 {
	font-size: 20px;
	margin-bottom: 18px;
	color: #f5d761;
}

#trailers .content {
	border-top: 1px dotted #f5d761;
	border-bottom: 1px dotted #f5d761;
	padding: 9px 0;
}

.video-container {
    position: relative;
    padding-bottom: 43.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* --- general pages --- */

#main.page {
	border-top: 8px solid #f5d761;
}

#main.page .content{
	border-bottom: 1px dotted #f5d761;
	padding: 29px 0 25px 0;
	margin: 0 15px 25px 15px;
	overflow: hidden;
}

/* --- books --- */

#tabs ul.nav {
	text-align: center;
	font-family: 'Crimson Text', serif;
	margin-bottom: 33px;
}

#tabs ul.nav li {
	display: inline-block;
	padding: 5px 16px 16px;
	font-size: 16px;
}

#tabs ul.nav li a:link, #tabs ul.nav li a:visited {
	font-size: 16px;
}

#tabs ul.nav li.ui-state-active a:link,
#tabs ul.nav li.ui-state-active a:visited {
	color: #fff;
}

#tabs h3 {
	font-size: 24px;
	margin-bottom: 30px;
}

#tabs .padding {
	padding-right: 30px;
}

#tabs .header {
	background-color: #666;
	padding: 10px 0 8px;
	text-align: center;
	font-size: 11px;
	margin-bottom: 5px;
}

#tabs .edition {
	clear: both;
	border-bottom: 1px dotted #f5d761;
	padding: 10px 0;
	overflow: hidden;
}

#tabs .edition:last-of-type {
	border-bottom: 0;
}

#tabs .left {
	width: 177px;
}

#tabs .edition .right {
	padding: 26px 10px;
}

#tabs .edition h4 {
	font-size: 24px;
	margin-bottom: 30px;
}

#tabs .dotted {
	margin-bottom: 25px;
	padding-top: 20px;
}

#tabs .dotted:last-of-type {
	border-bottom: 0;
}

#tabs .button {
	margin-bottom: 16px;
}

#tabs .left {
	width: 40%;
}
#tabs .right {
	width: 60%;
}

#symbols {
	text-align: center;
	margin-bottom: 25px;
}

#symbols .token {
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}

#symbols .token:hover {
	text-decoration: none;
}

#symbols .token h2 {
	font-size: 25px;
}

#symbols h2 a:link, #symbols h2 a:visited, #symbols h2 a:hover {
	color: #fff;
	text-decoration: none;
}

#symbols .button {
	height: 17px;
}

#hungergames-token,
#catchingfire-token,
#mockingjay-token {
	border-bottom: 1px dotted #f5d761;
	margin-right: 1px;
	width: 33%;
}

#hungergames-token .token {
	width: 133px;
	height: 163px;
	background: url('images/hungergames-token-classic.png') no-repeat center top 2px;
}

#catchingfire-token .token {
	width: 155px;
	height: 163px;
	background: url('images/catchingfire-token-classic.png') no-repeat center top 10px;
}

#mockingjay-token .token {
	width: 165px;
	height: 163px;
	background: url('images/mockingjay-token-classic.png') no-repeat center top -2px;
}

/* --- books popup --- */

.black-popup-block {
	background: #000;
	padding: 20px 30px;
	text-align: left;
	max-width: 510px;
	margin: 40px auto;
	position: relative;
	border: 1px solid #f5d761;
	overflow: hidden;
}

.buy-links li {
	display: block;
	float: left;
	margin: 10px;
	border-radius: 5px;
	background: #fff;
	padding: 10px;
	width: 200px;
	height: 50px;
}

.buy-links li span {
	display: inline-block;
	margin-right: 7px;
}

.buy-links li span:hover {
	text-decoration: underline;
}

.buy-links li a:link, .buy-links li a:visited {
	color: #000;
}

/* --- widgets --- */

#widgets {
	padding: 5px 0;
	margin-bottom: 25px;
}

#widgets .widget {
	text-align: center;
	margin: 0 15px;
}

.widget h2 {
	text-align: center;
	margin-bottom: 14px;
	font-size: 20px;
	color: #f5d761;
}

.widget .content {
	border-top: 1px dotted #f5d761;
	border-bottom: 1px dotted #f5d761;
	min-height: 334px;
	padding: 9px 0;
	margin-bottom: 13px;
}

.widget .content > a {
	margin-top: 11px;
	display: block;
}

#facebook-box * {
	 width: 100% !important;
}

#widget-info {
	margin-bottom: 20px;
}


/* --- Footer --- */

#footer {
	border-top: 8px solid #f5d761;
	padding: 25px 0 5px 0;
	background-color: #000;
}

#social {
	text-align: right;
}

#social p {
	text-align: right;
	display: inline-block;
	padding: 9px 10px 0 0;
	width: 155px;
}

#social ul {
	float: right;
}

#social ul li {
	display: inline-block;
}

#footer-menu {
	padding: 15px;
	margin-bottom: 15px;
}

#footer-menu ul li {
	display: block;
	float: left;
}

#footer-menu ul li a:link, #footer-menu ul li a:visited {
	padding: 0 12px;
	margin: 6px 0;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
	font-family: 'Crimson Text', serif;
	font-size: 13px;
	border-right: 1px solid #f5d761;
}

#footer-menu ul li:last-of-type a {
	border-right: none!important;
}

#footer-menu ul li.current_page_item a:link, #footer-menu ul li.current_page_item a:visited,
#footer-menu ul li a:hover {
	color: #fff;
}

#copyright p {
	font-size: 14px;
	font-family: 'Crimson Text', serif;
	padding-left: 12px;
}

#copyright #bookswarm p {
	text-align: right;
}

#copyright a:link, #copyright a:visited {
	color: #fff;
}



/* ------------ RESPONSIVE MEDIA QUERIES ------- */

@media (max-width: 1024px) {

}

/* iPad portrait */
@media (max-width: 768px) {
	#social-bartender {
		margin-bottom: 46px;
	}
	#masthead h1 {
		font-size: 47px;
		line-height: 55px;
	}

	#masthead {
		padding: 0 0 16px 0;
	}

	nav#mobile {
		display: block;
	}
	#mobile-toggle {
		padding: 9px 28px 8px 5px;
		text-align: right;
		color: #f5d761;
		cursor: pointer;
		text-align: right;
		font-family: 'Crimson Text', serif;
		font-size: 16px;
		margin-bottom: 0;
		background: url('images/menu.png') no-repeat right center;
	}

	nav#mobile ul {
		background: #000
	}

	nav#mobile ul li a {
		display: block;
		padding: 7px 5px;
		text-transform: uppercase;
		text-align: center;
		font-family: 'Crimson Text', serif;
		font-size: 16px;
	}

	nav#mobile ul li ul.sub-menu {
		margin-bottom: 0;
	}
	#site-navigation {
		display: none;
	}
}

/* eg: Android Samsung galaxy landscape */
@media (max-width: 685px) {
	.textwidget {
		margin-bottom: 20px;
	}
}

@media (max-width: 600px) {
	#masthead h1 {
		font-size: 39px;
		line-height: 44px;
	}
	#masthead h1 span {
		font-size: 28px;
	}
	#social-bartender {
		margin-bottom: 8px;
	}
}

/* iphone 5 landscape */
@media (max-width: 568px) {

}

/* iPhone 3+4 landscape */
@media (max-width: 480px){
	#tabs .left {
		width: 100%;
		clear: both;
	}
	#tabs .right {
		width: 100%;
		clear: both;
	}
}

/* eg: Android Samsung galaxy portrait */
@media (max-width: 380px) {

}

/* iPhone 3+4 portrait */
@media (max-width: 320px) {
	#masthead {
		background-position: top -16px center;
	}
}

/* small android portrait */
@media (max-width: 240px) {

}

.mfp-close-btn-in .mfp-close {
    color: #fff !important;
}





