/*
Theme Name: Radcliffe
Theme URI: http://www.andersnoren.se/teman/radcliffe-wordpress-theme/
Author: Anders Norén
Author URI: http://www.andersnoren.se
Description: A theme for bloggers who want their content to take center stage. Radcliffe features responsive design, retina-ready assets, full width header images, beautiful design and typography, support for custom logo, support for custom accent color, three widget areas, editor style and translation-ready code. Included translations: Swedish/svenska.
Requires at least: 6.0
Version: 1.9-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: radcliffe
Tags: author-bio, custom-menu, editor-style, featured-images, fluid-layout, gray, one-column, responsive-layout, sticky-post, threaded-comments, translation-ready, white
Status: inactive

All files, unless otherwise stated, are released under the GNU General Public License
v2 or later (http://www.gnu.org/licenses/gpl-2.0.html)
*/

/*-----------------------------------------------------------------------------------
>>> TABLE OF CONTENTS:
-------------------------------------------------------------------------------------

	0.	CSS Reset
	1.	Document Setup
	2.  Structure
	3.	Header
	4.	Navigation
	5.	Main Content
	6.  Single Post
	7.	Post Content
	8.	Comments
	9.	Pagination
	10.	Page & Page Templates
	11.	Footer
	12.	Credits
	13. Media Queries

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


/* -------------------------------------------------------------------------------- */
/*	0. CSS Reset
/* -------------------------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

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

ol, ul {
	list-style:none;
}

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

a {
	outline:none;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

input,
textarea {
	-webkit-font-smoothing: antialiased;
}

input[type=search] {
	-webkit-appearance: none;
	-moz-appearance: none;
}

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


/* -------------------------------------------------------------------------------- */
/*	1. Document Setup
/* -------------------------------------------------------------------------------- */


body {
	background: #fff;
	border: none;
	color: #222;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body a {
	color: #ca2017;
	text-decoration: none;
}

body a:hover {
	color: #ca2017;
	text-decoration: none;
}

img {
	height: auto;
}

a img {
	border: none;
}

strong {
	font-weight: bold;
}

em,
q {
	font-style: italic;
}

img,
iframe {
	max-width: 100%;
}

dt,
th {
	font-weight: bold;
}

figure {
	margin: 0;
}

.hidden {
	display: none;
}
.clear {
	clear: both;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}

::selection {
	background: #222;
	color: #fff;
}

::-webkit-input-placeholder {
	color: #a9a9a9;
}
:-ms-input-placeholder {
	color: #a9a9a9;
}


