/************ // General HTML Tags // ************/

body {
    overflow-x: hidden;
}

/************ // Site Structure // ************/

header.entry-header {
    display: none;
}

.site-inner,
.wrap {
    margin: 0 auto;
    max-width: 100%;
}

.entry {
    background-color: #fff;
    margin-bottom: 0;
    padding: 0;
}

.site-inner {
    clear: both;
    padding-top: 0;
    word-wrap: break-word;
}


@font-face {
    font-family: orafunkyheadlineregular;
    src: url(/wp-content/themes/genesis-sample/fonts/ORAfunkyHeadline.woff2) format("woff2"), url(/wp-content/themes/genesis-sample/fonts/orafunkyheadline-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: orafunkytextregular;
    src: url(/wp-content/themes/genesis-sample/fonts/orafunkytext-regular-webfont.woff2) format("woff2"), url(/wp-content/themes/genesis-sample/fonts/orafunkytext-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
p,
a,
label,
input,
textarea,
select,
option,
span {
    font-family: orafunkytextregular;
}


p,
a,
li,
label,
input,
textarea,
select,
option {
    font-size: 18px;
    font-family: orafunkytextregular;
}

.theme-bttn {
    background-color: #5ca3a7 !important;
    border-radius: 8px;
    padding: 16px 24px !important;
}

.theme-bttn:hover {
    background-color: #5ca3a7;
    box-shadow: -1px 6px 14px 1px #00000038;
}

.theme-bttn span.second {
    display: none;
}

.side.right {
    border: unset;
}

.wrap {
    max-width: 1600px;
    margin: 0 auto;
}

/************ // Header // ************/

.site-header .widget-area {
    float: left;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: fixed;
    z-index: 999;
    padding-top: 100px;
    padding-left: 24px;
    padding-right: 24px;
    align-items: center;
}

.site-header>.wrap {
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid;
}

.GwmLogo {
    width: 100px;
    padding: 15px;
}

.OraLogo {
    width: 100px;
}

.title-area {
    display: none;
}

.site-header .widget-area .widget {
    margin-bottom: 0px;
}


.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    bottom: 0px !important;
}


.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff !important;
}

.bx-wrapper {
    margin: 0 auto 0px !important;
}

.limitWidth {
    max-width: 1200px;
    margin: auto;
    padding: 0px 20px;
}


.single-post header.entry-header {
    display: block;
    padding-top: 150px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.single-post .entry-content {
    max-width: 1200px;
    margin: 0 auto;
}

.single-post h1.entry-title {
    font-family: orafunkyheadlineregular;
    font-weight: 400;
    color: #5ca3a7;
}

p.entry-meta {
    visibility: hidden;
}

.header-widget-area.megaMenuPrimary {
    display: none;
}


/* banner */
.pageImage {
    position: relative;
}

.pageImage picture {
    display: flex;
}

.pageImage .overlayer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .19);
}

/************ // Menu // ************/

.genesis-nav-menu a {
    font-size: 16px;
    text-transform: uppercase;
}

.genesis-nav-menu a {
    color: #fff;
}


.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .sub-menu .current-menu-item>a:hover,
.genesis-nav-menu .sub-menu .current-menu-item>a:focus {
    color: #fff;
    text-decoration: none;
}

.genesis-nav-menu .sub-menu a {
    color: #000 !important;
}

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


/* section#nav_menu-2 {
    margin-left: 300px;
} */

.genesis-nav-menu a {
    font-weight: 100;
}

.site-footer {
    padding: 20px 0 0;
}

/*********** // Home page // ************/

.home-flex-top {
    display: flex;
    justify-content: center;
    max-width: 1600px;
    margin: 0 auto;
    padding: 4% 0 6% 0;
    width: 100%;
}

#typing-effect {
    visibility: hidden;
    text-align: center;
    font-size: 150px;
    color: #ea3347;
    font-family: orafunkyheadlineregular;
}

.text-Holder-Home {
    width: 60%;
    margin: 0 auto;
}

.home-right {
    width: 40%;
}

.home-left {
    width: 38%;
    padding-left: 4%;
}

.home-left p {
    width: 69%;
    font-weight: 500;
}

.home-left h2 {
    font-family: orafunkyheadlineregular;
    font-size: 43px;
    font-weight: 100;
    padding-bottom: 40px;
}

.specSheetButton a {
    background-color: #5ca3a7;
    padding: 10px;
    border-radius: 8px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}

.specSheetButton a:hover {
    box-shadow: -1px 6px 14px 1px #00000038;
}

.acc-value {
    text-transform: capitalize;
}


.accordion-item {
    margin-bottom: 10px;
    font-family: 'orafunkytextregular';
}

.accordion-header {
    background-color: #b9d8c6;
    padding: 10px;
    cursor: pointer;
    color: #fff;
    border-radius: 5px;
}

