/*
Theme Name: A1 Tinting
Theme URI: http://www.a1tinting.co.nz
Description: Responsive template for A1 Tinting
Version: 13082016
Author: Web Revolution
Author URI: http://www.webrevolution.co.nz
Tags: super, awesome, cool, sweet
*/

/*--------------------------------------------------------------
# CSS Reset
--------------------------------------------------------------*/
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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
*:focus {
    outline: 0;
}

html,
body {
    overflow-x: hidden;
}

html {
    box-sizing: border-box;
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    color: #333;
    background: #fff;
    font: 14px/1.5 'Open Sans', sans-serif;
}

hr {
    border: 0;
    height: 1px;
    clear: both;
    display: block;
    margin-bottom: 30px;
    background: #eaeaea;
}

ul,
ol {
    margin: 0 0 1em 15px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

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

a:hover {
    color: #000;
}

/*--------------------------------------------------------------
## Container Width
--------------------------------------------------------------*/
.full-width {
    width: 100%;
    float: left;
    min-width: 320px;
    position: relative;
}

.full-width-bar {
    margin-left: -9999rem;
    margin-right: -9999rem;
    padding-left: 9999rem;
    padding-right: 9999rem;
}

.wrapper {
    margin: 0 auto;
    min-width: 320px;
    max-width: 1260px;
    padding: 20px 10px;
    position: relative;
}

#hero-wrap {
    padding: 0;
    max-width: 100%;
}

#content-wrap {
    padding: 0 10px;
}

body.archive #content-wrap,
body.single #content-wrap,
body.page-template-page-contact #content-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
}

#footer-wrap {
    padding-left: 0;
    padding-right: 0;
}

.inner-width {
    width: 100%;
    position: relative;
}

@media screen and (max-width: 799px) {
    .wrapper {
        padding-bottom: 10px;
    }
    
    #copyright-wrap {
        padding-bottom: 30px;
    }
}

/*--------------------------------------------------------------
# Clearings & Spacing
--------------------------------------------------------------*/
.clearfix,
.gform_wrapper .gform_footer,
div.ginput_complex.ginput_container.gf_name_has_2 { *zoom: 1; }

.clearfix:before,
.clearfix:after,
.gform_wrapper .gform_footer:before,
.gform_wrapper .gform_footer:after,
div.ginput_complex.ginput_container.gf_name_has_2:before,
div.ginput_complex.ginput_container.gf_name_has_2:after {
    content: "";
    display: table;
    line-height: 0;
}

.clearfix:after,
.gform_wrapper .gform_footer:after,
div.ginput_complex.ginput_container.gf_name_has_2:after {clear: both;}

.clear-both {clear: both;}

.clear-left {clear: left;}

.clear-right {clear: right;}

.float-left {float: left;}

.float-right {float: right;}

.display-block {display: block;}

.display-none {display: none;}

.display-inline-block {display: inline-block;}

.margin-top-zero {
    margin-top: 0 !important;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-35 {
    margin-top: 35px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-45 {
    margin-top: 45px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-bottom-zero {
    margin-bottom: 0 !important;
}

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

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-35 {
    margin-bottom: 35px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-45 {
    margin-bottom: 45px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-25 {
    padding-top: 25px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-35 {
    padding-top: 35px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-45 {
    padding-top: 45px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-25 {
    padding-bottom: 25px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-35 {
    padding-bottom: 35px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-45 {
    padding-bottom: 45px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 16px;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 20px;
}

p {
    margin-bottom: 1em;
}

b,
strong {
    font-weight: bold;
}

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

.font-weight-400 {
    font-weight: 400;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-17 {
    font-size: 17px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-19 {
    font-size: 19px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-22 {
    font-size: 22px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-26 {
    font-size: 26px;
}

.font-size-28 {
    font-size: 28px;
}

.font-size-30 {
    font-size: 30px;
}

.font-size-32 {
    font-size: 32px;
}

.font-size-34 {
    font-size: 34px;
}

.font-size-36 {
    font-size: 36px;
}

.font-size-38 {
    font-size: 38px;
}

.font-size-40 {
    font-size: 40px;
}

.line-height-1 {
    line-height: 1;
}

.line-height-2 {
    line-height: 1.1;
}

.line-height-3 {
    line-height: 1.2;
}

.line-height-4 {
    line-height: 1.3;
}

.line-height-5 {
    line-height: 1.4;
}

.line-height-6 {
    line-height: 1.5;
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#header {
    z-index: 2;
    background: #252525;
}

body.home #header {
    background: rgba(37,37,37,0.7);
}

body.home #header:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

#header-wrap {
    max-width: 100%;
    padding: 0 100px;
}

#masthead {
    padding-top: 10px;
    padding-bottom: 10px;
}

#header-logo {
    float: left;
    width: 290px;
}

#classictextwidget-2,
#search-2 {
    float: right;
}

#classictextwidget-2 {
    text-align: right;
    margin-bottom: 10px;
}

#classictextwidget-2 .phone-number {
    color: #ff9c00;
    font-weight: 700;
    font-size: 34px;
    line-height: 1;
}

#classictextwidget-2 p {
    color: #c2c2c2;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
}

#classictextwidget-2 p span {
    color: #fff;
}

#search-2 {
    clear: right;
}

/*--------------------------------------------------------------
## Hero
--------------------------------------------------------------*/
body.home #hero {
    margin-top: -124px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#navbar {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 705px;
    position: absolute;
}

#navbar ul {
    margin: 0;
    list-style: none;
}

#navbar .main-list-wrap > li {
    position: relative;
    display: inline-block;
}

#navbar a {
    color: #fff;
    display: block;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    text-transform: uppercase;
}

