/*
Theme Name: Grood
Description: Main Styles.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Font Awesome
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Cards
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Related Posts
 *    11.7 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 480px
 *    14.2 - >= 768px
 *       14.2.1 - >= 768px and < 992
 *    14.3 - >= 992px
 *    14.4 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal 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-color: transparent;
}

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

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 0;
}

hr {
	box-sizing: content-box;
}

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

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

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	cursor: pointer;

	-webkit-appearance: button;
}

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

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

input[type='checkbox'],
input[type='radio'] {
	box-sizing: border-box;
	margin-right: .4375em;
	padding: 0;
}

input[type='date']::-webkit-inner-spin-button,
input[type='date']::-webkit-outer-spin-button,
input[type='time']::-webkit-inner-spin-button,
input[type='time']::-webkit-outer-spin-button,
input[type='datetime-local']::-webkit-inner-spin-button,
input[type='datetime-local']::-webkit-outer-spin-button,
input[type='week']::-webkit-inner-spin-button,
input[type='week']::-webkit-outer-spin-button,
input[type='month']::-webkit-inner-spin-button,
input[type='month']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	height: auto;
}

input[type='search'] {
	-webkit-appearance: textfield;
}

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

fieldset {
	min-width: inherit;
	margin: 0 0 1.75em;
	padding: .875em;
	border: 1px solid #d1d1d1;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


/**
 * 2.0 - Font Awesome
 */

.menu-item-has-children a:after,
.accessory-navigation .search-link:before,
.overlay-search-close:before,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before,
.scroll-to-top::before {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	text-decoration: inherit;
	text-transform: none;
	font-family: 'FontAwesome';
	font-size: inherit;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
}


/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
	color: #1a1a1a;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.53846154;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
	font-weight: 700;

	text-rendering: optimizeLegibility;
}

p {
	margin: 0 0 20px;
}

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

blockquote {
	overflow: hidden;
	margin: 0 0 20px;
	padding: 0 0 0 20px;
	color: #6e6e80;
	border: 0 solid #9a9aae;
	border-left-width: 4px;
	font-size: 14px;
	line-height: 1.571429;
}

blockquote,
q {
	quotes: none;
}

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

blockquote p {
	margin-bottom: 20px;
}

blockquote cite,
blockquote small {
	display: block;
	color: #adadad;
	font-size: 13px;
	line-height: 1.53846154;
}

blockquote cite:before,
blockquote small:before {
	content: '\2014\00a0';
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	margin: 0 0 20px;
	font-style: italic;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	overflow: auto;
	max-width: 100%;
	margin: 0 0 20px;
	padding: 20px;
	white-space: pre-wrap;
	word-wrap: break-word;
	border: 1px solid #e0e0e0;
	background-color: #eee;
	font-size: 14px;
	line-height: 1.42857143;
}

code {
	padding: 10px 15px;
	background-color: #f5f5f5;
}

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

mark,
ins {
	padding: 1px 5px;
	text-decoration: none;
	color: #1a1a1a;
	background: #fdd835;
}

big {
	font-size: 125%;
}


/**
 * 4.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        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/ */
	-webkit-box-sizing: inherit;
	   -moz-box-sizing: inherit;
	        box-sizing: inherit;
}

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

hr {
	height: 1px;
	margin: 0 0 20px;
	border: 0;
	background-color: #eee;
}

ul,
ol {
	margin: 0 0 20px 20px;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	margin-left: 25px;
	list-style: decimal;
}

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

dl {
	margin: 0 0 20px;
}

dt {
	font-weight: 600;
}

dd {
	margin: 0 0 20px;
}

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

del {
	opacity: .8;
}

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

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

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

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

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

th,
td {
	padding: 8px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #adadad;
	font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
}

:-moz-placeholder {
	color: #adadad;
	font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
}

::-moz-placeholder {
	opacity: 1;
	color: #adadad;
	font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #adadad;
	font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
}


/**
 * 5.0 - Forms
 */

label {
	display: block;
	margin-bottom: 5px;
	color: #6e6e80;
}

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type='button'],
input[type='button'][disabled]:hover,
input[type='button'][disabled]:focus,
input[type='reset'],
input[type='reset'][disabled]:hover,
input[type='reset'][disabled]:focus,
input[type='submit'],
input[type='submit'][disabled]:hover,
input[type='submit'][disabled]:focus {
	padding: 15px 20px;
	-webkit-transition: background-color .2s ease 0s;
	   -moz-transition: background-color .2s ease 0s;
	     -o-transition: background-color .2s ease 0s;
	        transition: background-color .2s ease 0s;
	text-transform: uppercase;
	color: #fff;
	border: 0;
	background-color: #212127;
	font-weight: 700;
	line-height: 1;
}

button:hover,
button:focus,
input[type='button']:hover,
input[type='button']:focus,
input[type='reset']:hover,
input[type='reset']:focus,
input[type='submit']:hover,
input[type='submit']:focus {
	background: #4c4c51;
}

button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='week'],
input[type='month'],
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='number'],
textarea {
	width: 100%;
	padding: 11px 20px 12px;
	color: #757575;
	border: 1px solid #e0e0e0;
	background: #fff;
}

input[type='date']:focus,
input[type='time']:focus,
input[type='datetime-local']:focus,
input[type='week']:focus,
input[type='month']:focus,
input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='number']:focus,
textarea:focus {
	color: #1a1a1a;
	border-color: #d1d1d1;
	outline: 0;
}

select {
	width: 100%;
	padding: 10px 20px 11px;
	color: #757575;
	border: 1px solid #e0e0e0;
	background-color: #fff;
}

select:focus {
	border-color: #d1d1d1;
}

.post-password-form {
	margin-bottom: 20px;
}

.post-password-form label {
	margin-bottom: 20px;
}

