/*
Theme Name: Huntt
Theme URI: http://demo.themeskingdom.com/huntt/
Author: Themes Kingdom
Author URI: http://www.themeskingdom.com
Description: Huntt - a premium WordPress Blog/Magazine theme, created for numerous purposes and one goal – to make your beautiful content stand out, like it should. Huntt is a beautiful minimalistic WordPress multipurpose theme, made to put visual oriented content in the first place, without unnecessary clutter and noise. It is ideal for blogs/magazines from which the inspiration came from, with content related to photography, graphic design, fashion, art, architecture, interior design and other creative fields. Huntt can also be used for other purposes, such as an agency or personal portfolio.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: huntt
Tags: responsive-layout, right-sidebar, gray, white, light, two-columns, three-columns, four-columns, photoblogging, featured-images, featured-image-header, translation-ready, sticky-post, post-formats, rtl-language-support, custom-menu, custom-background, custom-colors, fixed-menu, classic-menu
Status: inactive

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

Huntt is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Helpers
3.0 General
4.0 Typography
5.0 Elements
6.0 Forms
7.0 Navigation
	7.1 Links
	7.2 Menus
8.0 Accessibility
9.0 Alignments
10.0 Clearings
11.0 Widgets
12.0 Content
	12.1 Posts and pages
		12.1.1 Pages
        12.1.2 Posts
	12.2 Asides
	12.3 Comments
13.0 Infinite scroll
14.0 Media
	14.1 Captions
	14.2 Galleries
	14.3 Playlist
15.0 Header
16.0 Footer
17.0 Gutenberg
18.0 Responsive
--------------------------------------------------------------*/

/*preloader*/

.tk-theme-frontend #content,
.tk-theme-frontend .site-header,
.tk-theme-frontend .site-footer,
.tk-theme-frontend .search-big__trigger,
.tk-theme-frontend .search-big__close,
.tk-theme-frontend .back-to-top,
.tk-theme-frontend .paging-navigation {
	opacity: 0;
}

.show #content,
.show .site-header,
.show .site-footer,
.show .search-big__trigger,
.show .search-big__close,
.show .back-to-top,
.show .paging-navigation,
.no-js #content,
.no-js .site-header,
.no-js .site-footer,
.no-js .search-big__trigger,
.no-js .search-big__close,
.no-js .back-to-top,
.no-js .paging-navigation {
	opacity: 1;
}

body #content {
	-webkit-transition: opacity .2s linear, .2s linear;
	-moz-transition: opacity .2s linear, .2s linear;
	-ms-transition: opacity .2s linear, .2s linear;
	-o-transition: opacity .2s linear, .2s linear;
	transition: opacity .2s linear, .2s linear;
}

body.show .site-header,
.show .site-footer,
.show .search-big__trigger,
.show .search-big__close,
.show .back-to-top,
.show .paging-navigation,
.show .back-to-top,
.show .paging-navigation,
body.no-js .site-header,
.no-js .site-footer,
.no-js .search-big__trigger,
.no-js .search-big__close,
.no-js .back-to-top,
.no-js .paging-navigation,
.no-js .back-to-top,
.no-js .paging-navigation {
	-webkit-transition: transform .3s linear, opacity .2s .1s linear;
	-moz-transition: transform .3s linear, opacity .2s .1s linear;
	-ms-transition: transform .3s linear, opacity .2s .1s linear;
	-o-transition: transform .3s linear, opacity .2s .1s linear;
	transition: transform .3s linear, opacity .2s .1s linear;
}

body .site-header,
body .site-footer,
body .search-big__trigger,
body .search-big__close,
body .back-to-top,
body .paging-navigation {
	-webkit-transition: transform .2s 0s linear, opacity .2s 0s linear;
	-moz-transition: transform .2s 0s linear, opacity .2s 0s linear;
	-ms-transition: transform .2s 0s linear, opacity .2s 0s linear;
	-o-transition: transform .2s 0s linear, opacity .2s 0s linear;
	transition: transform .2s 0s linear, opacity .2s 0s linear;
}

@media screen and (min-width: 1025px) {

	body .site-header,
	.site-footer {
		-webkit-transform: translateX(-50px);
		-moz-transform: translateX(-50px);
		-ms-transform: translateX(-50px);
		-o-transform: translateX(-50px);
		transform: translateX(-50px);
	}

	body .search-big__trigger,
	body .search-big__close,
	body .back-to-top,
	body .paging-navigation {
		-webkit-transform: translateX(50px);
		-moz-transform: translateX(50px);
		-ms-transform: translateX(50px);
		-o-transform: translateX(50px);
		transform: translateX(50px);
	}

	/* intro */

	body.show .site-header,
	.show .site-footer,
	.show .search-big__trigger,
	.show .search-big__close,
	.show .back-to-top,
	.show .paging-navigation,
	body.no-js .site-header,
	.no-js .site-footer,
	.no-js .search-big__trigger,
	.no-js .search-big__close,
	.no-js .back-to-top,
	.no-js .paging-navigation {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

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

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

body {
	margin: 0;
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: bold;
}

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 0;
}

hr {
	height: 0;
}

pre {
	overflow: auto;
}

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

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

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

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

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
2.0 Helpers
--------------------------------------------------------------*/

/* ==========================================================================
   Scalable Elements - dedicate padding bottom to .scalable-wrapper in percents (%), which will be the height of scalable element. Precentage will keep aspect ratio with width.
   width(100%) : padding-bottom(50%) = 2:1;
   ========================================================================== */

.scalable-wrapper {
    height: 0;
    padding-top: 57.25%;
    position: relative;
}

.scalable-element {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* ==========================================================================

 VERTICALIZE

 ========================================================================== */
/*
    <div class="verticalize-container">
      <div class="verticalize">
        Content that needs to be vertically and horizontally centered
      </div>
    </div>
*/

/*VERTICALIZE CONTAINER*/
.verticalize-container {
    text-align: center;
}

.verticalize-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -0.25em; /* Adjusts for spacing */
    vertical-align: middle;
}

/*VERTICALIZE BOX*/
.verticalize {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

/*BOOTSTRAP GRID SYSTEM*/

.row {
	margin-left: -30px;
	margin-right: -30px;
}

.custom-background .site-main > .row {
	margin-left: 0;
	margin-right: 0;
}

.col-lg-4,
.col-md-6 {
	position: relative;
	min-height: 1px;
	padding-left: 30px;
	padding-right: 30px;
}

@media (min-width: 992px) {

	.col-md-6 {
		float: left;
		width: 49.9%;
	}

	.no-sidebar .alignwide {
		margin-left: -50px;
		margin-right: -50px;
	}

}

@media (min-width: 1400px) {

	.col-lg-4 {
		float: left;
		width: 33.3%;
	}

}

@media (min-width: 1900px) {

	.four-col .col-lg-4,
	.four-col .grid-sizer {
		width: 24.9%;
	}

	.four-col .col-lg-4 {
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 40px;
	}

	.four-col .grid-wrapper .edit-link,
	.four-col .grid-wrapper .format-image > .edit-link {
		right: 0;
	}

	.four-col .format-image .entry-excerpt {
		left: 20px;
		right: 20px;
	}

	.four-col.archive .page-header,
	.four-col.search:not(.search-no-results) .page-header {
		margin-left: 52px;
	}

}

/*--------------------------------------------------------------
3.0 General
--------------------------------------------------------------*/

.site {
	position: relative;
}

.big-search-opened .site-content,
.big-search-opened .site-footer {
	opacity: .3;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
	pointer-events: none;
}

.ie9 .big-search-opened .site-content,
.ie9 .big-search-opened .site-footer {
	filter: none;
}

.site-content {
	background-color: #fff;
}

.site-content,
.search-big {
	-webkit-transition: -webkit-transform .2s ease-out;
	-moz-transition: -moz-transform .2s ease-out;
	-ms-transition: -ms-transform .2s ease-out;
	-o-transition: -o-transform .2s ease-out;
	transition: transform .2s ease-out;
}

.big-search-opened .site-content,
.big-search-opened .search-big {
	-webkit-transform: translate3D(0,122px,0);
	-moz-transform: translate3D(0,122px,0);
	-ms-transform: translate3D(0,122px,0);
	-o-transform: translate3D(0,122px,0);
	transform: translate3D(0,122px,0);
}

.ie9 .big-search-opened .search-big {
	top: 0;
}

.ie9 .big-search-opened .site-content {
	margin-top: 122px;
}

/*remove  clearfield button*/

::-ms-clear {
    width : 0;
    height: 0;
}

::-ms-reveal {
    width : 0;
    height: 0;
}

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

button,
.button,
input,
textarea,
select,
.site-header,
#sidebar,
.main-navigation ul ul,
.menu-toggle span,
.menu-toggle span:before,
.menu-toggle span:after,
.widget_calendar #today a,
.grid-wrapper .edit-link,
.grid-wrapper .edit-link a,
.featured-image a:before,
.page .page-header .edit-link a,
.posts-navigation i,
.post-navigation i,
label.checkbox:before,
input[type="checkbox"] + label:before,
.radio.checked:before,
input[type="radio"]:checked + label:before,
.entry-content .wp-playlist .wp-playlist-caption .wp-playlist-item-title,
.entry-content .wp-playlist .wp-playlist-caption .wp-playlist-item-artist {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

/*--------------------------------------------------------------
4.0 Typography
--------------------------------------------------------------*/

/*Hans Kendrick*/

@font-face {
    font-family: 'hans-kendrick';
    src: url('layouts/fonts/HansKendrickRegular/HansKendrick-Regular-webfont.eot');
    src: url('layouts/fonts/HansKendrickRegular/HansKendrick-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('layouts/fonts/HansKendrickRegular/HansKendrick-Regular-webfont.woff') format('woff'),
         url('layouts/fonts/HansKendrickRegular/HansKendrick-Regular-webfont.ttf') format('truetype'),
         url('layouts/fonts/HansKendrickRegular/HansKendrick-Regular-webfont.svg#hans_kendrickregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'hans-kendrick';
    src: url('layouts/fonts/HansKendrickLight/HansKendrick-Light-webfont.eot');
    src: url('layouts/fonts/HansKendrickLight/HansKendrick-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('layouts/fonts/HansKendrickLight/HansKendrick-Light-webfont.woff') format('woff'),
         url('layouts/fonts/HansKendrickLight/HansKendrick-Light-webfont.ttf') format('truetype'),
         url('layouts/fonts/HansKendrickLight/HansKendrick-Light-webfont.svg#hans_kendricklight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'hans-kendrick';
    src: url('layouts/fonts/HansKendrickHeavy/HansKendrick-Heavy-webfont.eot');
    src: url('layouts/fonts/HansKendrickHeavy/HansKendrick-Heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('layouts/fonts/HansKendrickHeavy/HansKendrick-Heavy-webfont.woff') format('woff'),
         url('layouts/fonts/HansKendrickHeavy/HansKendrick-Heavy-webfont.ttf') format('truetype'),
         url('layouts/fonts/HansKendrickHeavy/HansKendrick-Heavy-webfont.svg#hans_kendrickheavy') format('svg');
    font-weight: 700;
    font-style: normal;
}

html {
	font-size: 18px;
}

.site-branding,
.featured-image,
.single .entry-meta,
.paging-navigation .prev,
.paging-navigation .next,
.grid-wrapper .cat-links {
	font-size: 0;
}

.main-navigation ul ul {
	font-size: 10px;
	font-size: 0.56rem;
}

.site-footer,
.wp-caption-text.gallery-caption,
.search-form input[type="submit"] {
	font-size: 11px;
	font-size: 0.61rem;
}

.rss-date,
.wp-playlist-tracks .wp-playlist-caption,
.wp-playlist-caption .wp-playlist-item-title,
.wp-playlist-item .wp-playlist-item-length,
.grid-wrapper .format-image .entry-footer,
div#jp-relatedposts.jp-relatedposts div.jp-relatedposts-items p {
    font-size: 12px;
    font-size: 0.67rem;
}

.single .tag-links,
label.checkbox,
input[type="checkbox"] + label,
form.contact-form label.checkbox,
form.contact-form input[type="checkbox"] + label,
label.radio,
input[type="radio"] + label,
form.contact-form label.radio,
form.contact-form input[type="radio"] + label,
.wp-block-file .wp-block-file__button,
.contact-form div label span {
    font-size: 13px;
    font-size: 0.72rem;
}

td,
.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.wp-caption-text,
.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption,
.widget,
.site-description,
.grid-wrapper .cat-links a,
.grid-wrapper .cat-links i,
.page-links,
.posts-navigation span,
.post-navigation span,
.single .entry-meta > span,
.comment-metadata .comment-edit-link,
.comment-reply-link,
.form-allowed-tags,
.paging-navigation li,
.page .page-header .edit-link a,
.single .entry-header .edit-link a,
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus,
.mejs-container .mejs-inner .mejs-controls .mejs-time {
	font-size: 14px;
	font-size: 0.78rem;
}

code,
kbd,
tt,
var,
pre,
.has-small-font-size,
.grid-wrapper .emphasis,
.grid-wrapper .entry-content,
.grid-wrapper .entry-excerpt,
.grid-wrapper .entry-summary,
.grid-wrapper .entry-content p,
.grid-wrapper .entry-excerpt p,
.grid-wrapper .entry-summary p {
	font-size: 15px;
	font-size: 0.83rem;
}


h6,
.nav-menu > li,
.comment-body,
.logged-in-as,
.comment-notes,
blockquote cite,
blockquote + cite,
blockquote + p cite,
.more-link,
.post .entry-content .sd-title,
.error404 .site-content,
.grid-wrapper .format-link cite,
#menu-social a[href*="tumblr"]:before {
	font-size: 16px;
	font-size: 0.89rem;
}

h5,
.widget input,
.archive .page-title,
.search .page-title,
.wp-playlist-current-item .wp-playlist-item-album,
.wp-playlist-current-item .wp-playlist-item-artist,
.grid-wrapper #infinite-handle span button,
div.sharedaddy .sd-social h3.sd-title,
div.sharedaddy.sd-like h3.sd-title,
div#jp-relatedposts.jp-relatedposts h3.jp-relatedposts-headline,
.is-style-stripes table,
.has-regular-font-size {
	font-size: 18px;
	font-size: 1rem;
}

h4,
.grid-wrapper .entry-content blockquote p,
#menu-social a:before {
	font-size: 20px;
	font-size: 1.11rem;
}

.widget-title,
.widget_calendar caption,
.grid-wrapper .format-image .entry-title {
	font-size: 22px;
	font-size: 1.22rem;
}

.posts-navigation i,
.post-navigation i {
	font-size: 23px;
	font-size: 1.28rem;
}

h3,
blockquote,
blockquote p,
q,
.wp-block-pullquote p,
.emphasis,
.posts-navigation a,
.post-navigation a,
.comments-title,
div#jp-relatedposts.jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a,
.has-large-font-size {
	font-size: 24px;
	font-size: 1.33rem;
}

.grid-wrapper .format-quote:before,
.grid-wrapper .format-link:before {
	font-size: 28px;
	font-size: 1.56rem;
}

h2,
.format-quote blockquote,
.format-quote blockquote p,
.grid-wrapper .format-quote blockquote,
.grid-wrapper .format-quote .entry-content blockquote p,
.grid-wrapper .format-link p {
	font-size: 30px;
	font-size: 1.67rem;
}

.home h1,
.blog h1,
.archive h1,
.has-larger-font-size,
body .wp-block-quote.is-large p,
body .wp-block-quote.is-style-large p {
    font-size: 32px;
    font-size: 1.778rem;
}

h1,
.search-big .search-field {
	font-size: 36px;
	font-size: 2rem;
}

.error404 .page-title {
	font-size: 40px;
	font-size: 2.22rem;
}

.has-huge-font-size {
	font-size: 42px;
	font-size: 2.625rem;
}

.single .entry-title,
.page-header h1,
.featured-image a:after,
.no-results .entry-title {
	font-size: 50px;
	font-size: 2.78rem;
}

.dropcap__duplicate,
.has-drop-cap:not(:focus):first-letter {
	font-size: 126px;
	font-size: 7rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 40px 0 20px;
	font-weight: 400; /*for IE*/
}

h1,
h2,
h3,
h4 {
    line-height: 1.2;
}


h5,
h6 {
    line-height: 1.3;
}

body,
.widget-title,
.wp-playlist-tracks .wp-playlist-item-title,
.wp-playlist-tracks .wp-playlist-item-artist {
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
button:not(.dropdown-toggle),
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
#respond .comment-form .form-submit input,
#respond .comment-form .form-submit input#comment-submit,
#respond .comment-form .comment-form-fields input[type=submit],
#respond .comment-form p.form-submit input[type=submit],
#respond .comment-form input[type=submit],
#commentform #submit,
.wp-block-button__link,
.search-big .search-field,
.page-links,
.posts-navigation,
.post-navigation,
.paging-navigation li,
.wp-playlist .wp-playlist-caption,
.wp-playlist-item-length,
.format-quote blockquote,
.featured-image a:after,
.grid-wrapper .cat-links,
blockquote cite,
blockquote + cite,
blockquote + p cite,
.page .page-header .edit-link a,
.single .entry-header .edit-link a,
.no-results .page-content > p,
.error404 .site-content,
div#jp-relatedposts.jp-relatedposts h3.jp-relatedposts-headline,
div#jp-relatedposts.jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a,
.search-form input[type="submit"],
.grid-wrapper .format-link p,
.grid-wrapper #infinite-handle span button,
.widget_contact_info {
    font-family: 'hans-kendrick', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p,
li,
dl {
	letter-spacing: .4px;
}

.dropcap {
	display: block;
	float: left;
	position: relative;
}

.dropcap__duplicate,
.has-drop-cap:not(:focus):first-letter {
	font-weight: 700;
	opacity: .1;
}

.dropcap__duplicate {
	line-height: 1em;
	position: absolute;
	left: -56px;
	top: -9px;
	z-index: -1;
}

.twocolumn {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}

.entry-title {
	font-weight: 700;
}

/*--------------------------------------------------------------
5.0 Elements
--------------------------------------------------------------*/

html {
	box-sizing: border-box;
}


body {
	color: #000;
	background-color: #f5f5f5;
	line-height: 1.67;
	font-weight: 300;
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: grayscale;
}

.main-nav-opened {
	overflow: hidden;
	position: fixed; /*Fix for iOS ignoring overflow: hidden on body element*/
	width: 100%;
}

body * {
	word-wrap: break-word;
}

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

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

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

.entry-content p {
    margin: 0 0 22px;
}

.entry-content p:last-child {
	margin-bottom: 0;
}

.grid-wrapper .entry-content > *:last-child,
.grid-wrapper .entry-summary > *:last-child {
    margin-bottom: 0;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 1em;
	line-height: 1.2;
}

pre,
kbd {
	border: 2px solid #f5f5f5;
}

pre {
	padding: 1em;
	margin: 1em 0;
}

kbd {
	padding: .4em .4em;
	margin: 0 5px;
}

code {
	background-color: #f5f5f5;
	color: #070707;
	padding: 2px 4px;
}

pre {
	background-color: #f5f5f5;
    border: 1px solid #ccc;
    color: #070707;
    display: block;
    font-family: "Courier 10 Pitch", Courier, monospace;
    line-height: 1.42857143;
    margin: 0 0 22px;
    max-width: 100%;
    overflow: auto;
    padding: 10px;
    word-break: break-all;
    word-wrap: break-word;
}

big {
	font-size: 125%;
}

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

blockquote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	margin: 1.9em 1.5em 1.9em 0;
	line-height: 1.5;
	padding-left: 1.5em;
}

blockquote {
	border-style: solid;
	border-width: 0 0 0 2px;
	border-color: inherit;
}

blockquote[style="text-align:right;"] {
	border-width: 0 2px 0 0;
	padding-left: 0;
	padding-right: 1.5em;
}

.wp-block-pullquote:not(.is-style-solid-color) blockquote {
	border-width: 2px 0;
	padding: calc(3 * 16px) 0;
}

.is-style-solid-color blockquote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	border: none;
}

blockquote,
q,
.wp-block-quote,
.wp-block-pullquote {
	clear: both;
}

.grid-wrapper .entry-content blockquote {
	margin: 1em 1.2em;
}

blockquote,
blockquote p,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    letter-spacing: 1px;
}

blockquote p,
.wp-block-pullquote p {
	margin-bottom: .7em;
}

blockquote cite {
	margin-top: 25px;
}

blockquote cite,
blockquote + cite,
blockquote + p cite {
	display: block;
	font-style: normal;
	font-weight: 400;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
	text-align: inherit;
}

.single blockquote + cite,
.single blockquote + p cite,
.page blockquote + cite,
.page blockquote + p cite {
	display: block;
	margin: -1.9em 0 0 2.4em;
}

blockquote.has-text-align-left,
q.has-text-align-left {
	clear: left;
	float: left;
	margin: 7px 50px 0 0;
}

blockquote.has-text-align-left,
q.has-text-align-left,
blockquote.has-text-align-left cite,
q.has-text-align-left cite {
	text-align: left;
}

blockquote.has-text-align-right,
q.has-text-align-right {
	clear: right;
	float: right;
	margin: 7px 0 0 50px;
}

blockquote.has-text-align-right,
q.has-text-align-right,
blockquote.has-text-align-right cite,
q.has-text-align-right cite {
	text-align: right;
}

address {
    margin: 0 0 1.5em;
}

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

mark,
ins {
	background: #e0e0e0;
	text-decoration: none;
	padding: 2px 5px;
}

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

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

hr,
.wp-block-separator {
	background-color: #dadada;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 1.5em;
}

hr:not(.wp-block-coblocks-dynamic-separator),
.wp-block-separator {
	background-color: #dadada;
}

.wp-block-spacer {
	display: block;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	width: 100%;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	margin-left: auto;
	margin-right: auto;
	max-width: 100px;
}

.swiper-wrapper {
	margin-left: 0;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li {
	list-style-position: inside;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

#wpstats {
    display: none;
}

.gmnoprint img {
    max-width: initial;
}

table {
	border-collapse: collapse;
	border: 1px solid #f8f8f8;
    margin: 22px 0;
    width: 100%;
}

th,
td,
.wp-block-calendar tbody td,
.wp-block-calendar th {
    padding: 10px 18px;
    text-align: left;
}

.grid-wrapper th,
.grid-wrapper td {
    padding: 10px 8px;
    text-align: center;
}

th {
    background-color: #f8f8f8;
    font-weight: 300;
}

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

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.has-background-background-color[class] .wp-block-button__link,
.wp-block-button__link {
	border-radius: 25px;
	border: 2px solid;
	display: inline-block;
	font-weight: 700;
	line-height: 1.2;
	min-height: 50px;
	padding: .7em 2.9em;
	text-align: center;
	-webkit-transition: -webkit-transform 0s, background .3s, border .3s, color .3s;
	-moz-transition: -moz-transform 0s, background .3s, border .3s, color .3s;
	-ms-transition: -ms-transform 0s, background .3s, border .3s, color .3s;
	-o-transition: -o-transform 0s, background .3s, border .3s, color .3s;
	transition: transform 0s, background .3s, border .3s, color .3s;
}

.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form button {
	height: auto;
}

#respond .comment-form .form-submit input,
#respond .comment-form .form-submit input#comment-submit,
#respond .comment-form .comment-form-fields input[type=submit],
#respond .comment-form p.form-submit input[type=submit],
#respond .comment-form input[type=submit],
#commentform #submit {
	border-radius: 25px !important;
	border: 2px solid;
	border-color: #000 !important;
	background: #000 !important;
	box-shadow: none;
	color: #fff !important;
	font-size: 18px !important;
	font-weight: 700 !important;
    min-height: 50px;
	margin-top: 20px !important;
	line-height: 1.2 !important;
    padding: .7em 2.9em !important;
	text-shadow: none !important;
	-webkit-transition: background .3s, color .3s;
	-moz-transition: background .3s, color .3s;
	-ms-transition: background .3s, color .3s;
	-o-transition: background .3s, color .3s;
	transition: background .3s, color .3s;
}

#respond .comment-form .form-submit input:hover,
#respond .comment-form .form-submit input#comment-submit:hover,
#respond .comment-form .comment-form-fields input[type=submit]:hover,
#respond .comment-form p.form-submit input[type=submit]:hover,
#respond .comment-form input[type=submit]:hover,
#commentform #submit:hover {
	border-color: #000 !important;
	background: #fff !important;
	color: #000 !important;
}

#respond .comment-form .comment-form-service {
	background: #fff !important;
	padding: 20px 0 !important;
}

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color),
.contact-submit .wp-block-button__link:not(.has-text-color),
.wp-block-jetpack-button .wp-block-button__link:not(.has-text-color) {
	color: #fff;
	border-color: #000;
}

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.contact-submit .wp-block-button__link:not(.has-background),
.wp-block-jetpack-button .wp-block-button__link:not(.has-background),
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background) {
	background: #000;
}

