/*
Theme Name: Reinform
Theme URI: http://underscores.me/
Author: Themes Kingdom
Author URI: https://themeskingdom.com
Description: Reinform is a dapper portfolio theme with a focus on both form and function.
Version: 1.0.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: reinform
Tags: blog, portfolio, news, photography, translation-ready, right-sidebar, theme-options, threaded-comments, post-formats, rtl-language-support, sticky-post, featured-images, custom-header, custom-menu, custom-logo, custom-colors, editor-style, grid-layout, two-columns, three-columns, four-columns, footer-widgets

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.

Reinform is based on Underscores http://underscores.me/, (C) 2012-2016 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.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Colors
# Helpers
# Elements
# Layout
# Transitions
# Forms
# Header
# Footer
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Posts
	## Pages
	## Templates
	## Archive
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
	## Jetpack overwrites
# IE specific
# 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;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

mark {
	background: #ff0;
	color: #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="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?r9izow');
	src: url('assets/fonts/icons/icomoon.eot?r9izow#iefix') format('embedded-opentype'),
		url('assets/fonts/icons/icomoon.ttf?r9izow') format('truetype'),
		url('assets/fonts/icons/icomoon.woff?r9izow') format('woff'),
		url('assets/fonts/icons/icomoon.svg?r9izow#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"],
blockquote:before,
q:before,
.posts-navigation .nav-previous a:before,
.posts-navigation .nav-next a:after,
.jp-carousel-next-button span:before,
.jp-carousel-previous-button span:before,
.slideshow-controls a:before,
.slideshow-controls a:after,
.format-video .featured-image a:after,
.format-gallery .featured-image a:after,
.bypostauthor > .comment-body .comment-author b:after,
#TB_prev a:before,
#TB_next a:before,
.checkbox.checked:before,
input[type="checkbox"]:checked + label:before,
.widget_rss .widget-title a:first-of-type:before,
.widget_rss_links .widget-title:before {
	/* 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-gallery:before,
.format-gallery .featured-image a:after {
	content: "\e901";
}

.icon-quote:before,
blockquote:before,
q:before {
	content: "\e904";
}

.icon-close:before {
	content: "\e905";
}

.icon-left:before,
.posts-navigation .nav-previous a:before,
.jp-carousel-previous-button span:before,
.slideshow-controls a:first-of-type:before,
#TB_prev a:before {
	content: "\e906";
}

.icon-checkmark:before,
.checkbox.checked:before,
input[type="checkbox"]:checked + label:before {
	content: "\e907";
}

.icon-pause:before,
.slideshow-controls a:nth-of-type(2):before {
	content: "\e908";
}

.icon-right:before,
.posts-navigation .nav-next a:after,
.jp-carousel-next-button span:before,
.slideshow-controls a:last-of-type:after,
#TB_next a:before {
	content: "\e90b";
}

.icon-search:before {
	content: "\e90c";
}

.icon-play:before,
.format-video .featured-image a:after,
.single-format-video .featured-image a:after,
.slideshow-controls .paused:nth-of-type(2):after {
	content: "\e910";
}

.icon-feed:before,
.widget_rss .widget-title a:first-of-type:before,
.widget_rss_links .widget-title:before {
	content: "\e911";
}

.icon-autor:before,
.bypostauthor > .comment-body .comment-author b:after {
	content: "\e912";
}

.icon-resize:before {
	content: "\e914";
}

/*end icons*/

/*font-family*/

body,
input,
textarea,
keygen,
select,
button,
blockquote cite,
.social-menu-trigger button,
.widget_recent_entries .post-date,
.tagcloud .tag-link-count,
.slick-dots li button {
	font-family: 'Overpass', Times, serif; /*sans-serif*/
}

h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
q,
.dropcap,
.emphasis,
.site-title,
.search-wrap input[type="search"],
.no-results input[type="search"],
.error-404 input[type="search"],
body .jetpack-social-navigation span,
.instagram-username,
.single .nav-links .post-title,
.comment-author,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
body .jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit,
body #jp-carousel-comment-form-button-submit,
#eu-cookie-law input[type="submit"],
body #eu-cookie-law input,
body #eu-cookie-law input:focus,
body #eu-cookie-law input:hover,
.widget_recent_comments ul,
.widget_recent_entries ul,
.tagcloud,
.widget_categories li a,
.widget_archive li a,
.widget_nav_menu li a,
.widget_meta li a,
.widget_calendar table,
.search-form input[type="submit"],
.error404 .page-content p,
body #jp-relatedposts .jp-relatedposts-items span.jp-relatedposts-post-title,
body #jp-relatedposts .jp-relatedposts-items h4.jp-relatedposts-post-title,
body div#jp-relatedposts h3.jp-relatedposts-headline,
body #infinite-handle span button,
body #infinite-handle span button:hover,
body #infinite-handle span button:focus,
div.sharedaddy .sd-social .sd-content button,
body .sd-content ul li a.sd-button,
body .sd-social-text .sd-content ul li a.sd-button {
	font-family: 'Crimson Text', 'Helvetica Neue', Helvetica, Arial, sans-serif; /*serif*/
}

.jp-carousel-titleanddesc-title {
	font-family: 'Crimson Text', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

body,
button,
input,
select,
textarea,
.entry-author .author-title {
	line-height: 1.625;
}

/*font-sizes*/

html {
	font-size: 16px;
}

.featured-image,
.entry-gallery,
.contact-form,
.gallery-item a,
.tiled-gallery-item a,
.jp-relatedposts-items,
#TB_prev a,
#TB_next a,
.instagram-feed li,
.author-box figure,
.entry-author .author-avatar,
.featured-arrows button {
	font-size: 0;
}

.comment-metadata,
.comment .reply,
.widget_recent_entries .post-date,
.entry-meta,
.more-link,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post-date,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post-context {
	font-size: 10px;
}

.sd-social-text .sd-content ul li a.sd-button .share-count,
.author-title,
.author-name span {
	font-size: 11px;
	font-size: 0.6875rem;
}

.results-number,
.widget_recent_entries .post-date,
.comment .reply,
.rss-date,
.instagram-username,
.search-form input[type="submit"],
.mc_signup_submit input[type="submit"],
.site-info {
	font-size: 12px;
	font-size: 0.75rem;
}

.site-description,
.wp-caption-text,
.entry-footer,
.search-results .page-header p,
.no-results .page-header p {
	font-size: 13px;
	font-size: 0.8125rem;
}

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,
label,
p,
blockquote cite,
blockquote + cite,
blockquote + p cite,
q cite,
q + cite,
q + p cite,
.nav-menu > li li,
.entry-content,
.author-info p,
.single .author-info p,
.entry-author .author-bio,
.post-navigation,
.posts-navigation,
.comment-author,
.widget .jetpack-display-remote-posts p,
.widget input[type="text"],
.widget input[type="email"],
.widget input[type="tel"],
.widget input[type="password"],
.widget input[type="url"],
.widget input[type="search"],
.widget textarea,
.widget select,
.moretag,
.widget,
.widget p,
body .slideshow-window div.slideshow-controls a:nth-of-type(2),
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt,
body div.sharedaddy h3.sd-title,
.jetpack-social-navigation,
div#eu-cookie-law,
#eu-cookie-law input[type="submit"],
#eu-cookie-law input[type="submit"]:hover,
#eu-cookie-law input[type="submit"]:focus,
.widget-title,
.search .page-header .page-title,
.archive .page-header .page-title,
.featured-category-wrap .entry-content p {
	font-size: 14px;
	font-size: 0.875rem;
}

.nav-menu > li,
.social-menu-trigger button,
.comment-content,
.comment-content > p,
.comment-content table,
.pingback .comment-body,
.trackback .comment-body,
.sharedaddy .sd-social-icon .sd-content ul li a.sd-button,
.sharedaddy .sd-social-text .sd-content ul li a.sd-button,
.sharedaddy .sd-content ul li a.sd-button,
.sharedaddy .sd-content ul li .option a.share-ustom,
.sharedaddy .sd-content ul li.preview-item div.option.option-smart-off a,
.sharedaddy .sd-content ul li.advanced a.share-more,
.sharedaddy .sd-social-icon-text .sd-content ul li a.sd-button,
.sharedaddy .sd-social-official .sd-content > ul > li > a.sd-button,
.sharedaddy #sharing_email .sharing_send,
.sharedaddy .sd-social-official .sd-content > ul > li .digg_button > a,
.slider-entry-content p,
.masonry .entry-content,
.masonry .entry-content p {
	font-size: 15px;
	font-size: 0.9375rem;
}

body,
.header-image .site-description,
.icon-search,
.widget .jetpack-display-remote-posts h4,
.listing .entry-content,
.listing .entry-content p,
#infinite-handle span,
.format-video .featured-image a:after,
.format-gallery .featured-image a:after,
.slick-dots li button,
.widget_calendar table {
	font-size: 16px;
	font-size: 1rem;
}

table,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
#eu-cookie-law input[type="submit"],
#eu-cookie-law input[type="submit"]:hover,
#eu-cookie-law input[type="submit"]:focus,
.widget_categories li a,
.widget_archive li a,
.widget_nav_menu li a,
.widget_meta li a,
body #infinite-handle span button,
body #infinite-handle span button:hover,
body #infinite-handle span button:focus {
	font-size: 17px;
	font-size: 1.0625rem;
}

h6,
blockquote:before,
q:before,
.entry-content,
.entry-content p,
.twocolumn > *,
.twocolumn p.half-width,
.contact-form-submission p,
.widget_calendar th {
	font-size: 18px;
	font-size: 1.125rem;
}

.comments-title,
.comment-reply-title,
.author-name,
.entry-author .author-title span,
.bypostauthor > .comment-body .comment-author b:after,
.widget_recent_comments li a,
.widget_recent_entries li a,
body #jp-relatedposts h3.jp-relatedposts-headline {
	font-size: 20px;
	font-size: 1.25rem;
}

.single .nav-links .post-title,
.comment-author,
.layout-magazine .masonry .entry-title,
body[class*="-columns"] .masonry .entry-title {
	font-size: 22px;
	font-size: 1.375rem;
}

h5,
body #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post-title,
.featured-category-wrap .entry-title {
	font-size: 24px;
	font-size: 1.5rem;
}

.entry-content blockquote.pull-left,
.entry-content blockquote.pull-left p,
.entry-content q.pull-left,
.entry-content blockquote.pull-right,
.entry-content blockquote.pull-right p,
.entry-content q.pull-right,
.layout-newspaper .masonry .entry-title {
	font-size: 28px;
	font-size: 1.75rem;
}

.listing .entry-title,
.search-results .entry-title,
.post-navigation .nav-previous a:before,
.post-navigation .nav-next a:after,
.posts-navigation .nav-previous a:before,
.posts-navigation .nav-next a:after,
.widget-area .slideshow-controls a:first-of-type,
.widget-area .slideshow-controls a:last-of-type,
.featured-category-wrap .featured-header h3 {
	font-size: 30px;
	font-size: 1.875rem;
}

h4,
blockquote,
blockquote p,
q,
.entry-content blockquote,
.entry-content blockquote p,
.entry-content q,
body .jetpack-social-navigation a:before,
.layout-newspaper .masonry .sticky .entry-title,
.layout-magazine .masonry .entry-title {
	font-size: 34px;
	font-size: 2.125rem;
}

.site-title {
	font-size: 36px;
	font-size: 2.25rem;
}

.comments-title span,
.plain-slider .featured-slider .entry-title,
.has-sidebar.layout-magazine .masonry .sticky .entry-title,
.slideshow-controls a:first-of-type,
.slideshow-controls a:last-of-type,
.no-results input[type="search"] {
	font-size: 40px;
	font-size: 2.5rem;
}

.entry-content .emphasis,
.twocolumn p.half-width.emphasis,
.error404 .page-content p {
	font-size: 42px;
	font-size: 2.625rem;
}

h3,
body .jetpack-social-navigation span {
	font-size: 44px;
	font-size: 2.75rem;
}

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

h2 {
	font-size: 54px;
	font-size: 3.375rem;
}

.search .page-header .page-title span,
.archive .page-header .page-title span {
	font-size: 60px;
	font-size: 3.75rem;
}

h1,
.header-image .site-title {
	font-size: 64px;
	font-size: 4rem;
}

.single .entry-title,
.viewport-slider .featured-slider .entry-title {
	font-size: 70px;
	font-size: 4.375rem;
}

.search-wrap input[type="search"],
.error-404 input[type="search"],
.no-results .page-header .page-title,
.fullsize-featured .entry-title {
	font-size: 80px;
	font-size: 5rem;
}

.dropcap {
	font-size: 110px;
	font-size: 6.875rem;
}

.page-title {
	font-size: 120px;
	font-size: 7.5rem;
}

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

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

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

.dropcap {
	float: left;
	line-height: 0.8em;
	margin-top: -0.3em;
	margin-right: 17px;
	position: relative;
	text-transform: uppercase;
	text-shadow: 3px 3px #c4c4c4;
	vertical-align: bottom;
}

.emphasis .dropcap {
	margin-top: -8px;
	margin-right: 20px;
}

.comments-title,
.comment-reply-title,
.jp-relatedposts-headline {
	letter-spacing: .5em;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/

body,
blockquote:before,
q:before,
.masonry .sticky:before {
	background-color: #f7f7f7;
}

.comments-area,
.comments-area blockquote:before,
.comments-area q:before {
	background-color: #fff;
}

.entry-content p,
#mc_subheader,
.mc_merge_var {
	color: #222;
}

body,
a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.slick-dots li.slick-active button,
.entry-author .author-title span,
.archive div.sharedaddy .sd-social h3.sd-title,
.search-wrap,
body .jetpack-social-navigation a {
	color: #000;
}

.sharedaddy .sd-social-text .sd-content ul li a.sd-button {
	color: #000 !important;
}

.sticky .sharedaddy .sd-social-text .sd-content ul li a.sd-button {
	color: #fff !important;
}

.site-header,
.site-header a,
.menu-toggle em,
.fullsize-featured .entry-title,
.featured-slider .entry-title a,
.slider-entry-content p,
.masonry .sticky,
.masonry .sticky .entry-title a,
.masonry .sticky .entry-content a,
.masonry .sticky  p {
	color: #fff;
}

.entry-meta,
.entry-meta a,
.widget_recent_entries .post-date,
.jp-relatedposts-post-context,
.jp-relatedposts-post-date {
	color: #f3ad97; /*theme color*/
}

::-moz-selection {
	background-color: #e9d9d3;
}

::selection {
	background-color: #e9d9d3;
}

.search-wrap,
.social-wrapper,
.widget .accent-box:before {
	background-color: #e9d9d3;
}

blockquote cite,
blockquote + cite,
blockquote + p cite,
q cite,
q + cite,
q + p cite {
	color: rgba(0,0,0,.4);
}

.site-info,
.site-info a,
.author-title,
.author-name span {
	color: rgba(0,0,0,.5);
}

.search-wrap input[type="search"]::-webkit-input-placeholder,
.no-results input[type="search"]::-webkit-input-placeholder,
.error-404 input[type="search"]::-webkit-input-placeholder {
	color: #000;
	padding-left: 0.9em;
	opacity: 1;
}

.search-wrap input[type="search"]:-moz-placeholder,
.no-results input[type="search"]:-moz-placeholder,
.error-404 input[type="search"]:-moz-placeholder {
	color: #000;
	padding-left: 0.9em;
	opacity: 1;
}

.search-wrap input[type="search"]::-moz-placeholder,
.no-results input[type="search"]::-moz-placeholder,
.error-404 input[type="search"]::-moz-placeholder {
	color: #000;
	padding-left: 0.9em;
	opacity: 1;
}

.search-wrap input[type="search"]:-ms-input-placeholder,
.search-wrap 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;
	padding-left: 0.9em;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
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,
.header-image,
.search-wrap input[type="search"],
.no-results input[type="search"],
.error-404 input[type="search"],
.search-wrap input[type="search"]:focus,
.no-results input[type="search"]:focus,
.error-404 input[type="search"]:focus,
.has-sidebar .content-area,
.layout-magazine article:after,
.layout-newspaper .masonry article,
.related-holder + .comment-holder > *:first-child,
.comment-content table,
.entry-content table,
.comment-content th,
.entry-content th,
.comment-content td,
.entry-content td,
.widget_calendar tbody,
.widget_recent_comments li:not(:last-child),
.widget_recent_entries li:not(:last-child),
.widget_jetpack_display_posts_widget .jetpack-display-remote-posts h4:not(:first-of-type),
body .jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit,
body #jp-carousel-comment-form-button-submit,
#eu-cookie-law input[type="submit"],
body #infinite-handle span button,
.featured-category-wrap .featured-category article:not(:last-child),
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],
div#commentform #submit,
.widget .accent-box,
.entry-author,
div.sharedaddy .sd-social h3.sd-title,
body #eu-cookie-law {
	border-color: rgba(0,0,0,.1);
	border-style: solid;
}

.lines .line {
	background-color: rgba(0,0,0,.1);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.widget input[type="text"]:focus,
.widget input[type="email"]:focus,
.widget input[type="tel"]:focus,
.widget input[type="password"]:focus,
.widget input[type="url"]:focus,
.widget input[type="search"]:focus,
.widget select:focus,
.widget textarea:focus,
body .jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit:focus,
body #jp-carousel-comment-form-button-submit:focus,
#eu-cookie-law input[type="submit"]:focus {
	border-color: #000;
	border-style: solid;
}

/*site header*/

.menu-toggle span,
.menu-toggle span:before,
.menu-toggle span:after {
	background-color: #fff;
}

.site-header,
.header-under-layer {
	background-color: #000;
}

