/*
Theme Name: Coomera Car Care
Theme URI: http://underscores.me/
Author: Nicholas Coupland
Author URI: http://nicholascoupland.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ccc
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Coomera Car Care is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
	font-family: 'Open Sans', sans-serif;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #E87E04;
	border-radius: 5px;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	height: 39px;
	padding: 0 15px;
	line-height: 38px;
	border: 0;
	display: inline-block;
	min-width: 140px;
	text-align: center;
}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #00B1F5;
	color: #fff;
}

button:visited,
.button:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited {
	color: #fff;
}

.button-secondary{
	background: #00B1F5;
}

.button-secondary:hover{
	background: #E87E04;
	color: #fff;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {

}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
	color: #a7a7a7;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	padding: 5px;
	width:100%;
	display: inline-block;
	height: 39px;
	padding: 0 15px;
	line-height: 39px;
	margin-bottom: 15px;
}



input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
	height: 170px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
	text-decoration: none;
	outline: none;
}

a.link,
a.link:visited{
	color: #E87E04!important;
}

a.link:hover,
a.link:focus,
a.link:active{
	color: #00B1F5!important;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	padding: 0 15px;
	line-height: 43px;
	font-weight: 300;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 43px;
	left: -999em;
	z-index: 99999;
	background: #fff;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
	line-height: 18px;
	color: #333;
	padding: 12px 15px;
	border-bottom: 1px dotted #e3e3e3;
	text-transform: capitalize;
}

.main-navigation ul ul li:last-child a {
	border-bottom: 0;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	background-color: #E87E04;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
	color: #fff;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
## Topbar Menu
--------------------------------------------------------------*/
.topbar-menu{
	padding: 10px 0;
	margin-bottom: 50px;
}

.topbar-menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}

.topbar-menu ul li{
	display: inline;
}

.topbar-menu ul li a{
	font-size: 13px;
	color: #858585;
	margin-left: 20px;
}

.topbar-menu ul li a:hover{
	color: #1F2A3B;
}


/*--------------------------------------------------------------
## Off canvas wrapper
--------------------------------------------------------------*/
body.off-canvas-active,
body.locked {
    overflow: hidden;
}

#off-canvas-wrapper{
	position: fixed;
    width: 100%;
    max-width: 310px;
    height: 100%;
    right: -310px;
    top: 0;
    padding:50px 0;
    background: #f3f3f3;
    color: #515252;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 99;
    text-align: center;
	border-left:1px solid #e3e3e3;
}

#off-canvas-wrapper .close{
	font-size: 24px;
	color:#fff;
	position: absolute;
    top: 10px;
    right: 15px;
    cursor:pointer;
}

.off-canvas-active #off-canvas-wrapper {
    -webkit-transform: translate3d(-310px,0,0);
    transform: translate3d(-310px,0,0);
}

#off-canvas-wrapper .mobile-menu{
	padding:0 20px;
	margin-bottom: 40px;
}

#off-canvas-wrapper .mobile-menu ul{
	list-style: none;
	padding:0;
	margin:0;
}


#off-canvas-wrapper .mobile-menu ul li a{
	display: inline-block;
	width: 100%;
    text-transform: uppercase;
    color: #515252;
    font-size: 12px;
    padding: 12px 20px;
    font-weight: 400;
    letter-spacing: 2px;
    border-bottom: 1px solid #e3e3e3;
    background: none;
}

#off-canvas-wrapper .mobile-menu ul a:hover{
	background: #E87E04;
	color: #fff;
}

#off-canvas-wrapper .mobile-menu ul ul a:hover{
	background: none;
	color: #515252;
}

#off-canvas-wrapper .mobile-menu ul .menu-search-icon{
	display: none;
}

#off-canvas-wrapper .mobile-menu ul .menu-item-has-children a{
	border-bottom: 0;
	margin-bottom: 5px;
}

#off-canvas-wrapper .mobile-menu ul .sub-menu li a{
	border-bottom: 0;
	padding: 5px 20px;
	margin-bottom: 0;
}