.post-password-form input[type='password'] {
	margin-top: 5px;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.search-form {
	position: relative;
}

input[type='search'].search-field {
	padding-right: 50px;
}

.search-submit:before {
	position: relative;
	width: 40px;
	content: '\f002';
	font-size: 19px;
	line-height: 42px;
}

.search-submit {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	width: 42px;
	padding: 0;
	-webkit-transition: color .2s ease 0s;
	   -moz-transition: color .2s ease 0s;
	     -o-transition: color .2s ease 0s;
	        transition: color .2s ease 0s;
	color: #c2c2d4;
	background-color: transparent;
}

.search-submit:hover,
.search-submit:focus {
	color: #8c8ca2;
	background-color: transparent;
}


/**
 * 6.0 - Navigation
 */

/**
 * 6.1 - Links
 */

a {
	-webkit-transition: all ease 0s;
	   -moz-transition: all .2s ease 0s;
	     -o-transition: all .2s ease 0s;
	        transition: all .2s ease 0s;
	text-decoration: none;
	color: #1a1a1a;
}

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

a:focus {
	outline: thin dotted;
}

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

.entry-content a,
.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body > a,
.textwidget a {
	box-shadow: 0 1px 0 0 #fdd835;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus {
	box-shadow: none;
}

.site-info a:hover {
	box-shadow: 0 1px 0 0 currentColor;
}


/**
 * 6.2 - Menus
 */

.site-header-menu {
	display: none;
	        flex: 0 1 100%;

	-webkit-flex: 0 1 100%;
	    -ms-flex: 0 1 100%;
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
	display: block;
}

.main-navigation ul,
.accessory-navigation ul {
	margin: 0;
	list-style: none;
}

.main-navigation li,
.accessory-navigation li {
	position: relative;
	border-top: 1px solid #eee;
}

.accessory-navigation li:first-child {
	border-top: 0;
}

.main-navigation a,
.accessory-navigation a {
	display: block;
	padding: 13px 0;
	text-transform: uppercase;
	color: #6e6e80;
	outline-offset: -1px;
	font-weight: 600;
}

.main-navigation a:hover,
.main-navigation a:focus,
.accessory-navigation a:hover,
.accessory-navigation a:focus {
	color: #1a1a1a;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.accessory-navigation .current-menu-item > a,
.accessory-navigation .current-menu-ancestor > a {
	color: #1a1a1a;
}

.main-navigation ul ul,
.accessory-navigation ul ul {
	display: none;
	margin-left: 15px;
}

.main-navigation ul ul li > a,
.accessory-navigation ul ul li > a {
	text-transform: none;
}

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

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

.main-navigation .primary-menu {
	border-bottom: 1px solid #eee;
}

.main-navigation .menu-item-has-children > a,
.accessory-navigation .menu-item-has-children > a {
	margin-right: 56px;
}

.dropdown-toggle {
	position: absolute;
	top: 0;
	right: 0;
	width: 46px;
	height: 46px;
	padding: 0;
	content: '';
	text-transform: none;
	color: #bdbdbd;
	border: 0;
	border-radius: 0;
	background-color: transparent;
}

.dropdown-toggle:after {
	position: relative;
	left: 1px;
	width: 46px;
	content: '\f107';
	border: 0 solid #eee;
	border-left-width: 1px;
	font-size: 24px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	color: #1a1a1a;
	background-color: transparent;
}

.dropdown-toggle:focus {
	outline: thin dotted;
	outline-offset: -1px;
}

.dropdown-toggle:focus:after {
	border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
	content: '\f106';
}

.social-navigation ul {
	margin: 15px -7px 0;
	list-style: none;
	text-align: center;
}

.social-navigation li {
	display: inline-block;
	margin: 0 7px;
}

.social-navigation a {
	position: relative;
	display: block;
	width: 32px;
	height: 32px;
	color: rgba(255, 255, 255, .3);
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .07);
	font-size: 14px;
}

.social-navigation a:before {
	width: 32px;
	height: 32px;
	content: '\f1e0';
	text-align: center;
	line-height: 32px;
}

.social-navigation a:hover,
.social-navigation a:focus {
	color: rgba(255, 255, 255, .5);
	background-color: rgba(255, 255, 255, .15);
}

.social-navigation a[href*='codepen.io']:before {
	content: '\f1cb';
}

.social-navigation a[href*='digg.com']:before {
	content: '\f1a6';
}

.social-navigation a[href*='dribbble.com']:before {
	content: '\f17d';
}

.social-navigation a[href*='dropbox.com']:before {
	content: '\f16b';
}

.social-navigation a[href*='facebook.com']:before {
	content: '\f09a';
}

.social-navigation a[href*='flickr.com']:before {
	content: '\f16e';
}

.social-navigation a[href*='foursquare.com']:before {
	content: '\f180';
}

.social-navigation a[href*='plus.google.com']:before {
	content: '\f0d5';
}

.social-navigation a[href*='github.com']:before {
	content: '\f1d3';
}

.social-navigation a[href*='instagram.com']:before {
	content: '\f16d';
}

.social-navigation a[href*='linkedin.com']:before {
	content: '\f0e1';
}

.social-navigation a[href*='pinterest.com']:before {
	content: '\f231';
}

.social-navigation a[href*='getpocket.com']:before {
	content: '\f265';
}

.social-navigation a[href*='reddit.com']:before {
	content: '\f281';
}

.social-navigation a[href*='skype.com']:before {
	content: '\f17e';
}

.social-navigation a[href*='stumbleupon.com']:before {
	content: '\f1a4';
}

.social-navigation a[href*='tumblr.com']:before {
	content: '\f173';
}

.social-navigation a[href*='twitter.com']:before {
	content: '\f099';
}

.social-navigation a[href*='vimeo.com']:before {
	content: '\f27d';
}

.social-navigation a[href*='vk.com']:before {
	content: '\f189';
}

.social-navigation a[href*='wordpress.com']:before,
.social-navigation a[href*='wordpress.org']:before {
	content: '\f19a';
}

.social-navigation a[href*='youtube.com']:before {
	content: '\f16a';
}

.social-navigation a[href^='mailto:']:before {
	content: '\f003';
}

.social-navigation a[href*='spotify.com']:before {
	content: '\f1bc';
}

.social-navigation a[href*='twitch.tv']:before {
	content: '\f1e8';
}

.social-navigation a[href$='/feed/']:before {
	content: '\f09e';
}

.post-navigation {
	clear: both;
	margin-bottom: 15px;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
	background-color: #fff;
}

.post-navigation a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	height: 100%;
	min-height: 100px;

	-webkit-justify-content: space-between;
	        justify-content: space-between;
}

.post-navigation span {
	display: block;
}

.post-navigation .nav-link-thumbnail {
	position: relative;
	overflow: hidden;
	        flex: 1 1 100px;

	-webkit-flex: 1 1 100px;
	    -ms-flex: 1 1 100px;
}

.post-navigation .nav-link-thumbnail img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	min-width: 100%;
	max-width: 1000%;
	height: auto;
	min-height: 100%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	   -moz-transform: translateX(-50%) translateY(-50%);
	    -ms-transform: translateX(-50%) translateY(-50%);
	     -o-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
}

/* For browsers that support 'object-fit' */
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
	.post-navigation .nav-link-thumbnail img {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transform: none;
		   -moz-transform: none;
		    -ms-transform: none;
		     -o-transform: none;
		        transform: none;

		-o-object-fit: cover;
		   object-fit: cover;
	}
}

.post-navigation .nav-link-meta {
	        flex: 1 1 calc(100% - 100px);
	padding: 15px;

	-webkit-flex: 1 1 calc(100% - 100px);
	    -ms-flex: 1 1 calc(100% - 100px);
}

.post-navigation .meta-nav {
	margin-bottom: 5px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #9a9aae;
	font-size: 11px;
}

.post-navigation .post-title {
	display: inline;
	transition: all .2s ease 0s;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;

	text-rendering: optimizeLegibility;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
	color: #6e6e80;
}

.post-navigation div + div {
	margin-top: 15px;
}

.pagination {
	position: relative;
}

.pagination a:hover,
.pagination a:focus,
.pagination .page-numbers.current {
	color: #fff;
	background-color: #212127;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	margin-right: 3px;
	padding: 12px 16px;
	text-transform: uppercase;
	color: #1a1a1a;
	border: 1px solid #212127;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
}

.pagination .page-numbers:last-child {
	margin-right: 0;
}

.pagination .current,
.pagination .prev,
.pagination .next {
	display: inline-block;
}

.pagination .prev:focus,
.pagination .next:focus {
	outline: 0;
}

