/*
Theme Name: Coup
Theme URI: http://coup.tkdemos.com/
Author: Themes Kingdom
Author URI: http://www.themeskingdom.com
Description: coup blog theme
Version: 2.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: coup
Tags: blog, portfolio, photography, news, translation-ready, theme-options, sticky-post, post-formats, footer-widgets, featured-images, custom-menu, custom-colors, custom-background, custom-logo, rtl-language-support, threaded-comments, left-sidebar, two-columns, three-columns, grid-layout

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.

coup 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
	## Icomoon
	## Family size weight
# Helpers
# Elements
# Layout
	## Bootstrap
	## mCustomScrollbar
# Transitions
	## Preloader
# Forms
# Header
# Footer
# Sidebar
# Aside
# Navigation
	## Links
	## Menus
	## Next/prev post
	## Number pagination
	## Sharedaddy
	## Back to Top
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Home - header video
	## Home - featured slider
	## Home - archive
	## Post
	## Page
	## Portfolio archive
	## Portfolio single
	## Search Archive
	## Error 404
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
	## Jetpack overwrites
		### Jetpack widgets
# 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;
}

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

button:focus {
	outline: none;
}

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
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: black;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

cite {
	font-style: normal;
}

blockquote,
q {
	margin: 1.5em 0;
}

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

.single blockquote,
.single q,
.page blockquote,
.page q,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	padding-left: 5rem;
}

.single blockquote,
.page blockquote {
	clear: both;
}

.single blockquote,
.page blockquote,
.single q,
.page q {
	margin: 1.5em 0;
	position: relative;
}

.single blockquote:before,
.single q:before,
.page blockquote:before,
.page q:before {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 34px;
	opacity: .2;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

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

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

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.dropcap {
	position: relative;
}

.dropcap:before {
	content: attr(data-dropcap);

	font-weight: 700;
	line-height: 1em;
	opacity: .1;

	position: absolute;
	left: 0;
	top: -0.3em;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
}

.has-drop-cap:not(:focus):first-letter {
	font-size: 6.3em;
	line-height: 0.9;
	margin: .05em .15em 0 0;
}


/*--------------------------------------------------------------
## Icomoon
--------------------------------------------------------------*/


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

[class^="icon-"], [class*=" icon-"],
.checkbox:before,
input[type="checkbox"] + label:before,
.radio:before,
input[type="radio"] + label:before,
.read-more-link:before,
.edit-link a:after,
.single blockquote:before,
.single q:before,
.page blockquote:before,
.page q: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-check:before {
  content: "\e90b";
}
.icon-link-p:before {
  content: "\e909";
}
.icon-quote-p:before {
  content: "\e90a";
}
.icon-down:before {
  content: "\e908";
}
.icon-close:before {
  content: "\e900";
}
.icon-left:before {
  content: "\e901";
}
.icon-quote:before,
.single blockquote:before,
.single q:before,
.page blockquote:before,
.page q:before {
  content: "\e902";
}
.icon-right:before {
  content: "\e903";
}
.icon-search:before {
  content: "\e904";
}
.icon-share:before {
  content: "\e905";
}
.icon-sidebar:before {
  content: "\e906";
}
.icon-top:before {
  content: "\e907";
}


/*--------------------------------------------------------------
## Family size weight
--------------------------------------------------------------*/

body {
	font-family: 'HK Grotesk', Verdana, Geneva, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-smoothing: grayscale;
}

body,
.blog article.format-quote .entry-content blockquote cite,
.archive article.format-quote .entry-content blockquote cite,
h1,
h1>a,
h2,
h2>a,
h3,
h3>a,
h4,
h4>a,
h5,
h5>a,
h6,
h6>a,
.blog article.format-quote .entry-content blockquote,
.archive article.format-quote .entry-content blockquote,
.blog article.format-quote .entry-content q,
.archive article.format-quote .entry-content q,
.main-navigation,
.site-title,
.site-title a,
.side-nav,
.search-wrap .search-field,
.category-filter,
body .sd-sharing-enabled div h3.sd-title {
	font-style: normal;
}

/* size */

.dropcap:before {
	font-size: 160px;
}

h1, h2 {
	font-size: 50px;
	font-size: 3.125rem;
}

h3,
.error404 .page-title,
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-size: 40px;
	font-size: 2.5rem;
}

h4,
blockquote,
q,
.search .page-title,
.more-link,
.archive .page-title,
.portfolio-description {
	font-size: 30px;
	font-size: 1.875rem;
}

.emphasis,
.header-video-wrapper .header-text {
	font-size: 28px;
	font-size: 1.75rem;
}

.search .entry-title,
.paging-navigation {
	font-size: 26px;
	font-size: 1.625rem;
}

h5,
body #jp-relatedposts h3.jp-relatedposts-headline,
.blog .entry-title,
.archive .entry-title,
.blog article.format-quote blockquote,
.blog article.format-quote q,
.archive article.format-quote blockquote,
.archive article.format-quote q,
body #infinite-handle span {
	font-size: 24px;
	font-size: 1.5rem;
}

.comment-author b {
	font-size: 20px;
	font-size: 1.25rem;
}

h6,
.category-filter,
.results-count,
.posts-navigation,
.search-wrap .search-field,
.row article.type-jetpack-portfolio .entry-title,
.single .entry-content {
	font-size: 18px;
	font-size: 1.125rem;
}


cite,
.main-navigation a,
.widget_recent_entries li,
.widget_recent_comments .comment-author-link,
.widget_authors ul li li,
.archive-description,
.entry-content table,
.wp-caption .wp-caption-text {
	font-size: 16px;
	font-size: 1rem;
}

.widget-title,
.blog article .entry-content,
.archive article .entry-content,
.site-description,
#secondary .widget {
	font-size: 15px;
}

#secondary .widget-title,
.main-navigation ul ul a,
.widget {
	font-size: 14px;
	font-size: .875rem;
}

.category-filter li span,
.entry-meta,
.widget.widget_recent_comments,
.comment-metadata,
.search-post-type,
.site-info {
	font-size: 12px;
	font-size: .75rem;
}

.widget_recent_entries li span {
	font-size: 10px;
}

@media screen and (max-width: 1500px) {

	.big-text,
	.archive .page-title.big-text {
		font-size: 140px;
	}

	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 36px;
	}

	h3,
	.error404 .page-title {
		font-size: 30px;
	}

	.emphasis,
	.search .page-title,
	.more-link,
	.archive .page-title,
	.portfolio-description,
	h4,
	blockquote,
	q,
	body #infinite-handle span {
		font-size: 26px;
	}

	.search .entry-title,
	.paging-navigation,
	h5,
	body #jp-relatedposts h3.jp-relatedposts-headline,
	.blog .entry-title,
	.archive .entry-title,
	.blog article.format-quote blockquote,
	.blog article.format-quote q,
	.archive article.format-quote blockquote,
	.archive article.format-quote q {
		font-size: 20px;
	}

	.comment-author b {
		font-size: 18px;
	}

	.posts-navigation .prev-title,
	.posts-navigation .next-title {
		font-size: 16px;
		line-height: 1.4;
	}

	.row article.type-jetpack-portfolio .entry-title,
	.category-filter,
	.posts-navigation,
	.search-wrap .search-field,
	body div div.sharedaddy div h3.sd-title {
		font-size: 16px;
	}

}

@media screen and (max-width: 1200px) {
	.dropcap:before {
		font-size: 120px;
	}

	.main-navigation a {
		font-size: 30px;
	}
}

@media screen and (max-width: 900px) {

	.dropcap:before {
		font-size: 80px;
	}

	h1, h2, h3,
	.error404 .page-title {
		font-size: 30px;
	}

	.blog .entry-title,
	.archive .entry-title,
	.blog article.format-quote blockquote,
	.blog article.format-quote q,
	.archive article.format-quote blockquote,
	.archive article.format-quote q {
		font-size: 22px;
	}

	.emphasis,
	.search .page-title,
	.more-link,
	.archive .page-title,
	.portfolio-description,
	h4,
	blockquote,
	q,
	.paging-navigation,
	body #infinite-handle span,
	body #jp-relatedposts h3.jp-relatedposts-headline {
		font-size: 20px;
	}

	.search .entry-title {
		font-size: 18px;
	}

	h5,
	.comment-author b {
		font-size: 16px;
	}

	h6,
	.category-filter,
	.results-count,
	.posts-navigation,
	.search-wrap .search-field,
	.row article.type-jetpack-portfolio .entry-title,
	body div.sharedaddy div h3.sd-title {
		font-size: 14px;
	}


	cite,
	.widget_recent_entries li,
	.widget_recent_comments .comment-author-link,
	.widget_authors ul li li,
	.entry-content table,
	.widget-title,
	.blog article .entry-content,
	.archive article .entry-content,
	.site-description {
		font-size: 14px;
	}

}


/* weight */

h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-bottom: .5em;
}

a time {
	letter-spacing: .02em;
}

.blog article.format-quote blockquote,
.blog article.format-quote q,
.archive article.format-quote blockquote,
.archive article.format-quote q {
	letter-spacing: -.03em;
}

.site-info {
	letter-spacing: .02em;
}

blockquote,
q {
	font-weight: 300;
}

.archive .page-title,
.row .format-quote cite {
	font-weight: 400;
}

.category-filter,
.main-navigation a,
.search .page-title,
.search-wrap .search-field,
.results-count,
.search .entry-title,
.blog .entry-title,
.archive .entry-title,
.blog article.format-quote blockquote,
.blog article.format-quote q,
.archive article.format-quote blockquote,
.archive article.format-quote q,
.entry-meta,
.paging-navigation,
body #infinite-handle span,
.menu-toggle,
.posts-navigation .next-trig,
.posts-navigation .prev-trig,
.row article.type-jetpack-portfolio .entry-title,
.search-wrap .search-form .search-field,
body div.sharedaddy div h3.sd-title,
.search-post-type,
body #jp-relatedposts h3.jp-relatedposts-headline {
	font-weight: 500;
}

cite,
.site-title,
.more-link,
.comment-author b {
	font-weight: 700;
}

/* line height */

h1,
.more-link {
	line-height: 1;
}
h2,
.blog article.format-quote blockquote,
.blog article.format-quote q,
.archive article.format-quote blockquote,
.archive article.format-quote q,
h3,
h4,
blockquote,
q,
h5 {
	line-height: 1.1;
}
h6 {
	line-height: 1.222222;
}

.archive .page-title,
.archive-description p,
.portfolio-description,
.portfolio-description p {
	line-height: 1.125;
}

.single .entry-content {
	line-height: 1.5;
}

/* decoration */

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


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

/* shaky hover states fix */

.stop-shake {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}

/* ==========================================================================
	 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;
	 1.77:1 ===> 56.5%;
	 1.85:1 ===> 54%;
	 ========================================================================== */

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

.scalable-element {
	height: 100%;
	max-height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	margin-bottom: 0 !important;
	border: none;
}

/* clearfix */

.clear:before,
.clear:after,
.hentry:not(.slick-slide):before,
.hentry:not(.slick-slide):after,
.comments-area .comment-list .comment-body:before,
.comments-area .comment-list .comment-body:after,
.infinite-wrap:before,
.infinite-wrap:after,
.widget_jetpack_display_posts_widget:before,
.widget_jetpack_display_posts_widget:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.hentry:not(.slick-slide):after,
.comments-area .comment-list .comment-body:after,
.infinite-wrap:after,
.widget_jetpack_display_posts_widget:after {
	clear: both;
}



/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

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

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

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

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

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

