/*
Theme Name: Lease Concierge
Author: Daniel Itzhaky
Description: Custom website theme
Version: 1.0
Text Domain: lease-concierge
*/

@import 'https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,900';

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {-webkit-font-smoothing: antialiased} 
body {
	color:#000;
	font-family:"Raleway", helvetica, arial, sans-serif;
	font-size:17px;
	font-weight:400;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container_12:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_12 {
  zoom: 1;
}

/* apply a natural box layout model to all elements */
*, *:before, *:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}






button:hover, button:active, button:focus, button:active:hover, button:active:focus {
	outline:none !important;
	outline-style:none !important;
	outline-width: 0px !important;
}
h1 {
	font-size:48px;
	font-weight:900;
}
h2 {
	font-size:36px;
	font-weight:500;
	margin-bottom:20px;
}
header {
	background-color:#15154c;
	padding-top:10px;
	padding-bottom:10px;
}
footer {
	background-color:#545454;
	padding-top:30px;
	padding-bottom:95px;
	color:#fff;
	font-size:24px;
}
footer a {
	color:#fff;
	text-decoration:none;
	font-size:17px;
}
footer a:hover {
	color:#eee;
	text-decoration:none;
}
footer .heading-thick {
	color:#fff;
}
footer span {
	font-size:14px;
}
.heading-rule {
	height:9px;
	width:100%;
	background-color:#000;
	border: none;
}
footer .heading-rule {
	background-color:#fff;
}
.subhead {
	padding-top:25px;
}
.social img {
	display:inline-block;
	margin-right:7px;
}
.heading-thin {
	font-weight: 300;
	font-size:42px;
	text-transform:uppercase;
	display:block;
	line-height: 1;
}
.heading-thick {
	font-weight:900;
	font-size:48px;
	text-transform:uppercase;
	display:block;
    line-height: 1;
}
.slide-title {
	font-weight:500;
	font-size:41px;
	text-transform:uppercase;
	display:block;
	color:#fff;
}
.slide-desc {
	font-weight:300;
	font-size:27px;
	display:block;
	color:#fff;
}
.listing-title {
	font-weight:600;
	font-size:24px;
	text-transform:uppercase;
	display:block;
}
.listing-desc {
	display:block;
	margin-bottom: 15px;
}
.testimonial-quote {
	font-weight:600;
	font-size:20px;
}
.testimonial-author {
	display:block;
}
.vehicle-listing, .testimonial-listing {
    margin-bottom: 20px;
}
.vehicle-listing-content {
	padding:15px;
	background-color:#f5f5f5;
}
.testimonial-listing-content {
	padding:15px;
	background-color:#fff;
}
.home-testimonials, .home-company {
	background-color:#f5f5f5;
}
.home-testimonials, .home-company, .home-cars {
	padding:55px 0;
}
.home-cars button, .car-listings button, .wpcf7-form input[type=submit] {
	border:none;
	background-color:#3f394c;
	color:#fff;
	width:100%;
	text-align:center;
	padding:10px;
	font-weight:900;
}
.home-slider button {
	border:none;
	background-color:#fff;
	color:#000;
	text-align:center;
	padding:8px 20px;
	font-weight:900;
}
.home-slider .container {
	padding-top:50px;
}
.navbar-toggle {
    border: 1px solid #fff;
	margin-top:35px;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
}
.nav li {
	display: inline-block;
}
.nav li a {
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
	font-size:14px;
}
.nav li:not(:first-child) a {
	margin-left:20px;
}
#navbar {
    margin-top: 22px;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
	color:#ccc;
}
.main-content {
	padding-bottom:25px;
}
.wpcf7-form p {
	margin-bottom:15px;
}
.contact {
	padding:0 10px;
}
.contact input, .contact textarea {
	max-width:100%;
}
.testimonials-page .testimonial-listing-content {
	background-color:#eee;
	margin-bottom:15px;	
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
	margin-bottom:10px;
}
.vert-center {
	display: table;
	margin-bottom:10px;
}
.vert-center a {
	display: table-cell;
    vertical-align: middle;
}
.fa-file-pdf-o {
	color:#15154c;
}
.fa-file-pdf-o:hover {
	color:#666;
}
a.credit-application {
	color:#15154c;
}
a.credit-application:hover {
	color:#666;
	text-decoration:none;
}
@media (max-width: 1200px) {
	.nav li:not(:first-child) a {
		margin-left:-1px;
	}
	.navbar-right {
		float:left;
	}
}
@media (max-width: 768px) {
	.nav li {
		display: block;
		margin-top:15px;
	}
}
@media screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) {	
}
