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


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


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

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


/************ // Content // ************/

.NewpageTitle {
    max-width: 1200px;
    margin: auto;
}

.NewpageTitle h1 {
    font-size: 55px;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
}

.content {
    max-width: 1200px;
    margin: auto;
    float: unset;
    overflow: hidden;
}

span.archive_model {
    font-size: 35px;
    color: #000;
}

.archive_price {
    font-weight: 800;
    font-size: 30px;
    color: #606060;
}

.archive_explore a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.archive_explore i {
    color: #ec1b3b;
    font-weight: 800;
    margin-right: 7px;
}

.archive_enquire span {
    display: inline-block;
    text-align: center;
    padding: 5px 40px;
    text-transform: uppercase;
    font-weight: 800;
    background: #ec1b3b;
    border-radius: 31px;
    color: #fff;
    font-size: 24px;
    margin-top: 10px;
}

.archive_model strong {
    font-weight: 600;
}

.newVehicleFilter {
    max-width: 1200px;
    margin: 0 auto;
}

.newVehicleFilterButton {
    display: inline-block;
    background: #ec1b3b;
    color: #fff;
    padding: 11px 15px;
    border-radius: 30px;
    cursor: pointer; 
}

span.filterArrow {
    margin-left: 75px;
    color: #ec1b3b;
    background: #fff;
    padding: 2px 7px;
    border-radius: 30px;
    font-size: 15px;
    /* cursor: pointer; */
}

.newVehicleFilter {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.newVehicleFilterOptions {
    margin-left: 25px;
    color: #c7c7c7;
    font-weight: 600;
    opacity: 1;
    transition-duration: 0.2s;
}

.newVehicleFilterOptions span {
    padding: 0 10px;
    cursor: pointer;
}

.newVehicleFilterOptions .menuOption:hover {
    color: #ec1b3b;
}

.newActiveFilter {
    color: #ec1b3b;
    text-decoration: underline;
}

.post-type-archive .site-inner .content-sidebar-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
/* single vehicle */
.newVehicleBannerSection img {
    display: block;
}

.single .content {
    max-width: unset !important;
    width: 100%;
}

.single .site-inner {
    padding-top: 0;
}

.newVehicleVEhicleTitle h1 {
    color: #707070;
    margin-bottom: 0;
}

.newVehicleVEhicleTitle {
    margin-top: 40px;
}

.newVehicleLowPrice {
    color: #ec1b3b;
    font-weight: 800;
    font-size: 40px;
    margin-bottom: 5px;
}

.calltoactionHolder {
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.redOutline {
    border: 3px solid #ec1b3b;
}

.callButton {
    border-radius: 30px;
}

.redFill {
    background: #ec1b3b;
}

.callButton a {
    text-decoration: none;
    color: #ec1b3b;
    font-weight: 800;
    font-size: 25px;
    padding: 5px 15px;
    display: inline-block;
}

.formButton span {
    text-decoration: none;
    color: #fff;
    font-weight: 800;
    font-size: 25px;
    padding: 5px 15px;
    display: inline-block;
    min-width: 250px;
    text-align: center;
}

.formButton {
    border: 3px solid #ec1b3b;
    border-radius: 30px;
    margin-left: 20px;
}

.calltoactionHolder {
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding-top: 5px;
}

.bx-wrapper .bx-prev {
    left: -100px !important;
}

.bx-wrapper .bx-next {
    right: -100px !important;
}

.variantSingleImage {
    max-height: 200px;
    position: relative;
    z-index: 999;
}

.variantSingleContentHolder {
    padding: 75px 15px 50px 15px;
    position: relative;
    top: -60px;
    background: #fff;
    border-radius: 40px;
    box-shadow: 5px 5px 10px #898787;
}

.variantSingleHolder {
    margin: 10px;
}

.variantSingleTitle {
    display: block;
    color: #707070;
    font-size: 25px;
    font-weight: 600;
    min-height: 110px;
}

.variantSinglePrice {
    color: #707070;
    font-weight: 600;
    line-height: 10px;
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #bdbdbd;
}

.variantSingleButtons i {
    color: #ec1b3b;
    margin-right: 5px;
}

.variantSingleButtons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    color: #000;
    font-weight: 600;
    padding-top: 15px;
    font-size: 16px;
}

span.singleVariantSpecs {
    cursor: pointer;
}

.somePadding {
    padding: 40px 0;
}

.variantModalHolder {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #000000b0;
    overflow-y: scroll;
    z-index: 9999;
}

.displayModal {
    display: block;
}

.variantModalCard {
    position: absolute;
    top: 100px;
    width: 90%;
    max-width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 30px;
    padding: 30px;
    box-shadow: 5px 5px 10px #2e2e2e;
    z-index: 999999;
}

span.variantModalHeading {
    display: block;
    color: #707070;
    font-size: 25px;
    font-weight: 600;
}

span.variantModalPrice {
    color: #707070;
    font-weight: 600;
    line-height: 10px;
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #bdbdbd;
}

.variantModalSpecHolder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 40px 0;
}

.variantModalSpecCardHeading img {
    max-width: 50px;
}

.variantModalSpecCard {
    width: 30%;
    min-width: 300px;
    min-height: 230px;
    padding: 10px;
    border-radius: 40px;
    box-shadow: 5px 5px 10px #767676;
    margin: 10px;
}

.variantModalSpecCardHeading {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
    font-size: 16px;
}

.variantModalSpecCardHeading h3 {
    margin-left: 20px;
}

span.closeModal {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
}

