/*
Theme Name: Freedom Mobility
Theme URI: http://www.freedommobility.co.nz
Description: Responsive template for Freedom Mobility
Version: 09102014
Author: Web Revolution
Author URI: http://www.webrevolution.co.nz
*/

/* =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}

/* =Global Styles
   ========================================================================== */
html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    color: #000;
    background: #daecd4;
    font: 15px/1.4 Arial, sans-serif;
}

a {
    color: #00a1df;
    text-decoration: none;
}

a:hover {
    color: #333;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

sup, sub {
    font-size: 14px;
    position: relative;
    top: -0.9em;
    vertical-align: baseline;
}

sub {
    top: 0.9em;
}

hr,
hr.dotted-content-separator {
    border: 0;
    clear: both;
    height: 1px;
    display: block;
    color: #8e9293;
    margin: 20px 0;
}

hr {
    background-color: #8e9293;
}

hr.dotted-content-separator {
    background-color: transparent;
    border-top: 1px dotted #e8e8e8;
}

/* =Colours
   ========================================================================== */

/* =Float - Display
   ========================================================================== */
.clearfix { *zoom: 1; }

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}

.clearfix: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;}

/* =Container Width
   ========================================================================== */
.full-width {
    float: left;
    width: 100%;
    position: relative;
    min-width: 320px;
}

.wrapper {
    margin: 0 auto;
    position: relative;
    min-width: 300px;
    max-width: 1000px;
    padding: 10px;
}

.inner-width {
    width: 100%;
    position: relative;
}

/* =Transition Effects
   ========================================================================== */
.transition-effect,
#navbar a,
.searchform #search-btn,
#nav_menu-5 a {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

/* =Wrapping Images
   ========================================================================== */
img.alignright { 
    float: right;
    margin: 0.1em 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0.1em 1em 1em 0;
}

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;
}

/* Image Caption */
p.wp-caption-text {
    font-size: 0.9em;
    margin-bottom: 0;
}

/* 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%;
}

/* =Font
   ========================================================================== */
.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;
}

/* =Headings
   ========================================================================== */
h1,h2,h3,h4,h5,h6 {
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 0.2em;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 19px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 17px;
}

#tertiary .widget-title {
    font-size: 17px;
}

/* =Header
   ========================================================================== */
#menu-toggle-wrap {
    display: none;
}

#menu-toggle-wrap-inner {
    padding: 15px 10px;
}

#menu-toggle,
#search-toggle {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

#menu-toggle {
    width: 29px;
    height: 26px;
    float: left;
}

#search-toggle {
    width: 25px;
    height: 25px;
    float: right;
}

#header {
    background: #fff;
}

#header-logo {
    float: left;
    width: 320px;
}

#text-2 {
    left: 45%;
    width: 210px;
    position: absolute;
    margin:  20px auto 0;
}

.free-phone-number,
.contact-mobile-number,
.international-callers {
    color: #71c167;
    font-weight: bold;
}

.free-phone-number,
.contact-mobile-number {
    font-size: 26px;
    line-height: 1.2;
}

.international-callers {
    font-size: 13px;
}

#nav_menu-2,
#search-2 {
    float: right;
}

#nav_menu-2 {
    margin-bottom: 40px;
}

#search-2 {
    clear: right;
}

/* =Main Navigation
   ========================================================================== */
#navigation-wrap {
    padding-top: 0;
    padding-bottom: 0;
}

#navbar .first-list-wrap > li {
    float: left;
    margin: 0;
    position: relative;
    white-space: nowrap;
    width: 12.5%;
}

#navbar a {
    color: #2b2e31;
    display: block;
    text-transform: lowercase;
}

#navbar .first-list-wrap > li > a {
    font-size: 16px;
    padding: 15px 0;
    text-align: center;
    position: relative;
}

#navbar .first-list-wrap > li > ul {
    display: none;
    position: absolute;
    z-index: 999999999;
    overflow: hidden;
    min-width: 100%;
    background: rgba(255,255,255,0.9);
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
}

#navbar .first-list-wrap > li:hover > ul {
    display: block;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

#navbar .first-list-wrap > li > ul > li {
    white-space: nowrap;
    border-top: 1px dotted #e2e2e2;
}

#navbar .first-list-wrap > li > ul > li:first-child {
    border: none;
}

#navbar .first-list-wrap > li > ul > li > a {
    padding: 5px 15px;
}

#navbar .first-list-wrap > li:hover > a,
#navbar .first-list-wrap > li.current-menu-item > a,
#navbar .first-list-wrap > li.current-menu-ancestor > a {
    color: #41b649;
}

