/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	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;
}
/* variables */
:root {
    --foreground-color: #FF3E51; 
	--background-color: #829200;
	--highlight-color: #1D38C9;
}
/* random highlight colors */
.highlight1 a:hover  {
	color:#1D38C9;
}
.highlight2 a:hover  {
	color:#FFFF00;
}
.highlight3 a:hover  {
	color:#FFFFFF;
}
.highlight4 a:hover  {
	color:#006837;
}
.highlight5 a:hover  {
	color:#00FFFF;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:70%;
}
body {
	font:300 11px/1.4 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:var(--foreground-color);
	background-color:var(--background-color);
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:var(--foreground-color);
	text-decoration:none;
}
a:hover {
	color:var(--highlight-color);
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid var(--background-color);
}

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

/* wrapper */
.wrapper {
	margin: 0 0 0 0px;
	padding-left: 20px;
	padding-right: 20px;
	position:relative;
	float:left;
	width: 100%;
}
/* header */
.header {
	padding-top:20px;
}
/* logo */
.logo {
	display:inline-block;
	width: 85px;
	height: 85px;
}
.logo-img {
	fill:var(--foreground-color);
}
.thumbNavButton {
	fill:var(--foreground-color);
}
a .logo-img:hover {
	fill:var(--highlight-color);
}
/* nav */
.nav {
	margin-top:0.8em;
	vertical-align:top;
	display:inline-block;
	font-weight:800;
}
.menu-item {
	list-style-type: none;
}

/* sidebar */
.sidebar {

}
/* footer */
.footer {
	margin-top:50px;
}

/*------------------------------------*\
    LOOP
\*------------------------------------*/

.homeList {
	margin-top: 15px;
}

article {
	display: inline-block;
}

.postTitle {
	display:inline-block;
}

.postTitle a:hover {
	color:var(--highlight-color);
}

.details {
	display: inline-block;
	vertical-align: top;
	margin-left:15px;
	margin-right:50px;
	padding-top:5px;
	font-weight:500;
	max-width: 150px;
}

.details a:hover {
	color:var(--highlight-color);
}

.menu-item a:hover {
	color:var(--highlight-color);
}

.date {
	display:table;
	font-style: italic;
}

/*------------------------------------*\
    SINGLE POST
\*------------------------------------*/

.single_postTitle {
	position:absolute;
	text-align: center;
	top: 30px;
	left: 0;
	right: 0;
	margin-left:200px;
	margin-right:200px;
}

.single_postDetails {
	position:absolute;
	text-align: right;
	top: 30px;
	right: 20px;
	width: 200px;
	font-weight:800;
}

.single_postDetails .date {
	font-weight:500;
}

.rightFloat {
	float: right;
}

.singlePost {
	margin-top:30px;
	width:100%;
	text-align:center;
}

.singlePost p {
	max-width:800px;
	right:0;
	left:0;
	margin:auto;
	padding-bottom:50px;
	text-align:left;
}

.singlePost a:link {
	font-weight:800;
}

.wp-block-quote {
	margin: 0 50px 0 50px;
	margin-bottom: 50px;
}

.wp-block-quote p {
	max-width:none;
	font-size:2rem;
}

.postNav {
	font-family: 'MedievalSharp', cursive;
	font-weight: normal;
	font-size: 2rem;
}

.previousNav {
	transform-origin: top left;
	transform: rotate(90deg);
	position: fixed;
	left: 40px;
	top: 40%;
	z-index:3;
}

.nextNav {
	transform-origin: bottom right;
	transform: rotate(-90deg);
	position: fixed;
	right: 10px;
	top: 40%;
	z-index:3;
}

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

.type-page {
	max-width: 400px;
	margin:auto;
	padding-top: 40px;
	padding-bottom: 40px;
}

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

.wp-block-image {
	padding-bottom: 50px;
	margin: auto;
}

.rl-gallery-container {
	padding-bottom: 50px;
	text-align:center;
}

.rl-gallery {
	text-align:center;
}

.wp-block-embed figcaption {
	padding-top: 30px;
	color: var(--foreground_color);
}

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

h1 {
	font-family: 'MedievalSharp', cursive;
	font-weight: normal;
	font-size: 60px;
	line-height: 75px;
	margin:0px;
}

h2 {
	font-family: 'MedievalSharp', cursive;
	font-weight: normal;
	font-size: 60px;
	line-height: 75px;
	margin:0px;
}

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

.copyright {
	font-size:0.7rem;
}

ul {
	margin:0px;
}

/*------------------------------------*\
	FORMS
\*------------------------------------*/

.search-input, input {
	background-color: var(--background-color);
    border: none;
    border-bottom: 1px solid var(--foreground-color);
}

.search-submit, .submit {
    background-color: var(--foreground-color);
    border: none;
    color: var(--background-color);
    padding: 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

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

@media screen and (max-width:992px) {
	h1, h2 {
		font-size: 40px;
		line-height: 50px;
	}
	
	.single_postTitle {
		position:relative;
		margin:auto;
		padding-bottom:20px;
	}
	
	.single_postDetails {
		width: 150px;
	}
	
	navigation {
		visibility: hidden;
	}
}

@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) {
		   	h1, h2 {
		font-size: 40px;
		line-height: 50px;
	}
	
	.single_postTitle {
		position:relative;
		margin:auto;
		padding-bottom:20px;
	}
	
	.single_postDetails {
		width: 150px;
	}
	
	navigation {
		visibility: hidden;
	}

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#FFFF00;
	color:#000;
	text-shadow:none;
}
::-webkit-selection {
	background:#FFFF00;
	color:#000;
	text-shadow:none;
}
::-moz-selection {
	background:#FFFF00;
	color:#000;
	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 {

}

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