/*
Theme Name: Olivi
Theme URI: N/A
Author: Jens-Christian Huus
Author URI: http://chordian.net
Description: Chordian's flat theme with olive colors. Designed for use by a single blogger. All post formats are available and each have their own styling. All posts and pages can have a column wide featured image on top. You can customize social links for the search widget in the top right corner. A shortcode for hiding a [spoiler] has been included. Requires a custom hover logo.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: green, brown, white, two-columns, right-sidebar, fixed-layout, responsive-layout, custom-header, custom-menu, custom-background, featured-images, post-formats, sticky-post, theme-options, translation-ready
Text Domain: olivi

Olivi was originally based on Underscores by Automattic.

#NORM - Normalize
#TYPO - Typography
#ELEM - Elements
#FORM - Forms

#MISC - Miscellaneous
#ACCE - Accessibility
#OLIV - Olivicons

#LAYO - Layout
#HEAD - Header and menu
#WIDG - Widgets
#META - Meta line
#POST - Posts and pages
#IMAG - Images
#COMM - Comments
#NAVI - Navigation buttons
#PAGI - Pagination
#FOOT - Footer

#MEDI - Media Queries
*/


/**
 * ----------------------------------------------------------------------------
 * #NORM - Normalize
 *
 * Normalizing styles originally by Nicolas Gallagher and Jonathan Neal.
 * @link http://necolas.github.com/normalize.css/
 * ----------------------------------------------------------------------------
 */

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	position: relative;
	top: 1px;
	box-sizing: border-box;
	padding: 0;
	margin-right: 4px; /* Distance to <label> to the right of it */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border-radius: 1px;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}


/**
 * ----------------------------------------------------------------------------
 * #TYPO - Typography
 * ----------------------------------------------------------------------------
 */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.2em;
}

b,
strong {
	font-weight: bold;
}

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

blockquote {
	margin: 0 1.5rem;
}

address {
	margin: 0 0 1.5em;
}

/* Style the code example box for comments first */
pre {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin: 1.5em 0;
	padding: 1.6em;
	border: 1px solid #ebeae1;
	background: #f4f3ee;
	border-radius: 1px;
}

/* Now re-style the code example box for posts so that is stretches to the edges */
.hentry pre {
	border-left: 0;
	border-right: 0;
	margin: 1.5em -3rem 1.5em;
	padding: 1.6em 3rem;
	border-radius: 0;
}

/* Darker colors for code example box inside e.g. spoilers */
.spoiler pre,
.question pre {
	background: #e5e3d7;
	border-color: #dbd8c7;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	padding: 1px 4px;
	background: #f4f3ee;
	border: 1px solid #ebeae1;
	border-radius: 1px;
}

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

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

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

.game-rating {
	font-size: 22px;
	font-weight: bold;
	margin-top: 12px;
}

/* Added 2021-03-28 to avoid too much space around certain shortcodes */
.games-block p:before,
.spoiler p:before {
	content: none;
}

/**
 * ----------------------------------------------------------------------------
 * #ELEM - Elements
 * ----------------------------------------------------------------------------
 */

html {
	box-sizing: border-box;
	overflow-y: scroll;
}

/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior */
/* @link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	background: #c3c4bc; /* Also used for 'custom-background' in functions.php */
}

/* The theme once used #87963a for unvisited links too but it didn't look good */
a {
	color: #5a6701;
	transition: color .12s linear;
}

a:hover,
a:focus,
a:active,
#tags-menu a:hover,
#tags-menu a:focus,
#tags-menu a:active,
.comment-metadata time:hover,
.comment-metadata time:focus,
.comment-metadata time:active,
.entry-meta a:hover,
.entry-meta a:focus,
.entry-meta a:active,
.entry-footer a:hover,
.entry-footer a:focus,
.entry-footer a:active,
.entry-title-thumbnail .entry-title a:hover,
.entry-title-thumbnail .entry-title a:focus,
.entry-title-thumbnail .entry-title a:active,
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #e95927; /* Orange */
}

a:focus {
	outline: thin dotted;
}

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

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

blockquote {
	position: relative;
	margin: 1.8rem 1.6rem;
	color: #74746e;
}

blockquote:before {
	content: "";
	width: 64px;
	height: 64px;
	position: absolute;
	top: -1.375rem;
	left: -1.9rem;
	background: url(images/blockquote.png) no-repeat;
	opacity: 0.11;
}

.format-quote blockquote {
	margin: 0 1.5rem;
	border-left: 6px solid #ece7c6; /* Was once #f1c49f back when quotes used a red background */
}

	.format-quote blockquote:before {
		background: none;
	}

blockquote p {
	font: italic 15px/1.5 "Open Sans", sans-serif;
	font-size: 0.9375rem;
	position: relative;
	z-index: 2; /* Needed for the text to remain selectable on top of the watermaker quote */
}

	.format-quote blockquote p {
		padding: 0 0.8rem;
	}

	.format-quote blockquote p:first-child {
		margin-top: 0;
	}

	.format-quote blockquote p:last-child {
		padding-bottom: 0.1rem;
	}

blockquote cite {
	font-size: 13px;
	padding-left: 10px;
	color: #9ca090;
}

	blockquote cite:before {
		position: relative;
		top: -1px;
		margin-right: 4px;
		content: "\2013"; /* Slightly longer dash */
	}

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

ul,
ol {
	margin: 1.2em 0;
	padding-left: 2.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li {
	padding-left: 0.2em;
	margin-bottom: 0.4em;
}

li > ul,
li > ol {
	margin: 0.4em 0 0;
	padding-left: 2em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

table,
th,
td {
	border: 1px solid #a8ad95;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	border-width: 2px;
	border-radius: 1px;
}

caption,
th,
td {
	padding: 0.3em 0.7em;
	text-align: left;
}

th {
	font-weight: bold;
	background: #f5f6f2;
}

thead th {
	border-width: 0 1px 1px 0;
}

tbody th {
	border-width: 1px 1px 0 0;
}

td {
	border-width: 1px 1px 0 0;
}

tr:first-child td, tr:first-child th {
	border-top-width: 0;
}

td:last-child, th:last-child {
	border-right-width: 0;
}

tfoot td {
	border-top-width: 1px !important;
}


/**
 * ----------------------------------------------------------------------------
 * #FORM - Forms
 * ----------------------------------------------------------------------------
 */

button,
ul.page-numbers a,
ul.page-numbers span,
.page-links b,
.page-links span,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.5px;
	line-height: 2.4;
	text-transform: uppercase;
	height: 30px;
	padding: 0 1em;
	color: #fff;
	background: #474937;
	border: 0;
	border-radius: 1px;
	transition: all .12s linear;
}

button:hover,
ul.page-numbers a:hover,
.page-links a > span:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #62644c;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	/* Currently unused */
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	box-sizing: border-box;
	padding: 3px;
	height: 30px;
	vertical-align: bottom;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 1px;
}

/* Class used by the 'jquery.placeholder.min.js' script */
.placeholder {
	color: #aaa !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	padding-left: 3px;
	width: 100%;
}


/**
 * ----------------------------------------------------------------------------
 * #MISC - Miscellaneous (useful classes)
 * ----------------------------------------------------------------------------
 */

/* Alignments */
.alignleft {
	display: inline;
	float: left;
	margin: 1em 1em 0.5em 0 !important;
}

.alignright {
	display: inline;
	float: right;
	margin: 1em 0 0.5em 1em !important;
}

/* Lose the bottom margin if it's an image with a caption (it can hold its own) */
figure.alignleft, figure.alignright {
	margin-bottom: 0 !important;
}

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

