@import url(https://fonts.googleapis.com/css?family=Merriweather+Sans%3A300%2C700%2C800%2C300italic%2C800italic&subset=latin%2Clatin-ext);

/*
 CHANGE #ff1-e01 : red
 #fda-860 : mpez  GRAMMATA
 #fda-861 : mpez  REST OF SITE
 TO CHANGE THEME COLOR
*/

a.wpcom-follow-rest, 
a.wpcom-following-rest {
	margin-left: -2px;
}
a.wpcom-follow-rest:before, 
a.wpcom-following-rest:before {
	font: 16px/1 "Noticons";
	-webkit-font-smoothing: antialiased;
	content: '\f801';
	color: #7bc8e4;
	position: relative;
	top: 3px;
	display: inline-block;
}
a.wpcom-following-rest:before {
	content: '\f803';
}
a.wpcom-following-rest:hover:before {
	content: '\f802';
}
/*
	Hover Bubbles
*/
div.wpcom-bubble {
	width: 210px;
	background: #fff;
	background: rgba(255,255,255,0.99);
	border: none;
	position: absolute;
	top: 32px;
	padding: 10px 16px;
	z-index: 10000;
	cursor: default;
	opacity: 0;
	display: none;

	-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.wpcom-bubble:after,
div.wpcom-bubble:before {
	border: solid transparent;
	content: ' ';
	height: 0;
	left: 50%;
	margin-left: -6px;
	position: absolute;
	width: 0;
}



div.wpcom-bubble.bubble-left:after,
div.wpcom-bubble.bubble-left:before {
	left: 14px;
}



div.wpcom-bubble.bubble-right:after,
div.wpcom-bubble.bubble-right:before {
	left: auto;
	right: 3px;
}

div.wpcom-bubble:after {
	border-width: 6px;
	border-bottom-color: #fff;
	top: -12px;
}

div.wpcom-bubble:before {
	border-width: 8px;
	border-bottom-color: #eee;
	border-bottom-color: rgba(0, 0, 0, 0.05);
	top: -16px;
	margin-left: -8px;
}

div.wpcom-bubble.fadein {
	display: block;
	opacity: 1;
	-webkit-animation-fill-mode: forwards;
	-webkit-backface-visibility: none;
	-webkit-animation-name: reset, fadein;
	-webkit-animation-duration: .25s;
	-webkit-animation-timing-function: ease-in;
}
	@-webkit-keyframes fadein {
		0% {
		    opacity: 0;
		}
		100% {
		    opacity: 1;
		}
	}

div.wpcom-bubble div.bubble-txt {
	line-height: 1.5;
	font-size: 13px;
	color: #555;
	text-shadow: none;
}

div.wpcom-bubble div.bubble-txt a {
	line-height: 1.5;
}

div.wpcom-bubble div a,
div.wpcom-bubble div span {
	display: inline;
	padding: 0;
	margin: 0;
	color: #1e8cbe;
	text-shadow: none;
	line-height: 100%;
}

#TB_window {
	position: fixed;
	background-color: #fff;
	z-index: 100050; /* Above DFW. */
	visibility: hidden;
	text-align: left;
	top: 50%;
	left: 50%;
	-webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
	box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
}

#TB_window img#TB_Image {
	display: block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height: 25px;
	padding: 7px 30px 10px 25px;
	float: left;
}

#TB_closeWindow {
	height: 25px;
	padding: 11px 25px 10px 0;
	float: right;
}

#TB_closeWindowButton {
	position: absolute;
	left: auto;
	right: 0;
	width: 29px;
	height: 29px;
	border: 0;
	padding: 0;
	background: none;
	cursor: pointer;
	outline: none;
	-webkit-transition: color .1s ease-in-out, background .1s ease-in-out;
	transition: color .1s ease-in-out, background .1s ease-in-out;
}

#TB_ajaxWindowTitle {
	float: left;
	font-weight: 600;
	line-height: 29px;
	overflow: hidden;
	padding: 0 29px 0 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: calc( 100% - 39px );
}

#TB_title {
	background: #fcfcfc;
	border-bottom: 1px solid #ddd;
	height: 29px;
}

#TB_ajaxContent {
	clear: both;
	padding: 2px 15px 15px 15px;
	overflow: auto;
	text-align: left;
	line-height: 1.4em;
}

#TB_ajaxContent.TB_modal {
	padding: 15px;
}

#TB_ajaxContent p {
	padding: 5px 0px 5px 0px;
}

#TB_load {
	position: fixed;
	display: none;
	z-index: 103;
	top: 50%;
	left: 50%;
	background-color: #E8E8E8;
	border: 1px solid #555;
	margin: -45px 0 0 -125px;
	padding: 40px 15px 15px;
}

#TB_HideSelect {
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	border: none;
	filter: alpha(opacity=0);
	opacity: 0;
	height: 100%;
	width: 100%;
}

#TB_iframeContent {
	clear: both;
	border: none;
}

.tb-close-icon {
	display: block;
	color: #666;
	text-align: center;
	line-height: 29px;
	width: 29px;
	height: 29px;
	position: absolute;
	top: 0;
	right: 0;
}

.tb-close-icon:before {
	content: "\f158";
	font: normal 20px/29px dashicons;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#TB_closeWindowButton:hover .tb-close-icon,
#TB_closeWindowButton:focus .tb-close-icon {
	color: #00a0d2;
}

#TB_closeWindowButton:focus .tb-close-icon {
	-webkit-box-shadow:
		0 0 0 1px #5b9dd9,
		0 0 2px 1px rgba(30, 140, 190, .8);
	box-shadow:
		0 0 0 1px #5b9dd9,
		0 0 2px 1px rgba(30, 140, 190, .8);
}
/**
 * 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;
}

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


.masthead .menu .hide_on_big {
	display: none;
}

/***
 * Warning: This file is remotely enqueued in Jetpack's Masterbar module.
 * Changing it will also affect Jetpack sites.
 */

#memcache-stats ul.debug-menu-links,
#memcache-stats-menu-targets {
	clear: both;
}

#memcache-stats ul.debug-menu-links li {
	float: left;
	margin: 0 10px 10px 0;
	background: none;
	border: 1px solid #eee;
	color: #4b5259;
	list-style: none;
}

#memcache-stats ul.debug-menu-links li:hover {
	border-color: #ddd;
}

#memcache-stats ul.debug-menu-links li.current a {
	background: #ccc;
	color: #fff;
}

#memcache-stats ul.debug-menu-links li a {
	background: none;
	color: #4b5259;
	overflow: hidden;
	display: block;
	overflow: hidden;
	padding: 5px 9px;
	text-decoration: none;
}

#querylist .debug-menu-target {
	margin: 0 15px 15px;
}

#querylist table th,
#querylist table td {
	padding: 4px 8px;
}

/* New Post */
iframe#ab-post {
	height: 0;
	background: #F8F8F8;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	border: none;
	border-bottom: 4px solid #bbb;
	z-index: 99999;
}

iframe#ab-post.noborder {
	border-bottom: none;
}

div#ab-post-options {
	display: none;
	position: fixed;
	margin-top: -60px;
	left: 10px;
	z-index: 100002;
	color: #666;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
	font-weight: normal;
}

div#ab-post-options a {
	color: #bec1c5;
	font-size: 12px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	text-decoration: underline !important;
}

#ab-reblog-box {
	display: none;
	position: fixed;
	padding: 10px;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #dfdfdf;
	z-index: 99999;
	background-color: #fff;
	width: 450px !important;
	background: #eee;
	background: -moz-linear-gradient(bottom, #ececec, #f7f7f7);
	background: -webkit-gradient(linear, left bottom, left top, from(#ececec), to(#f7f7f7));
	margin: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
	min-height: 74px;
	border: 1px solid #eee;
}

#ab-reblog-box * {
	text-shadow: none !important;
	color: #333;
	text-align: left;
}

#ab-reblog-box textarea {
	border: 1px inset #ccc;
	font-size: 13px !important;
	line-height: 1.5;
	color: #666;
	padding: 6px;
	height: 60px;
	float: left;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin-right: 15px;
	margin-bottom: 10px;
	border: 1px solid #cfcfcf;
	-moz-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.05);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#ab-reblog-box label {
	color: #888;
	font-size: 11px;
	padding-right: 2px;
	margin-top: 4px;
	padding-left: 2px;
}

#ab-reblog-box select {
	padding: 0;
	margin-top: 4px;
	font-size: 13px;
	width: 30%;
}

#ab-reblog-box .submit {
	float: right;
	font-size: 15px;
}

#ab-reblog-box p.response {
	/* background: url(/zThemes/Carmack/images/house/livingroom1.jpg) top left repeat-x; */
	float: left;
	padding-left: 1px;
	margin-top: 8px !important;
	overflow: hidden;
	height: 38px;
}

#ab-reblog-box p.response {
	font-size: 13px;
	clear: none;
	padding-top: 12px;
	padding-left: 2px;
	height: 30px;
	color: #888;
}

#ab-reblog-box .canceltext {
	color: #888;
	font-size: 11px;
	line-height: 26px;
	margin-right: 8px;
}

#ab-reblog-box .canceltext a {
	color: #666;
}

#reblog-box .canceltext a:hover {
	text-decoration: underline;
}

#ab-reblog-box .button-primary {
	cursor: pointer;
	font-size: 13px;
	text-decoration: none;
	height: auto;
	line-height: 1;
	padding: .6em 1.2em;
	margin-right: 3px;
	font-weight: 300;
	border: none;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;

	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 116, 162, 0.8);

	background-color: #2ea2cc;
	background-image: -moz-linear-gradient(top, #1e8cbe 0%, #0074a2 100%);
	background-image: -webkit-linear-gradient(top, #1e8cbe 0%, #0074a2 100%);
	background-image: -ms-linear-gradient(top, #1e8cbe 0%, #0074a2 100%);
	background-image: -o-linear-gradient(top, #1e8cbe 0%, #0074a2 100%);
	background-image: linear-gradient(top, #1e8cbe 0%, #0074a2 100%);

	-moz-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5);
	-o-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5);
	-ms-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5);
	box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5);
}

