img.wp-smiley {
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .05em 0 .1em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}/**
 * Like Button toolbar button, loading text & container styles
 *
 * @todo: doesn't look like "style.css" is used anymore.
 */


/* Master container */
#jp-post-flair {
	padding-top: .5em;
}

/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: bold;
}

div.sharedaddy h3.sd-title:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	margin-bottom: 1em;
}


/* Toolbar */
#wpadminbar li#wp-admin-bar-admin-bar-likes-widget {
	width: 61px;
	overflow: hidden;
}

#wpadminbar iframe.admin-bar-likes-widget {
	width: 61px;
	height: 28px;
	min-height: 28px;
	border-width: 0px;
	position: absolute;
	top: 0;
}

div.jetpack-likes-widget-wrapper {
	width: 100%;
	min-height: 50px;	/* Previous height, 60px */
	position: relative; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
}

div.jetpack-likes-widget-wrapper .sd-link-color {
	font-size: 12px;
}

div.jetpack-likes-widget-wrapper.slim-likes-widget {
	width: 1px; /* initial default */
	min-height: 0;
}

#likes-other-gravatars {
	display: none;
	position: absolute;
	padding: 10px 10px 12px 10px;
	background-color: #2e4453;
	border-width: 0;
	box-shadow: 0 0 10px #2e4453;
	box-shadow: 0 0 10px rgba(46,68,83,.6);
	min-width: 130px;
	z-index: 1000;
}

#likes-other-gravatars * {
	line-height: normal;
}

#likes-other-gravatars .likes-text {
	color: white;
	font-size: 12px;
	padding-bottom: 8px;
}

#likes-other-gravatars ul,
#likes-other-gravatars li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#likes-other-gravatars li::before {
	content: "";
}

#likes-other-gravatars ul.wpl-avatars {
	overflow: auto;
	display: block;
	max-height: 190px;
}

#likes-other-gravatars ul.wpl-avatars li {
	width: 32px;
	height: 32px;
	float: left;
	margin: 0 5px 5px 0;
}

#likes-other-gravatars ul.wpl-avatars li a {
	margin: 0 2px 0 0;
	border-bottom: none !important;
	display: block;
}

#likes-other-gravatars ul.wpl-avatars li a img {
	background: none;
	border: none;
	margin: 0 !important;
	padding: 0 !important;
	position: static;
}

div.sd-box {
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.13);
}

.entry-content .post-likes-widget, .post-likes-widget,
.comment-likes-widget {
	margin: 0;
	border-width: 0;
	display: block;
}


/* Loading text */
.post-likes-widget-placeholder {
	margin: 0;
	border-width: 0;
	position: relative;
}

.post-likes-widget-placeholder .button {
	display: none;	/* Let's not show a dummy like button, let's just make a great button experience once it's loaded */
}

.post-likes-widget-placeholder .button span {
}

.post-likes-widget-placeholder .loading {
	color: #999;
	font-size: 12px;
}

.slim-likes-widget .post-likes-widget {
	width: auto;
	float: none;
}


/* Like Special cases (display on it's own) */
div.sharedaddy.sd-like-enabled .sd-like h3 {
	display: none;
}

div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
	width: 100%;
	float: none;
	position: absolute; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
	top: 0;
}

.comment-likes-widget {
	width: 100%;
}


/* Make ratings block. @todo: make !important unnecessary by removing inline style */
.pd-rating {
	display: block !important;
}


/* Hide G+ title */
.sd-gplus .sd-title {
	display: none;
}
/**

	WordAds V2! This CSS applies to all WordAds and Adsense themes

	HTML markup structure of an ad:

	<div class="wpcnt|mpb">
	<div class="wpa [wpmrec|wpwidesky|wpleaderboard]">

		<a class="wpa-about" href="https://en.support.wordpress.com/about-these-ads/" rel="nofollow">
		About these ads
		</a>

		<div class="u">
		[ad unit here]
		</div>

	</div>
	</div>

*/


/* outer container */
.wpcnt {
	text-align: center;
	line-height: 0;
}

.rtl .wpcnt{
	direction: ltr;
}

.mpb{
	text-align: center;
	margin: 0px auto;
	width: 100%;
}

/* inner container */
.wpa, .wpadvert {				/* @todo: deprecate wpadvert */
	position: relative;
    /*overflow: hidden; */       /* this hides "about these ads" when there's no adfill */
    display: inline-block !important;
    max-width: 100%;
    text-align: left;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.wpa.wpwidesky, .wpa.wpleaderboard{
	width: auto;
}

.wpa.top{
	min-width: 728px;
}

.wpa.wpwidesky{
	min-width: 160px;
}

.wpa.wpmrec{
	min-width: 300px;
}

.mpb .wpa{
	padding: 10px 0 0;
}

@media screen and (max-width: 650px) {
	.mpb .wpa{
		min-width: 300px;
	}
}

/* about these ads */
/* all the !important use is to ensure consistency */
.wpa-about{	/* @todo: deprecate wpadvert-about */
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	display: block;
	min-width: 160px;
	/*margin-top: 5px;*/
	border-bottom: none !important;			/* some themes ad dotted underlines, that won't look nice */
	font: 10px/1 "Open Sans", Arial, sans-serif !important;
	text-align: left !important;
	text-decoration: none !important;
	opacity: 0.85;
}

.wpa-about:hover{
	text-decoration: underline !important;	/* !important necessary, since themes override this routinely */
	opacity: 1;
}

/*.wpadvert-about {
	display: block;
	padding: 0 1px;
	font: 9px/1 sans-serif;
	text-decoration: underline;
}*/


.wpa-about:hover, .wa_infobox a:hover {
	text-decoration: underline !important;	/* !important necessary, since themes override this routinely */
	color: #444;							/* !disabling since links must use the theme colors */
}

.wpa-notice {
	display: block;
	position: relative; 
	padding: 24px;
	overflow: hidden;
	border: 5px solid #efefef;
	font: 13px/1.75 "Merriweather sans", "Open Sans", Arial, sans-serif !important;
	color: #2e4453 !important;
	box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3;
}

.wpa-buttons{
	text-align: center;
	margin: 0;
}

.wpa-button {
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
  outline: 0;
	padding: 7px !important;
	overflow: hidden;
	background: white;
	border-color: #c8d7e1;
  border-style: solid !important;
  border-width: 1px 1px 2px !important;
	border-bottom: 2px solid #c8d7e1 !important;
  cursor: pointer;
  vertical-align: top;
	color: #668eaa !important;
  font-size: 11px !important;
	font-weight: 600 !important;
  line-height: 1 !important;
	text-overflow: ellipsis;
  text-decoration: none !important;
	text-transform: uppercase !important;
  border-radius: 4px;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wpa-button:hover{
	border-color: #a8bece !important;
	color: #2e4453 !important;
}

.wpa-button.is-primary{
	background: #00aadc !important;
	border-color: #0087be !important;
	color: white !important;
}

.wpa-button.is-primary:hover{
	border-color: #005082 !important;
	color: white !important;
}

/* dark theme */
body.highlander-dark .wpa-about {
	color: #ddd;
}
body.highlander-dark .wpa-about:hover {
	color: #e9e9e9;
}

/* ad unit wrapper */
.wpa .u>div, .wpadvert>div>* {	/* @todo: deprecate wpdvert */
	display: block;
	margin-top: 5px;			/* this makes "about these ads" visible */
	margin-bottom: 1em;			/* every ad should have a little space below it */
}

div.wpa>div {
	margin-top: 20px;
}

#google_ads_div_wpcom_below_post_adsafe_ad_container {
	display: block !important;
}

.wa-sponsored-link {
	font: 9px/1 sans-serif;
}
/**
 * Add text colors to the playlist shortcode light color scheme.
 * 
 * Core ticket: https://core.trac.wordpress.org/ticket/27562
 */

.wp-playlist-light {
	color: #000;
}

.wp-playlist-light .wp-playlist-item {
	color: #333;
}

.wp-playlist-light .wp-playlist-playing {
	background: #fff;
	color: #000;
}

.wp-playlist-dark .wp-playlist-item .wp-playlist-caption {
	color: #fff;
}

.wp-playlist-caption {
	display: block;
}/**
 * MP6 hacks, CSS that's either WPCOM specific or otherwise not suitably for MP6 proper
 */

/* Invert stats sparkline on light theme */
body.admin-color-mp6-light li#wp-admin-bar-stats img {
	filter: invert(100%);
	-webkit-filter: invert(100%);
}

/* Fix dashicons priority so Japanese users can use the toolbar. Should long term be fixed in whatever plugin that forces all fonts to be Arial */
i.mce-i-bold, i.mce-i-italic, i.mce-i-bullist, i.mce-i-numlist, i.mce-i-blockquote, i.mce-i-alignleft, i.mce-i-aligncenter, i.mce-i-alignright, i.mce-i-link, i.mce-i-unlink, i.mce-i-wp_more, i.mce-i-strikethrough, i.mce-i-spellchecker, i.mce-i-fullscreen, i.mce-i-wp_fullscreen, i.mce-i-wp_adv, i.mce-i-underline, i.mce-i-alignjustify, i.mce-i-forecolor, i.mce-i-pastetext, i.mce-i-pasteword, i.mce-i-removeformat, i.mce-i-charmap, i.mce-i-outdent, i.mce-i-indent, i.mce-i-undo, i.mce-i-redo, i.mce-i-help, i.mce-i-wp_help, i.mce-i-wp-media-library, i.mce-i-ltr, i.mce-i-wp_page, .mce-close {
	font: normal 20px/1 'dashicons' !important;
}

.dashicons, .dashicons-before:before {
	font-family: 'dashicons' !important;
}

.noticon {
	font-family: "Noticons" !important;
}.bbp-staff-role {
	color: #f1831e;
}

.bbp-a8c-reply {
	background: #e9eff3 !important;
	border: 1px solid #c8d7e1;
	width: 98% !important;
}p.comment-likes {
	height: 16px;
	float: none;
	width: 100%;
	clear: both;
	display: block;
	margin-left: -2px;
}

p.comment-not-liked {
	cursor: pointer;
}

p.comment-likes a.view-likers {
	text-decoration: underline;
	border: none;
}

div.comment-likes-overlay {
	color: rgb(85, 85, 85);
	position: absolute;
	font-size: 9pt;
	padding: 0;
	margin: 0;
	/* Some O2 instances have elements with manually specified `z-index`, so
	 * we just set this to an arbitrary high value to make sure that the
	 * overlay is not covered up.
	 */
	z-index: 20000;
}

div.comment-likes-overlay div.inner {
	background-color: white;
	border: 1px solid #dfdfdf;
	border-color: rgba(0, 0, 0, 0.1);
	padding: 8px;
	margin: 0;
	max-width: 310px;
	max-height: 250px;
	overflow: hidden;

	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), 0 3px 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), 0 3px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), 0 3px 8px rgba(0, 0, 0, 0.1);
}

div.comment-likes-overlay div.inner a img {
	text-decoration: none;
	height: 25px;
	width: 25px;
	margin: 2px 10px 2px 2px;
	vertical-align: middle;
}

div.comment-likes-overlay div.inner ul {
	margin: 0;
	padding: 0;
}

