/*
Theme Name: Some
Theme URI: https://foxland.fi/downloads/some/
Author: Sami Keijonen
Author URI: https://foxland.fi/
Description: Some is simple blogging theme with SVG social menu.
Version: 1.1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: some
Tags: one-column, grid-layout, footer-widgets, accessibility-ready, custom-background, custom-header, custom-menu, editor-style, featured-images, translation-ready, blog, portfolio

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Some is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1 Normalize
2 Typography
3 Elements
4 Forms
5 Navigation
	5.1 Links
	5.2 Menus
6 Accessibility
7 Alignments
8 Clearings
9 Widgets
10 Layout
11 Content
	11.1 Posts and pages
	11.2 Asides
	11.3 Comments
12 Media
	12.1 SVG
	12.2 Captions
	12.3 Galleries
--------------------------------------------------------------*/

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

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-color: 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: #fff;
}

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: 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"] {
	box-sizing: border-box;
	padding: 0;
}

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

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;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}


/*--------------------------------------------------------------
2 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #e6e2e2;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 1.65;
	word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title {
	color: #fff;
	font-family: "Oxygen", serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 0.666667em;
	clear: both;
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-top: 1em;
}

.site-title {
	letter-spacing: 2px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.site-title:after {
	border-bottom: 2px solid #fff;
	content: '';
	display: block;
	margin: 20px 0;
	width: 50px;
}
.site-description {
	font-size: 0.875em;
	font-style: italic;
	line-height: 1;
	margin-bottom: 0;
}

h1,
.site-title {
	font-size: 30px;
	font-size: 1.875rem;
}
h2 {
	font-size: 24px;
	font-size: 1.5rem;
}
h3,
.comments-title,
.comment-reply-title,
.widget-title,
.widgettitle {
	font-size: 19px;
	font-size: 1.1875rem;
}
h4 {
	font-size: 16px;
	font-size: 1rem;
}
h5 {
	font-size: 14px;
	font-size: 0.875rem;
}
h6 {
	font-size: 14px;
	font-size: 0.875rem;
	text-transform: uppercase;
}

.front-page-content .entry-content {
	font-size: 1.25em;
}

@media screen and (min-width: 62.875em) {

	body,
	button,
	input,
	select,
	textarea {
		font-size: 18px;
		font-size: 1.125rem;
	}

	h1 {
		font-size: 36px;
		font-size: 2.25rem;
	}
	h2 {
		font-size: 30px;
		font-size: 1.875rem;
	}
	h3,
	.comments-title,
	.comment-reply-title
	.widget-title,
	.widgettitle {
		font-size: 24px;
		font-size: 1.5rem;
	}

	.front-page-content .entry-content {
		font-size: 1.5em;
	}

}

p,
.mejs-container {
	margin: 0 0 1.7em;
}

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

blockquote {
	margin: 0 1.7em;
}

address {
	margin: 0 0 1.7em;
}

pre {
	background: #484653;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.9em;
	max-width: 100%;
	overflow: auto;
	padding: 1.625em;
	word-wrap: normal;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}


/*--------------------------------------------------------------
3 Elements
--------------------------------------------------------------*/

html {
	box-sizing: border-box;
}

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

body {
	background: #32313b; /* Fallback for when there is no custom background color defined. */
}

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

blockquote {
	border-left: 4px solid #484653;
	color: #fff;
	font-size: 1.25em;
	font-style: italic;
	quotes: "" "";
	padding-left: 1.25em;
	margin: 0 0 1.36em 0;
}
blockquote p:last-child,
q p:last-child {
	margin-bottom: 0;
}

hr {
	background-color: #484653;
	border: 0;
	height: 2px;
	margin-bottom: 1.7em;
}

