/**
 * 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(/web/20140720130804im_/http://s1.wp.com/wp-content/mu-plugins/smileyproject/default/ie/smile.png);
	background-image: url(/web/20140720130804im_/http://s1.wp.com/wp-content/mu-plugins/smileyproject/default/smile.svg), none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.emoji-momface:before {
	background-image: url(/web/20140720130804im_/http://s1.wp.com/wp-content/mu-plugins/smileyproject/default/ie/momface.png);
	background-image: url(/web/20140720130804im_/http://s1.wp.com/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;
}


/* 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(/web/20140720130804im_/http://s1.wp.com/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;
	}
}
/* =Infinity Styles
-------------------------------------------------------------- */

.infinite-wrap {
}
.infinite-loader {
	color: #000;
	display: block;
	height: 28px;
	text-indent: -9999px;
}
#infinite-handle span {
	background: #333;
	border-radius: 1px;
	color: #eee;
	cursor: pointer;
	font-size: 13px;
	padding: 6px 16px;
}

/**
 * For smaller viewports, remove the down-arrow icon and turn
 * the button into a block element, spanning the content's full width.
 */
@media (max-width: 800px) {
	#infinite-handle span:before {
		display: none;
	}
	#infinite-handle span {
		display: block;
	}
}

/**
 * Footer
 */
#infinite-footer {
	position: fixed;
		bottom: -50px;
		left: 0;
	width: 100%;
}
#infinite-footer a {
	text-decoration: none;
}
#infinite-footer .blog-info a:hover,
#infinite-footer .blog-credits a:hover {
	color: #444;
	text-decoration: underline;
}
#infinite-footer .container {
	background: rgba( 255, 255, 255, 0.8 );
	border-color: #ccc;
	border-color: rgba( 0, 0, 0, 0.1 );
	border-style: solid;
	border-width: 1px 0 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	overflow: hidden;
	padding: 1px 20px;
	width: 780px;
}
#infinite-footer .blog-info,
#infinite-footer .blog-credits {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 25px;
}
#infinite-footer .blog-info {
	float: left;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 40%;
}
#infinite-footer .blog-credits {
	font-weight: normal;
	float: right;
	width: 60%;
}
#infinite-footer .blog-info a {
	color: #111;
	font-size: 14px;
	font-weight: bold;
}
#infinite-footer .blog-credits {
	color: #888;
	font-size: 12px;
	text-align: right;
}
#infinite-footer .blog-credits a {
	color: #666;
}

/**
 * Hooks to infinity-end body class to restore footer
 */
.infinity-end.neverending #infinite-footer {
	display: none;
}

/**
 * Responsive structure for the footer
 */
@media (max-width: 640px) {
	#infinite-footer .container {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}
	#infinite-footer .blog-info {
		width: 30%;
	}
	#infinite-footer .blog-credits {
		width: 70%;
	}
	#infinite-footer .blog-info a,
	#infinite-footer .blog-credits {
		font-size: 10px;
	}
}

/**
 * No fixed footer on small viewports
 */
@media ( max-width: 640px ) {
	#infinite-footer {
		position: static;
	}
}.slideshow-window {
	background-color: #222;
	border: 20px solid #222;
	border-radius: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	-khtml-border-radius: 11px;
	margin-bottom: 20px;
	height: 410px;
	z-index: 1;
}

.slideshow-window.slideshow-white {
	background-color: #fff;
	border-color: #fff;
}

