/*
Theme Name: Strata Child
Theme URI: http://demo.qodeinteractive.com/strata/
Description: A child theme of Elision Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: strata
*/
@import url("../strata/style.css");

input, textarea, select, button {
  font-size: 100%;
}
/*ol, ul {
  list-style: none;
}*/
/*ul li {
	margin-bottom: 5px !important;
}
ul {
	margin-bottom: 15px !important;
}*/

div {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}


.clearfix:after {
  display: block;
  width: 1px;
  height: 0px;
  content: " ";
  clear: both;
}

#config-wrap {
  position: relative;
}

#config-form {
  width: 75%;
  padding-left: 25%;
}

#conform {
  padding: 2em 1em;
}
/*body p{
	margin-bottom: 10px;
}*/
.col-3-4, .col-2-3, .col-1-2, .col-1-3, .col-1-4, .col-1-5, .col-1-6 {
  float: left;
  padding: 0 1em;
  box-sizing: border-box;
}
.col-1-1 {
  width: 100%;
  padding: 0 1em;
  box-sizing: border-box;
}
.col-3-4 {
  width: 75%;
}
.col-2-3 {
  width: 66.666%;
}
.col-1-2 {
  width: 50%;
}
.col-1-3 {
  width: 33.333%;
}
.col-1-4 {
  width: 25%;
}
.col-1-5 {
  width: 20%;
}
.col-1-6 {
  width: 16.666%;
}
#configurator-info {
  padding: 0 2em 2em 2em;
  visibility: hidden;
}
#configurator-info.visible {
  visibility: visible;
}
#configurator-info p {
  border-top: 1px solid rgb(22,173,228);
  padding-top: 1em;
}
#config-steps {
  width: 25%;
  border-right: 1px solid #eaeaea;
  position: absolute;
  left: 0;
  top: 0;
}
#config-steps ul {
  display: block;
  margin-top: 2em;
  margin-left: 2em;
  position: absolute;
  counter-reset: step-counter;
}
#config-steps ul.fix-sidebar {
  position: fixed;
  top: 8em;
}
#config-steps ul.fix-sidebar.bottom {
  position: absolute;
  top: auto;
  bottom: 1em;
}
#config-steps ul li {
  list-style-type: none;
  display: block;
  padding: 0.75em 0 0.75em 3em;
  margin-bottom: 1px;
}
#config-steps ul li.step-active {
  background-color: rgb(44,89,123);
}
#config-steps ul li:before {
  width: 2em;
  height: 2em;
  border-radius: 1em;
  left: 0;
  text-align: center;
  line-height: 2em;
  content: counter(step-counter);
  counter-increment: step-counter;
  border-color: rgb(22,173,228);
  color: rgb(22,173,228);
}
#config-steps ul li.ready:before {
  background-color: rgb(22,173,228);
  color: rgb(255,255,255);
}
#config-steps ul li a {
  display: block;
  line-height: 1.5em;
  color: rgb(44,89,123);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 300;
}
.conform-section-title {
  font-family: "circulamedium";
  font-size: 2em;
  font-weight: 800;
  line-height: 1.5em;
  color: rgb(44,89,123);
  margin: 0 0.5em 1em 0.5em;
  text-transform: uppercase;
}
.conform-section-subtitle {
  font-family: "circulamedium";
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.5em;
  color: rgb(22,173,228);
  margin: 0 0.67em;
  position: relative;
  padding-left: 1.5em;
}
.conform-section-title:after {
  content: " ";
  display: block;
  width: 100%;
  height: 0.125em;
  background: rgb(22,173,228); 
}
.conform-section-subtitle:before {
  content: " ";
  display: block;
  width: 1em;
  height: 0.167em;
  background: rgb(22,173,228); 
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.conform-section-subtitle:after {
  content: " ";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 0.15em solid ;
  border-right: 0.15em solid rgb(22,173,228); 
  position: absolute;
  left: 0;
  top: 50%;
  transform: rotate(45deg) translateY(-68%);
}
.continue {
  margin: 2em 1em;
  border: none;
  display: none;
}
.continue.button-outline {
  border: 1px solid rgb(22,173,228);
  font-weight: 300;
}
.continue.button-outline:hover {
  border-color: rgb(17,133,176);
}
.continue.shown {
  display: inline-block;
}
#contact-text {
  width: 100%;
  height: 65px !important;
}
#change-info.invisible {
visibility: hidden;
}
.wpcf7-form .col-1-2,.wpcf7-form .col-1-1, #request .col-1-2 {
  margin-bottom: 1em;
}
#request .col-1-1 {
  padding-top: 2em;
  clear: both;
}
#request label, #pw-form label {
  display: block;
  width: 100%;
  font-weight: 300;
}
#request label strong, #pw-form strong {
  font-weight: 800;
  color: rgb(22,173,228);
}