/* Transitions --------------------------------------- */
body a,
.tagcloud a:before {
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.post-nav a,
.respond input,
.respond textarea,
.archive-nav a,
.blog-title a,
.main-menu a,
.main-menu > .has-children > a::after,
.main-menu > .menu-item-has-children > a::after,
.nav-toggle,
.bypostauthor .by-post-author,
.search-button,
.media-caption,
.post-content input[type="submit"],
.post-content input[type="reset"],
.post-content input[type="button"],
.nav-toggle,
.nav-toggle p,
.nav-toggle .bar {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.post-header,
.post-title,
.search-form .s,
.archive-nav a {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


/* Icons --------------------------------------- */
a.search-toggle,
.author-links a.author-link-posts,
.author-links a.author-link-website,
p.post-categories,
p.post-tags,
p.post-nav-prev,
p.post-nav-next,
.bypostauthor .by-post-author {
	position: relative;
}

a.search-toggle:before,
.author-links a.author-link-posts:before,
.author-links a.author-link-website:before,
p.post-categories:before,
p.post-tags:before,
p.post-nav-prev:before,
p.post-nav-next:before,
.bypostauthor .by-post-author:before {
	background-image: url('images/icons/radcliffe-icon-sprite.svg');
	background-repeat: no-repeat;
	background-size: 208px 25px;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

p.post-categories:before,
p.post-tags:before,
p.post-nav-prev:before,
p.post-nav-next:before {
	left: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

a.search-toggle:before,
.search-form .search-button:before,
.mobile-search-form .search-button:before {
	background-position: -84px 0;
	height: 22px;
	width: 22px;
}
.author-links a.author-link-posts:before {
	background-position: -32px 0;
	height: 16px;
	width: 16px;
}
.author-links a.author-link-website:before {
	background-position: -58px 0;
	height: 15px;
	width: 16px;
}
p.post-categories:before {
	background-position: -140px 0;
	height: 13px;
	width: 17px;
}
p.post-tags:before {
	background-position: -114px 0;
	height: 17px;
	width: 16px;
}
p.post-nav-prev:before {
	background-position: -166px 0;
	height: 17px;
	width: 17px;
}
p.post-nav-next:before {
	background-position: -192px 0;
	height: 17px;
	width: 17px;
}
.bypostauthor .by-post-author:before {
	background-position: 0 0;
	height: 27px;
	width: 22px;
}



/* -------------------------------------------------------------------------------- */
/*	2.	Structure
/* -------------------------------------------------------------------------------- */


.section {
	padding: 100px 0;
}

.medium-padding {
	padding: 80px 0;
}
.light-padding {
	padding: 50px 0;
}
.small-padding {
	padding: 30px 0;
}
.no-padding {
	padding: 0;
}

.bg-grey {
	background: #f1f1f1;
	border-top: 1px solid #ddd;
}

.section-inner {
	margin: 0 auto;
	max-width: 84%;
	width: 1300px;
}

.section-inner.medium {
	width: 1040px;
}
.section-inner.thin {
	width: 740px;
}


/* grid */
.one-fourth {
	float: left;
	margin-left: 5%;
	width: 21.5%;
}
.one-third {
	float: left;
	margin-left: 5%;
	width: 30%;
}
.one-half {
	float: left;
	margin-left: 5%;
	width: 47.5%;
}
.two-thirds {
	float: left;
	margin-left: 5%;
	width: 65%;
}

.one-fourth:first-child,
.one-third:first-child,
.one-half:first-child,
.two-thirds:first-child {
	margin-left: 0;
}


/* -------------------------------------------------------------------------------- */
/*	3. Header
/* -------------------------------------------------------------------------------- */


.header {
	border-top: 4px solid #222;
	padding: 40px 0;
	position: relative;
}

.header-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: -40px 0 35px;
}

.header-image a {
	display: block;
	height: 100%;
	width: 100%;
}

.site-logo-link {
	display: inline-block;
	left: 50%;
	margin: 0 0 20px;
	position: relative;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 2;
}

.has-custom-header .site-logo-link {
	margin: 0;
	position: absolute;
	top: 40px;
}

.single.no-featured-image .header,
.page.no-featured-image .header,
.error404 .header {
	border-bottom: 1px solid #ddd;
}

.header-inner {
	position: relative;
}

.blog-title {
	font-family: 'Abril Fatface', serif;
	font-size: 2em;
	letter-spacing: 1px;
	line-height: 1;
	margin: 7px 0 10px;
	padding-right: 40px;
	text-transform: uppercase;
}

.blog-title a {
	color: #222;
}
.blog-title a:hover {
	color: #ca2017;
}

.blog-logo {
	display: block;
	left: 0;
	margin-top: -30px;
	position: absolute;
	top: 50%;
}

.blog-logo img {
	display: block;
	height: 60px;
	width: auto;
}

.nav-wrap {
	position: relative;
}

.no-title .nav-wrap {
	padding-right: 40px;
}

.nav-toggle {
	display: none;
}


/* header search block */
.header-search-block {
	background: #222;
}

.header-search-block .s {
	background: none;
	border: none;
	color: #fff;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 2em;
	font-weight: 300;
	margin: 0;
	width: 100%;
}

.header-search-block .s::-webkit-input-placeholder {
	color: rgba(255,255,255,0.5);
}
.header-search-block .s:-ms-input-placeholder {
	color: rgba(255,255,255,0.5);
}

.header-search-block .s:focus {
	outline: none;
}


/* -------------------------------------------------------------------------------- */
/*	4. Navigation
/* -------------------------------------------------------------------------------- */


/* search toggle */
.search-toggle-menu-item {
	position: absolute;
	right: 0;
	top: 3px;
	z-index: 2;
}

a.search-toggle {
	display: block;
	height: 40px;
	padding: 0;
	width: 40px;
}

.main-menu {
	margin-top: 2px;
	margin-left: -15px;
}

.main-menu li {
	float: left;
	margin: 0 10px 0 0;
	overflow-wrap: break-word;
	position: relative;
	word-wrap: break-word;
}

.main-menu a {
	color: #222;
	display: block;
	font-size: 0.775em;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 13px 15px;
	text-transform: uppercase;
}

.main-menu > li > a {
	border-radius: 3px;
}

.main-menu > .has-children > a,
.main-menu > .menu-item-has-children > a {
	padding-right: 33px;
	position: relative;
}

.main-menu > .has-children > a::after,
.main-menu > .menu-item-has-children > a::after {
	border: 5px solid transparent;
	border-top-color: #999;
	content: "";
	display: block;
	margin-top: -2px;
	position: absolute;
	right: 16px;
	top: 50%;
	z-index: 101;
}

.main-menu > li:hover > a {
	background: #ca2017;
	color: #fff;
}

.main-menu > .has-children:hover > a::after,
.main-menu > .menu-item-has-children:hover > a::after {
	border-top-color: #fff;
}


/* drop-down menu */
.main-menu ul {
	left: -9999px;
	margin-left: -110px;
	opacity: 0;
	padding-top: 20px;
	position: absolute;
	top: 45px;
	-webkit-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
	z-index: 150;
}

.main-menu > ul {
	top: 30px;
}

.main-menu ul:after {
	border: 10px solid transparent;
	border-bottom-color: #222;
	content: "";
	display: block;
	left: 50%;
	margin-left: -10px;
	position: absolute;
	top: 1px;
}

.main-menu > li:hover > ul {
	left: 50%;
	opacity: 1;
	top: 40px;
}

.main-menu ul li {
	display: block;
	float:none;
	margin: 0;
}

.main-menu ul a {
	background: #222;
	border: 1px solid #222;
	color: #fff;
	font-size: 0.75em;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 130%;
	padding: 20px;
	text-align: center;
	text-transform: none;
	width: 220px;
}

.main-menu ul a:hover {
	background: #ca2017;
	border-color: #ca2017;
	color: #fff;
}

.main-menu ul > li:first-child > a {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.main-menu ul > li:last-child > a {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}


/* deep down */
.main-menu ul ul {
	display: none;
	left: 0;
	margin-left: 235px;
	margin-top: -42px;
	padding-right: 20px;
	padding-top: 0;
	-webkit-transition: opacity 0.3s ease-in-out, margin 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, margin 0.3s ease-in-out;
}

.main-menu ul ul:after {
	border: 10px solid transparent;
	border-right-color: #222;
	margin-top: 18px;
	left: -10px;
}

.main-menu ul li:hover ul {
	margin-top: -47px;
	opacity: 1;
}
.main-menu ul li:hover > ul {
	display: block;
}
.main-menu ul ul ul{
	display: none;
}

/* -------------------------------------------------------------------------------- */
/*	5. Main Content
/* -------------------------------------------------------------------------------- */


.post {
	position: relative;
}

.posts .post.has-post-thumbnail {
	min-height: 266px;
}

/* featured media */
.featured-media {
	display: block;
	max-height: 682px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.featured-media > img {
	display: block;
	margin: 0 auto;
	visibility: hidden;
}

.media-caption-container {
	bottom: 5%;
	left: 5%;
	position: absolute;
	right: 5%;
	text-align: center;
}

.media-caption {
	background: #444;
	background: rgba(17,17,17,0.5);
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 0.8em;
	font-style: italic;
	font-weight: 400;
	line-height: 120%;
	padding: 9px 12px;
}

.media-caption:hover {
	background-color: rgba(17,17,17,0.75);
}

/* post header */
.post-header, .post-header-wrap {
	display: block;
}

.post-header-wrap {
	position: static;
}
.featured-media + .post-header-wrap {
	position: absolute;
}

.post-header-wrap {
	background: #BFBFBF;
	background: rgba(17,17,17,0.35);
	bottom: 0;
	color: #fff;
	left: 0;
	padding-left: 10px;
	padding-right: 10px;
	right: 0;
}

.post-header-wrap:hover {
	background: #333;
	background: rgba(17,17,17,0.75);
	color: #fff;
}

.post.no-featured-image .post-header-wrap {
	position: static;
}
.post.no-featured-image .post-header-wrap:hover {
	background: #333;
}

.post-header-wrap:hover .post-title {
	color: #ca2017;
}

.post-meta-top {
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 30px;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
	text-transform: uppercase;
}

.attachment .post-meta-top {
	color: #222;
}

.post-meta-top .sep {
	color: #ccc;
	font-weight: 400;
	margin: 0px 5px;
}

.post-header-wrap .post-meta-top .sep {
	color: #fff;
	color: rgba(255,255,255,0.5);
	text-shadow: none;
}

.sticky .post-meta-top {
	display: block;
}

.post-title {
	font-family: 'Abril Fatface', serif;
	font-size: 3em;
	letter-spacing: 1px;
	overflow-wrap: break-word;
	text-align: center;
	text-transform: uppercase;
	word-wrap: break-word;
}

.post-header-wrap .post-title {
	margin-left: auto;
	margin-right: auto;
	max-width: 90%;
	text-shadow: 2px 2px 0 rgba(0,0,0,0.1);
}


/* -------------------------------------------------------------------------------- */
/*	6. Single Post
/* -------------------------------------------------------------------------------- */


.single .hentry,
.error404 .post,
.page .hentry {
	padding-bottom: 100px;
}

.single .hentry .featured-media,
.page .hentry .featured-media {
	position: relative;
	z-index: 101;
}

.single .hentry .post-header,
.single .hentry .post-header {
	background: none;
	position: static;
}

.single .hentry .post-meta-top,
.single .hentry .post-meta-top a,
.page .hentry .post-meta-top,
.page .hentry .post-meta-top a {
	color: #666;
}

.single .hentry .post-meta-top a:hover,
.page .hentry .post-meta-top a:hover {
	color: #ca2017;
}

.single .hentry .post-title,
.single .hentry .post-meta-top,
.page .hentry .post-title,
.page .hentry .post-meta-top {
	text-shadow: none;
}

.single .hentry .post-title a,
.page .hentry .post-title a {
	color: #222;
}

.single .hentry .post-title a:hover,
.page .hentry .post-title a:hover {
	color: #ca2017;
}


/* page links */
.page-links {
	color: #666;
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
}

.page-links:before {
	background: #ddd;
	content: "";
	display: block;
	height: 1px;
	margin-bottom: 10px;
	width: 48px;
}

.page-links .sep {
	color: #ccc;
	font-weight: 400;
	margin: 0 7px;
}

.page-links .sep:first-of-type {
	display: none;
}


/* Post meta */
.post-meta {
	color: #666;
	font-size: 14px;
	margin-top: 80px;
}

.post-meta .meta-block {
	border-top: 1px solid #ddd;
	padding-top: 12px;
}

.meta-title {
	color: #767676;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.post-author-container {
	min-height: 60px;
	position: relative;
}

.post-author {
	float: left;
	width: 55%;
}
.post-cat-tags {
	float: right;
	width: 40%;
}

.post-author .avatar {
	border-radius: 999px;
	height: auto;
	left: 0;
	max-width: 60px;
	position: absolute;
	top: 0;
}

.post-author-inner {
	margin-left: 80px;
}

.post-author-inner h3 {
	font-size: 1.1em;
	font-weight: 700;
}

.post-author-inner h3 a {
	color: #333;
}
.post-author-inner h3 a:hover {
	color: #ca2017;
	text-decoration: none;
}

.post-author p {
	color: #444;
	line-height: 150%;
	margin-top: 8px;
}


/* author links */
.author-links {
	margin-top: 15px;
}

.author-links a {
	background-color: #aaa;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px auto;
	border-radius: 999px;
	display: inline-block;
	height: 32px;
	margin-left: 3px;
	text-indent: -9999px;
	width: 32px;
}

.author-links a:first-child {
	margin-left: 0;
}

.author-links a:hover {
	background-color: #ca2017;
}


/* post cat tags */
.post-cat-tags p {
	background: no-repeat left center;
	background-size: 16px auto;
	line-height: 120%;
	margin-top: 12px;
	padding: 3px 0 4px 22px;
}

.post-cat-tags p:first-child {
	margin-top: 0;
}

.post-cat-tags a {
	color: #666;
	display: inline-block;
	padding: 3px 0 3px 3px;
}

.post-nav:before {
	background: #ddd;
	content: "";
	display: block;
	height: 1px;
	margin: 20px 0;
	width: 32px;
}


/* -------------------------------------------------------------------------------- */
/*	7. Post Content
/* -------------------------------------------------------------------------------- */


.post-content {
	font-family: 'Crimson Text', 'Times New Roman', Times, serif;
	font-size: 1.25em;
}

.post-content a:hover {
	text-decoration: underline;
}

.post-content p,
.post-content blockquote,
.post-content ul,
.post-content ol,
.post-content li,
.post-content address,
.post-content dl,
.post-content .wp-caption,
.post-content pre {
	line-height: 160%;
	margin-bottom: 1.3em;
}

.post-content > *:first-child {
	margin-top: 0;
}
.post-content *:last-child {
	margin-bottom: 0;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
	font-family: 'Open Sans', sans-serif;
	line-height: 120%;
	margin: 60px 0 30px;
}

.post-content h1 {
	font-size: 1.6em;
	font-weight: 700;
}

.post-content h2 {
	font-size: 1.4em;
	font-weight: 700;
}

.post-content h3 {
	font-size: 1.25em;
}
.post-content h4 {
	font-size: 1.1em;
}
.post-content h5 {
	font-size: 1em;
}

.post-content h6 {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.post-content h1+h1,
.post-content h1+h2,
.post-content h1+h3,
.post-content h1+h4,
.post-content h1+h5,
.post-content h1+h6,
.post-content h2+h1,
.post-content h2+h2,
.post-content h2+h3,
.post-content h2+h4,
.post-content h2+h5,
.post-content h2+h6,
.post-content h3+h1,
.post-content h3+h2,
.post-content h3+h3,
.post-content h3+h4,
.post-content h3+h5,
.post-content h3+h6,
.post-content h4+h1,
.post-content h4+h2,
.post-content h4+h3,
.post-content h4+h4,
.post-content h4+h5,
.post-content h4+h6,
.post-content h5+h1,
.post-content h5+h2,
.post-content h5+h3,
.post-content h5+h4,
.post-content h5+h5,
.post-content h5+h6,
.post-content h6+h1,
.post-content h6+h2,
.post-content h6+h3,
.post-content h6+h4,
.post-content h6+h5,
.post-content h6+h6 {
	margin-top: 25px;
}

.post-content blockquote p {
	color: #666;
	font-size: 1.1em;
	font-style: italic;
	text-align: center;
}

.post-content blockquote:before,
.post-content blockquote:after {
	background: #ddd;
	content: "";
	display: block;
	height: 2px;
	margin: 40px auto;
	width: 100px;
}

.post-content cite {
	color: #666;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.65em;
	font-weight: 800;
	letter-spacing: 1px;
	line-height: 140%;
	text-transform: uppercase;
}

.post-content cite:before {
	content: "— ";
}

.post-content blockquote cite {
	display: block;
	margin-top: 40px;
	text-align: center;
}

.post-content blockquote cite em {
	font-style: italic;
	font-weight: bold;
}

.post-content strong em,
.post-content em strong {
	font-style: italic;
	font-weight: bold;
}

.post-content big {
	font-size: 1.25em;
}

abbr,
acronym {
	cursor: help;
}

.post-content code,
.post-content kbd,
.post-content pre {
	background: #eee;
	font-family: Menlo, Monaco, monospace;
	font-size: 0.85em;
}

.post-content kbd,
.post-content code {
	border-radius: 3px;
	padding: 5px;
}

.post-content dl {
	line-height: 160%;
}

.post-content dl dt {
	font-weight: bold;
}

.post-content hr {
	background: #ddd;
	border: none;
	display: block;
	height: 2px;
	margin: 40px auto;
	width: 100px;
}

.post-content ul {
	list-style: disc;
	margin-left: 1.5em;
}

.post-content ul ul {
	list-style: circle;
}
.post-content ul ul ul {
	list-style: square;
}

.post-content ol {
	list-style: decimal;
	margin-left: 1.5em;
}

.post-content ol ol {
	list-style: lower-alpha;
}
.post-content ol ol ol {
	list-style: lower-roman;
}

.post-content ul ul,
.post-content ul ol,
.post-content ol ul,
.post-content ol ol {
	margin-bottom: 0;
}

.post-content li {
	margin-bottom: 0.5em;
}

.post-content ol > li:last-child,
.post-content ul > li:last-child {
	margin-bottom: 0;
}

.post-content address {
	background: #f1f1f1;
	padding: 3% 3.5%;
}

.post-content pre {
	background: #fafafa;
	border: 1px solid #ddd;
	color: #333;
	font-size: 0.7em;
	line-height: 140%;
	overflow-wrap: break-word;
	padding: 2% 2.5%;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	word-wrap: break-word;
}


/* Post media --------------------------------------- */
.post-content .alignleft {
	display: inline;
	float: left;
	margin-left: 0;
	margin-right: 1.5em;
}

.post-content .alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-right: 0;
}

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

.post-content .wp-caption-text,
.post-content .gallery-caption {
	color: #888;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.7em;
	font-weight: 600;
	padding-top: 15px;
	text-align: center;
}

.post-content .wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

.post-content .gallery-caption {
	font-size: 16px;
	line-height: 24px;
}

/* Gallery column widths */
.gallery-columns-1 .gallery-item {
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-3 .gallery-item {
    width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery-columns-6 .gallery-item {
    width: 16.667%;
}
.gallery-columns-7 .gallery-item {
    width: 14%;
}
.gallery-columns-8 .gallery-item {
    width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    width: 11.11%;
}
.site-content .gallery-columns-1.gallery a img {
    max-width: 100%;
}
.gallery-item {
    display: inline-block;
    margin-bottom: .75em;
    text-align: center;
    vertical-align: top;
}
.gallery-item .gallery-icon {
    padding: 3px;
}
.gallery-caption {
    max-width: 90%;
    margin: 0 auto;
}


/* Tables --------------------------------------- */
.post-content table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 0.9em;
	width: 100%;
}

.post-content tbody {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}

.post-content th,
.post-content td {
	border-bottom: 1px solid #eee;
	line-height: 120%;
	margin: 0;
	overflow: visible;
	padding: 2%;
}

.post-content tr:last-child td {
	border-bottom: none;
}

.post-content caption {
	color: #444;
	padding: 2%;
	text-align: center;
}

.post-content thead {
	vertical-align: bottom;
	white-space: nowrap;
}

.post-content th {
	color: #444;
	font-weight: bold;
	text-align: left;
}

.post-content table tbody > tr:nth-child(odd) > td {
	background: #f9f9f9;
}


/* Forms --------------------------------------- */
.post-content fieldset {
	border: 2px solid #eee;
	margin-bottom: 1em;
	padding: 25px;
}

.post-content fieldset legend {
	background: #ca2017;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1;
	padding: 10px 12px;
	text-transform: uppercase;
}

.post-content label {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.75em;
	font-weight: 700;
}

.post-content input,
.post-content textarea {
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
}

.post-content input[type="text"],
.post-content input[type="tel"],
.post-content input[type="email"],
.post-content input[type="url"],
.post-content input[type="password"],
.post-content textarea {
	-webkit-appearance: none;
	background: #eee;
	border: none;
	border-radius: 3px;
	color: #333;
	font-size: 1rem;
	padding: 14px 16px;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
	width: 100%;
}

.post-content textarea {
	height: 180px;
	line-height: 140%;
}

.post-content input[type="text"]:focus,
.post-content input[type="tel"]:focus,
.post-content input[type="email"]:focus,
.post-content input[type="url"]:focus,
.post-content input[type="password"]:focus,
.post-content textarea:focus {
	background: #222;
	color: #fff;
	outline: none;
}

.post-content input[type="submit"]:not(.search-button),
.post-content input[type="reset"],
.post-content input[type="button"] {
	-webkit-appearance: none;
	background: #222;
	border: none;
	border-radius: 3px;
	color: #fff;
	font-size: 0.9rem;
	line-height: 1;
	margin: 0;
	padding: 12px 16px;
}

.post-content input[type="submit"] + input[type="reset"],
.post-content input[type="submit"] + input[type="reset"],
.post-content input[type="reset"] + input[type="submit"],
.post-content input[type="reset"] + input[type="button"],
.post-content input[type="button"] + input[type="button"],
.post-content input[type="button"] + input[type="reset"],
.post-content input[type="button"] + input[type="submit"]:not(.search-button) {
	margin-left: 8px;
}

.post-content input[type="submit"]:not(.search-button):hover,
.post-content input[type="reset"]:hover,
.post-content input[type="button"]:hover {
	background: #ca2017;
	color: #fff;
	cursor: pointer;
}

.post-content input[type="submit"]:focus,
.post-content input[type="submit"]:active {
	outline: none;
}


/* -------------------------------------------------------------------------------- */
/*	8. Comments
/* -------------------------------------------------------------------------------- */


.comments-title-container {
	border-bottom: 1px solid #ddd;
	margin-bottom: 80px;
	padding-bottom: 20px;
}

.comments-title,
.comment-reply-title {
	font-size: 1.6em;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
}

.add-comment-title {
	font-size: 0.9em;
	font-weight: 700;
	margin-top: 12px;
	text-transform: uppercase;
}

.add-comment-title a:hover {
	text-decoration: underline;
}

li.comment {
	margin-top: 50px;
	position: relative;
}

.commentlist > li.comment:first-child {
	border: 0;
	margin:0;
	padding:0;
}

.comments ul.children {
	margin-left: 5%;
}

.comment .avatar {
	border-radius: 999px;
	height: auto;
	left: 0;
	max-width: 80px;
	position: absolute;
	top: 0;
}

.bypostauthor .by-post-author {
	background: #ca2017;
	border-radius: 99px;
	height: 32px;
	left: -2px;
	position: absolute;
	text-indent: -9999px;
	top: -2px;
	width: 32px;
	z-index: 10;
}

.comment-inner {
	background: #fff;
	border-radius: 6px;
	margin-left: 110px;
	padding: 30px;
	position: relative;
}

.comment-inner:after {
	border: 12px solid transparent;
	border-right-color: #fff;
	content: "";
	display: block;
	left: -24px;
	position: absolute;
	top: 28px;
}


/* Comment header --------------------------------------- */
.comment-header {
	margin-bottom: 20px;
}

.comment-header cite {
	font-weight: 700;
}

.comment-header cite a {
	color: #333;
}
.comment-header cite a:hover {
	color: #ca2017;
}

.comment-header span {
	color: #999;
	font-size: 0.7em;
	font-weight: 700;
	margin-left: 5px;
	text-transform: uppercase;
}

.comment-header span a {
	color: #999;
}
.comment-header span a:hover {
	color: #ca2017;
}


/* Comment content --------------------------------------- */
.comment-content {
	font-family: 'Crimson Text', 'Times New Roman', Times, serif;
	font-size: 1.15em;
}

.comment-content a:hover {
	text-decoration: underline;
}

.comment-content p,
.comment-content li,
.comment-content blockquote {
	line-height: 140%;
	margin-top: 1em;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.comment-content *:first-child {
	margin-top: 0;
}
.comment-content *:last-child {
	margin-bottom: 0;
}

.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
	font-weight: 400;
	margin: 40px 0 20px;
}

.comment-content h1+h1,
.comment-content h1+h2,
.comment-content h1+h3,
.comment-content h1+h4,
.comment-content h1+h5,
.comment-content h1+h6,
.comment-content h2+h1,
.comment-content h2+h2,
.comment-content h2+h3,
.comment-content h2+h4,
.comment-content h2+h5,
.comment-content h2+h6,
.comment-content h3+h1,
.comment-content h3+h2,
.comment-content h3+h3,
.comment-content h3+h4,
.comment-content h3+h5,
.comment-content h3+h6,
.comment-content h4+h1,
.comment-content h4+h2,
.comment-content h4+h3,
.comment-content h4+h4,
.comment-content h4+h5,
.comment-content h4+h6,
.comment-content h5+h1,
.comment-content h5+h2,
.comment-content h5+h3,
.comment-content h5+h4,
.comment-content h5+h5,
.comment-content h5+h6,
.comment-content h6+h1,
.comment-content h6+h2,
.comment-content h6+h3,
.comment-content h6+h4,
.comment-content h6+h5,
.comment-content h6+h6 {
	margin-top: 20px;
}

.comment-content blockquote {
	background: #ddd;
	padding: 20px;
}

.comment-content ul {
	list-style: disc;
	margin-left: 1.5em;
}

.comment-content ul ul {
	list-style: circle;
}
.comment-content ul ul ul {
	list-style: square;
}

.comment-content ol {
	list-style: decimal;
	margin-left: 1.5em;
}

.comment-content ol ol {
	list-style: lower-alpha;
}
.comment-content ol ol ol {
	list-style: lower-roman;
}

.comment-content ul ul,
.comment-content ul ol,
.comment-content ol ul,
.comment-content ol ol {
	margin-bottom: 0;
}

.comment-content li {
	line-height: 170%;
	margin-top: 0.5em;
}

.comment-content ol > li:last-child,
.comment-content ul > li:last-child {
	margin-bottom: 0;
}

.comment-content address {
	background: #ddd;
	line-height: 140%;
	padding: 20px;
}

.comment-content pre {
	background: #ddd;
	font-size: 0.9rem;
	line-height: 150%;
	overflow-x: scroll;
	padding: 20px;
}


/* Comment actions --------------------------------------- */
.comment-actions {
	margin-top: 20px;
}

.comment-actions a {
	font-size: 0.8em;
	font-weight: 700;
	margin-left: 10px;
	text-transform: uppercase;
}

.comment-actions a:first-child {
	margin-left: 0;
}

.comment-actions a:hover {
	text-decoration: underline;
}


/* Comment navigation --------------------------------------- */
.comments-nav-below {
	border-top: 1px solid #ddd;
	margin-top: 80px;
	padding-top: 20px;
}

.comments-nav-below a {
	color: #666;
	font-size: 0.8em;
	font-weight: 700;
	text-transform: uppercase;
}

.comments-nav-below a:hover {
	color: #ca2017;
}


/* Respond --------------------------------------- */
.comments + .respond {
	border-top: 1px solid #ddd;
}

.comments .comment-respond {
	margin-top: 50px;
}
.comments .comment-respond .logged-in-as {
	margin-bottom: 50px;
}

.nocomments {
	color: #888;
	font-size: 1.25em;
	text-align: center;
}

.comment-reply-title {
	margin-bottom: 20px;
}

.comment-reply-title #cancel-comment-reply-link {
	font-size: 0.9rem;
	font-weight: 700;
}

.comment-reply-title #cancel-comment-reply-link:hover {
	text-decoration: underline;
}

.comment-notes,
.logged-in-as {
	color: #666;
	margin-bottom: 35px;
	text-align: center;
}

.logged-in-as a:hover {
	text-decoration: underline;
}

.comment-respond .thirds {
	margin-bottom: 28px;
}

.comment-respond .third {
	float: left;
	margin-left: 3.5%;
	width: 31%;
}

.comment-respond .third:first-child {
	margin-left: 0;
}

.comment-respond input,
.comment-respond textarea {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-sizing: border-box;
	color: #222;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
	padding: 20px;
	width: 100%;
}

.comment-respond input {
	-webkit-appearance: none;
	margin: 10px 0 20px;
	padding: 15px 20px;
}

.comment-respond input:focus,
.comment-respond textarea:focus {
	background: #222;
	border-color: #222;
	color: #fff;
	outline: none;
}

.comment-respond textarea {
	-webkit-appearance: none;
	height: 250px;
	line-height: 150%;
	margin-top: 10px;
}

.comment-respond .form-allowed-tags {
	color: #666;
	font-size: 0.9em;
	line-height: 160%;
	margin-top: 30px;
	text-align: center;
}

.comment-respond .form-allowed-tags code {
	background: none;
	color: #666;
	line-height: 160%;
}

.comment-respond .form-submit {
	margin-top: 30px;
	text-align: center;
}

.comment-respond #submit {
	background: #222;
	border: none;
	border-radius: 3px;
	color: #fff;
	margin: 0 auto;
	width: auto;
}

.comment-respond #submit:hover {
	background-color: #ca2017;
	cursor: pointer;
}

.comment-respond .comment-subscription-form:first-of-type {
	margin-top: 30px;
}

.comment-subscription-form input {
	margin: 25px 0 5px;
}

.comment-respond .comment-subscription-form:first-of-type input {
	margin-top: 0;
}


/* Trackbacks/Pingbacks --------------------------------------- */
.pingbacks {
	margin-top: 80px;
}
.pingbacks-title {
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.pingbacklist > li {
	line-height: 130%;
}

.pingbacklist > li {
	margin-bottom: 15px;
}


/* -------------------------------------------------------------------------------- */
/*	9. Pagination
/* -------------------------------------------------------------------------------- */


.page-title {
	border-top: 1px solid #ddd;
}
.error-404 .page-title,
.no-results .page-title,
.search-no-results .page-title {
	border-bottom: 1px solid #ddd;
}

.page-title h4 {
	color: #888;
	font-size: 0.9em;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}

.page-title .tag-archive-meta p {
	color: #666;
	font-size: 0.9em;
	font-style: italic;
	line-height: 120%;
	margin-top: 12px;
	text-align: center;
}

/* Archive navigation --------------------------------------- */
.archive-nav {
	background: #eee;
	position: relative;
	z-index: 5;
}

.archive-nav a {
	background: #eee;
	color: #666;
	display: block;
	float: left;
	font-size: 1.25em;
	font-weight: 800;
	letter-spacing: 1px;
	padding: 75px 0;
	text-align: center;
	text-transform: uppercase;
	width: 50%;
}

.archive-nav a:hover {
	background: #ca2017;
	color: #fff;
}

.archive-nav a.post-nav-newer,
.archive-nav a.next-image-link {
	float:right;
}


/* Infinite scroll navigation --------------------------------------- */
.infinite-scroll .post-nav,
.infinite-scroll .archive-nav {
	display: none;
}

/* Load more posts */
#infinite-handle {
	text-align: center;
	width: 100%;
}

#infinite-handle span {
	background: #eee;
	color: #666;
	display: block;
	float: left;
	font-size: 1.25em;
	font-weight: 800;
	letter-spacing: 1px;
	padding: 75px 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

#infinite-handle span:hover {
	background: #ca2017;
	color: #fff;
}

.infinite-loader {
	background-color: #eee;
	height: 173px;
	padding: 75px 0;
}

.infinite-loader .spinner {
	left: 50% !important;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}


/* -------------------------------------------------------------------------------- */
/*	10. Page & Page Templates
/* -------------------------------------------------------------------------------- */


.page .post-edit-link {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}


/* Archives template --------------------------------------- */
.archive-container {
	margin-top: 80px;
}

.archive-container li {
	border-bottom: 1px solid #eee;
	position: relative;
}

.archive-container li:first-child {
	border-top: 1px solid #eee;
}

.archive-container a {
	color: #222;
	display: block;
	font-family: 'Crimson Text', 'Times New Roman', Times, serif;
	font-size: 1.25em;
	line-height: 120%;
	padding: 16px 200px 16px 8px;
}

.archive-container a span {
	color: #999;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1;
	margin-top: -7px;
	position: absolute;
	right: 8px;
	text-transform: uppercase;
	top: 50%;
}

.archive-container a:hover {
	background-color: #fcfcfc;
	color: #ca2017;
}


/* Single attachment --------------------------------------- */
.single-attachment .attachment-radcliffe-post-image {
	display: block;
	margin: 0 auto;
}


/* Search --------------------------------------- */
.search-no-results .post-content p {
	text-align: center;
}

.search-form {
	position: relative;
}

.search-form .s {
	-webkit-appearance: none;
	background: #eee;
	border: none;
	border-radius: 0;
	color: #444;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	padding: 5% 20% 5% 5%;
	width: 100%;
}

.search-form .s:focus {
	outline: none;
}

.search-form .search-button {
	-webkit-appearance: none;
	background: url('images/icons/spyglass.svg') no-repeat center;
	background-size: 20px auto;
	border: none;
	height: 40px;
	margin-top: -20px;
	opacity: 0.5;
	padding: 0;
	position: absolute;
	right: 5%;
	text-indent: -9999px;
	top: 50%;
	width: 40px;
}

.search-form .search-button:hover {
	cursor: pointer;
	opacity: 1;
}


/* -------------------------------------------------------------------------------- */
/*	11. Footer
/* -------------------------------------------------------------------------------- */


.widget-area {
	border-top: 1px solid #ddd;
}

.widget-area .column {
	margin: 40px 0 0 0;
	width: 100%;
}

.widget-area .two-column .column {
	float: left;
	margin-left: 5%;
	width: 47.5%;
}

.widget-area .three-column .column {
	float: left;
	margin-left: 5%;
	width: 30%;
}

.widget-area .two-column .column:first-child,
.widget-area .three-column .column:first-child {
	margin-left: 0;
}

.widget {
	margin-top: 60px;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.widget:first-child {
	margin-top: 0;
}

.widget-content {
	color: #444;
	font-family: 'Crimson Text', 'Times New Roman', Times, serif;
	font-size: 1.1em;
}

.widget-title {
	color: #222;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9rem;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.widget-content a:hover {
	text-decoration: underline;
}

.widget-content p,
.widget-content ol,
.widget-content ul {
	line-height: 150%;
	margin-top: 1em;
}

.widget-content li {
	line-height: 130%;
	margin-top: 0.6em;
	overflow-wrap: break-word;
	padding-left: 21px;
	position: relative;
	word-wrap: break-word;
}

.widget-content li ul,
.widget-content li ol {
	margin-top: 0.6em;
}

.widget-content li:before {
	color: #999;
	content: "»";
	display: block;
	left: 0;
	position: absolute;
	top: 0;
}

.widget-content li span {
	color: #666;
	font-style: italic;
}

.widget-content span.post-date:before,
.widget-content span.rss-date:before {
	content: " — ";
}

.widget-content *:first-child {
	margin-top: 0;
}
.widget-content *:last-child {
	margin-bottom: 0;
}


/* Widget tag cloud --------------------------------------- */
.tagcloud a {
	background: #aaa;
	border-radius: 0 3px 3px 0;
	color: #fff;
	display: block;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px !important;
	line-height: 1;
	margin: 0 6px 8px 13px;
	padding: 6px 8px;
	position: relative;
}

.tagcloud a:before {
	border: 13px solid transparent;
	border-right-color: #aaa;
	content: "";
	display: block;
	left: -26px;
	position: absolute;
	top: 0;
}

.tagcloud a:after {
	background: #fff;
	border-radius: 99px;
	content: "";
	display: block;
	height: 4px;
	left: -3px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 4px;
}

.tagcloud a:hover {
	background-color: #ca2017;
	color: #fff;
	text-decoration: none;
}
.tagcloud a:hover:before {
	border-right-color: #ca2017;
}


/* Widget calendar --------------------------------------- */
#wp-calendar {
	max-width: 100%;
	text-align: center;
	width: 100%;
}

#wp-calendar,
#wp-calendar caption,
#wp-calendar tr,
#wp-calendar td,
#wp-calendar th {
	text-align: center;
}

#wp-calendar td {
	padding: 3% 2%;
}