#ab-reblog-box .button-primary:hover {
	color: #fff;
	text-shadow: 0 -1px 0 rgb(0, 116, 162);

	background-image: -moz-linear-gradient(top, #2ea2cc 0%, #0074a2 100%);
	background-image: -webkit-linear-gradient(top, #2ea2cc 0%, #0074a2 100%);
	background-image: -o-linear-gradient(top, #2ea2cc 0%, #0074a2 100%);
	background-image: -ms-linear-gradient(top, #2ea2cc 0%, #0074a2 100%);
	background-image: linear-gradient(top, #2ea2cc 0%, #0074a2 100%);

	-moz-box-shadow: inset 0 1px 0 #2ea2cc, inset 0 2px 0 rgba(120, 200, 230, 0.7);
	-webkit-box-shadow: inset 0 1px 0 #2ea2cc, inset 0 2px 0 rgba(120, 200, 230, 0.7);
	-o-box-shadow: inset 0 1px 0 #2ea2cc, inset 0 2px 0 rgba(120, 200, 230, 0.7);
	-ms-box-shadow: inset 0 1px 0 #2ea2cc, inset 0 2px 0 rgba(120, 200, 230, 0.7);
	box-shadow: inset 0 1px 0 #2ea2cc, inset 0 2px 0 rgba(120, 200, 230, 0.7);
}

#ab-reblog-box .button-primary:active {
	color: rgba(255, 255, 255, .9);

	background-image: -moz-linear-gradient(top, #1E8CBE 0%, #0074a2 100%);
	background-image: -webkit-linear-gradient(top, #1E8CBE 0%, #0074a2 100%);
	background-image: -o-linear-gradient(top, #1E8CBE 0%, #0074a2 100%);
	background-image: -ms-linear-gradient(top, #1E8CBE 0%, #0074a2 100%);
	background-image: linear-gradient(top, #1E8CBE 0%, #0074a2 100%);

	-moz-box-shadow: inset 0 1px 5px #005684, inset 0 -1px 0 #1e8cbe;
	-webkit-box-shadow: inset 0 1px 5px #005684, inset 0 -1px 0 #1e8cbe;
	-o-box-shadow: inset 0 1px 5px #005684, inset 0 -1px 0 #1e8cbe;
	-ms-box-shadow: inset 0 1px 5px #005684, inset 0 -1px 0 #1e8cbe;
	box-shadow: inset 0 1px 5px #005684, inset 0 -1px 0 #1e8cbe;
}

#ab-reblog-box div.submit span.spinner {
	/* background: url(/img/path/img.gif) center center no-repeat; */
	background-size: 18px 18px;
	height: 18px;
	width: 18px;
	float: left;
	padding: 8px 10px 0 0;
}


/* 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(/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-xpost:before { content: "\f504"; }
.noticon-youtube:before { content: "\f213"; }
.noticon-zoom:before { content: "\f402"; }


/**
 * Deprecated noticon names
 */

.noticon-like:before { content: "\f408"; }


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

/**
 * > CSS Library
 */


/**
 * > CSS Reset
 * Set HTML styles to sensible defaults
 * loosely based on normalize.css, with a number of customisations
 */
html {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	        text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
}

body {
	background-color: #fff;
	margin: 0;
}

body:after {
	content: "";
	display: block;
	clear: both;
}

*,
*:before,
*:after {
	-moz-box-sizing: inherit;
	     box-sizing: inherit;
}

*[tabindex='-1']:focus {
	outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
/*
	the following means that elements
	in same session will be vertically alligned 
	display: inline-block;
*/
audio,
canvas,
video {
	display: inline-block;
}

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

button:active, button:hover,
a:active,
a:hover {
	outline: none;
}

hr {
	-moz-box-sizing: content-box;
	     box-sizing: content-box;
	height: 0;
	clear: both;
}

var,
tt,
code,
kbd,
pre,
samp {
	font-family: "andale mono", "monotype.com", "lucida console", monospace;
	font-size: 0.9em;
}

q {
	background: #f2f2f2;
	quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.75;
}

sub,
sup {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.75;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	position: relative;
	max-width: 100%;
	height: auto;
	border: 0;
	font-family: "Merriweather Sans", Arial, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.75;
}

fieldset {
	margin: 0;
	padding: 1.5rem 1.5rem;
}

legend {
	border: 0;
	padding: 0;
}

button,
input,
select,
textarea {
	font: inherit;
}

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

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

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"],
input.searchfield {
	-webkit-appearance: textfield;
	   -moz-appearance: textfield;
	        appearance: textfield;
}

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

.device-click input[type="search"]:focus::-webkit-input-placeholder, .device-click
input.searchfield:focus::-webkit-input-placeholder {
	-webkit-transition: opacity 0.5s 0.5s ease;
	transition: opacity 0.5s 0.5s ease;
}

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

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

textarea {
	overflow: auto;
	vertical-align: top;
}

::-moz-selection {
	background: #fe8b58;
	color: #000;
}

::selection {
	background: #fe8b58;
	color: #000;
}

address {
	margin-bottom: 1.5rem;
}

acronym,
abbr {
	border-bottom: thin dotted;
}

.svg-defs {
	display: none;
}

svg.icon {
	color: currentColor;
	fill: currentColor;
}

svg path {
	color: inherit;
}

@-ms-viewport {
	width: device-width;
}



/**!
 * > Typography
 */
body,
html {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
	font-weight: normal;
	font-family: "Merriweather Sans", Arial, sans-serif;
	color: #333333;
	direction: ltr;
	-webkit-font-feature-settings: "kern" 1, "liga" 1, "clig" 1;
	   -moz-font-feature-settings: "kern" 1, "liga" 1, "clig" 1;
	        font-feature-settings: "kern" 1, "liga" 1, "clig" 1;
	-webkit-font-variant-ligatures: no-discretionary-ligatures;
	   -moz-font-variant-ligatures: no-discretionary-ligatures;
	        font-variant-ligatures: no-discretionary-ligatures;
	/*@replace: embed*/
	unicode-bidi: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: "Merriweather Sans", Arial, sans-serif;
	font-weight: normal;
	margin: 0 0 1.2rem 0;
}

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

h1 a:focus, h1 a:hover,
h2 a:focus,
h2 a:hover,
h3 a:focus,
h3 a:hover,
h4 a:focus,
h4 a:hover,
h5 a:focus,
h5 a:hover,
h6 a:focus,
h6 a:hover {
	text-decoration: underline;
}

h1,
h2,
h3 {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-font-feature-settings: "kern" 1, "liga" 1, "clig" 1, "swsh" 1;
	   -moz-font-feature-settings: "kern" 1, "liga" 1, "clig" 1, "swsh" 1;
	        font-feature-settings: "kern" 1, "liga" 1, "clig" 1, "swsh" 1;
}

h1 {
	font-size: 52px;
	font-size: 3.25rem;
	line-height: 1.25;
}

h2 {
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 1.25;
}

h3 {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.5;
}

h4 {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.5;
	font-weight: bold;
}

h5,
h6 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
	font-weight: bold;
}

hr {
	margin: 3rem auto;
	border: none;
	border-bottom: 0.2rem solid #1a1a1a;
}

p {
	margin: 0 0 1.2rem 0;
}

p:empty {
	display: none;
}

pre {
	margin: 3rem 0;
	background: #1a1a1a;
	color: #2ECC71;
	padding: 1.5rem 1.5rem;
	overflow: auto;
	display: block;
	overflow: auto;
	word-wrap: normal;
	white-space: pre;
	-moz-tab-size: 4;
	  -o-tab-size: 4;
	     tab-size: 4;
}

pre.compress {
	max-height: 22.5rem;
}



/**!
 * > Forms
 */
input.radio {
	margin-right: 0.5em;
	margin-left: auto;
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=search],
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="tel"],
input[type="number"],
input.text,
select,
textarea,
input.settings-input {
	padding: 0.65rem 0.5rem;
	margin-bottom: 1.5rem;
	line-height: 1.5rem;
	min-height: 1.5rem;
	width: 100%;
	border-radius: 0.2rem;
	background: #f2f2f2;
	border: 0.2rem solid #f2f2f2;
}

.device-click input[type=text], .device-click
input[type=password], .device-click
input[type=email], .device-click
input[type=url], .device-click
input[type=search], .device-click
input[type="date"], .device-click
input[type="time"], .device-click
input[type="datetime-local"], .device-click
input[type="week"], .device-click
input[type="month"], .device-click
input[type="tel"], .device-click
input[type="number"], .device-click
input.text, .device-click
select, .device-click
textarea, .device-click
input.settings-input {
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

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

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

input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input.text::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input.settings-input::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.5);
}

input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input.text::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder,
input.settings-input::-moz-placeholder {
	color: rgba(51, 51, 51, 0.5);
}

input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input.text:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input.settings-input:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.5);
}

input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input.text:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder,
input.settings-input:-moz-placeholder {
	color: rgba(51, 51, 51, 0.5);
}

input[type=text]:placeholder,
input[type=password]:placeholder,
input[type=email]:placeholder,
input[type=url]:placeholder,
input[type=search]:placeholder,
input[type="date"]:placeholder,
input[type="time"]:placeholder,
input[type="datetime-local"]:placeholder,
input[type="week"]:placeholder,
input[type="month"]:placeholder,
input[type="tel"]:placeholder,
input[type="number"]:placeholder,
input.text:placeholder,
select:placeholder,
textarea:placeholder,
input.settings-input:placeholder {
	color: rgba(51, 51, 51, 0.5);
}

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

select {
	height: calc( 3rem + 0.4rem);
}

select:hover {
	cursor: pointer;
}

textarea {
	width: 100%;
	min-height: 10rem;
	margin-bottom: 1.5rem;
}

input[type=submit],
a.button,
button {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background: #fe8b58;
	color: #000;
	display: inline-block;
	text-decoration: none;
	border-radius: 0.2rem;
	border: none;
	padding: 0.75rem 1.5rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center;
}

.device-click input[type=submit], .device-click
a.button, .device-click
button {
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

input[type=submit]:focus, input[type=submit]:hover,
a.button:focus,
a.button:hover,
button:focus,
button:hover {
	background: #000;
	color: #fe8b58;
	text-decoration: none;
}

label {
	display: block;
	font-weight: bold;
}

label em {
	opacity: 0.6;
}

label:focus, label:hover {
	cursor: pointer;
}

legend {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.75;
	padding: 0 1.5rem;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.1em;
}

fieldset {
	border: 1px solid #f2f2f2;
}

fieldset ul.radio {
	margin: 0;
}



/**!
 * > HTML Elements
 */
/* lists */
ol,
ul {
	margin: 0 0 1.5rem 1.5rem;
	padding: 0;
}

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

ol li + li,
ul li + li {
	margin-top: 0.375rem;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

dl dt {
	font-weight: bold;
}

dl dd {
	margin: 0 1.5rem 1.5rem 1.5rem;
}

/* blockquotes */
blockquote {
	padding: 0 1.5rem;
	margin: 3rem 0;
	overflow: hidden;
	font-family: "Merriweather Sans", Arial, sans-serif;
	font-style: italic;
}

blockquote p:last-of-type {
	margin-bottom: 0;
}

blockquote small,
blockquote cite {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
	font-weight: normal;
	letter-spacing: 0.05em;
	font-style: normal;
}

blockquote small:before,
blockquote cite:before {
	content: "\2014\00a0";
}

blockquote blockquote {
	margin: 1.5rem 0;
	padding: 1.5rem 1.5rem;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

/* tables */
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1rem;
	margin-top: 1rem;
	width: 100%;
	table-layout: fixed;
}

table th {
	color: #000;
	border-bottom: 0.2rem solid #1a1a1a;
}

table th,
table caption {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.75;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 0.75rem 1.5rem;
	text-align: left;
	font-weight: bold;
}

table td {
	padding: 0.75rem 1.5rem;
	border-bottom: 1px solid rgba(26, 26, 26, 0.3);
	vertical-align: top;
}

table tr:last-child td {
	border: none;
}

table.subcontainer-invisible {
	-webkit-font-smoothing: antialiased;
	line-height: 1.8;
	font-family: Calibri;
	font-size: 110%;
	color: #5c5c5c;
}

div.blocked_calendar {
	width: 200px;
	background: #fff;
	background: rgba(255,255,255,0.99);
	border: none;
	position: relative;
	box-sizing: border-box;
	top: 32px;
	padding: 10px 16px;
	cursor: default;

	-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);
}
/**!
<form style="font-size:12px" enctype="multipart/form-data">
			<span style="color:#D4D4D4; font-weight:900; font-size:17px; opacity:1;">
			Activation Date:</span><br />

 * > Animations
 * Use with:
 * @include animation( animationName duration );
 * eg:
 * @include animation( faded-in 0.3s );
 */
@-webkit-keyframes fade-in {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
}

@keyframes fade-in {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
}

@-webkit-keyframes slide-from-right {
	0% {
	  -webkit-transform: translateX(2rem);
	          transform: translateX(2rem);
	}
	100% {
	  -webkit-transform: translateX(0);
	          transform: translateX(0);
	}
}

@keyframes slide-from-right {
	0% {
	  -webkit-transform: translateX(2rem);
	          transform: translateX(2rem);
	}
	100% {
	  -webkit-transform: translateX(0);
	          transform: translateX(0);
	}
}

@-webkit-keyframes slide-from-left {
	0% {
	  -webkit-transform: translateX(-2rem);
	          transform: translateX(-2rem);
	}
	100% {
	  -webkit-transform: translateX(0);
	          transform: translateX(0);
	}
}

@keyframes slide-from-left {
	0% {
	  -webkit-transform: translateX(-2rem);
	          transform: translateX(-2rem);
	}
	100% {
	  -webkit-transform: translateX(0);
	          transform: translateX(0);
	}
}

@-webkit-keyframes slide-from-top {
	0% {
	  -webkit-transform: translateY(-100%);
	          transform: translateY(-100%);
	}
	100% {
	  -webkit-transform: translateY(0);
	          transform: translateY(0);
	}
}

@keyframes slide-from-top {
	0% {
	  -webkit-transform: translateY(-100%);
	          transform: translateY(-100%);
	}
	100% {
	  -webkit-transform: translateY(0);
	          transform: translateY(0);
	}
}



/**
 * > Plugins
 */


/**!
 * > Jetpack
 */
img#wpstats {
	position: absolute;
	left: -100px;
	bottom: 100px;
}

.jetpack-video-wrapper {
	width: 100%;
	margin: 3rem 0;
}

.jetpack-video-wrapper iframe {
	max-width: 100%;
}

.tiled-gallery {
	margin: 3rem 0;
}

main div.pd-rating,
main div.sharedaddy,
main div#jp-relatedposts,
main #jp-post-flair {
	clear: both;
	margin: 3rem 0;
	padding: 0;
}

main div.pd-rating h3.jp-relatedposts-headline em,
main div.pd-rating h3.sd-title, main div#jp-relatedposts h3.jp-relatedposts-headline em,
main div#jp-relatedposts h3.sd-title, main div.sharedaddy h3.jp-relatedposts-headline em,
main div.sharedaddy h3.sd-title {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.75;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-family: "Merriweather Sans", Arial, sans-serif;
	margin: 0 0 0.75rem 0;
	display: block;
	font-weight: bold;
	font-style: normal;
}

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

main div#jp-relatedposts {
	display: none;
}

#jp-relatedposts .jp-relatedposts-items {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
	width: 31%;
}

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