.wp-block-separator {
	margin-top: 4vw;
	margin-bottom: 4vw;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

.entry-content .wp-block-archives,
.entry-content .wp-block-categories,
.entry-content .wp-block-latest-posts {
	list-style: none;
	padding: 0;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 0 0 1em; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.entry-content td,
.entry-content th,
.comment-content td,
.comment-content th {
	padding: .6em;
	border: 2px solid black;
}

::-moz-selection { /* Gecko Browsers */
	background: #f9ce4e;

}
::selection {  /* WebKit/Blink Browsers */
	background: #f9ce4e;

}

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

body {
	overflow-x: hidden;
}

.twocolumn .half-width {
	display: inline-block;
	font-size: initial;
	vertical-align: top;
	width: 49%;
}

.twocolumn .half-width:nth-child(odd) {
	padding-right: 20px;
}

.twocolumn .half-width:nth-child(even) {
	padding-left: 20px;
}

.entry-content figure.aligncenter,
.entry-content figure.size-full,
.entry-content img.aligncenter,
.entry-content>img,
.entry-content p>img,
.entry-content :not(.wp-caption)>img.size-full {
	margin-bottom: 2.5rem;
	margin-top: .5rem;
}

.entry-content :not(.wp-caption)>img.size-full:not(.alignleft):not(.alignright) {
	margin-top: 5rem;
}
@media screen and (min-width: 1020px) {
	.single .content-area .aligncenter {
		max-width: 900px !important;
	}
}

/*--------------------------------------------------------------
## Bootstrap
--------------------------------------------------------------*/

body,
#secondary {
	padding-left: 20px;
	padding-right: 20px;
}

.header-video-wrapper .wp-custom-header-video-button {
	left: 20px;
}

.sidebar-open .sidebar-button {
	right: 20px;
}
.big-text {
	left: -25px;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 0;
	padding-right: 0;

	max-width: 100%;
}

.container.container-medium,
.container.container-small {
	margin-right: auto;
	margin-left: auto;
	padding-left: 0;
	padding-right: 0;
}

.container.container-medium {
	max-width: 900px;
}
.container.container-small {
	max-width: 680px;
}

.container.container-side {
	width: calc((100% - 900px) / 2 - 1px);
	position: absolute;
	left: 0;
	top: 0;
	padding-right: 30px;
}
@media (min-width: 600px) {
	.container {
		width: 100%;
	}
	body,
	#secondary {
		padding-left: 30px;
		padding-right: 30px;
	}
	.sidebar-open .sidebar-button {
		right: 20px;
	}
	.big-text {
		left: -40px;
	}
	.header-video-wrapper .wp-custom-header-video-button {
		left: 30px;
	}
}
@media (min-width: 900px) {
	body,
	#secondary {
		padding-left: 60px;
		padding-right: 60px;
	}
	.sidebar-open .sidebar-button {
		right: 40px;
	}
	.big-text {
		left: -70px;
	}
	.header-video-wrapper .wp-custom-header-video-button {
		left: 60px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 100%;
	}
	body,
	#secondary {
		padding-left: 40px;
		padding-right: 40px;
	}
	.side-nav,
	.sidebar-open .sidebar-button,
	.menu-toggle {
		right: 40px;
	}
	.back-to-top {
		right: 30px;
	}
	.big-text {
		left: -60px;
	}
	.header-video-wrapper .wp-custom-header-video-button {
		left: 40px;
	}
}
@media (min-width: 1800px) {
	.container {
		width: 100%;
	}
	body,
	#secondary {
		padding-left: 70px;
		padding-right: 70px;
	}
	.side-nav,
	.sidebar-open .sidebar-button,
	.menu-toggle {
		right: 70px;
	}
	.back-to-top {
		right: 60px;
	}
	.big-text {
		left: -90px;
	}
	.header-video-wrapper .wp-custom-header-video-button {
		left: 70px;
	}
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.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-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,
.blog .row article,
.archive .row article,
.page-template-gallery-page .row article {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.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,
.blog .row article,
.archive .row article,
.page-template-gallery-page .row article {
	float: left;
}
.standard-layout.blog .row article,
.standard-layout.archive .row article {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-right: -5px;
}

.col-xs-12,
.blog .row article,
.archive .row article,
.page-template-gallery-page .row article {
	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: 600px) {
	.row {
		margin-left: -30px;
		margin-right: -30px;
	}

	.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-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,
	.blog .row article,
	.archive .row article,
	.page-template-gallery-page .row article {
		position: relative;
		min-height: 1px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-12,
	.blog .row article.sticky,
	.archive .row article.sticky {
		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,
	.blog .row article,
	.archive .row article,
	.page-template-gallery-page .row article {
		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: 1200px) {

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

	.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-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,
	.blog .row article,
	.archive .row article,
	.page-template-gallery-page .row article {
		position: relative;
		min-height: 1px;
		padding-left: 25px;
		padding-right: 25px;
	}
	.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,
	.blog .row article.sticky,
	.archive .row article.sticky {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4,
	.blog .row article,
	.archive .row article,
	.page-template-gallery-page .row article {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
}
@media (min-width: 1500px) {

	.row {
		margin-left: -35px;
		margin-right: -40px;
	}

	.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-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,
	.blog .row article,
	.archive .row article,
	.page-template-gallery-page .row article {
		padding-left: 35px;
		padding-right: 40px;
	}
}
@media (min-width: 1800px) {
	.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,
	.blog .row article.sticky,
	.archive .row article.sticky {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4,
	.blog .row article,
	.archive .row article,
	.page-template-gallery-page .row article {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
}
@media (min-width: 2300px) {

	.col-lg-6,
	.blog .row article.sticky,
	.archive .row article.sticky {
		width: 50%;
	}
	.col-lg-3,
	.blog .row article,
	.archive .row article,
	.page-template-gallery-page .row article {
		width: 25%;
	}
}
.clear:before,
.clear:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
	content: " ";
	display: table;
}
.clear:after,
.container:after,
.container-fluid:after,
.row:after {
	clear: both;
}


/*--------------------------------------------------------------
## mCustomScrollbar
--------------------------------------------------------------*/

/*
CONTENTS:
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/



/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/

	.mCustomScrollbar{ -ms-touch-action: pinch-zoom; touch-action: pinch-zoom; /* direct pointer events to js */ }
	.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action{ -ms-touch-action: auto; touch-action: auto; }

	.mCustomScrollBox{ /* contains plugin's markup */
		position: relative;
		overflow: hidden;
		height: 100%;
		max-width: 100%;
		outline: none;
		direction: ltr;
	}

	.mCSB_container{ /* contains the original content */
		overflow: hidden;
		width: auto;
		height: auto;
	}



/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

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

	.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */

	.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}

	.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

	.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
		position: absolute;
		width: 16px;
		height: auto;
		left: auto;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */

	.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
		right: auto;
		left: 0;
	}

	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */

	.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		height: auto;
	}

	.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

	.mCSB_scrollTools .mCSB_draggerRail{
		width: 1px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
	}

	.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
		cursor: pointer;
		width: 100%;
		height: 30px; /* minimum dragger height */
		z-index: 1;
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
		position: relative;
		width: 3px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;
		text-align: center;
	}

	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }

	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown{
		display: block;
		position: absolute;
		height: 20px;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}

	.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }



/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_horizontal.mCSB_inside > .mCSB_container{
		margin-right: 0;
		margin-bottom: 30px;
	}

	.mCSB_horizontal.mCSB_outside > .mCSB_container{ min-height: 100%; }

	.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; } /* non-visible scrollbar */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal{
		width: auto;
		height: 16px;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
	.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{ bottom: -26px; } /* scrollbar position: outside */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer{ margin: 0 20px; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 2px;
		margin: 7px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
		width: 30px; /* minimum dragger width */
		height: 100%;
		left: 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}

	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 12px; /* auto-expanded scrollbar */
		margin: 2px auto;
	}

	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 8px; /* auto-expanded scrollbar */
		margin: 4px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
		display: block;
		position: absolute;
		width: 20px;
		height: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{ left: 0; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{ right: 0; }



/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_container_wrapper{
		position: absolute;
		height: auto;
		width: auto;
		overflow: hidden;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin-right: 30px;
		margin-bottom: 30px;
	}

	.mCSB_container_wrapper > .mCSB_container{
		padding-right: 30px;
		padding-bottom: 30px;
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}

	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 20px; }

	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 20px; }

	/* non-visible horizontal scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 0; }

	/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 0; }

	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 20px; }

	/* non-visible scrollbar/RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 0; }

	.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}

	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container{ padding-right: 0; }

	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container{ padding-bottom: 0; }

	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{
		margin-right: 0; /* non-visible scrollbar */
		margin-left: 0;
	}

	/* non-visible horizontal scrollbar */
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; }



/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_scrollTools,
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	}

	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
		-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out;
		-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s,
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out;
		-o-transition: width .2s ease-out .2s, height .2s ease-out .2s,
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out;
		transition: width .2s ease-out .2s, height .2s ease-out .2s,
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out;
	}



/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/

	/*
	----------------------------------------
	6.1 THEMES
	----------------------------------------
	*/

	/* default theme ("light") */

	.mCSB_scrollTools{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

	.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 0; filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)"; }

	.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollBox:hover > .mCSB_scrollTools,
	.mCustomScrollBox:hover ~ .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; }

	.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)";
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.8);
		filter: "alpha(opacity=80)"; -ms-filter: "alpha(opacity=80)";
	}

	.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,1);
		filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)";
	}

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		background-image: url(mCSB_buttons.png); /* css sprites */
		background-repeat: no-repeat;
		opacity: 0.4; filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)";
	}

	.mCSB_scrollTools .mCSB_buttonUp{
		background-position: 0 0;
		/*
		sprites locations
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonDown{
		background-position: 0 -20px;
		/*
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonLeft{
		background-position: 0 -40px;
		/*
		sprites locations
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonRight{
		background-position: 0 -56px;
		/*
		sprites locations
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonUp:hover,
	.mCSB_scrollTools .mCSB_buttonDown:hover,
	.mCSB_scrollTools .mCSB_buttonLeft:hover,
	.mCSB_scrollTools .mCSB_buttonRight:hover{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

	.mCSB_scrollTools .mCSB_buttonUp:active,
	.mCSB_scrollTools .mCSB_buttonDown:active,
	.mCSB_scrollTools .mCSB_buttonLeft:active,
	.mCSB_scrollTools .mCSB_buttonRight:active{ opacity: 0.9; filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; }


	/* theme: "minimal", "minimal-dark" */

	.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical{
		right: 0;
		margin: 10px 0;
	}

	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{
		bottom: 0;
		margin: 0 12px;
	}

	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical{
		left: 0;
		right: auto;
	}

	.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }

	.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
	.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 50px; }

	.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
	.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 50px; }

	.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)";
	}

	.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)";
	}


	/* theme: "minimal-dark" */

	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: black; background-color: rgba(0,0,0,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)";
	}

	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: black; background-color: rgba(0,0,0,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)";
	}


/* iframe fix */

.sidebar-hide-scroll iframe {
	pointer-events: none !important;
}

.sidebar-hide-scroll iframe.unblocked {
	pointer-events: auto !important;
}

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

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="url"],
input[type="search"],
textarea,
select,
kbd, pre,
.radio.checked:before,
input[type="radio"]:checked + label:before,
.menu-toggle span:before,
.menu-toggle span:after,
.search-wrap,
.edit-link,
.widget .search-form input[type="submit"],
.featured-slider-wrap,
.fullwidth-slider .featured-slider .featured-image:after,
.sd-social-icon a:before,
body .tb-close-icon,
.slick-arrow,
.fullwidth-slider .site-header,
.fullwidth-slider .featured-slider .slick-arrow:before,
.content-area #infinite-handle span,
.portfolio-item .entry-meta,
.portfolio-item .entry-title,
.portfolio-item .featured-image a:after,
.portfolio-item .featured-image + .entry-header,
.jp-relatedposts-post .jp-relatedposts-post-a,
.single-post .featured-portrait,
.wpcom-instagram-images,
.dropcap:before,
aside#secondary,
.back-to-top {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.posts-navigation i,
.posts-navigation .post-title,
.dropdown-toggle,
.menu-toggle .hamburger span {
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;

}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.content-area #infinite-handle>span>button {
	-webkit-transition: .1s;
	-moz-transition: .1s;
	-ms-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
}

/*--------------------------------------------------------------
## Preloader
--------------------------------------------------------------*/
@media screen and (min-width: 1201px) {
	.tk-theme-frontend .site-header,
	.tk-theme-frontend.early-show.leaving-page .site-header {
		opacity: 0;
		-webkit-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-o-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	.early-show .site-header {
		opacity: 1;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;

		-webkit-transition: .2s linear, opacity .15s linear;
		-moz-transition: .2s linear, opacity .15s linear;
		-ms-transition: .2s linear, opacity .15s linear;
		-o-transition: .2s linear, opacity .15s linear;
		transition: .2s linear, opacity .15s linear;
	}

	.site-header {
		-webkit-transition: .2s .1s linear, opacity .15s .1s linear;
		-moz-transition: .2s .1s linear, opacity .15s .1s linear;
		-ms-transition: .2s .1s linear, opacity .15s .1s linear;
		-o-transition: .2s .1s linear, opacity .15s .1s linear;
		transition: .2s .1s linear, opacity .15s .1s linear;
	}

	.tk-theme-frontend .side-nav {
		opacity: 0;
		-webkit-transform: translateY(40px);
		-moz-transform: translateY(40px);
		-ms-transform: translateY(40px);
		-o-transform: translateY(40px);
		transform: translateY(40px);

		-webkit-transition: .3s;
		-moz-transition: .3s;
		-ms-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}
	.fullwidth-slider .side-nav,
	.header-image-section .side-nav {
		-webkit-transition: .3s 1s;
		-moz-transition: .3s 1s;
		-ms-transition: .3s 1s;
		-o-transition: .3s 1s;
		transition: .3s 1s;
	}
	.show .side-nav,
	.no-js .side-nav {
		opacity: 1;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}

	.tk-theme-frontend .featured-slider-wrapper {
		/*opacity: 0;*/
		-webkit-transform: translateY(40px);
		-moz-transform: translateY(40px);
		-ms-transform: translateY(40px);
		-o-transform: translateY(40px);
		transform: translateY(40px);
		-webkit-transition: .3s;
		-moz-transition: .3s;
		-ms-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}
	.tk-theme-frontend.fullwidth-slider .featured-slider-wrapper {
		-webkit-transition: .5s;
		-moz-transition: .5s;
		-ms-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
	}
	.show .featured-slider-wrapper,
	.no-js .featured-slider-wrapper {
		/*opacity: 1;*/
	}

	.show .featured-slider-wrapper,
	.fullwidth-slider .featured-slider-wrapper,
	.no-js .featured-slider-wrapper,
	.no-js.fullwidth-slider .featured-slider-wrapper {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
}


.tk-theme-frontend.archive .site-main > .page-header,
.tk-theme-frontend.search .site-main > .page-header,
.tk-theme-frontend.gallery .site-main > .entry-header,
.tk-theme-frontend.page-template-gallery-page .site-main > .entry-header,
body.tk-theme-frontend.page .entry-header,
.tk-theme-frontend.search .page-content,
body.tk-theme-frontend.page .entry-content {
	opacity: 0;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.tk-theme-frontend.search .page-content,
body.tk-theme-frontend.page .entry-content {
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	-ms-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;

}

.show.archive .site-main > .page-header,
.show.search .site-main > .page-header,
.show .gallery .site-main > .entry-header,
.show.page-template-gallery-page .site-main > .entry-header,
body.show.page .entry-header,
.show.search .page-content,
body.show.page .entry-content,
.no-js.archive .site-main > .page-header,
.no-js.search .site-main > .page-header,
.no-js .gallery .site-main > .entry-header,
.no-js.page-template-gallery-page .site-main > .entry-header,
body.no-js.page .entry-header,
.no-js.search .page-content,
body.no-js.page .entry-content {
	opacity: 1;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 2px solid;
	border-color: black;
	border-radius: 0;
	background: transparent;
	color: black;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	padding: 1em 2em .8em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: black;
	color: white;
}

#secondary button,
#secondary input[type="button"],
#secondary input[type="reset"],
#secondary input[type="submit"] {
	border-color: white;
	color: white;
}

#secondary button:hover,
#secondary input[type="button"]:hover,
#secondary input[type="reset"]:hover,
#secondary input[type="submit"]:hover,
#secondary button:focus,
#secondary input[type="button"]:focus,
#secondary input[type="reset"]:focus,
#secondary input[type="submit"]:focus,
#secondary button:active,
#secondary input[type="button"]:active,
#secondary input[type="reset"]:active,
#secondary input[type="submit"]:active {
	background: white;
	color: black;
}

input[type="search"]::-webkit-input-placeholder {
	color: transparent;
	opacity: 1;
}
input[type="search"]::-moz-placeholder {
	color: transparent;
	opacity: 1;
}
input[type="search"]:-moz-placeholder {
	color: transparent;
	opacity: 1;
}
input[type="search"]:-ms-placeholder {
	color: transparent;
	opacity: 1;
}

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 {
	color: black;
	border: none;
	border-bottom: 2px solid black;
	border-radius: 0;
	background: transparent;
	padding: 3px 0;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

select {
	border: 2px solid black;
}

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 {
	color: black;
	border-bottom-style: dotted;
	outline: none;
}

textarea {
	width: 100%;
	outline: none;
	resize: vertical;
	border: none;
	border-bottom: 2px solid black;
}


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

#secondary select {
	border-color: white;
}

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

#secondary textarea {
	border-bottom-color: white;
}


/* checkbox and radio btn fix */

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


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

.comment-subscription-form input[type="checkbox"] + label {
	margin-bottom: 10px;
	display: inline-block !important; /*overwriting Jetpack*/
	font-weight: 400;
	line-height: 1;
	margin-left: 0;
}

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

label.radio:before,
input[type="radio"] + label:before {
	font-size: 9px;
	padding-top: 2px;
}

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

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