ul,
ol {
	padding: 0;
	margin: 0 0 1.7em 1.7em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.7em 1.7em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

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

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.7em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

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

th,
td {
	padding: 0.4375em;
}


/*--------------------------------------------------------------
4 Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
a.button,
.project-link {
	background-color: #484653;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1;
	padding: 1em 1.4em;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
a.button:hover,
.project-link:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
a.button:focus,
.project-link:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
a.button:active,
.project-link:active {
	background-color: #cf2020;
	color: #fff;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.project-link:focus {
	outline: 1px dotted;
	outline-offset: -2px;
}

.widget_mc4wp_form_widget input[type="submit"],
a.button,
.project-link {
	background-color: #cf2020;
}
.widget_mc4wp_form_widget input[type="submit"] {
	width: 100%;
}
.widget_mc4wp_form_widget input[type="submit"]:hover,
.widget_mc4wp_form_widget input[type="submit"]:focus,
.widget_mc4wp_form_widget input[type="submit"]:active,
a.button:hover,
a.button:focus,
a.button:active,
.project-link:hover,
.project-link:focus,
.project-link:active {
	background-color: #484653;
}
.widget_mc4wp_form_widget {
	margin-bottom: 0.85em;
}
.entry-content a.button,
.entry-content .project-link {
	border-bottom: none;
	display: inline-block;
}
.entry-content .project-link {
	margin-bottom: 1.5em;
}

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,
select {
	background-color: #484653;
	border: 1px solid #484653;
	border-radius: 2px;
	transition: all 0.25s ease-in-out;
}
input[name="post_password"] {
	margin-bottom: 1.7em;
}

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,
select:focus  {
	border-color: #e6e2e2;
	outline: 0;
}

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,
select  {
	padding: 0.5em;
	width: 100%;
}

.menu-toggle {
	border-radius: 0;
	width: 100%;
}

/* Search form. */
.search-form {
	position: relative;
}

.error-404 .search-field {
	margin-bottom: 1.7em;
}

.search-form .search-field {
	height: 52px;
	padding: 1em;
	margin-bottom: 2em;
}
.footer-widgets-wrapper .search-form .search-field {
	margin-bottom: 0;
}

.search-form .search-submit {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	height: 52px;
	width: 52px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.search-form .search-submit:hover,
.search-form .search-submit:focus,
.search-form .search-submit:active {
	background-color: #cf2020;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	color: #fff;
}

.icon-search {
	height: 1.25em;
	width: 1.25em;
}


/*--------------------------------------------------------------
5 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/

a,
a:visited {
	color: #fff;
	transition: all 0.25s ease-in-out;
	text-decoration: none;
}
a.more-link {
	font-size: 0.8125em;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.entry-content a,
.widget a,
.taxonomy-description a {
	border-bottom: 1px dotted #e6e2e2;
}
.entry-content .gallery-icon a,
.entry-content .mejs-horizontal-volume-slider {
	border-bottom: none;
}
.widget_tag_cloud a,
.widget_tag_cloud a:visited {
	background-color: #484653;
	border-bottom: none;
	border-radius: 2px;
	display: inline-block;
	letter-spacing: 1px;
	line-height: 32px;
	padding: 0 8px !important;
	margin: 0 2px 6px 0;
	text-decoration: none;
	text-transform: capitalize;
}

a:hover,
a:focus,
a:active {
	color: #e6e2e2;
}
.site-content a:hover,
.footer-widgets-wrapper a:hover,
.site-footer a:hover,
.site-content a:focus,
.footer-widgets-wrapper a:focus,
.site-footer a:focus,
.site-content a:active,
.footer-widgets-wrapper a:active,
.site-footer a:active {
	background-color: #484653;
}

.widget_tag_cloud a:hover,
.widget_tag_cloud a:focus,
.widget_tag_cloud a:active {
	background-color: #e6e2e2;
	color: #32313b;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

.main-navigation {
	font-size: 14px;
	font-size: 0.875rem;
	padding-bottom: 0.84375em;
	text-transform: uppercase;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul {
	display: none;
}

.main-navigation li {
	border-bottom: 1px solid #484653;
	display: block;
	padding-left: 5%;
	padding-right: 5%;
	position: relative;
}
.main-navigation .sub-menu li {
	border-bottom: none;
}

.main-navigation a {
	display: block;
	font-weight: 700;
	line-height: 1.3125;
	outline-offset: -1px;
	padding: 0.84375em 0;
	text-decoration: none;
}
.main-navigation .sub-menu a {
	font-size: 0.875em;
	padding: 0.25em 0;
}

.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation a:active,
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	color: #e6e2e2;
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.875em;
	margin-bottom: 0.875em;
}

.no-js .main-navigation ul ul ,
.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation .menu-item-has-children > a {
	margin-right: 3em;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.main-navigation.toggled  {
	background-color: #32313b;
}

@media screen and (min-width: 62.875em) {

	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}

	.main-navigation {
		background-color: #484653;
		padding-left: 5%;
		padding-right: 5%;
		padding-top: 0.84375em;
		margin: 0;
	}

	.main-navigation li {
		padding-left: 0;
		padding-right: 0;
	}

	.main-navigation .primary-menu,
	.main-navigation .primary-menu > li {
		border: 0;
	}

	.main-navigation a,
	.main-navigation .primary-menu > li {
		display: inline-block;
	}

	.main-navigation a,
	.main-navigation .sub-menu a {
		padding: 0.65625em 0;
	}
	.main-navigation li:after {
		color: #e6e2e2;
		content: "\002F";
		padding: 0 0.75em;
	}
	.main-navigation .sub-menu a {
		padding: 1em;
	}
	.main-navigation li:last-of-type:after,
	.main-navigation .sub-menu li:after {
		display: none;
	}

	.main-navigation ul ul {
		background-color: #32313b;
		border: 1px solid #484653;
		border-bottom: none;
		display: block;
		left: -999em;
		margin: 0;
		opacity: 0;
		position: absolute;
		transition-property: opacity;
		transition-duration: .25s;
		transition-delay: 0.25s;
		transition: opacity 0.3s ease-in-out;
		z-index: 99999;
	}

	.main-navigation ul ul ul {
		top: 0;
	}

	.main-navigation ul ul ul:before,
	.main-navigation ul ul ul:after {
		border: 0;
	}

	.main-navigation ul ul li,
	.main-navigation .sub-menu li {
		border-bottom: 1px solid #484653;
	}

	.main-navigation ul ul a {
		width: 13.6875em;
	}

	.main-navigation li:hover > ul,
	.main-navigation li.focus > ul {
		right: auto;
		left: 0;
		opacity: 1;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		right: auto;
		left: 100%;
	}

	.main-navigation .menu-item-has-children > a {
		margin: 0;
	}

	.main-navigation ul ul .menu-item-has-children > a {
		padding-right: 2.0625em;
	}

}

/* Social Links. */
.menu-social {
	padding-top: 1.5em;
}
.menu-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu-social li {
    display: inline-block;
	padding-left: 0.25em;
	padding-right: 0.25em;
	margin-bottom: 0.65em;
}
.menu-social li:first-child {
	padding-left: 0;
}
.menu-social a {
	background-color: #484653;
	border-radius: 50%;
	display: block;
	width: 4em;
	height: 4em;
}
.menu-social a:hover,
.menu-social a:focus,
.menu-social a:active {
	background-color: #fff;
	color: #cf2020;
}
.menu-social .icon {
	width: 2em;
	height: 2em;
	top: 1em;
	left: 1em
}

@media screen and (min-width: 62.875em) {

	.menu-social a {
		width: 5em;
		height: 5em;
	}
	.menu-social .icon {
		width: 3em;
		height: 3em;
		top: 1em;
		left: 1em
	}

}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 3.4em 0;
	overflow: hidden;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	border-top: 1px solid #484653;
    border-bottom: 1px solid #484653;
    padding: 1.7em 0;
}

.comment-navigation .nav-previous + .nav-next,
.posts-navigation  .nav-previous + .nav-next,
.post-navigation .nav-previous + .nav-next {
	border-top: 1px solid #484653;
	padding-top: 1.7em;
	margin-top: 1.7em;
}

@media screen and (min-width: 56em) {

	.comment-navigation .nav-previous,
	.posts-navigation .nav-previous,
	.post-navigation .nav-previous {
		float: left;
		width: 50%;
	}

	.comment-navigation .nav-next,
	.posts-navigation .nav-next,
	.post-navigation .nav-next {
		float: right;
		text-align: right;
		width: 50%;
	}

	.comment-navigation .nav-previous + .nav-next,
	.posts-navigation  .nav-previous + .nav-next,
	.post-navigation .nav-previous + .nav-next {
		border-top: none;
		padding-top: 0;
		margin-top: 0;
	}

}


/*--------------------------------------------------------------
6 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;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	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; /* Above WP toolbar. */
}

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


