/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.6
*/

/* =Theme customization starts here
------------------------------------------------------- */

@font-face {
  font-family: ETmodules;
  src: url(http://expeditionmotorcompany.com/wp-content/themes/Divi/core/admin/fonts/modules/social/modules.eot);
  src: url(http://expeditionmotorcompany.com/wp-content/themes/Divi/core/admin/fonts/modules/social/modules.eot?#iefix)
      format("embedded-opentype"),
    url(http://expeditionmotorcompany.com/wp-content/themes/Divi/core/admin/fonts/modules/social/modules.woff)
      format("woff"),
    url(http://expeditionmotorcompany.com/wp-content/themes/Divi/core/admin/fonts/modules/social/modules.ttf)
      format("truetype"),
    url(http://expeditionmotorcompany.com/wp-content/themes/Divi/core/admin/fonts/modules/social/modules.svg#ETmodules)
      format("svg");
  font-weight: 400;
  font-style: normal;
}

/* General styling */
h1.main-section-title {
  text-transform: uppercase;
  font-family: "Exo";
}

h1.main-section-title::after {
  content: "";
  display: block;
  height: 2px;
}

.open-contact-btn {
  cursor: pointer;
}

.footer-block ul li a {
  color: #333;
}

.footer-block ul li a:hover {
  font-weight: 600;
}

.current-menu-item a {
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 1.25em !important;
}

/* Inventory page styling */
.car-details--panel {
  position: absolute;
  top: -600px;
  left: 100px;
  background-color: rgba(224, 224, 224, 0.85);
  font-family: "Exo";
  padding: 12px;
}

.car-details--panel ul {
  list-style: none;
  padding: 0;
}

.car-details--panel li {
  margin: 0;
}

.car-details--panel li:not(:last-child) {
  border-bottom: 1px solid rgb(143, 143, 143);
  margin-bottom: 6px;
}

.car-details--type {
  font-size: 11px;
}

.car-details--value {
  font-size: 15px;
  display: block;
  margin-bottom: 6px;
}

.car-details--header {
  position: absolute;
  top: -250px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
}

.car-details--header h1 {
  color: #fff;
  font-weight: 700;
}

.car-details--state {
  font-size: 20px;
  font-weight: 700;
}

.et_pb_tabs_controls {
  background-color: transparent !important;
}

ul.et_pb_tabs_controls:after {
  border-top: 0;
}

.et_pb_tab_active a {
  border-bottom: 2px solid rgb(245, 245, 245);
}

.et_pb_tabs_controls li {
  border-right: 0;
}

.image-gallery--title {
  color: rgb(245, 245, 245);
}

.image-gallery--title::after {
  background-color: rgb(245, 245, 245);
  margin: 15px auto 0 auto;
  width: 15%;
}

.foogallery.fg-light .fg-item-inner {
  border: 0;
}

.car-details--title::after {
  background-color: #adadad;
  width: 7%;
  margin: 15px auto 0 auto;
}

.scroll-to--btn {
  box-sizing: border-box;
  border: 3px solid #fff;
  border-radius: 4px;
  padding: 10px 0;
  width: 180px;
  margin: 20px auto 0 auto;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}

.scroll-to--btn:hover {
  background-color: rgba(0, 0, 0, 0.4);
  border: 3px solid transparent;
}

.scroll-to--btn a {
  display: block;
  width: 100%;
  color: #fff;
}

/* Contact form popup */
.popup-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  z-index: -9999;
  opacity: 0;
}

.modal-opened {
  overflow: hidden !important;
}

.modal-opened--menu {
  z-index: 10 !important;
}

.popup-wrapper--open {
  z-index: 9999 !important;
  opacity: 1 !important;
  overflow-y: scroll !important;
}

.popup-overlay {
  background-color: #000;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: fixed !important;
}

.popup-overlay--open {
  opacity: 0.5 !important;
  -webkit-transition: opacity 0.3s ease-in !important;
  -moz-transition: opacity 0.3s ease-in !important;
  -o-transition: opacity 0.3s ease-in !important;
  transition: opacity 0.3s ease-in !important;
}

.contact-form--window {
  box-sizing: border-box;
  width: 50%;
  height: auto;
  margin: 7% auto 3% auto;
  border-radius: 5px;
  padding: 1.5em;
  font-family: "Exo";
  box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.6);
  background-color: #fff;
  opacity: 0;
  transform: translateY(-120%);
  -webkit-transition: transform 0.5s ease-in, opacity 0.5s ease-in;
  -moz-transition: transform 0.5s ease-in, opacity 0.5s ease-in;
  -o-transition: transform 0.3s ease-in, opacity 0.5s ease-in;
  transition: transform 0.5s ease-in, opacity 0.5s ease-in;
}
.hs-input.hs-fieldtype-intl-phone {
    padding-left: 0 !important;
    margin-bottom: 22px !important;
}
.fl-frm-popup form {
    background: #fff;
    border-radius: 0;
    padding: 30px;
}
.fl-frm-popup form p{color:#666 !important;}
.fl-frm-popup form p a {
    color: #ffc961 !important;
}
@media all and (max-width: 1300px) {
  .contact-form--window {
    width: 70%;
  }
}

@media all and (max-width: 800px) {
  .contact-form--window {
    width: 80%;
  }
}

@media all and (max-width: 680px) {
  .contact-form--window {
    height: 100%;
  }
}

@media all and (max-width: 576px) {
  .contact-form--window {
    width: 95%;
    margin: 15% auto 3% auto;
  }
}

.contact-form--window--open {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.contact-wrapper--close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  color: grey;
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
}

/* Contact form styling */
.contact-header {
  padding: 0 2em;
  display: flex;
  align-items: center;
}

.contact-header--image {
  display: inline-block;
  width: 110px;
  height: 110px;
}

.contact-header--image img {
  width: 100%;
  height: auto;
}

.contact-header--text {
  margin-left: 5em;
}

.contact-header--title {
  font-size: 1.3em;
  text-transform: uppercase;
}

.contact-header--title::after {
  content: "";
  display: block;
  height: 1px;
  width: 45%;
  background-color: #999;
  margin-top: 10px;
}

.phone-number {
  font-weight: 700;
  letter-spacing: 2px;
}

.contact-form--faq {
  font-size: 1em;
  margin-top: 20px;
  margin-bottom: 15px;
}

@media all and (max-width: 576px) {
  .contact-header--title {
    font-size: 1em;
  }
  .contact-header--text {
    font-size: 0.8em;
  }
  .contact-form--faq {
    margin-top: 10px;
  }
}

.row {
  margin-bottom: 10px;
}

input,
select {
  height: 30px;
}

textarea {
  width: 100%;
  height: 80px;
}

.row input:not([type="checkbox"]):not([type="checkbox"]),
.row select {
  width: 100%;
}

.row-half {
  display: flex;
}

.half-wrapper {
  width: 50%;
}

.half-wrapper:nth-child(odd) {
  padding-right: 10px;
}

.row-full input[type="checkbox"],
.half-wrapper input[type="checkbox"] {
  width: 15px;
  height: 15px;
}

.wpcf7-submit {
  padding: 5px 15px;
  height: 30px;
  background-color: rgb(70, 70, 70);
  color: #fff;
  border: 0;
  text-transform: uppercase;
  cursor: pointer;
}

#wpcf7-f102-p10224-o1 .wpcf7-submit {
  width: 30%;
}

#wpcf7-f102-p10224-o1 .row-half:last-child p {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.wpcf7-form.sent .wpcf7-submit {
  cursor: none;
  background-color: #969b02;
}

.wpcf7-response-output {
  text-align: center;
}

@media all and (max-width: 680px) {
  .wpcf7-submit {
    width: 40% !important;
    margin-left: 50%;
  }
  .row label {
    font-size: 11px;
  }
}

.newsletter-btn {
  border: 0;
  background-color: #8d8b62;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s;
}

.newsletter-btn:hover {
  background-color: #747142;
  transition: background-color 0.2s;
}

/* FAQ Site */
.faq {
  text-decoration: underline;
  color: #9f6905;
}

.faq:hover {
  color: #7c4b01;
}

.footer-block {
  font-family: Exo;
}

.footer-block h2 {
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
}

.footer-block a .footer-block button {
  color: #565656;
}

.footer-block li a:hover {
  color: #000;
}

.footer-btn {
  border: 0;
  background-color: transparent;
  font-family: "Exo";
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  color: #333;
}

.footer-btn:hover {
  color: #000;
  font-weight: 600;
}

#footer-bottom {
  padding: 0;
}

a.icon::before {
  color: #565656 !important;
}

@media all and (max-width: 1200px) {
  .restoration_process--stage h2 {
    font-size: 0.9em !important;
  }

  .custom_button--wrapper {
    width: 30% !important;
  }
}

@media all and (max-width: 982px) {
  .gold-contact-btn {
    width: 30% !important;
    margin-left: 35% !important;
  }
}

@media all and (max-width: 968px) {
  .restoration_process {
    width: 90% !important;
  }

  .restoration_process--line {
    width: 81% !important;
    margin-left: 9.5% !important;
  }
}

@media all and (max-width: 830px) {
  .restoration_process--stage {
    width: 7% !important;
  }
}

@media all and (max-width: 768px) {
  .restoration_process--stage h2 {
    font-size: 0.8em !important;
  }
  .restoration_process--stage:nth-child(odd) h2 {
    position: absolute;
    top: -20px;
    transform: translateX(-20px);
    display: block;
    width: 60px;
    text-align: center;
  }
}

@media all and (max-width: 592px) {
  .custom_button--wrapper {
    width: 60% !important;
  }

  .custom_button--wrapper a {
    font-size: 1em;
  }
}

@media all and (max-width: 576px) {
  .h1 {
    font-size: 20px;
  }
}

@media all and (max-width: 500px) {
  .restoration_process--title {
    width: 70%;
    margin: 0 auto;
  }
}

/* ------------------CAR INVENTORY------------------------- */
.car-details--panel {
  position: absolute;
  top: -600px;
  left: 100px;
  background-color: rgba(224, 224, 224, 0.85);
  font-family: "Exo";
  padding: 12px;
}

@media all and (max-width: 992px) {
  .car-details--panel {
    left: 50px;
  }
}

@media all and (max-width: 740px) {
  .car-details--panel {
    left: 0;
  }
}

@media all and (max-width: 640px) {
  .car-details--panel {
    position: static;
    width: 100%;
  }
}

.car-details--panel ul {
  list-style: none;
  padding: 0;
}

.car-details--panel li {
  margin: 0;
}

.car-details--panel li:not(:last-child) {
  border-bottom: 1px solid rgb(143, 143, 143);
  margin-bottom: 6px;
}

.car-details--type {
  font-size: 11px;
}

.car-details--value {
  font-size: 15px;
  display: block;
  margin-bottom: 6px;
}

.car-details--header {
  position: absolute;
  top: -250px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
}

.car-details--header h1 {
  color: #fff;
  font-weight: 700;
}

.car-details--state {
  font-size: 20px;
  font-weight: 700;
}

.et_pb_tabs_controls {
  background-color: transparent !important;
}

ul.et_pb_tabs_controls:after {
  border-top: 0;
}

.et_pb_tab_active a {
  border-bottom: 2px solid rgb(245, 245, 245);
}

.et_pb_tabs_controls li {
  border-right: 0;
}

.image-gallery--title {
  color: rgb(245, 245, 245);
}

.image-gallery--title::after {
  background-color: rgb(245, 245, 245);
  margin: 15px auto 0 auto;
  width: 15%;
}

.foogallery.fg-light .fg-item-inner {
  border: 0;
}

.car-details--title::after {
  background-color: #adadad;
  width: 7%;
  margin: 15px auto 0 auto;
}

.icon.et_pb_with_border:hover {
  border: 1px solid #fff;
}

.icon.et_pb_with_border:hover::before {
  color: #fff !important;
}

#main-header,
#main-header .nav li ul,
.et-search-form,
#main-header .et_mobile_menu {
  background: transparent;
}
body .hero-top {
  background-color: #fff !important;
}
/********************************New Contact Form Popup ************************************/
.newform-popup-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  visibility: hidden;
  opacity: 0;
  max-width: none !important;
  margin: 0 !important;
  width: 100% !important;
  background: #ecebed;
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  z-index: 9999 !important;
}