.sidebar-content .sidebar-primary, .sidebar-sidebar-content .sidebar-primary {
    float: left;
    display: none;
}

.variantSliderHolder > h2 {
    color: #000;
    margin-top: 40px;
    font-size: 36px;
    font-weight: 800;
}

/*GALLERY*/


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

.featured_container {
  position: absolute;
  left: 0;
  z-index: 998;
  top: 0;
  background: rgba(222, 222, 222, 0.93);
  padding: 10px;
}

.price_container {
  font-size: 16px;
}

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


/** Stage container **/

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

.vehicleColourHolder .stage {
    max-width: 600px;
}

.vehicleColourNavHolder 
 .carousel-navigation-two ul {
    display: flex;
    justify-content: center;
    max-width: 600px;
}

.vehicleColourNavHolder 
 .carousel-navigation-two {
    max-width: 600px;
    margin: auto;
}


/** Navigation container **/

.connected-carousels .navigation {
  width: 100%;
  margin: 0;
  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: 600px;
    -moz-box-shadow: 0 0 2px #999;
}


/** Navigation carousel specific styles **/

.connected-carousels .carousel-navigation {
  height: 600px;
  width: 100%;
  float: right;
  background: #fff;
}

.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: 100%;
    list-style-type: none;
    padding-bottom: 8px;
}

.connected-carousels .carousel-navigation li img {
  display: block;
}

.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: 50%;
    transform: translateY(-50%);
    background: #0000008c;
    color: #fff;
    font-size: 36px;
    padding: 10px 10px;
    cursor: pointer;
}

.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 {
  width: 400px;
  height: 100%;
}





/** Navigation carousel controls **/

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

.connected-carousels .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: 99;
}

.connected-carousels .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 {
  display: none;
}

.bx-clone{
    display: none !important;
}

article.newmodel {
    display: none;
    min-width: 300px;
    margin: 1%;
    width: 30%;
    float: left;
}

.displayVehicle {
    display: block !important;
}
/************ // WooCommerce // ************/


/************ // Footer // ************/
.new_vehicle_footer p {
    max-width: 1200px;
    margin: auto;
    /* padding: 20px 0; */
    padding-bottom: 20px;
    color: #000;
}

.new_vehicle_footer {
    padding: 40px 10px;
    color: #000;
}

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

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

}

@media screen and (max-width: 1024px) { /* Older Desktop */
.connected-carousels .carousel li {
    float: left;
    width: 800px;
}

.connected-carousels .carousel-navigation li {
    width: 200px;
}

.connected-carousels .carousel-navigation ul {
    width: 20000em;
    height: unset;
}

.connected-carousels .prev-navigation {
    display: none;
}

.connected-carousels .carousel-navigation {
    height: unset;
}
}

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

}

@media screen and (max-width: 640px) { /* iPad */
.connected-carousels .carousel-stage li {
    width: 600px;
}

.connected-carousels .carousel-stage {
    height: 450px;
}

.calltoactionHolder {
    display: inherit;
    text-align: center;
}

.callButton {
    display: inline-block;
    margin: 10px;
}

.callButton a , .formButton span{
    min-width: 350px;
}

.formButton {
    display: inline-block;
    margin-left: 0;
}

.variantSingleContentHolder {
    padding: 75px 15px 50px 15px;
    position: relative;
    top: -80px;
    background: #fff;
    border-radius: 40px;
    box-shadow: 5px 5px 10px #898787;
}

.variantSingleTitle {
    display: block;
    color: #707070;
    font-size: 20px;
    font-weight: 600;
}

.connected-carousels .carousel-navigation-two li {
    float: left;
    width: 100%;
}

.connected-carousels .carousel-stage-two li {
    width: 640px;
}
.bx-wrapper .bx-prev {
    left: 0px !important;
}

.bx-wrapper .bx-next {
    right: 0px !important;
}
.limitwidth {
    padding: 0 10px;
}

.somePadding {
    padding: 40px 10px;
}

s
}

@media screen and (max-width: 480px) { /* iPhone 6 Plus, Landscape Display */
.connected-carousels .carousel-stage li {
    width:430px;
}

.connected-carousels .carousel-stage {
    height: 320px;
}

.connected-carousels .carousel-stage-two li {
    width: 450px;
}

.variantSingleContentHolder {
    padding: 75px 15px 50px 15px;
    position: relative;
    top: -20px;
    background: #fff;
    border-radius: 40px;
    box-shadow: 5px 5px 10px #898787;
}

.vehicleColourNavHolder 
 .carousel-navigation-two ul {
    width: 100% !important;
}
.callButton a, .formButton span {
    min-width: unset;
}

.variantSingleHolder {
    padding: 40px;
}

.variantSingleContentHolder {
    top: -95px;
}
.connected-carousels .carousel-navigation li {
    width: 162px;
}
span.archive_model {
    font-size: 30px;
    color: #000;
}
}
@media screen and (max-width: 420px) { /* iPhone 4,5, Portrait Display */
.connected-carousels .carousel-stage-two li {
    width: 380px;
}
.connected-carousels .carousel-stage li {
    width: 375px;
}
}

@media screen and (max-width: 380px) { /* iPhone 4,5, Portrait Display */
.connected-carousels .carousel-stage li {
    width: 330px;
}
.connected-carousels .carousel-stage {
    height: 250px;
}

.connected-carousels .carousel-stage-two li {
    width: 380px;
}
}

@media screen and (max-width: 320px) { /* iPhone 4,5, Portrait Display */
.connected-carousels .carousel-stage li {
    width: 300px;
}
.connected-carousels .carousel-stage-two li {
    width: 320px;
}
}