
/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { }

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */

/* HEADER & NAVIGATION */

body, html {
	height: 100%;
}

#header {
	padding-bottom: 0;
	position: relative;
}

.cover {
	background-color: #222;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.hero {
	min-height: 24rem;
	position: relative;
	width: 100%;
}

.hero .content {
	position: relative;
	z-index: 2;
}

.logo {
	line-height: 1;
	margin: 0;
	position: relative;
	z-index: 3;
}

	.logo a {
		display: block;
		margin: .5rem auto 0 5%;
		width: 100px;
	}

	.logo a:hover,
	.logo a:focus {
		opacity: .7;
	}

	.logo span {
		height: 0;
		left: -99999px;
		position: absolute;
	}

#site-navigation {
	background: #222;
	background: rgba(45,45,45,.99);
	position: absolute;
	top: 106px;
	left: 0;
	right: 0;
	z-index: 999;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	-webkit-transform: translate(-100%,0);
	-moz-transform: translate(-100%,0);
	-ms-transform: translate(-100%,0);
	-o-transform: translate(-100%,0);
	transform: translate(-100%,0);
}

#site-navigation.open {
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
}

.menu li {
	border-bottom: 1px solid #444;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.menu a {
	display: block;
	padding: .875rem 1rem .875rem 5%;
}

.search input {
	background: none;
	border: 0;
	padding: .875rem 1rem .875rem 5%;
	outline: 0;
}

.overlay {
	background: rgba(0,0,0,.3);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}

.featured-img:hover .overlay,
.featured-img:focus .overlay {
	opacity: .5;
}

#menu-btn {
	background: none;
	border: 0;
	color: #222;
	display: none;
	font-weight: bold;
	padding: .725em .5em;
	position: absolute;
	top: 30px;
	right: 2.5%;
	z-index: 10;
	line-height: 1.625em;
	text-align: center;
}

	.js #menu-btn {
		display: block;
	}

	.white #menu-btn {
		color: #fff;
	}

#menu-btn span {
	display: inline-block;
	width: 1em;
	text-align: center;
	-webkit-font-smoothing: antialiased;
}

#menu-btn.open span {
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1;
	width: .825em;
}

/* FEATURED ARTICLE */

.hero .feature {
	padding-top: 8em;
	width: 100%;
}

.permalink {
	display: block;
	position: relative;
}

/* IMAGES */

a img { 
	border-bottom: none;
}

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

p img {
	vertical-align: middle;
}

.bestof {
	display: block;
	margin: 0 auto;
}

.content .wp-caption {
	max-width: 100% !important;
	width: 100% !important;
	position: relative;
	margin-bottom: 1rem;
}

.content .wp-caption-text {
	border-bottom: 1px solid #eee;
	font-size: .875em;
	padding-bottom: 1rem;
	max-width: 42rem;
	margin: .5rem auto 0;
}

.custom-post-type .content .wp-caption-text {
	width: 90%;
}

.content img.alignleft {
	margin: 0 1rem 1rem 0;
}

.content img.alignright {
	margin: 0 0 1rem 1em;
}

.avatar {
	width: 6em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

/* CONTENT */

.grid:after,
.content .wp-caption:after {
	content: "";
	display: table;
	clear: both;
}

.container {
	clear: both;
	padding: 1em 0 0;
}

	#header .container {
		padding-bottom: .5rem;
	}

	.meta .container {
		padding-top: 0;
	}

.post {
	border-top: 1px solid #C1CDD4;
	padding-top: 2rem;
}

.post:first-child {
	border: 0;
}

.single .post,
.page .post,
.page main + .sidebar {
	border-top: 0;
	padding-top: 0;
}

.single .features article {
	padding-bottom: 1rem;
}