#navbar .main-list-wrap > li > a {
    padding: 48px 15px 48px 65px;
}

#navbar .main-list-wrap > li:hover > a,
#navbar .main-list-wrap > li.current-menu-item > a,
#navbar .main-list-wrap > li.current-menu-ancestor > a,
body.post-type-archive-gallery #navbar .main-list-wrap > li#menu-item-20 > a {
    background: #000;
}

#navbar .main-list-wrap > li > ul {
    z-index: 999;
    display: none;
    min-width: 100%;
    background: #000;
    position: absolute;
}

#navbar .main-list-wrap > li:hover > ul {
    display: block;
}

#navbar .main-list-wrap > li > ul > li {
    white-space: nowrap;
    position: relative;
}

#navbar .main-list-wrap > li > ul > li > a {
    padding: 15px 15px 15px 50px;
}

#navbar .main-list-wrap > li > ul > li:hover > a,
#navbar .main-list-wrap > li > ul > li.current-menu-item > a {
    color: #ff9c00;
}

#navbar .main-list-wrap > li > ul > li > ul {
    top: 0;
    left: 100%;
    display: none;
    position: absolute;
}

#navbar .main-list-wrap > li > ul > li:hover > ul {
    display: block;
    background: #000;
}

#navbar .main-list-wrap > li > ul > li > ul > li > a {
    padding: 15px;
}

/*--------------------------------------------------------------
## Main Content
--------------------------------------------------------------*/
#regular-index {
    float: left;
    width: 100%;
    margin-left: -300px;
}

#regular-content {
    margin-left: 300px;
}

table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}

thead {
    background: #f2f2f2;
}

th,
td {
    word-break: keep-all;
    padding: 15px;
    width: 33.333333%;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #f2f2f2;
}

th {
    font-size: 16px;
    border-color: #ccc;
}

.site-content li {
    margin-bottom: 5px;
}

.content-wrap-with-left-sidebar #regular-index {
    float: right;
}

.product-warranty-seal-cnt {
    position: relative;
}

.product-warranty-seal {
    left: -120px;
    top: -40px;
    z-index: 99;
    width: 190px;
    position: absolute;
}

.product-warranty-seal img {
    -moz-transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
}

.top-member-logo {
    padding-left: 15px;
    padding-right: 15px;
}

.top-member-logo a img:hover {
    opacity: 0.85;
}

/*--------------------------------------------------------------
### Features Adverts
--------------------------------------------------------------*/
.request-quote-slim-adv h2 {
    font-weight: 400;
    position: relative;
    text-align: center;
    padding-left: 20px;
    padding-right: 258px;
}

.request-quote-slim-adv h2 a {
    top: 0;
    bottom: 0;
    right: 80px;
    color: #fff;
    height: 46px;
    margin: auto;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    padding: 15px 25px;
    background: #f7941d;
    position: absolute;
    display: inline-block;
    letter-spacing: normal;
    text-transform: uppercase;
}

.request-quote-slim-adv h2 a:hover {
    background: #289f1d;
}

/*--------------------------------------------------------------
### Features Adverts
--------------------------------------------------------------*/
.features-advert h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    position: relative;
    text-align: center;
    padding: 25px 10px;
    border: 1px solid #fff;
    background: rgba(0,0,0,0.7);
}

.features-advert-2 h3,
.features-advert-3 h3 {
    padding-top: 35.50px;
    padding-bottom: 35.50px;
}

/*--------------------------------------------------------------
### 7 Day Service Booking Advert
--------------------------------------------------------------*/
.service-booking-advert h2 {
    color: #fff;
    margin: 0;
    font-size: 30px;
    font-weight: 300;
    position: relative;
    text-align: center;
    letter-spacing: 2px;
    border: 1px solid #fff;
    padding: 35px 258px 35px 20px;
    background: rgba(0,0,0,0.7);
}

.service-booking-advert h2 span {
    font-weight: 400;
}

.service-booking-advert h2 a {
    top: 0;
    bottom: 0;
    right: 80px;
    color: #fff;
    height: 46px;
    margin: auto;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    padding: 15px 25px;
    background: #f7941d;
    position: absolute;
    display: inline-block;
    letter-spacing: normal;
    text-transform: uppercase;
}

.service-booking-advert h2 a:hover {
    background: #289f1d;
}

/*--------------------------------------------------------------
### Photo Gallery Landing and Detial Page
--------------------------------------------------------------*/
.home-thumb-adv .advert-img a {
    position: relative;
}

.home-thumb-adv .advert-img a:before {
    content: '';
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}

.homepage-title {
    font-size: 42px;
    font-weight: 400;
}

.home-thumb-adv > .vc_column-inner > .wpb_wrapper {
    position: relative;
}