button {
	height: 50px;
}

.search-big__trigger,
.search-big__close {
	border: none;
	height: auto;
	padding: 0;
}

.search-big__trigger,
.search-big__close,
.search-big__trigger:hover,
.search-big__close:hover {
	background-color: transparent;
}

.grid-wrapper .entry-content button,
.grid-wrapper .entry-content .button,
.grid-wrapper .entry-content input[type="button"],
.grid-wrapper .entry-content input[type="reset"],
.grid-wrapper .entry-content input[type="submit"] {
	padding-top: 0;
	padding-bottom: 0;
	line-height: 46px;
}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.wp-block-button__link:hover,
.has-background-background-color[class] button[type="submit"]:hover,
.has-background-light-background-color[class] button[type="submit"]:hover,
.has-background-background-color[class] .wp-block-button__link:hover,
.has-background-light-background-color[class] .wp-block-button__link:hover,
button:focus,
.button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.wp-block-button__link:focus,
.has-background-background-color[class] button[type="submit"]:focus,
.has-background-light-background-color[class] button[type="submit"]:focus,
.has-background-background-color[class] .wp-block-button__link:focus,
.has-background-light-background-color[class] .wp-block-button__link:focus {
	background-color: #fff !important;
	color: #000 !important;
	outline: none;
	text-decoration: none;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	-webkit-transform: scale(.96);
	-moz-transform: scale(.96);
	-ms-transform: scale(.96);
	-o-transform: scale(.96);
	transform: scale(.96);
}

a:active:not(:hover) {
	border-color: #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: 1px solid;
	border-color: #d4d4d4;
	color: #bbb;
	padding: 0.6em 1.2em;
}

.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget textarea {
    padding-left: 1.4em;
    padding-right: 1.4em;
}

.widget #subscribe-field {
	padding-left: 1.4em !important;
	padding-right: 1.4em !important;
    width: 100% !important;
}

.widget #subscribe-blog p {
    margin-bottom: 0;
}

.widget select {
	padding-left: 1.4em;
	padding-right: 40px;
    display: block;
}

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	border-radius: 27px;
	height: 54px;
    max-width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
	display: none;
}

label.checkbox,
input[type="checkbox"] + label,
#respond form input[type="checkbox"] + label,
form.contact-form label.checkbox,
form.contact-form input[type="checkbox"] + label,
label.radio,
input[type="radio"] + label,
#respond input[type="radio"] + label,
form.contact-form label.radio,
form.contact-form input[type="radio"] + label {
	cursor: pointer;
	letter-spacing: 1px;
	padding-left: 40px;
	position: relative;
	font-weight: 400;
	line-height: 1;
	display: inline-block;
	margin-bottom: 22px;
}

.comment-subscription-form input[type="checkbox"] + label {
	margin-bottom: 0;
	display: inline-block !important; /*overwriting Jetpack*/
	line-height: 1.7em;
}

label.checkbox:before,
input[type="checkbox"] + label:before,
label.radio:before,
input[type="radio"] + label:before {
	border: 2px solid;
	border-radius: 50%;
	border-color: #b3b4b4;
	border-color: rgba(4,5,5,.3);
	color: transparent;
	font-size: 14px;
	height: 23px;
	padding-top: 3px;
	position: absolute;
	left: 0;
	top: -0.4em;
	text-align: center;
	width: 23px;
}

.comment-subscription-form input[type="checkbox"] + label:before {
	top: -6px;
}

label.radio:before,
input[type="radio"] + label:before {
	content: "";
}

.checkbox.checked:before,
input[type="checkbox"]:checked + label:before,
.checkbox.checked:hover:before,
input[type="checkbox"]:checked + label:hover:before {
	background-color: transparent;
	border-color: #000;
	color: #000;
	font-weight: 700;
}

.radio.checked:before,
input[type="radio"]:checked + label:before,
.radio.checked:hover:before,
input[type="radio"]:checked + label:hover:before {
	background-color: transparent;
	border-color: #000;
	border-width: 6px;
}

fieldset {
    min-width: 50px;
}

textarea {
	border-radius: 6px;
	min-height: 200px;
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	resize: vertical;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    background-color: transparent;
    background-image: url(theme-images/select-arrow.png);
    background-position: right 22px center;
    background-repeat: no-repeat;
    background-size: 12px;
    border-radius: 27px;
    cursor: pointer;
    width: 100%;
    max-width: 300px;
    min-height: 54px;
    white-space: normal;
	padding-right: 35px;
}

.no-csstransitions select {
    background-image: none;
}

select::-ms-expand {
    display: none; /* Removes select arrow in IE10+ */
}

.search-big {
	position: absolute;
	bottom: 100%;
	width: 100%;
	z-index: 2;
}

.search-big form {
	position: relative;
	max-width: inherit;
}

.ie9 .search-big form {
	background-color: #f2f2f2;
}

.search-big .search-form:before {
	display: none;
}

.search-big .search-form .search-field {
	width: 100%;
	border-radius: 0;
	border: none;
	height: 122px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.05);
	padding-right: 90px;
	font-weight: 300;
	color: #000;
}

.search-big .search-form .search-field::-moz-placeholder {
    opacity: 1;
    color: #b8b8b8;
}

.search-big .search-form .search-field::-webkit-input-placeholder {
    opacity: 1;
    color: #b8b8b8;
}

.search-big .search-form .search-field:focus {
	outline: none;
	background: none;
}

.search-big .search-submit {
	display: none;
}

.search-big .search-submit:hover {
	background-color: transparent;
}

.search-big__trigger {
	position: fixed;
	top: 132px;
	visibility: visible;
	opacity: 1;
	-webkit-transition: 0 .3s;
	-moz-transition: 0 .3s;
	-ms-transition: 0 .3s;
	-o-transition: 0 .3s;
	transition: 0 .3s;
}

.admin-bar .search-big__trigger {
	top: 72px;
}

.search-big__trigger,
.search-big__close {
	border-bottom: none;
	color: #000;
	height: 45px;
	margin-top: -12px;
	padding: 12px;
	right: 25px;
	z-index: 100;
}

