/*
Theme Name: BJ Autos
Author: Monster Graphics :: PBS
Version: 1.0
*/
* {
	margin:0;
	padding:0;
}

body {
	background:#fff;
	font-family: 'Montserrat', sans-serif;
	color:#000;
	font-size: 16px;
    line-height: 1.6;
	overflow-x:hidden;
}
	
/*----- TYPOGRAPHY */
h1,h2,h3,h4,h5,h6 {
	font-weight:400;
	color:#000;
	font-family: EvelethSlantLight; 
	font-style: normal; 
}

h1 {
	font-size:49px;
}

main h1 {
    margin-top: 0;
}

h2 {
	font-size:36px;
}

ul {
    margin: 0 0 1.4em 0;
    padding: 0 0 0 0;
    list-style: none;
}

li {
	position: relative;
	line-height:25px;
}

ul.floatleft {
	float:left;
	margin-right:20px;
}

ul.ticked li {
	background:url(images/tick-green.png) no-repeat 0 5px transparent;
	padding-left:26px;
	font-size:14px;
	color:#000;
	font-weight:400;
}

.colpadright {
	padding-right:22px;
	box-sizing: border-box;
}

.colpadleft {
	padding-left:22px;
	box-sizing: border-box;
}


main p a, 
.section2 p a{
    text-decoration: underline;
    color: #1E4996;
    font-weight: 700;
}

h2 a,
h3 a {
    text-decoration: none;
    color: #1E4996;
}

main ul {
  list-style: outside disc;
  margin-left:20px;
}

main li {
    margin-bottom: 10px;
    list-style: none;
    background: url(images/star.png) no-repeat 0px 4px transparent;
    padding-left: 30px;
}


.testimonials-widget blockquote {
    font-style: italic;
}
.testimonials-widget-testimonial cite, 
.testimonials-widget-testimonial div.credit {
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: #1E4996;
}

.sidebar .bx-viewport {
    margin-top: 15px;
}

/* END TYPOGRAPHY */


/*----- Global */
.alignright {
	text-align:right;
}

.centered {
	text-align:center;
}

.nomarg {
	margin:0!important;
}

img {
	max-width:100%;
	height:auto;
}

img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

img.alignleft {
  float: none;
  margin: 0 15px 15px 0;
}

img.shadow{
	position:relative;
	background:url(images/shadow.png) no-repeat bottom center transparent;
	padding-bottom:26px;
	background-size: 100%;
}

img.offsettop {
	margin-top:-166px;
}

/* END GLOBAL */


/*----- BUTTONS */
p.button a, 
.gform_button {
  background: #991F0C;
  border-bottom: 4px solid #701708;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 22px;
  text-decoration: none;
  text-transform:uppercase;
}

p.button a:hover,
.gform_button:hover { 
	background: #A13220;
}

/* BUTTONS */


/*----- LAYOUT */
.wrap {
	width:1200px;
	margin:0 auto;
	position:relative;
}

.wrap.mainwrap {
    padding: 10px 0 40px 0;
}

.smallpad {
	padding:20px 0;
}

.medpad {
	padding:35px 0;
}

.largepad {
	padding:50px 0;
}

.xlargepad {
	padding:90px 0;
}

.blue {
	background:#74CFEC;
}
	
header.topheader {
	position:relative;
	background:#fff;
}

header.topheader .wrap {
	position:relative;
	background:url(images/header-bg.png) no-repeat bottom center transparent;
		height:122px;
}

header.topheader h1{
	background:url(images/logo.png) no-repeat 0 0 transparent;
	width:551px;
	height:75px;
	text-indent:-9999px;
	margin:0;
	padding:0;
	position:relative;
	top:22px;
	left:44px;
}

header.topheader h1 a{
	width:551px;
	height:75px;
	display:block;
}

.headercontact {
  position: absolute;
  right: 200px;
  top: 6px;
}

.headercontact p {
	color: #000;
	font-size: 33px;
	font-family: EvelethSlantLight; 
}

.headercontact p a {
	color: #000;
	text-decoration:none;
}

.headercontact p a:hover {
	color: #1E4996;
}

.headersocial {
  position: absolute;
  right: 0px;
  top: 22px;
}



.headersocial p{
	background:url(images/facebook.png) no-repeat 0 0 transparent;
	width:36px;
	height:36px;
	text-indent:-9999px;
	margin:0;
	padding:0;
	top:22px;
	right:44px;
}

.headersocial p a{
	width:36px;
	height:36px;
	display:block;
}


.topnavwrap {
	background:#1E4996;
}

.section1{
	background:url(images/brakepart.jpg) no-repeat center left transparent;
}

.section1 h2,
.section3 h2{
	font-size:42px;
	line-height: 50px;
}

.section1 .largepad {
    padding-bottom: 100px;
}

