/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* General */
.subaru-blue-button,
.subaru-blue-button a,
a.subaru-blue-button {
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  background-color: #3e7bfa;
  text-decoration: none;
  border-radius: 3px !important;
  border: 1px solid #3e7bfa;
  padding: 5px 25px !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.subaru-blue-button.long-button a,
a.subaru-blue-button.long-button {
  padding: 0px 40px !important;
}
.subaru-disable-button {
  background-color: #fff;
  border: 1px solid #3e7bfa;
  color: #3e7bfa;
  cursor: default;
}
.subaru-blue-button:hover,
.subaru-blue-button a:hover,
a.subaru-blue-button:hover {
  color: #3e7bfa;
  background-color: #ffffff;
  border: 1px solid #3e7bfa;
}

.title-border {
  margin-bottom: 0 !important;
}

.page-title {
  font-size: 20px;
  font-weight: 600;
}

/* POP Out Right Nav */
.sidenav {
  height: 100%;
  width: 0px;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0px;
  color: rgb(40, 41, 61);
  background-color: rgb(255, 255, 255);
  overflow-x: hidden;
  padding-top: 15px;
  transition: all 0.5s ease 0s;
  white-space-collapse: collapse;
  text-wrap: nowrap;
}
.sidenav-open {
    width: 25%;
    transition: all 0.5s ease 0s;
    background-color: #1C1C28;
    color: #ffffff;
}


.sidebar-content {
  padding: 15px;
}

.sidenav p {
    font-size: 12px;
	color:#ffffff;
}

.sidenav a {
  font-size: 14px;
	color:#ffffff;
  font-weight: bold;
}

.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav .closebtn {
  position: absolute;    
  margin-left: 60px;
}

.sidebar-content .logo {
    padding: 0 0 10px 0;
}

.sidebar-content .top-section {
    padding: 20px 0 10px 0;
}
.sidebar-content .top-section h5 {
   	font-size: 16px;
	color:#ffffff;
  	font-weight: bold;	
}

.sidebar-content .top-section p {
   	padding: 20px 0px 5px 15px;
}




.sidebar-content .middle-section {
border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #3e7bfa;
 padding: 20px 15px;
}
.sidebar-content .middle-section h6 {
   font-size: 12px;
	color:#ffffff;
  font-weight: bold;
}


.sidebar-content .footer {
 padding: 20px 15px;
border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #3e7bfa;

}
.sidebar-content .footer h6 {
   font-size: 12px;
	color:#ffffff;
  font-weight: bold;
}


.sidebar-content .bottom-footer {
 padding: 20px 15px;
border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #3e7bfa;
}

.sidebar-content .bottom-footer h6 {
   font-size: 12px;
	color:#ffffff;
  font-weight: bold;
}

.fab {
    padding: 0 5px;
    font-size: 20px;
}


/* Single Vehicle Page */
.eael-simple-menu-container {
  background-color: #ffffff !important;
}

/* Vehicle Design Gallery */
.gallery-nav {
  position: absolute;
  z-index: 55;
  top: 14px;
  left: 20px;
}
.page-id-198 .gallery-nav {
  min-width: 50%;
}
.gallery-nav .gallery-title {
  float: left;
  font-size: 20px;
  font-weight: 700;
  color: #28293d;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-top: 8px;
}
.gallery-nav .gallery-title.light {
  color: #28293d;
}
.gallery-nav a {
  font-family: "Inter", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  line-height: 28px;
  color: #28293d;
  background-color: #ffffff;
  border-style: none;
  border-radius: 0px;
  padding: 5px 20px;
  display: block;
  float: left;
  border: 1px solid #ebebf0;
}
.gallery-nav a.gallery-nav-active {
  border-top: none;
  border-bottom: none;
  border-left: 6px solid #3e7bfa;
  border-right: none;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

/* Interior Panorama Styling */
div#panorama-container {
  height: 100%;
  min-height: 100%;
  width: 100%;
  margin: 0 auto;
}
div#tourDIV {
  height: 100%;
  position: relative;
  overflow: hidden;
}
div#panoDIV {
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* SHOWROOM SIDE BAR - Nathaniel */
.sidebar-nav {
  width: 100%;
  overflow: auto;
  padding: 10px 0;
  text-align: right;
  display: none !important;
}
#showroom-sidebar {
  display: block;
  /* width: 20%; */
  height: 100%;
  padding-top: 10px;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.accordion-flush .accordion-item:first-child .accordion-header button {
  font-weight: bold;
}

.accordion-flush
  .accordion-item:first-child
  .accordion-header
  button
  .fa-shopping-basket {
  font-size: 17px;
  color: #3e7bfa;
  margin-right: 5px;
}

.hide-section {
  display: none !important;
}
.show-section {
  display: block;
}