#jp-relatedposts .jp-relatedposts-post-a img {
	display: block;
	margin: 0 auto 0.75rem auto;
}

#jp-relatedposts .jp-relatedposts-post-title {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
	margin: 0;
}

#jp-relatedposts .jp-relatedposts-post-excerpt {
	display: none;
}

#jp-relatedposts .jp-relatedposts-post-context,
#jp-relatedposts .jp-relatedposts-post-date {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.75;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 0;
}

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

.infinite-scroll #infinite-handle {
	clear: both;
	margin-bottom: 1.5rem;
	text-align: center;
}

.infinite-scroll #infinite-handle span {
	display: block;
	width: 100%;
	background: transparent;
	padding: 0;
}

.infinite-scroll #infinite-handle button {
	width: 100%;
	border: none;
	border-radius: 0;
	padding: 1.5rem 3rem;
}

.infinite-scroll .infinite-loader {
	clear: both;
	padding: 1.5rem;
	display: block;
	color: #000;
}

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

.infinite-scroll #infinite-footer {
	position: fixed;
	bottom: -50px;
	left: 0;
	width: 100%;
	z-index: 25;
}

.infinite-scroll #infinite-footer .blog-info,
.infinite-scroll #infinite-footer .blog-credits {
	line-height: 1.5rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.75;
}

.infinite-scroll #infinite-footer .blog-info a,
.infinite-scroll #infinite-footer .blog-credits a {
	text-decoration: none;
}

.infinite-scroll #infinite-footer .blog-info a:focus, .infinite-scroll #infinite-footer .blog-info a:hover,
.infinite-scroll #infinite-footer .blog-credits a:focus,
.infinite-scroll #infinite-footer .blog-credits a:hover {
	color: #444;
	text-decoration: underline;
}

.infinite-scroll #infinite-footer .container {
	background: #fff;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 1rem;
	width: 780px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	border-radius: 0.2rem 0.2rem 0 0;
}

.infinite-scroll #infinite-footer .blog-info {
	float: left;
	overflow: hidden;
	text-align: left;
	width: 40%;
}

.infinite-scroll #infinite-footer .blog-info a {
	color: #1a1a1a;
	font-weight: bold;
}

.infinite-scroll #infinite-footer .blog-credits {
	float: right;
	width: 60%;
	color: #b3b3b3;
	text-align: right;
}

.infinite-scroll #infinite-footer .blog-credits a {
	color: #666666;
}

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

.infinite-scroll.infinity-end.neverending #infinite-footer {
	display: none;
}

.infinite-scroll.infinity-end.neverending footer#footer {
	display: block;
}

div.jetpack-testimonial-shortcode {
	margin-bottom: 3rem;
}

div.jetpack-testimonial-shortcode:after {
	content: "";
	display: block;
	clear: both;
}

div.jetpack-testimonial-shortcode .testimonial-entry {
	margin: 0;
	padding: 1.5rem 3rem;
}

div.jetpack-testimonial-shortcode .testimonial-entry-content {
	margin: 0 0 0.75rem 0;
}

div.jetpack-testimonial-shortcode .testimonial-entry-title {
	display: inline-block;
}

div.jetpack-testimonial-shortcode .testimonial-featured-image {
	float: left;
}

div.jetpack-testimonial-shortcode .testimonial-featured-image img {
	max-height: 1.5rem;
	width: auto;
	margin-right: 1rem;
}

div.jetpack-testimonial-shortcode.column-2 .testimonial-entry {
	width: 50%;
}

div.jetpack-testimonial-shortcode.column-2 .testimonial-entry:nth-of-type(2n + 1) {
	clear: both;
}

div.jetpack-testimonial-shortcode.column-3 .testimonial-entry {
	width: 33.3%;
}

div.jetpack-testimonial-shortcode.column-3 .testimonial-entry:nth-of-type(3n + 1) {
	clear: both;
}

div.jetpack-testimonial-shortcode.column-4 .testimonial-entry {
	width: 25%;
}

div.jetpack-testimonial-shortcode.column-4 .testimonial-entry:nth-of-type(4n + 1) {
	clear: both;
}

.entry-breadcrumbs {
	margin-bottom: 0.75rem;
}

.entry-breadcrumbs a {
	font-weight: bold;
	margin-right: 1em;
	position: relative;
}

.entry-breadcrumbs a:focus, .entry-breadcrumbs a:hover {
	text-decoration: none;
}

.entry-breadcrumbs a:after {
	position: absolute;
	border: 0.4em solid transparent;
	content: "";
	right: -0.8em;
	left: auto;
	top: 50%;
	margin-top: -0.4em;
	border-right-width: 0;
	border-left-width: 0.4em;
	border-right-color: transparent;
	border-left-color: #666666;
}

form.contact-form div label.grunion-radio-label, form.contact-form div label.grunion-checkbox-multiple-label {
	font-weight: normal;
}

form.contact-form div label.grunion-radio-label input, form.contact-form div label.grunion-checkbox-multiple-label input {
	margin-bottom: 0;
}

form.contact-form div label.grunion-radio-label:last-of-type, form.contact-form div label.grunion-checkbox-multiple-label:last-of-type {
	margin-bottom: 1.5rem;
}

form.contact-form div.clear-form {
	display: none;
}



/**!
 * > WooCommerce
 */
.woocommerce h1 {
	font-weight: bold;
}

.woocommerce h3,
.woocommerce h2 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}

.woocommerce .woocommerce-breadcrumb a {
	font-weight: bold;
}

.woocommerce span.onsale {
	z-index: 1;
}