#off-canvas-wrapper .mobile-menu ul .sub-menu li:last-child a{
	border-bottom: 1px solid #515252;
	padding-bottom: 20px;
}

#off-canvas-wrapper .mobile-social{
	background:#fff;
	padding: 20px;
	text-transform: uppercase;
	font-size:13px;
}

#off-canvas-wrapper .mobile-social p{
	margin-top: 0;
}

#off-canvas-wrapper .mobile-social a{
	font-size: 20px;
	margin:0 7px;
	color: #E70E7E;
}

#off-canvas-wrapper .mobile-callout{
	font-size: 14px;
	max-width: 200px;
	width: 100%;
	margin: 0 auto;
}

#off-canvas-wrapper .mobile-menu-logo img{
	margin:45px auto;
	max-width:180px;
}

#off-canvas-wrapper .mobile-callout p{

}

#off-canvas-wrapper .text-link:hover{
	color: #FDB633;
	border-bottom-color: #FDB633;
}

#open-menu{
	cursor: pointer;
	height: 40px;
	line-height: 55px;
	padding: 0 10px;
	float: right;
	color: #fff;
}

#open-menu i{
	font-size: 28px;
}

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
.icon{
	width:32px;
	height:32px;
	border:2px solid #E87E04;
	color: #1F2A3B;
	font-size: 18px;
	text-align: center;
	line-height: 28px;
	border-radius:100%;
	float:left;
}

.uppercase{
	text-transform: uppercase;
}

.gap{
	height: 40px;
}

.gap-sm{
	height: 20px;
}

.gap-lg{
	height: 80px;
}

.heading{
	font-size: 28px;
	font-weight: 300;
	color: #E87E04;
	text-transform: capitalize;
	margin-top: 0;
}

.heading-small{
	font-size: 14px;
	font-weight: 300;
	color: #00B1F5;
	margin: 0 0 10px 0;
}

.heading-large{
	color: #00B1F5;
	font-size: 35px;
	font-weight: 300;
	margin: 0 0 10px 0;
	line-height: 38px;
}

.lead{
	font-size: 20px;
	color: #333;
	font-weight: 300;
}

.section{
	padding: 60px 0;
	background-color: #fff;
}

.section-title{
	margin: 0 0 16px 0;
	font-size: 20px;
}

.divider{
	height: 1px;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
	background: #ddd;
}

.divider::before, .divider::before {
    content: "";
    width: 70px;
    height: 4px;
    background: #E87E04;
    position: absolute;
    top: -3px;
}

.accordion-toggle{
	cursor: pointer;
	background: #f3f3f3;
	border: 1px solid #e3e3e3;
	padding: 10px 15px;
	margin-bottom: 0;

}

.accordion-content{
	display: none;
	border: 1px solid #e3e3e3;
	border-top: 0;
	padding: 15px;
	margin: 0;
}

.accordion-content p{
	margin: 0;
}

.accordion-content.default{
	display: block;

}

.no-bullet{
	margin: 0;
	padding: 0;
	list-style: none;
}

.styled-list li{
	padding: 8px 0;
	border-bottom: 1px dashed #e3e3e3;
}

.styled-list li:last-child{
	border-bottom: 0;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header{
	background-image: -webkit-linear-gradient(-180deg, #EAEAEA 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(-180deg, #EAEAEA 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(-180deg, #EAEAEA 0%, #FFFFFF 100%);
	background-image: linear-gradient(-180deg, #EAEAEA 0%, #FFFFFF 100%);
}

#header .logo{
	padding:15px 15px;
}

#header .logo img{
	margin-right: 50px;
}

#header .racq-logo{
	margin-right: 0!important;
	float: right;
}

#header .header-spacer{
	height: 5px;
}

#header .header-text{
	float: left;
	font-size: 12px;
	margin-left: 15px;
	line-height: 16px;
}

#header .header-text a{
	color: #404040;
}

#header .header-phone-number{
	font-size: 18px;
	font-weight: 700;
}

#header .header-social-networks{
	float:right;
}