.home-thumb-adv-title {
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    z-index: 2;
    font-size: 24px;
    position: absolute;
    text-transform: uppercase;
    background: rgba(0,0,0,0.4);
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.home-thumb-adv-title a {
    color: #fff;
    display: block;
    padding: 15px 10px;
}

.home-thumb-adv:hover .advert-img a:before {
    opacity: 1;
}

.home-thumb-adv:hover .home-thumb-adv-title {
    bottom: 39%;
    background: transparent;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.window-tinting-caption {
    background: #fff;
    border: 1px solid #ccc;
}

.window-tinting-caption > .wpb_wrapper {
    padding: 15px;
}

.window-tinting-caption h3 {
    color: #f7941d;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
### Photo Gallery Landing and Detial Page
--------------------------------------------------------------*/
.listing-grid-item {
    float: left;
    margin-bottom: 30px;
    width: 31.9148936170213%;
    margin-left: 2.1276595744681%;
}

.listing-grid-item:nth-child(3n+1) {
    clear: left;
    margin-left: 0;
}

.listing-thumbnail img {
    display: block;
}

.listing-title {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    padding: 15px 10px;
    background: #252525;
    -webkit-transition: background 300ms linear;
    -moz-transition: background 300ms linear;
    -ms-transition: background 300ms linear;
    -o-transition: background 300ms linear;
    transition: background 300ms linear;
}

.listing-grid-item a:hover .listing-title {
    background: #f78f1e;
}

#archive-intro h1,
.single-gallery-title,
.category-page-title {
    color: #f7941d;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#vehicle-gallery {
    margin-bottom: 20px;
}

#vehicle-gallery .rsDefaultInv, .rsDefaultInv .rsOverflow, .rsDefaultInv .rsSlide,
#vehicle-gallery .rsDefaultInv .rsVideoFrameHolder, .rsDefaultInv .rsThumbs {
    background: #fcfcfc;
}

#vehicle-specifications {
    float: left;
    width: 15.9574468085106%;
}

#vehicle-specifications ul,
#vehicle-specifications li {
    list-style: none;
}

#vehicle-specifications ul {
    margin: 0;
}

#vehicle-specifications li {
    margin-bottom: 16px;
}

#vehicle-description {
    float: right;
    width: 80.8510638297872%;
}

#product-form {
    background: #252525;
}

#product-form-wrap {
    padding-top: 70px;
    padding-bottom: 80px;
}

#product-form-title {
    color: #fff;
    font-size: 42px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
}

#single-content-block-2-wrap {
    padding-top: 0;
    padding-bottom: 0;
}

/*--------------------------------------------------------------
### FAQs
--------------------------------------------------------------*/
.summary-title a {
    color: #000;
}

.summary-title a:hover {
    color: #289f1d;
}

.blurb-read-more {
    color: #f7941d;
}

.blurb-read-more:hover {
    border-bottom: 2px solid #000;
}

.post-summary-wrap {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dotted #eaeaea;
}

.post-summary-wrap p:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
## Sidebar Content
--------------------------------------------------------------*/
#tertiary {
    float: right;
    width: 260px;
    position: relative;
}

#tertiary .widget {
    margin-top: 30px;
}


#tertiary .widget:first-child {
    margin-top: 0;
}

.content-wrap-with-left-sidebar #tertiary {
    float: left;
}

#classictextwidget-3 .wpb_category_n_menu_accordion {
    border: 1px solid #e7e7e7;
}

#classictextwidget-3 .wpb_category_n_menu_accordion > ul > li > a {
    font-size: 24px;
    font-weight: 700;
    padding: 16px 20px !important;
    background: #fff !important;
    color: #b0b0b0 !important;
    text-transform: uppercase;
    border-color: #e7e7e7 !important;
}

#classictextwidget-3 .wpb_category_n_menu_accordion ul > li li {
    background: #fff !important;
}

#classictextwidget-3 .wpb_category_n_menu_accordion > ul > li:hover > a,
#classictextwidget-3 .wpb_category_n_menu_accordion > ul > li.current-cat > a,
#classictextwidget-3 .wpb_category_n_menu_accordion li > a:hover > span.wpb-submenu-indicator {
    color: #f7941d !important;
}

#classictextwidget-3 .wpb_category_n_menu_accordion > ul > li > ul > li > a,
#classictextwidget-3 .wpb_category_n_menu_accordion ul > li li a {
    font-size: 18px !important;
    color: #b0b0b0 !important;
    border: none !important;
}

#classictextwidget-3 .wpb_category_n_menu_accordion > ul > li li:hover > a,
#classictextwidget-3 .wpb_category_n_menu_accordion > ul > li li.current-cat > a,
#classictextwidget-3 .wpb_category_n_menu_accordion ul > li li a,
#classictextwidget-3 .wpb_category_n_menu_accordion ul > li > ul > li.wpb-wmca-current-cat-parent > a {
    color: #000 !important;
}

#classictextwidget-3 .wpb_category_n_menu_accordion > ul > li > ul {
    border-bottom: 1px solid #e7e7e7;
}

#classictextwidget-3 .wpb_category_n_menu_accordion ul > li li li a {
    font-weight: 400;
}

#classictextwidget-3 .wpb_category_n_menu_accordion ul > li > ul > li > ul > li:hover > a {
    margin-left: -1px;
    margin-right: -1px;
    background: #fbfbfb !important;
    -webkit-box-shadow:inset 0 0 0 1px #e7e7e7;
    box-shadow:inset 0 0 0 1px #e7e7e7;
}