#request input[type="text"],
#request textarea[type="text"],
#pw-form input[type="text"], 
#pw-form input[type="email"] {
  display: block;
  width: 100%;
  height: 3em;
  line-height: 3em;
  padding: 0 1em;
  border: none;
  background-color: rgb(248,248,248);
  box-sizing: border-box;
  border-left: 1px solid rgb(248,248,248);
  border-right: 1px solid rgb(248,248,248);
  border-top: 1px solid rgb(255,255,255);
  border-bottom: 1px solid rgb(22,173,228);
  font-family: 'Hind';
}
#pw-form input[type="text"] {
  margin-bottom: 0.5em;
}
#request input[type="text"]:focus, 
#pw-form input[type="text"]:focus,
#pw-form input[type="email"]:focus {
  border-color: rgb(22,173,228);
  background-color: rgb(255,255,255);
  box-shadow: 0.25em 0.25em 0 0 rgba(15,15,15,0.1);
  -webkit-box-shadow: 0.25em 0.25em 0 0 rgba(15,15,15,0.1);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;  
}
#trap {
  visibility: hidden;
}
#pw-form #trap {
  height: 0;
}
.smaller-text {
font-weight: 300;
font-size: .875em;
}
.button {
  height: 2.5em;
  box-sizing: border-box;
  text-align: center;
  color: rgb(44,89,123);
  text-decoration: none;
  line-height: 2.5625em;
  border-radius: 1.25em;
}
.button-outline {
  border: 1px solid rgb(22,173,228);
  color: rgb(22,173,228);
  padding: 0 2em;
}
.button-outline:hover {
  border-color: rgb(17,133,176);
  color: rgb(17,133,176);
}
footer .button-outline:hover {
  border: 1px solid rgb(22,173,228);
  background-color: rgb(22,173,228);
  color: rgb(44,89,123);
}
.button-heavy {
  background-color: rgb(22,173,228);
  color: rgb(255,255,255);
  padding: 0 2em;
  font-weight: 300;
}
.button-heavy:hover {
  background-color: rgb(17,133,176);
}
.cta-buttons {
  padding: 1em 0;
}
.cta-buttons .button {
  margin: 1em;
}
#select-car .input-box label span,
#select-platform .input-box label span,
#select-drivesystem .input-box label span {
  font-family: "circulamedium";
  color: rgb(44,89,123);
  font-size: 1.25em;
  line-height: 1.5em;
  display: inline-block;
  width: 100%;
}
#select-car .input-box label span{
  width: 90% !important;
  padding-right: 20%;
}
#select-extras .input-box label h3 {
  font-family: "circulamedium";
  color: rgb(44,89,123);
  font-size: 1.25em;
  display: inline-block;
  width: 100%;
  font-weight: 800;
  margin-bottom: 5%;
  }