.slideshow-window, .slideshow-window * {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.slideshow-loading {
	height: 100%;
	text-align: center;
	margin: auto;
}

body div.slideshow-window * img {
    /* Override any styles that might be present in the page stylesheet */
    border-width: 0 !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 0 !important;
    background-color: transparent !important;
    background-image: none !important;
    max-width: 100%;
}

.slideshow-loading img {
	vertical-align: middle;
}

.slideshow-slide {
	height: 100%;
	width: 100%;
	text-align: center;
	margin: auto;
	display: none;
}

.slideshow-slide img {
	vertical-align: middle;
}

.slideshow-line-height-hack {
	overflow: hidden;
	width: 0px;
	font-size: 0px;
}

.slideshow-slide-caption {
	font-size: 13px;
	font-family: "Helvetica Neue", sans-serif;
	color: #f7f7f7;
	text-shadow: #222 1px 1px 2px;
	line-height: 25px;
	height: 25px;
	position: absolute;
	bottom: 5px;
	left: 0;
	z-index: 100;
	width: 100%;
	text-align: center;
}

/* @noflip */
.slideshow-controls {
	z-index: 1000;
        position: absolute;
        bottom: 30px;
        margin: auto;
	text-align: center;
	width: 100%;
	display: none;
	direction:ltr;
}

body div div.slideshow-controls a,
body div div.slideshow-controls a:hover {
	border:2px solid rgba(255,255,255,0.1) !important;
	background-color: #000 !important;
	background-color: rgba(0,0,0,0.6) !important;
	background-image: url(/web/20140720130804im_/http://s1.wp.com/wp-content/mu-plugins/shortcodes/img/slideshow-controls.png) !important;
	background-repeat: no-repeat;
	background-size: 142px 16px !important;
	background-position: -34px 8px !important;
	color: #222 !important;
	margin: 0 5px !important;
	padding: 0 !important;
	display: inline-block !important;
	*display: inline;
	zoom: 1;
	height: 32px !important;
	width: 32px !important;
	line-height: 32px !important;
	text-align: center !important;
	-khtml-border-radius: 10em !important;
	-webkit-border-radius: 10em !important;
	-moz-border-radius: 10em !important;
	border-radius: 10em !important;
	-webkit-transition: 300ms border-color ease-out;
	-moz-transition: 300ms border-color ease-out;
	-o-transition: 300ms border-color ease-out;
	transition: 300ms border-color ease-out;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
	body div div.slideshow-controls a,
	body div div.slideshow-controls a:hover {
		background-image: url(/web/20140720130804im_/http://s1.wp.com/wp-content/mu-plugins/shortcodes/img/slideshow-controls-2x.png) !important;
	}
}

body div div.slideshow-controls a:hover {
	border-color: rgba(255,255,255,1) !important;
}

body div div.slideshow-controls a:first-child { background-position: -76px 8px !important;}
body div div.slideshow-controls a:last-child { background-position: -117px 8px !important;}
body div div.slideshow-controls a:nth-child(2) { background-position: -34px 8px !important;}
body div div.slideshow-controls a.running { background-position: -34px 8px !important;}
body div div.slideshow-controls a.paused { background-position: 9px 8px !important;}

.slideshow-controls a img {
	border: 50px dotted fuchsia;
}
/**
 * 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;
}/**

	Genericons

*/


/* 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: "Genericons";
  src: url(/web/20140720130804im_/http://s1.wp.com/wp-content/mu-plugins/genericons/genericons/Genericons.eot);
  src: url(/web/20140720130804im_/http://s1.wp.com/wp-content/mu-plugins/genericons/genericons/Genericons.eot#iefix) format("embedded-opentype"),
	   url(data:application/font-woff;charset=utf-8;base64,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),
       url(/web/20140720130804im_/http://s1.wp.com/wp-content/mu-plugins/genericons/genericons/Genericons.woff) format("woff"),
       url(/web/20140720130804im_/http://s1.wp.com/wp-content/mu-plugins/genericons/genericons/Genericons.ttf) format("truetype"),
       url(/web/20140720130804im_/http://s1.wp.com/wp-content/mu-plugins/genericons/genericons/Genericons.svg#Genericons) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Genericons";
    src: url(/web/20140720130804im_/http://s1.wp.com/wp-content/mu-plugins/genericons/genericons/Genericons.svg#Genericons) format("svg");
  }
}


/**
 * All Genericons
 */

.genericon {
	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: "Genericons";
	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
 */

.genericon-404:before { content: "\f423"; }
.genericon-aside:before { content: "\f101"; }
.genericon-attachment:before { content: "\f416"; }
.genericon-audio:before { content: "\f109"; }
.genericon-bold:before { content: "\f471"; }
.genericon-book:before { content: "\f444"; }
.genericon-cart:before { content: "\f447"; }
.genericon-category:before { content: "\f301"; }
.genericon-chat:before { content: "\f108"; }
.genericon-checkmark:before { content: "\f418"; }
.genericon-close:before { content: "\f405"; }
.genericon-close-alt:before { content: "\f406"; }
.genericon-cloud:before { content: "\f426"; }
.genericon-cloud-download:before { content: "\f440"; }
.genericon-cloud-upload:before { content: "\f441"; }
.genericon-code:before { content: "\f462"; }
.genericon-codepen:before { content: "\f216"; }
.genericon-cog:before { content: "\f445"; }
.genericon-collapse:before { content: "\f432"; }
.genericon-comment:before { content: "\f300"; }
.genericon-day:before { content: "\f305"; }
.genericon-digg:before { content: "\f221"; }
.genericon-document:before { content: "\f443"; }
.genericon-dot:before { content: "\f428"; }
.genericon-downarrow:before { content: "\f502"; }
.genericon-draggable:before { content: "\f436"; }
.genericon-dribbble:before { content: "\f201"; }
.genericon-dropbox:before { content: "\f225"; }
.genericon-dropdown:before { content: "\f433"; }
.genericon-dropdown-left:before { content: "\f434"; }
.genericon-edit:before { content: "\f411"; }
.genericon-ellipsis:before { content: "\f476"; }
.genericon-expand:before { content: "\f431"; }
.genericon-external:before { content: "\f442"; }
.genericon-facebook:before { content: "\f203"; }
.genericon-facebook-alt:before { content: "\f204"; }
.genericon-fastforward:before { content: "\f458"; }
.genericon-feed:before { content: "\f413"; }
.genericon-flag:before { content: "\f468"; }
.genericon-flickr:before { content: "\f211"; }
.genericon-foursquare:before { content: "\f226"; }
.genericon-fullscreen:before { content: "\f474"; }
.genericon-gallery:before { content: "\f103"; }
.genericon-github:before { content: "\f200"; }
.genericon-googleplus:before { content: "\f206"; }
.genericon-googleplus-alt:before { content: "\f218"; }
.genericon-heart:before { content: "\f461"; }
.genericon-help:before { content: "\f457"; }
.genericon-hide:before { content: "\f404"; }
.genericon-hierarchy:before { content: "\f505"; }
.genericon-home:before { content: "\f409"; }
.genericon-image:before { content: "\f102"; }
.genericon-info:before { content: "\f455"; }
.genericon-instagram:before { content: "\f215"; }
.genericon-italic:before { content: "\f472"; }
.genericon-key:before { content: "\f427"; }
.genericon-leftarrow:before { content: "\f503"; }
.genericon-link:before { content: "\f107"; }
.genericon-linkedin:before { content: "\f207"; }
.genericon-linkedin-alt:before { content: "\f208"; }
.genericon-location:before { content: "\f417"; }
.genericon-lock:before { content: "\f470"; }
.genericon-mail:before { content: "\f410"; }
.genericon-maximize:before { content: "\f422"; }
.genericon-menu:before { content: "\f419"; }
.genericon-minimize:before { content: "\f421"; }
.genericon-month:before { content: "\f307"; }
.genericon-next:before { content: "\f429"; }
.genericon-notice:before { content: "\f456"; }
.genericon-paintbrush:before { content: "\f506"; }
.genericon-path:before { content: "\f219"; }
.genericon-pause:before { content: "\f448"; }
.genericon-phone:before { content: "\f437"; }
.genericon-picture:before { content: "\f473"; }
.genericon-pinned:before { content: "\f308"; }
.genericon-pinterest:before { content: "\f209"; }
.genericon-pinterest-alt:before { content: "\f210"; }
.genericon-play:before { content: "\f452"; }
.genericon-plugin:before { content: "\f439"; }
.genericon-pocket:before { content: "\f224"; }
.genericon-polldaddy:before { content: "\f217"; }
.genericon-portfolio:before { content: "\f460"; }
.genericon-previous:before { content: "\f430"; }
.genericon-print:before { content: "\f469"; }
.genericon-quote:before { content: "\f106"; }
.genericon-reddit:before { content: "\f222"; }
.genericon-refresh:before { content: "\f420"; }
.genericon-reply:before { content: "\f412"; }
.genericon-reply-alt:before { content: "\f466"; }
.genericon-reply-single:before { content: "\f467"; }
.genericon-rewind:before { content: "\f459"; }
.genericon-rightarrow:before { content: "\f501"; }
.genericon-search:before { content: "\f400"; }
.genericon-send-to-phone:before { content: "\f438"; }
.genericon-send-to-tablet:before { content: "\f454"; }
.genericon-share:before { content: "\f415"; }
.genericon-show:before { content: "\f403"; }
.genericon-sitemap:before { content: "\f507"; }
.genericon-skip-ahead:before { content: "\f451"; }
.genericon-skip-back:before { content: "\f450"; }
.genericon-skype:before { content: "\f220"; }
.genericon-spam:before { content: "\f424"; }
.genericon-standard:before { content: "\f100"; }
.genericon-star:before { content: "\f408"; }
.genericon-status:before { content: "\f105"; }
.genericon-stop:before { content: "\f449"; }
.genericon-stumbleupon:before { content: "\f223"; }
.genericon-subscribe:before { content: "\f463"; }
.genericon-subscribed:before { content: "\f465"; }
.genericon-summary:before { content: "\f425"; }
.genericon-tablet:before { content: "\f453"; }
.genericon-tag:before { content: "\f302"; }
.genericon-time:before { content: "\f303"; }
.genericon-top:before { content: "\f435"; }
.genericon-trash:before { content: "\f407"; }
.genericon-tumblr:before { content: "\f214"; }
.genericon-twitter:before { content: "\f202"; }
.genericon-unapprove:before { content: "\f446"; }
.genericon-unsubscribe:before { content: "\f464"; }
.genericon-unzoom:before { content: "\f401"; }
.genericon-uparrow:before { content: "\f500"; }
.genericon-user:before { content: "\f304"; }
.genericon-video:before { content: "\f104"; }
.genericon-vimeo:before { content: "\f212"; }
.genericon-warning:before { content: "\f414"; }
.genericon-website:before { content: "\f475"; }
.genericon-week:before { content: "\f306"; }
.genericon-wordpress:before { content: "\f205"; }
.genericon-xpost:before { content: "\f504"; }
.genericon-youtube:before { content: "\f213"; }
.genericon-zoom:before { content: "\f402"; }




.wpcom-instagram-images {
	overflow: hidden;
}

.wpcom-instagram-images img {
	display: block;
	float: left;
	height: auto;
}

.wpcom-instagram-columns-1 img {
	margin: 0 1% 5px;
	max-width: 97%;
}

.wpcom-instagram-columns-2 img {
	margin: 0 1% 2%;
	max-width: 47%;
}

.wpcom-instagram-columns-3 img {
	margin: 0 1% 2%;
	max-width: 30%;
}/**

	Noticons

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

*/


/* IE8 and below use EOT and allow cross-site embedding. 
   IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
   So unfortunately, IE9 will throw a console error, but it'll still work.
   When the font is base64 encoded, cross-site embedding works in Firefox */
@font-face {
  font-family: "Noticons";
  src: url(/web/20140720130804im_/http://s1.wp.com/i/noticons/Noticons.eot);
  src: url(/web/20140720130804im_/http://s1.wp.com/i/noticons/Noticons.eot#iefix) format("embedded-opentype"),
	   url(data:application/font-woff;charset=utf-8;base64,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),
       url(/web/20140720130804im_/http://s1.wp.com/i/noticons/Noticons.woff) format("woff"),
       url(/web/20140720130804im_/http://s1.wp.com/i/noticons/Noticons.ttf) format("truetype"),
       url(/web/20140720130804im_/http://s1.wp.com/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(/web/20140720130804im_/http://s1.wp.com/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-add:before { content: "\f8b3"; }
.noticon-akismet:before { content: "\f8d2"; }
.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-bold:before { content: "\f471"; }
.noticon-book:before { content: "\f444"; }
.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-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-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-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-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-menu:before { content: "\f419"; }
.noticon-milestone:before { content: "\f806"; }
.noticon-minimize:before { content: "\f421"; }
.noticon-month:before { content: "\f307"; }
.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-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-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-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-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-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-vimeo:before { content: "\f212"; }
.noticon-warning:before { content: "\f414"; }
.noticon-website:before { content: "\f475"; }
.noticon-week:before { content: "\f306"; }
.noticon-wordads:before { content: "\f813"; }
.noticon-wordpress:before { content: "\f205"; }
.noticon-xpost:before { content: "\f504"; }
.noticon-youtube:before { content: "\f213"; }
.noticon-zoom:before { content: "\f402"; }


/**
 * Deprecated noticon names
 */

.noticon-like:before { content: "\f408"; }
.geolocation-chip .noticon {
  display: inline-block;
  vertical-align: middle;
}

.geolocation-chip {
  margin-bottom: 1em;
}/**
 * Post Reblogging not in the Reader
 */


.reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
}

.reblogger-note-content {
	margin: 0 0 20px;
}

.wpcom-reblog-snapshot .reblog-from img {
	margin: 0 .5em 0 0;
	padding: 0;
	border: 0;
}

.wpcom-reblog-snapshot .reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
	margin: 0 .5em 0 0;
}

.wpcom-reblog-snapshot {
	margin-bottom: 1em;
}

.wpcom-reblog-snapshot p.reblog-from {
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogged-content {
	margin: 0 0 1em 0;
}


/* Old reblog styles */
.reblog-post .wpcom-enhanced-excerpt-content {border-left: 3px solid #eee; padding-left: 15px; }
.reblog-post ul.thumb-list         { display: block; list-style: none; margin: 2px 0; padding: 0; clear: both; }
.reblog-post ul.thumb-list li      { display: inline; margin: 0; padding: 0 1px; border: 0; }
.reblog-post ul.thumb-list li a    { margin: 0; padding: 0; border: 0; }
.reblog-post ul.thumb-list li img  { margin: 0; padding: 0; border: 0; }

.reblog-post .wpcom-enhanced-excerpt { clear: both; }

.reblog-post .wpcom-enhanced-excerpt address,
.reblog-post .wpcom-enhanced-excerpt li,
.reblog-post .wpcom-enhanced-excerpt h1,
.reblog-post .wpcom-enhanced-excerpt h2,
.reblog-post .wpcom-enhanced-excerpt h3,
.reblog-post .wpcom-enhanced-excerpt h4,
.reblog-post .wpcom-enhanced-excerpt h5,
.reblog-post .wpcom-enhanced-excerpt h6,
.reblog-post .wpcom-enhanced-excerpt p { font-size: 100% !important; }

.reblog-post .wpcom-enhanced-excerpt blockquote,
.reblog-post .wpcom-enhanced-excerpt pre,
.reblog-post .wpcom-enhanced-excerpt code,
.reblog-post .wpcom-enhanced-excerpt q { font-size: 98% !important; }


/* Reblogged post */
.reblog-from img {
	margin: 0 10px 0 0;
	vertical-align: middle;
	padding: 0;
	border: 0;
}

.reblog-source {
	font-weight: bold;
}

/* Optional notes */
.wpcom-reblog-snapshot .reblogger-note {
	border-bottom: 1px solid #ddd;
	border-bottom: 1px solid rgba(0,0,0,.1);
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	overflow: hidden;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogger-note-content {
	margin: 0;
	padding: 0;
}

body .wpcom-reblog-snapshot .reblogger-note-content blockquote {
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	margin: 0;
	padding: 0;
	position: relative;
	border: none;
}

.wpcom-reblog-snapshot .reblogger-note-content blockquote p:last-child {
	margin-bottom: 0;
}
/* CSS reset */
/* based upon: normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 16px;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
code,
kbd,
pre,
samp {
  font-family: 'andale mono', 'monotype.com', 'lucida console', monospace;
  font-size: 1em;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"],
input.searchfield {
  -webkit-appearance: textfield;
}
input[type="search"]:focus::-webkit-input-placeholder,
input.searchfield:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s 0.5s ease;
  -ms-transition: opacity 0.5s 0.5s ease;
  -o-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
input[type="search"]::-webkit-search-cancel-button,
input.searchfield::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input.searchfield::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 30px;
  border: 1px solid #f2f2f2;
}
table th,
table caption {
  background: #f2f2f2;
  padding: 5px 10px;
}
table td {
  padding: 5px 10px;
}
table tr:nth-child(odd) {
  background: #ffffff;
}
table tr:nth-child(even) {
  background: #fcfcfc;
}
::selection,
::-moz-selection {
  background: #c0392b;
  color: #ffffff;
}
.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
}
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body {
  -webkit-animation-duration: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.1s;
}
@-webkit-keyframes fontfix {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
/* Typography */
body {
  color: #666666;
  font: normal 103.125%/1.55 'Lato', Arial, sans-serif;
}
h1 {
  font-size: 343.7465625%;
  margin-bottom: 15px;
}
h2 {
  font-size: 206.25%;
  margin-bottom: 15px;
}
h3 {
  font-size: 137.49656249999998%;
  margin-bottom: 15px;
}
h4 {
  font-size: 120.3159375%;
  margin-bottom: 15px;
  margin-bottom: 0.5rem;
}
h5 {
  font-size: 103.125%;
  margin-bottom: 15px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
h6 {
  font-size: 103.125%;
  margin-bottom: 15px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1a1a1a;
  font-family: 'Lato', Arial, sans-serif;
  line-height: 1.1667;
  margin-top: 0;
  font-weight: normal;
}
hr {
  margin: 30px 0;
  border: 1px solid #e6e6e6;
}
p,
pre {
  margin: 0 0 30px 0;
}
ol,
ul {
  padding: 0 0 0 1.5rem;
  margin: 0 0 30px 0;
}
ol ol,
ul ol,
ol ul,
ul ul {
  margin-bottom: 0;
}
dl dt {
  font-weight: bold;
}
pre {
  background: #333333;
  color: #2ecc71;
  padding: 20px;
  display: block;
  overflow: auto;
  word-wrap: normal;
  white-space: pre;
}
q {
  background: #fcfcfc;
}
code {
  font-family: monospace;
}
blockquote {
  background: #f2f2f2;
  padding: 10px 20px;
  margin: 0 0 30px 0;
  position: relative;
  border-left: 3px solid #c0392b;
  overflow: hidden;
}
blockquote p {
  color: #999999;
}
blockquote p:last-child {
  margin-bottom: 0;
}
address {
  margin-bottom: 30px;
}
img {
  max-width: 100%;
  height: auto;
}
/* Forms */
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input.text,
textarea,
input.settings-input {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
  max-width: 100%;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input.text:focus,
textarea:focus,
input.settings-input:focus {
  outline-color: #c0392b;
  border-color: #c0392b;
}
select {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}
textarea {
  width: 100%;
  height: 150px;
}
input .text {
  width: 200px;
}
input .long-text {
  width: 350px;
}
input[type=submit] {
  font-size: 0.9em;
  padding: 0 15px;
  line-height: 30px;
  color: #ffffff;
  border-radius: 30px;
  border: 1px solid #c0392b;
  display: inline-block;
  text-decoration: none;
  background-color: #bb3d30;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d34a3b), to(#a33024));
  background-image: -webkit-linear-gradient(top, #d34a3b, #a33024);
  background-image: -moz-linear-gradient(top, #d34a3b, #a33024);
  background-image: -ms-linear-gradient(top, #d34a3b, #a33024);
  background-image: -o-linear-gradient(top, #d34a3b, #a33024);
  background-image: linear-gradient(top, #d34a3b, #a33024);
  border-color: #a33024;
  -webkit-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  border-radius: 3px;
  background: #c0392b;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type=submit]:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #a33024;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c0392b), to(#86281e));
  background-image: -webkit-linear-gradient(top, #c0392b, #86281e);
  background-image: -moz-linear-gradient(top, #c0392b, #86281e);
  background-image: -ms-linear-gradient(top, #c0392b, #86281e);
  background-image: -o-linear-gradient(top, #c0392b, #86281e);
  background-image: linear-gradient(top, #c0392b, #86281e);
  border-color: #86281e;
}
input[type=submit]:hover {
  background: #962d22;
}
input.radio {
  margin-right: 5px;
}
textarea.error,
input.error {
  border-color: #e67e22;
  margin: 0;
}
label {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
label.error {
  color: #e67e22;
  margin-bottom: 5px;
}
label em {
  color: #cccccc;
}
legend {
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
}
fieldset {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  padding: 20px;
}
fieldset ul.radio {
  margin: 0;
}
/* WordPress specific stuff */
.wp-caption {
  background: #f2f2f2;
  padding: 5px;
  text-align: center;
  margin-bottom: 10px;
  max-width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  padding: 5px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wp-caption .wp-caption-text {
  text-align: center;
  padding: 0;
  margin: 0;
  color: #808080;
  font-size: 0.8em;
}
.wp-caption img {
  float: none;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
.postnav {
  margin-bottom: 30px;
  *zoom: 1;
}
.postnav:before,
.postnav:after {
  content: "";
  display: table;
}
.postnav:after {
  clear: both;
}
.postnav .next,
.postnav .prev {
  width: 50%;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.postnav .next {
  text-align: right;
  float: right;
}
#wp-calendar {
  width: 100%;
  margin: 0;
}
#wp-calendar th,
#wp-calendar caption {
  text-align: center;
  background: #ffffff;
}
#wp-calendar th {
  border-bottom: 1px solid #f2f2f2;
}
#wp-calendar th,
#wp-calendar td {
  text-align: center;
  padding: 8px 2px;
}
#wp-calendar caption {
  background: transparent;
  font-weight: bold;
  padding: 2px 0;
  text-transform: uppercase;
}
#wp-calendar #today {
  font-weight: bold;
}
/* --- COMMON WORDPRESS SETTINGS --- */
/* standard WordPress image classes */
.alignleft,
.alignright,
.aligncenter {
  display: block;
  padding: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.alignleft {
  clear: right;
  float: left;
  margin: 10px 0 15px 0;
}
.alignright {
  clear: left;
  float: right;
  margin: 10px 0 15px 0;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 10px auto 15px auto;
}
.alignright .alignright,
.alignleft .alignleft,
.aligncenter .aligncenter {
  padding: 0 5px;
  border: 0;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.textcenter {
  text-align: center;
}
.textright {
  text-align: right;
}
.textleft {
  text-align: left;
}
.invisible {
  position: absolute;
  left: -1000em;
}
img#wpstats {
  position: absolute;
  left: -100px;
  bottom: 100px;
}
.gallery {
  padding: 0;
  margin-bottom: 30px;
}
.gallery dl {
  float: left;
  text-align: center;
  margin: 0 0 15px 0;
}
.gallery dl dt {
  padding: 0 0;
  *zoom: 1;
}
.gallery dl dt:before,
.gallery dl dt:after {
  content: "";
  display: table;
}
.gallery dl dt:after {
  clear: both;
}
.gallery dl dd {
  padding: 0 0;
  margin: 0;
  font-size: 0.8em;
}
.gallery dl img {
  max-width: 100%;
  height: auto;
  opacity: 0.9;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.gallery dl img:hover {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.gallery a.image {
  float: none;
}
.gallery .gallery-caption {
  font-style: italic;
}
.gallery.gallery-columns-1 dl {
  width: 100%;
}
.gallery.gallery-columns-2 dl {
  width: 50%;
}
.gallery.gallery-columns-3 dl {
  width: 33.33%;
}
.gallery.gallery-columns-4 dl {
  width: 25%;
}
.gallery.gallery-columns-5 dl {
  width: 20%;
}
.infinite-scroll .pagination {
  display: none;
}
.infinite-scroll #infinite-handle {
  clear: both;
  padding: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.infinite-scroll #infinite-handle span {
  font-size: 0.9em;
  padding: 0 15px;
  line-height: 30px;
  color: #ffffff;
  border-radius: 30px;
  border: 1px solid #c0392b;
  display: inline-block;
  text-decoration: none;
  background-color: #bb3d30;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d34a3b), to(#a33024));
  background-image: -webkit-linear-gradient(top, #d34a3b, #a33024);
  background-image: -moz-linear-gradient(top, #d34a3b, #a33024);
  background-image: -ms-linear-gradient(top, #d34a3b, #a33024);
  background-image: -o-linear-gradient(top, #d34a3b, #a33024);
  background-image: linear-gradient(top, #d34a3b, #a33024);
  border-color: #a33024;
  -webkit-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  border-radius: 3px;
  background: #c0392b;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.infinite-scroll #infinite-handle span:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #a33024;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c0392b), to(#86281e));
  background-image: -webkit-linear-gradient(top, #c0392b, #86281e);
  background-image: -moz-linear-gradient(top, #c0392b, #86281e);
  background-image: -ms-linear-gradient(top, #c0392b, #86281e);
  background-image: -o-linear-gradient(top, #c0392b, #86281e);
  background-image: linear-gradient(top, #c0392b, #86281e);
  border-color: #86281e;
}
.infinite-scroll #infinite-handle span:hover {
  background: #962d22;
}
.infinite-scroll #infinite-handle span:hover {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.infinite-scroll .infinite-loader {
  clear: both;
  padding: 30px;
}
.infinite-scroll .infinite-loader .spinner {
  margin: 0 auto;
}
.widget {
  overflow: hidden;
}
.widget h3.widgettitle:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: bottom;
  margin-right: 3px;
}
.widget select {
  width: 100%;
}
.widget.milestone-widget .milestone-content {
  margin: 0 auto;
}
.widget.widget_recent_comments table.recentcommentsavatar {
  width: 100%;
  margin: 0;
  border: none;
}
.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.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_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: 5px;
}
.widget.widget_flickr #flickr_badge_uber_wrapper td a,
.widget.widget_flickr #flickr_badge_wrapper td a {
  color: #c0392b;
}
.widget.widget_flickr #flickr_badge_uber_wrapper td a:hover,
.widget.widget_flickr #flickr_badge_wrapper td a:hover {
  text-decoration: underline;
}
.widget.widget_flickr #flickr_badge_wrapper {
  border-color: #e6e6e6;
}
.widget.widget_image .wp-caption {
  max-width: 100%;
}
.widget.widget_recent_comments h3.widgettitle:before {
  content: '\f300';
}
.widget.widget_recent_entries h3.widgettitle:before {
  content: '\f444';
}
.widget.widget_pages h3.widgettitle:before {
  content: '\f443';
}
.widget.widget_categories h3.widgettitle:before {
  content: '\f301';
}
.widget.widget_archive h3.widgettitle:before,
.widget.widget_calendar h3.widgettitle:before {
  content: '\f307';
}
.widget.widget_meta h3.widgettitle:before {
  content: '\f445';
}
.widget.widget_tag_cloud h3.widgettitle:before,
.widget.wp_widget_tag_cloud h3.widgettitle:before {
  content: '\f302';
}
.widget.widget_wpcom_instagram_widget h3.widgettitle:before {
  content: '\f215';
}
.widget.widget_twitter_timeline h3.widgettitle:before {
  content: '\f202';
}
.widget.widget_links h3.widgettitle:before {
  content: '\f107';
}
.widget.widget-grofile h3.widgettitle:before,
.widget.widget_gravatar h3.widgettitle:before {
  content: '\f304';
}
.widget.widget_jetpack_posts_i_like h3.widgettitle:before {
  content: '\f461';
}
.widget.widget_rss_links h3.widgettitle:before {
  content: '\f413';
}
#jp-post-flair {
  margin-bottom: 30px;
}
.post-password-required form {
  margin-bottom: 30px;
  padding: 20px;
  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-child {
  margin-bottom: 0;
}
a.post-edit-link {
  display: block;
  margin-bottom: 30px;
  padding: 5px;
  text-align: center;
  background: #f2f2f2;
  clear: both;
}
a.post-edit-link:hover {
  background: #e6e6e6;
  text-decoration: none;
}
a.post-edit-link:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: bottom;
  content: '\f411';
  margin-right: 5px;
}
a.post-edit-link:before:hover {
  text-decoration: none;
}
/* Common Styles */
.content-comments h3#comments:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
  vertical-align: bottom;
  content: '\f108';
  line-height: 0.8;
  margin-right: 5px;
}
ol.commentlist {
  list-style-type: none;
  margin: 0 0 30px 0;
  padding: 0;
}
ol.commentlist li.trackback .comment-body:before,
ol.commentlist li.pingback .comment-body:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: bottom;
  content: '\f107';
}
ol.commentlist li.comment,
ol.commentlist li.trackback,
ol.commentlist li.pingback {
  *zoom: 1;
  margin: 0;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
  list-style-type: none;
}
ol.commentlist li.comment:before,
ol.commentlist li.trackback:before,
ol.commentlist li.pingback:before,
ol.commentlist li.comment:after,
ol.commentlist li.trackback:after,
ol.commentlist li.pingback:after {
  content: "";
  display: table;
}
ol.commentlist li.comment:after,
ol.commentlist li.trackback:after,
ol.commentlist li.pingback:after {
  clear: both;
}
ol.commentlist li.comment article,
ol.commentlist li.trackback article,
ol.commentlist li.pingback article {
  padding: 20px 0;
}
ol.commentlist li.comment .says,
ol.commentlist li.trackback .says,
ol.commentlist li.pingback .says {
  display: none;
}
ol.commentlist li.comment #respond,
ol.commentlist li.trackback #respond,
ol.commentlist li.pingback #respond {
  position: relative;
  margin: 0;
}
ol.commentlist li.comment #respond #cancel-comment-reply-link,
ol.commentlist li.trackback #respond #cancel-comment-reply-link,
ol.commentlist li.pingback #respond #cancel-comment-reply-link {
  position: absolute;
  right: 0;
  font-size: 0.9em;
  padding: 0 15px;
  line-height: 30px;
  color: #ffffff;
  border-radius: 30px;
  border: 1px solid #b3b3b3;
  display: inline-block;
  text-decoration: none;
  background-color: #b3b3b3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c4c4c4), to(#a1a1a1));
  background-image: -webkit-linear-gradient(top, #c4c4c4, #a1a1a1);
  background-image: -moz-linear-gradient(top, #c4c4c4, #a1a1a1);
  background-image: -ms-linear-gradient(top, #c4c4c4, #a1a1a1);
  background-image: -o-linear-gradient(top, #c4c4c4, #a1a1a1);
  background-image: linear-gradient(top, #c4c4c4, #a1a1a1);
  border-color: #a1a1a1;
  -webkit-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  border-radius: 3px;
  background: #c0392b;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
ol.commentlist li.comment #respond #cancel-comment-reply-link:hover,
ol.commentlist li.trackback #respond #cancel-comment-reply-link:hover,
ol.commentlist li.pingback #respond #cancel-comment-reply-link:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #a1a1a1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), to(#8f8f8f));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #8f8f8f);
  background-image: -moz-linear-gradient(top, #b3b3b3, #8f8f8f);
  background-image: -ms-linear-gradient(top, #b3b3b3, #8f8f8f);
  background-image: -o-linear-gradient(top, #b3b3b3, #8f8f8f);
  background-image: linear-gradient(top, #b3b3b3, #8f8f8f);
  border-color: #8f8f8f;
}
ol.commentlist li.comment #respond #cancel-comment-reply-link:hover,
ol.commentlist li.trackback #respond #cancel-comment-reply-link:hover,
ol.commentlist li.pingback #respond #cancel-comment-reply-link:hover {
  background: #962d22;
}
ol.commentlist li.comment .avatar,
ol.commentlist li.trackback .avatar,
ol.commentlist li.pingback .avatar {
  float: left;
  margin: 0 10px 0 0;
}
ol.commentlist li.comment .reply,
ol.commentlist li.trackback .reply,
ol.commentlist li.pingback .reply {
  position: absolute;
  top: 20px;
  right: 0;
}
ol.commentlist li.comment .reply a,
ol.commentlist li.trackback .reply a,
ol.commentlist li.pingback .reply a {
  font-size: 0.9em;
  padding: 0 15px;
  line-height: 30px;
  color: #ffffff;
  border-radius: 30px;
  border: 1px solid #c0392b;
  display: inline-block;
  text-decoration: none;
  background-color: #bb3d30;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d34a3b), to(#a33024));
  background-image: -webkit-linear-gradient(top, #d34a3b, #a33024);
  background-image: -moz-linear-gradient(top, #d34a3b, #a33024);
  background-image: -ms-linear-gradient(top, #d34a3b, #a33024);
  background-image: -o-linear-gradient(top, #d34a3b, #a33024);
  background-image: linear-gradient(top, #d34a3b, #a33024);
  border-color: #a33024;
  -webkit-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  border-radius: 3px;
  background: #c0392b;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: block;
}
ol.commentlist li.comment .reply a:hover,
ol.commentlist li.trackback .reply a:hover,
ol.commentlist li.pingback .reply a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #a33024;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c0392b), to(#86281e));
  background-image: -webkit-linear-gradient(top, #c0392b, #86281e);
  background-image: -moz-linear-gradient(top, #c0392b, #86281e);
  background-image: -ms-linear-gradient(top, #c0392b, #86281e);
  background-image: -o-linear-gradient(top, #c0392b, #86281e);
  background-image: linear-gradient(top, #c0392b, #86281e);
  border-color: #86281e;
}
ol.commentlist li.comment .reply a:hover,
ol.commentlist li.trackback .reply a:hover,
ol.commentlist li.pingback .reply a:hover {
  background: #962d22;
}
ol.commentlist li.comment.bypostauthor,
ol.commentlist li.trackback.bypostauthor,
ol.commentlist li.pingback.bypostauthor {
  border: none;
}
ol.commentlist li.comment.bypostauthor > article,
ol.commentlist li.trackback.bypostauthor > article,
ol.commentlist li.pingback.bypostauthor > article {
  padding: 20px;
  background: #ffffff;
  border-left: 2px solid #c0392b;
  position: relative;
}
ol.commentlist li.comment.bypostauthor .reply,
ol.commentlist li.trackback.bypostauthor .reply,
ol.commentlist li.pingback.bypostauthor .reply {
  right: 20px;
}
ol.commentlist li.comment .comment-content,
ol.commentlist li.trackback .comment-content,
ol.commentlist li.pingback .comment-content {
  clear: both;
}
ol.commentlist li.comment .comment-content p:last-child,
ol.commentlist li.trackback .comment-content p:last-child,
ol.commentlist li.pingback .comment-content p:last-child {
  margin-bottom: 0;
}
ol.commentlist li.comment .edit-link,
ol.commentlist li.trackback .edit-link,
ol.commentlist li.pingback .edit-link {
  margin-left: 10px;
}
ol.commentlist li.comment .edit-link a,
ol.commentlist li.trackback .edit-link a,
ol.commentlist li.pingback .edit-link a {
  padding: 2px 5px;
  background: #b3b3b3;
  color: #ffffff;
  border-radius: 3px;
}
ol.commentlist li.comment .edit-link a:hover,
ol.commentlist li.trackback .edit-link a:hover,
ol.commentlist li.pingback .edit-link a:hover {
  background: #808080;
}
ol.commentlist li.comment .comment-meta,
ol.commentlist li.trackback .comment-meta,
ol.commentlist li.pingback .comment-meta {
  margin-bottom: 15px;
}
ol.commentlist li.comment .comment-meta .comment-metadata,
ol.commentlist li.trackback .comment-meta .comment-metadata,
ol.commentlist li.pingback .comment-meta .comment-metadata {
  font-size: 0.8em;
}
ol.commentlist li.comment .comment-meta .comment-metadata a,
ol.commentlist li.trackback .comment-meta .comment-metadata a,
ol.commentlist li.pingback .comment-meta .comment-metadata a {
  color: #b3b3b3;
}
ol.commentlist li.comment .comment-meta .comment-metadata .edit-link a,
ol.commentlist li.trackback .comment-meta .comment-metadata .edit-link a,
ol.commentlist li.pingback .comment-meta .comment-metadata .edit-link a {
  color: #ffffff;
}
ol.commentlist li.comment:last-child,
ol.commentlist li.trackback:last-child,
ol.commentlist li.pingback:last-child,
ol.commentlist li.comment li:last-child,
ol.commentlist li.trackback li:last-child,
ol.commentlist li.pingback li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
ol.commentlist ul.children {
  list-style-type: none;
  margin: 0 0 0 20px;
  padding: 0;
  clear: both;
  position: relative;
}
ol.commentlist ul.children li:last-child {
  margin: 0;
}
ol.commentlist img.avatar {
  border-radius: 50%;
}
#respond {
  *zoom: 1;
  clear: both;
  margin-bottom: 30px;
  background: #ffffff;
}
#respond:before,
#respond:after {
  content: "";
  display: table;
}
#respond:after {
  clear: both;
}
#respond h3#reply-title:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
  vertical-align: bottom;
  content: '\f300';
  line-height: 0.8;
  margin-right: 5px;
}
#respond label {
  float: left;
  min-width: 150px;
  line-height: 3;
  font-size: 0.7em;
}
#respond p.comment-form-author,
#respond p.comment-form-email,
#respond p.comment-form-url {
  margin: 0;
}
#respond p.comment-subscription-form {
  margin-bottom: 0;
  clear: both;
}
#respond p.logged-in-as {
  font-size: 0.9em;
  color: #b3b3b3;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#respond p.logged-in-as a {
  color: #999999;
}
#respond p.logged-in-as a:hover {
  color: #c0392b;
}
#respond p.comment-form-author,
#respond p.comment-form-email,
#respond p.comment-form-url,
#respond p.comment-form-comment {
  margin: 0;
}
#respond p.form-allowed-tags {
  font-size: 0.7em;
}
#respond p.form-submit {
  margin: 0;
}
#respond p.form-submit #submit {
  line-height: 45px;
  padding: 0 20px;
  color: #ffffff;
  border-radius: 30px;
  border: 1px solid #27ae60;
  display: inline-block;
  text-decoration: none;
  background-color: #27ae60;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2ecb70), to(#209150));
  background-image: -webkit-linear-gradient(top, #2ecb70, #209150);
  background-image: -moz-linear-gradient(top, #2ecb70, #209150);
  background-image: -ms-linear-gradient(top, #2ecb70, #209150);
  background-image: -o-linear-gradient(top, #2ecb70, #209150);
  background-image: linear-gradient(top, #2ecb70, #209150);
  border-color: #209150;
  -webkit-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  border-radius: 3px;
  background: #c0392b;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#respond p.form-submit #submit:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #209150;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#27ae60), to(#1a7440));
  background-image: -webkit-linear-gradient(top, #27ae60, #1a7440);
  background-image: -moz-linear-gradient(top, #27ae60, #1a7440);
  background-image: -ms-linear-gradient(top, #27ae60, #1a7440);
  background-image: -o-linear-gradient(top, #27ae60, #1a7440);
  background-image: linear-gradient(top, #27ae60, #1a7440);
  border-color: #1a7440;
}
#respond p.form-submit #submit:hover {
  background: #962d22;
}
.screen-reader {
  display: none;
}
.container .video-player,
.container .embed-vimeo {
  margin: 0 0 30px 0;
}
.widget.widget_rss ul {
  padding: 0;
}
.widget.widget_rss li {
  list-style-type: none;
  margin-bottom: 15px;
}
.widget.widget_rss li .rss-date {
  color: #cccccc;
}
.screen-reader-shortcut {
  background: #c0392b;
  color: #ffffff;
  width: 200px;
  position: absolute;
  left: -300px;
  top: 10px;
}
.screen-reader-shortcut:focus {
  left: 10px;
}
.main div.sharedaddy h3 {
  font-family: 'Lato', Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8em;
  margin: 5px 0;
}
.main div.sharedaddy div.sd-block {
  padding: 15px 0 10px 0;
  border-color: rgba(0, 0, 0, 0.05);
}
.main .contributor {
  *zoom: 1;
  margin-bottom: 30px;
}
.main .contributor:before,
.main .contributor:after {
  content: "";
  display: table;
}
.main .contributor:after {
  clear: both;
}
.main .contributor .avatar {
  float: left;
  margin: 0 0 0 0;
}
.main .contributor a.contributor-posts-link {
  font-size: 0.9em;
  padding: 0 15px;
  line-height: 30px;
  color: #ffffff;
  border-radius: 30px;
  border: 1px solid #c0392b;
  display: inline-block;
  text-decoration: none;
  background-color: #bb3d30;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d34a3b), to(#a33024));
  background-image: -webkit-linear-gradient(top, #d34a3b, #a33024);
  background-image: -moz-linear-gradient(top, #d34a3b, #a33024);
  background-image: -ms-linear-gradient(top, #d34a3b, #a33024);
  background-image: -o-linear-gradient(top, #d34a3b, #a33024);
  background-image: linear-gradient(top, #d34a3b, #a33024);
  border-color: #a33024;
  -webkit-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  border-radius: 3px;
  background: #c0392b;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.main .contributor a.contributor-posts-link:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #a33024;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c0392b), to(#86281e));
  background-image: -webkit-linear-gradient(top, #c0392b, #86281e);
  background-image: -moz-linear-gradient(top, #c0392b, #86281e);
  background-image: -ms-linear-gradient(top, #c0392b, #86281e);
  background-image: -o-linear-gradient(top, #c0392b, #86281e);
  background-image: linear-gradient(top, #c0392b, #86281e);
  border-color: #86281e;
}
.main .contributor a.contributor-posts-link:hover {
  background: #962d22;
}
/* PollDaddy Embed */
.PDS_Poll label {
  text-transform: none;
}
/* Social menu */
.menu-social-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu-social-links ul li {
  display: inline-block;
}
.menu-social-links ul li a:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: bottom;
  margin: 0 5px;
}
.menu-social-links ul li a[href*="twitter.com"]:before {
  content: '\f202';
}
.menu-social-links ul li a[href*="facebook.com"]:before {
  content: '\f204';
}
.menu-social-links ul li a[href*="plus.google.com"]:before {
  content: '\f206';
}
.menu-social-links ul li a[href*="github.com"]:before {
  content: '\f200';
}
.menu-social-links ul li a[href*="wordpress.com"]:before {
  content: '\f205';
}
.menu-social-links ul li a[href*="youtube.com"]:before {
  content: '\f213';
}
.menu-social-links ul li a[href*="pinterest.com"]:before {
  content: '\f209';
}
.menu-social-links ul li a[href*="tumblr.com"]:before {
  content: '\f214';
}
.menu-social-links ul li a[href*="dribbble.com"]:before {
  content: '\f201';
}
.menu-social-links ul li a[href*="mailto:"]:before {
  content: '\f410';
}
.menu-social-links ul li a[href*="/feed/"]:before {
  content: '\f413';
}
.menu-social-links ul li a[href*="reddit.com"]:before {
  content: '\f222';
}
.menu-social-links ul li a[href*="stumbleupon.com"]:before {
  content: '\f223';
}
.menu-social-links ul li a[href*="instagram.com"]:before {
  content: '\f215';
}
.menu-social-links ul li a[href*="vimeo.com"]:before {
  content: '\f201';
}
.menu-social-links ul li a[href*="flickr.com"]:before {
  content: '\f201';
}
.menu-social-links ul li a[href*="linkedin.com"]:before {
  content: '\f207';
}
.menu-social-links ul li a[href*="dropbox.com"]:before {
  content: '\f225';
}
.menu-social-links ul li a[href*="codepen.com"]:before {
  content: '\f216';
}
.menu-social-links ul li a[href*="polldaddy.com"]:before {
  content: '\f217';
}
.menu-social-links ul li a[href*="vimeo.com"]:before {
  content: '\f212';
}
.menu-social-links ul li a[href*="path.com"]:before {
  content: '\f219';
}
body {
  *zoom: 1;
  background: #ffffff;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
a {
  color: #c0392b;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #81261d;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.masthead {
  text-align: center;
  margin: 5px 10px 0 10px;
  border-top: 1px solid #f2f2f2;
  padding: 15px 0;
  position: relative;
}
.masthead .branding {
  padding: 0 140px;
}
.masthead h1.logo {
  color: #1a1a1a;
  font-weight: 700;
  font-size: 206.25%;
  margin-bottom: 15px;
  margin: 0 0 2px 0;
}
.masthead h2.description {
  color: #1a1a1a;
  font-size: 0.8em;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.masthead .postmetadata {
  margin: 0;
}
.masthead .sep {
  margin: 0 15px;
  color: #f2f2f2;
}
.masthead .searchform {
  right: 0;
  width: 120px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.themes-no-featured-posts .menu-primary {
  margin-bottom: 15px;
}
.menu-primary {
  padding: 0 15px;
}
.menu-primary .menu {
  padding: 15px 20px;
  *zoom: 1;
  position: relative;
  text-align: center;
}
.menu-primary .menu:before,
.menu-primary .menu:after {
  content: "";
  display: table;
}
.menu-primary .menu:after {
  clear: both;
}
.menu-primary .menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 199;
  -webkit-transition: opacity 200ms, margin 200ms, left 0 linear 1s;
  -moz-transition: opacity 200ms, margin 200ms, left 0 linear 1s;
  -ms-transition: opacity 200ms, margin 200ms, left 0 linear 1s;
  -o-transition: opacity 200ms, margin 200ms, left 0 linear 1s;
  transition: opacity 200ms, margin 200ms, left 0 linear 1s;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}
.menu-primary .menu li {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: left;
}
.menu-primary .menu li a {
  display: block;
  padding: 7px 10px;
  position: relative;
}
.menu-primary .menu li.page_item_has_children > a,
.menu-primary .menu li.menu-item-has-children > a {
  padding-right: 20px;
}
.menu-primary .menu li.page_item_has_children > a:after,
.menu-primary .menu li.menu-item-has-children > a:after {
  top: 40%;
  right: 5px;
  position: absolute;
  border: 5px solid transparent;
  content: '';
  border-top-color: #cccccc;
}
.menu-primary .menu li.current-menu-item > a {
  background-color: #191919;
  color: #ffffff;
}
.menu-primary .menu li ul {
  position: absolute;
  width: 18em;
  background: #4d4d4d;
  display: none;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.menu-primary .menu li ul:before {
  position: absolute;
  border: 8px solid transparent;
  content: '';
  border-bottom-color: #4d4d4d;
  top: -16px;
  left: 16px;
}
.menu-primary .menu li ul ul {
  top: 0;
  display: none;
  left: 18em;
}
.menu-primary .menu li ul ul:before {
  display: none;
}
.menu-primary .menu li ul li {
  position: relative;
  display: block;
  float: none;
  border-bottom: 1px solid #474747;
}
.menu-primary .menu li ul li a {
  color: #ffffff;
}
.menu-primary .menu li ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.menu-primary .menu li ul li.page_item_has_children > a:after,
.menu-primary .menu li ul li.menu-item-has-children > a:after {
  top: 35%;
  border-top-color: transparent;
  border-left-color: #a6a6a6;
}
.menu-primary .menu li ul li:last-child {
  border: none;
}
.menu-primary .menu li ul li.current-menu-item > a {
  background-color: #404040;
  border-radius: 0;
}
.menu-primary .menu li.focus > ul,
.menu-primary .menu li:hover > ul {
  display: block;
}
.menu-primary .menu {
  background: transparent;
  border-top: 3px double #e6e6e6;
  border-bottom: 1px double #e6e6e6;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8em;
}
.menu-primary .menu ul li a:before {
  content: '|';
  color: #e6e6e6;
  margin-right: 20px;
}
.menu-primary .menu ul li:first-child a:before {
  display: none;
}
.menu-primary .menu ul li:first-child ul {
  margin-left: 0;
}
.menu-primary .menu ul ul {
  margin-left: 25px;
}
.menu-primary .menu ul ul li a:before {
  display: none;
}
.menu-primary .menu ul ul ul {
  margin-left: 0;
}
a.header-image {
  display: block;
  line-height: 0;
  margin: 0 15px;
  text-align: center;
}
.postmetadata {
  font-size: 0.75em;
  color: #999999;
  margin: 0 0 2px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background: #ffffff;
  *zoom: 1;
}
.container:before,
.container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
.main article.post-archive {
  *zoom: 1;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}
.main article.post-archive:before,
.main article.post-archive:after {
  content: "";
  display: table;
}
.main article.post-archive:after {
  clear: both;
}
.main article.post-archive a.thumbnail {
  float: left;
  margin: 6px 10px 0 0;
}
.main article.post-archive p {
  margin: 0;
}
.main article .taxonomy {
  font-size: 0.8em;
  margin-bottom: 0;
  color: #999999;
}
.main article .taxonomy:before {
  margin-right: 5px;
}
.main article .taxonomy:last-child {
  margin: 0;
}
.main article .taxonomy.tax-categories:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: bottom;
  content: '\f301';
}
.main article .taxonomy.tax-tags:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: bottom;
  content: '\f302';
}
.main article a.post-lead-category {
  background: #c0392b;
  padding: 2px 8px;
  color: #ffffff;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
}
.main article a.post-lead-category:hover {
  background: #81261d;
}
.main article h1.title {
  margin: 0 0 5px 0;
}
.main .main-post-list {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 41.66666667%;
  padding: 0 15px;
  min-height: 1px;
}
.main .main-post-list article h2 {
  font-size: 120.3159375%;
  margin-bottom: 15px;
  font-weight: 700;
  margin: 0;
}
.main .archive-pagination {
  text-align: center;
  margin-bottom: 30px;
  clear: both;
}
.main .archive-pagination span,
.main .archive-pagination a {
  margin: 0 5px;
}
.main .archive-pagination span.current {
  background: #c0392b;
  color: #ffffff;
  padding: 3px 10px;
  border-radius: 3px;
}
.main #main-content {
  padding-top: 10px;
  border-top: 1px solid #333333;
}
.sidebar-small {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 16.66666667%;
  padding: 0 15px;
  min-height: 1px;
}
.sidebar-main {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 25%;
  padding: 0 15px;
  min-height: 1px;
}
.sidebar-category-summaries {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 16.66666667%;
  padding: 0 15px;
  min-height: 1px;
  font-size: 0.8em;
}
.sidebar-category-summaries .item {
  padding-top: 6px;
  border-top: 1px solid #333333;
  overflow: hidden;
}
.sidebar-category-summaries .item h3 {
  font-size: 103.125%;
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.sidebar-category-summaries .item h3 a {
  color: #333333;
}
.sidebar-category-summaries .item h4 {
  position: relative;
  display: block;
  line-height: 0;
  font-weight: 700;
  font-size: 103.125%;
  margin-bottom: 15px;
  margin-bottom: 10px;
}
.sidebar-category-summaries .item h4 a.thumbnail {
  display: block;
  height: 100px;
  background-size: cover;
  background-position: center center;
}
.sidebar-category-summaries .item h4 span {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.55;
  position: absolute;
  bottom: 0;
  color: #ffffff;
  display: inline-block;
  padding: 3px 6px;
  max-width: 100%;
  z-index: 10;
  background: rgba(192, 57, 43, 0.7);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.sidebar-category-summaries .item h4 span:hover {
  background: #c0392b;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.primary-content {
  *zoom: 1;
  padding: 0 0 15px 0;
  margin: 0 15px;
  position: relative;
}
.primary-content:before,
.primary-content:after {
  content: "";
  display: table;
}
.primary-content:after {
  clear: both;
}
.primary-content nav {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -55px;
  z-index: 10;
  line-height: 0;
  width: 100px;
  text-align: center;
  padding: 5px;
  background: #ffffff;
  border-radius: 0 0 3px 3px;
}
.primary-content nav a {
  text-indent: -999em;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #f8e0de;
  margin: 0 2px;
  border-radius: 100%;
}
.primary-content nav a.selected {
  background: #c0392b;
}
.primary-content .primary-wrapper {
  position: relative;
  height: 350px;
  background: #333333;
}
.primary-content .primary-wrapper .item {
  position: absolute;
  top: 0;
  display: none;
  width: 100%;
}
.primary-content .primary-wrapper .item h2 {
  font-size: 206.25%;
  margin-bottom: 15px;
  margin: 0;
}
.primary-content .primary-wrapper .item .image-meta {
  position: absolute;
  max-width: 100%;
  display: inline-block;
  bottom: 0;
  left: 0;
  padding: 5px 30px 15px 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 99;
  background: rgba(192, 57, 43, 0.7);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.primary-content .primary-wrapper .item .image-meta:hover {
  background: #c0392b;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.primary-content .primary-wrapper .item a.thumbnail {
  background: #e6e6e6;
  display: block;
  height: 350px;
  background-size: cover;
  background-position: center center;
}
.primary-content .primary-wrapper .item a {
  color: #ffffff;
}
.primary-content .primary-wrapper .item .postmetadata {
  margin: 0;
  color: #f2c9c5;
}
.primary-content .primary-wrapper a.arrow {
  z-index: 99;
  position: absolute;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  height: 40px;
  display: block;
  background: rgba(46, 14, 10, 0.3);
  top: 150px;
  opacity: 0.2;
}
.primary-content .primary-wrapper a.arrow:before {
  position: absolute;
}
.primary-content .primary-wrapper a.arrow:hover {
  background: #2e0e0a;
}
.primary-content .primary-wrapper a.arrow.arrow-next {
  right: 20px;
}
.primary-content .primary-wrapper a.arrow.arrow-next:before {
  position: absolute;
  border: 10px solid transparent;
  content: '';
  right: -20px;
  top: 50%;
  margin-top: -10px;
  border-left-color: #ffffff;
  margin-right: 23px;
}
.primary-content .primary-wrapper a.arrow.arrow-prev {
  left: 20px;
}
.primary-content .primary-wrapper a.arrow.arrow-prev:before {
  position: absolute;
  border: 10px solid transparent;
  content: '';
  left: -20px;
  top: 50%;
  margin-top: -10px;
  border-right-color: #ffffff;
  margin-left: 23px;
}
.primary-content .primary-wrapper a.arrow span {
  display: none;
}
.primary-content .primary-wrapper:hover a.arrow {
  opacity: 1;
}
.info-box {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 41.66666667%;
  padding: 0 15px;
  min-height: 1px;
  margin-bottom: 30px;
}
.info-box .social_links a:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 64px;
  vertical-align: bottom;
}
.showcase {
  *zoom: 1;
  border-bottom: 1px solid #f8e0de;
  margin: 0 15px 15px 15px;
  padding: 10px 0;
  background: #ffffff;
}
.showcase:before,
.showcase:after {
  content: "";
  display: table;
}
.showcase:after {
  clear: both;
}
.showcase .item {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 25%;
  padding: 0 15px;
  min-height: 1px;
}
.showcase .item h2 {
  font-size: 120.3159375%;
  margin-bottom: 15px;
  margin: 0;
}
.showcase .item a.thumbnail {
  float: left;
  margin-right: 10px;
  display: block;
  line-height: 0;
}
.showcase .item p {
  margin: 0;
}
.search-results .main,
.archive .main {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 75%;
  padding: 0 15px;
  min-height: 1px;
  padding-top: 30px;
}
.search-results .col-sidebar,
.archive .col-sidebar {
  padding-top: 30px;
}
.search-results.themes-sidebar1-inactive .main,
.archive.themes-sidebar1-inactive .main {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding: 0 15px;
  min-height: 1px;
}
.error404 .showcase,
.search-results .showcase,
.search-no-results .showcase,
.singular .showcase {
  margin-bottom: 0;
}
.error404 .main-content,
.search-results .main-content,
.search-no-results .main-content,
.singular .main-content {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 58.33333333%;
  padding: 0 15px;
  min-height: 1px;
  padding-top: 30px;
}
.error404 .main-content.full-width,
.search-results .main-content.full-width,
.search-no-results .main-content.full-width,
.singular .main-content.full-width {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 66.66666667%;
  padding: 0 15px;
  min-height: 1px;
  margin-left: 16.66666667%;
  margin-right: 16.66666667%;
  padding-top: 30px;
}
.error404 .col-sidebar,
.search-results .col-sidebar,
.search-no-results .col-sidebar,
.singular .col-sidebar {
  padding-top: 30px;
}
.error404 article .postmetadata,
.search-results article .postmetadata,
.search-no-results article .postmetadata,
.singular article .postmetadata {
  margin-bottom: 30px;
}
.error404.themes-sidebar3-inactive.themes-sidebar1-active .main-content,
.search-results.themes-sidebar3-inactive.themes-sidebar1-active .main-content,
.search-no-results.themes-sidebar3-inactive.themes-sidebar1-active .main-content,
.singular.themes-sidebar3-inactive.themes-sidebar1-active .main-content {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 75%;
  padding: 0 15px;
  min-height: 1px;
  padding-top: 30px;
}
.error404.themes-sidebar3-inactive.themes-sidebar1-active .main-content.full-width,
.search-results.themes-sidebar3-inactive.themes-sidebar1-active .main-content.full-width,
.search-no-results.themes-sidebar3-inactive.themes-sidebar1-active .main-content.full-width,
.singular.themes-sidebar3-inactive.themes-sidebar1-active .main-content.full-width {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 66.66666667%;
  padding: 0 15px;
  min-height: 1px;
  padding-top: 30px;
}
.error404.themes-sidebar3-active.themes-sidebar1-inactive .main-content,
.search-results.themes-sidebar3-active.themes-sidebar1-inactive .main-content,
.search-no-results.themes-sidebar3-active.themes-sidebar1-inactive .main-content,
.singular.themes-sidebar3-active.themes-sidebar1-inactive .main-content {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 83.33333333%;
  padding: 0 15px;
  min-height: 1px;
  padding-top: 30px;
}
.error404.themes-sidebar3-active.themes-sidebar1-inactive .main-content.full-width,
.search-results.themes-sidebar3-active.themes-sidebar1-inactive .main-content.full-width,
.search-no-results.themes-sidebar3-active.themes-sidebar1-inactive .main-content.full-width,
.singular.themes-sidebar3-active.themes-sidebar1-inactive .main-content.full-width {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 66.66666667%;
  padding: 0 15px;
  min-height: 1px;
  padding-top: 30px;
}
.error404.themes-sidebar3-inactive.themes-sidebar1-inactive .main-content,
.search-results.themes-sidebar3-inactive.themes-sidebar1-inactive .main-content,
.search-no-results.themes-sidebar3-inactive.themes-sidebar1-inactive .main-content,
.singular.themes-sidebar3-inactive.themes-sidebar1-inactive .main-content {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding: 0 15px;
  min-height: 1px;
  padding-top: 30px;
}
.error404.themes-sidebar3-inactive.themes-sidebar1-inactive .main-content.full-width,
.search-results.themes-sidebar3-inactive.themes-sidebar1-inactive .main-content.full-width,
.search-no-results.themes-sidebar3-inactive.themes-sidebar1-inactive .main-content.full-width,
.singular.themes-sidebar3-inactive.themes-sidebar1-inactive .main-content.full-width {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 66.66666667%;
  padding: 0 15px;
  min-height: 1px;
  padding-top: 30px;
}
.error404.page.page-template-page-templatesfull-width-php .main-content.full-width,
.search-results.page.page-template-page-templatesfull-width-php .main-content.full-width,
.search-no-results.page.page-template-page-templatesfull-width-php .main-content.full-width,
.singular.page.page-template-page-templatesfull-width-php .main-content.full-width {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding: 0 15px;
  min-height: 1px;
  margin: 0;
  padding-top: 30px;
}
.widget {
  margin-bottom: 30px;
  font-size: 0.8em;
}
.widget h3.widgettitle {
  border-top: 1px solid #333333;
  border-bottom: 1px solid #e6e6e6;
  padding: 5px 0;
}
.widget ul:last-child {
  margin-bottom: 0;
}
.writer {
  position: relative;
  padding: 20px 20px 20px 120px;
  background: #fefdf6;
  border: 1px solid #f2f2f2;
  border-width: 1px 0;
  border-top-color: #cccccc;
  *zoom: 1;
  min-height: 80px;
  margin-bottom: 15px;
}
.writer:before,
.writer:after {
  content: "";
  display: table;
}
.writer:after {
  clear: both;
}
.writer .avatar {
  position: absolute;
  left: 20px;
}
.writer p:last-child {
  margin-bottom: 0;
}
form.searchform {
  position: relative;
  width: 100%;
}
form.searchform input.searchfield {
  margin: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
}
form.searchform button.searchsubmit {
  position: absolute;
  top: 2px;
  background: transparent;
  padding: 4px;
  right: 2px;
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: bottom;
  color: #c0392b;
  border: none;
}
form.searchform button.searchsubmit:hover {
  color: #6d2018;
}
.social_links a {
  margin-right: 10px;
}
.social_links a span {
  display: none;
}
.social_links a:before {
  color: #b3b3b3;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: bottom;
}
.social_links a:hover:before {
  color: #c0392b;
}
.social_links a.social_link_twitter:before {
  content: '\f202';
}
.social_links a.social_link_facebook:before {
  content: '\f203';
}
.social_links a.social_link_linkedin:before {
  content: '\f207';
}
.social_links a.social_link_tumblr:before {
  content: '\f214';
}
.social_links a.social_link_google_plus:before {
  content: '\f218';
}
.attachment .attachment-image {
  text-align: center;
  margin-bottom: 30px;
}
.attachment nav#image-navigation {
  margin-bottom: 30px;
  *zoom: 1;
}
.attachment nav#image-navigation:before,
.attachment nav#image-navigation:after {
  content: "";
  display: table;
}
.attachment nav#image-navigation:after {
  clear: both;
}
.attachment nav#image-navigation span {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 33.33333333%;
  padding: 0 0;
  min-height: 1px;
}
.attachment nav#image-navigation span.image-previous {
  text-align: left;
}
.attachment nav#image-navigation span.image-parent {
  text-align: center;
}
.attachment nav#image-navigation span.image-next {
  text-align: right;
}
.testimonials-wrapper {
  display: block;
  margin-bottom: 30px;
  clear: both;
  *zoom: 1;
}
.testimonials-wrapper:before,
.testimonials-wrapper:after {
  content: "";
  display: table;
}
.testimonials-wrapper:after {
  clear: both;
}
.testimonials-wrapper header {
  text-align: center;
  margin-bottom: 30px;
}
.testimonials-wrapper header a.button {
  font-size: 0.9em;
  padding: 0 15px;
  line-height: 30px;
  color: #ffffff;
  border-radius: 30px;
  border: 1px solid #333333;
  display: inline-block;
  text-decoration: none;
  background-color: #333333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#454545), to(#212121));
  background-image: -webkit-linear-gradient(top, #454545, #212121);
  background-image: -moz-linear-gradient(top, #454545, #212121);
  background-image: -ms-linear-gradient(top, #454545, #212121);
  background-image: -o-linear-gradient(top, #454545, #212121);
  background-image: linear-gradient(top, #454545, #212121);
  border-color: #212121;
  -webkit-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  border-radius: 3px;
  background: #c0392b;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.testimonials-wrapper header a.button:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #212121;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#0f0f0f));
  background-image: -webkit-linear-gradient(top, #333333, #0f0f0f);
  background-image: -moz-linear-gradient(top, #333333, #0f0f0f);
  background-image: -ms-linear-gradient(top, #333333, #0f0f0f);
  background-image: -o-linear-gradient(top, #333333, #0f0f0f);
  background-image: linear-gradient(top, #333333, #0f0f0f);
  border-color: #0f0f0f;
}
.testimonials-wrapper header a.button:hover {
  background: #962d22;
}
.testimonials-wrapper .testimonial {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding: 0 15px;
  min-height: 1px;
  margin-bottom: 15px;
}
.testimonials-wrapper .testimonial footer {
  text-align: center;
}
.testimonials-wrapper .testimonial .entry {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 3px double #e6e6e6;
}
.testimonials-wrapper .testimonial .entry p {
  margin-bottom: 15px;
}
.testimonials-wrapper .testimonial .entry p:last-child {
  margin-bottom: 0;
}
body.home .testimonials-wrapper h2 {
  padding-top: 15px;
  margin: 0 15px 5px 15px;
  border-top: 1px solid #e6e6e6;
}
body.home .testimonials-wrapper .testimonial {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 33.33333333%;
  padding: 0 15px;
  min-height: 1px;
  margin-bottom: 0;
}
body.home .testimonials-wrapper .testimonial .entry {
  padding: 15px;
}
footer#footer {
  *zoom: 1;
}
footer#footer:before,
footer#footer:after {
  content: "";
  display: table;
}
footer#footer:after {
  clear: both;
}
footer#footer .footer-widgets {
  display: block;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  *zoom: 1;
}
footer#footer .footer-widgets:before,
footer#footer .footer-widgets:after {
  content: "";
  display: table;
}
footer#footer .footer-widgets:after {
  clear: both;
}
footer#footer .widget {
  width: 24.5%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
}
footer#footer .footer-wrap {
  border-top: 3px double #e6e6e6;
  font-size: 0.8em;
  text-transform: uppercase;
  padding: 15px 0 30px;
  letter-spacing: 1px;
  margin: 0 15px;
}
footer#footer .footer-wrap ul {
  margin: 0 0 30px 0;
  padding: 0;
}
footer#footer .footer-wrap ul li {
  margin: 0 0 10px 0;
  list-style-type: none;
}
footer#footer .footer-wrap .social_links a:before {
  line-height: 1;
  margin: 0 5px;
}
footer#footer .footer-wrap .social_links span {
  display: inline;
}
footer#footer .footer-wrap .sep {
  padding: 0 5px;
  color: #e6e6e6;
}
.rn_select {
  width: 80%;
  font-size: 137.49656249999998%;
  margin-bottom: 15px;
  margin: 5px;
}
body.home.themes-sidebar3-inactive.themes-category-summaries-inactive.themes-sidebar1-inactive .main-post-list {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding: 0 15px;
  min-height: 1px;
}
body.home.themes-sidebar3-inactive.themes-category-summaries-inactive.themes-sidebar1-active .main-post-list {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 66.66666667%;
  padding: 0 15px;
  min-height: 1px;
}
body.home.themes-sidebar3-inactive.themes-category-summaries-inactive.themes-sidebar1-active .sidebar-main {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 33.33333333%;
  padding: 0 15px;
  min-height: 1px;
}
body.home.themes-sidebar3-active.themes-category-summaries-active.themes-sidebar1-inactive .main-post-list {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 66.66666667%;
  padding: 0 15px;
  min-height: 1px;
}
body.home.themes-sidebar3-inactive.themes-category-summaries-active.themes-sidebar1-active .main-post-list,
body.home.themes-sidebar3-active.themes-category-summaries-inactive.themes-sidebar1-active .main-post-list {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 58.33333333%;
  padding: 0 15px;
  min-height: 1px;
}
body.home.themes-sidebar3-inactive.themes-category-summaries-active.themes-sidebar1-inactive .main-post-list,
body.home.themes-sidebar3-active.themes-category-summaries-inactive.themes-sidebar1-inactive .main-post-list {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 83.33333333%;
  padding: 0 15px;
  min-height: 1px;
}
.alignleft {
  margin: 10px 30px 15px 0;
}
.alignright {
  margin: 10px 0 15px 30px;
}
body {
  background: #f2f2f2;
}
.container {
  background: transparent;
  padding-top: 20px;
}
.container a.header-image {
  margin-bottom: 30px;
}
.showcase {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0 0 30px 0;
}
.showcase .item {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 25%;
  padding: 0 15px;
  min-height: 1px;
  position: relative;
  text-align: center;
}
.showcase .item a.thumbnail {
  margin: 0;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center center;
}
.showcase .item h2 {
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 15px;
  right: 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.showcase .item h2 a {
  color: #ffffff;
  display: block;
  padding: 20px 0;
  font-weight: 900;
  background: rgba(0, 0, 0, 0.3);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.65) 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.65) 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C */
}
.showcase .item h2 a:hover {
  background: rgba(0, 0, 0, 0.3);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.65) 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.65) 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C */
}
.masthead {
  background: #ffffff;
  margin: 0;
  border-top: none;
  *zoom: 1;
}
.masthead:before,
.masthead:after {
  content: "";
  display: table;
}
.masthead:after {
  clear: both;
}
.masthead .container {
  padding: 0;
}
.masthead .branding {
  text-align: left;
  padding: 0 35px;
  width: 70%;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.masthead .branding h1.logo a {
  color: #000000;
  font-weight: 900;
}
.masthead .branding h2.description {
  color: #000000;
  margin: 0;
}
.masthead .search-wrapper {
  margin: 15px 0 0 0;
  padding: 0 35px;
  float: left;
  width: 30%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.masthead .search-wrapper form.searchform {
  right: auto;
  width: 100%;
  position: relative;
  top: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.masthead .search-wrapper form.searchform button.searchsubmit {
  top: 6px;
  right: 5px;
}
nav.menu-primary {
  padding: 0;
  background: #c0392b;
}
nav.menu-primary .menu {
  border: none;
  text-align: left;
  padding: 5px 25px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
nav.menu-primary .menu .social_links {
  float: right;
  margin-top: 5px;
  margin-right: 5px;
}
nav.menu-primary .menu .social_links a {
  margin: 0 0 0 5px;
}
nav.menu-primary .menu .social_links a:before {
  color: #f2c9c5;
}
nav.menu-primary .menu .social_links a:hover:before {
  color: #ffffff;
}
nav.menu-primary .menu a {
  color: #ffffff;
}
nav.menu-primary .menu a:hover {
  color: #f2c9c5;
}
nav.menu-primary .menu ul li a:before {
  color: #ab3326;
}
nav.menu-primary .menu li.page_item_has_children > a:after,
nav.menu-primary .menu li.menu-item-has-children > a:after {
  border-top-color: #f2c9c5;
}
nav.menu-primary .menu li.current-menu-item > a {
  background: #962d22;
}
nav.menu-primary .menu li.current-menu-item > a:before {
  display: none;
}
nav.menu-primary .menu li.current-menu-item ul {
  margin-left: 0;
}
.search-results h1.title,
.archive h1.title {
  padding: 0 20px;
}
.primary-content {
  padding-bottom: 0;
  margin-bottom: 30px;
}
.primary-content nav {
  background: #c0392b;
  padding: 7px 0;
}
.primary-content nav a {
  background-color: #962d22;
}
.primary-content nav a.selected {
  background-color: #ffffff;
}
.primary-content .primary-wrapper .item .image-meta {
  width: 100%;
  text-align: center;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.65) 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.65) 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C */
  padding-top: 40px;
  padding-bottom: 15px;
}
.primary-content .primary-wrapper .item .image-meta:hover {
  background: rgba(0, 0, 0, 0.3);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.65) 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.65) 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C */
}
.primary-content .primary-wrapper .item .image-meta h2 {
  font-size: 275.0034375%;
  margin-bottom: 15px;
  margin-bottom: 0;
  font-weight: 900;
}
.primary-content .primary-wrapper a.arrow.arrow-next,
.primary-content .primary-wrapper a.arrow.arrow-prev {
  border-radius: 3px;
}
.main #main-content {
  border: none;
  padding: 0;
}
.main article.post-archive {
  margin: 0 0 30px;
  padding: 0;
  border: none;
  background: #ffffff;
  position: relative;
  *zoom: 1;
}
.main article.post-archive:before,
.main article.post-archive:after {
  content: "";
  display: table;
}
.main article.post-archive:after {
  clear: both;
}
.main article.post-archive a.thumbnail {
  margin: 0;
  text-align: center;
  background: #cccccc;
  float: none;
  display: block;
}
.main article.post-archive a.thumbnail img {
  line-height: 0;
  vertical-align: bottom;
}
.main article.post-archive .entry {
  clear: both;
  padding: 15px 20px;
}
.main article.post-archive.has-post-thumbnail.layout-horizontal-left a.thumbnail,
.main article.post-archive.has-post-thumbnail.layout-horizontal-right a.thumbnail {
  width: 30%;
  padding: 15px 0 15px 20px;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
}
.main article.post-archive.has-post-thumbnail.layout-horizontal-left .entry,
.main article.post-archive.has-post-thumbnail.layout-horizontal-right .entry {
  width: 70%;
  float: right;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: none;
}
.main article.post-archive.has-post-thumbnail.layout-horizontal-right a.thumbnail {
  padding: 15px 20px 15px 0;
  float: right;
}
.main article.post-archive.has-post-thumbnail.layout-horizontal-right .entry {
  width: 70%;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: none;
}
.main article .postmetadata a {
  color: #d65548;
}
.main article .postmetadata a:hover {
  color: #c0392b;
}
.main article a.post-lead-category {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  padding: 5px 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #cccccc;
}
.main h1.title,
.main h2.title,
.main h2.posttitle {
  font-weight: 900;
}
.main h1.title a,
.main h2.title a,
.main h2.posttitle a {
  color: #000000;
}
.main h1.title a:hover,
.main h2.title a:hover,
.main h2.posttitle a:hover {
  color: #581a14;
}
.main .category_description {
  padding: 15px 20px;
  background: #e6e6e6;
}
.main .category_description p:last-child {
  margin: 0;
}
.singular .main-content article,
.singular .main-content nav.postnav,
.singular .main-content .content-comments {
  padding: 15px 20px;
  background: #ffffff;
  margin-bottom: 30px;
  position: relative;
}
.singular .main-content article.post {
  padding-top: 40px;
}
.singular .showcase {
  margin-bottom: 30px;
}
.sidebar-category-summaries .item {
  background: #ffffff;
  margin-bottom: 30px;
  border: none;
}
.sidebar-category-summaries .item h3 {
  padding: 5px 20px;
  letter-spacing: 1px;
}
.sidebar-category-summaries .item h4 {
  margin: 0;
}
.sidebar-category-summaries .item h4 span {
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.65) 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.65) 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C */
  padding-top: 20px;
  padding-bottom: 10px;
}
.sidebar-category-summaries .item h4 span:hover {
  background: rgba(0, 0, 0, 0.3);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.65) 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.65) 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C */
}
.widget {
  margin-bottom: 30px;
}
.widget h3.widgettitle {
  border: none;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1em;
}
.widget h3.widgettitle:before {
  color: #c0392b;
}
footer#footer.container {
  margin: 30px 0 0 0;
  padding-top: 30px;
  background: #ffffff;
  max-width: 100%;
}
footer#footer.container .footer-widgets {
  max-width: 1280px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
footer#footer.container .footer-widgets .widget {
  padding: 0 15px;
}
footer#footer.container .footer-wrap {
  margin: 30px auto 0 auto;
  max-width: 1280px;
  border-top: 2px solid #f2f2f2;
  padding: 30px 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.7em;
}
.sidebar-main .widget,
.sidebar-small .widget {
  background: #ffffff;
}
.sidebar-main .widget .widget-wrap,
.sidebar-small .widget .widget-wrap {
  padding: 20px;
}
.sidebar-main .widget h3.widgettitle,
.sidebar-small .widget h3.widgettitle {
  padding: 10px 15px;
  margin: -20px -20px 15px -20px;
  border-bottom: 1px solid #e6e6e6;
}
.sidebar-main .widget h3.widgettitle a,
.sidebar-small .widget h3.widgettitle a {
  color: #c0392b;
}
.sidebar-main .widget .widget-inner,
.sidebar-small .widget .widget-inner {
  padding: 10px;
}
.archive .col-sidebar,
.error404 .col-sidebar,
.search-results .col-sidebar,
.search-no-results .col-sidebar,
.singular .col-sidebar,
.archive .main-content,
.error404 .main-content,
.search-results .main-content,
.search-no-results .main-content,
.singular .main-content {
  padding-top: 0 !important;
}
.search-results .main,
.archive .main {
  padding-top: 0;
}
.themes-no-featured-posts .menu-primary {
  margin-bottom: 0;
}
.testimonials-wrapper {
  background: #ffffff;
  padding-top: 30px;
}
.testimonials-wrapper header {
  margin-bottom: 30px;
}
.testimonials-wrapper header a.button {
  font-size: 0.9em;
  padding: 0 15px;
  line-height: 30px;
  color: #ffffff;
  border-radius: 30px;
  border: 1px solid #333333;
  display: inline-block;
  text-decoration: none;
  background-color: #333333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#454545), to(#212121));
  background-image: -webkit-linear-gradient(top, #454545, #212121);
  background-image: -moz-linear-gradient(top, #454545, #212121);
  background-image: -ms-linear-gradient(top, #454545, #212121);
  background-image: -o-linear-gradient(top, #454545, #212121);
  background-image: linear-gradient(top, #454545, #212121);
  border-color: #212121;
  -webkit-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  border-radius: 3px;
  background: #c0392b;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.testimonials-wrapper header a.button:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #212121;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#0f0f0f));
  background-image: -webkit-linear-gradient(top, #333333, #0f0f0f);
  background-image: -moz-linear-gradient(top, #333333, #0f0f0f);
  background-image: -ms-linear-gradient(top, #333333, #0f0f0f);
  background-image: -o-linear-gradient(top, #333333, #0f0f0f);
  background-image: linear-gradient(top, #333333, #0f0f0f);
  border-color: #0f0f0f;
}
.testimonials-wrapper header a.button:hover {
  background: #962d22;
}
.testimonials-wrapper .testimonial {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding: 0 0;
  min-height: 1px;
  margin-bottom: 30px;
}
.testimonials-wrapper .testimonial .entry {
  border-bottom: none;
  padding: 0 20px 15px 20px;
}
.testimonials-wrapper .testimonial .entry p {
  margin-bottom: 15px;
}
body.home .testimonials-wrapper {
  margin: 0 15px;
  padding-top: 0;
}
body.home .testimonials-wrapper h2 {
  padding-top: 15px;
  border-top: none;
}
body.home .testimonials-wrapper .testimonial {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 33.33333333%;
  padding: 0 0;
  min-height: 1px;
  margin-bottom: 0;
}
@media only screen and (max-width: 749px) {
  .masthead .branding {
    padding: 0 10px;
  }
  .masthead .searchform {
    top: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    position: relative;
    width: auto;
    right: 0;
    margin: 15px 10px 0 10px;
  }
  .showcase .item {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding: 0 15px;
    min-height: 1px;
    margin-bottom: 15px;
  }
  .showcase .item.item-3 {
    clear: both;
  }
  .search-results .main,
  .archive .main,
  .sidebar-main {
    width: 100%;
  }
  .main .sidebar-small {
    display: none;
  }
  .main .main-post-list {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding: 0 15px;
    min-height: 1px;
  }
  .main .col-sidebar,
  .main .sidebar {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding: 0 15px;
    min-height: 1px;
  }
  .main .sidebar-category-summaries .item h4 .image-wrapper img {
    width: 100%;
    height: auto;
  }
  .main #infinite-handle {
    margin-bottom: 0;
    padding: 15px;
  }
  .singular .main-content {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 66.66666667%;
    padding: 0 15px;
    min-height: 1px;
    padding-top: 15px;
  }
  .singular .sidebar-main {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 33.33333333%;
    padding: 0 15px;
    min-height: 1px;
    padding-top: 15px;
  }
  .singular.page-template-custom-templatesfull-width-php .main-content.full-width {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 83.33333333%;
    padding: 0 15px;
    min-height: 1px;
    padding-top: 15px;
    margin-left: 8.33333333%;
    margin-right: 8.33333333%;
  }
  body.home .main-post-list {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding: 0 15px;
    min-height: 1px;
  }
  footer#footer .widget {
    width: 49.5%;
  }
}
@media only screen and (max-width: 499px) {
  .showcase .item a.thumbnail {
    width: 100%;
    margin: 0 0 5px 0;
  }
  .showcase .item img {
    width: 100%;
    height: auto;
  }
  .main .col-sidebar,
  .main .sidebar {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding: 0 15px;
    min-height: 1px;
  }
  .singular .main-content,
  .singular .main-content.full-width,
  .singular .sidebar-main {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding: 0 15px;
    min-height: 1px;
    margin: 0;
    padding-top: 15px;
  }
  .singular.page-template-custom-templatesfull-width-php .main-content.full-width {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding: 0 15px;
    min-height: 1px;
    padding-top: 15px;
    margin: 0;
  }
  .search-results .main,
  .archive .main {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding: 0 15px;
    min-height: 1px;
    padding-top: 15px;
  }
  .search-results .col-sidebar,
  .archive .col-sidebar {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding: 0 15px;
    min-height: 1px;
    padding-top: 15px;
  }
  footer#footer .widget {
    width: 100%;
  }
}
@media print {
  .masthead .branding {
    padding: 0;
  }
  .col-sidebar,
  .more-posts {
    display: none;
  }
  .singular .main-content {
    width: 100%;
  }
}
@media only screen and (max-width: 749px) {
  .primary-content {
    margin: 0 0 1px 0;
  }
  .primary-content nav {
    width: 160px;
    margin-left: -80px;
  }
  .primary-content nav a {
    width: 12px;
    height: 12px;
    margin: 0 5px;
  }
  .main article.post-archive {
    margin-bottom: 15px;
  }
  .container {
    padding-top: 1px;
  }
  .container a.header-image {
    margin: 0 0 1px 0;
  }
  body .main-post-list {
    width: 100% !important;
  }
  body.singular .main-content,
  body .sidebar-main {
    width: 100% !important;
    padding: 0 !important;
  }
  .showcase {
    margin-bottom: 15px;
  }
  .showcase .item {
    padding: 0 1px 0 0;
    margin-bottom: 1px;
  }
  .showcase .item h2 {
    left: 0;
    right: 1px;
  }
  .showcase .item:nth-child(2n) {
    padding-right: 0;
  }
  .showcase .item:nth-child(2n) h2 {
    right: 0;
  }
  .showcase .item:nth-child(3),
  .showcase .item:nth-child(4) {
    margin-bottom: 0;
  }
  .masthead .branding {
    width: 70%;
    padding: 0 15px;
  }
  .masthead .search-wrapper {
    right: auto;
    width: 30%;
    margin: 0;
    padding: 10px 15px;
  }
  .masthead .search-wrapper .searchform {
    margin: 0;
  }
  nav.menu-primary .menu {
    padding: 10px 15px;
  }
  nav.menu-primary .menu .rn_select {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 499px) {
  .masthead {
    padding: 5px 0 0 0;
  }
  .masthead .branding {
    width: 100%;
  }
  .masthead .search-wrapper {
    width: 100%;
  }
  .search-results .main,
  .archive .main {
    padding-top: 0;
  }
  .search-results .main h1.title,
  .archive .main h1.title {
    font-size: 1em;
  }
  nav.menu-primary .menu .social_links {
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
  }
  nav.menu-primary .menu .social_links a {
    margin: 0 3%;
  }
}
@media only screen and (max-width: 699px) {
  ol.commentlist ul.children {
    margin-left: 10px;
  }
  ol.commentlist li.comment.bypostauthor .reply,
  ol.commentlist li.trackback.bypostauthor .reply,
  ol.commentlist li.pingback.bypostauthor .reply,
  ol.commentlist li.comment .reply,
  ol.commentlist li.trackback .reply,
  ol.commentlist li.pingback .reply {
    position: relative;
    display: inline-block;
    top: auto;
    right: auto;
    margin-top: 5px;
  }
  ol.commentlist li.comment.bypostauthor .reply a,
  ol.commentlist li.trackback.bypostauthor .reply a,
  ol.commentlist li.pingback.bypostauthor .reply a,
  ol.commentlist li.comment .reply a,
  ol.commentlist li.trackback .reply a,
  ol.commentlist li.pingback .reply a {
    padding: 5px 10px;
    line-height: 1;
  }
}
@media print {
  .masthead .branding,
  .main,
  .singular .main,
  .singular .main article,
  .main article {
    width: 100%;
  }
  nav,
  footer,
  .widget,
  .sharedaddy,
  a.post-edit-link,
  a#header-image,
  #respond,
  form.searchform,
  .social_links,
  .sidebar,
  .col-sidebar {
    display: none;
  }
  .main article {
    width: 100%;
  }
  a {
    color: #666666;
  }
  p a {
    word-wrap: break-word;
  }
  p a:after {
    content: " (" attr(href) ")";
    font-size: 80%;
  }
  footer,
  .content-comments {
    page-break-before: always;
  }
}

/*
     FILE ARCHIVED ON 13:08:04 Jul 20, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:32:44 Jan 14, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 339.369
  exclusion.robots: 0.094
  exclusion.robots.policy: 0.087
  RedisCDXSource: 1.651
  esindex: 0.008
  LoadShardBlock: 290.118 (3)
  PetaboxLoader3.datanode: 402.806 (4)
  CDXLines.iter: 44.244 (3)
  load_resource: 226.632
  PetaboxLoader3.resolve: 38.057
*/