label.checkbox:hover:before,
input[type="checkbox"] + label:hover:before,
label.radio:hover:before,
input[type="radio"] + label:hover:before {
	background: black;
}

.checkbox.checked:before,
input[type="checkbox"]:checked + label:before {
	content: "\e90b";
}

.checkbox.checked:hover:before,
input[type="checkbox"]:checked + label:hover:before,
.radio.checked:hover:before,
input[type="radio"]:checked + label:hover:before {
	color: white;
}

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

.radio:before,
input[type="radio"] + label:before {
	-webkit-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-ms-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}

/* post password */

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

.post-password-form label {
	width: calc(100% - 110px);
}

.post-password-form input[type="submit"] {
	max-width: 105px;
}

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

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

.site-header {
	height: 120px;
	max-height: 120px;
}

.site-branding {
	float: right;
	max-width: 40vw;
	text-align: right;
	margin-top: -10px;
	max-height: 100%;
}

.custom-logo-link,
.site-information {
	float: right;
}

.custom-logo-link {
	height: 40px;
	max-height: 40px;
	font-size: 0;
}

@media screen and (min-width: 1201px) {
	.slider-logo-link ~ .custom-logo-link {
		display: none;
	}
}

@media screen and (max-width: 1200px) {
	.slider-logo-link {
		display: none;
	}
}

.custom-logo-link img {
	width: auto;
	max-height: 100%;
}

.site-information {
	margin-right: 30px;
}

.site-title {
	margin: 0;
	font-size: 40px;
	line-height: 1;
}

.site-description {
	margin: 0;
}

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

.site-footer {
	margin-top: 120px;
}

.site-info {
	margin-bottom: 25px;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

.sidebar-hide-scroll,
.sidebar-hide-scroll h1,
.sidebar-hide-scroll h2,
.sidebar-hide-scroll h3,
.sidebar-hide-scroll h4,
.sidebar-hide-scroll h5,
.sidebar-hide-scroll h6 {
	color: white;
}

.sidebar-button {
	display: inline-block;
	vertical-align: baseline;
	margin-right: 15px;
	margin-left: -10px;
	position: relative;
}

.sidebar-open .sidebar-button {
	z-index: 1001;
	position: fixed;
}

.sidebar-open .menu-toggle {
	display: none;
}

.sidebar-open .main-navigation {
	margin-left: 32px;
}

.sidebar-hide-scroll {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	max-height: 100vh;
	overflow: hidden;

	background: black;
	z-index: 1000;

	-webkit-transition: visibility 0s .15s, all .15s ease-in;
	-moz-transition: visibility 0s .15s, all .15s ease-in;
	-ms-transition: visibility 0s .15s, all .15s ease-in;
	-o-transition: visibility 0s .15s, all .15s ease-in;
	transition: visibility 0s .15s, all .15s ease-in;
}

.sidebar-open .sidebar-hide-scroll {
	visibility: visible;
	opacity: 1;
	-webkit-transition: visibility 0s 0s, all .15s ease-in;
	-moz-transition: visibility 0s 0s, all .15s ease-in;
	-ms-transition: visibility 0s 0s, all .15s ease-in;
	-o-transition: visibility 0s 0s, all .15s ease-in;
	transition: visibility 0s 0s, all .15s ease-in;
}

.sidebar-open .sidebar-nav-holder {
	top: 0 !important;
}

#secondary {
	padding-top: 200px;
	padding-bottom: 150px;
}

#secondary {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	transform: translateY(-30px);
	-webkit-transition: transform .2s .05s ease-in;
	-moz-transition: transform .2s .05s ease-in;
	-ms-transition: transform .2s .05s ease-in;
	-o-transition: transform .2s .05s ease-in;
	transition: transform .2s .05s ease-in;
}

.sidebar-open #secondary {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.sidebar-hide-scroll a,
.sidebar-hide-scroll a:visited,
.sidebar-hide-scroll a:hover,
.sidebar-hide-scroll a:focus,
.sidebar-hide-scroll a:active {
	color: white;
}

.sidebar-hide-scroll a:hover,
.sidebar-hide-scroll a:focus,
.sidebar-hide-scroll a:active {
	opacity: .4;
}

.sidebar-toggle {
	padding: .3em;
	border: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;

}

.sidebar-open .sidebar-toggle,
.sidebar-open .sidebar-toggle:hover,
.sidebar-open .sidebar-toggle:focus,
.sidebar-open .sidebar-toggle:active {
	color: white;
	font-size: 24px;
}

.sidebar-open .sidebar-toggle:hover .icon-close {
	opacity: .8;
	-webkit-transition: .15s;
	-moz-transition: .15s;
	-ms-transition: .15s;
	-o-transition: .15s;
	transition: .15s;
}

.sidebar-toggle:hover,
.sidebar-toggle:focus,
.sidebar-toggle:active {
	background: transparent;
	color: initial;
}

.sidebar-toggle .icon-close,
.sidebar-open .sidebar-toggle .icon-sidebar {
	display: none;
}

.sidebar-open .sidebar-toggle .icon-close {
	display: block;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	display: block;
	background: white;
	z-index: -1;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;

}

@media screen and (min-width: 551px) {
	.sidebar-open .overlay {
		z-index: 2;
		opacity: .9;
		-webkit-transition: .3s .1s;
		-moz-transition: .3s .1s;
		-ms-transition: .3s .1s;
		-o-transition: .3s .1s;
		transition: .3s .1s;

	}
}

/*--------------------------------------------------------------
# Aside
--------------------------------------------------------------*/

/* search */

.side-nav > * {
	margin-bottom: 30px;
}
.single .side-nav > * {
	margin-bottom: 10px;
}

.search-wrap {
	position: relative;
	padding-right: 30px;
}


.search-wrap form {
	position: relative;
}

.search-wrap form:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	height: 2px;
	width: 0;
	background: black;

	-webkit-transition: .15s ease-out;
	-moz-transition: .15s ease-out;
	-ms-transition: .15s ease-out;
	-o-transition: .15s ease-out;
	transition: .15s ease-out;
}

.search-wrap.focus form:after,
.search .search-wrap form:after {
	width: 90%;
}

.search-wrap .search-form .search-submit {
	border: none;
	color: black;
	opacity: .3;
	padding: 2px;
	position: absolute;
	right: -30px;
	bottom: auto;
	margin-top: 8px;
	font-size: 15px;
}

.search-wrap form:hover .search-submit,
.search-wrap.focus .search-submit,
.search-wrap .search-submit:hover,
.search-wrap .search-submit:focus,
.search-wrap .search-submit:active {
	background: transparent;
	color: initial;
	opacity: 1;
}

.search-wrap .search-form .search-field {
	color: black;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	width: 90%;
	text-align: left;
	padding-right: 0;
}

.search-wrap .search-field:focus {
	outline: 0;
}

.search-wrap .search-field::-webkit-input-placeholder {
	color: black;
	text-align: right;
}

.search-wrap .search-field:-moz-placeholder {
	color: black;
	text-align: right;
}

.search-wrap .search-field::-moz-placeholder {
	color: black;
	text-align: right;
}

.search-wrap .search-field:-ms-input-placeholder {
	color: black;
	text-align: right;
}

.search-wrap.focus .search-field::-webkit-input-placeholder {
	color: transparent;
}

.search-wrap.focus .search-field:-moz-placeholder {
	color: transparent;
}

.search-wrap.focus .search-field::-moz-placeholder {
	color: transparent;
}

.search-wrap.focus .search-field:-ms-input-placeholder {
	color: transparent;
}


/* category filter */

.category-filter {
	list-style: none;
	margin: 0;
	padding: 0 0 0 40px;
	max-height: 55vh;
	overflow-y: hidden;
}

.category-filter li {
	padding-right: 30px;
	position: relative;
	margin-bottom: 6px;
	word-break: break-word;
}

.category-filter a {
	padding: 2px;
	position: relative;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);

}

.category-filter a:after {
	content: '';
	position: absolute;
	bottom: -2px;
	right: 0;
	width: 0;
	height: 2px;
	background: black;
	-webkit-transition: .2s ease-out;
	-moz-transition: .2s ease-out;
	-ms-transition: .2s ease-out;
	-o-transition: .2s ease-out;
	transition: .2s ease-out;
}

.category-filter li.cat-active span {
	opacity: 1;
}

.category-filter li span {
	opacity: .3;
	position: absolute;
	right: -30px;
	left: calc(100% + 9px);
	text-align: center;
	margin-top: 6px;
}

.category-filter a:hover {
	color: initial;
}

.category-filter a:hover span {
	opacity: 1;
}

.category-filter li:hover a:after,
.category-filter li.focus a:after,
.category-filter li.cat-active a:after {
	width: 100%;
}

/* post navigation */

.posts-navigation .nav-next,
.posts-navigation .nav-previous {
	padding-right: 30px;
	position: relative;
	margin-bottom: 15px;
}

.posts-navigation a {
	display: block;
}

.posts-navigation i {
	position: absolute;
	right: 0;
	left: calc(100% - 15px);
	text-align: center;
	margin-top: 5px;
	font-size: 14px;
}

.posts-navigation i,
.posts-navigation .post-title {
	opacity: .2;
}

.posts-navigation a:hover,
.posts-navigation a:focus,
.posts-navigation a:active {
	color: black;
}

.posts-navigation a:hover i,
.posts-navigation a:focus i,
.posts-navigation a:active i,
.posts-navigation a:hover .post-title,
.posts-navigation a:focus .post-title,
.posts-navigation a:active .post-title {
	opacity: 1;
}

.posts-navigation .next-trig,
.posts-navigation .prev-trig {

}

@media screen and (max-width:1200px) {

	.posts-navigation {
		max-width: 680px;
		margin-left: auto;
		margin-right: auto;
		text-align: initial;
	}

	.posts-navigation .nav-next,
	.posts-navigation .nav-previous {
		padding-right: 0;
		margin-bottom: 25px;
	}

	.posts-navigation i {
		position: static;
		text-align: initial;
		float: left;
		margin-top: 6px;
		margin-right: 10px;

	}
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
}

a:hover,
a:focus,
a:active {
	color: rgba(0,0,0,.4);
}

a:focus {
	outline: 0;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: inline-block;
	max-width: 50vw;
	vertical-align: middle;
}

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

.main-navigation li {
	float: left;
	position: relative;
	margin-right: 24px;
	margin-bottom: 5px;
}

.main-navigation a,
.dropdown-toggle {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
}

.main-navigation a {
	position: relative;
}

.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation a:active {
	color: initial;
}

.main-navigation a:after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 2px;
	background: black;
	-webkit-transition: .2s ease-out;
	-moz-transition: .2s ease-out;
	-ms-transition: .2s ease-out;
	-o-transition: .2s ease-out;
	transition: .2s ease-out;
}

/* dropdown toggle */

.dropdown-toggle {
	margin-left: 5px;
	padding: 3px;
	font-size: 10px;
	border: none;
	opacity: .2;
	-webkit-transform-origin: center 40%;
	-moz-transform-origin: center 40%;
	-ms-transform-origin: center 40%;
	-o-transform-origin: center 40%;
	transform-origin: center 40%;
}


.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
	padding: 25px 30px 20px;
	background: #ececec;
	width: 210px;
}

.main-navigation ul ul ul {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	padding: 0;
	opacity: 0;
	width: 100%;
}

.main-navigation ul ul ul,
.main-navigation ul ul ul a,
.main-navigation ul ul ul .dropdown-toggle {
	font-size: 0;
}

.main-navigation ul ul ul li {
	margin-bottom: 0;
}

.main-navigation ul ul ul {
	-webkit-transition: opacity .2s, all .2s .2s;
	-moz-transition: opacity .2s, all .2s .2s;
	-ms-transition: opacity .2s, all .2s .2s;
	-o-transition: opacity .2s, all .2s .2s;
	transition: opacity .2s, all .2s .2s;
}


.main-navigation ul ul a {
	width: auto;
	max-width: 150px;
	opacity: 0.4;
}

.main-navigation ul ul a:after,
.main-navigation li.menu-item-has-children:hover > a:after,
.main-navigation li.menu-item-has-children.focus > a:after,
.main-navigation li.page-item-has-children:hover > a:after,
.main-navigation li.page-item-has-children.focus > a:after {
	content: none;
	display: none;
}

.main-navigation ul ul li {
	margin-right: 0;
	margin-bottom: 5px;
	display: block;
	float: none;
}

.main-navigation li:hover > a:after,
.main-navigation li.focus > a:after,
.main-navigation .current_page_item > a:after,
.main-navigation .current-menu-item > a:after {
	width: 100%;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
	opacity: 1;
}

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

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 0;
	opacity: 1;
	padding: 10px 0 20px;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