.accordion-content {
    display: none;
    padding: 10px;
    background-color: #95c7aa;
    color: #fff;
    font-size: 16px;
}

.accordion-header.active {
    background-color: #95c7aa;
    border-radius: 10px 10px 0 0;
}

select.greenHeading {
    width: 350px;
    border: 0;
    color: #b9d8c6;
    font-size: 22px;
    padding: 0;
    text-transform: uppercase;
}

.priceHolder p {
    font-weight: 400;
    font-size: 22px;
    font-family: 'orafunkyheadlineregular';
}

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

h2.greenHeading {
    font-size: 41px;
    color: #b9d8c6;
    font-family: orafunkyheadlineregular;
    font-weight: 400;
}

h3.modesSpecsHeading {
    padding-bottom: 50px;
    font-family: 'orafunkyheadlineregular';
    font-weight: 400;
}

.modelOptions option {
    color: #5ca3a7;
}

.flec-acc-content {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid;
    padding: 0px 0px 8px 0px;
    margin-top: 8px;
}

.lightBluebackHome {
    background-color: #5ca3a7;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
    margin-bottom: 130px;
}

h2.gBlackHeading {
    max-width: 80%;
    font-size: 70px;
    font-family: 'orafunkyheadlineregular';
    font-weight: 400;
    line-height: 75px;
    margin-bottom: 50px;
}

h2.WhiteTextHome {
    font-size: 70px;
    font-family: 'orafunkyheadlineregular';
    font-weight: 400;
    max-width: 80%;
    line-height: 75px;
    margin-bottom: 50px;
}

.textHolder p {
    max-width: 40%;
    margin-bottom: 40px;
}

.textHolder {
    max-width: 1600px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.noColourBack,
.imageHolderHome {
    position: relative;
}

.absoluteImageHolder {
    position: absolute;
    max-width: 33%;
    right: 180px;
    top: -340px;
}

h2.blackHeadingHome.WhiteTextHome {
    max-width: 45%;
}

.noColourBack {
    padding-bottom: 100px;
}

.greenMidHolderHome {
    display: flex;
    background-color: #b9d8c6;
}

.imgHolderGreen {
    max-width: 430px;
    padding-left: 50px;
    margin-left: 100px;
    font-size: 0;
}

.textHolder.BottomBlackTextHome {
    margin-left: 60px;
}

h2.colour-table-title {
    font-size: 70px;
    line-height: 75px;
    margin-bottom: 50px;
    color: #ea3347;
    text-align: center;
    font-family: 'orafunkyheadlineregular';
    font-weight: 400;
}

.specTableBegin {
    padding-top: 120px;
    padding-bottom: 60px;
}

.redButtonSpecs a {
    background-color: #ea3347;
    margin: 0 auto;
    padding: 10px 16px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    border-radius: 8px;
    display: block;
    max-width: 240px;
    text-align: center;
    font-size: 16px;
}

.colour-table {
    overflow-x: auto
}

.colour-table::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}

.colour-table::-webkit-scrollbar {
    height: 3px;
    background-color: #f5f5f5
}

.colour-table::-webkit-scrollbar-thumb {
    background-color: var(--ora-red)
}

.colour-table-container {
    margin-bottom: 130px
}

.colour-table-title {
    margin-bottom: 60px;
    text-align: center
}

.colour-table-title h2 {
    font-size: 70px;
    line-height: 75px;
    margin-bottom: 50px;
    color: var(--ora-red);
    text-align: center
}

table {
    border-spacing: 0;
    margin: auto
}

.table-heading {
    font-family: 'orafunkyheadlineregular';
    font-size: 24px;
    padding-bottom: 24px;
    text-align: center;
}

.table-heading.sticky {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 10;
    background-color: #fff
}

.table-name {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.538px;
    text-transform: uppercase;
    color: var(--ora-grey);
    font-family: 'orafunkyheadlineregular';
    padding: 16px 8px;
    text-align: left !important;
    border-left: 1.026px solid #dedede;
    border-top: 1.026px solid #dedede
}

.table-name.bottom {
    border-bottom: 1.026px solid #dedede
}

.table-info {
    text-align: center;
    border-top: 1.026px solid #dedede
}

.table-info.bottom {
    border-bottom: 1.026px solid #dedede
}

.right {
    border-right: 1.026px solid #dedede
}

.left {
    border-left: 1.026px solid #dedede
}

.colour-heading {
    text-align: center;
    font-size: 12px;
    line-height: 13.115px;
    width: 80px;
    padding: 16px 8px
}

.table-space {
    background-color: #fff;
    min-width: 40px
}

#white {
    border-top: 1.026px solid #dedede;
    border-left: 1.026px solid #dedede;
    background: radial-gradient(50% 50% at 50% 50%, #fff 0, #f8f8f8 100%)
}