.search-big__close {
	opacity: 0;
	position: absolute;
	top: -70px;
	visibility: hidden;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.big-search-opened .search-big__trigger {
	visibility: hidden;
	opacity: 0;
	-webkit-transition-delay: 0;
	-moz-transition-delay: 0;
	-ms-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

.big-search-opened .search-big__close {
	visibility: visible;
	opacity: 1;
	top: 52px;
}

/*comment form*/

#comments .comment-respond {
	border-top: 1px solid #f1f1f1;
	padding-top: 20px;
}

.logged-in-as,
.comment-notes {
	margin-bottom: 57px;
}

.comment-form label,
.contact-form div label {
	color: #a1a1a1;
	display: block;
	margin-bottom: 12px;
	font-weight: 300;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.contact-form div input[type="text"],
.contact-form div input[type="email"],
.contact-form div input[type="url"] {
	width: 100%;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.contact-form div input[type="text"],
.contact-form div input[type="email"],
.contact-form div input[type="url"],
.contact-form div textarea,
.contact-form div select {
	margin-bottom: 26px;
}

.form-allowed-tags {
    color: #989898;
	margin-top: 35px;
	margin-bottom: 40px;
}

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

.contact-submit {
	margin-top: 19px;
}

.comment-subscription-form {
	margin-top: 50px;
	margin-bottom: 10px;
}

.comment-subscription-form ~ .comment-subscription-form {
	margin-top: 0;
}

/*contact form*/

.contact-form {
	margin-top: 100px;
}

.wp-block-column .contact-form {
	margin-top: 0;
}

.contact-form div label span {
	color: #dc3232;
	float: right;
}

.contact-form div textarea {
	width: 100%;
	height: 250px;
}

/*--------------------------------------------------------------
7.0 Navigation
--------------------------------------------------------------*/

.infinite-scroll .paging-navigation {
	display: none;
}

.paging-navigation {
	position: fixed;
	right: 28px;
	bottom: 20px;
}

.paging-navigation ul {
	margin-bottom: 0;
}

.paging-navigation li {
	list-style: none;
	font-weight: 400;
	margin: 3px 0;
}

.paging-navigation .prev,
.paging-navigation .next {
	  position: relative;
	  padding-top: 0;
}

.paging-navigation .prev {
	margin-bottom: 10px;
}

.paging-navigation .next {
	margin-top: 10px;
}

.paging-navigation .prev:after,
.paging-navigation .next:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-left: 2px solid;
    border-top: 2px solid;
    border-color: #d1d1d1;
    border-color: rgba(0,0,0,.2);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -5px;
	margin-top: -5px;
	-webkit-transition: border .3s;
	-moz-transition: border .3s;
	-ms-transition: border .3s;
	-o-transition: border .3s;
	transition: border .3s;
}

.paging-navigation .prev:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.paging-navigation .next:after {
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.paging-navigation .prev:hover:after,
.paging-navigation .next:hover:after {
	border-color: #000;
}

.paging-navigation a,
.paging-navigation .current,
.page-links > span {
	width: 40px;
	height: 40px;
	display: block;
	line-height: 40px;
	text-align: center;
	border: none;
}

.paging-navigation a,
.page-links a,
.paging-navigation .dots {
	color: #8b8b8b;
    color: rgba(0,0,0,.4);
}

.paging-navigation .current,
.page-links > span {
	border-radius: 50%;
	background-color: #dbdbdb;
    background-color: rgba(0,0,0,.1);
	font-weight: 700;
	color: #000;
	margin: 8px 0;
}

.page-links span,
.page-links > span {
	display: inline-block;
	margin-right: 10px;
}

.page-links > :first-child {
	margin-left: 10px;
}

.paging-navigation .dots {
	display: inline-block;
	position: relative;
	left: 18px;
	margin: -3px 0;
	font-weight: 300;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

/*--------------------------------------------------------------
7.1 Links
--------------------------------------------------------------*/

a {
	color: #dfdfdf;
	color: rgba(0,0,0,.5);
	text-decoration: none;
	border-bottom: 0.06em solid transparent;
	-webkit-transition: color .3s, border .3s;
	-moz-transition: color .3s, border .3s;
	-ms-transition: color .3s, border .3s;
	-o-transition: color .3s, border .3s;
	transition: color .3s, border .3s;
}

a:hover,
a:focus {
	color: #000;
	border-color: inherit;
}

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

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #000;
}

.wp-block-image > a,
.wp-block-embed__wrapper > a,
.wpnbha .entry-meta > a {
	border-bottom: none;
}

.more-link {
	display: inline-block;
	border: none;
}

.back-to-top {
	border: none;
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 52px;
    right: 30px;
}

.back-to-top i {
	background-color: #fff;
	border-radius: 50%;
    color: #cdcdcd;
	display: block;
	padding: 7px 8px 8px 8px;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.back-to-top:hover i {
    color: #333;
}

/*--------------------------------------------------------------
7.2 Menus
--------------------------------------------------------------*/

.mCSB_scrollTools .mCSB_draggerRail {
    width: 1px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    opacity: .3;
    width: 3px;
}

.mCSB_scrollTools .mCSB_draggerRail,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 0;
}

.mCustomScrollbar .mCSB_inside > .mCSB_container {
    margin-right: 10px;
}

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

.nav-menu li {
	display: block;
	letter-spacing: 0.8px;
	position: relative;
}

.nav-menu > li {
	padding: 4px 0;
}

.nav-menu .current_page_item,
.nav-menu .current-menu-item,
.nav-menu .current_page_ancestor,
.nav-menu .current-menu-ancestor {
	font-weight: 700;
}

.nav-menu .dropdown-toggle,
.swiper-pagination-bullet {
	height: auto;
	min-height: auto;
}

.nav-menu .dropdown-toggle {
	background: transparent;
	border: none;
	display: inline-block;
	font-weight: 500;
	line-height: 10px;
	margin-left: 12px;
	padding: 0;
	position: relative;
	top: 0;
}

.dropdown-toggle:focus {
	outline: none;
}

.nav-menu a {
	border: none;
	color: rgba(0, 0, 0, 0.6);
	display: inline;
	text-decoration: none;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.nav-menu > li > a {
	display: inline-block;
}

.nav-menu a:hover,
.nav-menu .current_page_item > a,
.nav-menu .current-menu-item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-ancestor > a {
	color: #000;
}

.main-navigation .nav-menu > li > ul {
	visibility: hidden;
	opacity: 0;
	height: 0;
}

.main-navigation ul ul a {
	border-bottom: none;
	display: block;
	font-weight: 400;
	padding: 5px 15px;
	text-transform: uppercase;
}

.main-navigation ul ul ul {
	margin-left: 15px;
}

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

.comment-navigation,
.posts-navigation,
.post-navigation {
	overflow: hidden;
}

.comment-navigation {
	margin: 0 0 1.5em;
}

.posts-navigation,
.post-navigation {
	border-top: 1px solid #f1f1f1;
}

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

.posts-navigation a,
.post-navigation a {
	font-weight: 700;
	color: #000;
	padding-right: 25%;
	padding-top: 52px;
	padding-bottom: 60px;
	display: block;
	border: none;
	line-height: 1.3em;
}

.posts-navigation i,
.post-navigation i,
.posts-navigation span,
.post-navigation span {
	display: block;
	font-weight: 400;
}

.posts-navigation i,
.post-navigation i {
	margin-bottom: 10px;
	color: #e5e5e5;
	color: rgba(0,0,0,.1);
	position: relative;
}

.posts-navigation a:hover i,
.post-navigation a:hover i {
	margin-left: -10px;
	color: #000;
}

.posts-navigation .nav-next a:hover i,
.post-navigation .nav-next a:hover i {
	margin-left: 10px;
	color: #000;
}

/*Social Menu*/

.social-menu li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 6px;
	vertical-align: top;
}

.social-menu a {
	color: #c2c2c2;
	color: rgba(0,0,0,.2);
	display: block;
	border: none;
}

.social-menu a:hover {
	color: #000;
}

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

.wp-block-search {
	position: relative;
}

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

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

/*--------------------------------------------------------------
9.0 Alignments
--------------------------------------------------------------*/

.alignnone {
    clear: both;
    margin: 26px 52px 26px 0;
}

.grid-wrapper .alignnone,
.grid-wrapper .alignleft {
    margin-right: 26px;
}

.grid-wrapper .alignright {
    margin-left: 26px;
}

.aligncenter,
div.aligncenter {
    clear: both;
    display: block;
}

.wp-block-button.aligncenter {
	text-align: center;
}

figure.alignnone,
figure.aligncenter,
img.alignnone,
img.aligncenter {
    margin: 26px auto;
}

figure.alignleft,
img.alignleft,
.wp-block-image .alignleft,
figure.alignright,
img.alignright,
.wp-block-image .alignright {
	max-width: 50%;
}

figure.alignleft,
img.alignleft,
.wp-block-image .alignleft {
    margin: 7px 45px 25px 0;
}

.wp-block-audio {
	width: 100%;
}

.wp-block-audio audio {
	min-width: 100%;
}

figure.alignright,
img.alignright,
.wp-block-image .alignright {
    margin: 7px 0 25px 45px;
}

p:first-child .aligncenter {
	margin-top: 0;
}

.alignright {
	clear: right;
    float: right;
}

.alignleft {
	clear: left;
    float: left;
}

/*--------------------------------------------------------------
10.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.row:before,
.row:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.gallery:before,
.gallery:after {
	content: "";
	display: table;
}

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

/*--------------------------------------------------------------
11.0 Widgets
--------------------------------------------------------------*/

.widget {
	border-top: 1px solid #f1f1f1;
	color: #9a9a9a;
	width: 100%;
	padding: 52px 54px;
}

.widget:first-child {
	border-top: none;
	padding-top: 0;
}

.widget:last-child {
	padding-bottom: 0;
}

.widget-title {
	color: #cacaca;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 34px;
}

.widget a {
	color: #000;
	border: none;
}

.widget a:hover {
	color: #bfbfbf;
}

.widget ul {
	margin-bottom: 0;
}

.widget li {
	list-style: none;
	margin: 12px 0;
}

.widget li:last-child {
	margin-bottom: 0;
}

.widget .children a {
	color: #9e9e9e;
}

.widget .children a:hover {
	color: #000;
}

.widget input,
.widget select {
	margin-top: 26px;
	max-width: 342px;
	width: 100%;
}

.search-form {
	position: relative;
	max-width: 342px;
}

.search-form:before {
	color: #c1c1c1;
	position: absolute;
	top: 50%;
	left: 18px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.search-form input[type="search"] {
	background: none;
	color: transparent;
	margin-top: 0;
	padding-right: 70px;
	width: 100%;
	position: relative;
	z-index: 1;
}

.search-form input[type="search"]:focus {
	background-color: #fff;
	color: inherit;
}

.search-form input[type="search"]::-moz-placeholder {
    opacity: 0;
}

.search-form input[type="search"]::-webkit-input-placeholder {
    opacity: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
	background: none;
	border: none;
	color: #aeaeae;
	font-weight: 700;
	height: 54px;
	margin-top: 0;
	padding: 0 24px 0 0;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 0;
	width: auto;
	z-index: 1;
}

.ie9 .search-form input[type="search"],
.ie9 .search-form input[type="submit"] {
	background-image: url('about:blank');
	outline: none;
}

.ie9 .search-form input[type="submit"] {
	border-radius: 27px;
	height: 52px;
	top: 1px;
	right: 1px;
}

.search-form input[type="submit"]:hover {
	color: #000;
}

.jetpack_subscription_widget #subscribe-email input {
	font-weight: 400;
	padding: 0.6em 1.2em;
	width: 100%;
}

#subscribe-submit {
	margin-bottom: 0;
}

#subscribe-submit input[type="submit"] {
	margin-top: 0;
	margin-bottom: 5px;
}

.widget button,
.widget .button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	background-color: #eaeaea;
	border-color: #eaeaea;
	color: #6f6f6f;
}

.widget button:hover,
.widget .button:hover,
.widget input[type="button"]:hover,
.widget input[type="reset"]:hover,
.widget input[type="submit"]:hover {
	background-color: transparent;
	border-color: #eaeaea;
}

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

/*calendar*/

.widget_calendar table {
	margin: 0;
	width: auto;
}

.widget_calendar table,
.widget_calendar th,
.widget_calendar td {
 	border: none;
 	margin-left: -9px;
}

.widget_calendar caption {
	text-align: left;
	margin-bottom: 30px;
	color: #cacaca;
	padding-left: 9px;
}

.widget_calendar th,
.widget_calendar td {
 	padding: 12px;
 	line-height: 1.2;
 	text-align: center;
}

.widget_calendar th {
	background-color: transparent;
	font-weight: 700;
	color: #000;
}

.widget_calendar td,
.widget_calendar tfoot a {
	color: #bfbfbf;
}

.widget_calendar tfoot a:hover {
	color: #000;
}

.widget_calendar tbody a {
	color: #000;
	font-weight: 700;
}

.widget_calendar tbody a:hover {
	color: #bfbfbf;
}

.widget_calendar #today {
	color: #000;
	background-color: #ffe09e;
	border-radius: 50%;
	position: relative;
	line-height: 1.2em;
}

.widget_calendar #today a {
	background-color: #f1f1f1;
	display: block;
	padding: 12px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: none;
}

.ie9 .widget_calendar #today a {
	height: 40px;
}

.widget_calendar #today a:hover {
	background-color: #ffe09e;
	color: #000;
}

.widget_calendar #prev {
	text-align: left;
	padding-left: 13px;
}

/*tag / category cloud*/

.widget .tagcloud a,
.widget_tag_cloud a,
.wp_widget_tag_cloud a {
	border-radius: 13px;
	border: 1px solid #f1f1f1;
	color: #808080;
	display: inline-block;
	line-height: .8;
	margin-bottom: 9px !important;
	margin-right: 3px !important;
	padding: 7px 11px 6px !important;
}

.tagcloud a:hover,
.widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:hover {
	color: #000;
	border-color: #000;
}

/*recent posts*/

.widget_recent_entries a {
	display: inline-block;
}

.widget_recent_entries .post-date {
	margin-bottom: 28px;
	display: block;
}

.widget_recent_entries li:last-child .post-date {
	margin-bottom: 0;
}

/*archive*/

.widget_archive li {
	display: inline-block;
	position: relative;
}

.widget_archive > ul > li:after {
	content: "/";
	color: #000;
	margin: 0 6px 0 9px;
}

.widget_archive > ul > li:last-child:after {
	display: none;
}

/*RSS*/

.widget-title .rsswidget img {
	display: none;
}

.widget_rss > ul > li {
	margin-top: 28px;
}

.widget_rss > ul > li:first-child {
	margin-top: 0;
}

.widget_rss > ul > li .rsswidget {
	display: block;
}

.rssSummary {
	margin-top: 10px;
}

/*Facebook*/

.widget_facebook_likebox .widget-title a {
	color: #cacaca;
}

.widget_facebook_likebox iframe {
	margin-top: 0;
	margin-bottom: 0;
}

/*Flickr*/

.widget_flickr table,
.widget_flickr #flickr_badge_wrapper {
    border: none;
    background-color: transparent;
    margin: 0;
}

.widget_flickr td,
.widget_flickr th {
    border: none;
    padding: 0;
}

.widget_flickr #flickr_badge_uber_wrapper a:link,
.widget_flickr #flickr_badge_uber_wrapper a:active {
    color: #000;
}

.widget_flickr #flickr_badge_uber_wrapper a:hover,
.widget_flickr #flickr_badge_uber_wrapper a:visited {
    color: #bfbfbf;
}

/*Contact Info*/

.confit-address {
    margin-top: 20px;
    margin-bottom: 10px;
}

/*Milestone*/

.milestone-widget .milestone-content {
    max-width: 342px;
    margin-top: 0;
    text-align: left;
}

.milestone-widget .milestone-header {
    padding: 0 0 .8em 0;
}

/*Tiled Gallery*/

.widget .tiled-gallery {
    margin: 0;
}

/*Goodreads*/

.widget_goodreads div[class^="gr_custom_container"],
.widget_goodreads div[class^="gr_custom_each_container"] {
    border: none;
}

/*Authors Widget*/

.avatar {
    margin-right: 14px;
}

.widget_authors .avatar {
    width: 32px;
}

.widget_authors > ul > li {
    margin-top: 40px;
}

.widget_authors > ul > li:first-child {
    margin-top: 0;
}

.widget_authors > ul ul {
    margin-left: 0;
}

/*Gravatar*/

.widget.widget-grofile .grofile-thumbnail {
    max-width: 100%;
}

.grofile-links li {
    margin: 2px 0;
}

.grofile-full-link {
    display: block;
    margin-top: 15px;
}

/*Jetpack Display Posts*/

.widget .jetpack-display-remote-posts h4 {
    font-size: inherit;
    margin-bottom: 15px;
    margin-top: 40px;
}

.jetpack-display-remote-posts img {
    margin-bottom: 20px;
}

.widget .jetpack-display-remote-posts p {
    line-height: 1.67em !important;
}

/*Recent Comments*/

.widget_recent_comments table,
.widget_recent_comments td {
    border: none;
}

.recentcommentsavatar img {
    width: 32px;
}

.recentcommentsavatar td:first-child {
    padding-right: 14px;
}

/*--------------------------------------------------------------
12.0 Content
--------------------------------------------------------------*/

[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.is-style-wide) {
	max-width: 907px;
}

body:not(.split-layout) [class*="__inner-container"] > .alignwide {
	max-width: 1007px;
}

[class*="__inner-container"] > *:not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	width: 100%;
}

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

.content-area {
	width: 100%;
	padding: 50px 0 120px;
}

.entry-content > .wp-block-cover:last-child,
.entry-content > .wp-block-cover-image:last-child,
.entry-content > .has-background:last-child {
	margin-bottom: -120px;
}

.has-sidebar .content-area {
	border-right: 1px solid #f1f1f1;
	float: left;
	width: 73%;
}

.site-main > article,
.site-main > .tag-links,
.site-main > .post-navigation,
.comments-title,
.comment-list,
#comments .comment-respond,
.no-comments,
.search-no-results .content-area {
	margin: 0 auto;
	padding-left: 19.4%;
	padding-right: 19.4%;
	padding-left: calc((100% - 907px)/2);
	padding-right: calc((100% - 907px)/2);
}

.has-sidebar .site-main > article,
.has-sidebar .site-main > .tag-links,
.has-sidebar .site-main > .post-navigation,
.has-sidebar .comments-title,
.has-sidebar .comment-list,
.has-sidebar #comments .comment-respond,
.has-sidebar .no-comments {
	width: auto;
}

[class*="__inner-container"] > *:not(.alignleft):not(.alignright):not(.is-style-wide) {
	margin-left: auto;
	margin-right: auto;
}

[class*="__inner-container"] > *:not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	width: 100%;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 2.7em 0 0;
}

.single .entry-content {
	margin-top: 78px;
}

.entry-title {
	margin-top: 0;
	margin-bottom: 13px;
}

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

.entry-content input[type="text"],
.entry-content input[type="email"],
.entry-content input[type="url"],
.entry-content input[type="password"],
.entry-content input[type="search"],
.entry-content textarea,
.entry-content select {
	margin-bottom: 22px;
}

/*--------------------------------------------------------------
12.1.1 Pages
--------------------------------------------------------------*/

.page-header {
	margin-bottom: 80px;
	padding-right: 80px;
	position: relative;
}

.page-header h1 {
	text-align: center;
}