.dropdown-toggle:hover,
.dropdown-toggle:focus,
.dropdown-toggle:active {
	background: none;
	color: initial;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.menu-toggle {
	border: none;
	color: rgba(0, 0, 0, .4);
	font-size: 12px;
	text-transform: uppercase;
	padding: 0;
	font-weight: 700;
}
.menu-toggle:focus,
.menu-toggle:active,
.menu-toggle:hover {
	background: transparent;
	color: black;
}

.menu-toggle.hide {
	visibility: hidden;
	z-index: -1;
	opacity: 0;
}

.menu-toggle .hamburger,
.menu-toggle > span {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
}

.menu-toggle .hamburger {
	margin-left: 15px;
	margin-right: 2px;
	width: 20px;
}

.menu-toggle .hamburger span {
	display: block;
	width: 100%;
	height: 2px;
	background: black;
	-webkit-transform-origin: 30% center;
	-moz-transform-origin: 30% center;
	-ms-transform-origin: 30% center;
	-o-transform-origin: 30% center;
	transform-origin: 30% center;
}

.menu-open .menu-toggle .hamburger span:first-child {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu-open .menu-toggle .hamburger span:last-child {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu-toggle .hamburger span:first-child {
	margin-bottom: 4px;
}

.menu-toggle .open-menu,
.menu-open .menu-toggle .close-menu {
	display: inline-block;
}

.menu-toggle .close-menu,
.menu-open .menu-toggle .open-menu {
	display: none;
}

@media screen and (min-width: 1201px) {
	.menu-toggle {
		position: fixed;
		top: 30px;
		z-index: 1000;
	}
	.admin-bar .menu-toggle {
		top: 67px;
	}
	.main-navigation ul {
		display: block;
	}

	.menu-open .sidebar-nav-holder {
		position: relative;
		height: auto;
		background: white;
		z-index: 100;
		padding-top: 30px;
		padding-bottom: 20px;
	}

	.menu-open .sidebar-nav-holder:before,
	.menu-open .sidebar-nav-holder:after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		background: white;
		width: 100px;
	}

	.menu-open .sidebar-nav-holder:before {
		left: -100px;
	}
	.menu-open .sidebar-nav-holder:after {
		right: -100px;
	}

	.menu-open .site-branding {
		display: none;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul,
	.main-navigation ul ul li:hover > ul > li > a,
	.main-navigation ul ul li.focus > ul > li > a {
		font-size: 14px;
	}

	.main-navigation ul ul li:hover > ul > li > .dropdown-toggle,
	.main-navigation ul ul li.focus > ul > li > .dropdown-toggle {
		font-size: 10px;
	}

	.main-navigation ul ul li:hover > ul li,
	.main-navigation ul ul li.focus > ul li {
		margin-bottom: inherit;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		-webkit-transition: opacity .2s .2s, all .2s;
		-moz-transition: opacity .2s .2s, all .2s;
		-ms-transition: opacity .2s .2s, all .2s;
		-o-transition: opacity .2s .2s, all .2s;
		transition: opacity .2s .2s, all .2s;
	}

	.main-navigation li:hover > .dropdown-toggle,
	.main-navigation li.focus > .dropdown-toggle,
	.dropdown-toggle:hover,
	.dropdown-toggle:focus,
	.dropdown-toggle:active {
		opacity: 1;
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}

}
@media screen and (max-width: 1200px) {

	/* main nav */

	.menu-toggle {
		margin-top: 4px;
		-webkit-transition: 0s;
		-moz-transition: 0s;
		-ms-transition: 0s;
		-o-transition: 0s;
		transition: 0s;
	}

	.menu-open .menu-toggle {
		z-index: 51;
		position: fixed;
		right: 60px;
		top: 24px;
	}
	.admin-bar.menu-open .menu-toggle {
		top: 57px;
	}

	.main-navigation ul {
		display: block;
	}

	.main-navigation > div {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: white;
		z-index: -1;
		visibility: hidden;
		opacity: 0;
		padding: 40px;
		-webkit-transition: z-index 0s .2s, visibility 0s .2s, opacity .2s;
		-moz-transition: z-index 0s .2s, visibility 0s .2s, opacity .2s;
		-ms-transition: z-index 0s .2s, visibility 0s .2s, opacity .2s;
		-o-transition: z-index 0s .2s, visibility 0s .2s, opacity .2s;
		transition: z-index 0s .2s, visibility 0s .2s, opacity .2s;
	}

	.menu-open .main-navigation > div {
		opacity: 1;
		visibility: visible;
		z-index: 50;
		-webkit-transition: z-index 0s, visibility 0s, opacity .2s;
		-moz-transition: z-index 0s, visibility 0s, opacity .2s;
		-ms-transition: z-index 0s, visibility 0s, opacity .2s;
		-o-transition: z-index 0s, visibility 0s, opacity .2s;
		transition: z-index 0s, visibility 0s, opacity .2s;
	}

	.main-navigation > div:before {
		content: "";
		display: inline-block;
		height: 100%;
		width: 0;
		margin-right: -5px; /* Adjusts for spacing */
		vertical-align: middle;
	}

	.main-navigation > div > ul,
	.main-navigation.toggled > div > ul {
		display: inline-block;
		vertical-align: middle;
	}

	.main-navigation  div > ul {
		opacity: 0;
		max-height: 80%;
		width: 100%;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	.menu-open .main-navigation  div > ul {
		opacity: 1;
	}

	.main-navigation li {
		float: none;
		display: block;
		opacity: 0;
		-webkit-transform: translate(-20px);
		-moz-transform: translate(-20px);
		-ms-transform: translate(-20px);
		-o-transform: translate(-20px);
		transform: translate(-20px);
		-webkit-transition: all .2s ease , transform .2s ease-out , opacity .2s linear;
		-moz-transition: all .2s ease , transform .2s ease-out , opacity .2s linear;
		-ms-transition: all .2s ease , transform .2s ease-out , opacity .2s linear;
		-o-transition: all .2s ease , transform .2s ease-out , opacity .2s linear;
		transition: all .2s ease , transform .2s ease-out , opacity .2s linear;
	}

	.main-navigation li {
		-webkit-transition-delay: 0s , .3s , .1s;
		-moz-transition-delay: 0s , .3s , .1s;
		-ms-transition-delay: 0s , .3s , .1s;
		-o-transition-delay: 0s , .3s , .1s;
		transition-delay: 0s , .3s , .1s;
	}

	.menu-open .main-navigation li {
		opacity: 1;
		-webkit-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0);
		-webkit-transition: all .2s ease , transform .2s ease-out , opacity .2s linear;
		-moz-transition: all .2s ease , transform .2s ease-out , opacity .2s linear;
		-ms-transition: all .2s ease , transform .2s ease-out , opacity .2s linear;
		-o-transition: all .2s ease , transform .2s ease-out , opacity .2s linear;
		transition: all .2s ease , transform .2s ease-out , opacity .2s linear;
		-webkit-transition-delay: 0s , .3s , .3s;
		-moz-transition-delay: 0s , .3s , .3s;
		-ms-transition-delay: 0s , .3s , .3s;
		-o-transition-delay: 0s , .3s , .3s;
		transition-delay: 0s , .3s , .3s;
	}
	.menu-open .main-navigation li:nth-child(1) {
		-webkit-transition-delay: 0s , 0s , 0s;
		-moz-transition-delay: 0s , 0s , 0s;
		-ms-transition-delay: 0s , 0s , 0s;
		-o-transition-delay: 0s , 0s , 0s;
		transition-delay: 0s , 0s , 0s;
	}
	.menu-open .main-navigation li:nth-child(2) {
		-webkit-transition-delay: 0s , 0.05s , 0.05s;
		-moz-transition-delay: 0s , 0.05s , 0.05s;
		-ms-transition-delay: 0s , 0.05s , 0.05s;
		-o-transition-delay: 0s , 0.05s , 0.05s;
		transition-delay: 0s , 0.05s , 0.05s;
	}
	.menu-open .main-navigation li:nth-child(3) {
		-webkit-transition-delay: 0s , 0.1s , 0.1s;
		-moz-transition-delay: 0s , 0.1s , 0.1s;
		-ms-transition-delay: 0s , 0.1s , 0.1s;
		-o-transition-delay: 0s , 0.1s , 0.1s;
		transition-delay: 0s , 0.1s , 0.1s;
	}
	.menu-open .main-navigation li:nth-child(4) {
		-webkit-transition-delay: 0s , 0.15s , 0.15s;
		-moz-transition-delay: 0s , 0.15s , 0.15s;
		-ms-transition-delay: 0s , 0.15s , 0.15s;
		-o-transition-delay: 0s , 0.15s , 0.15s;
		transition-delay: 0s , 0.15s , 0.15s;
	}
	.menu-open .main-navigation li:nth-child(5) {
		-webkit-transition-delay: 0s , 0.2s , 0.2s;
		-moz-transition-delay: 0s , 0.2s , 0.2s;
		-ms-transition-delay: 0s , 0.2s , 0.2s;
		-o-transition-delay: 0s , 0.2s , 0.2s;
		transition-delay: 0s , 0.2s , 0.2s;
	}
	.menu-open .main-navigation li:nth-child(6) {
		-webkit-transition-delay: 0s , 0.25s , 0.25s;
		-moz-transition-delay: 0s , 0.25s , 0.25s;
		-ms-transition-delay: 0s , 0.25s , 0.25s;
		-o-transition-delay: 0s , 0.25s , 0.25s;
		transition-delay: 0s , 0.25s , 0.25s;
	}


	.main-navigation ul ul li {
		margin: 0;
	}

	.main-navigation li,
	.main-navigation ul li.toggle-on > ul > li {
		margin: 10px 0 0;
	}

	.main-navigation ul ul ,
	.main-navigation ul ul a,
	.main-navigation ul ul .dropdown-toggle {
		font-size: 0;
	}

	.main-navigation ul ul .dropdown-toggle {
		padding: 0;
	}

	.main-navigation ul li.toggle-on > ul,
	.main-navigation ul li.toggle-on > ul > li > a {
		font-size: 14px;
	}

	.main-navigation ul li.toggle-on > ul > li > .dropdown-toggle {
		font-size: 16px;
		padding: 3px;
	}

	.main-navigation ul ul,
	.main-navigation ul ul ul {
		float: none;
		position: static;
		z-index: auto;
		padding: 0;
		background: transparent;
		width: auto;
	}

	.main-navigation li.toggle-on > .dropdown-toggle {
		background: none;
		opacity: 1;
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}

}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

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

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

/*--------------------------------------------------------------
## Next/prev post
--------------------------------------------------------------*/


.post-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-next,
.posts-navigation .nav-next {

}

/*--------------------------------------------------------------
## Number Pagination
--------------------------------------------------------------*/

.paging-navigation,
#infinite-handle,
div .infinite-loader {
	margin: 50px auto 20px;
	text-align: center;
}

ul.page-numbers,
.paging-navigation > span
.paging-navigation > a {
	display: inline-block;
}

ul.page-numbers {
	list-style: none;
	margin: 0;
	padding: 0 120px;
}

.paging-navigation li {
	display: inline-block;
}

span.dots {
	margin: 0 .6em;
}

a.page-numbers,
span.current,
span.disabled,
.paging-navigation > a {
	padding: 0 2px;
	margin: 0 .2em;
	border-bottom: 0 solid black;
	line-height: 1;
}

span.current,
.paging-navigation a:hover {
	border-bottom-width: 2px;
}

.paging-navigation a:hover {
	color: initial;
}

span.disabled {
	opacity: .2;
}



/*--------------------------------------------------------------
## Sharedaddy
--------------------------------------------------------------*/

.sharedaddy-holder {
	padding-right: 30px;
}

.sharedaddy-holder > i {
	position: absolute;
	right: 0;
	left: calc(100% - 15px);
	text-align: center;
	margin-top: 5px;
	opacity: .2;
	font-size: 12px;
}

div.sharedaddy {

}

div.sharedaddy div h3.sd-title:before,
div div.sharedaddy h3.sd-title:before {
	border-top: 0;
	margin-bottom: 0;
}

body div.sharedaddy div h3.sd-title {
	margin: 0;
	line-height: 1.1;
	font-size: 18px;
	letter-spacing: normal;
}

div.sharedaddy .sd-block {
	position: relative;
}

.sd-sharing-enabled .sd-content {
	position: absolute;
	top: -2px;
	right: -10px;
	width: 100%;
	text-align: right;
	background: white;
	padding-bottom: 10px;

	visibility: hidden;
	opacity: 0;

	-webkit-transition: .2s, visibility 0s .2s;
	-moz-transition: .2s, visibility 0s .2s;
	-ms-transition: .2s, visibility 0s .2s;
	-o-transition: .2s, visibility 0s .2s;
	transition: .2s, visibility 0s .2s;
}

.sharedaddy-holder:hover .sharedaddy .sd-content {
	visibility: visible;
	opacity: 1;
	right: 0;
	z-index: 1;

	-webkit-transition: .2s, visibility 0s 0s;
	-moz-transition: .2s, visibility 0s 0s;
	-ms-transition: .2s, visibility 0s 0s;
	-o-transition: .2s, visibility 0s 0s;
	transition: .2s, visibility 0s 0s;
}
@media screen and (min-width: 1201px) {
	.sharedaddy-holder:hover div.sharedaddy h3.sd-title {
		opacity: 0;
	}

	.sharedaddy-holder:hover > i {
		opacity: 1;
	}
}

.sd-sharing-enabled div .sd-content ul li {
		margin: 0 0 5px 5px;
		padding: 0;
}

.sd-sharing-enabled div .sd-content ul li.share-end {
	margin: 0;
}

div .sd-social-icon .sd-content ul li[class*=share-] a.sd-button,
div .sd-social-icon .sd-content ul li[class*=share-].share-tumblr a.sd-button,
div .sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button,
div .sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button,
div .sd-social-icon .sd-content ul li[class*=share-].share-pinterest a.sd-button,
div .sd-social-icon .sd-content ul li[class*=share-].share-digg a.sd-button,
div .sd-social-icon .sd-content ul li[class*=share-].share-press-this a.sd-button,
div .sd-social-icon .sd-content ul li[class*=share-].share-telegram a.sd-button,
div .sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button,
div .sd-social-icon .sd-content ul li[class*=share-].share-google-plus-1 a.sd-button,
div .sd-social-icon .sd-content ul li[class*=share-].share-pocket a.sd-button,
div .sd-social-icon .sd-content ul li[class*=share-].share-reddit a.sd-button,
div .sd-social-icon .sd-content ul li[class*=share-].share-skype a.sd-button,
div .sd-social-icon .sd-content ul li[class*=share-].share-jetpack-whatsapp a.sd-button {
	background: transparent !important;
	color: inherit !important;
	margin-top: 0;
}

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

div .sd-social-icon .sd-content ul li[class*=share-] a,
div .sd-social-icon .sd-content ul li[class*=share-] a:hover,
div .sd-social-icon .sd-content ul li[class*=share-] div.option a {
	border-radius: 0;
	-webkit-border-radius: 0;
	padding: 2px;
}

/*--------------------------------------------------------------
## Back to Top
--------------------------------------------------------------*/

body .back-to-top.hide {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
}

.back-to-top {
	position: fixed;
	bottom: 60px;

	opacity: 1;

	border: none;
	padding: 0;
	font-size: 33px;
}

.back-to-top:hover,
.back-to-top:focus,
.back-to-top:active {
	background: initial;
	color: initial;
	opacity: .4;
}


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

.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
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 3.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 3.5em;
}

@media screen and (min-width: 1020px) {
	.single .alignleft {
		margin-left: -110px;
	}

	.single .alignright {
		margin-right: -110px;
	}
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget,
.widget.milestone-widget {
	margin: 0 0 60px;
}

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

#secondary .widget,
.site-footer .widget-area {
	width: 360px;
	display: inline-block;
	vertical-align: top;
	margin: 0 80px 60px 0;
}


/* half width widgets */

#secondary .widget.widget_nav_menu,
#secondary .widget.widget_meta,
#secondary .widget.widget_categories,
#secondary .widget.widget_archive,
#secondary .widget.widget_pages {
	width: 150px;
}

.widget_nav_menu,
.widget_meta,
.widget_categories,
.widget_archive,
.widget_pages {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding-right: 40px;
}

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

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

.widget li {
	margin-bottom: 10px;
}

/* search */

.search-form {
	position: relative;
}

.search-form .search-field {
	padding-right: 60px;
}

.search-form .search-submit {
	border: none;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 1.2em 0;
	text-transform: uppercase;
	max-width: 60px;

	font-size: 10px;
	font-weight: 700;
}

.search-form .search-submit,
.search-form .search-submit:hover,
.search-form .search-submit:focus,
.search-form .search-submit:active {
	background: transparent;
	color: initial;
}

#secondary .search-form .search-submit,
#secondary .search-form .search-submit:hover,
#secondary .search-form .search-submit:focus,
#secondary .search-form .search-submit:active {
	background: transparent;
	color: white;
}

/* calendar */

.widget_calendar caption {
	text-align: left;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
}

.widget_calendar table {
	text-align: center;
}

td, th {
	padding: 5px 2px;
}

.widget_calendar tbody a {
	border-bottom: 2px solid black;
	padding: 0 1px;
}

.widget_calendar #today {
	position: relative;
	color: white;
}
.widget_calendar #today:before {
	content: '';
	z-index: -1;
	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%);
	width: 1.8em;
	height: 1.7em;
	background: black;
}