/*--------------------------------------------------------------
# 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 {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-smoothing: grayscale;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.content-area .entry-content .contact-form-submission h1,
.content-area .entry-content .contact-form-submission h2,
.content-area .entry-content .contact-form-submission h3,
.content-area .entry-content .contact-form-submission h4,
.content-area .entry-content .contact-form-submission h5,
.content-area .entry-content .contact-form-submission h6 {
	clear: both;
	font-weight: 600;
	margin: 50px 0 30px;
}

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

h5,
h6 {
	line-height: 1.3;
}

.content-area .entry-content h1,
.content-area .entry-content h2,
.content-area .entry-content h3,
.content-area .entry-content h4,
.content-area .entry-content h5,
.content-area .entry-content h6 {
	margin-top: 3rem;
	margin-bottom: 2rem;
}

.content-area .entry-content h1:first-child,
.content-area .entry-content h2:first-child,
.content-area .entry-content h3:first-child,
.content-area .entry-content h4:first-child,
.content-area .entry-content h5:first-child,
.content-area .entry-content h6:first-child {
	margin-top: 0;
}

p {
	margin: 0 0 22px;
}

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

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

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

.entry-content .emphasis {
	margin-top: 3.2rem;
	margin-bottom: 3.2rem;
}

.entry-content .emphasis:first-child {
	margin-top: 0;
}

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

blockquote {
	border: none;
	max-width: 550px;
	line-height: 1.6em;
	margin: 3rem auto;
}

blockquote:first-child {
	margin-top: 0;
}

blockquote:before,
q:before {
	display: inline-block;
	padding: 15px;
	position: relative;
	z-index: 1;
}

q:before {
	float: left;
	margin-top: 2px;
	margin-right: 25px;
}

blockquote:after {
	content: "";
	border-top: 2px solid;
	display: block;
	position: absolute;
	top: 23px;
	width: 100%;
}

blockquote,
q {
	font-weight: 600;
	quotes: "" "";
	position: relative;
}

q {
	padding-right: 1rem;
}

blockquote,
q,
blockquote p {
	line-height: 1.2em;
}

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

blockquote,
q,
blockquote cite,
blockquote + cite,
q cite,
q + cite {
	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;
	margin-top: 10px;
}

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

.page blockquote + cite,
.page blockquote + p cite,
.page q + cite,
.page q + p cite,
.single blockquote + cite,
.single blockquote + p cite,
.single q + cite,
.single q + p cite {
	margin-top: -2rem;
	padding-left: 3.4rem;
}

.listing blockquote + cite,
.listing blockquote + p cite,
.listing q + cite,
.listing q + p cite {
	margin-bottom: 0;
}

blockquote.pull-left,
q.pull-left,
blockquote.pull-right,
q.pull-right {
	max-width: 320px;
	padding-bottom: 10px;
	position: relative;
}

blockquote.pull-left,
q.pull-left {
	text-align: right;
}

blockquote.pull-right,
q.pull-right {
	text-align: left;
}

blockquote.pull-left:before,
q.pull-left:before {
	padding-right: 0;
}

blockquote.pull-right:before,
q.pull-right:before {
	padding-left: 0;
}

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

code {
	background-color: #f9f2f4;
	color: #070707;
	font-size: 90%;
	padding: 2px 4px;
}

big {
	font-size: 125%;
}

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

address {
	font-style: normal;
	line-height: 1.5em;
	margin: 0 0 1.5em;
}

pre {
	background-color: #f5f5f5;
	border: 1px solid rgba(0,0,0,.1);
	color: #333333;
	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;
}

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 {
	background-color: #000;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

figure {
	margin: 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;
}

.featured-image img {
	display: block;
}

.gmnoprint img {
	max-width: inherit;
}

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

.comment-content table,
.entry-content table,
.comment-content thead tr,
.entry-content thead tr,
.comment-content tfoot tr,
.entry-content tfoot tr,
.comment-content th,
.entry-content th,
.comment-content td,
.entry-content td {
	border-style: solid;
}

.comment-content table,
.entry-content table {
	border-width: 1px;
}

.comment-content thead tr,
.entry-content thead tr {
	border-width: 0 0 1px 0;
}

.comment-content tfoot tr,
.entry-content tfoot tr {
	border-width: 1px 0 0 0;
}

.comment-content th,
.entry-content th,
.comment-content td,
.entry-content td {
	border-width: 0 1px 0 0;
	padding: 16px 18px;
	text-align: left;
}

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

th {
	font-weight: 400;
}

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

/*Bootstrap Grid System*/

.row {
	clear: both;
	margin-left: -10px;
	margin-right: -10px;
}

.container-large .row {
	margin-left: 0;
	margin-right: 0;
}

.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;
		padding-left: 10px;
		padding-right: 10px;
	}
	.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*/

.site {
	overflow-y: hidden;
}

.container,
.header-wrapper:not(.featured-portrait) {
	margin-left: auto;
	margin-right: auto;
}

.container {
	max-width: 1600px;
	width: 100%;
}

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

.container .container.container-medium,
.single .header-wrapper .entry-header,
.page .header-wrapper .entry-header {
	max-width: 760px;
}

.page .header-wrapper.container-medium {
	max-width: inherit;
}

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

.site-header {
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	z-index: 3;
}

.header-scrolled .site-header {
	padding-top: 12px;
	padding-bottom: 12px;
}

body:not(.single):not(.page) .site-content {
	overflow-x: hidden;
}

.site-description {
	opacity: .4;
}

.header-image .site-description {
	opacity: .7;
}

.center-logo .site-header {
	padding-top: 13px;
	padding-bottom: 13px;
}

.entry-content iframe {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

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

/*--------------------------------------------------------------
# Transitions
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="url"],
input[type="search"],
textarea,
select,
.radio.checked:before,
input[type="radio"]:checked + label:before,
.site-branding,
.menu-toggle span:before,
.menu-toggle span:after,
.big-search-trigger,
.main-navigation .nav-menu,
.main-navigation ul ul,
.icon-drop-down:before,
.icon-drop-down:after,
#big-search-close,
#big-search-close:before,
#big-search-close:after,
#closeSocialMenu,
#closeSocialMenu:before,
#closeSocialMenu:after,
.jp-carousel-close-hint span:before,
.jp-carousel-close-hint span:after,
body .tb-close-icon:before,
body .tb-close-icon:after,
.tiled-gallery-item a img,
.gallery-item a img,
.single .nav-links > span,
.featured-slider,
.widget,
.widget .search-form input[type="submit"],
.mc_signup_submit input[type="submit"],
.widget_blog_subscription form input[type="submit"],
.widget_blog_subscription input[type="submit"],
#today:after,
.widget_calendar tbody a:after,
.sd-social-icon a:before,
body .tb-close-icon,
.slick-arrow:before,
.entry-header a,
.jp-carousel-next-button span:before,
.jp-carousel-previous-button span:before,
#TB_prev a:before,
#TB_next a:before,
.masonry article .featured-image a,
.featured-category-wrap article .featured-image a,
.masonry .sticky .featured-image + .entry-text:after,
.jp-relatedposts-post-thumbs > .jp-relatedposts-post-a,
.instagram-feed li a,
.slick-dots,
.slick-dots li button:after {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

a,
body .jetpack-social-navigation a:before,
body .jetpack-social-navigation a span {
	-webkit-transition: color .3s, border .3s, opacity .3s;
	-moz-transition: color .3s, border .3s, opacity .3s;
	-ms-transition: color .3s, border .3s, opacity .3s;
	-o-transition: color .3s, border .3s, opacity .3s;
	transition: color .3s, border .3s, opacity .3s;
}

.nav-links a,
.site-branding a,
.jetpack-social-navigation,
.masonry,
.slick-slide {
	-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 > *,
.sticky-header .search-wrap + *,
.social-menu-trigger,
.big-search-trigger,
.slider-entry-content-wrap .excerpt-holder,
.viewport-slider .slider-entry-content-wrap:before,
.plain-slider .slider-entry-content:before {
	-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);
}

.site-header,
.slider-entry-content p {
	-webkit-transition: .35s cubic-bezier(0.28, 0.12, 0.22, 1);
	-moz-transition: .35s cubic-bezier(0.28, 0.12, 0.22, 1);
	-ms-transition: .35s cubic-bezier(0.28, 0.12, 0.22, 1);
	-o-transition: .35s cubic-bezier(0.28, 0.12, 0.22, 1);
	transition: .35s cubic-bezier(0.28, 0.12, 0.22, 1);
}

.horizontal .featured-image,
.viewport-slider .featured-slider .entry-header {
	-webkit-transition: .3s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: .3s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: .3s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: .3s cubic-bezier(0.19, 1, 0.22, 1);
	transition: .3s cubic-bezier(0.19, 1, 0.22, 1);
}

#infinite-handle span,
.format-video .featured-image a:before,
.format-gallery .featured-image a:before,
.format-video .featured-image a:after,
.format-gallery .featured-image a:after {
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.masonry article {
	-webkit-transition: .4s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: .4s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: .4s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: .4s cubic-bezier(0.19, 1, 0.22, 1);
	transition: .4s cubic-bezier(0.19, 1, 0.22, 1);
}

.search-wrap,
.social-wrapper,
.search-wrap .search-form,
.search-wrap .search-instructions,
body .jetpack-social-navigation li {
	-webkit-transition: .5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: .5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: .5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: .5s cubic-bezier(0.19, 1, 0.22, 1);
	transition: .5s cubic-bezier(0.19, 1, 0.22, 1);
}

.single .nav-previous,
.single .nav-next {
	-webkit-transition: .7s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: .7s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: .7s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: .7s cubic-bezier(0.19, 1, 0.22, 1);
	transition: .7s cubic-bezier(0.19, 1, 0.22, 1);
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
body .jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit,
body #jp-carousel-comment-form-button-submit,
#eu-cookie-law input[type="submit"] {
	background: transparent;
	border-radius: 0;
	border-width: 1px;
	box-shadow: none;
	font-weight: 400;
	height: 48px;
	letter-spacing: 0.5px;
	line-height: initial;
	outline: none;
	padding-left: 48px;
	padding-left: 3rem;
	padding-right: 48px;
	padding-right: 3rem;
	text-shadow: none;
}

#eu-cookie-law input[type="submit"],
#eu-cookie-law input[type="submit"]:hover,
#eu-cookie-law input[type="submit"]:focus {
	padding-left: 2em;
	padding-right: 2em;
}

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

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
body .jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit:focus,
body #jp-carousel-comment-form-button-submit:focus,
#eu-cookie-law input[type="submit"]:focus {
	background: #fff;
	color: #000;
}

.big-search-trigger button:focus,
.social-menu-trigger button:focus {
	color: #fff;
}

#eu-cookie-law input[type="submit"]:hover,
#eu-cookie-law input[type="submit"]:focus {
	border-radius: 0;
}

button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
body .jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit:active,
body #jp-carousel-comment-form-button-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: 40px;
}

input[type="search"] {
	-webkit-appearance: none; /*remove rounded corners in iOs*/
	-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,
select,
body .jp-carousel-wrap textarea#jp-carousel-comment-form-comment-field {
	background-color: transparent;
	border-width: 1px;
	border-radius: 0;
	height: 48px;
	letter-spacing: 0.5px;
	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,
select:focus,
body .jp-carousel-wrap textarea#jp-carousel-comment-form-comment-field:focus {
	border-color: #000;
	outline: none;
}

textarea,
body .jp-carousel-wrap textarea#jp-carousel-comment-form-comment-field {
	-webkit-box-shadow: none;
	box-shadow: none;
	line-height: 1.8em;
	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 {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: url(assets/img/drop-arrow.png) no-repeat right 13px center;
	-webkit-background-size: 8px auto;
	background-size: 8px auto;
	cursor: pointer;
	min-height: 40px; /*no fixed height so select can span with text*/
	padding: 10px 50px 9px 22px;
	white-space: normal;
	-webkit-transition: border .3s;
	-moz-transition: border .3s;
	-ms-transition: border .3s;
	-o-transition: border .3s;
	transition: border .3s;
}

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

.post-password-form label {
	margin-right: 10px;
}

.post-password-form label,
.post-password-form input[type=submit] {
	display: inline-block;
	vertical-align: top;
}

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

.mc_form_inside {
	padding-top: 45px;
}

.mc_form_inside .updated {
	position: absolute;
	top: 0;
}

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

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

.search-form input[type="submit"],
.mc_signup_submit input[type="submit"] {
	background-color: transparent;
	border-color: transparent;
	border-left: none;
	height: 48px;
	letter-spacing: 0.5px;
	line-height: normal;
	text-transform: uppercase;
	width: auto;
	position: absolute;
	top: 45px;
	right: 0;
	padding-left: 0;
	padding-right: 0;
}

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

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

/*Contact Form*/

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

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

.contact-form > * {
	font-size: initial;
	margin-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

.contact-form .half-width {
	display: inline-block;
}

.contact-form .half-width {
	width: 50%;
}

.contact-form div.half-width input {
	max-width: 100%;
	width: 100%;
}

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

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

form.contact-form input[type=text],
.comment-form input[type=text],
form.contact-form input[type=email],
.comment-form input[type=email],
.comment-form input[type=url],
.contact-form div.half-width input {
	border-width: 0 0 1px 0;
	padding-left: 0;
	padding-right: 0;
}

form.contact-form input[type=text],
.comment-form input[type=text],
form.contact-form input[type=email],
.comment-form input[type=email],
.comment-form input[type=url] {
	margin-top: 0;
}

.contact-form input[type=date]::-webkit-inner-spin-button,
.contact-form input[type=date]::-webkit-calendar-picker-indicator {
	-webkit-appearance: none;
	display: none;
}

.contact-form div textarea,
.comment-form textarea {
	height: auto;
	line-height: 1.8em;
	min-height: 40px;
	max-height: 280px;
	overflow: auto;
	padding-top: 8px;
	padding-bottom: 8px;
}

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

.contact-submit:last-child,
.entry-content .contact-submit {
	margin-bottom: 0;
}

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

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

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

.contact-form > div > label:first-of-type {
	margin-top: 22px;
}

body .contact-form-submission {
	font-size: initial;
	margin-top: 3rem;
	padding: 0;
}

/*checkbox and radio*/

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

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

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

/*comment form*/

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="tel"],
.comment-form input[type="url"],
.comment-form input[type="password"],
.comment-form input[type="search"],
.comment-form textarea {
	background-color: transparent;
}

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="tel"]:focus,
.comment-form input[type="url"]:focus,
.comment-form input[type="password"]:focus,
.comment-form input[type="search"]: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"] {
	margin-bottom: 36px;
}

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

/*remove clearfield button*/

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

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

/*big search*/

.search-wrap,
.social-wrapper {
	height: 100vh;
	z-index: 1003;
}

.search-wrap .search-form,
.search-wrap .search-instructions {
	max-width: 1550px;
	text-align: center;
	width: 82%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-80%,-50%);
	-moz-transform: translate(-80%,-50%);
	-ms-transform: translate(-80%,-50%);
	-o-transform: translate(-80%,-50%);
	transform: translate(-80%,-50%);
}

.search-wrap .search-instructions {
	margin-top: 100px;
}

.no-results .search-form,
.error-404 .search-form {
	position: relative;
}

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

.search-wrap input[type="search"],
.no-results input[type="search"],
.error-404 input[type="search"] {
	border-width: 0 0 1px 0;
	height: auto;
	line-height: 1.2em;
	padding: 0 0 12px;
	text-align: center;
	width: 100%;
}

.search-wrap .search-form input[type="submit"],
.no-results .search-form input[type="submit"],
.error-404 .search-form input[type="submit"] {
	display: none;
}

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

.big-search-trigger,
.social-menu-trigger {
	border: none;
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}

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

.social-menu-trigger {
	width: 40px;
}

.big-search-trigger button,
.social-menu-trigger button,
.big-search-trigger button:hover,
.social-menu-trigger button:hover {
	background: transparent;
}

.big-search-trigger button,
.social-menu-trigger button {
	border: none !important;
	height: 33px;
	padding: 0;
	font-weight: 400;
}

.big-search-trigger button {
	margin-top: 5px;
	margin-left: 20px;
}

.big-search-trigger button:focus,
.social-menu-trigger button:focus {
	outline: none;
}

#big-search-close,
#closeSocialMenu,
body .jp-carousel-close-hint span,
body #TB_closeWindowButton {
	margin-top: 50px;
	top: 0;
}

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

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

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

.big-search #big-search-close,
.social-menu-opened #closeSocialMenu {
	display: block;
}

/*Widget Forms*/

.widget input[type="text"],
.widget input[type="email"],
.widget input[type="tel"],
.widget input[type="password"],
.widget input[type="url"],
.widget input[type="search"],
.widget select {
	border-width: 0 0 1px 0;
	padding-left: 0;
}

.widget form,
.widget input[type="text"],
.widget input[type="email"],
.widget input[type="tel"],
.widget input[type="password"],
.widget input[type="url"],
.widget input[type="search"],
.widget select {
	max-width: 100%;
	width: 340px;
}

.widget input[type="text"],
.widget input[type="email"],
.widget input[type="tel"],
.widget input[type="password"],
.widget input[type="url"],
.widget input[type="search"],
.widget select,
.widget textarea {
	height: 48px;
	letter-spacing: 0.6px;
}

.widget.widget_search input::-webkit-input-placeholder {
	opacity: 0;
}

.widget.widget_search input:-moz-placeholder {
	opacity: 0;
}

.widget.widget_search input::-moz-placeholder {
	opacity: 0;
}

div#eu-cookie-law {
	padding: 14px 28px;
}

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

.sticky-header .site-header {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.header-under-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

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

.site-branding {
	width: 220px;
}

.header-scrolled:not(.center-logo) .site-branding {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}

.site-branding img {
	max-height: 40vh;
	width: auto;
}

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

.header-image .site-title {
	font-weight: 400;
}

.site-title a {
	position: relative;
	top: -6px;
}

.site-title + .site-description {
	margin-top: 3px;
}

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

.menu-toggle {
	background: none;
	border: none;
	display: inline-block;
	font-size: 0 !important;
	height: 40px;
	outline: none;
	padding: 0;
	text-align: center;
	width: 40px;
	position: relative;
	z-index: 1001;
}

.menu-toggle:focus,
.menu-toggle:active {
	background: none;
	border: none;
	outline: none;
}

.menu-toggle em {
	display: inline-block;
	font-size: 10px;
	letter-spacing: 1px;
	font-style: normal;
	margin-top: -6px;
	text-indent: 0;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: -44px;
	display: none;
}

.menu-toggle span,
.menu-toggle span:before,
.menu-toggle span:after {
	height: 1px;
	position: absolute;
	width: 20px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.menu-toggle span {
	margin-top: -1px;
	top: 50%;
	right: 10px;
}

.menu-toggle span:before,
.menu-toggle span:after {
	content: "";
	right: 0;
}

.menu-toggle span:before {
	top: -5px;
}

.menu-toggle span:after {
	top: 5px;
}

.toggled .menu-toggle span {
	background-color: transparent;
}

.toggled .menu-toggle span:before,
.toggled .menu-toggle span:after {
	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);
	-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);
	-o-transform: rotate(-45deg) translateZ(0);
	transform: rotate(-45deg) translateZ(0);
}

