@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/mark_simonson_-_proxima_nova_bold-webfont.eot');
    src: url('../fonts/mark_simonson_-_proxima_nova_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/mark_simonson_-_proxima_nova_bold-webfont.woff') format('woff'),
         url('../fonts/mark_simonson_-_proxima_nova_bold-webfont.ttf') format('truetype'),
         url('../fonts/mark_simonson_-_proxima_nova_bold-webfont.svg#ProximaNova') format('svg');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/marksimonson-proximanovalight.eot');
    src: url('../fonts/marksimonson-proximanovalight.eot') format('embedded-opentype'),
         url('../fonts/marksimonson-proximanovalight.woff2') format('woff2'),
         url('../fonts/marksimonson-proximanovalight.woff') format('woff'),
         url('../fonts/marksimonson-proximanovalight.ttf') format('truetype'),
         url('../fonts/marksimonson-proximanovalight.svg#ProximaNova') format('svg');
	font-weight: normal;
    font-style: normal;
}

img{
	max-width: 100%;
	height: auto;
}
.entry-content h1{
	color: #5BCACE;
}
.entry-content h2, 
.entry-content h3{
	color: #4d4d4d;
}
.entry-content h4{
	color: #808080;
}

#footer_col{
	background: #414246;
	color: #fff;
}
#footer_col .widget-container{
	margin-bottom: 20px;
}
#footer_col .widget-title{
	margin-top: 15px;
	color: #fff;
}
#footer_col #searchform .searcharea{
	border: 0;
	border-bottom: 1px solid #535354;
	background: #383a3f;
}
#footer_col #searchform #s{
	background: #383a3f;
	height: 24px;
}
#footer_col .searchbutton{
	background-color: transparent !important;
	background-position: center center !important;
	width: 40px;
	height: 40px;
	top: 0;
	right: 0;
}
#footer_col p{
	color: #fff;
}
.newsletter{
	margin-bottom: 20px;
}
.newsletter #subscribe{
	border: 0;
	border-bottom: 1px solid #535354;
	background: #383a3f;
	padding: 8px 5px;
	height: 24px;
}
.newsletter .subscribe_submit{
	height: 41px;
}
.tweet-list{
	margin: 0;
}
#outerfooter{
	background: #303030 !important;
}
.designed_by{
	text-align: right;
}
.button.readmore{
	margin: 10px 0;
	display: inline-block;
}
.button.readmore:hover {
	background: #282828;
}
.entry-date{
	background: #4D4D4D;
}
.entry-utility a{
	color: #4D4D4D;
}
.post h2.posttitle{
	color: #5BCACE;
}
.entry-date .postdate{
	color: #fff;
}
@media only screen and (max-width: 767px){
	#footercontainer, .copyright, .designed_by{
		margin-bottom: 0 !important;
	}
	.designed_by{
		text-align: left;
	}
}

/* Format Header */
#bodychild{
	-webkit-box-shadow: 0px 3px 6px #BDBDBD;
	-moz-box-shadow: 0px 3px 6px #bdbdbd;
	box-shadow: 0px 3px 6px #BDBDBD;
}
#logo{
	padding: 25px 0px;
}
#outercontainer{
	border-top: none;
}
#navigation.two_third {
	margin-left: 2%;
}
#outerheader{
	background: #27b3b3;
	border-top: none;
	border-bottom: 6px solid #f9f579;
}

#header-phone {
	color: #FFF;
	text-align: right;
	font: bold 35px ProximaNova,Arial,sans-serif;
	padding: 8px 0px 0px;
}
#header-phone i.phone{
	background: transparent url(../images/icon-phone.png) no-repeat left top scroll;
	width: 28px;
	height: 26px;
	display: inline-block;
	margin-right: 10px;
}
#topnav.sf-menu > li {
	background: none;
	border-left: none;
	padding: 5px 0px 15px 20px !important;
}
#topnav.sf-menu > li:before {
	border-left: none;
}
#topnav.sf-menu > li a{
	color: white;
	font-family: ProximaNova, Arial, sans-serif;
	font-size: 15px;
}
#topnav .current_page_item, #topnav .current_page_item, #topnav .current_page_parent, #topnav .current_page_parent, #topnav .current-menu-parent, #topnav .current-menu-parent, #topnav .current-menu-item, #topnav .current-menu-item{
	background: none;
}
#topnav .current_page_item a, #topnav .current_page_item a, #topnav .current_page_parent a, #topnav .current_page_parent a, #topnav .current-menu-parent a, #topnav .current-menu-parent a, #topnav .current-menu-item a, #topnav .current-menu-item a{
	font-weight: bold;
	color: white;
}
@media only screen and (min-width: 1280px){
	#outerheader .header-container{
		width: 1020px;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 959px) and (min-width: 768px){
	#topnav.sf-menu > li {
		padding: 5px 0px 15px 10px !important;
	}
}
@media only screen and (max-width: 767px){
	#header-phone{
		text-align: center;
	}
}