div.comment-likes-overlay div.inner ul li {
	float: left;
	display: inline;
	padding: 0;
	margin: 0 0 5px 0;
	/** Truncate people's names if they are too long. **/
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

div.comment-likes-overlay div.inner ul.single li {
	width: 100%; /* one column */
}

div.comment-likes-overlay div.inner ul.double li {
	width: 50%; /* two columns */
}

div.comment-likes-overlay div.inner a,
div.comment-likes-overlay div.inner a:hover {
	text-decoration: none;
	border-bottom: none;
	background: transparent;
}

div.comment-likes-overlay div.inner ul li a span.user-name {
	color: rgb(85, 85, 85);
}

p.comment-likes span.comment-like-feedback {
	font-size: 12px;
	line-height: 1.8em;
	opacity: .8;
	float: left;
	padding: 1px 0 0 5px;
	display: block !important;
}

a.comment-like-link:hover {
	background: transparent;
}

a.comment-like-link span {
	display: none;
}

a.comment-like-link {
	outline: none;
	border: 0 !important;
	text-decoration: none !important;
	padding: 0;
	margin: 0;
	float: left;
	text-decoration: none;
	line-height: 70%;
	background: transparent;
}

a.comment-like-link:before,
div.comment-likes-overlay span.icon {
	-webkit-font-smoothing: antialiased;
	font-family: "Noticons";
	font-size: 20px;
	line-height: .9;
}

div.comment-likes-overlay span.icon {
	color: white;
	height: 100%;
	margin: 0;
	padding: 3px 0 1px 0;
}

a.comment-like-link:before {
	color: #2EA2CC;
	content: '\f408';
	width: 16px;
	display: inline-block;
}

a.comment-like-link.loading {
	-webkit-transition: opacity 2s;
	-moz-transition: opacity 2s;
	-ms-transition: opacity 2s;
	-o-transition: opacity 2s;
	transition: opacity 2s;

	opacity: 0;
}

a.comment-like-link:hover:before,
p.comment-liked a.comment-like-link:before,
p.comment-not-liked:hover a.comment-like-link:before {
	color: #f1831e;
	background: transparent;
}

/**
 * Styles for navigation.
 * Mostly copied from trunk/wp-content/mu-plugins/atlas/css/reader.css.
 */

div.comment-likes-overlay div .slider-nav {
	position: relative;
	clear: both;
	width: 310px;
	height: 40px;
	margin: 15px 0 -15px -12px;
	text-align: center;
	border-top: 1px solid #dfdfdf;
}

div.comment-likes-overlay div .slider-nav em {
	font-style: normal;
}

div.comment-likes-overlay div .slider-nav .prev {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 40px;
	height: 40px;
	border-right: 1px solid #dfdfdf;
}

div.comment-likes-overlay div .slider-nav .noticon {
	width: 40px;
	height: 40px;
	font-size: 25px;
	line-height: 40px;
}

div.comment-likes-overlay div .slider-nav .next {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	display: block;
	width: 40px;
	height: 40px;
	border-left: 1px solid #dfdfdf;
}

div.comment-likes-overlay div .slider-nav .position {
	position: absolute;
	top: 0;
	left: 40px;
	bottom: 0;
	right: 40px;
	text-align:center;
}

div.comment-likes-overlay div .slider-nav .position div {
	display: inline;
}

div.comment-likes-overlay div .slider-nav .position em {
	display: inline-block;
	padding: 0 3px;
	font-size: 30px;
	line-height: 40px;
	color: #bbb;
	cursor: pointer;
}

div.comment-likes-overlay div .slider-nav .position .on {
	color: #1e8cbe;
}

/**
 * Styles for Swipe.
 * Copied from the Swipe README.
 **/

div.comment-likes-overlay .swipe {
	overflow: hidden;
	visibility: hidden;
	position: relative;
}

div.comment-likes-overlay .swipe-wrap {
	overflow: hidden;
	position: relative;
}

/* @noflip */
div.comment-likes-overlay .swipe-wrap > div {
	float: left;
	width: 100%;
	position: relative;
}
/**

	Noticons

	Noticons are vector icons embedded in a font for use across wp.com.
	To use, reference this stylesheet in your project. See instructions in example.html

*/


/* IE8 and below use EOT and allow cross-site embedding. 
   IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
   So unfortunately, IE9 will throw a console error, but it'll still work.
   When the font is base64 encoded, cross-site embedding works in Firefox */
@font-face {
  font-family: "Noticons";
  src: url(/i/noticons/./Noticons.eot?) format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Noticons";
  src: url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),
       url(/i/noticons/./Noticons.ttf) format("truetype"),
       url(/i/noticons/./Noticons.svg#Noticons) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Noticons";
    src: url(/i/noticons/./Noticons.svg#Noticons) format("svg");
  }
}


/**
 * All noticons
 */

.noticon {
	font-size: 16px;
	vertical-align: top;
	text-align: center;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	display: inline-block;
	font-family: "Noticons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
}


/**
 * Individual icons
 */

.noticon-404:before { content: "\f423"; }
.noticon-activity:before { content: "\f508"; }
.noticon-add:before { content: "\f8b3"; }
.noticon-add-media:before { content: "\f8d9"; }
.noticon-akismet:before { content: "\f8d2"; }
.noticon-anchor:before { content: "\f509"; }
.noticon-art:before { content: "\f8b4"; }
.noticon-aside:before { content: "\f101"; }
.noticon-atsign:before { content: "\f814"; }
.noticon-attachment:before { content: "\f416"; }
.noticon-audio:before { content: "\f109"; }
.noticon-automattic:before { content: "\f815"; }
.noticon-automattic-blip:before { content: "\f817"; }
.noticon-automattic-ring:before { content: "\f816"; }
.noticon-bell:before { content: "\f8d4"; }
.noticon-bold:before { content: "\f471"; }
.noticon-book:before { content: "\f444"; }
.noticon-bug:before { content: "\f50a"; }
.noticon-bullhorn:before { content: "\f8a5"; }
.noticon-bullseye:before { content: "\f8a0"; }
.noticon-cart:before { content: "\f447"; }
.noticon-category:before { content: "\f301"; }
.noticon-chat:before { content: "\f108"; }
.noticon-checkmark:before { content: "\f418"; }
.noticon-close:before { content: "\f405"; }
.noticon-close-alt:before { content: "\f406"; }
.noticon-cloud:before { content: "\f426"; }
.noticon-cloud-download:before { content: "\f440"; }
.noticon-cloud-upload:before { content: "\f441"; }
.noticon-code:before { content: "\f462"; }
.noticon-codepen:before { content: "\f216"; }
.noticon-cog:before { content: "\f445"; }
.noticon-collapse:before { content: "\f432"; }
.noticon-colors:before { content: "\f8a7"; }
.noticon-comment:before { content: "\f300"; }
.noticon-compact:before { content: "\f807"; }
.noticon-day:before { content: "\f305"; }
.noticon-digg:before { content: "\f221"; }
.noticon-document:before { content: "\f443"; }
.noticon-dot:before { content: "\f428"; }
.noticon-downarrow:before { content: "\f502"; }
.noticon-download:before { content: "\f50b"; }
.noticon-draggable:before { content: "\f436"; }
.noticon-dribbble:before { content: "\f201"; }
.noticon-dropbox:before { content: "\f225"; }
.noticon-dropdown:before { content: "\f433"; }
.noticon-dropdown-left:before { content: "\f434"; }
.noticon-edit:before { content: "\f411"; }
.noticon-ellipsis:before { content: "\f476"; }
.noticon-eventbrite:before { content: "\f8a6"; }
.noticon-expand:before { content: "\f431"; }
.noticon-external:before { content: "\f442"; }
.noticon-facebook:before { content: "\f203"; }
.noticon-facebook-alt:before { content: "\f204"; }
.noticon-fastforward:before { content: "\f458"; }
.noticon-features:before { content: "\f8a8"; }
.noticon-feed:before { content: "\f413"; }
.noticon-flag:before { content: "\f468"; }
.noticon-flickr:before { content: "\f211"; }
.noticon-follow:before { content: "\f801"; }
.noticon-following:before { content: "\f803"; }
.noticon-fonts:before { content: "\f8b5"; }
.noticon-foursquare:before { content: "\f226"; }
.noticon-fullscreen:before { content: "\f474"; }
.noticon-gallery:before { content: "\f103"; }
.noticon-ghost:before { content: "\f8d5"; }
.noticon-gift:before { content: "\f8a4"; }
.noticon-github:before { content: "\f200"; }
.noticon-googleplus:before { content: "\f206"; }
.noticon-googleplus-alt:before { content: "\f218"; }
.noticon-gravatar:before { content: "\f8d0"; }
.noticon-gridview:before { content: "\f808"; }
.noticon-handset:before { content: "\f50c"; }
.noticon-heart:before { content: "\f461"; }
.noticon-help:before { content: "\f457"; }
.noticon-hide:before { content: "\f404"; }
.noticon-hierarchy:before { content: "\f505"; }
.noticon-home:before { content: "\f409"; }
.noticon-horizon:before { content: "\f8d8"; }
.noticon-image:before { content: "\f102"; }
.noticon-info:before { content: "\f455"; }
.noticon-instagram:before { content: "\f215"; }
.noticon-italic:before { content: "\f472"; }
.noticon-jetpack:before { content: "\f8d3"; }
.noticon-key:before { content: "\f427"; }
.noticon-layouts:before { content: "\f8a9"; }
.noticon-leftarrow:before { content: "\f503"; }
.noticon-lightbulb:before { content: "\f8a1"; }
.noticon-link:before { content: "\f107"; }
.noticon-linkedin:before { content: "\f207"; }
.noticon-linkedin-alt:before { content: "\f208"; }
.noticon-localization:before { content: "\f8b2"; }
.noticon-location:before { content: "\f417"; }
.noticon-lock:before { content: "\f470"; }
.noticon-mail:before { content: "\f410"; }
.noticon-maximize:before { content: "\f422"; }
.noticon-medium:before { content: "\f8d6"; }
.noticon-menu:before { content: "\f419"; }
.noticon-microphone:before { content: "\f50d"; }
.noticon-milestone:before { content: "\f806"; }
.noticon-minimize:before { content: "\f421"; }
.noticon-minus:before { content: "\f50e"; }
.noticon-month:before { content: "\f307"; }
.noticon-move:before { content: "\f50f"; }
.noticon-next:before { content: "\f429"; }
.noticon-notice:before { content: "\f456"; }
.noticon-notification:before { content: "\f800"; }
.noticon-paintbrush:before { content: "\f506"; }
.noticon-path:before { content: "\f219"; }
.noticon-pause:before { content: "\f448"; }
.noticon-phone:before { content: "\f437"; }
.noticon-picture:before { content: "\f473"; }
.noticon-pinned:before { content: "\f308"; }
.noticon-pinterest:before { content: "\f209"; }
.noticon-pinterest-alt:before { content: "\f210"; }
.noticon-play:before { content: "\f452"; }
.noticon-plugin:before { content: "\f439"; }
.noticon-plus:before { content: "\f510"; }
.noticon-pocket:before { content: "\f224"; }
.noticon-polldaddy:before { content: "\f217"; }
.noticon-portfolio:before { content: "\f460"; }
.noticon-previous:before { content: "\f430"; }
.noticon-price:before { content: "\f8b0"; }
.noticon-print:before { content: "\f469"; }
.noticon-promoted:before { content: "\f812"; }
.noticon-quote:before { content: "\f106"; }
.noticon-rating-empty:before { content: "\f511"; }
.noticon-rating-full:before { content: "\f512"; }
.noticon-rating-half:before { content: "\f513"; }
.noticon-reader:before { content: "\f8a2"; }
.noticon-reader-alt:before { content: "\f8a3"; }
.noticon-reblog:before { content: "\f805"; }
.noticon-reddit:before { content: "\f222"; }
.noticon-refresh:before { content: "\f420"; }
.noticon-reply:before { content: "\f412"; }
.noticon-reply-alt:before { content: "\f466"; }
.noticon-reply-single:before { content: "\f467"; }
.noticon-rewind:before { content: "\f459"; }
.noticon-rightarrow:before { content: "\f501"; }
.noticon-search:before { content: "\f400"; }
.noticon-send-to-phone:before { content: "\f438"; }
.noticon-send-to-tablet:before { content: "\f454"; }
.noticon-share:before { content: "\f415"; }
.noticon-show:before { content: "\f403"; }
.noticon-shuffle:before { content: "\f514"; }
.noticon-sitemap:before { content: "\f507"; }
.noticon-skip-ahead:before { content: "\f451"; }
.noticon-skip-back:before { content: "\f450"; }
.noticon-skype:before { content: "\f220"; }
.noticon-spam:before { content: "\f424"; }
.noticon-spike:before { content: "\f811"; }
.noticon-spotify:before { content: "\f515"; }
.noticon-squarespace:before { content: "\f8d7"; }
.noticon-standard:before { content: "\f100"; }
.noticon-star:before { content: "\f408"; }
.noticon-status:before { content: "\f105"; }
.noticon-stop:before { content: "\f449"; }
.noticon-stumbleupon:before { content: "\f223"; }
.noticon-subscribe:before { content: "\f463"; }
.noticon-subscribed:before { content: "\f465"; }
.noticon-summary:before { content: "\f425"; }
.noticon-tablet:before { content: "\f453"; }
.noticon-tag:before { content: "\f302"; }
.noticon-time:before { content: "\f303"; }
.noticon-title:before { content: "\f8b6"; }
.noticon-top:before { content: "\f435"; }
.noticon-trapper:before { content: "\f810"; }
.noticon-trash:before { content: "\f407"; }
.noticon-trophy:before { content: "\f804"; }
.noticon-tumblr:before { content: "\f214"; }
.noticon-twitch:before { content: "\f516"; }
.noticon-twitter:before { content: "\f202"; }
.noticon-types:before { content: "\f8b1"; }
.noticon-unapprove:before { content: "\f446"; }
.noticon-unfollow:before { content: "\f802"; }
.noticon-unsubscribe:before { content: "\f464"; }
.noticon-unzoom:before { content: "\f401"; }
.noticon-uparrow:before { content: "\f500"; }
.noticon-user:before { content: "\f304"; }
.noticon-vaultpress:before { content: "\f8d1"; }
.noticon-video:before { content: "\f104"; }
.noticon-videocamera:before { content: "\f517"; }
.noticon-vimeo:before { content: "\f212"; }
.noticon-warning:before { content: "\f414"; }
.noticon-website:before { content: "\f475"; }
.noticon-week:before { content: "\f306"; }
.noticon-wordads:before { content: "\f813"; }
.noticon-wordpress:before { content: "\f205"; }
.noticon-xpost:before { content: "\f504"; }
.noticon-youtube:before { content: "\f213"; }
.noticon-zoom:before { content: "\f402"; }


/**
 * Deprecated noticon names
 */

.noticon-like:before { content: "\f408"; }
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/wp-content/themes/premium/patch/assets/css/../fonts/fontawesome-webfont.eot?v=4.3.0);
  src: url(/wp-content/themes/premium/patch/assets/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0) format('embedded-opentype'), url(/wp-content/themes/premium/patch/assets/css/../fonts/fontawesome-webfont.woff2?v=4.3.0) format('woff2'), url(/wp-content/themes/premium/patch/assets/css/../fonts/fontawesome-webfont.woff?v=4.3.0) format('woff'), url(/wp-content/themes/premium/patch/assets/css/../fonts/fontawesome-webfont.ttf?v=4.3.0) format('truetype'), url(/wp-content/themes/premium/patch/assets/css/../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
/*
/*
Theme Name: Patch
Theme URI: http://pixelgrade.com/demos/patch/
Author: PixelGrade
Author URI: http://pixelgrade.com
Description: An algorithmic design experiment that cleverly imagines the best layout for your content. Patch brings unity and balance to your beautiful crafted diversity.
Version: 1.1.1-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: patch
Domain Path: /languages/
Tags: adaptive, blog, bold, bright, clean, custom-menu, editor-style, featured-images, geometric, infinite-scroll, journal, left-sidebar, lifestream, light, magazine, microformats, minimal, modern, multiple-menus, news, one-column, post-formats, responsive-layout, rtl-language-support, scrapbooking, site-logo, smart, sticky-post, theme-options, threaded-comments, three-columns, translation-ready, two-columns, video, white

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.

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

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/**
 *
 * Table of Contents
 * --------------------------------------------------
 * 1.0 - Normalize
 * 2.0 - Reset
 * 3.0 - Base Styles
 *   3.1 - Typography
 *   3.2 - Images
 * 4.0 - Helpers
 *   4.1 - Theme specific classes
 *   4.2 - Alignments
 * 5.0 - Vendor
 *   5.1 - Font Awesome
 *   5.2 - Magnific Popup 
 * 6.0 - Patterns
 * 7.0 - Components
 *   7.1 - Grid
 *   7.2 - Navigation
 *   7.3 - Author
 *   7.4 - Footer
 *   7.5 - Comments
 *   7.6 - Tags
 *   7.7 - Widgets
 *   7.8 - Search form
 *   7.9 - Pagination
 *   7.10 - Related posts
 * 8.0 - Pages
 *   8.1 - Single
 *   8.2 - General
 * 9.0 - Layout
 *   9.1 - Page
 *   9.2 - Sidebar
 * 10.0 - Overwrites
 *
 */

/**
 * 1.0 - Normalize
 */

/*! normalize.css v3.0.1 | MIT License | git.io/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,
hgroup,
main,
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: 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: #ffff00;
	color: #000000;
}

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

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

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

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

	-webkit-appearance: button;
}

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

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

input {
	line-height: normal;
}

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

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

input[type="search"] {
	box-sizing: content-box;

	-webkit-appearance: textfield;
}

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

/**
 * 2.0 - Reset
 */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dd,
ol,
ul,
form,
fieldset,
legend,
table,
th,
td,
caption,
hr {
	margin: 0;
	padding: 0;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

abbr[title],
dfn[title] {
	cursor: help;
}

u,
ins {
	text-decoration: none;
}

ins {
	border-bottom: 1px solid;
}

/**
 * 3.0 - Base Styles
 *   3.1 - Typography
 */

body,
h5,
.entry-card .entry-meta {
	font-family: Roboto, sans-serif;
}

h1,
.site-title,
h2,
h3,
h4,
.edit-link a,
blockquote,
.dropcap,
.mfp-container,
.entry-card .entry-image .hover,
.entry-card .entry-title,
.nav--main,
.author-info__link,
.comments-area-title .comments-title,
.comment-reply-title .comments-title,
.comments_add-comment,
.comment-reply-title,
.comment .comment-reply-title a,
:first-child:not(input) ~ .form-submit #submit,
.jetpack_subscription_widget input[type="submit"],
.widget_blog_subscription input[type="submit"],
.search-form .search-submit,
.overlay--search .search-form,
.overlay--search .search-field,
.posts-navigation,
#infinite-handle,
body div.sharedaddy h3.sd-title,
body div#jp-relatedposts h3.jp-relatedposts-headline,
.entry-meta {
	font-family: Oswald, sans-serif;
}

.entry-card .entry-image .hover,
.entry-card .entry-title {
	line-height: 1.45;
}

.entry-card .entry-content,
.entry-card .entry-content--short {
	line-height: 1.5;
}

.entry-card--text .entry-header--long .entry-title,
.entry-card--portrait .entry-header--medium .entry-title,
.entry-card--tall .entry-header--medium .entry-title {
	line-height: 1.33;
}

.entry-card--text .entry-header--medium .entry-title,
.entry-card--text .entry-header--short .entry-title,
.entry-card--portrait .entry-header--short .entry-title,
.entry-card--tall .entry-header--short .entry-title {
	line-height: 1.25;
}

.entry-card--text .entry-header--medium .entry-title,
.entry-card--text .entry-header--short .entry-title,
.entry-card--portrait .entry-header--short .entry-title,
.entry-card--tall .entry-header--short .entry-title {
	letter-spacing: 0;
}

.entry-card .entry-image .hover,
.entry-card--text .entry-header--long .entry-title,
h1,
.site-title,
h2,
.entry-card .entry-title {
	letter-spacing: 0.04em;
}

.entry-card--portrait .entry-title,
.entry-card--tall .entry-title {
	letter-spacing: 0.02em;
}

.entry-card .entry-content {
	font-size: 14px;
}

.entry-card .entry-content--short {
	font-size: 16px;
}

.entry-card .entry-image .hover {
	font-size: 26px;
}

.entry-card--text .entry-header--long .entry-title {
	font-size: 30px;
}

.entry-card--text .entry-header--medium .entry-title {
	font-size: 36px;
}

.entry-card--text .entry-header--short .entry-title {
	font-size: 42px;
}

html {
	background-color: white;
	font-size: 100%;
	line-height: 1.5;
}

body {
	color: #3e3f40;
	font-weight: 300;
	line-height: 1.625;
}

.screen-reader-text,
.infinite-scroll .posts-navigation {
	display: none;
}

.hyphening {
	-webkit-hyphens: auto;
	hyphens: auto;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;

	-ms-hyphens: auto;
}

/* Headings */

h1,
.site-title,
h2,
h3,
h4,
h5 {
	color: #171617;
	font-weight: normal;
}

h1,
.site-title {
	font-size: 1.875rem;
	line-height: 1.25;
	margin-bottom: 1.5rem;
	margin-top: 3rem;
}

.single h1.entry-title,
.page h1.entry-title,
.single .entry-title.site-title,
.page .entry-title.site-title {
	font-size: 3.5rem;
	margin-bottom: 0;
}

h2 {
	font-size: 1.5rem;
	line-height: 1.25;
	margin-bottom: 1.5rem;
	margin-top: 1.875rem;
}

h3 {
	font-size: 1.5rem;
	font-weight: 200;
	margin-bottom: 1.5rem;
	margin-top: 3rem;
}

h4 {
	color: #171617;
	font-size: 0.875rem;
	letter-spacing: 0.1em;
	margin-bottom: 1.5rem;
	margin-top: 3rem;
}

h5 {
	font-size: 0.6875rem;
	letter-spacing: 0.02em;
	margin-bottom: 1.5rem;
	margin-top: 3rem;
}

/* Paragraphs */

p {
	margin-bottom: 2.25rem;
	margin-top: 0;
}

b,
strong {
	font-weight: bold;
}

/* Links */

.edit-link a,
.grid__item .entry-content a,
.author-info__link,
.comments_add-comment,
.comment .comment-reply-title a,
:first-child:not(input) ~ .form-submit #submit,
.page-links a,
.single .entry-content a,
.page .entry-content a,
.nav--main li[class*="current-menu"] > a,
.nav--main li:hover > a,
.sidebar .widget a:hover {
	background-color: #ffde00;
	box-shadow: white 0 1.1em inset;
	position: relative;
}

.edit-link a:hover,
.grid__item .entry-content a:hover,
.author-info__link:hover,
.comments_add-comment:hover,
.comment .comment-reply-title a:hover,
:first-child:not(input) ~ .form-submit #submit:hover,
.page-links a:hover,
.single .entry-content a:hover,
.page:not(.entry-card) .entry-content a:hover {
	box-shadow: white 0 0 inset;
}

.edit-link a,
.grid__item .entry-content a,
.author-info__link,
.comments_add-comment,
.comment .comment-reply-title a,
:first-child:not(input) ~ .form-submit #submit,
.page-links a {
	transition: box-shadow 0.15s ease-out;
}

a {
	color: #000000;
	font-weight: 500;
	text-decoration: none;
}

h1 a,
.site-title a,
h2 a,
h3 a {
	color: #ffde00;
}

.single .entry-content a,
.page .entry-content a {
	transition: box-shadow 0.15s ease-out;
}

.single .entry-content a[href$=".jpg"],
.single .entry-content a[href$=".jpeg"],
.single .entry-content a[href$=".png"],
.single .entry-content a[href$=".gif"],
.single .entry-content a[href$=".bmp"],
.single .entry-content a[href*="attachment"],
.single .entry-content a[rel*="attachment"],
.page .entry-content a[href$=".jpg"],
.page .entry-content a[href$=".jpeg"],
.page .entry-content a[href$=".png"],
.page .entry-content a[href$=".gif"],
.page .entry-content a[href$=".bmp"],
.page .entry-content a[href*="attachment"],
.page .entry-content a[rel*="attachment"] {
	background: none;
	box-shadow: none;
	padding-left: 0;
	padding-right: 0;
	transition: background 0.15s;
}

.single .entry-content .gallery a,
.page .entry-content .gallery a {
	background: none;
	box-shadow: none;
	padding-left: 0;
	padding-right: 0;
}

.nav--main a {
	margin-left: -2px;
	margin-right: -2px;
	padding-left: 2px;
	padding-right: 2px;
}

.edit-link a {
	display: inline-block;
	font-size: 13px;
	letter-spacing: 0.05em;
	margin: 20px 0;
	position: relative;
	text-transform: uppercase;
}

::-moz-selection {
	background: #ffde00;
	color: #000000;
}

::selection {
	background: #ffde00;
	color: #000000;
}

/* Lists */

acronym {
	border-bottom: 1px dotted #3e3f40;
}

/* Blockquotes */

blockquote {
	color: #171617;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.55;
	margin-bottom: 2.25rem;
	text-transform: uppercase;
}

blockquote cite {
	color: #b5b5b5;
	font-size: 1.125rem;
	font-style: normal;
	text-transform: none;
}

blockquote em cite {
	font-style: italic;
}

/* Tables */

table {
	border-top: 0;
	margin-bottom: 1.5em;
	position: relative;
	table-layout: fixed;
	width: 100%;
	z-index: 1;
}

table th {
	text-align: left;
}

table tr {
	border-bottom: 1px solid #b5b5b5;
}

table th,
table td {
	font-family: inherit;
	font-size: inherit;
	padding: 12px;
	vertical-align: middle;
}

/* Code */

pre {
	border: 1px solid #b5b5b5;
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	padding-left: 2.25em;
	padding-right: 2.25em;
	padding-top: 1.5em;
	position: relative;
}

pre:before {
	background: #b5b5b5;
	color: white;
	content: "\f121";
	display: block;
	font-family: FontAwesome;
	font-size: 14px;
	left: 0;
	padding: 3px;
	position: absolute;
	top: 0;
}

.entry-content ol {
	padding-left: 22px;
}

.entry-content ul {
	padding-left: 17px;
}

.entry-content ol li,
.entry-content ul li {
	padding-bottom: 0.375em;
}

/**
 *   3.2 - Images
 */

img {
	height: auto;
	max-width: 100%;
}

/* Figures and Captions */

.wp-caption {
	color: #888888;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	width: auto;
}

.wp-caption img {
	display: inline-block;
}

.wp-caption-text {
	font-size: 14px;
	padding: 10px 0 0;
	text-align: center;
}

.archive__grid .wp-caption-text {
	border-bottom: 0;
}

/* Galleries */

.gallery {
	margin-left: -20px;
	margin-top: -20px;
}

.gallery .gallery-item {
	border: 0 solid transparent;
	display: inline-block;
	margin: 0;
	margin-top: 20px;
	padding-left: 20px;
	text-align: center;
	vertical-align: top;
}

.gallery .gallery-caption {
	border: 0;
}

.entry-content .gallery {
	margin-bottom: 20px;
	margin-top: 0;
}

.entry-card .gallery {
	margin-left: -2px;
	margin-top: -2px;
}

.entry-card .gallery-item {
	margin-top: 2px;
	padding-left: 2px;
}

.entry-card figcaption {
	display: none;
}

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

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

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

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

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

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

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

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

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

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

/**
 * 4.0 - Helpers
 */

/* Clearfix */

.clearfix:after,
.grid:after,
.entry-card:after,
.nav--main:after,
:first-child:not(input) ~ .form-submit:after,
.nav:after,
.nav--main ul:after,
.media:after,
.entry-card .entry-meta:after,
.comments-area-title:after,
.comment-reply-title:after,
.comment-form:after,
.comment-navigation:after,
.single .site-content .container:after,
.page .site-content .container:after,
.error404 .site-content .container:after,
.search-no-results .site-content .container:after,
.no-posts .site-content .container:after {
	clear: both;
	content: "";
	display: table;
}

.hide,
.hidden,
.assistive-text,
.screen-reader-text,
[hidden] {
	display: none;
}

.inline {
	display: inline;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.table {
	display: table;
}

.table-cell {
	display: table-cell;
}

.table-row {
	display: table-row;
}

.table-row-group {
	display: table-row-group;
}

.table-column {
	display: table-column;
}

.table-column-group {
	display: table-column-group;
}

.overflow-hidden {
	overflow: hidden;
}

.overflow-scroll {
	overflow: scroll;
}

.left {
	float: left;
}

.right {
	float: right;
}

.fit {
	max-width: 100%;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.fixed {
	position: fixed;
}

.static {
	position: static;
}

.light,
.entry-card .entry-header--long .entry-title,
.nav--main a {
	font-weight: 300;
}

.bold {
	font-weight: bold;
}

.regular {
	font-weight: normal;
}

.italic {
	font-style: italic;
}

.caps,
h1,
.site-title,
h2,
h4,
h5 {
	text-transform: uppercase;
}

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

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

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

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

.align-top {
	vertical-align: top;
}

.align-middle {
	vertical-align: middle;
}

.align-bottom {
	vertical-align: bottom;
}

.nowrap {
	white-space: nowrap;
}

.pointer-auto {
	pointer-events: auto;
}

.pointer-none {
	pointer-events: none;
}

/**
 *   4.1 - Theme specific classes
*/

.intro {
	font-size: 1.125rem;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	line-height: 1.75;
}

.dropcap {
	color: #171617;
	float: left;
	font-size: 4.625em;
	font-weight: 200;
	line-height: 1.13514;
	line-height: 1;
	margin-bottom: 0.03243em;
	margin-right: 0.16216em;
	text-shadow: 2px 2px 0px white, 4px 4px 0px #ffde00;
}

.highlight {
	background: #ffde00;
	padding: 3px 6px;
}

/**
 *   4.2 - Alignments
*/

/**
 * Fluid images for responsive purposes.
 * Offset `alt` text from surrounding copy.
 */

img {
	font-style: italic;
	height: auto;
	max-width: 100%;
}

.aligncenter,
.alignnone,
.alignleft,
.alignright {
	display: block;
	margin: 0;
	margin-bottom: 1.2rem;
}

.archive__grid .aligncenter,
.archive__grid
  .alignnone,
.archive__grid
  .alignleft,
.archive__grid
  .alignright {
	margin-bottom: 0;
}

.widget .aligncenter,
.blog .aligncenter,
.archive .aligncenter,
.search .aligncenter,
.widget
  .alignnone,
.blog
  .alignnone,
.archive
  .alignnone,
.search
  .alignnone,
.widget
  .alignleft,
.blog
  .alignleft,
.archive
  .alignleft,
.search
  .alignleft,
.widget
  .alignright,
.blog
  .alignright,
.archive
  .alignright,
.search
  .alignright {
	margin: 0;
}

.aligncenter,
.alignnone,
.entry-content .jetpack-video-wrapper {
	text-align: center;
}

.aligncenter img,
.alignnone img,
.entry-content .jetpack-video-wrapper img {
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}

.alignleft,
.alignright {
	margin-top: 1.5rem;
}

p + .alignleft,
p + .alignright {
	margin-top: 0;
}

p > .alignleft:first-child,
p > :first-child > .alignleft:first-child,
p > .alignright:first-child,
p > :first-child > .alignright:first-child {
	margin-top: 0;
}

.alignleft {
	float: left;
	margin-right: 2.25rem;
}

.alignright {
	float: right;
	margin-left: 2.25rem;
}

figure {
	max-width: 100%;
}

figure img {
	display: block;
}

/**
 * 5.0 - Vendor
 *   5.1 - Font Awesome
 */

/**
 *   5.2 - Magnific Popup
 */

/* Magnific Popup CSS */

.mfp-bg {
	background: #ffffff;
	height: 100%;
	left: 0;
	opacity: 1;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1042;
}

.mfp-wrap {
	height: 100%;
	left: 0;
	outline: none !important;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1043;

	-webkit-backface-visibility: hidden;
}

.mfp-container {
	box-sizing: border-box;
	height: 100%;
	left: 0;
	padding: 0 8px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}

.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	display: inline-block;
	margin: 0 auto;
	position: relative;
	text-align: left;
	vertical-align: middle;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	cursor: auto;
	width: 100%;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #000000;
	left: 8px;
	margin-top: -0.8em;
	position: absolute;
	right: 8px;
	text-align: center;
	top: 50%;
	width: auto;
	z-index: 1044;
}

.mfp-preloader a {
	color: #000000;
}

.mfp-preloader a:hover {
	color: #333333;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	background: transparent;
	border: 0;
	box-shadow: none;
	cursor: pointer;
	display: block;
	outline: none;
	overflow: visible;
	padding: 0;
	z-index: 1046;

	-webkit-appearance: none;
}

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

.mfp-close {
	color: #000000;
	font-family: Arial, Baskerville, monospace;
	font-size: 34px;
	font-style: normal;
	height: 44px;
	line-height: 44px;
	opacity: 1;
	padding: 0 0 18px 10px;
	position: fixed;
	right: 0;
	text-align: center;
	text-decoration: none;
	top: 16px;
	width: 44px;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}

.admin-bar .mfp-close {
	top: 50px;
}

.mfp-close-btn-in .mfp-close {
	color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #ffffff;
	padding-right: 6px;
	right: -6px;
	text-align: right;
	width: 100%;
}

.mfp-counter {
	color: #000000;
	font-size: 15px;
	line-height: 18px;
	position: absolute;
	right: 0;
	top: 0;
	white-space: nowrap;
}

.mfp-iframe-holder {
	padding-bottom: 40px;
	padding-top: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	max-width: 900px;
	width: 100%;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
	width: 100%;
}

.mfp-iframe-scaler iframe {
	background: #000000;
	box-shadow: none;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/* Main image in popup */

img.mfp-img {
	box-sizing: border-box;
	display: block;
	height: auto;
	line-height: 0;
	margin: 0 auto;
	max-width: 100%;
	padding: 40px 0 40px;
	width: auto;
}

/* The shadow behind the image */

.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	background: #444444;
	bottom: 40px;
	box-shadow: none;
	content: "";
	display: block;
	height: auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 40px;
	width: auto;
	z-index: -1;
}

.mfp-figure small {
	color: #000000;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	cursor: auto;
	left: 0;
	margin-top: -36px;
	position: absolute;
	top: 100%;
	width: 100%;
}

.mfp-title {
	color: #000000;
	line-height: 18px;
	padding-right: 36px;
	text-align: left;
	word-wrap: break-word;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

button.mfp-arrow {
	border: 0;
	border-bottom: 2px solid #171617;
	display: block;
	height: 25px;
	outline: 0;
	position: absolute;
	top: 50%;
	width: 25px;
}

button.mfp-arrow-left {
	border-left: 2px solid #171617;
	left: 35px;
	transform: rotate(45deg);
}

button.mfp-arrow-right {
	border-right: 2px solid #171617;
	right: 35px;
	transform: rotate(-45deg);
}

/**
 * 6.0 - Patterns
 */

.nav,
.nav--main ul {
	list-style: none;
	margin-left: 0;
}

.nav > li,
.nav--main ul > li,
.nav > li > a,
.nav--main ul > li > a {
	display: inline-block;
	zoom: 1;

	*display: inline;
}

.nav--stacked > li {
	display: list-item;
}

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

.nav--block {
	letter-spacing: -0.31em;
	line-height: 1; /**
         * Remove whitespace caused by `inline-block`.
         */
	white-space: nowrap;
	word-spacing: -0.43em;
}

.nav--block > li {
	letter-spacing: normal;
	word-spacing: normal;
}

.nav--block > li > a {
	padding: 0.75em;
}

.media {
	display: block;
}

.media__img {
	float: left;
	margin-right: 24px;
}

.media__img > img {
	display: block;
}

.media__body {
	display: block;
	overflow: hidden;
}

.media__body,
.media__body > :last-child {
	margin-bottom: 0;
}

/**
 * 7.0 - Components
 *   7.1 - Grid
 */

.site {
	padding-top: 60px;
}

.site .admin-bar {
	padding-top: 92px;
}

.site-main {
	padding-bottom: 60px;
}

.grid,
.pagination {
	margin: 0 auto;
	max-width: 400px;
}

.grid {
	border-right: 0 solid transparent;
	position: relative;
	transition: height 0.3s ease-in-out;
}

.grid__item {
	border-left: 0 solid transparent;
	margin-bottom: 30px;
	width: 100%;
}

.grid,
.grid__item {
	border-color: rgba(255, 255, 0, 0.25);
}

.layout-grid .page-header {
	margin-top: 50px;
}

.layout-grid .page-title {
	margin-top: 0;
}

.entry-card,
.site-header {
	opacity: 0;
	transform: translateZ(0);
	transition: opacity 0.3s ease-in-out;
}

.entry-card.is-visible,
.site-header.is-visible {
	opacity: 1;
}

.entry-card {
	background: white;
	padding-top: 1px;
	position: relative;
}

.entry-card .entry-meta {
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 0;
	margin-top: 4px;
	opacity: 0;
	padding-bottom: 12px;
	position: absolute;
	transform: translateZ(0);
	z-index: -1;
}

.entry-card .entry-meta .byline {
	margin-bottom: -5px;
}

.entry-card .entry-meta .byline,
.entry-card .entry-meta .posted-on {
	margin-top: 5px;
}

.entry-card .entry-meta > * {
	float: left;
}

.touch .entry-card .entry-meta {
	opacity: 1;
	overflow: hidden;
	position: static;
}

.entry-card .entry-time {
	display: none;
}

.entry-card .entry-image {
	background-color: black;
	display: block;
	position: relative;
	z-index: 32;
}

.entry-card .entry-image figure {
	height: auto;
	max-width: 100%;
}

.entry-card .entry-image > .entry-image-wrapper img {
	display: block;
	margin: 0 auto;
	transition: filter 0.3s ease-in-out;
}

.entry-card .entry-image .hover {
	color: white;
	left: 50%;
	opacity: 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	transition: all 0.3s;
	z-index: 100;
}

.entry-card .entry-header {
	margin-bottom: 0;
	margin-top: 10px;
	padding: 0px;
	position: relative;
}

.entry-card .entry-header a {
	color: currentColor;
	text-decoration: none;
}

.entry-card .entry-title {
	margin: 0;
}

.entry-card .entry-content {
	margin-bottom: 8px;
}

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

.entry-card .entry-content p {
	margin-bottom: 15px;
}

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

.entry-card:hover .entry-image .entry-image-wrapper {
	filter: grayscale(1);
}

.entry-card:hover .entry-image .hover {
	opacity: 1;
}

.entry-card--text .entry-header {
	background: #000000;
	margin-bottom: 15px;
	margin-top: 0;
	padding: 20px;
}

.entry-card--text .entry-title {
	color: white;
}

.entry-card--tall .entry-image {
	max-width: 45%;
}

.entry-card--tall,
.entry-card--portrait {
	margin-bottom: 10px;
}

.entry-card--tall .entry-image,
.entry-card--portrait .entry-image {
	float: left;
	margin-bottom: 8px;
	margin-right: 12px;
	position: relative;
	z-index: 40;
}

.entry-card--tall .entry-content,
.entry-card--portrait .entry-content {
	margin-top: 2px;
}

.entry-card--tall .entry-content p:last-of-type,
.entry-card--portrait .entry-content p:last-of-type {
	margin-bottom: 0;
}

.entry-card--tall .entry-header,
.entry-card--portrait .entry-header {
	margin-bottom: -6px;
	top: -6px;
}

.entry-card--portrait .entry-image {
	max-width: 55%;
}

.entry-card.format-gallery .tiled-gallery {
	margin-bottom: 0;
}

.entry-card.format-gallery .gallery-group a img {
	opacity: 1;
	transition: opacity 0.2s;
}

.entry-card.format-gallery .gallery-group a img:hover {
	opacity: 0.75;
}

.entry--even {
	position: relative;
	z-index: 20;
}

.entry--even .entry-card.entry-card--tall .entry-meta,
.entry--even .entry-card.entry-card--portrait .entry-meta {
	right: 0;
}

.entry--even .entry-card.entry-card--tall .entry-meta > *,
.entry--even .entry-card.entry-card--portrait .entry-meta > * {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}

.entry--even .entry-card.entry-card--tall .entry-meta .posted-on:before,
.entry--even .entry-card.entry-card--portrait .entry-meta .posted-on:before {
	display: none;
}

.entry--even .entry-card.entry-card--tall .entry-meta .posted-on:after,
.entry--even .entry-card.entry-card--portrait .entry-meta .posted-on:after {
	content: "/";
	margin-left: 4px;
}

.entry--even .entry-card.entry-card--tall .entry-image,
.entry--even .entry-card.entry-card--portrait .entry-image {
	float: right;
	margin-left: 12px;
	margin-right: 0;
}

.entry--even .entry-card.entry-card--tall .entry-header,
.entry--even .entry-card.entry-card--portrait .entry-header {
	text-align: right;
}

.entry--even .entry-card.entry-card--tall .entry-content,
.entry--even .entry-card.entry-card--portrait .entry-content {
	text-align: right;
}

.sticky .sticky-post {
	background: #ffde00;
	display: block;
	height: 15px;
	position: absolute;
	right: 20px;
	top: 0;
	width: 15px;
	z-index: 1;
}

.sticky .sticky-post:before,
.sticky .sticky-post:after {
	border-right: 8px solid transparent;
	border-top: 8px solid #ffde00;
	bottom: -8px;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	width: 0;
}

.sticky .sticky-post:after {
	border-left: 8px solid transparent;
	border-right: none;
	left: auto;
	right: 0;
}

.entry-card .entry-content {
	-webkit-hyphens: manual;
	hyphens: manual;
	margin-top: 8px;
	position: relative;

	-ms-hyphens: manual;
}

.entry-card .entry-meta + .entry-content {
	margin-top: 0;
}

.entry-card .entry-title {
	font-size: 26px;
	font-weight: normal;
}

.entry-card--text .entry-header--long .entry-title {
	font-weight: normal;
}

.entry-card--portrait .entry-title,
.entry-card--tall .entry-title {
	font-weight: bold;
}

.entry-card--portrait .entry-header--short .entry-title,
.entry-card--tall .entry-header--short .entry-title {
	font-size: 36px;
	font-weight: bold;
}

.entry-card--portrait .entry-header--medium .entry-title,
.entry-card--tall .entry-header--medium .entry-title {
	font-size: 30px;
}

.entry-card--portrait .entry-header--long .entry-title,
.entry-card--tall .entry-header--long .entry-title {
	font-weight: bold;
}

.entry-card.format-quote .entry-content {
	background-color: black;
	background-position: center center;
	background-size: cover;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 20px;
	margin-left: 0;
	padding-bottom: 44px;
	padding-right: 24px;
	padding-top: 44px;
}

.entry-card.format-quote .entry-content a {
	box-shadow: inset 0 -3px 0 #ffde00;
	color: white;
}

.entry-card.format-quote .entry-content a:hover {
	color: #ffde00;
}

.entry-card.format-quote blockquote {
	color: white;
	font-size: 24px;
	margin-bottom: 0;
}

.entry-card.format-quote blockquote * {
	color: currentColor;
}

.entry-card.format-quote .entry-quote--short blockquote {
	font-size: 30px;
}

.entry-card.format-quote cite {
	color: white;
	display: block;
	font-size: 15px;
	margin-top: 18px;
	text-transform: uppercase;
}

.entry-card.format-image .entry-image img {
	display: block;
}

/**
 *   7.2 - Navigation
 */

.nav--social a:before,
.author__social-links a:before {
	content: "";
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	pointer-events: auto;
	text-align: center;
}

.nav--social a[href*="mailto:"]:before,
.author__social-links a[href*="mailto:"]:before,
.nav--social a[href*="mail"]:before,
.author__social-links a[href*="mail"]:before {
	content: "";
}

.nav--social a[href*="feed"]:before,
.author__social-links a[href*="feed"]:before,
.nav--social a[href*="rss"]:before,
.author__social-links a[href*="rss"]:before {
	content: "";
}

.nav--social a[href*="behance"]:before,
.author__social-links a[href*="behance"]:before {
	content: "";
}

.nav--social a[href*="delicious"]:before,
.author__social-links a[href*="delicious"]:before {
	content: "";
}

.nav--social a[href*="deviantart"]:before,
.author__social-links a[href*="deviantart"]:before {
	content: "";
}

.nav--social a[href*="digg"]:before,
.author__social-links a[href*="digg"]:before {
	content: "";
}

.nav--social a[href*="dribbble"]:before,
.author__social-links a[href*="dribbble"]:before {
	content: "";
}

.nav--social a[href*="facebook"]:before,
.author__social-links a[href*="facebook"]:before {
	content: "";
}

.nav--social a[href*="flickr"]:before,
.author__social-links a[href*="flickr"]:before {
	content: "";
}

.nav--social a[href*="foursquare"]:before,
.author__social-links a[href*="foursquare"]:before {
	content: "";
}

.nav--social a[href*="github"]:before,
.author__social-links a[href*="github"]:before {
	content: "";
}

.nav--social a[href*="plus.google"]:before,
.author__social-links a[href*="plus.google"]:before {
	content: "";
}

.nav--social a[href*="instagram"]:before,
.author__social-links a[href*="instagram"]:before {
	content: "";
}

.nav--social a[href*="linkedin"]:before,
.author__social-links a[href*="linkedin"]:before {
	content: "";
}

.nav--social a[href*="pinterest"]:before,
.author__social-links a[href*="pinterest"]:before {
	content: "";
}

.nav--social a[href*="reddit"]:before,
.author__social-links a[href*="reddit"]:before {
	content: "";
}

.nav--social a[href*="skype"]:before,
.author__social-links a[href*="skype"]:before {
	content: "";
}

.nav--social a[href*="soundcloud"]:before,
.author__social-links a[href*="soundcloud"]:before {
	content: "";
}

.nav--social a[href*="spotify"]:before,
.author__social-links a[href*="spotify"]:before {
	content: "";
}

.nav--social a[href*="stumbleupon"]:before,
.author__social-links a[href*="stumbleupon"]:before {
	content: "";
}

.nav--social a[href*="tumblr"]:before,
.author__social-links a[href*="tumblr"]:before {
	content: "";
}

.nav--social a[href*="twitter"]:before,
.author__social-links a[href*="twitter"]:before {
	content: "";
}

.nav--social a[href*="vimeo"]:before,
.author__social-links a[href*="vimeo"]:before {
	content: "";
}

.nav--social a[href*="vine"]:before,
.author__social-links a[href*="vine"]:before {
	content: "";
}

.nav--social a[href*="vk.com"]:before,
.author__social-links a[href*="vk.com"]:before {
	content: "";
}

.nav--social a[href*="weibo"]:before,
.author__social-links a[href*="weibo"]:before {
	content: "";
}

.nav--social a[href*="xing"]:before,
.author__social-links a[href*="xing"]:before {
	content: "";
}

.nav--social a[href*="yahoo"]:before,
.author__social-links a[href*="yahoo"]:before {
	content: "";
}

.nav--social a[href*="youtube"]:before,
.author__social-links a[href*="youtube"]:before {
	content: "";
}

.nav--social a[href*="angel.co"]:before,
.author__social-links a[href*="angel.co"]:before {
	content: "";
}

.nav--social a[href*="yelp"]:before,
.author__social-links a[href*="yelp"]:before {
	content: "";
}

.nav--social a[href*="last.fm"]:before,
.author__social-links a[href*="last.fm"]:before {
	content: "";
}

.nav--social a[href*="slideshare"]:before,
.author__social-links a[href*="slideshare"]:before {
	content: "";
}

.nav--social a[href*="twitch.tv"]:before,
.author__social-links a[href*="twitch.tv"]:before {
	content: "";
}

.nav--social a[href*="bloglovin"]:before,
.author__social-links a[href*="bloglovin"]:before {
	content: "";
}

.nav--social a[href*="#search"]:before,
.author__social-links a[href*="#search"]:before {
	content: "";
}

.nav--social a[href*="medium.com"]:before,
.author__social-links a[href*="medium.com"]:before {
	content: "";
}

.nav--social a[href*="whatsapp"]:before,
.author__social-links a[href*="whatsapp"]:before {
	content: "";
}

.nav--social a[href*="leanpub"]:before,
.author__social-links a[href*="leanpub"]:before {
	content: "";
}

.nav--social a[href*="renren"]:before,
.author__social-links a[href*="renren"]:before {
	content: "";
}

.nav--social a[href*="twitch.tv"]:before,
.author__social-links a[href*="twitch.tv"]:before {
	content: "";
}

.site-header {
	opacity: 0;
	text-transform: uppercase;
}

.site-header a {
	color: black;
	text-decoration: none;
}

.site-title {
	color: #171617;
	font-size: 30px;
	line-height: 1.25;
	margin: 0 0 0 -3px;
	text-align: center;
}

.sidebar .site-title a {
	font-weight: 500;
}

.site-description {
	font-size: 0.8125rem;
	text-align: center;
	text-transform: none;
}

.site-logo-link {
	display: block;
}

.nav--main {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 24px; /*.sub-menu*/
}

.single .nav--main,
.page:not(.entry-card) .nav--main {
	margin-bottom: 8px;
}

.nav--main li {
	display: block;
	margin-bottom: 10px;
	position: relative;
}

.nav--main li > a {
	line-height: 34px;
	margin-left: -7px;
	margin-right: -6px;
	padding-left: 7px;
	padding-right: 6px;
}

.nav--main li[class*="current-menu"] > a,
.nav--main li:hover > a {
	box-shadow: white 0 24px inset;
}

.nav--main a {
	display: block;
	letter-spacing: 0.06em;
	padding-left: 2px;
	padding-right: 2px;
	position: relative;
}

.nav--main .menu-item-has-children {
	padding-right: 0.5em;
}

.nav--main .menu-item-has-children > a:after {
	content: "+";
	margin-left: 0.25em;
}

.nav--main ul {
	display: block;
	min-width: 10em;
}

.nav--main ul li:last-child {
	margin-bottom: 0;
}

.mobile-header {
	display: none;
	height: 50px;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 50;
}

.admin-bar .mobile-header {
	top: 32px;
}

#demosite-activate-wrap ~ .mobile-header {
	top: 80px;
}

.admin-bar #demosite-activate-wrap ~ .mobile-header {
	top: 112px;
}

.mobile-header .site-logo-link {
	left: 50%;
	margin-top: 10px;
	position: absolute;
	top: 0;

	will-change: transform;
}

.mobile-header .site-logo-link,
.mobile-header .site-logo-link img {
	height: 30px;
	width: auto;
}

.mobile-header-wrapper {
	background: white;
	border-bottom: 1px solid #e2e3e3;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.navigation__trigger,
.search__trigger {
	background: none;
	border: 0;
	font-size: 24px;
	left: 0;
	line-height: 1;
	outline: 0;
	padding: 12px;
	position: absolute;
	top: 0;

	-webkit-tap-highlight-color: transparent; /* For some Androids */
	-webkit-tap-highlight-color: transparent;
}

.search__trigger {
	left: auto;
	right: 0;
}

.nav--social {
	font-size: 18px;
	left: -6px;
	position: relative;
}

.nav--social a {
	color: transparent;
	overflow: hidden;
	white-space: nowrap;
	width: 1.75em;
}

.nav--social a:before {
	background: transparent;
	border-radius: 3px;
	color: #171617;
	display: inline-block;
	padding-left: 0.4em;
	padding-right: 0.4em;
	text-align: center;
	transition: background 0.2s;
}

.nav--social a:hover:before {
	background: #ffde00;
}

.single .site-header,
.page .site-header,
.no-posts .site-header {
	border-left: 0;
	opacity: 1;
	z-index: 1;
}

/**
 *   7.3 - Author
 */

.author-info {
	border: 1px solid #e2e3e3;
	border-top-width: 4px;
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 36px;
	margin-top: 54px;
	padding: 20px;
}

.author-info__avatar {
	-webkit-filter: saturate(0) contrast(1.5);
	filter: saturate(0) contrast(1.5);
	margin-right: 20px;
}

.author-info__avatar img {
	margin: 0;
	max-width: none;
}

.author-info__title,
.author-info__link {
	display: inline-block;
}

.author-info__title {
	font-size: 24px;
	font-weight: 300;
	margin: 0;
	margin-right: 0.5em;
}

.author-info__link {
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 22px;
	padding-left: 2px;
	padding-right: 2px;
	position: relative;
	text-transform: uppercase;
	top: -2px;
}

.author-info__bio {
	margin-bottom: 12px;
	margin-top: 8px;
}

.author__social-links li {
	display: inline-block;
	margin-right: 10px;
}

.author__social-links a {
	color: currentColor;
}

.author__social-links a:before {
	content: "";
	font-size: 18px;
	margin-right: 6px;
}

.avatar.grav-clone {
	border-width: 2px !important;
	margin: 0 !important;
}

/**
 *   7.4 - Footer
 */

.site-footer {
	background: black;
	color: #b5b5b5;
	font-size: 13px;
	padding: 12px;
}

.site-footer > * {
	display: block;
	text-align: center;
}

.site-footer a {
	color: #b5b5b5;
	font-weight: 300;
	text-decoration: none;
	transition: color 0.2s;
}

.site-footer a[rel="designer"] {
	color: white;
}

.site-footer a:hover {
	color: #ffde00;
}

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

.infinity-end.neverending .site-footer,
.neverending.no-posts .site-footer {
	display: block;
}

.nav--footer {
	list-style-type: none;
}

.nav--footer li {
	display: inline-block;
}

.nav--footer li:after {
	color: #b5b5b5;
	content: "/";
	margin: 0 5px;
}

.nav--footer li:last-child:after {
	content: none;
}

.back-to-top-button {
	padding: 0.375rem;
}

div#infinite-footer {
	background: black;
	color: white;
	height: 50px;
	z-index: 50;
}

div#infinite-footer .container {
	background: transparent;
	display: table;
	height: 100%;
}

div#infinite-footer .blog-credits,
div#infinite-footer .blog-info {
	display: table-cell;
	float: none;
	vertical-align: middle;
}