.header-image {
	border-width: 0 0 1px 0;
	overflow: hidden;
	padding: 40px 0;
	position: relative;
	text-align: center;
}

.header-image:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.header-image .site-branding {
	display: inline-block;
	margin-left: 0;
	padding-left: 0;
	position: relative;
	text-align: center;
	vertical-align: inherit;
	width: auto;
	z-index: 2;
}

.header-image .site-description {
	margin-bottom: -7px;
}

.header-image .site-branding img {
	max-height: 40vh;
	max-width: 400px;
}

.header-image > img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 0;
}

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

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

.footer-widget-holder .widget-area {
	margin-bottom: 40px;
	width: 100%;
}

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

.paging-navigation {
	margin: 90px 0 0;
	text-align: center;
}

.paging-navigation ul {
	list-style-type: none;
	margin: 0 auto;
	display: inline-block;
}

.paging-navigation li {
	display: inline-block;
	margin: 0;
	padding: 5px;
}

.paging-navigation a.next {
	margin-left: 20px;
}

.paging-navigation a.prev {
	margin-right: 20px;
}

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

a {
	text-decoration: none;
}

a:focus,
button:focus {
	outline: thin dotted;
}

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

.entry-content a,
.entry-footer a,
.entry-footer a,
.author-box a {
	opacity: .4;
}

.entry-content a[href$=".jpg"],
.entry-content a[href$=".png"],
.gallery-item a,
.tiled-gallery-item a,
.jp-relatedposts-post .jp-relatedposts-post-a,
.viewport-slider .horizontal .entry-title a,
.fullwidth-slider .horizontal .entry-title a {
	opacity: 1;
}

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

.posts-navigation .nav-previous,
.posts-navigation .nav-next {
	position: relative;
}

.posts-navigation a {
	display: block;
	font-weight: 700;
	opacity: .5;
	position: relative;
	text-transform: uppercase;
}

.posts-navigation .nav-previous a:before,
.posts-navigation .nav-next a:after {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: inline-block;
	vertical-align: middle;
	position: static;
	margin-top: -4px;
}

.posts-navigation .nav-previous a:before {
	left: -50px;
	margin-right: 20px;
}

.posts-navigation .nav-next a:after {
	right: -50px;
	margin-left: 20px;
}

/*post navigation*/

.single .nav-links > span,
.single .nav-links > div > span {
	font-weight: 600;
}

.single .nav-links a {
	position: relative;
}

.single .nav-links figure {
	margin-bottom: 15px;
}

.single .nav-links figure:empty {
	margin-bottom: 4px;
}

.single .nav-links .post-title {
	margin: 0;
	font-weight: 400;
	line-height: 1.1em;
	text-transform: none;
}

.single .nav-links .entry-meta {
	display: block;
	margin-bottom: 8px;
}

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

.nav-opened {
	overflow: hidden;
}

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

.nav-menu > li {
	margin: 0 0 0 22px;
	line-height: 33px;
}

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

.main-navigation ul ul a {
	display: block;
	line-height: 1.4em;
	word-wrap: break-word;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
	font-weight: 700;
	opacity: 1;
}

.dropdown-toggle {
	display: inline-block;
	line-height: 10px;
	margin-right: -10px;
	padding: 8px 2px;
	position: relative;
	top: 6px;
}

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

.icon-drop-down {
	cursor: pointer;
	display: block;
	height: 6px;
	position: relative;
	width: 20px;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: -webkit-transform .3s;
	-moz-transition: -moz-transform .3s;
	-ms-transition: -ms-transform .3s;
	-o-transition: -o-transform .3s;
	transition: transform .3s;
}

.icon-drop-down:before,
.icon-drop-down:after {
	display: inline-block;
	width: 1px;
}

.icon-drop-down:before,
.icon-drop-down:after {
	content: "";
	height: 6px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

.icon-drop-down:before {
	-webkit-transform: rotate(-40deg);
	-moz-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	-o-transform: rotate(-40deg);
	transform: rotate(-40deg);
}

.icon-drop-down:after {
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	-o-transform: rotate(40deg);
	transform: rotate(40deg);
}

.main-navigation .toggle-on > span > .icon-drop-down:before,
.main-navigation .toggle-on > span > .icon-drop-down:after,
.main-navigation .focus > span > .icon-drop-down:before,
.main-navigation .focus > span > .icon-drop-down:after {
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

.main-navigation .toggle-on > span > .icon-drop-down:before,
.main-navigation .focus > span > .icon-drop-down:before {
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	-o-transform: rotate(40deg);
	transform: rotate(40deg);
}

.main-navigation .toggle-on > span > .icon-drop-down:after,
.main-navigation .focus > span > .icon-drop-down:after {
	-webkit-transform: rotate(-40deg);
	-moz-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	-o-transform: rotate(-40deg);
	transform: rotate(-40deg);
}

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

/*social menu*/

.social-wrapper > *:first-child {
	display: inline-block;
	float: none;
	text-align: left;
	vertical-align: middle;
}

body .jetpack-social-navigation li {
	display: block;
	margin: 28px 0;
	opacity: 0;
	-webkit-transform: translateX(-200px);
	-moz-transform: translateX(-200px);
	-ms-transform: translateX(-200px);
	-o-transform: translateX(-200px);
	transform: translateX(-200px);
}

body .jetpack-social-navigation .animate {
	opacity: 1;
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	-ms-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

body .jetpack-social-navigation a {
	display: block;
	height: auto;
	letter-spacing: 1px;
	width: auto;
}

body .jetpack-social-navigation span,
body .jetpack-social-navigation a:before {
	vertical-align: middle;
}

body .jetpack-social-navigation a:before {
	margin-right: 1em;
	opacity: .1;
}

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

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

.screen-reader-text: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,
.aligncenter {
	clear: both;
	display: block;
	margin: 60px auto;
}

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

.alignleft {
	clear: left;
	float: left;
	margin: 8px 60px 30px 0;
}

.alignright {
	clear: right;
	float: right;
	margin: 8px 0 30px 60px;
}

img.alignleft,
img.alignright {
	max-width: 50%;
}

.widget .aligncenter,
.widget .alignnone {
	margin-top: 0;
	margin-bottom: 0;
}

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

.clear:before,
.clear:after,
.row:before,
.row:after,
.entry-content:before,
.entry-content:after,
.twocolumn:before,
.twocolumn:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.menu-items:before,
.menu-items:after,
.contact-form:before,
.contact-form:after,
.nav-links:before,
.nav-links:after,
.instagram-pics:before,
.instagram-pics:after,
.sidebar .widget-area:before,
.sidebar .widget-area:after,
.footer-widget-holder:before,
.footer-widget-holder:after,
#jp-relatedposts .jp-relatedposts-items:before,
#jp-relatedposts .jp-relatedposts-items:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.row:after,
.entry-content:after,
.twocolumn:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.menu-items:after,
.contact-form:after,
.nav-links:after,
.instagram-pics:after,
.sidebar .widget-area:after,
.footer-widget-holder:after,
#jp-relatedposts .jp-relatedposts-items:after {
	clear: both;
}

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

/* 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 > ul > li,
.widget_nav_menu li {
	margin-top: 0.8rem;
}

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

.widget-title {
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-top: 0;
	margin-bottom: 2.375rem;
	text-transform: uppercase;
}

.widget:first-child .widget-title {
	margin-top: 0;
}

.widget .accent-box,
.entry-author {
	border-style: solid;
	border-width: 1px;
	position: relative;
}

.widget .accent-box {
	margin: .8em;
	padding: 3.5em 2.5em;
}

.widget .accent-box > :first-child {
	margin-top: 0;
}

.widget .accent-box > :last-child {
	margin-bottom: 0;
}

.widget .accent-box:before {
	content: '';
	display: block;
	position: absolute;
	top: -0.8em;
	right: -0.8em;
	bottom: -0.8em;
	left: -0.8em;
	z-index: -1;
}

.widget_nav_menu {
	display: inline-block;
	max-width: 170px;
	padding-right: 20px;
	vertical-align: top;
	width: 50%;
}

/* text widget */

.widget_text h1,
.widget_text h2,
.widget_text h3,
.widget_text h4,
.widget_text h5,
.widget_text h6 {
	margin-top: 30px;
	margin-bottom: 20px;
}

/* search */

.widget .search-form input[type="submit"]:hover,
.mc_signup_submit input[type="submit"]:hover {
	background: none;
	border-color: transparent;
	color: inherit;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-ms-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}

.widget .search-form input[type="submit"]:not([disabled]):hover,
.mc_signup_submit input[type="submit"]:not([disabled]):hover
 {
	opacity: .7;
}

/*calendar widget*/

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

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

.widget_calendar tbody {
	border-style: solid;
	border-width: 0 0 1px 0;
	font-weight: 400;
}

.widget_calendar tbody tr:last-child td {
	padding-bottom: 30px;
}

.widget_calendar tbody tr:last-child #today:after {
	bottom: 30px;
}

.widget_calendar caption {
	text-align: left;
	margin-bottom: 1em;
}

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

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

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

.widget_calendar tbody a {
	position: relative;
	line-height: 1;
}

#today:after,
.widget_calendar tbody a:after {
	content: '';
	display: block;
	width: 1.6em;
	position: absolute;
	left: calc(50% - .8em);
	z-index: -1;
}

.widget_calendar tbody a:after {
	border: 1px solid rgba(0,0,0,.2);
	top: 0;
	bottom: 0;
}

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

#today,
#today a {
	color: #fff;
}

#today:after {
	background: #000;
	top: 5px;
	bottom: 5px;
}

.widget_calendar tbody #today a:after {
	border: none;
}

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

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

/*Recent comments - posts widget*/

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

.widget_recent_comments li:not(:last-child),
.widget_recent_entries li:not(:last-child) {
	border-style: solid;
	border-width: 0 0 1px 0;
	padding-bottom: 24px;
}

.widget_recent_comments li a,
.widget_recent_entries li a {
	line-height: 1.4;
}

.widget_recent_entries .post-date {
	display: block;
	text-transform: uppercase;
	font-weight: 600;
}

/*Rss widget*/

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

.widget_rss_links .widget-title:before {
	margin-right: 10px;
}

.widget_rss .widget-title a:before {
	display: inline-block;
}

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

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

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

.widget li > ul,
.widget li > ol {
	margin-left: .8em;
}

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

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

/*Tag cloud*/

.tagcloud a {
	display: inline-block;
	padding-right: 5px;
	margin-bottom: 5px;
}

.tagcloud a:not(:last-child):after {
	content: '|';
	font-size: 14px;
	padding-left: 5px;
}

.tagcloud .tag-link-count {
	display: inline-block;
	vertical-align: super;
	font-size: 10px;
	padding-left: 2px;
}

/*Custom menues*/

.widget_nav_menu li {
	display: block;
}

/*Instagram feed*/

.instagram-feed .widget.null-instagram-feed {
	margin-bottom: 0;
	max-width: 100%;
}

.instagram-feed .widget.null-instagram-feed > ul > li {
    margin-top: 0;
}

.instagram-feed {
	background-color: #e6e7e8;
	padding: 50px;
	position: relative;
	text-align: center;
}

.instagram-feed .instagram-pics {
	margin: -50px;
	overflow: hidden;
}

.instagram-feed li {
	float: left;
	list-style: none;
	margin: 0;
}

.instagram-feed li a,
.instagram-feed img {
	display: block;
}

.instagram-username {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #fff;
	letter-spacing: 3px;
	margin-top: -23px;
	padding: 13px 30px;
	text-align: center;
	text-transform: uppercase;
	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%);
	z-index: 2;
}

.no-feed-msg {
	margin: 0;
	padding: 50px;
}

/*Instagram widget*/

.widget-area .instagram-pics li,
.flickr_badge_image {
	display: block;
	float: left;
	margin: 0 0 2px;
	overflow: hidden;
	padding-right: 2px;
	max-width: 33.33333334%;
}

.widget-area .instagram-pics li a {
	display: block;
}

.widget-area .instagram-pics li:nth-child(3n + 1),
.flickr_badge_image:nth-child(3n + 2) {
	clear: left;
}

.widget-area .instagram-pics img {
	display: block;
	width: 100%;
}

.null-instagram-feed > a,
.widget_flickr > a {
	display: inline-block;
	margin-top: 12px;
}

.null-instagram-feed > p {
	margin-top: 10px;
}

/*Jetpack widgets*/

/*contact*/

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

.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 p {
	line-height: 1.4rem !important;
	margin: 0 0 22px !important;
}

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

/*gallery*/

.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-bottom: 2px;
	margin-left: 0;
}

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

.widget div[class^=gr_custom_title] {
	font-weight: 700;
}

.widget div[class^=gr_custom_review] {
	margin-top: 0.6rem;
}

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

/*RSS links*/

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

/* akismet spam block */

body .widget .a-stats a {
	background: #000;
	color: #fff;
	border: none;
	border-radius: 0;
}

/* authors */

.widget_authors > ul > li {
	position: relative;
	margin-bottom: 20px;
}

.widget_authors img {
	border-radius: 100%;
}

.widget_authors strong {
	margin-top: 14px;
	display: inline-block;
}

.widget_authors ul ul {
	margin-left: 0;
	margin-top: 10px;
}

/* tag cloud */
.wp_widget_tag_cloud > div,
.widget_tag_cloud > div {
	overflow: visible !important;
	letter-spacing: 0;
}

/* contact info */

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

/* flick */

.widget_flickr #flickr_badge_wrapper {
	background: transparent !important;
	border: none !important;
}

#flickr_badge_wrapper td {
	text-align: left;
}

/* blog subscription */

.widget_blog_subscription form p:nth-child(3) {
	margin-bottom: 15px;
}

.widget_blog_subscription input[type="submit"] {
	padding-left: 1.5em;
	padding-right: 1.5em;
}

/* jetpack subscribe */

.jetpack_subscription_widget input[type="submit"] {
	width: 100%;
	padding-top: 8px;
	padding-bottom: 5px;
}

.jetpack_subscription_widget #subscribe-email input {
	width: 100%;
}

/* display posts from other blogs */

.widget_jetpack_display_posts_widget .jetpack-display-remote-posts h4:not(:first-of-type) {
	border-style: solid;
	border-width: 1px 0 0 0;
	padding-top: 30px;
}

/* instagram */

.widget_wpcom_instagram_widget .wpcom-instagram-columns-3 img {
	max-width: 31%;
}

/* social media icons */

.widget_wpcom_social_media_icons_widget .genericon {
	font-size: 18px;
}

.widget_wpcom_social_media_icons_widget .genericon-linkedin,
.widget_wpcom_social_media_icons_widget .genericon-googleplus {
	font-size: 22px;
}

/* milestone */

.widget .milestone-content {
	max-width: 100% !important;
}

/* jetpack my community */

.widget_jetpack_my_community img {
	border-radius: 100%;
}

/* cookie */

body .widget_eu_cookie_law_widget.widget {
	max-width: none;
}

body .widget_eu_cookie_law_widget form {
	width: 100%;
}

#eu-cookie-law a,
#eu-cookie-law a:active,
#eu-cookie-law a:visited {
	color: inherit;
	cursor: inherit;
	text-decoration: underline;
}

body #eu-cookie-law {
	color: #000;
}

body #eu-cookie-law.negative input,
body #eu-cookie-law.negative input:focus,
body #eu-cookie-law.negative input:hover {
	background: #000;
	border-color: #fff;
	color: #fff;
}

body #eu-cookie-law input,
body #eu-cookie-law input:focus,
body #eu-cookie-law input:hover {
	line-height: initial;
}

/*MailChimp List Subscribe Form*/

#mc_subheader,
.mc_merge_var {
	margin-bottom: 15px;
}

.mc_header_email {
	display: none;
}

.mc_signup_submit {
	margin-top: 12px;
}

#mc_unsub_link,
#mc_display_rewards {
	text-align: left;
}

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

.tk-theme-frontend .site > * {
	opacity: 0;
}

.tk-theme-frontend.show .site > *,
.tk-theme-frontend.no-js .site > * {
	opacity: 1;
}

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

.site-content {
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-ms-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

.site-main > article {
	opacity: 0;
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.show .site-main > article,
.no-js .site-main > article {
	opacity: 1;
}

.entry-title {
	font-weight: 400;
	margin-top: 0;
}

.posted-on,
.byline,
.content-area .updated:not(.published),
.entry-meta .updated:not(.published) {
	display: none;
}

.single .posted-on {
	display: inline;
}

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

.page-links a {
	border: none;
	font-weight: 400;
	margin-left: 5px;
	margin-right: 5px;
	opacity: .4;
}

.masonry,
.listing {
	opacity: 0;
}

.show .listing,
.no-js .listing {
	opacity: 1;
}

.listing article,
.listing .entry-content,
.listing .entry-content p {
	letter-spacing: 0.5px;
}

.listing .hentry article {
	padding-left: 0;
	padding-right: 0;
}

.listing .entry-content,
.listing .entry-content p {
	line-height: 1.7em;
}

.listing .entry-title {
	line-height: 1.3em;
	margin-top: 0;
	margin-bottom: 1.8rem;
}

.listing .entry-meta {
	margin-bottom: 1.1rem;
}

.listing figure + .entry-header {
	margin-top: 1.1rem;
}

.entry-meta {
	text-transform: uppercase;
}

.entry-meta > * {
	margin-right: 10px;
}

.listing .entry-meta > * {
	display: inline-block;
}

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

.listing .entry-meta .posted-on {
	white-space: nowrap;
}

.grid-sizer {
	height: 0;
	min-height: 0;
}

.featured-image a,
.format-video .featured-image a,
.format-gallery .featured-image a {
	display: inline-block;
	position: relative;
	width: 100%;
}

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

/*Thickbox pop-up*/

body #TB_overlay {
	opacity: .9;
}

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

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

#TB_closeWindow,
#TB_closeWindowButton,
body .tb-close-icon {
	line-height: inherit;
	height: auto;
	width: auto;
}

#TB_closeWindowButton:focus .tb-close-icon {
	opacity: .7;
}

