/**
 * Smiley project CSS 
 */

/* generic emoji styles */
.emoji, .emoji:before {
	display: inline-block !important; /* shouldn't have been necessary, but some themes set this to static */
}

.emoji {
	position: relative !important; /* shouldn't have been necessary, but some themes set this to static */
	vertical-align: bottom;

	/* this will be a line-height tall wrapper for vertically centering the smiley */
	width: 1.375em;
	overflow: hidden;
	white-space: nowrap;	
	text-indent: 9999px;
	min-height: 1.2em; /* for really small lineheights */
}

/* Firefox does weird things with text-indent and selection */
@-moz-document url-prefix() { 
	.emoji {
		text-indent: 0;
		text-align: center;
		color: rgba(255,255,255,0);
		overflow: visible;
	}
}

/* @noflip */
.emoji:before {
	/* vertically center the smiley */
	position: absolute;
	content: "";
	
	/* height/width for IE, Firefox and non-webkit browsers */
	height: 1.25em;
	width: 1.375em;
	margin-top: -0.625em; /* minus half the height of the smiley */

	left: 0;
	top: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

/* WebKit specific hacks */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.emoji {
		width: 1.35em;
	}
    .emoji:before {
		height: 1.4em;
		width: 1.35em;
		margin-top: -0.7em; /* minus half the height of the smiley */
    }
}

/* IE specific hacks */
@media screen and (min-width:0\0) {
	.emoji {
		height: 1.2em;
		width: 1.38em;
	}
    .emoji:before {
		width: 1.38em;
    }
}

/* individual smileys */
	/* PNGs are for IE8 fallbacks. Let's remove them some day please */
.emoji-smile:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/smile.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/smile.svg), none;
}

.emoji-wink:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/wink.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/wink.svg), none;
}

.emoji-bigsmile:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/bigsmile.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/bigsmile.svg), none;
}

.emoji-heart:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/heart.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/heart.svg), none;
}

.emoji-neutral:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/neutral.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/neutral.svg), none;
}

.emoji-uneasy:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/uneasy.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/uneasy.svg), none;
}

.emoji-lol:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/lol.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/lol.svg), none;
}

.emoji-sad:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/sad.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/sad.svg), none;
}

.emoji-cry:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/cry.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/cry.svg), none;
}

.emoji-evilgrin:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/evilgrin.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/evilgrin.svg), none;
}

.emoji-twisted:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/twisted.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/twisted.svg), none;
}

.emoji-evil:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/evil.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/evil.svg), none;
}

.emoji-surprised:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/surprised.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/surprised.svg), none;
}

.emoji-tongue:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/tongue.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/tongue.svg), none;
}

.emoji-angry:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/angry.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/angry.svg), none;
}

.emoji-burrito:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/burrito.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/burrito.svg), none;
}
.emoji-burrito, .emoji-burrito:before {
	width: 1.6em;
}

.emoji-wordpress:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/wordpress.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/wordpress.svg), none;
}

.emoji-mindblown:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/mindblown.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/mindblown.svg), none;
}

.emoji-mindblown-alt:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/mindblown-alt.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/mindblown-alt.svg), none;
}

.emoji-martini:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/martini.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/martini.svg), none;
}

.emoji-whiterussian:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/whiterussian.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/whiterussian.svg), none;
}

.emoji-star:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/star.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/star.svg), none;
}

.emoji-developer:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/developer.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/developer.svg), none;
}
.emoji-developer, .emoji-developer:before {
	width: 1.5em;
}

.emoji-facepalm:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/facepalm.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/facepalm.svg), none;
}
.emoji-facepalm, .emoji-facepalm:before {
	width: 1.4em;
}

.emoji-bear:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/bear.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/bear.svg), none;
}

.emoji-mrgreen:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/mrgreen.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/mrgreen.svg), none;
}

.emoji-arrow:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/arrow.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/arrow.svg), none;
}

.emoji-confused:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/confused.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/confused.svg), none;
}

.emoji-cool:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/cool.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/cool.svg), none;
}

.emoji-idea:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/idea.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/idea.svg), none;
}

.emoji-blush:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/blush.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/blush.svg), none;
}

.emoji-oops:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/oops.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/oops.svg), none;
}

.emoji-rolleyes:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/rolleyes.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/rolleyes.svg), none;
}

.emoji-exclaim:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/exclaim.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/exclaim.svg), none;
}

.emoji-question:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/question.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/question.svg), none;
}

.emoji-kitten:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/kitten.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/kitten.svg), none;
}

.emoji-momface:before {
	background-image: url(http://s2.wp.com/wp-content/mu-plugins/smileyproject/default/ie/momface.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/momface.svg), none;
}


/* to enable text-selection of smileys in Firefox, we can't use text-indent or overflow to hide the text, so letterspace it instead */
@-moz-document url-prefix() { 
	.emoji-rolleyes {
		letter-spacing: -.2em;
	}

	.emoji-oops, .emoji-idea, .emoji-confused {
		letter-spacing: -.25em;
	}

	.emoji-burrito, .emoji-arrow, .emoji-bear, .emoji-star {
		letter-spacing: -.3em;
	}

	.emoji-developer, .emoji-mrgreen, .emoji-facepalm {
		letter-spacing: -.35em;
	}

}




/**
 * Like Button toolbar button, loading text & container styles
 *
 * @todo: doesn't look like "style.css" is used anymore.
 */


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

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

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

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


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

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

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

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

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

#likes-other-gravatars {
	display: none;
	position: absolute;
	padding: 10px;
	background-color: #000;
	border-width: 0;
	opacity: 0.88;
	filter: alpha(opacity=88);
	box-shadow: 0 0 10px black;
	min-width: 130px;
	z-index: 1000;
}

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

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

#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;
	position: absolute;
	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;
}