div#infinite-footer .blog-credits {
	color: white;
}

div#infinite-footer .blog-credits a {
	color: #b5b5b5;
}

div#infinite-footer .blog-info {
	color: white;
}

div#infinite-footer .blog-info a {
	color: #b5b5b5;
}

/**
 *   7.5 - Comments
 */

.comments-area {
	margin-top: 24px;
	padding-top: 48px;
	position: relative;
}

.comments-area:before {
	border-left: 1px solid #b5b5b5;
	bottom: 0;
	content: "";
	left: 20px;
	position: absolute;
	top: 48px;
}

.comments-area:after {
	content: "\00b7";
	font-size: 1.75em;
	left: 0;
	line-height: 1.8;
	position: absolute;
	top: 100%;
}

.comments-area.no-comments:after {
	display: none;
}

.comment-number,
.comments-area:after,
.comment-number--dark,
.comment-reply-title:before,
.add-comment .add-comment__button {
	background: white;
	border: 1px solid #b5b5b5;
	color: #b5b5b5;
	font-size: 18px;
	font-weight: 300;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
}

.comment-number--dark,
.comments-area:after,
.comment-reply-title:before,
.add-comment .add-comment__button {
	background-color: #171617;
	border: 0;
	color: white;
	display: inline-block;
	margin-right: 24px;
}

