/*
You can add your own CSS here.

Click the help icon above to learn more.
*/
body,
button,
input,
select,
textarea {
	color: #666;
	font-family: Open Sans, Helvetica, Arial;
	font-size: 14px;
	line-height: 1.7;
	word-wrap: break-word;
}
body.custom-background {
    background-color: #9E7148;
    background-image: url(\"/wp-content/uploads/2015/03/body_bg.jpg\");
    background-repeat: repeat-y;
    background-position: left top;
    background-attachment: fixed;}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: .9em;
}

p {
	color: #666;
}

.custom-header {
float:left;
top:0;
left:5%;
width:30%;
	height: 10%;
	margin-left: 5%;
}

h1.site-title {
	display: none;
}

div#phonebox {
	float: right;
	width: auto;
	height: auto;
	margin: 0 10% 0 0;
        padding:0;
}

div#phonebox p.phone {
	font-size: 2.5em;
	line-height: 1.5em;
	font-weight: 700;
	margin-bottom: 0;
	color: #0071ef;
}

div#phonebox p.top-addy {
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
	margin-top: 0;
	text-align: center;
	color: #1c1c1c;
}


/* MEDIA QUERY */
 @media only screen and (max-width:1024px) {
	div#phonebox p.phone {
	font-size: 1.5em;
	line-height: 1em;
	font-weight: 700;
	margin:0;
	color: #0071ef;
}
	
 }
/* MEDIA QUERY */
 @media only screen and (max-width:767px) {
div#phonebox {
	float: right;
	width: auto;
	height: auto;
	margin:0 10% 0 0;
        padding:0;
}

div#phonebox p.phone {
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: 700;
	margin:0;
	color: #0071ef;
}

div#phonebox p.top-addy {
display:none

}


}

#pre-header {
display:none;
	height: 32px;
	background: none;
}
 #pre-header-social{
height:32px;
}

#header {
width:95%;
margin:0 auto;
}

#header .header-links li {
	float: left;
	height: 24px;
	padding-top: 0;
	padding-bottom: 20px;
	font-size: .9em;
	margin: 0;
}

#slider .rslides-content-inner {
	display: table;
	width: 100%;
	height: 100%;
	margin: 0 auto;
text-align:right;
}

#slider .featured-link a{
	background-color: #f33f3f;
}
#slider .featured {
	display: table-cell;
	vertical-align: middle;
}

#slider .featured-title {
	margin-bottom: 10px;
}

#slider .featured-title h2 {
	display: inline-block;
	color: #FFF;
	font-size: inherit;
/*	line-height: 35px;*/
	font-weight: 500;
	line-height: 1.5em;
text-align:right;
/*	padding: 20px 10px;*/
	padding: 10px;
	background: rgba(0,0,0,0.5);
	border-radius: 12px;
}

#slider .featured-excerpt p {
	margin-bottom: 25px;
}

#slider .featured-excerpt h3 {
	display: inline-block;
	color: #FFF;
	font-size: 24px;
	line-height: 35px;
	font-weight: 300;
	padding: 10px;
	background: rgba(0,0,0,0.5);
	border-radius: 12px;
}

#slider .featured-link a {
	display: inline-block;
	color: #FFF;
	font-size: 18px;
	padding: 5px 20px;
	border: 1px solid #FFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

#slider .featured-link a:hover {
	background: #F33F3F;
	border-color: #F33F3F;
}

#section-home {
	text-align: left;
}

#section-home img {
	width: 260px;
	height: 170px;
}
div#comments{display: none;}