#header .header-social-networks a{
	margin-left: 10px;
	display: inline-block;
}

#header .header-contact-detail{
	
}

#header .header-contact-detail-background{
	background: rgba(0,0,0,0.05);
	padding: 15px;
	width: 100%;
	display: inline-block;
	margin-bottom: 5px;
}

#header .header-contact-detail .holder{
	display: block;
	width: 200px;
	margin: 0 auto;
}

#header .header-contact-detail-last{
	margin-bottom: 0px;
}

#menu{
	background-color: #1F2A3B;
	height: 43px;
}

#menu .header-social-networks{
	padding-top: 5px;
}

#menu .header-social-networks a .icon{
	color: #fff;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer-top{
	background-color: #1F2A3B;
	color: rgba(255,255,255,.6);
	padding: 40px 0;
	font-size: 14px;
}

#footer-top .footer-logo{
	opacity: .8;
	margin: 0 auto;
	display: block;	
}

#footer-top .icon{
	color: #ffffff;
	margin-left: 15px;
}

#footer-top ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer-top .fa-ul{
	padding-left: 22px;
}

#footer-top .fa-ul li{
	padding: 3px 0;
}

#footer-top ul li a{
	color: rgba(255,255,255,.6);
	padding: 3px 0;
	display: inline-block;
	width: 100%;
}

#footer-top ul.footer-contact-details li a{
	padding: 0;
}

#footer-top ul li a:hover{
	color: rgba(255,255,255,1);
}

#footer-top .footer-social{
	float: left;
	margin-top:15px;
	display: block;
}

#footer-bottom{
	background-color: #19222F;
	padding: 30px 0;
	color: rgba(255,255,255,.6);
	font-size: 13px;
}

#footer-bottom ul{
	list-style:none;
	padding: 0;
	margin: 0;
	float: none;
	text-align: center;
}

#footer-bottom ul li{
	display: inline;
}

#footer-bottom ul li a{
	color: rgba(255,255,255,.6);
	margin: 0 10px;
}

#footer-bottom ul li a:hover{
	color: rgba(255,255,255,1);
}

#footer-bottom .copyright{
	text-align: center;
	margin-bottom: 20px;
}

.footer-heading{
	text-transform: uppercase;
}

#footer-top .footer-widget{
	margin-bottom: 50px;
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
#hero{
	background: url(img/ccc-banner.jpg) no-repeat;
	background-size: cover;
}

#hero .hero-overlay{
	min-height: 491px;
	padding: 40px 0;
	background-image: linear-gradient(-90deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.33) 65%);
}

#hero h1{
	font-size: 33px;
	color: #fff;
	max-width: 545px;
	margin: 50px 0 20px 0;
	line-height: 40px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
}

#hero h5{
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	margin: 0 0 40px 0;
	max-width: 430px;
}

#hero .button{
	margin-right: 10px;
}

#hero .hero-form{
	background: rgba(0,0,0,.75);
	padding: 20px;
	color: #ffffff;
	max-width: 100%;
	float: none;
	font-weight: 300;
	margin-top: 50px;
}

#hero .hero-form h4{
	margin: 0 0 10px 0;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 18px;
}

#hero .hero-form p{
	margin: 0 0 15px 0;
	font-size: 16px;
	font-weight: 300;
}

#hero .hero-form .field_required{
	display:none;
}

#hero .hero-form input[type="text"],
#hero .hero-form input[type="email"],
#hero .hero-form select{
	background: rgba(255,255,255,0.30);
	border: 1px solid rgba(255,255,255,0.41);
	margin-bottom: 10px;
	color: #fff;
	/*-webkit-appearance: none;*/
}

#hero .hero-form select option{
	color: #000!important;
}

#hero .hero-form input[type="submit"]{
	background: #fff;
	color: #1F2A3B;
	margin-top: 10px;
	font-weight: 400;
}

#hero .hero-form .button{
	margin-top: 10px;
}