#TB_closeWindow {
	padding: 0;
	position: fixed;
	top: 5%;
	right: 50px;
}

#TB_closeWindowButton,
body .tb-close-icon {
	position: static;
}

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

body #TB_caption,
.format-video #TB_ajaxWindowTitle {
	color: #000;
	font-weight: 400;
	letter-spacing: 1.3px;
	text-align: center;
}

body #TB_caption {
	padding: 15px 0 0;
	width: 100%;
}

.format-video #TB_ajaxWindowTitle {
	width: calc(100% - 40px);
}

#TB_secondLine {
	text-indent: -9999px;
}

#TB_prev,
#TB_next {
	overflow: hidden;
	text-align: center;
	text-indent: 0;
	width: 82px;
	position: fixed;
	top: 0;
	bottom: 0;
}

#TB_prev {
	left: 0;
}

#TB_next {
	right: 0;
}

#TB_prev a,
#TB_next a {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
}

#TB_prev a:before,
#TB_next a:before {
	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%);
}

#TB_load {
	display: none !important;
}

/*video format*/

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

body .jetpack-video-wrapper {
	margin-bottom: 2.5em;
}

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

.entry-video iframe,
.jetpack-video-wrapper > *,
.jetpack-video-wrapper iframe {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

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

/*single*/

.fullsize-featured {
	background-color: #000;
	overflow: hidden;
	position: relative;
}

.fullsize-featured:after {
	content: "";
	position: absolute;
	width: 100%;
	bottom: 0;
	top: 20%;
	left: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.12) 30%, rgba(0,0,0,0.4) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.12) 30%,rgba(0,0,0,0.4) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.12) 30%,rgba(0,0,0,0.4) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 );
}

.fullsize-featured .featured-image {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	opacity: .6;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}

.single .fullsize-featured .featured-image img {
	display: none;
}

.fullsize-featured .entry-header {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30vh;
	padding-bottom: 30vh;
	position: relative;
	text-align: center;
	z-index: 1;
}

.single .fullsize-featured .entry-header {
	max-width: 820px;
}

.single .fullsize-featured .entry-title {
	margin-bottom: 0;
}

.single .featured-image,
.page:not(.page-template-portfolio-page) .featured-image {
	text-align: center;
}

.single .featured-image img,
.page:not(.page-template-portfolio-page) .featured-image img {
	display: inline-block;
}

.single figure + .entry-content {
	margin-top: 3rem;
}

.page .header-wrapper .entry-header,
.page .header-wrapper.has-featured-img .entry-header,
.single .header-wrapper .entry-header,
.single .header-wrapper.featured-portrait .entry-header,
.single.has-sidebar .fullsize-featured .entry-header {
	margin-left: auto;
	margin-right: auto;
}

.has-sidebar .header-wrapper:not(.featured-portrait):not(.featured-landscape) .entry-header {
	margin-left: 0;
	margin-right: 0;
}

.single .entry-title {
	margin-top: 0;
	line-height: 1;
}

.single .entry-meta {
	margin-bottom: 10px;
}

.single .fullsize-featured .entry-meta {
	margin-bottom: 26px;
}

.entry-footer {
	letter-spacing: 0.3px;
}

.entry-footer > * {
	display: block;
}

.single .sharedaddy,
.page .sharedaddy {
	margin-top: 5rem;
}

.single .entry-footer {
	margin: 3rem 0;
}

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

.cat-links ~ * {
	margin-left: 15px;
}

.entry-footer a {
	font-weight: 400;
	opacity: .4;
}

.cat-links a:first-of-type,
.tags-links a:first-of-type {
	margin-left: 4px;
}

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

.cat-links a:last-of-type:after,
.tags-links a:last-of-type:after {
	content: "";
}

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

.page-title {
	line-height: 0.8;
}

/*search*/

.search .page-header,
.archive .page-header {
	text-align: center;
	margin-bottom: 80px;
}

.search .page-header p,
.archive .page-header p {
	max-width: 350px;
	margin-top: 30px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

.search .page-header .page-title,
.archive .page-header .page-title {
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: .15em;
	margin: 0 0 10px;
}

.search .page-header .page-title span,
.archive .page-header .page-title span,
.search .no-results .page-header .page-title {
	display: block;
	letter-spacing: 0;
	line-height: 1;
	margin-top: 10px;
	text-transform: none;
}

.results-number {
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.search-results .entry-title {
	margin-top: 0;
}

.search-results .jetpack-portfolio .entry-title {
	margin-bottom: 0;
}

.search-results .cat-links {
	display: inline-block;
	font-weight: 700;
}

.no-results input[type="search"] {
	border-bottom-color: #000;
	max-width: 500px;
}

.no-results .page-header {
	margin-bottom: 34px;
}

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

.no-results .page-content p {
	margin-bottom: 5rem;
}

/* 404 */

.has-sidebar.error404 .content-area {
	border-right: none;
}

.error404 .page-header .page-title {
	font-weight: 400;
	margin-top: 30px;
	margin-bottom: 50px;
}

.error404 .error-404,
.search .no-results {
	margin-top: 10vh;
	margin-bottom: 8vh;
}

.error404 .page-content p {
	line-height: 1;
}

.error404 .page-content a {
	opacity: .5;
}

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

.plain-slider .horizontal {
	position: relative;
}

.slick-track {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.horizontal .hentry {
	display: inline-block;
	float: none;
	margin-top: 0;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	white-space: normal;
	width: auto;
}

.horizontal .hentry,
.has-sidebar.layout-newspaper .horizontal .hentry {
	padding-left: 0;
	padding-right: 0;
}

.horizontal .hentry:focus {
	outline: none;
}

.viewport-slider .featured-slider .hentry {
	width: 100vw;
}

.viewport-slider .featured-slider .hentry,
.fullwidth-slider .featured-slider .hentry {
	background-color: rgba(0,0,0,.1);
}

.plain-slider .horizontal .featured-slider .hentry {
	position: relative;
	text-align: left;
}

.viewport-slider .featured-slider .featured-image,
.viewport-slider .featured-slider .featured-image a {
	height: 100%;
}

.horizontal .featured-slider {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0;
	position: relative;
	white-space: nowrap;
	z-index: 0;
}

.slick-list {
	cursor: -webkit-grab;
	cursor: -moz-grab;
}

.slick-list:active {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
}

.horizontal .featured-image {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.horizontal .featured-image img {
	display: none;
}

.show-slider .horizontal .featured-slider,
.no-js .horizontal .featured-slider {
	opacity: 1;
}

.plain-slider .featured-slider {
	text-align: center;
}

.plain-slider .featured-slider .entry-title {
	line-height: 1.1;
}

.pulse {
	display: inline-block;
	border-radius: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	background-color: #000;
	-webkit-animation: ball-scale 1s 0s ease-in-out infinite;
	-moz-animation: ball-scale 1s 0s ease-in-out infinite;
	-o-animation: ball-scale 1s 0s ease-in-out infinite;
	animation: ball-scale 1s 0s ease-in-out infinite;
}

.show-slider .pulse,
.no-js .pulse {
	display: none;
}

@-o-keyframes ball-scale {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: .6;
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@-moz-keyframes ball-scale {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: .6;
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@-webkit-keyframes ball-scale {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: .6;
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes ball-scale {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: .6;
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

/*viewport featured-slider*/

.viewport-slider .site-content,
.viewport-slider .site-footer,
.viewport-slider .instagram-feed {
	position: relative;
	z-index: 1;
}

.slider-entry-content-wrap {
	content: "";
	background-color: rgba(0,0,0,.3);
	display: block;
	overflow: hidden;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1001;
}

.viewport-slider .slider-entry-content-wrap:before,
.plain-slider .slider-entry-content:before {
	content: "";
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 70%, rgba(0,0,0,0.7) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 70%,rgba(0,0,0,0.7) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 70%,rgba(0,0,0,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	height: 60vh;
	opacity: .4;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.slider-entry-content {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1002;
}

.viewport-slider .featured-slider .entry-title {
	line-height: 1;
	margin-bottom: 0;
}

.plain-slider .horizontal .entry-title {
	margin: 0;
}

.plain-slider .horizontal .featured-image + .entry-header {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	bottom: 37px;
	left: 50px;
	right: 50px;
}

.slider-entry-content p {
	line-height: 1.3;
}

.slider-entry-content p:last-of-type {
	margin-bottom: 0;
}

.slider-entry-content-wrap .excerpt-holder {
	height: auto;
	overflow: hidden;
	display: none;
}

.slider-entry-content .more-link,
.viewport-slider .featured-slider .featured-image img,
.featured-slider .read-more-link,
.featured-slider .sharedaddy,
.featured-category .sharedaddy,
.viewport-slider .featured-slider .featured-image a:after {
	display: none;
}

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

/*slick-dots*/

.slick-dots {
	display: block;
	list-style: none;
	padding: 0 50px;
	text-align: center;
	width: 100%;
	white-space: normal;
	z-index: 1000;
}

.plain-slider .slick-list {
	margin-bottom: 40px;
}

.slick-dots li {
	cursor: pointer;
	display: inline-block;
	margin: 0 3px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.slick-dots li button {
	background: transparent;
	border: 0;
	color: transparent;
	cursor: pointer;
	display: block;
	outline: none;
	padding: 0 5px;
	text-align: right;
	white-space: nowrap;
}

.slick-dots li button:active {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:before,
.slick-dots li button:after {
	content: '';
	background-color: #000;
	font-size: 11px;
	height: 2px;
	line-height: 23px;
	position: absolute;
	bottom: 2px;
}

.slick-dots li button:before {
	left: 0;
	opacity: .5;
}

.slick-dots li button:after {
	left: -100%;
	z-index: 1;
}

.slick-dots li.slick-active button:after {
	left: 0;
}

.slider-nav a {
	background-color: rgba(0,0,0,.1);
	height: 45px;
	width: 100px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 3;
}

.slider-nav .prev {
	left: 0;
}

.slider-nav .next {
	right: 0;
}

.slider-nav i {
	color: #fff;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slider-nav .prev i {
	right: 20px;
}

.slider-nav .next i {
	left: 20px;
}

/* staff pick - featured content */

.featured-category-wrap {
	background: #fff;
	margin: 30px 0 0;
	opacity: 0;
	overflow: hidden;
}

.featured-category-wrap.show-slider {
	opacity: 1;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.featured-category-wrap .featured-header h3 {
	font-weight: 400;
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
}

.featured-category-wrap .featured-row {
	margin-left: -30px;
	padding-bottom: 20px;
}

.featured-category-wrap .slick-track {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: nowrap;
	flex-direction: row;
}

.featured-category-wrap .featured-category article {
	border-bottom: none;
	display: inline-block;
	float: none;
	outline: none;
	padding: 0 35px;
	vertical-align: top;
}

.featured-category-wrap .featured-category article:not(:last-child) {
	border-style: solid;
	border-width: 0 1px 0 0;
}

.featured-category-wrap .featured-image {
	margin-bottom: 30px;
}

.featured-category-wrap .entry-title {
	font-weight: 400;
	margin-bottom: 15px;
}

.featured-category-wrap .entry-content p {
	line-height: 1.5;
	margin-bottom: 0;
}

.featured-category-wrap .entry-content .more-link {
	display: none;
}

.featured-arrows {
	float: right;
}

.featured-arrows button {
	border-radius: 17px;
	border-style: solid;
	height: 34px;
	margin-left: 10px;
	padding: 0;
	position: relative;
	width: 34px;
}

.featured-arrows button:focus {
	outline: none;
}

.featured-arrows button:before,
.featured-arrows button:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.featured-arrows .slick-prev:before,
.featured-arrows .slick-next:before {
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.featured-arrows .slick-prev:before {
	border-right: 8px solid #000;
	top: 11px;
	left: 10px;
}

.featured-arrows .slick-next:before {
	border-left: 8px solid #000;
	top: 11px;
	left: 13px;
}

.featured-arrows .slick-prev:after,
.featured-arrows .slick-next:after {
	top: 15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #000;
	height: 2px;
	width: 0;
}

/*--------------------------------------------------------------
## Archive
--------------------------------------------------------------*/

.masonry article {
	opacity: 0;
	-webkit-transform: scale(0.8) translateZ(0);
	-moz-transform: scale(0.8) translateZ(0);
	-ms-transform: scale(0.8) translateZ(0);
	-o-transform: scale(0.8) translateZ(0);
	transform: scale(0.8) translateZ(0);
}

.masonry article.animate {
	opacity: 1;
	-webkit-transform: scale(1) translateZ(0);
	-moz-transform: scale(1) translateZ(0);
	-ms-transform: scale(1) translateZ(0);
	-o-transform: scale(1) translateZ(0);
	transform: scale(1) translateZ(0);
}

.masonry .featured-image {
	margin-bottom: 20px;
}

.masonry article:not(.sticky) .featured-image a,
.featured-category-wrap article .featured-image a,
.jp-relatedposts-post-thumbs > .jp-relatedposts-post-a {
	overflow: hidden;
}

body:not(.single) .entry-meta {
	margin-bottom: 10px;
}

body:not(.single) .entry-meta,
.more-link {
	font-weight: 600;
}

.masonry .entry-content,
.masonry .entry-content p {
	line-height: 22px;
}

.masonry .entry-content > p:last-of-type {
	margin-bottom: 0;
}

.more-link {
	text-transform: uppercase;
	margin-top: 10px;
	display: inline-block;
}

.layout-newspaper .masonry article {
	border-style: solid;
	border-width: 0;
	padding-bottom: 60px;
}

.has-sidebar.layout-newspaper .masonry article {
	padding-bottom: 45px;
}

.layout-newspaper .masonry article:last-of-type {
	border: none;
	padding-bottom: 0;
}

.masonry .sticky:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5px;
	right: 5px;
	z-index: -1;
}

/* magazine layout */

.layout-magazine #main > .row {
	margin-left: -50px;
	margin-right: -50px;
}

.layout-magazine.has-sidebar #main > .row {
	margin-left: 0;
}

.layout-magazine .masonry article {
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}

.layout-magazine.has-sidebar .masonry article {
	padding-left: 0;
}

.layout-magazine .masonry article:last-of-type {
	padding-bottom: 0;
}

.layout-magazine .masonry article:last-of-type:after {
	border-bottom: none;
}

.layout-magazine .masonry article:after {
	content: "";
	border-style: solid;
	border-width: 0 0 1px 0;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.masonry .sticky-wrapper {
	position: relative;
}

.masonry .sticky .entry-text {
	background: rgba(0,0,0,.5);
	position: relative;
}

.masonry article .featured-image,
.featured-category-wrap article .featured-image {
	overflow: hidden;
}

.masonry .sticky .featured-image {
	margin-bottom: 0;
}

.masonry .sticky .featured-image:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	z-index: -1;
}

.masonry article .featured-image a,
.featured-category-wrap article .featured-image a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.masonry .sticky .featured-image a {
	opacity: .7;
	min-width: 100%;
}

.masonry .sticky .featured-image img {
	width: 100%;
}

.masonry .sticky .featured-image a:before,
.masonry .sticky .featured-image a:after {
	display: none;
}

.masonry .sticky .featured-image + .entry-text {
	background-color: transparent;
	z-index: 2;
}

.masonry .sticky .featured-image + .entry-text:after {
	content: "";
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 70%, rgba(0,0,0,0.7) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 70%,rgba(0,0,0,0.7) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 70%,rgba(0,0,0,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	opacity: .5;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.masonry .sticky .more-link {
	display: none;
}

.layout-magazine .masonry article:not(.sticky) .entry-title a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
	z-index: 1;
}

/*newspaper layout*/

.layout-newspaper #main > .row {
	margin-left: -30px;
	margin-right: -30px;
}

.layout-newspaper article {
	padding-left: 30px;
	padding-right: 30px;
}

/* portfolio archive */

.portfolio-listing .row {
	margin-left: -20px;
	margin-right: -20px;
}

.portfolio-listing article {
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
}

body[class*="-columns"] .masonry article {
	margin-bottom: 40px;
}

.masonry .portfolio-wrapper {
	position: relative;
}

.masonry .portfolio-wrapper .entry-header,
.masonry .portfolio-wrapper .featured-image {
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.masonry .portfolio-wrapper .entry-meta {
	margin-bottom: 5px;
}

.portfolio-wrapper .entry-meta > * {
	margin-right: 0;
}

.masonry .portfolio-wrapper .entry-title {
	margin-bottom: 0;
}

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

.search-wrap,
.social-wrapper {
	max-width: 100%;
	left: 0;
	position: fixed;
	top: 0;
}

.search-wrap,
.social-wrapper {
	visibility: hidden;
	width: 100%;
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	-ms-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
	-webkit-transform: translateX(-20%);
	-moz-transform: translateX(-20%);
	-ms-transform: translateX(-20%);
	-o-transform: translateX(-20%);
	transform: translateX(-20%);
}

.site > .search-wrap,
.tk-theme-frontend .site > .search-wrap,
.site > .social-wrapper,
.tk-theme-frontend .site > .social-wrapper {
	opacity: 0;
}

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

.big-search .site-content,
.social-menu-opened .site-content {
	opacity: 0;
}

.big-search .search-wrap,
.tk-theme-frontend.big-search .search-wrap,
.social-menu-opened .social-wrapper,
.tk-theme-frontend.social-menu-opened .social-wrapper {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.search-wrap .search-form,
.search-wrap .search-instructions {
	opacity: 0;
}

.search-wrap .search-form {
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	-ms-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s;
}

.search-wrap .search-instructions {
	-webkit-transition-delay: .8s;
	-moz-transition-delay: .8s;
	-ms-transition-delay: .8s;
	-o-transition-delay: .8s;
	transition-delay: .8s;
}

.big-search .search-wrap .search-form,
.big-search .search-wrap .search-instructions {
	opacity: 1;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

#big-search-close,
#closeSocialMenu,
body .jp-carousel-close-hint span,
body .tb-close-icon {
	border: 1px solid;
	border-color: transparent;
	height: 40px;
	padding: 0;
	text-align: center;
	width: 40px;
	transform-style: preserve-3d;
}

#big-search-close,
#closeSocialMenu,
body .jp-carousel-close-hint span,
body #TB_closeWindowButton {
	right: 70px;
}

body .jp-carousel-close-hint span,
body #TB_closeWindowButton {
	position: fixed;
}

#big-search-close,
#closeSocialMenu {
	background: transparent;
	border-color: transparent;
	position: absolute;
	z-index: 1003;
}

#big-search-close:focus,
#closeSocialMenu:focus,
body .jp-carousel-close-hint span:focus {
	background: none;
	color: #fff;
}

#big-search-close:before,
#big-search-close:after,
#closeSocialMenu:before,
#closeSocialMenu:after,
.jp-carousel-close-hint span:before,
.jp-carousel-close-hint span:after,
body .tb-close-icon:before,
body .tb-close-icon:after {
	content: "";
	height: 70%;
	width: 2px;
	display: block;
	position: absolute;
	top: 15%;
	left: 18px;
}

#big-search-close:before,
#big-search-close:after,
#closeSocialMenu:before,
#closeSocialMenu:after,
.jp-carousel-close-hint span:before,
.jp-carousel-close-hint span:after,
body .tb-close-icon:before,
body .tb-close-icon:after {
	background-color: #000;
}

#big-search-close:before,
#closeSocialMenu:before,
.jp-carousel-close-hint span:before,
body .tb-close-icon:before {
	-webkit-transform: rotate(-45deg) translateZ(0);
	-moz-transform: rotate(-45deg) translateZ(0);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg) translateZ(0);
	transform: rotate(-45deg) translateZ(0);
}

#big-search-close:after,
#closeSocialMenu:after,
.jp-carousel-close-hint span:after,
body .tb-close-icon:after {
	-webkit-transform: rotate(45deg) translateZ(0);
	-moz-transform: rotate(45deg) translateZ(0);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg) translateZ(0);
	transform: rotate(45deg) translateZ(0);
}

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

.comments-area {
	margin-top: 0;
	padding-bottom: 10vh;
}

.related-holder + .comment-holder > *:first-child {
	border-style: solid;
	border-width: 1px 0 0 0;
}

.comment-list .comment,
.comment-list .pingback,
.comment-list .trackback {
	list-style: none;
}

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

.bypostauthor {
	display: block;
}

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

.comment-list {
	margin-bottom: 0;
}

.comments-title,
.comments-area,
.post-navigation,
.posts-navigation {
	position: relative;
}

.comments-title,
.comment-reply-title {
	font-weight: 400;
	margin-top: 0;
}

.container-medium:first-child .comment-reply-title {
	padding-top: 2.6rem;
}

.comments-title span {
	display: block;
	letter-spacing: 0;
	margin-top: 1rem;
	text-transform: none;
}

.comments-area .comment,
.comments-area .pingback,
.comments-area .trackback,
.comments-title + .comment-navigation {
	margin-top: 6.8rem;
}

.comment-navigation + .comment-list .comment:first-of-type,
.comment-navigation + .comment-list .pingback:first-of-type,
.comment-navigation + .comment-list .trackback:first-of-type {
	margin-top: 2.4rem;
}

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

.comment-author,
.comment-metadata,
.pingback .comment-body a,
.trackback .comment-body a {
	display: inline-block;
}

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

.comment-author b {
	font-weight: 600;
}

.comment-author img {
	border-radius: 30px;
	height: 60px;
	width: 60px;
}

.comment-metadata,
.comment .reply {
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.comment .reply {
	margin-top: -10px;
}

.comment-metadata a,
.comment .reply a {
	opacity: .6;
}

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

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

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

.comment .children,
.pingback .children,
.trackback .children {
	margin-left: 6%;
}

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

.logged-in-as,
.comment-notes {
	margin-bottom: 4.5rem;
}

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

/* .com comments */

div#respond {
	overflow: visible;
	padding: 2.4rem 0;
}

div#respond h3 {
	margin-bottom: 2rem;
}

div#respond #comment-form-identity #comment-form-nascar,
div#respond #comment-form-comment.active,
div#comment-form-share-text-padder.active,
div#respond .comment-form-service {
	background: #fff;
	border: 1px solid #b2b2b2;
	border: 1px solid rgba(0,0,0,.3);
}

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

div#respond .comment-form-service,
div#respond #comment-form-identity #comment-form-nascar {
	border-top: none;
}

div#respond #comment-form-comment textarea,
div#comment-form-share-text-padder textarea {
	text-shadow: none;
}

div#respond .comment-form-fields div.comment-form-url {
	clear: left;
}

div#respond #comment-form-subscribe {
	padding-left: 0;
	margin-top: 22px;
}

.comment-form label {
	margin-bottom: 0;
}

.comment-form-comment label {
	margin-bottom: 18px;
}

div#respond label:before,
div#respond form label:before {
	top: -1px;
}

div#respond .form-submit {
	margin-top: 1rem;
	padding: 12px 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],
div#commentform #submit {
	background: transparent !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	border-width: 1px;
	color: #000 !important;
	font-weight: 400 !important;
	margin-top: 0;
	margin-bottom: 0;
	padding: 9px 2em !important;
	text-shadow: none !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,
div#commentform #submit:hover {
	background: #000 !important;
	border: 1px solid #000;
	color: #fff !important;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll .paging-navigation { /* Older / Newer Posts Navigation (always hidden) */
	display: none;
}