#navbar .first-list-wrap > li > ul > li:hover > a,
#navbar .first-list-wrap > li > ul > li.current-menu-item > a {
    color: #fff;
    background: #41b649;
}

/* =Hero
   ========================================================================== */
#hero {
    background: #fff;
}

#hero-wrap {
    padding: 0;
    max-width: 100%;
}

#masthero img {
    width: 100%;
}

#text-9 {
    top: 0;
    right: 10%;
    z-index: 999;
    padding: 15px;
    min-height: 200px;
    position: absolute;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(top 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 );

}

#text-9 .widget-title,
#text-9 li a {
    color: #fff;
}

#text-9 li:hover a {
    color: #41b649;
}

#text-9 .widget-title {
    margin-bottom: 10px;
}

#text-9 li {
    margin-bottom: 10px;
}

.slider-find-vehicle-btn {
    color: #000;
    float: right;
    font-weight: bold;
    padding: 6px 10px;
    background: #41b649;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.slider-find-vehicle-btn:hover {
    color: #fff;
    background: #333;
}

/* =Main Content Container
   ========================================================================== */
table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}

td {
    word-break: keep-all;
    padding: 12px 10px;
    vertical-align: middle;
    border: 1px solid #dbdbdb;
}

.table-style-1 {
    margin-top: 20px;
    text-align: center;
}

/* Two Columns Layout */
.columns-wrap .two-column {
    width: 48%;
}

.columns-wrap .two-column:nth-child(2n+1) {
    float: left;
    clear: left;
}

.columns-wrap .two-column:nth-child(2n) {
    float: right;
}

/* =Main Content Column
   -------------------------------------------------------------------------- */
#content-wrap,
#home-top-wrap {
    padding-top: 20px;
}

body.home #content-wrap {
    padding-top: 10px;
}

#home-top,
#main {
    background: #fff;
}

.main-content-with-sidebar {
    float: left;
}

body.blog .main-content-with-sidebar,
body.archive .main-content-with-sidebar,
body.single .main-content-with-sidebar {
    float: right;
}

.site-content p {
    margin-bottom: 1.6em;
}

.site-content ul,
.site-content ol {
    margin-left: 15px;
    margin-bottom: 1.5em;
}

.site-content li {
    margin-bottom: 0.5em;
}

.site-content ul > li {
    list-style: disc;
}

.site-content ol > li {
    list-style: decimal;
}

.site-content ul > li > ul,
.site-content ol > li > ol {
    margin: 0.5em 0 0.5em 2.2em;
}

.site-content ul > li > ul > li {
    list-style: circle;
}

.site-content ol > li > ol > li {
    list-style: lower-roman;
}

.site-content ul.payment_methods li {
    list-style: none;
}

/* ----- Homepage ----- */
.home-adv-block {
    float: left;
    width: 23.5%;
    margin-left: 2%;
    margin-top: 15px;
}

.home-adv-block:first-child {
    margin-left: 0;
}

.home-adv-img-cnt {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.home-adv-img-title {
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 16px;
    position: absolute;
    background: rgba(0,0,0,0.5);
}

.home-adv-img-title span {
    padding: 10px;
    text-align: center;
}

.home-adv-img-cnt:hover .home-adv-img-title {
    background: #6ac580;
}

/* Blog Style layout */
#search-term {
    color: #ed1c24;
    font-size: 20px;
}

.post-summary-wrap {
    margin-bottom: 20px;
    border-bottom: 1px solid #8e9293;
}

.summary-title a {
    color: #333;
}

.summary-title a:hover {
    color: #41b649;
}

.post-featured-thumbnail {
    float: left;
    width: 31.54362416107383%;
}

.post-featured-thumbnail img {
    display: block;
}

.post-entry-summary {
    float: right;
    width: 65.44295302013423%;
}

/* Our Fleet */
.vehicle-short-intro {
    clear: both;
}

.vehicle-features-list {
    float: right;
    margin-bottom: 10px !important;
}

.vehicle-features-list li {
    color: #fff;
    float: left;
    width: 50px;
    height: 50px;
    display: block;
    list-style: none;
    margin-left: 5px;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.vehicle-features-list li.icon-number-of-left-foot-accelerator {
    text-indent: 100%;
}

.vehicle-features-list li:first-child {
    margin-left: 0;
}

.vehicle-feature-item-no-text {
    text-indent: 100%;
    white-space: nowrap;
}

.key-number {
    top: 4px;
    left: 26px;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
}

.our-fleet-post-summary .summary-title {
    width: 50%;
    float: left;
    font-size: 18px;
}

.post-main-title {
    float: left;
    width: 50%;
}

.rsDefaultInv, .rsDefaultInv .rsOverflow, .rsDefaultInv .rsSlide, .rsDefaultInv .rsVideoFrameHolder, .rsDefaultInv .rsThumbs {
    background: #fff;
}

#vehicle-detail-one {
    float: left;
    width: 65.77181208053691%;
}