#home-features,
#home-features-mobile{
    background-image: linear-gradient(-180deg, #1D3559 0%, #1F2A3B 98%);
    padding: 20px 0;
    color: #fff;
    position: relative;
}

#home-features-mobile .mobile-feature-holder{
	background: rgba(255,255,255,0.05);
	padding: 15px;
	margin-bottom: 15px;
}

#home-features-mobile .mobile-feature-holder-last{
	margin-bottom: 0;
}

#home-features-mobile .mobile-feature-holder a{
	color: #fff;
}

#home-features-mobile .mobile-feature-holder h4{
	margin: 0;
	font-weight: 300;
	font-size: 20px;
}

.home-feature{
	position: relative;
	height:60px;
}

.home-feature:before{
	content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

#home-features a .feature-icon{
	float: left;
}

#home-features a .feature-icon img{
	width: 45px;
}

#home-features a .feature-text{
	width: 75%;
	line-height: 19px;
	margin-left: 25px;
	color: #fff;
	display: inline-block;
    vertical-align: middle;
}

#home-features .feature-text h4{
	margin: 5px 0 0 0;
	font-size: 18px;
}

#home-content{
	background: #f3f3f3;
}

#home-content .home-content-text,
#home-subscribe .home-content-text{
	padding: 80px 15px 80px 15px;
}

#home-content .content-image{
	background: #e3e3e3 url(img/home-image-one.jpg) no-repeat center center;
	min-height:450px;
}

#home-content .auto-services{
	margin-top:10px;
	display: inline-block;
	text-align: center;
}

#car-icons{
	text-align: center;
}

#car-icons .lead{
	margin: 40px 0;
}

#car-icons img{
	width: 130px;
	margin: 0 auto;
}

#car-icons .equal{
	margin-bottom: 30px;
}

#car-icons h4{
	margin: 0;
	font-weight: 300;
}

#home-subscribe{
	background-color: #f3f3f3;
}

#home-map{
	position: relative;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 300px;
}

.logo-col{
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width:14.28%;
}

/*--------------------------------------------------------------
# General Page Styles
--------------------------------------------------------------*/
#page-title{
	background-color: #f3f3f3;
	padding:30px 0;
}

#page-title h1{
	padding: 0;
	margin: 0;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	color: #444;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
#services .service{
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

#services .service img{
	display: block;
	width: 100%;
}

#services .service .service-title{
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.7);
	color: #fff;
	padding: 10px 20px;
	font-size: 16px;
	width: 100%;
	z-index: 2;
}

#services .service a{
	color: #fff;
}

#services .service .service-content{
	position: absolute;
	z-index: 4;
	width: 100%;
	height: 180px;
	background: #1F2A3B;
	color: #fff;
	bottom: -180px;
	left: 0;
	transition: all .3s ease-in-out;
	padding: 15px;
	font-size: 14px;
	line-height: 17px;
}


#services .service .service-content h4{
	margin: 0 0 10px 0;
	font-weight: 300;
	font-size: 16px;
}

#services .service:hover .service-content{
	bottom: 0;
}

#services-action{
	background-color: #f3f3f3;
}

#home-content .services-image{
	background: url(img/car-inspection.jpg) no-repeat center center;
	background-size: cover;
	min-height: 380px;
}

.service-roll-nav{

}

.service-roll-nav .roll-nav{
	width: 44px;
    height: 44px;
    color: rgba(255,255,255,0.3);
    display: inline-block;
    text-align: center;
    font-size: 44px;
    line-height: 27px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    transition: color .3s ease;
}

.service-roll-nav .roll-nav:hover{
	color: rgba(255,255,255,1);
}

.service-roll-nav .owl-prev{
	left: 10%;
}

.service-roll-nav .owl-next{
	right: 10%;
}

ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: #f3f3f3;
}

ul.tabs li{
	background: none;
	color: #222;
	display: block;
	padding: 10px 15px;
	cursor: pointer;
	width: 100%;
	border-bottom: 1px dashed #e3e3e3;
}

ul.tabs li:last-child{
	border-bottom: 0;
}

ul.tabs li.current{
	background: #ededed;
	color: #222;
}