#black {
    background: radial-gradient(50% 50% at 50% 50%, #333 0, #0d0d0d 100%)
}

#black,
#red {
    border-top: 1.026px solid #dedede;
    color: #fff
}

#red {
    background: var(--Red-Gradient, radial-gradient(50% 50% at 50% 50%, #f05869 0, #ea3347 100%))
}

#blue {
    background: radial-gradient(50% 50% at 50% 50%, #81c2c6 0, #5ca3a7 100%)
}

#beige,
#blue {
    border-top: 1.026px solid #dedede;
    color: #fff
}

#beige {
    background: radial-gradient(50% 50% at 50% 50%, #e1c8b8 0, #c3ad9f 100%)
}

#l5 {
    background: radial-gradient(50% 50% at 50% 50%, #d0ecdc 0, #b9d8c6 100%)
}

#l5,
#lb {
    border-top: 1.026px solid #dedede;
    color: #fff
}

#lb {
    border-right: 1.026px solid #dedede;
    background: radial-gradient(50% 50% at 50% 50%, #2599a4 0, #00727c 100%);
    margin-right: 16px
}

#black2 {
    border-left: 1.026px solid #dedede;
    background: var(--Gradient, radial-gradient(50% 50% at 50% 50%, #333 0, #0d0d0d 100%))
}

#black-red,
#black2 {
    border-top: 1.026px solid #dedede;
    color: #fff
}

#black-red {
    background: linear-gradient(101deg, #ea3347 1.96%, #f05869 100.27%)
}

.show {
    display: block;
}

.hide {
    display: none;
}

.page_colorpicker__neta5 {
    display: flex;
    justify-content: space-evenly;
    max-width: 450px;
    margin: 0 auto;
}


.vehicleHomeImageHolder {
    position: relative;
    padding-top: 120px;
}


.vehicleColorHolderSmall {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

.page_name {
    font-size: 32px;
    color: #fff;
}

h3.page_name {
    font-family: 'orafunkyheadlineregular';
    font-weight: 400;
}

.vehicleColorHolderSmallText {
    position: absolute;
    color: #fff;
    bottom: 100px;
    left: 0;
    right: 0;
    text-align: center;
}

.page_colourcircleContainer__lOfg9 {
    cursor: pointer;
}

#page_white {
    border-color: #fff
}

#page_black {
    border-color: #484848
}

#page_red {
    border-color: #ea3347
}

#page_blue {
    border-color: #5a7c9d
}

#page_beige {
    border-color: #c3ad9f
}

#page_l5green {
    border-color: #b9d8c6
}

#page_lbgreen {
    border-color: #00727c
}

.page_active__GRyi0 {
    border: 2px solid;
    width: 48px;
    height: 48px;
    top: -6px;
    position: absolute;
    border-radius: 30px;
    padding: 28px;
}

.page_colourcircle__pR9p7 {
    z-index: 1;
    position: relative;
    cursor: pointer;
    left: 6px;
}

