/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.copyright {
	display: none;
}

div.logo-wrap {
	height: 150px;
}

.main-nav {
	background-color: #606060;
}

.logo-wrap img {
	display: block;
	margin: 0 auto;
}

.main-nav li {
	border: none;
}

.main-nav li:hover {
	background-color: #d54449;
}

.container {
	box-shadow: 0 0 0 0;
	-moz-box-shadow: 0 0 0 0;
	-webkit-box-shadow: 0 0 0 0;
	margin-top: 0;
}

.wt-layout1 .widget-title, .wt-layout1 .footer-widget-title, .wt-layout3 .footer-widget-title {
	border-bottom: 3px solid #d54449;
}

.header-nav {
	font-size: 12px;
	font-size: .75rem;
	position: absolute;
	right: 20px;
	background: #fff;
	border-left: 0 solid #ebebeb;
	border-right: 0 solid #ebebeb;
	border-bottom: 0 solid #ebebeb;
	z-index: 999;
}

.header-nav li {
	float: left;
	position: relative;
	-webkit-transition: background .6s ease-out;
	-moz-transition: background .6s ease-out;
	transition: background .6s ease-out;
}

.header-nav li a {
	display: block;
	line-height: 1.3;
	color: #606060;
	padding: .3125em .625em;
	text-decoration: none;
}

.header-nav li:hover {
	background: #606060;
}

.header-nav li:hover a {
	color: #fff;
}

.header-nav ul li:hover > ul {
	display: block;
	background: #606060;
	z-index: 9999;
}

.header-nav ul ul {
	display: none;
	position: absolute;
}

.header-nav ul ul li {
	width: 10em;
}

.header-nav ul ul ul {
	left: 100%;
	top: 0;
}

.main-nav {
	background: #fff;
	text-transform: uppercase;
}

.main-nav li {
	float: left;
	position: relative;
	padding-left: 5px;
	border-left: 0 solid #000;
	-webkit-transition: background .6s ease-out;
	-moz-transition: background .6s ease-out;
	transition: background .6s ease-out;
}

.main-nav li:first-child {
	border: none;
}

.main-nav li:hover {
	background: #606060;
}

.main-nav li:hover a {
	color: #fff;
}

.main-nav li a {
	display: block;
	color: #606060;
	padding: .416em 1em;
	text-decoration: none;
}

.main-nav ul li:hover > ul {
	display: block;
	background: #2a2a2a;
	color: #fff;
	z-index: 9999;
}

.main-nav ul ul {
	display: none;
	position: absolute;
}

.main-nav ul ul li {
	width: 13em;
	border: none;
}

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

.spotlight {
	position: relative;
	background: #fff;
	color: #ebebeb;
	padding: 0;
}

.spotlight:hover .sl-caption {
	opacity: 100;
	filter: alpha(opacity=50);
}

.spotlight .mh-excerpt a {
	color: #fff;
}

.sl-title {
	color: #606060;
	font-size: 32px;
	font-size: 2rem;
}

.sl-title:hover {
	color: #e64946;
}

.sl-caption {
	position: absolute;
	top: 10%;
	padding: 4px 10px;
	padding: .25rem .625rem;
	background: #d54449;
	color: #fff;
	font-weight: 400;
	opacity: .8;
	filter: alpha(opacity=25);
}

.sl-thumb {
	margin-bottom: 10px;
	margin-bottom: .625rem;
	overflow: hidden;
}

body {
	background: #e8e8e8 url('https://blog.frontiersin.org/wp-content/uploads/2016/01/bg.png') repeat-x;
}

.ticker-title {
	background-color: #000;
}