/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
	font-family: "proxima-nova",arial,sans-serif;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.wpcf7-form-control {
	color: #fff;
}

#breadcrumbs{
    list-style:none;
    margin:10px 0;
    overflow:hidden;
	padding: 0px;
}

#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;
}
  
#breadcrumbs .separator{
    font-size:18px;  
    font-weight:100;
    color:#ccc;
}
.page_container {
width:100%; 
display:table;
}
.sidebar_inner {
	background-color: #eee;
	padding: 32px;
}  
.sidebar_inner ul li a {
    display: block;
    font-weight: 300;
    color: #666;
    text-decoration: none;
    line-height: 32px;
    border-bottom: 1px solid #ddd;
    height: 32px;
    overflow-y: hidden;
    transition: color 0.2s;
}
.sidebar_inner ul {
  list-style:none;
  padding-left: 0px;
  margin: 0px;
}
 .sidebar_inner h2 {
    margin: 0;
    padding-bottom: 20px;	 
 }


.page_container {
	padding:50px 0px;
}

.fixed_feature_image {
width: 100%;
height: 400px;
background-size: cover;
background-position: center center; 
background-repeat: no-repeat;
}

.icons p {
line-height: 160%;
font-size: 14px;
}
  
.image_container {
	min-height: 85px;	
}   

body {
	margin: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 100vh;
	background-attachment: fixed;
	background-image: url('../img/bmcity-background.jpg');  
}

.bmcity_container {
	    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    line-height: 100vh;
	max-width: 1920px;
margin: 0 auto;  
}


.fullwidth {
    display: block;
    width: 100%;
    max-width: 1920px;
	margin: 0 auto;
}

.fullwidth > .wrapper {
    display: block;
    width: 90%;
    max-width: 1280px;
	margin: 0 auto;
}

header #logo_container {
    height: 64px;
    line-height: 64px;
    display: table;
    width: 100%;
    transition: height 0.2s,line-height 0.2s;
}

header nav > ul > li {
    list-style: none;
}

header nav > ul > li > a {
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
	display: inline-block;
	padding: 0 12px;
	vertical-align: middle;
	transition: all 0.2s ease 0s;
}
header nav > ul > li > .divider {
    display: none;
    color: #fff;
}
header #logo_container .menu_button {
    display: table-cell;
    text-align: right;
}
header #logo_container .menu_button img {
    width: 32px;
    height: auto;
    text-align: right;
    vertical-align: middle;
}
	#nav {
		display:none;
		padding:0 0 32px 0;
	}
	
	#nav.open {
		display:block;
	}
	
	#nav ul {
		padding:0;
		margin:0;
	}
	
	#nav ul li {
		list-style:none;
	}
	
	#nav ul li a {
		display:block;
	}
	header nav {
    display: none;
}

.home_container {
margin:0 auto;
text-align:center;	
}

.home_container h1{
color:#fff;
font-size:24px;
padding: 50px 20px;  
}

.icons img {
max-height:70px;	
transition: all 0.2s ease 0s;  
}
.icons img:hover {

}
.icons h2, .icons p {
color:#fff;	
}
.icons a {
color:#95c44d;
text-decoration:none;
font-weight: bold;	
}
#logo_container img {
max-height: 160px;    	 
}
.footer {
background-color:#0d1d2d;	
}
.footer_inner {
display: table;
width: 100%;	
padding: 50px 0px;
}
.footer_descript {
	display:inline-block;
	color:#fff;
	font-weight:bold;
	padding-left:20px;
}
.tel_no {
color:#fff;
text-decoration:none;	
}
.tel_no:hover {
text-decoration:underline;  	
}
.get_quote { 
	vertical-align: middle;
	background-size: auto 20px;
	background-position: 30px center;
	background-repeat: no-repeat;
	border: 2px solid #FFF;
	color:#fff;   
	padding: 20px 35px;
	text-decoration: none;
	font-weight:bold;
	display:inline-block;
	transition: all 0.2s ease 0s;
	border-radius:100px;
}
.get_quote:hover {
	background-color: #FFF;
	color:#0d1d2d;
}
.servicing, .repairs, .inspections {
	max-width: 400px;
	margin: 0 auto;
	padding-bottom: 50px;  

}
.icons {
	text-align:center;
	margin:0 auto;
}
.columns_inner {
	display: block;
	width: 100%;
	vertical-align: top;
}