.page-header h1,
.single .entry-title {
	font-weight: 700;
	margin-top: 0;
}

.emphasis {
	margin-bottom: 22px;
	color: #000;
}

.emphasis a {
	color: #000;
}

.archive .page-header,
.archive .page-title,
.search:not(.search-no-results) .page-header,
.search:not(.search-no-results) .page-title {
	margin-top: 0;
}

.archive .page-header .taxonomy-description {
	display: none;
}

.archive .page-header,
.search:not(.search-no-results) .page-header {
    margin-bottom: 75px;
    margin-left: 62px;
    padding-top: 7px;
}

.archive .page-title,
.search .page-title {
	font-weight: 400;
	color: #aeaeae;
}

.archive .page-title span,
.search .page-title span {
	color: #000;
}

.no-results {
	margin-top: 16%;
}

.no-results .entry-title {
	margin-bottom: 9px;
}

.no-results .page-content {
	margin-top: 0;
}

.no-results .search-form {
	margin-top: 75px;
}

.page .comments-area {
	margin-top: 44px;
}

/*404*/

.error-404 {
	margin-top: 13%;
    margin-left: 20%;
	max-width: 460px;
}

.error404 .site-content {
	font-weight: 400;
}

.error404 .page-header {
	margin-bottom: 9px;
    padding-right: 0;
}

.error404 .page-title {
	font-weight: 400;
	line-height: 1.3em;
}

.error404 .page-title span {
	font-weight: 700;
	display: block;
}

.error404 .site-content a {
	color: #000;
	font-weight: 700;
}

/*--------------------------------------------------------------
12.1.2 Posts
--------------------------------------------------------------*/

.archive,
.index,
.search:not(.search-no-results) .content-area {
	width: 100%;
	border-right: none;
	background-color: #f5f5f5;
	padding: 0;
}

.custom-background .index {
	padding-top: 25px;
}

.grid-wrapper .dropcap__duplicate {
	display: none;
}

.sticky {
	display: block;
}

.sticky .featured {
	display: inline-block;
	color: #9c9c9c;
	font-size: 14px;
}

.hentry {
	margin: 0 0 1.5em;
}

.grid-sizer {
	opacity: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

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

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

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.grid-wrapper article {
	margin-bottom: 60px;
}

.grid-wrapper .entry-header,
.grid-wrapper .entry-content,
.grid-wrapper .entry-summary {
	background-color: #fff;
}

.grid-wrapper .entry-header {
	margin: 0;
	padding: 18px 28px 24px;
}

.grid-wrapper .entry-content,
.grid-wrapper .entry-summary {
	padding: 0 28px 28px;
	margin-top: 0;
}

.grid-wrapper .edit-link {
	position: absolute;
	right: 10px;
	top: 20px;
	opacity: 0;
	z-index: 2;
}

.grid-wrapper article:hover .edit-link {
	opacity: 1;
}

body .grid-wrapper th,
body .grid-wrapper td {
	padding-left: 5px;
	padding-right: 5px;
}

.page .page-header .edit-link,
.single .entry-header .edit-link {
	position: absolute;
	display: block;
	right: -14px;
}

.single .entry-header .edit-link {
	top: -6px;
}

.page .page-header .edit-link {
	top: 7px;
}

.grid-wrapper .edit-link a {
	display: block;
	border-radius: 50%;
	background: #fff;
	color: #000;
	font-size: 0;
	width: 40px;
	height: 40px;
}

.page .page-header .edit-link a,
.single .entry-header .edit-link a {
	border: 1px solid transparent;
	color: #000;
	display: inline-block;
	position: relative;
	font-weight: 400;
	padding: 2px 40px 1px 20px;
	border-radius: 14px;
}

.grid-wrapper article .edit-link a:hover {
	background: #000;
	color: #fff;
}

.page .page-header .edit-link a:hover,
.single .entry-header .edit-link a:hover {
	border-color: #d7d7d7;
}

.page .page-header .edit-link a:active,
.single .entry-header .edit-link a:active {
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
	transform: scale(0.95);
}

.grid-wrapper .edit-link a:before,
.page .page-header .edit-link a:before,
.single .entry-header .edit-link a:before {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -11px;
	margin-left: -11px;
}

.page-header .edit-link a:before,
.entry-header .edit-link a:before,
.grid-wrapper .edit-link a:before {
	cursor: pointer;
}

.grid-wrapper .cat-links {
	position: relative;
	display: inline-block;
	margin-bottom: 18px;
}

.grid-wrapper .cat-links > a {
	font-weight: 400;
	color: #000;
}

.grid-wrapper .cat-links a {
	border: none;
}

.grid-wrapper .cat-links > a:hover {
	color: #797979;
}

.grid-wrapper .cat-links > a:after {
	content: ", ";
}

.grid-wrapper .cat-links > a:last-of-type:after,
.grid-wrapper .cat-links a:nth-child(n+4) {
	display: none;
}

.grid-wrapper .cat-links .more:after {
	content: "...";
}

.grid-wrapper .entry-header h1 {
	margin-bottom: 0;
}

.grid-wrapper .entry-content p,
.grid-wrapper .entry-excerpt p,
.grid-wrapper .entry-summary p {
	font-weight: 400;
	margin-bottom: 18px;
}

.grid-wrapper .entry-content p,
.grid-wrapper .entry-summary p,
.grid-wrapper .entry-content li,
.grid-wrapper .entry-summary li,
.grid-wrapper .entry-content dd,
.grid-wrapper .entry-summary dd {
	color: #737373;
}

.entry-content li,
.entry-summary li {
	margin-bottom: 10px;
}

.grid-wrapper .entry-excerpt p:last-of-type {
	margin-bottom: 0;
}

.featured-image a {
	border: none;
	display: block;
	position: relative;
	z-index: 1;
}

.featured-image img {
	width: 100%;
	height: auto;
}

.post-password-required input[type="password"] {
	display: block;
	margin-top: 20px;
}

/*Single*/

.single .post {
	margin-bottom: 2.7em;
}

.single .entry-header {
	margin-bottom: 75px;
	position: relative;
}

.single .entry-meta {
	margin-bottom: 16px;
	position: relative;
}

.single .entry-meta,
.single .entry-meta a {
	color: #9c9c9c;
}

.single .entry-meta a:hover {
	color: #000;
}

.single .entry-meta span {
    display: inline-block;
}

.single .entry-meta > span:after,
.sticky .featured:after {
	content: "/";
	font-weight: 400;
	margin: 0 7px;
}

.single .entry-meta > span:last-child:after {
	display: none;
}

.single .cat-links a,
.single .tags-links a {
	color: #000;
	border: none;
}

.single .cat-links a:hover,
.single .tags-links a:hover {
	color: #9c9c9c;
}

.single .cat-links a:after,
.single .tags-links a:after {
	content: ",";
}

.single .cat-links a:last-child:after,
.single .tags-links a:last-child:after {
	display: none;
}


.single .featured-landscape {
	margin-top: 90px;
}

.single.has-sidebar .featured-landscape {
	margin: 72px -8% 0;
}

.single article > .featured-portrait {
	display: none;
}

.single .entry-content .featured-portrait {
	float: right;
    margin: 0 0 52px 52px;
    max-width: 62%;
}

.single .featured-no-content img {
	width: auto;
}

.single .tag-links {
	font-weight: 700;
	margin-top: 46px;
	margin-bottom: 92px;
}

.single .tag-links a {
	font-weight: 300;
	margin-right: 15px;
	color: #a5a5a5;
}

.single .tag-links a:first-child {
	margin-left: 15px;
}

.single .tag-links a:hover {
	color: #000;
}

/*format quote*/

.format-quote blockquote,
.format-quote blockquote p,
.grid-wrapper .format-quote blockquote,
.grid-wrapper .format-quote blockquote p,
.grid-wrapper .format-link p {
	color: #000;
	line-height: 1.4;
	font-weight: 400;
}

.grid-wrapper .format-quote blockquote,
.grid-wrapper .format-quote blockquote p,
.single .format-quote blockquote,
.single .format-quote blockquote p,
.grid-wrapper .format-link p {
	margin: 1em 0 .7em;
	letter-spacing: -0.5px;
}

.single .format-quote blockquote,
.single .format-quote blockquote p {
	margin-top: 0;
}

.grid-wrapper .format-quote blockquote p:last-child {
	margin-bottom: .7em;
}

.grid-wrapper .format-link p:last-child {
	margin-bottom: 0;
}

.grid-wrapper .format-link cite {
	font-style: normal;
	margin-top: 20px;
	display: block;
    padding-right: 40px;
}

.single .format-quote blockquote + cite,
.single .format-quote blockquote + p cite {
	margin: -0.4em 0 2em 0;
}

.grid-wrapper .format-quote:before,
.grid-wrapper .format-link:before {
	position: absolute;
	bottom: 24px;
	right: 60px;
	color: #e8e8e8;
}

/*format link*/

.grid-wrapper .format-link .entry-header h1 {
	line-height: 1.4;
	margin-top: 0.4em;
}

/*format image*/

.format-image .featured-image:not(.video-image) a:after {
	display: none;
}

.format-image .entry-excerpt {
	position: absolute;
	top: 0;
	left: 30px;
	bottom: 0;
	right: 30px;
	padding: 24px 36px 70px;
}

.format-image .entry-excerpt:hover .entry-header .entry-meta,
.format-image .entry-excerpt:hover .entry-header .entry-title,
.format-image .entry-excerpt:hover .entry-footer,
.format-image .featured-image:hover + .entry-excerpt .entry-header .entry-meta,
.format-image .featured-image:hover + .entry-excerpt .entry-header .entry-title,
.format-image .featured-image:hover + .entry-excerpt .entry-footer {
    opacity: 1;
}

.grid-wrapper .format-image .entry-header {
	background-color: transparent;
	padding: 0 0 28px;
	display: inline-block;
}

.grid-wrapper .format-image .entry-header .entry-meta,
.grid-wrapper .format-image .entry-header .entry-title,
.grid-wrapper .format-image .entry-footer {
        z-index: 1;
        position: relative;
        float: left;
}

.grid-wrapper .format-image .entry-header .entry-meta,
.grid-wrapper .format-image .entry-header .entry-title,
.grid-wrapper .format-image .entry-footer {
    position: relative;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.grid-wrapper .format-image .edit-link {
	right: -20px;
}

.grid-wrapper .format-image > .edit-link {
	right: 10px;
}

.grid-wrapper .entry-excerpt p {
	line-height: 1.8;
}

.grid-wrapper .format-image .entry-footer {
	position: absolute;
	bottom: 32px;
	left: 36px;
}

.grid-wrapper .format-image .entry-footer a {
	color: #000;
}

.grid-wrapper .format-image .entry-footer a:hover {
	color: #666;
}

.grid-wrapper .format-image .entry-footer a {
	font-weight: 700;
}

body #TB_overlay {
	background: #fff;
	opacity: 0.9;
}

body #TB_window {
	box-shadow: none;
	background: none;
}

body #TB_window img#TB_Image {
	border: none;
	margin: 9px 0 0;
	width: 100%;
}

body .tb-close-icon {
	color: #3a3a3a;
	top: 5px;
	right: -55px;
}

body .tb-close-icon:hover {
	color: #000;
}

/*Jetpack*/

.pd-rating .rating-msg,
.cs-rating .rating-msg {
	margin-top: -0.4em;
}

/*share daddy*/

.sd-social {
	margin-top: 74px;
}

div.sharedaddy.sd-like {
	margin-top: 32px;
}

div.sharedaddy .sd-social h3.sd-title:before,
div.sharedaddy.sd-like h3.sd-title:before {
	display: none;
}

div.sharedaddy .sd-social h3.sd-title {
	margin-bottom: 0;
}

div.sharedaddy.sd-like h3.sd-title {
	margin-bottom: 30px;
}

div.sharedaddy .sd-social h3.sd-title,
div.sharedaddy.sd-like h3.sd-title,
div#jp-relatedposts.jp-relatedposts h3.jp-relatedposts-headline em {
	font-weight: 400;
}

.post .entry-content .sd-title {
	margin-bottom: 6px;
}

.sharedaddy .sd-social-icon .sd-content ul li a.sd-button {
	margin-bottom: 12px;
}

/*related posts*/

div#jp-relatedposts.jp-relatedposts {
	margin-top: 3.4em;
}

.jp-relatedposts-post-a {
    border: none;
}

.jp-relatedposts-post-img {
    margin-bottom: 10px;
}

div#jp-relatedposts.jp-relatedposts div.jp-relatedposts-items p {
	padding-right: 35px;
	opacity: .3;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

div#jp-relatedposts.jp-relatedposts div.jp-relatedposts-items p:hover {
	opacity: 1;
}

div#jp-relatedposts.jp-relatedposts h3.jp-relatedposts-headline {
	margin-bottom: 26px;
}

div#jp-relatedposts.jp-relatedposts h3.jp-relatedposts-headline em::before {
	display: none;
}

div#jp-relatedposts.jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	border: none;
	color: #797979;
	margin-bottom: 10px;
	display: block;
	line-height: 1.2em;
	font-weight: 700;
}

div#jp-relatedposts.jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
	color: #000;
}

div#jp-relatedposts.jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
	text-decoration: none;
}

div#jp-relatedposts.jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,
div#jp-relatedposts.jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
	opacity: 1;
	color: #797979;
	display: inline-block;
}

.jp-relatedposts-post-date:after {
	content: "/";
	margin: 0 5px;
}

.jp-relatedposts-post-context {
	font-weight: 700;
}

/*Thickbox*/

#TB_load {
    display: none !important;
}

/*--------------------------------------------------------------
12.2 Asides
--------------------------------------------------------------*/

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

#sidebar {
	float: left;
	width: 27%;
	overflow: hidden;
	padding: 121px 0;
	opacity: .15;
}

#sidebar:hover,
#sidebar.hover {
	opacity: 1;
}

/*--------------------------------------------------------------
12.3 Comments
--------------------------------------------------------------*/

.comments-title,
.has-sidebar .comments-title {
	border-top: 1px solid #f1f1f1;
	margin-bottom: 50px;
	margin-top: 0;
	padding-top: 65px;
}

.comment-list {
	padding-bottom: 10px;
}

.comments-area li {
	list-style: none;
}

.comment-body {
	padding: 21px 0 32px 100px;
	position: relative;
	margin-bottom: 20px;
}

.comment-content p {
	margin-bottom: 18px;
}

.bypostauthor {
	display: block;
}

.bypostauthor > .comment-body .comment-author img {
	border: 2px solid #797979;
}

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

.comment-meta {
	margin-bottom: 26px;
}

.comment-author img {
	border-radius: 50%;
	height: auto;
	left: 0;
	top: 9px;
	position: absolute;
	width: 50px;
}

.says {
	display: none;
}

.comment-author,
.comment-metadata {
	display: inline-block;
}

.comment-metadata {
	color: #c4c4c4;
	font-weight: 400;
}

.comment-author .fn a,
.comment-metadata a {
	border: none;
}

.comment-metadata > a:first-child {
    margin-right: 15px;
}

.comment-author .fn a,
.comment-author .fn a:hover,
.comment-metadata a:hover {
	color: #000;
}

.comment-metadata a {
	color: #c4c4c4;
}

.comment .children {
	margin-left: 30px;
}

.comment-reply-title {
	margin-top: 60px;
}

.comment-metadata .comment-edit-link,
.comment-reply-link {
    border: 1px solid #dadada;
    letter-spacing: 0.8px;
    color: #cacaca;
    color: rgba(0,0,0,.3);
    padding: 3px 14px 4px;
    border-radius: 12px;
    font-weight: 300;
}

.comment-metadata .comment-edit-link:hover,
.comment-reply-link:hover {
    color: #000;
	border-color: #000;
}

/*--------------------------------------------------------------
13.0 Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

.grid-wrapper #infinite-handle,
.grid-wrapper .infinite-loader {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.grid-wrapper #infinite-handle span {
	background: transparent;
	display: block;
	padding: 0;
}

.grid-wrapper #infinite-handle span button {
	background-color: #fff;
	border-radius: 27px;
	color: #000;
	display: block !important;
	font-family: 'hans-kendrick', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	font-size: 18px !important;
	font-size: 1rem !important;
	font-weight: 700 !important;
	height: auto;
	padding: 12px 37px !important;
}

.grid-wrapper #infinite-handle span button:hover,
.grid-wrapper #infinite-handle span button:focus {
	background-color: #000;
	color: #fff !important;
}

.grid-wrapper .infinite-loader {
    margin: 10px auto 100px;
}

.infinite-loader {
    width: 34px;
    background-size: 50%;
	padding: 17px 0;
    margin: 70px auto;
}

.grid-wrapper .hentry {
	opacity: 0;
	-webkit-transform: translate3D(0,50px,0);
	-moz-transform: translate3D(0,50px,0);
	-ms-transform: translate3D(0,50px,0);
	-o-transform: translate3D(0,50px,0);
	transform: translate3D(0,50px,0);
	-webkit-transition: -webkit-transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: -moz-transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: -ms-transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: -o-transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.grid-wrapper .animate {
	opacity: 1;
	-webkit-transform: translate3D(0,0,0);
	-moz-transform: translate3D(0,0,0);
	-ms-transform: translate3D(0,0,0);
	-o-transform: translate3D(0,0,0);
	transform: translate3D(0,0,0);
}

body.infinite-scroll.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
14.0 Media
--------------------------------------------------------------*/

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

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