.newform-popup-wrapper .et_pb_row_4 {
  display: flex;
  flex-wrap: wrap-reverse;
}

.newform-popup-wrapper .et_pb_row_4 .et-last-child {
  padding-bottom: 24px;
}

.newform-popup-wrapper h2 {
  font-size: 36px;
}

.modal-opened {
  overflow: hidden !important;
}

.modal-opened--menu {
  z-index: 10 !important;
}

.popup-wrapper--open {
  opacity: 1 !important;
  overflow-y: scroll !important;
  visibility: visible;
}

.newform-popup-overlay {
  background-color: #000;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: fixed !important;
}

.popup-overlay--open {
  opacity: 0.5 !important;
  -webkit-transition: opacity 0.3s ease-in !important;
  -moz-transition: opacity 0.3s ease-in !important;
  -o-transition: opacity 0.3s ease-in !important;
  transition: opacity 0.3s ease-in !important;
}

.newform-contact-form--window {
  box-sizing: border-box;
  width: 90%;
  height: auto;
  margin: 0 auto;
  border-radius: 5px;
  padding: 1.5em;
  font-family: "Exo";
  max-width: 540px;
}

.newform-contact-form--window .et_pb_code_inner {
  position: static;
}

@media all and (max-width: 1300px) {
  .newform-contact-form--window {
    width: 70%;
  }
}

