@charset utf-8;
/*
Theme Name: Become a Driver
Theme URI: becomeadriver.com
Author: Paradigm Media Consultants, Inc.
Author URI: http://paradigmmedia.com
Version: 2014-10-24
 */
@import url('css/resets.css');
a:link, a:visited  {
	color:#fff;
	}
a:hover,a:active {
	color:#ed1c24;}
/* Headers */

h1 {font-size:32px;line-height: 38px;color:#fff;}
h1 a:link, h1 a:visited, h1 a:hover,h1 a:active{text-decoration:none;color:#fff;}
h2 {font-size:21px;line-height: 23px;color:#fff;}
h2.alegre {font-size:34px;line-height:38px;}
h2 a:link, h2 a:visited, h2 a:hover,h2 a:active{text-decoration:none;color:#fff;}
h3 {font-size:18px;line-height: 20px;}
h3 a:link, h3 a:visited, h3 a:hover,h3 a:active{text-decoration:none;}
h4 {font-size:19px;line-height: 21px;}
h4 a:link, h4 a:visited, h4 a:hover,h4 a:active{text-decoration:none;}
h5 {font-size:18px;line-height: 20px;}
h5 a:link, h5 a:visited, h5 a:hover,h5 a:active{text-decoration:none;}
h6 {font-size:17px;line-height: 19px;}
h6 a:link, h6 a:visited, h6 a:hover,h6 a:active{text-decoration:none;}

/* Main Site Structure */
body{
	background: #000;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size:14px;
	line-height:17px;
	/*color:#595955;*/
	color:#fff;
	}
.container {width:980px;margin:0 auto;display:block;position:relative;}
/* Main Site Wrapper */
#header {
	width:100%;
	margin:20px auto 0 auto;
	/*background: url('images/headerbg.png') repeat-x center top scroll transparent;*/ 
}
#main {
	width:980px;
	margin: 0 auto 20px auto;

	}
/* Logo Stuff */
#logo {
	background: url('images/logo.png') no-repeat center 0 scroll transparent;
	background-size: 100% 100%;
	width:107px;
	height:88px;
	float:left;
	clear:left;
	}


#logo span {
	font-size:18px;
	font-family: "Trebuchet MS", sans-serif;
	color:#384F79;
	float:right;
	text-align:center;
	margin-top:0px;
	}
#logo a {
	color:#384f79;
	border:none;
	text-decoration:none;
	}
	
/* Social Media Stuff */
#social-media {
}
.facebook {
	background: url('images/facebook.html') no-repeat 0 0 scroll transparent;
	width: 17px;
	height:17px;
	float:left;	
	}
.twitter {
	background: url('images/twitter.html') no-repeat 0 0 scroll transparent;
	width: 17px;
	height:17px;
	float:left;
}

.instagram {
	background: url('images/instagram.html') no-repeat 0 0 scroll transparent;
	width: 17px;
	height:17px;
	float:left;
}

.pinterest {
	background: url('images/pinterest.html') no-repeat 0 0 scroll transparent;
	width: 17px;
	height:17px;
	float:left;
}
	
/* Navigation Stuff */
#nav-primary {
	display: block;
	float: right;
	margin: 0px auto 0 auto;
	width: auto;
	font-size: 26px;
	}
li.homebutton {
	width:16px;
	background: url('images/homebutton.png') no-repeat 0 24px scroll transparent;
	text-indent: -99999px;
}
#nav-primary ul, 
div.menu ul {
	list-style: none;
	margin: 0;
	}
#nav-primary li, 
div.menu li {
	float: left;
	position: relative;
	}
#nav-primary a {
	color: #ed1c24; 
	display: block;
	line-height: 60px;
	padding: 0 20px;
	text-decoration: none;
	font-weight:bold;
	text-transform:uppercase;
	}
#nav-primary ul ul{
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
	}

#nav-primary ul ul li {
	min-width: 180px;
}
#nav-primary ul ul ul {
	left: 100%;
	top: 0;
}
#nav-primary ul ul a {
	background: #000;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	font-size: 22px;
	-webkit-transition: all 0.2s ease-out; 
	-moz-transition: all 0.2s ease-out; 
	-o-transition: all 0.2s ease-out; 
	transition: all 0.2s ease-out; 
	opacity:1;
	color:#fff;
}
#nav-primary li:hover > a,
#nav-primary ul ul :hover > a {
	color: #fff;
}
#nav-primary ul li:hover > ul {
	display: block;
	color:#fff;
}
#nav-primary ul li.current_page_item > a,
#nav-primary ul li.current-menu-ancestor > a,
#nav-primary ul li.current-menu-item > a,
#nav-primary ul li.current-menu-parent > a {
	color: #fff;
}
* html #nav-primary ul li.current_page_item a,
* html #nav-primary ul li.current-menu-ancestor a,
* html #nav-primary ul li.current-menu-item a,
* html #nav-primary ul li.current-menu-parent a,
* html #nav-primary ul li a:hover {
	color: #fff;
}