embed:last-child,
iframe:last-child,
object:last-child,
.jetpack-video-wrapper:last-child {
	margin-bottom: 0;
}

.jetpack-video-wrapper,
.jetpack-video-wrapper iframe {
	width: 100% !important;
}

iframe[src*="google.com/maps"] {
	margin-bottom: 58px;
}

/*--------------------------------------------------------------
14.1 Captions
--------------------------------------------------------------*/

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

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

.wp-caption-text,
.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
	color: #909090;
	font-weight: 400;
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: .7em 0 0;
	text-align: center;
}

.alignleft .wp-caption-text,
.alignleft figcaption,
.alignleft .blocks-gallery-caption {
	text-align: left;
}

.alignright .wp-caption-text,
.alignright figcaption,
.alignright .blocks-gallery-caption {
	text-align: right;
}

.aligncenter .wp-caption-text,
.aligncenter figcaption,
.aligncenter .blocks-gallery-caption {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/*--------------------------------------------------------------
14.2 Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}

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

.gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: -webkit-calc(50% - 4px);
    max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(33.3% - 4px);
    max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}

.gallery-columns-1 figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2 figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3 figure.gallery-item:nth-of-type(3n+1),
.gallery-columns-4 figure.gallery-item:nth-of-type(4n+1),
.gallery-columns-5 figure.gallery-item:nth-of-type(5n+1),
.gallery-columns-6 figure.gallery-item:nth-of-type(6n+1),
.gallery-columns-7 figure.gallery-item:nth-of-type(7n+1),
.gallery-columns-8 figure.gallery-item:nth-of-type(8n+1) {
    clear: left;
}

.gallery-icon a {
	display: block;
	font-size: 0;
}

.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    color: #fff;
    left: 0;
    line-height: 1.5;
    margin: 0;
    max-height: 100%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    text-align: left;
    width: 100%;
}

.gallery-caption:before {
    content: "";
    height: 100%;
    left: 0;
    min-height: 49px;
    position: absolute;
    top: 0;
    width: 100%;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

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

/*--------------------------------------------------------------
14.3 Playlist
--------------------------------------------------------------*/

.entry-content .wp-playlist {
    background: none;
    border: none;
    padding: 0;
	position: relative;
	margin-bottom: 30px;
}

.single .entry-content .wp-playlist:first-child {
	margin-top: 0;
}

.single .entry-content .wp-playlist:last-child {
	margin-bottom: 0;
}

.single .entry-content .wp-playlist {
	margin-top: 94px;
	margin-bottom: 74px;
}

.entry-content .wp-playlist .wp-playlist-caption {
	color: #1c1c1c;
	border: none;
}

.wp-playlist-current-item .wp-playlist-item-title {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	margin-bottom: 10px;
}

.wp-playlist .wp-playlist-current-item {
	height: auto;
	margin-bottom: 30px;
	min-height: 145px;
}

.grid-wrapper .wp-playlist .wp-playlist-current-item {
	margin-bottom: 0;
}

.entry-content .wp-playlist .wp-playlist-current-item img {
	width: 128px;
	max-width: 128px;
	margin-right: 32px;
}

.grid-wrapper .entry-content .wp-playlist .wp-playlist-current-item img {
	display: none;
}

.entry-content .wp-playlist .mejs-container {
	width: calc(100% - 160px) !important;
	position: absolute;
	right: 0;
	top: 98px;
}

.grid-wrapper .entry-content .wp-playlist .mejs-container {
	width: 100% !important;
	top: 75px;
}

.entry-content .wp-playlist .mejs-container,
.entry-content .mejs-container .mejs-controls,
.mejs-container.mejs-audio {
	background-color: transparent;
}

.wp-playlist-current-item .wp-playlist-item-album,
.wp-playlist-current-item .wp-playlist-item-artist {
	display: inline-block;
}

.wp-playlist-current-item .wp-playlist-item-album {
	font-style: normal;
	font-weight: 400;
}

.wp-playlist-current-item .wp-playlist-item-album:after {
	content: " - ";
}

.wp-playlist-current-item .wp-playlist-item-artist {
	text-transform: none;
	font-weight: 700;
}

.mejs-inner .mejs-controls .mejs-playpause-button button {
	background: none;
	border-radius: 0;
	line-height: inherit;
	width: 23px;
	height: 26px;
}

.mejs-play button:after {
	content: "";
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 23px solid #e1e2e3;
}

.mejs-pause button:after {
	content: "";
	background: #fff;
	border-left: 6px solid #e1e2e3;
	border-right: 6px solid #e1e2e3;
	display: block;
	height: 20px;
	width: 19px;
}

.mejs-container .mejs-inner .mejs-controls .mejs-time {
	color: #000;
	padding-top: 16px;
	margin-left: 30px;
	letter-spacing: 1px;
}

.grid-wrapper .mejs-container .mejs-inner .mejs-controls .mejs-time {
	margin-left: 15px;
}

.mejs-inner .mejs-controls div.mejs-time-rail {
	padding-top: 14px;
}

.mejs-inner .mejs-controls .mejs-time-rail a {
	border-radius: 0;
	height: 2px;
	margin: 14px 18px;
	background: #ededed;
}

.mejs-inner .mejs-controls .mejs-time-rail .mejs-time-total,
.mejs-inner .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #e1e2e3;
}

.mejs-inner .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #000;
}

.mejs-inner .mejs-controls .mejs-time-rail .mejs-time-total,
.mejs-inner .mejs-controls .mejs-time-rail .mejs-time-buffering,
.mejs-inner .mejs-controls .mejs-time-rail .mejs-time-loaded,
.mejs-inner .mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-inner .mejs-controls .mejs-time-rail .mejs-time-handle {
	height: 2px;
}

.mejs-container .mejs-inner .mejs-controls .mejs-duration-container {
	margin-left: 0;
}

.mejs-container .mejs-controls .mejs-volume-button,
.mejs-inner .mejs-controls a.mejs-horizontal-volume-slider {
	height: 46px;
	top: -3px;
}

.mejs-container .mejs-controls .mejs-volume-button {
	padding-top: 9px;
	border-radius: 22px 0 0 22px;
	width: 36px;
}

.mejs-container .mejs-controls .mejs-volume-button:hover {
	border-radius: 22px 0 0 22px;
}

.mejs-container .mejs-controls .mejs-volume-button button {
	margin: 3px 10px;
	background: none;
	width: 22px;
	height: 22px;
}

.mejs-volume-button button:before {
	position: absolute;
	top: 0;
	left: 0;
	color: #e1e2e3;
}

.mejs-inner .mejs-controls a.mejs-horizontal-volume-slider {
	border-radius: 0 22px 22px 0;
	width: 75px;
	padding-left: 0;
	padding-right: 10px;
	border: none;
}

.mejs-inner .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-inner .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	height: 2px;
	top: 22px;
	left: 10px;
	background: #e1e2e3;
}

.mejs-horizontal-volume-current:after {
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 7px;
	background-color: #f5f5f5;
	box-shadow: 0 1px 0 rgba(4,5,5,.27);
	display: block;
	position: absolute;
	right: -7px;
	top: -6px;
}

.mejs-inner .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #bdbdbd;
}

.wp-playlist-tracks .wp-playlist-item {
	border: none;
	padding: 12px 3px;
}

.wp-playlist-item-number {
	position: absolute;
	left: 3px;
}

.wp-playlist-tracks .wp-playlist-playing .wp-playlist-caption .wp-playlist-item-artist {
	color: #000;
}

.wp-playlist-tracks .wp-playlist-caption .wp-playlist-item-artist {
	color: #ababab;
	font-size: 0.66666666rem;
	font-weight: 500;
	letter-spacing: 0.7px;
	text-transform: none;
}

.wp-playlist-tracks .wp-playlist-item-title {
	color: #a5a5a5;
	font-weight: 400;
}

.entry-content .wp-playlist .wp-playlist-caption:hover .wp-playlist-item-title,
.entry-content .wp-playlist .wp-playlist-caption:hover .wp-playlist-item-artist {
	color: #000;
}

.wp-playlist-tracks .wp-playlist-item-title:after {
	content: "-";
	margin: 0 4px 0 7px;
}

.wp-playlist-tracks .wp-playlist-caption {
	font-weight: 700;
	padding-left: 35px;
}

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

.mejs-controls .mejs-offscreen {
    /*important is needed to overwrite styling given by players script*/
    border-radius: 0 !important;
    z-index: 1;
    box-shadow: 0 0 3px rgba(0,0,0,.2) !important;
    color: #7e7e7e !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
}

/*--------------------------------------------------------------
15.0 Header
--------------------------------------------------------------*/

.big-search-opened .site-header {
	opacity: 0;
}

.site-branding {
	padding-right: 44px;
}

.site-logo-link {
	border: none;
	display: block;
	max-width: 250px;
}

.site-title {
	margin: 0;
	letter-spacing: -0.04em;
}

.site-title a {
	border-bottom: none;
	word-wrap: break-word;
}

.site-title a:hover,
.site-description {
	color: #999;
}

.site-description {
	margin-top: 5px;
	font-weight: 400;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
16.0 Footer
--------------------------------------------------------------*/

.site-footer {
	padding-bottom: 46px;
}

.sticky.site-footer {
	position: fixed;
}

.site-info,
.site-info a {
	color: #a1a1a1;
}

.site-info {
	letter-spacing: .5px;
    font-weight: 400;
}

.site-info a {
	border: none;
}

.site-info a:hover {
	color: #000;
}

.site-info p {
	margin-bottom: 10px;
}

.site-info p:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
17.0 Gutenberg
--------------------------------------------------------------*/

/**
 * Spacing Overrides
 */
/*
 * Margins
 */
.margin-top-none {
	margin-top: 0 !important;
}

.margin-top-half {
	margin-top: 16px !important;
}

.margin-top-default {
	margin-top: 32px !important;
}

.margin-right-none {
	margin-right: 0 !important;
}

.margin-right-half {
	margin-right: 16px !important;
}

.margin-right-default {
	margin-right: 32px !important;
}

.margin-bottom-none {
	margin-bottom: 0 !important;
}

.margin-bottom-half {
	margin-bottom: 16px !important;
}

.margin-bottom-default {
	margin-bottom: 32px !important;
}

.margin-left-none {
	margin-left: 0 !important;
}

.margin-left-half {
	margin-left: 16px !important;
}

.margin-left-default {
	margin-left: 32px !important;
}

/*
 * Padding
 */
.padding-top-none {
	padding-top: 0 !important;
}

.padding-top-half {
	padding-top: 16px !important;
}

.padding-top-default {
	padding-top: 32px !important;
}

.padding-right-none {
	padding-right: 0 !important;
}

.padding-right-half {
	padding-right: 16px !important;
}

.padding-right-default {
	padding-right: 32px !important;
}

.padding-bottom-none {
	padding-bottom: 0 !important;
}

.padding-bottom-half {
	padding-bottom: 16px !important;
}

.padding-bottom-default {
	padding-bottom: 32px !important;
}

.padding-left-none {
	padding-left: 0 !important;
}

.padding-left-half {
	padding-left: 16px !important;
}

.padding-left-default {
	padding-left: 32px !important;
}

.no-sidebar .alignwide,
.no-sidebar .alignfull {
	max-width: 100vw;
	width: auto;
}

.no-sidebar .alignfull .alignfull,
.no-sidebar .alignwide .alignwide,
.no-sidebar .alignfull .alignwide,
.no-sidebar .alignwide .alignfull {
	margin-left: 0;
	margin-right: 0;
}

.has-sidebar .site-main .alignfull {
	width: auto;
}

.wp-block-columns.alignfull,
.wp-block-columns.alignwide {
	padding-left: 30px;
	padding-right: 30px;
}

.alignfull .wp-block-image,
.alignfull .tiled-gallery__item {
	text-align: center;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-style: normal;
}

.no-sidebar .alignfull > img {
	width: 100vw;
}

.wp-block-cover:not(:only-child),
.wp-block-cover-image:not(:only-child) {
	margin-top: 4vw;
	margin-bottom: 4vw;
}

.wp-block-button {
	margin-top: 20px;
	margin-bottom: 20px;
}

.wp-block-media-text + .wp-block-media-text {
	margin-top: 4vw;
}

.wp-block-image figure {
	width: auto !important;
}

.wp-block-jetpack-contact-info > div + div {
	margin-top: 5px;
}

.has-large-font-size,
.has-huge-font-size {
	line-height: 1.1;
}

.wp-block-cover:not([class*='background-color']) label,
.wp-block-cover:not([class*='background-color']) p,
.wp-block-cover:not([class*='background-color']) li,
.wp-block-cover:not([class*='background-color']) dt,
.wp-block-cover:not([class*='background-color']) dd,
.wp-block-cover:not([class*='background-color']) .wp-block-cover__inner-container,
.wp-block-cover:not([class*='background-color']) .wp-block-cover-image-text,
.wp-block-cover:not([class*='background-color']) .wp-block-cover-text,
.wp-block-cover-image:not([class*='background-color']) label,
.wp-block-cover-image:not([class*='background-color']) .wp-block-cover__inner-container,
.wp-block-cover-image:not([class*='background-color']) .wp-block-cover-image-text,
.wp-block-cover-image:not([class*='background-color']) .wp-block-cover-text {
    color: #fff;
}

.wp-block-cover:not([class*='background-color']) input[type="text"],
.wp-block-cover:not([class*='background-color']) input[type="email"],
.wp-block-cover:not([class*='background-color']) input[type="url"],
.wp-block-cover:not([class*='background-color']) input[type="password"],
.wp-block-cover:not([class*='background-color']) input[type="search"],
.wp-block-cover:not([class*='background-color']) input[type="tel"],
.wp-block-cover:not([class*='background-color']) textarea,
.wp-block-cover-image:not([class*='background-color']) input[type="text"],
.wp-block-cover-image:not([class*='background-color']) input[type="email"],
.wp-block-cover-image:not([class*='background-color']) input[type="url"],
.wp-block-cover-image:not([class*='background-color']) input[type="password"],
.wp-block-cover-image:not([class*='background-color']) input[type="search"],
.wp-block-cover-image:not([class*='background-color']) input[type="tel"],
.wp-block-cover-image:not([class*='background-color']) textarea {
	background-color: #fff;
}

.has-background-light-background-color input[type="text"],
.has-background-light-background-color input[type="email"],
.has-background-light-background-color input[type="url"],
.has-background-light-background-color input[type="password"],
.has-background-light-background-color input[type="search"],
.has-background-light-background-color input[type="tel"],
.has-background-light-background-color textarea {
	border-color: #000;
}

.has-background-light-background-color input[type="text"]:hover,
.has-background-light-background-color input[type="email"]:hover,
.has-background-light-background-color input[type="url"]:hover,
.has-background-light-background-color input[type="password"]:hover,
.has-background-light-background-color input[type="search"]:hover,
.has-background-light-background-color input[type="tel"]:hover,
.has-background-light-background-color textarea:hover,
.has-background-light-background-color input[type="text"]:focus,
.has-background-light-background-color input[type="email"]:focus,
.has-background-light-background-color input[type="url"]:focus,
.has-background-light-background-color input[type="password"]:focus,
.has-background-light-background-color input[type="search"]:focus,
.has-background-light-background-color input[type="tel"]:focus,
.has-background-light-background-color textarea:focus {
	border-color: rgba(0,0,0,.1);
}

.entry-content .wp-block-media-text:not(.has-background) {
    background: #e6e7e8;
}

figcaption a,
.wp-block-cover a:not(.has-text-color) {
	color: inherit;
}

.has-primary-color[class],
blockquote.has-primary-color[class] p {
    color: #20603C;
}

.has-secondary-color[class],
blockquote.has-secondary-color[class] p {
    color: #655441;
}

.has-foreground-color[class],
blockquote.has-foreground-color[class] p {
    color: #3C2323;
}

.has-foreground-light-color[class],
blockquote.has-foreground-light-color[class] p {
    color: #844d4d;
}

.has-foreground-dark-color[class],
blockquote.has-foreground-dark-color[class] p {
    color: #0D1B24;
}

.has-background-light-color[class],
blockquote.has-background-light-color[class] p {
    color: #FDF9EC;
}

.has-background-dark-color[class],
blockquote.has-background-dark-color[class] p {
    color: #DDDDDD;
}

.has-background-color[class],
blockquote.has-background-color[class] p {
    color: #FFFDF6;
}

.has-background:not(.has-background-background-color) a:not(.wp-block-button__link),
.has-background p,
.has-background h1,
.has-background h2,
.has-background h3,
.has-background h4,
.has-background h5,
.has-background h6 {
    color: currentColor;
}

.has-primary-background-color[class] {
    background-color: #000 !important;
}

.has-primary-background-color[class],
.has-primary-background-color[class] * {
    color: #fff;
}

.has-secondary-background-color[class] {
    background-color: #655441 !important;
}

.has-secondary-background-color[class],
.has-secondary-background-color[class] * {
    color: #FFFDF6;
}

.has-foreground-background-color[class] {
    background-color: #383838 !important;
}

.has-foreground-background-color[class],
.has-foreground-background-color[class] * {
    color: #FFFDF6;
}

.has-foreground-light-background-color[class] {
    background-color: #844d4d !important;
}

.has-foreground-light-background-color[class],
.has-foreground-light-background-color[class] * {
    color: #FFFDF6;
}

.has-foreground-dark-background-color[class] {
    background-color: #0D1B24 !important;
}

.has-foreground-dark-background-color[class],
.has-foreground-dark-background-color[class] * {
    color: #FFFDF6;
}

div[class*="has-background"] .wp-block-button:not(.is-style-fill) .wp-block-button__link:focus {
    color: #000;
}

.is-style-outline,
.is-style-outline .wp-block-button__link:not(.has-text-color) {
	color: inherit;
}

.wp-block-button__link.has-text-color {
	border-color: inherit;
}

.has-background-light-background-color[class] {
    background-color: #FAFAFA !important;
}

.has-background-light-background-color[class] {
    color: #3C2323;
}

.has-background-dark-background-color[class] {
    background-color: #DDDDDD !important;
}

.has-background-dark-background-color[class],
.has-background-dark-background-color[class] * {
    color: #3C2323;
}

.has-background-background-color[class] {
    background-color: #FFF !important;
}

.has-pale-pink-background-color p {
	background-color: #f78da7
}

.has-vivid-red-background-color p {
	background-color: #cf2e2e
}

.has-luminous-vivid-orange-background-color p {
	background-color: #ff6900
}

.has-luminous-vivid-amber-background-color p {
	background-color: #fcb900
}

.has-light-green-cyan-background-color p {
	background-color: #7bdcb5
}

.has-vivid-green-cyan-background-color p {
	background-color: #00d084
}

.has-pale-cyan-blue-background-color p {
	background-color: #8ed1fc
}

.has-vivid-cyan-blue-background-color p {
	background-color: #0693e3
}

.has-vivid-purple-background-color p {
	background-color: #9b51e0
}

.has-very-light-gray-background-color p {
	background-color: #eee
}

.has-cyan-bluish-gray-background-color p {
	background-color: #abb8c3
}

.has-very-dark-gray-background-color p {
	background-color: #313131
}

.has-pale-pink-color p {
	color: #f78da7
}

.has-vivid-red-color p {
	color: #cf2e2e
}

.has-luminous-vivid-orange-color p {
	color: #ff6900
}

.has-luminous-vivid-amber-color p {
	color: #fcb900
}

.has-light-green-cyan-color p {
	color: #7bdcb5
}

.has-vivid-green-cyan-color p {
	color: #00d084
}

.has-pale-cyan-blue-color p {
	color: #8ed1fc
}

.has-vivid-cyan-blue-color p {
	color: #0693e3
}

.has-vivid-purple-color p {
	color: #9b51e0
}

.has-very-light-gray-color p {
	color: #eee
}

.has-cyan-bluish-gray-color p {
	color: #abb8c3
}

.has-very-dark-gray-color p {
	color: #313131
}

.wp-block-pullquote:not(.is-style-solid-color) {
    background: none;
}

.is-style-solid-color {
    background-color: #20603C;
}

.wp-block-pullquote.is-style-solid-color {
    color: #FFFDF6;
}

.wp-block-pullquote.is-style-solid-color blockquote:before,
.wp-block-pullquote.is-style-solid-color p,
.wp-block-pullquote.is-style-solid-color blockquote p,
.wp-block-pullquote.is-style-solid-color cite,
.wp-block-pullquote.is-style-solid-color footer,
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation {
    color: inherit;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	margin: 30px auto;
	padding-left: 0;
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
	text-align: left;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
	line-height: 1.3;
}

body .blocks-gallery-grid,
body .wp-block-gallery {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.wp-block-group.has-background {
	margin-top: 0;
	margin-bottom: 0;
	padding: 2rem;
}

.event-countdown__counter span {
	margin-right: 10px;
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
	padding-top: 30px;
	padding-bottom: 30px;
}

.wp-block-cover__inner-container h1:last-child,
.wp-block-cover__inner-container h2:last-child,
.wp-block-cover__inner-container h3:last-child,
.wp-block-cover__inner-container h4:last-child,
.wp-block-cover__inner-container h5:last-child,
.wp-block-cover__inner-container h6:last-child {
	margin-bottom: 0;
}

.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
	max-width: 50%;
}

.wp-block-calendar thead th,
.wp-block-calendar tbody td {
	text-align: center;
}

.single .entry-content > div[class^="wp-block"]:last-of-type {
	margin-bottom: 5vw;
}

.wp-block-jetpack-slideshow_slide {
	list-style: none;
}

.css-answer-input input[type="radio"] {
	display: inline-block;
}

.wp-block-embed__wrapper {
	position: relative;
}

.wp-block-jetpack-timeline-item {
	list-style: none;
}

.jetpack-business-hours__item:last-of-type,
.jetpack-business-hours__item:last-of-type dt {
	margin-bottom: 0;
}

.wp-block-calendar a {
	text-decoration: none;
}

.wp-block-calendar table caption {
	margin-bottom: 20px;
}

.wp-block-rss li div {
	display: inline;
}

.wp-block-image {
	text-align: center;
}

.wp-block-social-links {
	margin-bottom: 0;
}

.wp-block-social-links li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;
}