.widget_calendar #prev,
.widget_calendar #next {
	text-align: left;
	font-weight: 700;
}

.widget_calendar tfoot .pad {
	display: none;
}

/* recent posts */

.widget_recent_entries li {
	margin-bottom: 20px;
}

.widget_recent_entries li span {
	text-transform: uppercase;
	display: block;
}

/* recent comments */

.widget_recent_comments .comment-author-link {
	display: block;
}

/* tag cloud */

.widget_tag_cloud a {
	margin-right: 10px;
}

/* social */

body .widget_wpcom_social_media_icons_widget li {
	margin: 0 1.5em 1em 0;
	display: inline-block;
}

/* mailchimp */

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

.mc_header,
#mc_display_rewards {
	font-size: 14px;
	opacity: .7;
}

.mc_header_email {
	display: none;
}

#mc_display_rewards {
	text-align: left;
}

/* EU cookie law */

body .widget_eu_cookie_law_widget.widget {
    bottom: 0;
    left: 0;
    right: 0;
}

body #eu-cookie-law input,
body #eu-cookie-law input:focus,
body #eu-cookie-law input:hover,
body #eu-cookie-law.negative input,
body #eu-cookie-law.negative input:focus,
body #eu-cookie-law.negative input:hover {
	border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 12px;
    font-weight: 700;
}

body #eu-cookie-law input {
    background: transparent;
    border: 1px solid black;
    color: black;
}
body #eu-cookie-law input:focus,
body #eu-cookie-law input:hover {
    background: black;
    color: white;
}
body #eu-cookie-law {
    background-color: #eee;
    border: none;
    color: black;
    padding: 15px;
}

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


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

.site-content {
	min-height: 60vh;
}

.content-area {
	width: calc(100% - 265px);
	max-width: 1500px;
	float: left;
}

.side-nav {
	width: 265px;
	float: right;
	position: fixed;
	padding-left: 30px;
	text-align: right;
}

.site-main {
	position: relative;
	margin-bottom: 4em;
}

.big-text,
.archive .page-title.big-text {
	font-size: 160px;
	font-weight: 700;
	line-height: 1.1;
	position: absolute;
	top: -0.62em;
	color: #eee;
	z-index: -1;
	width: 80vw;
	letter-spacing: -.04em;
	padding: 0;
	margin: 0;
}

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

.entry-content > p:first-child,
.comment-content > p:first-child,
.entry-content > p:first-child > img:first-child {
	margin-top: 0;
}

.featured-content {
	font-size: 0;
}


/*--------------------------------------------------------------
## Home - header video
--------------------------------------------------------------*/

.header-video-wrapper {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background: black;
}

.header-video-wrapper,
.header-video-wrapper .wp-custom-header {
	height: 100vh;
}

.header-video-wrapper iframe,
.header-video-wrapper video {
	opacity: .8;
}
.header-video-wrapper img {
	opacity: .5;
}

.header-video-wrapper img,
.header-video-wrapper video,
.header-video-wrapper iframe {
	position: relative;
	height: auto;
	left: 50%;
	max-width: 1000%;
	min-height: 100%;
	min-width: 100%;
	min-width: 100vw; /* vw prevents 1px gap on left that 100% has */
	width: auto;
	top: 50%;
	padding-bottom: 1px; /* Prevent header from extending beyond the footer */
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

/* For browsers that support 'object-fit' */
@supports ( object-fit: cover ) {
	.header-video-wrapper img,
	.header-video-wrapper video,
	.header-video-wrapper iframe {
		height: 100%;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		top: 0;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
		width: 100%;
	}
}

.header-video-wrapper .wp-custom-header-video-button {
	position: absolute;
	bottom: 40px;

	border-color: transparent;
	border-width: 1px;
	background: none;
	padding: 0;
	height: 30px;
	width: 30px;
	margin-left: -10px;
	font-size: 0;
	text-align: center;

	opacity: .3;

	-webkit-transition: .1s;
	-moz-transition: .1s;
	-ms-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
}
.header-video-wrapper .wp-custom-header-video-button:hover {
	opacity: 1;
}

.header-video-wrapper .wp-custom-header-video-play:before,
.header-video-wrapper .wp-custom-header-video-play:after,
.header-video-wrapper .wp-custom-header-video-pause:before {
	content: '';
	display: inline-block;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-ms-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}

.header-video-wrapper .wp-custom-header-video-play:before,
.header-video-wrapper .wp-custom-header-video-play:after {
	width: 4px;
	height: 13px;
	margin-left: 1px;
	margin-right: 2px;
	background: white;
}

.header-video-wrapper .wp-custom-header-video-pause:before {
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;

	border-left: 10px solid white;
}

.tk-theme-frontend .header-video-wrapper .header-text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
	padding: 20px;
	text-align: center;
	max-width: 500px;
	max-height: 80vh;
	overflow: auto;
	opacity: 0;
}

.header-video-wrapper .header-text,
.header-video-wrapper .header-text a {
	color: white;
}

.header-video-wrapper .header-text a:hover {
	opacity: .7;
}

.show .header-video-wrapper .header-text,
.no-js .header-video-wrapper .header-text {
	opacity: 1;
	-webkit-transition: .3s .3s;
	-moz-transition: .3s .3s;
	-ms-transition: .3s .3s;
	-o-transition: .3s .3s;
	transition: .3s .3s;
}

.header-video-wrapper + .featured-slider-wrapper {
	margin-top: 100vh;
}

.fullwidth-slider .header-video-wrapper + .featured-slider-wrapper {
    top: 100vh;
    margin-top: 0;
}

@media screen and (max-width: 1200px) {
	.header-video-wrapper {
		position: relative;
		top: -50px;
		left: -60px;
		right: -60px;
		width: calc(100% + 120px);
	}

	.header-video-wrapper,
	.header-video-wrapper .wp-custom-header {
		height: calc(100vh - 90px);
	}

	.header-video-wrapper .header-text {
		max-width: none;
		width: 100vw;
	}
}

@media screen and (max-width: 900px) {
	.header-video-wrapper {
		left: -30px;
		right: -30px;
		width: calc(100% + 60px);
	}
}

@media screen and (max-width: 600px) {
	.header-video-wrapper {
		top: -20px;
		left: -20px;
		right: -20px;
		width: calc(100% + 40px);
	}

	.header-video-wrapper,
	.header-video-wrapper .wp-custom-header {
		height: calc(100vh - 120px);
	}

	.header-video-wrapper .wp-custom-header-video-button {
		bottom: 20px;
	}
}

/*--------------------------------------------------------------
## Home - featured slider
--------------------------------------------------------------*/

.featured-slider-wrapper {
	margin-bottom: 180px;
}