.section2 h2{
	font-size:32px;
	line-height: 38px;
}

.section3 {
	background:#2252A0;
}

.section3 h2,
.section3 p{
	color:#fff;	
}

.section3 p.button {
    margin-top: 45px;
}

.section3 p:first-child {
    margin-top: 15px;
}

.leftpadded {
  box-sizing: border-box;
  padding-left: 40px;
}

.imagestrip {
	background:url(images/four-images.jpg) no-repeat 0 0 transparent;
	background-size:cover;
	height:348px;
	
}

/* END LAYOUT */


/*----- FORMS */

/* END FORMS */



/*------ NAVIGATION */
nav.topnav {
}

nav.topnav ul {
  color: #545454;
  text-decoration: none;
  padding:0px;
  margin:0 0 0 0px;
}

nav.topnav ul li {
	float:left;
	position:relative;
	line-height: 50px;
}

nav > ul > li.menu-item-has-children > a:after {
  border-color: #444444 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 5px 4px 2px;
  content: " ";
  display: inline-block;
  height: 0;
  margin-left: 0.5em;
  width: 0;
}

nav.topnav ul li a {
	color:#fff;
	text-decoration:none;
	margin:0;
	padding:0 20px;
	font-weight:700;
	font-size:14px;
	text-transform:uppercase;
	display: block;
}

nav.topnav ul li  a:hover,
nav.topnav ul li.current-page-ancestor a,
nav.topnav ul li.current_page_item a {
	color:#8ADAF1;
	transition: all 0.5s ease 0s;
}

nav.topnav ul ul { /* this targets all sub menus */
	display: none; /* hide all sub menus from view */
	position: absolute;
	top: 56px; /* this should be the same height as the top level menu -- height + padding + borders */
	left:0px;
	z-index:1000;
	background: #fff;
	height:auto;
	width:240px;
	overflow:hidden;
}

nav.topnav ul ul li { /* this targets all submenu items */
	float: none; /* overwriting our float up above */
	line-height:3em;
	margin:0;
	background:#fff;
	border-bottom:1px solid #D4D5D7;
	text-align:center;
}

nav.topnav ul li ul li a {
	color:#545454;
}

nav.topnav ul ul li:last-child { 
	border-bottom:0 none;
}

nav.topnav ul ul li a { /* target all sub menu item links */ 
	display:block; 
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	margin:0;
	padding:0;
}

nav.topnav  ul.sub-menu li a {
	color:#000;
	border:0 none;
}
  
  
nav.topnav ul ul li.current-menu-item a,
nav.topnav ul ul li a:hover {
	color:#000;
	border:0 none;
}

nav ul li:hover > ul {
	display: inline; /* show sub menus when hovering over a parent */
}

nav.topnav ul li ul li {
  text-align: left;
  float:none;
  padding: 0;
}

nav.topnav ul li ul li a{
	font-size:14px;
	padding: 0 0 0 20px;
}

.heroleft,
.heroright {
	padding-top:60px;
	padding-bottom:60px;
}
	
.heroleft {
	background:url(images/car-hood.jpg)  no-repeat 0 0 #690F00;
	background-size:cover;
	padding-right:148px;
	padding-left:20px;
}
	
#whited,#whited h1,#whited h2,#whited h3,#whited h4,#whited h5,#whited h6 {
	color:#fff;
}

.hero {
	position:relative;	
	width: 100%;
    display: table;
}

.hero .span_6_of_12 {
    width: 50%;
}

.heroright {
	background:#74CFEC;
	background-size:cover;
	padding-left:148px;
	padding-right:20px;
}



.herorightinner {
	max-width:452px;
}

.heroleft h1 {
	font-size:73px;
	line-height:1;
}

.herobookmark {
    position: absolute;
    left: calc(50% - 116px);
    top: 49px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
  	width: 91.53%;
}
.span_10_of_12 {
  	width: 83.06%;
}

.span_9_of_12 {
  	width: 74.6%;
}

.span_9_of_12.padright {
  padding-right: 6%;
  width: 68.6%;
}

.span_8_of_12 {
  	width: 66.13%;
}

.span_7_of_12 {
  	width: 57.66%;
}

.span_6_of_12 {
  	width: 49.2%;
}

.span_5_of_12 {
  	width: 40.73%;
}

.span_4_of_12 {
  	width: 32.26%;
}

.thirds .span_4_of_12 {
  box-sizing: border-box;
  margin: 0;
  padding: 38px;
  width: 33.333%;
}

.span_3_of_12 {
  	width: 23.8%;
	position: relative;
}

.span_2_of_12 {
  	width: 15.33%;
}

.span_1_of_12 {
  	width: 6.866%;
}

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

.col p,
.col h2,
.col h3 {
	margin-bottom: 24px;
}

