/* OXYGEN NORMALIZATION */
.oxygen-body *:focus {
  outline: none !important;
}

.oxygen-body .p-pad p:first-child,
.oxygen-body .ct-inner-content p:first-child,
.oxygen-body .ct-text-block p:first-child {
  margin-top: 0;
}

.oxygen-body .p-pad p:last-child,
.oxygen-body .ct-inner-content p:last-child,
.oxygen-body .ct-text-block p:last-child {
  margin-bottom: 0;
}

.oxygen-body iframe {
  border: 0;
}

.oxygen-body figure {
  margin: 0;
}

#div_block-335-137-1 {
  border: 4px solid #8faa1b;
}

/* @import '../woocommerce/assets/css/_mixins.scss'; */
/*-----------*/
/* GUTENBERG */
/*-----------*/
.oxygen-body .wp-block-column > h1, .oxygen-body .wp-block-column > h2, .oxygen-body .wp-block-column > h3, .oxygen-body .wp-block-column > h4, .oxygen-body .wp-block-column > h5, .oxygen-body .wp-block-column > h6 {
  margin-top: 0;
}

.wp-block-image img {
  height: auto;
}

#page-content {
  word-break: break-word;
}

.learndash-wrapper,
.woocommerce-account #page-content {
  word-break: initial;
}

/*GLOBAL*/
.show-read-more .more-text {
  display: none;
}

/*LEARN DASH*/
body.admin-bar .learndash-wrapper .ld-focus-main .ld-focus-header {
  top: 0;
}

body.learndash-cpt {
  background: #fdfdfd;
}

/************/
/*  HEADER  */
/************/
#header-old {
  transition: 0.5s;
}

@media (max-width: 1200px) {
  body.scroll-down:not(.home) #header-old,
  body.scrolled.scroll-down.home #header-old {
    transform: translate(0, -100%);
  }
}
/*************/
/* MAIN MENU */
/*************/
#header-old #main-menu .menu-item {
  justify-content: center;
  position: relative;
}
#header-old #main-menu .menu-item.menu-button {
  margin-left: 20px;
}
#header-old #main-menu .menu-item.menu-button > a {
  font-family: "Open Sans";
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 1px;
  padding: 0.3rem 1rem;
  border-radius: 2rem;
  border: 2px solid #fbf5e5 !important;
}
#header-old #main-menu .menu-item.menu-button > a:hover {
  background-color: #fbf5e5 !important;
  color: #111;
}
#header-old #main-menu .menu-item:not(.menu-button) > a:active {
  color: #f5f9e4;
}
#header-old #main-menu .menu-item:not(.menu-button) > a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  width: calc(100% - 20px);
  height: 0;
  border-bottom: 2px solid;
  transition: 0.5s;
  transform: scale(0, 1);
}
#header-old #main-menu .menu-item:not(.menu-button) > a:hover:before,
#header-old #main-menu .menu-item:not(.menu-button) > a:active:before {
  transform: scale(1, 1);
}
#header-old #main-menu .menu-item.mobile-only {
  display: none;
}
#header-old #main-menu .menu-item.new a:after {
  content: "new";
  display: inline-block;
  color: #333333;
  background-color: #b5d722;
  padding: 0.2rem 0.4rem;
  line-height: 1;
  font-size: 0.65rem;
  margin-left: 1rem;
  border-radius: 5rem;
  text-transform: uppercase;
  font-family: "Open Sans";
  font-weight: 700;
}
#header-old #main-menu {
  /*SUB MENUS*/
}
#header-old #main-menu .menu-item.menu-item-has-children a:before {
  content: none;
}
#header-old #main-menu ul.sub-menu {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
#header-old #main-menu ul.sub-menu > li {
  padding: 0.5rem 0rem;
}
#header-old #main-menu ul.sub-menu > li:first-child {
  padding-top: 1rem;
  border-top: 2px solid #cdd999;
}

/**********************/
/* MAIN MENU - MOBILE */
/**********************/
.oxy-nav-menu-hamburger-wrap .oxy-nav-menu-hamburger-line {
  transition: 0.25s;
}