.wp-block-social-links li a {
	border: none;
}

.wp-block-table.is-style-stripes {
	border-bottom: none;
}

.is-style-stripes table,
.is-style-stripes tr {
	border: 1px solid #e4e4e4;
	margin-top: 0;
	margin-bottom: 0;
}

.is-style-stripes td,
.is-style-stripes th {
	border: none;
}

.wp-block-embed {
	overflow: hidden;
}

.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column > *:first-child {
	margin-top: 0;
}

.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column > *:last-child {
	margin-bottom: 0;
}

.entry-content figure.size-full + h1,
.entry-content figure.size-full + h2,
.entry-content figure.size-full + h3,
.entry-content figure.size-full + h4,
.entry-content figure.size-full + h5,
.entry-content figure.size-full + h6 {
	margin-top: 0;
}

.timeline-item h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.wpnbha article {
	margin-bottom: 4vw;
}

.wpnbha .entry-meta .byline:not(:last-child) {
     margin-right: 0;
}

.wpnbha .entry-meta {
	margin-top: 22px;
}

/*
 * Block & non-gutenberg content wrappers
 * - Set margins
 */
.entry-header,
.post-thumbnail,
.entry-content,
.entry-footer,
.author-bio,
.widget-area {
	margin-top: 32px;
	margin-right: auto;
	margin-bottom: 32px;
	margin-left: auto;
}

/*
 * Block & non-gutenberg content wrapper children
 * - Sets spacing-vertical margin logic
 */
.site-footer > *,
.site-main > article > *,
.site-main > .not-found > *,
.entry-content > *,
[class*="inner-container"] > *,
.widget-area > * {
	margin-top: 21.312px;
	margin-bottom: 21.312px;
}

@media only screen and (min-width: 560px) {
	.site-footer > *,
	.site-main > article > *,
	.site-main > .not-found > *,
	.entry-content > *,
	[class*="inner-container"] > *,
	.widget-area > * {
		margin-top: 32px;
		margin-bottom: 32px;
	}
}

.site-footer > *:first-child,
.site-main > article > *:first-child,
.site-main > .not-found > *:first-child,
.entry-content > *:first-child,
[class*="inner-container"] > *:first-child,
.widget-area > *:first-child {
	margin-top: 0;
}

.site-footer > *:last-child,
.site-main > article > *:last-child,
.site-main > .not-found > *:last-child,
.entry-content > *:last-child,
[class*="inner-container"] > *:last-child,
.widget-area > *:last-child {
	margin-bottom: 0;
}

/*
 * Block & non-gutenberg content wrapper children
 * - Sets spacing-unit margins
 */
.site-header > *,
.entry-header > *,
.post-thumbnail > *,
.page-content > *,
.comment-content > *,
.author-bio > *,
.widget-area > .widget > * {
	margin-top: 16px;
	margin-bottom: 16px;
}

.site-header > *:first-child,
.entry-header > *:first-child,
.post-thumbnail > *:first-child,
.page-content > *:first-child,
.comment-content > *:first-child,
.author-bio > *:first-child,
.widget-area > .widget > *:first-child {
	margin-top: 0;
}

.site-header > *:last-child,
.entry-header > *:last-child,
.post-thumbnail > *:last-child,
.page-content > *:last-child,
.comment-content > *:last-child,
.author-bio > *:last-child,
.widget-area > .widget > *:last-child {
	margin-bottom: 0;
}

/*
 * .entry-content children specific controls
 * - Adds special margin overrides for alignment utility classes
 */
.entry-content > * {
	/* Reset alignleft and alignright margins after alignfull */
}

.entry-content > *.alignleft, .entry-content > *.alignright,
.entry-content > *.alignleft:first-child + *,
.entry-content > *.alignright:first-child + *, .entry-content > *.alignfull {
	margin-top: 0;
}

.entry-content > *:last-child,
.entry-content > *.alignfull {
	margin-bottom: 0;
}

.entry-content > *.alignfull + .alignleft,
.entry-content > *.alignfull + .alignright {
	margin-top: 32px;
}

/**
 * Spacing Overrides
 */
/*
 * Margins
 */
.margin-top-none {
	margin-top: 0 !important;
}

.margin-top-half {
	margin-top: 16px !important;
}

.margin-top-default {
	margin-top: 32px !important;
}

.margin-right-none {
	/*rtl:ignore*/
	margin-right: 0 !important;
}

.margin-right-half {
	/*rtl:ignore*/
	margin-right: 16px !important;
}

.margin-right-default {
	/*rtl:ignore*/
	margin-right: 32px !important;
}

.margin-bottom-none {
	margin-bottom: 0 !important;
}

.margin-bottom-half {
	margin-bottom: 16px !important;
}

.margin-bottom-default {
	margin-bottom: 32px !important;
}

.margin-left-none {
	/*rtl:ignore*/
	margin-left: 0 !important;
}

.margin-left-half {
	/*rtl:ignore*/
	margin-left: 16px !important;
}

.margin-left-default {
	/*rtl:ignore*/
	margin-left: 32px !important;
}

/*
 * Padding
 */
.padding-top-none {
	padding-top: 0 !important;
}

.padding-top-half {
	padding-top: 16px !important;
}

.padding-top-default {
	padding-top: 32px !important;
}

.padding-right-none {
	/*rtl:ignore*/
	padding-right: 0 !important;
}

.padding-right-half {
	/*rtl:ignore*/
	padding-right: 16px !important;
}

.padding-right-default {
	/*rtl:ignore*/
	padding-right: 32px !important;
}

.padding-bottom-none {
	padding-bottom: 0 !important;
}

.padding-bottom-half {
	padding-bottom: 16px !important;
}

.padding-bottom-default {
	padding-bottom: 32px !important;
}

.padding-left-none {
	/*rtl:ignore*/
	padding-left: 0 !important;
}

.padding-left-half {
	/*rtl:ignore*/
	padding-left: 16px !important;
}

.padding-left-default {
	/*rtl:ignore*/
	padding-left: 32px !important;
}

/**
 * Blocks
 */

.wp-block-cover .wp-block-cover__inner-container > *,
.wp-block-coblocks-hero .wp-block-coblocks-hero__box > * {
	margin-top: 21.312px;
	margin-bottom: 21.312px;
}

@media only screen and (min-width: 560px) {
	.wp-block-cover .wp-block-cover__inner-container > *,
	.wp-block-coblocks-hero .wp-block-coblocks-hero__box > * {
		margin-top: 32px;
		margin-bottom: 32px;
	}
}

.wp-block-cover .wp-block-cover__inner-container > *:first-child,
.wp-block-coblocks-hero .wp-block-coblocks-hero__box > *:first-child {
	margin-top: 0;
}

.wp-block-cover .wp-block-cover__inner-container > *:last-child,
.wp-block-coblocks-hero .wp-block-coblocks-hero__box > *:last-child {
	margin-bottom: 0;
}

/**
 * Layout Grid
 */
.entry-content .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column > * {
	margin-top: 21.312px;
	margin-bottom: 21.312px;
}

@media only screen and (min-width: 560px) {
	.entry-content .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column > * {
		margin-top: 32px;
		margin-bottom: 32px;
	}
}

.entry-content .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column > *:first-child {
	margin-top: 0;
}

.entry-content .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column > *:last-child {
	margin-bottom: 0;
}

.wp-block-cover:not(:only-child),
.wp-block-cover-image:not(:only-child) {
	margin-top: 4vw;
	margin-bottom: 4vw;
}

.entry-content > *.alignleft,
.entry-content > *.alignright,
.entry-content > *.alignleft:first-child + *,
.entry-content > *.alignright:first-child + *,
.entry-content > *.alignfull {
	margin-top: 0;
}

.entry-content > *:last-child,
.entry-content > *.alignfull {
	margin-bottom: 0;
}

/**
 * Block Options
 */

.wp-block-media-text .wp-block-media-text__content > * {
	margin-top: 21.312px;
	margin-bottom: 21.312px;
}

@media only screen and (min-width: 560px) {
	.wp-block-media-text .wp-block-media-text__content > * {
		margin-top: 32px;
		margin-bottom: 32px;
	}
}

.wp-block-media-text .wp-block-media-text__content > *:first-child {
	margin-top: 0;
}

.wp-block-media-text .wp-block-media-text__content > *:last-child {
	margin-bottom: 0;
}

.wp-block-media-text[class*="background-color"]:not(.has-background-background-color) .wp-block-media-text__content a,
.wp-block-media-text[style*="background-color"] .wp-block-media-text__content a {
	color: currentColor;
}

@media only screen and (min-width: 560px) {
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
		padding-top: 32px;
		padding-bottom: 32px;
	}
}

p.has-background {
	padding: 16px 16px;
}

.wp-block-columns .wp-block-column > * {
	margin-top: 21.312px;
	margin-bottom: 21.312px;
}

@media only screen and (min-width: 560px) {
	.wp-block-columns .wp-block-column > * {
		margin-top: 32px;
		margin-bottom: 32px;
	}
}

.wp-block-columns .wp-block-column > *:first-child {
	margin-top: 0;
}

.wp-block-columns .wp-block-column > *:last-child {
	margin-bottom: 0;
}

.wp-block-columns .wp-block-column:last-child {
	margin-bottom: 0;
}

.wp-block-columns .wp-block-column:not(:last-child) {
	margin-bottom: 21.312px;
}

@media only screen and (min-width: 560px) {
	.wp-block-columns .wp-block-column:not(:last-child) {
		margin-bottom: 32px;
	}
}

@media only screen and (min-width: 782px) {
	.wp-block-columns .wp-block-column:not(:last-child) {
		margin-bottom: 0;
	}
}

.wp-block-columns.alignfull {
	padding-left: 16px;
	padding-right: 16px;
}

.wp-block-columns.alignfull:not(:first-child) {
	margin-top: 32px;
}

.wp-block-columns.alignfull:not(:last-child) {
	margin-bottom: 32px;
}

.wp-block-cover,
.wp-block-cover-image {
	min-height: 90vh;
	margin-top: inherit;
	margin-bottom: inherit;
}

.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text {
	color: currentColor;
	margin-top: 32px;
	margin-bottom: 32px;
}

body .wp-block-jetpack-slideshow .amp-carousel-button,
body .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next,
body .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause,
body .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play,
body .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev {
	border-radius: 24px;
}

body .wp-block-jetpack-slideshow .swiper-button-prev {
	background-position-x: 46%;
}

body .wp-block-jetpack-slideshow .swiper-button-next {
	background-position-x: 54%;
}

.wp-block-jetpack-layout-grid-column .wp-block-jetpack-tiled-gallery {
	max-width: 100%;
}

body .wp-block-jetpack-slideshow .swiper-container-fade .wp-block-jetpack-slideshow_slide {
	background: #e6e7e8;
}

.wp-block-gallery + p {
	margin-top: 28px;
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	width: auto;
}