.woocommerce .product_meta {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.75;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.woocommerce .quantity .qty {
	width: 5em;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	padding: 0.75rem 1.5rem;
	margin-bottom: 1.5rem;
	line-height: 1.5rem;
	background: #fe8b58;
	color: #000;
	display: inline-block;
	text-decoration: none;
	border-radius: 0.2rem;
	border: none;
	padding: 0.75rem 1.5rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center;
}

.device-click .woocommerce #respond input#submit, .device-click
.woocommerce a.button, .device-click
.woocommerce button.button, .device-click
.woocommerce input.button {
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.woocommerce #respond input#submit:focus, .woocommerce #respond input#submit:hover,
.woocommerce a.button:focus,
.woocommerce a.button:hover,
.woocommerce button.button:focus,
.woocommerce button.button:hover,
.woocommerce input.button:focus,
.woocommerce input.button:hover {
	background: #000;
	color: #fe8b58;
	text-decoration: none;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background: #006194;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	border-radius: 0.2rem;
	border: none;
	padding: 0.75rem 1.5rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center;
}

.device-click .woocommerce #respond input#submit.alt, .device-click
.woocommerce a.button.alt, .device-click
.woocommerce button.button.alt, .device-click
.woocommerce input.button.alt {
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.woocommerce #respond input#submit.alt:focus, .woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:focus,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:focus,
.woocommerce input.button.alt:hover {
	background: #000;
	color: #fe8b58;
	text-decoration: none;
}

.woocommerce .the-content {
	padding: 0;
	width: 100%;
	float: none;
}

.woocommerce .the-content p {
	margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-radius: 0.2rem 0.2rem 0 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	display: none;
}

.woocommerce .products {
	clear: both;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	border: none;
	padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	border: none;
	padding: 0;
	width: 3rem;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin-left: 4.5rem;
	margin-right: 0;
}

.woocommerce table.shop_table {
	border: none;
}

.woocommerce table.shop_table td {
	border: none;
}

.woocommerce-cart {
	float: right;
}

.woocommerce-cart .cart-contents .amount {
	font-weight: bold;
}

.woocommerce-cart .cart-contents .count {
	opacity: 0.8;
}

.woocommerce-cart .cart-contents:hover {
	text-decoration: none;
}

.woocommerce-cart .cart-contents:hover .amount {
	text-decoration: underline;
}



/**!
 * > Landing Page
 */
.landing-page {
	background: transparent center no-repeat;
	background-size: cover;
	padding: 3rem 3rem;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.landing-page main {
	max-width: 45em;
	margin: 0 auto;
	width: 100%;
}


.alignleft,
.alignright,
.aligncenter {
	display: block;
}

blockquote.alignleft, blockquote.alignright {
	max-width: 40%;
}

/*@noflip*/
.alignleft {
	float: left;
	margin: 0 1.5rem 1.5rem 0;
}

/*@noflip*/
.alignright {
	float: right;
	margin: 0 0 1.5rem 1.5rem;
}

/*@noflip*/
.aligncenter {
	clear: both;
	display: block;
	margin: 3rem auto;
}

/*@noflip*/
.alignright .alignright,
.alignleft .alignleft,
.aligncenter .aligncenter {
	padding: 0 0.5em;
	border: 0;
}

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

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.5;
	padding: 15px 23px 14px;
	background: #f1f1f1;
	color: #222;
	font-weight: bold;
	left: 5px;
	top: 5px;
	clip: auto !important;
	display: block;
	height: auto;
	width: auto;
	z-index: 100000;
}

.screen-reader-shortcut {
	padding: 15px 23px 14px;
	background: #f1f1f1;
	color: #0073aa;
	max-width: 200px;
	position: absolute;
	left: -300px;
	top: 7px;
	word-wrap: normal !important;
	text-align: center;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	word-wrap: normal;
}

.screen-reader-shortcut:focus {
	left: 6px;
	z-index: 100000;
}

.sticky {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
}


/*
 * > Widgets
 */
.widget {
	overflow: hidden;
	margin-bottom: 3rem;
	width: 100%;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

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

.widget h3.widget-title {
	margin-bottom: 0.75rem;
}

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

.widget ul ul {
	list-style-type: disc;
	margin-left: 1.5rem;
	margin-right: auto;
}

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

.widget.milestone-widget .milestone-content {
	margin: 0 auto;
}

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

.widget.widget_author_grid ul:after {
	content: "";
	display: block;
	clear: both;
}

.widget.widget_author_grid ul li {
	float: left;
	max-width: 50%;
}

.widget.widget_author_grid ul img {
	display: block;
}

.widget.widget_archive .form-select, .widget.widget_categories .form-select {
	margin-bottom: 0;
}

.widget.widget_recent_comments table.recentcommentsavatar {
	width: 100%;
	margin: 0;
	border: none;
}

.widget.widget_recent_comments table.recentcommentsavatar td {
	padding-bottom: 0.75rem;
}

.widget.widget_recent_comments table.recentcommentsavatar td.recentcommentsavatarend, .widget.widget_recent_comments table.recentcommentsavatar td.recentcommentsavatartop {
	padding: auto;
}

.widget.widget_recent_comments table.recentcommentsavatar td.recentcommentsavatarend a, .widget.widget_recent_comments table.recentcommentsavatar td.recentcommentsavatartop a {
	display: block;
	line-height: 0;
}

.widget.widget_recent_comments table.recentcommentsavatar tr,
.widget.widget_recent_comments table.recentcommentsavatar tr:nth-child(odd) {
	background: transparent;
}

.widget.widget_jp_blogs_i_follow ol {
	list-style-type: none;
	padding: 0;
}

.widget.widget_tag_cloud {
	line-height: 1.5;
}

.widget.widgt_text ul {
	list-style-type: disc;
	margin-left: 1.5rem;
	margin-right: auto;
}

.widget.widget_flickr #flickr_badge_uber_wrapper,
.widget.widget_flickr #flickr_badge_wrapper {
	width: 100%;
	margin: 0;
}

.widget.widget_flickr #flickr_badge_uber_wrapper td,
.widget.widget_flickr #flickr_badge_wrapper td {
	padding: 0.5em;
}

.widget.widget_flickr #flickr_badge_uber_wrapper td a,
.widget.widget_flickr #flickr_badge_wrapper td a {
	color: #006194;
}

.widget.widget_flickr #flickr_badge_uber_wrapper td a:focus, .widget.widget_flickr #flickr_badge_uber_wrapper td a:hover,
.widget.widget_flickr #flickr_badge_wrapper td a:focus,
.widget.widget_flickr #flickr_badge_wrapper td a:hover {
	text-decoration: underline;
}

.widget.widget_flickr #flickr_badge_wrapper {
	border-color: #1a1a1a;
}

.widget.widget_image img {
	margin: 0;
}

.widget.widget_authors li {
	clear: both;
	margin-bottom: 3rem;
}

.widget.widget_authors li li {
	margin-bottom: 0;
}

.widget.widget_authors img {
	margin: 0 auto 0.75rem auto;
}

.widget.widget_authors ul {
	list-style-type: none;
	margin: 0 0 1.5rem 0;
	padding: 0;
}

.widget.widget_authors ul strong {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.5;
	clear: both;
	display: block;
	text-align: center;
	margin-bottom: 0.75rem;
}

.widget.widget_authors ul ul {
	list-style-type: disc;
	margin: 0 0 1.5rem 0;
	padding: 0 0 0 1.5rem;
	clear: both;
}

.widget.widget_authors ul img {
	display: block;
}

.widget.widget_rss .rss-widget-icon {
	height: 0;
	padding-bottom: 1em;
	width: 1em;
	overflow: hidden;
	/* background: url(/img/path/img.svg) center no-repeat; */
	background-size: 100%;
}

.widget.widget_rss ul {
	padding: 0;
	margin: 0;
}

.widget.widget_rss li {
	list-style-type: none;
	margin-bottom: 1.5rem;
}

.widget.widget_rss li .rss-date {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.75;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	opacity: 0.8;
}

.widget.widget_rss li a.rsswidget {
	font-weight: bold;
}

.widget.widget_search input {
	margin-bottom: 0;
}

.widget.widget_blog_subscription input[type=text],
.widget.widget_blog_subscription input[type=submit],
.widget.widget_blog_subscription p:last-child {
	margin: 0;
}

.widget.widget_wpcom_social_media_icons_widget li {
	margin-right: 1.5rem;
	margin-left: auto;
}

.widget.widget_wpcom_social_media_icons_widget li a {
	font-size: 32px;
}



/**!
 * > Gallery
 * Default styles for the [gallery] shortcode
 */
.gallery {
	padding: 0;
	margin-bottom: 1.5rem;
}

.gallery:after {
	content: "";
	display: block;
	clear: both;
}

.gallery .gallery-item {
	display: inline-block;
	text-align: center;
	margin: 0 0 1.5rem 0;
	vertical-align: top;
	padding: 0 1.5rem;
}

.gallery .gallery-item .gallery-icon {
	margin-bottom: 0.75rem;
}

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

.gallery .gallery-item .gallery-caption {
	padding: 0 0.75rem;
	margin: 0;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.75;
	font-style: italic;
}

.gallery .gallery-item img {
	max-width: 100%;
	height: auto;
	opacity: 0.8;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.gallery .gallery-item img:focus, .gallery .gallery-item img:hover {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.gallery a.image {
	float: none;
}

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

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

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

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

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

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

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

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

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

.gallery.gallery-columns-10 .gallery-item {
	width: 10%;
}

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



/**!
 * > Calendar
 */
#table_calendar {
	margin: 0;
	table-layout: fixed;
}

#table_calendar th,
#table_calendar td {
	text-align: center;
	padding: 0.375rem 0;
}

#table_calendar caption {
	text-align: center;
	background: transparent;
	padding: 0.375rem 0;
}

.today {
	font-weight: bold;
}
.booked {
	color: red;
}
.available {
	color: green;
}
.passed {
	font-weight: italic;
	color: gray;
}



/**!
 * > Password Required Form
 */
.post-password-required form {
	margin-bottom: 3rem;
	padding: 1.5rem 3rem;
	background: #f2f2f2;
}

.post-password-required form input[type=password] {
	width: 100%;
}

.post-password-required form input[type=submit] {
	min-width: 30%;
}

.post-password-required form p:last-of-type {
	margin-bottom: 0;
}



/**!
 * > Comments
 */
.content-comments ol.comment-list {
	list-style-type: none;
	margin: 0 0 3rem 0;
	padding: 0;
}

.content-comments ol.comment-list li.comment .comment-body,
.content-comments ol.comment-list li.trackback .comment-body,
.content-comments ol.comment-list li.pingback .comment-body {
	width: 100%;
	clear: both;
	margin-bottom: 3rem;
}

.content-comments ol.comment-list li.comment {
	margin: 0;
	position: relative;
	list-style-type: none;
}

.content-comments ol.comment-list li.comment:after {
	content: "";
	display: block;
	clear: both;
}

.content-comments ol.comment-list li.comment #respond {
	position: relative;
	margin: 0 0 3rem 0;
}

.content-comments ol.comment-list li.comment #respond #cancel-comment-reply-link {
	float: right;
}

.content-comments ol.comment-list li.comment #respond #cancel-comment-reply-link .icon {
	height: 1.5rem;
	width: 1.5rem;
}

.content-comments ol.comment-list li.comment footer {
	margin-bottom: 0.75rem;
}

.content-comments ol.comment-list li.comment footer:after {
	content: "";
	display: block;
	clear: both;
}

.content-comments ol.comment-list li.comment footer .avatar {
	float: left;
	margin-right: 1.5rem;
	display: block;
	height: 3.75rem;
	width: auto;
}