#content {
	float:left;
	clear:left;
	width:650px;
	margin:45px 0px 15px 0px;	
}
#content p{
	margin:0 0 20px 0;
	text-align: justify;
	line-height:19px;
	}
#widecontent {
	float:left;
	clear:left;
	width:980px;
	margin:0 0;	
	}
#widecontent p{
	margin:0 0 20px 0;
	text-align:justify;
	line-height:19px;
	color:#fff;
	}

.featured-thumbnail {
    border: 1px solid #99cc99;
    float: left;
    margin-bottom: 5px !important;
    margin-right: 20px;
    padding: 3px 3px 1px 3px;	
		}
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-top: 4px; 
	padding:4px;
	}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding:4px;
	}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #fff;
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.5);
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text{
	color: #000;
	font-size: 14px;
	font-weight:bold;
	margin: 5px;
	text-align:center;
}
blockquote {
	margin: 1em 2em;
	border-left: 1px dashed #999;
	padding-left: 1em;
}
blockquote p:first-letter {
	float: left;
	margin: .2em .1em .05em 0;
	font-family: 'Times New Roman', serif;
	font-size: 220%;
	font-weight: bold;
	}
blockquote p:first-line {
	font-variant: small-caps;
}

.post-content ul,
.post-content ol {
	padding-left: 24px;
	margin:0 0 20px 0;
}
.post-content li {line-height:19px;}
input[type="text"], input[type="email"],input[type="tel"]{
	-moz-box-shadow: 0 0 2px #FBFCFB inset;
	-webkit-box-shadow: 0 0 2px #FBFCFB inset;
	box-shadow: 0 0 2px #FBFCFB inset;
	border: 1px solid #ebebeb;
	color: #191919;
	font-size: 14px;
	line-height: 14px;
	margin: 0 0 5px 0;
	padding: 5px;
	width:250px;
	max-width: 95%;
}
input[type="checkbox"] {

}
textarea {
	-moz-box-shadow: 0 0 2px #FBFCFB inset;
	-webkit-box-shadow: 0 0 2px #FBFCFB inset;
	box-shadow: 0 0 2px #FBFCFB inset;
	border: 1px solid #ebebeb;
	color: #191919;
	font-size: 14px;
	line-height: 14px;
	margin: 0 0 0;
	padding: 5px;
	width:250px;
	max-width: 95%;
}
select {
	-moz-box-shadow: 0 0 2px #FBFCFB inset;
	-webkit-box-shadow: 0 0 2px #FBFCFB inset;
	box-shadow: 0 0 2px #FBFCFB inset;
	border: 1px solid #ebebeb;
	color: #191919;
	font-size: 14px;
	line-height: 14px;
	margin: 10px 0 0;
	padding: 5px;
	width:270px;
	max-width: 100%;
}
input[type="submit"] {
	padding:5px;
	margin-top:10px;
}
.monospace, var, code, code p {
	float:none;clear:both;
    font-family: courier new, courier, monospace;
    border: solid 1px #CC3366;
	font-size: 1.3 em; 
	line-height:1.5 em;
 	color: #384f79;  
	padding:10px; 
	margin-top:10px;
	background: #fff;
	display:block;
}

.post-meta {
	font-size:12px;
	margin-bottom:10px;
	font-weight:bold;
	font-variant:small-caps;
	}

.post-excerpt:after {clear:both;}

#sidebar {
	float:right;
	clear:right;
	width:250px;
	margin: 100px 0px 0 0px;
	}
#sidebar ul,#sidebar li {
	padding: 0;
	margin: 0;
	list-style: none;
	}
#sidebar ul li ul{
	padding-bottom:10px;
	}

#sidebar .widget-area {
	margin: 0 0 15px;
    padding: 0 0 20px;
	}

#footer {
	color:#ffffff;
	font-size:13px;
	/*background: url('images/footerbg.png') repeat-x 0 0 scroll transparent;*/
	
	position:relative;
	}
#footer-content p {
	clear:both;
	text-align:center;
	}
#footer a {
	color:#fff;
	}
#footer-content {
	/*background: url('images/footerbg.jpg') repeat-x center 0 scroll transparent;*/
	background-color: #ed1c24;
	height:65px; 
	position:relative;
	z-index:10;
	margin-top:-22px;
}
#main .single-post {
	margin-bottom:80px;
	float:left;
	clear:both;
	width:100%;
}
.older {float:left;}
.newer {float:right;}
.oldernewer {width:100%;display:block;}