.oxy-nav-menu-hamburger-wrap .oxy-nav-menu-hamburger-line:nth-child(1) {
  transition-delay: 0s;
}

.oxy-nav-menu-hamburger-wrap .oxy-nav-menu-hamburger-line:nth-child(2) {
  transition-delay: 0.0625s;
}

.oxy-nav-menu-hamburger-wrap .oxy-nav-menu-hamburger-line:nth-child(3) {
  transition-delay: 0.125s;
}

.oxy-nav-menu-hamburger-wrap:active .oxy-nav-menu-hamburger-line,
.oxy-nav-menu-hamburger-wrap:hover .oxy-nav-menu-hamburger-line {
  transform: rotate(180deg);
}

.oxy-nav-menu-hamburger-wrap .oxy-nav-menu-hamburger-line {
  border-radius: 3px;
  box-shadow: 0px 0px 0px rgba(255, 242, 218, 0);
}

.oxy-nav-menu-hamburger-wrap:active .oxy-nav-menu-hamburger-line,
.oxy-nav-menu-hamburger-wrap:hover .oxy-nav-menu-hamburger-line {
  background-color: #fff2da;
  box-shadow: 0px 0px 3px #fff2da;
}

body #header-old {
  z-index: 99;
  top: -1px;
}
body #header-old #main-menu.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-list {
  display: flex;
  align-items: center;
}
body #header-old #main-menu.oxy-nav-menu.oxy-nav-menu-open .menu-item {
  margin-top: 10px;
  margin-bottom: 10px !important;
}
body #header-old #main-menu.oxy-nav-menu.oxy-nav-menu-open .menu-item:last-child {
  margin-left: 0;
  margin-top: 10px;
}
body #header-old #main-menu.oxy-nav-menu.oxy-nav-menu-open .menu-item.menu-button {
  margin-left: 0;
}
body #header-old #main-menu.oxy-nav-menu.oxy-nav-menu-open .menu-item > a {
  font-size: 1.4rem;
}
body #header-old #main-menu.oxy-nav-menu.oxy-nav-menu-open .menu-item.mobile-only {
  display: flex;
}

/**********/
/* FOOTER */
/**********/
@media (max-width: 767px) {
  .footer-col .oxy-nav-menu-list .menu-item > a {
    text-align: center;
    display: block;
  }
}
/***********/
/* BUTTONS */
/***********/
.registration-area .dko-enrol-button button {
  width: 250px;
  text-transform: uppercase;
  letter-spacing: 3px;
  background-color: #90ab1b;
  border: 0;
  color: #fff;
  padding: 14px;
  cursor: pointer;
  transition: 0.25s;
  margin-top: 10px;
  border-radius: 50px;
}
.registration-area .dko-enrol-button button:hover,
.registration-area .dko-enrol-button button:active {
  background-color: #fff;
  color: #333;
}

body .learndash-wrapper .dko-course-content-button {
  display: inline-block;
  width: auto;
  margin-bottom: 1rem;
}

/*********************/
/* STEPS OR SESSIONS */
/*********************/
.steps-wrap {
  position: relative;
}

.steps-wrap:before,
.steps-wrap:after {
  width: 20px;
  height: 20px;
  background-color: #90ab1b;
  position: absolute;
  left: 0px;
  right: 0px;
  border-top-color: #90ab1b;
  border-right-color: #90ab1b;
  border-bottom-color: #90ab1b;
  border-left-color: #90ab1b;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-radius: 50%;
  z-index: 2;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-top: auto;
  content: "";
}

.steps-wrap:before {
  top: 0;
}

.steps-wrap:after {
  bottom: 0;
}