#vehicle-detail-two {
    float: right;
    width: 31.54362416107383%;
}

#vehicle-enquiry-form-btn {
    color: #fff;
    font-weight: bold;
    padding: 8px 10px;
    text-align: center;
    background: #41b649;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#vehicle-enquiry-form-btn:hover {
    color: #fff;
    background: #333;
}

#vehicle-specification {
    margin-top: 20px;
    margin-bottom: 5px;
}

#vehicle-specification tr td {
    text-align: left;
}

#vehicle-specification tr td:first-child {
    width: 25%;
    font-weight: bold;
    vertical-align: top;
}

#vehicle-specification tr td:last-child {
    width: 75%;
}

#detailed-vehicle-specifications-post {
    color: #fff;
    padding: 10px;
    display: block;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
    background: #41b649;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#detailed-vehicle-specifications-post:hover {
    color: #fff;
    background: #333;
}

.our-fleet-post-search-summary {
    padding-bottom: 20px;
}

.listing-more-info {
    color: #fff;
    float: right;
    background: #333;
    padding: 6px 15px;
    margin-bottom: 20px;
    margin-top: -10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.listing-more-info:hover {
    color: #fff;
    background: #41b649;
}

/* Testimonials & FAQs */
.testimonial-post-summary,
.faqs-post-summary,
.vehicles-post-summary {
    padding-left: 90px;
    position: relative;
}

.testimonial-person-details ul {
    float: right;
}

.testimonial-person-details ul li  {
    float: left;
    font-size: 12px;
    list-style: none;
    margin-left: 5px;
    font-weight: bold;
}

.testimonial-person-details ul li.person-location {
    color: #41b649;
}

.testimonial-person-details ul li:first-child {
    margin-left: 0;
}

/* Driving Lessons */
.driving-instructors {
    padding-top: 10px;
}

.driving-instructors .wp-caption {
    float: left;
    margin-left: 0.67114093959732%;
    width: 32.88590604026846% !important;
}

.driving-instructors .wp-caption:first-child {
    margin-left: 0;
}

.driving-instructors .wp-caption .wp-caption-text {
    font-size: 18px;
    text-align: center;
}

/* Gallery */

.gallery {
    margin-bottom: 20px !important;
}

.gallery dt a img {
    border: none !important;
}

/* Pagination */
.wp-pagenavi {
    clear: both;
    margin-bottom: 10px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    padding: 5px 10px !important;
    font-size: 16px !important;
    font-weight: normal !important;
    border: none !important;
    display: inline-block;
}

.wp-pagenavi a {
    color: #fff;
    background-color: #555;
}

.wp-pagenavi a:hover {
    background-color: #41b649;
}

.wp-pagenavi span {
    color: #fff;
    background-color: #333;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
    color: #fff;
    background-color: #ccc;
}

.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover {
    color: #fff;
    background-color: #333;
}

/* =Sidebar
   -------------------------------------------------------------------------- */
#tertiary {
    float: right;
    width: 235px;
}

body.blog #tertiary,
body.archive #tertiary,
body.single #tertiary {
    float: left;
}

#tertiary .widget {
    margin-bottom: 20px;
}

#tertiary .widget-title {
    margin-bottom: 0.7em;
}

#text-3 a {
    color: #000;
    padding: 8px;
    font-weight: bold;
    text-align: center;
    background: #41b649;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#text-3 a:hover {
    color: #fff;
    background: #333;
}

#text-4 {
    font-size: 14px;
    text-align: center;
}

#nav_menu-4 {
    padding: 15px;
    background: #daecd4;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#nav_menu-4 .widget-title {
    padding-left: 39px;
}

#nav_menu-3 .menu li,
#nav_menu-4 .menu li {
    margin-bottom: 18px;
}

#nav_menu-4 .menu li:last-child {
    margin-bottom: 12px;
}

#nav_menu-3 .menu > li > a,
#nav_menu-4 .menu li a {
    color: #000;
    display: block;
    position: relative;
    padding: 6px 0 0 40px;
}

#nav_menu-3 .menu > li:hover > a {
    color: #41b649;
}

