/*
Theme Name: Eris
Theme URI: http://underscores.me/
Author: Themes Kingdom
Author URI: https://themeskingdom.com
Description: Eris is a crisp and elegant portfolio theme. You can use showcase all your different projects as a unified and beautiful story.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Status: inactive
Text Domain: eris
Tags:  blog, portfolio, photography, classic-menu, translation-ready, theme-options, sticky-post, post-formats, footer-widgets, featured-images, custom-menu, custom-colors, custom-background, grid-layout, right-sidebar, two-columns, three-columns, four-columns
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.

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

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Helpers
# Elements
# Layout
# Transitions
# Forms
# Header
# Footer
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Posts
	## Pages
	## Templates
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
	## Jetpack overwrites
# Gutenberg
# Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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;
}

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

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

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

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

input[type="checkbox"] + label {
	margin-left: 10px;
}

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

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

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

/*icons*/

@font-face {
	font-family: 'icomoon';
	src: url('assets/fonts/icons/icomoon.eot?optfz5');
	src: url('assets/fonts/icons/icomoon.eot?optfz5#iefix') format('embedded-opentype'),
		url('assets/fonts/icons/icomoon.ttf?optfz5') format('truetype'),
		url('assets/fonts/icons/icomoon.woff?optfz5') format('woff'),
		url('assets/fonts/icons/icomoon.svg?optfz5#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"],
blockquote:before,
q:before,
.site-header .search-form:before,
.no-results .search-form:before,
.error-404 .search-form:before,
.edit-link a:before,
.nav-links a:after,
.slick-arrow:before,
.single .format-link .entry-content:before,
.listing .format-link .entry-content:before,
.listing .format-link .entry-content > p > a:before,
body .tb-close-icon:before,
.featured-image a:after,
.gallery-size-full[data-carousel-extra] .gallery-item .gallery-icon:after,
.jp-carousel-next-button span:before,
.jp-carousel-previous-button span:before,
.slideshow-controls a:before,
.paging-navigation .prev:before,
.paging-navigation .next:before,
.widget_rss .widget-title a:first-of-type:before,
.bypostauthor > .comment-body .comment-author b:after {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-edit:before,
.edit-link a:before {
	content: "\e800";
}
.icon-close:before,
body .tb-close-icon:before {
	content: "\e900";
}
.icon-down:before {
	content: "\e901";
}
.icon-drop-down:before {
	content: "\e902";
}
.icon-drop-up:before {
	content: "\e903";
}
.icon-left:before,
.slick-prev:before,
.nav-previous a:after,
.jp-carousel-previous-button span:before,
.slideshow-controls a:first-of-type:before,
.paging-navigation .prev:before {
	content: "\e904";
}
.icon-link:before,
.single .format-link .entry-content:before,
.listing .format-link .entry-content:before,
.listing .format-link .entry-content > p > a:before {
	content: "\e905";
}
.icon-quote:before,
blockquote:before,
q:before {
	content: "\e907";
}
.icon-right:before,
.slick-next:before,
.nav-next a:after,
.jp-carousel-next-button span:before,
.slideshow-controls a:last-of-type:before,
.paging-navigation .next:before {
	content: "\e908";
}
.icon-search:before,
.site-header .search-form:before,
.no-results .search-form:before,
.error-404 .search-form:before {
	content: "\e909";
}
.icon-sidebar:before {
	content: "\e90a";
}
.icon-top:before {
	content: "\e90b";
}
.icon-video:before,
.format-video .featured-image a:after {
	content: "\e90c";
}
.icon-gallery:before,
.gallery-size-full[data-carousel-extra] .gallery-item .gallery-icon:after {
	content: "\e90d";
}
.icon-pause:before,
.slideshow-controls a:nth-of-type(2):before {
	content: "\e90e";
}
.icon-more:before,
.format-standard .featured-image a:after {
	content: "\e90f";
}
.icon-play:before,
.slideshow-controls .paused:nth-of-type(2):before {
	content: "\e910";
}
.icon-feed:before,
.widget_rss .widget-title a:first-of-type:before {
	content: "\e911";
}
.icon-autor:before,
.bypostauthor > .comment-body .comment-author b:after {
	content: "\e912";
}

/*font-family*/

body,
input,
textarea,
keygen,
select,
button {
	font-family: 'sk-modernist', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/*font-sizes*/

html {
	font-size: 16px;
}

.hamburger-menu .menu-toggle,
.site-header .search-form input[type="submit"],
.no-results .search-form input[type="submit"],
.error-404 .search-form input[type="submit"],
.edit-link a,
.featured-image a,
.gallery-size-full[data-carousel-extra] .gallery-item .gallery-icon,
.paging-navigation .prev,
.paging-navigation .next,
.masonry .jetpack-portfolio,
.shuffle-layout .portfolio-wrapper,
.split-layout .site-main > .container,
body #jp-relatedposts .jp-relatedposts-items-visual {
	font-size: 0;
}

.slick-arrow {
	font-size: 0 !important;
}

.dropdown-toggle {
	font-size: 9px;
	font-size: 0.5625rem;
}

.menu-social-container .social-menu-trig,
.widget .search-form input[type="submit"],
.widget_blog_subscription input[type="submit"],
.portfolio-item .entry-meta,
.portfolio-item .category-list,
.portfolio-item .post-date {
	font-size: 10px;
	font-size: 0.625rem;
}

.hamburger-menu .menu-toggle i,
.listing .format-quote blockquote cite,
.listing .format-quote blockquote + cite,
.listing .format-quote blockquote + p cite,
.listing .format-quote q cite,
.listing .format-quote q + cite,
.listing .format-quote q + p cite,
.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget input[type="number"],
.widget input[type="tel"],
.widget input[type="range"],
.widget input[type="date"],
.widget input[type="month"],
.widget input[type="week"],
.widget input[type="time"],
.widget input[type="datetime"],
.widget input[type="datetime-local"],
.widget input[type="color"],
.widget textarea,
.widget select,
.site-description,
.category-list,
.post-date,
.author-title,
.author-name span,
.comment-metadata,
.comment .reply,
div.sharedaddy .sd-block h3.sd-title,
.widget-title,
.widget-title label,
.rss-date,
.search-post-type,
body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,
body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date,
.shuffle-layout .entry-meta,
.sd-rating .sd-title,
.sd-rating .rating-msg {
	font-size: 10px;
	font-size: 0.625rem;
}

small,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-button__link,
#eu-cookie-law input[type="submit"],
#eu-cookie-law input[type="submit"]:hover,
#eu-cookie-law input[type="submit"]:focus,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
.nav-menu .sub-menu li,
.scroll-down,
.scroll-up,
.menu-social-container ul,
.menu-social-container .social-menu-trig:before,
.gallery-count,
.widget_calendar tbody,
.search-no-results .page-content > p,
.error404 .page-content > p,
.featured-slider .slick-dots,
.featured-slider .slick-dots button {
	font-size: 12px;
	font-size: 0.75rem;
}

.wp-caption-text,
.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption,
.nav-menu > li,
.read-more-link,
.site-info,
.entry-footer,
.archive.category .page-title,
.archive.tag .page-title,
.tax-jetpack-portfolio-tag .page-title,
.archive.date .page-title,
.archive.author .page-title,
.archive.tag .page-title,
.search-results .page-title,
div#eu-cookie-law,
.split-layout .featured-media,
.contact-form div label span {
	font-size: 13px;
	font-size: 0.8125rem;
}

h6,
blockquote cite,
blockquote + cite,
blockquote + p cite,
q cite,
q + cite,
q + p cite,
.author-info p,
.author-bio,
.logged-in-as,
.comment-notes,
.single .format-quote blockquote cite,
.single .format-quote blockquote + cite,
.single .format-quote blockquote + p cite,
.single .format-quote q cite,
.single .format-quote q + cite,
.single .format-quote q + p cite,
.widget,
.widget p,
.widget_calendar tfoot,
.widget_calendar thead,
.widget-grofile h4,
body .slideshow-window div.slideshow-controls a:nth-of-type(2),
.category-filter a {
	font-size: 14px;
	font-size: 0.875rem;
}

.has-small-font-size,
.comment-content > p,
.comment-content li,
.comment-content table,
.comment-content dd,
label {
	font-size: 15px;
	font-size: 0.9375rem;
}

body,
.author-title span,
.author-name,
.widget_wpcom_social_media_icons_widget .genericon,
body #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	font-size: 16px;
	font-size: 1rem;
}

h5,
p,
.twocolumn > *,
.twocolumn p.half-width,
.entry-content li,
.is-style-stripes table,
.has-regular-font-size {
	font-size: 18px;
	font-size: 1.125rem;
}

#big-search-trigger i,
.site-header input[type="search"],
.no-results input[type="search"],
.error-404 input[type="search"],
.paging-navigation .dots,
.bypostauthor > .comment-body .comment-author b:after,
body #infinite-handle span,
.masonry .jetpack-portfolio .entry-title,
.headline-template .hero,
.headline-template .hero p,
.single-jetpack-portfolio .hero,
.single-jetpack-portfolio .hero p,
.shuffle-layout .portfolio-item .entry-title {
	font-size: 20px;
	font-size: 1.25rem;
}

.sidebar-trigger i,
.comments-title span,
body #jp-relatedposts h3.jp-relatedposts-headline {
	font-size: 22px;
	font-size: 1.5rem;
}

h4,
blockquote,
blockquote p,
q,
.comments-title,
.comment-reply-title,
.site-header .search-form:before,
.no-results .search-form:before,
.error-404 .search-form:before,
footer .site-title,
.has-large-font-size {
	font-size: 24px;
	font-size: 1.5rem;
}

.emphasis {
	font-size: 26px;
	font-size: 1.625rem;
}

.featured-slider h2,
.wp-block-pullquote p {
	font-size: 28px;
	font-size: 1.75rem;
}

.site-title,
.tag.archive .page-title span,
.search-no-results .page-title,
.error404 .page-title,
.widget-area .slideshow-controls a:first-of-type,
.widget-area .slideshow-controls a:last-of-type {
	font-size: 30px;
	font-size: 1.875rem;
}

h3,
.paging-navigation,
.nav-links a,
body .wp-block-quote.is-large p,
body .wp-block-quote.is-style-large p,
.featured-image a:after,
.has-larger-font-size {
	font-size: 32px;
	font-size: 2rem;
}

.search .entry-title,
.tag.archive .entry-title,
.format-iamge .featured-image a:after,
.format-standard .featured-image a:after {
	font-size: 36px;
	font-size: 2.25rem;
}

h2,
.listing .entry-title,
.single .entry-title,
.listing .format-quote blockquote,
.listing .format-quote blockquote p,
.listing .format-quote q,
.listing .format-quote blockquote:before,
.listing .format-quote q:before,
.listing .format-link .entry-content:before,
.listing .format-link .entry-content > p > a:before,
.single .format-quote blockquote,
.single .format-quote blockquote p,
.single .format-quote q,
.single .format-quote blockquote:before,
.single .format-quote q:before,
.single .format-link .entry-content:before,
.has-huge-font-size {
	font-size: 40px;
	font-size: 2.5rem;
}

.slideshow-controls a:first-of-type,
.slideshow-controls a:last-of-type,
.gallery-size-full[data-carousel-extra] .gallery-item .gallery-icon:after {
	font-size: 42px;
	font-size: 2.625rem;
}

.slick-arrow:before {
	font-size: 45px;
	font-size: 2.8125rem;
}

.jp-carousel-next-button span:before,
.jp-carousel-previous-button span:before {
	font-size: 47px;
	font-size: 2.9375rem;
}

h1,
.nav-links a:after,
.paging-navigation .prev:before,
.paging-navigation .next:before,
.archive.category .page-title span,
.archive.tag .page-title span,
.search .page-title span,
.tax-jetpack-portfolio-tag .page-title span,
.archive.date .page-title span,
.archive.author .page-title span {
	font-size: 50px;
	font-size: 3.125rem;
}

.headline-template .hero h1 {
	font-size: 54px;
	font-size: 3.375rem;
}

.dropcap:before,
.has-drop-cap:not(:focus):first-letter {
	font-size: 100px;
	font-size: 6.25rem;
}

.dropcap:before,
.has-drop-cap:not(:focus):first-letter {
	opacity: .1;
}

/*colors*/

a,
.emphasis,
.format-link .entry-content p,
.archive.category .page-title span,
.archive.tag .page-title span,
.tax-jetpack-portfolio-tag .page-title span,
.archive.date .page-title span,
.archive.author .page-title span,
.search .page-title span,
.tag.archive .page-title span,
.no-results input[type="search"],
.error-404 input[type="search"],
.no-results .search-instructions,
.error-404 .search-instructions,
.nav-links a,
body #infinite-handle button,
body #infinite-handle button:hover,
body #infinite-handle button:focus,
.gallery-count,
.widget-title,
.widget-title label,
.widget .widget-title a,
.widget_calendar caption,
.widget_calendar th,
.widget_calendar tfoot a,
.widget .search-form input[type="submit"]:focus,
.widget_blog_subscription input[type="submit"]:focus,
.paging-navigation .prev,
.paging-navigation .next,
.category-filter .cat-active a,
.gallery-caption,
.entry-gallery .gallery-size-full:after,
.featured-slider .slick-dots button,
.author-title span {
	color: #000;
}

.site-header input[type="search"],
#today,
#today a,
div.sharedaddy .sd-social h3.sd-title,
.scroll-box .widget-title,
.scroll-box .widget-title label,
.scroll-box .widget .widget-title a,
.scroll-box .widget_calendar caption,
.scroll-box .widget_calendar th,
.scroll-box .widget_calendar tfoot a,
.scroll-box .widget .search-form input[type="submit"]:focus,
.scroll-box .widget h1,
.scroll-box .widget h2,
.scroll-box .widget h3,
.scroll-box .widget h4,
.scroll-box .widget h5,
.scroll-box .widget h6,
.scroll-box .widget h1 a,
.scroll-box .widget h2 a,
.scroll-box .widget h3 a,
.scroll-box .widget h4 a,
.scroll-box .widget h5 a,
.scroll-box .widget h6 a,
body .tb-close-icon,
body #TB_closeWindowButton:focus .tb-close-icon {
	color: #fff;
}

.wp-caption-text,
.comment-content p,
.comment-content li,
.comment-content dd,
label,
.widget_calendar td,
.widget_calendar tbody a,
.widget_recent_comments li a,
.widget_recent_entries li a,
.widget_rss li a,
.widget_contact_info .confit-address a,
.jetpack-display-remote-posts h4 a,
#big-search-trigger:focus,
.sidebar-trigger:focus,
.split-layout .featured-media {
	color: #5d5d5d;
}

.archive.category .page-title,
.archive.tag .page-title,
.tax-jetpack-portfolio-tag .page-title,
.archive.date .page-title,
.archive.author .page-title,
.search-results .page-title,
.entry-footer a,
.author-title,
.author-name span,
.widget_recent_comments .comment-author-link a,
.widget_recent_comments li,
.widget_recent_entries li,
.rss-date,
.sd-rating .rating-msg {
	color: #b9b9b9;
}

.widget,
.widget a,
.widget p,
.tagcloud a,
.rssSummary {
	color: #404040;
}

.category-filter a {
	color: #a1a1a1;
}

.comment-metadata a,
.comment .reply a,
.comment-metadata > * + *:before {
	color: rgba(0,0,0,.4);
}

.logged-in-as,
.logged-in-as a,
.comment-notes,
.widget .search-form input[type="submit"],
.widget_blog_subscription input[type="submit"] {
	color: rgba(0,0,0,.3);
}

.comments-title span,
.search-post-type,
.bypostauthor > .comment-body .comment-author b:after,
.widget_wpcom_social_media_icons_widget a {
	color: rgba(0,0,0,.2);
}

.scroll-box .widget,
.scroll-box .widget p,
.scroll-box .widget a,
.scroll-box .tagcloud a,
.scroll-box  input[type="text"],
.scroll-box input[type="email"],
.scroll-box input[type="url"],
.scroll-box input[type="password"],
.scroll-box input[type="search"],
.scroll-box input[type="number"],
.scroll-box input[type="tel"],
.scroll-box input[type="range"],
.scroll-box input[type="date"],
.scroll-box input[type="month"],
.scroll-box input[type="week"],
.scroll-box input[type="time"],
.scroll-box input[type="datetime"],
.scroll-box input[type="datetime-local"],
.scroll-box input[type="color"],
.scroll-box textarea,
.scroll-box .widget_wpcom_social_media_icons_widget a,
.scroll-box .jetpack-display-remote-posts h4 a,
.scroll-box .widget .search-form input[type="submit"],
.scroll-box .widget_blog_subscription form > p:nth-of-type(3) input[type="submit"] {
	color: rgba(255,255,255,.8);
}

.scroll-box .widget_recent_comments li,
.scroll-box .widget_recent_comments .comment-author-link a,
.scroll-box .widget_recent_entries li,
.scroll-box .rss-date,
.scroll-box .rssSummary {
	color: rgba(255,255,255,.6);
}

blockquote:before,
q:before,
.listing .format-link .entry-content:before,
.listing .format-link .entry-content > p > a:before,
.single .format-link .entry-content:before,
.paging-navigation a,
.paging-navigation .dots {
	color: rgba(0,0,0,.2);
}

/*end colors*/

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

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

.dropcap {
	position: relative;
}