@media (min-width: 480px) {
  .session:nth-child(2n) {
    align-self: flex-end;
    text-align: left;
    align-items: flex-start !important;
  }
  .session:nth-child(2n):before {
    left: -2rem;
  }
  .session:nth-child(2n):after {
    left: calc(-2rem - 6px);
  }
}
/****************/
/* TESTIMONIALS */
/****************/
@media (min-width: 768px) {
  .testimonials .testimonial-wrap:nth-child(2n),
  .testimonials .testimonial-wrap:nth-child(2n) .testimonial-title {
    align-self: flex-end;
  }
  .testimonials .testimonial-wrap:nth-child(2n) .testimonial-img {
    order: 1;
  }
  .testimonials .testimonial-wrap:nth-child(2n) .testimonial-text-wrap {
    padding-left: 0;
    padding-right: 30px;
  }
  .testimonials .testimonial-wrap:nth-child(2n) .testimonial-bubble:before {
    left: initial;
    right: -40px;
    border-right-color: transparent;
    border-left-color: #fff;
  }
}
/*****************/
/* GRAVITY FORMS */
/*****************/
select, option {
  font: -moz-pull-down-menu;
}

/*REGISTRATION FORM*/
#registration form label {
  font-family: "Open Sans";
}
#registration form a {
  color: #90ab1b;
}
#registration form a:hover {
  color: #fff;
}
#registration form ul {
  list-style: none;
  padding: 0;
  width: 100%;
  max-width: 650px;
}
#registration form ul li {
  margin-bottom: 15px;
}
#registration form ul li label.gfield_label {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  letter-spacing: 2px;
  font-family: "Open Sans";
}
#registration form ul li label.gfield_consent_label {
  text-transform: none;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 16px;
}
#registration form ul li div.ginput_container {
  margin-top: 0;
}
#registration form ul li input,
#registration form ul li select {
  width: 100%;
  background: #1d1d1d;
  border: 0;
  font-family: "Open Sans";
  color: #fff;
  padding: 6px 12px;
  border-bottom: 2px solid #90ab1b;
  letter-spacing: 2px;
  font-weight: 100;
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 0;
  border-radius: 0;
}
#registration form ul li option {
  background: #fff;
  color: #333;
}
#registration form ul li input:-webkit-autofill,
#registration form ul li input:-webkit-autofill:hover,
#registration form ul li input:-webkit-autofill:focus,
#registration form ul li input:-webkit-autofill:active {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
#registration form ul li .ginput_container_address span.address_country {
  width: 100%;
}
#registration form ul li .ginput_container_password button {
  width: 36px;
  background: transparent;
  color: #fff;
  border: 0;
  cursor: pointer;
}
#registration form ul li .ginput_container_password button span.dashicons {
  margin-top: -6px;
}
#registration form ul li .gfield_password_strength {
  margin-top: 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  letter-spacing: 2px;
  font-family: "Open Sans";
  color: #111;
}
#registration form ul li .gfield_password_strength.blank {
  opacity: 0;
  display: none;
}
#registration form ul li .gfield_required {
  display: none;
}
#registration form ul li .validation_message {
  font-family: "Open Sans";
}
#registration form ul li form.registration .validation_error {
  display: none;
}
#registration form .gform_footer {
  text-align: center;
}
#registration form .gform_footer input[type=submit] {
  width: 250px;
  text-transform: uppercase;
  letter-spacing: 3px;
  background-color: #90ab1b;
  border: 0;
  color: #fff;
  padding: 14px;
  cursor: pointer;
  transition: 0.25s;
  margin-top: 10px;
  border-radius: 50px;
}
#registration form .gform_footer input[type=submit]:hover,
#registration form .gform_footer input[type=submit]:active {
  background-color: #fff;
  color: #333;
}
#registration form .gform_confirmation_message {
  font-family: "Open Sans";
  font-weight: 100;
  margin-top: 20px;
}

/*******/
/*LISTS*/
/*******/
form.feedback ul li,
.learndash-wrapper form ul li {
  margin-bottom: 2rem !important;
}

.fancy-list ul {
  list-style: none;
  padding-left: 60px;
}
.fancy-list ul li {
  position: relative;
  margin-bottom: 14px;
}
.fancy-list ul li:before {
  height: 15px;
  width: 15px;
  position: absolute;
  border-radius: 50%;
  border: 2px solid #ec4142;
  top: 8px;
  left: -34px;
  content: "";
}
.fancy-list ul ul li:before {
  background: #3d9767;
  border-color: transparent;
  top: 10px;
  height: 12px;
  width: 12px;
}
.fancy-list ul li ul {
  margin-top: 14px;
}