.comment-number.no-comments {
	position: relative;
	z-index: 1;
}

.comments-area-title .comments-title,
.comments-area-title a,
.comment-reply-title .comments-title,
.comment-reply-title a {
	display: inline-block;
	vertical-align: middle;
}

.comments-area-title .comments-title,
.comment-reply-title .comments-title {
	font-size: 24px;
	font-weight: 300;
	margin: 0;
	margin-right: 12px;
	text-transform: none;
	transform: none;
}

.comments-area-title .total,
.comment-reply-title .total {
	position: relative;
	z-index: 1;
}

.comments-area-title {
	margin-bottom: 60px;
	padding-left: 40px;
}

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

.comments-area-title .comment-number {
	left: -40px;
	margin-right: -20px;
	position: relative;
}

.commentlist > .comment,
.commentlist > .pingback,
.commentlist > .trackback {
	padding-left: 40px;
}

.comments_add-comment {
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 22px;
	margin-top: 3px;
	padding-left: 2px;
	padding-right: 2px;
	position: relative;
	text-transform: uppercase;
}

.commentlist {
	border-left: 0;
	list-style: none;
	margin: 0;
	padding-bottom: 30px;
	padding-left: 0;
}

li.comment,
li.pingback,
li.trackback {
	display: block;
	margin-bottom: 0;
	margin-bottom: 24px;
	margin-top: 24px;
	position: relative;
}

