/**
 * Theme Name: Effortless English Club Redesign
 * Template: hybrid-base-dynamic-0.2
 * Author: Conversion Ready
 * Author URI: https://conversionready.com
 * Version: 2018.06.06
 */

/* Not enqueued?*/

.cartflows_step-template #scroll-up {
  display: none !important;
}

.center-child img {
  margin: 0 auto;
  display: block;
}

.blck-bckgrnd {
  background: #000;
}

.blck-bckgrnd img {
  display: block;
  margin: 0 auto;
}

.checkout-progress {
  max-width: 700px;
  margin: 0 auto 40px;
}

.checkout-bar {
  display: flex;
}

.checkout-bar .step {
  width: 25%;
  position: relative;
  text-align: center;
}

.checkout-bar .dot {
  background: #d3d3d3;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -25%);
}

.checkout-bar .complete .dot {
  background: #f6bd40;
}

.checkout-bar .step.complete {
  color: #f6bd40;
}

.checkout-progress .progress-bar {
  width: 75%;
  margin: 0 auto;
  height: 8px;
  background: #d3d3d3;
}

/* .checkout-progress .progress-bar.step-2 {
  background: rgb(246, 187, 65);
  background: linear-gradient(
    90deg,
    rgba(246, 187, 65, 1) 33%,
    rgba(211, 211, 211, 1) 33%
  );
} */

.checkout-progress .progress-bar.step-2 {
  background: rgb(246, 187, 65);
  background: linear-gradient(
    90deg,
    rgba(246, 187, 65, 1) 33%,
    rgba(211, 211, 211, 1) 33%
  );
}

.checkout-progress .progress-bar.step-3 {
  background: rgb(246, 187, 65);
  background: linear-gradient(
    90deg,
    rgba(246, 187, 65, 1) 66%,
    rgba(211, 211, 211, 1) 66%
  );
}

.checkout-progress .progress-bar.step-4 {
  background: rgb(246, 187, 65);
}

.cartflows_step-template .rating {
  color: #f6bb41;
  display: block;
  font-size: 1.5em;
  margin-bottom: 0px;
}

.cartflows_step-template li::marker {
  color: #f6bb41;
}

.cartflows_step-template ul {
  margin-left: 0;
  padding-left: 2em;
}

.cartflows_step-template .wp-block-button__link {
  background: #f6bb41;
  /*min-width: 525px;*/
  color: #000;
  max-width: 100%;
  display: block;
  overflow: auto;
  font-size: 1.2em;
}

.timer-header {
  background: #000;
  display: flex;
  color: #fff;
}

.half {
  width: 50%;
  padding: 0 5px;
}

.big-red {
  color: #ea3320;
  font-size: 1.3em;
}

.wp-block-image.ft {
  margin-bottom: 0px;
}

.wcf-regular-price {
  color: #000;
}

.wcf-discount-price {
  color: #f6bb41;
}

.timer-units {
  color: #ea3320;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.timer-units span {
  margin: 5px;
}

.clock span {
  font-size: 3em;
  margin: 5px 10px;
  font-weight: 700;
}

.expired {
  color: #ea3320;
}

.timer-half {
  display: flex;
  justify-content: end;
  align-self: center;
}

.timer-arrows {
  font-size: 3em;
  letter-spacing: -5px;
  margin: 0 10px;
}

.cartflows_step-template .wp-block-buttons > .wp-block-button {
  margin: 10px auto;
  display: block;
  color: #000;
  text-align: center;
}

.cartflows_step-template .wp-block-buttons > .wp-block-button:last-child {
  /* margin-right: auto; */
}

.cartflows_step-template h2 {
  text-align: center;
}

.cartflows_step-template embed,
.cartflows_step-template iframe,
.cartflows_step-template object {
  height: 40vw;
}

.cartflows_step-template section.uagb-section__wrap {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 680px) {
  .timer-header {
    display: block;
    text-align: center;
  }

  .timer-header .half {
    width: 100%;
  }

  .timer-half {
    display: block;
  }

  .timer-arrows {
    display: none;
  }
}

.color-red-text {
  color: red;
}
