/*
Theme Name: Motors
Theme URI: http://findusmotors.co.nz
Author: Pratik Soni
Author URI: https://cisinlive.com
Description: Custom Made DriveHI theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: DriveHi

This theme, like WordPress, is licensed under the GPL.
*/


/* Automanager styles */

.main-menu .header-menu > li > ul > li > ul a {
    line-height: 18px;
}

.stm_automanager_features_list .stm_automanager_single h3 {
    font-size: 14px;
    text-transform: uppercase;
}

.stm_automanager_features_list ul.list-style-2 li {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 16px;
}

.automanager-listing-page .regular-price-with-sale {
    font-size: 12px;
    opacity: 0.8;
}

.automanager-listing-page .regular-price-with-sale strong {
    display: block;
    margin-top: -5px;
    font-size: 24px;
    line-height: 29px;
}

.car-action-unit.add-to-compare {
    padding-right: 10px;
    padding-left: 36px;
    min-width: 158px;
    white-space: nowrap;
}

.car-action-unit.stm-brochure {
    min-width: 157px;
    padding-left: 35px;
}

body.woocommerce-cart .entry-header,
body.woocommerce-checkout .entry-header {
    margin-bottom: 50px;
}

#top-bar .top-bar-wrapper {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.single-regular-sale-price > table tr td:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.13);
}

#searchform .search-input {
    padding: 0 75px 0 25px !important;
}

.stm-isotope-listing-item {
    padding-bottom: 15px;
}

.listing-list-loop .content .meta-top {
    margin-bottom: 16px;
}

.listing-list-loop .content .meta-middle {
    margin-bottom: 19px;
}

.listing-list-loop .content .meta-middle .meta-middle-unit {
    margin-bottom: 8px;
}

.stm-blog-fullwidth-info {
    height: 580px;
    overflow: hidden;
}

.car-listing-modern-grid img.lazy.img-responsive {
    min-height: 134px;
}

#footer-copyright .footer-copyright:before {
    background: rgba(255, 255, 255, 0.2);
}

body .vc_row[data-vc-full-width] {
    overflow: visible;
}

body .vc_row[data-vc-full-width].vc_parallax {
    overflow: hidden;
}

#stm-fixed-cover {
    background-size: cover;
}

.listing-list-loop .image .image-inner {
    min-height: 163px;
}

.stm-single-car-history-image {
    margin: 15px 0;
}

.stm-template-listing .listing-list-loop .image .image-inner,
.stm-directory-grid-loop .image {
    overflow: hidden;
}


/* Featured badge */

.stm-badge-directory {
    position: absolute;
    right: -65px;
    padding: 0 55px;
    top: 20px;
    width: 200px;
    height: 33px;
    line-height: 33px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #1bc744;
    color: #fff !important;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stm-featured-top-cars-title {
    margin-bottom: 25px;
    position: relative;
    padding-right: 120px;
    border-bottom: 3px solid #1bc744;
}

.stm-featured-top-cars-title .heading-font:after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    right: -14px;
    height: 100%;
    width: 32px;
    background-color: #1bc744;
    -moz-transform: skew(45deg, 0deg);
    -o-transform: skew(45deg, 0deg);
    -ms-transform: skew(45deg, 0deg);
    -webkit-transform: skew(45deg, 0deg);
    transform: skew(45deg, 0deg);
    z-index: -1;
}

.stm-featured-top-cars-title .heading-font {
    position: relative;
    display: inline-block;
    padding: 3px 16px;
    color: #fff;
    background-color: #1bc744;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
}

.stm-featured-top-cars-title a {
    position: absolute;
    right: 3px;
    bottom: 3px;
    font-size: 13px;
    color: #777;
}

.stm-special-car-top-on,
.stm-isotope-sorting-featured-top .listing-list-loop {
    border-bottom: 3px solid #1bc744;
}

.car-listing-row .stm-isotope-sorting-featured-top .car-meta-top {
    border-bottom: 3px solid #1bc744;
}

body.stm-boxed .single-add-to-compare.single-add-to-compare-visible {
    z-index: 9999;
}

.stm-user-private .stm-schedule {
    display: none;
}

.single-car-data > table tr td.t-value.t-vin {
    overflow: hidden;
    text-overflow: ellipsis;
}

.filter.stm-vc-ajax-filter button[disabled] {
    opacity: 0.5;
}

.car-listing-tabs-unit img {
    width: 100%;
}

.woocommerce-MyAccount-navigation ul {
    margin: 30px 0;
    background-color: #232628;
    border: none;
    display: table;
    width: 100%;
    table-layout: fixed;
}

.woocommerce-MyAccount-navigation ul:before {
    display: none;
}

.woocommerce-MyAccount-navigation ul:after {
    display: none;
}

.woocommerce-MyAccount-navigation ul > li {
    float: none;
    position: relative;
    margin: 0;
    display: table-cell;
}