.tab-content{
	display: none;
	background: none;
	padding: 15px;
}

.tab-content.current{
	display: inherit;
}

.service-nav .nav-heading{
	font-size: 13px;
	text-transform: uppercase;
	border: 1px solid #ddd;
	padding: 15px;
	margin: 0;
}

.service-nav ul{
	font-size: 13px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.service-nav ul li{
	border: 1px solid #ddd;
	list-style: none;
	border-top: none;
	position: relative;
}

.service-nav ul li a {
    font-weight: 300;
    display: block;
    padding: 12px 15px;
    text-decoration: none;
    color: #777;
}

.service-nav ul li a:hover{
	background: #f3f3f3;
}

.call-to-action{
	background: #fff;
	border: 1px solid #e3e3e3;
	padding: 30px 20px;
	display: inline-block;
	width: 100%;
}

.call-to-action h4{
	font-size: 20px;
	font-weight: 300;
	margin: 0;
}

.call-to-action a{
	float: right;
	width: 100%;
	margin-top: 20px;
}


.parsley-errors-list{
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
}

.parsley-required{
	margin-bottom: 5px;
}

/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/
.grid-sizer,
.grid-item {
    width: 50%;
}

.grid-item{
	padding: 0 15px;
}

.faq-question a h4{
	margin: 0;
    font-size: 18px;
    color: #404040;
    font-weight: 300;
    font-size: 16px;
    padding: 6px;
    border-bottom: 1px dashed #e3e3e3;
}

.faq-question a:hover h4{
	background: #f3f3f3;
}

.faq-answer h4 span,
.faq-question h4 span{
	color: #E87E04;
	font-weight: 600;
}

.faq-answer p span{
	color: #E87E04;
	font-weight: 600;
}

.faq-answer{
	padding: 25px;
	background: #f3f3f3;
	margin-bottom: 50px;
}

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/
.facebook-feed-holder{
	padding: 0;
}

.facebook-feed-holder h3.cff-header{
	display: none;
}

#cff .cff-item{
	border-bottom: 1px dotted #e3e3e3!important;
	padding: 40px 0 35px 0!important;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.open-hours{
	background: #f3f3f3;
	padding: 25px;
	display: inline-block;
	width: 100%;
}

.open-hours h4{
	margin-top: 0;
	font-size: 18px;
	font-weight: 300;
	border-left: 2px solid #00B1F5;
	padding-left: 15px;
}

.open-hours ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.open-hours ul li{
	display: inline-block;
	width: 100%;
	border-bottom: 1px dashed #e3e3e3;
	padding: 10px 20px;
}

.open-hours ul li:last-child{
	border-bottom: 0;
}

.contact-text{
	padding:0 0 0 0;
}

.contact-heading{
	font-size: 18px;
	font-weight: 300;
	border-left: 2px solid #00B1F5;
	padding-left: 15px;
}

.contact-details .row{
	border-bottom: 1px dotted #e3e3e3;
	padding-top: 10px;
	padding-bottom: 10px;
}

.contact-details i{
	color: #1F2A3B;
}

.contact-map{
	height: 450px!important;
	position: relative!important;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.textcenter{
	text-align: center;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/
.post-item{
	border-bottom: 1px solid #e3e3e3;
	padding: 15px 0;
}

.post-title, a post-title{
	font-size: 24px;
	margin: 0 0 5px 0;
	color: #404040;
}

.read-more{
	text-transform: uppercase;
	font-size: 13px;
	color: #00B1F5!important;
	display: block;
	margin-top: 15px;
}

.read-more i{
	margin-right: 10px;
	font-size: 15px;
}

.read-more:hover{
	color: #E87E04;
}

.post-meta{
	border: 1px solid #f3f3f3;
	padding: 8px 15px;
	border-right: 0;
	border-left: 0;
	font-size: 12px!important;
	text-transform: uppercase;
	color:#777!important;
}

.post-meta a{
	color: #E87E04;
}

.post-meta i{
	margin-right: 10px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