.pagehero {
    margin-bottom: 20px;
}

aside.sidebar {
    box-sizing: border-box;
    float: left;
    padding-left: 50px;
    width: 396px;
}

aside section {
    margin-bottom: 30px;
}

footer#mainfooter {
	background:url(images/blue-shadow.png) repeat-x top left #1F4B8D;
	padding:34px 0;
}

.whiteline {
	background:url(images/whiteline.png) no-repeat center center transparent;
}


footer#mainfooter p {
	color:#fff;
	font-size:14px;
}


.vanity p a{
	color:#fff;
	text-decoration:none;
}

footer#mainfooter p.hugo {
	background: rgba(0, 0, 0, 0) url("images/hugo.png") no-repeat scroll bottom center;
	line-height: 36px;
	padding-bottom: 34px;
  	color:#fff;
	font-size:10px;
	text-transform:uppercase;
	margin-bottom: 0;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* stop commented backslash hack */

/* END TYPOGRAPHY */


/*********************** START RESPONSIVE *****************/
/*********************** START RESPONSIVE *****************/
/*********************** START RESPONSIVE *****************/
/*********************** START RESPONSIVE *****************/

/* for 1370px or less */
@media screen and (max-width: 1370px) {
	.section1 {
    background: none;
	}
}


/* for 1200px or less */
@media screen and (max-width: 1200px) {
	
	nav.topnav {
	display:none;
	}
	
	.headersocial {
    right: 70px;
	}

	.wrap {
	max-width: 94%;
	}
	
	aside.sidebar {
	clear: left;
	margin: 30px 0 0;
	float: none;
	width: 100%;
	padding-left: 0px;
	}
	
	.headercontact {
	display: none;
	}
	
	.span_8_of_12 {
    width: 100%;
    float: none;
	}

}

/* for 1020px or less */
@media screen and (max-width: 1020px) {
	
	.heroleft h1 {
	font-size: 55px;
    line-height: 1.2;
	}
	
}

/* for 890px or less */
@media screen and (max-width: 890px) {
	
	.herobookmark {
    display: none;
	}
	
	.hero .col {
	margin:0;
	}
	
	.hero .alignright,
	.section1 .alignright,
	.section3 .alignright,
	#mainfooter .alignright	{
    text-align: center;
	}
	
	.heroleft h1 br,
	.section1 h2 br	{
	display:none;
	}
	
	.section1 h2, 
	.section3 h2 {
    font-size: 35px;
    line-height: 43px;
	}
	
			
	.span_6_of_12, 
	.span_6_of_12,
	.hero .span_6_of_12 {
    float: none;
    width: 100%;
	}
	
	.col-height {
    display: block;
	}
	
	.whiteline {
    background: none;
	}
	
	.span_6_of_12.heroleft, 
	.span_6_of_12.heroright {
	padding: 20px!important;
    box-sizing: border-box;
	}
	
	.herorightinner {
	max-width:100%;
	}
	
	.colpadright,
	.colpadleft {
	padding-left:0;
	padding-right:0;
	}
	
	.col {
    display: block;
    float: left;
    margin: 1% 0 1% 0;
	}
	
	
	img.offsettop {
    margin-top: 0;
	}
	
	img.shadow {
	display:none;
	}
	
	#mainfooter .colpadleft {
    text-align: center;
	}
	
}


/* for 780px or less */
@media screen and (max-width: 780px) {
	
	header.topheader h1 {
	width: 300px;
	height: 41px;
	background-size: cover;
	left:0;
	float: left;
	}

	header.topheader h1 a {
    width: 300px;
    height:41px;
	}

	.col-height {
	  display: block;
	  float: none;
	  height: auto;
	}
	
	.thirds .span_4_of_12 {
	padding:25px;
	width: 100%;
	}
	
	.thirds .span_4_of_12.purple {
	  padding-top: 25px;
	}

	.span_3_of_12 {
	  width: 100%;
	}

	.leftpadded {
	  padding: 0px!important;
	}
	
}


/* for 580px or less */
@media screen and (max-width: 580px) {
	header.topheader .wrap {
	position: relative;
	background:none;
	height: 75px;
	}
	.wrap.smallpad,
	.wrap.medpad,
	.wrap.largepad,
	.nomarg {
	padding:20px 0;
	}
	
	.alignright {
	text-align: center;
	}

	
	.col {  margin: 1% 0 1% 0%; }
    
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12, .span_9_of_12.padright {
	width: 100%;
	padding-right:0;
	}
	
	.headersocial {
    display: none;
	}

}


/* for 420px or less */
@media screen and (max-width: 420px) {
	
	header.topheader h1 {
	width: 250px;
	height: 34px;
	}

	header.topheader h1 a {
	width: 250px;
	height: 34px;
	}
	
}