.content-comments ol.comment-list li.comment footer .comment-metadata {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.75;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.content-comments ol.comment-list li.comment footer .fn {
	display: inline-block;
	font-weight: bold;
	margin-top: 0.375rem;
}

.content-comments ol.comment-list li.comment footer .says {
	display: none;
}

.content-comments ol.comment-list li.comment .comment-content {
	display: inline;
}

.content-comments ol.comment-list li.comment .comment-content p:last-child {
	display: inline;
}

.content-comments ol.comment-list li.comment.bypostauthor .fn .icon {
	height: 1em;
	width: 1em;
}

.content-comments ol.comment-list li.comment .pd-rating {
	margin-bottom: 1.5rem;
}

.content-comments ol.comment-list li.comment article:after {
	content: "";
	display: block;
	clear: both;
}

.content-comments ol.comment-list li.comment.depth-1 article {
	padding-left: 0%;
	padding-right: auto;
}

.content-comments ol.comment-list li.comment.depth-2 article {
	padding-left: 4%;
	padding-right: auto;
}

.content-comments ol.comment-list li.comment.depth-3 article {
	padding-left: 8%;
	padding-right: auto;
}

.content-comments ol.comment-list li.comment.depth-4 article {
	padding-left: 12%;
	padding-right: auto;
}

.content-comments ol.comment-list li.comment.depth-5 article {
	padding-left: 16%;
	padding-right: auto;
}

.content-comments ol.comment-list li.comment.depth-6 article {
	padding-left: 20%;
	padding-right: auto;
}

.content-comments ol.comment-list li.comment.depth-7 article {
	padding-left: 24%;
	padding-right: auto;
}

.content-comments ol.comment-list li.comment.depth-8 article {
	padding-left: 28%;
	padding-right: auto;
}

.content-comments ol.comment-list li.comment.depth-9 article {
	padding-left: 32%;
	padding-right: auto;
}

.content-comments ol.comment-list li.comment.depth-10 article {
	padding-left: 36%;
	padding-right: auto;
}

.content-comments ol.comment-list .edit-link {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.75;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.content-comments ol.comment-list .edit-link:before {
	margin: 0 0.5em 0 0;
	content: "/";
	margin-right: 0.5em;
	opacity: 0.3;
}

.content-comments ol.comment-list .children {
	list-style-type: none;
	padding: 0;
	margin: 0;
	clear: both;
	position: relative;
}

.content-comments ol.comment-list .children li:last-child {
	margin: 0;
}

#respond {
	clear: both;
	margin-bottom: 3rem;
}

#respond:after {
	content: "";
	display: block;
	clear: both;
}

#respond p {
	margin: 0;
	position: relative;
}

#respond p.comment-form-author input,
#respond p.comment-form-author textarea,
#respond p.comment-form-email input,
#respond p.comment-form-email textarea,
#respond p.comment-form-comment input,
#respond p.comment-form-comment textarea,
#respond p.comment-form-url input,
#respond p.comment-form-url textarea {
	width: 100%;
}

#respond p.form-submit {
	margin-bottom: 0.75rem;
}

#respond p.logged-in-as {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.75;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#respond p.post-subscription-form,
#respond p.comment-subscription-form {
	clear: both;
}

#respond p.post-subscription-form input,
#respond p.comment-subscription-form input {
	display: inline-block;
	margin-right: 0.5em;
	margin-bottom: 0;
}

#respond p.post-subscription-form label,
#respond p.comment-subscription-form label {
	display: inline;
}

#respond p.form-allowed-tags,
#respond p.comment-notes,
#respond p.logged-in-as {
	margin-bottom: 1.5rem;
}

#respond p.form-allowed-tags {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.75;
}

#respond p.comment-notes #email-notes {
	display: block;
}

#respond p.comment-notes .required {
	font-weight: bold;
}



/**!
 * > Search Form
form.search-form {
	position: relative;
	width: 100%;
}

form.search-form input.search-field {
	margin: 0;
	width: 100%;
	padding-right: 3rem;
}

form.search-form button.search-submit {
	position: absolute;
	top: 0px;
	bottom: 0;
	right: 0;
	background: transparent;
	border: none;
	padding: 0 0.5em;
	opacity: 1;
}

.device-click form.search-form button.search-submit {
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

form.search-form button.search-submit .icon {
	height: 40%;
	vertical-align: middle;
	color: #1a1a1a;
}

form.search-form button.search-submit:focus, form.search-form button.search-submit:hover {
	opacity: 0.6;
}

.device-click form.search-form button.search-submit:focus, .device-click form.search-form button.search-submit:hover {
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
*/


/**!
 * > Embeds
 */
iframe[src*="8tracks.com"], iframe[src*="bandcamp.com"], iframe[src*="dailymotion.com"], iframe[src*="slideshare.net"], iframe[src*="viddler.com"], iframe[src*="soundcloud.com"], iframe[src*="itchi.io"], iframe.twitter-tweet, iframe.twitter-follow-button {
	display: block;
	margin: 3rem auto;
	max-width: 100%;
}

iframe.instagram-media {
	display: block;
	margin: 3rem auto !important;
}

object {
	display: block;
	margin: 3rem auto !important;
}

.mejs-container {
	margin: 3rem 0;
}



/**!
 * > Sticky Posts
 */
.sticky .post-meta-data .posted-on {
	display: none;
}



/**
 * > Theme layout
 */


/**
 * > General Properties
 */
a {
	color: #006194;
	text-decoration: none;
}

.device-click a {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:focus, a:hover {
	color: #002f48;
	text-decoration: underline;
}

.device-click a:focus, .device-click a:hover {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.container {
	width: 100%;
	max-width: 90em;
	margin: 0 auto;
}

.container:after {
	content: "";
	display: block;
	clear: both;
}

blockquote {
	border-top: 0.2rem solid #1a1a1a;
	padding: 3rem 3rem;
	position: relative;
	background: rgba(0, 0, 0, 0.05);
}

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

.sidebar-footer .widget,
.sidebar-overlay .widget {
	padding: 1rem 4rem;
	margin: 0;
	color: #b3b3b3;
}

.sidebar-footer .widget .widget-title,
.sidebar-overlay .widget .widget-title {
	color: #fe8b58;
}

.sidebar-footer .widget a,
.sidebar-overlay .widget a {
	color: #fff;
}

h1, h2 {
	letter-spacing: -0.04em;
}



/**
 * > Header
.carmack-display-triangle .webpage {
	background: url(/img/path/img.svg) top center no-repeat;
	background-size: 100%;
}

.rtl.carmack-display-triangle .webpage {
	background-image: url(/img/path/img.svg);
}
 */

.masthead {
	position: relative;
	width: 100%;
}

.masthead .custom-logo-link {
	width: 100%;
	max-width: 90em;
	margin: 0 auto;
	display: block;
	padding: 0.75rem 2.77778%;
}

.masthead .custom-logo-link img {
	max-height: 3rem;
	width: auto;
	display: block;
}

.masthead .branding-wrapper {
	position: relative;
	margin-bottom: 10.5rem;
}

.masthead .branding-wrapper:after {
	content: "";
	display: block;
	clear: both;
}

.masthead .branding {
	position: absolute;
	top: 3rem;
	left: 2.77778%;
	right: auto;
	font-size: 0;
	z-index: 20;
}

.masthead .branding .site-title {
	font-family: "Merriweather Sans", Arial, sans-serif;
	margin: 0;
	background: #fe8b58;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 0.75rem 1.5rem;
	font-weight: bold;
	display: inline-block;
}

.masthead .branding .site-description {
	display: none;
	font-family: "Merriweather Sans", Arial, sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.5;
	margin: 0;
}

.masthead .branding button.open-overlay {
	background: #000;
	color: #fff;
	border-radius: 0;
	vertical-align: top;
	line-height: 1;
	padding: 0.61rem;
	display: none;
}

.device-click .masthead .branding button.open-overlay {
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.masthead .branding button.open-overlay .icon {
	height: 2rem;
	width: 2rem;
}

.masthead .branding button.open-overlay:focus, .masthead .branding button.open-overlay:hover {
	background: #fff;
	color: #000;
}

.masthead .menu {
	position: relative;
	text-align: left;
}

.masthead .menu:after {
	content: "";
	display: block;
	clear: both;
}

.masthead .menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 30;
}

.masthead .menu li {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}
/* EV APOSTASEIS MENU ITEMS, BASIKA a padding
*/
.masthead .menu li a {
	display: inline;
	padding: 0.75rem 1em;
	/*
	padding: 0.75rem 0.2em;
	padding: 0.75rem 1em;
	*/
	position: relative;
}

.masthead .menu li.menu-item-has-children > a {
	padding-right: 2.2em;
	padding-left: 1em;
}

.masthead .menu li.menu-item-has-children > a:after {
	position: absolute;
	border: 0.4em solid transparent;
	content: "";
	top: 45%;
	top: calc( 50% - ( 0.4em / 2 ));
	right: 1em;
	left: auto;
	border-bottom-width: 0;
	border-top-color: currentColor;
}

.masthead .menu li.current-menu-item > a {
	text-decoration: underline;
}

.masthead .menu li ul {
	position: absolute;
	width: 16rem;
	background: #000;
	left: -999em;
}

.masthead .menu li ul:after {
	display: block;
	width: 2rem;
	height: 2rem;
	position: absolute;
	left: -2rem;
	right: auto;
	bottom: -2rem;
	top: 1.5rem;
	content: '';
}

.masthead .menu li ul ul {
	top: 0;
	left: -999em;
	right: auto;
}

.masthead .menu li ul ul:before {
	display: none;
}

.masthead .menu li ul li {
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	position: relative;
	display: block;
	float: none;
}

.masthead .menu li ul li a {
	color: #fff;
}

.masthead .menu li ul li a:focus, .masthead .menu li ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

.masthead .menu li ul li.menu-item-has-children > a:after {
	top: 35%;
	top: calc( 50% - 0.4em);
	border-top-color: transparent;
	border-left-color: currentColor;
	border-top-width: 0.4em;
	border-bottom-width: 0.4em;
	border-right-width: 0;
}

.masthead .menu li ul li:last-child {
	border: none;
}

.masthead .menu li ul li.current-menu-item > a {
	font-weight: bold;
}

.masthead .menu li.focus > ul, .masthead .menu li:hover > ul {
	left: auto;
	right: auto;
}

.masthead .menu ul ul li.focus > ul, .masthead .menu ul ul li:hover > ul {
	left: 100%;
	right: auto;
}

.masthead .menu .menu-toggle {
	display: none;
	border: none;
	background: transparent;
	cursor: pointer;
	margin: 0;
	width: 100%;
}

.masthead .menu .menu-toggle:before {
	margin-right: 0.5em;
	color: currentColor;
}

.masthead .menu .menu-toggle:focus {
	outline: thin dotted;
}

.masthead .menu .menu-toggle .icon {
	fill: currentColor;
}

.masthead .menu.menu-on .menu-toggle {
	margin-bottom: 1.5rem;
}

/* EV ADDED MENU HEIGHT*/
.masthead .menu-wrapper {
	background: #000;
	min-height: 0.2rem;
	line-height: 2.69;
}

.masthead .menu {
	padding: 0 2.77778%;
}

.masthead .menu a {
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.75;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

a.header-image {
	display: block;
	margin-bottom: 3rem;
}

a.header-image img {
	display: block;
	margin: 0 auto;
}



/**
 * > Body
 * Site content, blog posts etc
 */
/* layout */
main {
	width: 66.66667%;
	float: left;
	min-height: 1em;
	padding: 0 2.77778%;
}

main.full-width,
.themes-sidebar1-inactive main {
	width: 90%;
	float: left;
	min-height: 1em;
	padding: 0 2.77778%;
}
.sidebar-main {
	width: 33.33333%;
	float: left;
	min-height: 1em;
	padding: 0 2.77778%;
}

.sidebar-main .widget {
	background: rgba(0, 0, 0, 0.05);
	padding: 3rem 1.5rem;
}

.image-navigation,
.comment-navigation,
.post-navigation {
	clear: both;
	margin-bottom: 3rem;
}

.image-navigation:after,
.comment-navigation:after,
.post-navigation:after {
	content: "";
	display: block;
	clear: both;
}

.image-navigation a,
.comment-navigation a,
.post-navigation a {
	color: #000;
	padding: 1.5rem 3rem;
	display: block;
}

.image-navigation a .meta-nav,
.comment-navigation a .meta-nav,
.post-navigation a .meta-nav {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.75;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	display: block;
	font-weight: bold;
}

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

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

.image-navigation .nav-previous,
.comment-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	text-align: left;
}

.post-navigation a:hover {
	text-decoration: none;
}

.post-navigation a:hover .post-title {
	text-decoration: underline;
}

#main-content {
	margin-bottom: 2.5rem;
}

#main-content:after {
	content: "";
	display: block;
	clear: both;
}