.search-results .posts-navigation {
	display: block;
}

#infinite-handle {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

.masonry .infinite-loader {
	margin-left: -10px;
	bottom: -135px;
}

.neverending .site-main {
	padding-bottom: 44px;
}

.neverending .masonry .infinite-loader {
	bottom: -80px;
}

body #infinite-handle span {
	background: none;
	border-radius: 0;
	color: inherit;
	display: inline-block;
	padding: 0;
}

body #infinite-handle span button,
body #infinite-handle span button:hover,
body #infinite-handle span button:focus {
	border-style: solid;
	border-width: 1px;
	line-height: 1;
	margin-left: 1px;
	margin-right: 1px;
	outline: none;
	padding: 12px 3rem;
}

#infinite-handle span {
	will-change: opacity;
}

body #infinite-footer,
body #infinite-footer .container {
	background: #fff;
	z-index: 1;
}

body #infinite-footer {
	border-top: 1px solid #ccc;
}

body #infinite-footer .container {
	border: none;
}

.spinner div {
	display: none;
}

body .infinite-loader {
	height: 40px;
	text-indent: 0;
}

.spinner {
	display: inline-block;
	border-radius: 20px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px;
	width: 40px !important;
	background-color: #000;
	-webkit-animation: ball-scale 1s 0s ease-in-out infinite;
	-moz-animation: ball-scale 1s 0s ease-in-out infinite;
	-o-animation: ball-scale 1s 0s ease-in-out infinite;
	animation: ball-scale 1s 0s ease-in-out infinite;
}

@-o-keyframes ball-scale {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: .6;
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@-moz-keyframes ball-scale {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: .6;
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@-webkit-keyframes ball-scale {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: .6;
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes ball-scale {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: .6;
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

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

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

.entry-author {
	margin: 3rem 0;
}

.author-box figure,
.entry-author .author-avatar {
	position: absolute;
}

.author-box img,
.author-avatar img {
	border-radius: 25px;
	height: 50px;
	width: 50px;
}

.entry-author h6.author-name,
.entry-author h2.author-title {
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 0;
}

.entry-author .author-title span {
	color: initial;
	text-transform: none;
}

.entry-author .author-title,
.author-name span {
	text-transform: uppercase;
}

span.author-name,
.author-name span {
	display: block;
	margin-bottom: 3px;
}

.entry-author .author-link:before {
	content: '';
	display: block;
}

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

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

.wp-caption {
	max-width: 100%;
}

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

.wp-caption-text,
.wp-caption-dd {
	letter-spacing: 0.5px;
	line-height: 1.5em;
	margin: 1.1em 0;
	opacity: .5;
}

.widget .wp-caption-text {
	opacity: 1;
}

.alignleft .wp-caption-text {
	text-align: left;
}

.alignright .wp-caption-text {
	margin-left: auto;
	text-align: right;
}

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

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

.gallery,
div.tiled-gallery,
body .jetpack-slideshow {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

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

.gallery-icon,
[class*="gallery-columns"] .gallery-item {
	text-align: left;
}

.gallery-icon {
	padding: 10px 10px 0 0;
}

.gallery-icon a {
	border: none;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

.gallery-item a,
.tiled-gallery-item a {
	display: block;
	position: relative;
}

.tiled-gallery-item a {
	overflow: hidden;
}

.gallery-item img,
.tiled-gallery-item img {
	position: relative;
	z-index: 1;
}

.tiled-gallery-caption {
	z-index: 2;
}

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

/* sharedaddy & rating & like */

#jp-post-flair .sd-rating,
#jp-post-flair .sharedaddy,
#jp-post-flair .sd-like {
	display: inline-block;
	width: 30%;
	margin-right: 3%;
	vertical-align: top;
	margin-bottom: 2rem;
}

#jp-post-flair .sharedaddy {
	width: 63%;
}

.masonry article .sharedaddy,
.featured-category .sharedaddy {
	margin-top: 1rem;
	margin-bottom: -1rem;
}

div#jp-post-flair.sharedaddy h3.sd-title {
	margin-bottom: 2em;
}

#jp-post-flair .sd-rating .rating-msg {
	clear: left;
}

#jp-post-flair .sharedaddy > div {
	margin-top: 0;
}

body.single .sd-social-text .sd-title,
body.single .sd-social .sd-content {
	display: block;
}

body .sd-content ul li a.sd-button {
	opacity: 1;
}

body .sd-content ul li a.sd-button span {
	font-size: 16px;
}

body .wpl-button a {
	border-radius: 0 !important;
}

body div.sharedaddy h3.sd-title:before {
	display: none;
}

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

/*JP slideshow gallery*/

body .slideshow-window,
body .carousel .slideshow-window {
	background: transparent;
	border: none;
	border-radius: 0;
	padding-bottom: 62.55%!important;
	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;
	overflow: hidden;
	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: -4px !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: 5px;
	right: 10px;
}

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

.slideshow-controls .paused:nth-of-type(2):before {
	display: none;
}

/*JP social*/

.single .sd-social:not(.sd-social-text),
.page .sd-social {
	margin-top: 3rem;
}

div.sharedaddy .sd-social h3.sd-title{
	background-color: transparent;
	border-style: solid;
	border-width: 1px;
}

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

body.single .sd-social-text .sd-title,
body.single .sd-social .sd-content {
	white-space: normal;
}

div.sharedaddy .sd-social .sd-title,
div.sharedaddy .sd-social .sd-content {
	display: inline-block;
}

div.sharedaddy .sd-social .sd-content {
	margin-top: -4px;
}

.sd-social .sd-content ul li {
	margin-right: 15px;
}

body.jp-sharing-input-touch .sd-content ul li {
	padding-left: 0;
}

.sharedaddy .sd-social-text .sd-content ul li a.sd-button,
.sharedaddy .sd-social-text .sd-content ul li a.sd-button:hover {
	background: transparent;
	border: none;
}

.sharedaddy .sd-social-text .sd-content ul li a.sd-button {
	box-shadow: none;
	line-height: inherit;
	padding: 0;
}

.sd-social-text .sd-content ul li a.sd-button .share-count {
	line-height: 1;
	margin-top: -2px;
	margin-left: 3px;
	vertical-align: middle;
}

.blog .sticky div.sharedaddy .sd-social h3.sd-title {
	border-color: rgba(255,255,255,.1);
}

/*thickbox*/

body textarea#jp-carousel-comment-form-comment-field,
body .jp-carousel-titleanddesc,
body .jp-carousel-image-meta,
body .jp-carousel-buttons {
	border-color: rgba(0,0,0,.1);
}

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

body textarea#jp-carousel-comment-form-comment-field,
body textarea#jp-carousel-comment-form-comment-field:focus,
body .jp-carousel-image-meta,
body .jp-carousel-buttons {
	background: #fff;
}

body textarea#jp-carousel-comment-form-comment-field:focus {
	border-color: #000;
}

body .jp-carousel-overlay,
body #TB_overlay {
	background-color: rgba(255,255,255,.9);
}

body div.jp-carousel-buttons a.jp-carousel-commentlink {
	background: none;
	padding-left: 14px !important;
}

body .jp-carousel-image-meta li {
	color: #000 !important;
}

body .jp-carousel-close-hint span {
	background: none;
	border-radius: 0;
	text-indent: -9999px;
}

body .jp-carousel-wrap .jp-carousel-close-hint span {
	background: none;
	border: 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.2%;
	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 {
	padding: 0;
}

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

body #TB_closeWindowButton {
	height: 40px;
	width: 40px;
}

body #TB_closeWindowButton:focus .tb-close-icon {
	box-shadow: none;
}

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

.jp-carousel-wrap .jp-carousel-slide {
	background-color: transparent;
}

.jp-carousel-wrap .jp-carousel-slide img {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.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: #000;
}

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

.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-radius: 0;
	color: #000;
	height: 48px;
	line-height: initial;
	padding-left: 3em !important;
	padding-right: 3em !important;
}

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

body div.jp-carousel-fadeaway {
	background: none;
}

/*Related*/

.single #page {
	overflow: hidden;
}

.related-holder {
	padding: 0;
	position: relative;
}

.related-holder:before {
	content: '';
	display: block;
	background: #fff;
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: -1000px;
	right: -1000px;
}

body div#jp-relatedposts {
	padding-top: 5rem;
	padding-bottom: 9rem;
	margin-top: 0;
	margin-bottom: 0;
}

body div#jp-relatedposts h3.jp-relatedposts-headline {
	opacity: 1;
	margin-bottom: 1rem;
	width: 100%;
}

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

body div#jp-relatedposts div.jp-relatedposts-items,
body div#jp-relatedposts div.jp-relatedposts-items-visual {
	margin-left: -20px;
	margin-right: -20px;
	padding-top: 4rem;
}

body div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post,
body div#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
	display: inline-block;
	float: none;
	padding-right: 20px;
	padding-left: 20px;
	opacity: 1;
	text-align: left;
	vertical-align: top;
}

div#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title {
	line-height: 1.2em;
	margin-top: 10px;
	margin-bottom: 10px;
}

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

div#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post-thumbs > .jp-relatedposts-post-a {
	margin-bottom: 25px;
}

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

body div#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	border: none;
	font-weight: 400;
	text-decoration: none !important;
}

body div#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,
body div#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
	display: inline-block;
	margin: 0;
	letter-spacing: 0.6px;
	opacity: 1;
	text-transform: uppercase;
}

body div#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
	margin-right: 10px;
}

body div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs .jp-relatedposts-post-context,
body div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs .jp-relatedposts-post-date {
	margin-top: 0;
}

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

div#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt {
	line-height: 1.6em;
	margin-bottom: 10px;
	margin-top: 20px;
	opacity: .8;
}

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

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
	opacity: 1;
}

/*--------------------------------------------------------------
# IE specific
--------------------------------------------------------------*/

