/*!
Theme Name: IGR
Theme URI: https://indiegamereviewer.com
Author: Ben Cross
Author URI: https://bencross.la
Description: This is a custom theme developed for Indie Game Reviewer
Version: 2022.3
Tested up to: 5.9
Requires PHP: 5.6
License: Hands off motherfuckers
License URI: N/A
Text Domain: igr
Tags: custom-logo
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Site Header
		- Site Logo
		- Site Description
		- Search
		- Navigation
		- Menu toggle and navigation Icon for mobile devices
		- Social List - Mobile
	- Posts and pages
		- Home and Archive Pages
			-Feature Posts - Home Page
			- Site Main Content
			- Home and Archive Page Excerpts
			- Archive Pagination Links
			- Archive, Page and Single Post Headers
			- Single Post Reviews Custom Meta Data
	- Comments
	- Sidebars / Widget Areas
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# Media Queries
	- Tablet Sizes
	- Desktop

--------------------------------------------------------------*/

:root {
    /* --dark-purple: #03000f; */
	--dark-purple: #191233;
    --orange: #f26522;
	--orange-dark: #743a1f;
    --purple: #6522f2;
	--purple-2: #03000f;
	--purple-3: #35333f;
    --yellow: #fff200;
	--grey: #f6f6f6;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 1.2;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #f6f6f6;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	text-decoration: none;
	color: rgba(18,0,92,0.8);
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	color: rgba(18,0,92,1);
	outline: 0;
}
/* a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
} */

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Site Header
--------------------------------------------- */
.site-header {
    background-color: var(--dark-purple);
	padding: 10px;
	position: fixed;
	z-index: 99;
	top: 0px;
	right: 0px;
	left: 0px;
	max-height: 100px;
	display: grid;
	grid-template-columns: 20% 56% 20%;
    grid-template-rows: auto;
    grid-template-areas:
    "logo search menu"
    ;
	grid-gap: 2%;
	align-items: center;
}

/* Site Logo
--------------------------------------------- */
.site-branding {
    grid-area: logo;
	position: relative;
	z-index: 101;
}
.site-branding h1 {
	display: block;
	margin: 0px;
	line-height: 0px;
	max-width: 180px;
}
.site-branding a {
	display: block;
}
.site-branding img {
	vertical-align: baseline;
}

/* Site Description
--------------------------------------------- */
.site-description {
    position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	padding: 5px 0px;
	font-size: 0.65em;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--grey);
	background-color: var(--dark-purple);
	text-align: center;
}

/* Search
--------------------------------------------- */
.site-header .search-container {
	grid-area: search;
	width: 80%;
	justify-self: end;
	position: relative;
	z-index: 101;
}
.site-header .search-container .search-form {
	display: flex;
	flex-flow: row nowrap;
	gap: 10px;
}
.site-header .search-container .search-field {
	width: 80%;
	border-radius: 20px;
	border: 1px solid var(--orange);
	padding-left: 30px;
}
.site-header .search-container .search-submit {
	font-size: 1.5rem;
	padding: 0;
	color: var(--orange);
	background: none;
	border: 0px;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: none;
	position: fixed;
	z-index: 100;
	top: 0;
	right: 0;
	bottom: 0;
	left: initial;
	width: 100%;
	padding: 30px 0px 90px;
	background-color: var(--dark-purple);
}
.menu-main-menu-container ul {
	list-style: none;
	padding: 100px 0px 0px 0px;
	margin: 0px;
	height: 100%;
	text-align: center;
}
.menu-main-menu-container ul li {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	width: 100%;
	padding: 5px 0px;
}
.menu-main-menu-container ul li a {
	color: #f26522;
	font-weight: bold;
	font-size: 1.7rem;
	width: 100%;
}

/* Menu toggle and navigation Icon for mobile devices
--------------------------------------------- */
.menu-toggle {
	position: relative;
	z-index: 101;
	display: block;
	grid-area: menu;
	justify-self: end;
	border: none;
    border-color: initial;
    border-radius: 0px;
    background: initial;
    color: initial;
    line-height: 0;
    padding: 0px;
}
#nav-icon {
	width: 30px;
	height: 25px;
	position: relative;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#nav-icon span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #f26522;
	border-radius: 0px;
	opacity: 1;
	left: 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
	top: 0px;
}
#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
	top: 9px;
}
#nav-icon span:nth-child(4) {
	top: 18px;
}
#nav-icon.open span:nth-child(1) {
	top: 9px;
	width: 0%;
	left: 25%;
}
#nav-icon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(4) {
	top: 9px;
	width: 0%;
	left: 25%;
}