#nav_menu-4 .menu li:hover a {
    cursor: default;
}

.blog-feed-title {
    font-size: 16px;
}

#text-11,
#text-12 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#categories-2 {
    padding: 20px;
    background: #daecd4;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

#categories-2 ul {
    margin-left: 15px;
}

#categories-2 ul li {
    list-style: disc;
    margin-top: 5px;
}

#categories-2 ul li ul li {
    list-style: circle;
}

#categories-2 a {
    color: #2b2e31;
}

#categories-2 ul > li > a:hover,
#categories-2 li.current-cat > a {
    color: #00a1df;
}

/* =Footer
   ========================================================================== */
#testimonials-feed {
    background: #fff;
}

#testimonials-feed-wrap {
    padding-top: 0;
}

#testimonials-feed-slider-outer {
    padding: 15px;
    background: #daecd4;
    position: relative;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.testimonial-feed-slide {
    background: #daecd4;
}

.testimonials-feed-main-title {
    margin-bottom: 15px;
}

.testimonial-feed-blurb {
    width: 75%;
    float: left;
}

.testimonial-feed-title a {
    color: #333;
    font-weight: normal;
}

.testimonial-feed-title a:hover {
    color: #41b649;
}

.testimonial-feed-person-details {
    float: right;
    width: 20%;
    margin-top: 30px;
}

.testimonial-feed-person-details .person-name {
    font-weight: bold;
}

.testimonials-feed-pagination {
    width: 21px;
    height: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    z-index: 999;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
}

.testimonials-feed-pagination:hover {
    cursor: pointer;
}

#testimonials-feed-slider-outer:hover .testimonials-feed-pagination {
    opacity: 0.4;
}

#testimonials-feed-prev {
    left: 15px;
}

#testimonials-feed-next {
    right: 15px;
}

#footer {
    padding-top: 15px;
    overflow: hidden;
    font-size: 12px;
}

#footer:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.4);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.4);
    box-shadow: 0px 0px 10px rgba(0,0,0,.4);
    z-index: 100;
}

#footer-wrap:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 245px;
    height: 245px;
    top: -8px;
    right: 10px;
    background: url(images/footer-logo.png) no-repeat;
    background-size: contain;
}

#mobile-menu {
    display: none;
}

#text-7 {
    float: left;
    padding: 10px;
    background: #fff;
    text-align: center;
    margin-bottom: 10px;
    -webkit-border-radius: 0 0 12px 12px;
    border-radius: 0 0 12px 12px;
}

#text-7 .widget-title {
    font-size: 14px;
}

#text-7 ul li {
    margin-bottom: 2px;
}

#text-7 ul li a {
    color: #333;
}

#text-7 ul li:hover a {
    color: #41b649;
}

.ft-find-vehicle {
    color: #000;
    padding: 3px;
    max-width: 80%;
    font-size: 15px;
    font-weight: bold;
    background: #41b649;
    margin: 5px auto 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.ft-find-vehicle:hover {
    color: #fff;
    background: #333;
}

#nav_menu-5,
#nav_menu-6,
#search-3 {
    float: right;
}

#nav_menu-6,
#search-3 {
    clear: right;
}

#nav_menu-5 {
    margin-bottom: 10px;
}

#nav_menu-5 .menu  > li {
    float: left;
    margin-left: 30px;
}

#nav_menu-5 .menu  > li:first-child {
    margin-left: 0;
}

#nav_menu-5 a {
    color: #000;
}

#nav_menu-5 .menu  > li > a {
    font-weight: bold;
}

#nav_menu-5 a:hover,
#nav_menu-5 li.current-menu-item > a{
    color: #41b649;
}

#nav_menu-6 {
    margin-bottom: 20px;
}

#text-8 {
    float: left;
    clear: left;
}

/* =Social Links
   ========================================================================== */
li.social-link {
    float: left;
    margin-left: 5px;
}

li.social-link:first-child {
    margin-left: 0;
}

li.social-link a {
    width: 36px;
    height: 35px;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

li.social-link:hover > a {
    opacity: 0.8;
}

#zoom_widget-2 {
    top: 0;
    right: 0;
    z-index: 200;
    position: fixed
}

#zoom_widget-2 #plus,
#zoom_widget-2 #100,
#zoom_widget-2 #minus {
    width: 25px !important;
    height: 25px !important;
}

/* =Forms (Enquiry & Search)
   ========================================================================== */
input,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

input[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}

.gf-hidden {
    display: none;
}

#ui-datepicker-div {
    position: absolute
}