/* Clearings */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/* Red color used for dead links (i.e. like in Wikipedia) */
.obsolete {
	color: #ba0000; /* #cc2200 */
	text-decoration: none;
}

/* WordPress smilies */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	display: inline;
}

/* Colors used when selecting text for copying */
::selection { background:#d2d5cb; color:#222; }
::-moz-selection { background:#d2d5cb; color:#222; }

/* Add to elements you don't want to get marked when clicking fast. For Opera and IE, add unselectable="on" in HTML elements as well.
   So, for full coverage: <div unselectable="on" class="unselectable">This cannot be selected with double-click</div> */
.unselectable {
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Add ellipsis to end of text line if it can't fit into the container */
.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


/**
 * ----------------------------------------------------------------------------
 * #ACCE - Accessibility
 * ----------------------------------------------------------------------------
 */

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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


/**
 * ----------------------------------------------------------------------------
 * #OLIV - Olivicons
 *
 * Selected icons generated at IcoMoon.
 * @link http://icomoon.io/
 * ----------------------------------------------------------------------------
 */

.posted-on:before,
.byline:before,
.more-link:after,
.nav-previous a:before,
.nav-next a:after,
.search-social,
.permalink-icon,
.view-tags-icon,
.sticky-icon,
.no-comments:before,
.edit-link:before,
.attachment-image-size:before,
.attachment-parent-post:before,
.widget_calendar #prev a:before,
.widget_calendar #next a:after,
ul.page-numbers .prev:after,
ul.page-numbers .next:after,
.comments-link:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'olivicons';
	font-size: 14px;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	speak: none;
}


/**
 * ----------------------------------------------------------------------------
 * #LAYO - Layout (setting up the content containers)
 * ----------------------------------------------------------------------------
 */

/* Container: Header + Posts + Sidebar + Footer */
.site {
	position: relative;
	max-width: 1203px;
	margin: 0 auto;
	border-left: 1px solid #aaaea2;
	border-right: 1px solid #b2b6aa;
	z-index: 1; /* Needed for .content-area:after */
}

/* Like .site but without the header */
.site-content {
}

	/* Extra sidebar pseudo container to extend color to bottom if need be */
	.site-content:after {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		background: #edede7;
		width: 30%;
	}

/* Container: The entire blog column (outer) */
.content-area {
	clear: both;
	float: left;
	border-right: 1px solid #e4e3e0;
	margin: 0 -25% 0 0;
	padding-top: 64px;
	width: 70%;
	background: #fff;
}

	/* Make sure white space below small posts still show a right borderline */
	.content-area:after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		border-right: 1px solid #e4e3e0;
		height: 100%;
		width: 70%;
		background: #fff;
		z-index: -1;
	}

/* Container: The entire blog column (inner) */
.site-main {
	overflow: hidden;
	width: 100%;
	margin: 0 25% 0 0;
	padding:0 3em;
}

/* Container: Sidebar */
.site-content .widget-area {
	background: #edede7;
	overflow: hidden;
	width: 30%;
	float: right;
	position: relative;
	z-index: 2;
}


/**
 * ----------------------------------------------------------------------------
 * #HEAD - Header (including menu)
 * ----------------------------------------------------------------------------
 */

/* Height of header area */
.side-header,
.site-branding {
	height: 64px;
}

/* Darkest header area (Title + Description + Menu) */
.site-header {
	border-right:1px solid #777e6d;
	width: 70%;
	background: #474937 url(images/headersplit.png) right 0 repeat-y; /* Dark split line before border-right (slightly displaced for effect) */
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

/* Contains custom logo image */
.site-branding {
	float: left;
	width: 40%;
}

	/* Remove the hideous orange outline on the logo */
	.site-branding a {
		outline: 0;
	}

/* Logo as an image */
/* NOTE: Classes 'site-title' and 'site-description' are not present because the custom logo is the only option for this theme. */
.site-customlogo {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: relative;
}

/* Crossfade logo brighter on hover */
.logo-normal,
.logo-hover {
	position: absolute;
	bottom: -50px;
	left: 3em;
	transition: opacity .15s linear;
}

.logo-hover       { opacity: 0; }
.logo-hover:hover { opacity: 1; }

/* Entire menu area */
.main-navigation {
	position: relative;
	float: right;
	width: 60%;
	height: 64px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.5px;
	line-height: 2;
	text-transform: uppercase;
}

	/* Menu list container */
	.main-navigation ul {
		overflow: hidden;
		height: 64px;
		position: absolute;
		top: 0;
		right: 2.3rem;
		padding-top: 31px;
		padding-right: 0.5rem;
		list-style: none;
		text-align: right;
		margin: 0;
	}

	/* Individual menu items */
	.main-navigation li {
		display: inline-block;
		padding-left: 1.5em;
	}

	/* Hyperlink used by menu items */
	.main-navigation a {
		color: #c3c4bc;
		text-decoration: none;
		transition: color .15s linear;
	}

	/* Extra drop-down menu for menu items */
	/* @todo May be enabled in a later version of the theme. */
	.main-navigation ul ul {
		display: none;
	}

	/* When hovering on a single menu item */
	.main-navigation li:hover > a {
		color: #fff;
	}

	/* Currently selected menu item */
	.main-navigation .current_page_item > a,
	.main-navigation .current-menu-item > a,
	.main-navigation .current_page_ancestor > a {
		position: relative;
	}

	/* Show a dark "patch" as an indication of the selected menu item */
	.main-navigation .current_page_item > a:before,
	.main-navigation .current-menu-item > a:before,
	.main-navigation .current_page_ancestor > a:before {
		content: "";
		position: absolute;
		top: -36px;
		bottom: -12px;
		left: -0.5rem;
		right: -0.5rem;
		background: #3c3d2c url(images/menuselection.png) 42px repeat-x;
		z-index: -1;
	}


/**
 * ----------------------------------------------------------------------------
 * #WIDG - Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin: 0 2.4em 1.5em;
	word-wrap: break-word;
	color: #303030;
	font-size: 14px;
	font-size: 0.875rem;
}

	/* Brown text links */
	.widget a {
		color: #707464;
		text-decoration: none;
		transition: color .09s linear;
	}

	/* Hover to almost black text */
	.widget a:hover,
	.widget a:focus,
	.widget a:active {
		color: #202020;
	}

/* Make sure select elements fit in widgets */
.widget select {
	font-size: 14px;
	font-size: 0.875rem;
	margin: 0.375em 0 0.7em;
	width: 100%;
}

/* Heading of a widget (darker banner) */
.widget-title {
	font-family: "Questrial", sans-serif;
	font-weight: 400;
	font-size: 22px;
	font-size: 1.375rem;
	padding: 0 1.5em;
	margin: 0 -2.4em 0.9em -1.6em; /* Indented for title */
	color:#333;
	background: #e0e0d4 url(images/bg_beige.png) 64px 0 no-repeat; /* Subtle fade */
	border-top: 1px solid #d5d5c7;
	border-bottom: 1px solid #d5d5c7;
}

/* No top border on first widget header right after the top search widget */
.widget:nth-child(2) .widget-title {
	border-top: 0;
}

	/* Show a pixelated retro icon for bullets */
	.widget ul {
		list-style-image: url(images/bullet_retro.png);
		padding: 0;
	}

	.widget > ul,
	.widget > div > ul,
	.widget > span > ul {
		margin-top: -0.4em;
	}

	.widget li {
		margin-bottom: 0;
		padding: 0.33333em 0;
	}

/* When post dates are enabled for e.g. the "Recent Posts" widget */
.widget .post-date, .widget_rss .rss-date {
	display: block;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	color: #a0a58b;
}

/* Search widget (top right corner) */
.widget_search {
	background: #777e6d;
	height: 64px;
	padding: 17px 2.4em;
	margin: 0;
	text-align: center;
}

	.search-form {
		position: relative;
		display: inline-block;
		width: 258px;
		height: 32px;
	}

		.widget_search .search-form {
			width: 100%;
		}

		/* Social icons are not used in other search forms than in the search widget */
		.search-social {
			display: none;
		}

		/* Container for all the social icons */
		/* @todo This is here to make sure the icons "pop away" when the browser window is resized smaller. This could be handled better in a later theme version. */
		.widget_search .social-icons {
			overflow: hidden;
			width: 75%;
			height: 33px;
		}

		/* One social icon (Facebook, etc.) */
		.widget_search .search-social {
			display: block;
			float: left;
			font-size: 26px;
			font-size: 1.625rem;
			margin: 6px 12px 0 0;
			color: #d4d9c7;
			transition: color .1s linear;
		}

			.widget_search .search-social:hover,
			.widget_search .search-social:focus,
			.widget_search .search-social:active,
			.search-icon:hover {
				color: #fff;
			}

		.search-field {
			position: absolute;
			right: 30px;
			width: 226px;
			padding: 2px 8px !important;
			border-top-right-radius: 0 !important;
			border-bottom-right-radius: 0 !important;
			border-right: 0 !important;
		}

		.widget_search .search-field {
			top: 6px;
			padding: 0 !important;
			width: 0;
			border: 0;
			height: 27px;
			transition: all .4s ease;
		}

		.widget_search .search-field-expand {
			padding: 3px 8px !important;
			width: 90%; /* Width of expanded search box */
		}

		/* Submit for all search forms except in the search widget */
		.search-submit {
			position: absolute;
			right: 0;
			width: 32px;
			font-family: 'olivicons' !important;
			font-size: 16px !important;
			font-size: 1rem !important;
			line-height: 1 !important;
			padding: 0 !important;
			text-align: center;
		}

		/* Submit and search icon both for search widget only */
		.widget_search .search-submit,
		.search-icon {
			position: absolute;
			top: 6px;
			right: 0;
			height: 27px;
			width: 30px !important;
			background: #777e6d;
		}

		/* Search icon for search widget only - default BIG magnifying glass */
		.search-icon {
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			font-family: 'olivicons';
			font-size: 27px;
			font-size: 1.6875rem;
			line-height: 0.9;
			speak: none;
			cursor: pointer;
			border-top-left-radius: 0;
			border-bottom-left-radius: 0;
			color: #d4d9c7;
			transition: color .1s linear, background-color .5s ease-out, font .25s ease-out, padding .25s ease-out;
		}

		/* Search icon for search widget only - small magnifying glass when search box is expanded */
		.search-icon-expand {
			padding: 5px;
			font-size: 16px;
			font-size: 1rem;
			line-height: 1;
			background: #474937;
		}

/* Calendar widget */
#calendar_wrap {
	margin: -0.3em 0 2.3em;
}

	.widget_calendar caption {
		font-weight: bold;
	}

	.widget_calendar th, .widget_calendar td {
		text-align: center;
	}

	.widget_calendar th {
		border-color: #d9dace;
	}

	.widget_calendar td {
		background: #fff;
		color: #a8ad95;
		border-color: #e3e4dc;
	}

	/* These background colors for link cells depends on an action filter */
	.widget_calendar td.link {
		background: #fdfde4;
		transition: background-color .12s linear;
	}

	.widget_calendar td.link:hover {
		background: #fefeba;
	}

	.widget_calendar #prev, .widget_calendar #next, .widget_calendar tfoot .pad {
		border-left-width: 0;
		border-right-width: 0;
	}

	/* These arrow icons depend on an action filter having removed the default arrows first */
	.widget_calendar #prev a:before {
		font-size: 12px;
		font-size: 0.75rem;
		content: "\ea40";
	}

	.widget_calendar #next a:after {
		font-size: 12px;
		font-size: 0.75rem;
		content: "\ea3c";
	}