.grid-wrapper .wpnbha .entry-meta .byline:not(:last-child) {
	margin-right: 5px;
}

.grid-wrapper .wp-block-columns {
	flex-wrap: wrap;
}

.grid-wrapper .wp-block-column {
	flex-basis: auto;
}

.grid-wrapper .wp-block-column:not(:first-child) {
	margin-left: 0;
}

.grid-wrapper .wp-block-columns .wp-block-column:not(:last-child) {
	margin-bottom: 32px;
}

/*--------------------------------------------------------------
18.0 Responsive
--------------------------------------------------------------*/

@media only screen and (min-width: 768px){

	.wp-block-media-text .wp-block-media-text__content {
		padding: 32px;
	}

	.entry-content > *,
	[class*="inner-container"] > * {
		margin-top: 32px;
		margin-bottom: 32px;
	}

	.entry-content > *.alignleft,
	.entry-content > *.alignright,
	.entry-content > *.alignleft:first-child + *,
	.entry-content > *.alignright:first-child + *,
	.entry-content > *.alignfull,
	.entry-content > *:first-child,
	[class*="inner-container"] > *:first-child {
		margin-top: 0;
	}

	.entry-content > *.alignfull,
	.entry-content > *:last-child,
	[class*="inner-container"] > *:last-child {
		margin-bottom: 0;
	}

}

@media screen and (min-width: 782px) {

	.wp-block-column[style="outline: none;"] {
	    flex-basis: 0;
	    flex-grow: 1;
	}

}

@media screen and (min-width: 2100px) {

	.has-sidebar .content-area {
		width: 75%;
	}

	.grid-wrapper article {
		width: 24.9%;
	}

	#sidebar {
		width: 25%;
	}

	.widget > *,
    .widget .jetpack-display-remote-posts,
    .widget.widget-grofile .grofile-thumbnail,
    .widget.widget-grofile h4,
    .widget.widget-grofile ul.grofile-urls,
    .widget.widget_wpcom_social_media_icons_widget ul,
    .widget_flickr table,
    .widget_flickr #flickr_badge_wrapper {
        max-width: 342px;
        margin-left: auto;
        margin-right: auto;
    }


    .widget .grofile-thumbnail {
        display: block;
    }

	.widget iframe {
		width: 342px !important;
        display: block;
	}

	.widget_twitter_timeline,
	.widget_facebook_likebox {
		text-align: center;
	}

	.widget_twitter_timeline .widget-title,
	.widget_facebook_likebox .widget-title {
		text-align: left;
	}

	.widget input,
	.widget select {
		max-width: 342px;
        display: block;
	}

}

@media screen and (min-width: 1025px) {

	.search-big__trigger:hover,
	.search-big__close:hover {
		color: #dfdfdf;
		color: rgba(0,0,0,.5);
	}

	.archive .site,
	.index .site,
	.search:not(.search-no-results) .site,
	.blog .site {
		padding-top: 52px;
	}

	.site-header,
	.site-footer {
		width: 328px;
		padding-left: 44px;
	}

	.site-header {
		opacity: 1;
		overflow: hidden;
		position: fixed;
		vertical-align: top;
		padding-top: 52px;
		bottom: 0;
		top: 80px;
	}

	.site-logo-link {
		margin-bottom: 20px;
	}

	.site-title {
		margin: -9px 0 0;
	}

	.admin-bar .site-header {
		top: 32px;
	}

	.main-navigation {
		clear: both;
		display: block;
		margin-top: 72px;
	}

    #site-navigation > div {
        overflow: hidden;
    }

    .main-navigation .nav-menu {
        padding-right: 55px;
    }

    .nav-menu > .toggle-on .dropdown-toggle,
    .nav-menu > .menu-item-has-children a:hover ~ .dropdown-toggle,
	.nav-menu > .page_item_has_children a:hover ~ .dropdown-toggle {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

    .nav-menu .dropdown-toggle,
    .nav-menu .dropdown-toggle:hover {
        color: #bdbdbd;
        color: rgba(0,0,0,.2);
    }

	.main-navigation .nav-menu > .toggle-on > ul,
	.nav-menu > .menu-item-has-children > a:first-child:hover ~ ul,
	.nav-menu > .page_item_has_children > a:first-child:hover ~ ul,
	.nav-menu > .menu-item-has-children > ul:hover,
	.nav-menu > .page_item_has_children > ul:hover {
		padding: 10px 0;
		visibility: visible;
		opacity: 1;
		height: auto;
		-webkit-transition: padding .3s, visibility .3s, opacity .3s;
		-moz-transition: padding .3s, visibility .3s, opacity .3s;
		-ms-transition: padding .3s, visibility .3s, opacity .3s;
		-o-transition: padding .3s, visibility .3s, opacity .3s;
		transition: padding .3s, visibility .3s, opacity .3s;
	}

	.site-content {
		margin-left: 328px;
		width: 79%;
		width: calc(100% - 423px);
		max-width: 2137px;
	}

	.grid-wrapper {
		margin-left: 62px;
	}

	.custom-background .grid-wrapper {
		margin-left: 0;
	}

	.featured-image a:before {
		content: "";
		background-color: rgba(255, 255, 255, 0.7);
		display: block;
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}

	.featured-image a:after {
		content: "...";
		color: #000;
		display: block;
		height: 94px;
		left: 50%;
		top: 50%;
		letter-spacing: -2.6px;
		line-height: 59px;
		margin-left: -47px;
		margin-top: -47px;
		position: absolute;
		text-align: center;
		width: 94px;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		-ms-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
		-webkit-transform: scale(.5);
		-moz-transform: scale(.5);
		-ms-transform: scale(.5);
		-o-transform: scale(.5);
		transform: scale(.5);
	}

	.featured-image a:before,
	.featured-image a:after {
		visibility: hidden;
		opacity: 0;
		-webkit-transition: .2s;
		-moz-transition: .2s;
		-ms-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
	}

	.featured-image:hover a:before,
	.featured-image:hover a:after,
	.format-image .featured-image.hover a:before {
		visibility: visible;
		opacity: 1;
	}

	.featured-image:hover a:after {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

	label.checkbox:hover:before,
	input[type="checkbox"] + label:hover:before,
	label.radio:hover:before,
	input[type="radio"] + label:hover:before {
		background-color: #b3b3b3;
		border-color: #b3b3b3;
	}

	label.checked:hover:before {
		background-color: transparent;
		border-color: #000;
	}

	.mejs-container .mejs-inner .mejs-controls .mejs-duration-container {
		display: none;
	}

	.site-footer {
		padding-right: 44px;
		position: fixed;
		bottom: 0;
		left: 0;
	}

    body #infinite-footer {
        display: none;
    }

	.wp-block-cover-image .wp-block-cover__inner-container,
	.wp-block-cover .wp-block-cover__inner-container {
		width: calc(100% - 150px);
	}

	.wp-block-group.has-background {
		padding-left: 50px;
		padding-right: 50px;
	}

	.posts-navigation span,
	.post-navigation span {
		margin-bottom: 24px;
	}

}

@media screen and (min-width: 1441px) {

	.no-sidebar .alignfull {
		margin-left: calc(-50vw + 665px);
		margin-right: calc(-50vw + 665px);
	}

	.has-sidebar .site-main > article,
	.has-sidebar .site-main > .tag-links,
	.has-sidebar .site-main > .post-navigation,
	.has-sidebar .comments-title,
	.has-sidebar .comment-list,
	.has-sidebar #comments .comment-respond,
	.has-sidebar .no-comments {
		padding-left: 5vw;
		padding-right: 5vw;
	}

	.has-sidebar .site-main .alignfull {
		margin-left: -5vw;
		margin-right: -5vw;
	}

}

@media screen and (min-width: 1600px)  and (max-width: 1750px) {

	.widget_calendar th,
	.widget_calendar td,
	.widget_calendar #today a {
		padding: 9px;
	}

	.ie9 .widget_calendar #today a {
		height: 34px;
	}

}

@media screen and (max-width: 1699px) {

	.grid-wrapper .wp-playlist .wp-playlist-current-item {
		min-height: inherit;
	}

	.grid-wrapper .entry-content .wp-playlist .wp-playlist-current-item img {
		width: 70px;
		max-width: 70px;
	}

	.grid-wrapper .entry-content .wp-playlist .mejs-container {
		width: 100% !important;
	}

	.grid-wrapper .wp-playlist .wp-playlist-current-item,
	.grid-wrapper .grid-wrapper .wp-playlist .wp-playlist-current-item {
		margin-bottom: 28px;
	}

	.grid-wrapper .entry-content .wp-playlist .mejs-container,
	.grid-wrapper .mejs-container .mejs-inner .mejs-controls,
	.grid-wrapper .grid-wrapper .entry-content .wp-playlist .mejs-container {
		position: relative;
		top: 0;
	}

	.grid-wrapper .mejs-inner .mejs-controls .mejs-playpause-button button {
		width: 15px;
		height: 26px;
		margin-left: 0;
	}

	.grid-wrapper .mejs-pause button:after {
		border-left-width: 4px;
		border-right-width: 4px;
		height: 15px;
		width: 13px;
	}

	.grid-wrapper .mejs-play button:after {
		border-top-width: 8px;
		border-bottom-width: 8px;
		border-left-width: 14px;
	}

	.grid-wrapper .mejs-container .mejs-inner .mejs-controls .mejs-time {
		margin-left: 5px;
		font-size: 12px;
		font-size: 0.66666666rem;
	}

	.grid-wrapper .mejs-inner .mejs-controls .mejs-time-rail a {
		margin: 14px 10px;
	}

	.grid-wrapper .mejs-container .mejs-controls .mejs-volume-button {
		width: 22px;
	}

	.grid-wrapper .mejs-container .mejs-controls .mejs-volume-button button {
		margin: 3px 0;
	}

	.grid-wrapper .mejs-inner .mejs-controls a.mejs-horizontal-volume-slider {
		width: 65px;
	}

	.grid-wrapper .mejs-inner .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
	.grid-wrapper .mejs-inner .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
		left: 10px;
	}

	.grid-wrapper .mejs-inner .mejs-controls a.mejs-horizontal-volume-slider {
		padding-right: 0;
	}

	.grid-wrapper .wp-playlist .wp-playlist-tracks {
		margin-top: 28px;
	}

}

@media screen and (max-width: 1599px) {

	.page-header {
		margin-top: 0;
  		margin-bottom: 50px;
	}

}

@media screen and (min-width: 1441px) and (max-width: 1599px) {

	.widget_calendar th,
	.widget_calendar td,
	.widget_calendar #today a {
		padding: 7px;
	}

	.ie9 .widget_calendar #today a {
		height: 30px;
	}

}

@media screen and (min-width: 1400px) and (max-width: 1599px) {

	.row {
		margin-left: -20px;
		margin-right: -20px;
	}

	.col-lg-4,
	.col-md-6 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.archive .page-header,
	.search:not(.search-no-results) .page-header {
		margin-left: 52px;
	}

	.grid-wrapper {
		margin-left: 52px;
	}

	.grid-wrapper article {
		margin-bottom: 40px;
	}

	.grid-wrapper .edit-link,
	.grid-wrapper .format-image > .edit-link {
		right: 0;
	}

	.grid-wrapper .cat-links {
		margin-bottom: 12px;
	}

	.grid-wrapper .format-image .entry-title {
		font-size: 19px;
		font-size: 1.06rem;
	}

	.grid-wrapper .format-image .entry-footer {
		bottom: 22px;
	}

	.format-image .entry-excerpt {
		left: 20px;
		right: 20px;
	}

	.grid-wrapper th,
	.grid-wrapper td {
		font-size: 13px;
		padding: 8px 7px;
	}

	.widget {
		padding: 52px 45px;
	}

}

@media screen and (min-width: 1025px) and (max-width: 1440px) {

	.site-header,
	.site-footer {
		width: 270px;
	}

	.site-content {
		margin-left: 270px;
		width: 72%;
		width: calc(100% - 346px);
	}

	.search-big__trigger,
	.search-big__close {
		right: 15px;
	}

	.back-to-top {
		right: 18px;
	}

	.paging-navigation {
		right: 17px;
	}

	.has-sidebar .content-area {
		width: 69%;
	}

	#sidebar {
		width: 31%;
	}

	.no-sidebar .alignfull {
		margin-left: calc((-100vw + 100% + 346px) / 2);
		margin-right: calc((-100vw + 100% + 346px) / 2);
	}

}

@media screen and (max-width: 1440px) {

	.content-area {
		padding: 50px 0 100px;
	}

	.entry-content > .wp-block-cover:last-child,
	.entry-content > .wp-block-cover-image:last-child,
	.entry-content > .has-background:last-child {
		margin-bottom: -100px;
	}

	.archive .page-header,
	.search:not(.search-no-results) .page-header,
	.single .entry-header {
		margin-bottom: 57px;
	}

	.archive,
	.index,
	.search:not(.search-no-results) .content-area {
		padding: 0;
	}

	.site-main > article,
	.site-main > .tag-links,
	.site-main > .post-navigation,
	.comments-title,
	.comment-list,
	#comments .comment-respond,
	.no-comments,
    .search-no-results .content-area,
	.has-sidebar .site-main > article,
	.has-sidebar .site-main > .tag-links,
	.has-sidebar .site-main > .post-navigation,
	.has-sidebar .comments-title,
	.has-sidebar .comment-list,
	.has-sidebar #comments .comment-respond,
	.has-sidebar .no-comments {
		padding-left: 5vw;
		padding-right: 5vw;
		width: auto;
	}

	.has-sidebar .site-main .alignfull {
		margin-left: -5vw;
		margin-right: -5vw;
	}

	.grid-wrapper .entry-header h1 {
		font-size: 30px;
		font-size: 1.66666667rem;
	}

	.single.has-sidebar .featured-landscape {
		margin-left: 0;
		margin-right: 0;
	}

	.single .entry-content {
		margin-top: 70px;
	}

	iframe[src*="google.com/maps"] {
		margin-bottom: 60px;
	}

	.contact-form {
		margin-top: 60px;
	}

	.dropcap__duplicate {
		font-size: 90px;
		font-size: 5rem;
		left: -30px;
		top: -3px;
	}

	#sidebar {
		padding: 101px 0;
	}

	.widget {
		padding: 52px 45px;
	}

	.widget-title {
		font-size: 20px;
		font-size: 1.11rem;
	}

	.widget_calendar th,
	.widget_calendar td {
		padding: 9px;
	}

}

@media screen and (min-width: 1281px) and (max-width: 1366px) {

	.widget_calendar th,
	.widget_calendar td {
		padding: 7px;
	}

}

@media screen and (max-width: 1279px) {

	.row {
		margin-left: -20px;
		margin-right: -20px;
	}

	.col-lg-4,
	.col-md-6 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.content-area,
	.has-sidebar .content-area {
		width: 100%;
	}

	.has-sidebar .content-area {
		border-bottom: 1px solid #f1f1f1;
	}

	.content-area,
	#sidebar {
		padding: 50px 0 60px;
	}

	.entry-content > .wp-block-cover:last-child,
	.entry-content > .wp-block-cover-image:last-child,
	.entry-content > .has-background:last-child {
		margin-bottom: -60px;
	}

	.archive,
	.index,
	.search:not(.search-no-results) .content-area {
		padding: 0;
	}

	.grid-wrapper article {
		margin-bottom: 40px;
	}

	.grid-wrapper .edit-link,
	.grid-wrapper .format-image > .edit-link {
		right: 0;
	}

	.format-image .entry-excerpt {
		left: 20px;
		right: 20px;
	}

	.grid-wrapper th,
	.grid-wrapper td {
		font-size: 13px;
		padding: 8px 7px;
	}

	#sidebar {
		width: 85%;
		width: calc(80% + 60px);
		margin-left: 10%;
		margin-right: 10%;
		margin-left: calc(10% - 30px);
		margin-right: calc(10% - 30px);
		border-left: none;
		opacity: 1;
	}

	.widget:first-child {
		padding-top: 42px;
	}

	.widget {
  		width: 50%;
		float: left;
		vertical-align: top;
		padding-left: 30px;
		padding-right: 30px;
		border-top: none;
	}

}