body .gform_wrapper {
    max-width: 98%;
    margin-top: 0;
}

body .gform_wrapper .gform_body .gform_fields .gfield_error div.ginput_container {
    max-width: 100%;
}

body .gform_wrapper .gform_body .gform_fields .gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required,
body .gform_wrapper .gform_body .gform_fields .gfield_error .validation_message {
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 5px;
}

body .gform_wrapper .gform_body .gform_fields .gfield_error .validation_message {
    display: none !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield_error {
    border: none;
    background: none;
    width: inherit !important;
}

body .gform_wrapper label,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    font-weight: normal;
    font-size: 15px !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,
.acps_text_input {
    font-size: 18px;
    font-weight: normal;
    border: 1px solid #ddd;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

body .gform_wrapper .gform_body .gform_fields .gfield input:focus,
body .gform_wrapper .gform_body .gform_fields .gfield select:focus,
body .gform_wrapper .gform_body .gform_fields .gfield textarea:focus,
.acps_text_input:focus {
    border: 1px solid #c3eeff;
}

body .gform_wrapper .gform_body .gform_fields .gfield_error div.ginput_container input,
body .gform_wrapper .gform_body .gform_fields .gfield_error div.ginput_container textarea,
body .gform_wrapper .gform_body .gform_fields .gfield_error div.ginput_container select,
body .gform_wrapper .gform_body .gform_fields .gfield_error div.gfield_captcha_input_container input {
    width: 99.2%;
    border: 1px solid red;
}

body .gform_wrapper .gform_footer {
    padding-top: 10px;
}

body .gform_wrapper .gform_footer input[type=submit],
.acps_submit {
    color: #fff !important;
    border: none !important;
    padding: 15px;
    width: 100%;
    text-shadow: none !important;
    font: normal 16px Arial !important;
    background: #229610 !important;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

body .gform_wrapper .gform_footer input[type=submit]:hover,
.acps_submit:hover {
    cursor: pointer;
    background: #333 !important;
}
body .gform_wrapper div.validation_error,
body .gform_confirmation_wrapper {
    top: 0;
    left: 0;
    color: #fff;
    width: 100%;
    position: fixed;
    text-align: center;
    z-index: 9999999999;
}

body .gform_wrapper div.validation_error {
    padding: 5px;
    font-size: 15px !important;
    background-color: rgba(255, 0, 0, 0.8);
}

body .gform_confirmation_wrapper  {
    background-color: rgba(59, 175, 41, 0.9);
}

body .gform_wrapper.gform_validation_error {
    display: block !important;
}

body .gform_confirmation_wrapper .gform_confirmation_message {
    padding: 5px;
    font-size: 18px;
}

/* Search form */
.searchform ul {
    width: 205px;
    padding: 0 8px;
    background: #fff;
    border: 1px solid #6f6f71;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.searchform ul li {
    float: left;
}

.searchform input {
    border: none;
    background: none;
    padding: 0 !important;
    font: 22px 'Archivo Narrow', sans-serif;
}

.searchform #search-input {
    width: 180px;
    padding: 2px 0 !important;
}

.searchform #search-btn {
    width: 25px;
    height: 25px;
    margin-top: 2px;
    text-transform: uppercase;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
}

.searchform #search-btn:hover {
    opacity: 0.7;
    cursor: pointer;
}

.acps_form_container_one {
    margin-top: 20px;
}

.acps_text_input {
    width: 98% !important;
    padding: 6px 1%;
}

/* =Sprite
   ========================================================================== */
#menu-toggle,
#search-toggle,
li.social-link a,
.searchform #search-btn,
#nav_menu-3 .menu > li > a:before,
#nav_menu-4 .menu li a:before,
.testimonial-post-summary:before,
.faqs-post-summary:before,
.vehicles-post-summary:before,
.vehicle-feature-item,
.testimonials-feed-pagination {
    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) {
    #menu-toggle,
    #search-toggle,
    li.social-link a,
    .searchform #search-btn,
    #nav_menu-3 .menu > li > a:before,
    #nav_menu-4 .menu li a:before,
    .testimonial-post-summary:before,
    .faqs-post-summary:before,
    .vehicles-post-summary:before,
    .vehicle-feature-item,
    .testimonials-feed-pagination {
        background: url(images/sprite@2x.png) no-repeat;
        background-size: 300px 300px;
    }
}

#navbar .first-list-wrap > li.menu-item-has-children > a:after,
#nav_menu-3 .menu > li > a:before,
#nav_menu-4 .menu li a:before,
.testimonial-post-summary:before,
.faqs-post-summary:before,
.vehicles-post-summary:before {
    content: ' ';
    display: inline-block;
    position: absolute;
}