.image-navigation,
.comment-navigation {
	margin: 0 0 15px;
	padding: 15px 0;
	color: #adadad;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

.comment-navigation {
	margin-right: 0;
	margin-left: 0;
}

.comments-title + .comment-navigation {
	margin-bottom: 0;
	border-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	display: inline-block;
	padding: 0 5px;
	content: '\002f';
	opacity: .5;
}

/* Scroll to Top */
.scroll-to-top {
	position: fixed;
	z-index: 5;
	right: 15px;
	bottom: 16px;
	display: none;
	width: 42px;
	height: 42px;
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
	        transition: none;
	color: #1a1a1a;
	border-radius: 50%;
	background-color: #ffee58;
}

.scroll-to-top:hover,
.scroll-to-top:focus {
	color: #fff;
	outline: none;
	background-color: #4c4c51;
}

.scroll-to-top::before {
	width: 42px;
	height: 42px;
	content: '\f106';
	font-size: 24px;
	line-height: 38px;
}


/**
 * 7.0 - Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	position: absolute !important;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	top: -9999em;
	left: -9999em;
	display: block;
	padding: 15px 25px;
	text-decoration: none;
	text-transform: none;
	color: #1a1a1a;
	outline: none;
	background-color: #f2f2f2;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, .2);
	font-weight: 700;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .2);
}

.site .skip-link:focus {
	z-index: 100000;
	top: 7px;
	left: 6px;
	clip: auto;
	width: auto;
	height: auto;
}


/**
 * 8.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.aligncenter {
	display: block;
	clear: both;
	margin: 0 auto 20px;
}

blockquote.alignleft {
	margin: 0 20px 20px 0;
}

blockquote.alignright {
	margin: 0 0 20px 20px;
}

blockquote.aligncenter {
	margin-bottom: 20px;
}


/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after,
.post-navigation .nav-links:before,
.post-navigation .nav-links:after {
	display: table;
	content: '';
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after,
.post-navigation .nav-links:after {
	clear: both;
}


/**
 * 10.0 - Widgets
 */

.widget {
	margin-bottom: 15px;
	padding: 15px;
	background-color: #fff;
}

.widget-area > :last-child,
.widget > :last-child,
.widget .menu-main-container > :last-child {
	margin-bottom: 0;
}

.widget .widget-title {
	margin: 5px 0 20px;
	letter-spacing: -1px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.111111;
}

.widget .widget-title:empty {
	margin-bottom: 0;
}

.widget ul {
	margin-left: 0;
	list-style: outside none none;
}

.widget ul li {
	margin-bottom: 10px;
	padding-top: 9px;
	border-top: 1px solid #eee;
	line-height: 1.538461;
}

.widget ul:not(.children):not(.sub-menu) > li:last-child {
	margin-bottom: 0;
	padding-bottom: 9px;
	border-bottom: 1px solid #eee;
}

.widget ul.children,
.widget ul.sub-menu {
	margin-top: 9px;
}

.widget ul.children li,
.widget ul.sub-menu li {
	position: relative;
	margin-left: 15px;
}

.widget ul.children li:before,
.widget ul.sub-menu li:before {
	position: absolute;
	top: 17px;
	left: -15px;
	width: 4px;
	height: 4px;
	content: '';
	border-radius: 50%;
	background-color: #fdd835;
}

/* Calendar widget */
.widget.widget_calendar table {
	margin: 0;
}

.widget_calendar td,
.widget_calendar th {
	padding: 0;
	text-align: center;
	line-height: 2.5625;
}

.widget_calendar caption {
	margin-bottom: 10px;
	font-weight: 700;
}

.widget_calendar tbody a {
	display: block;
	color: #1a1a1a;
	background-color: #fff9c4;
	font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	color: #fff;
	background-color: #212127;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
	display: block;
	margin-top: 3px;
	color: #9a9aae;
	font-size: 11px;
}

/* Recent Сomments widget */
.widget_recent_comments ul li {
	color: #9a9aae;
	font-size: 12px;
}

.widget_recent_comments ul li .comment-author-link {
	line-height: 1.5;
}

.widget_recent_comments ul li .comment-author-link a {
	display: inline !important;
	margin-top: 0 !important;
	text-decoration: underline;
	color: #9a9aae;
	font-size: 12px;
}

.widget_recent_comments ul li .comment-author-link a:hover,
.widget_recent_comments ul li .comment-author-link a:focus {
	color: #e65100;
	box-shadow: none;
}

.widget_recent_comments ul li a {
	display: block !important;
	margin-top: 3px !important;
	font-size: 13px;
}

/* RSS widget */
.widget_rss .rsswidget img {
	margin-top: -3px;
	margin-right: 3px;
}

.widget_rss ul li .rsswidget {
	font-weight: 600;
}

.widget_rss .rss-date,
.widget_rss cite {
	display: block;
	margin-top: 5px;
	color: #9a9aae;
	font-size: 12px;
}

.widget_rss .rssSummary {
	margin-top: 5px;
}

/* Tag Cloud widget */
.tagcloud a {
	display: inline-block;
	margin: 0 3px 7px 0;
	padding: 6px 12px 8px;
	color: #6e6e80;
	border: 1px solid #eee;
	line-height: 1;
}

.tagcloud a:hover,
.tagcloud a:focus {
	color: #fff;
	border-color: #212127;
	outline: 0;
	background-color: #212127;
}

/* Other widgets */
.widget_search .search-form > label {
	margin-bottom: 0;
}

.widget_search .search-submit::before {
	font-size: 14px;
}

.widget_categories .current-cat > a,
.widget_nav_menu .current-menu-item > a,
.widget_pages .current_page_item > a {
	color: #e65100;
}

.widget_archive li,
.widget_categories li {
	color: #9a9aae;
}


/**
 * 11.0 - Content
 */

.site-content {
	word-wrap: break-word;
}

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

.site-main {
	margin-bottom: 15px;
}

.site-main > :last-child {
	margin-bottom: 0;
}

/* Main Content Layouts */
.content-grid .grid-item,
.content-masonry .masonry-item {
	margin-bottom: 15px;
}

.content-masonry .masonry-item {
	opacity: 0;
}

.content-masonry .masonry-item.is-visible {
	-webkit-animation: Items 700ms ease-in forwards;
	        animation: Items 700ms ease-in forwards;
}

@-webkit-keyframes Items {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes Items {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


/**
 * 11.1 - Header
 */

.site-header {
	margin-bottom: 15px;
}

.navbar {
	background-color: #fff;
}

.navbar-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;

	-webkit-align-items: center;
	        align-items: centert;
	-ms-flex-align: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.site-branding {
	overflow: hidden;
	min-width: 0;
	/* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
	max-width: 100%;
	margin-right: auto;
}

.custom-logo-link {
	display: inline-block;
	padding-top: 12px;
	padding-bottom: 12px;
	vertical-align: middle;
}

.custom-logo {
	width: auto;
	max-width: 240px;
	height: 32px;
	margin-right: 10px;
}

.site-title {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	font-family: 'Merienda One', Georgia, Times, serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
}

.site-branding .site-title a {
	display: block;
	padding-top: 16px;
	padding-bottom: 16px;
	color: #1a1a1a;
}

.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
	color: #1a1a1a;
}

.menu-toggle {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 11px;
	-webkit-transition: background-color .2s ease 0s;
	   -moz-transition: background-color .2s ease 0s;
	     -o-transition: background-color .2s ease 0s;
	        transition: background-color .2s ease 0s;
	border-radius: 0;
	background-color: #ffee58;
}

.menu-toggle .icon-bar {
	display: block;
	width: 20px;
	height: 2px;
	-webkit-transition: background-color .2s ease 0s;
	   -moz-transition: background-color .2s ease 0s;
	     -o-transition: background-color .2s ease 0s;
	        transition: background-color .2s ease 0s;
	background-color: #212127;
}

.menu-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}

.no-js .menu-toggle {
	display: none;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: #212127;
}

.menu-toggle:hover .icon-bar,
.menu-toggle:focus .icon-bar {
	background-color: #fff;
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
	background-color: #212127;
}

.menu-toggle.toggled-on .icon-bar,
.menu-toggle.toggled-on:hover .icon-bar,
.menu-toggle.toggled-on:focus .icon-bar {
	background-color: #fff;
}

.menu-toggle:focus {
	outline: 0;
}

.menu-toggle.toggled-on:focus {
	outline: thin dotted;
}

/* Search */
.overlay-search {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 15px;
	-webkit-transition: all .5s ease-in-out;
	   -moz-transition: all .5s ease-in-out;
	     -o-transition: all .5s ease-in-out;
	        transition: all .5s ease-in-out;
	-webkit-transform: translate(0px, -100%) scale(0, 0);
	   -moz-transform: translate(0px, -100%) scale(0, 0);
	    -ms-transform: translate(0px, -100%) scale(0, 0);
	     -o-transform: translate(0px, -100%) scale(0, 0);
	        transform: translate(0px, -100%) scale(0, 0);
	opacity: 0;
	background-color: rgba(33, 33, 37, .98);
}

.overlay-search.open {
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	   -moz-transform: translate(0px, 0px) scale(1, 1);
	    -ms-transform: translate(0px, 0px) scale(1, 1);
	     -o-transform: translate(0px, 0px) scale(1, 1);
	        transform: translate(0px, 0px) scale(1, 1);
	opacity: 1;
}

.overlay-search-close {
	position: fixed;
	top: 12px;
	right: 12px;
	padding: 9px 13px 12px;
	-webkit-transition: color, background-color .2s ease 0s;
	   -moz-transition: color, background-color .2s ease 0s;
	     -o-transition: color, background-color .2s ease 0s;
	        transition: color, background-color .2s ease 0s;
	color: rgba(255, 255, 255, .3);
	border-radius: 0;
	background-color: #303036;
	font-size: 20px;
}

.overlay-search-close:hover,
.overlay-search-close:focus {
	color: rgba(255, 255, 255, .35);
	background-color: #333339;
}

.overlay-search-close:before {
	content: '\f00d';
}

.overlay-search .search-form {
	top: 50%;
	width: calc(100% - 30px);
	max-width: 400px;
	margin: 0 auto;
	margin-top: -17px;
}

.overlay-search input[type='search'] {
	margin: 0 auto;
	padding: 5px 10px 5px 0;
	color: rgba(255, 255, 255, .7);
	border-width: 0 0 1px 0;
	border-color: rgba(255, 255, 255, .2);
	border-radius: 0;
	outline: none;
	background: transparent;
	font-size: 16px;
}

.overlay-search .search-submit {
	color: #646464;
}

.overlay-search .search-submit:hover,
.overlay-search .search-submit:focus {
	color: #757575;
}

.overlay-search .search-submit::before {
	bottom: 0;
	font-size: 17px;
	line-height: 34px;
}

/* Jumbotron */
.jumbotron > .container {
	position: relative;
}

.header-image,
.header-carousel {
	clear: both;
	overflow: hidden;
	margin-top: 15px;
	max-width: 100%;
}

/* Header Carousel */
.header-carousel {
	height: 384px;
}

.header-carousel-2 .carousel-item {
	-webkit-transition: opacity 1s ease 0s;
	   -moz-transition: opacity 1s ease 0s;
	     -o-transition: opacity 1s ease 0s;
	        transition: opacity 1s ease 0s;
	opacity: .25;
}

.header-carousel-2 .carousel-item.slick-active {
	opacity: 1;
}

.header-carousel-2 .carousel-item:not(.slick-active) .post-card-image:hover .post-card-thumbnail::before,
.header-carousel-2 .carousel-item:not(.slick-active) .post-card-image:focus .post-card-thumbnail::before {
	background-color: transparent;
}

.header-carousel-2 .carousel-item .post-card-caption {
	-webkit-transition: opacity 2s ease 0s;
	   -moz-transition: opacity 2s ease 0s;
	     -o-transition: opacity 2s ease 0s;
	        transition: opacity 2s ease 0s;
	opacity: 0;
}

.header-carousel-2 .carousel-item.slick-active .post-card-caption {
	opacity: 1;
}

.site-description {
	position: relative;
	margin: 15px 0 0;
	padding: 15px;
	text-align: center;
	background-color: #fff;
	font-family: 'Playfair Display', Georgia, Times, serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
}

.site-description > p {
	margin: 0;
}


/**
 * 11.2 - Posts and pages
 */

.site-main > article {
	position: relative;
	margin-bottom: 15px;
	padding: 15px;
	background-color: #fff;
}

.post-thumbnail {
	display: block;
	margin: -15px -15px 15px;
}

.post-thumbnail img {
	display: block;
}

.no-sidebar .post-thumbnail img {
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: .85;
}

.entry-header {
	margin-bottom: 15px;
}

.entry-title {
	font-family: 'Playfair Display', Georgia, Times, serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
}

.entry-title a {
	color: #1a1a1a;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #e65100;
}

.entry-header-meta {
	margin-top: 5px;
}

.entry-header-meta > span {
	display: inline-block;
	margin-right: 8px;
}

.entry-header-meta > span:last-child {
	margin-right: 0;
}

.entry-header-meta,
.entry-header-meta a {
	color: #9a9aae;
}

.entry-header-meta a:hover,
.entry-header-meta a:focus {
	color: #6e6e80;
}

.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
	margin-top: 30px;
	margin-bottom: 20px;
	font-family: 'Playfair Display', Georgia, Times, serif;
	font-size: 20px;
	line-height: 1.25;
}

.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2 {
	margin-top: 30px;
	margin-bottom: 20px;
	font-family: 'Playfair Display', Georgia, Times, serif;
	font-size: 19px;
	line-height: 1.315789;
}

.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
	margin-top: 30px;
	margin-bottom: 20px;
	font-family: 'Playfair Display', Georgia, Times, serif;
	font-size: 18px;
	line-height: 1.388889;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.25;
}

.entry-content h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4 {
	text-transform: uppercase;
}

.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
	font-style: italic;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-weight: 700;
}

.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,
.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,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
	margin-top: 0;
}