/*--------------------------------------------------------------
7 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.7em;
	margin-bottom: 1em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.7em;
	margin-bottom: 1em;
}

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


/*--------------------------------------------------------------
8 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,
.primary-menu:before,
.primary-menu:after {
	content: "";
	display: table;
	table-layout: fixed;
}

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


/*--------------------------------------------------------------
9 Widgets
--------------------------------------------------------------*/

.footer-widgets-wrapper {
	border-top: 1px solid #484653;
	padding-top: 3.7em;
}
.footer-widgets-wrapper .widget-area {
	text-align: center;
}

.widget {
	margin: 0 0 3.4em;
}
.widget ul,
.widget ol {
	list-style: none;
	margin-left: 0;
}

.widget-title,
.widgettitle {
	font-weight: 400;
	letter-spacing: 4px;
	line-height: 1.25;
	text-transform: uppercase;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}


/*--------------------------------------------------------------
10 Layout
--------------------------------------------------------------*/

.primary-menu-wrapper,
.site-branding > .wrapper,
.content-area,
.footer-widgets-wrapper > .wrapper,
.entry-header,
.entry-content,
.entry-footer,
.entry-summary,
.site-footer > .site-info,
.comments-area {
	margin-left: auto;
	margin-right: auto;
	max-width: 1220px;
}
.entry-header,
.entry-content,
.entry-footer,
.entry-summary,
.comments-area,
.page-header,
.footer-widgets-1 .footer-widgets-wrapper > .wrapper {
	max-width: 37.777777777em;
}
.page-header {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.site-branding,
.site-content,
.site-footer,
.footer-widgets-wrapper {
	padding-left: 5%;
	padding-right: 5%;
}


.custom-header-image .site-header {
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 1.7em;
}

.site-branding {
	border-bottom: 1px solid #484653;
	padding-top: 6%;
	padding-bottom: 6%;
	margin-bottom: 3em;
	-ms-transform: skew(0deg, -3deg);
	    transform: skew(0deg, -3deg);
}
.site-branding > .wrapper {
	-ms-transform: skew(0deg, 3deg);
	    transform: skew(0deg, 3deg);
}
.custom-header-image  .site-branding {
	border-bottom: none;
}

.custom-header-image .site-title-description {
	background-color: rgba(50, 49, 59, 0.8);
	border-right: none;
	padding: 1em;
}

.grid-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.grid-wrapper > * {
	width: 100%;
}

@media screen and (min-width: 56em) {

	.grid-wrapper > .hentry,
	.error404 .page-content > .grid-wrapper > * {
		border-right: 1px solid #484653;
		border-bottom: 1px solid #484653;
		margin-bottom: 0;
		width: 50%;
	}
	.grid-wrapper > .hentry:nth-child(2n),
	.error404 .page-content > .grid-wrapper > *:nth-child(2n) {
		border-right: none;
	}
	.menu-social,
	.grid-wrapper > .hentry:nth-child(2n) > .entry-inner,
	.error404 .page-content > .grid-wrapper > *:nth-child(2n) {
		padding-left: 1.7em;
	}
	.site-title-description,
	.grid-wrapper > .hentry:nth-child(2n+1) .entry-inner,
	.error404 .page-content > .grid-wrapper > *:nth-child(2n+1) {
		padding-right: 1.7em;
	}
	.entry-inner,
	.error404 .page-content > .grid-wrapper > * {
		padding-top: 3.4em;
		padding-bottom: 1.7em;
	}
	.error404 .page-content > .grid-wrapper > * {
		padding-bottom: 3.4em;
	}
	.error404 .page-content {
		margin-bottom: 3.4em;
	}

	.site-title-description,
	.menu-social {
		width: 50%;
	}
	.site-title-description {
		border-right: 1px solid #484653;
	}
	.menu-social {
		padding-top: 0;
	}

	/* Widgets. */
	.footer-widgets-wrapper {
		padding-top: 0;
	}
	.footer-widgets-wrapper .widget-area {
		padding-top: 3.4em;
	}

	.footer-widgets-2 .widget-area {
		width: 50%;
	}
	.footer-widgets-3 .widget-area {
		width: 33.3333333333%;
	}
	.footer-widgets-2 .widget-area:first-child,
	.footer-widgets-3 .widget-area:first-child {
		padding-right: 1.7em;
	}
	.footer-widgets-3 .widget-area:nth-child(2) {
		padding-left: 1.7em;
		padding-right: 1.7em;
	}
	.footer-widgets-2 .widget-area:last-child,
	.footer-widgets-3 .widget-area:last-child {
		padding-left: 1.7em;
	}
	.footer-widgets-2 .widget-area:first-child,
	.footer-widgets-3 .footer-area-1,
	.footer-widgets-3 .footer-area-2 {
		border-right: 1px solid #484653;
	}

}

.site-footer {
	border-top: 1px solid #484653;
	font-size: 0.8125em;
	letter-spacing: 2px;
	padding-top: 2.09230769231em;
	padding-bottom: 2.09230769231em;
	text-align: center;
	text-transform: uppercase;
}


/*--------------------------------------------------------------
11 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
11.1 Posts and pages
--------------------------------------------------------------*/

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.7em;
}
.front-page-content .hentry {
	margin-bottom: 0;
	text-align: center;
}
.front-page-content .entry-content p:last-of-type {
	margin-bottom: 0;
}