#navbar .first-list-wrap > li.menu-item-has-children > a:after {
    margin: auto;
}

#menu-toggle {
    background-position: -112px -38px;
}

#search-toggle {
    background-position: -225px 0;
}

li.facebook-icon a {
    background-position: 0 0;
}

li.google-plus-icon a {
    background-position: -37px 0;
}

li.linkedin-icon a {
    background-position: -75px 0;
}

li.twitter-icon a {
    background-position: -112px 0;
}

li.youtube-icon a {
    background-position: -255px 0;
}

#navbar .first-list-wrap > li.menu-item-has-children > a:after {
    width: 0;
    height: 0;
    border: 5px solid #62be71;
    bottom: 6px;
    left: 0;
    right: 0;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

/* Our Fleet */
.icon-number-of-seated-people {
    background-position: -150px -39px;
}

.icon-hand-controlled-vehicle {
    background-position: -150px -93px;
}

.icon-swing-out-seat-vehicle {
    background-position: -76px -139px;
}

.icon-number-of-wheelchairs {
    background-position: -130px -146px;
}

.icon-number-of-left-foot-accelerator {
    background-position: -40px -217px;
}

/* Testimonials & FAQs */
.testimonial-post-summary:before,
.faqs-post-summary:before,
.vehicles-post-summary:before {
    top: 0;
    left: 0;
    width: 72px;
    height: 57px;
}

.testimonial-post-summary:before {
    background-position: -74px -77px;
}

.faqs-post-summary:before {
    background-position: 0 -77px;
}

.vehicles-post-summary:before {
    height: 74px;
    background-position: 0 -138px;
}

/* Sidebar */
#nav_menu-3 .menu > li > a:before,
#nav_menu-4 .menu li a:before {
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
}

#nav_menu-3 .menu > li#menu-item-211 > a:before {
    background-position: -150px 0;
}

#nav_menu-3 .menu > li#menu-item-212 > a:before {
    background-position: 0 -39px;
}

#nav_menu-3 .menu > li#menu-item-213 > a:before {
    background-position: -38px -39px;
}

#nav_menu-3 .menu > li#menu-item-1100 > a:before {
    background-position: -188px 0;
}

#nav_menu-3 .menu > li#menu-item-211:hover > a:before {
    background-position: -206px -39px;
}

#nav_menu-3 .menu > li#menu-item-212:hover > a:before {
    background-position: -206px -78px;
}

#nav_menu-3 .menu > li#menu-item-213:hover > a:before {
    background-position: -206px -116px;
}

#nav_menu-3 .menu > li#menu-item-1100:hover > a:before {
    background-position: 0 -215px;
}

#nav_menu-4 .menu li#menu-item-79 a:before {
    background-position: -150px 0;
}

#nav_menu-4 .menu li#menu-item-80 a:before {
    background-position: -188px 0;
}

#nav_menu-4 .menu li#menu-item-81 a:before {
    background-position: 0 -39px;
}

#nav_menu-4 .menu li#menu-item-82 a:before {
    background-position: -38px -39px;
}

#nav_menu-4 .menu li#menu-item-83 a:before {
    background-position: -75px -39px;
}

#testimonials-feed-prev {
    background-position: -183px -156px;
}

#testimonials-feed-next {
    background-position: -207px -156px;
}

/* Forms */
.searchform #search-btn  {
    background-position: -225px 0;
}

/* **************************************************************************
   **************************************************************************
   =Responsive Style
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   ========================================================================== */

/* =Header
   ========================================================================== */
@media screen and (max-width: 499px) {
    #header-logo {
        width: 150px;
        margin-top: 1px;
    }
    
    #text-2 {
        width: 140px;
    }
    
    #text-2 .free-phone-number,
    #text-2 .contact-mobile-number {
        font-size: 16px;
    }
    
    #text-2 .international-callers {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    #header {
        border-bottom: 1px solid #8e9293;
    }
    
    #menu-toggle-wrap {
        display: block;
    }
    
    #nav_menu-2,
    #search-2,
    #navigation {
        display: none;
    }
    
    #text-2 {
        float: right;
        margin-top: 0;
        position: static;
        text-align: right;
    }
    
    #text-9 {
        padding: 10px;
    }
    
    #text-9 .widget-title {
        font-size: 13px;
        margin-bottom: 5px;
    }
    
    #text-9 li {
        margin-bottom: 2px;
    }
    
    #text-9 li:last-child {
        margin-bottom: 5px;
    }
    
    #text-9 li a {
        font-size: 11px;
    }
    
    .slider-find-vehicle-btn {
        font-size: 12px;
        padding: 4px 8px;
    }
}