.vehicle-models-list ul li {
  border: 1px solid #ebebf0;
  padding: 5px 60px !important;
  border-left: 6px solid #3e7bfa;
}

/* Accordion in showroom sidebar */
#showroom-accordion .accordion-header {
  padding: 5px;
}
.accordion-flush .accordion-item {
  border-bottom: 0px;
  box-shadow: 0px 4px 8px #ccc;
  padding: 5px;
  margin-bottom: 5px;
}
.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button:hover,
.accordion-flush .accordion-item button:hover,
.accordion-flush .accordion-item .accordion-button.collapsed {
  padding: 0px;
  background-color: #fff;
  border-bottom: 0px;
  font-size: 13px;
  font-weight: 400;
  box-shadow: none;
  color: #000;
}

.accordion-body {
  font-size: 12px;
  padding: 0px !important;
  overflow: auto;
}

/* Accordion Nav */
.accordion-nav {
  width: 100%;
  overflow: auto;
  padding: 10px 0;
}
.accordion-nav .nav-button {
  color: #fff;
  border: 1px solid #3e7bfa;
  background-color: #3e7bfa;
  /* float: right; */
  margin-bottom: 10px;
  width: 100%;
}
.accordion-nav .nav-button:hover {
  color: #3e7bfa;
  background-color: #ffffff;
  border: 1px solid #3e7bfa;
}
.accordion-nav .nav-button:first-child {
  float: left;
}
.accordion-flush .accordion-item .accordion-header.selected .accordion-button {
  font-weight: bold;
}
.accordion-nav.subaru-disable-button {
  cursor: default;
}

/* Shopping exp page */
.page-template-template-shopping-experience .page-content {
  padding-top: 50px;
}
.page-template-template-shopping-experience .shopping-exp-title-holder {
  padding: 10px 20px;
}
.page-template-template-shopping-experience .shopping-exp-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.showroom-section {
  /* padding: 10px 15px; */
  padding: 10px 25px;
  background-color: #fafafc;
  margin-top: 10px;
}
.showroom-section .title-border {
  font-size: 25px;
  font-weight: bold;
}
#showroom-welcome,
#showroom-gallery {
  padding: 0 0;
}

#showroom-welcome {
  margin-top: 0px;
}

/* Individual styling */
#showroom-gallery-acc-container .accordion-header .feedback-data {
  color: #3e7bfa;
}
#showroom-accessories-acc-container .accordion-header .feedback-data {
  display: block;
  padding: 1px 5px;
  font-size: 10px;
  background-color: rgba(255, 229, 229, 1);
  color: #e53535;
}
#showroom-gallery-acc-container .accordion-body .showroom-color-buttons {
  padding: 10px 0px;
}
/* #showroom-gallery-acc-container .accordion-header .feedback-data {} */

/* Accordion content styling */
.selected-model-container .vehicle_name {
  font-weight: bold;
}
.selected-model-container .price_title {
  font-size: 11px;
  padding-right: 5px;
}
.selected-model-container .price_numbers {
  font-weight: bold;
  color: #3e7bfa;
}

#showroom-booking-body .appointment-content {
  list-style-type: none;
  margin: 0;
  padding: 0px 5px 5px;
}
#showroom-booking-body .appointment-content li {
  width: 100%;
  display: block;
  overflow: hidden;
  line-height: 20px;
}

#showroom-booking-body .appointment-content li span {
  float: left;
}
#showroom-booking-body .appointment-content li span.appointment-detail {
  display: block;
  width: 64%;
}
#showroom-booking-body .appointment-content li span.usertitle {
  width: auto;
  padding-right: 5px;
}
#showroom-booking-body .appointment-content li span.appointment-title {
  width: 35%;
}
#showroom-booking-body .appointment-content li span.appointment-time {
  padding-left: 5px;
}

/* Accessory cards */
.vehicle-accessory {
  box-shadow: 0px 2px 5px #ccc;
  border-radius: 0 !important;
  border-top-right-radius: 20px !important;
}
.vehicle-accessory .accessory-image img {
  border-top-right-radius: 20px;
}
.vehicle-accessory .card-title {
  font-size: 14px;
}
.vehicle-accessory p {
  font-size: 12px;
}
.vehicle-accessory .form-check input[type="checkbox"] {
  margin-top: 5px;
}
.vehicle-accessory .form-check label {
  font-size: 12px;
  line-height: 14px;
}

.selected_accessory_listing {
  display: block;
}
.selected_accessory_listing span {
  display: block;
  float: left;
}
.selected_accessory_listing ul {
  list-style-type: none;
  display: block;
  float: left;
  margin-left: 0;
  padding-left: 0;
}
.accessory_item {
  font-weight: bold;
  padding: 0 5px;
}