.featured-slider {
	position: relative;

	opacity: 0;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.featured-slider article:after,
.featured-slider {
	height: 63vh;
}

body .featured-slider article {
	margin-bottom: 0;
	opacity: 0;
	display: none;
}

.featured-slider article:after {
	content: '';
	width: 0;
	margin-right: -10px;
	display: inline-block;
	vertical-align: bottom;
}

.featured-slider .entry-text,
.featured-slider .featured-content {
	vertical-align: bottom;
}

.featured-slider .entry-text {
	display: inline-block;
	width: 33%;
	height: 100%;
	padding-bottom: 8%;
	padding-right: 90px;
}

.featured-slider .entry-meta {
	float: none !important;
	margin-top: 0 !important;
	text-align: left;
	margin-bottom: 20px;
}
.featured-slider .cat-links {
	margin-right: 15px;
}

.featured-slider .meta-text,
.featured-slider .cat-tags-connector,
.featured-slider .tags-links,
.featured-slider .comments-link,
.featured-slider .edit-link,
.featured-slider .byline {
	display: none;
}

.featured-slider .entry-title {
	margin-bottom: 20px;
}


.featured-slider .featured-content {
	display: inline-block;
	width: 66%;
	height: 63vh;
	cursor: hand;
	cursor: pointer;
	cursor: -webkit-grab;

	-webkit-transform: translateX(30px);
	-moz-transform: translateX(30px);
	-ms-transform: translateX(30px);
	-o-transform: translateX(30px);
	transform: translateX(30px);
	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	-o-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transition: 0s .3s ease-out;
	-moz-transition: 0s .3s ease-out;
	-ms-transition: 0s .3s ease-out;
	-o-transition: 0s .3s ease-out;
	transition: 0s .3s ease-out;
}

.featured-slider .slick-active .featured-content {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	-webkit-transition: .2s ease-out;
	-moz-transition: .2s ease-out;
	-ms-transition: .2s ease-out;
	-o-transition: .2s ease-out;
	transition: .2s ease-out;
}

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

.featured-slider .image {
	-webkit-background-size: contain;
	background-size: contain;
	background-position: left bottom;
	background-repeat: no-repeat;
}

.featured-slider .featured-content img {
	display: none;
}


.featured-slider .more-link {
	display: none;
}

.blog .featured-slider article.sticky .entry-title,
.blog .featured-slider article.sticky .entry-content {
	width: 100%;
}

/* slick dots */

.slick-dots {
	position: absolute;
	bottom: -40px;
	left: 33.3%;

	list-style: none;
	padding: 0;
	margin: 0;
}

.slick-dots li {
	display: inline-block;
	margin-right: 5px;
}

.slick-dots button {
	height: 20px;
	width: 20px;
	opacity: .3;
	padding: 0;
	font-size: 0;
	border: none;
	border-bottom: 4px solid black;
}

.slick-dots button:hover,
.slick-dots button:focus,
.slick-dots button:active {
	background: transparent;
}

.slick-dots .slick-active button,
.slick-dots button:hover {
	opacity: 1;
}

/* full width slider */

.fullwidth-slider .featured-slider-wrapper,
.fullwidth-slider .slick-slide,
.fullwidth-slider .featured-slider .featured-content,
.fullwidth-slider .featured-slider article:after {
	height: 100vh;
}

.fullwidth-slider .featured-slider-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.fullwidth-slider .featured-slider {
	height: 100%;
}

.fullwidth-slider .featured-slider article:after {
	display: none;
}

.fullwidth-slider .featured-slider-wrapper,
.fullwidth-slider .featured-slider {
	background: black;
}

.fullwidth-slider .featured-slider .featured-content {
	width: 100%;

	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
}

@media screen and (min-width: 1201px) {
	.fullwidth-slider .featured-slider .featured-content {
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
	}
}
.fullwidth-slider .featured-slider .slick-active .featured-content {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.fullwidth-slider .featured-slider .image {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	opacity: .5;
}

.fullwidth-slider .featured-slider .entry-text,
.fullwidth-slider .featured-slider .entry-meta {
	text-align: center;
}

.fullwidth-slider .featured-slider .entry-text {
	height: auto;
	max-height: 50%;
	width: 100%;
	max-width: 700px;

	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0;
	padding-right: 0;
}

.fullwidth-slider .featured-slider .entry-title {
	font-size: calc(1em + 2.5vw);
	margin-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
}

.fullwidth-slider .featured-slider article .entry-content {
	font-size: 18px;
}

.fullwidth-slider .featured-slider article .entry-content {
	font-size: 18px;
}

body.fullwidth-slider .featured-slider article.sticky .entry-content,
body.fullwidth-slider .featured-slider article .entry-content {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.fullwidth-slider .slick-dots {
	position: absolute;
	bottom: 5vh;
	left: 0;
	right: 0;
	text-align: center;
}

.fullwidth-slider .featured-slider .entry-text,
.fullwidth-slider .slick-dots {
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

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

	.fullwidth-slider .site-header,
	.header-image-section .site-header {
		z-index: 3;
		position: relative;
	}

	.fullwidth-slider .site-main {
		margin-top: 100vh;
	}

	.header-video-wrapper + .site-main {
		margin-top: 100vh;
	}

	.fullwidth-slider.header-image-section .site-main {
		margin-top: 200vh;
	}

	.fullwidth-slider .featured-slider .image {
		background-attachment: fixed;
	}

	.fullwidth-slider:not(.menu-open) .site-branding,
	.fullwidth-slider:not(.menu-open) .site-title,
	.fullwidth-slider:not(.menu-open) .site-title a,
	.fullwidth-slider:not(.menu-open) .site-title a:visited,
	.fullwidth-slider:not(.menu-open) .main-navigation div > ul > li > a,
	.fullwidth-slider:not(.menu-open) .main-navigation div > ul > li > a:hover,
	.fullwidth-slider:not(.menu-open) .main-navigation div > ul > li > a:focus,
	.fullwidth-slider:not(.menu-open) .main-navigation div > ul > li > a:active,
	.fullwidth-slider:not(.menu-open) div > ul > li > .dropdown-toggle,
	.fullwidth-slider:not(.menu-open) div > ul > li > .dropdown-toggle:hover,
	.fullwidth-slider:not(.menu-open) div > ul > li > .dropdown-toggle:focus,
	.fullwidth-slider:not(.menu-open) div > ul > li > .dropdown-toggle:active,
	.fullwidth-slider:not(.menu-open) .sidebar-toggle,
	.fullwidth-slider:not(.menu-open) .sidebar-toggle:hover,
	.fullwidth-slider:not(.menu-open) .sidebar-toggle:focus,
	.fullwidth-slider:not(.menu-open) .sidebar-toggle:active,
	.header-image-section:not(.menu-open) .site-branding,
	.header-image-section:not(.menu-open) .site-title,
	.header-image-section:not(.menu-open) .site-title a,
	.header-image-section:not(.menu-open) .site-title a:visited,
	.header-image-section:not(.menu-open) .main-navigation div > ul > li > a,
	.header-image-section:not(.menu-open) .main-navigation div > ul > li > a:hover,
	.header-image-section:not(.menu-open) .main-navigation div > ul > li > a:focus,
	.header-image-section:not(.menu-open) .main-navigation div > ul > li > a:active,
	.header-image-section:not(.menu-open) div > ul > li > .dropdown-toggle,
	.header-image-section:not(.menu-open) div > ul > li > .dropdown-toggle:hover,
	.header-image-section:not(.menu-open) div > ul > li > .dropdown-toggle:focus,
	.header-image-section:not(.menu-open) div > ul > li > .dropdown-toggle:active,
	.header-image-section:not(.menu-open) .sidebar-toggle,
	.header-image-section:not(.menu-open) .sidebar-toggle:hover,
	.header-image-section:not(.menu-open) .sidebar-toggle:focus,
	.header-image-section:not(.menu-open) .sidebar-toggle:active {
		color: white;
	}

	.fullwidth-slider:not(.menu-open) .main-navigation a:after,
	.header-image-section:not(.menu-open) .main-navigation a:after {
		background: white;
	}
}

.fullwidth-slider .slick-dots button,
.fullwidth-slider .slick-dots button:hover,
.fullwidth-slider .slick-dots button:focus,
.fullwidth-slider .slick-dots button:active {
	border-bottom-color: white;
}

.fullwidth-slider .featured-slider,
.fullwidth-slider .featured-slider .entry-meta,
.fullwidth-slider .featured-slider a,
.fullwidth-slider .featured-slider a:visited,
.fullwidth-slider .featured-slider h5 {
	color: white;
}

.fullwidth-slider .featured-slider a:hover,
.fullwidth-slider .featured-slider a:focus,
.fullwidth-slider .featured-slider a:active,
.fullwidth-slider .featured-slider .entry-meta a:hover,
.fullwidth-slider .featured-slider .entry-meta a:focus,
.fullwidth-slider .featured-slider .entry-meta a:active {
	color: rgba(255,255,255,.7);
}


@media screen and (max-width: 1200px ) {
	.fullwidth-slider .featured-slider-wrapper,
	.fullwidth-slider .header-video-wrapper + .featured-slider-wrapper {
		position: relative;
		top: -30px;
		left: 0;
		right: 0;
		width: 100%;
	}

	.fullwidth-slider .header-video-wrapper + .featured-slider-wrapper {
		top: 0;
		margin-top: 60px;
	}

	.fullwidth-slider .featured-slider-wrapper,
	.fullwidth-slider .slick-slide,
	.fullwidth-slider .featured-slider .featured-content,
	.fullwidth-slider .featured-slider article:after {
		height: 55vw;
	}

	.fullwidth-slider .featured-slider-wrapper {
		margin-bottom: 80px;
	}

	.fullwidth-slider .slick-dots {
		bottom: 30px;
	}
}

@media screen and (max-width: 900px ) {
	.fullwidth-slider .featured-slider-wrapper {
		top: -20px;
		margin-bottom: 30px;
	}

	.fullwidth-slider .featured-slider-wrapper,
	.fullwidth-slider .slick-slide,
	.fullwidth-slider .featured-slider .featured-content,
	.fullwidth-slider .featured-slider article:after {
		height: 60vw;
	}

	.fullwidth-slider .featured-slider .entry-text {
		max-width: calc(100% - 40px);
	}
}

@media screen and (max-width: 600px ) {

	.fullwidth-slider .featured-slider-wrapper,
	.fullwidth-slider .slick-slide,
	.fullwidth-slider .featured-slider .featured-content,
	.fullwidth-slider .featured-slider article:after {
		height: 80vw;
	}

	.fullwidth-slider .featured-slider .entry-content {
		display: none;
	}

	.fullwidth-slider .slick-dots {
		bottom: 25px;
	}

}

/* 	Slider
	code from slick.css
*/
.slick-slider
{
	position: relative;

	display: block;
	box-sizing: border-box;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list
{
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-list:focus
{
	outline: none;
}
.slick-list.dragging
{
	cursor: pointer;
	cursor: hand;
}
/*
.slick-slider .slick-track,
.slick-slider .slick-list
{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
*/
.slick-track
{
	position: relative;
	top: 0;
	left: 0;

	display: block;
}
.slick-track:before,
.slick-track:after
{
	display: table;

	content: '';
}
.slick-track:after
{
	clear: both;
}
.slick-loading .slick-track
{
	visibility: hidden;
}

.slick-slide
{
	display: none;
	float: left;

	height: 100%;
	min-height: 1px;
}
.slick-slide:focus {
	outline: none;
}
[dir='rtl'] .slick-slide
{
	float: right;
}
.slick-slide img
{
	display: block;
}
.slick-slide.slick-loading img
{
	display: none;
}
.slick-slide.dragging img
{
	pointer-events: none;
}
.slick-initialized .slick-slide
{
	display: block;
}
.slick-loading .slick-slide
{
	visibility: hidden;
}
.slick-vertical .slick-slide
{
	display: block;

	height: auto;

	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}


/*--------------------------------------------------------------
## Home - archive
--------------------------------------------------------------*/

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

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

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

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.archive .page-title,
.archive-description,
.portfolio-description {
	width: 40%;
}

.archive .page-title {
	margin-bottom: .4em;
}

.blog .page-header {
	margin-bottom: 50px;
	min-height: 50px;
}

.archive-description p:first-child,
.portfolio-description p:first-child {
	margin-top: 0;
}

.archive-description p:last-child,
.portfolio-description p:last-child {
	margin-bottom: 0;
}

.archive .page-header,
.gallery .entry-header,
.page-template-gallery-page .entry-header {
	margin-bottom: 80px;
	min-height: 50px;
	position: relative;
}

.row article.type-jetpack-portfolio .entry-header {
	margin-bottom: 0;
	margin-top: 0;
	min-height: unset;
}

.blog article,
.archive article {
	margin-bottom: 100px;
}

.row article.type-jetpack-portfolio {
	margin-bottom: 60px;
}

.blog article .archive-background,
.archive article .archive-background {
	position: relative;
}


.blog article.no-featured-content .archive-background,
.archive article.no-featured-content .archive-background,
article.type-jetpack-portfolio.no-featured-content .archive-background {
	background: #eee;
	padding: 50px 50px 40px;
	margin-bottom: 20px;
}

.blog article.no-featured-content.format-link .archive-background,
.archive article.no-featured-content.format-link .archive-background,
.blog article.no-featured-content.format-quote .archive-background,
.archive article.no-featured-content.format-quote .archive-background {
	padding-bottom: 60px;
}

.blog article.no-featured-content .entry-meta,
.archive article.no-featured-content .entry-meta {
	margin-top: -18px;
}

.blog article .byline,
.archive article .byline,
.featured-slider article .byline,
.row article.type-jetpack-portfolio .byline {
	display: none;
}

.blog article.no-featured-content .entry-title,
.archive article.no-featured-content .entry-title {
	clear: none;
}

.blog .featured-content,
.archive .featured-content {
	margin-bottom: 15px;
	position: relative;
}

.blog .featured-content.entry-gallery,
.archive .featured-content.entry-gallery,
.blog .featured-content.entry-video,
.archive .featured-content.entry-video {
	margin-bottom: 30px;
}

.row .entry-title {
	max-width: 90%;
}

.blog article:not(.no-featured-content) .entry-content,
.archive article:not(.no-featured-content) .entry-content,
.blog article.sticky .entry-title,
.archive article.sticky .entry-title {
	width: 80%;
}

.blog article.sticky .entry-content,
.archive article.sticky .entry-content {
	width: 60%;
}

.row .entry-title {
	margin-top: 10px;
}

.more-link {
	position: absolute;
	left: -20px;
	top: 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%);
	max-width: 70px;
	word-spacing: 70px;
	padding-bottom: 5px;
	opacity: 0;

	-webkit-transition: .2s , left .2s linear;
	-moz-transition: .2s , left .2s linear;
	-ms-transition: .2s , left .2s linear;
	-o-transition: .2s , left .2s linear;
	transition: .2s , left .2s linear;
}

.more-link:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	width: 0;
	background-color: black;
	-webkit-transition: .2s, width .5s ease-out;
	-moz-transition: .2s, width .5s ease-out;
	-ms-transition: .2s, width .5s ease-out;
	-o-transition: .2s, width .5s ease-out;
	transition: .2s, width .5s ease-out;
}

.more-link:hover:after,
.more-link:focus:after,
.more-link:active:after {
	background-color: rgba(0,0,0,.4);
}

.archive-background:hover .more-link {
	left: 0;
	opacity: 1;
}

article:not(.jetpack-portfolio) .archive-background .featured-image img {
	-webkit-transition: .2s ease-out;
	-moz-transition: .2s ease-out;
	-ms-transition: .2s ease-out;
	-o-transition: .2s ease-out;
	transition: .2s ease-out;
	will-change: opacity;
}

article:not(.jetpack-portfolio) .archive-background:hover .featured-image img {
	opacity: .9;
}


.archive-background:hover .more-link:after {
	width: 100%;
}


/* shuffle layout */

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

	.shuffle-layout .row {
		margin-left: 0;
		margin-right: 0;
	}

	.shuffle-layout .row article.sticky {
		max-width: 70%;
		width: 70%;
		float: none;
		display: block;
	}

	.shuffle-layout .row article {
		display: inline-block;
		max-width: 50%;
		width: 100%;
		vertical-align: top;
		margin-bottom: 140px;
	}

	.shuffle-layout .row article {
		padding-left: 7%;
		padding-right: 7%;
	}

	.shuffle-layout .row article:nth-of-type(3n + 2) {
		margin-top: 50px;
	}

	.shuffle-layout .row article:nth-of-type(3n + 3) {
		margin-top: 120px;
	}

	.shuffle-layout .row article:nth-of-type(3n + 2) {
		padding-right: 9%;
		padding-left: 5%;
	}

	.shuffle-layout .row article:nth-of-type(3n + 3) {
		padding-right: 5%;
		padding-left: 9%;
	}

	.shuffle-layout .row article:nth-of-type(1),
	.shuffle-layout .row article:nth-of-type(4n + 1) {
		padding-right: 14%;
		padding-left: 0%;
	}

	.shuffle-layout .paging-navigation {
		clear: both;
	}
}

/* quote and link */

.blog article.format-quote .entry-header,
.archive article.format-quote .entry-header {
	display: none;
}

.blog article.format-quote .entry-content,
.archive article.format-quote .entry-content,
.blog article.format-link .entry-content,
.archive article.format-link .entry-content {
	padding-right: 40px;
	margin-top: 10px;
	position: relative;
}

.blog article.format-quote .entry-content p,
.archive article.format-quote .entry-content p,
.blog article.format-quote .entry-content blockquote,
.archive article.format-quote .entry-content blockquote,
.blog article.format-quote .entry-content q,
.archive article.format-quote .entry-content q,
.blog article.format-link .entry-content p,
.archive article.format-link .entry-content p {
	margin: 0;
}

.post-format-type {
	width: 40px;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
	font-size: 18px;
	line-height: 1;
	opacity: .4;
}
.post-format-type:focus,
.post-format-type:hover,
.post-format-type:active {
	opacity: 1;
	color: initial;
}

.row .format-quote cite {
	display: inline-block;
	margin-top: 22px;
}

body:not(.single) .featured-content iframe {
	height: 100%;
}

/* animaion */

.row article {
	opacity: 0;
	-webkit-transform: translateX(-40px) rotate(1deg);
	-moz-transform: translateX(-40px) rotate(1deg);
	-ms-transform: translateX(-40px) rotate(1deg);
	-o-transform: translateX(-40px) rotate(1deg);
	transform: translateX(-40px) rotate(1deg);

	-webkit-transition: .3s ease-out, transform .3s cubic-bezier(.45,1.16,.85,1.2);
	-moz-transition: .3s ease-out, transform .3s cubic-bezier(.45,1.16,.85,1.2);
	-ms-transition: .3s ease-out, transform .3s cubic-bezier(.45,1.16,.85,1.2);
	-o-transition: .3s ease-out, transform .3s cubic-bezier(.45,1.16,.85,1.2);
	transition: .3s ease-out, transform .3s cubic-bezier(.45,1.16,.85,1.2);
}

.row article.animate {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}


/*--------------------------------------------------------------
## Post
--------------------------------------------------------------*/

.tk-theme-frontend.single .hentry > *,
.tk-theme-frontend.single #comments {
	opacity: 0;
	-webkit-transform: translateY(40px);
	-moz-transform: translateY(40px);
	-ms-transform: translateY(40px);
	-o-transform: translateY(40px);
	transform: translateY(40px);
}

.single.show .hentry > *,
.single.show #comments,
.single.no-js .hentry > *,
.single.no-js #comments {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.single .hentry > *,
.single #comments {
	-webkit-transition: 0s, opacity .3s 10s, transform .3s 10s;
	-moz-transition: 0s, opacity .3s 10s, transform .3s 10s;
	-ms-transition: 0s, opacity .3s 10s, transform .3s 10s;
	-o-transition: 0s, opacity .3s 10s, transform .3s 10s;
	transition: 0s, opacity .3s 10s, transform .3s 10s;
}
.single.show .hentry > *,
.single.show #comments {
	-webkit-transition: 0s, opacity .3s, transform .3s ease-out;
	-moz-transition: 0s, opacity .3s, transform .3s ease-out;
	-ms-transition: 0s, opacity .3s, transform .3s ease-out;
	-o-transition: 0s, opacity .3s, transform .3s ease-out;
	transition: 0s, opacity .3s, transform .3s ease-out;
}
.single.show .hentry > *:nth-child(2) {
	-webkit-transition-delay: 0s , .15s, .15s;
	-moz-transition-delay: 0s , .15s, .15s;
	-ms-transition-delay: 0s , .15s, .15s;
	-o-transition-delay: 0s , .15s, .15s;
	transition-delay: 0s , .15s, .15s;

}
.single.show .hentry > *:nth-child(3) {
	-webkit-transition-delay: 0s , .3s, .3s;
	-moz-transition-delay: 0s , .3s, .3s;
	-ms-transition-delay: 0s , .3s, .3s;
	-o-transition-delay: 0s , .3s, .3s;
	transition-delay: 0s , .3s, .3s;

}
.single.show .hentry > *:nth-child(4) {
	-webkit-transition-delay: 0s , .45s, .45s;
	-moz-transition-delay: 0s , .45s, .45s;
	-ms-transition-delay: 0s , .45s, .45s;
	-o-transition-delay: 0s , .45s, .45s;
	transition-delay: 0s , .45s, .45s;

}
.single.show .hentry > *:nth-child(5),
.single.show #comments {
	-webkit-transition-delay: 0s , .6s, .6s;
	-moz-transition-delay: 0s , .6s, .6s;
	-ms-transition-delay: 0s , .6s, .6s;
	-o-transition-delay: 0s , .6s, .6s;
	transition-delay: 0s , .6s, .6s;

}

.single .entry-title {
	margin-bottom: 15px;
}

.single .entry-meta {
	text-align: left;
}

.single .byline {
	margin-right: 10px;
}

.byline {
	text-transform: uppercase;
}

.single .entry-content {

}

.single .entry-header,
.single .featured-content {
	margin-bottom: 80px;
}

.single .featured-content {
	text-align: center;
}


.single .entry-footer {
	margin-top: 40px;
	font-size: 16px;
	font-weight: 400;
}

.single .entry-footer,
.single .entry-footer a {
	color: rgba(0,0,0,.4);
}