#wp-calendar caption {
	line-height: 1;
	padding-bottom: 20px;
	text-transform: capitalize;
}

#wp-calendar thead th {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	font-size: 0.9em;
	font-weight: 700;
	line-height: normal;
	padding: 3% 2% 1.75%;
	text-transform: uppercase;
}

#wp-calendar tbody {
	border-bottom: 1px solid #eee;
}

#wp-calendar tfoot td {
	padding: 0;
}
#wp-calendar tfoot #prev {
	text-align: left;
}
#wp-calendar tfoot #next {
	text-align: right;
}

#wp-calendar tfoot a {
	color: #666;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.725em;
	font-weight: 700;
	padding: 12px 0;
	text-transform: uppercase;
}

#wp-calendar tfoot a:hover {
	color: #ca2017;
	text-decoration: none;
}


/* Widget search form --------------------------------------- */
.widget .search-form .s {
	font-size: 1rem;
}


/* Widget RSS --------------------------------------- */
.widget_rss .widget-content li {
	margin-top: 1em;
}

.widget_rss span.rss-date {
	display: block;
}
.widget_rss span.rss-date:before {
	content: none;
}

.widget_rss .rssSummary {
	font-size: 0.9em;
	margin-top: 5px;
}

.widget_rss cite {
	display: block;
	font-style: italic;
	font-weight: 700;
	margin-top: 5px;
}

