body p {
  font-size: 16px !important;
}

.home-top > .widget:first-child {
  background: #F1F1F1;
}

body .site-inner a {
  color: #872906 !important;
}

.site-header .header-widget-area ul.menu > li.menu-item:hover > a, 
.site-header .header-widget-area ul.menu > li.menu-item a:hover > span {
  color: #FFF !important;
}

.contentleft, .contentright {
  width: 50%;
  float: left;
}

.footer-widgets h3, .footer-widgets h4, .footer-widgets a {
  color: #00224b;
}

.footer-widgets h3 {
  font-size: 25px;
  text-transform: uppercase;
}

.footer-widgets h4, .footer-widgets a {
  font-size: 16px;
  margin: 0px;
}

@media only screen and (max-width: 750px) {
	ul.sub-menu {
		background: rgb(5, 60, 128) !important;
	}
	
	li.current_page_item ul.sub-menu {
		background: rgb(166, 56, 21) !important;
	}
}