.page_name,
.vehicleImg {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.page_name.show,
.vehicleImg.show {
    opacity: 1;
}

.page_name.hide,
.vehicleImg.hide {
    opacity: 0;
}

.galleryHolderHome {
    max-width: 1600px;
    margin: 0 auto;
    padding-top: 120px;
}

.galleryHolderHome .swiper-button-next,
.swiper-button-prev {
    color: #e3e3e3 !important;
}

.newSwiper .swiper-button-next,
.swiper-button-prev {
    color: #2b2b2b !important;
}

.imgHolderHome {
    margin-right: 100px;
    width: 30%;
}

.afterGalleryFlex {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
}

.textHolderAfterGal {
    width: 38%;
}

.textHolderAfterGal h3 {
    font-family: 'orafunkyheadlineregular';
    font-weight: 400;
    font-size: 40px;
}

.newSwiper {
    max-width: 1800px;
}

.yellowBackground {
    padding: 5% 0;
    background-color: #ffed00;
    margin-top: 120px;
}

.quform-2 .quform-theme-underlined .quform-field-captcha,
.quform-theme-underlined .quform-field-date,
.quform-theme-underlined .quform-field-email,
.quform-theme-underlined .quform-field-multiselect,
.quform-theme-underlined .quform-field-password,
.quform-theme-underlined .quform-field-select,
.quform-theme-underlined .quform-field-text,
.quform-theme-underlined .quform-field-textarea,
.quform-theme-underlined .quform-field-time,
.quform-theme-underlined .select2-container--quform .select2-selection {
    border-bottom: 2px solid #000000;
    color: #000000;
    font-weight: 300;
}

.quform-2 .quform-button-submit.quform-button-submit-2_2 button,
.quform-2 .quform-element-submit.quform-button-style-theme .quform-button-submit.quform-button-submit-2_2 button {
    background-color: #ea3347;
    border-color: #ea3347;
    color: #fff;
    margin: 0 auto;
}

.quform-2 .quform-button-back-default,
.quform-button-next-default,
.quform-button-submit-default {
    float: unset;
}

.quform-3 .quform-button-back-default,
.quform-button-next-default,
.quform-button-submit-default {
    float: unset;
}

.quform-3 .quform-button-submit.quform-button-submit-3_2 button,
.quform-3 .quform-element-submit.quform-button-style-theme .quform-button-submit.quform-button-submit-3_2 button {
    margin: 0 auto;
}

h2.insideYellow {
    text-align: center;
    font-size: 100px;
    max-width: 730px;
    width: 100%;
    margin: 0 auto;
    font-family: 'orafunkyheadlineregular';
    font-weight: 400;
}

/************* // Test drive // ************/

h2.redHeadingBook {
    text-align: center;
    color: #ea3347;
    font-size: 40px;
    font-family: 'orafunkyheadlineregular';
    font-weight: 400;
}

span.greyHeadingBook {
    color: #333;
    font-family: 'orafunkyheadlineregular';
    font-weight: 400;
}

.whiteFormHolder {
    padding: 80px 0;
}

/************* // About Us // ************/

.aboutTextHolderTop {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.aboutTextHolderTop p {
    max-width: 640px;
    width: 100%;
    margin: 30px auto;
}

.aboutTextHolderTop h2 {
    font-size: 50px;
    font-weight: 400;
    color: #ea3347;
    font-family: 'orafunkyheadlineregular';
}

.aboutTextHolderTop h3 {
    font-weight: 400;
    color: #ea3347;
    font-family: 'orafunkyheadlineregular';
}

.owningTitle {
    background-image: url("/wp-content/uploads/2024/05/owning-banner.webp");
    width: 100%;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    height: 170px;
}

.chargingTitle {
    background-image: url("/wp-content/uploads/2024/05/charging-banner.webp");
    width: 100%;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    height: 170px;
}

.costsTitle {
    background-image: url("/wp-content/uploads/2024/05/cost-banner.webp");
    width: 100%;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    height: 170px;
}

.maintenanceLabel {
    background-image: url("/wp-content/uploads/2024/05/maintenance-banner.webp");
    width: 100%;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    height: 170px;
}

.pomLabel {
    background-image: url("/wp-content/uploads/2024/05/peaceofmind-banner.webp");
    width: 100%;
    color: #fff;
    text-align: center;
    height: 170px;
}

.redOra {
    background-color: #ea3348a2;
    padding: 57px 0;
}

.redOra h2 {
    font-size: 60px;
    font-weight: 400;
    font-family: 'orafunkyheadlineregular';
}


h2.redOraHeading {
    font-weight: 400;
    font-family: 'orafunkyheadlineregular';
    color: #ea3348;
    font-size: 48px;
    margin-bottom: 8px;
}

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

.lightBlueOra {
    background-color: #b9d8c6c2;
    padding: 57px 0;
}

.lightBlueOra h2 {
    font-size: 60px;
    font-weight: 400;
    font-family: 'orafunkyheadlineregular';
}

.yelloOra h2 {
    font-size: 60px;
    font-weight: 400;
    font-family: 'orafunkyheadlineregular';
}

.yelloOra {
    background-color: #ffed00c7;
    padding: 57px 0;
}

.blueOra h2 {
    font-size: 60px;
    font-weight: 400;
    font-family: 'orafunkyheadlineregular';
}

.blueOra {
    background-color: #5ca3a7c9;
    padding: 57px 0;
}

.colourFulLabel {
    overflow: hidden;
}

.page_chargingGrid p {
    font-size: 16px;
    margin: 0;
}

.page_chargingGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-row-gap: 8px;
    row-gap: 8px;
    margin-top: 32px;
}

.page_gridRow__pPqpE {
    grid-column: span 4;
    border-bottom: 1px solid #ffee00;
    padding-bottom: 16px;
    margin-bottom: 16px !important;
    font-size: 14px !important;
}

.imageRightTextLeft {
    display: flex;
    align-items: center;
    max-width: 1600px;
    margin: 0 auto;
    padding: 60px 0;
}

.TextLeft,
.textRight {
    width: 80%;
}

.TextLeft p,
.textRight p {
    max-width: 680px;
}

h2.blueHeading {
    font-size: 48px;
    color: #5ca3a7;
    margin-bottom: 8px;
    font-family: 'orafunkyheadlineregular';
    font-weight: 400;
}

h2.yellowHeading {
    font-size: 48px;
    color: #ffee00;
    margin-bottom: 8px;
    font-family: 'orafunkyheadlineregular';
    font-weight: 400;
}

.imageLeftTextRight {
    display: flex;
    align-items: center;
    max-width: 1600px;
    margin: 0 auto;
}

.textRight {
    padding-left: 50px;
}

p.boldMid {
    font-weight: 600;
    font-family: 'orafunkyheadlineregular';
}


.accordion-item-about {
    margin-bottom: 10px;
    font-family: 'orafunkytextregular';
}

.accordion-header-about {
    background-color: #333;
    padding: 10px;
    cursor: pointer;
    color: #fff;
    border-radius: 5px;
    width: 800px;
}

.accordion-content-about {
    display: none;
    padding: 10px;
    background-color: #000000;
    color: #fff;
    font-size: 16px;
}

.accordion-header-about.active {
    background-color: #333;
    border-radius: 10px 10px 0 0;
}

.TextLeftAccordion {
    width: 70%;
}

.TextLeftAccordion p {
    max-width: 600px;
}

.aboutTextHolderLower {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.aboutTextHolderLower h2 {
    font-size: 47px;
    font-weight: 400;
    color: #b9d8c6;
    font-family: 'orafunkyheadlineregular';
}

.aboutTextHolderLower h3 {
    font-weight: 400;
}


h2.lightblueHeading {
    font-size: 48px;
    color: #b9d8c6;
    margin-bottom: 8px;
    font-family: 'orafunkyheadlineregular';
    font-weight: 400;
}

.page-id-129 td:first-child,
.page-id-129 th:first-child {
    padding-left: 15px;
}

.page_costsTable thead td {
    font-family: orafunkyheadlineregular;
    font-size: 24px;
    background-color: #424242;
    color: #b9d8c6;
    padding: 16px;
    border-right: 1px solid #b9d8c6;
}

.page_costsTable {
    overflow-x: auto;
    padding-bottom: 100px;
}

.page_costsTable tbody td {
    font-size: 18px;
    background-color: #b9d8c6;
    color: #fff;
    padding: 16px;
    border-right: 1px solid #424242;
    border-bottom: 1px solid #424242;
}

.page_costsTable td {
    min-width: 300px;
    text-align: center;
}


.imageRightTextLeftNew {
    display: flex;
    align-items: center;
    max-width: 1600px;
    margin: 0 auto;
    font-size: 0;
    padding-top: 60px;
}

.imageRightTextLeftNew .TextLeft,
.imageRightTextLeftNew .imageRight {
    width: 50%;
}

.imageLeftTextRightNew .textRight,
.imageLeftTextRightNew .imageLeft {
    width: 50%;
}

.imageLeftTextRightNew {
    display: flex;
    align-items: center;
    max-width: 1600px;
    margin: 0 auto;
    font-size: 0;
}

.greyBackgorundNew {
    background-color: #424242;
    color: #fff;
    padding-top: 80px;
}

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

li.active {
    border: 2px solid #b9d8c6;
}

.menu-toggle:before,
.menu-toggle.activated:before {
    margin-right: 0px;
}

.TextLeft p {
    padding: 2%;
}

.TextLeftAccordion p {
    padding: 2%;
}

/************ // News // ************/

.pt-cv-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
}


.pt-cv-view .pt-cv-title {
    margin-bottom: 10px;
    min-height: 94px;
}

.pt-cv-content-item.pt-cv-1-col {
    box-shadow: -2px 7px 6px #00000070;
    border-radius: 15px;
}

.pt-cv-view.iscvblock .pt-cv-content-item a {
    text-decoration: none;
    width: 100%;
    font-family: 'orafunkyheadlineregular';
}

.pt-cv-carousel-caption>:not(:last-child),
.pt-cv-collapsible .panel-body>:not(:last-child),
.pt-cv-colwrap>:not(:last-child),
.pt-cv-ifield>*,
.pt-cv-overlay-wrapper>:not(:last-child),
.pt-cv-remain-wrapper>:not(:last-child),
.pt-cv-view .pt-cv-content-item>* {
    margin-bottom: 0;
}

h4.pt-cv-title {
    text-align: center;
    padding-top: 16px;
    color: #5ca3a7;
}

.iscvblock .pt-cv-readmore.btn {
    background: #5ca3a7;
    color: #fff;
}

.iscvblock .pt-cv-readmore.btn:active,
.iscvblock .pt-cv-readmore.btn:focus,
.iscvblock .pt-cv-readmore.btn:hover {
    background: #9f9f9f;
    border-color: transparent;
}

h4.pt-cv-title a {
    color: #5ca3a7;
    font-size: 23px;
    font-weight: 400;
    font-family: 'orafunkyheadlineregular';
}

.pt-cv-content {
    text-align: center;
    font-family: 'orafunkytextregular';
}

/************ // WooCommerce // ************/

.connected-carousels .gallery_1 {
    position: relative;
    background: transparent;
    padding: 0 0 10px 0;
}

.connected-carousels .stage {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    background: #fff;
}

.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 .connected-carousels ul>li {
    list-style-type: none;
}

.connected-carousels .navigation {
    width: 100%;
    margin: 0;
    position: relative;
}


/** Shared carousel styles **/

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

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

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

.connected-carousels2 .carousel li {
    float: left;
    width: 1080px;
}

.connected-carousels .carousel-stage,
.connected-carousels2 .carousel-stage {
    height: unset;
}


/** Navigation carousel specific styles **/

.connected-carousels .carousel-navigation {}

.connected-carousels .carousel-navigation ul,
.connected-carousels2 .carousel-navigation2 ul {
    width: 100%;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.connected-carousels .carousel-navigation li,
.connected-carousels2 .carousel-navigation2 li {
    cursor: pointer;
    float: left;
    width: calc(100%/15);
    list-style-type: none;
}

.connected-carousels .carousel-navigation li img,
.connected-carousels2 .carousel-navigation2 li img {
    display: block;
    padding: 2px;
}

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


/** Stage carousel controls **/

.connected-carousels .prev-stage,
.connected-carousels .next-stage,
.connected-carousels2 .prev-stage,
.connected-carousels2 .next-stage {
    display: block;
    position: absolute;
    top: 50%;
    color: #fff;
}

.connected-carousels .prev-stage,
.connected-carousels2 .prev-stage {
    left: 28px;
}

.connected-carousels .next-stage,
.connected-carousels2 .next-stage {
    right: 28px;
}

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

.connected-carousels .prev-stage span,
.connected-carousels .next-stage span,
.connected-carousels2 .prev-stage span,
.connected-carousels2 .next-stage span {
    width: 400px;
    height: 100%;
}

.connected-carousels .prev-stage span,
.connected-carousels2 .prev-stage span {
    left: 20px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
    /* IE6-9 */
}

.connected-carousels .next-stage span,
.connected-carousels2 .next-stage span {
    right: 20px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

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


/** Navigation carousel controls **/

.connected-carousels .prev-navigation,
.connected-carousels .next-navigation,
.connected-carousels2 .prev-navigation,
.connected-carousels2 .next-navigation {
    display: block;
    position: absolute;
}

.connected-carousels .prev-navigation,
.connected-carousels2 .prev-navigation {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
    width: 100%;
    height: 100px;
    z-index: 998;
}

.connected-carousels .next-navigation,
.connected-carousels2 .next-navigation {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
    width: 100%;
    /*height: 100px;*/
    z-index: 998;
    bottom: 0;
}

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

/************ // Footer // ************/

.footerHolder {
    display: flex;
    width: 100%;
    align-items: center;
    background: #000;
    padding: 10px 0;
}

.oralogoHolder {
    width: 33.3%;
    margin-left: 50px;
    font-size: 0;
    display: flex;
    align-items: center;
}

.copyRightsHolder {
    width: 33.3%;
    color: #fff;
    font-family: 'orafunkytextregular';
    text-align: right;
    margin-right: 50px;
}

.copyRightsHolder {
    width: 33.3%;
    color: #fff;
    font-family: 'orafunkytextregular';
}

.footerLogo img {
    width: 26px;
}

.oralogoHolder img {
    width: 44px;
}

.socialLogos {
    display: flex;
    width: 33.3%;
    gap: 13px;
    height: 25px;
    justify-content: center;
}

/* Specials */
.special-section {
    padding-top: 0;
}

.each-special-container {
    border: 1.026px solid #dedede;
}

.special-list-container {
    padding: 30px 0px;
}

.single-special-section {
    padding-top: 80px;
    background-color: #f3f5f8;
}

/* pre-owned */
.woocommerce-page {
    background-color: #f3f5f8;
}

.post-type-archive-product .content,
.single-product .site-inner {
    margin-top: 150px;
    padding-left: 50px;
    padding-right: 50px;
}

.woocommerce ul.products li.product .outstock_button button {
    display: flex;
    align-items: center;
}

.single-product .site-inner {
    background-color: #f3f5f8;
}

.single-product .entry {
    background-color: transparent;
}

.gallerHolder.connected-carousels .carousel-navigation {
    background: transparent !important;
}

/* finance page */
.finance-section {
    width: unset;
    padding-top: 30px;
    padding-bottom: 30px;
}

.finance-section p {
    width: 60%;
}

/* Accesories */
.accessories-section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.accessories-section .quform input,
.accessories-section .quform select,
.accessories-section .quform textarea {
    border: unset !important;
    border-bottom: 2px solid #858690 !important;
    background-color: transparent !important;
}

/* Service */
.book-a-service-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* parts */
.parts-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* News page */
.new-lis-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
}

.new-lis-container .each-news-container {
    border: none;
    width: calc(100%/3);
    padding: 15px;
}

.new-lis-container .each-news-container .each-news-wrap {
    box-shadow: -2px 7px 6px #00000070;
    border-radius: 15px;
    overflow: hidden;
}

.new-lis-container .each-news-container .each-news-wrap a {
    text-decoration: none;
    color: inherit;
}

.new-lis-container .each-news-container .each-news-wrap .thumbnail-container {
    position: relative;
    max-width: 100% !important;
    overflow: hidden;
}

.new-lis-container .each-news-container .each-news-wrap .thumbnail-container img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}

.new-lis-container .each-news-container .each-news-wrap .content-container {
    padding: 10px 15px;
    text-align: center;
}

.new-lis-container .each-news-container .each-news-wrap .content-container h2 {
    text-align: center;
    padding-top: 16px;
    color: #5ca3a7;
    font-size: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.new-lis-container .each-news-container .each-news-wrap .content-container p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

}

.new-lis-container .each-news-container .each-news-wrap span {
    background-color: #2599a4;
    color: #fff;
    font-family: 'orafunkyheadlineregular';
    text-align: center;
    width: 100%;
    display: block;
    padding: 5px;
}

/* pre-owned */
.post-type-archive-product .content,
.single-product .site-inner {
    margin-top: 40px;
}

/************ // Responsive // ************/

@media screen and (max-width: 1600px) {
    /* Laptop */

    .newSwiper,
    .textHolder,
    .galleryHolderHome,
    .imageRightTextLeft,
    .imageLeftTextRight {
        max-width: 1200px;
    }

}

@media screen and (max-width: 1540px) {

    /* Older Desktop */
    .genesis-nav-menu a {
        padding: 32px 10px;
    }

    .limitWidth {
        padding: 20px;
    }

}

@media screen and (max-width: 1200px) {

    /* Older Desktop */
    .genesis-nav-menu a {
        font-size: 13px;
        padding: 32px 15px;
    }

    .genesis-nav-menu .sub-menu a {
        font-size: 13px;
    }

    .limitWidth {
        padding: 20px;
    }

    /* pre-owned */
    .product .title-container h2 {
        font-size: 25px;
    }

    /* blogs */
    .single-post header.entry-header {
        padding-top: 30px;
    }

    .single-post .site-inner {
        padding-left: 20px;
        padding-right: 20px;
        background-color: #fff;
    }

}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {
    /* iPad */

    .colour-table-title h2 {
        font-size: 35px;
        line-height: 50px;
        margin-bottom: 0
    }

    .table-name {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        z-index: 10;
        background-color: #f9f9f9;
        min-width: 138px;
        box-shadow: 0 13px 23px #0000000f;
        padding-right: 24px
    }

    .colour-heading {
        min-width: 80px
    }

    .table-space {
        min-width: 20px
    }

    .colour-table-title {
        margin-bottom: 24px
    }

    .colour-table-container {
        margin-bottom: 60px
    }

    section#nav_menu-2 {
        margin-left: 0;
    }

    .site-header .widget-area {
        padding-top: 0px;
    }

    .site-inner {
        padding: 5% 5% 0;
        background-color: #fff;
    }

    .site-header .widget-area {
        position: unset;
        text-align: center;
        justify-content: space-between;
        align-items: center;
    }

    .js .nav-primary .genesis-nav-menu .menu-item a,
    .js .site-header .genesis-nav-menu .menu-item a {
        text-align: center;
    }

    .js nav button:hover,
    .js .menu-toggle:hover,
    .js .nav-primary {
        background-color: #fff;
        color: #000;
        text-transform: uppercase;
    }

    #typing-effect {
        font-size: 34px;
    }

    .afterGalleryFlex {
        padding-top: 50px;
        flex-direction: column;
    }

    .home-flex-top {
        flex-direction: column;
    }

    .home-right {
        width: 100%;
        padding-top: 20px;
    }

    .home-left p {
        width: 100%;
    }

    .specSheetButton a {
        display: block;
        text-align: center;
    }

    .home-left {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }

    h2.WhiteTextHome {
        font-size: 32px;
        font-family: 'orafunkyheadlineregular';
        font-weight: 400;
        max-width: 100%;
        line-height: unset;
        margin-bottom: unset;
    }

    .textHolder p {
        max-width: 100%;
        margin-bottom: unset;
    }

    .absoluteImageHolder {
        position: unset;
        max-width: unset;
    }


    h2.blackHeadingHome.WhiteTextHome {
        max-width: 100%;
        text-align: center;
    }

    .newSwiper,
    .textHolder,
    .galleryHolderHome,
    .imageRightTextLeft,
    .imageLeftTextRight {
        text-align: center;
    }

    .imgHolderGreen {
        max-width: unset;
        padding-left: 0;
        margin-left: 0;
        font-size: 0;
    }

    .textHolder.BottomBlackTextHome {
        margin-left: 0;
    }

    h2.gBlackHeading {
        max-width: 100%;
        font-size: 46px;
        line-height: unset;
        margin-bottom: 0;
    }

    .greenMidHolderHome {
        flex-direction: column;
    }

    .imageRightTextLeft {
        display: flex;
        align-items: center;
        max-width: 1600px;
        margin: 0 auto;
        padding: 60px 0;
        flex-direction: column;
    }

    .imageRightTextLeft {
        flex-direction: column;
    }

    .imageLeftTextRight {
        flex-direction: column-reverse;
    }

    .textRight {
        padding-left: 0;
    }

    .TextLeft,
    .textRight {
        width: 100%;
    }

    .imageRightTextLeftNew .TextLeft,
    .imageRightTextLeftNew .imageRight {
        width: 100%;
    }

    .TextLeftAccordion {
        width: 100%;
    }

    .accordion-header-about {
        width: unset;
    }

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

    .imageRightTextLeftNew {
        flex-direction: column;
    }

    .imgHolderHome {
        margin-right: 0;
        width: 100%;
    }

    .textHolderAfterGal {
        width: 100%;
        padding-top: 100px;
    }

    h2.insideYellow {
        font-size: 43px;
    }

    /* new  */
    .js nav.nav-primary,
    .js .site-header nav {
        position: absolute;
        width: 100%;
        background-color: #fff;
        left: 0;
    }

    .new-lis-container .each-news-container {
        width: calc(100%/2)
    }
}