/* 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;
}
#bit, #bit * {
	*zoom: 1;
}

#bit {
	font: normal 13px "Helvetica Neue", sans-serif;
	_display: none;
}

.loggedout-follow-shelf {
	position: fixed;
	right: 40%;
	z-index: 100;
	bottom: -300px;
}

.loggedout-follow-normal {
	position: fixed;
	z-index: 100;
	bottom: -300px;
	right: 10px;
}

.loggedout-follow-typekit {
	margin-right: 4.5em;
	position: fixed;
	z-index: 100;
	bottom: -300px;
	right: 10px;
}

#bit a.bsub {
	display: block;
	overflow: hidden;
	padding: 0 10px 0 8px;
	float: right;
	text-decoration: none !important;
	line-height: 28px;
	font: normal 13px/28px "Helvetica Neue", sans-serif;
	color: #CCC;
	text-shadow: #444 0 -1px 0;
	letter-spacing: normal;
	border: 0;

	background-color: #464646;
	background-image: -ms-linear-gradient(bottom, #464646, #3f3f3f 5px);
	background-image: -moz-linear-gradient(bottom, #3f3f3f, #464646 5px);
	background-image: -o-linear-gradient(bottom, #464646, #3f3f3f 5px);
	background-image: -webkit-gradient(linear, left bottom, left top, from(#464646), to(#3f3f3f));
	background-image: -webkit-linear-gradient(bottom, #3f3f3f, #464646 5px);
	background-image: linear-gradient(bottom, #464646, #3f3f3f 5px);

	-webkit-box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
	-moz-box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
	-o-box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
	-ms-box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
	box-shadow: 0 -1px 5px rgba(0,0,0,0.20);

	outline-style: none;
	outline-width: 0;
}

#bit a.bsub {
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	-o-border-radius: 2px 2px 0 0;
	-ms-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
}

#bit a.bsub span {
	background: url(../../wp-content/mu-plugins/admin-bar/wpcom-admin-bar-icons.png) 0 -77px no-repeat;
	padding-left: 20px;
	padding-right: 6px;
}

#bit a:hover span, #bit a.bsub.open span {
	color: #ffffff !important;
	background-position: 0 -117px;
}

#bit a.bsub.open {
	background: #333;
}

#bitsubscribe {
	background: #464646;
	color: #fff;
	padding: 15px;
	width: 200px;
	margin-top: 27px;
	-moz-border-radius: 2px 0 0 0;
	-webkit-border-radius: 2px 0 0 0;
	-o-border-radius: 2px 0 0 0;
	-ms-border-radius: 2px 0 0 0;
	border-radius: 2px 0 0 0;
	*float: right;
	*margin-right: -68px;
}

div#bitsubscribe.open {
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-o-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-ms-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
}

#bitsubscribe div {
	overflow: hidden;
}

#bit h3, #bit #bitsubscribe h3 {
	margin: 0 0 .5em 0 !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-shadow: 0 1px 0 #333;
	font-size: 20px;
	color: #fff;
	text-align: left;
}

#bit #bitsubscribe p {
	margin: 0 0 1em 0;
	*margin: 0 0 0 0;
	font: 15px/1.3em "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-shadow: 0 1px 0 #333;
	color: #fff;
}

#bitsubscribe p a {
	margin: 20px 0 0;
	color: #fff;
	text-decoration: underline;
}

#bit #bitsubscribe p.bit-follow-count {
	font-size: 13px;
}

#bitsubscribe input[type=submit] {
	padding: 2px 20px;
	background: #333; /* Old browsers */
	background: -moz-linear-gradient(top, #333 0%, #111 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333), color-stop(100%,#111)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #333 0%,#111 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #333 0%,#111 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #333 0%,#111 100%); /* IE10+ */
	background: linear-gradient(top, #333 0%,#111 100%);
	color: #ccc;
	text-shadow: 0 1px 0 #000;
	border: 1px solid #282828;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-box-shadow: inset 0 1px 0 #444;
	-webkit-box-shadow: inset 0 1px 0 #444;
	box-shadow: inset 0 1px 0 #444;
	text-decoration: none;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	*margin: 1em 0 1em 0;
}

#bitsubscribe input[type=submit]:hover {
	background: #222; /* Old browsers */
	background: -moz-linear-gradient(top, #333 0%, #222 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333), color-stop(100%,#222)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #333 0%,#222 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #333 0%,#222 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #333 0%,#222 100%); /* IE10+ */
	background: linear-gradient(top, #333 0%,#222 100%);
	color: #fff;
	-moz-box-shadow: inset 0 1px 0 #4f4f4f;
	-webkit-box-shadow: inset 0 1px 0 #4f4f4f;
	box-shadow: inset 0 1px 0 #4f4f4f;
	text-decoration: none;
}

#bitsubscribe input[type=submit]:active {
	background: #111; /* Old browsers */
	background: -moz-linear-gradient(top, #111 0%, #222 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#111), color-stop(100%,#222)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #111 0%,#222 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #111 0%,#222 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #111 0%,#222 100%); /* IE10+ */
	background: linear-gradient(top, #111 0%,#222 100%);
	color: #aaa;
	-moz-box-shadow: inset 0 -1px 0 #333;
	-webkit-box-shadow: inset 0 -1px 0 #333;
	box-shadow: inset 0 -1px 0 #333;
	text-decoration: none;
}

#bitsubscribe input[type=text],
#bitsubscribe input[type=email] {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 3px;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	height: auto;
	padding: 1px 2px;
	width: 95%;
}

#bitsubscribe input[type=text]:focus,
#bitsubscribe input[type=email]:focus {
	border: 1px solid #000;
}

#bitsubscribe.open {
	display: block;
}

#bsub-subscribe-button {
	text-align: center;
	margin: 0 auto;
}

/*
Confirmation
=============================== */

#bitsubscribe #lof-readerpromo p {
	color: #ccc;
}

#bitsubscribe #lof-followpublicize {
	border-top: 1px solid #3c3c3c;
	margin-bottom: .5em;
}

#bitsubscribe #lof-followpublicize h3 {
	font-size: 13px;
	padding-top: 1em;
	margin-bottom: 1em !important;
}

#bitsubscribe #lof-followpublicize p.lof-followpublicize-twitter,
#bitsubscribe #lof-followpublicize p.lof-followpublicize-facebook {
	background: #555;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 1px 1px #333;
	-webkit-box-shadow: inset 0 1px 1px #333;
	-o-box-shadow: inset 0 1px 1px #333;
	-ms-box-shadow: inset 0 1px 1px #333;
	box-shadow: inset 0 1px 1px #333;
	margin-bottom: .5em;
	overflow: hidden;
}
#bitsubscribe #lof-followpublicize p.lof-followpublicize-twitter {
	padding: 10px 10px 5px;
}

/*
Footer
=============================== */

#bitsubscribe #bsub-credit {
	text-align: center;
	font: normal 11px "Helvetica Neue", sans-serif;
	padding: 7px 0;
	margin:0 0 -15px;
	border-top: 1px solid #3c3c3c;
}

#bitsubscribe #bsub-credit a {
	color: #aaa;
	text-shadow: 0 1px 0 #262626;
	background: none;
	text-decoration: none;
}

#bitsubscribe #bsub-credit a:hover {
	color: #fff;
	background: none;
}

@media (max-width: 800px) {
	#bit, #bit a.bsub {
		display:none;
	}
}

@media (min-device-width: 768px) {
	#bit, #bit a.bsub {
		display: block;
	}
}
/**
 * Styles for Jetpack related posts
 */

/* Container */

div#jp-relatedposts {
	display: none;
	padding-top: 1em;
	margin: 1em 0;
	position: relative;
}

div.jp-relatedposts:after {
	content: '';
	display: block;
	clear: both;
}

/* Headline above related posts section, labeled "Related" */

div#jp-relatedposts h3.jp-relatedposts-headline {
	margin: 0 0 1em 0;
	display: inline-block;
	float: left;
	font-size: 9pt;
	font-weight: bold;
	font-family: inherit;
}

div#jp-relatedposts h3.jp-relatedposts-headline em:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.2);
	margin-bottom: 1em;
}

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

/* Related posts items (wrapping items) */

div#jp-relatedposts div.jp-relatedposts-items {
	clear: left;
}

div#jp-relatedposts div.jp-relatedposts-items-visual {
	margin-right: -20px;
}

/* Related posts item */

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
	float: left;
	width: 33%;
	margin: 0 0 1em; /* Needs to be same as the main outer wrapper for Related Posts */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post {
	padding-right: 20px;
	/*cursor: pointer;*/
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
}

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

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

/* Related posts item content */

div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
div#jp-relatedposts div.jp-relatedposts-items p {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}

div#jp-relatedposts div.jp-relatedposts-items p {
	margin-bottom: 0;
}