@media all and (max-width: 800px) {
  .newform-contact-form--window {
    width: 80%;
  }
}

@media all and (max-width: 680px) {
  .newform-contact-form--window {
    height: 100%;
  }
}

@media all and (max-width: 576px) {
  .newform-contact-form--window {
    width: 95%;
  }
}

.contact-form--window--open {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.new-contact-wrapper--close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  color: grey;
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 1.5rem;
}

.fixed-contact--btn.new-open-contact-btn {
  padding: 15px 20px;
}
@media screen and (max-width: 980px) {
  .fixed-contact--btn.new-open-contact-btn {
    padding: 15px 20px;
    font-size: 25px;
    margin: 10px auto;
  }
}

@media screen and (max-width: 460px) {
  .fixed-contact--btn.new-open-contact-btn {
    padding: 15px;
    font-size: 24px;
  }
}

.newform-contact-form--window .wpcf7-submit {
  margin: 0 auto;
  display: block;
  margin-bottom: 0px;
  font-size: 18px;
  padding: 10px 50px;
  width: auto !important;
  height: auto;
  border-radius: 4px;
  margin-top: 29px;
  cursor: pointer;
}

.newform-contact-form--window .row-full-submit {
  text-align: center;
}

.newform-contact-form--window .row-builder p {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.newform-contact-form--window .row-builder a {
  background-color: rgb(70, 70, 70);
  border: 2px solid rgb(70, 70, 70);
  color: #fff;
  text-transform: uppercase;
  display: block;
  font-size: 16px;
  padding: 10px 50px;
  width: auto !important;
  height: auto;
  border-radius: 4px;
  margin-top: 29px;
  cursor: pointer;
  transition: 0.33s ease-out;
}

.newform-contact-form--window .row-builder a:hover {
  color: rgb(70, 70, 70);
  background: #fff;
}

.newform-contact-form--window .row-builder .wpcf7-submit,
.newform-contact-form--window .row-builder input[type="submit"] {
  background-color: #d8ce0f;
  border: 2px solid #d8ce0f;
  transition: 0.33s ease-out;
  font-size: 16px;
  padding: 10px 50px;
  width: auto !important;
  height: auto;
  border-radius: 4px;
  margin-top: 29px;
  color: #fff;
  margin-left: auto;
  cursor: pointer;
}

.newform-contact-form--window .row-builder .wpcf7-submit:hover,
.newform-contact-form--window .row-builder input[type="submit"]:hover {
  color: #d8ce0f;
  background: #fff;
}

.newform-contact-form--window .row-builder .wpcf7-spinner {
  display: none !important;
}

.visualisation-side--btn {
  width: auto !important;
  max-width: 400px;
}
.color-interior1,
.color-interior2,
.color-wood,
.color-covers {
  list-style: none;
  width: 32.333%;
  height: 70px;
  border: 2px solid white;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.newform-popup-wrapper h2 {
  text-align: center;
}

#constructor-details {
  background: #fff;
}

#constructor-details .note {
  padding: 4px 16px 24px;
  color: #999;
  font-style: italic;
}