.post-navigation .post-title,
.entry-title,
.comments-title {
	-webkit-hyphens: auto;
	        hyphens: auto;

	    -ms-hyphens: auto;
}

body:not(.search-results) .entry-summary {
	margin-bottom: 20px;
	color: #6e6e80;
	font-size: 14px;
	line-height: 1.571429;
}

body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ul,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary table {
	margin-bottom: 20px;
}

body:not(.search-results) .entry-summary li > ul,
body:not(.search-results) .entry-summary li > ol {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
	padding: 5px;
}

body:not(.search-results) .entry-summary fieldset {
	margin-bottom: 20px;
}

body:not(.search-results) .entry-summary blockquote {
	border-color: currentColor;
}

body:not(.search-results) .entry-summary blockquote > :last-child {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary .alignleft {
	margin: 0 20px 20px 0;
}

body:not(.search-results) .entry-summary .alignright {
	margin: 0 0 20px 20px;
}

body:not(.search-results) .entry-summary .aligncenter {
	margin-bottom: 20px;
}

.entry-content > :last-child,
.entry-summary > :last-child,
body:not(.search-results) .entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
	margin-bottom: 0;
}

.more-link {
	white-space: nowrap;
	font-weight: 600;
}

.author-info {
	clear: both;
	margin-bottom: 15px;
	padding: 20px 15px;
	text-align: center;
	background-color: #fff;
}

.author-avatar .avatar {
	width: 100px;
	height: 100px;
	margin-bottom: 15px;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.author-title {
	clear: none;
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.111111;
}

.author-bio {
	overflow: hidden;
	margin-bottom: 15px;
}

.entry-footer {
	margin-top: 15px;
	color: #9a9aae;
}

.entry-footer:empty {
	margin: 0;
}

.entry-footer-meta > span {
	display: inline-block;
	margin-right: 8px;
}

.entry-footer-meta > span:last-child {
	margin-right: 0;
}

.entry-footer a {
	color: #9a9aae;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #6e6e80;
}

.entry-footer .tags-links {
	display: block;
	margin-right: 0;
	margin-bottom: 10px;
}

.entry-footer .tags-links a {
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 2px 12px 4px;
	border: 1px solid #eee;
}

.entry-footer .tags-links a:hover,
.entry-footer .tags-links a:focus {
	color: #fff;
	border-color: #212127;
	background-color: #212127;
}

.entry-footer .avatar {
	width: 20px;
	height: 20px;
	margin: -4px 2px 0 0;
}

.sticky-post {
	display: block;
	margin-bottom: 5px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #9a9aae;
}

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
	display: none;
}

.sticky .posted-on,
.entry-footer-meta > .byline {
	display: none;
}

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

.page-header {
	margin-bottom: 15px;
	padding: 15px;
	border-top: 3px solid #212127;
	border-bottom: 1px solid #e0e0e0;
}

body.error404 .page-header,
body.search-no-results .page-header {
	padding: 0;
	border: 0;
}

.page-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.25;
}

.taxonomy-description {
	margin-top: 10px;
	color: #9a9aae;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
}

.page-links a,
.page-links > span {
	display: inline-block;
	margin-right: 5px;
	padding: 8px 11px;
	text-align: center;
	color: #1a1a1a;
	border: 1px solid #212127;
	box-shadow: none;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.090909;
}

.page-links > span {
	color: #fff;
	background-color: #212127;
}

.page-links a:hover,
.page-links a:focus {
	color: #fff;
	background-color: #212127;
}

.page-links > .page-links-title {
	color: #1a1a1a;
	background-color: #fff;
}

.entry-attachment {
	margin-bottom: 20px;
}

.entry-caption {
	padding-top: 15px;
	color: #9a9aae;
	font-style: italic;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}

.content-bottom-widgets .widget-area {
	margin-bottom: 15px;
}


/**
 * 11.3 - Post Cards
 */

.post-card {
	position: relative;
}

.post-card-thumbnail {
	display: block;
	text-align: center;
	background-color: #eee;
}

.post-card-caption {
	padding: 15px;
	background-color: #fff;
}

.post-card-header {
	margin-bottom: 12px;
}

.post-card-header-meta {
	margin-bottom: 10px;
	font-size: 12px;
}

.post-card-header-meta,
.post-card-header-meta a {
	color: #9a9aae;
}

.post-card-header-meta > span {
	display: inline-block;
	margin-right: 10px;
}

.post-card-header-meta > span:last-child {
	margin-right: 0;
}

.post-card-header-meta a:hover,
.post-card-header-meta a:focus {
	color: #6e6e80;
}

.post-card-title {
	font-family: 'Playfair Display', Georgia, Times, serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
}

.post-card-content {
	color: #444;
}

.post-card-footer {
	margin-top: 15px;
	color: #9a9aae;
	font-size: 12px;
}

.post-card-footer a {
	color: #9a9aae;
}

.post-card-footer a:hover,
.post-card-footer a:focus {
	color: #6e6e80;
}

.post-card-footer-meta > span {
	display: inline-block;
	margin-right: 8px;
}

.post-card-footer-meta > span:last-child {
	margin-right: 0;
}

/* post-card-small */
.post-card-small .post-card-media,
.post-card-small .post-card-caption {
	display: table-cell;
	vertical-align: top;
}

.post-card-small .post-card-media {
	width: 100px;
	padding-right: 15px;
}

.post-card-small .post-card-caption {
	padding: 0;
	background-color: transparent;
}

.post-card-small .post-card-header,
.post-card-small .post-card-header-meta {
	margin-bottom: 8px;
}

.post-card-small .post-card-title {
	font-family: inherit;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
}

.post-card-small .post-card-footer {
	margin-top: 10px;
}

/* post card with transparent caption */
.post-card.post-card-transparent .post-card-caption {
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: transparent;
}