#classictextwidget-3 .wpb_category_n_menu_accordion ul > li > ul > li > ul > li.current-cat > a {
    color: #f78f1e !important;
}

.contact-sidebar-content .widget-title {
    font-size: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid #eaeaea;
}

.contact-sidebar-content .textwidget {
    line-height: 1.8;
}

#classictextwidget-4 {
    text-align: center;
}

#classictextwidget-4 a {
    padding: 0 20px;
    margin-bottom: 10px;
    display: inline-block;
}

#classictextwidget-4 a:hover img {
    opacity: 0.85;
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.wp-pagenavi {
    padding: 0;
    clear: both;
    margin: 0 0 15px;
    text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
    padding: 10px 18px !important;
    font-size: 16px !important;
    font-weight: normal !important;
    border: none !important;
    display: inline-block;
}

.wp-pagenavi a {
    color: #555;
    background-color: #e7e7e9;
}

.wp-pagenavi a:hover {
    color: #fff;
    background-color: #333;
}

.wp-pagenavi span {
    color: #fff;
    background-color: #333;
}

.wp-pagenavi span.extend {
    background-color: #d5d5d5;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
    color: #191919;
    background-color: #ccc;
}

.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover {
    color: #fff;
    background-color: #333;
}

/*--------------------------------------------------------------
## Footer Form
--------------------------------------------------------------*/
.client-logo img {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
 
.client-logo img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

#footer-form {
    background: #fbfbfb;
}

#footer-form:before,
#footer-form:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 80%;
    height: 3px;
    margin: auto;
    left: 0;
    right: 0;
    opacity: 0.2;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
background: radial-gradient(ellipse at center,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
}

#footer-form:before {
    top: 6px;
}

#footer-form:after {
    bottom: 6px;
}

#footer-form-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
}

#footer-form-title {
    font-size: 42px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 35px;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#footer {
    background: #252525;
}

#footer-wrap,
#logos-carousel-wrap {
    max-width: 100%;
    padding: 30px 100px;
}

.footer-column {
    width: 25%;
    float: left;
    padding: 0 10px;
}

#footer-logo {
    width: 215px;
}


#nav_menu-2 {
    margin-top: 23px;
}

#nav_menu-2 ul,
#nav_menu-2 li {
    margin: 0;
    list-style: none;
}

#nav_menu-2 li {
    margin-left: 15px;
    display: inline-block;  
}

#nav_menu-2 li:first-child {
    margin-left: 0;
}

#nav_menu-2 li a {
    color: #fff;
    float: left;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

#nav_menu-2 li:hover > a,
#nav_menu-2 li.current-menu-item > a {
    color: #f7941d;
}

#search-3 {
    width: 260px;
    margin: 10px auto 0;
}

#classictextwidget-7 {
    margin-top: 4px;
    text-align: right;
}

#classictextwidget-7 a {
    display: block;
}

#classictextwidget-7 .phone-number {
    color: #fff;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.1;
}

#classictextwidget-7 .email-address {
    color: #f7941d;
    font-size: 18px;
    line-height: 1;
}

#copyright {
    font-size: 11px;
    text-align: center;
    background: #f7941d;
}

#copyright,
#copyright a {
    color: #000;
}

#copyright a:hover {
    color: #fff;
}

#copyright-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
}

#quick-contact-menu {
    left: 0;
    bottom: 0;
    width: 100%;
    display: none;
    z-index: 99999;
    position: fixed;
    background: #e07d06;
}

#quick-contact-menu ul,
#quick-contact-menu li {
    margin: 0;
    list-style: none;
}

#quick-contact-menu li {
    float: left;
    width: 50%;
}

#quick-contact-menu li:first-child {
    border-right: 1px solid #c96600;
}

#quick-contact-menu li a {
    color: #fff;
    display: block;
    font-size: 12px;
    position: relative;
    text-align: center;
    padding: 32px 0 10px;
}

#desktop-quick-contact-menu {
    right: 0;
    bottom: 15px;
    z-index: 999;
    position: fixed;
}

#desktop-quick-contact-menu ul,
#desktop-quick-contact-menu li {
    margin: 0;
    list-style: none;
}

#desktop-quick-contact-menu li {
    float: right;
    clear: both;
    margin-bottom: 2px;
}

#desktop-quick-contact-menu li:last-child {
    margin-bottom: 0;
}

#desktop-quick-contact-menu li a {
    color: #fff;
    display: block;
    text-align: right;
    padding: 12px 20px;
    background: #e07d06;
    position: relative;
    border: 1px solid #f2f2f2;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
}

#desktop-quick-contact-menu li a:hover {
    -webkit-box-shadow:inset 0 0 100px 0 rgba(0,0,0,.2);
    box-shadow:inset 0 0 100px 0 rgba(0,0,0,.2);
}

#desktop-quick-contact-menu li#qc-quote-btn a {
    padding: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

#desktop-quick-contact-menu li#qc-call-us a {
    padding-left: 41px;
    font-weight: 600;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Alignments
--------------------------------------------------------------*/
img.alignright { 
    float: right;
    margin: 0.1em 0 1em 1em !important;
}

img.alignleft {
    float: left;
    margin: 0.1em 1em 1em 0 !important;
}

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