/* Tag cloud widget */
.tagcloud {
	margin: -0.15em 0 1.625rem;
}

/* Text widget */
.textwidget {
	margin: 0 0 1.625rem;
}

/* RSS widget */
.widget_rss cite:before {
	content: "- "; /* Add a dash to displayed item author */
}

/* Jetpack: Contact Info (the Google Maps container) */
/* NOTE: Don't use border-radius here - Google Maps will override it! */
.widget .contact-map {
	border: 1px solid #b2b6aa;
}

/* Jetpack: Contact Info */
.widget .contact-map,
.widget .confit-address,
.widget .confit-phone,
.widget .confit-hours {
	margin-bottom: 0.5em;
}


/**
 * ----------------------------------------------------------------------------
 * #META - Meta line (meta header and meta footer)
 * ----------------------------------------------------------------------------
 */

/* Meta header and meta footer in a post with "Posted by" etc. */
.entry-meta,
.entry-footer {
	clear: both;
	color: #9ca090;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: normal;
}

	/* Links in meta header and meta footer */
	.entry-meta a,
	.entry-footer a {
		color: #87963a;
		text-decoration: none;
	}

/* Meta header */
.entry-meta {
	position: relative;
	padding: 0 3.6em 0 3.7em;
	margin: 0 -3.6em;
	border-top: 1px solid #e4e3e0;
	border-bottom: 1px solid #ededeb;
}

	/* A triangle on the bottom border as sort of an arrow pointing down to the post header */
	.entry-meta:after {
		content: "";
		display: block;
		height: 10px;
		width: 32px;
		position: absolute;
		left: 3.6em;
		bottom: -10px;
		background: url(images/metatriangle.png) no-repeat;
	}

	/* No top borderline if there's a featured image for the post (or it's the one in top) */
	.post-thumbnail + .hentry .entry-meta, .hentry:first-child .entry-meta {
		border-top: 0;
	}

/* Container for left- and right-aligned information containers */
.meta-both {
	overflow: hidden;
	width: 100%; /* Full width is ~750 pixels */
	height: 39px;
}

/* Container for all left-aligned information such as e.g. post date, sticky icon and categories */
.meta-left {
	display: table-cell;
	width: 840px;
	max-width: 520px;
	vertical-align: top;
}

/* Container for all right-aligned information such as e.g. edit icon, comments and tag icons */
/* NOTE: The reason for all this container stuff is to make sure this (static width) right part "pushes" the left part smaller as the browser is resized. */
.meta-right {
	display: table-cell;
	padding-top: 10px;
	min-width: 230px; /* Fixed size for information that won't fluctuate much anyway */
	vertical-align: top;
}

/* Float stuff left of category fields as they're also floated */
.posted-on,
.sticky-icon,
.attachment-image-size,
.attachment-parent-post {
	margin-top: 10px;
	float: left;
}