.single .entry-footer .meta-text {
	color: initial;
}

.single .entry-footer a:hover,
.single .entry-footer a:focus,
.single .entry-footer a:active {
	color: black;
}

.single .edit-link {
	display: block;
}

/* vertical img layout */

.vertical-img-layout:not(.jetpack-portfolio) .featured-content,
.vertical-img-layout:not(.jetpack-portfolio) .entry-header {
	display: inline-block;
	vertical-align: bottom;
}

.vertical-img-layout:not(.jetpack-portfolio) .featured-content {
	max-width: 55%;
	margin: 0 -60px 100px 60px;
	margin-right: calc(((100vw - 140px - 265px - 900px) / 4 ) * -1);
}

.vertical-img-layout:not(.jetpack-portfolio) .entry-header {
	width: calc(45% + ((100vw - 140px - 265px - 900px) / 4 ) - 70px);
	margin-bottom: 160px;
}

.vertical-img-layout .entry-title,
.vertical-img-layout .entry-header:before,
.vertical-img-layout .entry-header:after {
	clear: none;
	content: none;
}

.vertical-img-layout .entry-content {
	clear: both;
}

/* attachment */

.attachment .entry-content,
.attachment .entry-header {
	text-align: center;
}


/*--------------------------------------------------------------
## Page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Portfolio archive
--------------------------------------------------------------*/

.row article.type-jetpack-portfolio .featured-content {
	margin-bottom: 15px;
}

@media screen and (min-width: 1201px) {
	.row article.type-jetpack-portfolio .featured-content ~ * {
		opacity: 0;
		-webkit-transition: .2s;
		-moz-transition: .2s;
		-ms-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
	}

	.row article.type-jetpack-portfolio .archive-background:hover .featured-content ~ * {
		opacity: 1;
	}
}

.row article.type-jetpack-portfolio .entry-title {
	margin: 0;
	clear: none;
}

.row article.type-jetpack-portfolio .entry-meta {
	float: right;
	margin-left: 25px;
	margin-top: 2px;
	position: relative;
	z-index: 2;
}

/*--------------------------------------------------------------
## Portfolio single
--------------------------------------------------------------*/

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

.search .page-title {
	margin-bottom: .1em;
}

.results-count {
	margin: 0;
}

.search article {
	padding-bottom: 2.5rem;
	position: relative;
}

.search article:not(:last-of-type) {
	border-bottom: 2px solid black;
	margin-bottom: 2.5rem;
}

.search-post-type {
	opacity: .4;
	text-transform: uppercase;
	position: absolute;
	text-align: right;
	width: 90px;
	right: calc(100% + 55px);
}

.search .featured-content {
	width: 100px;
	margin-right: 40px;
	display: inline-block;
	float: left;
}

.search .entry-header {
	width: 100%;
	float: left;
}

.search .featured-content + .entry-header {
	width: calc(100% - 140px);
}

.search .entry-header * {
	clear: none;
}

.search .entry-title {
	margin-bottom: 0;
	display: inline-block;
	width: calc(100% - 125px);
}

.search .entry-meta {
	display: inline-block;
	width: 120px;
	padding-left: 20px;
}

.search .byline {
	display: none;
}

/*--------------------------------------------------------------
## Error 404
--------------------------------------------------------------*/


.error404 .page-title {
	margin-bottom: .4em;
}

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

#comments {
	margin-top: 120px;
	margin-bottom: 80px;
	padding-right: 110px;
}

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

.bypostauthor {
	display: block;
}

.comments-title {
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 2px solid black;
}

.comments-title span {
	opacity: .4;
}

.comment-list,
#comments .children {
	list-style: none;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

.comment-list,
.comment-respond {
	margin-bottom: 100px;
}

#comments .children {
	margin-left: 30px;
}

.comment {
	padding-top: 30px;
	margin-bottom: 30px;
	clear: both;
}

.comment-author img {
	margin-right: 30px;
	border-radius: 50%;
	float: left;
}

.comment-author b {
	padding-top: 2px;
	display: inline-block;
}

.comment-author span {
	display: none;
}

.comment-metadata {
	opacity: .7;
}

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

.comment-meta,
.comment-content,
.comment-list .reply {
	display: inline-block;
	vertical-align: top;
}

.comment-meta {
	width: 300px;
	padding-right: 40px;
	float: left;
}

.comment-list .reply,
.comment-list .comment-respond {
	float: right;
}

.comment-reply-link {
	border-bottom: 2px solid transparent;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
}

.comment-reply-link:hover,
.comment-reply-link:focus,
.comment-reply-link:active {
	border-bottom-color: black;
	color: initial;
}

.comment-content,
.comment-list .reply,
.comment-list .comment-respond {
	width: calc(100% - 300px);
}

.comment-list .comment-respond {
	margin-top: 20px;
}

.comment-reply-title {
	margin-bottom: 0;
}

.comment-notes {
	margin-bottom: 50px;
}

.comment-notes,
.comment-respond label {
	opacity: .4;
}

.comment-respond textarea {
	height: 3.5em;
	min-height: 3.5em;
}
@media screen and (min-width: 601px) {
	.comment-form .small-input {
		width: 33.3333%;
		display: inline-block;
		float: left;
		margin-bottom: 2.5em;
	}

	.comment-form .small-input:not(.comment-form-author) {
		padding-left: 25px;
	}
}

@media screen and (max-width: 900px) and (min-width: 601px) {
	.comment-author img {
		float: none;
	}

	.comment-author b {
		display: block;
	}
}

/* .com jetpack comment */

.comment-form > iframe {
	margin-top: 40px;
}

div #respond #comment-form-comment,
div #comment-form-share-text-padder {
	padding: 10px 0 5px !important;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
	border: none;
	border-bottom: 2px solid black;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
}

div #respond .comment-form-service {
	background: transparent;
	border-bottom: 2px solid black;
}

div #respond .comment-form-padder {
	padding: 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 {
	line-height: 18px !important;
	border: 2px solid black;
	background: transparent;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	background: none !important;
	color: black !important;
	text-shadow: none !important;
	font-family: inherit;
}

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: black !important;
	color: white !important;
}

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

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

body #infinite-handle span {
	position: relative;
	background: transparent;
	border-radius: 0;
	padding: 0;
	display: inline-block;
}

body #infinite-handle span:after {
	content: '';
	height: 3px;
	background: black;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	-webkit-transition: .2s ease-out;
	-moz-transition: .2s ease-out;
	-ms-transition: .2s ease-out;
	-o-transition: .2s ease-out;
	transition: .2s ease-out;
}

body #infinite-handle span:hover:after,
body #infinite-handle span:focus:after {
	width: 100%;
}

#infinite-handle span button {
	letter-spacing: -0.02em;
}

body #infinite-handle span button,
body #infinite-handle span button:focus,
body #infinite-handle span button:hover {
	color: black;
}

body #infinite-handle,
div .infinite-loader {
	min-height: 50px;
}

.shuffle-layout #infinite-handle,
.shuffle-layout .infinite-loader {
	display: inline-block;
	width: 100%;
}

body .masonry #infinite-handle {
	position: absolute;
	bottom: -100px;
	left: 0;
	right: 0;
}

div .masonry .infinite-loader {
	position: absolute;
	bottom: -100px;
}

.infinite-scroll .gallery .masonry {
	margin-bottom: 80px;
}

div .infinite-loader {
	position: relative;
	left: calc(50% - 15px);
	width: 30px;
	margin-left: 0;
	margin-right: 0;
}

/* footer */

body #infinite-footer .container {
	background: transparent;
	border: none;
	padding: 0;
}

body #infinite-footer .blog-info {
	float: right;
	text-align: right;
}

body #infinite-footer .blog-credits {
	color: rgba(0,0,0,.5);
	float: left;
	text-align: left;
}

body #infinite-footer .blog-credits a {
	color: black;
}

body #infinite-footer .blog-info a {
	font-size: 16px;
}

body #infinite-footer .blog-info a:hover,
body #infinite-footer .blog-credits a:hover {
	color: rgba(0,0,0,.6);
	text-decoration: none;
}


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

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

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	opacity: .6;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

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

.featured-content .gallery-caption,
body:not(.single) .slideshow-slide-caption,
body:not(.single) .gallery-caption {
	display: none;
}

.single .gallery-item {
	margin: 0;
}

.single .gallery-item img {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.single .gallery-icon a {
	display: block;
	line-height: 0;
}

/* slide show */

div .slideshow-window {
	background-color: transparent;
	border: none;
	border-radius: 0;
}

div .slideshow-controls {
	bottom: 10px;
}

body main div div.slideshow-controls a,
body main div div.slideshow-controls a:hover {
	border: none !important;
}

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

/* related */

.related-holder {
	margin-top: 60px;
}

body #jp-relatedposts h3.jp-relatedposts-headline {
	margin: 0 0 1em 0;
}

body #jp-relatedposts h3.jp-relatedposts-headline em {
	font-weight: 500;
	line-height: 1.3;
}

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

body #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

body #jp-relatedposts .jp-relatedposts-items-visual {
	margin-right: -4%;
}

body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
	float: none;
	width: 33%;
	padding-right: 4%;
	display: inline-block;
	vertical-align: top;
}

body #jp-relatedposts .jp-relatedposts-items h4.jp-relatedposts-post-title,
body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post-title {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
}

body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	font-weight: 500;
}

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

body #jp-relatedposts .jp-relatedposts-items p {
	font-size: 12px;
	margin-bottom: 2px;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span {
	margin-bottom: 20px;
}

.entry-content .wp-block-video video {
	width: 100%;
}

/* Contact form */

.contact-form > div {
	margin-bottom: 30px;
	float: left;
	width: 100%;
}

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

	.contact-form {
		margin-right: -40px;
	}

	.contact-form > div {
		padding-right: 40px;
	}

	.contact-form div:not(.small-input) {
		clear: left;
	}

	.contact-form .small-input {
		width: 50%;
		display: inline-block;
	}
}

body .contact-form label {
	font-weight: 500;
	color: rgba(0,0,0,.5);
}

body .contact-form label span {
	color: rgba(0,0,0,.3);
}

body .contact-form textarea {
	height: 3.5em;
	min-height: 3.5em;
	width: 100%;
}

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

div .contact-form label.checkbox,
div .contact-form label.radio {
	float: left;
	margin-top: 20px;
	margin-bottom: 0;
}

.contact-form .contact-submit,
.comment-form .form-submit {
	clear: both;
}



/*--------------------------------------------------------------
### Jetpack widgets
--------------------------------------------------------------*/

/* remote posts */

.jetpack-display-remote-posts {
	margin: 0;
}

body .widget_jetpack_display_posts_widget h4 {
	font-size: 18px;
	margin: 0 0 10px;
}

body .widget_jetpack_display_posts_widget h4:not(:first-of-type) {
	padding-top: 20px;
}

.jetpack-display-remote-posts > a:not(.read-more-link) {
	float: left;
	width: 30%;
}

.jetpack-display-remote-posts > a:not(.read-more-link) + p,
.jetpack-display-remote-posts > a:not(.read-more-link) + p + .read-more-link {
	float: right;
	width: 60%;
	text-align: left;
}

div .jetpack-display-remote-posts p {
	font-size: 100%;
}

.jetpack-display-remote-posts .read-more-link {
	margin-top: 10px;
	font-size: 12px;
	font-weight: 700;
}

/* authors */

body .widget.widget_authors img {
	margin-right: 15px;
	margin-bottom: 20px;
}

/*--------------------------------------------------------------
# IE specific
--------------------------------------------------------------*/



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


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

	.emphasis {
		line-height: 1.2;
		letter-spacing: -.02em;
	}

}

@media (min-width: 2300px) {
	.content-area {
		max-width: calc(100% - 265px);
	}
}

/* use breakpoints at 600 - 900 - 1200 - 1800 px */

@media screen and (max-width: 1800px) {
	.container.container-side {
		width: 40%;
		position: static;
		margin-bottom: 60px;
		margin-left: 0;
	}
}
@media screen and (max-width: 1500px) {

	.site-header {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.site-header {
		height: 45px;
		max-height: 45px;
	}

	#secondary {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.side-nav {
		width: 230px;
		padding-left: 20px;
	}

	.content-area {
		width: calc(100% - 230px);
	}

	/* side nav */

	.category-filter li span {
		margin-top: 3px;
	}

	.search-wrap .search-form .search-submit {
		margin-top: 0.5em;
	}

	/* blog */

	.blog article.no-featured-content .archive-background,
	.archive article.no-featured-content .archive-background,
	article.type-jetpack-portfolio.no-featured-content .archive-background {
		padding: 35px 35px 25px;
	}
	.blog article.no-featured-content.format-link .archive-background,
	.archive article.no-featured-content.format-link .archive-background,
	.blog article.no-featured-content.format-quote .archive-background,
	.archive article.no-featured-content.format-quote .archive-background {
		padding-bottom: 45px;
	}

	.blog article:not(.no-featured-content) .entry-content, .archive article:not(.no-featured-content) .entry-content, .blog article.sticky .entry-title, .archive article.sticky .entry-title {
		width: 90%;
	}

	.more-link {
		max-width: 60px;
		word-spacing: 60px;
	}

	/* featured slider */

	.featured-slider .entry-text {
		width: 35%;
	}
	.slick-dots {
		left: 35.4%;
		bottom: -40px;
	}

	.featured-slider .featured-content {
		width: 63%;
	}

	.featured-slider,
	.featured-slider .featured-content,
	.featured-slider article:after {
		height: 59vh;
	}

	.featured-slider .entry-text {
		padding-right: 50px;
	}

	/* single */

	.vertical-img-layout:not(.jetpack-portfolio) .featured-content {
		max-width: 50%;
	}
	.vertical-img-layout:not(.jetpack-portfolio) .entry-header {
		width: calc(50% + ((100vw - 140px - 265px - 900px) / 4 ) - 70px);
	}
}