/* archive & excerpted posts */
.content-posts article {
	position: relative;
	width: 100%;
	margin-bottom: 3rem;
}

.content-posts article:after {
	content: "";
	display: block;
	clear: both;
}

.content-posts article .thumbnail {
	float: left;
	margin: 0 1.5rem 1.5rem 0;
	max-width: 30%;
}

.content-posts article h2.entry-title {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 0.75rem;
}

.content-posts article .read-more {
	font-weight: bold;
	text-decoration: underline;
}

.content-posts article p:last-of-type {
	margin-bottom: 0;
}

.content-posts article.format-audio.post-no-thumbnail.sticky .sticky-post, .content-posts article.format-standard.post-no-thumbnail.sticky .sticky-post {
	display: none;
}

.content-posts article.format-quote {
	border-top: 0.2rem solid #1a1a1a;
	padding: 3rem 3rem;
	position: relative;
	background: rgba(0, 0, 0, 0.05);
}

.content-posts article.format-quote p:last-child {
	margin-bottom: 0;
}

.content-posts article.format-quote blockquote {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.5;
}

.content-posts article.format-quote .permalink {
	position: absolute;
	right: 3rem;
	bottom: -1.5rem;
}

.content-posts article.format-quote .permalink a {
	background: #fe8b58;
	color: #000;
	border-radius: 1.5rem;
	display: block;
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
}

.content-posts article.format-quote .permalink a .icon {
	vertical-align: top;
	top: 0.5rem;
	position: relative;
	width: 2rem;
	height: 2rem;
}

.content-posts article.format-quote .permalink a:hover {
	background: #fff;
}

.content-posts article.format-image .thumbnail {
	max-width: 100%;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}

.content-posts article.format-audio .mejs-container {
	margin-bottom: 1.5rem;
}

.content-posts article.format-video iframe {
	background: gray;
}

.content-posts article.format-video .jetpack-video-wrapper {
	margin-bottom: 1.5rem;
}

.content-posts article.format-gallery .tiled-gallery {
	margin-bottom: 1.5rem;
}

.content-posts article.post-loaded {
	-webkit-animation: fade-in 0.5s;
	        animation: fade-in 0.5s;
}

/* single post & page */
.content-single article .post-meta-data {
	margin-bottom: 1.5rem;
}

.content-single article .entry-title {
	font-weight: bold;
	font-size: 64px;
	font-size: 4rem;
	line-height: 1.25;
	margin-bottom: 6rem;
}

/* comments layout */
.content-comments {
	padding: 3rem 0;
	clear: both;
}

.content-comments .comment-reply-title {
	margin-bottom: 0;
	font-weight: bold;
}

.content-comments ol.comment-list {
	margin-bottom: 4.5rem;
}

.content-comments ol.comment-list li.comment .comment-body p:last-child,
.content-comments ol.comment-list li.trackback .comment-body p:last-child,
.content-comments ol.comment-list li.pingback .comment-body p:last-child {
	margin-bottom: 0.75rem;
}

.content-comments ol.comment-list li.comment .reply {
	display: inline;
}

.content-comments ol.comment-list li.comment .reply a {
	color: #000;
}

.content-comments ol.comment-list li.comment .reply a .icon {
	position: absolute;
	margin-top: 0.3em;
	width: 2em;
	height: 1.2em;
}

.content-comments ol.comment-list li.comment .fn {
	color: #333333;
}

.content-comments ol.comment-list li.comment .fn a {
	color: #000;
}

.content-comments ol.comment-list li.comment.bypostauthor > article {
	background: #fff;
}

.content-comments ol.comment-list li.comment.bypostauthor > article .fn {
	background: #fe8b58;
	padding: 0 0.5em;
	margin: 0 -0.5em;
}

.attachment .attachment-image {
	text-align: center;
	margin-bottom: 3rem;
}

.attachment .attachment-caption {
	font-weight: bold;
	padding: 0 3rem;
	margin-bottom: 3rem;
}

.search h1.entry-archive-title,
.archive h1.entry-archive-title {
	font-weight: bold;
	margin-bottom: 3rem;
}

.search .entry-archive-header,
.archive .entry-archive-header {
	margin-bottom: 4.5rem;
}



/**
 * > Elements
 * Search form, author meta box, and other generic, reusable, elements.
 */
/* taxonomies - categories and tags on single posts */
.taxonomies {
	margin-bottom: 3rem;
	width: 25%;
	float: left;
	min-height: 1em;
	padding: 0 4.16667%;
	padding-left: 0;
	padding-right: auto;
}

.taxonomies .taxonomy-title {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.75;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 0;
	font-weight: bold;
}

.taxonomies .taxonomy {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.75;
}

/* pagination */
.pagination {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 3rem;
	clear: both;
}

.pagination span,
.pagination a {
	padding: 0 0.5em;
	display: inline-block;
}

.pagination span.current {
	background: #fe8b58;
	color: #000;
}

/* blog post contributor/ author */
.contributor {
	border-top: 0.2rem solid #1a1a1a;
	padding: 3rem 3rem;
	position: relative;
	background: rgba(0, 0, 0, 0.05);
	padding-left: 10.5rem;
	padding-right: auto;
	margin: 0 0 4.5rem 0;
	min-height: 12rem;
	position: relative;
}

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

.contributor h2 {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.5;
	margin-bottom: 0.75rem;
	font-weight: bold;
}