div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	text-transform: none;
	margin: 0;
	font-family: inherit;
	display: block;
	max-width: 100%;
}

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	font-size: inherit;
	font-weight: normal;
	text-decoration: none;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

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

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,
div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post span {
	display: block;
	max-width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}

div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,
div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post span {
	max-width: 100%;
}

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
	opacity: .6;
}

/* Behavior when there are thumbnails in visual mode */
div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt {
	display: none;
}

/* Behavior when there are no thumbnails in visual mode */
div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt {
	overflow: hidden;
}
div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs span {
	margin-bottom: 1em;
}

/**
 * Responsive
 */

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

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

	div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:nth-child(3n) {
		clear: left;
	}

	div#jp-relatedposts div.jp-relatedposts-items-visual {
		margin-right: 20px;
	}

}

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

	div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
		width: 100%;
		clear: both;
		margin: 0 0 1em;
	}

}
/**
 * Add text colors to the playlist shortcode light color scheme.
 * 
 * Core ticket: https://core.trac.wordpress.org/ticket/27562
 */

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

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

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

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

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


/* Replace Omnisearch PNG search icon with a dashicon */
#wpadminbar div.ab-item form#adminbarsearch input.adminbar-search-input {
	background-image: none;
	position: relative;
	z-index: 30;
}


/* Show globe icon next to blog */
#wpadminbar #wp-admin-bar-blog > .ab-item:before {
	position: relative;
	top: 2px;
	content: '\f319';
}

/* If a blavatar is present, move it left to cover the globe */
#wpadminbar #wp-admin-bar-blog > .ab-item {
	position: relative;
}
#wpadminbar #wp-admin-bar-blog > .ab-item img.avatar {
	position: absolute;
	z-index: 1;
	left: 12px;
	top: 10px;
}

/* @noflip */
#wpadminbar.rtl #wp-admin-bar-blog > .ab-item img.avatar {
	right: 12px;
}

/* Make sure the margin around the WordPress logo is a bit relaxed, and the WordPress icon aligns to the sidebar icons */
#wpadminbar ul#wp-admin-bar-root-default>li#wp-admin-bar-newdash {
	margin: 0 8px 0 -1px;
}

/* @noflip */
#wpadminbar.rtl ul#wp-admin-bar-root-default>li#wp-admin-bar-newdash {
	margin: 0 -1px 0 -8px;
}


/* Fix omnisearch lineheight */
#wpadminbar>#wp-toolbar>#wp-admin-bar-top-secondary input.adminbar-search-input.search-input-focus {
	border: none;
	text-shadow: none;
	box-shadow: none;
	line-height: 1;
	background: #ccc;
	background: rgba(255,255,255,.7);
}

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

/* Override white color on blog title */
body.admin-color-mp6-light #wpadminbar ul li#wp-admin-bar-blog > .ab-item {
	color: #333;
}

/* Updated message fixes */
body.admin-color-mp6-light #wpadminbar>#wp-toolbar>#wp-admin-bar-top-secondary span.noticon {
	color: #eee;
}

div.updated p,
div.error p {
	position: relative;
}

div.updated .noticon-close,
div.error .noticon-close {
	font-size: 28px;

	height: 28px;
	width: 28px;

	position: absolute;
	right: 0;
	top: -1px;
}

/* Fix taller MP6 v2 toolbar. Merge this into mu-plugins/wpcom-admin-bar.css after MP6 v2 launch */
@media screen and ( max-width: 782px ) {

	.mp6 #wpadminbar li#wp-admin-bar-follow > a,
	.mp6 #wpadminbar li#wp-admin-bar-blog > a,
	.mp6 #wpadminbar li#wp-admin-bar-topicpress > a,
	.mp6 #wpadminbar li#wp-admin-bar-wpr-reblog > a,
	/* These next lines are necessary for when users opt out to the responsive styles */
	.mp6 #wpadminbar li#wp-admin-bar-dbg > div,			
	.mp6 #wpadminbar li#wp-admin-bar-my-account > a
	{
		line-height: 46px !important;
	}
	
	/* Notes only shown when users opt out to the responsive styles */
	body.mp6 #wpadminbar #wp-admin-bar-notes #wpnt-notes-unread-count {
		margin: 13px 3px 0 3px !important;
	}

	.mp6 #wpadminbar li#wp-admin-bar-blog > a.ab-item:before {
		top: 13px;
	}
	
	#wpadminbar #wp-admin-bar-blog > .ab-item img.avatar {
		top: 17px;
	}

}

/* Fix toolbar hover color temporarily. Post launch, remove from /wp-content/mu-plugins/admin-bar/wpcom-admin-bar.css */
.admin-color-mp6 #wpadminbar ul li#wp-admin-bar-blog.hover > .ab-item, .mp6 #wpadminbar ul li#wp-admin-bar-blog.hover > .ab-item, .admin-color-mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-with-avatar.hover .ab-display-name, .mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-with-avatar.hover .ab-display-name, .admin-color-mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-no-avatar.hover .ab-display-name, .mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-no-avatar.hover .ab-display-name, .admin-color-mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account.hover .ab-display-name, .mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account.hover .ab-display-name {
	color: inherit !important;
}

/* add style for reader link in /wp-admin/ leftbar */

/* Reader icon in left-bar */
.icon16.icon-reader:before,
#adminmenu .menu-icon-reader div.wp-menu-image:before,
ul#adminmenu .toplevel_page_reader div.wp-menu-image:before{
     content: '\f116';
}

/* Don't show the Edit icon in the admin bar */
#wpadminbar #wp-admin-bar-edit > .ab-item:before {
	display: none;
}

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

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

.noticon {
	font-family: "Noticons" !important;
}/* Theme Name: Fictive
 * Theme URI: https://wordpress.com/themes/fictive/
 * Author: Automattic
 * Author URI: https://wordpress.com/themes/
 * Description: Fictive is all about you -- your style, your look, your story. Make it personal with a custom header image, a Gravatar, and links to your favorite social networks. Use Post Formats to dress up your content, add a custom menu and widgets, or keep it simple with a fixed-position header.
 * Version: 1.0.2-wpcom
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: fictive
 * Domain Path: /languages/
 * Tags: brown, orange, blue, red, two-columns, left-sidebar, fixed-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, infinite-scroll, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, blog, journal, lifestream, tumblelog, clean, colorful, contemporary, elegant, modern, minimal, simple, vibrant
 *
 * This theme, like WordPress, is licensed under the GPL.
 * Use it to make something cool, have fun, and share what you've learned with others.
 *
 * Fictive is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine work of
 * Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 * and Blueprint http://www.blueprintcss.org/ */
/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, th {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}

body {
  background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td, th {
  font-weight: normal;
  text-align: left;
}

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

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

a:focus {
  outline: thin dotted;
}

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

a img {
  border: 0;
}

/* =Rebuild
----------------------------------------------- */
* html {
  font-size: 100%;
}

html {
  font-size: 16px;
  line-height: 1.5em;
}

body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: Georgia, "Bitstream Charter", serif;
  font-size: 16px;
  font-weight: 400;
}

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

hr {
  border: 1px solid #ccc;
  border-width: 0 0 1px 0;
  height: 0;
  margin-top: -1px;
  margin-bottom: 24px;
  padding-top: 24px;
}

/* Text elements */
p {
  margin-bottom: 24px;
}