li.comment .comment-number,
li.pingback .comment-number,
li.trackback .comment-number {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 1;
}

li.comment:last-child,
li.pingback:last-child,
li.trackback:last-child {
	margin-bottom: 0;
}

li.comment .children,
li.pingback .children,
li.trackback .children {
	margin-top: 24px;
	position: relative;
}

li.comment .media__body,
li.pingback .media__body,
li.trackback .media__body {
	overflow: visible;
}

li.depth-2:before {
	left: -40px;
	width: 60px;
}

.comment__author-name {
	font-size: 16px;
	font-weight: bold;
}

.comment__author-name a {
	color: black;
	font-size: 16px;
}

.bypostauthor .comment__author-name:before {
	color: #ffde00;
	content: "";
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	margin-right: 10px;
}

.comment-article {
	margin-bottom: 0;
	margin-left: 20px;
}

.comment-article:hover .comment-edit-link,
.comment-article:hover .comment-reply-link {
	opacity: 1;
}

.comment__avatar {
	margin-right: 0.75em;
}

.comment__avatar img {
	height: auto;
	width: 3.75em;
}

.comment__avatar:empty {
	display: none;
}

.comment__time {
	color: #b5b5b5;
	font-size: 14px;
}

.comment__time a {
	color: currentColor;
	font-weight: normal;
}

.comment__avatar {
	margin-bottom: 24px;
}

.comment__content {
	font-size: 15px;
	margin-bottom: 24px;
	position: relative;
}

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

.comment__links {
	display: inline-block;
	font-size: 0.875em;
	line-height: 1.71429;
	margin-left: 1.71429em;
}

.comment-edit-link,
.comment-reply-link {
	color: #3e3f40;
	margin-right: 0.85714em;
	opacity: 0;
	transform: translateZ(0);
	transition: opacity 0.15s ease-in-out;
}

.comment-reply-link {
	color: #b5b5b5;
}

.comment-form p.logged-in-as {
	margin-bottom: 0.75em;
}

.comment-reply-title {
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 24px;
	margin-top: 0;
	min-height: 40px;
	padding-left: 60px;
}

.comment-reply-title:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 20px;
	left: 0;
	line-height: 42px;
	position: absolute;
	top: 0;
}

.comment .comment-reply-title:before {
	display: none;
}

.comment .comment-reply-title {
	margin-bottom: 10px;
	margin-top: 30px;
	padding-left: 0;
}

.comment .comment-reply-title a {
	color: black;
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 22px;
	margin-left: 15px;
	margin-top: 3px;
	padding-left: 2px;
	padding-right: 2px;
	position: relative;
	text-decoration: none !important;
	text-transform: uppercase;
}

.comment-reply-title .comment-number {
	line-height: 44px;
}

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

.comment-respond {
	margin-bottom: 1.5em;
	position: relative;
}

.comment .comment-respond {
	margin-left: 1.5em;
}

#cancel-comment-reply-link {
	text-decoration: underline;
}

/* Comments Form */

.comment-form input,
.comment-form textarea {
	border: 1px solid #b5b5b5;
	border-radius: 0;
	box-shadow: none;
	font-weight: 300;
}

.comment-form iframe {
	padding-left: 36px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	margin-bottom: 0;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	margin-bottom: 1.5em;
	width: 100%;
}

.comment-form-comment,
.logged-in-as {
	margin-bottom: 0;
	width: 100%;
}

.comment-form-comment label,
.logged-in-as label {
	display: none;
}

.comment-form-comment textarea,
.comment-subscription-form textarea {
	border: 1px solid #b5b5b5;
	font-size: 1em;
	line-height: 1.5;
	max-width: 100%;
	padding: 0.75em;
	width: 100%;
}

:first-child:not(input) ~ .form-submit {
	margin-bottom: 0;
	margin-top: 0.75em;
	position: relative;
	text-align: right;
}

.comment-respond.js :first-child:not(input) ~ .form-submit {
	border: 0;
}

.comment-respond.js :first-child:not(input) ~ .form-submit:hover {
	background: none;
}

:first-child:not(input) ~ .form-submit #submit {
	border: 0;
	box-shadow: white 0 18px inset;
	color: #171617;
	float: right;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 26px;
	padding: 0 0.1em 0 0.3em;
	text-transform: uppercase;
}

.comment-subscription-form {
	clear: left;
	float: left;
	margin-bottom: 0.375em;
	margin-top: 0.75em;
}

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

.comment-subscription-form input[type="checkbox"] {
	margin-right: 0.75em;
	position: relative;
	top: -0.05em;
}

.add-comment {
	margin-top: 3em;
}

.add-comment .add-comment__button {
	font-size: 1.5em;
	line-height: 1.5;
	margin-right: 0.5em;
	position: relative;
	z-index: 1;
}

.add-comment .add-comment__text {
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.2;
}

/* Comments Navigation */

.comment-navigation {
	margin-bottom: 3em;
	margin-top: 3em;
	padding-left: 3.75em;
	position: relative;
}

.comment-navigation .comment-number {
	left: 0;
	line-height: 30px;
	position: absolute;
	top: 0;
}

.comment-navigation .assistive-text {
	font-size: 28px;
	margin-left: 8px;
	margin-top: 0;
	transform: none;
}

.comment-navigation .nav-previous a,
.comment-navigation .nav-next a {
	font-size: 18px;
}

.comment-navigation .nav-previous {
	float: left;
}

.comment-navigation .nav-previous a:before {
	content: "\2190 ";
}

.comment-navigation .nav-previous a:after {
	content: "";
}

.comment-navigation .nav-next {
	float: right;
}

.comment-navigation .nav-next a:before {
	content: "";
}

.comment-navigation .nav-next a:after {
	content: " \2192";
}

.nocomments {
	transform: none;
}

.nocomments span {
	display: inline-block;
	font-size: 1.75em;
	line-height: 1.28571;
	line-height: 48px;
	vertical-align: middle;
}

.no-comments-box {
	position: relative;
	z-index: 1;
}

div#respond {
	padding-top: 0;
}

div#respond #reply-title {
	margin-top: 0;
}

div#respond p.comment-subscription-form label {
	color: #999999;
}

/**
 *   7.6 - Tags
 */

.tags-links {
	display: block;
	margin-bottom: 20px;
}

.tags-links a {
	color: #b5b5b5;
	font-size: 11px;
	letter-spacing: 0.1em;
	margin-right: 10px;
	text-transform: uppercase;
}

.tags-links a:before {
	content: "#";
}

/**
 *   7.7 - Widgets
 */

.widget {
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 40px;
}

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

.widget ul,
.widget ol {
	line-height: 1.4;
}

.widget ul li,
.widget ol li {
	margin-bottom: 15px;
}

.widget ul {
	list-style-type: none;
}

.widget select {
	max-width: 100%;
}

.widget-title {
	margin-bottom: 1.5625rem;
	margin-top: 0;
}

.widget_categories > ul,
.widget_pages > ul,
.widget_meta > ul,
.widget_archive > ul {
	font-size: 0;
	margin-bottom: -0.75em;
}

.widget_categories > ul > li,
.widget_pages > ul > li,
.widget_meta > ul > li,
.widget_archive > ul > li {
	display: inline-block;
	font-size: 13px;
	overflow: hidden;
	padding-right: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 50%;
}

.widget_categories > ul > li a,
.widget_pages > ul > li a,
.widget_meta > ul > li a,
.widget_archive > ul > li a {
	display: inline;
}

.widget_categories > ul ul,
.widget_pages > ul ul,
.widget_meta > ul ul,
.widget_archive > ul ul {
	display: none;
}

.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_archive li {
	margin-bottom: 0.75em;
}

/* Widget - Calendar */

.widget_calendar table {
	color: #b5b5b5;
	margin-bottom: 0;
	text-align: center;
	width: 100%;
}

.widget_calendar th {
	padding-bottom: 0.75em;
	text-align: center;
}

.widget_calendar td,
.widget_calendar th {
	padding: 6px 0;
}

.widget_calendar tr {
	border: 0;
}

.widget_calendar tfoot {
	padding: 0.75em;
}

.widget_calendar caption {
	color: #3e3f40;
	padding-bottom: 0.75em;
	padding-top: 0.75em;
}

.widget_calendar a {
	color: #000000;
}

.widget_calendar a:hover {
	color: #000000;
}

.widget_calendar thead {
	color: #000000;
}

.widget_calendar tfoot a {
	color: #3e3f40;
}

.widget_calendar tfoot td {
	border-bottom: 0;
}

/* Widget - Recent Comments */

.recentcomments {
	color: #b5b5b5;
}

.recentcomments a {
	color: #000000;
}

/* Widget - RSS */

.widget_rss li {
	margin-bottom: 24px;
}

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

.rsswidget {
	font-weight: bold;
	text-decoration: underline;
}

.rss-date:before {
	content: "-";
	display: inline-block;
	margin: 0 3px;
}

.widget_rss_links a {
	display: inline-block;
	vertical-align: middle;
}

