/* GLOBAL */
.sidebar-alt, .main-content, .featured-slider-area, #featured-links, .page-content select, .page-content input, .page-content textarea, .footer-socials, .footer-widgets, .footer-copyright, #main-nav {
		background-color: #cccccc;
}

/* HEADER &amp; NAV */
@media screen and (max-width: 750px) {
  .entry-header {
    height: 300px !important;
  }
}
#main-nav {
		border-bottom: 1px solid #e8e8e8;
		box-shadow: none;
}
#main-menu {
	padding-right: 0px;
}
#main-nav li.current-menu-item > a,
#main-nav a:hover {
	color: #dc3232 !important;
}

/* MAIN */
.home .post-header {
	display: none;
}

.post-content h2 {
	margin-bottom: 20px;
}

hr {
	margin: 40px 0;
}

/* FOOTER */
@media screen and (max-width: 979px) {
	#page-footer .footer-widgets {
		padding-top: 40px;
	}
	#page-footer .widget_text {
		margin-bottom: 40px
	}
}
#page-footer .textwidget p {
	text-align: center;
}

#page-footer .footer-copyright {
	padding: 30px 0 30px 0;
}

#page-footer .copyright-info {
	display: none;
}

#page-footer .scrolltop {
	color: #dc3232;
}

#custom_html-3 {
		width: 100%;
    text-align: center;
    font-size: 36px;
    color: #000;
}

#custom_html-3 a {
		color: #222222 !important;
		padding: 10px;
}