.dropcap:before {
	content: attr(data-dropcap);
	font-weight: 700;
	line-height: 0.8em;
	position: absolute;
	left: 0;
	top: -12px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.entry-title,
.page-title {
	font-weight: 700;
	text-align: center;
}

/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/

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

/* ==========================================================================
   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%;
}

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

html {
	box-sizing: border-box;
}

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

body {
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-smoothing: grayscale;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 400;
	margin: 50px 0 30px;
}

.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 {
	margin-top: 0;
}

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

h5,
h6 {
	line-height: 1.5;
}

p {
	margin: 0 0 22px;
}

p,
.twocolumn > * {
	letter-spacing: 0.2px;
	line-height: 1.7em;
}

.emphasis {
	line-height: 1.5em;
	letter-spacing: 0.3px;
}

.entry-content p {
	margin-bottom: 2rem;
}

p:last-child,
.entry-content p:last-child,
.wp-block-cover__inner-container p:last-child {
	margin-bottom: 0;
}

.entry-content > p:last-child,
.listing .format-quote blockquote:last-child,
.listing .format-link .entry-content p:last-child {
	margin-bottom: 0;
}

blockquote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	border: none;
	margin: 3rem 0;
}

.single blockquote,
.page blockquote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	margin: 2rem auto;
	max-width: 580px;
}

.wp-block-pullquote blockquote {
	border-style: solid;
	border-color: inherit;
}

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

blockquote,
q,
.entry-content blockquote p,
.wp-block-pullquote p {
	line-height: 1.7em;
	margin-bottom: 10px;
}

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

.single blockquote,
.page-template-default blockquote,
.single q,
.single blockquote cite,
.single blockquote + cite,
.single q cite,
.single q + cite,
.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 {
	display: block;
	text-align: center;
}

blockquote + p cite,
q + p cite {
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
}

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

blockquote + cite,
blockquote + p cite,
q + cite,
q + p cite {
	margin-top: -2rem;
	margin-bottom: 4rem;
}

.format-quote blockquote + cite,
.format-quote blockquote + p cite,
.format-quote q + cite,
.format-quote q + p cite {
	margin-top: 0;
}

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

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

blockquote[style*="left"],
q[style*="left"],
blockquote.pull-left,
q.pull-left,
blockquote.has-text-align-left,
q.has-text-align-left {
	float: left;
	margin: 7px 50px 0 -30px;
}

blockquote[style*="left"],
q[style*="left"],
blockquote[style*="left"] cite,
q[style*="left"] cite,
blockquote.pull-left,
q.pull-left,
blockquote.pull-left cite,
q.pull-left cite,
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[style*="right"],
q[style*="right"],
blockquote.pull-right,
q.pull-right,
blockquote.has-text-align-right,
q.has-text-align-right {
	float: right;
	margin: 7px -30px 0 50px;
}

blockquote[style*="right"],
q[style*="right"],
blockquote[style*="right"] cite,
q[style*="right"] cite,
blockquote.pull-right,
q.pull-right,
blockquote.pull-right cite,
q.pull-right cite,
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;
}

.split-layout blockquote[style*="left"],
.split-layout q[style*="left"],
.split-layout blockquote[style*="right"],
.split-layout q[style*="right"],
.split-layout blockquote.pull-left,
.split-layout q.pull-left,
.split-layout blockquote.pull-right,
.split-layout q.pull-right,
.split-layout blockquote.has-text-align-left,
.split-layout q.has-text-align-left,
.split-layout blockquote.has-text-align-right,
.split-layout q.has-text-align-right {
	margin-left: 0;
	margin-right: 0;
	max-width: 50%;
}

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;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
}

big {
	font-size: 125%;
}

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


address {
	font-style: normal;
	line-height: 1.5em;
	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;
}

hr,
.wp-block-separator {
	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-separator {
	margin-top: 32px;
	margin-bottom: 32px;
}

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

figure {
	margin: 0;
}

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


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

ul {
	list-style-type: circle;
}

ol {
	list-style: decimal;
}

li {
	list-style-position: inside;
	margin: 6px 0;
}

.entry-content li {
	margin: 10px 0;
}

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

dt {
	font-weight: bold;
	margin-bottom: 10px;
}

dd {
	line-height: 1.5em;
	margin: 0 1.5em 1.5em;
}

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

img:focus {
	outline: none;
}

img[src*="pixel.wp.com"] {
	display: none;
}

.gmnoprint img {
	max-width: inherit;
}

table {
	margin: 22px 0;
	width: 100%;
}

.comment-content table,
.entry-content table {
	border: 2px solid #000;
}

.comment-content th,
.entry-content th,
.comment-content td,
.entry-content td {
	padding: 16px 18px;
}

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

.comment-content thead tr,
.entry-content thead tr {
	border-bottom: 2px solid #000;
}

.comment-content tfoot tr,
.entry-content tfoot tr {
	border-top: 2px solid #000;
}

th {
	font-weight: 400;
	text-align: left;
}

td {
	font-weight: 300;
}

.comment-content th,
.entry-content th,
.comment-content td,
.entry-content td {
	border: 1px solid #000;
}

.tk-theme-frontend .site-header,
.tk-theme-frontend .content-area,
.tk-theme-frontend .site-footer > .container,
.tk-theme-frontend .site-footer > .container,
.tk-theme-frontend .menu-social-container .social-menu-trig,
.tk-theme-frontend .menu-social-container .menu,
.tk-theme-frontend .scroll-down,
.tk-theme-frontend .scroll-up {
	opacity: 0;
}

.show .site-header,
.no-js .site-header,
.show .content-area,
.no-js .content-area,
.show .menu-social-container .social-menu-trig,
.no-js .menu-social-container .social-menu-trig,
.show .menu-social-container .menu,
.no-js .menu-social-container .menu,
.show .site-footer > .container,
.no-js .site-footer > .container,
.show .scroll-down,
.no-js .scroll-down,
.show .scroll-up,
.no-js .scroll-up {
	opacity: 1;
}

.scroll-down,
.scroll-up {
	border: none;
	color: #000;
	display: none;
	font-weight: 700;
	height: auto;
	letter-spacing: 0.5px;
	line-height: 1em;
	margin-right: -16px;
	padding: 0;
	text-transform: none;
	position: fixed;
	right: 30px;
	top: 90vh;
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	z-index: 1000;
}

.scroll-down,
.scroll-up,
.scroll-down:hover,
.scroll-up:hover,
.scroll-down:focus,
.scroll-up:focus {
	background-color: transparent;
}

.show .scroll-down.hide,
.show .scroll-up.hide,
.no-js .scroll-down.hide,
.no-js .scroll-up.hide {
	-webkit-transform: rotate(-90deg) translate(100%, 100px);
	-moz-transform: rotate(-90deg) translate(100%, 100px);
	-ms-transform: rotate(-90deg) translate(100%, 100px);
	-o-transform: rotate(-90deg) translate(100%, 100px);
	transform: rotate(-90deg) translate(100%, 100px);
}


.scroll-down,
.scroll-up,
.show .scroll-down,
.show .scroll-up,
.no-js .scroll-down,
.no-js .scroll-up {
	-webkit-transform: rotate(-90deg) translate(100%, 0);
	-moz-transform: rotate(-90deg) translate(100%, 0);
	-ms-transform: rotate(-90deg) translate(100%, 0);
	-o-transform: rotate(-90deg) translate(100%, 0);
	transform: rotate(-90deg) translate(100%, 0);
}

.scroll-down i {
	margin-right: 8px;
}

.scroll-up i {
	margin-left: 8px;
}

.scroll-down i,
.scroll-up i {
	font-size: 45px;
	display: inline-block;
	position: relative;
	left: 0;
	vertical-align: middle;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

/*Bootstrap Grid System*/

.row {
	clear: both;
	margin-left: -10px;
	margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-sm-tk-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
}
@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
}
@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
}

/*end bootstrap grid*/

/*global layout*/

.container,
.pre-footer .widget:not(.widget_wpcom_instagram_widget),
.pre-footer .widget_wpcom_instagram_widget .widget-title {
	padding-left: 30px;
	padding-right: 30px;
	max-width: 1520px;
	width: 100%;
}

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

.container .container {
	padding-left: 0;
	padding-right: 0;
}

.container.container-big {
	max-width: inherit;
}

.container.container-medium {
	max-width: 1300px;
}

.search .container.container-small,
.tag.archive .container.container-small {
	max-width: 1060px;
}

.container.container-small {
	max-width: 860px;
}

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

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

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

.container.fullwidth {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.twocolumn  > *,
.twocolumn .half-width {
	width: 50%;
}

.twocolumn  > *:nth-child(even),
.twocolumn .half-width:nth-child(even) {
	float: right;
	padding-left: 20px;
}

.twocolumn  > *:nth-child(odd),
.twocolumn .half-width:nth-child(odd) {
	float: left;
	padding-right: 20px;
}

.sticky-header.slider-initialized .site-content {
	padding-top: 80px;
}

/*--------------------------------------------------------------
# Transitions
--------------------------------------------------------------*/

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,
.radio.checked:before,
input[type="radio"]:checked + label:before,
.menu-toggle span:before,
.menu-toggle span:after,
#big-search-trigger,
.main-navigation .nav-menu,
.main-navigation ul ul,
.search-wrap,
#big-search-close,
.read-more-link,
.entry-content .read-more-link,
.edit-link,
body #infinite-handle span,
.widget .search-form input[type="submit"],
.widget_blog_subscription input[type="submit"],
.wpcom-instagram-images a,
.featured-slider-wrap,
.sd-social-icon a:before,
body .tb-close-icon,
.slick-arrow:before,
.scroll-down i,
.scroll-up i,
.masonry .portfolio-item .entry-meta,
.masonry .portfolio-item .entry-title,
.portfolio-item .featured-image a:after,
.portfolio-item .featured-image + .entry-header,
.jp-relatedposts-post .jp-relatedposts-post-a,
.close-sidebar:before,
.close-sidebar:after,
#big-search-close:before,
#big-search-close:after,
.featured-media a,
.main-navigation ul ul a {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

a {
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}

.entry-content a,
.author-box a,
.listing .format-link .entry-content > p > a,
.single .format-link .entry-content a {
	-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;
}

.nav-links a:after {
	-webkit-transition: -webkit-transform .3s cubic-bezier(0.28, 0.12, 0.22, 1);
	-moz-transition: -moz-transform .3s cubic-bezier(0.28, 0.12, 0.22, 1);
	-ms-transition: -ms-transform .3s cubic-bezier(0.28, 0.12, 0.22, 1);
	-o-transition: -o-transform .3s cubic-bezier(0.28, 0.12, 0.22, 1);
	transition: transform .3s cubic-bezier(0.28, 0.12, 0.22, 1);
}

.headline-template .hero .entry-content,
.single-jetpack-portfolio .hero .verticalize {
	-webkit-transition: .3s cubic-bezier(0.28, 0.12, 0.22, 1);
	-moz-transition: .3s cubic-bezier(0.28, 0.12, 0.22, 1);
	-ms-transition: .3s cubic-bezier(0.28, 0.12, 0.22, 1);
	-o-transition: .3s cubic-bezier(0.28, 0.12, 0.22, 1);
	transition: .3s cubic-bezier(0.28, 0.12, 0.22, 1);
}

.content-area,
.site-footer > .container {
	-webkit-transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1) .5s;
	-moz-transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1) .5s;
	-ms-transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1) .5s;
	-o-transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1) .5s;
	transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1) .5s;
}

.show .menu-social-container .social-menu-trig,
.show .menu-social-container .menu,
.no-js .menu-social-container .social-menu-trig,
.no-js .menu-social-container .menu,
.scroll-down,
.scroll-down.hide,
.scroll-up {
	-webkit-transition: .6s cubic-bezier(0.28, 0.12, 0.22, 1);
	-moz-transition: .6s cubic-bezier(0.28, 0.12, 0.22, 1);
	-ms-transition: .6s cubic-bezier(0.28, 0.12, 0.22, 1);
	-o-transition: .6s cubic-bezier(0.28, 0.12, 0.22, 1);
	transition: .6s cubic-bezier(0.28, 0.12, 0.22, 1);
}

.menu-social-container,
.nav-links a,
img.aligncenter,
figure.aligncenter,
figure.wp-block-image {
	-webkit-transition: opacity .5s cubic-bezier(0.28, 0.12, 0.22, 1);
	-moz-transition: opacity .5s cubic-bezier(0.28, 0.12, 0.22, 1);
	-ms-transition: opacity .5s cubic-bezier(0.28, 0.12, 0.22, 1);
	-o-transition: opacity .5s cubic-bezier(0.28, 0.12, 0.22, 1);
	transition: opacity .5s cubic-bezier(0.28, 0.12, 0.22, 1);
}

.site-header,
.featured-slider-wrap,
.site-content,
.site-footer,
.page-template-portfolio-page .hero {
	-webkit-transition: -webkit-transform .5s cubic-bezier(0.28, 0.12, 0.22, 1), opacity .5s cubic-bezier(0.28, 0.12, 0.22, 1);
	-moz-transition: -moz-transform .5s cubic-bezier(0.28, 0.12, 0.22, 1), opacity .5s cubic-bezier(0.28, 0.12, 0.22, 1);
	-ms-transition: -ms-transform .5s cubic-bezier(0.28, 0.12, 0.22, 1), opacity .5s cubic-bezier(0.28, 0.12, 0.22, 1);
	-o-transition: -o-transform .5s cubic-bezier(0.28, 0.12, 0.22, 1), opacity .5s cubic-bezier(0.28, 0.12, 0.22, 1);
	transition: transform .5s cubic-bezier(0.28, 0.12, 0.22, 1), opacity .5s cubic-bezier(0.28, 0.12, 0.22, 1);
}

.featured-slider,
.featured-image a:before,
.featured-image a:after,
.gallery-size-full[data-carousel-extra] .gallery-item .gallery-icon:before,
.gallery-size-full[data-carousel-extra] .gallery-item .gallery-icon:after {
	-webkit-transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
	-moz-transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
	-ms-transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
	-o-transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
	transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
div#respond .form-submit input,
div#respond .form-submit input#comment-submit,
div#respond .comment-form-fields input[type=submit],
div#respond p.form-submit input[type=submit],
div#respond input[type=submit],
form#commentform #submit,
#eu-cookie-law input[type="submit"],
.has-background-background-color[class] .wp-block-button__link,
.wp-block-button__link {
	border-radius: 0;
	border: 2px solid;
	box-shadow: none;
	display: inline-block;
	line-height: initial;
	min-height: 45px;
	padding-left: 2.6em;
	padding-right: 2.6em;
	text-align: center;
	text-shadow: none;
}

.wp-block-button__link {
	padding-top: 1.1em;
	padding-bottom: 1.1em;
}

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: 45px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
div#respond .form-submit input,
div#respond .form-submit input#comment-submit,
div#respond .comment-form-fields input[type=submit],
div#respond p.form-submit input[type=submit],
div#respond input[type=submit],
form#commentform #submit,
#eu-cookie-law input[type="submit"],
.wp-block-button__link {
	font-weight: 700;
	text-transform: uppercase;
	-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;
}

.wp-block-button.is-style-squared .wp-block-button__link {
	border-radius: 0;
}

.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__use-newline .wp-block-jetpack-subscriptions__button,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__use-newline button {
	height: auto;
}

.entry-content button:hover,
.entry-content .button:hover,
.entry-content input[type="button"]:hover,
.entry-content input[type="reset"]:hover,
.entry-content 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,
.entry-content button:focus,
.entry-content .button:focus,
.entry-content input[type="button"]:focus,
.entry-content input[type="reset"]:focus,
.entry-content 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;
}

#eu-cookie-law.negative input[type="submit"] {
	background: #fff;
	border-color: #fff;
	color: #000;
}

.wp-block-button__link {
	border: 2px solid #000;
	border-radius: 0;
}

div#respond .form-submit input,
div#respond .form-submit input#comment-submit,
div#respond .comment-form-fields input[type=submit],
div#respond p.form-submit input[type=submit],
div#respond input[type=submit],
form#commentform #submit {
	background: #000 !important;
	border-radius: 0 !important;
	color: #fff !important;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 2.6em !important;
	padding-right: 2.6em !important;
	text-shadow: none !important;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
#eu-cookie-law input[type="submit"]:focus {
	background-color: #fff;
	color: #000;
	outline: none;
}

#eu-cookie-law input[type="submit"]:hover,
#eu-cookie-law input[type="submit"]:focus {
	border-radius: 0;
	display: inline-block;
	font-weight: 700;
	margin: 0;
	padding-left: 2.6em;
	padding-right: 2.6em;
	text-transform: uppercase;
}

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

button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
#eu-cookie-law input[type="submit"]:active {
	-webkit-transform: scale(0.99);
	-ms-transform: scale(0.99);
	-o-transform: scale(0.99);
	transform: scale(0.99);
}

.post-password-form label {
	display: inline-block;
}

.post-password-form label,
.post-password-form input[type="submit"] {
	margin-top: 20px;
	vertical-align: top;
}

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"] {
	height: 45px;
}

input[type="search"] {
	-webkit-appearance: textfield; /*removing default safari beheviour*/
}

.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget input[type="number"],
.widget input[type="tel"],
.widget input[type="range"],
.widget input[type="date"],
.widget input[type="month"],
.widget input[type="week"],
.widget input[type="time"],
.widget input[type="datetime"],
.widget input[type="datetime-local"],
.widget input[type="color"],
.widget select {
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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 {
	border: 1px solid #d0d0d0;
	border-radius: 0;
	color: #666;
	padding-left: 20px;
	padding-right: 20px;
}

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,
.no-results input[type="search"]:focus,
.error-404 input[type="search"]:focus {
	border-color: #000;
}

textarea {
	line-height: 1.5em;
	min-height: 200px;
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-top: 18px;
	padding-bottom: 18px;
	resize: vertical;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

select {
	background: url(assets/img/drop-arrow.png) no-repeat right 13px center;
	-webkit-background-size: 8px auto;
	background-size: 8px auto;
	border-radius: 0;
	border: 1px solid #ebebeb;
	color: #1a1616;
	cursor: pointer;
	min-height: 45px; /*no fixed height so select can span with text*/
	padding: 0 50px 0 22px;
	text-transform: uppercase;
	white-space: normal;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-webkit-transition: border .3s;
	-moz-transition: border .3s;
	-ms-transition: border .3s;
	-o-transition: border .3s;
	transition: border .3s;
}

label {
	display: block;
	margin-bottom: 5px;
}

/*Contact Form*/

.contact-form {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

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

.contact-form > div {
	margin-bottom: 22px;
}

.contact-form > div:last-of-type {
	margin-bottom: 0;
}

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

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

.grunion-field-label + * {
	margin-top: 14px;
}

.contact-form label.grunion-field-label {
	font-weight: 400;
}

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

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

.contact-form input[type="submit"] {
	width: 200px;
}

.wp-block-jetpack-contact-info {
    line-height: 1.7em;
}

/*Widget Forms*/

.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget input[type="number"],
.widget input[type="tel"],
.widget input[type="range"],
.widget input[type="date"],
.widget input[type="month"],
.widget input[type="week"],
.widget input[type="time"],
.widget input[type="datetime"],
.widget input[type="datetime-local"],
.widget input[type="color"],
.widget select {
	border-width: 0 0 1px 0;
}

.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget input[type="number"],
.widget input[type="tel"],
.widget input[type="range"],
.widget input[type="date"],
.widget input[type="month"],
.widget input[type="week"],
.widget input[type="time"],
.widget input[type="datetime"],
.widget input[type="datetime-local"],
.widget input[type="color"],
.widget select,
.widget textarea {
	border-color: #d9d9d9;
	letter-spacing: 0.6px;
}

.scroll-box .widget input[type="text"],
.scroll-box .widget input[type="email"],
.scroll-box .widget input[type="url"],
.scroll-box .widget input[type="password"],
.scroll-box .widget input[type="search"],
.scroll-box .widget input[type="number"],
.scroll-box .widget input[type="tel"],
.scroll-box .widget input[type="range"],
.scroll-box .widget input[type="date"],
.scroll-box .widget input[type="month"],
.scroll-box .widget input[type="week"],
.scroll-box .widget input[type="time"],
.scroll-box .widget input[type="datetime"],
.scroll-box .widget input[type="datetime-local"],
.scroll-box .widget input[type="color"],
.scroll-box .widget select,
.scroll-box .widget textarea {
	border-color: rgba(255,255,255,.4);
}

input[type="checkbox"],
input[type="radio"],
.woocommerce form .form-row .input-checkbox {
	display: none;
}


label.checkbox,
input[type="checkbox"] + label,
#respond 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 {
	cursor: pointer;
	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*/
	font-weight: 300;
	line-height: 1.8em;
	margin-left: 0;
}

label.checkbox:before,
input[type="checkbox"] + label:before,
label.radio:before,
input[type="radio"] + label:before {
	border: 1px solid #000;
	color: transparent;
	font-size: 14px;
	height: 16px;
	opacity: .2;
	text-align: center;
	width: 16px;
	position: absolute;
	left: 0;
	top: 2px;
}

#respond input[type="checkbox"] + label:before {
	top: -3px;
}

label.checkbox:before,
input[type="checkbox"] + label:before {
	-webkit-transition: background-color .3s, opacity .3s;
	-moz-transition: background-color .3s, opacity .3s;
	-ms-transition: background-color .3s, opacity .3s;
	-o-transition: background-color .3s, opacity .3s;
	transition: background-color .3s, opacity .3s;
}

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

label.checkbox:before,
input[type="checkbox"] + label:before,
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,
.radio.checked:before,
input[type="radio"]:checked + label:before,
.radio.checked:hover:before,
input[type="radio"]:checked + label:hover:before {
	opacity: 1;
}

.checkbox.checked:before,
input[type="checkbox"]:checked + label:before {
	background: #000 url(assets/img/check-big2x.png) no-repeat center center;
	-webkit-background-size: 12px auto;
	background-size: 12px auto;
}

.radio.checked:before,
input[type="radio"]:checked + label:before {
	border-width: 6px;
}

/*search form*/

.search-form,
.widget_blog_subscription form {
	position: relative;
}

.widget .search-form input[type="search"] {
	padding-right: 52px;
}

.widget_blog_subscription input[type="text"] {
	width: 100% !important;
	padding: 0 52px 0 0 !important;
}

.widget .search-form input[type="submit"],
.widget_blog_subscription input[type="submit"] {
	font-weight: 700;
	height: 45px;
	letter-spacing: 0.5px;
	line-height: normal;
	text-transform: uppercase;
}

.scroll-box .widget_blog_subscription input[type="submit"] {
	background-color: #fff;
	color: #000;
}

.widget .search-form input[type="submit"] {
	position: absolute;
	bottom: 0;
	right: 0;
}

.widget .search-form input[type="submit"],
.widget_blog_subscription form > p:nth-of-type(3) input[type="submit"] {
	border-color: transparent;
	border-left: none;
	background-color: transparent;
	padding-left: 10px;
	padding-right: 0;
}

.widget_blog_subscription form > p:nth-of-type(3) input[type="submit"] {
	padding-left: 0;
}

.scroll-box .widget_blog_subscription input[type="submit"]:focus {
	opacity: .7;
}

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

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

.widget .search-form input[type="search"]::-webkit-input-placeholder,
.widget_blog_subscription input[type="search"]::-webkit-input-placeholder {
	color: transparent;
}

.widget .search-form input[type="search"]:-moz-placeholder,
.widget_blog_subscription input[type="search"]:-moz-placeholder {
	color: transparent;
}

.widget .search-form input[type="search"]::-moz-placeholder,
.widget_blog_subscription input[type="search"]::-moz-placeholder {
	color: transparent;
}

/*comment form*/

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="password"],
.comment-form input[type="search"],
.comment-form input[type="number"],
.comment-form input[type="tel"],
.comment-form input[type="range"],
.comment-form input[type="date"],
.comment-form input[type="month"],
.comment-form input[type="week"],
.comment-form input[type="time"],
.comment-form input[type="datetime"],
.comment-form input[type="datetime-local"],
.comment-form input[type="color"],
.comment-form textarea {
	background-color: transparent;
	border-color: #d9d9d9;
}

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