.content > *,
.load-more,
.single .custom-post-type .meta {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.single .custom-post-type .meta {
	margin-top: 2em;
	max-width: 42em;
}

.load-more {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.featured-img {
	display: block;
	margin: 0 auto 1rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.featured-img img {
	width: 100%;
	vertical-align: middle;
}

.features {
	border-bottom: 1px solid #C1CDD4;
	margin: 0;
}

	.features + .container {
		padding-top: 0;
	}

	.single .features {
		border: 0;
		margin: 4rem 0 0;
	}

.hero + .features {
	padding: 2rem 0;
}

.features .hgroup {
	bottom: .5em;
	left: 0;
	right: 0;
	padding: 0 .75em;
	position: absolute;
	z-index: 2;
}

.single .features article .hgroup {
	padding: .5em;
}

.features .featured-img {
	margin: 0;
	text-align: left;
}

.cite {
	font-size: .875em;
	font-style: italic;
}

.essay-intro {
	margin-bottom: 2rem;
}

.post.hero .permalink {
	display: block;
	padding: 3rem 1rem 1rem 0;
}

.byline {
	margin: 0;
	padding: 1rem 5% .125rem;
	border-bottom: 1px solid #C1CDD4;
}

.byline .container {
	width: auto;
}

.hero + .byline {
	background: #FDFEFE;
}

/* SIDEBARS */

aside.sidebar {
	background: #f9f9f9;
	overflow: hidden;
	padding-bottom: 2em;
}

.single .sidebar {
	margin-top: 1rem;
}

.sidebar > * {
	padding: 2rem 5% 0;
}

.sidebar > .features {
	margin-top: 2rem;
	padding: 0;
}

aside .features article {
	margin-bottom: 1rem;
}

.sidebar > *:first-child {
	padding-top: 0;
}

.sidebar > img {
	padding: 0;
}

.sponsored-by img {
	height: auto;
	width: 130px;
	margin-bottom: 1.25em;
}

.sponsored-by a {
	display: block;
}

aside.sidebar .about {
	display: none;
}

/* SHARING */

.share {
	display: inline-block;
}

.buy + .share {
	margin-left: .5rem;
}

.single .share {
	display: inline-block;
	margin: 0 auto 1rem;
	overflow: hidden;
	width: 100%;
	clear: both;
}

.custom-post-type .share {
	margin-bottom: 1rem;
}

.single .custom-post-type .share {
	margin-bottom: 1rem;
}

.share li {
	display: inline-block;
	margin: 0;
}

.single .share li {
	margin: 0;
	width: 33%;
	float: left;
	text-align: center;
}

.share a {
	opacity: .3;
	padding: 0 .5rem;
	line-height: 2.25;
}

.home .custom-post-type .share:first-child {
	margin-left: -.5rem;
}

.share a:hover,
.share a:focus {
	background: none !important;
	opacity: .8;
	border: 0;
}

.share img {
	height: 15px;
	width: auto;
	position: relative;
	top: 2px;
	vertical-align: baseline;
}

/* GALLERY SLIDER */

.flexslider {
	position: relative;
	margin-bottom: 2rem;
}

.post .slides li {
	margin: 0;
	padding: 0;
}

.post .flex-direction-nav li {
	list-style: none;
	position: absolute;
	top: 0;
	bottom: 2em;
	left: 50%;
	right: 0;
	margin: 0;
	padding: 0;
	z-index: 3;
}

.post .flex-direction-nav li:first-child {
	left: 0;
	right: 50%;
}

.flex-prev,
.flex-next {
	display: block;
	position: absolute;
	top: 48%;
	opacity: .5;
	height: 2.1875rem;
	width: 1.375rem;
	margin-top: -1.09375rem;
}


.flex-prev {
	left: 1rem;
}

.flex-next {
	right: 1rem;
}

.flex-prev:hover,
.flex-prev:focus,
.flex-next:hover,
.flex-next:focus {
	opacity: 1;
}

.flex-control-paging {
	margin: .25rem auto 1rem;
	position: relative;
	text-align: center;
	z-index: 3;
}

.flex-control-paging li {
	display: inline-block;
	list-style: none;
	margin: 0 .5rem;
}

.flex-control-paging li a {
	background: #ddd;
	display: block;
	height: .75rem;
	padding: 0;
	width: .75rem;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
}

.flex-control-paging li .flex-active {
	background: #4A84AE;
}

/* FOOTER */

#footer {
	background: #222;
}

#footer .container {
	padding: 0;
}

#footer .menu li {
	border-color: #444;
}

.footer-section .sidebar {
	margin: 0;
	padding: 0;
}

.footer-section .sidebar > div {
	border-top: 1px solid #444;
	padding: 1rem 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footer-section .sidebar .fusion {
	border-top: 0;
}

#footer .about {
	padding: 1em 1em 1.5em 11.5em;
	position: relative;
	min-height: 8em;
}