/* Social List - Mobile
--------------------------------------------- */
.social-list-container {
	display: none;
	position: fixed;
	top: initial;
	right: 0px;
	bottom: 100px;
	width: 100%;
	z-index: 101;
}
.social-list {
	list-style: none;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	width: 80%;
	margin: auto;
	padding: 0px;

}
.social-list-item {
	padding: 0px 15px;
}
.social-list-item a span {
	color: #ffffff;
	font-size: 2rem;
}


/* Posts and pages
--------------------------------------------- */

/* Home and Archive Pages
--------------------------------------------- */

/* Featured Posts - Home Page
--------------------------------------------- */
.featured-container {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 80px 0px 0px;
	margin: 0px auto -40px;
	background-color: var(--dark-purple);
	border-bottom: 3px solid var(--orange);
	box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
}
.featured-posts-wrapper {
	max-width: 1440px;
	margin: 0px auto;
}
.featured-post {
	padding: 0px 30px;
	margin: 20px auto 70px;
	border-radius: 20px;
	display: flex;
	flex-flow: row wrap;
}
.featured-post .entry-thumbnail {
	width: 100%;
	align-self: flex-start;
	height: auto;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid var(--orange);
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 10;
	background-color: var(--purple-2);
}
.featured-post .entry-thumbnail img {
	width: 100%;
}
.featured-post .entry-content {
	/* background-color: var(--purple-3);
	border: 1px solid rgba(242,101,34,1); */
	border-radius: 0 0 20px 20px;
	width: 96%;
	margin: -40px auto 0px;
	padding: 70px 15px 20px;
	/* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); */
}
.featured-post .entry-title {
	padding: 0px;
	margin: 0px;
	font-size: 1.4rem;
	
}
.featured-post .entry-title a {
	color: var(--orange);
	text-shadow: 0px 0px 4px rgb(242 101 34);
}

/* Site Main Content
--------------------------------------------- */
.site-main {
	margin-top: 110px;
	max-width: 1280px;
}
.home.paged .site-main {
	margin-top: 110px;
}
.archive .site-main {
	margin-top: 50px;
}

/* Home and Archive Page Excerpts
--------------------------------------------- */
.site-content {
	display: flex;
	flex-flow: row wrap;
}
.excerpt {
	margin: 0 auto 50px;
}
.excerpt .entry-thumbnail {
	max-width: 366px;
	margin: auto;
	border-radius: 10px;
	overflow: hidden;
	background-color: var(--purple-2);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}
.excerpt .entry-content {
	width: 90%;
	margin: auto;
}
.excerpt .entry-content .entry-title {
	font-size: 1.2em;
}
.excerpt hr {
	width: 50%;
	margin: 0px auto;
}

/* Archive Pagination Llnks
--------------------------------------------- */
.pagination {
	margin: auto;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}