.comment-form-comment ~ [class*="comment-form"] input {
	width: 100%;
}

.comment-form-url,
.comment-form input[type="submit"],
.contact-form input[type="submit"] {
	clear: left;
}

.comment-form input[type="submit"],
.contact-form input[type="submit"] {
	margin-top: 36px;
	margin-bottom: 36px;
}

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

/*remove  clearfield button*/

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

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

.big-search {
	overflow: hidden;
}

.search-wrap {
	background: #000;
	display: block;
	height: 100vh;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1003;
}

.big-search .search-wrap {
	opacity: 1;
	visibility: visible;
}

.site-header .search-form {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.site-header .search-form:before,
.no-results .search-form:before,
.error-404 .search-form:before {
	color: #555;
	position: absolute;
	bottom: 32px;
	right: 30%;
	z-index: 1;
}

.no-results .search-form,
.error-404 .search-form {
	margin-top: 7.5rem;
	position: relative;
}

.search-instructions,
.site-header input[type="search"],
.no-results input[type="search"],
.error-404 input[type="search"] {
	font-weight: 700;
}

.search-instructions {
	display: block;
	letter-spacing: 0.6px;
}

.site-header .search-instructions {
	margin-top: -8em;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.no-results .search-instructions,
.error-404 .search-instructions {
	margin-top: 3em;
}

.site-header .search-instructions {
	color: rgba(255,255,255,.2);
}

.no-results .search-instructions,
.error-404 .search-instructions {
	color: rgba(0,0,0,.2);
}

.site-header input[type="search"],
.no-results input[type="search"],
.error-404 input[type="search"] {
	background-color: transparent;
	border-width: 0 0 2px 0;
	height: auto;
	width: 40%;
	padding-bottom: 32px;
	text-align: center;
}

.no-results input[type="search"],
.error-404 input[type="search"] {
	color: rgba(0,0,0,.2);
}

.site-header input[type="search"]:focus {
	border-color: rgba(255,255,255,.2);
}

.site-header input[type="search"]:focus,
.no-results input[type="search"]:focus,
.error-404 input[type="search"]:focus {
	outline: none;
}

.site-header input[type="search"]::-webkit-input-placeholder,
.no-results input[type="search"]::-webkit-input-placeholder,
.error-404 input[type="search"]::-webkit-input-placeholder {
	text-align: center;
	opacity: 1;
}

.site-header input[type="search"]:-moz-placeholder,
.no-results input[type="search"]:-moz-placeholder,
.error-404 input[type="search"]:-moz-placeholder {
	text-align: center;
	opacity: 1;
}

.site-header input[type="search"]::-moz-placeholder,
.no-results input[type="search"]::-moz-placeholder,
.error-404 input[type="search"]::-moz-placeholder {
	text-align: center;
	opacity: 1;
}

.site-header input[type="search"]::-webkit-input-placeholder {
	color: #fff;
}

.site-header input[type="search"]:-moz-placeholder {
	color: #fff;
}

.site-header input[type="search"]::-moz-placeholder {
	color: #fff;
}

.no-results input[type="search"]::-webkit-input-placeholder,
.error-404 input[type="search"]::-webkit-input-placeholder {
	color: #000;
}

.no-results input[type="search"]:-moz-placeholder,
.error-404 input[type="search"]:-moz-placeholder {
	color: #000;
}

.no-results input[type="search"]::-moz-placeholder,
.error-404 input[type="search"]::-moz-placeholder {
	color: #000;
}

.site-header input[type="search"]:-ms-input-placeholder,
.site-header input[type="search"]:-ms-input-placeholder:focus,
.no-results input[type="search"]:-ms-input-placeholder,
.no-results input[type="search"]:-ms-input-placeholder:focus,
.error-404 input[type="search"]:-ms-input-placeholder,
.error-404 input[type="search"]:-ms-input-placeholder:focus {
	color: #000;
	text-align: center;
	opacity: 1;
}

.site-header .search-form input[type="submit"],
.no-results .search-form input[type="submit"],
.error-404 .search-form input[type="submit"] {
	background: transparent;
	border: none;
	height: 40px;
	width: 40px;
	position: absolute;
	top: 0;
	right: 30%;
	z-index: 2;
}

.search-trigger-wrap {
	width: 30px;
}

.search-trigger-wrap,
.sidebar-trigger-wrap {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}

#big-search-trigger,
.sidebar-trigger {
	background-color: transparent;
	border: none;
	color: #000;
	height: auto;
	padding: 0;
}

#big-search-trigger i {
	display: block;
	float: right;
}

.big-search #big-search-trigger {
	opacity: 0;
	visibility: hidden;
}

#big-search-close {
	display: none;
}

.big-search #big-search-close {
	display: block;
}

/*sidebar trigger*/

.sidebar-trigger-wrap {
	width: 40px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header {
	padding: 28px 0;
	position: relative;
	z-index: 1000;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}

.show .site-header,
.no-js .site-header {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.slider-initialized .site-header {
	background-color: transparent;
}

.site-header .container {
	display: table;
	position: relative;
}

.site-title {
	font-weight: 700;
	line-height: 1em;
	margin-top: 1px;
	margin-bottom: 0;
}

.custom-logo-link + .site-title {
	margin-top: 20px;
}

.site-description {
	letter-spacing: 0.4px;
	margin-bottom: 0;
}

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

.site-footer {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.site-footer .container {
	overflow: hidden;
}

.site-footer .col-sm-6 .row {
	margin-left: -4%;
	margin-right: -4%;
}

.footer-site-branding {
	margin-bottom: 18px;
	max-width: 200px;
}

.site-info {
	line-height: 1.6em;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

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

.entry-content a:not(.wp-block-button__link),
.author-box a {
	border-bottom: 1px solid transparent;
	font-weight: 700;
}

.entry-footer a {
	border: none;
}

.entry-content cite a {
	font-weight: 400;
}

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

.post-navigation {
	margin: 13rem 0 0;
}

.nav-links a {
	border: none;
	display: block;
	font-weight: 700;
	opacity: .4;
}

.page-template-portfolio-page .nav-links a {
	padding-bottom: 0;
}

.nav-links a:after {
	display: block;
}

.paging-navigation {
	margin: 8rem 0;
	position: relative;
	text-align: center;
}

.paging-navigation ul {
	margin-bottom: 0;
	padding-left: 44px;
	padding-right: 44px;
}

.paging-navigation li {
	display: inline-block;
	font-weight: 700;
	list-style: none;
	margin: 0 0.6rem;
}

.paging-navigation .dots {
	position: relative;
	top: -9px;
}

.paging-navigation .prev,
.paging-navigation .next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.paging-navigation .prev {
	left: 0;
}

.paging-navigation .next {
	right: 0;
}

.slick-arrow,
.slick-arrow:focus,
.slick-arrow:hover {
	background-color: transparent;
	border: none;
}

.slick-arrow:before {
	display: inline-block;
	text-indent: 0;
}

.edit-link {
	display: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.nav-opened {
	overflow: hidden;
}

.site-header nav {
	letter-spacing: 0.4px;
}

.site-header .nav-menu {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.nav-menu > li {
	margin: 0 0 0 25px;
	padding: 8px 0;
}

.main-navigation .nav-menu > li:first-of-type {
	margin-left: 0;
}

.site-header nav li {
	display: inline-block;
	position: relative;
}

.main-navigation a {
	display: block;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-decoration: none;
}

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

.main-navigation ul ul {
	margin-left: 0;
	opacity: 0;
	visibility: hidden;
}

.standard-menu .main-navigation ul ul ul {
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	width: auto;
}

.main-navigation ul ul a {
	display: inline-block;
}

.main-navigation ul ul ul a {
	color: #a7a7a7;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
	border-bottom: 1px solid #000;
}

.dropdown-toggle {
	cursor: pointer;
	display: inline-block;
	line-height: 10px;
	margin-right: -10px;
	padding: 10px;
	position: relative;
	top: 1px;
}

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

.icon-drop-down {
	display: block;
	-webkit-transform-origin: 45% 40%;
	-moz-transform-origin: 45% 40%;
	-ms-transform-origin: 45% 40%;
	-o-transform-origin: 45% 40%;
	transform-origin: 45% 40%;
	-webkit-transition: -webkit-transform .3s;
	-moz-transition: -moz-transform .3s;
	-ms-transition: -ms-transform .3s;
	-o-transition: -o-transform .3s;
	transition: transform .3s;
}

.toggle-on > span > .icon-drop-down,
li:hover > span > .icon-drop-down,
.focus > span > .icon-drop-down {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.toggle-on > a ~ ul,
li:hover > a ~ ul,
.focus > a ~ ul {
	opacity: 1;
	visibility: visible;
}

.swiper-pagination-bullet {
	height: auto;
	min-height: auto;
}

/*Social menu*/

.menu-social-container {
	font-weight: 700;
	letter-spacing: 0.4px;
	line-height: 1em;
	position: fixed;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
}

.sidebar-opened .menu-social-container {
	opacity: .1;
}

.show .menu-social-container .social-menu-trig,
.show .menu-social-container .menu,
.no-js .menu-social-container .social-menu-trig,
.no-js .menu-social-container .menu {
	vertical-align: top;
}

.social-menu-trig {
	display: none;
}

.menu-social-container .social-menu-trig {
	margin-right: 28px;
	padding: 5px 10px;
	position: relative;
	text-transform: uppercase;
}

.menu-social-container .social-menu-trig:before {
	content: "-";
	color: #000;
	font-weight: 400;
	margin-right: 10px;
	position: absolute;
	right: -30px;
}

.menu-social-container ul {
	display: inline-block;
	margin-bottom: 0;
	max-width: 70vh;
	vertical-align: top;
}

.menu-social-container ul ul {
	margin: 0 -5px 0 0;
}

.menu-social-container li {
	display: inline-block;
	letter-spacing: 0.5px;
	list-style: none;
	margin: 6px 5px;
}

.menu-social-container li li {
	margin: 0 5px;
}

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

/* 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: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-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignnone {
	clear: both;
	display: block;
	margin: 60px 46px 60px 0;
}

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

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

figure.alignnone,
figure.aligncenter,
img.alignnone,
img.aligncenter {
	margin: 60px 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: 8px 46px 30px -80px;
}

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

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

figure.alignright,
img.alignright,
.wp-block-image .alignright {
	margin: 8px -80px 30px 46px;
}

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

.alignleft,
.alignright {
	margin-top: 8px;
	margin-bottom: 10px;
}

.alignright {
	clear: right;
	float: right;
	margin-left: 2em;
 }

.masonry .alignright,
.widget .alignright,
.has-sidebar .alignright {
	margin-right: 0;
}

.alignleft {
	clear: left;
	float: left;
	margin-right: 2em;
}

.masonry .alignleft,
.widget .alignleft,
.has-sidebar .alignleft {
	margin-left: 0;
}

.widget .aligncenter,
.widget .alignnone {
	margin: 0;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.row:before,
.row:after,
.entry-content:before,
.entry-content:after,
.twocolumn:before,
.twocolumn:after,
.nav-links:before,
.nav-links:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.featured-slider-wrap:before,
.featured-slider-wrap:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.slick-track:before,
.slick-track:after,
.featured-media .gallery:before,
.featured-media .gallery:after,
.wpcom-instagram-images:before,
.wpcom-instagram-images:after,
.jp-relatedposts-items:before,
.jp-relatedposts-items:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.row:after,
.entry-content:after,
.twocolumn:after,
.nav-links:after,
.comment-content:after,
.site-header:after,
.featured-slider-wrap:after,
.site-content:after,
.site-footer:after,
.slick-track:after,
.featured-media .gallery:after,
.wpcom-instagram-images:after,
.jp-relatedposts-items:after {
	clear: both;
}

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

.widget {
	max-width: 300px;
}

.widget_eu_cookie_law_widget {
	max-width: 960px;
	width: calc(100% - 2em);
	right: auto;
}

.widget,
.widget p {
	letter-spacing: 0.6px;
}

.widget + .widget {
	margin-top: 6.25rem;
}

body > .widget-area .widget {
	margin-left: auto;
	margin-right: auto;
}

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

.widget,
.widget p {
	line-height: 1.4rem;
}

.widget > ul {
	margin-bottom: 0;
}

.widget li {
	list-style: none;
}

.widget .menu-item:first-of-type {
	margin-top: 0;
}

.widget > ul > li {
	margin-top: 8px;
}

.widget > ul > li:first-of-type {
	margin-top: 0;
}

.widget-title,
.widget-title label {
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-top: 0;
	margin-bottom: 2.375rem;
	text-transform: uppercase;
}

/*calendar widget*/

.widget_calendar table {
	margin: 0 0 0 -14px;
	max-width: 300px;
}

.widget_calendar thead,
.widget_calendar tbody {
	text-align: center;
}

.widget_calendar tbody {
	border-bottom: 1px solid rgba(0,0,0,.05);
	font-weight: 700;
}

.widget_calendar caption {
	margin-left: 14px;
	text-align: left;
}

.widget_calendar caption,
.widget_calendar th,
.widget_calendar td {
	font-weight: 700;
}

.widget_calendar th {
	padding-top: 18px;
	padding-bottom: 13px;
}

.widget_calendar tbody td {
	padding-top: 5px;
	padding-bottom: 5px;
}

.widget_calendar tbody tr:last-of-type td {
	padding-bottom: 14px;
}

.widget_calendar tbody a {
	border-bottom: 1px solid rgba(0,0,0,.4);
}

#today {
	font-weight: 700;
	position: relative;
	z-index: 0;
}

#today:after {
	content: "";
	background: #000;
	height: 22px;
	width: 22px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: -1;
}

.widget_calendar tbody tr:last-of-type #today:after {
	margin-top: -5px;
}

.widget_calendar tfoot td {
	padding-top: 10px;
}

.widget_calendar #prev {
	padding-left: 14px;
}

.widget_calendar #next {
	padding-right: 14px;
	text-align: right;
}

/*Recent comments - posts widget*/

.widget_recent_comments,
.widget_recent_entries {
	font-weight: 700;
}

.widget_recent_comments ul li,
.widget_recent_entries ul li {
	margin-top: 24px;
}

.widget_recent_entries .post-date {
	display: block;
}

.widget td.recentcommentstexttop,
.widget td.recentcommentstextend {
	padding-left: 20px;
}

.recentcommentsavatar tbody td a:first-of-type {
	font-weight: 700;
}

/*Rss widget*/

.widget_rss .widget-title a:first-of-type {
	margin-right: 5px;
}

.widget_rss .widget-title a:first-of-type img {
	display: none;
}

.rss-date {
	display: block;
	margin-bottom: 20px;
	text-transform: uppercase;
}

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

.widget_rss li > a {
	font-weight: 700;
}

.widget_rss cite {
	display: block;
	margin-top: 10px;
}

/*Tag cloud*/

.tagcloud a {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 10px;
}

/*Jetpack widgets*/

/*contact*/

.widget_contact_info .contact-map-container {
	margin-bottom: 20px;
}

.widget_contact_info .contact-map {
	margin-bottom: 0;
}

.widget_contact_info .confit-address a {
	font-weight: 700;
}

/*recent posts*/

.widget .jetpack-display-remote-posts h4 {
	margin-top: 34px;
	margin-bottom: 14px;
}

.widget .jetpack-display-remote-posts h4,
.widget .jetpack-display-remote-posts p {
	font-size: 100%;
}

.widget .jetpack-display-remote-posts p {
	line-height: 1.4rem !important;
	margin: 0 0 22px !important;
}

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

/*gallery*/

.widget .tiled-gallery .gallery-row {
	margin-left: 0;
	margin-right: 0;
}

.widget .slideshow-window .slideshow-controls {
	width: 80px;
}

body .widget .slideshow-window div.slideshow-controls a:first-of-type,
body .widget .slideshow-window div.slideshow-controls a:last-of-type {
	width: 30px !important;
	margin-top: 0 !important;
}

/*goodreads*/

.widget div[class^=gr_custom_container] {
	background: transparent;
	border: none;
	border-radius: 0;
	color: inherit;
	padding: 0;
}

.widget div[class^="gr_custom_book_container"] {
	float: left;
	margin-right: 20px;
	margin-left: 0;
}

.widget div[class^=gr_custom_each_container] {
	border-bottom: none;
	padding-bottom: 20px;
}

/*social*/

.widget-area .widget_wpcom_social_media_icons_widget li {
	display: inline-block;
	margin-right: 18px;
	margin-top: 0;
	margin-bottom: 12px;
}

.widget-area .widget_wpcom_social_media_icons_widget li:last-child {
	margin-right: 0;
}

/*gravatar*/

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

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

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

.grav-widget-left {
	margin-right: 12px;
}

/*RSS links*/

.widget_rss_links a:first-child {
	margin-right: 5px;
}

/*Jetpack likes widget*/

div.jetpack-likes-widget-wrapper {
	clear: both;
	display: inline-block;
	vertical-align: top;
	width: auto;
}

div.sharedaddy.sd-like-enabled .sd-like h3 {
	display: none;
}

body div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
	position: static;
}

/*Top posts*/

.widget_top-posts > ul {
	max-width: 300px;
}

.widget_top-posts > ul > li {
	margin-top: 30px;
	margin-bottom: 0;
}

.widgets-list-layout-links {
	font-weight: 700;
}

.widget .widgets-list-layout .widgets-list-layout-blavatar {
	width: 32%;
	max-width: 70px;
}

.widget .widgets-list-layout-links {
	width: 60%;
}

/*JP Image*/

.jetpack-image-container figure a {
	outline: none;
}

/*Flickr*/

.widget_flickr #flickr_badge_wrapper {
	background: transparent;
	border: none;
	margin: 0;
}