ul, ol {
  margin: 0 0 24px 36px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 600;
}

dd {
  margin: 0 24px 24px;
}

b, strong {
  font-weight: 600;
}

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

blockquote {
  margin: 0 24px;
}

address {
  margin: 0 0 24px;
}

pre {
  background: rgba(119, 119, 119, 0.5);
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.9375em;
  line-height: 1.6em;
  margin-top: -2px;
  margin-bottom: 24px;
  max-width: 100%;
  overflow: auto;
  padding: 24px;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.875em;
  line-height: 1.71429em;
}

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

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

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

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

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

th {
  font-weight: bold;
}

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

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

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

.menu-toggles .screen-reader-text {
	left: 0;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #fff;
  border: 1px solid #000;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 10px;
  box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 10px;
  clip: auto !important;
  display: inline-block;
  font-weight: 600;
  line-height: 24px;
  padding: 24px;
  z-index: 100000;
  position: absolute !important;
  top: 24px;
  left: 24px;
}

/* Clearing */
.clear:before,
.clear:after {
  content: '';
  display: table;
}

.clear:after {
  clear: both;
}

.entry-content:before,
.entry-content:after {
  content: '';
  display: table;
}

.entry-content:after {
  clear: both;
}

.comment-content:before,
.comment-content:after {
  content: '';
  display: table;
}

.comment-content:after {
  clear: both;
}

.site-header:before,
.site-header:after {
  content: '';
  display: table;
}

.site-header:after {
  clear: both;
}

.site-content:before,
.site-content:after {
  content: '';
  display: table;
}

.site-content:after {
  clear: both;
}

.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
}

.site-footer:after {
  clear: both;
}

/* =Forms
----------------------------------------------- */
button,
input,
select,
textarea {
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #ccc;
  border-color: #ccc #ccc #bbb #ccc;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa #bbb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 98%;
}

* html {
  font-size: 100%;
}

html {
  font-size: 16px;
  line-height: 1.5em;
}

.entry-format, .hentry:before, .menu-toggle:before, .hentry.format-link .entry-title a:after, .comments-link a:before,
.post-date a:before,
.sticky .post-date a:before,
.byline a:before,
.edit-link a:before,
a .post-date:before, .page-title:before, .site-content [class*="paging-navigation"] a:before,
.site-content [class*="post-navigation"] a:before, #cancel-comment-reply-link:before, .reply:before, .social-links ul a:before {
  -webkit-font-smoothing: antialiased;
  font-family: "Genericons";
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  vertical-align: text-bottom;
}

.entry-format, .hentry:before {
  background: #bd5532;
  border-radius: 80px 80px 0 0;
  color: white;
  display: block;
  font-size: 32px;
  line-height: 55px;
  margin-left: -40px;
  position: absolute;
  top: -48px;
  left: 50%;
  text-align: center;
  width: 80px;
  height: 40px;
}
@media screen and (max-width: 51em) {
  .entry-format, .hentry:before {
    border-radius: 0 0 80px 80px;
    font-size: 26px;
    line-height: 22px;
    width: 60px;
    height: 30px;
    top: 0;
    margin-left: -30px;
  }
}

/* =Global */
body {
  background: #efedea;
  color: #7c705e;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

button,
input,
select,
textarea {
  background: white;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin: 12px 24px 12px 0;
}

.alignright {
  display: inline;
  float: right;
  margin: 12px 0 12px 24px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 12px auto;
}

/* Headings */
h1 {
  color: #bd5532;
  font-family: "Bitter", Georgia, Times, serif;
  font-size: 46px;
  font-weight: normal;
  line-height: 1;
  margin: 24px 0;
}

h2 {
  color: #bd5532;
  font-family: "Bitter", Georgia, Times, serif;
  font-size: 26px;
  font-weight: normal;
  line-height: 1;
  margin: 24px 0;
}

h3 {
  color: #bd5532;
  font-family: "Bitter", Georgia, Times, serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  margin: 24px 0;
}

h4 {
  color: #bd5532;
  font-family: "Bitter", Georgia, Times, serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  margin: 24px 0;
}

h5 {
  color: #bd5532;
  font-family: "Bitter", Georgia, Times, serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  margin: 24px 0;
}

h6 {
  color: #bd5532;
  font-family: "Bitter", Georgia, Times, serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  margin: 24px 0;
}

h4,
h5,
h6 {
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

hr {
  background-color: #6f9d9f;
  height: 1px;
  margin-bottom: 23px;
  padding: 0;
}

/* Text elements */
p {
  margin-bottom: 24px;
}

ul {
  margin: 0 0 24px 24px;
  list-style: disc;
}
ul ul {
  list-style: square;
}
ul ul ul {
  list-style: circle;
}

ol {
  margin: 0 0 24px 24px;
  list-style: decimal;
}
ol ol {
  list-style: lower-alpha;
}
ol ol ol {
  list-style: lower-roman;
}

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

dt {
  font-weight: 400;
}

dd {
  margin: 12px 0 12px 24px;
}

b, strong {
  font-weight: bold;
}

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

blockquote {
  color: #ada393;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  line-height: 1.5;
  border-left: 5px solid rgba(173, 163, 147, 0.25);
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 24px;
  padding-left: 24px;
}
blockquote blockquote {
  font-size: inherit;
}
blockquote cite {
  display: block;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-align: right;
  width: 100%;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.8125em;
  line-height: 1.84615em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #6f9d9f;
  border: 0;
  border-radius: 2px;
  color: #efedea;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 24px;
  text-shadow: none;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #bd5532;
}
@media screen and (max-width: 51em) {
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    font-size: 0.8125em;
    line-height: 1.84615em;
    padding: 12px;
    width: 100%;
  }
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  background: #efedea;
  border: 1px solid #efedea;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding: 11px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
  background: #f6f4f3;
  border: 1px solid #e4e1dc;
  outline: none;
}
@media screen and (max-width: 51em) {
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"] {
    padding: 12px;
    width: 100%;
  }
}

textarea {
  background: #efedea;
  border: 1px solid #efedea;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding: 11px;
}
textarea:focus {
  background: #f6f4f3;
  border: 1px solid #e4e1dc;
  outline: none;
}
@media screen and (max-width: 51em) {
  textarea {
    padding: 12px;
    width: 100%;
  }
}

address {
  font-style: italic;
  margin-bottom: 24px;
}

pre {
  background: rgba(0, 0, 0, 0.03);
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.8125em;
  line-height: 1.84615em;
  margin-bottom: 24px;
  padding: 24px;
  overflow: auto;
  max-width: 100%;
}

code, kbd, tt, var {
  font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.8125em;
  line-height: 1.84615em;
}

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

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

sup,
sub {
  font-size: 0.8125em;
  line-height: 1.84615em;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 0.8125em;
  line-height: 1.84615em;
}

big {
  font-size: 1.25em;
  line-height: 1.2em;
}

figure {
  margin: 0;
}

table {
  margin-bottom: 24px;
  width: 100%;
}

td, th {
  border-bottom: 1px solid rgba(173, 163, 147, 0.25);
  border-collapse: collapse;
  padding: 6px 3px 5px;
}

th {
  font-weight: 700;
}

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