/* Showroom Styling */

/* 360 Degree Image */
.image-wrapper {
  /* min-width: 1120px; */
  /* min-height: 650px; */
  /* overflow: hidden; */
  position: relative;
  z-index: 50;
}

/* Controls */
.cloudimage-controls {
  position: absolute;
  bottom: auto;
  width: 100%;
  margin: 0px 0px 24px 0px;
}

.accordion-body .cloudimage-controls {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}

.color_buttons {
  text-align: center;
}

.rotate-image {
  display: flex;
  justify-content: center;
  margin-bottom: 9px;
}
.rotate-image img {
  height: 102px;
  width: 102px;
}

.active-model-color {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  padding-bottom: 16px;
  color: #000;
}

.accordion-body .active-model-color {
  padding-bottom: 0px;
}

.showroom-color-buttons {
  text-align: center;
}

.toggle-color-button {
  padding: 0;
  border: none;
  font-size: 0;
  height: 31px;
  width: 31px;
  border-radius: 50px;
  cursor: pointer;
  margin: 0px 7px;
  border: 1px solid #e4e4eb;
}

.toggle-color-button:first-child {
  margin-left: 0px;
}
.toggle-color-button:last-child {
  margin-right: 0px;
}
.toggle-color-button.active {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25))
    drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

/* Over effect dual gallery */
/* #gallery-container {
    overflow:hidden
} */

/* Booking Form */
.page-template-template-shopping-experience .grey-bg {
  background-color: #fafafc;
}

.page-template-template-shopping-experience #contact_form .validate_response {
  border-color: #3e7bfa;
  padding: 5px;
  color: #3e7bfa;
  width: 95%;
}

.page-template-template-shopping-experience
  #contact_form
  .validate_response
  p.submit-success {
  color: #3e7bfa;
}

.page-template-template-shopping-experience
  #contact_form
  .validate_response
  p.submit-error {
  color: #ff0000;
}

.page-template-template-shopping-experience .wpcf7 form .wpcf7-response-output {
  margin: 0 0;
  margin-bottom: 10px;
}
.page-template-template-shopping-experience
  .wpcf7
  form.invalid
  .wpcf7-response-output,
.page-template-template-shopping-experience
  .wpcf7
  form.unaccepted
  .wpcf7-response-output,
.page-template-template-shopping-experience
  .wpcf7
  form.payment-required
  .wpcf7-response-output {
  border-color: #3e7bfa;
  color: #ff0000;
  width: 95%;
}

.page-template-template-shopping-experience .personal-info-section,
.date-time-section p {
  display: flex;
}

.page-template-template-shopping-experience .personal-info-section,
.page-template-template-shopping-experience .appointment-options,
.page-template-template-shopping-experience .date-time-section,
.page-template-template-shopping-experience .appointment-message {
  margin-bottom: 20px;
  max-width: 95%;
}

.page-template-template-shopping-experience input,
.page-template-template-shopping-experience textarea {
  color: #8f90a6;
  border: 1px solid #c7c9d9;
}

.page-template-template-shopping-experience .wpcf7-date,
.page-template-template-shopping-experience .date-time-section select {
  box-shadow: none;
  border: 1px solid #3e7bfa;
  width: 210px;
}

.page-template-template-shopping-experience .date-time-section span {
  margin-right: 10px;
}

.page-template-template-shopping-experience
  .wpcf7-date::-webkit-calendar-picker-indicator {
  background-image: url("https://subaru.aotechnology.co.za/wp-content/uploads/2023/10/Primary-1.svg");
}