#flickr_badge_wrapper td {
	text-align: inherit;
}

/*Top rated*/

.pd_top_rated_holder_posts > p {
	margin-bottom: 4px;
}

.pd_top_rated_holder_posts > p a {
	font-weight: 700;
}

#top_posts {
	margin-top: 14px;
}

#top_posts li {
	margin: 14px 0;
}

#top_posts a {
	font-weight: 500;
}

/*Instagram*/

.wpcom-instagram-images {
	line-height: 0;
}

.wpcom-instagram-images a {
	display: block;
	float: left;
	padding-right: 3px;
	padding-bottom: 3px;
	width: 33.3333%;
}

.wpcom-instagram-images a img {
	margin: 0;
	max-width: 100%;
}

/*Authors*/

.widget_authors img,
.widget_authors img + strong {
	display: inline-block;
	vertical-align: middle;
}

.widget_authors img + strong {
	font-weight: 500;
	margin-left: 10px;
}

div.milestone-content {
	max-width: 300px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

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

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

.entry-content {
	position: relative; /*for sharedaddy*/
}

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

.featured-image a,
.gallery-size-full[data-carousel-extra] .gallery-item .gallery-icon {
	display: inline-block;
	position: relative;
}

.format-standard .featured-image a:after,
.format-video .featured-image a:after {
	margin-left: -15px;
	margin-top: -15px;
}

.read-more-link {
	letter-spacing: 0.5px;
	opacity: .4;
}

.read-more-link,
.entry-content .read-more-link {
	font-weight: 400;
}

p + .read-more-link {
	margin-top: 22px;
}

.entry-header + .read-more-link {
	margin-top: -25px;
}

p + .read-more-link,
.entry-header + .read-more-link {
	display: table;
}

/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

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

.single .entry-footer span {
	display: block;
}

.category-list {
	font-weight: 700;
}

.category-list,
.post-date,
.single .nav-links .entry-meta {
	letter-spacing: 1px;
	text-transform: uppercase;
}

.category-list a,
.post-date a {
	display: inline-block;
	margin-bottom: 6px;
}

.category-list a:last-child,
.more-categories {
	margin-right: 16px;
}

.search .category-list a,
.search .post-date a,
.tag.archive .category-list a,
.tag.archive .post-date a {
	margin-bottom: 0;
}

.post-date a {
	font-weight: 400;
}

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

.category-list a:last-child:after,
.category-list .last:after,
.cat-links a:last-child:after,
.tags-links a:last-child:after {
	content: "";
}

/*Quote and Link formats*/

.listing .format-quote .entry-content,
.listing .format-link .entry-content,
.single .format-quote .entry-content,
.single .format-link .entry-content {
	position: relative;
}

.listing .format-quote blockquote:before,
.listing .format-quote q:before,
.listing .format-link .entry-content:before,
.listing .format-link .entry-content > p > a:before,
.single .format-quote blockquote:before,
.single .format-quote q:before,
.single .format-link .entry-content:before {
	position: absolute;
	left: -114px;
	top: 6px;
}

.listing .format-link h1,
.listing .format-link h2,
.listing .format-link h3,
.listing .format-link h4,
.listing .format-link h5,
.listing .format-link h6 {
	margin-top: 0;
	margin-bottom: 5px;
}

.listing .format-link .entry-content > p > a:before {
	opacity: 0;
}

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

.listing .format-quote blockquote,
.listing .format-quote q,
.single .format-quote blockquote,
.single .format-quote q {
	text-align: left;
	margin-left: 0;
	margin-right: 0;
}

.listing .format-quote blockquote cite,
.listing .format-quote blockquote + cite,
.listing .format-quote blockquote + p cite,
.listing .format-quote q cite,
.listing .format-quote q + cite,
.listing .format-quote q + p cite,
.single .format-quote blockquote cite,
.single .format-quote blockquote + cite,
.single .format-quote blockquote + p cite,
.single .format-quote q cite,
.single .format-quote q + cite,
.single .format-quote q + p cite {
	text-align: left;
	text-transform: uppercase;
}

.listing .format-quote blockquote cite,
.listing .format-quote blockquote + cite,
.listing .format-quote blockquote + p cite,
.listing .format-quote q cite,
.listing .format-quote q + cite,
.listing .format-quote q + p cite,
.listing .format-link .entry-content > p > a,
.single .format-quote blockquote cite,
.single .format-quote blockquote + cite,
.single .format-quote blockquote + p cite,
.single .format-quote q cite,
.single .format-quote q + cite,
.single .format-quote q + p cite,
.single .format-link .entry-content a {
	letter-spacing: 0.5px;
}

.format-quote blockquote,
.listing .format-quote blockquote p,
.listing .format-quote q,
.single .format-quote blockquote p,
.single .format-quote q {
	line-height: 1.2em;
}

.listing .format-quote blockquote,
.listing .format-quote q,
.single .format-quote blockquote,
.single .format-quote q,
.listing .format-link .entry-content p,
.single .format-link .entry-content p {
	margin-bottom: 2rem;
}

.listing .format-quote .entry-content > p:last-of-type,
.single .format-quote .entry-content > p:last-of-type{
	line-height: 1rem;
}

.listing .format-link .entry-content > p > a,
.single .format-link .entry-content a {
	font-weight: 400;
}

/*video format*/

.entry-video {
	height: 0;
	overflow: hidden;
	padding-top: 55.85%;
	position: relative;
	width: 100%;
}

.has-img {
	height: auto;
	overflow: hidden;
	padding-top: 0;
	width: auto;
}

.entry-video iframe {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

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

/*gallery format*/

.tiled-gallery .gallery-row {
	margin-left: auto;
	margin-right: auto;
}

.gallery-count {
	font-weight: 700;
}

/*single*/

.single {
	overflow-x: hidden;
}

.single .entry-title {
	margin-top: 0.8em;
	margin-bottom: 0;
}

.listing .entry-content,
.listing .format-quote .entry-meta,
.listing .format-link .entry-meta {
	max-width: 630px;
	margin-right: auto;
	margin-left: auto;
}

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

.listing .featured-landscape,
.single .hero,
.single .featured-image,
.single .entry-title,
.single .entry-meta {
	text-align: center;
}

.listing .format-quote .entry-meta,
.listing .format-link .entry-meta {
	margin-bottom: 1rem;
	text-align: left;
}

.listing .format-quote .category-list a,
.listing .format-link .category-list a {
	font-weight: 700;
}

.listing .format-quote .entry-footer,
.listing .format-link .entry-footer {
	display: none;
}

.listing .featured-image + .entry-content .entry-header,
.listing .entry-gallery + .entry-content .entry-header,
.listing .entry-video + .entry-content .entry-header,
.single .featured-image + .entry-header,
.single .entry-gallery + .entry-header,
.single .entry-video + .entry-header {
	margin-top: 3.3rem;
}

.single-post .hero .entry-header {
	margin-left: auto;
	margin-right: auto;
	max-width: 760px;
}

.portrait-wrap .entry-header .entry-title,
.portrait-wrap .entry-header .entry-meta,
.listing .entry-content {
	text-align: left;
}

.single-format-video .featured-portrait,
.single-portfolio-headline .featured-portrait {
	max-width: 100%;
	padding-right: 0;
}

.single-portfolio-headline .featured-portrait {
	display: block;
}

.single-format-video .portrait-wrap .entry-header {
	max-width: 100%;
	margin-bottom: 0;
}

.single-format-video .portrait-wrap .entry-header .entry-title,
.single-format-video .portrait-wrap .entry-header .entry-meta {
	text-align: center;
}

.entry-footer {
	display: inline-block;
	letter-spacing: 0.8px;
	line-height: 1.7em;
}

#jp-post-flair + .entry-footer {
	display: block;
}

.single :not(.sharedaddy) + .entry-footer {
	margin-top: 4rem;
}

.tags-links span:nth-last-child(2) {
	display: none;
}

.cat-links + .tags-links span:nth-last-child(2) {
	display: inline;
}

.cat-links + .tags-links a {
	text-transform: none;
}

/*archive*/

.listing .hentry {
	text-align: center;
}

.listing .hentry:last-of-type {
	margin-bottom: 0;
}

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

.listing .portrait-wrap {
	text-align: center;
}

.listing .entry-header .entry-title a,
.listing .entry-header .entry-meta a {
	border: none;
}

.listing .entry-header .entry-meta {
	margin-top: 14px;
	margin-bottom: 2.8rem;
}

.listing .hentry .page-links {
	margin-top: 10px;
}

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/

.page-title {
	margin-top: 0;
	margin-bottom: 0;
}

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

.archive.category .page-title,
.archive.tag .page-title,
.tax-jetpack-portfolio-tag .page-title,
.archive.date .page-titlen,
.archive.author .page-title,
.search-results .page-title {
	letter-spacing: 1.4px;
	text-transform: uppercase;
}

.archive.category .page-title span,
.archive.tag .page-title span,
.tax-jetpack-portfolio-tag .page-title span,
.archive.date .page-title span,
.archive.author .page-title span,
.search-results .page-title span {
	display: block;
	letter-spacing: 0;
	text-transform: none;
}

.tax-jetpack-portfolio-type .page-header {
	text-align: left;
}

.search .page-header,
.tag.archive .page-header,
.error404 .page-header {
	text-align: center;
}

.page .page-header + .entry-content > h1:first-of-type,
.page .page-header + .entry-content > h2:first-of-type,
.page .page-header + .entry-content > h3:first-of-type,
.page .page-header + .entry-content > h4:first-of-type,
.page .page-header + .entry-content > h5:first-of-type,
.page .page-header + .entry-content > h6:first-of-type {
	margin-top: 0;
}

/*search*/

.search .hentry,
.tag.archive .hentry {
	border-top: 1px solid rgba(0,0,0,.1);
	float: none;
	margin-bottom: 0;
	padding: 3.8rem 0 4.3rem 130px;
	position: relative;
	width: 100%;
}

.search .jetpack-portfolio .featured-image,
.tag.archive .jetpack-portfolio .featured-image {
	max-width: inherit;
	padding-right: 0;
}

.search .container-small:first-of-type .hentry,
.tag.archive .container-small:first-of-type .hentry {
	border-top: none;
}

.search-post-type {
	font-weight: 700;
	letter-spacing: 0.3px;
	text-transform: uppercase;
}

.search .entry-title,
.tag.archive .entry-title {
	margin-top: 0;
	margin-bottom: 10px;
}

.search .entry-content p:last-child,
.tag.archive .entry-content p:last-child {
	margin-bottom: 0;
}

/*no results*/

.search-no-results .page-title,
.error404 .page-title {
	margin-top: 0;
	margin-bottom: 30px;
	padding: 0 30px;
}

.search-no-results .page-content,
.error404 .page-content {
	text-align: center;
}

.search-no-results .page-content > p,
.error404 .page-content > p {
	letter-spacing: 0.8px;
	margin-left: auto;
	margin-right: auto;
	max-width: 420px;
	padding: 0 30px;
}

/*--------------------------------------------------------------
## Templates
--------------------------------------------------------------*/

.slider-initialized .site-content,
.slider-initialized .site-footer,
.page-template-portfolio-page .site-content,
.page-template-portfolio-page .site-footer {
	background-color: #fff;
	position: relative;
}

.page-template-portfolio-page .page-title,
.tax-jetpack-portfolio-type .page-title {
	display: inline-block;
	margin-top: 0;
}

/*featured slider*/

.featured-slider-wrap,
.tall-logo .site-header {
	background-color: #f1f1f4;
}

.tall-logo.sticky-header header.site-header {
	position: relative;
	top: 0 !important;
}

.featured-slider-wrap {
	overflow: hidden;
}

.featured-slider-wrap .verticalize-container {
	height: 100%;
	white-space: nowrap;
}

.featured-slider {
	position: relative;
	opacity: 0;
	white-space: normal;
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	transform: translateY(-30px);
}

.show-slider {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.featured-slider,
.featured-slider article {
	width: 100%;
}

.featured-slider article {
	float: left;
	outline: none;
	padding: 0;
	margin: 0;
}

.featured-slider .portfolio-item,
.featured-slider .featured-image {
	height: 100%;
}

.featured-slider .featured-image {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: 800ms cubic-bezier(0.28, 0.12, 0.22, 1);
	-moz-transition: 800ms cubic-bezier(0.28, 0.12, 0.22, 1);
	-ms-transition: 800ms cubic-bezier(0.28, 0.12, 0.22, 1);
	-o-transition: 800ms cubic-bezier(0.28, 0.12, 0.22, 1);
	transition: 800ms cubic-bezier(0.28, 0.12, 0.22, 1);
}

.featured-slider .slick-current .featured-image {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.featured-slider .featured-image a {
	display: block;
	height: 100%;
	outline: none;
}

.featured-slider h2 {
	margin: 0;
}

.featured-slider .slick-arrow {
	color: #000;
	height: auto;
	padding: 0;
	top: calc(100% + 3.2vh);
	z-index: 1000;
}

.featured-slider .slick-arrow:active {
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.featured-slider .slick-arrow:before {
	padding: 5px;
}

.featured-slider .slick-prev {
	right: 52px;
}

.featured-slider .slick-next {
	right: -9px;
}

.slick-dots {
	margin-bottom: 0;
}

.slick-dots li,
.slick-dots span {
	display: inline-block;
}

.featured-slider .slick-dots {
	font-weight: 700;
	letter-spacing: 0.5px;
	white-space: nowrap;
	position: absolute;
}

.featured-slider .slick-dots li {
	margin: 0;
	opacity: 1;
	width: auto;
}

.featured-slider .slick-dots .slick-active {
	display: inline-block;
}

.featured-slider .slick-dots .slick-active:after,
.gallery-count i {
	content: "";
	background-color: #000;
	display: inline-block;
	height: 1px;
	margin: 0 7px;
	vertical-align: middle;
	width: 14px;
	-webkit-transform: rotate(-69deg);
	-moz-transform: rotate(-69deg);
	-ms-transform: rotate(-69deg);
	-o-transform: rotate(-69deg);
	transform: rotate(-69deg);
}

.featured-slider .slick-dots button {
	background-color: transparent;
	border: none;
	height: auto;
	padding: 0;
	line-height: inherit;
	width: auto;
}

/*gallery filter*/

.category-filter {
	display: block;
	margin-top: 5px;
}

.category-filter li {
	display: inline-block;
	list-style: none;
	margin-right: 20px;
}

.category-filter li:last-of-type {
	margin-right: 0;
}

.category-filter a {
	border: none;
	font-weight: 400;
	letter-spacing: 0.4px;
}

.category-filter .cat-active a {
	opacity: 1;
	font-weight: 700;
}

/*page template portfolio*/

.layout-three-columns .portfolio-wrapper {
	margin-bottom: -90px;
}

.layout-three-columns .site-main .jetpack-portfolio {
	margin-bottom: 90px;
}

.layout-four-columns .portfolio-wrapper {
	margin-bottom: -70px;
}

.layout-four-columns .site-main .jetpack-portfolio {
	margin-bottom: 70px;
}

.portfolio-item {
	position: relative;
}

.portfolio-item .entry-header {
	text-align: left;
}

.portfolio-item .entry-title {
	margin-top: 0;
	margin-bottom: 0;
}

.portfolio-item .featured-image a {
	display: block;
}

/*headline template*/

.single-jetpack-portfolio .hero {
	margin-top: 15vh;
}

.demo-site.single-jetpack-portfolio .hero {
	margin-top: 12vh;
}

.headline-template .hero .entry-content,
.single-jetpack-portfolio .hero .verticalize {
	opacity: 0;
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	transform: translateY(-30px);
}

.headline-template .show-headline .entry-content,
.single-jetpack-portfolio .show-headline .verticalize {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.headline-template .hero .entry-content > *:first-child,
.page-template-portfolio-page .site-content .hero .entry-content > *:first-child {
	margin-top: 0;
}

.headline-template .hero h1,
.page-template-portfolio-page .site-content .hero h1 {
	font-weight: 400;
	margin-bottom: 1em;
}

.headline-template .hero .entry-content,
.single-jetpack-portfolio .hero .verticalize,
.headline-template .hero p,
.page-template-portfolio-page .site-content .hero p {
	line-height: 1.6em;
}

.page-template-portfolio-page .site-content .hero + .page-header {
	margin-top: 9rem;
}

/*shuffle layout*/

.shuffle-layout .portfolio-wrapper {
	text-align: center;
}

.shuffle-layout .site-main > .row {
	margin: 0;
}

.shuffle-layout .portfolio-wrapper article {
	position: relative;
}

.shuffle-layout .portfolio-wrapper article:last-of-type {
	margin-bottom: 0;
}

.shuffle-layout .portfolio-item > p {
	margin-top: 1rem;
}

.more-categories {
	cursor: pointer;
	margin-left: 6px;
}

/*single portfolio*/

.single .jetpack-portfolio img.aligncenter {
	margin-top: 4.4rem;
	margin-bottom: 4.4rem;
}

/*single with excerpt*/

.single-jetpack-portfolio .hero,
.single-jetpack-portfolio .verticalize,
.single-jetpack-portfolio .hero .entry-title,
.single-jetpack-portfolio .hero .entry-meta {
	text-align: left;
}

.single-jetpack-portfolio .hero {
	height: auto;
}

.single-jetpack-portfolio .hero .entry-title,
.single-jetpack-portfolio .hero .entry-meta {
	max-width: inherit;
}

.single-jetpack-portfolio .hero .entry-title {
	margin-top: 0;
}

.single-jetpack-portfolio .hero .entry-header .entry-meta {
	margin-top: 10px;
	margin-bottom: 5.6vh;
}

.single-jetpack-portfolio .hero .sd-sharing-enabled {
	display: none;
}

/*split layout*/

.split-layout .container > article {
	font-size: initial;
}

.split-layout .featured-media {
	letter-spacing: 0.5px;
	line-height: 1.5em;
}

.split-layout .container > article .entry-header {
	margin-bottom: 3.5rem;
}

.split-layout .container > article .entry-title,
.split-layout .container > article .entry-meta {
	text-align: left;
}

.split-layout .container > article .entry-title {
	margin-top: 0;
}

.split-layout .featured-media .gallery-columns-1 {
	display: inline-block;
}

.split-layout .featured-media .gallery-columns-1 .gallery-item + .gallery-item {
	margin-top: 90px;
}

.featured-media .aligncenter,
.featured-media .alignleft,
.featured-media .alignright,
.featured-media .alignnone {
	float: none;
	margin-left: auto;
	margin-right: 0;
}

.featured-media > * {
	display: block;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

body > .widget-area {
	background-color: #000;
	max-width: 100%;
	overflow-y: auto;
	padding-top: 120px;
	padding-bottom: 120px;
	width: 770px;
	position: fixed;
	top: 0;
	left: 100%;
	bottom: 0;
	-webkit-transition: -webkit-transform .5s cubic-bezier(0.28, 0.12, 0.22, 1) .1s;
	-moz-transition: -moz-transform .5s cubic-bezier(0.28, 0.12, 0.22, 1) .1s;
	-ms-transition: -ms-transform .5s cubic-bezier(0.28, 0.12, 0.22, 1) .1s;
	-o-transition: -o-transform .5s cubic-bezier(0.28, 0.12, 0.22, 1) .1s;
	transition: transform .5s cubic-bezier(0.28, 0.12, 0.22, 1) .1s;
	z-index: 10000;
}

.admin-bar > .widget-area {
	top: 32px;
}

.site-header,
.featured-slider-wrap,
.site-content,
.site-footer,
.page-template-portfolio-page .hero {
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
}

.sidebar-opened {
	overflow: hidden;
}

.sidebar-opened .site {
	pointer-events: none;
}

.sidebar-opened .site-header,
.sidebar-opened .featured-slider-wrap,
.sidebar-opened .site-content,
.sidebar-opened .site-footer,
.sidebar-opened.page-template-portfolio-page .hero {
	opacity: .1 !important;
	-webkit-transform: perspective(400px) rotateY(2deg);
	-ms-transform: perspective(400px) rotateY(2deg);
	-o-transform: perspective(400px) rotateY(2deg);
	transform: perspective(400px) rotateY(2deg);
}

.sidebar-opened.page-template-portfolio-page .featured-slider-wrap {
	opacity: 0 !important;
}

.sidebar-opened > .widget-area {
	-webkit-transform: translate(-100%,0);
	-ms-transform: translate(-100%,0);
	-o-transform: translate(-100%,0);
	transform: translate(-100%,0);
}

.close-sidebar,
#big-search-close {
	height: 45px;
	padding: 0;
	text-align: center;
	width: 45px;
	position: absolute;
	top: 20px;
	right: 30px;
}

#big-search-trigger:focus,
.sidebar-trigger:focus,
.close-sidebar:focus,
#big-search-close:focus {
	background-color: transparent;
}

.close-sidebar:focus:before,
.close-sidebar:focus:after,
#big-search-close:focus:before,
#big-search-close:focus:after {
	background-color: #5d5d5d;
}

#big-search-close {
	z-index: 1003;
}

.close-sidebar:before,
.close-sidebar:after,
#big-search-close:before,
#big-search-close:after {
	content: "";
	background-color: #fff;
	height: 50%;
	width: 2px;
	display: block;
	position: absolute;
	top: 26%;
	left: 19px;
}

.close-sidebar:before,
#big-search-close:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.close-sidebar:after,
#big-search-close:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

div#eu-cookie-law {
	border: none;
	color: #000;
	line-height: 1.6;
	padding: 1.6rem 30px 1.2rem;
	right: 0;
	bottom: 0;
	left: 0;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comments-area {
	background-color: #eaedf3;
	position: relative;
}

.comments-area > div:first-child {
	padding-top: 8.6rem;
}

.comments-area > *:last-child {
	padding-bottom: 12rem;
}

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

.comments-title,
.comment-reply-title {
	letter-spacing: 0.8px;
}

.bypostauthor {
	display: block;
}

.bypostauthor > .comment-body .comment-author b:after {
	display: inline-block;
	margin-left: 8px;
	vertical-align: middle;
}

.comments-area .comment,
.comments-area .pingback {
	margin-top: 6.8rem;
}

.pingback .comment-body > a {
	display: block;
	margin-top: 1.3em;
}

.comment-author,
.comment-metadata {
	display: inline-block;
	letter-spacing: 0.6px;
}

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

.comment-metadata,
.comment .reply {
	text-transform: uppercase;
}

.comment-metadata > * + *:before {
	content: "\00b7";
	margin: 0 5px;
}

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

.comment-content {
	margin-top: 20px;
}

.comment-content a {
	word-wrap: break-word;
}

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

.comment .reply {
	letter-spacing: 0.8px;
}

.comment-reply-title,
#respond .comment-reply-title {
	margin-top: 20px;
	margin-bottom: 18px;
}

