/* Archive Page */

.new_model_archive_container {
    border-width: 1px;
    border-color: #ffffff;
    border-style: solid;
    border-radius: 0px;
    padding-bottom: 20px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.new_model_archive_bottom {
    text-align: center;
    padding: 30px 20px 20px 20px;
    position: absolute;
    left: -500px;
    top: 0px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: hidden;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 20px;
}

.archive_title {
    font-size: 20px;
    color: 333;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.new_model_archive_container:hover .new_model_archive_bottom {
    left: 0;
    background: rgba(234, 42, 54, 0.80);
}

.new_model_archive_container:hover .archive_title {
    color: rgba(234, 42, 54, 0.0);
}

.content {
    padding-bottom: 40px;
}

.archive-button-wrap {
    border-color: #333;
    display: block;
    text-align: center;
    clear: both;
    padding-top: 0px;
}

.archive-button {
    border: 1px solid #fff;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    padding: 15px 30px 13px;
    text-decoration: none;
    display: inline-block;
    margin: 3px 0;
    line-height: 1.2em;
    position: relative;
    font-weight: normal;
    text-align: center;
    max-width: 100%;
}

.archive_model {
    font-weight: 600;
    font-size: 24px;
    text-shadow: 7px 6px 7px rgba(0, 0, 0, 0.30);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.archive-button-wrap a {
    color: #fff;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.00);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.archive-button-wrap a:hover {
    color: #fff !important;
    box-shadow: 7px 6px 7px -1px rgba(0, 0, 0, 0.30);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.archive_price {
    text-shadow: 7px 6px 7px rgba(0, 0, 0, 0.30);
}


/* Single Page */

.new_car_h3 {
    font-weight: 700;
}

article.new_model {
    padding: 1%;
}

article>header>div.one-half.first {
    text-align: left;
}

article>header>div.one-half.first>h1 {
    font-weight: 800;
}

.main_desc p {
    padding-top: 10px;
    padding-bottom: 10px;
}

.featured_list ul {
    padding-left: 0px;
    list-style: none;
    padding-bottom: 20px;
}

.featured_list ul li {
    font-size: 14px;
    padding-left: 0px;
    list-style-type: none;
}

.featured_list ul li:before {
    content: ">";
    padding-right: 5px;
    color: rgb(30, 69, 128);
}

.contact_block {
    margin-top: 20px;
    text-align: center;
}

.contact_block span {
    padding: 10px;
    background: #EF232F;
    color: #fff;
}

.brochure_download {
    background-image: url('/wp-content/themes/genesis-sample/js/new_car_feed/images/brochure.jpg');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 35px;
    /* Or size of icon + spacing */
    margin-top: 10px;
}

.brochure_download a,
.test_drive a {
    color: #333;
}

.test-top {
    DISPLAY: FLEX;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
}

.test_drive {
    background-image: url('/wp-content/themes/genesis-sample/js/new_car_feed/images/drive.jpg');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 35px;
    /* Or size of icon + spacing */
    margin-top: 10px;
    margin-right: 20px;
}

.new_car_h3 {
    font-size: 18px;
}

.new_price_block {
    border-bottom: 1px solid #ccc;
}

.new_price {
    font-size: 20px;
    color: #A91717;
    font-weight: 900;
}

.post_new_price {
    font-size: 16px;
    color: #848484;
    font-weight: 900;
}

.new_fuel_block {
    border-bottom: 1px solid #ccc;
}

.new_fuel_title {}

.new_fuel {}

.new_fuel_type_block {
    border-bottom: 1px solid #ccc;
}

.new_fuel_type_title {}

.new_fuel_type {}

.new_transmission_block {
    border-bottom: 1px solid #ccc;
}

.new_transmission_title {}

.new_transmission {}

.new_drive_type_block {}

.new_drive_type_title {}

.new_drive_type {}

.tabs_top {
    width: 30%;
    position: relative;
    z-index: 100;
    float: left;
    height: 360px;
    margin-right: -1px;
    border-top: 1px solid #ccc;
    overflow: hidden;
}

.tabs_wrap {
    position: relative !important;
    float: left;
    clear: both;
    width: 100%;
}

a.tabs_prev {
    display: none;
    float: left;
    position: relative;
    z-index: 100;
    height: 32px;
    width: 50%;
    text-indent: -999em;
    border: 1px solid #ccc;
    border-top: 0 none;
    outline: none;
    background: #fff url("/wp-content/themes/genesis-sample/js/new_car_feed/images/arrows.gif") no-repeat;
    margin-left: -1px;
    border-right: 0 none;
    background-position: center 12px;
    border-top-left-radius: 5px;
}

a.tabs_next {
    display: none;
    float: left;
    position: relative;
    z-index: 100;
    height: 32px;
    width: 50%;
    text-indent: -999em;
    border: 1px solid #ccc;
    border-right: 0px solid #ccc;
    border-top: 0 none;
    outline: none;
    background: #fff url("/wp-content/themes/genesis-sample/js/new_car_feed/images/arrows.gif") no-repeat;
    background-position: center -20px;
}

a.tabs_prev.tabs_disabled {
    background-position: center -116px;
    cursor: default;
    background-color: #f7f7f7;
}

a.tabs_next.tabs_disabled {
    background-position: center -148px;
    cursor: default;
    background-color: #f7f7f7;
}

ul.resp-tabs-list,
p {
    margin: 0px;
    padding: 0px;
}

ul.resp-tabs-list {
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-top: 0px;
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

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

.resp-tab-active {
    border: 1px solid rgb(239, 35, 47) !important;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
    border-top: 4px solid rgb(239, 35, 47) !important;
    border-bottom: 0px #fff solid !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active,
.resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
    border-top-color: #5AB1D0;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}


/*-----------Vertical tabs-----------*/

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 100%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #F5F5F5;
    border: 0px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
    height: 360px;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
    border-top: 1px solid;
    border: rgb(30, 69, 128) !important;
    border-left: 4px solid #EF232F !important;
    margin-bottom: 4px !important;
    border-right: 1px #FFF solid !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}


/*-----------Accordion styles-----------*/

h2.resp-tab-active {
    background: #DBDBDB;
    /* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;
    /* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;
    /* !important;*/
}

.specs tbody tr td,
.specs tbody tr {
    font-size: 9px;
    padding: 0px;
    margin: 0px;
}

.specs tbody tr:nth-child(odd) {
    background: #FFF
}

.specs tbody tr td:nth-child(odd) {
    font-weight: 600;
}

.new_drive_type_title,
.new_transmission_title,
.new_fuel_type_title,
.new_fuel_title {
    font-size: 16px;
    font-weight: 600;
}

.new_drive_type,
.new_transmission,
.new_fuel_type,
.new_fuel {
    font-size: 15px;
    font-weight: 400;
    float: right;
}


/*GALLERY*/

.connected-carousels .gallery_1 {
    position: relative;
    background: #F5F5F5;
}

.featured_container {
    position: absolute;
    right: 10px;
    z-index: 999;
    top: 15px;
    background: #F5F5F5;
    padding: 10px;
    border-radius: 0 0 0 10px;
}

.price_container {
    font-size: 16px;
}

.price_container span {
    font-weight: 600;
    font-size: 20px;
    color: #333;
}


/** Stage container **/

.connected-carousels .stage {
    max-width: 800px;
    margin: 20px auto;
    position: relative;
}

.connected-carousels .photo-credits {
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
    opacity: .66;
}

.connected-carousels .photo-credits a {
    color: #fff;
}

.entry-content ul>li {
    list-style-type: none;
}


/** Navigation container **/

.connected-carousels .navigation {
    width: 200px;
    margin: 20px auto;
    position: relative;
}


/** Shared carousel styles **/

.connected-carousels .carousel {
    overflow: hidden;
    position: relative;
}

.connected-carousels .carousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.connected-carousels .carousel li {
    float: left;
}


/** Stage carousel specific styles **/

.connected-carousels .carousel-stage {
    height: 530px;
    border: 0px solid #D8D8D8;
    border-radius: 5px;
    box-shadow: 0 0 2px #999;
}


/** Navigation carousel specific styles **/

.connected-carousels .carousel-navigation {
    height: 550px;
    width: 100%;
    background: #fff;
    border: 10px solid #F5F5F5;
    border-radius: 5px;
    box-shadow: 0 0 2px #999;
}

.connected-carousels .carousel-navigation ul {
    width: 100%;
    height: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.connected-carousels .carousel-navigation li {
    cursor: pointer;
    float: left;
    width: 200px;
    list-style-type: none;
}

.connected-carousels .carousel-navigation li img {
    display: block;
    border: 2px solid #D8D8D8;
}

.connected-carousels .carousel-navigation li.active img {
    border-color: #A5A5A5;
}


/** Stage carousel controls **/

.connected-carousels .prev-stage,
.connected-carousels .next-stage {
    display: block;
    position: absolute;
    top: 0;
    width: 305px;
    height: 530px;
    color: #fff;
}

.connected-carousels .prev-stage {
    left: 0;
}

.connected-carousels .next-stage {
    right: 0;
}

.connected-carousels .prev-stage.inactive,
.connected-carousels .next-stage.inactive {
    display: none;
}

.connected-carousels .prev-stage span,
.connected-carousels .next-stage span {
    display: none;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #EF232F;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    border-radius: 30px;
    box-shadow: 0 0 2px #999;
}

.connected-carousels .prev-stage span {
    left: 20px;
}

.connected-carousels .next-stage span {
    right: 20px;
}

.connected-carousels .prev-stage:hover span,
.connected-carousels .next-stage:hover span {
    display: block;
}


/** Navigation carousel controls **/

.connected-carousels .prev-navigation,
.connected-carousels .next-navigation {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: #EF232F;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 16px/29px Arial, sans-serif;
    border-radius: 30px;
    box-shadow: 0 0 2px #999;
}

.connected-carousels .prev-navigation {
    left: 80px;
    top: -15px;
    text-indent: 5px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.connected-carousels .next-navigation {
    left: 80px;
    bottom: -15px;
    text-indent: 20px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.connected-carousels .prev-navigation.inactive,
.connected-carousels .next-navigation.inactive {
    opacity: .5;
    cursor: default;
}

@media only screen and (max-width: 769px) {
    ul.resp-tabs-list {
        display: none;
    }
    h2.resp-accordion {
        display: block;
    }
    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
        padding: 0 15px;
    }
    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }
    .resp-accordion-closed {
        display: none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
    .tabs_next,
    .tabs_prev {
        display: none;
    }
    .tabs_top {
        display: none;
    }
    .new_car_h3 {
        display: none;
    }
    table.specs>tbody>tr>td {}
    .contact_block {
        padding-bottom: 20px;
    }
    /*Gallery*/
    .featured_container {
        right: 10px;
    }
    .navigation {
        display: none;
    }
    .carousel-stage>ul>li>img {
        width: 660px;
    }
    .connected-carousels .carousel-stage {
        height: 430px;
    }
    .connected-carousels .prev-stage span,
    .connected-carousels .next-stage span {
        display: block;
        opacity: 0.5;
    }
    .connected-carousels .prev-stage,
    .connected-carousels .next-stage {
        height: 430px;
        color: #fff;
        width: 205px;
    }
    .stage {
        max-width: 660px !important;
    }
    .essb_links_right {
        text-align: left;
    }
}

@media only screen and (max-width: 468px) {
    /*Gallery*/
    .navigation {
        display: none;
    }
    .test-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .carousel-stage>ul>li>img {
        width: 330px;
    }
    .connected-carousels .stage {
        max-width: 320px !important;
    }
    .connected-carousels .carousel-stage {
        height: 230px;
    }
    .connected-carousels .prev-stage span,
    .connected-carousels .next-stage span {
        display: block;
        opacity: 0.5;
    }
    .connected-carousels .prev-stage,
    .connected-carousels .next-stage {
        height: 230px;
        color: #fff;
        width: 105px;
    }
    .resp-vtabs .resp-tabs-container {
        height: auto;
    }
    .one-third {
        top: 0;
    }
    .featured_container {
        position: relative;
        right: 0px;
        z-index: 999;
        top: 0px;
        background: #F5F5F5;
        padding: 10px;
        border-radius: 0 0 0 10px;
        text-align: center;
    }
    .essb_links_right {
        text-align: center;
        margin: 15px 0
    }
}