@media all and (min-width:0\0) and (min-resolution:.001dpcm){

	.search-wrap input[type="search"],
	.no-results input[type="search"],
	.error-404 input[type="search"] {
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}

	.ie9-remove-bg {
		background: none !important;
	}

	.main-navigation ul ul a {
		word-break: break-all;
	}

	.site-header {
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-o-transform: translateY(-20px);
		transform: translateY(-20px);
	}

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

}

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

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

	.container,
	.fullsize-featured .entry-header,
	body div#jp-relatedposts div.jp-relatedposts-items,
	body div#jp-relatedposts div.jp-relatedposts-items-visual {
		padding-left: 50px;
		padding-right: 50px;
	}

	blockquote.pull-left,
	.page blockquote.pull-left,
	q.pull-left,
	.page q.pull-left {
		float: left;
		margin: 0 46px 0 0;
	}

	blockquote.pull-right,
	.page blockquote.pull-right,
	q.pull-right,
	.page q.pull-right {
		float: right;
		margin: 0 0 0 46px;
	}

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

	.admin-bar.sticky-header .site-header {
		top: 32px;
	}

	.site-content {
		padding-top: 60px;
	}

	.header-wrapper.fullsize-featured {
		margin-top: -60px;
	}

	.archive .site-content {
		margin-top: 20px;
	}

	.sticky-header .search-wrap + * {
		margin-top: 86px;
	}

	.center-logo.sticky-header .search-wrap + * {
		margin-top: 72px;
	}

	.page-template-portfolio-page .site-content,
	.post-type-archive-jetpack-portfolio .site-content {
		padding-top: 100px;
	}

	.single .header-wrapper:not(.fullsize-featured) .featured-image,
	.page:not(.page-template-portfolio-page) .featured-image {
		margin-top: 6rem;
	}

	.single .featured-portrait .entry-title {
		margin-bottom: 0;
	}

	.nav-links {
		width: 100%;
	}

	.comments-title,
	.comment-reply-title {
		margin-right: -0.5em;
		margin-bottom: 8rem;
		padding-top: 8rem;
	}

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

	.comment-navigation .nav-previous {
		padding-right: 20px;
	}

	.nav-next a:after,
	.comment-navigation .nav-previous + .nav-next {
		text-align: right;
	}

	.comment-navigation .nav-previous + .nav-next {
		padding-left: 20px;
	}

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

	.archive .site-main,
	.no-sidebar.blog .site-main,
	.search-results .site-main {
		overflow: hidden;
	}

	.header-wrapper {
		margin-top: 2.5rem;
		margin-bottom: 5rem;
	}

	.post-navigation .nav-previous,
	.post-navigation .nav-next,
	.posts-navigation .nav-previous,
	.posts-navigation .nav-next {
		display: inline-block;
		padding-top: 42px;
		padding-bottom: 39px;
		vertical-align: top;
		width: 50%;
	}

	.posts-navigation .nav-previous {
		text-align: left;
	}

	.posts-navigation .nav-previous + .nav-next {
		padding-right: 50px;
	}

	.post-navigation .nav-previous a:before,
	.post-navigation .nav-next a:after,
	.posts-navigation .nav-previous a:before,
	.posts-navigation .nav-next a:after {
		position: absolute;
		margin-top: 0;
		top: -4px;
	}

	.masonry .sticky .entry-text {
		padding: 60px 55px;
	}

	.masonry .sticky .entry-header,
	.masonry .sticky .entry-content > *:not(.sharedaddy) {
		max-width: 460px;
	}

	.has-sidebar.masonry .sticky .entry-text > * {
		max-width: 520px;
	}

	.masonry #infinite-handle {
		bottom: -160px;
	}

	.lines .line {
		position: absolute;
		top: 0;
		bottom: 0;
		width: 1px;
		z-index: -1;
	}

	.comment .comment-body,
	.entry-author {
		position: relative;
	}

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

	.entry-author {
		padding: 45px 50px 45px 130px;
	}

	.comment-author img {
		position: absolute;
		left: 0;
		top: -12px;
	}

	.comment-form-author,
	.comment-form-email {
		float: left;
		width: 50%;
	}

	.comment-form-author {
		padding-right: 22px;
	}

	.comment-form-email {
		padding-left: 22px;
	}

	.comments-title,
	.comment-reply-title,
	.logged-in-as {
		text-align: center;
	}

	.author-box figure,
	.entry-author .author-avatar {
		margin-top: -25px;
		top: 50%;
		left: 50px;
	}

	h6.author-name,
	.author-heading,
	.entry-author p {
		display: table-cell;
		vertical-align: middle;
	}

	h6.author-name,
	.author-heading {
		padding-right: 20px;
		width: 200px;
	}

	.site-footer {
		display: table;
		width: 100%;
	}

	.viewport-slider .horizontal {
		margin-bottom: 2rem;
	}

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

	.plain-slider .slider-entry-content {
		padding-left: 70px;
		padding-right: 70px;
		padding-bottom: 70px;
		bottom: 0;
	}

	.viewport-slider .slider-entry-content {
		padding-left: 50px;
		padding-right: 50px;
		bottom: 17vh;
		max-width: calc(700px + 100px);
	}

	.viewport-slider .featured-slider .featured-image {
		-webkit-transform: scale(1.1) translateX(50px);
		-moz-transform: scale(1.1) translateX(50px);
		-ms-transform: scale(1.1) translateX(50px);
		-o-transform: scale(1.1) translateX(50px);
		transform: scale(1.1) translateX(50px);
	}

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

	.viewport-slider .featured-slider .entry-header {
		opacity: 0;
	}

	.viewport-slider .slick-active .entry-header {
		opacity: 1;
	}

	.viewport-slider .featured-slider p {
		opacity: 0;
		line-height: 1.5;
		-webkit-transform: translateX(-30px);
		-moz-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		-o-transform: translateX(-30px);
		transform: translateX(-30px);
	}

	.viewport-slider .featured-slider p {
		max-width: 500px;
	}

	.viewport-slider .slick-active p {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}

	.viewport-slider .slider-entry-content-wrap .excerpt-holder {
		display: block;
		max-height: 140px;
		padding-top: 2rem;
	}

	.featured-category-wrap .featured-category article {
		flex: 0 0 360px;
		width: 360px;
	}

	.featured-category-wrap .featured-header {
		margin-bottom: 100px;
	}

	.jetpack-social-navigation {
		float: left;
	}

	body .jetpack-social-navigation + .site-info {
		text-align: right;
	}

	.search-results .entry-meta + .entry-title {
		margin-top: 14px;
	}

	.search-results.layout-newspaper .entry-meta + .entry-title {
		margin-top: 20px;
	}

	.listing .row {
		margin-left: -32px;
		margin-right: -32px;
	}

	div.sharedaddy .sd-social h3.sd-title {
		line-height: 1em;
		margin-right: 20px;
		margin-bottom: 1rem;
		padding: 8px 18px 4px;
	}

	body div#jp-relatedposts div.jp-relatedposts-items,
	body div#jp-relatedposts div.jp-relatedposts-items-visual,
	body div#jp-relatedposts h3.jp-relatedposts-headline {
		text-align: center;
	}

	.instagram-feed li {
		overflow: hidden;
		width: 16.6666%;
	}

	.footer-widget-holder {
		margin-top: 7rem;
		margin-bottom: 6rem;
	}

}

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

	.viewport-slider .featured-slider .entry-header {
		-webkit-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-o-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	.viewport-slider .slick-active .entry-header {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

}

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

	.featured-portrait {
		margin-left: auto;
		margin-right: auto;
		max-width: 1290px;
		padding-left: 50px;
		padding-right: 50px;
	}

	.featured-portrait .featured-image,
	.featured-portrait .entry-header {
		display: inline-block;
		vertical-align: bottom;
	}

	.featured-portrait .featured-image,
	.single .featured-portrait .entry-header {
		max-width: 50%;
	}

	.featured-portrait .featured-image {
		padding-right: 7%;
	}

	.single .featured-portrait .entry-header {
		margin-bottom: 7rem;
	}

	.single .featured-portrait:not(.fullsize-featured) .featured-image {
		margin-top: 0;
	}

	.viewport-slider .slick-dots {
		padding: 0;
		position: absolute;
		right: 60px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		width: auto;
	}

	.viewport-slider .slick-dots li {
		display: block;
		height: 50px;
	}

	.viewport-slider .slick-dots li button {
		font-weight: 600;
		height: 50px;
		padding-right: 8px;
		padding-top: 30px;
		text-align: right;
		width: 100%;
	}

	.viewport-slider .slick-dots li.slick-active button {
		color: #fff;
	}

	.viewport-slider .slick-dots li button:before,
	.viewport-slider .slick-dots li button:after {
		background-color: #fff;
		height: 46px;
		line-height: 46px;
		width: 2px;
		right: 0;
	}

	.viewport-slider .slick-dots li button:before {
		opacity: .2;
	}

	.viewport-slider .slick-dots li.slick-active button:after,
	.viewport-slider .slick-dots li button:before {
		left: auto;
		right: 0;
		bottom: 0;
	}

	.viewport-slider .slick-dots li button:after {
		bottom: -100%;
		left: auto;
	}

	.footer-widget-holder .widget-area {
		display: inline-block;
		vertical-align: top;
		margin-right: 80px;
	}

	body div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post,
	body div#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
		max-width: 310px;
		width: 25%;
	}

}

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

	.site-header {
		opacity: 0;
		-webkit-transform: translate3d(0,-20px,0);
		-moz-transform: translate3d(0,-20px,0);
		-ms-transform: translateY(-20px);
		-o-transform: translate3d(0,-20px,0);
		transform: translate3d(0,-20px,0);
	}

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

	.site-header a:focus,
	.big-search-trigger button:focus,
	.social-menu-trigger button:focus {
		outline: none;
	}

	.nav-menu a {
		font-weight: 600;
	}

	.site-content {
		padding-bottom: 100px;
	}

	.primary-wrapper + * {
		margin-top: 120px;
	}

	.no-sidebar .alignnone:not(.tk-fullsize-img),
	.no-sidebar .aligncenter:not(.tk-fullsize-img) {
		max-width: 900px !important;
	}

	.alignnone.tk-fullsize-wrap,
	.aligncenter.tk-fullsize-wrap,
	.no-sidebar .alignnone.tk-fullsize-wrap,
	.no-sidebar .aligncenter.tk-fullsize-wrap {
		max-width: 100%;
	}

	.menu-toggle {
		display: none;
	}

	.main-navigation ul ul {
		background-color: #fff;
		padding: 14px 0;
		text-align: left;
		width: 210px;
		position: absolute;
		top: 100%;
		left: -32px;
		z-index: 1002;
	}

	.nav-menu > li > ul {
		-webkit-transform: translateY(50px);
		-moz-transform: translateY(50px);
		-ms-transform: translateY(50px);
		-o-transform: translateY(50px);
		transform: translateY(50px);
	}

	.nav-menu > .toggle-on > ul,
	.nav-menu > .menu-item-has-children:hover > ul,
	.nav-menu > .page_item_has_children:hover > ul,
	.nav-menu > .focus > ul {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	.main-navigation .menu-item-has-children:hover > a ~ ul,
	.main-navigation .page_item_has_children:hover > a ~ ul {
		opacity: 1;
		visibility: visible;
	}

	.nav-menu > li > ul li > ul {
		-webkit-transform: translateX(50px);
		-moz-transform: translateX(50px);
		-ms-transform: translateX(50px);
		-o-transform: translateX(50px);
		transform: translateX(50px);
	}

	.nav-menu > li > ul .toggle-on > ul,
	.nav-menu > li > ul .menu-item-has-children:hover > ul,
	.nav-menu > li > ul .page_item_has_children:hover > ul,
	.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);
	}

	.main-navigation ul ul li {
		display: block;
		margin: 0;
		padding: 5px 50px 5px 32px;
	}

	.main-navigation ul ul .dropdown-toggle {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		float: right;
		position: absolute;
		right: 20px;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.main-navigation ul ul .toggle-on > span > .icon-drop-down:before,
	.main-navigation ul ul .toggle-on > span > .icon-drop-down:after,
	.main-navigation .menu-item-has-children:hover > span > .icon-drop-down:before,
	.main-navigation .menu-item-has-children:hover > span > .icon-drop-down:after,
	.main-navigation .page_item_has_children:hover > span > .icon-drop-down:before,
	.main-navigation .page_item_has_children:hover > span > .icon-drop-down:after,
	.main-navigation ul ul .focus > span > .icon-drop-down:before,
	.main-navigation ul ul .focus > span > .icon-drop-down:after {
		-webkit-transform-origin: 50% 0;
		-moz-transform-origin: 50% 0;
		-ms-transform-origin: 50% 0;
		-o-transform-origin: 50% 0;
		transform-origin: 50% 0;
	}

	.main-navigation ul ul .toggle-on > span > .icon-drop-down:before,
	.main-navigation .menu-item-has-children:hover > span > .icon-drop-down:before,
	.main-navigation .page_item_has_children:hover > span > .icon-drop-down:before,
	.main-navigation ul ul .focus > span > .icon-drop-down:before {
		-webkit-transform: rotate(40deg);
		-moz-transform: rotate(40deg);
		-ms-transform: rotate(40deg);
		-o-transform: rotate(40deg);
		transform: rotate(40deg);
	}

	.main-navigation ul ul .toggle-on > span > .icon-drop-down:after,
	.main-navigation .menu-item-has-children:hover > span > .icon-drop-down:after,
	.main-navigation .page_item_has_children:hover > span > .icon-drop-down:after,
	.main-navigation ul ul .focus > span > .icon-drop-down:after {
		-webkit-transform: rotate(-40deg);
		-moz-transform: rotate(-40deg);
		-ms-transform: rotate(-40deg);
		-o-transform: rotate(-40deg);
		transform: rotate(-40deg);
	}

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

	.main-navigation ul ul ul {
		top: -14px;
		left: auto;
		right: 100%;
	}

	.center-logo .main-navigation ul ul ul {
		left: 100%;
		right: auto;
	}

	.site-branding,
	.site-header nav {
		display: table-cell;
		vertical-align: middle;
	}

	.site-branding {
		margin-right: 0;
		margin-left: 0;
		text-align: left;
	}

	.site-header nav {
		padding-right: 7%;
		text-align: right;
	}

	.center-logo .site-header nav {
		text-align: left;
	}

	.single.no-sidebar blockquote.pull-left,
	.single.no-sidebar q.pull-left,
	.page.no-sidebar blockquote.pull-left,
	.page.no-sidebar q.pull-left,
	.single.no-sidebar img.alignleft,
	.page.no-sidebar img.alignleft {
		margin-left: -12%;
	}

	.single.no-sidebar blockquote.pull-right,
	.single.no-sidebar q.pull-right,
	.page.no-sidebar blockquote.pull-right,
	.page.no-sidebar q.pull-right,
	.single.no-sidebar img.alignright,
	.page.no-sidebar img.alignright {
		margin-right: -12%;
	}

	.layout-magazine .lines .line {
		top: 50px;
	}

	.layout-magazine .masonry {
		margin-top: -50px;
	}

	.posts-navigation:last-child,
	.comment-holder:last-child,
	.related-holder:last-child {
		margin-bottom: -100px;
	}

	.post-navigation {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		width: 100%;
		position: fixed;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 3;
	}

	.single .nav-links > span,
	.single .nav-links > div > span {
		display: block;
		letter-spacing: 0;
		position: absolute;
		top: 50%;
	}

	.single .nav-previous,
	.single .nav-next,
	.single .nav-links > span {
		margin-top: 60px;
	}

	.prev-trig,
	.nav-previous > span {
		left: 10px;
		-webkit-transform: rotate(-90deg) translateY(-1.4em);
		-moz-transform: rotate(-90deg) translateY(-1.4em);
		-ms-transform: rotate(-90deg) translateY(-1.4em);
		-o-transform: rotate(-90deg) translateY(-1.4em);
		transform: rotate(-90deg) translateY(-1.4em);
		-webkit-transform-origin: 50% 0;
		-moz-transform-origin: 50% 0;
		-ms-transform-origin: 50% 0;
		-o-transform-origin: 50% 0;
		transform-origin: 50% 0;

	}

	.next-trig,
	.nav-next > span {
		right: 10px;
		-webkit-transform: rotate(90deg) translateY(-0.6em);
		-moz-transform: rotate(90deg) translateY(-0.6em);
		-ms-transform: rotate(90deg) translateY(-0.6em);
		-o-transform: rotate(90deg) translateY(-0.6em);
		transform: rotate(90deg) translateY(-0.6em);
		-webkit-transform-origin: 50% 0;
		-moz-transform-origin: 50% 0;
		-ms-transform-origin: 50% 0;
		-o-transform-origin: 50% 0;
		transform-origin: 50% 0;

	}

	.single .nav-previous,
	.single .nav-next {
		background-color: #fff;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		display: table;
		min-height: 220px;
		opacity: 0;
		overflow: hidden;
		padding: 0;
		visibility: hidden;
		width: auto;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.single .nav-previous {
		left: 0;
		margin-left: -100px;
	}

	.single .nav-next {
		right: 0;
		margin-right: -100px;
	}

	.single .nav-links a {
		display: table-cell;
		vertical-align: middle;
		width: 400px;
	}

	.single .nav-previous a {
		padding: 42px 42px 42px 102px;
	}

	.single .nav-next a {
		padding: 42px 102px 42px 42px;
	}

	body .contact-form-submission {
		margin-top: 12vh;
	}

	.format-video .featured-image a:after,
	.format-gallery .featured-image a:after {
		margin-left: -8px;
		margin-top: -8px;
		opacity: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 2;
	}

	.format-video .featured-image a:after {
		margin-left: -7px;
	}

	.format-video .featured-image a:before,
	.format-gallery .featured-image a:before {
		content: "";
		background-color: #000;
		opacity: 0;
		position: absolute;
		width: 40px;
		height: 40px;
		border-radius: 20px;
		top: 50%;
		left: 50%;
		margin-left: -20px;
		margin-top: -20px;
		z-index: 1;
	}

	.viewport-slider .horizontal .featured-image {
		background-attachment: fixed;
	}

	.plain-slider .horizontal .featured-slider .hentry,
	.plain-slider .featured-slider .featured-image,
	.plain-slider .featured-slider .featured-image a {
		height: 74vh;
	}

	.plain-slider .pulse {
		top: 36vh;
	}

	.plain-slider .horizontal .featured-slider .hentry {
		width: 33.3333vw;
	}

	.plain-slider .slider-entry-content-wrap .excerpt-holder {
		display: block;
		max-height: 140px;
		padding-top: 2rem;
	}

	.slick-dots li,
	.slick-dots li button,
	.slick-dots li button:before,
	.slick-dots li button:after {
		width: 58px;
	}

	.featured-category-wrap {
		padding: 100px 0 140px;
	}

	.featured-category-wrap .featured-header {
		margin-bottom: 100px;
	}

	.fullsize-featured .featured-image {
		background-attachment: fixed;
	}

	.masonry .portfolio-wrapper .featured-image {
		margin-bottom: 0;
	}

	.masonry .portfolio-wrapper .entry-header {
		background: #e0e0e0;
		padding: 40px;
	}

	.masonry .portfolio-wrapper .featured-image + .entry-header {
		position: absolute;
		bottom: -20px;
		left: 0;
		right: 0;
		background: transparent;
		opacity: 0;
	}

	/*Hover States*/

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

	.paging-navigation a:not(:hover),
	.widget_wpcom_social_media_icons_widget li a:hover {
		opacity: .4;
	}

	.entry-title a:hover,
	body div#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
		opacity: .5;
	}

	h1 a:hover,
	h2 a:hover,
	h3 a:hover,
	h4 a:hover,
	h5 a:hover,
	h6 a:hover,
	.site-header a:hover,
	.site-header a:focus,
	.big-search-trigger button:hover,
	.big-search-trigger button:focus,
	.social-menu-trigger button:hover,
	.social-menu-trigger button:focus,
	.widget a:hover,
	.logged-in-as a:hover,
	.entry-author .author-link:hover,
	.entry-content a[href$=".jpg"]:hover img,
	.entry-content a[href$=".png"]:hover img,
	.format-video .featured-image a:hover:before,
	.format-gallery .featured-image a:hover:before,
	.entry-content .gallery-item a:hover,
	.entry-content .tiled-gallery-item a:hover,
	.jp-relatedposts-post .jp-relatedposts-post-a:hover,
	.viewport-slider .horizontal .entry-title a:hover,
	.fullwidth-slider .horizontal .entry-title a:hover,
	.featured-slider .entry-title a:hover,
	.masonry article .featured-image:hover a,
	.featured-category-wrap article .featured-image:hover a,
	.instagram-feed li:hover a,
	body .widget .a-stats a:hover {
		opacity: .7;
	}

	.sharedaddy .sd-social-text .sd-content ul li a.sd-button:hover {
		opacity: .7 !important;
	}

	.entry-content a:hover,
	.entry-footer a:hover,
	.author-box a:hover,
	.comment-metadata a:hover,
	.comment .reply a:hover,
	.site-info a:hover,
	.post-navigation a:hover,
	.posts-navigation a:hover,
	.widget_blog_subscription form:hover:before,
	.widget_blog_subscription form:focus:before,
	.listing .cat-links a:hover,
	.page-links a:hover,
	.error404 .page-content a:hover,
	.format-video .featured-image a:hover:after,
	.format-gallery .featured-image a:hover:after,
	.viewport-slider .slider-entry-content-wrap:hover:before,
	.plain-slider .slider-entry-content-wrap:hover .slider-entry-content:before,
	body .jetpack-social-navigation a:hover:before,
	.widget_calendar tbody a:hover,
	.single .nav-previous:hover,
	.single .nav-links > span:hover + .nav-previous,
	.single .nav-next:hover,
	.single .nav-links > span:hover + .nav-next,
	.masonry .sticky:hover .featured-image + .entry-text:after {
		opacity: 1;
	}

	#big-search-close:hover:before,
	#big-search-close:focus:before,
	#closeSocialMenu:hover:before,
	#closeSocialMenu:focus:before,
	.jp-carousel-close-hint span:hover:before,
	.jp-carousel-close-hint span:focus:before,
	body .tb-close-icon:hover:before,
	body .tb-close-icon:focus:before {
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	#big-search-close:hover:after,
	#big-search-close:focus:after,
	#closeSocialMenu:hover:after,
	#closeSocialMenu:focus:after,
	.jp-carousel-close-hint span:hover:after,
	.jp-carousel-close-hint span:focus:after,
	body .tb-close-icon:hover:after,
	body .tb-close-icon:focus:after {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.slick-dots li:hover button:after {
		left: 0;
	}

	.viewport-slider .slick-dots li:hover button:after {
		left: auto;
		bottom: 0;
	}

	button:hover,
	input[type="button"]:hover,
	input[type="reset"]:hover,
	input[type="submit"]:hover,
	body .jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit:hover,
	body #jp-carousel-comment-form-button-submit:hover,
	#eu-cookie-law input[type="submit"]:hover,
	body #infinite-handle span button:hover,
	body #infinite-handle span button:focus {
		background: #000;
		border: 1px solid #000;
		color: #fff;
	}

	input[type="text"]:hover,
	input[type="email"]:hover,
	input[type="url"]:hover,
	input[type="password"]:hover,
	input[type="search"]:hover,
	input[type="number"]:hover,
	input[type="tel"]:hover,
	input[type="range"]:hover,
	input[type="date"]:hover,
	input[type="month"]:hover,
	input[type="week"]:hover,
	input[type="time"]:hover,
	input[type="datetime"]:hover,
	input[type="datetime-local"]:hover,
	input[type="color"]:hover,
	textarea:hover,
	select:hover,
	body .tb-close-icon:hover,
	body .tb-close-icon:focus,
	.widget input[type="text"]:hover,
	.widget input[type="email"]:hover,
	.widget input[type="tel"]:hover,
	.widget input[type="password"]:hover,
	.widget input[type="url"]:hover,
	.widget input[type="search"]:hover,
	.widget select:hover,
	.widget textarea:hover,
	body #infinite-handle span button:hover,
	body #infinite-handle span button:focus {
		border-color: #000;
	}

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

	.big-search-trigger button:hover,
	.social-menu-trigger button:hover,
	.featured-slider .entry-meta a:hover,
	.sticky .entry-meta a:hover,
	.fullsize-featured .entry-meta a:hover {
		color: #fff;
	}

	.widget_blog_subscription input[type="submit"]:hover,
	.widget_blog_subscription form > p:nth-of-type(3) input[type="submit"]:hover {
		background: transparent;
	}

	.single .nav-previous:hover,
	.single .nav-links > span:hover + .nav-previous,
	.single .nav-next:hover,
	.single .nav-links > span:hover + .nav-next {
		visibility: visible;
	}

	.single .nav-previous:hover,
	.single .nav-links > span:hover + .nav-previous {
		margin-left: 0;
	}

	.single .nav-next:hover,
	.single .nav-links > span:hover + .nav-next {
		margin-right: 0;
	}

	.format-video .featured-image a:hover:after,
	.format-gallery .featured-image a:hover:after {
		color: #fff;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

	body .slideshow-window div.slideshow-controls a:hover {
		color: rgba(255,255,255,.7) !important;
	}

	.masonry .portfolio-wrapper:hover .featured-image {
		opacity: .08;
	}

	.masonry .portfolio-wrapper:hover .featured-image + .entry-header {
		opacity: 1;
		bottom: 0;
	}

	.jp-carousel-wrap .jp-carousel-previous-button:hover span:before,
	#TB_prev:hover a:before {
		left: 40%;
	}

	.jp-carousel-wrap .jp-carousel-next-button:hover span:before,
	#TB_next:hover a:before {
		margin-right: -25px;
		left: 60%;
	}

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


	.masonry article .featured-image:hover a,
	.masonry .sticky:hover .featured-image a,
	.featured-category-wrap article .featured-image:hover a,
	.instagram-feed li:hover a {
		-webkit-transform: scale(1.02);
		-moz-transform: scale(1.02);
		-ms-transform: scale(1.02);
		-o-transform: scale(1.02);
		transform: scale(1.02);
	}

	body .widget .a-stats a:hover {
		background: #000;
		color: #fff;
	}

	.widget_calendar tbody a:hover:after {
		border: 1px solid rgba(0,0,0,1);
	}

}

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

	.container .container.container-large,
	.has-sidebar .header-wrapper:not(.featured-portrait):not(.fullsize-featured) {
		max-width: 1301px;
	}

	#content > .row,
	.primary-wrapper > .row {
		margin-left: -50px;
		margin-right: -50px;
	}

	.content-area,
	.sidebar {
		padding-left: 50px;
		padding-right: 50px;
	}

	.has-sidebar.layout-newspaper .content-area {
		padding-right: 35px;
	}

	.has-sidebar.layout-newspaper .sidebar {
		padding-left: 55px;
	}

	.has-sidebar.layout-newspaper #main > .row {
		margin-left: -35px;
		margin-right: -55px;
	}

	.has-sidebar.layout-newspaper article {
		padding-left: 35px;
		padding-right: 35px;
	}

	.single.has-sidebar .content-area,
	.page.has-sidebar:not(.page-template) .content-area {
		width: 100%;
		max-width: 861px;
	}

	.has-sidebar .sidebar,
	.page.has-sidebar:not(.page-template) .sidebar {
		width: 100%;
		max-width: 420px;
	}

	.has-sidebar .content-area.primary-has-sidebar,
	.page.has-sidebar:not(.page-template) .content-area.primary-has-sidebar {
		width: 100%;
		max-width: calc(100% - 420px);
	}

	.has-sidebar .primary-wrapper > .row,
	.has-sidebar .site-content > .row {
		display: -webkit-inline-flex;
		display: -moz-inline-flex;
		display: -ms-inline-flex;
		display: -o-inline-flex;
		display: inline-flex;
		flex-direction: row;
		align-items: stretch;
		width: calc(100% + 100px);
	}

	.has-sidebar.layout-newspaper .primary-wrapper > .row,
	.has-sidebar.layout-newspaper .site-content > .row {
		width: calc(100% + 115px);
	}

	.has-sidebar.single img.tk-fullsize-img,
	.has-sidebar.single .tk-fullsize-img img,
	.has-sidebar.page:not(.page-template-template-portfolio) .tk-fullsize-img {
		margin-left: 0 !important;
	}

	.has-sidebar .content-area {
		border-style: solid;
		border-width: 0 1px 0 0;
	}

	.single.has-sidebar .entry-content,
	.page.has-sidebar .entry-content {
		margin-left: 0;
		margin-right: 0;
	}

	.single.no-sidebar img.tk-fullsize-img,
	.single.no-sidebar .tk-fullsize-img img,
	.page.no-sidebar:not(.page-template-template-portfolio) .tk-fullsize-img {
		max-width: 100vw;
		margin-top: 3rem;
		margin-bottom: 3rem;
		opacity: 0;
	}

	.layout-magazine .masonry article:not(.sticky) .featured-image,
	.layout-magazine .masonry article:not(.sticky) .featured-image + .entry-text,
	.layout-magazine .masonry article:not(.sticky) .entry-header,
	.layout-magazine .masonry article:not(.sticky) .entry-content {
		display: inline-block;
		vertical-align: top;
		width: 49.5%;
	}

	.layout-magazine .masonry article:not(.sticky) .featured-image,
	.layout-magazine .masonry article:not(.sticky) .entry-header {
		padding-right: 40px;
	}

	.layout-magazine .masonry .entry-meta + .entry-text .entry-title,
	.layout-magazine .masonry .entry-text:first-child .entry-title {
		margin-bottom: 0;
	}

	.layout-magazine .masonry article:not(.sticky) .featured-image + .entry-text .entry-header,
	.layout-magazine .masonry article:not(.sticky) .featured-image + .entry-text .entry-content {
		width: 100%;
		margin-right: 0;
	}

	.layout-magazine .masonry article .featured-image {
		margin-bottom: 0;
		max-height: 50vh;
	}

	.layout-newspaper.has-sidebar .lines .line:nth-child(1) {
		left: 33.33333%;
	}

	.layout-newspaper.has-sidebar .lines .line:nth-child(2) {
		left: 66.66666%;
	}

	.layout-newspaper.has-sidebar .lines .line:nth-child(3) {
		display: none;
	}

	.layout-newspaper .lines .line:nth-child(1) {
		left: 25%;
	}

	.layout-newspaper .lines .line:nth-child(2) {
		left: 50%;
	}

	.layout-newspaper .lines .line:nth-child(3) {
		left: 75%;
	}

	.layout-magazine.has-sidebar .lines .line:nth-child(1),
	.layout-magazine.has-sidebar .lines .line:nth-child(2),
	.layout-magazine.has-sidebar .lines .line:nth-child(3) {
		display: none;
	}

	.layout-magazine .lines .line:nth-child(1) {
		left: 50%;
	}

	.layout-magazine .lines .line:nth-child(2),
	.layout-magazine .lines .line:nth-child(3) {
		display: none;
	}

	.slider-entry-content-wrap:not(:hover) .excerpt-holder {
		max-height: 0;
		opacity: 0;
		padding-top: 0;
	}

	.slider-entry-content-wrap:not(:hover) .excerpt-holder p {
		opacity: 0;
	}

	.featured-arrows button:hover,
	.featured-arrows button:focus {
		background: transparent;
		border-color: rgba(0,0,0,.5);
	}

	.featured-arrows .slick-prev:hover:after,
	.featured-arrows .slick-next:hover:after {
		width: 12px;
	}

	.featured-arrows .slick-prev:hover:before {
		left: 7px;
	}

	.featured-arrows .slick-next:hover:before {
		left: 16px;
	}

	.widget,
	.footer-widget-holder .widget-area {
		max-width: 320px;
	}

	.widget:not(:last-child) {
		margin-bottom: 6rem;
	}

}

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

	.single .site-content {
		max-width: inherit;
		padding-left: 0;
		padding-right: 0;
	}

	.masonry .sticky .featured-image + .entry-text {
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
	}

}

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

	.in-container-fullwidth,
	.header-wrapper.in-container-fullwidth {
		margin-left: calc((-100vw + 1500px) / 2 + 7px);
		margin-right: calc((-100vw + 1500px) / 2 + 8px);
	}

}

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

	.viewport-slider .slider-entry-content {
		padding-left: calc((100% - 1600px) / 2 + 50px);
		padding-right: calc((100% - 1600px) / 2 + 50px);
		bottom: 17vh;
		max-width: calc(700px + ((100% - 1600px) / 2 + 50px) * 2);
	}

}

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

	.single .fullsize-featured .entry-header {
		max-width: 900px;
	}

}