/* post card with image background */
.post-card-image .post-card-media {
	position: relative;
	display: table;
	width: 100%;
	height: 384px;
}

.post-card-image .post-card-thumbnail {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
}

.post-card-image .post-card-thumbnail:before {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	height: 100%;
	content: '';
	-webkit-transition: background-color .5s ease 0s;
	   -moz-transition: background-color .5s ease 0s;
	     -o-transition: background-color .5s ease 0s;
	        transition: background-color .5s ease 0s;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0+40,0.5+100 */
	background:    -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background:         linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
}

.post-card-image:hover .post-card-thumbnail:before,
.post-card-image:focus .post-card-thumbnail:before {
	background-color: rgba(0, 0, 0, .4);
}

.post-card-image .post-card-thumbnail img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	min-width: 100%;
	max-width: 1000%;
	height: auto;
	min-height: 100%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	   -moz-transform: translateX(-50%) translateY(-50%);
	    -ms-transform: translateX(-50%) translateY(-50%);
	     -o-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
}

/* For browsers that support 'object-fit' */
@supports ( object-fit: cover ) {
	.post-card-image .post-card-thumbnail img {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transform: none;
		   -moz-transform: none;
		    -ms-transform: none;
		     -o-transform: none;
		        transform: none;

		-o-object-fit: cover;
		   object-fit: cover;
	}
}

.post-card-image .post-card-caption {
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: transparent;
}

.post-card-image .post-card-header-meta,
.post-card-image .post-card-header-meta a,
.post-card-image .post-card-footer,
.post-card-image .post-card-footer a {
	color: rgba(255, 255, 255, .7);
}

.post-card-image .post-card-header-meta a:hover,
.post-card-image .post-card-header-meta a:focus,
.post-card-image .post-card-footer a:hover,
.post-card-image .post-card-footer a:focus {
	color: rgba(255, 255, 255, .9);
}

.post-card-image .post-card-title > a {
	color: #fff;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, .5);
}

.post-card-image .post-card-title > a:hover,
.post-card-image .post-card-title > a:focus {
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, .9);
}

.post-card-image .post-card-content {
	color: rgba(255, 255, 255, .8);
}


/**
 * 11.4 - Comments
 */

.comments-area {
	margin-bottom: 15px;
	padding: 15px;
	background-color: #fff;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 15px;
}

.comments-title,
.comment-reply-title {
	font-family: 'Playfair Display', Georgia, Times, serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
}

.comments-title {
	margin-bottom: 15px;
}

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

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	padding: 15px 0;
	border-top: 1px solid #eee;
}

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

.comment-list .children > li {
	padding-left: 15px;
}

.comment-author {
	margin-bottom: 5px;
	color: #1a1a1a;
	font-size: 14px;
	line-height: 1.428571;
}

.comment-author .fn {
	font-weight: 700;
}

.comment-author .avatar {
	position: relative;
	float: left;
	width: 42px;
	height: 42px;
	margin-right: 10px;
}