iframe, object, embed {
        max-width: 98%!important;
	display: block;
	margin: 0 auto;
}
#top-slideshow {
	background-color: #000;
	padding: 20px 0 0 0;
}
#stevenstruck {
	width:247px;
	height:193px;
	background: url('../../../imagenes/truck.png') no-repeat 0 0 scroll transparent;
	right:0;
	clear: both;
	position:absolute;
	z-index:15;
	margin-top:99px;
}
#footer-testimonials {
	width: 700px;
	padding: 20px 0px;
	float:left;
}
.testimonial_rotator_wrap {
margin: 20px 0!important;
}

.testimonial_rotator_quote {
	line-height:21px;
}
.page-content {
	padding-top:20px;
}
.page-content h2 {
	margin-top:35px;
}
.home-icons {
	display:block;
	width:980px;
	text-align:center;
	margin: 20px auto;
}
img.homeicons {
	display: inline-block;
	margin:0px 25px;
	max-width: 130px;
}

#top-header {
	padding:20px 0px 40px 0;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	display:block;
	width:980px;
	font-size:16px;
}
#top-header a {color:#fff;text-decoration:none;}
#top-header .telephone {
	float:left;
	clear:left;
}
#top-header .address {
	float:right;
	clear:right;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	border: 1px solid #d9352e;
	color:#d9352e;
	float:right;
	text-transform:uppercase;
	background: transparent;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right:12px;
	cursor: pointer;
}
.gform_wrapper .gform_footer {
	margin:0!important;
	padding: 0!important;
}

.header-right a {margin-right:5px;}
.header-right a:last-child {margin-right:0px;}
.header-right {text-align:right;margin: 10px 0;}
.soliloquy-theme-classic .soliloquy-prev {
	left: -20px!important;
}
.soliloquy-theme-classic .soliloquy-next {
	right: -20px!important;
}
#tribe-events-pg-template {background-color:#fff;padding: 0 20px;}
#tribe-events-pg-template h2,
#tribe-bar-form label {color:#000;}
li.applynow {background: url('images/Apply-Now-BAD-Website.png') no-repeat;width:186px; height: 62px;text-indent: -99999px;}
.testimonial_rotator_prev, .testimonial_rotator_next {
	color:#fff!important;
	top:55%!important;
}
body.page-id-84 #footer-testimonials .testimonial_rotator .testimonial_rotator_slide_title,
body.page-id-84 #footer-testimonials,
body.page-id-84 #footer-testimonials .testimonial_rotator_prev, body.page-id-84 #footer-testimonials .testimonial_rotator_next {color:#000!important;}

body.page-id-84 #footer-testimonials .testimonial_rotator_stars,
body.page-id-84 #footer h2,
body.page-id-84 #stevenstruck {display: none;}
#tribe-events-content a, .tribe-events-adv-list-widget .tribe-events-widget-link a, .tribe-events-adv-list-widget .tribe-events-widget-link a:hover, .tribe-events-back a, .tribe-events-back a:hover, .tribe-events-event-meta a, .tribe-events-list-widget .tribe-events-widget-link a, .tribe-events-list-widget .tribe-events-widget-link a:hover, ul.tribe-events-sub-nav a, ul.tribe-events-sub-nav a:hover {
	color: #000;
}
body.page-id-84 .testimonial_rotator_wrap {margin: 0 auto!important;padding:0!important;}
body.page-id-84 .testimonial_rotator.format-list .slide:first-of-type {margin-top:0px!important;}
.bx-wrapper .slide h4 {font-weight: normal!important;font-size:12px!important;letter-spacing: 1px;}
#tribe-events-content {color:#191919;}
.apply-now-menu-item {display:none!important;}
.contact-mobile {display: none!important;}

.purechat-form label {
	color: #000;
}

body.single-details #widecontent {
	float: none;
	clear: both;
	margin: 0 auto;
	display: block;
	width: 680px;
}
body.single-details .aligncenter {
	margin-bottom: 0px;
	padding: 0px;
}
.post-content h2 {
	  color: #ff0000;
}
.post-content a {
	  color: #ff0000;
}
h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	color: #ff0000;	
}
.middlecontact {
	float: left; 
	text-align: center; 
	width:40%;
}
.middlecontact p {
	text-align: center !important;
}
.rightcontact {
	float: right; 
	text-align: right; 
	width: 30%;
}
.rightcontact p {
	text-align: right !important;
}

.tribe-events-past h3 {
	opacity: .4!important;
}