.nav-links {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}
.nav-links a,
.nav-links .current {
	color: rgba(242,101,34,1);
	padding: 0.2em 0.5em 0.3em 0.5em;
}
.nav-links .current {
	background: #5f4ab5;
	background: -moz-linear-gradient(top, #5f4ab5 0%, #110056 100%);
	background: -webkit-linear-gradient(top, #5f4ab5 0%,#110056 100%);
	background: linear-gradient(to bottom, #5f4ab5 0%,#110056 100%);
	border-radius: 5px;
}

/* Archive, Page and Single Post Headers
--------------------------------------------- */
.single-post .entry-header,
.page .entry-header, 
.archive .page-header, 
.search .page-header {
	width: 100%;
	padding: 100px 10px 260px;
	background-color: var(--dark-purple);
	color: var(--grey);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
	border-bottom: 1px solid var(--orange);
}
.page .entry-header,
.archive .page-header,
.search .page-header {
	padding: 60px 10px 0px;
	text-align: center;
}
.single-post .entry-header a {
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	color: rgba(242,101,34,1);
	font-weight: 700;
	-webkit-box-shadow: inset 0 -4px 0 rgba(242,101,34,0); /* Thanks Wired! */
	box-shadow: inset 0 -4px 0 rgba(242,101,34,0);
	border-bottom: 3px solid rgba(242,101,34,0);
}
.single-post .entry-header a:hover {
	border-bottom: 3px solid var(--orange);
}
.single-post .entry-title,
.page .entry-title,
.archive .page-title,
.search .page-title {
	color: var(--orange);
	margin: 30px 0px;
	padding: 0 20px;
	text-shadow: 0px 0px 4px rgba(242,101,34,1);
}
.archive .archive-description {
	max-width: 60ch;
	margin: auto;
	text-align: left;
	padding: 0px 20px 30px;
}
.single-post .entry-meta {
	text-align: left;
	font-size: 0.8em;
	padding: 0 30px;
}
.single-post .entry-header-graphics {
	max-width: 1100px;
	margin: -240px auto 50px;
	padding: 0px 30px;
}
.single-post .entry-header-graphics .single-thumbnail,
.page .post-thumbnail {
	margin: auto;
	position: relative;
	z-index: 10;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid var(--orange);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
	background-color: var(--purple-2);
}
.page .post-thumbnail {
	margin: 20px 0px -20px;
}

/* Single Post Reviews Custom Meta Data
--------------------------------------------- */
.single-post .review-meta {
	display: grid;
	grid-template-columns: 25% 75%;
	grid-template-rows: auto;
	grid-template-areas:
	"art art"
	"score details"
	;
	max-width: 96%;
	margin: -5px auto 0;
	border-radius: 0 0 20px 20px;
	overflow: hidden;
	border: 1px solid var(--orange);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
	background-color: var(--purple-2);

}
.single-post .review-art {
	grid-area: art;
}
.single-post .review-art img {
	width: 100%;
}
.single-post .review-score {
	grid-area: score;
	align-self: center;
	justify-self: center;
	background: var(--purple-2);
}
.single-post .review-details {
	grid-area: details;
	font-size: 0.8em;
	justify-self: stretch;
	align-self: stretch;
}
.single-post .review-details .review-info {
	background: var(--purple-2);
}
.single-post .review-details .review-info:nth-child(even) {
	background: var(--purple-3);
}
.single-post .review-details p {
	margin:0;
	color: var(--grey);
}
.single-post .review-info {
	padding: 0.5em; 
}
.single-post .review-info-title {
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	text-decoration: underline;
	padding-right: 10px;
}

/* Single Posts and Pages Content
--------------------------------------------- */
.single-post .site-main {
	max-width: 1024px;
	margin: 0px auto;
}
.page .site-main {
	margin: 60px 0px;
}
.single-post .entry-content p,
.single-post .entry-content h1, 
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4,
.single-post .entry-content h5,
.single-post .entry-content h6,
.page .site-main .page p,
.page .site-main .page h1, 
.page .site-main .page h2,
.page .site-main .page h3,
.page .site-main .page h4,
.page .site-main .page h5,
.page .site-main .page h6 {
	padding: 0px 30px 0px;
}
.single-post .entry-content a, 
.single-post .author-name,
.single-post .entry-footer a,
.single-post-nav .nav-title {
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	color: rgba(242,101,34,1);
	font-weight: 700;
	-webkit-box-shadow: inset 0 -4px 0 rgba(242,101,34,0); /* Thanks Wired! */
	box-shadow: inset 0 -4px 0 rgba(242,101,34,0);
	border-bottom: 3px solid rgba(242,101,34,0);
}
.single-post .entry-content a:hover,
.single-post .author-name:hover,
.single-post .entry-footer a:hover,
.single-post-nav .nav-title:hover {
	border-bottom: 3px solid var(--orange);
}
.single-post .entry-content figure {
	width: 100% !important;
	max-width: 100%;
	background-color: var(--dark-purple);
}
.single-post .entry-content .wp-caption-text {
	font-size: 0.9rem;
	text-align: left;
	padding: 0px 10px 10px 10px;
	font-style: italic;
	color: rgba(255, 255, 255, 0.8);
}
.single-post .sharedaddy {
	padding: 0 20px;
}
.single-post .sharedaddy .sd-title {
	padding: 0px 0px 0px 10px !important;
}

.single-post .entry-footer {
	flex-flow: row wrap;
	text-transform: uppercase;
	font-size: .9rem;
	padding: 0 20px;
}
.single-post .author-card {
	padding: 0 20px;
	margin: 40px 0;
}
.single-post .author-card a {
	border: none;
}
.single-post .author-card a:hover {
	border: none;
}
.single-post .author-avatar {
	float: left;
	margin: 0 15px 0 0;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}
.single-post .author-name {
	display: inline-block;
	margin: 0px !important;
	padding: 0px !important;
}
.single-post .author-bio {
	font-weight: normal;
	color: #000000;
	font-size: 1em;
	margin: 0;
	padding: 0px !important;
}
.single-post .entry-footer .cat-links {
	margin-bottom: 1.5rem;
}

/* -- Single Post Navigation -- */
.single-post-nav {
	display: grid;
	grid-template-columns: 50% 50%;
	grid-template-rows: auto;
	grid-template-areas:
	"next prev"
	;
	width: 100%;
	margin-top: 60px;
}
.single-post .previous-post {
	grid-area: prev;
	padding: 0px 20px;
	border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.single-post .next-post {
	grid-area: next;
	padding: 0px 20px;
}
.single-post-nav .nav-desc {
	margin: 0px;
	padding: 0 0 10px 0;
	text-align: center;
	color: var(--purple-2);
	font-weight: bold;
	text-transform: uppercase;
}
.single-post .nav-thumb {
	border-radius: 5px;
	overflow: hidden;
	background-color: var(--purple-2);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}
.single-post-nav .nav-title {
	text-align: left;
	margin: 1rem 0px;
	padding: 0px;
	font-size: 1em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Sidebars / Widget Areas
--------------------------------------------- */
#secondary {
	margin-top: 50px;
	padding: 0px 30px 30px;
}
.widget {
	margin: 0 0 1.5em;
}
.widget-ad {
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	text-align: center;
	margin: 60px 0px;
	padding: 20px;
	position: relative;
}
.widget-ad p {
	display: block;
	position: absolute;
	top: -20px;
	left: calc(50% - 17.5%);
	width: 35%;
	font-size: 0.7em;
	color: rgba(0, 0, 0, 0.5);
	background-color: #ffffff;
}
.indie-award {
	background-color: var(--dark-purple);
	border-radius: 10px;
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}
.newsletter {
	color: #ffffff;
	padding: 20px;
	background: #5f4ab5; /* Old browsers */
	background: -moz-linear-gradient(top, var(--dark-purple) 0%, var(--purple) 100%);
	background: -webkit-linear-gradient(top, var(--dark-purple) 0%, var(--purple) 100%);
	background: linear-gradient(to bottom, var(--dark-purple) 0%, var(--purple) 100%);
	border-radius: 10px;
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}
.newsletter h2 {
	color: #ffffff;
	/* color: rgba(18,0,92,1); */
	font-size: 1.8rem;
	text-align: center;
	border-bottom: 1px solid #ffffff;
	-webkit-text-stroke: 1px #ffffff;
	padding: 0 0 .5rem 0;
	margin: 0px 0px 30px 0px;
}
.newsletter .mc-field-group {
	margin-bottom: 20px;
}
.newsletter .mc-field-group label {
	width: 100%;
}
.newsletter .mc-field-group input {
	width: 100%;
	padding: 10px 20px;
	margin: 5px 0 0 0;
	border-radius: 8px;
	border: 1px solid var(--orange);
}
.newsletter .button {
	width: 100%;
	margin-top: 1rem;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.5rem;
	color: #ffffff;
	background: rgba(242,101,34,1);
	/* background: rgba(18,0,92,1); */
	border: none;
	border-radius: 8px;
}
.newsletter .indicates-required {
	font-size: 0.8em;
	padding: 10px 0px;
}
.newsletter .asterisk {
	color: var(--orange);
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
	display: block;
}

/* Site Footer
--------------------------------------------- */
.site-footer {
	padding: 20px 20px 40px;
	background-color: var(--dark-purple);
	color: var(--grey);
	text-align: right;
}
.site-footer-content {
	max-width: 1024px;

}
.site-footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.site-footer a {
	color: var(--grey);
}
.site-copyright {
	font-size: 0.7em;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/

/* Tablets
--------------------------------------------- */
@media screen and (min-width: 600px) {
	.site-content {
		justify-content: space-around;
		align-items: stretch;
	}
	.excerpt {
		width: 100%;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: center;
	}
	.excerpt .entry-thumbnail {
		width: 35%;
		align-self: center;
	}
	.excerpt .entry-content {
		width: 55%;
	}
	.excerpt .entry-content p {
		margin-bottom: 0;
	}
	.excerpt .entry-title {
		margin-top: 0px;
	}
	.excerpt hr {
		margin-top: 30px;
	}
	
	.single-post .entry-title,
	.page .entry-title,
	.archive .page-title {
		width: 80%;
		margin: 30px auto 20px;
	}
	.single-post .entry-meta {
		width: 80%;
		font-size: 1em;
		margin: 1em auto 0px;
	}
}

/* Desktop
--------------------------------------------- */
@media screen and (min-width: 900px) {
	.site-header {
		grid-area: header;
		grid-template-columns: auto 200px 230px;
		grid-template-areas:
		"logo search social"
		"logo menu menu"
		;
		align-items: start;
		padding: 10px 20px;
	}

	.site-branding {
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
	}

	.site-description {
		position: relative;
		bottom: initial;
		left: initial;
		width: 250px;
		margin: 0;
		padding-left: 20px;
		text-align: left;
		font-size: 1em;
		font-weight: bold;
		text-transform: uppercase;
		color: var(--grey);
		background-color: initial;
	}

	.menu-toggle {
		display: none;
	}
	.main-navigation {
		grid-area: menu;	
		display: block;
		position: relative;
		font-size: 1em;
		top: initial;
		left: initial;
		bottom: initial;
		width: auto;
		padding: initial;
		background: initial;
		border-top: initial;
		border-bottom: initial;
		margin: initial;
	}
	.menu-main-menu-container ul {
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-end;
		align-items: center;
		padding: 0;
	}
	.menu-main-menu-container ul li {
		display: block;
		width: auto;
		height: initial;
		margin: 0px 0px 0px 20px;
	}
	.main-navigation ul li a {
		-moz-transition: all .2s ease-in;
    	-o-transition: all .2s ease-in;
    	-webkit-transition: all .2s ease-in;
    	transition: all .2s ease-in;
		color: rgba(242,101,34,1);
		font-size: 1em;
		text-shadow: 0px 0px 0px rgba(242,101,34,0);
	}
	.main-navigation ul li a:hover {
		color: rgba(242,101,34,1);
		text-shadow: 0px 0px 2px rgba(242,101,34,1);
	}
	.main-navigation .current-menu-item a {
		color: rgba(242,101,34,1);
		border-bottom: 5px solid rgba(242,101,34,1);
		margin-bottom: -5px;
	}

	.social-list-container {
		grid-area: social;
		align-self: center;
		display: block;
		position: relative;
		top: initial;
		right: initial;
		bottom: initial;
		left: initial;
		width: initial;
		margin: initial;
	}
	.social-list {
		justify-content: flex-end;
		width: 100%;
		margin: 0px;
	}
	.social-list-item {
		padding: 0;
		margin-left: 20px;
	}
	.social-list-item a span {
		font-size: 1.5rem;
	}

	.featured-container {
		grid-area: featured;
		padding: 140px 30px 0px;
	}
	.featured-posts-wrapper {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
	}
	.featured-post {
		width: 31%;
		padding: 0;
	}
	.featured-post .entry-content {
		bottom: 0;
	}

	.site-main {
		grid-area: main;
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		margin: 300px auto 0px;
		padding: 0px 30px 80px;
	}
	.home .site-main,
	.search .site-main {
		margin-top: 100px;
	}
	.home.paged .site-main,
	.home.paged #secondary {
		margin-top: 150px;
	}
	.page .site-main {
		grid-area: main;
		margin: 60px auto;
	}
	.site-content {
		width: 68%;
	}
	#secondary {
		width: 30%;
		margin-top: 0px;
		padding: 0px 0px 0px 30px;
	}
	.archive .page-header {
		grid-area: featured;
	}
	.page .entry-header {
		grid-area: featured;
	}
	.single-post .entry-header {
		grid-area: featured;
		padding: 120px 0px 550px;
	}
	.single-post.reviews .entry-header {
		padding-bottom: 380px;
	}
	.single-post .entry-title,
	.single-post .entry-meta {
		text-align: center;
	}
	.single-post .entry-header-graphics {
		grid-area: graphics;
		margin-top: -480px;
	}
	.single-post.reviews .entry-header-graphics {
		display: flex;
		flex-flow: row nowrap;
		padding: 0px 20px 0px 0px;
		margin-top: -320px;
	}
	.single-post.reviews .single-thumbnail {
		position: relative;
		right: -20px;
		z-index: 10;
	}
	.single-post.reviews .single-thumbnail {
		width: 60%;
	}
	.single-post .review-meta {
		grid-template-columns: 25% 75%;
		grid-template-areas:
        "art art"
        "score details";
		width: 40%;
		border-radius: 20px;
		z-index: 11;
	}
	.single-post .review-details .review-info {
		padding: 0.8em;
	}
	.single-post .site-main {
		padding: 0px 20px 40px;
		
	}
	.single-post .entry-content p,
	.single-post .entry-content h1, 
	.single-post .entry-content h2,
	.single-post .entry-content h3,
	.single-post .entry-content h4,
	.single-post .entry-content h5,
	.single-post .entry-content h6,
	.page .site-main .page p,
	.page .site-main .page h1, 
	.page .site-main .page h2,
	.page .site-main .page h3,
	.page .site-main .page h4,
	.page .site-main .page h5,
	.page .site-main .page h6 {
		padding: 0px;
	}
	.single-post .site-content {
		padding-right: 20px;
	}

	.site-footer {
		grid-area: footer;
	}
}