@media screen and (min-width: 500px) and (max-width: 767px) {
    #header-logo {
        width: 200px;
    }
    
    #text-2 {
        width: 175px;
    }
    
    #text-2 .free-phone-number,
    #text-2 .contact-mobile-number {
        font-size: 22px;
    }
}

@media screen and (min-width: 768px) and (max-width: 849px) {
    #header-logo {
        width: 235px;
    }
    
    #text-2 {
        left: 38%;
        margin-top: 4px;
    }
    
    #nav_menu-2 {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 920px) {
    #text-9 .widget-title {
        font-size: 18px;
        margin-bottom: 5px;
    }
    
    #text-9 li {
        margin-bottom: 2px;
    }
    
    .slider-find-vehicle-btn {
        padding-top: 4px;
        padding-bottom: 4px;
    }
}

@media screen and (max-width: 1158px) {
    #text-9 {
        min-height: 0;
        right: 10px;
    }
}

/* =Main Content Containers width (Main Column & Sidebar)
   ========================================================================== */
@media screen and (max-width: 549px) {
    .home-adv-block {
        float: none;
        clear: both;
        width: 100%;
        margin-left: 0;
        padding-bottom: 10px;
        border-bottom: 1px solid #8e9293;
    }
    
    .home-adv-img-cnt {
        width: 118px;
    }
    
    .home-adv-block:nth-child(2n+1) .home-adv-img-cnt {
        float: left;
        margin-right: 15px;
    }
    
    .home-adv-block:nth-child(2n) .home-adv-img-cnt {
        float: right;
        margin-left: 15px;
    }
    
    .home-adv-block p {
        margin-top: 10px;
    }
    
    .post-featured-thumbnail,
    .post-entry-summary {
        float: none;
        clear: both;
    }
    
    .post-featured-thumbnail {
        width: 300px;
        margin: 0 auto 20px;
    }
    
    .post-entry-summary {
        width: 100%;
    }
    
    .vehicle-short-intro {
        width: 80%;
        clear: left;
        float: left;
    }
    
    .our-fleet-post-summary .summary-title {
        width: 60%;
    }
    
    .our-fleet-post-summary .vehicle-features-list {
        width: 50px;
    }
    
    .our-fleet-post-summary .vehicle-features-list li {
        margin-left: 0;
    }
    
    .single-our-fleet-content-wrap .post-main-title {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .single-our-fleet-content-wrap .vehicle-features-list,
    #vehicle-detail-one,
    #vehicle-detail-two {
        float: none;
        clear: both;
    }
    
    #vehicle-detail-one,
    #vehicle-detail-two {
        width: 100%;
    }
    
    #nav_menu-3 {
        float: none;
        clear: both;
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    
    #text-5 .widget-title {
        text-align: center;
    }
    
    .testimonial-feed-blurb,
    .testimonial-feed-person-details {
        width: inherit;
        float: none;
        clear: both;
    }
    
    .testimonial-feed-person-details {
        float: right;
        margin-top: 10px;
    }
    
    .testimonial-feed-person-details ul li {
        float: left;
        margin-left: 5px;
    }
    
    .testimonial-feed-person-details ul li:first-child {
        margin-left: 0;
    }
}

@media screen and (max-width: 599px) {
    .mobile-size-100 {
        width: 100px;
    }
    
    .mobile-size-120 {
        width: 120px;
    }
}

@media screen and (max-width: 719px) {
    .home-adv-img-title {
        font-size: 11px;
    }
}

@media screen and (min-width: 550px) and (max-width: 719px) {
    .our-fleet-post-summary .summary-title {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .our-fleet-post-summary .vehicle-features-list {
        float: left;
    }
}

@media screen and (max-width: 799px) {	
    .main-content-with-sidebar,
    body.blog .main-content-with-sidebar,
    body.archive .main-content-with-sidebar,
    body.single .main-content-with-sidebar,
    #tertiary,
    body.blog #tertiary,
    body.archive #tertiary,
    body.single #tertiary {
        float: none;
        clear: both;
        width: 100%;
    }
    
    #tertiary {
        position: relative;
        margin-top: 20px;
    }
    
    #tertiary .widget:last-child {
        margin-bottom: 0;
    }
    
    #nav_menu-4,
    #text-5 {
        margin-left: auto;
        margin-right: auto;
    }
    
    #nav_menu-4 {
        clear: both;
        width: 270px;
    }
    
    #text-5 {
        width: 240px;
    }
    
    #text-10 {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .columns-wrap .two-column,
    .columns-wrap .two-column:nth-child(2n),
    .columns-wrap .two-column:nth-child(2n+1) {
        width: 100%;
        float: none;
        clear: both;
    }
}