@media only screen and (max-width: 480px) {
  .fancy-list ul {
    padding-left: 20px;
  }
  .fancy-list ul li:before {
    left: -28px;
  }
}
.ticks li:before {
  background: url(/wp-content/uploads/2020/01/red-check1.png) no-repeat;
  border: 0;
  height: 14px;
  width: 18px;
}

.mindent ul {
  padding-left: 40px;
}

.orange li:before {
  border-color: #fc9840;
}

/*********/
/*ACCOUNT*/
/*********/
.woocommerce-payment-methods .ld-course-list,
.woocommerce-payment-methods #bonus,
.woocommerce-edit-address .ld-course-list,
.woocommerce-edit-address #bonus,
.woocommerce-downloads .ld-course-list,
.woocommerce-downloads #bonus,
.woocommerce-subscriptions .ld-course-list,
.woocommerce-subscriptions #bonus,
.woocommerce-orders .ld-course-list,
.woocommerce-orders #bonus,
.woocommerce-edit-account .ld-course-list,
.woocommerce-edit-account #bonus,
.woocommerce-avatar .ld-course-list,
.woocommerce-avatar #bonus {
  display: none;
}

/*LD*/
#ld-profile {
  margin-bottom: 50px;
}

.learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-edit-link {
  text-transform: capitalize;
}

.learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-edit-link:hover {
  color: #90ab1b;
}

/*WOO ACCOUNT NAV*/
/* .woocommerce-account .woocommerce {

    display: flex;
    flex-direction: column;

    .woocommerce-MyAccount-content,
    nav.woocommerce-MyAccount-navigation {
        width: 100%;
        float: none;
    }

    .woocommerce-MyAccount-navigation {
        max-width: 300px;
        padding-right: 2rem;

        > ul {
            display: flex;
            flex-direction: column;
            margin-bottom: 20px;
            padding-left: 0px;

            > li:before {
                content: none;
            }

            > li {
                display: inline-block;
                border-radius: 30px;
                transition: 0.25s;
                margin-bottom: 5px !important;

                a {
                    text-transform: uppercase;
                    letter-spacing: 2px;
                    line-height: 2;
                    color: #333;
                    display: inline-block;
                    text-decoration: none;
                }
                a:hover,
                a:active {
                    color: #90ab1b;
                    transform: translate(0.5rem, 0);
                }

            }

            > li.is-active:before {
                content: '\276F ';
            }
            > li.is-active a {
                font-weight: 700;
                color: #b5d722;
            }

        }
    }

    @include media("<=phone-landscape") {

        flex-direction: column;

        .woocommerce-MyAccount-navigation {

            max-width: 100%;

            > ul {
                text-align: center;

                > li > a:hover,
                > li > a:active {
                    transform: translate(0, 0);
                }
            }
        }

    }

} */
/*WOO*/
.woocommerce .woocommerce-notices-wrapper .woocommerce-error a:not(.button) {
  color: #ec4142;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-info.important {
  border-top-color: #e3ab1c;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-info.important:before {
  color: #e3ab1c;
  content: "\e033";
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-info.important a {
  color: #e3ab1c;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-info.important strong {
  color: #000000;
}

/*WOO ACCOUNT CONTENT*/
.woocommerce-account .woocommerce .woocommerce-MyAccount-content a {
  color: #90ab1b;
  font-weight: 700;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content a:hover {
  color: #000;
  text-decoration: none;
}
.woocommerce-account .woocommerce .account-fields-links {
  font-size: 0.9rem;
}
.woocommerce-account .woocommerce .account-fields-title {
  margin-bottom: 0 !important;
}
.woocommerce-account .woocommerce .account-fields-title:not(:first-child) {
  margin-top: 1.5rem !important;
}
.woocommerce-account .woocommerce form.woocommerce-EditAccountForm textarea {
  min-height: 100px;
}

/* WOO PRODUCT */
#wc-stripe-payment-request-wrapper,
#wc-stripe-payment-request-button-separator {
  display: none !important;
}

#product-wrap .oxy-product-price del .woocommerce-Price-amount {
  font-size: 2em;
  color: #b13d0b;
}