/* Remove bottom border in meta line for these post formats (a faded line will be added instead) */
.format-gallery .entry-meta,
.format-chat .entry-meta,
.format-aside .entry-meta,
.format-status .entry-meta,
.format-link .entry-meta,
.format-image .entry-meta,
.format-quote .entry-meta,
.format-video .entry-meta,
.format-audio .entry-meta {
	position: relative;
	border-bottom: 0;
}

	/* Default faded bottom line for post formats (line image may be overridden further below) */
	.format-gallery .entry-meta:after,
	.format-chat .entry-meta:after,
	.format-aside .entry-meta:after,
	.format-status .entry-meta:after,
	.format-link .entry-meta:after,
	.format-image .entry-meta:after,
	.format-quote .entry-meta:after,
	.format-video .entry-meta:after,
	.format-audio .entry-meta:after {
		position: absolute;
		top: 39px;
		left: 2px;
		width: 100%;
		background: url(images/metaborder_default.png) no-repeat;
	}

	.format-aside .entry-meta:after {
		background: url(images/metaborder_aside.png) no-repeat;
	}

	.format-status .entry-meta:after {
		background: url(images/metaborder_status.png) no-repeat;
	}

	.format-link .entry-meta:after {
		background: url(images/metaborder_link.png) no-repeat;
	}

	.format-chat .entry-meta:after {
		background: url(images/metaborder_chat.png) no-repeat;
	}

	.format-quote .entry-meta:after {
		background: url(images/metaborder_quote.png) no-repeat;
	}

/* Meta footer */
/* NOTE: Could be used later for e.g. social "spread the link" icons. */
.entry-footer {
	margin: 0;
}

/* General icon settings for meta line */
.posted-on:before,
.byline:before,
.comments-link:before,
.edit-link:before,
.attachment-image-size:before,
.attachment-parent-post:before,
.sticky-icon,
.view-tags-icon {
	position: relative;
	top: 1px;
	margin-right: 5px; /* Distance from icon to associated text */
}

.posted-on,
.byline,
.comments-link,
.edit-link,
.attachment-image-size,
.attachment-parent-post,
.sticky-icon,
.comments-link {
	margin-right: 1rem; /* Distance from icon[+text] to next meta element */
}

/* Icon for date */
.posted-on:before {
	content: "\f133";
}

/* Indicates that a post is private */
/* NOTE: Could have been done in functions.php but this solution was way easier. */
.status-private .posted-on:after {
	margin-left: 1rem;
	content: "PRIVATE";
	color: #d00;
	font-weight: bold;
}

/* Icon for author (which is normally not shown) */
.byline:before {
	content: "\f007";
}

/* Additional publish date (not used) */
.updated:not(.published) {
	display: none;
}

/* The author meta bit - only shown when viewing a single post */
/* NOTE: Author is currently not shown in this theme. */
.single .byline,
.group-blog .byline {
	display: inline;
}

/* Small box for individual categories */
.meta-category {
	display: table-cell;
	float: left;
	height: 23px;
	background: #fdfffa;
	border: 1px solid #dbdbcd;
	margin: 8px 7px 20px 0;
	padding: 1px 9px 0;
	transition: border .10s linear;
	text-decoration: none;
	border-radius: 3px;
}

/* Make the category border edge orange on hover */
.meta-category:hover,
.meta-category:focus,
.meta-category:active {
	border: 1px solid #e95927;
}

/* GameDeed status */
.gamedeed-category {
	display: table-cell;
	float: left;
	width: 130px;
	height: 16px;
	margin: 11.5px 7px 20px 0;
}

.gamedeed-category:hover,
.gamedeed-category:focus,
.gamedeed-category:active {
	background-position: 0 -16px;
}

.gamedeed-abandoned { background: url(images/gamedeed_status_abandoned.png) 0 0 no-repeat; }
.gamedeed-completed { background: url(images/gamedeed_status_completed.png) 0 0 no-repeat; }

.status-completed,
.status-abandoned {
	position: relative;
	top: 1px;
	left: 10px;
	display: inline-block;
	width: 130px;
	height: 16px;
	background: url(images/gamedeed_status_completed.png) 0 0 no-repeat;
}
.status-abandoned {
	background: url(images/gamedeed_status_abandoned.png) 0 0 no-repeat;
}

/* NOTE: Remember that the .edit-link for the comments meta line also use this. */
.comments-link,
.edit-link {
	float: right;
}

/* Edit link is rightmost for image attachments and pages (tags can't be applied to these) */
.attachment .edit-link,
.page .edit-link {
	margin: 0;
}

	/* Icon for comments */
	.comments-link:before {
		content: "\f0e5";
		margin-right: 2px; /* Closer to text */
	}

	/* Icon for editing a post */
	.edit-link:before {
		content: "\f040";
		margin-right: 3px; /* Closer to text */
	}

/* Icons for showing a drop-down with tags when clicked */
.view-tags-icon {
	float: right;
	margin: 0;
	cursor: pointer;
}

	/* Spacing between tags and drop-down icons */
	.view-tags-icon span {
		margin-right: 2px;
	}

/* Tags context drop-down menu */
#tags-menu {
	position: absolute;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.3;
	background: #fff;
	border: 1px solid #ccc;
	padding-bottom: 7px;
	border-radius: 1px;
	z-index: 4;
	box-shadow: 1px 1px 2px #aaa;
	opacity: 0;
}

/* Tag lines (links) in the context menu */
#tags-menu a {
	display: block;
	padding: 5px 10px 0;
	white-space: nowrap;
	color: #87963a;
	text-decoration: none;
}

/* List of tags added by functions.php */
.view-tags-list {
	display: none;
}

/* Weaken icons if there are no tags for the post */
.no-tags {
	color: #dcddd7;
	cursor: default;
}

/* Icon for attachment image size */
.attachment-image-size:before {
	content: "\f00e";
}

/* Icon for attachment parent post link */
.attachment-parent-post:before {
	content: "\f07c";
}


/**
 * ----------------------------------------------------------------------------
 * #POST - Posts and pages (blog column and singular)
 * ----------------------------------------------------------------------------
 */

/* Individual posts (Heading + Meta + Text) */
/* Note: The big post bottom margin here maintains its size even when a "Read More" button is added to it. */
.blog .hentry,
.archive .hentry {
	position: relative;
	margin-bottom: 100px; /* 74px BOTMARGIN */
}

/* All entries in search results and single pages have a tight bottom margin as a "Read More" button is never used */
.page .hentry,
.search-results .hentry {
	margin-bottom: 1.6em;
}

/* Show a top border on top of asides, statuses, links and pages in e.g. search results */
/*.hentry + .format-quote,
.page-header + .format-quote,*/
.hentry + .format-aside,
.page-header + .format-aside,
.hentry + .format-link:before,
.page-header + .format-link:before,
.hentry + .format-status:before,
.page-header + .format-status:before,
.hentry + .page:before,
.page-header + .page:before,
.hentry + .jetpack-portfolio:before,
.page-header + .jetpack-portfolio:before,
.hentry + .jetpack-testimonial:before,
.page-header + .jetpack-testimonial:before {
	content: "";
	display: block;
	border-top: 1px solid #e4e3e0;
	margin: 0 -3em;
}

.hentry + .format-aside,
.page-header + .format-aside {
	border-top: 1px solid #dae2d6;
}

/*.hentry + .format-quote,
.page-header + .format-quote {
	border-top: 1px solid #f4e4d8;
}*/

/* No top borderline on pages if logged in since the meta header is then shown for those */
.logged-in .page:before {
	border-top: 0;
}

/* Single posts does not need the big post bottom margin in .hentry */
/* NOTE: A top margin pushes up from the post[s]-navigation class. */
.post-single {
	margin-bottom: 0;
}