.widget_rss cite:before {
	color: #999;
	content: "— ";
}

/* Jetpack Social Icons widget ---------------------- */
.jetpack_widget_social_icons a:hover {
	opacity: 0.7;
}

/* -------------------------------------------------------------------------------- */
/*	12. Credits
/* -------------------------------------------------------------------------------- */


.widget-area + .credits {
	border-top: 1px solid #ddd;
}

.credits {
	font-size: 0.8em;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.credits,
.credits a {
	color: #888;
}

.site-info {
	line-height: 1.4;
}


/* -------------------------------------------------------------------------------- */
/*	13. Helper Classes
/* -------------------------------------------------------------------------------- */


.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}


/* -------------------------------------------------------------------------------- */
/*	14. Media Queries
/* -------------------------------------------------------------------------------- */


@media (min-height: 1100px) {
	.featured-media {
		max-height: none;
	}
}

@media (min-width: 1020px) {
	.post-content .alignleft {
		margin-left: -100px;
	}
	.post-content .alignright {
		margin-right: -100px;
	}
}


@media (max-width: 1200px) {
	body {
		font-size: 18px;
	}
}


@media (max-width: 1020px) {
	.post-content .wp-caption {
		margin-bottom: 1em;
	}
}


@media (max-width: 1000px) {
	/* header */
	.header {
		padding: 30px 0;
		position: relative;
	}

	.blog-title {
		font-size: 32px;
		margin-bottom: 0;
		margin-right: 105px;
		margin-top: 5px;
		padding-right: 0;
	}

	.blog-logo {
		display: block;
		float: left;
		left: inherit;
		margin-top: 0;
		position: static;
		top: inherit;
	}

	.blog-logo img {
		height: 60px;
		width: auto;
	}


	/* nav-toggle */
	.nav-toggle {
		border-radius: 3px;
		display: block;
		margin-top: -16px;
		padding: 12px 12px 10px;
		position: absolute;
		right: 2%;
		top: 50%;
	}
	.no-title .nav-toggle {
		right: 0;
	}

	.nav-toggle .bars {
		float: right;
		height: 10px;
		margin-top: -1px;
		position: relative;
		width: 15px;
	}

	.nav-toggle .bar {
		background: #767676;
		border-radius: 2px;
		height: 2px;
		left: 0;
		position: absolute;
		top: 0;
		width: 15px;
	}

	.nav-toggle .bar:nth-child(2) {
		top: 4px;
	}
	.nav-toggle .bar:nth-child(3) {
		top: 8px;
	}

	.nav-toggle p {
		color: #767676;
		float: left;
		font-size: 14px;
		font-weight: 700;
		line-height: 10px;
		margin-right: 8px;
		position: relative;
		text-align: right;
		text-transform: uppercase;
		top: -1px;
	}

	.nav-toggle .close {
		display: none;
	}

	.nav-toggle:hover {
		cursor: pointer;
	}

	.nav-toggle.active {
		background: #019ebd;
	}
	.nav-toggle.active p {
		color: #fff;
	}

	.nav-toggle.active .bar {
		background: #fff;
	}

	.nav-toggle.active .bar:nth-child(1),
	.nav-toggle.active .bar:nth-child(3) {
		top: 4px;
	}

	.nav-toggle.active .bar:nth-child(2) {
		opacity: 0;
	}

	.nav-toggle.active .bar:nth-child(1) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.nav-toggle.active .bar:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}


	/* search toggle */
	.search-toggle-menu-item {
		display: none;
	}


	/* mobile menu */
	.main-menu {
		display: none;
	}

	.mobile-menu {
		background: #eee;
	}

	.mobile-menu li {
		line-height: 130%;
	}

	.mobile-menu a {
		color: #666;
		display: block;
		font-weight: 600;
		overflow-wrap: break-word;
		padding: 23px 8%;
		word-wrap: break-word;
	}

	.mobile-menu a:hover {
		background: #ca2017;
		color: #fff;
	}

	.mobile-menu ul a {
		padding-left: 12%;
	}
	.mobile-menu ul ul a {
		padding-left: 16%;
	}
	.mobile-menu ul ul ul a {
		padding-left: 20%;
	}
	.mobile-menu ul ul ul ul a {
		padding-left: 24%;
	}
	.mobile-menu ul ul ul ul ul a {
		padding-left: 28%;
	}

	/* mobile search form */

	.mobile-search-form {
		background: #eee;
		border-top: 1px solid #ddd;
		position: relative;
	}

	.mobile-search-form .s {
		background: none;
		border: none;
		color: #666;
		display: block;
		font-family: 'Open Sans', sans-serif;
		font-size: 1em;
		font-weight: 400;
		margin: 0 auto;
		max-width: 84%;
		padding: 25px 60px 25px 0;
		width: 100%;
	}

	.mobile-search-form .s:focus {
		outline: none;
	}

	.mobile-search-form .search-button {
		-webkit-appearance: none;
		background: url('images/icons/spyglass.svg') no-repeat center;
		background-size: 20px auto;
		border: none;
		height: 40px;
		margin-top: -20px;
		opacity: 0.5;
		padding: 0;
		position: absolute;
		right: 8%;
		text-indent: -9999px;
		top: 50%;
		width: 40px;
	}

	.mobile-search-form .search-button:hover {
		cursor: pointer;
		opacity: 1;
	}

	.post-cat-tags a {
		padding: 5px 0 3px 5px;
	}
}