/* Links */
a {
  color: #bd5532;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:visited {
  color: #bd5532;
}
a:hover, a:focus, a:active {
  color: #6f9d9f;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* Show or hide a11y text */
/* Clearing */
/* =Layout */
.site {
  margin: 0 auto;
  max-width: 60em;
}
@media screen and (max-width: 65em) {
  .site {
    max-width: 51em;
  }
}

.site-content {
  float: right;
  width: 66%;
  margin: 72px auto 0;
}
@media screen and (max-width: 65em) {
  .site-content {
    max-width: 51em;
  }
}
@media screen and (max-width: 51em) {
  .site-content {
    clear: both;
    float: none;
    margin-top: 7px;
    width: 100%;
  }
}

.content-area {
  float: left;
  margin: 0 -30% 0 0;
  width: 100%;
}
@media screen and (max-width: 51em) {
  .content-area {
    clear: both;
    float: none;
    margin: 0 auto;
  }
}

.site-main {
  margin: 0;
}

.site-footer {
  clear: both;
  color: #ada393;
  font-size: 0.8125em;
  line-height: 1.84615em;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 24px auto 0;
  padding: 48px 0;
  text-align: center;
}
.site-footer a {
  color: #ada393;
  text-decoration: none;
}
@media screen and (max-width: 51em) {
  .site-footer {
    margin: 0 auto;
    padding: 24px;
  }
}

.site-info {
  margin: 0 auto;
}
@media screen and (max-width: 65em) {
  .site-info {
    max-width: 51em;
  }
}

/* =Header */
.site-header {
  float: left;
  margin-top: 72px;
  margin-bottom: 0;
  position: relative;
  width: 17.4em;
  z-index: 1;
}
.site-header a:hover .header-image {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.site-header .header-image {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  margin: 0 auto 7px;
  opacity: 0.8;
  position: relative;
  z-index: -2;
}
@media screen and (max-width: 65em) {
  .site-header .header-image {
    opacity: 1;
  }
}
@media screen and (max-width: 65em) {
  .site-header {
    width: 14.79em;
  }
}
@media screen and (max-width: 51em) {
  .site-header {
    clear: both;
    float: none;
    margin: 0 auto;
    width: 100%;
  }
}

.header-avatar {
  display: block;
  left: 50%;
  margin-left: -35px;
  position: absolute;
  top: -46px;
}
.header-avatar img {
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.site-branding {
  background: white;
  border-left: 1px solid #e4e1dc;
  border-right: 1px solid #e4e1dc;
  border-bottom: 1px solid #e4e1dc;
  border-radius: 0 0 2px 2px;
  margin: 0 auto 24px;
  padding: 24px;
  position: relative;
}
.site-branding:after {
  border-top: 8px solid #bd5532;
  content: "";
  position: absolute;
  top: -8px;
  left: -1px;
  width: -webkit-calc(100% + 2px);
  width: calc(100% + 2px);
  z-index: -1;
}
@media screen and (max-width: 65em) {
  .site-branding:after {
    width: -webkit-calc(100% + 3px);
  }
}
@media screen and (max-width: 51em) {
  .site-branding:after {
    width: 100%;
    left: 0;
  }
}
@media screen and (max-width: 51em) {
  .site-branding {
    margin-bottom: 0;
    border-left: 0;
    border-right: 0;
  }
}

.site-title {
  font-size: 1.625em;
  line-height: 1.84615em;
  line-height: 1.38462em;
  font-weight: 300;
  margin: 6px 0 0;
  text-align: center;
}
.site-title a {
  color: #bd5532;
  padding: 0;
  text-decoration: none;
}

.site-description {
  font-size: 0.8125em;
  line-height: 1.84615em;
  color: #ada393;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 0;
  text-align: center;
}

/* =Menu */
.main-navigation {
  font-size: 0.8125em;
  line-height: 1.84615em;
  clear: both;
  display: block;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0 auto 24px;
  position: relative;
  max-width: 60em;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  position: relative;
}
.main-navigation li {
  display: block;
  position: relative;
}
@media screen and (max-width: 51em) {
  .main-navigation li {
    margin: 0;
  }
}
.main-navigation li li a {
  padding-left: 48px;
}
.main-navigation li li li a {
  padding-left: 72px;
}
.main-navigation a {
  border-bottom: 1px solid #e4e1dc;
  color: #6f9d9f;
  display: block;
  margin-bottom: 6px;
  padding: 12px 24px;
  position: relative;
  text-decoration: none;
}
.main-navigation a:hover {
  color: #bd5532;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a {
  color: #bd5532;
}
@media screen and (max-width: 51em) {
  .main-navigation {
    margin: 0;
    max-width: 100%;
  }
  .main-navigation a {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    margin: 0;
  }
}

/* Small menu */
.menu-toggle {
  font-size: 1.625em;
  line-height: 1.84615em;
  background-color: #6f9d9f;
  clear: none;
  color: white;
  cursor: pointer;
  display: none;
  float: left;
  font-weight: bold;
  margin: 0;
  letter-spacing: 1px;
  padding: 3px 0;
  text-align: center;
  text-transform: uppercase;
  width: 50%;
}
.menu-toggle:before {
  font-size: 1em;
  line-height: 1.5em;
  content: "\f419";
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
@media screen and (max-width: 51em) {
  .menu-toggle {
    display: block;
  }
}

.header-search {
  display: none;
  position: relative;
}
@media screen and (max-width: 51em) {
  .header-search {
    display: block;
  }
}
.header-search label {
  width: 75%;
}
.header-search input,
.header-search input:focus {
  border: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.header-search input[type="search"] {
  background-color: white;
  height: 48px;
}
.header-search input[type="submit"] {
  background-color: #bd5532;
  display: block;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  height: 48px;
}
.header-search input[type="submit"]:hover {
  background-color: #a94c2d;
}

#search-toggle:before {
  content: "\f400";
}

#widgets-toggle:before {
  content: "\f445";
}

@media screen and (max-width: 51em) {
  .main-navigation,
  .widget-area,
  .header-search {
    display: none;
  }
}
.menu-toggles .menu-toggle:nth-child(1):nth-last-child(1) {
  width: 100%;
}
.menu-toggles .menu-toggle:nth-child(1):nth-last-child(2), .menu-toggles .menu-toggle:nth-child(2):nth-last-child(1) {
  width: 50%;
}
.menu-toggles .menu-toggle:nth-child(1):nth-last-child(3), .menu-toggles .menu-toggle:nth-child(2):nth-last-child(2), .menu-toggles .menu-toggle:nth-child(3):nth-last-child(1) {
  width: 33.33333%;
}

/* =Content */
.entry-format {
  background: transparent;
  color: transparent;
  z-index: 4;
}

.hentry-wrapper {
  margin: 0 0 72px;
}
@media screen and (max-width: 51em) {
  .hentry-wrapper {
    margin: 0;
  }
}

.hentry {
  background-color: white;
  border: 1px solid #e4e1dc;
  border-radius: 2px;
  margin-top: 7px;
  padding: 24px 48px 19px;
  position: relative;
}
.hentry:after {
  border-top: 8px solid #bd5532;
  content: "";
  position: absolute;
  top: -8px;
  left: -1px;
  width: -webkit-calc(100% + 3px);
  width: calc(100% + 3px);
}
@media screen and (max-width: 51em) {
  .hentry:after {
    left: 0;
    width: 100%;
  }
}
.hentry:before {
  content: "\f100";
  z-index: 2;
}
.hentry.type-page:before {
  content: "\f443";
}
.hentry.sticky:after, .hentry.format-image:after {
  border-top-color: #6f9d9f;
}
.hentry.sticky:before, .hentry.format-image:before {
  background: #6f9d9f;
  content: "\f308";
}
.hentry.format-image:before {
  content: "\f102";
}
.hentry.format-gallery:after, .hentry.format-aside:after {
  border-top-color: #d68265;
}
.hentry.format-gallery:before, .hentry.format-aside:before {
  background: #d68265;
  border-top-color: #d37859;
  content: "\f101";
}
.hentry.format-link:after {
  border-top-color: #acc7c8;
}
.hentry.format-link:before {
  background: #acc7c8;
  content: "\f107";
}
.hentry.format-link .entry-title a:after {
  content: "\f442";
  display: inline-block;
  font-size: 48px;
  margin-left: 7px;
}
@media screen and (max-width: 51em) {
  .hentry.format-link .entry-title a:after {
    font-size: 1.25em;
    line-height: 1.2em;
  }
}
.hentry.format-video:after, .hentry.format-audio:after {
  border-top-color: #ada393;
}
.hentry.format-video:before, .hentry.format-audio:before {
  background: #ada393;
  content: "\f104";
}
.hentry.format-audio:before {
  content: "\f109";
}
.hentry.format-status:after, .hentry.format-quote:after {
  border-top-color: #755c51;
}
.hentry.format-status:before, .hentry.format-quote:before {
  background: #755c51;
  content: "\f106";
}
.hentry.format-status:before {
  content: "\f105";
}
.hentry.format-gallery:before {
  content: "\f103";
}
@media screen and (max-width: 51em) {
  .hentry {
    margin-top: 0;
    margin-bottom: 0;
    padding: 48px 24px 24px;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }
}

.no-results.hentry:before {
  display: none;
}

.error404 .hentry:before {
  display: none;
}

.byline {
  display: none;
}

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

.entry-content,
.entry-summary {
  margin-bottom: 24px;
  margin-top: 24px;
}

.hentry-wrapper:hover .entry-thumbnail img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.entry-thumbnail img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  margin: 0 auto;
  opacity: 0.8;
}
@media screen and (max-width: 65em) {
  .entry-thumbnail img {
    opacity: 1;
  }
}
.entry-thumbnail:hover img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.page-links {
  clear: both;
  color: #ada393;
  margin: 24px 0;
  word-spacing: 6px;
}
.page-links span.active-link {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #bd5532;
  display: inline-block;
  border-radius: 50%;
  color: white;
  margin-bottom: 6px;
  width: 24px;
  height: 24px;
  text-align: center;
  text-decoration: none;
}
.page-links a span.active-link {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #d68265;
  display: inline-block;
  border-radius: 50%;
  color: white;
  margin-bottom: 6px;
  width: 24px;
  height: 24px;
  text-align: center;
  text-decoration: none;
}
.page-links a:hover span.active-link {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #bd5532;
}

a.more-link {
  font-size: 0.8125em;
  line-height: 1.84615em;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ada393;
  text-decoration: none;
}

.entry-title {
  line-height: 1.25217em;
  color: #bd5532;
  margin: 12px 0;
  text-align: center;
}
.entry-title a {
  color: #bd5532;
  text-decoration: none;
}
@media screen and (max-width: 51em) {
  .entry-title {
    font-size: 1.625em;
    line-height: 1.84615em;
    line-height: 1.15385em;
  }
}

.entry-meta, .entry-meta a, .pingback .edit-link,
.trackback .edit-link, #cancel-comment-reply-link, .reply {
  color: #ada393;
  font-size: 0.8125em;
  line-height: 1.84615em;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.entry-meta a, .pingback .edit-link a,
.trackback .edit-link a, #cancel-comment-reply-link a, .reply a {
  font-size: inherit;
}

header .entry-meta, header .entry-meta a, .entry-meta header a, header .pingback .edit-link, .pingback header .edit-link,
header .trackback .edit-link,
.trackback header .edit-link, header #cancel-comment-reply-link, header .reply {
  text-align: center;
}
header .entry-meta:hover, header .entry-meta a:hover, .entry-meta header a:hover, header .pingback .edit-link:hover, .pingback header .edit-link:hover,
header .trackback .edit-link:hover,
.trackback header .edit-link:hover, header #cancel-comment-reply-link:hover, header .reply:hover {
  color: #7c705e;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 51em) {
  header .entry-meta, header .entry-meta a, .entry-meta header a, header .pingback .edit-link, .pingback header .edit-link,
  header .trackback .edit-link,
  .trackback header .edit-link, header #cancel-comment-reply-link, header .reply {
    text-align: left;
  }
}