.options-chapter {
  margin-bottom: 16px;
  font-weight: 700;
  padding: 4px 16px;
}

.car-general {
  padding-top: 24px;
  display: flex;
  font-size: 30px;
}

.car-general div {
  flex-grow: 1;
}

.options-chapter__name {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

.options-chapter__name {
  margin-bottom: 10px;
}

.option-row {
  display: flex;
  padding: 8px;
  border-top: 1px solid #e5e5e5;
}

.option-row:first-child {
  border-top: 0;
}

.option-name,
.option-selected-name {
  flex-basis: 40%;
}

.option-selected-price {
  flex-basis: 20%;
}

.option-name {
  color: #464646;
}

.option-selected-name .option-selected-price,
.car-price {
  color: #999;
}

.car-price,
.option-selected-price {
  text-align: right;
}

.newform-contact-form--window {
  position: sticky;
  top: 0;
}

[name="privacyPolicy"] {
  display: flex;
}

[name="privacyPolicy"] input {
  height: auto;
}

@media screen and (max-width: 576px) {
  .newform-popup-wrapper {
    padding-top: 140px;
  }

  .new-contact-wrapper--close {
    display: none;
  }

  .newform-contact-form--window .row-builder input[type="submit"] {
    margin-right: auto;
  }

  .footer-block:first-child {
    display: none;
  }
}

@media screen and (min-width: 1400px) {
  .newform-contact-form--window .row-builder p {
    flex-direction: row;
  }

  .newform-popup-wrapper .et_pb_row_4 {
    display: flex;
    flex-wrap: nowrap;
  }

  .newform-contact-form--window .row-builder .wpcf7-submit {
    margin-right: 0 !important;
    margin-top: 29px;
  }
}

.phone_link_contact_form {
  color: #333;
  font-weight: 700;
}

[name="signupFormContainer"] .quick_form_8_css {
  background-color: transparent !important;
}

.box-dropdown.box-dropdown_has-children {
  width: 90%;
  margin-left: auto;
}

.box-dropdown.box-dropdown_has-children li.element-panel {
  background-color: transparent;
}

#errorMsgDiv {
  margin: 0 !important;
}

.quick_form_8_css {
  height: auto !important;
}

.wfrm_fld_dpNn {
  display: none;
}

[type="reset"] {
  background-color: #d8ce0f;
  border: 2px solid #d8ce0f;
  transition: 0.33s ease-out;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
}

#left-area ul,
.entry-content ul,
.et-l--body ul,
.et-l--footer ul,
.et-l--header ul {
  list-style-type: none !important;
  padding: 0 0 31px 0em !important;
}

.iti {
  width: 100% !important;
}

.home .footer-newsletter input[type="button"],
html body.page-id-25 .footer-block #customForm input[type="button"] {
  border-radius: 0 !important;
  background-color: #fff !important;
  color: #000 !important;
}

.home .footer-newsletter input[type="button"]:hover,
html body.page-id-25 .footer-block #customForm input[type="button"]:hover {
  background-color: transparent !important;
  color: #fff !important;
}

.fixed-contact--btn,
html body.page-id-25 .cta_build_this {
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.fixed-contact--btn:hover,
html body.page-id-25 .fixed-contact--btn:hover {
  color: maroon;
  background-color: transparent !important;
}

body .contact-form--window {
  border-radius: 0 !important;
}

html body.page-id-25 .no-roof--option {
  font-size: 30px !important;
}