@media screen and (max-width: 1024px) {

	html {
		font-size: 17px;
	}

	.site-header {
		padding: 40px 60px;
		margin-bottom: 60px;
		position: relative;
		top: 0;
	}

	.site-footer {
		margin: 0 60px;
		padding: 51px 0;
	}

	.search:not(.search-no-results) .site-footer {
		margin-top: 33px;
	}

	.search-big__trigger {
		display: none;
	}

	.site-content {
		margin-left: 60px;
		margin-right: 60px;
	}

	.big-search-opened .site-content {
		-webkit-transform: translate3D(0,40px,0);
		-moz-transform: translate3D(0,40px,0);
		-ms-transform: translate3D(0,40px,0);
		-o-transform: translate3D(0,40px,0);
		transform: translate3D(0,40px,0);
	}

	.ie9 .big-search-opened .site-content {
		margin-top: 40px;
	}

	.main-navigation > div {
		background-color: #fff;
		visibility: hidden;
		opacity: 0;
		text-align: center;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		-webkit-transition: .3s;
		-moz-transition: .3s;
		-ms-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		z-index: -1;
	}

	.admin-bar .main-navigation > div {
		top: 32px;
	}

	.main-navigation > div:before {
		content: "";
	    display: inline-block;
	    height: 100%;
	    margin-right: -0.25em;
	    vertical-align: middle;
	}

	.mCustomScrollBox {
        display: inline-block;
        vertical-align: middle;
        max-height: 82%;
        width: 100%;
    }

    .main-navigation .nav-menu {
	    font-family: 'hans-kendrick', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

	.nav-menu > li {
		font-size: 30px;
		font-size: 1.67rem;
		font-weight: 400;
		margin-top: 40px;
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	.nav-menu > li:first-child {
		margin-top: 0;
	}

	.nav-menu a {
		color: #000;
	}

	.main-navigation ul ul {
		font-size: 14px;
		font-size: 0.77777777rem;
	}

	.main-navigation ul ul ul {
		margin-left: 30px;
	}

	.nav-menu .toggle-on .dropdown-toggle {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.main-navigation .nav-menu > li.toggle-on > ul {
		padding: 10px 0;
		visibility: visible;
		opacity: 1;
		height: auto;
		-webkit-transition: padding .3s, visibility .3s, opacity .3s;
		-moz-transition: padding .3s, visibility .3s, opacity .3s;
		-ms-transition: padding .3s, visibility .3s, opacity .3s;
		-o-transition: padding .3s, visibility .3s, opacity .3s;
		transition: padding .3s, visibility .3s, opacity .3s;
	}

	.nav-menu .dropdown-toggle {
		color: #000;
		height: 20px;
		width: 20px;
		margin-right: -20px;
		font-weight: 400;
		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}


	.toggled > div {
		visibility: visible;
		opacity: 1;
		z-index: 101;
	}

	.menu-toggle {
		background: transparent;
		border-radius: 0;
		border: none;
		display: block;
		height: 24px;
		margin-top: -12px;
		padding: 5px;
		position: absolute;
		top: 50%;
		right: 60px;
		z-index: 102;
		text-indent: -9999px;
	}

	.search-big__trigger,
	.search-big__close {
		right: 7px;
	}

	.menu-toggle:hover {
		background: none;
	}

	.menu-toggle span {
		position: relative;
	}

	.menu-toggle span,
	.menu-toggle span:before,
	.menu-toggle span:after {
		background: #000;
		height: 2px;
		width: 20px;
		display: block;
	}

	.menu-toggle span:before,
	.menu-toggle span:after {
		content: "";
		position: absolute;
	}

	.menu-toggle span:before {
		top: -6px;
	}

	.menu-toggle span:after {
		top: 6px;
	}

	.toggled span,
	.toggled:hover span {
		background-color: transparent;
	}

	.toggled span:before,
	.toggled span:after {
		top: 0;
	}

	.toggled span:before {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.toggled span:after {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.paging-navigation {
		right: 11px;
	}

	.grid-wrapper article:last-child {
		margin-bottom: 0;
	}

	.archive .page-header,
	.search:not(.search-no-results) .page-header {
		margin-bottom: 36px;
	}

	.archive .page-header,
	.search:not(.search-no-results) .page-header {
		margin-left: 0;
	}

	.grid-wrapper .edit-link,
	.format-image .entry-excerpt {
		display: none;
	}

	.page .page-header .edit-link a:before,
	.single .entry-header .edit-link a:before {
		margin-top: -9px;
		margin-left: -9px;
	}

	.single .tag-links {
		margin-bottom: 60px;
	}

	.dropcap__duplicate {
		font-size: 63px;
		font-size: 3.5rem;
		left: -19px;
		top: 1px;
	}

	.single .entry-content .wp-playlist {
		margin-top: 60px;
		margin-bottom: 40px;
	}

	#sidebar {
		padding: 50px 0;
	}

	div#jp-relatedposts.jp-relatedposts div.jp-relatedposts-items p {
		opacity: 1;
	}

	div#jp-relatedposts.jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
		color: #000;
	}

	.mejs-container .mejs-controls div.mejs-time-rail {
		padding-top: 8px;
	}

	.mejs-inner .mejs-controls .mejs-time-rail a,
	.mejs-inner .mejs-controls .mejs-time-rail .mejs-time-total,
	.mejs-inner .mejs-controls .mejs-time-rail .mejs-time-buffering,
	.mejs-inner .mejs-controls .mejs-time-rail .mejs-time-loaded,
	.mejs-inner .mejs-controls .mejs-time-rail .mejs-time-current,
	.mejs-inner .mejs-controls .mejs-time-rail .mejs-time-handle {
		height: 1px;
	}

	.no-results .search-form {
		margin-top: 45px;
	}

    #infinite-footer {
        z-index: 3;
    }

    body #infinite-footer .container {
        background: #fff;
        padding: 14px 60px;
        width: 100%;
    }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

	.widget li {
		margin: 10px 0;
	}

	.widget_archive > ul > li:after {
		content: ", ";
		margin: 0 2px 0 0;
	}

    .site-logo-link {
        max-width: 30%;
    }

    .wp-block-cover-image .wp-block-cover__inner-container,
	.wp-block-cover .wp-block-cover__inner-container {
		width: calc(100% - 100px);
	}

	.no-sidebar .alignfull {
		margin-left: calc((-100vw + 100% + 119px) / 2);
		margin-right: calc((-100vw + 100% + 120px) / 2);
	}

}

@media screen and (max-width: 991px) {

	.grid-wrapper article {
		width: 100%;
	}

	.comment-body {
		padding-left: 60px;
	}

	.comment-author img {
		top: 18px;
		width: 32px;
	}

	.comment .children {
		margin-left: 20px;
	}

}

@media screen and (min-width: 768px) and (max-width: 991px) {

	.widget_calendar th,
	.widget_calendar td,
	.widget_calendar #today a {
		padding: 9px;
	}

	.ie9 .widget_calendar #today a {
		height: 34px;
	}

	body .tb-close-icon {
		top: -20px;
		right: -35px;
	}

}

@media screen and (max-width: 782px) {

	.admin-bar .main-navigation > div {
		top: 46px;
	}

}

@media screen and (max-width: 767px){

	html {
		font-size: 16px;
	}

	button,
	.button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.has-background-background-color[class] .wp-block-button__link,
	.wp-block-button__link {
		padding-left: 1em;
		padding-right: 1em;
	}

	.site-header,
	.site-footer {
		margin: 0 30px;
		padding: 40px 0;
	}

	.site-logo-link {
		max-width: 40%;
	}


	.site-branding {
		padding-right: 55px;
	}

	.search-big__trigger {
		margin-top: -22px;
		position: absolute;
	}

	.search-big__trigger,
	.search-big__close {
		right: 15px;
	}

	.menu-toggle {
		margin-top: 0;
		position: absolute;
		top: 50%;
		margin-top: -12px;
		right: 45px;
	}

	.nav-menu > li {
		margin-top: 19px;
	}

	.site-content {
		margin-left: 30px;
		margin-right: 30px;
	}

	.content-area,
	.has-sidebar .content-area {
		width: 100%;
		padding: 30px 0;
	}

	.entry-content > .wp-block-cover:last-child,
	.entry-content > .wp-block-cover-image:last-child,
	.entry-content > .has-background:last-child {
		margin-bottom: -30px;
	}

	.grid-wrapper article {
		margin-bottom: 30px;
	}

	.archive,
	.index,
	.search:not(.search-no-results) .content-area {
		padding: 0;
	}

	.archive .page-header,
	.search:not(.search-no-results) .page-header,
	.single .entry-header {
		margin-bottom: 40px;
	}

	.site-main > article,
	.site-main > .tag-links,
	.site-main > .post-navigation,
	.comments-title,
	.comment-list,
	#comments .comment-respond,
	.no-comments,
    .search-no-results .content-area,
	.has-sidebar .site-main > article,
	.has-sidebar .site-main > .tag-links,
	.has-sidebar .site-main > .post-navigation,
	.has-sidebar .comments-title,
	.has-sidebar .comment-list,
	.has-sidebar #comments .comment-respond,
	.has-sidebar .no-comments {
		padding-left: 40px;
		padding-right: 40px;
	}

	.single .entry-content {
		margin-top: 37px;
	}

	.single .post {
		margin-bottom: 1.6em;
	}

	.single .entry-title,
	.page-header h1,
	.featured-image a:after,
	.no-results .entry-title {
		font-size: 40px;
		font-size: 2.5rem;
	}

	.logged-in.single .entry-meta {
		padding-right: 95px;
	}

	.single .entry-content .featured-portrait {
		margin: 0 0 20px 15px;
		max-width: 56%;
	}

	.comment-navigation .nav-previous,
	.posts-navigation .nav-previous,
	.post-navigation .nav-previous,
	.comment-navigation .nav-next,
	.posts-navigation .nav-next,
	.post-navigation .nav-next {
		float: none;
		width: 100%;
	}

	.posts-navigation a,
	.post-navigation a {
  		padding-top: 22px;
  		padding-bottom: 30px;
  		padding-right: 0;
	}

	.paging-navigation {
		position: static;
		text-align: center;
		padding-bottom: 20px;
		padding-top: 40px;
	}

	.paging-navigation li {
		display: inline-block;
		vertical-align: middle;
	}

	.paging-navigation .prev,
	.paging-navigation .next {
		width: 20px;
	}

	.paging-navigation .prev {
		margin-bottom: 0;
	}

	.paging-navigation .prev:after {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.paging-navigation .next {
		margin-top: 0;
	}

	.paging-navigation .next:after {
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	.paging-navigation .dots {
		position: static;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}

	.comment-body {
		margin-bottom: 0;
	}

	td,
	th {
		padding: 8px 7px;
	}

	#sidebar {
		margin: 0;
		padding-top: 20px;
		padding-bottom: 0;
        width: 100%;
	}

	.widget {
		width: 100%;
		float: none;
		padding-left: 40px;
		padding-right: 40px;
	}

	.widget:last-child {
		padding-bottom: 45px;
	}

	.wp-playlist .wp-playlist-current-item {
		min-height: inherit;
	}

	.entry-content .wp-playlist .wp-playlist-current-item img {
		width: 70px;
		max-width: 70px;
	}

	.entry-content .wp-playlist .mejs-container {
		width: 100% !important;
	}

	.wp-playlist .wp-playlist-current-item,
	.grid-wrapper .wp-playlist .wp-playlist-current-item {
		margin-bottom: 28px;
	}

	.entry-content .wp-playlist .mejs-container,
	.mejs-container .mejs-inner .mejs-controls,
	.grid-wrapper .entry-content .wp-playlist .mejs-container {
		position: relative;
		top: 0;
	}

	.mejs-inner .mejs-controls .mejs-playpause-button button {
		width: 15px;
		height: 26px;
		margin-left: 0;
	}

	.mejs-pause button:after {
		border-left-width: 4px;
		border-right-width: 4px;
		height: 15px;
		width: 13px;
	}

	.mejs-play button:after {
		border-top-width: 8px;
		border-bottom-width: 8px;
		border-left-width: 14px;
	}

	.mejs-container .mejs-inner .mejs-controls .mejs-time {
		margin-left: 5px;
		font-size: 12px;
		font-size: 0.66666666rem;
	}

	.mejs-inner .mejs-controls .mejs-time-rail a {
		margin: 14px 10px;
	}

	.mejs-container .mejs-controls .mejs-volume-button {
		width: 22px;
	}

	.mejs-container .mejs-controls .mejs-volume-button button {
		margin: 3px 0;
	}

	.mejs-inner .mejs-controls a.mejs-horizontal-volume-slider {
		width: 65px;
	}

	.mejs-inner .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
	.mejs-inner .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
		left: 10px;
	}

	.mejs-inner .mejs-controls a.mejs-horizontal-volume-slider {
		padding-right: 0;
	}

	.wp-playlist .wp-playlist-tracks {
		margin-top: 28px;
	}

	.comment-reply-title {
		margin-top: 30px;
	}

	.logged-in-as,
	.comment-notes {
		margin-bottom: 25px;
	}

	div.sharedaddy .sd-social h3.sd-title,
	div.sharedaddy.sd-like h3.sd-title,
	div#jp-relatedposts.jp-relatedposts h3.jp-relatedposts-headline {
		margin-bottom: 13px;
	}

    .error-404 {
        margin-left: 12%;
        margin-right: 12%;
    }

    .wp-block-media-text .wp-block-media-text__content {
		padding: 16px;
	}

	.is-stacked-on-mobile .wp-block-media-text__content {
		margin-top: 20px;
	}

	.wp-block-cover-image .wp-block-cover__inner-container,
	.wp-block-cover .wp-block-cover__inner-container {
		width: calc(100% - 60px);
	}

	.no-sidebar .alignfull {
		margin-left: calc((-100vw + 100% + 39px) / 2);
		margin-right: calc((-100vw + 100% + 40px) / 2);
	}

	.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column > * {
		margin-top: 20px;
		margin-bottom: 20px;
	}

}

@media screen and (max-width: 599px){

	.widget-title {
		margin-bottom: 20px;
	}

	.widget_calendar caption {
		margin-bottom: 15px;
	}

	.wp-playlist .wp-playlist-current-item,
	.grid-wrapper .wp-playlist .wp-playlist-current-item {
		margin-bottom: 15px;
	}

	.entry-content .wp-playlist .wp-playlist-current-item img {
		display: none;
	}

	.mejs-inner .mejs-controls a.mejs-horizontal-volume-slider {
		width: 45px;
	}

	.mejs-inner .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
	.mejs-inner .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
		width: 35px;
	}

	.wp-playlist .wp-playlist-tracks {
		margin-top: 20px;
	}

	div#jp-relatedposts.jp-relatedposts div.jp-relatedposts-items p {
		width: 100%;
		margin-top: 10px;
	}

	div#jp-relatedposts.jp-relatedposts div.jp-relatedposts-items p:first-child {
		margin-top: 0;
	}

	div#jp-relatedposts.jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
		margin-bottom: 6px;
	}

}

@media screen and (max-width: 450px) {

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin-top: 30px;
	}

	.alignright {
		margin-left: 25px;
	}

	.alignleft {
		margin-right: 25px;
	}

	.site-header,
	.site-footer {
		margin: 0;
		padding-left: 20px;
		padding-right: 20px;
	}

	.search-big__trigger,
	.search-big__close {
		right: 6px;
	}

	.nav-menu > li {
		font-size: 24px;
		font-size: 1.5rem;
		margin-top: 15px;
	}

	.site-content {
		margin-left: 20px;
		margin-right: 20px;
	}

	.site-main > article,
	.site-main > .tag-links,
	.site-main > .post-navigation,
	.comments-title,
	.comment-list,
	#comments .comment-respond,
	.no-comments,
    .search-no-results .content-area,
	.has-sidebar .site-main > article,
	.has-sidebar .site-main > .tag-links,
	.has-sidebar .site-main > .post-navigation,
	.has-sidebar .comments-title,
	.has-sidebar .comment-list,
	.has-sidebar #comments .comment-respond,
	.has-sidebar .no-comments,
	.widget {
		padding-left: 30px;
		padding-right: 30px;
	}

	.has-sidebar .site-main .alignfull {
		margin-left: -30px;
		margin-right: -30px;
	}

	.single .entry-title,
	.page-header h1,
	.featured-image a:after,
	.no-results .entry-title {
		font-size: 30px;
		font-size: 2rem;
	}

	blockquote {
		margin: 1.3em 0.8em;
	}

	td,
	th {
		padding: 6px 2px;
		text-align: center;
	}

	.grid-wrapper .format-quote:before,
	.grid-wrapper .format-link:before {
		right: 45px;
	}

	.twocolumn {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}

	.single blockquote + cite,
	.single blockquote + p cite,
	.page blockquote + cite,
	.page blockquote + p cite {
		margin: -1.3em 0 0 1.3em;
	}

	.page .page-header .edit-link a,
	.single .entry-header .edit-link a {
		padding: 3px 40px 1px 20px;
	}

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

	.widget_calendar th,
	.widget_calendar td,
	.widget_calendar #today a {
		padding: 9px;
	}

	.ie9 .widget_calendar #today a {
		height: 34px;
	}

	.comment-body {
		padding-left: 0;
	}

	.comment-meta {
		margin-bottom: 16px;
	}

	.comment-author img {
		position: static;
		display: block;
		margin-bottom: 10px;
	}

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

	.paging-navigation {
		padding-bottom: 0;
	}

}

@media screen and (max-width: 350px) {

	html {
		font-size: 15px;
	}

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

}