.alignright { float:right; }

.alignleft { float:left; }

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

/*--------------------------------------------------------------
## Responsive Image
--------------------------------------------------------------*/
img,
.widget img,
.wp-caption {
    max-width: 100%;
}

img,
img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
    height: auto;
    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;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
 
input[type=checkbox] {
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    appearance: checkbox !important;
}
 
input[type=radio] {
    -webkit-appearance: radio !important;
    -moz-appearance: radio !important;
    appearance: radio !important;
}

select,
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 {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #959595;
    box-sizing: border-box !important;
}

button,
input[type="submit"] {
    cursor: pointer;
}

/* Form Placeholder text color */

::-webkit-input-placeholder {
   color: #333;
}

:-moz-placeholder {
   color: #333;  
   opacity: 1;
}

::-moz-placeholder {
   color: #333;
   opacity: 1;
}

:-ms-input-placeholder {  
   color: #333;  
}

body .gform_wrapper .gform_body .gform_fields .gfield .sub-label-highlight {
    color: #333;
}

/*--------------------------------------------------------------
## Search Form
--------------------------------------------------------------*/
#search-term {
    color: #f7941d;
}

#nothing-found {
    color: #ccc;
}

.searchform ul,
.searchform li {
    margin: 0;
    list-style: none;
}

.searchform ul {
    background: #1a1a1a;
    border: 1px solid #676767;
}

.searchform li {
    float: left;
    position: relative;
}

.searchform .search-text-field {
    width: 218px;
} 

.searchform .search-submit-field {
    width: 40px;
}

.searchform input {
    height: 40px;
    width: 100%;
    border: none;
    background: transparent;
}

.searchform input[type="search"] {
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}

.searchform input[type="submit"] {
    padding: 0;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    position: relative;
    z-index: 2;
}

/*--------------------------------------------------------------
## Gravity Forms Style
--------------------------------------------------------------*/
body .gform_wrapper,
body .gform_wrapper .gform_body {
    margin: 0;
    width: 100%;
    max-width: 100%;
}

body .gform_wrapper .gform_body .gform_fields .gfield {
    padding: 0;
    border: none !important;
    margin: 0 0 20px !important;
    background: transparent !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gf_hidden-label .gfield_label {
    display: none;
}

body .gform_wrapper .top_label div.ginput_container {
    margin: 0 !important;
}

body .gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_1,
body .gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_2,
body .gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
    width: 100%;
}

body .gform_wrapper div.ginput_complex.ginput_container.gf_name_has_2 span {
    margin: 0;
    padding: 0;
    float: left;
    display: block;
    width: 49.3548387096774%;
}

body .gform_wrapper div.ginput_complex.ginput_container.gf_name_has_2 span:last-child {
    margin-left: 1.2903225806452%;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type='text'],
body .gform_wrapper .gform_body .gform_fields .gfield input[type='email'],
body .gform_wrapper .gform_body .gform_fields .gfield input[type='tel'],
body .gform_wrapper .gform_body .gform_fields .gfield input[type='url'],
body .gform_wrapper .gform_body .gform_fields .gfield input[type='number'],
body .gform_wrapper .gform_body .gform_fields .gfield input[type='password'],
body .gform_wrapper .gform_body .gform_fields .gfield select {
    height: 48px;
    padding: 0 10px !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield input,
body .gform_wrapper .gform_body .gform_fields .gfield select,
body .gform_wrapper .gform_body .gform_fields .gfield textarea {
    background: #fff;
}

body .gform_wrapper .gform_body .gform_fields .gfield .name_first label,
body .gform_wrapper .gform_body .gform_fields .gfield .name_last label {
    margin-bottom: 0 !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield textarea {
    padding: 10px;
}

/*--------------------------------------------------------------
## Gravity Forms Three Columns
--------------------------------------------------------------*/
body .gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
body .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
body .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 32.4731182795699% !important;
}

body .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
body .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    margin-left: 1.2903225806452% !important;
}

/*--------------------------------------------------------------
## Gravity Forms Four Columns
** Columns: 2+2+2+6
--------------------------------------------------------------*/
body .gform_wrapper .gform_body .gform_fields .gfield.gf_field-span2,
body .gform_wrapper .gform_body .gform_fields .gfield.gf_field-span6 {
    float: left;
    clear: none;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gf_field-span2 {
    width: 15.4838709677419%;
    margin-right: 1.2903225806452% !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gf_field-span6 {
    width: 49.6774193548387%;
}


/*--------------------------------------------------------------
## Gravity Forms Error fields
--------------------------------------------------------------*/
body .gform_wrapper div.validation_error {
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    border: none;
    padding: 12px;
    z-index: 9999;
    position: fixed;
    font-weight: 600;
    background: rgba(255,0,0,0.8);
}

body .gform_wrapper .top_label .gfield_error,
body .gform_wrapper .gform_body .gform_fields .gfield_error {
    width: 100%;
}

body .gform_wrapper .gform_body .gform_fields .gfield_error input,
body .gform_wrapper .gform_body .gform_fields .gfield_error select,
body .gform_wrapper .gform_body .gform_fields .gfield_error textarea {
    color: #000 !important;
    -webkit-box-shadow:inset 0 0 0 400px rgba(255,0,0,0.2);
    box-shadow:inset 0 0 0 400px rgba(255,0,0,0.2);
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}

body .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body .gform_wrapper li.gfield_error select,
body .gform_wrapper li.gfield_error textarea {
    border-color: #f00;
}

body .gform_wrapper .gform_body .gform_fields .gfield_error .validation_message {
    display: none;
}

/*--------------------------------------------------------------
## Gravity Forms - Footer Contact Form
--------------------------------------------------------------*/
body #gform_wrapper_2 .gform_body .gform_fields .gfield textarea {
    height: 48px;
    -webkit-transition: height 300ms linear;
    -moz-transition: height 300ms linear;
    -ms-transition: height 300ms linear;
    -o-transition: height 300ms linear;
    transition: height 300ms linear;
}

body #gform_wrapper_2 .gform_body .gform_fields .gfield textarea:focus {
    height: 100px;
}

