footer {
	font-size: 14px;
}

footer a:hover {
	color: #ff9f05 !important;
}

.footer-adv-overlay {
	font-size: 14px;
	padding: 0 0 30px;
}

.footer-adv-overlay .ast-container {
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-bottom: 1px solid rgba(0, 0, 0, .1);	
	padding: 60px 20px;
}

.footer-adv-overlay .widget-title {
	font-weight: bold;
	font-size: 14px;
}

.footer-adv-overlay a {
	color: #3a3a3a;
}

.ast-small-footer .ast-footer-overlay {
	padding: 0 0 30px 0;
}

.sub-nav ul {
	list-style: none;
	margin: 0;
}

.sub-nav ul:after {
	content: "";
	display: table;
	clear: both;
}

.sub-nav li {
	width: 33.333%;
	float: left;
	padding: 10px;
}

.sub-nav li a {
	background: #3E9FFF;
	color: #FFF;
	border-radius: 10px;
	display: block;
	padding: 15px 20px;
	transition: ease .2s;
}

.sub-nav li a:hover,
.sub-nav li.current_page_item a {
	background: #FF9F05;
}

.premium-blog-content-wrapper {
    padding: 10px 30px !important;
}

.premium-blog-entry-title {
	display: none !important;
}

.premium-blog-post-container {
    padding: 10px !important;
}

.banner .premium-blog-content-wrapper,
.news .premium-blog-content-wrapper {
	border-radius: 20px;
}

.banner .premium-blog-content-wrapper {
	background: #c51818 !important;
	width: 100%;
	text-align: center !important;
	color: #FFF !important;
}

.premium-blog-post-outer-container {
	width: 100%;
}

.premium-error-notice {
	display: none !important;
}

@media screen and (max-width: 768px) {
	.sub-nav li {
		width: 100%;
		float: none;
		padding: 10px;
	}
} 