.quote-button {
	padding-bottom: 35px;
	margin-top: 0;
}
.quote-button .button {
	display: inline-block;
	text-decoration: none;
	background-color: #95c44d;
	color:#102230;
	border: 2px solid #95c44d;
	padding: 0.85em 1.8em 0.85em 1.8em;
	font-size: 22px;
	text-transform: uppercase;
	border-radius: 100px;
}
.quote-button .button:hover {
	background-color:#BEF26E;
	border-color:#BEF26E;
}
a, input {
	transition:all 0.35s;
}

.form_inner .name, .form_inner .email, .form_inner .phone, .form_inner .details {
	padding: 11px 15px;
	color: #787d85;
	border: 2px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
	width: 100%;	
	font-size:16px;
	outline:none;
}

.form_inner .name:focus, .form_inner .email:focus, .form_inner .phone:focus, .form_inner .details:focus {
	border-color:#95c44d;
}



.button_container {
padding: 20px 0px;	
}
.footer_left {
padding-bottom:40px;	
}
.footer_left, .footer_right {
text-align:center;	
}
#map {
margin:20px 0px;
height: 400px;
width: 100%;
}

.wpcf7-form-control-wrap select {
	font-size:16px;
}

a.tel {
	color: #82b139;
    font-weight: 700;
    font-size: 1.1em;
    text-decoration: none;
}

.wpcf7-submit {
	padding: 21px 33px;
	background-color: #95C44D;
	border: 0px solid #95C44D;
	color: #fff !important;
	font-size: 18px;
	cursor: pointer;
	text-transform: uppercase;
	line-height: 100%; 
	border-radius:100px;
	outline:none;
}
.wpcf7-submit:hover {
	background-color:#72B014;
	border-color:#72B014;
}


header nav > ul > li > a:hover {
color:#95c44d;	
}
@media screen and (min-width: 1024px) {
.footer_left {
    display: table-cell;
    width: 50%;   
}
.footer_right {
    display: table-cell;
    right: 0;
    width: 50%;
	text-align: right;
}
.form_container {
	width:50%;
	display:table-cell;
	margin-right:20px;
padding: 64px;
}
.map_container {
	padding: 64px;
	width:50%;
	display:table-cell;
	vertical-align: top;
}
.columns_inner {
    display: table-cell;   
	padding: 0px 64px 64px 64px;
}

#sidebar {
    width: 408px;
    margin: 0;
    vertical-align: top;
}
.icons  {
	padding-bottom: 50px;    
}

.home_container h1{
color:#fff;
font-size:34px;
padding: 100px;
}

.servicing, .repairs, .inspections  {
padding:50px 50px;	  
} 
.icons {
	display:table;	
	width:100%;
}	

.servicing, .repairs, .inspections {
	display:table-cell;
	width:33.33%;
}	

header #logo_container .menu_button {
	display: none;
}    

header nav > ul > li > .divider {
    display: inline-block;
    line-height: 32px;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
}
	
header nav > ul > li {
    display: inline-block;
}
    
header {
    display: table;
    width: 100%;
}
header nav {
	display: table-cell !important;
	width: 953px;
	text-align: right;
} 
header #logo_container {
    display: table-cell;
    width: 320px;
    height: 105px;
    line-height: 105px;
}
	
}

h1.home-headline {
	color:#fff;
	font-size: 34px;
	padding:100px 5% 20px 5%;
}
p.home-subheadline {
	color:#FFF;
	width:495px;
	max-width:100%;
	margin:39px auto 47px auto;
	font-size: 18px;
}
.car-icons {
	width:680px;
	max-width:100%;
	margin:0 auto;
}
.car-icons:after {
	display:table;
	content:"";
	clear:both;
}
.car-icons img {
	display:block;
	float:left;
	width:16.66%;
}
@media all and (max-width:640px) {
	.car-icons {
		width:380px;
	}
	.car-icons img {
		width:33.33%;
		margin-bottom:10px;
	}
}

img {
	max-width:100%;
}

@media screen and (max-width: 760px) {
	h1.home-headline br { 
		display:none;
	}
}

@media screen and (max-width: 720px) {
	
}

@media screen and (max-width: 1024px) {
	.quote-button {
		padding-bottom: 85px;
	}
}

@media screen and (max-width: 520px) {
	h1.home-headline { 
		font-size:28px;
		padding:60px 5% 60px 5%;
	}
	.quote-button {
		    padding-bottom: 35px;
    padding: 24px 0 64px;
	} 
}



@media screen and (min-width: 1366px) {


.fullwidth > .wrapper {
    width: 100%;
}


 

}





/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