.jetpack_subscription_widget.widget,
.widget_blog_subscription.widget {
	background-color: black;
	border-top: 0;
	color: white;
	margin: 30px 0 30px -60px;
	padding: 30px 30px 30px 60px;
}

.jetpack_subscription_widget #subscribe-text p,
.widget_blog_subscription #subscribe-text p {
	margin-top: 2.25em;
}

.jetpack_subscription_widget .widget-title,
.widget_blog_subscription .widget-title {
	color: white;
	margin-bottom: 20px;
}

.jetpack_subscription_widget input#subscribe-field,
.widget_blog_subscription input#subscribe-field {
	background: white;
	border: 2px solid #d7d7d7;
	color: #171617;
	height: 36px;
	padding: 0.375em;
	width: 100%;
}

.jetpack_subscription_widget input[type="submit"],
.widget_blog_subscription input[type="submit"] {
	background-color: #ffde00;
	border: 1px solid white;
	color: #171617;
	font-size: 14px;
	font-weight: 400;
	height: 32px;
	letter-spacing: 0.1em;
	margin-right: 2px;
	padding: 0 10px;
	text-transform: uppercase;
}

.widget_recent_entries a {
	font-weight: 500;
	margin-bottom: 3px;
}

.widget_recent_entries .post-date {
	color: #b5b5b5;
	font-size: 12px;
}

.milestone-widget strong {
	color: white;
}

.widget_top-posts .widget-grid-view-image {
	width: 50%;
}

.widget_top-posts .widgets-list-layout .widgets-list-layout-blavatar {
	width: 20%;
}

.widget_top-posts .widgets-list-layout .widgets-list-layout-links {
	width: 80%;
}

.widget_recent_comments td {
	padding-bottom: 12px !important;
	padding-top: 12px !important;
}

/**
 *   7.8 - Search form
 */

.search-form {
	border: 2px solid #d7d7d7;
	height: 38px;
	overflow: hidden;
	width: 100%;
}

.search-form,
.search-form + p {
	margin: 0 auto;
	max-width: 620px;
}

.search-form > label,
.search-form .search-field {
	box-sizing: border-box;
	display: block;
	height: 34px;
}

.search-form .search-field {
	border: 0;
	outline: 0;
	padding: 8px 12px;
	width: 100%;
}

.search-form .search-submit {
	background-color: #ffde00;
	border: 1px solid white;
	color: #171617;
	float: right;
	font-size: 14px;
	font-weight: bold;
	height: 34px;
	letter-spacing: 0.1em;
	padding: 0 10px 3px 10px;
	text-align: center;
	text-transform: uppercase;
	transform: translateY(-100%);
}

.overlay--search {
	background: white;
	border-left: 1px solid #b5b5b5;
	display: table;
	height: 100%;
	left: 100%;
	padding-left: 48px;
	padding-right: 48px;
	position: fixed;
	top: 0;
	transition: left 0.3s ease-in-out;
	width: 100%;
	z-index: 151;
}

.overlay--search .search-form {
	border: 0;
}

.overlay--search .search-form > label {
	height: auto;
	position: static;
}

.overlay--search .search-form,
.overlay--search .search-field {
	display: block;
	height: auto;
}

.overlay--search .search-field,
.overlay--search .search-submit {
	position: static;
}

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

.overlay--search .search-field {
	border: 0;
	color: #000000;
	font-size: 72px;
	height: auto;
	outline: 0;
	padding: 0;

	-webkit-appearance: none;
}

.overlay--search .search-field::-webkit-input-placeholder {
	color: #000000;
}

.overlay--search .search-field:-moz-placeholder {
	color: #000000;
}

.overlay--search .search-field::-moz-placeholder {
	color: #000000;
}

.overlay--search .search-field:-ms-input-placeholder {
	color: #000000;
}

.overlay--search.is-visible {
	left: 0;
}

.overlay__wrapper {
	display: table-cell;
	vertical-align: middle;
}

.overlay__close {
	cursor: pointer;
	height: 48px;
	position: absolute;
	right: 48px;
	top: 48px;
	width: 48px;
}

.admin-bar .overlay__close {
	top: 84px;
}

.overlay__close:before,
.overlay__close:after {
	background: #3e3f40;
	content: "";
	display: block;
	pointer-events: none;
	position: absolute;
	transform: rotate(45deg);
}

.overlay__close:before {
	height: 0.16em;
	margin-top: -0.08em;
	top: 50%;
	width: 100%;
}

.overlay__close:after {
	height: 100%;
	left: 50%;
	margin-left: -0.08em;
	width: 0.16em;
}

/**
 *   7.9 - Pagination
 */

.pagination {
	border: none;
	font-size: 0;
	padding-left: 0;
	position: relative;
	text-align: center;
}

.infinite-scroll .pagination {
	display: none;
}

.pagination:after {
	content: none;
}

.pagination li {
	margin-bottom: 0.9375rem;
}

.pagination a,
.pagination span {
	border: 1px solid #e2e3e3;
	border-radius: 50%;
	color: #b5b5b5;
	display: inline-block;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	margin: 0 5px;
	min-width: 30px;
	opacity: 0.5;
	position: relative;
	transition: all 0.15s linear;
	z-index: 2;
	zoom: 1;
}

.pagination a:after {
	content: none;
}

.pagination a:hover {
	border-color: #3e3f40;
	color: #171617;
	opacity: 1;
}

.pagination span.current {
	border: 1px solid #3e3f40;
	border-radius: 50%;
	color: #171617;
	opacity: 1;
}

.neverending .pagination {
	display: none;
}

.infinite-scroll .pagination {
	display: none;
}

.page-numbers.prev,
.page-numbers.next {
	border: 0;
	border-radius: 0;
	color: #171617;
	height: auto;
	margin: 0;
	position: absolute;
	text-transform: uppercase;
	top: 0;
	width: auto;
}

.page-numbers.prev.disabled,
.page-numbers.next.disabled {
	opacity: 0.3;
	pointer-events: none;
}

.page-numbers.prev i,
.page-numbers.next i {
	margin: 0 12px;
}

.page-numbers.prev:before,
.page-numbers.prev:after,
.page-numbers.next:before,
.page-numbers.next:after {
	position: relative;
	top: 2px;
}

.page-numbers.prev {
	left: 0;
}

.page-numbers.prev:before {
	content: url(/wp-content/themes/premium/patch/assets/svg/arrow-left.svg);
	margin-right: 1.25rem;
}

.page-numbers.next {
	right: 0;
}

.page-numbers.next:after {
	content: url(/wp-content/themes/premium/patch/assets/svg/arrow-right.svg);
	margin-left: 1.25rem;
}

.pagination--single {
	display: inline-block;
	vertical-align: middle;
}

.post-pagination__title {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}

.posts-navigation,
#infinite-handle {
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#infinite-handle,
.infinite-loader {
	display: inline-block;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
}

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

div#infinite-handle span {
	background: transparent;
	border-radius: 0;
	color: #171617;
	cursor: pointer;
	font-size: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

div#infinite-handle span:after {
	background-color: #ffde00;
	bottom: 2px;
	content: "";
	height: 7px;
	left: 0;
	position: absolute;
	transition: all 0.1s linear;
	width: 100%;
	z-index: -1;
}

div#infinite-handle:hover span:after {
	height: 100%;
}

div#infinite-handle button {
	position: relative;
	text-transform: uppercase;
	z-index: 5;
}

.infinite-scroll .grid {
	margin-bottom: 60px;
}

/**
 *   7.10 - Related posts
 */

body div.sharedaddy h3.sd-title,
body div#jp-relatedposts h3.jp-relatedposts-headline {
	font-size: 13px;
	letter-spacing: 0.1em;
	margin: 0 0 15px;
	text-transform: uppercase;
}

body div.sharedaddy h3.sd-title,
body div#jp-relatedposts h3.jp-relatedposts-headline,
body div.sharedaddy h3.sd-title em,
body div#jp-relatedposts h3.jp-relatedposts-headline em {
	font-weight: 500;
}

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

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

body div.sharedaddy a.sd-link-color {
	background: none !important;
	box-shadow: none !important;
}

body .sd-content ul li {
	display: inline-block;
}

body .sd-social-icon-text #sharing_email .sharing_send,
body .sd-social-icon-text .sd-content ul li .option a.share-ustom,
body .sd-social-icon-text .sd-content ul li a.sd-button,
body .sd-social-icon-text .sd-content ul li.advanced a.share-more,
body .sd-social-icon-text .sd-content ul li.preview-item div.option.option-smart-off a,
body .sd-social-icon-text .sd-social-icon .sd-content ul li a.sd-button,
body .sd-social-icon-text .sd-social-icon-text .sd-content ul li a.sd-button,
body .sd-social-icon-text .sd-social-official .sd-content > ul > li .digg_button > a,
body .sd-social-icon-text .sd-social-official .sd-content > ul > li > a.sd-button,
body .sd-social-icon-text .wpl-button a {
	background: none;
	border: 1px solid #e2e3e3;
	border-radius: 0;
	box-shadow: none;
	color: #171617;
	display: block;
	font-size: 11px;
	font-weight: 600;
	margin-right: 15px;
	padding: 2px 19px 3px;
	padding-left: 40px;
	position: relative;
	text-transform: uppercase;
}

body .sd-social-icon-text #sharing_email .sharing_send:hover,
body .sd-social-icon-text .sd-content ul li .option a.share-ustom:hover,
body .sd-social-icon-text .sd-content ul li a.sd-button:hover,
body .sd-social-icon-text .sd-content ul li.advanced a.share-more:hover,
body .sd-social-icon-text .sd-content ul li.preview-item div.option.option-smart-off a:hover,
body .sd-social-icon-text .sd-social-icon .sd-content ul li a.sd-button:hover,
body .sd-social-icon-text .sd-social-icon-text .sd-content ul li a.sd-button:hover,
body .sd-social-icon-text .sd-social-official .sd-content > ul > li .digg_button > a:hover,
body .sd-social-icon-text .sd-social-official .sd-content > ul > li > a.sd-button:hover,
body .sd-social-icon-text .wpl-button a:hover {
	background: none;
	border: 1px solid #e2e3e3;
}

body .sd-social-icon-text .share-facebook > a:before {
	color: #3461a1;
}

body .sd-social-icon-text .share-twitter > a:before {
	color: #28aae1;
}

body .sd-social-icon-text .share-pinterest > a:before {
	color: #cd2026;
}

body .sd-social-icon-text .sd-content ul li a.sd-button:before {
	border-right: 1px solid #e2e3e3;
	height: 100%;
	left: 0;
	padding-top: 5px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 30px;
}

body .entry-content .sd-content a {
	box-shadow: none;
}

body div#jp-relatedposts,
body div.sharedaddy {
	margin: 20px 0;
	padding: 0;
}

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

body div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
	margin-bottom: 0;
	opacity: 1 !important;
	transition: none !important;
}

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

body div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post-title {
	font-size: 15px;
	font-weight: normal;
	letter-spacing: normal;
	margin-bottom: 10px;
}

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

body div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post-date,
body div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post-context {
	color: #3e3f40;
	display: inline-block;
	font-size: 11px;
	line-height: 22px;
	text-transform: uppercase;
}

body div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post-context {
	font-weight: normal;
}

body div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post-date {
	display: none !important;
}

body div#jp-relatedposts .jp-relatedposts-post-a {
	background: none;
	display: block;
	padding: 0;
}

div#jp-post-flair {
	padding: 0;
}

/**
 * 8.0 - Pages
 *   8.1 - Single
 */

.single .hentry,
.single .comments-area,
.single .nocomments,
.single #respond.comment-respond,
.page:not(.entry-card) .hentry,
.page:not(.entry-card) .comments-area,
.page:not(.entry-card) .nocomments,
.page:not(.entry-card) #respond.comment-respond,
.attachment-navigation,
.nav-links {
	margin-left: auto;
	margin-right: auto;
	max-width: 620px;
}

.single .hentry,
.single .comments-area,
.single .nocomments,
.single #respond.comment-respond,
.page:not(.entry-card) .hentry,
.page:not(.entry-card) .comments-area,
.page:not(.entry-card) .nocomments,
.page:not(.entry-card) #respond.comment-respond {
	margin-bottom: 0;
	margin-top: 0;
}

.single .entry-content,
.page:not(.entry-card) .entry-content {
	margin-bottom: 42px;
}

.single .entry-content a,
.page:not(.entry-card) .entry-content a {
	box-shadow: white 0 0.85em inset;
	padding-left: 2px;
	padding-right: 2px;
}

.single .entry-content blockquote a,
.page:not(.entry-card) .entry-content blockquote a {
	box-shadow: white 0 19px inset;
}

.single .entry-featured,
.page:not(.entry-card) .entry-featured {
	margin-bottom: 24px;
}

.single .entry-featured > img,
.page:not(.entry-card) .entry-featured > img {
	display: block;
	margin: 0 auto;
}

.single .entry-image--landscape .entry-featured,
.single .entry-image--wide .entry-featured,
.page:not(.entry-card) .entry-image--landscape .entry-featured,
.page:not(.entry-card) .entry-image--wide .entry-featured {
	margin-bottom: 24px;
	margin-top: 24px;
}

.single .entry-image--portrait,
.single .entry-image--tall,
.page:not(.entry-card) .entry-image--portrait,
.page:not(.entry-card) .entry-image--tall {
	float: none;
}

.single .entry-image--portrait .entry-featured,
.single .entry-image--tall .entry-featured,
.page:not(.entry-card) .entry-image--portrait .entry-featured,
.page:not(.entry-card) .entry-image--tall .entry-featured {
	margin-bottom: 24px;
}

.single .entry-image--portrait .entry-content,
.single .entry-image--tall .entry-content,
.page:not(.entry-card) .entry-image--portrait .entry-content,
.page:not(.entry-card) .entry-image--tall .entry-content {
	clear: right;
}

.single .entry-image--portrait .entry-header,
.single .entry-image--tall .entry-header,
.page:not(.entry-card) .entry-image--portrait .entry-header,
.page:not(.entry-card) .entry-image--tall .entry-header {
	margin-bottom: 1.5em;
}

.single .entry-header,
.page:not(.entry-card) .entry-header {
	margin-bottom: 1.5em;
}

.single .entry-title,
.page:not(.entry-card) .entry-title {
	margin: 0;
}

.single .entry-meta,
.page:not(.entry-card) .entry-meta {
	position: static;
}

.single .entry-meta > *,
.page:not(.entry-card) .entry-meta > * {
	display: inline-block;
	margin-bottom: 5px;
}

.page-links {
	font-weight: 400;
	margin: 2.5rem 0;
}

.page-links .current {
	font-weight: 300;
}

.page-links a,
.page-links span {
	padding: 8px !important;
}

.page-links a {
	box-shadow: white 0 2em inset;
	display: inline-block;
	margin-right: 3px;
}

.single .page-links a,
.single .page-links span,
.page:not(.entry-card) .page-links a,
.page:not(.entry-card) .page-links span {
	box-shadow: white 0 2em inset;
}

.single .page-links span,
.page:not(.entry-card) .page-links span {
	display: inline-block;
}

.attachment-navigation {
	font-size: 0;
}

.attachment-navigation a {
	display: block;
}

.attachment-navigation .navigation-item {
	display: inline-block;
	padding: 0 12px;
	vertical-align: middle;
	width: calc(50% + 12px);
}

.attachment-navigation .navigation-item--previous {
	margin-left: -12px;
}

.attachment-navigation .navigation-item--next {
	margin-right: -12px;
}