@media (max-width: 900px) {
	/* main content */
	.post-header {
		padding: 75px 0;
	}

	.posts .post-header {
		padding: 50px 0;
	}

	.post-meta-top {
		margin-bottom: 20px;
	}

	.post-title {
		font-size: 2.5em;
	}

	/* paginations */
	.archive-nav a {
		font-size: 1.1em;
		padding: 50px;
	}

	/* footer */
	.widget-area .three-column .column {
		margin-left: 0;
		width: 100%;
	}

	.widget-area .three-column .column:first-child {
		margin-top: 0;
	}
}


@media (max-width: 725px) {
	.credits p {
		width: 100%;
		text-align: center;
	}
	.credits p:first-of-type {
		margin-bottom: 25px;
	}
}


@media (max-width: 600px) {
	body {
		font-size: 16px;
	}

	/* structure */
	.section {
		padding: 50px 0;
	}
	.medium-padding {
		padding: 40px 0;
	}
	.light-padding {
		padding: 25px 0;
	}
	.small-padding {
		padding: 20px 0;
	}

	.section-inner {
		max-width: 88%;
	}

	/* header */
	.header {
		padding: 25px 0;
	}

	.has-custom-header .site-logo-link {
		top: 30px;
	}

	.blog-title {
		font-size: 24px;
		letter-spacing: 0;
	}

	.blog-logo img {
		height: 40px;
	}

	/* navigation */
	.nav-toggle span {
		color: #666;
	}

	.mobile-menu a {
		overflow-wrap: break-word;
		padding: 18px 6%;
		word-wrap: break-word;
	}

	.mobile-menu ul a {
		padding-left: 11%;
	}
	.mobile-menu ul ul a {
		padding-left: 16%;
	}
	.mobile-menu ul ul ul a {
		padding-left: 21%;
	}
	.mobile-menu ul ul ul ul a {
		padding-left: 26%;
	}
	.mobile-menu ul ul ul ul ul a {
		padding-left: 31%;
	}

	.mobile-search-form .s {
		max-width: 88%;
		padding: 20px 60px 20px 0;
	}

	/* main content */
	.post-header {
		padding: 40px 0;
	}
	.posts .post-header {
		padding: 30px 0;
	}

	.post-meta-top {
		font-size: 0.85em;
		letter-spacing: 0;
		margin-bottom: 12px;
	}

	.post-meta-top .sep {
		margin: 0 4px;
	}

	.post-title {
		font-size: 2.25em;
	}

	.post-header-wrap .post-title {
		text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
	}

	/* single post */
	.single .post,
	.error404 .post,
	.page .single.post {
		padding-bottom: 50px;
	}

	.post-meta {
		margin-top: 50px;
	}

	.post-meta .meta-block {
		float: none;
		margin: 0;
		width: 100%;
	}

	.post-meta .meta-block + .meta-block {
		margin-top: 40px;
	}

	.post-author .avatar {
		max-width: 80px;
	}
	.post-author-container {
		min-height: 80px;
	}
	.post-author-inner {
		margin-left: 100px;
	}

	/* post-content */
	.post-content p,
	.post-content blockquote,
	.post-content ul,
	.post-content ol,
	.post-content li,
	.post-content address,
	.post-content dl,
	.post-content .wp-caption,
	.post-content pre {
		line-height: 150%;
	}

	.post-content li {
		margin-bottom: 0.5em;
	}

	.post-content h1,
	.post-content h2,
	.post-content h3,
	.post-content h4,
	.post-content h5,
	.post-content h6 {
		margin: 35px 0 18px;
	}

	.post-content h1 {
		font-size: 1.5em;
	}
	.post-content h2 {
		font-size: 1.35em;
	}
	.post-content h3 {
		font-size: 1.2em;
	}
	.post-content h4 {
		font-size: 1.1em;
	}
	.post-content h5 {
		font-size: 0.9em;
	}
	.post-content h6 {
		font-size: 0.75em;
		margin-bottom: 10px;
	}

	.post-content h1+h1,
	.post-content h1+h2,
	.post-content h1+h3,
	.post-content h1+h4,
	.post-content h1+h5,
	.post-content h1+h6,
	.post-content h2+h1,
	.post-content h2+h2,
	.post-content h2+h3,
	.post-content h2+h4,
	.post-content h2+h5,
	.post-content h2+h6,
	.post-content h3+h1,
	.post-content h3+h2,
	.post-content h3+h3,
	.post-content h3+h4,
	.post-content h3+h5,
	.post-content h3+h6,
	.post-content h4+h1,
	.post-content h4+h2,
	.post-content h4+h3,
	.post-content h4+h4,
	.post-content h4+h5,
	.post-content h4+h6,
	.post-content h5+h1,
	.post-content h5+h2,
	.post-content h5+h3,
	.post-content h5+h4,
	.post-content h5+h5,
	.post-content h5+h6,
	.post-content h6+h1,
	.post-content h6+h2,
	.post-content h6+h3,
	.post-content h6+h4,
	.post-content h6+h5,
	.post-content h6+h6 {
		margin-top: 20px;
	}

	.post-content blockquote:before,
	.post-content blockquote:after {
		margin: 25px auto;
	}

	.post-content blockquote p {
		font-size: 1em;
	}

	.post-content blockquote cite {
		margin-top: 20px;
	}

	/* comments */
	.comments-title-container {
		margin-bottom: 30px;
		padding-bottom: 15px;
	}

	.comments-nav-below {
		margin-top: 40px;
		padding-top: 15px;
	}

	.add-comment-title {
		margin-top: 9px;
	}

	.comment-header span {
		display: block;
		margin: 7px 0 0 0;
	}

	li.comment {
		margin-top: 30px;
	}

	.comment .avatar {
		max-width: 60px;
	}

	.bypostauthor .by-post-author {
		left: -6px;
		top: -6px;
	}

	.comment-inner {
		margin-left: 80px;
		padding: 25px;
	}

	.comment-inner:after {
		top: 18px;
	}

	.comment-actions {
		font-size: 0.9em;
	}

	/* respond */
	.comments .comment-respond {
		margin-top: 30px;
	}
	.comments .comment-respond .logged-in-as {
		margin-bottom: 30px;
	}

	.comment-reply-title #cancel-comment-reply-link {
		font-size: 0.8rem;
	}

	.comment-respond .comment-reply-title {
		margin-bottom: 15px;
	}

	.comment-respond .logged-in-as,
	.comment-respond .comment-notes {
		font-size: 0.9em;
		margin-bottom: 30px;
	}

	.comment-respond .third {
		float: none;
		margin: 0 0 12px 0;
		width: 100%;
	}

	.comment-respond input,
	.comment-respond textarea {
		font-size: 1em;
		padding: 12px 16px;
	}

	.comment-respond .thirds {
		margin: 0;
	}

	.comment-respond textarea {
		height: 200px;
	}

	.comment-respond .form-allowed-tags {
		font-size: 0.75em;
		margin-top: 15px;
	}

	.comment-respond .form-submit {
		margin-top: 15px;
	}

	.comment-respond .comment-subscription-form {
		margin-top: 15px;
	}

	.comment-respond .comment-subscription-form:before,
	.comment-respond .comment-subscription-form:after {
		content: " ";
		display: table;
	}

	.comment-respond .comment-subscription-form:after {
		clear: both;
	}

	.comment-respond .comment-subscription-form input {
		-webkit-appearance: checkbox;
		margin: 0;
	}

	.comment-respond .comment-subscription-form label {
		float: right;
		width: 85%;
	}


	/* pagination */
	.archive-nav a {
		font-size: 0.8em;
		font-weight: 700;
		padding: 30px 0;
	}

	/* page & page templates */
	.archive-container {
		margin-top: 40px;
	}

	.archive-container a {
		padding: 14px 7px;
	}

	.archive-container a span {
		font-family: 'Crimson Text', 'Times New Roman', Times, serif;
		font-size: inherit;
		font-style: italic;
		font-weight: 400;
		letter-spacing: 0;
		line-height: inherit;
		margin-top: 0;
		position: static;
		right: auto;
		text-transform: none;
		top: auto;
	}

	.archive-container a span:before {
		content: " — ";
	}

	/* footer */
	.widget {
		display: block;
		float: none;
		margin: 40px 0 0 0;
		width: 100%;
	}

	.widget-area .column:first-child,
	.widget:first-child {
		margin-top: 0;
	}

	.widget-area .two-column .column {
		margin-left: 0;
		width: 100%;
	}

	.widget-content li {
		padding-left: 18px;
	}

	/* credits */
	.credits {
		font-size: 1em;
	}

	.credits span {
		display: none;
	}

	/* Infinite Scroll */
	#infinite-handle span,
	.infinite-loader {
		height: 110px;
		padding: 45px 0;
	}
}


@media (max-width: 500px) {
	body {
		font-size: 15px;
	}

	/* main content */
	.post-meta-top {
		font-size: 0.8em;
	}

	.post-title {
		font-size: 2em;
	}

	.cat-tags div {
		font-size: 1em;
		margin: 0;
		margin-top: 30px;
		width: 100%;
	}

	.cat-tags div strong {
		margin-bottom: 5px;
	}

	.cat-tags div:first-child {
		margin-top: 0;
	}

	/* comments */
	.comment .avatar {
		display: none;
	}

	.comment-inner {
		margin-left: 0;
	}

	.comment-inner:after {
		content: none;
	}

	/* pagination */
	.archive-nav a {
		padding: 25px 0;
	}
}


@media (max-width: 350px) {

	/* header */
	.blog-logo img {
		height: 40px;
		width: auto;
	}

	/* single post */
	.post-author .avatar {
		max-width: 60px;
	}
	.post-author-inner {
		margin-left: 80px;
	}
}