/* Don't show headers for aside and quote posts (except in single post mode) */
/*.blog .format-quote .entry-title,
.search-results .format-quote .entry-title,
.archive .format-quote .entry-title,*/
.blog .format-aside .entry-title,
.search-results .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/* Aside posts have green background and a document with folded corner watermark graphic */
/* When in blog mode it has a smaller bottom margin because a "Read More" button is never used */
.blog .format-aside,
.search-results .format-aside,
.archive .format-aside {
	margin: 0 -3em;
	padding: 1.6em 3em 1.5em; /* 1.6em 3em 1.5em, 1.8em BOTMARGIN */
	background: #f3f3f3 url(images/format_aside_bg.png) -30px -30px no-repeat; /* Aside posts were once green #f3f6f2 but swapped with link posts */
}

.blog .format-aside:after,
.search-results .format-aside:after,
.archive .format-aside:after {
	content: "";
	display: block;
	margin: 1.7em -3em -1.7em;
	height: 80px;
	background: #f3f3f3 url(images/bottom_aside.png) no-repeat; /* The tilted bottom image */
}

/* Aside post in singular mode */
.single-format-aside .hentry {
	margin-left: -3em;
	margin-right: -3em;
	padding: 0 3em;
	background: url(images/format_aside_bg.png) -30px -30px no-repeat;
}

/* Green background for aside post in singular mode */
.single-format-aside .content-area {
	background: #f3f3f3; /* Aside posts were once green #f3f6f2 but swapped with link posts */
}

/* When in blog mode a status post has a smaller bottom margin because a "Read More" button is never used */
.blog .format-status,
.search-results .format-status,
.archive .format-status {
	margin: 0 -3em;
	padding: 0 3em 100px; /* 0 3em 1.5em BOTMARGIN */
	background: #f4f4f8 url(images/format_status_bg.png) -34px -38px no-repeat;
}

/* Status post in singular mode */
.single-format-status .hentry {
	margin-left: -3em;
	margin-right: -3em;
	padding: 0 3em;
	background: url(images/format_status_bg.png) -34px -38px no-repeat;
}

/* Blue background for status post in singular mode */
.single-format-status .content-area {
	background: #f4f4f8;
}

/* Link posts have gray background and a link chain watermark graphic */
/* When in blog mode it has a smaller bottom margin because a "Read More" button is never used */
.blog .format-link,
.search-results .format-link,
.archive .format-link {
	margin: 0 -3em;
	padding: 0 3em 1.5em;
	background: #f3f6f2 url(images/format_link_bg.png) -30px -13px no-repeat; /* Link posts were once gray #f5f5f5 but swapped with aside posts */
}

/* Link post in singular mode */
.single-format-link .hentry {
	margin-left: -3em;
	margin-right: -3em;
	padding: 0 3em;
	background: url(images/format_link_bg.png) -30px -13px no-repeat;
}

/* Gray background for link post in singular mode */
.single-format-link .content-area {
	background: #f3f6f2; /* Link posts were once gray #f5f5f5 but swapped with aside posts */
}

/* Chat posts have yellow background and two overlapping talk bubbles watermark graphics */
/* When in blog mode it has a different bottom margin/padding to ensure that the background color goes all the way down */
.blog .format-chat,
.search-results .format-chat,
.archive .format-chat {
	margin: 0 -3em;
	padding: 0 3em 100px; /* 0 3em 74px BOTMARGIN */
	background: #fef5ee url(images/format_chat_bg.png) -38px -22px no-repeat; /* Chat posts were once yellow #f9f9eb but swapped with quote posts */
}

.search-results .format-chat {
	padding-bottom: 1.6em;
}

/* Chat post in singular mode */
.single-format-chat .hentry {
	margin-left: -3em;
	margin-right: -3em;
	padding: 0 3em;
	background: url(images/format_chat_bg.png) -38px -22px no-repeat;
}

/* Yellow background for chat post in singular mode */
.single-format-chat .content-area {
	background: #fef5ee; /* Chat posts were once yellow #f9f9eb but swapped with quote posts */
}

/* Quote posts have orange background and a document with a double quote watermark graphic */
/* When in blog mode it has a different bottom margin/padding to ensure that the background color goes all the way down */
.blog .format-quote,
.search-results .format-quote,
.archive .format-quote {
	/*margin: 0 -3em;*/
	/*padding: 0 3em 1.5em;*/ /*padding: 1.6em 3em 1.5em;*/
	margin: 0 -3em;
	padding: 0 3em 100px; /* 0 3em 74px BOTMARGIN */
	background: #f9f9eb url(images/format_quote_bg.png) -34px -34px no-repeat; /* Quote posts were once red #fef5ee but swapped with chat posts */
}

.search-results .format-quote {
	padding-bottom: 1.6em;
}

/* Quote post in singular mode */
.single-format-quote .hentry {
	margin-left: -3em;
	margin-right: -3em;
	padding: 0 3em;
	background: url(images/format_quote_bg.png) -34px -34px no-repeat;
}

/* Orange background for quote post in singular mode */
.single-format-quote .content-area {
	background: #f9f9eb; /* Quote posts were once red #fef5ee but swapped with chat posts */
}

/* Post formats with standard white background */
.format-gallery,
.format-image,
.format-video,
.format-audio {
	margin-left: -3em;
	margin-right: -3em;
	padding: 0 3em;
}

/* Gallery posts have a stack of photos watermark graphic */
.format-gallery {
	background: url(images/format_gallery_bg.png) -30px -13px no-repeat;
}

/* Image posts have one photo as a watermark graphic */
.format-image {
	background: url(images/format_image_bg.png) -26px -17px no-repeat;
}

/* Video posts have film strip as a watermark graphic */
.format-video {
	background: url(images/format_video_bg.png) -27px -32px no-repeat;
}

/* Audio posts have a note as a watermark graphic */
.format-audio {
	background: url(images/format_audio_bg.png) -21px -28px no-repeat;
}

/* Link icon added to the end of the last paragraph in a header-less blog post (e.g. asides) */
.permalink-icon {
	position: relative;
	top: -1px;
	margin-left: 8px;
	text-decoration: none;
	font-size: 10px;
	font-size: 0.625rem;
}

/* For image attachment pages */
.attachment {
	margin-bottom: 2em;
}

/* Class for all post thumbnail types (i.e. features images) */
.wp-post-image {
	display: block;
}

/* Also known as a featured image */
.post-thumbnail {
	overflow: hidden;
	position: relative;
	margin: 0 -3em 0;
}

	/* This fades out the bottom of the thumbnail */
	/*.post-thumbnail:after { 
		content: "";
		position: absolute;
		bottom: 0;
		left: -100px;
		width: 140%;
		height: 140%;
		box-shadow: 0 0 4px 4px rgba(255, 255, 255, 1.0) inset;
	}*/

/* Partly transparent horizontal line in top of the featured image */
.post-thumbnail-topline {
	position: absolute;
	top: 0;
	width: 100%;
	height: 1px;
	background: #000;
	opacity: 0.1;
}

	/* Except on the blog post in top */
	.post-thumbnail:first-child > .post-thumbnail-topline {
		display: none;
	}

/* Show small "INFO" box on a featured image when the mouse is hovering on it */
.post-thumbnail:hover .post-thumbnail-link {
	opacity: 1;
}

/* Small "INFO" box in top right corner of the featured image with a link to its attachment page */
.post-thumbnail-link {
	display: block;
	position: absolute;
	top: 23px;
	right: 0;
	height: 34px;
	text-decoration: none;
	text-align: center;
	transition: all .12s linear;
	border-radius: 1px;
	background: #000;
	background: rgba(0, 0, 0, 0.4);
	text-align: left;
	opacity: 0;
}

	.post-thumbnail-link:hover {
		background: #000;
		background: rgba(0, 0, 0, 0.6);
	}