#footer .about img {
	position: absolute;
	top: 1em;
	left: 5%;
	width: 8em; 
}


.newsletter				{background-color: #e6b64f; margin-top: 5em;}
.newsletter-text		{width: 59%; float: left; margin-right: .8em;}
.newsletter-text p		{font-size: 1.3em; margin-right: 1em;}

.newsletter-text img	{width: 105px; float: left; margin-right: 15px; margin-top: -50px; margin-bottom: 10px; margin-left: 17px;}

.newsletter-form		{width: 39%; overflow: hidden; margin-top: .6em;}
.newsletter-form input.email	{
	border: none;
	-webkit-appearance: none;
	padding: 9px 8px 10px 10px;
	min-width: 200px;
	float: left;
	width: 74%;
	font-family: "freight-text-pro", Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: italic; 
	-webkit-border-radius: 3px;  -moz-border-radius: 3px;  -o-border-radius: 3px;  -ms-border-radius: 3px; border-radius: 3px; 
}

.newsletter-form input.email:focus	{outline: none;}


.newsletter-form .submit		{
	-webkit-appearance: none;
	border: none;
	padding: 13px 15px;
	background-color: #222;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'freight-sans-pro', Gill Sans, Helvetica, Arial, sans-serif; 
	font-size: .8em;  
	width: 75px;  
	cursor: pointer;
	-webkit-border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 3px; border-top-right-radius: 3px;  border-bottom-right-radius: 3px;  
	margin-left: -2px; 
	height: 42px;
	transition: all 0.25s ease;
}

.newsletter-form .submit:hover	{background-color: #4A84AE;}


#content .newsletter			{margin-top: 1.5em; margin-bottom: 2em;}
#content .newsletter-text 		{width: 100%; float: none; margin: 0;}
#content .newsletter-form 		{width: 100%;}
#content .newsletter-form input.email	{width: 80%;}


@media screen and (max-width: 990px) {
.newsletter-text	{width: 52%;}
.newsletter-form 	{width: 45%;}
.newsletter-form input.email	{ width: 66%;}
}
@media screen and (max-width: 880px) {
	.newsletter-text p		{font-size: 1.1em; margin-right: 0em;}
	.newsletter-text	{width: 95%;  float: none;  margin-left: 1em;}
	.newsletter-form 	{width: 95%;  margin-left: 1em;}
	.newsletter-form input.email	{width: 85%;}
}
@media screen and (max-width: 767px) {
	.newsletter			{padding-bottom: 2em;  padding-top: 2em;}
	.newsletter-form .submit	{width: 100%; margin-left: 0px; margin-top: .6em; -webkit-border-radius: 3px;  -moz-border-radius: 3px;  -o-border-radius: 3px;  -ms-border-radius: 3px; border-radius: 3px;}
	.newsletter-form input.email	{width: 100%; float: none;}
	.newsletter-text,
	.newsletter-form,
	#content .newsletter-form input.email	{width: 100%;  margin: 0;}
	.newsletter .container		{padding: 0 2em;}

}



/* ADS */

.sidebar > div {
	overflow: hidden;
}

.sidebar div img {
	background: none;
	margin: 0 1rem .5rem 0;
	padding: 0 0 0 0;
	float: left;
}

.fusionentire a:hover img {
	background: none;
}

a.fusion_powered {
	margin-top: 14px;
	padding-top: 14px;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

/* MEDIA QUERIES */

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

	.hero {
		min-height: 36rem;
	}

	.container,
	.hero + .container {
		max-width: 60rem;
		width: 90%;
		margin: 0 auto;
		padding: 2rem 0;
		position: relative;
	}

	.logo a {
		margin: 2rem 0 0;
		width: 200px;
	}

	#site-navigation {
		background: none;
		border: 0;
		overflow: auto;
		position: relative;
		top: 0;
		z-index: 2;
		-webkit-box-shadow: 0;
		-moz-box-shadow: 0;
		box-shadow: 0;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-ms-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}

	.hero .menu li {
		border-color: #fff;
	}

	.menu a,
	.search input {
		padding: .875rem 1rem;
	}

	.menu li {
		border-left: 1px solid #889CA8;
		border-bottom: 1px solid #889CA8;
		float: left;
		width: 33.3333%;
	}

	.menu .search {
		width: 66.6666%;
	}

	.js #menu-btn {
		display: none;
	}

	.content > *,
	.load-more {
		width: auto;
	}

	.related-posts .featured-img {
		height: 9.125em;
		overflow: hidden;
	}

	aside.sidebar {
		background: none;
	}

	.sidebar {
		border-top: 1px solid #C1CDD4;
		padding-top: 0;
		position: relative;
		text-align: left;
	}

	.sidebar:before,
	.sidebar > div:after {
		background: #C1CDD4;
		content: "";
		display: block;
		height: 1rem;
		width: 1px;
		position: absolute;
		top: 0;
		right: 0;
	}

	.sidebar > div {
		padding-top: 2em !important;
	}

	.sidebar > div:after {
		left: 49.9%;
		right: auto;
	}

	.sidebar > div:first-child:after,
	.sidebar .sponsored-by:after {
		left: 0;
	}

	.featured div {
		margin-top: 0rem;
	}

	.sidebar .features article {
		margin-bottom: 1rem;
	}

	.featured-img {
		margin-bottom: 2rem;
	}

	.single .custom-post-type .content > *,
	.single .custom-post-type > .sidebar {
		max-width: 42rem;
		width: 80%;
	}

	.single .custom-post-type > .meta {
		clear: both;
	}

	.content .alignleft img {
		float: left;
		width: 66%;
	}

	.content .alignright img {
		float: right;
		width: 66%;
	}

	.content .wp-caption {
		margin-bottom: 2rem;
	}

	.content .alignleft .wp-caption-text,
	.content .alignright .wp-caption-text {
		position: absolute;
		bottom: 0;
		margin-bottom: 0;
	}

	.content .alignleft .wp-caption-text {
		left: 68%;
		width: 32%;
	}

	.content .alignright .wp-caption-text {
		left: 0;
		width: 32%;
	}

	#footer {
		padding: 3rem 0 2rem 0;
	}

	#footer .menu {
		border-right: 1px solid #444;
		border-top: 1px solid #444;
		border-bottom: 1px solid #444;
	}

	#footer .menu li {
		border-bottom: 0;
		width: 16.6%;
	}

	#footer .menu li:first-child,
	#footer .menu .last {
		width: 16.8%;
	}

	#footer .menu a {
		padding: .5rem .625rem;
	}

	.footer-section .sidebar > div {
		border: 0;
		padding: 1rem 2rem 1rem 1rem;
	}

	.footer-section .sidebar {
		border-top: 0;
		border-bottom: 1px solid #444;
	}

	.footer-section .sidebar div {
		padding-bottom: .625rem;
	}

	#footer .sidebar:before,
	#footer .sidebar >div:after {
		background: #444;
		bottom: 0;
		top: auto;
	}

	.footer-section + .footer-section .sidebar {
		margin-top: 0;
	}

	#footer .about img { 
		top: 2em;
	}

	.copyright br {
		display: none;
	}
	

}

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

	#header .container {
		padding-top: 2em;
	}

	.logo {
		position: absolute;
	}

	.logo a {
		margin: .5rem auto;
	}

	.menu li {
		width: 50%;
	}

	.menu .search,
	.menu .suggest {
		width: 100%;
	}

	.menu .d1-d4 li {
		border-right: 1px solid #889CA8;
		border-left: 0;
		text-align: right;
	}

	.menu .d9-d12 li {
		border-left: 1px solid #889CA8;
	}

	.hero .menu li {
		border-color: #fff;
	}

	.sidebar.d-padin {
		border-top: 0;
		padding-top: .425em;
	}

	.page main + .sidebar {
		padding-top: 2.375rem;
	}

	.sidebar.d-padin:before,
	.sidebar.d-padin > div:after {
		content: none;
	}

	aside.d10-d12 .about {
		display: block;
	}

	aside.d10-d12 .fusion {
		margin-left: 2px;
	}

	aside.d10-d12 img {
		float: none;
	}

	aside.d10-d12 .fusiontext,
	aside.d10-d12 .sponsor-text {
		display: block;
		width: 100%;
	}

	#footer {
		padding: 4rem 0 2rem 0;
	}

	#footer .menu a {
		padding: .875rem 1rem;
	}

}