#select-platform, 
#select-drivesystem,
#select-extras,
#summary,
#request {
  padding-top: 2em;
  display: none;
}
#select-platform.displayed,
#select-drivesystem.displayed,
#select-extras.displayed {
  display: block;
}
#select-power {
  clear: both;
  padding-top: 1em;
  display: none;
}
#select-drive.displayed,
#select-power.displayed,
#summary.displayed,
#request.displayed {
  display: block;
}
#select-platform .input-box.OR,
#select-platform .input-box.ORC,
#select-platform .input-box.HPS,
#select-extras .input-box.orc-extras,
#select-extras .input-box.hps-extras {
  display: none;
}
#select-platform .input-box.OR.showinput,
#select-platform .input-box.ORC.showinput,
#select-platform .input-box.HPS.showinput,
#select-extras .input-box.orc-extras.showinput,
#select-extras .input-box.hps-extras.showinput {
  display: inline-block;
}
#summary-table p {
  border-bottom: 1px solid rgb(131,184,189);
  background-color: rgb(252,252,252);
  line-height: 3em;
  padding: 0 1em;
  text-transform: uppercase;
  font-weight: 800;
}
.summary-description {
  font-weight: 300;
  display: inline-block;
  width: 12em;
}
#extras-overview {
  background-color: rgb(252,252,252);
  padding-bottom: 1em;
  margin-bottom: 0.5em;
}
#extras-overview p {
  border: none;
}
.input-box input[type=radio],
.input-box input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}
.input-box input[type="radio"] + label,
.input-box input[type=checkbox] + label {
  display:block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgb(204,204,204);
  margin-bottom: 2em;
  opacity: 0.75;
  position: relative;
  text-align: center;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.input-box input[type="radio"].car + label {
  padding: 1em;
  height: 170px;
}
.input-box input[type="radio"].platform + label {
  padding: 0 0 0.75em 0;
}
.input-box input[type="radio"].drive + label, 
.input-box input[type="radio"].fuel + label,
.input-box input[type="radio"].power + label,
.input-box input[type=checkbox].extra + label {
  padding: 1em;
}
.input-box input[type=checkbox].extra + label {
  position: relative;
  height: 200px;
}
.input-box input[type=checkbox].extra + label b {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  padding: 4em 1em 1em 1em;
  box-sizing: border-box;
  background-color: rgba(255,255,255,0.65);
  top: 0;
  left: 0;
  color: rgb(165,21,13);
  font-size: 0.875em;
  font-weight: 400;
  text-transform: uppercase;
  display: none;
}
.input-box input[type=checkbox].extra + label.not-available b {
  display: block;
}
.input-box input[type="radio"] + label:hover, .input-box input[type="radio"]:hover + label,
.input-box input[type="checkbox"] + label:hover, .input-box input[type="checkbox"]:hover + label {
  opacity: 1;
}
.input-box input[type="radio"]:checked + label,
.input-box input[type="checkbox"]:checked + label {
  border: 1px solid rgb(22,173,228);
  opacity: 1;
  box-shadow: 0.25em 0.25em 0 0 rgba(15,15,15,0.1);
  -webkit-box-shadow: 0.25em 0.25em 0 0 rgba(15,15,15,0.1);
}
.input-box input[type="radio"]:checked + label:before,
.input-box input[type="checkbox"]:checked + label:before {
  content: " ";
  display: block;
  width: 2.5em;
  height: 2.5em;
  border-radius: 1.25em;
  background-color: rgb(22,173,228);
  position: absolute;
  top: -1em;
  right: -1em;
  box-shadow: 0.2em 0.1em 0 0 rgba(15,15,15,0.1);
  -webkit-box-shadow: 0.2em 0.1em 0 0 rgba(15,15,15,0.1);
  z-index: 2;
}
.input-box input[type="radio"]:checked + label:after,
.input-box input[type="checkbox"]:checked + label:after {
  content: " ";
  display: block;
  width: 1em;
  height: 0.6em;
  border-left: 0.25em solid rgb(255,255,255);
  border-bottom: 0.25em solid rgb(255,255,255);
  position: absolute;
  top: -0.375em;
  right: -0.375em;
  transform: rotate(-45deg);
  z-index: 3;
}
#select-car .input-box label span,
#select-platform .input-box label span,
#select-drivesystem .input-box label span,
#select-extras .input-box label span {
  font-family: "circulamedium";
  color: rgb(44,89,123);
  font-size: 1.25em;
  line-height: 1.5em;
  display: inline-block;
  width: 100%;
}
#select-extras .input-box label span {
  height: 3.25em !important;
  font-family: inherit !important;
  color: #777 !important;
  font-size: inherit; !important,
}
#select-extras .input-box, #select-platform .input-box,#select-car .input-box {
  position: relative;
}
#select-power {
  clear: both;
  padding-top: 1em;
  display: none;
}

#select-power.displayed,
#summary.displayed,
#request.displayed {
  display: block;
}
#select-car span {
  text-align: left;
}
.tooltip-trigger {
  font-size: 0.75em;
  font-weight: 800;
  font-family: serif;;
  line-height: 1.5em;
  text-align: center;
  display: block;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: 77%;
  right: 8%;
  border: 1px solid rgb(44,89,123);
  border-radius: 1em;
  background-color: rgb(255,255,255);
  color: rgb(44,89,123);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  cursor: pointer;
}
.tooltip-trigger.trig-on + div {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#select-extras .tooltip-trigger {
  top: 70%;
  right: 15%;
}
#select-extras .config-tooltip {
  top: 85%;
}
#select-fuel span, #select-power p {
  text-transform: uppercase;
}
#select-car .config-tooltip span{
  color: rgb(255,255,255) !important;
  font-family: inherit !important;
  font-size: 14px !important;
}
.config-tooltip ul {
  text-align: left !important;
}
main li:before{
  border: 1px solid rgb(255,255,255) !important;
}
.config-tooltip {
  width: 350px;
  padding: 0.5em 0.75em;
  box-sizing: border-box;
  position: absolute;
  top: 90%;
  right: initial;
  left: 0;
  color: rgb(255,255,255);
  background-color: rgb(44,89,123);
  -webkit-box-shadow: 0 0 0 1px rgb(44,89,123);
  box-shadow: 0 0 0 1px rgb(44,89,123);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-size: 0.875em;
  font-weight: 300;
  z-index: 1;
}
.config-tooltip.lastboxtooltip{
  right:0 !important;
  left: inherit;
}
.config-tooltip:after {
 display: none;
}
.config-tooltip.lastboxtooltip:after{
  left: 25.8em !important;
 }