.woocommerce-MyAccount-navigation ul > li > a {
    display: block;
    position: relative;
    text-align: center;
    padding: 18px 18px;
    background-color: #232628;
    border-radius: 0;
    border: none;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.woocommerce-MyAccount-navigation ul > li > a:before {
    position: absolute;
    content: '';
    display: block;
    top: -4px;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #cc6119;
    opacity: 0;
}

.woocommerce-MyAccount-navigation ul > li > a .vc_tta-icon {
    position: relative;
    top: 3px;
    color: #fff;
}

.woocommerce-MyAccount-navigation ul > li > a .vc_tta-title-text {
    position: relative;
    top: 1px;
    left: 2px;
}

.woocommerce-MyAccount-navigation ul > li.is-active > a:before {
    display: none;
}

.woocommerce-MyAccount-navigation ul > li.is-active a {
    background-color: #fff;
    color: #cc6119;
    border: 3px solid #232628;
}

#list_nav_container ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    font-weight: bold;
}

#list_nav_container ul:after {
    content: ' ';
    clear: both;
}

#list_nav_container ul li {
    display: inline-block;
    padding: 5px;
    margin: 0 3px;
}

#list_nav_container ul li.active {
    cursor: pointer;
    color: #333;
}

#list_nav_container ul li.active_all {
    cursor: pointer;
    color: #333;
}

#list_nav_container ul li.disabled {
    color: #ccc;
    cursor: not-allowed;
}

#list_nav_container ul li:before {
    content: none;
}

.stm-user-private .stm-user-private-sidebar .stm-became-dealer {
    display: none;
}

.stm-select-sorting_rr .select2.select2-container {
    width: 205px !important;
}

.recentcomments a {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
}

#footer-main {
    background-color: #323840;
}

.owned-logo img {
    display: none;
}

.vc_custom_1455190820632 {
    margin-top: 76px !important;
    margin-bottom: 15px !important;
}

.vc_custom_1460954722194 {
    margin-bottom: 12px !important;
}

.vc_custom_1474466176252 {
    margin-top: 35px !important;
    margin-bottom: 78px !important;
}

.vc_custom_1478588474197 {
    padding-top: 110px !important;
    padding-bottom: 102px !important;
    background-image: url(http://www.findusmotors.co.nz/wp-content/themes/motors/assets/images/stm-counter.jpg) !important;
}

.vc_custom_1459408833820 {
    margin-top: -99px !important;
}

.vc_custom_1459833133238 {
    margin-bottom: 15px !important;
}

.vc_custom_1459833140404 {
    margin-bottom: 15px !important;
}

.listing-list-loop.stm-listing-directory-list-loop{
    padding-bottom: 22px;
}

/*Payment CSS*/
.card-form {
    /*width: 335px;*/
    background: #fff;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.07), 0 3px 8px 0 rgba(0,0,0,.1);
    border-radius: 5px;
    font-size: 16px;
    padding: 2px 12px;
    margin: 30px auto;
}
.card-form * {
    box-sizing: border-box;
}
.card-form .form-row {
    border-bottom: 1px solid #ededed;
    display: flex;
    flex-direction: row;
}
.card-form .payment-errors {
    color: #e13760;
    font-size: 14px;
    background: #fffbfc;
    font-weight: 500;
    border-radius: 5px;
    padding: 8px;
    margin: 6px 0 0;
    line-height: 18px;
}
.card-form .payment-errors:empty {
    display: none;
}
.card-form input, .card-form label, .card-form span {
    padding: 14px 0;
    font-size: 15px;
    line-height: 16px;
    outline: none;
}
.card-form input {
    border: none;
    background: none;
    width: 100%;
    padding-left: 5px;

}
.card-form .column {
    position: relative;
    flex-grow: 1;
    height: 100%;
    display: flex;
    flex-direction: row;
    width: 100%;
}
.card-form label {
    display: inline-block;
    width: 184px;
    font-weight: 600;
    flex-shrink: 0;
}
.card-form span {
    display: inline-block;
    font-weight: 600;
    flex-shrink: 0;
}
/*.card-form .form-row.expiry input {
    width: 45px;
}
.card-form .form-row.expiry input.exp_year {
    width: 70px;
    padding-left: 12px;
}*/
body form.card-form input[type="text"] {
    height: auto;
    line-height: 16px;
}
.card-form button {
    width: calc(50% - 14px);
    margin-top: 10px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    background: #0e99e5;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.07), 0 3px 8px 0 rgba(0,0,0,.1);
    border-bottom: 1px solid #098dd5;
    border-radius: 4px;
    height: 32px;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    padding: 0 12px;
    line-height: 32px;
    cursor: pointer;
    outline: none;
    display: block;
    text-decoration: none;
}

.payment_details{
    display: block;
    margin: 0 auto;
    /*width: 500px;*/
}
ul.payment_details li{
    list-style: none;
}
/*Payment CSS END*/
.row.single_payment {
    border-bottom: 1px solid #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
}
.payment_detail {
    display: none;
    margin-top: 10px;
}

.vc_custom_1460531302766 {
    margin-top: 60px !important;
}
.payment_link{
    z-index: 99;
    position: relative;
}
.payment-form {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    font-size: 16px;
    margin: 30px auto;
    padding: 2px 12px;
    max-width: 500px;
}
.payment-form h4{color: #153E4D;}
.payment-form hr{
border-color: black;
    border-width: 3px;
    }
ul.payment_details {
    padding-left: 0px !important;
}
.payment_details > li{font-size: 15px;}