/*--------------------------------------------------------------
## Gravity Forms Submit Section
--------------------------------------------------------------*/
body .gform_wrapper .gform_footer {
    padding: 0 !important;
}

body .gform_wrapper .gform_footer input[type=submit] {
    margin: 0;
    color: #fff;
    border: none;
    font-size: 18px;
    font-weight: 400;
    padding: 13px 40px;
    background: #f78f1e;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    text-shadow: 0 1px 2px rgba(0,0,0,.22);
}

body .gform_wrapper .gform_footer input[type=submit]:hover {
    background: #289f1d;
}

body #gform_wrapper_2 .gform_footer {
    text-align: center;
}

/*--------------------------------------------------------------
## Gravity Forms Two Columns
--------------------------------------------------------------*/
.gform_wrapper .top_label li.gfield.gf_left_half,
.gform_wrapper .top_label li.gfield.gf_right_half,
.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,
.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
    max-width: none !important;
    width: 49.35483870967742% !important;
}

.gform_wrapper .top_label li.gfield.gf_right_half {
    margin-left: 1.29032258064516% !important;
}

/*--------------------------------------------------------------
# Sprite
--------------------------------------------------------------*/
.features-advert h3:before,
#quick-contact-menu li a:before,
#desktop-quick-contact-menu li a:before,
.searchform .search-submit-field:before,
#navbar .main-list-wrap > li > a:before,
#navbar .main-list-wrap > li > ul > li > a:before {
    background: url(images/sprite@1x.png) no-repeat;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
    .features-advert h3:before,
    #quick-contact-menu li a:before,
    #desktop-quick-contact-menu li a:before,
    .searchform .search-submit-field:before,
    #navbar .main-list-wrap > li >  a:before,
    #navbar .main-list-wrap > li > ul > li > a:before {
        background: url(images/sprite@2x.png) no-repeat;
        background-size: 400px 400px;
    }
}

.features-advert h3:before,
#quick-contact-menu li a:before,
#desktop-quick-contact-menu li a:before,
.searchform .search-submit-field:before,
#navbar .main-list-wrap > li > a:before,
#navbar .main-list-wrap > li > ul > li > a:before {
    content: '';
    position: absolute;
    display: inline-block;
}

.features-advert h3:before,
#quick-contact-menu li a:before,
#desktop-quick-contact-menu li a:before,
.searchform .search-submit-field:before,
#navbar .main-list-wrap > li > a:before,
#navbar .main-list-wrap > li > ul > li > a:before {
    margin: auto;
}

.searchform .search-submit-field:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 20px;
    height: 21px;
    background-position: -25px 0;
}

.searchform .search-submit-field:hover:before {
    background-position: 0 0;
}

#navbar .main-list-wrap > li > a:before {
    top: 0;
    left: 15px;
    bottom: 0;
    width: 40px;
    height: 40px;
}

#navbar .main-list-wrap > li#menu-item-995 > a:before {
    background-position:  -215px -39px;
}

#navbar .main-list-wrap > li#menu-item-20 > a:before {
    background-position:  -50px 0;
}

#navbar .main-list-wrap > li#menu-item-18 > a:before {
    background-position:  -95px 0;
}

#navbar .main-list-wrap > li#menu-item-17 > a:before {
    background-position:  -140px 0;
}

#navbar .main-list-wrap > li > ul > li > a:before {
    top: 0;
    left: 15px;
    bottom: 0;
}

#navbar .main-list-wrap > li > ul > li#menu-item-996 > a:before {
    width: 30px;
    height: 29px;
    background-position: -335px 0;
}

#navbar .main-list-wrap > li > ul > li#menu-item-997 > a:before {
    width: 27px;
    height: 32px;
    background-position: -370px 0;
}

#navbar .main-list-wrap > li > ul > li#menu-item-998 > a:before {
    width: 29px;
    height: 34px;
    background-position: -260px -39px;
}

#navbar .main-list-wrap > li > ul > li#menu-item-119 > a:before {
    width: 30px;
    height: 20px;
    background-position: -185px 0;
}

#navbar .main-list-wrap > li > ul > li#menu-item-120 > a:before {
    width: 27px;
    height: 34px;
    background-position: -220px 0;
}

#navbar .main-list-wrap > li > ul > li#menu-item-121 > a:before {
    width: 27px;
    height: 31px;
    background-position: -252px 0;
}

.features-advert h3:before {
    left: 0;
    right: 0;
}