.comments-title,
.comment-list + .comment-respond,
.comment-list + #respond.comment-respond {
	padding-top: 8.7rem;
}

.logged-in-as,
.comment-notes {
	font-weight: 400;
	letter-spacing: 0.6px;
	margin-bottom: 4.5rem;
}

.no-comments {
	margin-top: 5rem;
	margin-bottom: 0;
}

div#respond {
	font-family: inherit;
}

div#respond #comment-form-comment,
div#comment-form-share-text-padder,
div#respond #comment-form-comment.active,
div#comment-form-share-text-padder.active,
div#respond .comment-form-fields div.comment-form-input {
	box-shadow: none;
}

div#respond #comment-form-comment,
div#comment-form-share-text-padder,
div#respond .comment-form-fields div.comment-form-input {
	border: 1px solid #ebebeb;
	padding: 15px 20px !important;
}

div#respond .comment-form-padder {
	padding: 12px 0;
}

div#respond form,
div#respond #comment-form-identity #comment-form-nascar,
div#respond .comment-form-service {
	background-color: transparent;
}

div#respond .comment-form-service {
	border-bottom: none;
}

p.pa-wordpress {
	background: url('assets/img/icon-wordpress.png') right 6px no-repeat;
}

.comment-form-posting-as strong {
	font-weight: 400;
}

div#respond #comment-form-identity {
	margin-bottom: 28px;
}


div#respond .comment-form-fields div.comment-form-field {
	margin-right: 0;
}

div#respond #comment-form-identity #comment-form-nascar p,
div#respond #comment-form-subscribe {
	padding-left: 0;
}

div#respond #comment-form-identity #comment-form-nascar ul {
	margin-right: -4px;
}

div#respond .form-submit {
	padding-right: 0;
}

div#respond .comment-form-fields div.comment-form-input.active {
	box-shadow: none;
}

div#respond .comment-form-fields div.comment-form-field {
	float: none;
}

div#respond .comment-form-fields div.comment-form-input input {
	height: auto;
}

div#respond.js .comment-form-fields label {
	top: 17px;
	left: 20px;
	width: calc(100% - 40px);
}

div#respond.js .comment-form-fields label span.nopublish {
	right: 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;
}

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

body #infinite-handle {
	text-align: center;
}

.tax-jetpack-portfolio-type #infinite-handle,
.tax-jetpack-portfolio-type .infinite-loader {
	margin-top: 0;
	margin-left: -16px;
	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%);
}

.infinite-loader .spinner {
	margin-left: auto;
	margin-right: auto;
	left: 0 !important;
}

body #infinite-handle span {
	border: none;
	background: none;
	border-radius: 0;
	display: inline-block;
	font-weight: 700;
	opacity: .4;
}

#infinite-handle span button {
	text-transform: 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;
}

body #infinite-footer {
	background: rgba(255,255,255,.8);
	border-color: #ccc;
	border-color: rgba(0,0,0,.1);
	border-style: solid;
	border-width: 1px 0 0;
}

body #infinite-footer .container {
	background: none;
	border: none;
	max-width: inherit;
	padding-left: 30px;
	padding-right: 30px;
}

/*--------------------------------------------------------------
# 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 {
	max-width: 100%;
}

.author-box,
.entry-author {
	margin: 5rem 0;
	padding: 37px 0 0 85px;
	position: relative;
}

.author-avatar {
	position: absolute;
	top: 32px;
	left: 0;
}

.author-avatar img {
	border-radius: 50%;
	width: 50px;
}

.author-name,
.author-title {
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 14px;
}

.author-title {
	text-transform: uppercase;
}

span.author-name,
.author-name span {
	display: block;
	text-transform: none;
}


.author-name span {
	font-weight: 400;
	margin-bottom: 3px;
	text-transform: uppercase;
}

.author-info p,
.author-bio {
	letter-spacing: 0.4px;
	line-height: 1.8em;
}

.author-info p:last-child,
.author-bio:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
	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 {
	letter-spacing: 0.5px;
	line-height: 1.5em;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	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;
}

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

.format-gallery .gallery {
	position: relative;
	margin-bottom: 0;
}

.single .entry-content .gallery,
.single .entry-content .jetpack-slideshow {
	margin: 5rem 0;
}

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

.gallery-size-full[data-carousel-extra] {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.gallery-size-full[data-carousel-extra] .gallery-item {
	cursor: pointer;
	padding-left: 0;
	padding-right: 0;
}

.gallery-size-full[data-carousel-extra] .gallery-item + .gallery-item {
	display: none;
}

.single .gallery-item a {
	border: none;
}


.gallery-columns-2,
.gallery-columns-3,
.gallery-columns-4 {
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: -20px;
}

.gallery-columns-5,
.gallery-columns-6,
.gallery-columns-7,
.gallery-columns-8,
.gallery-columns-9 {
	margin-left: -3px;
	margin-right: -3px;
	margin-bottom: -6px;
}

.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}

.entry-gallery .gallery:last-of-type .gallery-item {
	padding-bottom: 0;
}

.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 6px;
}

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

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

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-size-full .gallery-item,
.entry-gallery .gallery-size-full .gallery-item {
	max-width: inherit;
	width: 100%;
}

.gallery-caption {
	line-height: 1.5;
	margin: 14px 0 0;
	max-height: 100%;
	max-width: 100%;
	padding: 6px 8px;
	text-align: center;
	width: 100%;
}

.split-layout .gallery-caption {
	margin: 0.8em 0;
	padding: 6px 0;
	text-align: right;
}

.blocks-gallery-grid.columns-1 .blocks-gallery-image img,
.blocks-gallery-grid.columns-1 .blocks-gallery-item img,
.wp-block-gallery.columns-1 .blocks-gallery-image img,
.wp-block-gallery.columns-1 .blocks-gallery-item img {
	width: 100%;
}

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

/*--------------------------------------------------------------
## Jetpack overwrites
--------------------------------------------------------------*/

/*JP slideshow gallery*/

body .slideshow-window,
body .carousel .slideshow-window {
	background: transparent;
	border: none;
	border-radius: 0;
	overflow: visible;
}

.single .entry-gallery > .slideshow-window {
	display: block;
}

.slideshow-window .slideshow-controls {
	background-color: rgba(0,0,0,.2);
	display: inline-block;
	height: 31px;
	opacity: 1;
	padding: 0 40px 0 10px;
	width: auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

body .slideshow-window div.slideshow-controls a,
body .slideshow-window div.slideshow-controls a:hover {
	background: none !important;
	border: none !important;
	height: auto !important;
	margin-top: -5px !important;
}

body .slideshow-window div.slideshow-controls a {
	color: #fff !important;
	vertical-align: middle;
}

body .slideshow-window div.slideshow-controls a:first-of-type,
body .slideshow-window div.slideshow-controls a:last-of-type {
	width: 45px !important;
}

body .slideshow-window div.slideshow-controls a:nth-of-type(2) {
	color: #fff !important;
	width: 16px !important;
	position: absolute;
	top: 6px;
	right: 10px;
}

body .slideshow-window div.slideshow-controls a:before {
	text-shadow: 0 1px 1px rgba(0,0,0,0.11);
}

/*JP social*/

.sharedaddy {
	display: inline-block;
	margin: 2.5em 2.25rem 0.5em 0;
}

#jp-post-flair {
	margin-right: 0;
}

.entry-footer + #jp-post-flair {
	display: block;
}

.entry-footer + .sharedaddy {
	margin-top: 0.5em;
}

.entry-footer + .sharedaddy > .sharedaddy {
	margin-top: 0;
}

.listing .entry-content .sharedaddy {
	margin-bottom: 0;
}

.listing .entry-content .sharedaddy + .sharedaddy {
	margin-top: 20px;
}

.listing .sharedaddy,
.search .sharedaddy,
.tag.archive .sharedaddy {
	display: block;
	margin: 0;
	position: relative;
}

.read-more-link + .sharedaddy {
	margin-top: 20px;
}

.listing .sd-social .sd-content {
	padding-right: 0;
}

h3.sd-title:before,
div#jp-relatedposts h3.jp-relatedposts-headline em:before {
	display: none !important;
}

.sd-social .sd-content {
	display: inline-block;
	opacity: 0;
	padding-right: 2rem;
	padding-left: 2rem;
	vertical-align: middle;
	position: absolute;
	-webkit-transform: translateX(-50px) scaleX(0);
	-ms-transform: translateX(-50px) scaleX(0);
	-o-transform: translateX(-50px) scaleX(0);
	transform: translateX(-50px) scaleX(0);
	-webkit-transition: opacity .3s cubic-bezier(0.25, 0.46, 0.45, 0.94), 0s -webkit-transform .3s;
	-moz-transition: opacity .3s cubic-bezier(0.25, 0.46, 0.45, 0.94), 0s -moz-transform .3s;
	-ms-transition: opacity .3s cubic-bezier(0.25, 0.46, 0.45, 0.94), 0s -ms-transform .3s;
	-o-transition: opacity .3s cubic-bezier(0.25, 0.46, 0.45, 0.94), 0s -o-transform .3s;
	transition: opacity .3s cubic-bezier(0.25, 0.46, 0.45, 0.94), 0s transform .3s;
	-webkit-transform-origin: 0 50%;
	-moz-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	-o-transform-origin: 0 50%;
	transform-origin: 0 50%;
	z-index: 1;
}

.single-post .sd-social .sd-content {
	padding-top: 10px;
	padding-bottom: 10px;
}

.single-post .sd-social .sd-content {
	margin-top: -11px;
}

.single .sd-social .sd-content {
	width: calc(100% - 60px);
}

.search .sd-social .sd-content,
.tag.archive .sd-social .sd-content {
	background-color: transparent;
}

.sd-open .sd-content {
	opacity: 1;
	-webkit-transform: translateX(0) scaleX(1);
	-ms-transform: translateX(0) scaleX(1);
	-o-transform: translateX(0) scaleX(1);
	transform: translateX(0) scaleX(1);
	-webkit-transition: opacity .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: opacity .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: opacity .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: opacity .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: opacity .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.sd-sharing-enabled:focus {
	outline: none;
}

.sd-open + .sd-block,
.sd-open + .entry-footer {
	opacity: 0;
}

.sharedaddy .sd-content ul {
	margin: 0 !important;
}

.sharedaddy .sd-content li {
	vertical-align: middle;
}

div.sharedaddy .sd-social h3.sd-title {
	background: #000;
	cursor: pointer;
	letter-spacing: 0.3px;
	padding: 8px 22px;
	position: relative;
	z-index: 1;
}

.listing .sharedaddy h3.sd-title,
.search .sharedaddy h3.sd-title,
.tag.archive .sharedaddy h3.sd-title {
	margin-bottom: 0;
}

.sd-social-icon a {
	background-color: transparent !important;
	margin-right: 0 !important;
}

.sd-social-icon a:before {
	color: #000 !important;
}

.scroll-box .sd-social-icon a:before {
	color: rgba(255,255,255,.6) !important;
}

.widget_wpcom_social_media_icons_widget .genericon-linkedin {
	margin-top: -2px;
}

.sharedaddy .sd-content ul li a.share-linkedin:before {
	margin-top: 1px;
}

.sharedaddy .sd-content ul li a.share-pocket:before {
	font-size: 18px;
}

.sharedaddy .sd-content ul li a.share-linkedin:before,
.sharedaddy .sd-content ul li a.share-reddit:before,
.sharedaddy .sd-content ul li a.share-email:before,
.sharedaddy .sd-content ul li a.share-print:before,
.widget_wpcom_social_media_icons_widget .genericon-linkedin,
.widget_wpcom_social_media_icons_widget .genericon-googleplus {
	font-size: 19px;
}

.sharedaddy .sd-content ul li a.share-google-plus-1:before {
	font-size: 20px;
}

.sd-social-icon a:hover:before,
.sd-social-icon a:focus:before {
	color: rgba(0,0,0,.2) !important;
}

.scroll-box .sd-social-icon a:hover:before {
	color: #fff !important;
}

.sd-sharing-enabled + .entry-footer .tags-links {
	margin-top: 0;
}

/*JP popup gallery*/

body .jp-carousel-wrap,
.jp-carousel-wrap .jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit,
.jp-carousel-wrap #jp-carousel-comment-form-button-submit,
.jp-carousel-wrap textarea#jp-carousel-comment-form-comment-field {
	font-family: 'geomanist', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.jp-carousel-wrap .jp-carousel-slide {
	opacity: 0.3;
}

.jp-carousel-wrap .jp-carousel-next-button span,
.jp-carousel-wrap .jp-carousel-previous-button span {
	background-image: none;
	text-indent: 0;
}

.jp-carousel-wrap .jp-carousel-slide.selected,
.jp-carousel-wrap .jp-carousel-next-button span,
.jp-carousel-wrap .jp-carousel-previous-button span,
.jp-carousel-wrap .jp-carousel-next-button:hover span,
.jp-carousel-wrap .jp-carousel-previous-button:hover span {
	opacity: 1;
}

.jp-carousel-wrap .jp-carousel-close-hint,
.jp-carousel-next-button span:before,
.jp-carousel-previous-button span:before {
	color: #fff;
}

.jp-carousel-next-button span:before,
.jp-carousel-previous-button span:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.jp-carousel-wrap .jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit,
.jp-carousel-wrap #jp-carousel-comment-form-button-submit {
	background: #fff;
	border: none;
	border-radius: 0;
	color: #000;
	height: 50px;
	line-height: initial;
	padding-left: 2.6em !important;
	padding-right: 2.6em !important;
}

.jp-carousel-wrap textarea#jp-carousel-comment-form-comment-field {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*Related*/

body #jp-relatedposts {
	margin-top: 5rem;
}

body #jp-relatedposts h3.jp-relatedposts-headline {
	margin-bottom: 4rem;
	text-align: center;
	width: 100%;
}

body #jp-relatedposts h3.jp-relatedposts-headline em {
	font-style: normal;
}

body #jp-relatedposts div.jp-relatedposts-items-visual {
	margin-right: -5%;
	text-align: center;
}

body #jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post {
	display: inline-block;
	float: none;
	max-width: 340px;
	padding-right: 5%;
	opacity: 1;
	text-align: left;
	vertical-align: top;
	width: 33.3333%;
}

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

body #jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	letter-spacing: 0.2px;
	line-height: 1.5em;
	margin: 25px 0 6px;
}

body div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	border: none;
	font-weight: 700;
}

body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,
body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
	letter-spacing: 1px;
	text-transform: uppercase;
}

#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt {
	display: none;
}

/*Thickbox video*/

body #TB_window.format-video {
	background: transparent;
	box-shadow: none;
	margin-top: -21% !important;
	margin-left: 15% !important;
	width: 70% !important;
	left: 0;
}

body #TB_title {
	background-color: transparent;
	border: none;
	margin-bottom: 16px;
}

.format-video #TB_ajaxContent {
	height: 0 !important;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 55%;
	position: relative;
	width: 100% !important;
}

.format-video #TB_ajaxContent iframe {
	height: 100% !important;
	width: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}

.format-video #TB_ajaxWindowTitle {
	color: #fff;
	padding: 0;
}

.format-video #TB_closeAjaxWindow {
	float: right;
	margin-top: 4px;
}

body #TB_closeWindowButton {
	right: -9px;
}

/*Jetpack video*/

.single .jetpack-video-wrapper {
	margin-bottom: 0;
}

/*rating*/

.sd-rating {
	line-height: initial;
	margin-bottom: 20px;
}

.sd-rating .sd-title,
.sd-rating .rating-msg,
body div.sharedaddy .sd-social h3.sd-title {
	letter-spacing: 1px;
	text-transform: uppercase;
}