.post-thumbnail-link:after {
	content: "info";
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.5px;
	line-height: 0.8;
	text-transform: uppercase;
	padding-left: 0.8em;
	padding-right: 1.9em;
	transition: all .12s linear;
	color: #d4d9c7;
	vertical-align: bottom;
}

	.post-thumbnail-link:hover:after {
		color: #fff;
		padding-right: 1.6em;
	}

/* The actual content of a post (text, images, etc.) */
.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

/* No margin on the last child of content so that we can rely on the spacing coming up from below it */
.page-content > *:last-child,
.page-content > *:last-child > *:last-child,
.page-content > *:last-child > *:last-child > *:last-child,
.entry-content > *:last-child,
.entry-content > *:last-child > *:last-child,
.entry-content > *:last-child > *:last-child > *:last-child,
.entry-summary > *:last-child,
.entry-summary > *:last-child > *:last-child,
.entry-summary > *:last-child > *:last-child > *:last-child {
	margin-bottom: 0;
}

/* Page count links in one post or page */
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

	/* The "PAGES:" intro */
	.page-links b {
		position: relative;
		display: inline-block;
		padding: 0 8px;
		height: 26px;
		margin-right: 2px;
		line-height: 2.08;
		background: #fff;
		color: #333;
	}

		/* Overlays the border on top of the <B> to avoid alignment problems */
		.page-links b:after {
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			height: 26px;
			width: 100%;
			border-radius: 1px;
			border: 2px solid #474937;
		}

	/* All <SPAN> to begin with */
	.page-links span {
		position: relative;
		background: #fff;
		color: #333;
		display: inline-block;
		height: 26px;
		width: 28px;
		padding: 0;
		margin-right: 6px;
		line-height: 2.08;
		text-align: center;
		text-decoration: none;
		/* The rest is styled like buttons */
	}

		/* Overlays the border on top of the <SPAN> to avoid alignment problems */
		.page-links span:after {
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			height: 26px;
			width: 28px;
			border-radius: 1px;
			border: 2px solid #474937;
		}

	/* Now change links with <SPAN> */
	.page-links a > span {
		position: static;
		color: #fff;
		background: #474937;
	}

		/* And no overlay for links with <SPAN> */
		.page-links a > span:after {
			position: static;
			border: 0;
		}

/* Push contents down if there's no heading */
/* NOTE: This makes use of a unique class added in various content PHP files. */
.no-title + .page-content,
.no-title + .entry-content,
.no-title + .entry-summary {
	padding-top: 1.5rem;
}

/* Unless it's a post format that doesn't use headers in multi-mode anyway */
/*.blog .format-quote .no-title + div,
.search-results .format-quote .no-title + div,
.archive .format-quote .no-title + div,*/
.blog .format-aside .no-title + div,
.search-results .format-aside .no-title + div,
.archive .format-aside .no-title + div {
	padding-top: 0
}

/* Post heading (uses H2) */
.entry-title {
	font-family: "Questrial", sans-serif;
	font-weight: 400;
	line-height: 1.1333;
	margin: 0 0 0.5em;
	padding-top: 0.7em; /* Don't move this into margin or you may see gaps after featured images */
}

	/* When the post heading is a link (blog column only) */
	.entry-title a {
		text-decoration: none;
		color: #404040;
		transition: color .08s linear;
	}

.entry-content h1,
.entry-summary h1,
.page-content h1,
.comment-content h1,
.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2,
.entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3,
.entry-content h4,
.entry-summary h4,
.page-content h4,
.comment-content h4,
.entry-content h5,
.entry-summary h5,
.page-content h5,
.comment-content h5,
.entry-content h6,
.entry-summary h6,
.page-content h6,
.comment-content h6 {
	font-family: "Questrial", sans-serif;
	font-weight: 400;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.1333;
	margin-top: 1.3em;
	margin-bottom: 0.4em;
}

.entry-content h1,
.entry-summary h1,
.page-content h1,
.comment-content h1 {
	font-size: 35px;
	font-size: 2.1875rem;
}

.entry-title,
.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
	font-size: 30px;
	font-size: 1.875rem;
}

.entry-content > p:first-child,
.entry-summary > p:first-child,
.page-content > p:first-child,
.comment-content > p:first-child,
.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child,
.entry-summary > h1:first-child,
.entry-summary > h2:first-child,
.entry-summary > h3:first-child,
.entry-summary > h4:first-child,
.entry-summary > h5:first-child,
.entry-summary > h6:first-child,
.page-content > h1:first-child,
.page-content > h2:first-child,
.page-content > h3:first-child,
.page-content > h4:first-child,
.page-content > h5:first-child,
.page-content > h6:first-child,
.comment-content > h1:first-child,
.comment-content > h2:first-child,
.comment-content > h3:first-child,
.comment-content > h4:first-child,
.comment-content > h5:first-child,
.comment-content > h6:first-child {
	margin-top: 0;
}

/* MP3 player */
.mejs-audio {
	margin-bottom: 1.2em;
}

/* The [Spoiler] shortcode */
.spoiler {
	margin-bottom: -3px;
}

.spoiler + .spoiler {
	margin-top: 1.2em;
}

	/* Color of bold "Spoiler:" text */
	.spoiler > b {
		color: #a00;
	}

	/* Color of bold "Question:" text */
	.question > b {
		color: #404040;
	}

	/* The small "SHOW" or "HIDE" button */
	.spoiler button {
		position: relative;
		top: -1px;
		font-size: 10px;
		font-size: 0.625rem;
		letter-spacing: 0.5px;
		line-height: 1.5;
		height: 21px;
		padding: 0 0.5em;
		margin-left: 5px;
		margin-bottom: 3px;
	}

	/* Spoiler box for use in e.g. comments */
	.spoiler > div {
		display: none;
		border: 1px solid #ddd;
		padding: 0 1.2em;
		margin-bottom: 3px;
		background: #f4f4f4;
		border-radius: 1px;
	}

	/* Now re-style the spoiler box for posts so that is stretches to the edges */
	.hentry .spoiler > div {
		border-left: 0;
		border-right: 0;
		margin-left: -3rem;
		margin-right: -3rem;
		padding-left: 3rem;
		padding-right: 3rem;
		border-radius: 0;
	}

.kickstarter {
	position: absolute;
	top: -116px;	/*        34px   30px */
	right: 22px;	/* right: 10px    6px */
	width: 96px;	/*        96px  104px */
	height: 96px;	/*        96px  104px */
}

.balanced-review {
	position: absolute;
	top: 60px;
	right: 22px;
	width: 165px;
}

.balanced-rating {
	float: right;
	position: relative;
	top: -24px;
	right: 38px;
	font-size: 18px;
	font-weight: bold;
}

.wp-playlist-olivi-index {
	display: inline-block;
	text-align: right;
	width: 20px;
}

.wp-playlist-olivi-tool {
	position: absolute;
	top: 0;
	left: 430px;
}

.wp-playlist-olivi-date {
	position: absolute;
	top: 0;
	right: 52px;
}


/**
 * ----------------------------------------------------------------------------
 * #IMAG - Images (captions, galleries, etc.)
 * ----------------------------------------------------------------------------
 */

/* The <figure> around a <img> and <figcaption> whenever an image has a caption */
.wp-caption {
	margin-bottom: 1.1em;
	max-width: 100%;
}

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

/* Adjustment to images without captions to match paragraphs above and below it */
.hentry img[class*="wp-image-"],
.comment img {
	display: block;
	margin-bottom: -2px;
}

/* The <figcaption> inside the <figure> (caption text) */
.wp-caption-text {
	position: relative;
	font-size: 12px;
	font-size: 0.75rem;
	color: #707070;
	text-align: center;
	line-height: 1.3;
}