@media screen and (min-width: 550px) and (max-width: 799px) {
    #nav_menu-3 {
        width: 49%;
        float: left;
    }
    
    #text-3,
    #text-4 {
        width: 49%;
        float: right;
    }
    
    #text-4 {
        clear: right;
    }
}

@media screen and (min-width: 800px) {
    .main-content-with-sidebar {
        width: 66.57929226736566%;
    }
}

@media screen and (min-width: 825px) {
    .main-content-with-sidebar {
        width: 67.63959390862944%;
    }
}

@media screen and (min-width: 850px) {
    .main-content-with-sidebar {
        width: 68.63468634686347%;
    }
}

@media screen and (min-width: 875px) {
    .main-content-with-sidebar {
        width: 69.57040572792363%;
    }
}

@media screen and (min-width: 800px) and (max-width: 899px) {
    .our-fleet-post-summary .summary-title {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .our-fleet-post-summary .vehicle-features-list {
        float: left;
    }
}

@media screen and (min-width: 900px) {
    .main-content-with-sidebar {
        width: 70.45191193511008%;
    }
}

@media screen and (min-width: 925px) {
    .main-content-with-sidebar {
        width: 71.28378378378378%;
    }
}

@media screen and (min-width: 950px) {
    .main-content-with-sidebar {
        width: 72.07009857612267%;
    }
}

@media screen and (min-width: 975px) {
    .main-content-with-sidebar {
        width: 72.81449893390192%;
    }
}

@media screen and (min-width: 900px) and (max-width: 989px) {
    .our-fleet-post-summary .summary-title {
        width: 40%;
    }
}

@media screen and (min-width: 1000px) {
    .main-content-with-sidebar {
        width: 73.5202492211838%;
    }
}

@media screen and (min-width: 1037px) {
    .main-content-with-sidebar {
        width: 74.5%;
    }
}

/* =Footer
   ========================================================================== */
@media screen and (max-width: 767px) {
    #footer-wrap {
        padding: 0 0 20px 0;
    }
    
    #text-7 {
        display: none;
    }
    
    #mobile-menu {
        color: #fff;
        padding: 15px;
        display: block;
        background: #000;
        font-size: 18px;
    }
    
    #nav_menu-5 {
        background: #333;
        margin-bottom: 20px;
    }
    
    #nav_menu-5,
    #nav_menu-5 .menu  > li,
    #nav_menu-6,
    #search-3 {
        float: none;
        clear: both;
    }
    
    #nav_menu-5 .menu  > li {
        margin-left: 0;
    }
    
    #nav_menu-5 a {
        color: #fff;
        display: block;
        font-size: 14px;
    }
    
    #nav_menu-5 .menu  > li > a {
        padding: 15px 10px;
        position: relative;
        border-top: 1px solid #262626;
    }
    
    #nav_menu-5 .menu  > li.menu-item-has-children > a:after {
        content: ' ';
        display: inline-block;
        position: absolute;
        width: 0;
        height: 0;
        top: 23px;
        right: 15px;
        border: 5px solid #fff;
        border-left-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
    }
    
    #nav_menu-5 .menu  > li > ul {
        background: #404040;
    }
    
    #nav_menu-5 .menu  > li > ul > li > a {
        padding: 15px 30px;
        border-top: 1px dotted #262626;
    }
    
    #nav_menu-5 .menu  > li.current-menu-item > a,
    #nav_menu-5 .menu  > li.current-menu-ancestor > a {
        color: #fff;
        background: #41b649;
    }
    
    #text-8 {
        display: none;
    }
    
    #nav_menu-6,
    #search-3 {
        margin-left: auto;
        margin-right: auto;
    }
    
    #nav_menu-6 {
        width: 159px;
    }
    
    #search-3 {
        width: 223px;
    }
    
    #footer {
        padding-top: 0;
    }
    
    #footer:before {
        display: none;
    }
    
    #footer-wrap:before {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 849px) {
    #nav_menu-5 .menu  > li {
        margin-left: 15px;
    }
}

@media screen and (min-width: 768px) and (max-width: 939px) {
    #nav_menu-5 a {
        font-size: 10px !important;
    }
}