.attachment-navigation .navigation-item__name {
	font-size: 13px;
}

.attachment-navigation .post-thumb {
	display: block;
	overflow: hidden;
	padding-top: 50%;
	position: relative;
}

.attachment-navigation .post-thumb img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.attachment-navigation .post-title {
	margin-top: 12px;
}

.entry-content .jetpack-video-wrapper {
	margin-bottom: 1.125em;
}

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

.entry-footer {
	clear: both;
}

/**
 *   8.2 - General
 */

.entry-meta {
	font-size: 13px;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	position: relative;
	text-transform: uppercase;
	z-index: 31;
}

.cat-links,
.entry-format {
	background-color: #ffde00;
	margin-right: 10px;
	padding: 6px 14px;
}

.byline {
	color: #171617;
	text-transform: capitalize;
}

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

.posted-on {
	color: #b5b5b5;
	display: inline-block;
	margin-left: 4px;
}

.posted-on a {
	color: currentColor;
	font-weight: 300;
}

.posted-on:before {
	content: "/";
	margin-right: 4px;
}

.entry-time:before {
	content: "@";
	margin: 0 5px;
}

.no-posts .site-header {
	display: inline-block;
	float: none;
	opacity: 1;
	vertical-align: top;
}

.no-posts .site-branding {
	margin-left: 0;
	margin-right: 0;
}

.no-posts .page-header {
	margin-top: 0;
}

.no-posts .page-title {
	margin-top: 0;
}

.no-posts .site-main {
	max-width: 720px;
	padding-top: 0;
}

.no-posts .site-content {
	padding: 30px;
}

/**
 * 9.0 - Layout
 *   9.1 - Page
 */

/**
 *   9.2 - Sidebar
 */

.single .content-area,
.page .content-area,
.error404 .content-area,
.search-no-results .content-area,
.no-posts .content-area {
	width: 100%;
}

.sidebar {
	clear: left;
	position: relative;
}

.sidebar a {
	font-weight: 300;
	position: relative;
}

.sidebar a:before {
	background: transparent;
}

.sidebar .widget a:hover {
	box-shadow: white 0 0.8em inset;
}

/**
 * 10.0 - Overwrites
 */

.entry-card .entry-content,
.single .entry-content,
.page:not(.entry-card) .entry-content,
.entry-title {
	-ms-word-break: break-word;
	word-break: break-word;
	-ms-word-wrap: break-word;
	word-wrap: break-word;

	-webkit-word-break: break-word;
	-webkit-word-wrap: break-word;
}

.entry-title {
	overflow: hidden;
}

.entry-title a {
	font-weight: inherit;
}

.post:before {
	content: "";
	display: block;
	float: left;
}

.disable-hover,
.disable-hover * {
	pointer-events: none !important;
}

.site-content {
	min-height: calc(100vh - 60px);
}

.infinite-scroll.neverending .site-content {
	min-height: 100vh;
}

.infinite-scroll.neverending.no-posts .site-content {
	min-height: calc(100vh - 60px);
}

.admin-bar .site-content {
	min-height: calc(100vh - 60px - 32px);
}

.admin-bar.infinite-scroll.neverending .site-content {
	min-height: calc(100vh - 32px);
}

.admin-bar.infinite-scroll.neverending.no-posts .site-content {
	min-height: calc(100vh - 60px - 32px);
}

.edit-link {
	display: none;
}

.entry-image {
	overflow: hidden;
}

.entry-image-shadow {
	background: black;
	box-shadow: black 0 0 25px;
	margin-left: -1px;
	opacity: 0;
	transition: 0.3s linear opacity;
	transition-delay: 0.25s;
}

.is-visible .entry-image-shadow {
	opacity: 1;
}

#wpstats,
#botd,
#botd2 {
	bottom: 0;
	left: -9999px;
	position: fixed;
}

.no-scroll {
	overflow: hidden;
}

.jetpack-video-wrapper .video-player,
.jetpack-video-wrapper .videopress-poster,
.jetpack-video-wrapper .videopress-placeholder,
.entry-featured .video-player,
.entry-featured .videopress-poster,
.entry-featured .videopress-placeholder {
	height: auto !important;
	width: 100% !important;
}

.jetpack-video-wrapper .videopress-poster,
.entry-featured .videopress-poster {
	display: block;
}

.jetpack-video-wrapper .play-button span,
.entry-featured .play-button span {
	margin: 0 !important;
	transform: translateX(-50%) translateY(-50%);
}

.jetpack-video-wrapper .play-button img,
.entry-featured .play-button img {
	height: auto !important;
	width: auto !important;
}

.jetpack-video-wrapper .play-button + div,
.entry-featured .play-button + div {
	position: absolute !important;
	right: 0;
}

@media not screen and (min-width: 320px) {
	.layout-grid .entry-image--tall,
	.layout-grid .entry-image--portrait {
		max-width: 35%;
	}
}

@media not screen and (min-width: 480px) {
	.layout-grid .entry-header {
		margin-right: 0;
		padding-left: 24px;
	}

	.layout-grid .entry-image + .entry-header {
		margin-left: 24px;
		margin-right: 24px;
	}

	.layout-grid .entry-content {
		margin-left: 24px;
		margin-right: 24px;
	}

	.layout-grid .entry-image--square {
		margin-left: 24px;
	}

	.layout-grid .entry-image--tall,
	.layout-grid .entry-image--portrait {
		max-width: 40%;
	}

	.layout-grid .entry-meta {
		margin-left: 24px;
		margin-right: 24px;
	}

	.entry-card.format-quote .entry-content {
		padding-left: 24px;
	}

	.comments_add-comment {
		margin-left: 20px;
	}
}

@media only screen and (min-width: 480px) {
	.grid,
	.pagination {
		max-width: 450px;
	}
}

@media (min-width: 480px) {
	.entry-card.entry-card--portrait .entry-image,
	.entry-card.entry-card--tall .entry-image {
		margin-left: -48px;
	}

	.entry-card,
	.entry--even .entry-card.entry-card--portrait,
	.entry--even .entry-card.entry-card--tall {
		margin-left: -24px;
	}

	.entry-card--wide .entry-image,
	.entry-card.entry-card--portrait .entry-meta,
	.entry-card.entry-card--portrait .entry-header,
	.entry-card.entry-card--portrait .entry-content,
	.entry-card.entry-card--tall .entry-meta,
	.entry-card.entry-card--tall .entry-header,
	.entry-card.entry-card--tall .entry-content {
		margin-left: 0;
	}

	.site-branding,
	.nav--main,
	.nav--social,
	.entry-card.entry-card--portrait,
	.entry-card.entry-card--tall {
		margin-left: 24px;
	}

	.entry-card .entry-meta,
	.entry-card .entry-content,
	.entry-card--landscape .entry-header,
	.entry-card--wide .entry-header,
	.entry-card--square .entry-image,
	.entry-card--square .entry-header {
		margin-left: 48px;
	}

	.rtl .site-branding,
	.rtl .nav--main,
	.rtl .nav--social {
		margin-left: 48px;
	}

	.rtl .entry-card.entry-card--portrait .entry-meta,
	.rtl
	.entry-card.entry-card--tall .entry-meta {
		padding-left: 12px;
	}

	.entry--even .entry-card.entry-card--portrait .entry-meta,
	.entry--even .entry-card.entry-card--portrait .entry-header,
	.entry--even .entry-card.entry-card--portrait .entry-content,
	.entry--even .entry-card.entry-card--tall .entry-meta,
	.entry--even .entry-card.entry-card--tall .entry-header,
	.entry--even .entry-card.entry-card--tall .entry-content {
		padding-left: 24px;
	}

	.entry-card--text .entry-header,
	.entry-card.format-quote .entry-content {
		padding-left: 48px;
	}

	.entry-card--wide .entry-image,
	.entry--even .entry-card.entry-card--portrait .entry-image,
	.entry--even .entry-card.entry-card--tall .entry-image {
		margin-right: -48px;
	}

	.entry-card.entry-card--portrait,
	.entry-card.entry-card--tall,
	.rtl .entry-card.entry-card--portrait .entry-meta,
	.rtl
	.entry-card.entry-card--tall .entry-meta {
		margin-right: 0;
	}

	.rtl .site-branding,
	.rtl .nav--main,
	.rtl .nav--social {
		margin-right: 24px;
	}

	.entry-card,
	.entry--even .entry-card.entry-card--portrait,
	.entry--even .entry-card.entry-card--tall {
		margin-right: 48px;
	}

	.site-branding,
	.nav--main,
	.nav--social,
	.entry-card--square {
		margin-right: 72px;
	}

	.entry--even .entry-card.entry-card--portrait .entry-meta,
	.entry--even .entry-card.entry-card--portrait .entry-header,
	.entry--even .entry-card.entry-card--portrait .entry-content,
	.entry--even .entry-card.entry-card--tall .entry-meta,
	.entry--even .entry-card.entry-card--tall .entry-header,
	.entry--even .entry-card.entry-card--tall .entry-content {
		padding-right: 0;
	}

	.entry-card.entry-card--portrait .entry-meta,
	.entry-card.entry-card--portrait .entry-header,
	.entry-card.entry-card--portrait .entry-content,
	.entry-card.entry-card--tall .entry-meta,
	.entry-card.entry-card--tall .entry-header,
	.entry-card.entry-card--tall .entry-content {
		padding-right: 12px;
	}

	#infinite-handle,
	.infinite-loader {
		margin-left: -12px;
	}

	.grid {
		border-left: 24px solid transparent;
	}

	.layout-grid .site-header {
		padding-right: 24px;
	}
}

@media only screen and (min-width: 740px) {
	.nav-links div {
		display: inline-block;
		width: 50%;
	}

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

	.nav-next:nth-child(1) {
		margin-left: 50%;
	}
}

@media not screen and (min-width: 740px) {
	.aligncenter,
	.alignnone,
	.alignleft,
	.alignright {
		margin-bottom: 0.9rem;
	}

	.alignleft {
		margin-right: 1.05rem;
	}

	.alignright {
		margin-left: 1.05rem;
	}

	.author-info__avatar,
	.author-info__description {
		display: block;
		float: none;
	}
}

@media only screen and (min-width: 900px) {
	.aligncenter,
	.alignnone,
	.entry-content .jetpack-video-wrapper {
		margin-left: -72px;
		margin-right: -72px;
		max-width: calc(144px + 100%);
	}

	.entry-content .aligncenter,
	.entry-content .alignnone,
	.entry-content .entry-content .jetpack-video-wrapper {
		width: auto !important;
	}

	.entry-card .aligncenter,
	.entry-card .alignnone,
	.entry-card .entry-content .jetpack-video-wrapper {
		max-width: 100%;
	}

	.alignleft,
	.alignright {
		max-width: calc(50% + 72px - 20px);
	}

	.alignleft {
		margin-left: -72px;
	}

	.alignright {
		margin-right: -72px;
	}

	.layout-grid .site-content {
		padding-left: 24px;
		padding-right: 24px;
	}

	.grid,
	.pagination {
		margin-top: 0;
		max-width: 1000px;
	}

	.grid__item {
		float: left;
		width: 50%;
	}

	.grid__item:nth-child(1) {
		margin-top: 50px;
	}

	.site-header.site-header {
		padding-right: 0;
	}

	.site-branding,
	.nav--main,
	.nav--social {
		margin: 0 96px 24px 24px;
	}

	.site-branding {
		margin-right: 96px;
	}

	.site-title {
		font-size: 36px;
		text-align: inherit;
	}

	.site-description {
		text-align: inherit;
	}

	.nav--main > li {
		float: left;
		padding-right: 10px;
		width: 50%;
	}

	.nav--main a {
		display: inline !important;
	}

	.nav--main {
		/*.sub-menu*/
	}

	.nav--main ul {
		background: white;
		border-radius: 3px;
		box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
		display: inline-block;
		font-size: 18px;
		margin-left: 0.25em;
		margin-top: 4px;
		opacity: 0;
		padding: 12px;
		pointer-events: none;
		position: absolute;
		top: 0;
		transform: scale(0.95);
		transform-origin: 0 0;
		transition: transform 0.15s, opacity 0.15s;
		z-index: 100;
	}

	.nav--main ul li {
		clear: left;
		float: left;
	}

	.nav--main ul li.menu-item-has-children {
		padding-right: 0.25em;
	}

	.nav--main ul li[class*="current-menu"] > a,
	.nav--main ul li:hover > a {
		box-shadow: white 0 16px inset;
	}

	.nav--main ul ul {
		left: 100%;
		margin-left: 0;
		top: -12px;
	}

	.nav--main li:hover > ul {
		opacity: 1;
		pointer-events: auto;
		transform: scale(1);
	}

	.main-navigation {
		box-shadow: none !important;
		transform: none !important;
		transition: none !important;
	}

	.single .site-header,
	.page .site-header,
	.no-posts .site-header {
		position: relative;
	}

	.single .site-branding,
	.single .nav--main,
	.single .nav--social,
	.single .site-title,
	.page .site-branding,
	.page .nav--main,
	.page .nav--social,
	.page .site-title,
	.no-posts .site-branding,
	.no-posts .nav--main,
	.no-posts .nav--social,
	.no-posts .site-title {
		margin-left: 0;
		margin-right: 0;
	}

	.single .nav--main > li,
	.page .nav--main > li,
	.no-posts .nav--main > li {
		float: left;
		margin-bottom: 20px;
		width: 100%;
	}

	.layout-grid .main-navigation > ul:last-child {
		margin-bottom: 10px;
	}

	.site-footer {
		padding-left: 24px;
		padding-right: 24px;
	}

	.site-footer > * {
		display: inline-block;
		vertical-align: middle;
		width: 33.33333%;
	}

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

	.back-to-top-wrapper {
		text-align: center;
	}

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

	li.comment .children li,
	li.pingback .children li,
	li.trackback .children li {
		margin-left: 20px;
		padding-left: 40px;
	}

	li.comment .children li:before,
	li.pingback .children li:before,
	li.trackback .children li:before {
		border-top: 1px solid #b5b5b5;
		content: "";
		position: absolute;
		top: 20px;
	}

	li.depth-3:before {
		left: -100px;
		width: 100px;
	}

	li.depth-4:before {
		left: -160px;
		width: 160px;
	}

	li.depth-5:before {
		left: -220px;
		width: 220px;
	}

	li.comment.depth-6 .children li {
		margin-left: 0;
		padding-left: 0;
	}

	li.comment.depth-6 .children li .comment-number {
		left: -40px;
	}

	li.comment.depth-7 .children li {
		margin-left: 0;
		padding-left: 0;
	}

	li.comment.depth-7 .children li .comment-number {
		left: -40px;
	}

	li.comment.depth-8 .children li {
		margin-left: 0;
		padding-left: 0;
	}

	li.comment.depth-8 .children li .comment-number {
		left: -40px;
	}

	li.comment.depth-9 .children li {
		margin-left: 0;
		padding-left: 0;
	}

	li.comment.depth-9 .children li .comment-number {
		left: -40px;
	}

	li.comment.depth-10 .children li {
		margin-left: 0;
		padding-left: 0;
	}

	li.comment.depth-10 .children li .comment-number {
		left: -40px;
	}

	li.comment.depth-6:before {
		left: -280px;
		width: 280px;
	}

	li.comment.depth-7:before {
		left: -320px;
		width: 320px;
	}

	li.comment.depth-8:before {
		left: -320px;
		width: 320px;
	}

	li.comment.depth-9:before {
		left: -320px;
		width: 320px;
	}

	li.comment.depth-10:before {
		left: -320px;
		width: 320px;
	}

	.comment .comment-respond {
		margin-right: 0;
		padding-left: 0;
	}

	.comment-form > .comment-subscription-form {
		width: 70%;
	}

	p.comment-form-author,
	p.comment-form-email {
		width: 50%;
	}

	.pagination {
		padding-left: 10rem;
		padding-right: 10rem;
	}

	#infinite-handle,
	.infinite-loader {
		position: absolute;
		top: 100%;
	}

	.single .site,
	.page:not(.entry-card) .site,
	.no-posts .site {
		padding-top: 0;
	}

	.single .site-content,
	.page:not(.entry-card) .site-content,
	.no-posts .site-content {
		padding: 60px;
	}

	.single .site-content,
	.page:not(.entry-card) .site-content {
		padding: 60px;
	}

	.single .entry-image--portrait .entry-featured,
	.single .entry-image--tall .entry-featured,
	.page:not(.entry-card) .entry-image--portrait .entry-featured,
	.page:not(.entry-card) .entry-image--tall .entry-featured {
		float: left;
		margin: 0 24px 24px 0;
		max-width: 40%;
	}

	.single .entry-meta,
	.page:not(.entry-card) .entry-meta {
		overflow: hidden;
	}

	body {
		border: 18px solid black;
		border-bottom: 0;
	}

	body:before {
		background: black;
		content: "";
		height: 18px;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 9999;
	}

	body.admin-bar:before {
		height: 50px;
	}

	.no-posts .site-content {
		padding: 60px;
	}

	.single .site-content .container,
	.page .site-content .container,
	.error404 .site-content .container,
	.search-no-results .site-content .container,
	.no-posts .site-content .container {
		position: relative;
	}

	.single .content-area,
	.page .content-area,
	.error404 .content-area,
	.search-no-results .content-area,
	.no-posts .content-area {
		float: right;
		margin-left: -220px;
	}

	.single .site-main,
	.page .site-main,
	.error404 .site-main,
	.search-no-results .site-main,
	.no-posts .site-main {
		margin-left: 304px;
	}

	.single .sidebar,
	.single .site-header,
	.page .sidebar,
	.page .site-header,
	.error404 .sidebar,
	.error404 .site-header,
	.search-no-results .sidebar,
	.search-no-results .site-header,
	.no-posts .sidebar,
	.no-posts .site-header {
		float: left;
		padding-right: 0;
		width: 220px;
		z-index: 5;
	}

	.single .site-header,
	.page .site-header,
	.error404 .site-header,
	.search-no-results .site-header,
	.no-posts .site-header {
		z-index: 10;
	}

	.sidebar {
		float: left;
		padding-right: 0;
		width: 220px;
		z-index: 5;
	}

	.has--fixed-sidebar .site-header,
	.has--fixed-sidebar .sidebar {
		position: fixed;
	}
}