#summary-table p {
  border-bottom: 1px solid rgb(131,184,189);
  background-color: rgb(252,252,252);
  line-height: 3em;
  padding: 0 1em;
  text-transform: uppercase;
  font-weight: 800;
}
#extras-overview {
  background-color: rgb(252,252,252);
  padding-bottom: 1em;
  margin-bottom: 0.5em;
}
#extras-overview p {
  border: none;
}
#selected-extras {
  column-count: 2;
  /*column-gap: 2em;*/
  font-weight: 300;
  list-style: circle inside;
}
input#privacy {
  display: none;
}
input#privacy + label {
  padding-left: 3em;
  line-height: 2em;
  display: block;
  position: relative;
}
input#privacy + label:before {
  content: " ";
  display: block;
  width: 2em;
  height: 2em;
  border-radius: 1em;
  border: 1px solid rgb(22,173,228);
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
}
input#privacy + label:after {
  content: " ";
  display: block;
  width: 0.67em;
  height: 0.4em;
  border-left: 0.25em solid rgb(255,255,255);
  border-bottom: 0.25em solid rgb(255,255,255);
  position: absolute;
  top: 0.6em;
  left: 0.6em;
  transform: rotate(-45deg);
  }
  input#privacy:checked + label:before {
    background-color: rgb(22,173,228);
  }
  main li {
  padding-left: 2em;
  position: relative;
  }
main li:before {
  display: block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid rgb(44,89,123);
  border-radius: 0.5em;
  box-sizing: border-box;
  position: absolute;
  left: 1em;
  top: 0.5em;
  content: " ";
}

#cmplz-document{
	max-width: 100%;
}

@media only screen and (max-width: 1250px) {
  #configurator .col-1-4{
    width: 33.33%;
  }
}
  
@media only screen and (max-width: 967px) {
  #config-steps {
    display: none;
  }
  #config-form {
    width: 100%;
    padding-left: 0;
  }
  
}
@media only screen and (max-width: 959px) {
  #select-car .input-box label span,
  #select-platform .input-box label span,
  #select-drivesystem .input-box label span,
  #select-extras .input-box label span {
    line-height: 1.25em;
    width: 100%;
  }
  .input-box input[type="radio"].platform + label, 
  .input-box input[type="radio"].drive + label, 
  .input-box input[type="radio"].fuel + label, 
  .input-box input[type="radio"].power + label, 
  .input-box input[type=checkbox].extra + label {
    padding: 0.5em;
    background-size: 100% auto;
  }
}
@media only screen and (max-width: 767px) {
  .conform-section-title {
    margin: 0 0.25em 1em 0.25em;
  }
  .input-box input[type="radio"] + label,
  .input-box input[type=checkbox] + label {
    margin-bottom: 1em;
  }
  #selected-extras {
    column-count: 1;
    column-gap: 0;
  }
  
  #configurator .col-1-4, #configurator .col-1-3{
    width: 50%;
  }
  .config-tooltip.lastboxtooltip{
    left: 0 !important;
  }

}

@media only screen and (min-width: 481px) and (max-width: 767px) {
  .input-box input[type="radio"].car + label {
    background-size: 40% auto;
    background-position: 10%  center;
    text-align: left;
  }
  .secondboxtooltip {
    right: 0 !important;
    left: inherit !important;
  }
  
}

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

  .continue {
    width: 80%;
    box-sizing: border-box;
    margin: 1em 10%;
  }
  #select-extras .input-box label span {
  height: 3.8333em;
  }
  .tooltip-trigger {
    left: inherit;
  }
  #change-info.invisible {
    height: 3em;
    overflow: hidden;
  }
  #configurator .col-1-3, #configurator .col-1-4 {
    width: 100%;
  }
  .input-box input[type=checkbox].extra + label{
    height: 125px;
  }
  .config-tooltip{
    width: 300px;
  }
}