.sd-rating .sd-title,
body div.sharedaddy h3.sd-title,
body div.sharedaddy .sd-social h3.sd-title {
	font-weight: 500;
}

.sd-rating .sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
}

.sd-rating .rating-msg {
	margin-top: 2px;
	padding-left: 2px;
}

.sd-rating .pd-rating {
	display: inline-block !important;
	margin-left: 11px;
	vertical-align: middle;
}

.rating-icons {
	margin-right: 5px;
}

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

.sd-rating .pd-rating > div:nth-of-type(2){
	background: url('assets/img/info.png') no-repeat 2px 2px !important;
}

/*--------------------------------------------------------------
# Gutenberg
--------------------------------------------------------------*/

/*
 * Block & non-gutenberg content wrappers
 * - Set margins
 */
.entry-header,
.post-thumbnail,
.entry-content,
.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:not(.split-layout) .alignwide,
body:not(.split-layout) .alignfull {
	max-width: 100vw;
	width: auto;
}

body:not(.split-layout) .alignfull .alignfull,
body:not(.split-layout) .alignwide .alignwide,
body:not(.split-layout) .alignfull .alignwide,
body:not(.split-layout) .alignwide .alignfull {
	margin-left: 0;
	margin-right: 0;
}

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

body:not(.split-layout) .alignfull > img {
	width: 100vw;
}

.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']) 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] {
    color: #20603C;
}

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

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

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

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

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

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

.has-background-color[class] {
    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;
}

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover {
    background-color: currentColor !important;
}

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

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

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

.entry-content > *.alignfull {
	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 {
	margin-top: 22px;
}

.wpnbha .sharedaddy {
	margin-top: 0;
}

.wpnbha .cat-links a:hover {
	text-decoration: none;
}

.wpnbha article .entry-title {
	text-align: left;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

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

	.sticky-header header.site-header {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
	}

	.blog .site-content,
	.single .site-content,
	.page .site-content,
	.archive .site-content,
	.search .site-content,
	.tag.archive .site-content,
	.error404 .site-content,
	.split-layout .site-content {
		padding-top: 64px;
	}

	.hamburger-menu.blog .site-content,
	.hamburger-menu.single .site-content,
	.hamburger-menu.page .site-content,
	.hamburger-menu.archive .site-content,
	.hamburger-menu.search .site-content,
	.hamburger-menu.tag.archive .site-content,
	.hamburger-menu.error404 .site-content,
	.hamburger-menu.split-layout .site-content {
		padding-top: 20px;
	}

	.slider-initialized .site-content,
	.hamburger-menu.slider-initialized .site-content {
		padding-top: 6rem;
	}

	.nav-previous a {
		padding: 3rem 30px 3rem 0;
	}

	.nav-next a {
		padding: 3rem 0 3rem 30px;
	}

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

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

	.nav-previous a:after {
		text-align: left;
	}

	.nav-next a:after {
		text-align: right;
	}

	.page-header {
		margin-bottom: 5rem;
	}

	.archive .page-header {
		margin-bottom: 8rem;
	}

	.comment-body {
		padding-left: 110px;
		position: relative;
	}

	.comment-author img {
		border-radius: 30px;
		height: 60px;
		width: 60px;
		position: absolute;
		top: -24px;
		left: 0;
	}

	.comment-form-author,
	.comment-form-email {
		float: left;
		width: 50%;
	}

	.comment-form-author {
		padding-right: 22px;
	}

	.comment-form-email {
		padding-left: 22px;
	}

	.search-results .page-header,
	.tag.archive .page-header {
		margin-bottom: 3.625rem;
	}

	.search-post-type {
		position: absolute;
		top: 4.8rem;
		left: 0;
	}

	.search .jetpack-portfolio .featured-image,
	.search .jetpack-portfolio .featured-image + .entry-header,
	.tag.archive .jetpack-portfolio .featured-image,
	.tag.archive .jetpack-portfolio .featured-image + .entry-header {
		display: inline-block;
	}

	.search .jetpack-portfolio .featured-image + .entry-header,
	.tag.archive .jetpack-portfolio .featured-image + .entry-header {
		max-width: calc(100% - 165px);
		padding-left: 8%;
		vertical-align: top;
	}

	.blog .paging-navigation,
	.archive .paging-navigation,
	.search-results .paging-navigation,
	.tag.archive .paging-navigation {
		margin: 10rem 0 0;
	}

	.blog .posts-navigation,
	.archive .posts-navigation,
	.search-results .posts-navigation,
	.tag.archive .posts-navigation {
		margin: 8rem 0 -5rem;
	}

	.page-template-portfolio-page .nav-links {
		margin-top: 8rem;
	}

	.shuffle-layout .portfolio-wrapper article:nth-of-type(3n + 1) .portfolio-item {
		display: inline-block;
	}

	.shuffle-layout .portfolio-wrapper article:nth-of-type(3n + 1) .featured-portrait {
		padding-right: 0;
	}

	.shuffle-layout .portfolio-wrapper article:nth-of-type(6n + 1) {
		text-align: left;
	}

	.shuffle-layout .portfolio-wrapper article:nth-of-type(3n + 2),
	.shuffle-layout .portfolio-wrapper article:nth-of-type(3n + 3) {
		display: inline-block;
		max-width: 50%;
		vertical-align: top;
	}

	.shuffle-layout .portfolio-wrapper article:nth-of-type(6n + 2) {
		margin-top: 55px;
	}

	.shuffle-layout .portfolio-wrapper article:nth-of-type(6n + 6) {
		margin-top: 70px;
	}

	.shuffle-layout .portfolio-wrapper article:nth-of-type(6n + 4) {
		text-align: right;
	}

	.featured-media > * + *,
	.featured-media .aligncenter,
	.featured-media .alignleft,
	.featured-media .alignright,
	.featured-media .alignnone {
		margin-top: 68px;
	}

	.featured-media > * {
		margin-bottom: 14px;
		margin-left: auto;
	}

	.site-footer .widget-area {
		margin-top: 4px;
		margin-bottom: 4px;
		padding-left: 4%;
		padding-right: 4%;
	}

	.yes-widgets {
		padding-top: 5rem;
		padding-bottom: 3rem;
	}

	.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 only screen and (min-width: 992px){

	.featured-portrait,
	.portrait-wrap .entry-header,
	.listing .featured-portrait + .entry-content {
		display: inline-block;
	}

	.featured-portrait {
		max-width: 59%;
		padding-right: 8%;
		vertical-align: top;
	}

	.single-post .featured-portrait {
		opacity: 0;
		-webkit-transition: .3s;
		-moz-transition: .3s;
		-ms-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

	.single-post .portrait-wrap .featured-portrait {
		opacity: 1;
	}

	.featured-media .featured-portrait,
	.shuffle-layout .portfolio-wrapper article:nth-of-type(3n + 2)  .featured-portrait,
	.shuffle-layout .portfolio-wrapper article:nth-of-type(3n + 3) .featured-portrait {
		max-width: 100%;
		padding-right: 0;
	}

	.listing .featured-portrait + .entry-content,
	.single .portrait-wrap .entry-header {
		max-width: 40%;
		margin-bottom: 7rem;
		vertical-align: bottom;
	}

	.featured-slider article {
		height: 67.616vh;
		max-height: 650px;
	}

	.demo-site .featured-slider article {
		height: 56vh;
	}

	.featured-slider .portfolio-item .featured-image img {
		display: none;
	}

	.featured-slider h2,
	.featured-slider .slick-arrow {
		position: absolute;
	}

	.featured-slider h2 {
		padding-right: 110px;
		top: calc(100% + 4.2vh);
		left: 0;
	}

	.featured-slider .slick-dots li {
		display: none;
	}

	.category-filter {
		display: inline-block;
		margin-left: 50px;
	}

	body:not(.split-layout) .alignwide {
		margin-left: -80px;
		margin-right: -80px;
	}

}

@media only screen and (min-width: 992px) and (max-width: 1299px){

	.grid-sizer,
	.layout-three-columns .site-main .jetpack-portfolio,
	.layout-four-columns .site-main .jetpack-portfolio {
		width: 50%;
	}

}

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

	.site {
		overflow-y: hidden;
	}

	.container {
		max-width: 1740px;
		padding-left: 180px;
		padding-right: 180px;
	}

	.container.container-big {
		max-width: inherit;
		padding-left: 30px;
		padding-right: 30px;
	}

	.container.container-medium {
		max-width: 1460px;
	}

	.demo-site .featured-slider-wrap .container {
		max-width: 1334px;
	}

	.search .container.container-small,
	.tag.archive .container.container-small {
		max-width: 1320px;
	}

	.container.container-small {
		max-width: 1120px;
	}

	body:not(.split-layout) .alignfull {
		margin-left: calc(-50vw + 50% + 7px);
		margin-right: calc(-50vw + 50% + 8px);
	}

	.blog .site-content,
	.single .site-content,
	.page .site-content,
	.archive .site-content,
	.search .site-content,
	.tag.archive .site-content,
	.error404 .site-content {
		padding-bottom: 100px;
	}

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

	.sticky-header.blog .site-content,
	.sticky-header.single .site-content,
	.sticky-header.page .site-content,
	.sticky-header.archive .site-content,
	.sticky-header.search .site-content,
	.sticky-header.tag.archive .site-content,
	.sticky-header.error404 .site-content,
	.sticky-header.split-layout .site-content {
		padding-top: 169px;
	}

	.standard-menu .menu-toggle {
		display: none;
	}

	.standard-menu .main-navigation ul ul {
		background-color: #fff;
		padding: 10px 20px;
		text-align: left;
		width: 200px;
		position: absolute;
		top: 80%;
		left: 0;
		z-index: 1002;
	}

	.standard-menu .main-navigation .nav-menu > li > .sub-menu {
		border: 1px solid #f1f1f1;
		max-height: 86vh;
		overflow-y: auto;
		overflow-x: hidden;
	}

	.standard-menu .nav-menu > li > ul {
		-webkit-transform: translateY(50px);
		-moz-transform: translateY(50px);
		-ms-transform: translateY(50px);
		-o-transform: translateY(50px);
		transform: translateY(50px);
	}

	.standard-menu .nav-menu > li:last-of-type ul {
		left: auto;
		right: -25px;
		text-align: right;
	}

	.standard-menu .nav-menu > .toggle-on > ul,
	.standard-menu .nav-menu > li:hover > ul,
	.standard-menu .nav-menu > .focus > ul {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		z-index: 1003;
	}

	.standard-menu .nav-menu > li > ul .toggle-on ul,
	.standard-menu .nav-menu > li > ul li:hover ul,
	.standard-menu .nav-menu > li > ul .focus ul {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}

	.standard-menu .main-navigation ul ul li {
		display: block;
		margin: 0;
		padding: 6px 10px 6px 0;
	}

	.standard-menu .nav-menu > li:nth-last-child(-n+3) > ul li {
		padding: 6px 0 6px 10px;
	}

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

	.standard-menu .nav-menu > li:last-of-type ul .dropdown-toggle {
		right: auto;
		left: -13px;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.standard-menu .main-navigation .nav-menu > li:nth-last-child(-n+3) ul ul {
	    opacity: 1;
		position: static;
    	visibility: visible;
	}

	.site-branding {
		display: table-cell;
		margin-right: 0;
		margin-left: 0;
		text-align: left;
		vertical-align: middle;
		width: 280px;
	}

	.site-branding img {
		max-width: 280px;
	}

	.site-header nav {
		display: table-cell;
		padding-right: 44px;
		text-align: right;
		vertical-align: middle;
	}

	#big-search-close:hover:before,
	#big-search-close:hover:after {
		background-color: rgba(0,0,0,.7);
	}

	#menuMarker {
		display: none;
	}

	/* Menu Type 2 */

	.hamburger-menu .menu-toggle {
		background: none;
		border: none;
		display: inline-block;
		height: 40px;
		margin-left: -7px;
		padding: 0;
		text-align: center;
		width: 40px;
		position: absolute;
		top: 5px;
		right: 43px;
		z-index: 1001;
	}

	.hamburger-menu .menu-toggle i {
		color: #000;
		font-style: normal;
		font-weight: 700;
		letter-spacing: 0.8px;
		text-transform: none;
		position: absolute;
		top: -11px;
		right: 7px;
	}

	.hamburger-menu .menu-toggle:focus,
	.hamburger-menu .menu-toggle:active {
		background: none;
	}

	.hamburger-menu .menu-toggle span,
	.hamburger-menu .menu-toggle span:before,
	.hamburger-menu .menu-toggle span:after {
		background-color: #000;
		height: 2px;
		position: absolute;
		-webkit-transition: .3s;
		-moz-transition: .3s;
		-ms-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

	.hamburger-menu .menu-toggle:hover span,
	.hamburger-menu .menu-toggle:hover span:after {
		width: 30px;
	}

	.hamburger-menu .menu-toggle span {
		margin-top: -1px;
		width: 20px;
		top: 50%;
		right: 7px;
	}

	.hamburger-menu .menu-toggle span:before,
	.hamburger-menu .menu-toggle span:after {
		content: "";
		right: 0;
	}

	.hamburger-menu .menu-toggle span:before {
		width: 30px;
		top: -7px;
	}

	.hamburger-menu .menu-toggle span:after {
		width: 25px;
		top: 7px;
	}

	.hamburger-menu .toggled .menu-toggle span {
		background-color: transparent;
	}

	.hamburger-menu .toggled .menu-toggle span:before,
	.hamburger-menu .toggled .menu-toggle span:after {
		background-color: #fff;
		width: 20px;
		top: 0;
	}

	.hamburger-menu .toggled .menu-toggle span:before {
		-webkit-transform: rotate(45deg) translateZ(0);
		-moz-transform: rotate(45deg) translateZ(0);
		-ms-transform: rotate(45deg) translateZ(0);
		-o-transform: rotate(45deg) translateZ(0);
		transform: rotate(45deg) translateZ(0);
	}

	.hamburger-menu .toggled .menu-toggle span:after {
		-webkit-transform: rotate(-45deg) translateZ(0);
		-moz-transform: rotate(-45deg) translateZ(0);
		-ms-transform: rotate(-45deg) translateZ(0);
		-o-transform: rotate(-45deg) translateZ(0);
		transform: rotate(-45deg) translateZ(0);
	}

	.hamburger-menu .site-header nav {
		margin: 0;
		text-transform: none;
	}

	.hamburger-menu .dropdown-toggle {
		font-size: 16px;
		font-size: 1rem;
	}

	.hamburger-menu .site-header nav {
		font-size: 20px;
		font-size: 1.375rem;
	}

	.hamburger-menu .menu-toggle + div,
	.hamburger-menu .main-navigation > .menu {
		background-color: #000;
		height: 100vh;
		opacity: 0;
		overflow-y: auto;
		overflow-x: hidden;
		padding-left: 78px;
		visibility: hidden;
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1000;
		-webkit-transition: .3s;
		-moz-transition: .3s;
		-ms-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

	.hamburger-menu .toggled .menu-toggle + div,
	.hamburger-menu .toggled.main-navigation > .menu {
		opacity: 1;
		visibility: visible;
	}

	.hamburger-menu .menu-toggle + div:before,
	.hamburger-menu .main-navigation > .menu:before {
		content: "";
		display: inline-block;
		height: 100%;
		margin-right: -0.25em;
		vertical-align: middle;
	}

	.hamburger-menu .main-navigation .nav-menu {
		display: inline-block;
		padding: 90px 30px 90px 12%;
		position: relative;
		text-align: left;
		vertical-align: top;
		width: 100%;
	}

	.hamburger-menu #menuMarker {
		color: #fff;
		display: inline-block;
		font-size: 18px;
		font-size: 1.125rem;
		font-style: normal;
		position: absolute;
		top: 175px;
		left: 0;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		transform-origin: 0 0;
	}

	.hamburger-menu .main-navigation .nav-menu li {
		display: block;
		margin: 1em 0 0;
		padding: 0;
	}

	.hamburger-menu .nav-menu > li > .sub-menu > li:last-child {
		padding-bottom: 20px;
	}

	.hamburger-menu .nav-menu > li {
		font-size: 30px;
	}

	.hamburger-menu .nav-menu > li a,
	.hamburger-menu .nav-menu > li .dropdown-toggle {
		color: #797979;
	}

	.hamburger-menu .main-navigation .nav-menu .current_page_item > a,
	.hamburger-menu .main-navigation .nav-menu .current-menu-item > a,
	.hamburger-menu .main-navigation .nav-menu .current_page_ancestor > a,
	.hamburger-menu .main-navigation .nav-menu .current_page_item > .dropdown-toggle,
	.hamburger-menu .main-navigation .nav-menu .current-menu-item > .dropdown-toggle,
	.hamburger-menu .main-navigation .nav-menu .current_page_ancestor > .dropdown-toggle {
		color: #fff;
		font-weight: 700;
	}

	.hamburger-menu .nav-menu > li > .dropdown-toggle {
		margin-left: 30px;
		margin-right: -53px;
	}

	.hamburger-menu .nav-menu .sub-menu li {
		font-size: 14px;
	}

	.hamburger-menu .nav-menu .sub-menu a {
		color: rgba(255,255,255,.5);
	}

	.hamburger-menu .nav-menu .sub-menu li .dropdown-toggle {
		font-size: 11px;
		margin-left: 10px;
		margin-right: -23px;
	}

	.hamburger-menu .main-navigation ul ul {
		max-height: 0;
		overflow: hidden;
	}

	.hamburger-menu .toggle-on > a ~ ul,
	.hamburger-menu li:hover > a ~ ul,
	.hamburger-menu .focus > a ~ ul {
		max-height: 400px;
	}

	.hamburger-menu .search-trigger-wrap,
	.hamburger-menu .sidebar-trigger-wrap {
		position: absolute;
		right: 47px;
	}

	.hamburger-menu .search-trigger-wrap {
		top: 60px;
	}

	.hamburger-menu .sidebar-trigger-wrap {
		top: 102px;
	}

	.site-content {
		min-height: calc(100vh - 258px);
	}

	.menu-social-container {
		top: calc(90vh + 40px);
		left: 26px;
		-webkit-transform: rotate(-90deg) translateX(0);
		-moz-transform: rotate(-90deg) translateX(0);
		-ms-transform: rotate(-90deg) translateX(0);
		-o-transform: rotate(-90deg) translateX(0);
		transform: rotate(-90deg) translateX(0);
		z-index: 999;
	}

	.menu-social-container ul {
		max-width: 62vh;
	}

	.menu-social-container .social-menu-trig {
		background-color: #000;
		color: #fff;
	}

	body #infinite-handle,
	body .infinite-loader {
		margin-top: 10rem;
	}

	.featured-slider-wrap {
		height: 100vh;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
	}

	.admin-bar.sticky-header header.site-header,
	.admin-bar .featured-slider-wrap {
		top: 32px;
	}

	.admin-bar .featured-slider-wrap {
		height: calc(100vh - 32px);
	}

	.featured-slider .slick-dots {
		margin-left: 21px;
		bottom: 13px;
		left: 100%;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.slider-initialized .site-content {
		margin-top: calc(100vh - 105px);
	}

	.sticky-header.slider-initialized .site-content {
		margin-top: 100vh;
	}

	.single-post .container-medium + .content-area,
	.single-jetpack-portfolio .container-medium + .container-small {
		margin-top: 6rem;
	}

	.comment .children {
		margin-left: 5rem;
	}

	.headline-template .site-content,
	.single-portfolio-headline .content-area {
		margin-top: 40vh;
	}

	.masonry .portfolio-item .entry-title {
		margin-bottom: 10px;
	}

	.masonry .portfolio-item .entry-meta {
		-webkit-transition-delay: .1s;
		-moz-transition-delay: .1s;
		-ms-transition-delay: .1s;
		-o-transition-delay: .1s;
		transition-delay: .1s;
	}

	.masonry .portfolio-item .featured-image + .entry-header .entry-meta,
	.masonry .portfolio-item .featured-image + .entry-header .entry-title,
	.shuffle-layout .portfolio-item .featured-image + .entry-header .entry-title {
		display: block;
		-webkit-transform: translateX(-20px);
		-moz-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		-o-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	.masonry .portfolio-item .featured-image a:before,
	.featured-slider .portfolio-item .featured-image a:before,
	.featured-slider .portfolio-item .featured-image a:after,
	.shuffle-layout .portfolio-item .featured-image a:before {
		display: none;
	}

	.featured-image a:after,
	.gallery-size-full[data-carousel-extra] .gallery-item .gallery-icon:after {
		margin-left: -16px;
		margin-top: -16px;
		opacity: 0;
		position: absolute;
		top: 50%;
		left: 50%;
	}

	.featured-image a:before,
	.gallery-size-full[data-carousel-extra] .gallery-item .gallery-icon:before,
	.masonry .portfolio-item .featured-image a:after,
	.shuffle-layout .portfolio-item .featured-image a:after {
		content: "";
		background-color: rgba(255,255,255,.8);
		margin: 0;
		position: absolute;
		top: 20px;
		left: 20px;
		bottom: 20px;
		right: 20px;
		-webkit-transform: translate3d(20px,-20px,0);
		-ms-transform: translate3d(20px,-20px,0);
		-o-transform: translate3d(20px,-20px,0);
		transform: translate3d(20px,-20px,0);
	}

	.search .featured-image a:before,
	.tag.archive .featured-image a:before {
		display: none;
	}

	.masonry .portfolio-item .featured-image + .entry-header,
	.shuffle-layout .portfolio-item .featured-image + .entry-header {
		max-height: calc(100% - 80px);
		padding: 0;
		position: absolute;
		right: 40px;
		bottom: 40px;
		left: 45px;
	}

	.featured-image a:before,
	.gallery-size-full[data-carousel-extra] .gallery-item .gallery-icon:before,
	.masonry .portfolio-item .featured-image + .entry-header .entry-meta,
	.masonry .portfolio-item .featured-image + .entry-header .entry-title,
	.masonry .portfolio-item .featured-image a:after,
	.masonry .portfolio-item .featured-image + .entry-header,
	.shuffle-layout .portfolio-item .featured-image + .entry-header .entry-title,
	.shuffle-layout .portfolio-item .featured-image a:after {
		opacity: 0;
	}

	.search #infinite-handle,
	.search .infinite-loader,
	.tag.archive #infinite-handle,
	.tag.archive .infinite-loader {
		margin-top: 50px;
		margin-bottom: -100px;
	}

	.page-template-portfolio-page .page-header {
		margin-bottom: 6rem;
	}

	.shuffle-layout .portfolio-wrapper article {
		margin-bottom: 10rem;
	}

	.shuffle-layout .portfolio-wrapper article:nth-of-type(3n + 1) .portfolio-item {
		max-width: 58%;
	}

	.shuffle-layout .portfolio-wrapper article:nth-of-type(3n + 1) .featured-portrait {
		max-width: 40%;
	}

	.shuffle-layout .entry-meta {
		margin-top: 10px;
		text-transform: uppercase;
	}

	.shuffle-layout .featured-image + .entry-header .entry-meta {
		margin-top: 0;
		padding: 4px 6px 20px;
		white-space: nowrap;
		position: absolute;
		left: -45px;
		bottom: -46px;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transform-origin: 0 100%;
		-moz-transform-origin: 0 100%;
		-ms-transform-origin: 0 100%;
		-o-transform-origin: 0 100%;
		transform-origin: 0 100%;
	}

	.site-header input[type="search"],
	.no-results input[type="search"],
	.error-404 input[type="search"] {
		min-width: 500px;
	}

	.gallery-count {
		position: absolute;
		right: -58px;
		bottom: 13px;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
		z-index: -1;
	}

	body #jp-relatedposts {
		margin-left: -100px;
		margin-right: -100px;
	}

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

	.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: 30px;
		padding-right: 30px;
	}

	/* Hover states */

	a:hover,
	.nav-menu > li > a:hover + a,
	div[class^="gr_custom_container"] a:hover,
	#big-search-trigger:hover,
	.sidebar-trigger:hover {
		color: #5d5d5d;
	}

	.main-navigation ul ul a:hover,
	.main-navigation ul ul a:focus {
		color: #000;
		opacity: .6;
	}

	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 {
		border-color: #000;
	}

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

	div#respond .form-submit input:hover,
	div#respond .form-submit input#comment-submit:hover,
	div#respond .comment-form-fields input[type=submit]:hover,
	div#respond p.form-submit input[type=submit]:hover,
	div#respond input[type=submit]:hover,
	form#commentform #submit:hover {
		background-color: #676565 !important;
		outline: none !important;
	}

	button:hover,
	input[type="button"]:hover,
	input[type="reset"]:hover,
	input[type="submit"]:hover,
	#eu-cookie-law input[type="submit"]:hover,
	.nav-links a:hover,
	.comment-metadata a:hover,
	.comment .reply a:hover,
	.entry-footer a:hover,
	.category-filter a:hover,
	.widget a:hover,
	.widget .search-form input[type="submit"]:hover,
	.widget_blog_subscription input[type="submit"]:hover,
	.paging-navigation a:hover,
	.listing .format-link .entry-content > p > a:hover,
	div#respond .comment-form-fields p.comment-form-posting-as a:hover,
	div#respond .comment-form-fields p.comment-form-log-out a:hover {
		color: #000;
	}

	label.checkbox:hover:before,
	input[type="checkbox"] + label:hover:before,
	label.radio:hover:before,
	input[type="radio"] + label:hover:before,
	.read-more-link:hover,
	.nav-links a:hover,
	body #infinite-handle span:hover {
		opacity: 1;
	}

	h1 a:hover,
	h2 a:hover,
	h3 a:hover,
	h4 a:hover,
	h5 a:hover,
	h6 a:hover,
	.featured-slider .slick-arrow:hover:before {
		color: #747474;
	}

	.hamburger-menu .nav-menu > li a:hover,
	.hamburger-menu .nav-menu > li .dropdown-toggle:hover,
	.hamburger-menu .nav-menu .sub-menu a:hover,
	.scroll-box .widget a:hover,
	.scroll-box .widget .search-form input[type="submit"]:hover,
	.scroll-box .widget_blog_subscription input[type="submit"]:hover,
	.scroll-box .jetpack-display-remote-posts h4 a:hover {
		color: #fff;
	}

	.scroll-box .widget h1 a:hover,
	.scroll-box .widget h2 a:hover,
	.scroll-box .widget h3 a:hover,
	.scroll-box .widget h4 a:hover,
	.scroll-box .widget h5 a:hover,
	.scroll-box .widget h6 a:hover {
		color: rgba(255,255,255,.6);
	}

	.paging-navigation .prev:hover,
	.paging-navigation .next:hover {
		color: rgba(0,0,0,.1);
	}

	.entry-content a:not(.wp-block-button__link):hover,
	.author-box a:hover,
	.listing .format-link .entry-content > p > a:hover {
		border-color: inherit;
	}

	.scroll-box .widget_blog_subscription input[type="submit"]:hover {
		border-color: #fff;
	}

	.scroll-box .widget_blog_subscription form > p:nth-of-type(3) input[type="submit"]:hover {
		border-color: transparent;
	}

	.site-header .search-form input[type="submit"]:hover,
	.no-results .search-form input[type="submit"]:hover,
	.error-404 .search-form input[type="submit"]:hover {
		background-color: transparent;
	}

	.close-sidebar:hover:before,
	.close-sidebar:hover:after,
	#big-search-close:hover:before,
	#big-search-close:hover:after {
		background-color: #5d5d5d;
	}

	.nav-previous a:hover:after {
		-webkit-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		-o-transform: translateX(-30px);
		transform: translateX(-30px);
	}

	.nav-next a:hover:after {
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		-o-transform: translateX(30px);
		transform: translateX(30px);
	}

	.scroll-down:hover i {
		left: -15px;
	}

	.scroll-up:hover i {
		left: 15px;
	}

	.listing .featured-image a:hover:after,
	.gallery-size-full[data-carousel-extra] .gallery-item .gallery-icon:hover:after {
		color: #000;
		opacity: 1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

	.sd-sharing-enabled:focus {
		outline: none;
	}

	.sd-sharing-enabled:hover + .sd-block,
	.sd-sharing-enabled:hover + .entry-footer,
	.sd-sharing-enabled:focus + .sd-block,
	.sd-sharing-enabled:focus + .entry-footer,
	.sd-open + .sd-block,
	.sd-open + .entry-footer {
		opacity: 0;
	}

	.sd-social .sd-title:hover + .sd-content,
	.sd-sharing-enabled:focus .sd-social .sd-content,
	.sd-social .sd-content:hover {
		opacity: 1;
		-webkit-transform: translateX(0) scaleX(1);
		-ms-transform: translateX(0) scaleX(1);
		-o-transform: translateX(0) scaleX(1);
		transform: translateX(0) scaleX(1);
		-webkit-transition: opacity .3s cubic-bezier(0.25, 0.46, 0.45, 0.94), 0s -webkit-transform 0s;
		-moz-transition: opacity .3s cubic-bezier(0.25, 0.46, 0.45, 0.94), 0s -moz-transform 0s;
		-ms-transition: opacity .3s cubic-bezier(0.25, 0.46, 0.45, 0.94), 0s -ms-transform 0s;
		-o-transition: opacity .3s cubic-bezier(0.25, 0.46, 0.45, 0.94), 0s -o-transform 0s;
		transition: opacity .3s cubic-bezier(0.25, 0.46, 0.45, 0.94), 0s transform 0s
	}

	body #TB_closeWindowButton:hover .tb-close-icon,
	body .tb-close-icon:hover {
		color: rgba(255,255,255,.7);
	}

	body .slideshow-window div.slideshow-controls a:hover {
		color: rgba(255,255,255,.7) !important;
	}

	.jp-carousel-wrap .jp-carousel-close-hint:hover {
		opacity: .7;
	}

	.jp-carousel-wrap .jp-carousel-next-button:hover span:before {
		-webkit-transform: translate(-25%,-50%);
		-moz-transform: translate(-25%,-50%);
		-ms-transform: translate(-25%,-50%);
		-o-transform: translate(-25%,-50%);
		transform: translate(-25%,-50%);
	}

	.jp-carousel-wrap .jp-carousel-previous-button:hover span:before {
		-webkit-transform: translate(-75%,-50%);
		-moz-transform: translate(-75%,-50%);
		-ms-transform: translate(-75%,-50%);
		-o-transform: translate(-75%,-50%);
		transform: translate(-75%,-50%);
	}

	.jp-relatedposts-post .jp-relatedposts-post-a:hover,
	.featured-media a:hover {
		opacity: .5;
	}

	.entry-content .read-more-link,
	.jp-relatedposts-post .jp-relatedposts-post-a:hover {
		border: none;
	}

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

	.featured-image a:hover:before,
	.listing .gallery-size-full[data-carousel-extra]:hover .gallery-item .gallery-icon:before,
	.single .gallery-size-full[data-carousel-extra]:hover .gallery-item .gallery-icon:before,
	.masonry .portfolio-item:hover .featured-image + .entry-header .entry-meta,
	.masonry .portfolio-item:hover .featured-image + .entry-header .entry-title,
	.masonry .portfolio-item:hover .featured-image a:after,
	.masonry .portfolio-item:hover .featured-image + .entry-header,
	.shuffle-layout .portfolio-item:hover .featured-image + .entry-header .entry-title,
	.shuffle-layout .portfolio-item:hover .featured-image a:after,
	.shuffle-layout .portfolio-item:hover .featured-image + .entry-header {
		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);
	}

	.masonry .portfolio-item:hover .featured-image + .entry-header .entry-meta,
	.masonry .portfolio-item:hover .featured-image + .entry-header .entry-title,
	.shuffle-layout .portfolio-item:hover .featured-image + .entry-header .entry-title {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	.wpcom-instagram-images a:hover {
		opacity: .3;
	}

}

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

	.container-small .googlemaps {
		margin-left: -100px;
		width: calc(100% + 200px);
	}

	.split-layout .container > article,
	.split-layout .featured-media {
		display: inline-block;
		vertical-align: top;
	}

	.split-layout .container > article {
		max-width: 900px;
		padding-right: 10%;
		position: absolute;
		width: 42%;
	}

	.split-layout .featured-media {
		margin-left: 50%;
		padding-left: 3.6%;
		width: 50%;
	}

	.split-layout .featured-media,
	.split-layout .featured-media .featured-image {
		text-align: right;
	}

	.featured-media .gallery-columns-1 .gallery-item {
		clear: both;
		float: right;
		text-align: right;
	}

}