.contributor h2 small {
	float: right;
	margin-top: 0.75rem;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.75;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.contributor .avatar {
	max-width: 6rem;
	position: absolute;
	top: 3rem;
	left: 3rem;
	right: auto;
}

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

.entry-single .contributor {
	margin-bottom: 0;
}

/* child pages (on child page template) */
.child-page {
	width: 50%;
	float: left;
	min-height: 1em;
	padding: 0 4.16667%;
	margin-bottom: 3rem;
}

.child-page h2 {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.5;
	font-weight: bold;
}

.child-page:nth-child(2n + 2) {
	padding-right: 0;
}

.child-page:nth-child(2n + 1) {
	clear: both;
	padding-left: 0;
	padding-right: auto;
}

.child-page p {
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.child-page .read-more {
	font-weight: bold;
}

/* avatar */
.avatar {
	border-radius: 10rem;
}

/* category description */
.category-description {
	border-top: 0.2rem solid #1a1a1a;
	padding: 3rem 3rem;
	position: relative;
	background: rgba(0, 0, 0, 0.05);
}

.category-description p:last-child {
	margin-bottom: 0;
}

/* featured content - posts displayed in columns rather than stacked */
.featured-posts {
	margin-bottom: 4.5rem;
}

.featured-posts:after {
	content: "";
	display: block;
	clear: both;
}

.featured-posts article {
	width: 33.33333%;
	float: left;
	min-height: 1em;
	padding: 0 2.77778%;
}

.featured-posts article h2.entry-title {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.5;
	line-height: 1.25;
	font-weight: bold;
	margin-bottom: 0.75rem;
}

.featured-posts article .thumbnail {
	float: none;
	margin: 0 auto 1.5rem auto;
	max-width: 100%;
}

.featured-posts article .thumbnail img {
	margin: 0 auto;
}

.featured-posts.featured-posts-is {
	border-bottom: 0.2rem solid #1a1a1a;
}

.featured-posts.featured-posts-is article {
	width: 50%;
	float: left;
	min-height: 1em;
	padding: 0 4.16667%;
}

.featured-posts.featured-posts-is article:first-child {
	padding-left: 0;
	padding-right: auto;
}

.featured-posts.featured-posts-is article:last-child {
	padding-right: 0;
}

.featured-posts .post-lead-category {
	display: none;
}

/* testimonials */
.content-testimonials {
	display: block;
}

.content-testimonials:after {
	content: "";
	display: block;
	clear: both;
}

.content-testimonials .grid-sizer {
	width: 50%;
}

.content-testimonials .testimonial {
	width: 50%;
	float: left;
	min-height: 1em;
	padding: 0 2.77778%;
	width: 49.99%;
	margin-bottom: 1.5rem;
}

.content-testimonials .testimonial .entry {
	padding: 0.75rem 1.5rem;
	background: rgba(0, 0, 0, 0.05);
	margin-bottom: 1.5rem;
	position: relative;
}

.content-testimonials .testimonial .entry:after {
	position: absolute;
	border: 0.4em solid transparent;
	content: "";
	bottom: -0.4em;
	left: 50%;
	margin-left: -0.4em;
	border-bottom-width: 0;
	border-top-color: rgba(0, 0, 0, 0.05);
}

.content-testimonials .testimonial .entry p {
	margin-bottom: 0.75rem;
}

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

.content-testimonials .testimonial .entry-meta h3 {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.75;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	display: block;
	text-align: center;
}

.content-testimonials .testimonial .entry-meta .avatar {
	border: none;
	display: block;
	max-height: 4.5rem;
	width: auto;
	margin: 0 auto 0.75rem auto;
}

/* post thumbnails generic styles */
a.thumbnail {
	display: block;
	opacity: 1;
}

.device-click a.thumbnail {
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

a.thumbnail img {
	display: block;
}

a.thumbnail:hover {
	opacity: 0.85;
}

/* breadcrumbs */
.entry-breadcrumbs {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.75;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

/* featured content */
.showcase {
	position: relative;
	height: 0;
	padding-bottom: 40%;
	/* EV MARGIN BOTTOM: APOSTASH HOME IMAGE APO ORIZONTIA GRAMMH */
	margin-bottom: 3.45rem;
	width: 100%;
}

.showcase:after {
	content: "";
	display: block;
	clear: both;
}

.showcase .item {
	background: #666666 center center;
	background-size: cover;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	display: none;
}

.showcase .item:first-of-type {
	display: block;
}

.showcase .item .click {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.showcase .item h2 {
	padding: 0 2.77778%;
	font-weight: bold;
}

/* EV VILLA TITLE POSITION AND STYLE. 
	background: #fe8b58;
	ebb78a, e5ad7e, fe8f57, fda860
	color: #000;
*/
.showcase .item h2 a.entry {
	position: relative;
	bottom: -1rem;
	padding: 1rem 2rem;
	max-width: 22em;
	text-decoration: none; 
	
	/* EV text SHADOWS gamaei
   -webkit-text-stroke: 1px black;
*/
   -webkit-text-stroke: 0.69px black;
   color: #ff9e59;
   text-shadow:
       3px 3px 1px #000,
     -1px -1px 5px #000,  
      1px -1px 5px #000,
      -1px 1px 5px #000,
       1px 1px 5px #000;
}
}

.showcase nav {
	position: relative;
	z-index: 10;
	padding: 0 2.77778%;
	text-align: right;
	width: 100%;
	max-width: 90em;
	margin: 0 auto;
	height: 0;
}

.showcase nav .tab {
	display: inline-block;
	width: 1em;
	height: 1em;
	background: #000;
	margin: 3rem 0.5em 0.75rem 0.5em;
	border: 0.2rem solid #000;
	padding: 0;
	border-radius: 0;
}

.showcase nav .tab.selected {
	background: #fff;
	border-color: #fff;
}

.showcase nav .tab:focus, .showcase nav .tab:hover {
	background: #fe8b58;
}

/* widgets generic styles */
.widget .widget-title {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 0.75rem;
	font-weight: bold;
}

.widget select,
.widget input[type=text],
.widget input[type=search] {
	background: #fff;
	border-color: #fff;
}

.widget select:focus, .widget select:hover,
.widget input[type=text]:focus,
.widget input[type=text]:hover,
.widget input[type=search]:focus,
.widget input[type=search]:hover {
	border-color: #1a1a1a;
}

.post-gallery:after {
	content: "";
	display: block;
	clear: both;
}

.post-gallery .item {
	float: left;
	width: 50%;
	padding: 1em;
}

.post-gallery .item img {
	display: block;
}

.post-gallery .item:nth-child(1), .post-gallery .item:nth-child(2) {
	padding-top: 0;
}

.post-gallery .item:nth-child(2n + 1) {
	clear: both;
	padding-left: 0;
	padding-right: auto;
}

.post-gallery .item:nth-child(2n + 2) {
	padding-right: 0;
}

form.search-form button.search-submit:focus {
	background: #fe8b58;
}

.search-wrapper {
	border-top: 0.2rem solid #1a1a1a;
	padding: 3rem 3rem;
	position: relative;
	background: rgba(0, 0, 0, 0.05);
	margin-bottom: 3rem;
}

.search-wrapper p:last-child {
	margin-bottom: 0;
}

.search-wrapper input[type=search] {
	border-color: #000;
	background: #fff;
}

.post-meta-data {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.75;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 0.75rem;
}

.post-meta-data .comment-count:before,
.post-meta-data .post-lead-category:before {
	content: "/";
	margin-right: 0.5em;
	opacity: 0.3;
	margin: 0 0.5em;
}

.post-meta-data .icon {
	width: 1em;
	height: 1em;
	margin-right: 0.5em;
}

.infinite-scroll #infinite-handle button {
	background: transparent;
	border-top: 0.2rem solid #1a1a1a;
	font-weight: bold;
}

.infinite-scroll #infinite-handle button .icon {
	height: 1em;
	width: 1em;
	margin-right: 0.5em;
}

.infinite-scroll #infinite-handle button:focus, .infinite-scroll #infinite-handle button:hover {
	text-decoration: underline;
	color: #000;
}

/* Menu Overlay */
.menu-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	z-index: 50;
	overflow: auto;
	padding: 4.5rem 0;
	display: none;
	opacity: 0;
}

.device-click .menu-overlay {
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.display-overlay .menu-overlay {
	-webkit-animation: fade-in 0.5s;
	        animation: fade-in 0.5s;
	opacity: 1;
	display: block;
}

.menu-overlay .container-nav-sidebar {
	max-width: 63em;
}

.menu-overlay .container-close {
	padding: 0 2.77778%;
	height: 4.5rem;
}

.menu-overlay .nav-primary {
	display: none;
}

.menu-overlay .close-overlay {
	position: fixed;
	line-height: 0;
	background: #fe8b58;
	color: #000;
	border-radius: 0;
	padding: 0.61rem;
}

.menu-overlay .close-overlay .icon {
	width: 2em;
	height: 2em;
}

.menu-overlay .close-overlay:focus, .menu-overlay .close-overlay:hover {
	background: #000;
	color: #fff;
}

.menu-overlay .sidebar {
	width: 33.33333%;
	float: left;
	min-height: 1em;
	padding: 0 2.77778%;
}

.menu-overlay nav {
	width: 66.66667%;
	float: left;
	min-height: 1em;
	padding: 0 2.77778%;
	margin-bottom: 3rem;
}

.menu-overlay nav div > ul,
.menu-overlay nav > ul {
	margin-left: 0;
	margin-right: auto;
	list-style: none;
}

.menu-overlay nav ul {
	list-style-type: none;
}

.menu-overlay nav ul li {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.5;
}

.menu-overlay nav ul li a {
	display: block;
	margin-bottom: 1.5rem;
}

.menu-overlay nav ul li li {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

.menu-overlay nav ul ul {
	color: #fff;
	list-style-type: disc;
}

.menu-overlay nav a {
	color: #fff;
}

.menu-overlay nav a:focus, .menu-overlay nav a:hover {
	text-decoration: underline;
}

.display-overlay {
	overflow: hidden;
}

/* single post overlay */
.single-nav {
	position: fixed;
	top: -10em;
	right: -1.5rem;
	left: -1.5rem;
	background: #fff;
	padding: 0.75rem 3rem;
	z-index: 40;
	box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.05);
}

.device-click .single-nav {
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.sticky-scroll .single-nav {
	top: 0;
}

.device-click .sticky-scroll .single-nav {
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.single-nav .single-info {
	float: left;
	font-weight: bold;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.75;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.single-nav .single-info .post-title:before {
	content: "/";
	margin-right: 0.5em;
	opacity: 0.3;
}

.single-nav .jetpack-social-navigation {
	float: right;
	line-height: 1;
}

.single-nav .jetpack-social-navigation ul {
	margin-bottom: 0;
}

.single-nav .jetpack-social-navigation a {
	color: #000;
	margin-left: 0.5em;
	margin-right: auto;
}

.single-nav .jetpack-social-navigation a:focus, .single-nav .jetpack-social-navigation a:hover {
	color: #002f48;
}

.projects-terms {
	clear: both;
	font-weight: bold;
	margin-bottom: 3rem;
	border-top: 0.2rem solid #1a1a1a;
	padding-top: 1.5rem;
}

.projects-terms .project-terms-intro {
	color: #b3b3b3;
	margin-right: 1.5rem;
}

.projects-terms a {
	margin-right: 1.5rem;
	color: #000;
}

.projects-terms a.current-page {
	background: #fe8b58;
	padding: 0 0.5em;
	margin-top: -0.5em;
	margin-bottom: -0.5em;
}


/**
 * > Footer
 */
#footer {
	padding: 1.5rem 0 4.5rem 0;
}

#footer .sidebar-footer {
	padding: 3rem 0;
	margin-bottom: 4.5rem;
	background: #000;
}

#footer .sidebar-footer .widget {
	float: left;
	width: 48.333%;
}

#footer .footer-wrap {
	text-align: center;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.75;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding-left: 3rem;
	padding-right: 3rem;
}

#footer .footer-wrap .sep {
	margin: 0 0.5em;
	opacity: 0.3;
}

#footer .footer-wrap a {
	font-weight: bold;
}

#footer .scroll-to-top {
	display: block;
	margin-bottom: 3rem;
	text-align: center;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.75;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 1;
	text-decoration: none;
	color: #000;
}

#footer .scroll-to-top .icon {
	width: 100%;
	position: relative;
	bottom: 0;
}

.device-click #footer .scroll-to-top .icon {
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

#footer .scroll-to-top:focus .icon, #footer .scroll-to-top:hover .icon {
	bottom: 0.3em;
}

#footer .jetpack-social-navigation {
	text-align: center;
	margin-bottom: 3rem;
}

#footer .jetpack-social-navigation a {
	text-decoration: none;
	margin: 0 0.5em;
	color: #000;
}

#footer .jetpack-social-navigation a:before {
	font-size: 2em;
}

#footer .jetpack-social-navigation a:focus, #footer .jetpack-social-navigation a:hover {
	color: #002f48;
}



/**
 * > The Content
 * Styles for blog post content
 * Includes special styles such as drop caps, and intro text
 */
.the-content {
	margin-bottom: 1.5rem;
	width: 75%;
	float: left;
	min-height: 1em;
	padding: 0 4.16667%;
	padding-right: 0;
	float: right;
}

.the-content:after {
	content: "";
	display: block;
	clear: both;
}

.page .the-content {
	width: 100%;
	padding: 0;
}

.the-content *:first-child {
	margin-top: 0;
}

.the-content h1,
.the-content h2,
.the-content h3 {
	margin-top: 3rem;
	clear: both;
}

.the-content ul,
.the-content ol,
.the-content dl {
	clear: both;
}

