/**
 * Callidus vattenguide — styles.
 * Compiled from the live theme's less/inc/guide.less, with the
 * orange changed from #e55204 to #f28d51.
 *
 * The block immediately below replaces the handful of Bootstrap rules
 * the guide relied on. Everything is scoped to #seod-guide so it cannot
 * affect the rest of the Divi site.
 * ---------------------------------------------------------------- */

/* --- Bootstrap replacements (scoped) --- */
#seod-guide .container {
  width: 850px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
#seod-guide .tab-content > .tab-pane { display: none; }
#seod-guide .tab-content > .tab-pane.active { display: block; }
#seod-guide .progress {
  height: 10px;
  overflow: hidden;
  margin: 0;
  border-radius: 0;
}
#seod-guide .progress-bar {
  float: left;
  width: 0;
  height: 100%;
  transition: width 0.4s ease;
}
#seod-guide .btn,
#seod-guide input[type="button"],
#seod-guide input[type="submit"] {
  display: inline-block;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  padding: 8px 20px;
  font-weight: 700;
  line-height: 1.4;
}
#seod-guide .row { display: flex; flex-wrap: wrap; margin: 0 -10px; }
#seod-guide [class*="col-"] { padding: 0 10px; }
#seod-guide .col-xs-4,  #seod-guide .col-sm-4,  #seod-guide .col-md-4  { width: 33.3333%; }
#seod-guide .col-xs-3,  #seod-guide .col-sm-3,  #seod-guide .col-md-3  { width: 25%; }
#seod-guide .col-xs-6,  #seod-guide .col-sm-6,  #seod-guide .col-md-6  { width: 50%; }
#seod-guide .col-xs-12, #seod-guide .col-sm-12, #seod-guide .col-md-12 { width: 100%; }
#seod-guide .text-center { text-align: center; }

/* .hidden is used constantly by guide.js — Bootstrap supplied it, Divi does not */
#seod-guide .hidden { display: none !important; }

@media screen and (max-width: 768px) {
  #seod-guide .col-xs-4, #seod-guide .col-sm-4, #seod-guide .col-md-4,
  #seod-guide .col-xs-3, #seod-guide .col-sm-3, #seod-guide .col-md-3 { width: 50%; }
}

/* --- Guide styles (compiled from guide.less) --- */
.start-guide {
  margin: 0 !important;
}
#seod-guide {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10001;
  padding: 40px 0;
}
#seod-guide .container {
  height: 100%;
  display: table;
}
#seod-guide .container .wrapper {
  position: relative;
  display: table-cell;
  width: 850px;
  max-width: 100%;
  min-height: 100%;
  vertical-align: middle;
}
#seod-guide .container .wrapper .close-guide {
  position: absolute;
  margin-top: -20px;
  right: -15px;
  background: #f28d51;
  padding: 8px 12px;
  border-radius: 50%;
  color: #ffffff;
  z-index: 10;
}
#seod-guide .container .wrapper .guide {
  position: relative;
  background-color: #ffffff;
  padding: 0;
  width: 100%;
  background: #ffffff;
  min-height: 410px;
  overflow-y: scroll;
}
#seod-guide .container .wrapper .guide .progress {
  background: #E3E3E3;
}
#seod-guide .container .wrapper .guide .progress .progress-bar {
  height: 10px;
  background-color: #f28d51;
}
#seod-guide .container .wrapper .guide .navbar {
  display: none;
}
#seod-guide .container .wrapper .guide .tab-content {
  padding: 20px;
  min-height: 350px;
}
#seod-guide .container .wrapper .guide .tab-content .tab-pane .title {
  text-align: center;
  margin-top: 30px;
}
#seod-guide .container .wrapper .guide .tab-content .tab-pane .choice {
  text-align: center;
  cursor: pointer;
  margin-top: 20px;
}
#seod-guide .container .wrapper .guide .tab-content .tab-pane .choice input[type="radio"],
#seod-guide .container .wrapper .guide .tab-content .tab-pane .choice input[type="checkbox"] {
  position: absolute;
  left: -10000px;
  z-index: -1;
}
#seod-guide .container .wrapper .guide .tab-content .tab-pane .choice input[type="text"] {
  margin: 15px 0 !important;
  height: auto;
}
#seod-guide .container .wrapper .guide .tab-content .tab-pane .choice input[type="button"] {
  background: #f28d51;
  border: none;
  border-radius: 5px;
  padding: 5px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
#seod-guide .container .wrapper .guide .tab-content .tab-pane .choice .icon {
  padding: 6px;
  text-align: center;
  vertical-align: middle;
  height: 100%;
  max-height: 120px;
  width: 100%;
  max-width: 120px;
  border-radius: 50%;
  margin: 0 auto 20px;
  border: 4px solid #f28d51;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
#seod-guide .container .wrapper .guide .tab-content .tab-pane .choice p {
  font-weight: 600;
  text-align: center !important;
}
#seod-guide .container .wrapper .guide .tab-content .tab-pane .choice:hover .icon,
#seod-guide .container .wrapper .guide .tab-content .tab-pane .choice.active .icon {
  padding: 0;
}
#seod-guide .container .wrapper .guide .tab-content .tab-pane .desc {
  text-align: center;
}
#seod-guide .container .wrapper .guide .tab-content .tab-pane .closing {
  text-align: center;
  margin-bottom: 20px;
}
#seod-guide .container .wrapper .guide .navigator {
  padding: 20px;
  text-align: center;
}
#seod-guide .container .wrapper .guide .navigator .btn-finish {
  margin: 20px 0 !important;
  float: none !important;
}
#seod-guide .container .wrapper .guide .navigator .disabled {
  display: none;
}
#seod-guide .container .wrapper .guide .wpcf7-response-output {
  text-align: center !important;
}
/* RESPONSIVE
================================================== */
@media screen and (max-width: 1500px) {
  #seod-guide .container .wrapper .guide {
    max-height: 550px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #seod-guide .container .wrapper .close-guide {
    right: -10px;
  }
  #seod-guide .container .wrapper .guide {
    min-height: auto;
    max-height: 480px;
    padding-bottom: 20px;
  }
  #seod-guide .container .wrapper .guide .tab-content {
    min-height: auto;
    padding: 0 15px;
  }
  #seod-guide .container .wrapper .guide .tab-content .tab-pane .choice .icon {
    padding: 0;
    border: 0px;
    max-height: 100px;
    max-width: 100px;
  }
  #seod-guide .container .wrapper .guide .tab-content .tab-pane .choice p {
    font-size: 14px;
    line-height: 22px;
  }
}