@media only screen and (min-width: 1300px) and (max-width: 1600px){

	.grid-sizer,
	.layout-four-columns .site-main .jetpack-portfolio {
		width: 33.3333%;
	}

}

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

	.shuffle-layout .portfolio-wrapper article:nth-of-type(3n + 2) {
		padding-right: 6%;
		padding-left: 4%;
	}

	.shuffle-layout .portfolio-wrapper article:nth-of-type(3n + 3) {
		padding-right: 4%;
		padding-left: 6%;
	}

}

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

	.demo-site .featured-slider article {
		height: 60vh;
	}

	.layout-four-columns .site-main > .row {
		margin-left: -30px;
		margin-right: -30px;
	}

	.layout-four-columns .masonry [class*="col-"] {
		padding-left: 30px;
		padding-right: 30px;
	}

	.layout-three-columns .site-main > .row {
		margin-left: -40px;
		margin-right: -40px;
	}

	.layout-three-columns .masonry [class*="col-"] {
		padding-left: 40px;
		padding-right: 40px;
	}

	.listing .hentry {
		margin-bottom: 14rem;
	}

	.headline-template .hero .entry-content {
		margin-top: 26vh;
	}

	.sticky-header.headline-template .hero .entry-content {
		margin-top: 40vh;
	}

}

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

	.demo-site,
	.featured-slider-wrap .container {
		max-width: 1600px;
		margin-left: auto;
		margin-right: auto;
	}

	.featured-slider article {
		max-height: 740px;
	}

}

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

	.blog .site-content,
	.single .site-content,
	.page .site-content,
	.archive .site-content,
	.search .site-content,
	.tag.archive .site-content,
	.error404 .site-content {
		padding-bottom: 150px;
	}

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

	.listing .hentry {
		margin-bottom: 12rem;
	}

	.single-jetpack-portfolio .hero {
		margin-top: 22vh;
	}

	.demo-site.single-jetpack-portfolio .hero {
		margin-top: 10vh;
	}

	.headline-template .hero .entry-content {
		margin-top: 16vh;
	}

	.sticky-header.headline-template .hero .entry-content {
		margin-top: 34vh;
	}

	.featured-slider-wrap .container {
		max-width: 1460px;
		padding-left: 235px;
		padding-right: 235px;
	}

	.demo-site .featured-slider-wrap .container {
		max-width: 1224px;
	}

	.featured-slider .slick-dots {
		margin-left: 15px;
	}

}

@media only screen and (max-width: 1440px){

	.layout-four-columns .site-main > .row {
		margin-left: -30px;
		margin-right: -30px;
	}

	.layout-four-columns .masonry [class*="col-"] {
		padding-left: 30px;
		padding-right: 30px;
	}

	.layout-three-columns .site-main > .row {
		margin-left: -40px;
		margin-right: -40px;
	}

	.layout-three-columns .masonry [class*="col-"] {
		padding-left: 40px;
		padding-right: 40px;
	}


	.headline-template .hero h1 {
		font-size: 50px;
		font-size: 3.125rem;
	}

}

@media only screen and (min-width: 768px) and (max-width: 1366px){

	.shuffle-layout .portfolio-wrapper article:nth-of-type(3n + 2) {
		padding-right: 5%;
		padding-left: 3%;
	}

	.shuffle-layout .portfolio-wrapper article:nth-of-type(3n + 3) {
		padding-right: 3%;
		padding-left: 5%;
	}

}

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

	html {
		font-size: 15px;
	}

	.sticky-header.blog .site-content,
	.sticky-header.page .site-content,
	.sticky-header.archive .site-content,
	.sticky-header.search .site-content,
	.sticky-header.tag.archive .site-content,
	.sticky-header.error404 .site-content,
	.sticky-header.split-layout .site-content {
		padding-top: 124px;
	}

	.sticky-header.single .site-content {
		padding-top: 174px;
	}

	.page-template-portfolio-page .page-header {
		margin-bottom: 4rem;
	}

	.site-info {
		padding-right: 60px;
	}

}

@media only screen and (max-width: 1279px){

	blockquote.pull-left,
	q.pull-left {
		margin-left: 0;
	}

	blockquote.pull-right,
	q.pull-right {
		margin-right: 0;
	}

	.alignright {
		margin: 8px 0 20px 36px;
	}

	.alignleft {
		margin: 8px 36px 20px 0;
	}

	.split-layout .container > article {
		position: static !important;
	}

}

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

	.featured-slider article {
		height: 414px;
	}

}

@media only screen and (min-width: 768px) and (max-width: 1024px){

	.blog .site-content,
	.single .site-content,
	.page .site-content,
	.archive .site-content,
	.search .site-content,
	.tag.archive .site-content,
	.error404 .site-content {
		padding-bottom: 80px;
	}

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

	.sticky-header.blog .site-content,
	.sticky-header.single .site-content,
	.sticky-header.page .site-content,
	.sticky-header.archive .site-content,
	.sticky-header.search .site-content,
	.sticky-header.tag.archive .site-content,
	.sticky-header.error404 .site-content,
	.sticky-header.split-layout .site-content {
		padding-top: 124px;
	}

	.listing .hentry {
		margin-bottom: 8rem;
	}

	.single-post .container-medium + .content-area,
	.single-jetpack-portfolio .container-medium + .container-small {
		margin-top: 3rem;
	}

	.headline-template .hero .entry-content,
	.single-jetpack-portfolio .hero {
		margin-top: 13vh;
	}

	.sticky-header.headline-template .hero .entry-content {
		margin-top: 23vh;
	}

	.site-branding {
		max-width: 280px;
		padding-top: 5px;
		padding-right: 60px;
	}

	.site-branding img {
		max-width: 280px;
	}

	.post-navigation {
		margin: 8rem 0 0;
	}

	body #infinite-handle,
	body .infinite-loader {
		margin-top: 5rem;
	}

	.shuffle-layout .portfolio-wrapper article {
		margin-bottom: 6rem;
	}

	body #jp-relatedposts {
		margin-top: 7rem;
	}

	body #TB_window.format-video {
		margin-top: -30% !important;
		margin-left: 50px !important;
		width: calc(100% - 100px) !important;
	}

	.featured-slider-wrap {
		margin-bottom: 44px;
	}

	.shuffle-layout .portfolio-wrapper article:nth-of-type(3n + 1) .portfolio-item {
		max-width: 65%;
	}

	.shuffle-layout .portfolio-wrapper article:nth-of-type(3n + 1) .featured-portrait {
		max-width: 45%;
	}

	.tax-jetpack-portfolio-type #infinite-handle,
	.tax-jetpack-portfolio-type .infinite-loader {
		margin-top: -32px;
	}

	.wp-block-cover-image .wp-block-cover__inner-container,
	.wp-block-cover .wp-block-cover__inner-container {
		width: calc(100% - 100px);
	}

}