@media only screen and (max-width: 1615px){

	.in-container-fullwidth,
	.header-wrapper.in-container-fullwidth {
		margin-left: -50px;
		margin-right: -50px;
		padding-left: 50px;
		padding-right: 50px;
	}

}

@media only screen and (min-width: 992px) and (max-width: 1440px){

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

	.single .featured-portrait .entry-header {
		text-align: left;
	}

}

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

	.plain-slider .featured-slider .entry-title {
		font-size: 34px;
		font-size: 2.125rem;
	}

	.single .entry-title {
		font-size: 60px;
		font-size: 3.75rem;
	}

	.viewport-slider .featured-slider .entry-title {
		font-size: 66px;
		font-size: 4.125rem;
	}

	.viewport-slider .slider-entry-content {
		max-width: calc(700px + 200px);
		padding-left: 100px;
		padding-right: 100px;
	}

	.featured-portrait .featured-image,
	.single .featured-portrait .entry-header {
		max-width: 42%;
	}

	.nav-menu > li {
		margin: 0 0 0 20px;
	}

	#big-search-close,
	#closeSocialMenu,
	body .jp-carousel-close-hint span,
	body #TB_closeWindowButton {
		right: 50px;
	}

	.container .container.container-large,
	.has-sidebar .header-wrapper:not(.featured-portrait):not(.fullsize-featured) {
		max-width: 1180px;
	}

	.plain-slider .slider-entry-content {
		padding-left: 50px;
		padding-right: 50px;
		padding-bottom: 50px;
	}

}

@media only screen and (min-width: 1200px) and (max-width: 1440px){

	.has-sidebar .sidebar,
	.page.has-sidebar:not(.page-template) .sidebar {
		max-width: 395px;
	}

	.has-sidebar .content-area.primary-has-sidebar,
	.page.has-sidebar:not(.page-template) .content-area.primary-has-sidebar {
		max-width: calc(100% - 395px);
	}

	.single.has-sidebar .content-area.primary-has-sidebar {
		padding-left: 80px;
	}

	.single.has-sidebar .sidebar {
		padding-right: 80px;
	}

}

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

	.plain-slider .horizontal .featured-slider .hentry,
	.plain-slider .featured-slider .featured-image,
	.plain-slider .featured-slider .featured-image a {
		height: 66vh;
	}

	.plain-slider .pulse {
		top: 33vh;
	}

	.plain-slider .slick-dots {
		margin-top: 20px;
	}

}

@media only screen and (max-width: 1366px){

	.masonry .sticky .featured-image {
		-webkit-background-size: cover;
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		width: 100%;
		position: absolute;
	}

	.masonry .sticky .featured-image:before {
		background-color: rgba(0,0,0,.3);
		z-index: 0;
	}

	.masonry .sticky .featured-image img {
		display: none;
	}

}

@media only screen and (min-width: 1024px) and (max-width: 1280px){

	.prev-trig,
	.nav-previous > span {
		left: 0px;
	}

	.next-trig,
	.nav-next > span {
		right: 10px;
	}

}

@media only screen and (max-width: 1199px){

	.container .container.container-large,
	.has-sidebar .header-wrapper:not(.featured-portrait):not(.fullsize-featured) {
		max-width: 760px;
	}

	.has-sidebar .content-area {
		border: none;
	}

	.container-large .row {
		margin-left: -10px;
		margin-right: -10px;
	}

	.layout-magazine.has-sidebar .masonry article {
		width: 100%;
	}

	.has-sidebar.layout-magazine article:after {
		left: 0;
		right: 50px;
	}

}

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

	.single img.tk-fullsize-img,
	.single .tk-fullsize-img img,
	.page:not(.page-template-template-portfolio) .tk-fullsize-img {
		max-width: 100vw;
		margin-top: 3rem;
		margin-bottom: 3rem;
		opacity: 0;
	}

	.layout-magazine.has-sidebar .masonry article:not(.sticky) .featured-image {
		width: 50%;
	}

	.sidebar,
	.footer-widget-holder {
		margin-left: -50px;
		margin-right: -50px;
	}

	.sidebar .widget,
	.site-footer .widget-area {
		float: left;
		padding-left: 50px;
		padding-right: 50px;
		width: 50%;
	}

	.widget {
		margin-top: 4.5rem;
	}

}

@media only screen and (min-width: 992px) and (max-width: 1199px){

	.layout-newspaper .lines .line:nth-child(1) {
		left: 33.3333%;
	}

	.layout-newspaper .lines .line:nth-child(2) {
		left: 66.6666%;
	}

	.layout-magazine.has-sidebar .lines .line:nth-child(1),
	.layout-magazine.has-sidebar .lines .line:nth-child(2),
	.layout-magazine.has-sidebar .lines .line:nth-child(3) {
		display: none;
	}

	.layout-magazine .lines .line:nth-child(1) {
		left: 50%;
	}

	.layout-magazine .lines .line:nth-child(2),
	.layout-magazine .lines .line:nth-child(3) {
		display: none;
	}

	.search.layout-newspaper .lines .line:nth-child(3) {
		display: none;
	}

}

