/*
	Theme Name: FairGamePodCast.com
	Theme URI: https://FairGamePodCast.com
	Description: Custom WordPress Theme
	Version: 1.0
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    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%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

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

/* wrapper */
.wrapper {
	width:100%;
	position:relative;
}
/* header */
.header {
	position:fixed;
	left:0;
	top:0;
	bottom:0;
	background-color:#000;
	color:#fff;

}
/* logo */
.logo {
	width:90%;
	margin:0 auto;
}
.logo-img {

}
/* nav */
.nav {
	width:70%;
	margin:20px auto;
	max-width:500px;
	font-size:1.6rem;
}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
	margin-left:500px;
	padding:50px;
}

.sidebar-content {
	width:64%;
	margin:0 auto 20px auto;
	max-width:440px;
	font-size:1.4rem;
}	

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



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

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


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

@font-face {
    font-family: 'gabriele_bad_ahregular';
    src: url('fonts/gabriele-bad-webfont.woff2') format('woff2'),
         url('fonts/gabriele-bad-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*  
font-family: 'Montserrat', sans-serif;  
300, 700
*/



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

@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;
}
.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:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.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 {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

body {
	font-family: 'Montserrat', sans-serif;	
}

main {
	margin-left:500px;	
	padding:160px 10px 50px 40px;
	position:relative;
	overflow:hidden;
}
.main-content {
	max-width:1000px;
	width:100%;
	margin:0 auto;
	font-size:1.4rem;	
}
h1 {
	font-family: 'gabriele_bad_ahregular';	
	font-size:4rem;
	color:#000;
}
.podcast-title {
	font-size:3rem;	
}
.podcast-date {
	font-weight:700;
	font-size:2rem;	
	color:#c82230;
}
.podcast-description {
	max-width:400px;
	line-height:1.25;
	font-size:1.4rem;	
}
p {
	margin:0 0 1.5em 0;	
}
.btn, .form-submit input[type="submit"] {
	display:inline-block;
	padding:9px 14px;
	background-color:#000;
	border:2px solid #000;
	color:#fff;	
	text-transform:uppercase;
	cursor:pointer;
	transition:all 0.25s ease-out;
	font-weight:700;
	line-height:1.25;
	margin-top:2px;
	text-decoration:none;
	font-size:1rem;
}
.btn:hover {
	background-color:#fff;
	color:#000;	
}

.podcast {
	margin-bottom:40px;
	width:50%;
	float:left;
	padding:0 20px 0 0;	
	max-width:475px;
	transform:translateX(500%);
	transition:all 0.5s ease-out;
}
.podcast.show {
	transform:translateX(0);	
}
.podcast-documents {
	transform:scale(0,0);
	height:0;
	transition:all 0.5s ease-out;

}
.podcast-documents.show {
	height:auto;
	transform:scale(1,1);
	padding:20px 0 20px 20px;
}
.document {
	font-size:1.4rem;	
	margin-bottom:30px;
}
.document-title {
	font-weight:700;
	font-family: 'gabriele_bad_ahregular';	
	font-size:2rem;	
}
.document-file {
	margin:10px 0;	
}
.document-img img {
	border:1px solid #ccc;
	box-shadow:0 0 10px #ccc;	
}
.document-img img:hover {
	opacity:0.8;	
}
.copyright {
	position:absolute;
	bottom:20px;
	left:50%;
	transform:translateX(-50%);
	max-width:320px;
	width:100%;
	padding:0 30px;
}
a {
	text-decoration:underline;	
}
a:hover {
	color:#c82230;
}	
.footer .copyright {
	display:none;
}

#link-to-mike-rinders-blog a {
	display:block;
	width:100%;
	max-width:320px;
	padding:8px 18px;
	text-transform:uppercase;	
	color:#fff;
	background-color:#1a66d4;
	border:2px solid #1a66d4;
	text-align:center;
	text-decoration:none;
	font-size:20px;
	position:fixed;
	bottom:2px;
	right:2px;
	transition:all 0.25s ease-out;
}
#link-to-mike-rinders-blog a:hover {
	background-color:#fff;
	color:#1a66d4;	
}

.single .podcast {
	width:100%;	
	max-width:none;
}

label[for="comment"], label[for="author"], label[for="email"] {
	display:block;	
}
h3#reply-title {
	font-family: 'gabriele_bad_ahregular';	
	font-size:2rem;	
}
#commentform {
	font-size:1.4rem;
}
.comment-form-url {
	display:none;	
}

textarea, input[type="text"], input[type="email"] {
	width:100%;
	max-width:450px;
	background-color:#e5e5e5;
	border:none;
	padding:8px 10px;	
}
.inv-recaptcha-holder {
	display:none; 
}
input[type="checkbox"] {
	margin-right:10px;	
}

.comments ul {
	list-style:none;
	padding-left:0;
	margin-left:0;	
	font-size:1.4rem;
}
.comments ul.children {
	margin-left:15px;
	padding:15px;
	background-color:#e5e5e5;
	margin-bottom:20px;	
}
.comment-body {
	margin-bottom:50px;	
}
	

@media screen and (max-width:1280px){
	.header {
		width:30%;
	}
	main, .footer {
		margin-left:30%;
		padding-right:0;	
	}
	main {
		padding-top:80px;	
	}
	
	
}

@media screen and (max-width:1023px){
	.podcast {
		width:100%;	
	}
	main {
		padding-top:60px;	
	}
	.header {
		min-width:260px;	
	}
}

@media screen and (max-width:800px){
	main, .footer {
		margin-left:260px;	
	}
	h1 {
		font-size:3rem;	
	}
}

@media screen and (max-width:767px){
	.podcast-date {
		font-size:1.8rem;	
	}
	.podcast-title {
		font-size:2.2rem;	
	}
	.btn {
		width:100%;
		margin-bottom:14px;	
	}
}

@media screen and (max-width:535px){
	.header {
		position:relative;
		width:100%;	
		right:0;
		top:-30px;
		bottom:auto;
		box-shadow:0 0 10px #333;
	}
	.logo {
		width:100%;
		text-align:center;	
	}
	.logo img {
		width:260px;
		margin:0 auto;	
	}
	.header .copyright {
		display:none;
	}	
	.sidebar-content {
		text-align:center;	
	}
	main, .footer {
		margin-left:0;
		padding:15px 40px 40px 40px;	
	}
	.podcast {
		padding-right:0;
	}
	.footer .copyright {
		display:block;
	}	
}

@media screen and (max-width:450px) {
	#link-to-mike-rinders-blog a {
		max-width:none;	
		bottom:0;
		right:0;
	}
}




/*------------------------------------*\
    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;
	}
}
