/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.header-phone {
	background-color: #1564a5;
	width: 332px;
	height: 56px;
	padding: 20px 0 20px 12px;
	background: #1564a5;
	position: relative;
	float: left;
}

.sf-menu li {
	margin: 0 7px !important;
}

.sf-menu li li {
	width: 193px;
}

.sidebar-widget a {
	color: #3A3A3A;
}

.entry-content {
	color: #515357;
}

#header {
	position: relative;
	background-color: #43494c;
	height: 143px;
}

.header-tagline {
	float: right;
	height: 59px;
	padding: 1px 0;
	text-align: center;
	width: 535px;
}

.header-phone h4 {
	font-size: 16px;
	padding-top: 0;
}

.left-bg {
	background-color: #1564a5;
}

.triangle-arrow {
	border-top: 96px solid #1564a5;
}

.sf-menu li {
	text-transform: capitalize;
	margin: 0 14px;
}

img.alignleft {
	float: left;
	vertical-align: middle;
	margin-right: 22px;
}

#featuredslider .captions {
	background-color: #1564a5;
	opacity: .9;
}

#featuredslider h3 {
	font-weight: 700;
	color: #fff;
	opacity: 1;
}

#featuredslider {
	height: 450px;
}

#featuredslider p {
	color: #FFFFFF;
	width: 900px;
	line-height: 16px;
	opacity: 1;
}

#respond {
	display: none;
}

.full-width-page p {
	color: #515357;
}

figure {
	display: block;
}

.login h1 a {
	display: none;
}

.social-bar {
	background-color: #FFFFFF;
	padding: 5px 0 6px;
	min-height: 2px;
	border-bottom: none;
}

.entry-thumb img {
	width: 607px;
	height: 324px;
	max-width: 100%;
}

.entry-thumb, .entry-gallery {
	margin-bottom: 15px;
	width: 607px;
	height: 324px;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}