.front-page-content:after {
	background-color: #484653;
	content: "";
	display: block;
	margin: 3em auto;
	width: 50px;
	height: 4px;
}
.front-page-portfolio,
.front-page-blog {
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary,
.entry-media {
	margin-bottom: 1.7em;
}

.page-links {
	clear: both;
	margin-bottom: 1.7em;
}

.entry-meta {
	border-left: 4px solid #484653;
	font-size: 0.875em;
	padding: 0 0.875em;
	margin-bottom: 1.94285714286em;
}

.entry-tags-wrapper {
	margin-top: 0.85em;
}

.taxonomy-description {
	font-style: italic;
	padding-bottom: 3.4em;
}

/*--------------------------------------------------------------
11.2 Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
11.3 Comments
--------------------------------------------------------------*/

.bypostauthor {
}

.comments-area {
	padding-bottom: 1.7em;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
	font-weight: 400;
	letter-spacing: 4px;
	line-height: 1.25;
	margin-bottom: 0;
	text-align: center;
	text-transform: uppercase;
}

.comments-title {
	margin-bottom: 1.217391304em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	padding: 1.75em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-author {
	margin-bottom: 0.25em;
}

.comment-author .avatar {
	border-radius: 50%;
	float: left;
	height: 74px;
	margin-top: -6px;
	margin-right: 1em;
	position: relative;
	width: 74px;
}

.comment-author .says {
	display: none;
}

.comment-metadata,
.pingback .edit-link {
	font-size: 14px;
	font-size: 0.875rem;
	text-transform: uppercase;
}

.comment-metadata {
	margin-bottom: 2.1538461538em;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
	margin-top: 0;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

ol.comment-list ol.children {
	padding-left: 3%;
}

.comment-reply-link {
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	text-transform: uppercase;
}

.comment-form {
	padding-top: 1.75em;
}

.comment-form label {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.076923077em;
	text-transform: uppercase;
}

.comment-list .comment-form {
	padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags,
.no-comments {
	font-style: italic;
	margin-bottom: 1.75em;
	text-align: center;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}


/*--------------------------------------------------------------
12 Media
--------------------------------------------------------------*/

.custom-logo-link > img {
	border-radius: 50%;
	margin-bottom: 14px;
	max-width: 90px;
}

a.post-thumbnail {
	display: block;
	opacity: 1;
	transition: all 0.25s easy-in-out;
}
a.post-thumbnail:hover,
a.post-thumbnail:focus,
a.post-thumbnail:active {
	opacity: 0.8;
}
.post-thumbnail > img {
	display: block;
	margin: 0 auto 1.25em;
}

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

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

/*--------------------------------------------------------------
12.1 SVG
--------------------------------------------------------------*/

.icon {
	display: inline-block;
	fill: currentColor;
	height: 1em;
	width: 1em;
	vertical-align: middle;
	position: relative; /* Align more nicely with capital letters */
	top: -0.0625em;
}

.icon-wrapper {
	border: 1px solid #484653;
	display: inline-block;
	margin-right: 0.75em;
	width: 2em;
	height: 2em;
}

.icon-wrapper > .icon {
	left: 0.5em;
}

.icon-wrapper-round {
	border-radius: 50%;
}

.error404 .icon-404 {
	width: 14em;
	height: 14em;
}

/*--------------------------------------------------------------
12.2 Captions
--------------------------------------------------------------*/

.wp-caption {
	margin-bottom: 1.7em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	font-style: italic;
	margin: 0.75em 0;
}

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

/*--------------------------------------------------------------
#12.3 Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 1.5em;
}

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

.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%;
}

.gallery-caption {
	display: block;
	margin-bottom: 0.85em;
}