body .woocommerce form .form-row .woocommerce-input-wrapper .description {
  font-size: 0.8em;
  padding: 0.1em 0.5em;
  background: #90ab1b;
}
body .woocommerce form .form-row .woocommerce-input-wrapper .description:before {
  border-color: #90ab1b transparent transparent transparent;
}

body .woocommerce form.checkout h3 {
  margin-top: 1rem;
  font-weight: 400;
}
body .woocommerce form.checkout .col2-set {
  padding-top: 4px;
}

/*AVATAR*/
#basic-user-avatar-form img.avatar {
  border-radius: 100%;
}

#basic-user-avatar-form input[type=checkbox] {
  opacity: 1;
  display: inline-block;
}

#basic-user-avatar-form input[type=checkbox] + label {
  padding: 0;
}

#basic-user-avatar-form input[type=checkbox] + label:before,
#basic-user-avatar-form input[type=checkbox] + label:after {
  content: none;
}

/********/
/*TABLET*/
/********/
.cinema-frame {
  width: 100%;
  position: relative;
  z-index: 1;
  box-shadow: 0 3.2px 1.6px rgba(0, 0, 0, 0.02), 0 6px 3.9px rgba(0, 0, 0, 0.028), 0 8.8px 7.3px rgba(0, 0, 0, 0.035), 0 12.9px 13px rgba(0, 0, 0, 0.042), 0 23.6px 24.2px rgba(0, 0, 0, 0.05), 0 58px 58px rgba(0, 0, 0, 0.07);
}

.tablet {
  border: 25px solid white;
  border-right-width: 52px;
  border-radius: 30px;
  position: relative;
  transition: 0.25s;
}

.tablet.tablet-left {
  border-right-width: 25px;
  border-left-width: 52px;
}

.tablet:hover {
  transform: scale(1.02, 1.02);
}

.tablet:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  right: -41px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  background-color: transparent;
  border-radius: 50%;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1) inset;
}

.tablet.tablet-left:after {
  right: auto;
  left: -41px;
}

.tablet:before {
  content: "";
  position: absolute;
  left: -25px;
  top: -25px;
  width: calc(100% + 25px + 52px);
  height: calc(100% + 25px + 25px);
  background: linear-gradient(30deg, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.05) 49.99%, rgba(0, 0, 0, 0) 50%);
  border-radius: 30px;
}

.tablet.tablet-left:before {
  left: -52px;
}

.tablet > div {
  box-shadow: 0px 0px 0px 1px white, 0px 0px 4px 2px rgba(0, 0, 0, 0.15);
  background: #111;
}

.tablet iframe {
  border-radius: 3px;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .tablet {
    border-radius: 10px;
    border-width: 10px;
  }
  .tablet:before,
  .tablet:after {
    content: none;
    display: none;
  }
}
/*****************/
/**GOOD LANDINGS**/
/*****************/
.benefit:nth-child(1) {
  transition-delay: 100ms;
}

.benefit:nth-child(2) {
  transition-delay: 200ms;
}

.benefit:nth-child(3) {
  transition-delay: 300ms;
}

.benefit:nth-child(4) {
  transition-delay: 400ms;
}

.benefit:nth-child(5) {
  transition-delay: 500ms;
}

.benefit:nth-child(6) {
  transition-delay: 600ms;
}

.benefit:nth-child(7) {
  transition-delay: 700ms;
}

.benefit:nth-child(8) {
  transition-delay: 800ms;
}

.benefit:nth-child(9) {
  transition-delay: 900ms;
}

.benefit:nth-child(10) {
  transition-delay: 1000ms;
}

@keyframes wobble-ease {
  from {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(5deg);
  }
}
.wobble-ease {
  animation-name: wobble-ease;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  transform-origin: center bottom;
}

/*# sourceMappingURL=https://schoolofmovementmedicine.com/courses/wp-content/scss/courses.css.map?v=493a3529f8e1 */