@media screen and (max-width: 480px) {

    /* iPhone 6 Plus, Landscape Display */
    .limitWidth.tableHolder {
        overflow: scroll;
        width: 100%;
    }

    p {
        margin: 0 0 13px;
    }

    .pt-cv-view {
        padding: 2%;
    }

    .textRight {
        padding: 2%;
    }

    .page_costsTable thead td {
        font-size: 16px;
        padding: 14px;
    }

    .page_costsTable td {
        min-width: 110px;
    }

    .page_costsTable tbody td {
        font-size: 14px;
    }

    .page_colourcircle__pR9p7 svg {
        width: 35px;
    }

    .page_active__GRyi0 {
        border: 2px solid;
        width: 15px;
        height: 15px;
        top: -1px;
        position: absolute;
        border-radius: 30px;
        padding: 22px;
    }

    h2.yellowHeading {
        font-size: 39px;
    }

    .accordion-about {
        padding: 2%;
    }

    .vehicleColorHolderSmall {
        bottom: 0px;
    }

    .vehicleColorHolderSmallText {
        bottom: 165px;
    }

    .table-name {
        padding-right: 20px;
        font-size: 18px;
    }

    .site-inner {
        padding: 0;
    }

    .home-left {
        padding: 4%;
    }

    .specsHolder {
        padding: 4%;
    }

    .accordion.limitWidth {
        padding: 4%;
    }

    .noColourBack {
        display: flex;
        flex-direction: column-reverse;
    }

    .lightBluebackHome {
        margin-bottom: 0;
    }

    .imgHolderGreen {
        max-width: 390px;
        margin: 0 auto;
    }

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

    h2.colour-table-title {
        font-size: 53px;
    }

    .tableSpace {
        padding: 4%;
    }

    .vehicleHomeImageHolder {
        padding-top: 50px;
    }

    .galleryHolderHome {
        padding: 14% 2% 0 2%;
    }

    /* .carousel-stage>ul>li>img {
        width: 330px;
    } */

    /* 
    .connected-carousels .stage {
        max-width: 320px !important;
    } */

    .connected-carousels .gallery_1 .carousel li {
        width: unset;
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: var(--swiper-navigation-top-offset, 28%) !important;
    }

    .yellowBackground {
        padding: 5% 4%;
        margin-top: 0;
    }

    .footerHolder {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        gap: 29px;
    }

    .oralogoHolder {
        width: 100%;
        margin: 0 auto;
        font-size: 0;
        text-align: center;
    }

    .socialLogos {
        width: 100%;
    }

    .copyRightsHolder {
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .oralogoHolder img {
        width: 90px;
    }

    .whiteFormHolder {
        padding: 80px 4%;
    }

    .imageRightTextLeft {
        padding: 0px 0;
    }

    .imageLeftTextRightNew .textRight,
    .imageLeftTextRightNew .imageLeft {
        width: 100%;
        padding: 2%;
    }

    .imageRightTextLeftNew {
        padding: 2%;
    }

    .imageLeftTextRightNew {
        flex-direction: column-reverse;
    }

    .pomLabel {
        height: unset;
    }

    .imageRightTextLeftNew,
    .imageLeftTextRightNew {
        text-align: center;
    }

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

    .book-a-service-section .call-to-action-container a .theme-bttn span {
        padding: 0px;
    }

    /* news */
    .new-lis-container .each-news-container {
        width: 100%;
    }

    .finance-section p {
        width: 100%;
    }
}

@media screen and (max-width: 320px) {
    /* iPhone 4,5, Portrait Display */

}