.comments-link,
.post-date,
.sticky .post-date,
.byline,
.edit-link,
a .post-date {
  display: inline-block;
  margin: 0 12px;
}
.comments-link a,
.post-date a,
.sticky .post-date a,
.byline a,
.edit-link a,
a .post-date a {
  text-decoration: none;
}
@media screen and (max-width: 51em) {
  .comments-link,
  .post-date,
  .sticky .post-date,
  .byline,
  .edit-link,
  a .post-date {
    clear: both;
    display: block;
    float: none;
    margin: 0;
    width: 100%;
  }
}

.page .entry-footer .edit-link {
  margin: 0;
}

.comments-link a:before,
.post-date a:before,
.sticky .post-date a:before,
.byline a:before,
.edit-link a:before,
a .post-date:before:before {
  display: inline-block;
  margin-right: 2px;
}

.comments-link a:before {
  content: "\f300";
}

.post-date a:before,
a .post-date:before {
  content: "\f307";
}

.sticky .post-date a:before {
  content: "\f308";
}

.byline a:before {
  content: "\f304";
}

.edit-link a:before {
  content: "\f411";
}

.tags-links {
  font-size: 0.8125em;
  line-height: 1.84615em;
  clear: both;
  display: block;
  font-weight: bold;
  margin: 12px 0 12px 11px;
}
.tags-links a {
  background-color: #6f9d9f;
  color: white;
  display: block;
  float: left;
  margin-right: 24px;
  margin-bottom: 6px;
  padding: 1px 6px 2px 6px;
  position: relative;
}
.tags-links a:hover {
  background-color: #bd5532;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tags-links a:hover:after {
  background-color: #bd5532;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tags-links a:after {
  background-color: #6f9d9f;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 22px 0 0 22px;
  content: "";
  display: block;
  position: absolute;
  left: -11px;
  top: 0;
  width: 11px;
  height: 22px;
  z-index: 0;
}
.tags-links a:before {
  background: white;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: -4px;
  width: 4px;
  height: 4px;
  z-index: 1;
}

.sep {
  margin: 0 6px;
}

.page-title {
  color: #ada393;
  display: inline-block;
  font-size: 1.25em;
  line-height: 1.2em;
  margin: 0 0 72px;
}
@media screen and (max-width: 51em) {
  .page-title {
    margin: 17px 0 24px;
    padding: 0 24px;
    text-align: center;
  }
}
.page-title:before {
  font-size: 1.5em;
  line-height: 2em;
  line-height: 1em;
  margin-right: 7px;
}

.archive.category .page-title:before {
  content: "\f301";
}

.archive.tag .page-title:before {
  content: "\f302";
}