.page-template-template-shopping-experience select {
  border: none;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background-position: calc(100% - 0.75rem) center !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  padding-right: 2rem !important;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.page-template-template-shopping-experience .personal-info-section select,
.page-template-template-shopping-experience select {
  background-image: url("https://subaru.aotechnology.co.za/wp-content/uploads/2023/10/Primary.svg");
}
.page-template-template-shopping-experience select.appointment-dealership {
  background-image: url("https://subaru.aotechnology.co.za/wp-content/uploads/2023/10/Primary-2.svg") !important;
}
.page-template-template-shopping-experience .date-time-section select {
  background-image: url("https://subaru.aotechnology.co.za/wp-content/uploads/2023/10/◁-Left-Icon.svg");
}
.page-template-template-shopping-experience select:focus-visible,
.page-template-template-shopping-experience input:focus-visible,
.page-template-template-shopping-experience textarea:focus-visible {
  border-radius: 3px;
  outline: none;
}
.page-template-template-shopping-experience textarea {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.page-template-template-shopping-experience input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  width: 16px;
  height: 16px;
  display: inline-block;
  background: none;
  border: 1px solid #3e7bfa;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
}
.page-template-template-shopping-experience input[type="checkbox"]:checked {
  border-radius: 3px;
  background: #3e7bfa;
  border: 1px solid #3e7bfa;
}
.page-template-template-shopping-experience
  input[type="checkbox"]:checked:after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 1px;
  left: 5px;
}
.page-template-template-shopping-experience .personal-info-section input {
  /* width: 330px; */
}
.page-template-template-shopping-experience .appointment-options,
.appointment-Dealership-title {
  display: flex;
  justify-content: space-between;
}
.page-template-template-shopping-experience .appointment-options {
  font-weight: 700;
}
.page-template-template-shopping-experience .appointment-options span {
  font-weight: normal;
}
.page-template-template-shopping-experience .appointment-Dealership-title {
  padding-left: 0px;
  padding-right: 200px;
}
.page-template-template-shopping-experience .personal-info-section p {
  /* padding-right: 10px; */
  margin-right: 10px;
}
.page-template-template-shopping-experience
  .personal-info-section
  p:last-child {
  margin-right: 0;
}
.page-template-template-shopping-experience .wpcf7-select {
  width: 95px;
}
.page-template-template-shopping-experience .appointment-options .wpcf7-select {
  width: 395px;
}

.page-template-template-shopping-experience #submit_booking {
  display: none;
}

.page-template-template-shopping-experience .has-error select,
.page-template-template-shopping-experience .has-error .date,
.page-template-template-shopping-experience .has-error input {
  border: 1px solid red !important;
}

.page-template-template-shopping-experience .subaru-finance-wesbank-logo {
  text-align: right;
  padding-right: 30px;
}

.page-template-template-shopping-experience #ao_iframe_container {
  position: relative;
  overflow: hidden;
}
.page-template-template-shopping-experience #ao_iframe_container iframe {
  position: absolute;
}

/* Oliver's Styling LoL */

.gallery-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 500px;
  padding-top: 65px;
}
.page-template-template-shopping-experience .gallery-container {
  min-height: auto;
}

.interior-gallery {
  width: 100%;
  min-height: 500px;
  z-index: 10;
  display: grid;
}
.cloudimage-360-view-360-icon {
  display: none;
}

#menu-vehicle-template-navigation a {
  padding: 10px 20px;
}
#menu-vehicle-template-navigation .menu-item {
  border-radius: 1px 8px 0px 0px;
  border-left: 6px solid #ffffff;
}

#menu-vehicle-template-navigation .current-menu-item {
  border-left: 6px solid #3e7bfa;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

#menu-vehicle-template-navigation .current-menu-item a {
  color: #3e7bfa !important;
  padding: 10px 20px;
}

#accordion-toggle-icon
  .eael-adv-accordion
  .eael-accordion-list
  .eael-accordion-header.active
  .fa-toggle {
  transform: rotate(180deg);
}

/* Vehicle Page Gallery */
.vehicle-gallery-new .elementor-widget:not(:last-child) {
  margin-bottom: 0px !important;
}
.vehicle-template-gallery {
  display: flex;
  gap: 72px;
  align-items: center;
  margin-bottom: 20px;
}
.vehicle-template-gallery a {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  text-transform: capitalize;
  color: #fff;
  text-decoration: none;
}
.vehicle-template-gallery a.vehicle-template-gallery-active {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  text-transform: capitalize;
}

/* Media Queries */
@media only screen and (max-width: 736px) {
  #vehicle-template-triangle {
    display: none;
  }

  .vehicle-template-gallery {
    gap: 36px;
  }
}

/* media Query */
@media only screen and (max-width: 768px) {
  #vehicle-template-triangle {
    top: -124px !important;
    right: 0px;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .gallery-nav .gallery-title.light {
    color: #fff;
  }
  .gallery-nav .gallery-title {
    font-size: 28px;
    margin-right: 30px;
    margin-top: 5px;
  }
  .gallery-nav a {
    font-size: 20px;
    line-height: 28px;
    color: #28293d;
    padding: 10px 72px;
  }
  .gallery-container {
    padding-top: 0;
    min-height: 650px;
  }
  .interior-gallery {
    min-height: 650px;
  }
  /* Controls */
  .cloudimage-controls {
    bottom: 0px;
  }

  #showroom-sidebar {
    display: none;
    width: 24%;
    height: 100%;
    padding-top: 20px;
    position: fixed;
    right: 0px;
    top: 0px;
    background-color: #fff;
    z-index: 100;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
}

.cta-owners-page {
border-radius: 0 20px 0 0;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .accordion-nav .nav-button {
    float: right;
    width: auto;
  }
  .sidenav {
    padding-top: 0px;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (max-width: 800px) {
.sidenav-open {
    width: 45%;   
}
}