@media only screen and (max-width: 1024px){

	body:not(.split-layout) .alignfull {
		margin-left: calc(-50vw + 50%);
		margin-right: calc(-50vw + 50%);
	}

	.site-header {
		padding: 1rem 0;
	}

	.slider-initialized .site-header {
		position: absolute;
		width: 100%;
		z-index: 1001;
	}

	.site-header .search-form input[type="submit"],
	.no-results .search-form input[type="submit"],
	.error-404 .search-form input[type="submit"],
	.site-header .search-form:before,
	.no-results .search-form:before,
	.error-404 .search-form:before {
		right: 10%;
	}

	.site-header input[type="search"],
	.no-results input[type="search"],
	.error-404 input[type="search"] {
		width: 80%;
	}

	.menu-toggle {
		background: none;
		border: none;
		display: inline-block;
		font-size: 0 !important;
		height: 40px;
		margin-left: -7px;
		padding: 0;
		text-align: center;
		width: 40px;
		position: absolute;
		top: 0;
		right: 127px;
		z-index: 1001;
	}

	.menu-toggle:focus,
	.menu-toggle:active {
		background: none;
	}

	.menu-toggle i {
		color: #000;
		display: inline-block;
		font-size: 9px;
		letter-spacing: 1px;
		font-style: normal;
		margin-top: -5px;
		text-indent: 0;
		text-transform: uppercase;
		position: absolute;
		top: 50%;
		left: -38px;
	}

	.menu-toggle span,
	.menu-toggle span:before,
	.menu-toggle span:after {
		background-color: #000;
		height: 2px;
		position: absolute;
		-webkit-transition: .3s;
		-moz-transition: .3s;
		-ms-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

	.menu-toggle span {
		margin-top: -1px;
		width: 20px;
		top: 50%;
		right: 7px;
	}

	.menu-toggle span:before,
	.menu-toggle span:after {
		content: "";
		right: 0;
	}

	.menu-toggle span:before {
		width: 30px;
		top: -7px;
	}

	.menu-toggle span:after {
		width: 25px;
		top: 7px;
	}

	.toggled .menu-toggle span {
		background-color: transparent;
	}

	.toggled .menu-toggle span:before,
	.toggled .menu-toggle span:after {
		background-color: #fff;
		width: 20px;
		top: 0;
	}

	.toggled .menu-toggle span:before {
		-webkit-transform: rotate(45deg) translateZ(0);
		-moz-transform: rotate(45deg) translateZ(0);
		-ms-transform: rotate(45deg) translateZ(0);
		-o-transform: rotate(45deg) translateZ(0);
		transform: rotate(45deg) translateZ(0);
	}

	.toggled .menu-toggle span:after {
		-webkit-transform: rotate(-45deg) translateZ(0);
		-moz-transform: rotate(-45deg) translateZ(0);
		-ms-transform: rotate(-45deg) translateZ(0);
		-o-transform: rotate(-45deg) translateZ(0);
		transform: rotate(-45deg) translateZ(0);
	}

	.sidebar-trigger-wrap {
		position: absolute;
		top: 2px;
		right: 48px;
		padding: 6px 0;
	}

	.site-header nav {
		margin: 0;
		text-transform: none;
	}

	.dropdown-toggle {
		font-size: 16px;
		font-size: 1rem;
	}

	.site-header nav {
		font-size: 20px;
		font-size: 1.375rem;
	}

	.menu-toggle + div,
	.main-navigation > .menu {
		background-color: #000;
		height: 100vh;
		opacity: 0;
		overflow-y: auto;
		overflow-x: hidden;
		padding-left: 78px;
		padding-right: 78px;
		visibility: hidden;
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1000;
		-webkit-transition: .3s;
		-moz-transition: .3s;
		-ms-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

	.toggled .menu-toggle + div,
	.toggled.main-navigation > .menu {
		opacity: 1;
		visibility: visible;
	}

	.menu-toggle + div:before,
	.main-navigation > .menu:before {
		content: "";
		display: inline-block;
		height: 100%;
		margin-right: -0.25em;
		vertical-align: middle;
	}

	.main-navigation .current_page_item > a,
	.main-navigation .current-menu-item > a,
	.main-navigation .current_page_ancestor > a,
	.main-navigation .current_page_item > .dropdown-toggle,
	.main-navigation .current-menu-item > .dropdown-toggle,
	.main-navigation .current_page_ancestor > .dropdown-toggle {
		color: #fff;
	}

	.main-navigation .nav-menu {
		display: inline-block;
		margin: 90px 0;
		max-height: calc(100% - 180px);
		overflow-y: auto;
		position: relative;
		text-align: left;
		vertical-align: top;
		width: 100%;
	}

	.admin-bar .main-navigation .nav-menu {
		max-height: calc(100% - 212px);
	}

	.main-navigation #menuMarker {
		display: none;
	}

	.main-navigation .nav-menu li {
		display: block;
		margin: 1em 0 0;
		padding: 0;
	}

	.main-navigation .nav-menu > li:first-of-type {
		margin-top: 0;
	}

	.nav-menu > li > .sub-menu > li:last-child {
		padding-bottom: 20px;
	}

	.nav-menu > li {
		font-size: 26px;
	}

	.nav-menu > li a,
	.nav-menu > li .dropdown-toggle {
		color: #797979;
	}

	.nav-menu .main-navigation .current_page_item > a,
	.nav-menu .main-navigation .current-menu-item > a,
	.nav-menu .main-navigation .current_page_ancestor > a {
		color: #fff;
		font-weight: 700;
	}

	.nav-menu > li > .dropdown-toggle {
		margin-left: 20px;
		margin-right: -53px;
	}

	.nav-menu .sub-menu li {
		font-size: 14px;
	}

	.nav-menu .sub-menu a {
		color: rgba(255,255,255,.5);
	}

	.nav-menu .sub-menu li .dropdown-toggle {
		font-size: 11px;
		margin-left: 10px;
		margin-right: -23px;
	}

	.main-navigation ul ul {
		max-height: 0;
		overflow: hidden;
	}

	.toggle-on > a ~ ul,
	.focus > a ~ ul {
		max-height: 400px;
	}

	.search-trigger-wrap {
		padding: 6px 0;
		position: absolute;
		top: 2px;
		right: 90px;
	}

	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 {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

	.menu-social-container {
		display: none;
		left: 78px;
		bottom: 50px;
		z-index: 1001;
	}

	.nav-opened .menu-social-container {
		display: block;
	}

	.menu-social-container .social-menu-trig {
		background-color: #fff;
		color: #000;
	}

	.menu-social-container a,
	.menu-social-container .social-menu-trig:before {
		color: #fff;
	}

	.scroll-down,
	.scroll-up {
		display: none !important;
	}

	.featured-image a:after,
	.gallery-size-full[data-carousel-extra] .gallery-item .gallery-icon:after {
		display: none;
	}

	.comments-area {
		margin-top: 5rem;
		padding-bottom: 5rem;
	}

	.comment-respond,
	.comments-title {
		padding-top: 5rem;
	}

	.comment-list + .comment-respond {
		padding-top: 3rem;
	}

	.headline-template .site-content,
	.single-portfolio-headline .content-area {
		margin-top: 8rem;
	}

	.portfolio-item .entry-header {
		display: block;
		margin-top: 14px;
		margin-bottom: 18px;
	}

	.shuffle-layout .entry-title {
		margin-top: 20px;
	}

	.portfolio-item .entry-meta,
	.shuffle-layout .entry-meta {
		margin-top: 10px;
	}

	.page-template-portfolio-page .page-header {
		margin-bottom: 4rem;
	}

	.gallery-count {
		display: block;
		margin-top: 20px;
		text-align: right;
	}

	.entry-gallery .gallery-count {
		position: absolute;
		right: 0;
	}

	.yes-widgets {
		padding-top: 5rem;
		padding-bottom: 1rem;
	}

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

}

@media only screen and (min-width: 768px) and (max-width: 1024px){

	.main-navigation .nav-menu {
		padding-left: 12%;
	}

	.main-navigation #menuMarker {
		color: #fff;
		display: inline-block;
		font-size: 18px;
		font-size: 1.125rem;
		font-style: normal;
		margin-top: 53px;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		transform-origin: 0 0;
	}

	.comment .children {
		margin-left: 3rem;
	}

}

@media screen and (max-width: 991px) {

	.featured-slider-wrap {
		padding-top: 100px;
		padding-bottom: 30px;
	}

	.featured-slider article:not(.slick-active) {
		height: 0;
	}

	.featured-slider h2 {
		font-size: 24px;
		margin-top: 20px;
		text-align: center;
	}

	.featured-slider article {
		left: 0 !important;
	}

	.featured-slider .slick-dots .slick-active:after {
		display: none;
	}

	.featured-slider .slick-dots li button {
		font-size: 0;
	}

	.featured-slider .slick-dots {
		display: block;
		font-weight: 400;
		list-style: none;
		margin: 10px 0 0;
		padding: 0;
		position: static;
		text-align: center;
		width: 100%;
		z-index: 1;
	}

	.featured-slider .slick-dots li {
		cursor: pointer;
		display: inline-block;
		height: 20px;
		margin: 0 3px;
		padding: 0;
		position: relative;
		width: 20px;
	}

	.featured-slider .slick-dots li button {
		background: transparent;
		border: 0;
		color: transparent;
		cursor: pointer;
		display: block;
		height: 20px;
		line-height: 0;
		outline: none;
		padding: 5px;
		width: 20px;
	}

	.featured-slider .slick-dots li button:hover,
	.featured-slider .slick-dots li button:focus {
		outline: none;
	}

	.featured-slider .slick-dots li button:before {
		content: '\2022';
		color: #000;
		font-size: 18px;
		height: 16px;
		left: 0;
		line-height: 23px;
		opacity: .5;
		position: absolute;
		text-align: center;
		top: 0;
		width: 16px;
	}

	.featured-slider .slick-dots li button:hover:before,
	.featured-slider .slick-dots li button:focus:before,
	.featured-slider .slick-dots li.slick-active button:before {
		opacity: 1;
	}

	.featured-slider .slick-dots li.slick-active button:before {
		color: #000;
	}

}

@media screen and (max-width: 782px) {

	.admin-bar > .widget-area {
		top: 46px;
	}

}

@media only screen and (max-width: 767px){

	html {
		font-size: 15px;
	}

	h1,
	.nav-links a:after,
	.paging-navigation .prev:before,
	.paging-navigation .next:before,
	.archive.category .page-title span,
	.archive.tag .page-title span,
	.tax-jetpack-portfolio-tag .page-title span,
	.archive.date .page-title span,
	.archive.author .page-title span,
	.search-results .page-title span {
		font-size: 38px;
	}

	h2,
	.listing .format-quote blockquote,
	.listing .format-quote blockquote p,
	.listing .format-quote q,
	.listing .format-quote blockquote:before,
	.listing .format-quote q:before,
	.listing .format-link .entry-content:before,
	.listing .format-link .entry-content > p > a:before,
	.single .format-quote blockquote,
	.single .format-quote blockquote p,
	.single .format-quote q,
	.single .format-quote blockquote:before,
	.single .format-quote q:before,
	.single .format-link .entry-content:before {
		font-size: 32px;
	}

	h3,
	.listing .entry-title,
	.single .entry-title,
	.paging-navigation,
	.nav-links a,
	.featured-image a:after,
	.page-template-portfolio-page .page-title {
		font-size: 28px;
	}

	.emphasis {
		font-size: 22px;
	}

	.dropcap:before {
		font-size: 60px;
	}

	.comment-content th,
	.entry-content th,
	.comment-content td,
	.entry-content td {
		padding-left: 4px;
		padding-right: 4px;
		text-align: center;
	}

	.site-branding {
		max-width: 400px;
		padding-right: 145px;
	}

	.site-branding img {
		max-height: 200px;
		width: auto;
	}

	.blog .site-content,
	.single .site-content,
	.page .site-content,
	.archive .site-content,
	.search .site-content,
	.tag.archive .site-content,
	.error404 .site-content {
		padding-bottom: 40px;
	}

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

	.container,
	div#eu-cookie-law {
		padding-left: 30px;
		padding-right: 30px;
	}

	.main-navigation .nav-menu {
		margin: 50px 0 130px;
	}

	.menu-toggle {
		height: 31px;
		width: 30px;
		top: 0;
		right: 94px;
	}

	.toggled .menu-toggle,
	body:not(.split-layout) .toggled .menu-toggle {
		right: 20px;
	}

	.menu-toggle span {
		width: 15px;
	}

	.menu-toggle span:before {
		width: 25px;
		top: -5px;
	}

	.menu-toggle span:after {
		width: 20px;
		top: 5px;
	}

	.blog .site-content,
	.single .site-content,
	.page .site-content,
	.archive .site-content,
	.search .site-content,
	.tag.archive .site-content,
	.error404 .site-content,
	.split-layout .site-content {
		padding-top: 60px;
	}

	.admin-bar > .widget-area {
		padding-left: 30px;
		padding-right: 30px;
	}

	.widget-title,
	.widget-title label {
		margin-bottom: 1.5rem;
	}

	.close-sidebar,
	#big-search-close {
		right: 20px;
	}

	.search-trigger-wrap {
		text-align: center;
		top: 1px;
		right: 60px;
	}

	#big-search-trigger i {
		font-size: 18px;
		float: none;
	}

	.sidebar-trigger-wrap {
		width: 30px;
		top: -1px;
		right: 28px;
	}

	.sidebar-trigger i {
		font-size: 24px;
	}

	.menu-toggle + div,
	.main-navigation > .menu {
		padding-left: 40px;
		padding-right: 40px;
	}

	.menu-social-container {
		bottom: 30px;
		left: 35px;
		right: 35px;
	}

	.site-header .search-form:before,
	.no-results .search-form:before,
	.error-404 .search-form:before {
		bottom: 26px;
	}

	.site-header input[type="search"],
	.no-results input[type="search"],
	.error-404 input[type="search"] {
		padding-bottom: 20px;
	}

	.search-instructions {
		margin-top: 2em;
	}

	.page-header {
		margin-bottom: 3rem;
	}

	.search .page-header,
	.tag.archive .page-header {
		margin-bottom: 1rem;
	}

	.nav-next {
		margin-top: 20px;
	}

	.comments-area .comment,
	.comments-area .pingback {
		margin-top: 4rem;
	}

	.comment-author img {
		border-radius: 21px;
		display: block;
		height: 42px;
		margin-bottom: 14px;
		width: 42px;
	}

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

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

	.alignright,
	.alignleft {
		margin-bottom: 10px;
	}

	.alignright {
		margin-left: 20px;
	}

	.alignleft {
		margin-right: 20px;
	}

	.listing .hentry {
		margin-bottom: 8rem;
	}

	.single-post .container-medium + .content-area,
	.single-jetpack-portfolio .container-medium + .container-small {
		margin-top: 2rem;
	}

	.blog .paging-navigation,
	.archive .paging-navigation,
	.search-results .paging-navigation,
	.tag.archive .paging-navigation {
		margin: 5rem 0 0;
	}

	.blog .posts-navigation,
	.archive .posts-navigation,
	.search-results .posts-navigation,
	.tag.archive .posts-navigation {
		margin: 4rem 0 -3rem;
	}

	body #infinite-handle {
		margin-top: 5rem;
	}

	.search #infinite-handle,
	.search .infinite-loader,
	.tag.archive #infinite-handle,
	.tag.archive .infinite-loader {
		margin-top: 0;
		margin-bottom: -50px;
	}

	.page-template-portfolio-page .nav-links {
		margin-top: 3rem;
	}

	.headline-template .hero h1 {
		font-size: 36px;
	}

	.headline-template .hero .entry-content,
	.single-jetpack-portfolio .hero,
	.sticky-header.headline-template .hero .entry-content {
		margin-top: 4rem;
	}

	.headline-template .site-content,
	.single-portfolio-headline .content-area {
		margin-top: 5rem;
	}

	.post-navigation {
		margin: 5rem 0 0;
	}

	body #jp-relatedposts {
		margin-top: 5rem;
	}

	body #jp-relatedposts h3.jp-relatedposts-headline {
		margin-bottom: 1.6rem;
		text-align: left;
	}

	body #jp-relatedposts .jp-relatedposts-items-visual {
		margin-right: 0;
	}

	body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
		margin-top: 50px;
		max-width: inherit;
		padding-right: 0;
		width: 100%;
	}

	body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:first-child {
		margin-top: 0;
	}

	body #TB_window.format-video {
		margin-top: -26% !important;
		margin-left: 30px !important;
		max-height: 92%;
		overflow-y: auto;
		width: calc(100% - 60px) !important;
	}

	body #TB_closeWindowButton {
		right: -7px;
	}

	.format-video #TB_ajaxContent {
		padding-top: 54.4%;
	}

	.search .hentry,
	.tag.archive .hentry {
		padding-left: 0;
	}

	.search-post-type {
		position: static;
		margin-bottom: 24px;
	}

	.search .jetpack-portfolio .featured-image + .entry-header,
	.tag.archive .jetpack-portfolio .featured-image + .entry-header {
		margin-top: 20px;
	}

	.hero .featured-image img {
		max-height: initial;
	}

	.shuffle-layout .portfolio-wrapper article {
		margin-bottom: 4rem;
	}

	.layout-four-columns .site-main > .row,
	.layout-three-columns .site-main > .row {
		margin-left: 0;
		margin-right: 0;
	}

	.layout-four-columns .masonry [class*="col-"],
	.layout-three-columns .masonry [class*="col-"] {
		padding-left: 0;
		padding-right: 0;
	}

	.site-footer .widget-area {
		margin-top: 50px;
	}

	div#eu-cookie-law {
		padding-bottom: 90px;
	}

	#eu-cookie-law input[type="submit"].accept {
		margin-left: 0;
		right: auto;
		bottom: 20px;
		left: 30px;
	}

	.tax-jetpack-portfolio-type #infinite-handle,
	.tax-jetpack-portfolio-type .infinite-loader {
		margin-top: -62px;
	}

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

	.wp-block-media-text .wp-block-media-text__content {
		padding: 16px;
	}

	.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column > * {
		margin-top: 20px;
		margin-bottom: 20px;
	}

}

@media only screen and (max-width: 480px){

	.twocolumn  > *,
	.twocolumn .half-width {
		width: 100%;
	}

	.twocolumn  > *:nth-child(even),
	.twocolumn .half-width:nth-child(even) {
		padding-left: 0;
	}

	.twocolumn  > *:nth-child(odd),
	.twocolumn .half-width:nth-child(odd) {
		padding-right: 0;
	}

	blockquote.pull-left,
	q.pull-left,
	blockquote.pull-right,
	q.pull-right {
		float: none;
		margin-bottom: 20px;
	}

	blockquote.pull-left,
	q.pull-left {
		margin-right: 0;
	}

	blockquote.pull-right,
	q.pull-right {
		margin-left: 0;
	}

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

}

@media only screen and (max-width: 450px){

	div#respond .comment-form-fields label,
	div#respond.js .comment-form-fields label {
		position: static;
	}

}

@media only screen and (max-width: 330px){

	.nav-menu > li {
		font-size: 24px;
	}

}