.archive.author .page-title:before {
  content: "\f304";
}

.archive.date .page-title:before {
  content: "\f307";
}

.search.search-results .page-title:before {
  content: "\f400";
}

.archive.term-post-format-aside .page-title:before {
  content: "\f101";
}

.archive.term-post-format-image .page-title:before {
  content: "\f102";
}

.archive.term-post-format-gallery .page-title:before {
  content: "\f103";
}

.archive.term-post-format-video .page-title:before {
  content: "\f104";
}

.archive.term-post-format-status .page-title:before {
  content: "\f105";
}

.archive.term-post-format-quote .page-title:before {
  content: "\f106";
}

.archive.term-post-format-link .page-title:before {
  content: "\f107";
}

.archive.term-post-format-audio .page-title:before {
  content: "\f109";
}

.taxonomy-description {
  color: #ada393;
  font-style: italic;
  margin-top: 24px;
}

.author-archives-header {
  background: white;
  border: 1px solid #e4e1dc;
  border-radius: 2px;
  margin: -48px 0 72px;
  padding: 24px 48px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 51em) {
  .author-archives-header {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 24px;
  }
}

.author-archives-name,
.author-archives-url,
.author-archives-bio {
  clear: both;
  display: block;
}

/* Search */
.search-results .page .sep:first-of-type {
  display: none;
}

/* =Media */
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption {
  margin-bottom: 24px;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.wp-caption-text {
  color: #ada393;
  font-size: 0.8125em;
  line-height: 1.84615em;
  margin: 12px 0;
  padding: 0 1%;
}

.size-thumbnail + .wp-caption-text,
.size-medium + .wp-caption-text {
  font-size: 0.8125em;
  line-height: 1.84615em;
  line-height: 1.84615em;
}

.site-content .gallery {
  margin-bottom: 24px;
}
.site-content .gallery a img {
  height: auto;
  max-width: 90%;
}
.site-content .gallery dd {
  margin: 0;
}

/* Gallery column widths */
.gallery-columns-1 .gallery-item {
  width: 100%;
}

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

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

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

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

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

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

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

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

.site-content .gallery-columns-1.gallery a img {
  max-width: 100%;
}

.gallery-item {
  float: left;
  margin-bottom: 24px;
  text-align: center;
}
.gallery-item img {
  border: 1px solid #efedea;
  border-radius: 2px;
  padding: 3px;
}

.gallery-caption {
  font-size: 0.8125em;
  line-height: 1.84615em;
  line-height: 1.84615em;
  margin: 0 auto;
  max-width: 90%;
}

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

/* =Navigation */
.site-content [class*="navigation"] {
  margin-bottom: 0;
  position: relative;
  width: 100%;
}

.site-content [class*="paging-navigation"] a,
.site-content [class*="post-navigation"] a {
  color: white;
}
.site-content [class*="paging-navigation"] a:before,
.site-content [class*="post-navigation"] a:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #ada393;
  border-radius: 50%;
  color: white;
  display: block;
  font-size: 49px;
  line-height: 90px;
  opacity: 0.25;
  position: fixed;
  top: 50%;
  text-decoration: none;
  width: 90px;
  height: 90px;
  content: "\f430";
  z-index: 1;
}
@media screen and (max-width: 51em) {
  .site-content [class*="paging-navigation"] a:before,
  .site-content [class*="post-navigation"] a:before {
    font-size: 28px;
    line-height: 60px;
    width: 60px;
    height: 60px;
  }
}
.site-content [class*="paging-navigation"] a:hover:before,
.site-content [class*="post-navigation"] a:hover:before {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.site-content [class*="paging-navigation"] .nav-previous a:before,
.site-content [class*="post-navigation"] .nav-previous a:before {
  left: 0;
  margin-left: -48px;
  text-align: right;
}
@media screen and (max-width: 51em) {
  .site-content [class*="paging-navigation"] .nav-previous a:before,
  .site-content [class*="post-navigation"] .nav-previous a:before {
    margin-left: -35px;
  }
}
.site-content [class*="paging-navigation"] .nav-next a:before,
.site-content [class*="post-navigation"] .nav-next a:before {
  right: 0;
  margin-right: -48px;
  text-align: left;
  content: "\f429";
}
@media screen and (max-width: 51em) {
  .site-content [class*="paging-navigation"] .nav-next a:before,
  .site-content [class*="post-navigation"] .nav-next a:before {
    margin-right: -35px;
  }
}

.comment-navigation:before,
.comment-navigation:after {
  content: "";
  display: table;
}

.comment-navigation:after {
  clear: both;
}

.site-content .comment-navigation {
  margin-bottom: 24px;
}
@media screen and (max-width: 51em) {
  .site-content .comment-navigation {
    padding: 0 24px;
  }
}
.site-content .comment-navigation .nav-previous {
  float: left;
  width: 50%;
}
.site-content .comment-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/* =Comments */
div#respond {
  background: white;
  border: 1px solid #e4e1dc;
  border-radius: 2px;
  padding: 24px 48px;
  position: relative;
}
@media screen and (max-width: 51em) {
  div#respond {
    padding: 24px;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }
}

.comment-body {
  background: white;
  border: 1px solid #e4e1dc;
  border-radius: 2px;
  padding: 48px 48px 24px;
  position: relative;
}
@media screen and (max-width: 51em) {
  .comment-body {
    padding: 48px 24px 24px;
    border-left: 0;
    border-right: 0;
  }
}

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

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

.comment-list {
  list-style: none;
  margin-left: 0;
  margin-bottom: 24px;
  padding: 0;
}
.comment-list .children {
  list-style: none;
  padding-left: 6px;
}
.comment-list li.comment {
  margin-top: 48px;
}

.pingback,
.trackback {
  margin: 12px 0;
}
.pingback a,
.trackback a {
  text-decoration: none;
}
.pingback .edit-link,
.trackback .edit-link {
  float: right;
  margin-left: 24px;
  margin-right: 0;
}
.pingback .edit-link a,
.trackback .edit-link a {
  color: #ada393;
}
@media screen and (max-width: 51em) {
  .pingback .edit-link,
  .trackback .edit-link {
    clear: both;
    float: none;
    margin: 0;
  }
}
.pingback .comment-body,
.trackback .comment-body {
  padding: 24px 48px;
}
@media screen and (max-width: 51em) {
  .pingback .comment-body,
  .trackback .comment-body {
    padding: 24px;
  }
}

.comment-author {
  font-size: 1.25em;
  line-height: 1.2em;
  color: #bd5532;
  font-family: "Bitter", Georgia, Times, serif;
  text-align: center;
}
.comment-author a {
  text-decoration: none;
}
.comment-author .avatar-wrapper {
  border-radius: 50%;
  display: block;
  float: left;
  margin: 0 12px 0 -35px;
  position: absolute;
  top: -36px;
  left: 50%;
  width: 70px;
  height: 70px;
  z-index: 3;
}
@media screen and (max-width: 51em) {
  .comment-author .avatar-wrapper {
    margin-left: -30px;
    top: -30px;
    width: 60px;
    height: 60px;
  }
}
.comment-author .avatar {
  border-radius: 50%;
}
.comment-author cite {
  font-style: normal;
}

.bypostauthor > .comment-body {
  border-color: #d68265;
}