@media only screen and (max-width: 1024px){

	.single .nav-links > div > span {
		font-size: 13px;
	}

	.masonry .entry-content,
	.masonry .entry-content p {
		font-size: 14px;
	}

	.nav-menu .sub-menu li {
		font-size: 17px;
	}

	.nav-menu > li,
	.layout-newspaper .masonry .sticky .entry-title,
	.layout-newspaper .masonry .entry-title,
	.layout-magazine .masonry .entry-title {
		font-size: 26px;
	}

	.has-sidebar.layout-newspaper .masonry .entry-title {
		font-size: 30px;
	}

	.site-title {
		font-size: 32px;
	}

	.page-title {
		font-size: 90px;
	}

	.site-branding {
		display: table-cell;
		padding-left: 40px;
		vertical-align: middle;
	}

	.nav-menu a {
		color: #000;
	}

	.icon-drop-down:before,
	.icon-drop-down:after {
		background-color: #000;
	}

	.site-content,
	.content-area {
		display: block;
	}

	.site-content {
		padding-bottom: 60px;
	}

	.header-scrolled .site-header {
		background-color: #000;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.header-scrolled .site-header,
	.header-scrolled .big-search-trigger {
		-webkit-transition-delay: 0s;
		-moz-transition-delay: 0s;
		-ms-transition-delay: 0s;
		-o-transition-delay: 0s;
		transition-delay: 0s;
	}

	.header-scrolled #big-search-close,
	.header-scrolled #closeSocialMenu,
	.header-scrolled .jp-carousel-close-hint span,
	.header-scrolled #TB_closeWindowButton {
		margin-top: 15px;
	}

	.site-header nav {
		margin: 0;
		text-transform: none;
	}

	.menu-toggle {
		margin-top: -20px;
		margin-left: -10px;
		position: absolute;
		top: 50%;
		left: 50px;
		z-index: 1001;
	}

	.menu-toggle + div,
	.main-navigation > .menu {
		background-color: #fff;
		height: 100vh;
		opacity: 0;
		overflow-y: auto;
		overflow-x: hidden;
		padding-left: 50px;
		padding-right: 50px;
		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 .nav-menu {
		display: inline-block;
		margin: 50px 0;
		max-height: calc(100% - 160px);
		overflow-y: auto;
		position: relative;
		text-align: center;
		vertical-align: middle;
		width: 100%;
	}

	.admin-bar .main-navigation .nav-menu {
		margin-top: 152px;
		max-height: calc(100% - 202px);
	}

	.main-navigation #menuMarker {
		display: none;
	}

	.main-navigation .nav-menu li {
		display: block;
		margin: 0.8em 0 0;
		padding: 0;
	}

	.main-navigation .nav-menu > li {
		opacity: 0;
		-webkit-transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
		-moz-transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
		-ms-transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
		-o-transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
		transition: .8s cubic-bezier(0.19, 1, 0.22, 1);

	}

	.nav-opened .main-navigation .nav-menu > li {
		opacity: 1;
		-webkit-transition-delay: .2s;
		-moz-transition-delay: .2s;
		-ms-transition-delay: .2s;
		-o-transition-delay: .2s;
		transition-delay: .2s;
	}

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

	.nav-menu > li > .sub-menu > li:last-child {
		padding-bottom: 20px;
	}

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

	.nav-menu .sub-menu li .dropdown-toggle {
		font-size: 11px;
		margin-left: 10px;
		margin-right: -32px;
	}

	.main-navigation ul ul {
		display: none;
		overflow: hidden;
	}

	.main-navigation .toggle-on > a ~ ul,
	.main-navigation .focus > a ~ ul {
		display: block;
	}

	.big-search,
	.social-menu-opened {
		overflow: hidden;
	}

	.search-wrap {
		width: 100%;
	}

	.sidebar .widget {
		padding-bottom: 40px;
	}

	.alignright,
	.alignleft {
		max-width: 45%;
	}

	.dropcap:before {
		font-size: 4em;
	}

	.single .nav-links > span {
		display: none;
	}

	.single .nav-links > div > span {
		display: block;
		letter-spacing: 0.4px;
		margin-bottom: 1rem;
		text-transform: uppercase;
	}

	.slick-dots li button {
		height: 40px;
	}

	.viewport-slider .featured-slider .hentry {
		height: 72vh;
	}

	.post-navigation,
	.posts-navigation {
		margin-bottom: 3rem;
	}

	.single .nav-links figure {
		display: none;
	}

	.masonry .portfolio-wrapper .entry-title {
		margin-bottom: 2px;
	}

	/* archive */

	.layout-magazine .masonry article {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.layout-magazine .lines .line {
		top: 40px;
	}

	.layout-magazine .masonry {
		margin-top: -40px;
	}

	.format-video .featured-image a:after,
	.format-gallery .featured-image a:after {
		display: none;
	}

	.jp-carousel-wrap .jp-carousel-next-button {
		right: 0 !important;
	}

	.site-footer {
		padding-top: 38px;
	}

	.site-footer,
	body .jetpack-social-navigation a,
	.site-info a {
		color: #000;
	}

	/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

	.neverending .site-footer {
		display: none;
	}

}

@media only screen and (min-width: 992px) and (max-width: 1024px){

	.plain-slider .horizontal .featured-slider .hentry {
		width: 50vw;
	}

	.featured-portrait .featured-image,
	.single .featured-portrait .entry-header {
		max-width: 46%;
	}

}

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

	.single .entry-title,
	.viewport-slider .featured-slider .entry-title {
		font-size: 50px;
		font-size: 3.125rem;
	}

	.site-branding img {
		max-width: 160px;
	}

	.menu-toggle {
		left: 50px;
	}

	.big-search-trigger,
	.error404 .social-menu-trigger,
	.search-no-results .social-menu-trigger {
		right: 50px;
	}

	.menu-toggle + div,
	.main-navigation > .menu {
		padding-left: 50px;
		padding-right: 50px;
	}

	.site-content {
		padding-top: 50px;
		padding-right: 50px;
	}

	.fullsize-featured {
		margin-top: -70px;
	}

	.error404 .site-content,
	.search-no-results .site-content {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.post-navigation .nav-previous,
	.posts-navigation .nav-previous {
		padding-right: 20px;
	}

	.post-navigation .nav-previous + .next-trig + .nav-next,
	.posts-navigation .nav-previous + .nav-next {
		padding-left: 20px;
		text-align: right;
	}

	.comments-area:last-child,
	.comment-holder:last-child,
	.related-holder:last-child {
		margin-bottom: -70px;
	}

	.single .entry-header {
		margin-top: 4rem;
	}

	.alignright {
		margin: 8px 0 10px 50px;
	}

	.alignleft {
		margin: 8px 50px 10px 0;
	}

	.plain-slider .horizontal .featured-slider .hentry,
	.plain-slider .featured-slider .featured-image,
	.plain-slider .featured-slider .featured-image a {
		height: 520px;
	}

	.plain-slider .pulse {
		top: 260px;
	}

	.plain-slider .slick-dots li,
	.plain-slider .slick-dots li button,
	.plain-slider .slick-dots li button:before,
	.plain-slider .slick-dots li button:after {
		width: 45px;
	}

	.featured-category-wrap {
		padding: 70px 0 100px;
	}

	.featured-category-wrap .featured-header {
		margin-bottom: 70px;
	}

	body[class*="-columns"] .masonry article {
		margin-bottom: 50px;
	}

	#TB_prev a:before,
	.jp-carousel-previous-button span:before {
		margin-left: -12px;
	}

	#TB_next a:before,
	.jp-carousel-next-button span:before {
		margin-left: 12px;
	}

	.infinity-end.neverending .site-footer {
		display: table;
	}

}

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

	.layout-newspaper .lines .line:nth-child(1) {
		left: 50%;
	}

	.layout-newspaper .lines .line:nth-child(2),
	.layout-newspaper .lines .line:nth-child(3) {
		display: none;
	}

	.search.layout-magazine .lines .line:nth-child(1),
	.no-sidebar.layout-magazine .lines .line:nth-child(1) {
		left: 50%;
	}

	.layout-magazine:not(.search):not(.no-sidebar) .lines .line {
		display: none;
	}

}

@media only screen and (max-width: 991px){

	.plain-slider .horizontal .featured-slider .hentry {
		width: 100vw;
	}

	.viewport-slider .slick-dots {
		margin-top: 40px;
	}

	.viewport-slider .slick-dots li,
	.viewport-slider .slick-dots li button,
	.viewport-slider .slick-dots li button:before,
	.viewport-slider .slick-dots li button:after {
		width: 30px;
	}

	body div#jp-relatedposts {
		padding-bottom: 5rem;
	}

	body div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post,
	body div#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
		width: 50%;
		margin-bottom: 3rem;
	}

	#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img {
		width: 100%;
	}

}

@media only screen and (max-width: 767px){

	html,
	.masonry .sd-content ul li a.sd-button span {
		font-size: 15px;
	}

	.emphasis {
		font-size: 21px;
		font-size: 1.4rem;
	}

	h3,
	.site-title,
	blockquote,
	blockquote p,
	q,
	.entry-content blockquote,
	.entry-content blockquote p,
	.entry-content q {
		font-size: 27px;
		font-size: 1.8rem;
	}

	.entry-content .emphasis,
	.twocolumn p.half-width.emphasis,
	.error404 .page-content p,
	body .jetpack-social-navigation span,
	body .jetpack-social-navigation a:before {
		font-size: 30px;
		font-size: 2rem;
	}

	h2,
	.viewport-slider .featured-slider .entry-title,
	.plain-slider .featured-slider .entry-title,
	.comments-title span {
		font-size: 33px;
		font-size: 2.2rem;
	}

	.single .entry-title,
	.search-wrap input[type="search"],
	.no-results input[type="search"],
	.error-404 input[type="search"] {
		font-size: 36px;
		font-size: 2.4rem;
	}

	h1,
	.search .page-header .page-title span,
	.archive .page-header .page-title span {
		font-size: 42px;
		font-size: 2.8rem;
	}

	.header-image .site-title {
		font-size: 45px;
		font-size: 3rem;
	}

	.page-title {
		font-size: 60px;
		font-size: 4rem;
	}

	.dropcap {
		font-size: 90px;
		font-size: 6rem;
	}

	.search .page-header,
	.archive .page-header {
		margin-bottom: 40px;
	}

	.container {
		padding-left: 30px;
		padding-right: 30px;
	}

	.emphasis {
		line-height: 1.1em;
	}

	.site-branding {
		display: table-cell;
		margin-left: 0;
		padding-left: 40px;
		vertical-align: middle;
		width: 230px;
	}

	.site-title a {
		top: -4px;
	}

	.header-wrapper {
		margin-bottom: 4rem;
	}

	.header-image {
		padding: 30px 0;
	}

	.fullsize-featured .entry-header {
		padding-top: 20vh;
		padding-bottom: 20vh;
	}

	.comment-content th,
	.entry-content th,
	.comment-content td,
	.entry-content td {
		padding: 7px 5px;
		text-align: center;
	}

	.site-header,
	.demo-site .site-header {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.site-header .container {
		table-layout: fixed;
	}

	.site-branding img {
		max-width: 100px;
	}

	.header-scrolled .site-header,
	.header-scrolled .search-wrap,
	.header-scrolled > .widget-area,
	.header-scrolled .big-search-trigger,
	.header-scrolled #big-search-close,
	.header-scrolled #closeSocialMenu,
	.header-scrolled .jp-carousel-close-hint span,
	.header-scrolled #TB_closeWindowButton {
		top: 0 !important;
	}

	.main-navigation .nav-menu {
		margin: 30px 0;
		max-height: calc(100% - 110px);
	}

	.admin-bar .main-navigation .nav-menu {
		margin-top: 122px;
		max-height: calc(100% - 152px);
	}

	.big-search-trigger,
	#big-search-close,
	#closeSocialMenu,
	body .jp-carousel-close-hint span,
	body #TB_closeWindowButton {
		margin-top: 20px;
	}

	.menu-toggle {
		left: 30px;
	}

	.big-search-trigger,
	#big-search-close,
	#closeSocialMenu,
	body .jp-carousel-close-hint span,
	body #TB_closeWindowButton {
		right: 30px;
	}

	#big-search-close,
	#closeSocialMenu {
		margin-right: -9px;
	}

	.menu-toggle + div,
	.main-navigation > .menu {
		padding-left: 30px;
		padding-right: 30px;
	}

	.site-content,
	.page .site-content {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.site-content {
		overflow: hidden;
	}

	.single .header-wrapper:not(.fullsize-featured) .featured-image,
	.page:not(.page-template-portfolio-page) .featured-image {
		margin-top: 4rem;
	}

	.fullsize-featured {
		margin-top: -50px;
	}

	.error404 .site-content,
	.search-no-results .site-content {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.post-navigation .nav-previous,
	.post-navigation .nav-next,
	.posts-navigation .nav-previous,
	.posts-navigation .nav-next {
		padding-top: 30px;
		padding-bottom: 27px;
	}

	.post-navigation .nav-previous a:before,
	.posts-navigation .nav-previous a:before {
		left: auto;
		right: -30px;
	}

	.comments-area:last-child,
	.comment-holder:last-child,
	.related-holder:last-child {
		margin-bottom: -50px;
	}

	.comments-title,
	.comment-reply-title,
	.logged-in-as,
	.comment-notes {
		text-align: center;
	}

	.comments-title,
	.comment-reply-title {
		margin-bottom: 4rem;
		padding-top: 6rem;
	}

	.comments-area .comment,
	.comments-area .pingback,
	.comments-area .trackback,
	.comments-title + .comment-navigation {
		margin-top: 3rem;
	}

	.comment-meta {
		padding-left: 80px;
		position: relative;
	}

	.comment-author img {
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	div#respond h3 {
		margin-right: -.5em;
	}

	.single .entry-title {
		margin-bottom: 3rem;
	}

	.alignright {
		margin: 8px 0 10px 30px;
	}

	.alignleft {
		margin: 8px 30px 10px 0;
	}

	.page blockquote + cite,
	.page blockquote + p cite,
	.page q + cite,
	.page q + p cite,
	.single blockquote + cite,
	.single blockquote + p cite,
	.single q + cite,
	.single q + p cite {
		margin-top: 0;
		padding-left: 20px;
	}

	.alignright,
	.alignleft,
	img.alignleft,
	img.alignright {
		float: none;
		margin-left: 0;
		margin-right: 0;
		max-width: 100%;
	}

	.contact-form .half-width {
		width: 100%;
	}

	.search-results .entry-meta + .entry-title {
		margin-top: 5px;
	}

	.sidebar {
		margin-top: 6rem;
		margin-bottom: 4rem;
	}

	.footer-widget-holder .widget-area {
		margin-bottom: 4.5rem;
	}

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

	.widget:not(:last-child) {
		margin-bottom: 4rem;
	}

	.widget-title {
		margin-bottom: 1.4rem;
	}

	.widget-area .widget_nav_menu {
		margin-bottom: 30px;
		width: 100%;
	}

	.entry-author {
		padding: 35px 30px;
	}

	.author-box figure,
	.entry-author .author-avatar {
		display: none;
	}

	.author-info p,
	.author-bio {
		margin-top: 1rem;
	}

	.masonry article {
		width: 100%;
	}

	.masonry .sticky .entry-text {
		padding: 80px 40px 40px;
	}

	.horizontal {
		overflow: hidden;
	}

	.horizontal .featured-slider {
		margin-left: auto;
		margin-right: auto;
	}

	.slick-slide {
		opacity: .4;
	}

	.slick-active {
		opacity: 1;
	}

	.viewport-slider .featured-slider .hentry,
	.plain-slider .horizontal .featured-slider .hentry,
	.plain-slider .featured-slider .featured-image,
	.plain-slider .featured-slider .featured-image a {
		height: 60vh;
	}

	.viewport-slider .featured-slider .hentry {
		max-width: calc(100vw - 30px);
	}

	.plain-slider .horizontal .featured-slider .hentry {
		max-width: calc(100vw - 60px);
	}

	.plain-slider .slick-dots li,
	.plain-slider .slick-dots li button,
	.plain-slider .slick-dots li button:before,
	.plain-slider .slick-dots li button:after {
		width: 30px;
	}

	.featured-category-wrap {
		padding: 70px 0 30px;
	}

	.featured-category-wrap .featured-category article {
		border: none;
		width: 80vw;
	}

	.featured-category-wrap .featured-header {
		margin-bottom: 70px;
	}

	.layout-newspaper .masonry article {
		border-width: 0 0 1px 0;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.jetpack-social-navigation + .site-info {
		margin-top: 12px;
	}

	.slider-entry-content {
		padding: 0 30px 40px;
		bottom: 0;
	}

	#TB_prev a:before,
	.jp-carousel-previous-button span:before {
		margin-left: -16px;
	}

	#TB_next a:before,
	.jp-carousel-next-button span:before {
		margin-left: 16px;
	}

	.jp-carousel-wrap .jp-carousel-previous-button,
	.jp-carousel-wrap .jp-carousel-next-button {
		display: block !important;
	}

	body div#jp-relatedposts div.jp-relatedposts-items,
	body div#jp-relatedposts div.jp-relatedposts-items-visual {
		margin-left: -20px;
		margin-right: -30px;
	}

	body div#jp-relatedposts div.jp-relatedposts-items,
	body div#jp-relatedposts div.jp-relatedposts-items-visual {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
	}

	body div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post,
	body div#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
		display: inline-block;
		vertical-align: top;
		width: 75vw;
		white-space: normal;
	}

	div#eu-cookie-law {
		padding-bottom: 90px;
	}

	#eu-cookie-law input[type="submit"].accept {
		margin-left: 0;
		right: auto;
		bottom: 20px;
		left: 30px;
	}

	.masonry #infinite-handle {
		bottom: -120px;
	}

	.masonry .infinite-loader {
		bottom: -97px;
	}

	.infinity-end.neverending .site-footer {
		display: block;
	}

	.masonry article .sharedaddy,
	.featured-category .sharedaddy {
		margin-top: 2rem;
	}

	.single .sd-block.sd-social.sd-social-text.sd-sharing {
		display: table;
	}

	.single div.sharedaddy .sd-social-text .sd-title,
	.single div.sharedaddy .sd-social .sd-content {
		display: table-cell;
		vertical-align: top;
	}

	div.sharedaddy .sd-social h3.sd-title {
		border: none;
		padding: 7px 12px 0 0;
		white-space: nowrap;
	}

	.instagram-feed li {
		width: 33.3333%;
	}

	.footer-widget-holder {
		margin-top: 5rem;
		margin-bottom: 4rem;
	}

}

@media only screen and (max-width: 480px){

	.viewport-slider .featured-slider .entry-title,
	.plain-slider .featured-slider .entry-title {
		font-size: 30px;
		font-size: 2rem;
	}

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

}

@media only screen and (max-width: 330px){

	.site-branding {
		width: 190px;
	}

	.single .sd-social-text .sd-title,
	.single .sd-social .sd-content {
		vertical-align: top;
	}

	.widget-area .widget_nav_menu:last-child {
		padding-right: 0;
	}

}