@media not screen and (min-width: 900px) {
	.single h1.entry-title,
	.page h1.entry-title,
	.single .entry-title.site-title,
	.page .entry-title.site-title {
		font-size: 2.625rem;
	}

	.intro {
		color: #000000;
		font-size: 1.2em;
	}

	button.mfp-arrow {
		height: 15px;
		width: 15px;
	}

	button.mfp-arrow-left {
		left: 25px;
	}

	button.mfp-arrow-right {
		right: 25px;
	}

	.site-header {
		margin-bottom: 20px;
		transform: none !important;
		z-index: 100;
	}

	.entry-card.entry-card {
		margin-right: 24px;
	}

	.site-branding {
		margin-left: 0;
		margin-right: 0;
	}

	.site-branding img {
		display: block;
		margin: 0 auto;
		margin-bottom: 5px;
	}

	.layout-grid .entry-card {
		margin-right: 0;
	}

	.layout-grid .entry-header,
	.layout-grid .entry-content {
		margin-right: 24px;
	}

	.layout-grid .entry-image + .entry-header {
		margin-right: 24px;
		padding: 0;
	}

	.layout-grid .entry-image--landscape {
		margin-left: 0;
		margin-right: 0;
	}

	.layout-grid .entry-image--wide {
		margin-left: 0;
		margin-right: 0;
	}

	.layout-grid .entry-image--square,
	.layout-grid .entry-image--square ~ .entry-content {
		margin-right: 24px;
	}

	.site-header {
		border-left: 0;
		display: block;
		margin-left: 48px;
		margin-right: 48px;
		margin-top: 12px;
	}

	.nav--main ul {
		margin-top: 10px;
	}

	.nav--main ul li {
		display: block;
	}

	.nav--main {
		overflow: hidden;
	}

	.nav--main .sub-menu {
		padding-left: 12px;
	}

	.main-navigation {
		background: white;
		height: 100%;
		left: -100%;
		margin: 0;
		margin-left: 48px;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		padding: 24px;
		position: fixed;
		right: 100%;
		top: 0;
		transition: box-shadow 0.3s ease-in-out;
		z-index: 150;
	}

	.main-navigation.shadow {
		box-shadow: rgba(0, 0, 0, 0.25) 0 0 24px, rgba(0, 0, 0, 0.5) 0 0 12px;
	}

	.admin-bar .main-navigation {
		padding-top: 56px;
	}

	.mobile-header {
		display: block;
	}

	.nav--social a[href*="#search"] {
		display: none;
	}

	.site-footer > * {
		padding: 12px 0;
	}

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

	.comments-area-title .comments-title .comment-number,
	.comment-reply-title .comments-title .comment-number {
		font-size: 28px;
	}

	.depth-1 > .comment-article > .comment-number {
		left: 0;
	}

	li.comment .comment-number,
	li.pingback .comment-number,
	li.trackback .comment-number {
		left: -40px;
	}

	li.comment .children,
	li.pingback .children,
	li.trackback .children {
		margin-left: 0;
	}

	.comment-edit-link,
	.comment-reply-link {
		opacity: 1;
	}

	.comment-form-author input,
	.comment-form-email input,
	.comment-form-url input {
		margin-bottom: 0.75em;
	}

	.overlay--search {
		padding-left: 24px;
		padding-right: 24px;
	}

	.overlay--search .search-field {
		font-size: 48px;
		margin-bottom: 24px;
	}

	.overlay__close {
		right: 24px;
		top: 24px;
	}

	.admin-bar .overlay__close {
		top: 60px;
	}

	.pagination {
		margin-top: 1.875rem;
	}

	.pagination li:first-child,
	.pagination li:last-child {
		display: block;
		margin: 1.5625rem 0;
	}

	.page-numbers.prev,
	.page-numbers.next {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
		position: static;
	}

	.single .site-header,
	.page:not(.entry-card) .site-header,
	.no-posts .site-header {
		margin-left: auto;
		margin-right: auto;
		max-width: 330px;
		padding: 0 20px;
	}

	.single .site-content,
	.page:not(.entry-card) .site-content,
	.no-posts .site-content {
		padding: 0 24px;
		padding-bottom: 30px;
	}

	.single .entry-header,
	.page:not(.entry-card) .entry-header {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.single .entry-featured,
	.page:not(.entry-card) .entry-featured {
		margin-left: -24px;
		margin-right: -24px;
	}

	.no-posts .site-header {
		padding: 0 24px;
		width: 100%;
	}

	.sidebar {
		border-top: 1px solid #3e3f40;
		padding-top: 1.5em;
	}
}

@media only screen and (min-width: 1000px) {
	.twocolumn {
		-moz-column-count: 2;
		column-count: 2;
		-moz-column-gap: 40px;
		column-gap: 40px;
	}
}

@media only screen and (min-width: 1200px) {
	.pull-left {
		float: left;
		margin-bottom: 1.5rem;
		margin-left: -180px;
		padding-left: 36px;
		padding-right: 40px;
		text-align: right;
		width: calc(200px + 50%);
	}

	.pull-left + .pull-right {
		margin-right: -180px;
		padding-left: 0;
		width: calc(160px + 50%);
	}

	.pull-right {
		float: right;
		margin-bottom: 1.5rem;
		margin-right: -180px;
		padding-left: 40px;
		padding-right: 36px;
		text-align: left;
		width: calc(200px + 50%);
	}
}

@media only screen and (min-width: 1260px) {
	.grid,
	.pagination {
		max-width: 1350px;
	}

	.grid__item {
		width: 33.33%;
	}

	.grid__item:nth-child(3) {
		margin-top: 50px;
	}

	.site-footer {
		padding-left: 48px;
		padding-right: 48px;
	}

	.single .site-main,
	.page:not(.entry-card) .site-main,
	.no-posts .site-main {
		padding: 0 180px;
	}

	.single .entry-image--landscape .entry-header,
	.single .entry-image--wide .entry-header,
	.page:not(.entry-card) .entry-image--landscape .entry-header,
	.page:not(.entry-card) .entry-image--wide .entry-header {
		margin-left: -90px;
		margin-right: -90px;
	}

	.single .entry-image--landscape .entry-featured,
	.single .entry-image--wide .entry-featured,
	.page:not(.entry-card) .entry-image--landscape .entry-featured,
	.page:not(.entry-card) .entry-image--wide .entry-featured {
		margin: 24px -180px;
	}

	.single .entry-image--portrait .entry-featured,
	.single .entry-image--tall .entry-featured,
	.page:not(.entry-card) .entry-image--portrait .entry-featured,
	.page:not(.entry-card) .entry-image--tall .entry-featured {
		margin-left: -180px;
		max-width: 50%;
	}

	.single .entry-image--portrait .entry-header,
	.single .entry-image--tall .entry-header,
	.page:not(.entry-card) .entry-image--portrait .entry-header,
	.page:not(.entry-card) .entry-image--tall .entry-header {
		margin-right: -90px;
	}
}

@media only screen and (min-width: 1360px) {
	.layout-grid .site-content {
		padding-left: 60px;
		padding-right: 60px;
	}
}

@media only screen and (min-width: 1440px) {
	.single .entry-image--portrait .entry-featured,
	.single .entry-image--tall .entry-featured,
	.page:not(.entry-card) .entry-image--portrait .entry-featured,
	.page:not(.entry-card) .entry-image--tall .entry-featured {
		max-width: 70%;
	}
}

@media (min-width: 1450px) {
	.entry-card.entry-card--portrait .entry-image,
	.entry-card.entry-card--tall .entry-image {
		margin-left: -60px;
	}

	.entry-card,
	.entry--even .entry-card.entry-card--portrait,
	.entry--even .entry-card.entry-card--tall {
		margin-left: -30px;
	}

	.entry-card--wide .entry-image,
	.entry-card.entry-card--portrait .entry-meta,
	.entry-card.entry-card--portrait .entry-header,
	.entry-card.entry-card--portrait .entry-content,
	.entry-card.entry-card--tall .entry-meta,
	.entry-card.entry-card--tall .entry-header,
	.entry-card.entry-card--tall .entry-content {
		margin-left: 0;
	}

	.site-branding,
	.nav--main,
	.nav--social,
	.entry-card.entry-card--portrait,
	.entry-card.entry-card--tall {
		margin-left: 30px;
	}

	.entry-card .entry-meta,
	.entry-card .entry-content,
	.entry-card--landscape .entry-header,
	.entry-card--wide .entry-header,
	.entry-card--square .entry-image,
	.entry-card--square .entry-header {
		margin-left: 60px;
	}

	.rtl .site-branding,
	.rtl .nav--main,
	.rtl .nav--social {
		margin-left: 60px;
	}

	.rtl .entry-card.entry-card--portrait .entry-meta,
	.rtl
	.entry-card.entry-card--tall .entry-meta {
		padding-left: 15px;
	}

	.entry--even .entry-card.entry-card--portrait .entry-meta,
	.entry--even .entry-card.entry-card--portrait .entry-header,
	.entry--even .entry-card.entry-card--portrait .entry-content,
	.entry--even .entry-card.entry-card--tall .entry-meta,
	.entry--even .entry-card.entry-card--tall .entry-header,
	.entry--even .entry-card.entry-card--tall .entry-content {
		padding-left: 30px;
	}

	.entry-card--text .entry-header,
	.entry-card.format-quote .entry-content {
		padding-left: 60px;
	}

	.entry-card--wide .entry-image,
	.entry--even .entry-card.entry-card--portrait .entry-image,
	.entry--even .entry-card.entry-card--tall .entry-image {
		margin-right: -60px;
	}

	.entry-card.entry-card--portrait,
	.entry-card.entry-card--tall,
	.rtl .entry-card.entry-card--portrait .entry-meta,
	.rtl
	.entry-card.entry-card--tall .entry-meta {
		margin-right: 0;
	}

	.rtl .site-branding,
	.rtl .nav--main,
	.rtl .nav--social {
		margin-right: 30px;
	}

	.entry-card,
	.entry--even .entry-card.entry-card--portrait,
	.entry--even .entry-card.entry-card--tall {
		margin-right: 60px;
	}

	.site-branding,
	.nav--main,
	.nav--social,
	.entry-card--square {
		margin-right: 90px;
	}

	.entry--even .entry-card.entry-card--portrait .entry-meta,
	.entry--even .entry-card.entry-card--portrait .entry-header,
	.entry--even .entry-card.entry-card--portrait .entry-content,
	.entry--even .entry-card.entry-card--tall .entry-meta,
	.entry--even .entry-card.entry-card--tall .entry-header,
	.entry--even .entry-card.entry-card--tall .entry-content {
		padding-right: 0;
	}

	.entry-card.entry-card--portrait .entry-meta,
	.entry-card.entry-card--portrait .entry-header,
	.entry-card.entry-card--portrait .entry-content,
	.entry-card.entry-card--tall .entry-meta,
	.entry-card.entry-card--tall .entry-header,
	.entry-card.entry-card--tall .entry-content {
		padding-right: 15px;
	}

	#infinite-handle,
	.infinite-loader {
		margin-left: -12px;
	}

	.grid {
		border-left: 24px solid transparent;
	}

	.layout-grid .site-header {
		padding-right: 24px;
	}
}

@media only screen and (min-width: 1700px) {
	.grid,
	.pagination {
		max-width: 1850px;
	}

	.grid__item {
		width: 25%;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		transform: scale(0.75);
	}

	.mfp-arrow-left {
		transform-origin: 0;
	}

	.mfp-arrow-right {
		transform-origin: 100%;
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
			   * Remove all paddings around the image on small screen
			   */

	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}

	.mfp-img-mobile .mfp-figure:after {
		bottom: 0;
		top: 0;
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		box-sizing: border-box;
		margin: 0;
		padding: 3px 5px;
		position: fixed;
		top: auto;
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}

	.mfp-img-mobile .mfp-close {
		background: rgba(0, 0, 0, 0.6);
		height: 35px;
		line-height: 35px;
		padding: 0;
		position: fixed;
		right: 0;
		text-align: center;
		top: 0;
		width: 35px;
	}
}

@media screen and (max-width: 782px) {
	.site .admin-bar {
		padding-top: 106px;
	}

	.admin-bar .main-navigation {
		padding-top: 70px;
	}

	.admin-bar .mobile-header {
		top: 46px;
	}

	.admin-bar #demosite-activate-wrap ~ .mobile-header {
		top: 126px;
	}
}

@media screen and (max-width: 600px) {
	.admin-bar .main-navigation {
		position: absolute;
	}

	.grid.grid {
		position: static;
	}

	.admin-bar .mobile-header {
		position: absolute;
	}

	.admin-bar .mobile-header img {
		display: none;
	}
}