.comment-metadata, .comment-metadata a {
  color: #ada393;
  font-size: 0.8125em;
  line-height: 1.84615em;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 51em) {
  .comment-metadata, .comment-metadata a {
    text-align: left;
  }
}
.comment-metadata a {
  font-size: inherit;
  text-decoration: none;
}

#cancel-comment-reply-link {
  font-size: 0.8125em;
  line-height: 1.84615em;
  float: right;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  display: inline-block;
  text-decoration: none;
}
#cancel-comment-reply-link:before {
  font-size: 1.625em;
  line-height: 1.84615em;
  content: "\f412";
  content: "\f405";
  margin-right: 3px;
  vertical-align: middle;
}

.reply {
  display: inline-block;
  font-size: inherit;
  margin-right: 24px;
  text-decoration: none;
}
.reply:before {
  content: "\f412";
  margin-right: 3px;
}

.comment-respond {
  border-top: 8px solid #bd5532;
}

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

.comments-title {
  color: #ada393;
  font-size: 1.25em;
  line-height: 1.2em;
  margin-bottom: 48px;
}
@media screen and (max-width: 51em) {
  .comments-title {
    padding: 0 24px;
    text-align: center;
  }
}

.comment-form label {
  display: inline-block;
  width: 96px;
}

.required {
  color: #bd5532;
}

.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
  margin: 0 0 24px;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label {
  font-size: 0.8125em;
  line-height: 1.84615em;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 6px 12px;
  position: absolute;
  left: 0;
  top: 6px;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment input {
  display: block;
  margin: 0 0 24px;
  padding-left: 100px;
  width: 100%;
}
.comment-form-author textarea,
.comment-form-email textarea,
.comment-form-url textarea,
.comment-form-comment textarea {
  margin: 0 0 24px;
  padding: 48px 12px 6px;
  clear: both;
  width: 100%;
}

.says {
  display: none;
}

.form-allowed-tags, .form-allowed-tags code {
  color: #ada393;
  font-size: 0.8125em;
  line-height: 1.84615em;
}
.form-allowed-tags code {
  font-size: 0.8125em;
  line-height: 1.84615em;
}

.no-comments {
  color: #ada393;
  font-style: italic;
  margin: 24px 0;
  text-align: center;
}

/* =Widgets */
.widget {
  font-size: 0.8125em;
  line-height: 1.84615em;
  margin: 24px 0;
  position: relative;
  overflow: hidden;
}
.widget select {
  max-width: -webkit-calc(100% - 48px);
  max-width: calc(100% - 48px);
  margin-left: 24px;
}
.widget a {
  text-decoration: none;
}
.widget ul {
  list-style: none;
  margin: 0;
}
.widget ul li {
  border-bottom: 1px solid #e4e1dc;
  list-style: none;
  margin: 0;
  padding: 12px 24px;
}
.widget ul li li {
  border-bottom: 0;
  padding: 6px 0 6px 12px;
}
.widget ul li li:last-child {
  padding-bottom: 0;
}
.widget ul li:last-child {
  border-bottom: 0;
}

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

.widget-title {
  font-size: 1.25em;
  line-height: 1.2em;
  border-bottom: 1px solid #e4e1dc;
  color: #6f9d9f;
  font-weight: bold;
  margin: 12px 0;
  padding: 12px 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.widget-title a {
  color: #6f9d9f;
}

.widget input[type="text"] {
	background: white;
	padding: 11px !important;
}

.widget_search input {
  background: white;
  margin-left: 24px;
  max-width: -webkit-calc(100% - 48px);
  max-width: calc(100% - 48px);
}
.widget_search input[type="submit"] {
  display: none;
}
@media screen and (max-width: 51em) {
  .widget_search input[type="submit"] {
    font-size: 1.25em;
    line-height: 1.2em;
    display: block;
  }
}

.wp_widget_tag_cloud div,
.widget_tag_cloud .tagcloud {
  text-align: center;
}
.wp_widget_tag_cloud div a,
.widget_tag_cloud .tagcloud a {
  color: #bd5532;
  text-decoration: none;
}

/* Calendar widget */
#wp-calendar td, #wp-calendar th,
#wp-calendar th {
  text-align: center;
}
#wp-calendar caption {
  font-weight: 700;
  margin: 12px 0;
  text-align: center;
}

/* =Jetpack */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

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

#infinite-footer {
  z-index: 999;
}
#infinite-footer .container {
  background: #efedea;
  border-top: 0;
  color: #ada393;
  font-size: 0.8125em;
  font-style: italic;
  position: relative;
}
#infinite-footer .container a {
  color: #ada393;
}
#infinite-footer .blog-info a,
#infinite-footer .blog-credits {
  font-size: 0.8125em;
  line-height: 1.84615em;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.infinite-loader {
  margin: 0 auto 48px;
  width: 28px;
}

#infinite-handle span {
  font-size: 0.8125em;
  line-height: 1.84615em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #6f9d9f;
  border-radius: 2px;
  color: white;
  display: block;
  float: none;
  font-weight: bold;
  margin: -24px auto 48px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 140px;
}
#infinite-handle span:hover {
  background: #bd5532;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 51em) {
  #infinite-handle span {
    border-radius: 0;
    width: 100%;
  }
}

div.sharedaddy div.sd-block {
  padding: 11px 0 12px !important;
}

/* =Social Links */
.social-links {
  margin: 0 auto;
  padding: 12px 0 0;
  text-align: center;
}
.social-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-links ul li {
  display: inline-block;
  list-style: none;
  margin: 0;
}
.social-links ul a {
  display: inline-block;
  margin: 0 3px;
  text-decoration: none;
}
.social-links ul a:before {
  background: #6f9d9f;
  border-radius: 50%;
  color: white;
  content: "\f415";
  display: block;
  font-size: 24px;
  line-height: 1;
  position: relative;
  transition: top 0.3s ease-in-out;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 6px;
  text-align: center;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.social-links ul a:hover {
  text-decoration: none;
}
.social-links ul a:hover:before {
  background: #bd5532;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.social-links ul:last-of-type {
  margin-right: 0;
}
.social-links ul a[href*="wordpress.org"]:before,
.social-links ul a[href*="wordpress.com"]:before {
  content: "\f205";
}
.social-links ul a[href*="facebook.com"]:before {
  content: "\f204";
}
.social-links ul a[href*="twitter.com"]:before {
  content: "\f202";
}
.social-links ul a[href*="dribbble.com"]:before {
  content: "\f201";
}
.social-links ul a[href*="plus.google.com"]:before {
  content: "\f206";
}
.social-links ul a[href*="pinterest.com"]:before {
  content: "\f209";
}
.social-links ul a[href*="github.com"]:before {
  content: "\f200";
}
.social-links ul a[href*="tumblr.com"]:before {
  content: "\f214";
}
.social-links ul a[href*="youtube.com"]:before {
  content: "\f213";
}
.social-links ul a[href*="flickr.com"]:before {
  content: "\f211";
}
.social-links ul a[href*="vimeo.com"]:before {
  content: "\f212";
}
.social-links ul a[href*="instagram.com"]:before {
  content: "\f215";
}
.social-links ul a[href*="codepen.io"]:before {
  content: "\f216";
}
.social-links ul a[href*="linkedin.com"]:before {
  content: "\f207";
}
.social-links ul a[href*="/feed"]:before {
  content: "\f413";
}