.bypostauthor > article .fn {
	padding-left: 7px;
	background: rgb(254,255,163);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feffa3+0,000000+100&1+0,0+100 */
	background:    -moz-linear-gradient(left,  rgba(254,255,163,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(254,255,163,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background:         linear-gradient(to right,  rgba(254,255,163,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffa3', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

.comment-metadata,
.pingback .edit-link {
	padding-bottom: 2px;
	color: #9a9aae;
	font-size: 12px;
	line-height: 1.25;
}

.comment-metadata {
	margin-bottom: 15px;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #9a9aae;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #6e6e80;
}

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

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	display: inline-block;
	padding: 0 7px 0 5px;
	content: '\002f';
	opacity: .7;
}

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

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

.comment-reply-link {
	display: inline-block;
	margin-top: 15px;
	padding: 8px 12px 10px;
	color: #9a9aae;
	border: 1px solid #eee;
	line-height: 1;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	color: #1a1a1a;
	border-color: #fff176;
	outline: 0;
	background-color: #fff176;
}

.comment-form {
	padding-top: 15px;
}

.comment-list .comment-respond {
	padding-top: 15px;
}

.comment-list .comment-form {
	padding-bottom: 15px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	margin-bottom: 15px;
	color: #9a9aae;
}

.no-comments {
	margin: 15px 0 0;
	padding-top: 15px;
	border-top: 1px solid #eee;
	font-weight: 700;
}

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

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

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

.required {
	color: #e65100;
	font-family: Georgia, Times, serif;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	display: inline-block;
	overflow: hidden;
	width: 20px;
	height: 24px;
	text-align: center;
	color: #9a9aae;
	border: 0;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #6e6e80;
}

.comment-reply-title small a::before {
	position: relative;
	top: 0;
	content: '\f00d';
	font-size: 14px;
}


/**
 * 11.5 - Sidebar
 */

.sidebar {
	margin-bottom: 15px;
}


/**
 * 11.6 - Related Posts
 */

.related-posts-section {
	padding-top: 10px;
	padding-bottom: 30px;
}

.related-posts-title {
	margin-bottom: 20px;
}

.related-posts-title h3 {
	position: relative;
	letter-spacing: -1px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.111111;
}

.related-posts-title h3:before {
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	background-color: rgba(0, 0, 0, .07);
}

.related-posts-title span {
	position: relative;
	z-index: 1;
	padding-right: 10px;
	background-color: #fafafa;
}

.related-posts-item .post-card {
	margin-bottom: 30px;
}

.related-posts-item:last-child .post-card {
	margin-bottom: 0;
}


/**
 * 11.7 - Footer
 */

.site-footer {
	color: rgba(255, 255, 255, .5);
	background-color: #212127;
}

.site-footer a {
	color: rgba(255, 255, 255, .5);
}

.site-footer a:hover,
.site-footer a:focus {
	color: rgba(255, 255, 255, .65);
}

/* Footer widgets */
.site-footer-widgets {
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.site-footer-widgets .widget {
	margin-bottom: 30px;
	padding: 0;
	background-color: transparent;
}

.site-footer-widgets .widget-area:last-child .widget:last-child {
	margin-bottom: 0;
}

.site-footer-widgets .widget-title {
	margin-top: 0;
	color: #fff;
}

.site-footer-widgets .widget-title > a {
	color: #fff;
}

.site-footer-widgets ul li {
	border-top: 1px solid rgba(255, 255, 255, .07);
}

.site-footer-widgets ul:not(.children):not(.sub-menu) > li:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.site-footer-widgets .widget_recent_comments ul li,
.site-footer-widgets .widget_recent_entries .post-date,
.site-footer-widgets .widget_rss .rss-date,
.site-footer-widgets .widget_rss cite,
.site-footer-widgets .widget_archive li,
.site-footer-widgets .widget_categories li {
	color: rgba(255, 255, 255, .2);
}

.site-footer-widgets .widget_recent_comments ul li .comment-author-link a {
	color: rgba(255, 255, 255, .2);
}

.site-footer-widgets .widget_recent_comments ul li .comment-author-link a:hover,
.site-footer-widgets .widget_recent_comments ul li .comment-author-link a:focus {
	color: rgba(255, 255, 255, .4);
}

.site-footer-widgets .widget_rss ul li .rsswidget {
	color: rgba(255, 255, 255, .7);
}

.site-footer-widgets .widget_rss ul li .rsswidget:hover,
.site-footer-widgets .widget_rss ul li .rsswidget:focus {
	color: rgba(255, 255, 255, .5);
}

.site-footer-widgets .tagcloud a {
	border: 1px solid rgba(255, 255, 255, .15);
}

.site-footer-widgets .tagcloud a:hover,
.site-footer-widgets .tagcloud a:focus {
	border-color: rgba(255, 255, 255, .3);
}

.site-footer-widgets table,
.site-footer-widgets th,
.site-footer-widgets td {
	border-color: rgba(255, 255, 255, .07);
}

.site-footer-widgets th {
	color: rgba(255, 255, 255, .7);
}

.site-footer-widgets .widget_calendar caption {
	color: #fff;
}

.site-footer-widgets .widget_calendar tbody a {
	color: #fff;
	background-color: rgba(255, 255, 255, .1);
}

.site-footer-widgets .widget_calendar tbody a:hover,
.site-footer-widgets .widget_calendar tbody a:focus {
	background-color: rgba(255, 255, 255, .07);
}

.site-footer-widgets input[type='search'] {
	color: rgba(255, 255, 255, .3);
	border: 1px solid rgba(255, 255, 255, .07);
	background: transparent;
}

.site-footer-widgets input[type='search']:focus {
	color: rgba(255, 255, 255, .5);
	border-color: rgba(255, 255, 255, .15);
}

.site-footer-widgets input[type='search']::-moz-placeholder {
	color: rgba(255, 255, 255, .3);
}

.site-footer-widgets .search-submit {
	color: rgba(255, 255, 255, .2);
}

.site-footer-widgets .search-submit:hover,
.site-footer-widgets .search-submit:focus {
	color: rgba(255, 255, 255, .3);
}

/* Site info */
.site-footer-info {
	padding-top: 20px;
	padding-bottom: 20px;
}

.site-info {
	text-align: center;
	color: rgba(255, 255, 255, .3);
}

.site-info a {
	color: rgba(255, 255, 255, .3);
}

.site-info a:hover,
.site-info a:focus {
	color: rgba(255, 255, 255, .45);
}


/**
 * 12.0 - Media
 */

.site .avatar {
	border-radius: 50%;
}

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

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
	display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
	margin-bottom: 20px;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
	box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 20px;
}

.wp-playlist.wp-audio-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	padding: 5px 0;
	border-bottom: 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 3px;
}


/**
 * 12.1 - Captions
 */

.wp-caption {
	max-width: 100%;
	margin-bottom: 20px;
}

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

.wp-caption .wp-caption-text {
	padding-top: 15px;
	color: #9a9aae;
	font-style: italic;
}


/**
 * 12.2 - Galleries
 */

.gallery {
	margin: 0 -10px 20px;
}

.gallery-item {
	display: inline-block;
	width: 100%;
	padding: 0 10px 20px;
	text-align: center;
	vertical-align: top;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	padding-top: 15px;
	color: #9a9aae;
	font-style: italic;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 13.0 - Multisites
 */

.widecolumn {
	margin-bottom: 15px;
	padding: 0 15px;
}

.widecolumn .mu_register {
	width: auto;
}

.widecolumn .mu_register .mu_alert {
	margin-bottom: 20px;
	padding: 15px;
	color: inherit;
}

.widecolumn form,
.widecolumn .mu_register form {
	margin-top: 0;
}

.widecolumn h2 {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.25;
}

.widecolumn h2 em {
	font-style: normal;
}

.widecolumn p {
	margin: 20px 0;
}

.widecolumn p + h2 {
	margin-top: 20px;
}

.widecolumn label,
.widecolumn .mu_register label {
	font-size: 13px;
	font-weight: normal;
}

.widecolumn .mu_register label {
	margin: 20px 0 5px;
}

.mu_register label.checkbox {
	display: inline-block !important;
	margin: 10px 15px 0 0;
}

.mu_register label.checkbox > input {
	position: relative;
	top: 2px;
}

.widecolumn .mu_register label strong {
	font-weight: normal;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
	width: 100%;
	font-size: 13px;
}

.widecolumn .mu_register #blogname {
	margin: 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
	margin: 0 0 5px;
}

.widecolumn #submit,
.widecolumn .mu_register input[type='submit'] {
	width: auto;
	margin: 0;
	font-size: 13px;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
	font-size: inherit;
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
	margin-bottom: 0;
}

.widecolumn span.h3 {
	padding: 0 5px 0 0;
	font-size: inherit;
	font-weight: bold;
}


/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

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

@viewport {
	width: device-width;
}


/**
 * 14.1 - >= 480px
 */

@media screen and (min-width: 480px) {
	.header-carousel {
		height: 470px;
	}

	/* restore screen-reader-text */
	.pagination .current .screen-reader-text {
		position: absolute !important;
	}

	.pagination .page-numbers {
		display: inline-block;
	}

	/* post card with image background */
	.post-card-image .post-card-media {
		height: 470px;
	}

	.comment-list .children > li {
		padding-left: 25px;
	}

	.gallery-columns-1 .gallery-item {
		max-width: 100%;
	}

	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item {
		max-width: 50%;
	}
}


/**
 * 14.2 - >= 768px
 */

@media screen and (min-width: 768px) {
	.site-header {
		margin-bottom: 30px;
	}

	.header-image,
	.header-carousel {
		margin-top: 30px;
	}

	.header-carousel {
		height: 480px;
	}

	.header-carousel-2 .carousel-item {
		width: 720px;
		margin: 0 15px;
	}

	.site-description {
		margin-top: 30px;
		padding: 20px 30px;
		font-size: 26px;
	}

	.jumbotron.has-header-image .site-description {
		position: absolute;
		bottom: 15px;
		left: 15px;
		width: 50%;
		text-align: left;
	}

	.site-main {
		margin-bottom: 30px;
	}

	.content-grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}

	.content-grid .grid-item,
	.content-masonry .masonry-item {
		margin-bottom: 30px;
	}

	.content-grid .post-card {
		height: 100%;
		min-height: 440px;
	}

	.content-grid .post-card:not(.post-card-transparent) {
		background-color: #fff;
	}

	.content-grid .post-card-image .post-card-media {
		height: 100% !important;
	}

	.site-main > article {
		margin-bottom: 30px;
		padding: 30px;
	}

	.post-thumbnail {
		margin: -30px -30px 30px;
	}

	.entry-title {
		font-size: 24px;
	}

	.page-header {
		margin-bottom: 30px;
		padding: 15px 30px;
	}

	.page-title {
		font-size: 22px;
		line-height: 1.363636;
	}

	.author-info {
		margin-bottom: 30px;
		padding: 30px;
		text-align: left;
	}

	.author-avatar,
	.author-description {
		display: table-cell;
		vertical-align: top;
	}

	.author-avatar {
		width: 130px;
		padding-right: 30px;
	}

	.author-avatar .avatar {
		width: 100px;
		height: 100px;
		margin-bottom: 0;
	}

	.post-navigation {
		margin-bottom: 30px;
	}

	.post-navigation div + div {
		margin-top: 0;
	}

	.post-navigation .nav-links {
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;

		-webkit-align-items: stretch;
		        align-items: stretch;
		-ms-flex-align: stretch;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
	}

	.post-navigation .nav-links > div {
		width: 100%;
	}

	.post-navigation .nav-links > div:nth-child(1):nth-last-child(2),
	.post-navigation .nav-links > div:nth-child(2):nth-last-child(1) {
		width: calc(50% - 5px);
		margin-right: 10px;
	}

	.post-navigation .nav-links > div:nth-child(2):nth-last-child(1):last-of-type {
		margin-right: 0;
		text-align: right;
	}

	.post-navigation .nav-link-meta {
		padding: 20px 30px;
	}

	.post-card-caption {
		padding: 25px 30px;
	}

	/* post-card-medium, post-card-large */
	.post-card-medium .post-card-caption,
	.post-card-large .post-card-caption {
		padding: 30px;
	}

	.post-card-medium .post-card-header-meta,
	.post-card-large .post-card-header-meta {
		font-size: 13px;
	}

	.post-card-medium .post-card-title,
	.post-card-large .post-card-title {
		font-size: 24px;
	}

	.post-card-medium .post-card-footer,
	.post-card-large .post-card-footer {
		font-size: 13px;
	}

	/* post card with image background */
	.post-card-image .post-card-media {
		height: 440px;
	}

	.post-card-medium.post-card-image .post-card-media {
		height: 456px;
	}

	.post-card-large.post-card-image .post-card-media {
		height: 480px;
	}

	.comments-area {
		margin-bottom: 30px;
		padding: 30px;
	}

	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback {
		padding: 30px 0;
	}

	.comment-list .children > li {
		padding-left: 30px;
	}

	.no-comments {
		padding-top: 30px;
	}

	.comments-title,
	.comment-reply-title {
		font-size: 22px;
	}

	.comment-list .comment-form {
		padding-bottom: 30px;
	}

	.sidebar {
		margin-bottom: 30px;
	}

	.widget {
		margin-bottom: 30px;
		padding: 30px;
	}

	.widget .widget-title {
		margin: 0 0 25px;
	}

	.content-bottom-widgets .widget-area {
		margin-bottom: 30px;
	}

	.content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
		float: left;
		width: calc(50% - 15px);
		margin-right: 30px;
	}

	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
		margin-right: 0;
	}

	.site-footer-widgets {
		padding-top: 30px;
		padding-bottom: 30px;
	}

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

	.related-posts-section {
		padding-top: 0;
	}

	.related-posts-item .post-card {
		margin-bottom: 0;
	}
}


/**
 * 14.2.1 - >= 768px and < 992
 */

@media (min-width: 768px) and (max-width: 991px) {
	.content-grid > .grid-item-medium {
		width: 100%;
	}
}


/**
 * 14.3 - >= 992px
 */

@media screen and (min-width: 992px) {
	.navbar-wrapper {
		-webkit-align-items: flex-start;
		        align-items: flex-start;
		-ms-flex-align: start;
	}

	.wp-custom-logo .navbar-wrapper {
		-webkit-align-items: center;
		        align-items: center;
		-ms-flex-align: center;
	}

	.custom-logo-link {
		padding-top: 19px;
		padding-bottom: 19px;
	}

	.site-branding .site-title a {
		padding-top: 23px;
		padding-bottom: 23px;
	}

	.site-header-menu {
		display: block;
		        flex: 0 1 auto;

		-webkit-flex: 0 1 auto;
		    -ms-flex: 0 1 auto;
	}

	.main-navigation,
	.accessory-navigation {
		display: inline-block;
		vertical-align: middle;
	}

	.accessory-navigation {
		margin-left: 20px;
	}

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

	.main-navigation .primary-menu > li,
	.accessory-navigation .secondary-menu > li {
		float: left;
	}

	.main-navigation a,
	.accessory-navigation a {
		padding: 25px 10px;
		white-space: nowrap;
		outline-offset: -8px;
	}

	.main-navigation li:hover > a,
	.main-navigation li.focus > a,
	.accessory-navigation li:hover > a,
	.accessory-navigation li.focus > a {
		color: #1a1a1a;
	}

	.main-navigation ul ul,
	.accessory-navigation ul ul {
		position: absolute;
		z-index: 99999;
		left: -999em;
		display: block;
		margin: 0;
		padding: 12px 0;
		background-color: #212127;
	}

	.main-navigation ul ul ul,
	.accessory-navigation ul ul ul {
		top: -12px;
	}

	.main-navigation ul ul li,
	.accessory-navigation ul ul li {
		border: 0;
	}

	.main-navigation ul ul a,
	.accessory-navigation ul ul a {
		width: 200px;
		padding: 10px 25px;
		white-space: normal;
		color: rgba(255, 255, 255, .8);
	}

	.main-navigation ul ul li:hover > a,
	.main-navigation ul ul li.focus > a,
	.accessory-navigation ul ul li:hover > a,
	.accessory-navigation ul ul li.focus > a {
		color: #fff;
	}

	.main-navigation ul ul .current-menu-item > a,
	.main-navigation ul ul .current-menu-ancestor > a,
	.accessory-navigation ul ul .current-menu-item > a,
	.accessory-navigation ul ul .current-menu-ancestor > a {
		color: #fff;
	}

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

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

	.main-navigation .menu-item-has-children > a,
	.accessory-navigation .menu-item-has-children > a {
		margin: 0;
		padding-right: 30px;
	}

	.main-navigation .menu-item-has-children > a::after,
	.accessory-navigation .menu-item-has-children > a::after {
		position: absolute;
		top: 26px;
		right: 14px;
		content: '\f107';
	}

	.main-navigation ul ul .menu-item-has-children > a,
	.accessory-navigation ul ul .menu-item-has-children > a {
		padding-right: 30px;
	}

	.main-navigation ul ul .menu-item-has-children > a:after,
	.accessory-navigation ul ul .menu-item-has-children > a:after {
		top: 11px;
		right: 17px;
		-webkit-transform: rotate(90deg);
		   -moz-transform: rotate(90deg);
		    -ms-transform: rotate(90deg);
		     -o-transform: rotate(90deg);
		        transform: rotate(90deg);
	}

	.accessory-navigation .search-link:before {
		position: relative;
		top: 1.5px;
		content: '\f002';
	}

	.accessory-navigation .search-text {
		display: none;
	}

	.dropdown-toggle,
	.main-navigation ul .dropdown-toggle.toggled-on,
	.accessory-navigation ul .dropdown-toggle.toggled-on,
	.menu-toggle {
		display: none;
	}

	.header-carousel {
		height: 530px;
	}

	.header-carousel-2 .carousel-item {
		width: 940px;
	}

	.site-description {
		padding: 25px 30px;
		font-size: 30px;
	}

	.jumbotron.has-header-image .site-description {
		bottom: 30px;
		width: 45%;
	}

	.content-grid .post-card {
		min-height: 426px;
	}

	.no-sidebar.content-layout-grid-1 .author-info,
	.no-sidebar.content-layout-grid-2 .author-info,
	.no-sidebar.content-layout-masonry-1 .author-info,
	.no-sidebar.content-layout-masonry-2 .author-info,
	.no-sidebar.content-layout-grid-1 .pagination,
	.no-sidebar.content-layout-grid-2 .pagination,
	.no-sidebar.content-layout-masonry-1 .pagination,
	.no-sidebar.content-layout-masonry-2 .pagination,
	.no-sidebar.content-layout-grid-1:not(.error404):not(.search-no-results) .page-header,
	.no-sidebar.content-layout-grid-2:not(.error404):not(.search-no-results) .page-header,
	.no-sidebar.content-layout-masonry-1:not(.error404):not(.search-no-results) .page-header,
	.no-sidebar.content-layout-masonry-2:not(.error404):not(.search-no-results) .page-header {
		max-width: 100%;
	}

	.image-navigation {
		margin-bottom: 30px;
	}

	.post-card-medium .post-card-media,
	.post-card-large .post-card-media {
		position: relative;
		display: table;
		overflow: hidden;
		width: 100%;
	}

	.post-card-medium .post-card-media {
		height: 350px;
	}

	.post-card-large .post-card-media {
		height: 530px;
	}

	.post-card-medium .post-card-thumbnail,
	.post-card-large .post-card-thumbnail {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		overflow: hidden;
		width: 100%;
	}

	.post-card-medium .post-card-thumbnail img,
	.post-card-large .post-card-thumbnail img {
		position: absolute;
		top: 50%;
		left: 50%;
		width: auto;
		min-width: 100%;
		max-width: 1000%;
		height: auto;
		min-height: 100%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		   -moz-transform: translateX(-50%) translateY(-50%);
		    -ms-transform: translateX(-50%) translateY(-50%);
		     -o-transform: translateX(-50%) translateY(-50%);
		        transform: translateX(-50%) translateY(-50%);
	}

	/* For browsers that support 'object-fit' */
	@supports ((-o-object-fit: cover) or (object-fit: cover)) {
		.post-card-medium .post-card-thumbnail img,
		.post-card-large .post-card-thumbnail img {
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			-webkit-transform: none;
			   -moz-transform: none;
			    -ms-transform: none;
			     -o-transform: none;
			        transform: none;

			-o-object-fit: cover;
			   object-fit: cover;
		}
	}

	/* post-card-large */
	.post-card-large .post-card-title {
		font-size: 32px;
	}

	.post-card-large .post-card-content {
		font-size: 14px;
		line-height: 1.785714;
	}

	/* post card with image background */
	.post-card-image .post-card-media {
		height: 426px;
	}

	.post-card-large.post-card-image .post-card-media {
		height: 530px;
	}

	.post-card-large.post-card-image .post-card-caption {
		width: calc(66.66666667% - 10px);
	}

	.widecolumn {
		margin-bottom: 30px;
	}

	.site-footer-widgets .widget:last-child {
		margin-bottom: 0;
	}

	.site-info-wrapper {
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;

		-webkit-align-items: center;
		        align-items: center;
		-ms-flex-align: center;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
	}

	.site-footer .social-navigation ul {
		margin: 0 -4px;
	}

	.site-footer .social-navigation li {
		margin: 0 4px;
	}

	/* no-sidebar */
	.no-sidebar.single .site-main,
	.no-sidebar.page .site-main {
		background-color: #fff;
	}

	.no-sidebar .site-main > article,
	.no-sidebar .comments-area {
		background-color: transparent;
	}

	.no-sidebar .post-thumbnail {
		margin-bottom: 40px;
	}

	.no-sidebar .entry-header,
	.no-sidebar .entry-summary,
	.no-sidebar .entry-content,
	.no-sidebar .entry-footer,
	.no-sidebar .author-info,
	.no-sidebar .post-navigation,
	.no-sidebar .comments-area,
	.no-sidebar .pagination,
	.no-sidebar:not(.error404):not(.search-no-results) .page-header {
		max-width: 690px;
		margin-right: auto;
		margin-left: auto;
	}

	.no-sidebar .entry-title {
		font-size: 32px;
	}

	.no-sidebar .entry-header-meta {
		margin-top: 8px;
	}

	.no-sidebar .author-info,
	.no-sidebar .post-navigation .nav-previous,
	.no-sidebar .post-navigation .nav-next {
		background-color: #fafafa;
	}

	.no-sidebar .comments-area {
		padding: 30px 0 40px;
	}
}


/**
 * 14.4 - >= 1200px
 */

@media screen and (min-width: 1200px) {
	blockquote {
		padding: 0 0 5px 25px;
		font-size: 16px;
		font-style: italic;
		line-height: 1.75;
	}

	.alignleft {
		margin: 0 30px 20px 0;
	}

	.alignright {
		margin: 0 0 20px 30px;
	}

	blockquote.alignleft {
		margin: 0 30px 20px 0;
	}

	blockquote.alignright {
		margin: 0 0 20px 30px;
	}

	.site-main {
		margin-bottom: 40px;
	}

	.site-header {
		margin-bottom: 40px;
	}

	.header-image,
	.header-carousel {
		margin-top: 40px;
	}

	.header-carousel {
		height: 640px;
	}

	.header-carousel-2 .carousel-item {
		width: 1140px;
	}

	.site-description {
		z-index: 1;
		margin-top: 40px;
		padding: 60px 40px 60px 30px;
		text-align: left;
		letter-spacing: -1px;
		font-size: 42px;
		line-height: 1.285714;
	}

	.site-description::before {
		position: absolute;
		z-index: 2;
		bottom: 15px;
		left: -15px;
		width: 100%;
		height: 100%;
		content: '';
		border: 6px solid #fff176;
	}

	.site-description > p {
		position: relative;
		z-index: 3;
	}

	.jumbotron.has-header-image .site-description {
		bottom: 40px;
		width: calc(33.33333333% - 30px);
	}

	.content-grid .post-card {
		min-height: 450px;
	}

	.content-layout-grid-1 .pagination,
	.content-layout-grid-2 .pagination,
	.content-layout-masonry-1 .pagination,
	.content-layout-masonry-2 .pagination {
		margin-top: 10px;
	}

	.single .site-main > article {
		margin-bottom: 40px;
	}

	.post-thumbnail {
		position: relative;
		overflow: hidden;
		width: calc(100% + 60px);
		height: 422px;
	}

	.no-sidebar .post-thumbnail {
		height: 640px;
	}

	.post-thumbnail img {
		position: absolute;
		top: 50%;
		left: 50%;
		width: auto;
		min-width: 100%;
		max-width: 1000%;
		height: auto;
		min-height: 100%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		   -moz-transform: translateX(-50%) translateY(-50%);
		    -ms-transform: translateX(-50%) translateY(-50%);
		     -o-transform: translateX(-50%) translateY(-50%);
		        transform: translateX(-50%) translateY(-50%);
	}

	/* For browsers that support 'object-fit' */
	@supports ((-o-object-fit: cover) or (object-fit: cover)) {
		.post-thumbnail img {
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			-webkit-transform: none;
			   -moz-transform: none;
			    -ms-transform: none;
			     -o-transform: none;
			        transform: none;

			-o-object-fit: cover;
			   object-fit: cover;
		}
	}

	.entry-title {
		font-size: 28px;
	}

	.entry-header {
		margin-bottom: 20px;
	}

	.entry-content,
	.entry-summary,
	.comment-content {
		font-size: 14px;
		line-height: 1.785714;
	}

	body:not(.search-results) .entry-summary {
		font-size: 15px;
		line-height: 1.666667;
	}

	.entry-content h1,
	.entry-summary h1 {
		font-size: 26px;
		line-height: 1.5;
	}

	.entry-content h2,
	.entry-summary h2 {
		font-size: 24px;
		line-height: 1.5;
	}

	.entry-content h3,
	.entry-summary h3 {
		font-size: 22px;
		line-height: 1.5;
	}

	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6,
	.textwidget h4,
	.textwidget h5,
	.textwidget h6 {
		font-size: 18px;
		line-height: 1.5;
	}

	.page-links {
		margin-top: 30px;
	}

	.entry-footer {
		margin-top: 20px;
	}

	.entry-footer .tags-links {
		margin-bottom: 15px;
	}

	.author-info {
		margin-bottom: 40px;
	}

	.post-navigation {
		margin-bottom: 40px;
	}

	/* post-card-small */
	.post-card-small .post-card-media {
		width: 110px;
		padding-right: 20px;
	}

	.post-card-small .post-card-header,
	.post-card-small .post-card-header-meta {
		margin-bottom: 10px;
	}

	/* post-card-medium */
	.post-card-medium .post-card-media {
		height: 422px;
	}

	.post-card-medium .post-card-title {
		font-size: 28px;
	}

	.post-card-medium .post-card-header {
		margin-bottom: 17px;
	}

	.post-card-medium .post-card-content {
		font-size: 14px;
		line-height: 1.785714;
	}

	/* post-card-large */
	.post-card-large .post-card-media {
		height: 640px;
	}

	/* post card with image background */
	.post-card-image .post-card-media {
		height: 450px;
	}

	.post-card-large.post-card-image .post-card-media {
		height: 640px;
	}

	.comments-area,
	.sidebar,
	.content-bottom-widgets .widget-area,
	.widecolumn {
		margin-bottom: 40px;
	}

	.comments-title,
	.comment-reply-title {
		font-size: 24px;
	}

	.comments-title {
		margin-bottom: 25px;
	}

	.comment-metadata {
		margin-bottom: 20px;
	}

	.comment-reply-link {
		margin-top: 20px;
	}

	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
		display: inline-block;
		width: calc(33.3333% - 10px);
	}

	.comment-form-author,
	.comment-form-email {
		margin-right: 11px;
	}

	.form-submit {
		margin-top: 10px;
	}

	.pagination {
		margin-top: 40px;
	}

	.related-posts-section {
		padding-bottom: 40px;
	}

	.site-footer-widgets {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}


/**
 * 15.0 - Print
 */

@media print {
	form,
	button,
	input,
	select,
	textarea,
	.navigation,
	.main-navigation,
	.social-navigation,
	.sidebar,
	.content-bottom-widgets,
	.jumbotron,
	.page-links,
	.edit-link,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link,
	.site-footer-widgets {
		display: none !important;
	}

	body,
	blockquote cite,
	blockquote small,
	pre,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6,
	.entry-content .author-title {
		font-size: 12pt;
		line-height: 1.666667;
	}

	blockquote {
		font-size: 14.25pt;
	}

	.site-title,
	.page-title,
	.comments-title,
	.entry-content h2,
	.entry-summary h2,
	.comment-content h2,
	.widecolumn h2 {
		font-size: 17.25pt;
	}

	.entry-title {
		font-size: 24.75pt;
		line-height: 1.2727272727;
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 21pt;
	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3,
	body:not(.search-results) .entry-summary {
		font-size: 14.25pt;
	}

	.author-bio,
	.entry-footer,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-metadata,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		font-size: 9.75pt;
	}

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	blockquote cite,
	blockquote small,
	.site-branding .site-title a,
	.entry-title a,
	.comment-author {
		color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.page-header,
	.comments-title {
		border-color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	body:not(.search-results) .entry-summary,
	body:not(.search-results) .entry-summary blockquote,
	.author-bio,
	.entry-footer,
	.entry-footer a,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.site-info a,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		color: #686868 !important; /* Make sure color schemes don't affect to print */
	}

	code,
	hr {
		background-color: #eee !important; /* Make sure color schemes don't affect to print */
	}

	pre,
	abbr,
	acronym,
	table,
	th,
	td,
	.author-info,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #eee !important; /* Make sure color schemes don't affect to print */
	}

	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback {
		padding: 30px 0;
	}

	a {
		color: #007acc !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content a,
	.entry-summary a,
	.taxonomy-description a,
	.comment-content a,
	.pingback .comment-body > a {
		border-bottom: 1px solid #007acc !important; /* Make sure color schemes don't affect to print */
		box-shadow: none;
	}

	.site {
		margin: 5%;
	}

	.site-header {
		padding: 0 0 1.75em;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em;
	}

	.content-area {
		width: 100%;
	}

	.site-main {
		margin-bottom: 3.5em;
	}

	.page-header,
	.site-main > article {
		margin-bottom: 3.5em;
	}

	.post-thumbnail {
		margin: 0 0 3.5em;
	}

	.post-thumbnail,
	.comment-list article {
		page-break-inside: avoid;
	}

	.site-main > article {
		padding: 0;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		width: calc(50% - .736842105em);
		padding: .9473684211em 0 0;
		border-width: 4px 0 0 0;
	}

	.gallery-columns-1 .gallery-item {
		max-width: 100%;
	}

	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}

	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item {
		max-width: 33.33%;
	}

	.site-footer,
	.widecolumn {
		padding: 0;
	}

	.site-footer {
		background: none !important;
	}
}