/* For captions below normal images */
.wp-caption .wp-caption-text {
	margin: 7px 0;
}

/* Jetpack: Image widget */
.jetpack-image-container .wp-caption,
.jetpack-image-container .wp-caption-text {
	margin: 0;
}

.jetpack-image-container .alignleft,
.jetpack-image-container .alignright {
	margin-top: 0 !important;
}

.jetpack-image-container .aligncenter {
	margin-bottom: 0.5em;
}

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-caption {
	display: block;
}

.gallery-columns-2 .gallery-item { max-width: 50%; }
.gallery-columns-3 .gallery-item { max-width: 33.33%; }
.gallery-columns-4 .gallery-item { max-width: 25%; }
.gallery-columns-5 .gallery-item { max-width: 20%; }
.gallery-columns-6 .gallery-item { max-width: 16.66%; }
.gallery-columns-7 .gallery-item { max-width: 14.28%; }
.gallery-columns-8 .gallery-item { max-width: 12.5%; }
.gallery-columns-9 .gallery-item { max-width: 11.11%; }


/**
 * ----------------------------------------------------------------------------
 * #COMM - Comments - see "comments.php"
 * ----------------------------------------------------------------------------
 */

/* Comments title, all comments, form - the works */
.comments-area {
	margin: 0 -2.875rem 0 -3rem;
	background: #fdfdfb;
}

/* Comments title bar (normally "3 thoughts on...") */
.comments-title {
	padding: 0.3em 3rem;
	margin-bottom: 0;
	border-top: 1px solid #e4e5dc;
	border-bottom: 1px solid #e4e5dc;
	background: #f0f0eb;
	color: #333;
}

/* Outer parent OL container for comments */
.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment,
.pingback,
.trackback {
	border-bottom: 1px solid #d9dace;
	margin: 0;
	padding-top: 0.4em;
}

/* Smaller width for pingbacks/trackbacks when logged in because of the right-side edit link */
.logged-in .pingback .url,
.logged-in .trackback  .url {
	display: inline-block;
	width: 65%;
	vertical-align: top;
}

/* Center to middle when pingback/trackback is just one line (which is most common) */
.pingback .edit-link,
.trackback .edit-link {
	position: relative;
	top: 3px;
}

.comment:last-child,
.pingback:last-child,
.trackback:last-child {
	border-bottom: 0;
}

/* One entire comment */
.comment .comment-body {
	padding: 1.2em 3em 0.8em;
}

.pingback .comment-body,
.trackback .comment-body {
	padding: 0.8em 3em 1.2em;
}

/* Entire comment meta line */
.comment-meta {
	margin-bottom: 1.2em;
}

	/* All links in comment meta information */
	.comment-meta a {
		text-decoration: none;
	}

.comment-author {
	font-size: 18px;
	font-size: 1.125rem;
	color: #555;
}

	/* Avatar image */
	/* NOTE: Avatar size is set in wp_list_comments() in comments.php. */
	.comment-author img {
		float: left;
		margin-right: 0.9em;
		border-radius: 2px;
	}

/* Get rid of "says:" after user name */
/* NOTE: This should really be done by PHP but the code for that is surprisingly awkward. This saves space. */
.says {
	display: none;
}

/* Comment meta line */
.comment-metadata,
.pingback .edit-link,
.trackback .edit-link {
	font-size: 12px;
	font-size: 0.75rem;
}

	/* Date and edit */
	.comment-metadata time {
		color: #9ca090;
		transition: color .08s linear;
		margin-right: 1em;
	}

	/* NOTE: Build upon the original styling of .edit-link for the standard post meta line. */
	.comment-metadata .edit-link,
	.pingback .edit-link,
	.trackback .edit-link {
		margin: 0;
	}

	.comment-metadata .edit-link:before,
	.pingback .edit-link:before,
	.trackback .edit-link:before {
		color: #9ca090;
	}

/* "Your comment is awaiting moderation." */
.comment-awaiting-moderation {
	float: right;
	font-size: 12px;
	font-size: 0.75rem;
	margin: -18px 0 0 0;
	color: #c04040;
}

/* Comment body text */
.comment-content {
	margin-left: 60px;
	padding-left: 1em;
}

	/* A link in comment body text */
	.comment-content a {
		word-wrap: break-word;
	}

/* The "Reply" button */
/* NOTE: This is not shown in the flat comment mode that is default for this theme. */
.comment-body .reply {
	margin-left: 60px;
	padding-left: 1em;
}

/* Emphasized comment because it's by the blog owner */
/* NOTE: Relies on an action filter adding the class in functions.php. */
.comment-list .owner {
	background: #f4f8f0;
}

/* Emphasized comment because it's by the post author */
/* NOTE: Relies on an action filter adding the class in functions.php. */
.comment-list .author,
.comment-list .bypostauthor {
	/* Not currently used but can be activated just by adding styling. */
}

/* Container for entire comment form */
.comment-respond {
	padding: 0 3rem 0.5em;
	background: #f9f9f4;
	border-bottom: 1px solid #ebebd9;
}

/* The "Leave a Comment" line */
.comment-reply-title {
	padding: 0.3em 3rem;
	margin: 0 -3rem 1.5em;
	border-top: 1px solid #e4e5dc;
	border-bottom: 1px solid #e4e5dc;
	background: #f0f0eb;
	color: #333;
}

/* Margin below Jetpack's alternative comment form */
form.comment-form {
	margin-bottom: 12px;
}

/* Containers for "Name", "E-mail" and "Web Site" */
.comment-form-author,
.comment-form-email,
.comment-form-url {
	float: left;
	margin: 0 0 0.85em 0;
	width: 33.3333%;
}

.comment-form-url {
	text-align: right;
}

	.comment-form-author input,
	.comment-form-email input,
	.comment-form-url input {
		width: 97%;
		padding: 3px 9px;
	}

	.comment-form-email input {
		display: block;
		margin: 0 auto;
	}

/* Container for comment text box */
.comment-form-comment {
	margin-bottom: 0.875em;
}

	.comment-form-comment textarea {
		resize: vertical;
		min-height: 56px;
		padding: 3px 9px;
	}

.form-submit {
	margin-top: 0;
}

/* Jetpack: Bring paragraphs surrounding 'Notify' checkboxes closer together */
.comment-subscription-form {
	margin-bottom: 0.7em;
}

.comment-subscription-form + .comment-subscription-form {
	margin-bottom: 1em;
	margin-top: 0.7em;
}

/* The "Comments are closed" line */
.no-comments {
	padding: 0 3rem;
	color: #9ca090;
}

	/* Adds a small padlock icon */
	.no-comments:before {
		position: relative;
		top: 1px;
		margin-right: 6px;
		content: "\f023";
		color: #898e7a;
	}


/**
 * ----------------------------------------------------------------------------
 * #NAVI - Navigation buttons
 *
 * The dark buttons for "Read More", "Previous Post", "Next Comment", etc.
 * ----------------------------------------------------------------------------
 */

/* Make button slighly brighter on hover */
.more-link:hover,
.more-link:focus,
.more-link:active,
.nav-previous a:hover,
.nav-previous a:focus,
.nav-previous a:active,
.nav-next a:hover,
.nav-next a:focus,
.nav-next a:active {
	color: #fff;
	background: #62644c;
}

/* Nudge button right on hover */
.more-link:hover,
.more-link:focus,
.more-link:active,
.nav-next a:hover,
.nav-next a:focus,
.nav-next a:active {
	padding-right: 1.8em;
}

