/*
Theme Name: Mobile Theme
Description: A mobile Theme
Author: Socius Marketing
*/

/* Arrow Fix FF */
@supports (-moz-appearance:none) and (display:contents) {
    .dark_arrow { margin-top: -30px!important; }  
    .light_arrow { margin-top: -30px!important; }
}

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: 'Open Sans', sans-serif !important;
}

#site-info img {
	margin-top: 20px;
	margin-bottom: 20px;
}
a {
	color: #0027ea;
	text-decoration: none;
}
.blue {
	color: #0027ea;
}
.btn-group-vertical {
	width: 100%;
	margin-bottom: 20px;
}
.btn-group-vertical .btn {
	text-align: left;
	line-height: 38px;
}
#map_btn.btn-group-vertical .btn {
	text-align: left;
	line-height: 1.3333333;
}
.icon {
	width: 38px;
	display: inline-block;
	height: 38px;
}
.icon img {
	max-width: 100%;
	height: auto;
}
.btn-group-vertical .gradient {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */

}
.uppercase {
	text-transform: uppercase;
}
#map_btn .icon {
	width: 38px;
	margin: 25px 16px 0 0;
	display: block;
	float: left;
	height: 80px;
}
#map_btn .light_arrow {
	margin-top: -35px;
}
.light_arrow {
	color: #999;
}
.dark_arrow {
	color: #333;
}
.dark_arrow,
.light_arrow {
	margin-top: 10px;
}
.directions_box .light_arrow {
	margin-top: -30px;
}
#container h3 {
	font-size: 18px;
}
#container h1,
#container h2,
#container h3,
#container h4,
#container h5 {
	font-weight: bold;
}
#container .entry-content > h3:first-child,
#container .hentry > h3:first-child {
	margin-top: 0;
}
#container .alignleft,
#container .aligncenter,
#container .alignright,
#container .alignnone,
#container img {
	margin: 0 auto 20px;
	display: block;
	float: none;
	max-width: 100%;
	height: auto;
}
.iframe_container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
}
.iframe_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#ppocornerSmall,
#ppocornerBig {display:none;}
@media screen and (max-width: 400px) {
    #map_btn.btn-group-vertical .btn {
		font-size: 12px;
	}
	#map_btn .icon {
		margin: 11px 16px 0 0;
	}
	#phone_btn strong {
		font-size: 16px;
	}
	
	.wufoo-form-container {
		width: 260px !important;
	}
}
@media screen and (max-width: 600px) {
	td, th {
		vertical-align:top;
		padding: 5px;
		width:100%;
		display: inline-block;
	}
	#content table {width: 100%;margin: 0 auto;}
}

/* Logo */
.bluelogo {background-color:#195C91; padding: 5px 0; margin-bottom:5px;}

/* Read More */
.readmore{display:none;}

#readmore {
    background: url("images/readmore.jpg") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: table;
    font-size: 13px;
    height: 36px;
    margin: 0 auto;
    padding-top: 7px;
    text-align: center;
    width: 122px;
}

.rm {padding-bottom:5px;display: block;}
.hide {  display: block!important;}

.entry-content a{
	color:#0FA7F0;
}
.entry-content a:hover{
	text-decoration:underline;
}
.entry-content li {
    list-style: disc outside none;
    width: 100%;
}
.entry-content ul {
    margin-left: 0px;
}

object { width:296px!important;}