.features-advert-1 h3:before {
    top: -50px;
    width: 47px;
    height: 42px;
    background-position: 0 -45px;
}

.features-advert-2 h3:before {
    top: -35px;
    width: 63px;
    height: 24px;
    background-position: -52px -46px;
}

.features-advert-3 h3:before {
    top: -36px;
    width: 46px;
    height: 27px;
    background-position: -120px -45px;
}

.features-advert-4 h3:before {
    top: -33px;
    width: 39px;
    height: 26px;
    background-position: -171px -45px;
}

#quick-contact-menu li a:before {
    top: 10px;
    left: 0;
    right: 0;
    height: 20px;
}

#quick-contact-menu li#qc-quote-btn a:before {
    width: 20px;
    background-position: -285px 0;
}

#quick-contact-menu li#qc-call-us a:before {
    width: 21px;
    background-position: -309px 0;
}

#desktop-quick-contact-menu li a:before {
    top: 0;
    bottom: 0;
    margin: auto;
}

#desktop-quick-contact-menu li#qc-quote-btn a:before {
    top: 0;
    left: 3px;
    right: 0;
    width: 20px;
    height: 20px;
    background-position: -285px 0;
}

#desktop-quick-contact-menu li#qc-call-us a:before {
    left: 15px;
    width: 21px;
    height: 20px;
    background-position: -309px 0;
}
 
/*--------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Responsive Style
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    body.home #header {
        background: #252525;
    }
    
    body.home #header:before {
        display: none;
    }
    
    #header-wrap {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    #masthead {
        padding-bottom: 0;
    }
    
    #header-logo {
        width: 160px;
        margin-left: 10px;
        margin-bottom: 15px;
    }
    
    body.home #hero {
        margin-top: 0;
    }
    
    #classictextwidget-2 {
        margin-top: 10px;
        margin-right: 10px;
    }
    
    #classictextwidget-2 .phone-number {
        font-size: 20px;
    }
    
    #classictextwidget-2 p {
        font-size: 10px;
    }
    
    #search-2 {
        display: none;
    }
    
    #navbar {
        width: 100%;
        float: none;
        clear: both;
        position: static;
    }
    
    #navbar .main-list-wrap > li {
        width: 25%;
        float: left;
        display: block;
    }
    
    #navbar .main-list-wrap > li > a {
        font-size: 9px;
        font-weight: 400;
        padding: 40px 0 15px;
        text-align: center;
    }
    
    #navbar .main-list-wrap > li > a:before {
        top: 15px;
        left: 0;
        right: 0;
        bottom: inherit;
        width: 20px;
        height: 20px;
    }
    
    #navbar .main-list-wrap > li#menu-item-995 > a:before {
        background-position: 0 -96px;
    }
    
    #navbar .main-list-wrap > li#menu-item-20 > a:before {
        background-position: -25px -96px;
    }

    #navbar .main-list-wrap > li#menu-item-18 > a:before {
        background-position: -51px -96px;
    }

    #navbar .main-list-wrap > li#menu-item-17 > a:before {
        background-position: -76px -96px;
    }
    
    #navbar .main-list-wrap > li > ul > li > a {
        font-size: 12px;
        padding-left: 40px;
    }
    
    #navbar .main-list-wrap > li > ul > li > a:before {
        background-size: 200px 200px;
    }
    
    #navbar .main-list-wrap > li > ul > li#menu-item-119 > a:before {
        width: 16px;
        height: 10px;
        background-position: -92px 0;
    }

    #navbar .main-list-wrap > li > ul > li#menu-item-120 > a:before {
        width: 14px;
        height: 17px;
        background-position: -110px 0;
    }

    #navbar .main-list-wrap > li > ul > li#menu-item-121 > a:before {
        width: 14px;
        height: 16px;
        background-position: -126px 0;
    }
    
    #navbar .main-list-wrap > li > ul > li#menu-item-996 > a:before {
        width: 16px;
        height: 15px;
        background-position: -167px 0;
    }

    #navbar .main-list-wrap > li > ul > li#menu-item-997 > a:before {
        width: 14px;
        height: 16px;
        background-position: -185px 0;
    }

    #navbar .main-list-wrap > li > ul > li#menu-item-998 > a:before {
        width: 15px;
        height: 18px;
        background-position: -130px -19px;
    }
}

@media screen and (min-width: 768px) and (max-width: 979px) {
    #header-logo {
        width: 180px;
        margin-top: 17px;
    }
    
    #navbar {
        width: 375px;
    }

    #navbar .main-list-wrap > li > a {
        padding: 80px 12px 14px;
    }
    
    #classictextwidget-2 .phone-number {
        font-size: 26px;
    }
    
    #classictextwidget-2 p {
        font-size: 13px;
    }
    
    #search-2 .searchform .search-text-field {
        width: 120px;
    }
    
    body.home #hero {
        margin-top: -114px;
    }
}

@media screen and (min-width: 980px) and (max-width: 1169px) {
    #header-logo {
        width: 200px;
        margin-top: 20px;
    }
    
    #search-2 .searchform .search-text-field {
        width: 170px;
    }
    
}

@media screen and (max-width: 1460px) {
    #header-wrap {
        max-width: 1260px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1549px) {
    #navbar .main-list-wrap > li > a {
        font-size: 13px;
    }
    
    #navbar .main-list-wrap > li > a:before {
        left: 0;
        right: 0;
        top: 30px;
        bottom: inherit;
    }
}

@media screen and (min-width: 980px) and (max-width: 1549px) {
    #navbar {
        width: 400px;
    }
    
    #navbar .main-list-wrap > li > a {
        padding: 80px 15px 24px;
    }
}

/*--------------------------------------------------------------
## Main Content
--------------------------------------------------------------*/
@media screen and (max-width: 641px) {
    .listing-grid-item {
        width: 100% !important;
        float: none !important;
        clear: both !important;
        max-width: 280px !important;
        margin: 0 auto 30px !important;
    }
    
    .request-quote-slim-adv h2,
    .service-booking-advert h2 {
        padding: 20px;
        font-size: 20px;
        margin-bottom: 0;
    }
    
    .request-quote-slim-adv h2 {
        padding: 15px 15px 15px 90px;
    }
    
    .request-quote-slim-adv h2 a,
    .service-booking-advert h2 a {
        clear: both;
        top: inherit;
        right: inherit;
        bottom: inherit;
        position: static;
        display: block;
        margin-top: 16px;
    }
    
    .product-warranty-seal {
        top: 60px;
        left: 0;
        width: 80px;
    }
}