/* Nudge button left on hover */
.nav-previous a:hover,
.nav-previous a:focus,
.nav-previous a:active {
	padding-left: 1.8em;
}

/* General navigation button setup */
.more-link,
.nav-previous a,
.nav-next a {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.5px;
	line-height: 1;
	text-transform: uppercase;
	color: #fff !important;
	background: #474937;
	border-radius: 1px;
	text-decoration: none;
	transition: all .12s linear;
}

	/* Prepare button for arrow icon */
	.more-link:after,
	.nav-previous a:before,
	.nav-next a:after {
		position: relative;
		top: 1px;
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 0.5;
	}

/* The "Read More" link button */
/* Note: The button respects the maintained big post bottom margin by just being positioned on it. */
.more-link {
	position: absolute;
	bottom: -51px; /* Spacing from bottom to bottom edge of button must be 23px to match dark buttons in single posts */
	right: 0;
	margin-right: -3.6em;
	padding: 0.75em 2.1em 0.7em 1em; /* Padding-right is less than 3.6em to allow arrow to pass through */
}

	/* Add an arrow right icon */
	.more-link:after {
		padding-left: 2px;
		content: "\ea3c";
	}

/* Never show the end cross box in single posts and pages */
.end-cross {
	display: none;
}

/* If there's no "Read More" link then show an end cross box in its place (sort of a "The End" marker) */
.blog .end-cross,
.archive .end-cross {
	display: block;
	position: absolute;
	bottom: -61px;
	right: -32px;
	height: 12px;
	width: 12px;
	background: url(images/endcross.png) no-repeat;
}

/* Some of the short style post formats shouldn't need an end cross box */
/*.format-quote .end-cross,*/
.format-aside .end-cross,
.format-status .end-cross,
.format-link .end-cross {
	display: none;
}

/* The margin and padding of quote and chat posts are different because of a background color */
.format-quote .more-link,
.format-chat .more-link {
	right: 3em;
	bottom: 1.7em;
}

/* Make sure the next content element after the "Read More" (and end cross block) has no top margin */
/* NOTE: The "Read More" block is moved to the top of content in functions.php. */
.more-link + *,
.end-cross + * {
	margin-top: 0 !important;
}

/* Post formats with white background just need to move the button back in after a margin/padding tweak */
.format-gallery .more-link,
.format-image .more-link,
.format-video .more-link,
.format-audio .more-link {
	right: 3em;
}

/* Same with end-cross although a smaller distance */
.format-gallery .end-cross,
.format-image .end-cross,
.format-video .end-cross,
.format-audio .end-cross,
.format-quote .end-cross,
.format-chat .end-cross {
	right: 13px;
}

.format-quote .end-cross,
.format-chat .end-cross {
	bottom: 13px;
}

/* The "Previous Post" / "Next Post" navigator line */
/* NOTE: The top margin set here is the true spacing up to the bottom of content.
   Content always set the bottom margin of its last child to 0. */
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 2em -3rem 23px;
	overflow: hidden;
}

/* The "Previous Comment" / "Next Comment" navigator line */
.site-main .comment-navigation {
	height: 35px;
	margin-bottom: 23px;
}

/* The "Previous [Post/Comment]" navigator link */
.nav-previous a {
	float: left;
	padding: 0.75em 1em 0.7em 2em;
}

	/* Add an arrow left icon */
	.nav-previous a:before {
		padding-right: 6px;
		content: "\ea40";
	}

/* The "Next [Post/Comment]" navigator link */
.nav-next a {
	float: right;
	padding: 0.75em 2em 0.7em 1em;
}

	/* Add an arrow right icon */
	.nav-next a:after {
		padding-left: 6px;
		content: "\ea3c";
	}


/**
 * ----------------------------------------------------------------------------
 * #PAGI - Pagination (blog column)
 * ----------------------------------------------------------------------------
 */

/* Encapsulating UL */
ul.page-numbers {
	list-style: none;
	margin: 0 -3em;
	padding: 12px 3em 38px;
	border-top: 1px solid #e4e5dc;
	border-bottom: 1px solid #e4e5dc;
	background: #f2f3ee;
}

/* Square button */
ul.page-numbers li {
	display: block;
	float: left;
	margin-right: 3px;
}

/* The link, and the <SPAN> called .current */
ul.page-numbers a,
ul.page-numbers .current,
ul.page-numbers .current:after,
ul.page-numbers .dots,
ul.page-numbers .dots:after {
	display: block;
	height: 26px;
	width: 28px;
	padding: 0;
	line-height: 2.08;
	text-align: center;
	text-decoration: none;
	/* The rest is styled like buttons */
}

/* The <SPAN> called .current and .dots */
ul.page-numbers .current, 
ul.page-numbers .dots {
	position: relative;
	background: #fff;
	color: #333;
}

/* An ellipsis (three dots) seen when there are many pages */
ul.page-numbers .dots {
	font-weight: bold;
}

	/* Overlays the border on top of the <SPAN> to avoid alignment problems */
	ul.page-numbers .current:after,
	ul.page-numbers .dots:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		border-radius: 1px;
		border: 2px solid #474937;
	}

/* Previous and next icon arrows */
ul.page-numbers .prev:after,
ul.page-numbers .next:after {
	font-size: 11px;
	font-size: 0.6875rem;
}

ul.page-numbers .prev:after {
	content: "\ea40";
}

ul.page-numbers .next:after {
	content: "\ea3c";
}


/**
 * ----------------------------------------------------------------------------
 * #FOOT - Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	clear: both;
	width: 100%;
	background: #fcc;
	position: relative;
	z-index: 2;
}

	.site-info {
		background: #474937;
		padding: 10px 4em;
		font-size: 12px;
		font-size: 0.75rem;
		color: #969d6f;
	}

		.site-info a {
			color: #d2d6c2;
			text-decoration: none;
		}

		.site-info a:hover,
		.site-info a:focus,
		.site-info a:active {
			color: #fff;
		}

	.site-meta {
		float: right;
	}

/**
 * ----------------------------------------------------------------------------
 * #MEDI - Media Queries
 *
 * This is a bit simple in this version. It merely turns stuff off as it gets
 * smaller. Future expansion ideas could be e.g. a hamburger menu icon.
 * ----------------------------------------------------------------------------
 */

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/* Remove the vertical edge borderlines as soon as the site edges are "touched" */
@media screen and (max-width: 1220px) {
	.site {
		border-left: 0;
		border-right: 0;
	}

	.wp-playlist-olivi-tool {
		display: none;
	}
}

/* Remove the sidebar, the middle borderline (now right), and maximize the blog column */
@media screen and (max-width: 1024px) {
	.content-area,
	.content-area:after,
	.site-header {
		width: 100%;
		border-right: 0;
	}

	.meta-left {
		width: 1024px;
		max-width: 704px;
	}

	.site-content:after,
	.site-content .widget-area {
		display: none;
	}
}

/* Remove right meta info (comments and tags), right footer links, and the dark comment navigation buttons */
@media screen and (max-width: 768px) {
	.meta-right,
	.site-meta,
	.comment-navigation {
		display: none;
	}
}

/* Remove the main menu, the dark post navigation buttons, edit link in comments, and center the custom logo */
@media screen and (max-width: 524px) {
	.site-branding {
		width: 100%;
	}

	.logo-normal,
	.logo-hover {
		left: 50%;
		transform: translate(-50%, 0); /* This doesn't work in IE8 */
	}

	.nav-links,
	.main-navigation,
	.edit-link,
	.wp-playlist-olivi-date {
		display: none;
	}
}