.the-content .alignleft,
.the-content .alignright {
	margin-top: 0.375rem;
	margin-bottom: 1.5rem;
}

.the-content .intro {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.5;
	margin-bottom: 2.4rem;
}

.the-content .drop-cap {
	float: left;
	font-weight: bold;
	margin: 0 0.05em 0 -0.2em;
	font-size: 64px;
	font-size: 4rem;
	line-height: 1.25;
	line-height: 0.75;
}

.the-content .highlight {
	background: rgba(255, 238, 0, 0.25);
	padding: 3px 6px;
	border-radius: 0.2rem;
}

.the-content .button {
	background: #fe8b58;
	color: #000;
	display: inline-block;
	text-decoration: none;
	border-radius: 0.2rem;
	border: none;
	padding: 0.75rem 1.5rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center;
}

.device-click .the-content .button {
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.the-content .button:focus, .the-content .button:hover {
	background: #000;
	color: #fe8b58;
	text-decoration: none;
}

.the-content .small-caps {
	font-variant: small-caps;
}

.the-content p:empty {
	display: none;
}



/**
 * > Misc
 * Other random styles that don't fit anywhere else
 */
.header-404 {
	margin-bottom: 3rem;
}

.header-404 .icon {
	width: 100%;
	height: 15rem;
}

.user-icon-container {
	display: none;
}

.divider {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.75;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	position: relative;
	display: block;
	margin: 0 0 2rem 0;
	font-weight: bold;
}

.divider span {
	background: #fff;
	padding-right: 0.5em;
	top: -0.7em;
	position: relative;
}

.divider:before {
	border-top: 0.4rem solid #1a1a1a;
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	z-index: -1;
}

#jp-relatedposts .jp-relatedposts-post-context {
	display: none;
}

#jp-relatedposts .jp-relatedposts-post-title {
	line-height: 1.5;
}

.widget.jetpack_subscription_widget {
	background: #fe8b58;
	color: #000;
}

.widget.jetpack_subscription_widget .widget-title {
	color: #000;
}

.widget.jetpack_subscription_widget input[type=submit] {
	background: #000;
	color: #fe8b58;
	margin: 0;
}

.widget.jetpack_subscription_widget #subscribe-email,
.widget.jetpack_subscription_widget #subscribe-submit {
	margin-bottom: 0;
}

.widget.jetpack_subscription_widget #subscribe-email input {
	border-color: #fff;
	background: #fff;
	width: 100%;
}

.sticky-post {
	background: #fe8b58;
	color: #000;
	border-radius: 1.5rem;
	display: block;
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	position: absolute;
	top: -1.5rem;
	left: 1.5rem;
	right: auto;
	z-index: 20;
}

.sticky-post .icon {
	vertical-align: top;
	top: 0.5rem;
	position: relative;
	width: 2rem;
	height: 2rem;
}

.sticky-post:hover {
	background: #fff;
}

.sticky .post-meta-data .meta:nth-child(2):before {
	display: none;
}

a.post-edit-link {
	background: #f2f2f2;
	color: #000;
	display: inline-block;
	text-decoration: none;
	border-radius: 0.2rem;
	border: none;
	padding: 0.75rem 1.5rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center;
	display: block;
	margin: 3rem 0;
	clear: both;
}

.device-click a.post-edit-link {
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

a.post-edit-link:focus, a.post-edit-link:hover {
	background: #000;
	color: #fe8b58;
	text-decoration: none;
}



/**
 * > Media Queries
 */


/**!
 * > Responsive Styles
 */
@media only screen and (max-width: 600px) {
	.content-comments ol.comment-list li.comment.depth-1 article {
	  padding-left: 0;
	  padding-right: 0;
	}
	.content-comments ol.comment-list li.comment.depth-2 article {
	  padding-left: 0;
	  padding-right: 0;
	}
	.content-comments ol.comment-list li.comment.depth-3 article {
	  padding-left: 0;
	  padding-right: 0;
	}
	.content-comments ol.comment-list li.comment.depth-4 article {
	  padding-left: 0;
	  padding-right: 0;
	}
	.content-comments ol.comment-list li.comment.depth-5 article {
	  padding-left: 0;
	  padding-right: 0;
	}
	.content-comments ol.comment-list li.comment.depth-6 article {
	  padding-left: 0;
	  padding-right: 0;
	}
	.content-comments ol.comment-list li.comment.depth-7 article {
	  padding-left: 0;
	  padding-right: 0;
	}
	.content-comments ol.comment-list li.comment.depth-8 article {
	  padding-left: 0;
	  padding-right: 0;
	}
	.content-comments ol.comment-list li.comment.depth-9 article {
	  padding-left: 0;
	  padding-right: 0;
	}
	.content-comments ol.comment-list li.comment.depth-10 article {
	  padding-left: 0;
	  padding-right: 0;
	}
	.jetpack-testimonial-shortcode .testimonial-entry {
	  clear: both;
	  padding: 0;
	  margin-bottom: 3rem;
	  width: 100%;
	  border: none;
	}
	#jp-relatedposts .jp-relatedposts-items {
	  -ms-flex-wrap: wrap;
	      flex-wrap: wrap;
	}
	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
	  width: 100%;
	  margin: 0 0 1.5rem 0;
	}
	.gallery .gallery-item {
	  width: 50% !important;
	}
}

@media only screen and (max-width: 1200px) {
	html {
	  font-size: 100%;
	}
}

@media only screen and (max-width: 899px) {
	html {
	  font-size: 95%;
	}
	.content-single article .entry-title {
	  font-size: 40px;
	  font-size: 2.5rem;
	  line-height: 1.25;
	}
	.sticky-scroll .single-nav,
	.single-nav {
	  display: none;
	}
	.showcase .item h2 {
	  font-size: 28px;
	  font-size: 1.75rem;
	  line-height: 1.5;
	}
}

@media only screen and (max-width: 782px) {
	.masthead .branding {
	  position: relative;
	  top: 0;
	  left: 0;
	  right: auto;
	  background: #fe8b58;
	}
	.masthead .branding button.open-overlay {
	  display: inline-block;
	}
	.masthead .branding-wrapper {
	  margin-bottom: 3rem;
	}
	.masthead .custom-logo-link {
	  padding-bottom: 0.75rem;
	}
	/*  
	NEXT LINE HIDES MENU WHEN SCREEN IS SMALL.
	.masthead nav {
	  display: none;
	}
	*/
	html {
	  font-size: 90%;
	}
	.sidebar-main,
	main {
	  width: 100%;
	}
	.content-single article .entry-title {
	  margin-bottom: 3rem;
	}
	.featured-posts.featured-posts-banner article,
	.showcase .item h2,
	main {
	  padding: 0 5.55556%;
	}
	.sidebar-main {
	  padding: 0;
	}
	.sidebar-main .widget {
	  padding: 3rem 5.55556%;
	  margin-bottom: 0.2rem;
	}
	.showcase {
	  padding-bottom: 50%;
	}
/* EV VILLA TITLE POSITION AND STYLE (max-width: 782px) 
*/
	.showcase .item h2 a.entry {
	  font-size: 1.95rem;
	  line-height: 1.5;
	  padding: 0.75rem 1.5rem;
	}
	.showcase nav a {
	  width: 1.5em;
	  height: 1.5em;
	}
	#footer .sidebar-footer .widget {
	  width: 49.5%;
	  padding: 3rem 5.55556%;
	}
	.menu-overlay .sidebar,
	.menu-overlay nav {
	  width: 100%;
	  padding: 0 5.55556%;
	}
	.menu-overlay .sidebar {
	  padding: 0;
	}
	.menu-overlay .nav-primary {
	  display: block;
	}
	.menu-overlay .close-overlay {
	  left: 1.5rem;
	  right: auto;
	}
	.menu-overlay nav ul li {
	  font-size: 28px;
	  font-size: 1.75rem;
	  line-height: 1.5;
	}
	.menu-overlay nav ul li a {
	  margin-bottom: 1.5rem;
	}
	.featured-posts article {
	  width: 100%;
	  margin-bottom: 3rem;
	}
	.featured-posts article.delay_smaller {
	  width: 300px;
	  margin-bottom: 3rem;
	}
}

@media only screen and (max-width: 600px) {
	html {
	  font-size: 85%;
	}
	.taxonomies,
	.the-content {
	  width: 100%;
	  padding: 0;
	}
	#footer .sidebar-footer .widget {
	  width: 100%;
	}
	
	.masthead .nav-menu .hide_on_small {
		display: none;
	}
	
	.masthead .menu .hide_on_small {
		display: none;
	}
	
	.masthead .menu .hide_on_big {
		display: inline;
	}

	.featured-posts article.delay_smaller {
	  width: 100%;
	  margin-bottom: 2rem;
	}
	
/* EV VILLA TITLE POSITION AND STYLE (max-width: 782px) 
*/
	.showcase .item h2 a.entry {
	  font-size: 1.45rem;
	}
	
	/*
	.masthead .menu ul a {
		display: none;
		color: #fff;
		font-size: 12px;
		font-size: 0.75rem;
		line-height: 1.75;
		text-transform: uppercase;
		letter-spacing: 0.1em;
	}
	
	.menu-toggle {
		color: #fff;
		display: block;
		font-family: "Verdana", Arial, sans-serif;
		font-size: 16px;
		font-size: 1.2307rem;
		margin-bottom: 0;
		text-align: center;
		text-transform: uppercase;
	}
	.menu-toggle:before {
		content: "\f419";
		margin-right: 12px;
		position: relative;
		top: -2px;
	}
	*/

}

@media only screen and (max-width: 500px) {
	.content-posts article .thumbnail {
	  float: none;
	  margin: 0 0 1.5rem 0;
	  max-width: 100%;
	}
	.content-posts article .read-more {
	  display: block;
	}
}



/**!
 * > Generic Print Styles
 */
@media print {
	.masthead .branding,
	.main,
	.singular .main,
	.singular .main article,
	.main article {
	  width: 100% !important;
	}
	nav,
	footer,
	.widget,
	.sharedaddy,
	div#jp-relatedposts,
	a.post-edit-link,
	a#header-image,
	#respond,
	form,
	.social_links,
	.post-meta-data,
	.sidebar,
	.taxonomies,
	#bit.loggedout-follow-normal,
	.col-sidebar {
	  display: none !important;
	}
	.main article {
	  width: 100%;
	}
	a {
	  color: #000;
	  text-decoration: underline;
	  font-weight: bold;
	}
	p {
	  color: #000;
	}
	.the-content a {
	  overflow-wrap: break-word;
	  word-wrap: break-word;
	}
	.the-content a:after {
	  content: " (" attr(href) ")";
	  font-size: 80%;
	}
	footer,
	.content-comments {
	  page-break-before: always;
	}
}