@media screen and (max-width: 767px) {
    .home-thumb-adv,
    .window-tinting-caption {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    
    th,
    td {
        font-size: 10px;
        padding: 10px;
    }
    
    .features-adverts-block {
        background-image: none !important;
        background-color: #000 !important;
    }
}

@media screen and (max-width: 799px) {
    #regular-index,
    #tertiary,
    .content-wrap-with-left-sidebar #regular-index,
    .content-wrap-with-left-sidebar #tertiary {
        width: 100%;
        float: none;
        clear: both;
    }
    
    #regular-index,
    #regular-content {
        margin-left: 0;
    }
    
    #tertiary {
        padding-top: 16px;
        padding-bottom: 12px;
    }
    
    #archive-intro h1,
    .single-gallery-title,
    .category-page-title,
    .homepage-title {
        font-size: 32px;
    }
}

@media screen and (min-width: 768px) and (max-width: 969px) {
    .request-quote-slim-adv h2,
    .service-booking-advert h2 {
        font-size: 2.5vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1149px) {
    .features-advert h3 {
        font-size: 1.4vw;
    }
}

@media screen and (min-width: 642px) and (max-width: 1499px) {
    .product-warranty-seal {
        top: -18px;
        left: 0;
        width: 140px;
    }
    
    .request-quote-slim-adv h2 {
        padding-left: 150px;
    }
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {   
    .footer-column {
        float: none;
        clear: both;
        width: 100%;
        margin-bottom: 20px;
    }
    
    .footer-column:last-child {
        margin-bottom: 0;
    }
    
    #footer-logo {
        width: 180px;
        margin: 0 auto;
    }
    
    #footer-column-2 {
        text-align: center;
    }
    
    #nav_menu-2 li {
        margin-left: 10px;
    }
    
    #nav_menu-2 li a {
        font-size: 10px;
    }
    
    #classictextwidget-7 {
        text-align: center;
    }
    
    #copyright-wrap {
        padding-bottom: 70px;
    }
    
    #quick-contact-menu {
        display: block;
    }
    
    #desktop-quick-contact-menu {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1079px) {
    .footer-column {
        width: 50%;
    }
    
    #footer-column-1,
    #footer-column-2 {
        margin-bottom: 20px;
    }
    
    #footer-column-3 {
        clear: left;
    }
    
    #footer-logo {
        width: 200px;
        margin: 0 auto 0;
    }
    
    #footer-column-2 {
        text-align: center;
    }
    
    #nav_menu-2 li a {
        font-size: 14px;
        font-weight: 400;
    }
    
    #classictextwidget-7 {
        text-align: center;
    }
}

@media screen and (max-width: 1460px) {
    #footer-wrap,
    #logos-carousel-wrap {
        max-width: 1260px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (min-width: 1080px) and (max-width: 1839px) {
    #nav_menu-2 {
        margin-top: 0;
    }
    
    #nav_menu-2 ul li {
        margin: 0;
        float: none;
        clear: both;
        display: block;
    }
    
    #nav_menu-2 li a {
        font-size: 14px;
        font-weight: 400;
    }
}

/*--------------------------------------------------------------
## Gravity Form
--------------------------------------------------------------*/
@media screen and (max-width: 641px) {
    body .gform_wrapper .top_label li.gfield.gf_left_half:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
    body .gform_wrapper .top_label li.gfield.gf_right_half:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
    body .gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
    body .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
    body .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
        width: 100% !important;
    }

    body .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
    body .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
    body .gform_wrapper .top_label li.gfield.gf_right_half:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
        margin-left: 0 !important;
    }
    
    body .gform_wrapper .gform_body .gform_fields .gfield.gf_field-span2 {
        width: 31.6156736446592%;
        margin-right: 2.5764895330113% !important;
    }
    
    body .gform_wrapper .gform_body .gform_fields .gfield.gf_field-span2.gf_field-span2-last {
       margin-right: 0 !important; 
    }

    body .gform_wrapper .gform_body .gform_fields .gfield.gf_field-span6 {
        width: 100%;
    }
}