@media screen and (max-width: 1200px) {

	.main-navigation a:after,
	.category-filter a:after {
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;

	}

	#page {
		position: relative;
	}

	.site-header {
		margin-top: 10px;
		margin-bottom: 60px;
		padding-right: 35px;
		position: relative;
	}

	.has-sidebar .site-header {
		padding-left: 30px;
	}

	.site-header {
		height: auto;
		max-height: none;
	}

	.custom-logo-link, .site-information {
		float: left;
	}
	.site-information {
		margin-right: 0;
		margin-left: 20px;
	}

	.site-branding {
		float: none;
		max-width: calc(100% - 90px);
		text-align: left;
		margin-top: 7px;
		margin-bottom: 15px;
		display: inline-block;
	}
	.site-title {
		font-size: 30px;
	}
	.site-description {
		font-size: 12px;
	}

	.sidebar-nav-holder {
		float: right;
		max-width: 80px;
		margin-top: 10px;
	}
	.sidebar-button {
		margin-right: 0;
		margin-left: 0;
		position: absolute;
		left: -10px;
		top: 7px;
	}

	.sidebar-open .sidebar-button {
		top: 20px;
	}

	.sidebar-toggle {
		font-size: 18px;
	}

	.admin-bar.sidebar-open .sidebar-button {
		top: 45px;
	}

	.sidebar-open .sidebar-button {
		left: auto;
	}

	.menu-open .main-navigation > div {
		text-align: center;
	}

	.back-to-top {
		display: none;
	}

	.dropdown-toggle {
		font-size: 16px;
		margin-left: 10px;
		margin-top: 4px;
	}

	.main-navigation li.menu-item-has-children > a,
	.main-navigation li.page-item-has-children > a {
		margin-left: 30px;
	}

	.content-area {
		width: 100%;
		float: none;
	}
	.side-nav {
		width: 100%;
		padding-left: 0;
		float: none;
		position: static;
		text-align: center;
		margin-bottom: 30px;
	}

	ul.page-numbers {
		padding: 0 10px;
	}
	span.dots {
		margin: 0 0em;
	}
	a.page-numbers,
	span.current,
	span.disabled,
	.paging-navigation > a {
		padding: 0 .1em;
		margin: 0 0em;
	}

	.site-footer {
		margin-top: 60px;
	}

	.archive-description, .portfolio-description {
		margin-top: 4px;
	}


	/* big search */
	.search-wrap {
		position: absolute;
		top: 0;
		right: 0;
		width: 40px;
		margin-bottom: 0;
		padding-top: 6px;
		padding-bottom: 10px;
		-webkit-transition: 0s;
		-moz-transition: 0s;
		-ms-transition: 0s;
		-o-transition: 0s;
		transition: 0s;
	}
	.search-wrap.focus {
		background: white;
		width: 100%;
		z-index: 3;
	}

	.big-search-open .overlay {
		z-index: 2;
		opacity: .7;
	}
	.big-search-open .site-header {
		opacity: 0;
		visibility: hidden;
		-webkit-transition: .2s;
		-moz-transition: .2s;
		-ms-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
	}
	.search-wrap .search-form .search-field {
		width: calc(100% - 20px);
		visibility: hidden;
		opacity: 0;
	}

	.search-wrap.focus .search-form .search-field {
		visibility: visible;
		opacity: 1;
		z-index: 120;
	}
	.search .search-wrap form:after {
		width: 0;
	}
	.search-wrap form:after {
		-webkit-transition: 0s;
		-moz-transition: 0s;
		-ms-transition: 0s;
		-o-transition: 0s;
		transition: 0s;
	}
	.big-search .search-wrap form:after {
		-webkit-transition: 0s .1s;
		-moz-transition: 0s .1s;
		-ms-transition: 0s .1s;
		-o-transition: 0s .1s;
		transition: 0s .1s;
	}
	.search-wrap.focus form:after,
	.search .search-wrap.focus form:after {
		width: 100%;
	}

	.search-wrap form > label:before {
		content: '';
		position: absolute;
		right: -30px;
		bottom: auto;
		width: 22px;
		height: 22px;
		margin-top: 6px;
		z-index: 1;
	}

	.search-wrap .search-form .search-submit {
		opacity: 1;
	}
	.search-wrap .search-field::-webkit-input-placeholder {
		color: transparent;
		text-align: left;
	}
	.search-wrap .search-field:-moz-placeholder {
		color: transparent;
		text-align: left;
	}
	.search-wrap .search-field::-moz-placeholder {
		color: transparent;
		text-align: left;
	}
	.search-wrap .search-field:-ms-input-placeholder {
		color: transparent;
		text-align: left;
	}

	/* category filter */

	.category-filter {
		padding: 0 0 60px 0;
		max-height: none;
		overflow: auto;
		font-size: 14px;
		text-align: left;
		width: 100%;
	}
	.category-filter li {
		display: inline-block;
		padding-right: 10px;
	}
	.category-filter li span {
		display: none;
	}

	.category-filter a:after {
		right: auto;
		left: 0;
	}

	/* featured slider */

	.featured-slider-wrapper {
		margin-bottom: 160px;
	}

	/* archive */

	.paging-navigation, #infinite-handle, div .infinite-loader {
		margin-top: 0;
	}

	.archive-name {
		display: none;
	}

	.blog .page-header {
		margin-bottom: 0;
		min-height: 0;
	}

	.archive-description {
		margin-bottom: 60px;
	}

	.archive .page-header,
	.gallery .entry-header,
	.page-template-gallery-page .entry-header {
		margin-bottom: 47px;
		margin-top: 40px;
		min-height: unset;
	}

	/* search archive */

	.search-post-type {
		width: 90px;
		right: calc(100% + 20px);
	}

	/* page */

	.page:not(.page-template-gallery-page) .entry-header .big-text {
		margin-top: 40px;
	}

	/* 404 */

	.site-main .no-results,
	.site-main .not-found {
		margin-top: 22vh;
	}

	/* single */

	.vertical-img-layout:not(.jetpack-portfolio) .featured-content {
		margin-right: 0;
		max-width: 40%;
	}

	.vertical-img-layout:not(.jetpack-portfolio) .entry-header {
		width: calc(60% - 70px);
	}

	/* sharedaddy */

	.sharedaddy-holder {
		padding-right: 0;
		max-width: 680px;
		margin-left: auto;
		margin-right: auto;
		text-align: initial;
	}

	.sharedaddy-holder > i {
		display: none;
	}

	body div.sharedaddy div h3.sd-title {
		margin-bottom: 15px;
		margin-right: 15px;
	}

	.sd-sharing-enabled .sd-content,
	.sd-sharing-enabled:hover .sd-content {
		position: static;
		text-align: initial;
		background: transparent;

		visibility: visible;
		opacity: 1;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;

	}

	body div.sharedaddy div h3.sd-title,
	div.sharedaddy .sd-content {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}

	div.sharedaddy:hover h3.sd-title {
		opacity: 1;
	}

	.sd-sharing-enabled div .sd-content ul li {
		margin: 0 10px 10px 0;
	}

	/* portfolio archive */

	.gallery .entry-header {
		position: relative;
	}

	.big-text,
	.archive .page-title.big-text {
		font-size: 120px;
		width: 100%;
		top: -0.67em;
	}

	.more-link {
		display: none;
	}

	.single .side-nav > * {
		margin-bottom: 40px;
	}

}


@media screen and (max-width: 900px) {

	.site-main {
		margin-bottom: 0;
	}

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

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

	/* sidebar */

	#secondary {
		padding-top: 60px;
		padding-bottom: 40px;
	}

	.admin-bar #secondary {
		padding-top: 100px;
	}


	/* featured slider */

	.featured-slider {
		height: auto;
	}

	.regular-slider .featured-slider article:after {
		display: none;
	}

	.slick-slider .slick-track {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: flex-end;
		align-items: flex-end;
	}

	.slick-initialized .slick-slide {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.featured-slider .entry-text,
	.featured-slider .featured-content {
		-webkit-flex: 1 0 100%;
		-moz-flex: 1 0 100%;
		-ms-flex: 1 0 100%;
		-o-flex: 1 0 100%;
		flex: 1 0 100%;
	}

	.featured-slider .featured-content {
		-webkit-order: 1;
		-moz-order: 1;
		-ms-order: 1;
		-o-order: 1;
		order: 1;
	}
	.featured-slider .entry-text {
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
		-o-order: 2;
		order: 2;
	}
	.featured-slider .featured-content {
		display: block;
		width: 100%;
		height: 60vw;
	}
	.featured-slider .entry-text {
		padding-bottom: 25px;
		padding-right: 0;
		display: block;
		width: 100%;
		height: 100%;
		float: none;
	}
	.featured-slider .entry-meta,
	.featured-slider .entry-title {
		margin-bottom: 10px;
	}
	.featured-slider .entry-text {
		max-width: 500px;
	}
	.slick-dots {
		position: static;
		bottom: 0;
		left: 0;
		margin-top: 15px;

	}

	/* archive */

	.category-filter {
	    padding-bottom: 40px;
	}

	.blog article:not(.no-featured-content) .entry-content,
	.archive article:not(.no-featured-content) .entry-content,
	.blog article.sticky .entry-title,
	.archive article.sticky .entry-title {
		width: 100%;
	}

	.blog article.sticky .entry-content,
	.archive article.sticky .entry-content {
		width: 60%;
	}

	.shuffle-layout.blog .row article,
	.shuffle-layout.archive .row article {
		float: none;
		display: inline-block;
		vertical-align: top;
		margin-right: -5px;
	}

	/* search archive */

	.search-post-type {
		display: none;
	}

	.search .entry-title {
		display: block;
		width: 100%;
	}

	.search .entry-meta {
		display: block;
		width: auto;
		padding-left: 0;
		margin-top: 5px;
		text-align: inherit;
	}

	.search .featured-content {
		width: 70px;
		margin-right: 20px;
	}
	.search .featured-content + .entry-header {
		width: calc(100% - 90px);
	}

	/* single */

	/* comments */

	#comments {
		padding-right: 0;
	}

	.comment-meta {
		width: 180px;
		padding-right: 40px;
		float: left;
	}

	.comment-content, .comment-list .reply,
	.comment-list .comment-respond {
		width: calc(100% - 180px);
	}

	/* big text */

	.archive .page-title, .archive-description, .portfolio-description {
		width: 100%;
	}

	.big-text,
	.archive .page-title.big-text {
		word-wrap: break-word;
	}

	.dropcap:before {
		left: 0;
		top: -0.55em;
	}

}

@media screen and (max-width: 600px) {

	.dropcap:before {
		transform: none;
	}

	.site-header {
		margin-bottom: 30px;
		padding-right: 30px;
	}
	.has-sidebar .site-header {
		padding-left: 25px;
	}
	.site-branding {
		margin-top: 5px;
	}
	.custom-logo-link {
		height: 45px;
		max-height: 45px;
	}
	.site-information {
		float: none;
		margin-left: 0;
	}

	.site-description {
		display: none;
	}

	.sidebar-nav-holder {
		margin-top: 7px;
	}
	.admin-bar.menu-open .menu-toggle {
		top: 67px;
	}
	.menu-open .menu-toggle {
		right: 50px;
	}

	/* big search */

	.search-wrap {
		width: 25px;
		padding-top: 6px;
	}
	.search-wrap {
		padding-right: 0;
		padding-left: 0;
	}
	.search-wrap form > label:before {
		right: 0;
		margin-top: 6px;
		z-index: 2;
	}
	.search-wrap .search-form .search-submit {
		position: absolute;
		top: 0;
		margin-top: 6px;
		right: 0;
	}

	.search-wrap .search-form .search-field {
		width: 100%;
		padding-right: 30px;
		font-size: 16px;
	}



	.menu-toggle .hamburger {
		margin-left: 10px;
	}

	.big-text,
	.archive .page-title.big-text {
		font-size: 60px;
	}


	#secondary .widget, .site-footer .widget-area {
		width: 100%;
		display: block;
		margin: 0 0 80px 0;
	}
	#secondary .widget.widget_nav_menu,
	#secondary .widget.widget_meta,
	#secondary .widget.widget_categories,
	#secondary .widget.widget_archive,
	#secondary .widget.widget_pages {
		width: 50%;
		display: inline-block;
	}

	.admin-bar.sidebar-open .sidebar-button {
		top: 65px;
	}

	.single .site-content,
	.search .site-content {
		padding-top: 20px;
	}

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

	.archive .page-header,
	.gallery .entry-header,
	.page-template-gallery-page .entry-header {
		margin-bottom: 0;
	}

	.archive-description,
	.portfolio-description {
		margin-bottom: 40px;
	}

	/* feature slider */

	.featured-slider-wrapper {
		margin-bottom: 100px;
	}

	.featured-slider .entry-text {
		padding-bottom: 0;
	}

	.featured-slider .entry-meta {
		margin-bottom: 16px;
	}

	/* archive */

	.standard-layout.blog .row article,
	.standard-layout.archive .row article {
		margin-right: 0;
	}

	.blog article, .archive article {
		margin-bottom: 60px;
	}

	.blog article.no-featured-content .archive-background,
	.archive article.no-featured-content .archive-background,
	article.type-jetpack-portfolio.no-featured-content .archive-background {
		padding: 40px 20px 20px;
		margin-bottom: 0;
	}
	.blog article.no-featured-content.format-link .archive-background,
	.archive article.no-featured-content.format-link .archive-background,
	.blog article.no-featured-content.format-quote .archive-background,
	.archive article.no-featured-content.format-quote .archive-background {
		padding-bottom: 30px;
	}

	.row .entry-title {
		max-width: 100%;
	}

	.blog article.sticky .entry-content,
	.archive article.sticky .entry-content {
		width: 100%;
	}

	.paging-navigation,
	#infinite-handle,
	div .infinite-loader {
		margin-bottom: 0;
	}

	/* single */

	.single .entry-header,
	.vertical-img-layout:not(.jetpack-portfolio) .entry-header {
		margin-bottom: 40px;
	}

	.single .featured-content {
		margin-bottom: 60px;
	}

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

	.single blockquote,
	.single q,
	.page blockquote,
	.page q {
		padding-left: 0;
	}

	.single blockquote:before,
	.single q:before,
	.page blockquote:before,
	.page q:before {
		position: relative;
		float: left;
		margin: -2px 10px 0 0;
		font-size: 24px;
	}

	.posts-navigation .next-trig, .posts-navigation .prev-trig {
		font-size: 18px;
	}

	/* vertical layout */
	.vertical-img-layout:not(.jetpack-portfolio) .featured-content,
	.vertical-img-layout:not(.jetpack-portfolio) .entry-header {
		display: block;
	}
		.vertical-img-layout:not(.jetpack-portfolio) .entry-header {
		width: 100%;
		margin-left: auto;
	}
	.vertical-img-layout:not(.jetpack-portfolio) .featured-content {
		margin: 0 0 60px;
		float: none;
		max-width: 100%;
		max-width: 680px;
	}

	/* comments */

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

	.comment-meta, .comment-content, .comment-list .reply {
		display: block;
	}

	.comment-meta,
	.comment-content,
	.comment-list .reply,
	.comment-list .comment-respond {
		width: 100%;
	}

	.comment-meta {
		padding-right: 0;
		float: none;
		margin-bottom: 30px;
	}

	/* related psots */

	body div #jp-relatedposts .jp-relatedposts-items {
		margin-right: 0;
		white-space: nowrap;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 10px;
	}

	body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
		float: none;
		width: 60vw;
		padding-right: 20px;
		display: inline-block;
		vertical-align: top;
		white-space: normal;
	}

	body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:last-child {
		padding-right: 0;
	}

	body #jp-relatedposts .jp-relatedposts-items img {
		width: 100%;
	}

}
