@charset "UTF-8";
@font-face {
  font-family: 'raleway-bold';
  src: url("../fonts/Raleway-Bold.eot");
  src: local("☺"), url("../fonts/Raleway-Bold.woff") format("woff"), url("../fonts/Raleway-Bold.ttf") format("truetype"), url("../fonts/Raleway-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'raleway-regular';
  src: url("../fonts/Raleway-Regular.eot");
  src: local("☺"), url("../fonts/Raleway-Regular.woff") format("woff"), url("../fonts/Raleway-Regular.ttf") format("truetype"), url("../fonts/Raleway-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'raleway-black';
  src: url("../fonts/Raleway-Black.eot");
  src: local("☺"), url("../fonts/Raleway-Black.woff") format("woff"), url("../fonts/Raleway-Black.ttf") format("truetype"), url("../fonts/Raleway-Black.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'pt-serif-regular';
  src: url("../fonts/PT_Serif-Web-Regular.eot");
  src: local("☺"), url("../fonts/PT_Serif-Web-Regular.woff") format("woff"), url("../fonts/PT_Serif-Web-Regular.ttf") format("truetype"), url("../fonts/PT_Serif-Web-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html, body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  overflow-x: hidden;
  transition: 0.6s;
  background: #30B3E5;
}

img {
  vertical-align: middle;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-webkit-scrollbar {
  display: none;
}

.clear {
  clear: both;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.display-block {
  display: block;
}

.display-inline {
  display: inline;
}

.display-inline-block {
  display: inline-block;
}

.text-align-center {
  text-align: center;
}

.margin-0-auto {
  margin: 0 auto;
}

.list-style-none {
  list-style: none;
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

.position-absolute {
  position: absolute;
}

.position-relative {
  position: relative;
}

.main-color {
  background: #30B3E5;
}

.heading-font-bold {
  font-family: 'raleway-bold';
}

.text-font-regular {
  font-family: 'pt-serif-regular';
}

.single-tutorials {
  background: #f7f7f7;
}

.learn-more-link {
  border-radius: 45px;
  height: 45px;
  padding: 0px 35px;
  line-height: 45px;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-size: 10px;
  letter-spacing: 2px;
  cursor: pointer;
  text-transform: uppercase;
  background: #3b3d40;
  font-family: 'raleway-bold';
  border: 0;
  outline: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.learn-more-link--fixed {
  position: fixed;
  z-index: 999;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(135px);
  transform: translateX(-50%) translateY(135px);
  bottom: 50%;
}

.click-bank-link-sale-page {
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  background: #30B3E5;
  font-family: 'raleway-black';
  color: #ffffff;
  padding: 20px;
  font-size: 38px;
  box-sizing: border-box;
  width: 100%;
  max-width: 600px;
  margin-bottom: 60px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.5);
  letter-spacing: 1px;
  border-radius: 0;
  height: auto;
  border-radius: 60px;
}

@media all and (max-width: 900px) {
  .click-bank-link-sale-page {
    font-size: 16px;
    width: auto;
    margin-bottom: 40px;
  }
}

.click-bank-link {
  border-radius: 45px;
  height: 45px;
  padding: 0px 35px;
  line-height: 45px;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-size: 10px;
  letter-spacing: 2px;
  cursor: pointer;
  text-transform: uppercase;
  background: #30B3E5;
  font-family: 'raleway-bold';
  border: 0;
  outline: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.click-bank-link--fixed {
  position: fixed;
  z-index: 999;
  left: 50%;
  display: table;
  -webkit-transform: translateX(-50%) translateY(67px);
  transform: translateX(-50%) translateY(67px);
  bottom: 50%;
}

.split-section {
  display: flex;
  text-align: center;
}

@media all and (max-width: 900px) {
  .split-section {
    display: block;
  }
}

.split-section__section {
  flex: 1;
  color: #30B3E5;
  padding: 100px 0 50px;
}

.split-section__section--left {
  background: #30B3E5;
  color: #FFFFFF;
}

@media all and (max-width: 900px) {
  .split-section__section {
    padding: 30px 0 0px;
  }
}

.split-section__title {
  font-family: 'raleway-black';
  font-size: 38px;
  line-height: 40px;
  margin-bottom: 25px;
}

@media all and (max-width: 900px) {
  .split-section__title {
    font-size: 20px;
    line-height: 22px;
  }
}

.split-section__image {
  width: 300px;
  height: 300px;
  background-size: cover;
  background-position: center;
  border-radius: 100%;
  margin: 0px auto 40px;
}

@media all and (max-width: 900px) {
  .split-section__image {
    width: 150px;
    height: 150px;
  }
}

.split-section__button {
  background: #30B3E5;
  color: #FFFFFF;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-family: 'raleway-black';
  padding: 20px;
  font-size: 38px;
  box-sizing: border-box;
  width: 100%;
  max-width: 350px;
  margin-bottom: 60px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.5);
  letter-spacing: 1px;
  border-radius: 60px;
}

.split-section__button--left {
  background: #FFFFFF;
  color: #30B3E5;
}

@media all and (max-width: 900px) {
  .split-section__button {
    padding: 13px;
    font-size: 17px;
    line-height: 27px;
    max-width: 230px;
    margin-bottom: 40px;
  }
}

.split-section__button-icon {
  height: 30px;
  margin-top: -6px;
}

@media all and (max-width: 900px) {
  .split-section__button-icon {
    height: 20px;
    margin-top: -4px;
  }
}

.split-section__button-icon--left {
  margin-right: 9px;
}

.split-section__button-icon--right {
  margin-left: 9px;
}

.sale-page-guarantee {
  background-size: cover;
  background-position: center;
  padding: 25px 10px;
}

.sale-page-guarantee__holder {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media all and (max-width: 900px) {
  .sale-page-guarantee__holder {
    display: block;
  }
}

.sale-page-guarantee__image {
  width: 346px;
  height: 285px;
  flex: 1;
}

@media all and (max-width: 900px) {
  .sale-page-guarantee__image {
    width: 100%;
    max-width: 346px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
}

.sale-page-guarantee__text-title {
  font-family: 'raleway-black';
  font-size: 32px;
  line-height: 48px;
}

@media all and (max-width: 900px) {
  .sale-page-guarantee__text-title {
    font-size: 24px;
    line-height: 30px;
  }
}

.sale-page-guarantee__text {
  width: 100%;
  padding: 0 20px;
  color: #FFFFFF;
  font-family: 'raleway-regular';
  font-size: 18px;
  line-height: 22px;
}

@media all and (max-width: 900px) {
  .sale-page-guarantee__text {
    font-size: 16px;
    line-height: 20px;
  }
}

.sale-page-testimonials {
  background: #30B3E5;
  padding: 135px 0 135px;
}

@media all and (max-width: 900px) {
  .sale-page-testimonials {
    padding: 30px 0 40px;
  }
}

.sale-page-testimonials__title {
  color: #FFFFFF;
  text-align: center;
  font-family: 'raleway-black';
  font-size: 36px;
  line-height: 40px;
  max-width: 960px;
  display: block;
  margin: 0 auto 50px;
  width: 100%;
}

@media all and (max-width: 900px) {
  .sale-page-testimonials__title {
    font-size: 22px;
    line-height: 24px;
    display: block;
    padding: 0 16px;
  }
}

.sale-page-testimonials__group {
  display: flex;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

@media all and (max-width: 900px) {
  .sale-page-testimonials__group {
    display: block;
  }
}

.sale-page-testimonials__testimonial {
  flex: 1;
}

.sale-page-testimonials__testimonial-image {
  height: 150px;
  width: 150px;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  margin: 0 auto 40px;
}

@media all and (max-width: 900px) {
  .sale-page-testimonials__testimonial-image {
    margin-bottom: 20px;
  }
}

.sale-page-testimonials__testimonial-text {
  color: #ffffff;
  font-family: 'raleway-regular';
  font-size: 18px;
  line-height: 22px;
  padding: 10px 25px 10px 25px;
  text-align: center;
}

@media all and (max-width: 900px) {
  .sale-page-testimonials__testimonial-text {
    font-size: 16px;
    line-height: 20px;
    padding: 0px 25px 50px 25px;
  }
}

.sale-page-headline {
  font-size: 36px;
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 80px;
  box-sizing: border-box;
  text-transform: uppercase;
  font-family: 'raleway-black';
  letter-spacing: 1px;
  text-decoration: underline;
  line-height: 46px;
  color: #3c3d41;
}

@media all and (max-width: 900px) {
  .sale-page-headline {
    font-size: 22px;
    padding: 30px 15px;
    line-height: 30px;
  }
}

.sale-page-introtext {
  text-align: center;
  font-size: 42px;
  font-family: 'raleway-regular';
  padding: 80px 40px;
  line-height: 48px;
  color: #3c3d41;
}

@media all and (max-width: 900px) {
  .sale-page-introtext {
    text-align: center;
    font-size: 22px;
    font-family: 'raleway-regular';
    padding: 30px 15px;
    line-height: 24px;
    color: #3c3d41;
  }
}

.sale-page-introtext i {
  color: #30B3E5;
}

.sale-page-introtext strong {
  font-family: 'raleway-bold';
}

.sale-page-section-headline {
  text-transform: uppercase;
  text-align: center;
  background: #30B3E5;
  font-family: 'raleway-black';
  letter-spacing: 1px;
  color: #ffffff;
  padding: 20px;
  font-size: 38px;
  box-sizing: border-box;
  width: 100%;
}

@media all and (max-width: 900px) {
  .sale-page-section-headline {
    padding: 15px;
    font-size: 22px;
  }
}

.sale-page-lessons {
  max-width: 960px;
  box-sizing: border-box;
  padding: 60px;
  margin: 0 auto;
  display: flex;
}

@media all and (max-width: 900px) {
  .sale-page-lessons {
    padding: 15px;
    display: block;
  }
}

.sale-page-lessons__lesson-headline {
  text-align: center;
  padding: 80px 60px 20px;
  font-family: 'raleway-black';
  max-width: 880px;
  margin: 0 auto;
  font-size: 22px;
  color: #3c3d41;
}

@media all and (max-width: 900px) {
  .sale-page-lessons__lesson-headline {
    padding: 30px 15px 20px;
    font-size: 18px;
  }
}

.sale-page-lessons__lesson-second-headline {
  text-align: center;
  font-family: 'raleway-regular';
  max-width: 880px;
  margin: 0 auto;
  padding: 0px 60px 20px;
  color: #3c3d41;
}

@media all and (max-width: 900px) {
  .sale-page-lessons__lesson-second-headline {
    margin: 0 auto;
    padding: 0px 15px 25px;
  }
}

.sale-page-lessons__lesson {
  max-width: 25%;
  min-width: 25%;
  flex: 1;
  box-sizing: border-box;
  padding: 0 15px;
}

@media all and (max-width: 900px) {
  .sale-page-lessons__lesson {
    max-width: none;
    min-width: none;
  }
}

.sale-page-lessons__lesson-image {
  width: 150px;
  height: 150px;
  background: grey;
  border-radius: 150px;
  margin: 0 auto 45px;
  background-size: cover;
  background-position: center center;
}

@media all and (max-width: 900px) {
  .sale-page-lessons__lesson-image {
    margin-bottom: 30px;
  }
}

.sale-page-lessons__lesson-name {
  font-family: 'raleway-black';
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #3c3d41;
  letter-spacing: .5px;
}

@media all and (max-width: 900px) {
  .sale-page-lessons__lesson-name {
    text-align: center;
  }
}

.sale-page-lessons__list {
  font-family: 'pt-serif-regular';
  line-height: 20px;
  color: #3c3d41;
}

@media all and (max-width: 900px) {
  .sale-page-lessons__list {
    text-align: center;
    margin-bottom: 30px;
    line-height: 18px;
  }
}

.sale-page-cb-text {
  width: 100%;
  padding: 100px;
  background: #3c3d41;
  color: #ffffff;
  font-family: 'raleway-regular';
  line-height: 28px;
  font-size: 18px;
  text-align: center;
}

@media all and (max-width: 900px) {
  .sale-page-cb-text {
    padding: 15px;
    line-height: 20px;
    font-size: 14px;
  }
}

.sale-page-vt {
  padding: 60px 0 40px;
  text-align: center;
  background-size: cover;
  background-position: center;
}

@media all and (max-width: 900px) {
  .sale-page-vt {
    padding: 30px 15px 0px;
  }
}

.sale-page-vt .edd_purchase_submit_wrapper .edd_go_to_checkout, .sale-page-vt .edd_purchase_submit_wrapper .edd-submit {
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  background: #30B3E5;
  font-family: 'raleway-black';
  color: #ffffff;
  padding: 20px;
  font-size: 38px;
  box-sizing: border-box;
  width: 100%;
  max-width: 600px;
  margin-bottom: 60px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.5);
  letter-spacing: 1px;
  border-radius: 0;
  height: auto;
  border-radius: 60px;
}

@media all and (max-width: 900px) {
  .sale-page-vt .edd_purchase_submit_wrapper .edd_go_to_checkout, .sale-page-vt .edd_purchase_submit_wrapper .edd-submit {
    padding: 0px 14px;
    font-size: 16px;
    width: auto;
    margin-bottom: 40px;
  }
}

.sale-page-vt__video-holder {
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.5);
  background: #ffffff;
  max-width: 960px;
  margin: 0 auto 40px;
}

.sale-page-vt__video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}

.sale-page-vt__video iframe, .sale-page-vt__video object, .sale-page-vt__video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sale-page-vt__text {
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  max-width: 750px;
  margin: 0 auto 40px;
  box-sizing: border-box;
  width: 100%;
  padding: 40px;
  font-family: 'raleway-regular';
  font-size: 22px;
  line-height: 28px;
  text-align: left;
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.5);
}

@media all and (max-width: 900px) {
  .sale-page-vt__text {
    padding: 20px;
    font-size: 13px;
    line-height: 16px;
  }
}

.sale-page-vt__text a {
  color: #30B3E5;
}

.sale-page-vt__button {
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  background: #30B3E5;
  font-family: 'raleway-black';
  color: #ffffff;
  padding: 20px;
  font-size: 38px;
  box-sizing: border-box;
  width: 100%;
  max-width: 600px;
  margin-bottom: 60px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.5);
  letter-spacing: 1px;
}

.front-page-holder {
  width: 100%;
  transition: .6s;
  z-index: 1;
  position: relative;
  background: #FFFFFF;
  -webkit-overflow-scrolling: touch;
}

.front-page-holder:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #30B3E5;
  top: 0;
  left: 0;
  pointer-events: none;
  transition: .4s;
  opacity: 0;
  cursor: pointer;
}

.front-page-holder__arrow {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 60px;
  width: 40px;
  z-index: 999;
  transition: .4s;
  pointer-events: none;
  opacity: 0;
}

@media all and (max-width: 900px) {
  .front-page-holder__arrow {
    position: fixed;
    top: 30px;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    z-index: 1001;
    background-color: #30B3E5;
  }
}

.front-page-holder__arrow--right {
  right: 50px;
  background-image: url("../img/icons/arrow-right.svg");
  background-size: 100%;
}

@media all and (max-width: 900px) {
  .front-page-holder__arrow--right {
    right: 15px;
    background-size: 38%;
    background-repeat: no-repeat;
    background-position: 13px;
  }
}

.front-page-holder__arrow--left {
  left: 50px;
  background-image: url("../img/icons/arrow-left.svg");
  background-size: 100%;
}

@media all and (max-width: 900px) {
  .front-page-holder__arrow--left {
    left: 15px;
    background-size: 38%;
    background-repeat: no-repeat;
    background-position: 11px;
  }
}

.front-page-holder__arrow--visible {
  opacity: 1;
}

@media all and (max-width: 900px) {
  .front-page-holder__arrow--visible {
    pointer-events: auto;
  }
}

.front-page-holder--hidden:after {
  pointer-events: auto;
  opacity: .9;
}

.front-page-holder--left {
  position: fixed;
  width: calc(100% - 150px);
  left: 0;
  top: 0;
  overflow: scroll;
  overflow-x: hidden;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  height: 100%;
}

@media all and (max-width: 900px) {
  .front-page-holder--left {
    width: 100%;
    z-index: 1000;
  }
}

.front-page-holder--right {
  position: fixed;
  width: calc(100% - 150px);
  top: 0;
  right: 0;
  overflow: scroll;
  overflow-x: hidden;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  height: 100%;
}

@media all and (max-width: 900px) {
  .front-page-holder--right {
    width: 100%;
    z-index: 1000;
  }
}

.button, #edd_profile_editor_submit, .image-text-section__button, .header__readmore, .login-form form p input[type="submit"], #edd_checkout_wrap .edd-submit, #edd_checkout_wrap .edd-cancel a, #edd_checkout_wrap form p input[type="submit"], #edd_register_form p input[type="submit"] {
  height: 45px;
  padding: 0px 35px;
  line-height: 45px;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 1px;
  cursor: pointer;
  text-transform: uppercase;
  background: #30B3E5;
  font-family: 'raleway-bold';
  border: 0;
  outline: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.button--ghost, .header__readmore {
  background: rgba(255, 255, 255, 0.3);
  transition: 0.2s cubic-bezier(0.78, 0.49, 0.28, 0.945);
}

.button--ghost:hover, .header__readmore:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: transparent;
}

.button--register-in-login-form {
  position: absolute;
  bottom: 100px;
  width: calc(100% - 200px);
  text-align: center;
  left: 100px;
  background: #323132;
  opacity: 0;
  transition: 0.2s cubic-bezier(0.78, 0.49, 0.28, 0.945);
}

.button--register-in-login-form--show {
  opacity: 1;
}

.button--lesson {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
}

@media all and (max-width: 900px) {
  #edd_profile_password_label legend, #edd_profile_name_label legend, #edd_profile_billing_address_label legend {
    margin: 0 auto;
  }
}

#edd_profile_editor_submit {
  line-height: 0;
}

.tutorial {
  padding-top: 100px;
}

@media all and (max-width: 900px) {
  .tutorial {
    padding: 15px 10px 0;
  }
}

.tutorial > div:last-child {
  margin-bottom: 100px;
}

@media all and (max-width: 900px) {
  .tutorial > div:last-child {
    margin-bottom: 50px;
  }
}

.tutorial__lessonButtons {
  width: 100%;
  margin: 0 auto 100px;
  padding-top: 40px;
  text-align: center;
}

@media all and (max-width: 900px) {
  .tutorial__lessonButtons {
    margin-bottom: 50px;
  }
}

.tutorial__navigateLessonButton {
  border-radius: 33px;
  font-family: 'raleway-bold';
  height: 33px;
  box-sizing: border-box;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 33px;
  letter-spacing: 2px;
  transition: .2s;
  color: #ffffff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-align: center;
  position: static;
  border-radius: 45px;
  height: 45px;
  padding: 0px 35px;
  line-height: 45px;
  background: transparent;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-color: #30B3E5;
  display: inline-block;
  margin: 0px 10px 0;
  width: 200px;
  position: relative;
  top: -1px;
}

@media all and (max-width: 900px) {
  .tutorial__navigateLessonButton {
    margin: 10px 0;
  }
}

.tutorial__navigateLessonButton--left {
  background-image: url("../img/icons/arrow-left.svg");
  background-size: 8px;
  background-position: 15px 16px;
}

.tutorial__navigateLessonButton--right {
  background-image: url("../img/icons/arrow-right.svg");
  background-size: 8px;
  background-position: 175px 16px;
}

.tutorial__lessonstatus {
  position: absolute;
  right: 25px;
  top: 24px;
  border-radius: 33px;
  font-family: 'raleway-bold';
  height: 33px;
  width: 33px;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 33px;
  letter-spacing: 2px;
  background-image: url("../img/icons/check.svg");
  background-repeat: no-repeat;
  background-position: 9px 11px;
  transition: .2s;
  color: #ffffff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media all and (max-width: 900px) {
  .tutorial__lessonstatus {
    right: 10px;
    color: transparent !important;
  }
}

.tutorial__lessonstatus--in-lesson {
  cursor: pointer;
  text-align: center;
  position: static;
  border-radius: 45px;
  height: 45px;
  padding: 0px 35px;
  line-height: 45px;
  background: transparent;
  border: none;
  width: 250px;
  border: 1px solid #DDDDDD;
  color: #BBBBBB !important;
  background-repeat: no-repeat;
  white-space: nowrap;
  background-position: 17px 17px;
  background-image: none;
  display: inline-block;
}

.tutorial__lessonstatus--completed {
  border: 1px solid transparent;
  background-color: #30B3E5;
  width: auto;
  padding: 0 10px 0 33px;
  background-image: url("../img/icons/check-white.svg");
  color: #ffffff;
}

@media all and (max-width: 900px) {
  .tutorial__lessonstatus--completed {
    width: 33px;
    height: 33px;
    padding: 0;
  }
}

.tutorial__lessonstatus--completed-in-lesson {
  border: 1px solid transparent;
  background-color: #30B3E5;
  padding: 0;
  background-image: url("../img/icons/check-white.svg");
  color: #ffffff !important;
  width: 250px;
  height: auto;
}

.tutorial__overlay {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  z-index: -999;
}

.tutorial__overlay--show {
  z-index: 999;
}

.tutorial__overlay--not-bought {
  z-index: 999;
}

.tutorial__overlay-background {
  background: rgba(60, 61, 65, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.tutorial__overlay-background--show, .tutorial__overlay-background--not-bought {
  opacity: 1;
}

.tutorial__description {
  font-family: 'raleway-bold';
  font-size: 14px;
  color: #3C3D41;
  margin-bottom: 10px;
  line-height: 18px;
}

@media all and (max-width: 900px) {
  .tutorial__description {
    color: rgba(255, 255, 255, 0.9);
  }
}

.tutorial__image {
  margin: 0 auto 100px;
  max-width: 960px;
  width: 100%;
  position: relative;
}

@media all and (max-width: 900px) {
  .tutorial__image {
    margin: 0 auto 30px;
  }
}

.tutorial__image-image {
  border-radius: 4px;
  width: 100%;
}

@media all and (max-width: 900px) {
  .tutorial__image-image {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.tutorial__info {
  max-width: 960px;
  background: rgba(255, 255, 255, 0.95);
  padding: 24px 20px 21px;
  box-sizing: border-box;
  border-radius: 4px;
  width: 30%;
  top: 25px;
  left: 25px;
  position: absolute;
}

@media all and (max-width: 900px) {
  .tutorial__info {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    top: 0;
    left: 0;
    background: #30B3E5;
    width: 100%;
    position: relative;
  }
}

.tutorial__name {
  text-transform: uppercase;
  color: #3C3D41;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-family: 'raleway-bold';
}

@media all and (max-width: 900px) {
  .tutorial__name {
    color: white;
  }
}

.tutorial__numberlessons {
  font-size: 12px;
  line-height: 16px;
  font-family: 'pt-serif-regular';
}

@media all and (max-width: 900px) {
  .tutorial__numberlessons {
    color: rgba(255, 255, 255, 0.9);
  }
}

.tutorial__estimatedtime {
  color: #aaaaaa;
  margin-left: 5px;
  font-style: italic;
  font-family: 'pt-serif-regular';
}

@media all and (max-width: 900px) {
  .tutorial__estimatedtime {
    color: rgba(255, 255, 255, 0.6);
  }
}

.tutorial__progress {
  float: right;
  font-family: 'raleway-bold';
  display: none;
}

.tutorial__notice {
  margin: 0 auto;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 2px;
  margin-bottom: 80px;
  text-transform: uppercase;
  text-align: center;
  font-family: 'raleway-bold';
}

@media all and (max-width: 900px) {
  .tutorial__notice {
    margin-bottom: 35px;
  }
}

.tutorial__lesson {
  margin: 0 auto;
  height: 80px;
  background: #ffffff;
  max-width: 780px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: -1px;
  width: 100%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.tutorial__lesson--selected {
  overflow: visible;
}

.tutorial__lesson:hover {
  background: #EFFBFF;
}

.tutorial__lessonnumber {
  font-size: 13px;
  font-family: 'raleway-bold';
  position: absolute;
  left: 25px;
  height: 33px;
  width: 33px;
  border-radius: 100%;
  top: 24px;
  text-align: center;
  line-height: 31px;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  pointer-events: none;
}

@media all and (max-width: 900px) {
  .tutorial__lessonnumber {
    left: 10px;
    transform: scale(0.8);
  }
}

.tutorial__lessonname {
  line-height: 80px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  font-family: 'raleway-bold';
  padding-left: 83px;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
}

@media all and (max-width: 900px) {
  .tutorial__lessonname {
    line-height: 17px;
    letter-spacing: 1px;
    font-size: 9px;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 30px 55px 30px 50px;
  }
}

.tutorial__selectedlesson {
  position: fixed;
  top: 50px;
  left: 50%;
  width: calc(100% - 200px);
  z-index: 999;
  padding: 65px 185px 100px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s cubic-bezier(0.78, 0.49, 0.28, 0.945);
  margin-bottom: 200px;
  overflow: scroll;
  height: calc(100% - 100px);
  background: white;
  opacity: 0;
  pointer-events: none;
  max-width: 1200px;
  transform: translateX(-50%);
  -webkit-overflow-scrolling: touch;
}

@media all and (max-width: 1200px) {
  .tutorial__selectedlesson {
    padding: 40px 50px 50px;
    width: calc(100% - 50px);
  }
}

@media all and (max-width: 900px) {
  .tutorial__selectedlesson {
    top: 0px;
    width: 100%;
    padding: 30px 15px 0px;
    margin-bottom: 0;
    height: 100%;
    left: 0;
    transform: none;
  }
}

.tutorial__selectedlesson--selected {
  opacity: 1;
  pointer-events: auto;
  cursor: default;
}

.tutorial__selectedlesson-notice {
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'raleway-bold';
  color: #3B3D40;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.tutorial__selectedlesson-name {
  text-transform: uppercase;
  font-family: 'raleway-bold';
  letter-spacing: -2px;
  font-size: 46px;
  position: relative;
  text-align: center;
  color: #3B3D40;
  margin-bottom: 100px;
}

@media all and (max-width: 1200px) {
  .tutorial__selectedlesson-name {
    margin-bottom: 50px;
  }
}

@media all and (max-width: 900px) {
  .tutorial__selectedlesson-name {
    letter-spacing: 0px;
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.tutorial__selectedlesson-background {
  background: #ffffff;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.tutorial__selectedlesson-parts {
  position: relative;
}

.tutorial__selectedlesson-parts, .tutorial__selectedlesson-background, .tutorial__selectedlesson-name, .tutorial__selectedlesson-notice, .tutorial__selectedlesson-close {
  opacity: 0;
  pointer-events: none !important;
  transition: transform 0s cubic-bezier(0.78, 0.49, 0.28, 0.945), opacity 0s cubic-bezier(0.78, 0.49, 0.28, 0.945);
}

.tutorial__selectedlesson-parts--selected, .tutorial__selectedlesson-background--selected, .tutorial__selectedlesson-name--selected, .tutorial__selectedlesson-notice--selected, .tutorial__selectedlesson-close--selected {
  opacity: 1;
  pointer-events: auto !important;
  transition: transform 0.2s cubic-bezier(0.78, 0.49, 0.28, 0.945), opacity 0.2s cubic-bezier(0.78, 0.49, 0.28, 0.945);
}

.tutorial__close-holder {
  width: calc(100% - 100px);
  max-width: 1300px;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 400px;
  z-index: 999;
  pointer-events: none;
}

@media all and (max-width: 900px) {
  .tutorial__close-holder {
    z-index: 1000;
    width: 100%;
    top: 0;
    height: 100%;
  }
}

.tutorial__selectedlesson-close {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 5px;
  right: 0px;
  z-index: 999;
  pointer-events: auto;
  display: block;
  cursor: pointer;
  padding: 10px;
  background: rgba(255, 255, 255, 0.1);
  transition: 0.2s cubic-bezier(0.78, 0.49, 0.28, 0.945);
  border-radius: 30px;
}

@media all and (max-width: 900px) {
  .tutorial__selectedlesson-close {
    background: #30B3E5;
    transform: scale(0.8);
    top: 10px;
    right: 10px;
  }
}

.tutorial__selectedlesson-close:hover {
  background: rgba(255, 255, 255, 0.3);
}

.tutorial form {
  position: fixed;
  z-index: 999;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(75px);
  transform: translateX(-50%) translateY(75px);
  bottom: 50%;
}

.page-heading {
  padding: 100px 0 120px;
  text-align: center;
}

@media all and (max-width: 900px) {
  .page-heading {
    padding: 25px 0 35px;
  }
}

.page-heading__heading {
  color: #3b3d40;
  font-size: 52px;
  letter-spacing: -2px;
  margin-bottom: 35px;
  font-family: 'raleway-bold';
}

@media all and (max-width: 900px) {
  .page-heading__heading {
    font-size: 30px;
    letter-spacing: 0;
    margin-bottom: 15px;
  }
}

.page-heading__subheading {
  color: #656b6f;
  font-size: 20px;
  font-family: 'pt-serif-regular';
}

@media all and (max-width: 900px) {
  .page-heading__subheading {
    font-size: 14px;
    padding: 0 20px;
    line-height: 18px;
  }
  .page-heading__subheading br {
    display: none;
  }
}

.page-heading__subheading a {
  color: #30B3E5;
  text-decoration: none;
}

.image-text-section__half {
  width: 50%;
  float: left;
}

@media all and (max-width: 900px) {
  .image-text-section__half {
    width: 100%;
  }
}

.image-text-section__image {
  width: 100%;
  height: 600px;
}

@media all and (max-width: 900px) {
  .image-text-section__image {
    height: 200px;
  }
}

.image-text-section__content {
  padding: 130px 70px 0px;
}

.image-text-section__content--right {
  float: right;
}

@media all and (max-width: 900px) {
  .image-text-section__content--right {
    float: left;
  }
}

@media all and (max-width: 900px) {
  .image-text-section__content {
    padding: 30px 20px 30px;
  }
}

.image-text-section__subheading {
  text-transform: uppercase;
  color: #3c3d41;
  margin-bottom: 20px;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 2px;
  max-width: 410px;
  font-family: 'raleway-bold';
}

.image-text-section__heading {
  color: #3c3d41;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 37px;
  letter-spacing: 2px;
  max-width: 410px;
  font-family: 'raleway-black';
}

@media all and (max-width: 900px) {
  .image-text-section__heading {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 26px;
  }
}

.image-text-section__text {
  font-size: 18px;
  line-height: 27px;
  color: #656b6f;
  margin-bottom: 60px;
  max-width: 410px;
  font-family: 'pt-serif-regular';
}

@media all and (max-width: 900px) {
  .image-text-section__text {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 25px;
  }
}

@media all and (max-width: 900px) {
  .image-text-section__button {
    display: table;
    margin: 0 auto;
    float: none;
  }
}

.the-navigation {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: 99999;
  width: 100%;
  height: 100%;
}

.the-navigation--show {
  visibility: visible;
}

.the-navigation__background {
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(60, 61, 65, 0.6);
  opacity: 0;
  transition: 0.5s cubic-bezier(0.78, 0.49, 0.28, 0.945);
}

.the-navigation__background--show {
  opacity: 1;
}

.the-navigation__menu-close {
  right: 100px;
  top: 50px;
  cursor: pointer;
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding: 10px;
  transition: 0.5s cubic-bezier(0.78, 0.49, 0.28, 0.945);
}

@media all and (max-width: 900px) {
  .the-navigation__menu-close {
    right: 15px;
    top: 15px;
  }
}

.the-navigation__menu-close:hover {
  background: rgba(255, 255, 255, 0.3);
}

.header {
  padding: 25px 32px 40px;
  height: auto;
  background: #30B3E5;
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}

@media all and (max-width: 900px) {
  .home_header{
    height: 80vh;
  }
  .header {
    padding: 10px 10px 20px;
  }
}

.header__background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1);
  animation: intro 30s linear 1;
}
.header__background:before {
    background: linear-gradient(180deg,rgba(0,0,0,.68),rgba(0,0,0,.2) 18%,transparent);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 3;
    top:0;  
  }

.header__container {
  margin: 0 auto;
  max-width: 1170px;
  text-align: center;
}

.header__left {
  width: 25%;
  margin-top: 43px;
  position: relative;
  float: left;
}

@media all and (max-width: 900px) {
  .header__left {
    margin-top: 0;
    width: 35%;
    display: none;
  }
}

.header__social {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  text-align: center;
  position: relative;
  display: block;
  float: left;
  transition: 0.2s cubic-bezier(0.78, 0.49, 0.28, 0.945);
}

.header__social:hover {
  background: rgba(255, 255, 255, 0.3);
}

.header__social:not(:last-child) {
  margin-right: 10px;
}

@media all and (max-width: 900px) {
  .header__social {
    width: 30px;
    height: 30px;
  }
  .header__social:not(:last-child) {
    margin-right: 5px;
  }
}

.header__social-link {
  border-radius: 45px;
  width: 100%;
  display: block;
  height: 100%;
}

.header__social i{
  margin-top: 10px;
  font-size: 30px;
  color: #ffffff;
}

@media all and (max-width: 900px) {
  .header__social-image {
    margin-top: 9px;
  }
}

.header__social-image--youtube {
  width: 30px;
}

@media all and (max-width: 900px) {
  .header__social-image--youtube {
    width: 16px;
  }
}

@media all and (max-width: 900px) {
  .header__social-image--instagram {
    margin-top: 8px;
    width: 12px;
  }
}

@media all and (max-width: 900px) {
  .header__social-image--facebook {
    margin-top: 8px;
    width: 7px;
  }
}

.header__middle {
  width: 50%;
  position: relative;
  float: left;
}

@media all and (max-width: 900px) {
  .header__middle {
    width: 100%;
  }
}

.header__logo {
  margin-bottom: 18px;
  width: 100%;
  height: 83px;
  text-align: center;
}

@media all and (max-width: 900px) {
  .header__logo {
    height: 50px;
    text-align: left;
  }
  .header__logo img {
    height: 50px;
  }
}

.header__right {
  width: 25%;
  margin-top: 43px;
  position: relative;
  float: left;
}

@media all and (max-width: 900px) {
  .header__right {
    width: 230px;
    margin-top: 0px;
    position: absolute;
    right: 15px;
    top: 17px;
  }
}
.header__contact {
  height: 48px;
  background: rgba(255, 255, 255, 0.1);
  line-height: 46px;
  padding: 3px 10px 0 10px;
  cursor: pointer;
  float: left;
  transition: 0.2s cubic-bezier(0.78, 0.49, 0.28, 0.945);
  margin-right:5px;
  color: #ffffff;
}

.header__contact .header__contact_btn{
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18px;
  line-height: 10px;
  font-family: 'raleway-bold';
  display: inline-block;
  text-decoration: none;
}

.header__profile-menu {
  height: 48px;
  background: rgba(255, 255, 255, 0.1);
  line-height: 46px;
  padding: 3px 10px 0 10px;
  cursor: pointer;
  float: left;
  transition: 0.2s cubic-bezier(0.78, 0.49, 0.28, 0.945);
}

.header__profile-menu:hover,.header__contact:hover {
  background: rgba(255, 255, 255, 0.3);
}

.header__profile-menu--not-logged-in {
  padding: 0 20px;
}

@media all and (max-width: 900px) {
  .header__profile-menu,.header__contact  {
    height: 38px;
    line-height: 33px;
    padding: 0 10px 0 10px;
  }
  .header__profile-menu--not-logged-in {
    padding: 0 10px;
  }
}

.header__profile-image {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  margin-right: 11px;
  display: inline-block;
}

@media all and (max-width: 900px) {
  .header__profile-image {
    width: 28px;
    height: 28px;
    margin-top: 2px;
  }
}

.header__profile-name, .header__login {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18px;
  line-height: 10px;
  margin-right: 6px;
  font-family: 'raleway-bold';
  display: inline-block;
}

@media all and (max-width: 900px) {
  .header__profile-name, .header__login,.header__contact .header__contact_btn {
    font-size: 10px;
    line-height: 8px;   
  }
}

.header__playbutton {
  margin: 0 auto;
  width: 150px;
  height: 150px;
  border-radius: 150px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  position: relative;
  margin-top: 100px;
  margin-bottom: 35px;
  transition: 0.2s cubic-bezier(0.78, 0.49, 0.28, 0.945);
}

.header__playbutton:hover {
  background: rgba(255, 255, 255, 0.4);
}

@media all and (max-width: 900px) {
  .header__playbutton {
    width: 75px;
    height: 75px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.header__playbutton-arrow {
  top: 53px;
  left: 55px;
  position: absolute;
}

@media all and (max-width: 900px) {
  .header__playbutton-arrow {
    top: 25px;
    left: 26px;
    position: absolute;
    width: 24px;
  }
}

.header__welcome {
  margin: 100px auto;
  font-size: 60px;
  line-height: 65px;
  letter-spacing: -2.31px;
  max-width: 520px;
  color: #ffffff;
  margin-bottom: 35px;
  font-family: 'raleway-bold';
  text-align: center;
  position: relative;
}

@media all and (max-width: 900px) {
  .header__welcome {
    font-size: 33px;
    letter-spacing: 0;
    line-height: 34px;
    margin-bottom: 30px;
    margin-top: 51%;
  }
}

.header__welcome span {
  font-family: 'pt-serif-regular';
}

.header__shorttext {
  margin: 0 auto;
  opacity: .7;
  color: #ffffff;
  margin-bottom: 40px;
  max-width: 610px;
  font-size: 20px;
  line-height: 26px;
  font-family: 'pt-serif-regular';
  text-align: center;
  position: relative;
}

@media all and (max-width: 900px) {
  .header__shorttext {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 20px;
  }
}

.header__readmore {
  margin-bottom: 80px;
  text-align: center;
  position: relative;      
}

@media all and (max-width: 900px) {
  .header__readmore {
    margin-bottom: 25px;
  }
}

@keyframes intro {
  from {
    transform: scale(1.3);
  }
}

.login-form {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-60%);
  transition: z-index 1s, transform 0.2s cubic-bezier(0.78, 0.49, 0.28, 0.945);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  padding: 100px;
  background: #ffffff;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.78, 0.49, 0.28, 0.945);
  pointer-events: none;
  z-index: 999;
}

@media all and (max-width: 900px) {
  .login-form {
    padding: 30px;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
  }
}

.login-form__or {
  position: absolute;
  width: 100%;
  bottom: 158px;
  text-align: center;
  font-family: "raleway-bold";
  font-size: 12px;
  color: #bbb;
  opacity: 0;
}

.login-form__failed {
  font-family: 'raleway-bold';
  text-transform: uppercase;
  color: #3b3d40;
  display: block;
  padding: 0px 0 20px;
  font-size: 12px;
  text-align: center;
}

.login-form form p label {
  font-family: 'raleway-bold';
  text-transform: uppercase;
  color: #30B3E5;
  display: block;
  padding: 5px;
  font-size: 14px;
}

.login-form form p input {
  cursor: pointer;
}

.login-form form p input[type="text"], .login-form form p input[type="password"] {
  border: 0;
  outline: none;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  font-size: 14px;
  background: #30B3E5;
  font-family: 'raleway-bold';
  border-radius: 4px;
  color: #ffffff;
  min-width: 300px;
  margin-bottom: 15px;
}

@media all and (max-width: 900px) {
  .login-form form p input[type="text"], .login-form form p input[type="password"] {
    min-width: 200px;
    width: 80%;
  }
}

.login-form form p input[type="submit"] {
  width: 100%;
  display: block;
  margin-top: 20px;
}

.login-form--show {
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
  pointer-events: auto;
}

@media all and (max-width: 900px) {
  .login-form--show {
    transform: none;
  }
}

.login-form__lost-password {
  border-radius: 45px;
  height: 45px;
  padding: 0px 35px;
  line-height: 45px;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-size: 10px;
  letter-spacing: 2px;
  cursor: pointer;
  text-transform: uppercase;
  background: #3b3d40;
  text-align: center;
  font-family: 'raleway-bold';
  border: 0;
  outline: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  margin-top: 10px;
}

.intro-video {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -999;
  top: 0;
  left: 0;
  transition: z-index 1s;
}

.intro-video--show {
  transition: z-index 0s;
  z-index: 999;
}

.intro-video__holder {
  position: absolute;
  width: 70%;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  transition: 0.2s cubic-bezier(0.78, 0.49, 0.28, 0.945);
}

.intro-video__holder--show {
  opacity: 1;
}

.intro-video__background {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(60, 61, 65, 0.6);
  opacity: 0;
  transition: 0.2s cubic-bezier(0.78, 0.49, 0.28, 0.945);
  pointer-events: none;
}

.intro-video__background--show {
  opacity: 1;
}

.intro-video__exit {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 0px;
  right: -52px;
  display: block;
  cursor: pointer;
  padding: 10px;
  background: rgba(255, 255, 255, 0.1);
  transition: 0.2s cubic-bezier(0.78, 0.49, 0.28, 0.945);
  border-radius: 30px;
}

.intro-video__exit:hover {
  background: rgba(255, 255, 255, 0.3);
}

@media all and (max-width: 900px) {
  .intro-video__exit {
    right: -45px;
    transform: scale(0.8);
  }
}

.intro-video__video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.2);
  background: #000;
}

.intro-video__video iframe, .intro-video__video object, .intro-video__video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lesson-block-video {
  box-shadow: 0 5px 9px rgba(186, 186, 186, 0.5);
  background: #ffffff;
  margin-bottom: 60px;
}

@media all and (max-width: 900px) {
  .lesson-block-video {
    margin-bottom: 30px;
  }
}

.lesson-block-video__video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}

.lesson-block-video__video iframe, .lesson-block-video__video object, .lesson-block-video__video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lesson-block-video__info {
  padding: 40px;
}

@media all and (max-width: 900px) {
  .lesson-block-video__info {
    padding: 20px;
  }
}

.lesson-block-video__headline {
  font-family: "raleway-bold";
  color: #3C3D41;
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 13px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media all and (max-width: 900px) {
  .lesson-block-video__headline {
    margin-bottom: 10px;
  }
}

.lesson-block-video__list-item {
  color: #AAAAAA;
  font-size: 14px;
  line-height: 24px;
  font-family: "pt-serif-regular";
}

.lesson-block-text {
  padding: 0 40px 60px;
  font-family: "pt-serif-regular";
  color: #656B6F;
  font-size: 18px;
  line-height: 27px;
}

@media all and (max-width: 900px) {
  .lesson-block-text {
    padding: 0 15px 30px;
    font-size: 16px;
    line-height: 24px;
  }
}

.lesson-block-image {
  width: calc(100% + 370px);
  position: relative;
  left: -185px;
  margin-bottom: 60px;
}

@media all and (max-width: 900px) {
  .lesson-block-image {
    width: calc(100% + 30px);
    left: -15px;
    margin-bottom: 30px;
  }
}

.lesson-block-image__image {
  width: 100%;
}

.lesson-block-image__caption {
  padding: 20px 225px;
  background: #30B3E5;
  color: #ffffff;
  font-family: "raleway-bold";
  letter-spacing: 2px;
  line-height: 16px;
  white-space: normal;
  font-size: 12px;
}

@media all and (max-width: 900px) {
  .lesson-block-image__caption {
    padding: 15px;
    letter-spacing: 1px;
  }
}

.lesson-block-slideshow {
  box-shadow: 0 5px 9px rgba(186, 186, 186, 0.5);
  background: #ffffff;
  margin-bottom: 60px;
}

@media all and (max-width: 900px) {
  .lesson-block-slideshow {
    margin-bottom: 30px;
  }
}

.lesson-block-slideshow__slideshow-holder {
  position: relative;
}

.lesson-block-slideshow__slideshow {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.lesson-block-slideshow__slides {
  transition: 0.2s cubic-bezier(0.78, 0.49, 0.28, 0.945);
}

.lesson-block-slideshow__button {
  width: 34px;
  height: 34px;
  background: #30B3E5;
  border-radius: 34px;
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -42px;
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.78, 0.49, 0.28, 0.945);
}

.lesson-block-slideshow__button--prev {
  left: -17px;
  background-image: url("../img/icons/arrow-left.svg");
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: 12px 11px;
  opacity: 0;
  pointer-events: none;
}

@media all and (max-width: 900px) {
  .lesson-block-slideshow__button--prev {
    left: -10px;
  }
}

.lesson-block-slideshow__button--next {
  right: -17px;
  background-image: url("../img/icons/arrow-right.svg");
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: 14px 11px;
}

@media all and (max-width: 900px) {
  .lesson-block-slideshow__button--next {
    right: -10px;
  }
}

.lesson-block-slideshow__slide-item {
  display: inline-block;
  margin-right: -4px;
  width: 100%;
  vertical-align: top;
}

.lesson-block-slideshow__slide-image {
  width: 100%;
}

.lesson-block-slideshow__slide-caption {
  font-size: 12px;
  line-height: 16px;
  height: auto;
  padding: 40px;
  letter-spacing: 2px;
  color: #3C3D41;
  font-family: "raleway-bold";
  white-space: normal;
}

@media all and (max-width: 900px) {
  .lesson-block-slideshow__slide-caption {
    padding: 15px;
    letter-spacing: 1px;
  }
}

.wrapper {
  background: #FFFFFF;
  border-bottom: 1px solid #30B3E5;
  border-top: 1px solid #30B3E5;
}

.footer {
  background: #30B3E5;
  height: 175px;
  padding: 0 32px;
}

@media all and (max-width: 900px) {
  .footer {
    padding: 0 20px;
    height: 130px;
  }
}

.footer__container {
  margin: 0 auto;
  max-width: 1170px;
  position: relative;
}

.footer__logo {
  position: absolute;
  top: 55px;
  left: 0;
}

.footer__logo-image {
  width: 79px;
}

@media all and (max-width: 900px) {
  .footer__logo-image {
    width: 61px;
  }
}

.footer__menu {
  text-align: center;
}

.footer__menu-item {
  display: inline-block;
  list-style: none;
  line-height: 175px;
}

.footer__menu-item:not(:last-child) {
  margin-right: 20px;
}

@media all and (max-width: 900px) {
  .footer__menu-item:not(:last-child) {
    margin-right: 10px;
  }
}

.footer__menu-item-link {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 2px;
  font-family: 'raleway-bold';
}

.footer__menu-item-link:hover {
  border-bottom: 2px solid #ffffff;
  padding-bottom: 2px;
}

.footer__menu-item-link--active {
  border-bottom: 2px solid #ffffff;
  padding-bottom: 2px;
}

.footer__back-to-top {
  width: 34px;
  height: 34px;
  background: #30B3E5;
  border-radius: 34px;
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.78, 0.49, 0.28, 0.945);
  right: 0;
  top: 72px;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url("../img/icons/arrow-up.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 11px 13px;
  position: absolute;
}

.footer__back-to-top:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.push {
  text-align: center;
  background: #323132;
  padding: 150px 0 124px;
}

@media all and (max-width: 900px) {
  .push {
    padding: 50px 0 60px;
  }
}

.push__subline {
  margin-bottom: 20px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 2px;
  font-family: 'raleway-bold';
}

@media all and (max-width: 900px) {
  .push__subline {
    font-size: 8px;
  }
}

.push__text {
  letter-spacing: -0.5px;
  font-size: 50px;
  line-height: 65px;
  font-family: "pt-serif-regular";
  color: #ffffff;
  max-width: 690px;
  margin: 0 auto 80px;
}

.push__text b {
  font-weight: bold;
  font-family: "raleway-bold";
  letter-spacing: -2.5px;
}

@media all and (max-width: 900px) {
  .push__text b {
    letter-spacing: 0;
  }
}

@media all and (max-width: 900px) {
  .push__text {
    letter-spacing: 0px;
    font-size: 20px !important;
    line-height: 26px !important;
    margin: 0 auto 40px;
    padding: 0 20px;
  }
}

.newsletter {
  text-align: center;
  background: #323132;
  padding: 150px 0 124px;
}

@media all and (max-width: 900px) {
  .newsletter {
    padding: 30px 20px 60px;
  }
}

.newsletter__subline {
  margin-bottom: 20px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 2px;
  font-family: 'raleway-bold';
}

@media all and (max-width: 900px) {
  .newsletter__subline {
    font-size: 16px;
    line-height: 22px;
  }
}

.newsletter__text {
  letter-spacing: -0.5px;
  font-size: 28px;
  line-height: 36px;
  font-family: "pt-serif-regular";
  color: #ffffff;
  max-width: 690px;
  margin: 0 auto 80px;
}

@media all and (max-width: 900px) {
  .newsletter__text {
    font-size: 22px;
    line-height: 28px;
    margin: 0 auto 40px;
  }
}

.newsletter__text b {
  font-weight: bold;
  font-family: "raleway-bold";
  letter-spacing: -2.5px;
}

.newsletter__input {
  border: none;
  padding: 15px 20px;
  outline: none;
  background: #fff;
  font-size: 22px;
  width: 300px;
  color: black;
  margin: 0 10px 20px;
  font-family: "raleway-bold";
}

@media all and (max-width: 900px) {
  .newsletter__input {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0px 20px;
  }
}

.newsletter__privacy {
  margin-bottom: 50px;
  color: #fff;
  font-size: 18px;
  font-family: "pt-serif-regular";
}

.about {
  padding: 115px 32px 145px;
  background: #323132;
}

@media all and (max-width: 900px) {
  .about {
    padding: 30px 20px 60px;
  }
}

.about__container {
  margin: 0 auto;
  max-width: 960px;
  position: relative;
}

.about__image {
  width: 300px;
  margin-right: 55px;
  float: left;
  border-radius: 150px;
}

@media all and (max-width: 900px) {
  .about__image {
    float: none;
    width: 200px;
    margin: 0 auto 30px;
    display: block;
  }
}

.about__holder {
  float: left;
  width: calc(100% - 355px);
}

@media all and (max-width: 900px) {
  .about__holder {
    width: 100%;
  }
}

.about__headline {
  font-family: "raleway-bold";
  font-size: 38px;
  letter-spacing: -1.46px;
  line-height: 43px;
  color: #ffffff;
  margin-bottom: 20px;
}

@media all and (max-width: 900px) {
  .about__headline {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 10px;
    letter-spacing: 0;
  }
}

.about__text {
  font-family: "pt-serif-regular";
  line-height: 36px;
  font-size: 24px;
  color: #ffffff;
}

@media all and (max-width: 900px) {
  .about__text {
    font-size: 13px;
    line-height: 22px;
  }
}

.packages {
  margin-bottom: 100px;
}

.packages__container {
  margin: 0 auto;
  max-width: 960px;
  position: relative;
}

.packages__package {
  width: 25%;
  float: left;
  text-align: center;
  padding: 30px 25px 35px;
  position: relative;
}

.packages__package:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: 0 5px 20px rgba(186, 186, 186, 0.52);
  transition: 0.2s cubic-bezier(0.78, 0.49, 0.28, 0.945);
  opacity: 0;
  z-index: -1;
}

.packages__package:hover {
  z-index: 20;
}

.packages__package:hover:before {
  opacity: 1;
}

.packages__package:hover form div a, .packages__package:hover form div input {
  background: #30B3E5;
  color: #ffffff;
  border-color: #30B3E5;
}

.packages__package-image {
  margin-bottom: 20px;
  width: 100px;
}

.packages__package-name {
  margin-bottom: 30px;
  letter-spacing: 2px;
  color: #3C3D41;
  line-height: 13px;
  font-size: 11px;
  font-family: "raleway-bold";
  text-transform: uppercase;
}

.packages__package-includes {
  margin-bottom: 40px;
  font-family: "pt-serif-regular";
  color: #838D8F;
  line-height: 20px;
  font-size: 16px;
}

.packages form {
  height: 45px;
}

.packages form div {
  height: inherit;
}

.packages form div a, .packages form div input {
  transition: 0.2s cubic-bezier(0.78, 0.49, 0.28, 0.945);
  padding: 0px 20px;
  color: #3B3D40;
  background: transparent;
  border: 1px solid #DDDDDD;
}

.lesson {
  width: 25%;
  position: relative;
  float: left;
  padding: 0 0 20px;
  text-align: center;
  height: 270px;
  overflow: hidden;
  animation: fade-in .4s ease-in 1;
}

.lesson a {
  text-decoration: none;
}

@media all and (max-width: 900px) {
  .lesson {
    width: 50%;
    height: 230px;
    overflow: hidden !important;
    padding: 0;
  }
}

.lesson:hover {
  overflow: visible;
  z-index: 888;
}

.lesson:hover:before {
  opacity: 1;
}

.lesson:hover .lesson__container {
  box-shadow: 0 5px 20px rgba(186, 186, 186, 0.52);
}

.lesson:hover .lesson__image-holder--locked:after, .lesson:hover .lesson__image-holder--locked:before {
  opacity: 1;
}

.lesson__image {
  width: inherit;
  height: inherit;
}

.lesson__image-holder {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
  border-radius: 150px;
  overflow: hidden;
}

@media all and (max-width: 900px) {
  .lesson__image-holder {
    width: 100px;
    height: 100px;
  }
}

.lesson__image-holder--locked:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(60, 60, 60, 0.7);
  top: 0;
  left: 0;
  background-image: url("../img/icons/lock.svg");
  background-repeat: no-repeat;
  background-position: center 57px;
  opacity: 0;
  transition: 0.2s cubic-bezier(0.78, 0.49, 0.28, 0.945);
  border-radius: 150px;
}

.lesson__image-holder--locked:before {
  content: "Locked";
  font-family: "raleway-bold";
  text-transform: uppercase;
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 999;
  letter-spacing: 2px;
  font-size: 10px;
  opacity: 0;
  transition: 0.2s cubic-bezier(0.78, 0.49, 0.28, 0.945);
}

.lesson__container {
  position: absolute;
  width: 100%;
  height: 340px;
  top: 0;
  padding-top: 30px;
  background: #fff;
  transition: box-shadow 0.2s cubic-bezier(0.78, 0.49, 0.28, 0.945);
}

.lesson__padding-bottom {
  height: 100px;
  width: 100%;
  display: block;
}

@media all and (max-width: 900px) {
  .lesson__padding-bottom {
    height: 30px;
  }
}

.lesson__name {
  color: #3C3D41;
  letter-spacing: 1px;
  line-height: 14px;
  font-size: 11px;
  color: #3C3D41;
  font-family: "raleway-bold";
  text-transform: uppercase;
  margin-bottom: 5px;
  padding: 0 20px;
}

.lesson__lessons {
  font-family: "pt-serif-regular";
  color: #656B6F;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
}

.lessons {
  margin: 0 auto;
  max-width: 960px;
  position: relative;
  text-align: center;
}

.lessons--tutorials {
  display: none;
}

.lessons--flexbox {
  justify-content: center;
  display: flex;
}

@media all and (max-width: 900px) {
  .lessons--flexbox {
    display: block;
  }
}

.lessons--tutorials-first {
  display: block;
}

.lessons form {
  text-align: center;
  margin-top: 110px;
}

.package-filter {
  text-align: center;
  width: 100%;
  padding: 0 34px;
  margin-bottom: 50px;
}

@media all and (max-width: 900px) {
  .package-filter {
    margin-bottom: 10px;
  }
}

.package-filter__button {
  display: inline-block;
  padding: 0 16px 0 17px;
  border-radius: 15px;
  height: 23px;
  line-height: 23px;
  font-size: 10px;
  letter-spacing: 2px;
  font-family: "raleway-bold";
  text-transform: uppercase;
  color: #656B6F;
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.78, 0.49, 0.28, 0.945);
}

.package-filter__button--active {
  background: #30B3E5;
  color: #ffffff;
}

.package-filter__button:hover {
  background: #30B3E5;
  color: #ffffff;
}

.tutorial-not-bought {
  position: fixed;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%) translateY(0px);
  bottom: 50%;
  width: 100%;
  text-align: center;
  font-family: "raleway-bold";
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
}

.tutorial-not-bought__image {
  width: 75px;
  margin-bottom: 20px;
}

.accordian {
  width: 780px;
  margin: 0px auto 100px;
  border-bottom: 1px solid #EEEEEE;
}

@media all and (max-width: 900px) {
  .accordian {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 10px;
  }
}

.accordian__row {
  border-top: 1px solid #EEEEEE;
  cursor: pointer;
  position: relative;
}

.accordian__row:after {
  content: "";
  background: url("../img/icons/plus.svg");
  height: 15px;
  width: 15px;
  background-size: 15px;
  position: absolute;
  top: 34px;
  right: 25px;
}

@media all and (max-width: 900px) {
  .accordian__row:after {
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.accordian__row:hover {
  background: #EFFBFF;
}

.accordian__row--active:after {
  background: url("../img/icons/minus.svg");
  background-repeat: no-repeat;
  background-position: 0 6px;
}

.accordian__title {
  padding: 0px 25px;
  height: 80px;
  font-family: "raleway-bold";
  font-size: 11px;
  line-height: 80px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #3B3D40;
}

@media all and (max-width: 900px) {
  .accordian__title {
    padding: 20px 55px 20px 15px;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 1px;
    height: auto;
  }
}

.accordian__text {
  padding: 25px 35px;
  font-size: 32px;
  letter-spacing: -0.5px;
  line-height: 42px;
  font-family: "pt-serif-regular";
  color: #3B3D40;
  display: none;
}

@media all and (max-width: 900px) {
  .accordian__text {
    padding: 10px 55px 28px 25px;
    font-size: 20px;
    line-height: 26px;
  }
}

div, p {
  -webkit-tap-highlight-color: transparent;
}

#edd_profile_editor_form, #edd_login_form {
  max-width: 500px;
  margin: 0 auto;
  padding: 50px 0 50px;
  width: 100%;
}

@media all and (max-width: 900px) {
  #edd_profile_editor_form, #edd_login_form {
    padding: 50px 20px 50px;
    text-align: center;
  }
}

#edd_profile_editor_form span, #edd_login_form span {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  font-family: 'raleway-bold';
  display: block;
  margin-bottom: 10px;
}

#edd_profile_editor_form label, #edd_login_form label {
  width: 200px;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 1px;
  font-family: 'raleway-bold';
}

#edd_profile_editor_form p, #edd_login_form p {
  margin-bottom: 25px;
}

#edd_profile_editor_form input, #edd_login_form input {
  width: 242px;
  margin-bottom: 10px;
  padding: 7px;
  text-align: center;
}

#edd_profile_editor_form input[type="submit"], #edd_login_form input[type="submit"] {
  margin: 0 auto;
  display: block;
}

.edd-lost-password {
  width: 200px;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 1px;
  font-family: 'raleway-bold';
}

.edd-lost-password a {
  color: #30B3E5;
}

.edd-account-pending {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  font-family: 'raleway-bold';
  display: block;
  margin-bottom: 10px;
  padding: 100px 40px;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 500px;
  text-align: center;
  color: #3b3d40;
}

.edd-account-pending a {
  color: #30B3E5;
}

.edd_success {
  text-align: center;
  padding: 50px;
  color: #30B3E5;
  font-size: 32px;
  line-height: 37px;
  letter-spacing: 2px;
  font-family: 'raleway-black';
}

.menu {
  text-align: center;
  height: 18px;
}
.menu .sub-menu
{
  display: none;
}

.menu .menu-item {
  display: inline-block;
  list-style: none;
}

.menu .menu-item:not(:last-child) {
  margin-right: 20px;
}

@media all and (max-width: 900px) {
  .menu .menu-item:not(:last-child) {
    margin-right: 10px;
  }
}

.menu .menu-item.current-menu-item {
  border-bottom: 2px solid #ffffff;
  padding-bottom: 2px;
}

.menu .menu-item a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 13px;
  letter-spacing: 2px;
  font-family: 'raleway-bold';
}

@media all and (max-width: 900px) {
  .menu .menu-item a {
    font-size: 8px;
    line-height: 10px;
  }
}

.menu .menu-item a:hover {
  border-bottom: 2px solid #ffffff;
  padding-bottom: 2px;
}

.edd-no-purchases {
  text-align: center;
  padding: 20px;
  font-family: 'raleway-bold';
  color: #3b3d40;
}

.menu-footer {
  padding-top: 80px;
}

@media all and (max-width: 900px) {
  .menu-footer {
    padding-top: 20px;
  }
}

.menu-navigation {
  width: 475px;
  padding: 160px 60px 60px;
  overflow-y: scroll;
  transform: translateX(100%);
  transition: 0.5s cubic-bezier(0.78, 0.49, 0.28, 0.945);
  background: #30B3E5;
  position: relative;
  height: 100%;
  float: right;
  list-style: none;
}

@media all and (max-width: 768px) {
  .menu-navigation {
    width: 100%;
    padding: 60px 30px 0px;
  }
}

.menu-navigation::-webkit-scrollbar {
  display: none;
}

.menu-navigation--show {
  transform: translateX(0%);
}

.menu-navigation .menu-item {
  margin-bottom: 22px;
}

.menu-navigation .menu-item a {
  color: #ffffff;
  text-decoration: none;
  font-size: 32px;
  line-height: 37px;
  letter-spacing: -1px;
  font-family: 'raleway-bold';
}

#edd_checkout_wrap {
  margin-bottom: 100px;
  margin-top: 30px !important;
}

#edd_checkout_wrap .edd_empty_cart {
  font-size: 22px;
  padding: 20px;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-family: 'raleway-bold';
  color: #3b3d40;
}

#edd_checkout_wrap > form, #edd_checkout_wrap > div {
  max-width: 500px;
  position: relative;
  margin: 0 auto 30px;
  background: #fafafa;
  padding: 25px;
  font-family: "raleway-bold";
}

#edd_checkout_wrap > form .edd_cart_header_row, #edd_checkout_wrap > div .edd_cart_header_row {
  box-sizing: content-box;
  text-align: left;
  text-transform: uppercase;
  color: #3b3d40;
  font-size: 14px;
}

#edd_checkout_wrap > form .edd_cart_item_name, #edd_checkout_wrap > div .edd_cart_item_name {
  padding: 10px !important;
}

#edd_checkout_wrap > form .edd_cart_item_price, #edd_checkout_wrap > div .edd_cart_item_price {
  padding: 10px;
}

#edd_checkout_wrap > form .edd_cart_actions, #edd_checkout_wrap > div .edd_cart_actions {
  padding: 10px;
}

#edd_checkout_wrap > form #edd_checkout_cart, #edd_checkout_wrap > div #edd_checkout_cart {
  width: 100%;
}

#edd_checkout_wrap > form tbody tr, #edd_checkout_wrap > div tbody tr {
  background: #ffffff;
  color: #323132;
}

#edd_checkout_wrap > form tbody tr td .edd_cart_remove_item_btn, #edd_checkout_wrap > div tbody tr td .edd_cart_remove_item_btn {
  color: #323132;
  text-decoration: none;
}

#edd_checkout_wrap > form tbody tr:nth-child(odd), #edd_checkout_wrap > div tbody tr:nth-child(odd) {
  background: #cce6ff;
  color: ##808080;
}

#edd_checkout_wrap > form tbody tr:nth-child(odd) td .edd_cart_remove_item_btn, #edd_checkout_wrap > div tbody tr:nth-child(odd) td .edd_cart_remove_item_btn {
  /*color: #ffffff;*/
  text-decoration: none;
}

#edd_checkout_wrap > form tfoot .edd_cart_total, #edd_checkout_wrap > div tfoot .edd_cart_total {
  text-align: left;
  padding: 10px;
}

#edd_checkout_wrap .edd-cancel a {
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
  background: #323132;
}

#edd_checkout_wrap #edd-login-account-wrap {
  padding: 5px 5px 20px 5px;
  font-size: 12px;
  color: #323132;
}

#edd_checkout_wrap #edd-login-account-wrap a {
  text-decoration: none;
  color: #30B3E5;
}

#edd_checkout_wrap .edd_error {
  color: #323132;
}

#edd_checkout_wrap #edd_terms {
  padding: 20px;
}

#edd_checkout_wrap #edd_terms p {
  font-size: 14px;
  line-height: 20px;
  font-family: "pt-serif-regular";
  margin-bottom: 20px;
}

#edd_checkout_wrap #edd_terms p strong {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  font-family: "raleway-bold";
}

#edd_checkout_wrap .edd_terms_links {
  font-family: 'raleway-bold';
  text-decoration: none;
  color: #30B3E5;
  line-height: 30px;
}

#edd_checkout_wrap #edd_terms_agreement label {
  padding: 10px 0;
  display: inline-block;
  color: #323132;
  cursor: pointer;
}

#edd_checkout_wrap #edd_terms_agreement input {
  cursor: pointer;
}

#edd_checkout_wrap #edd_final_total_wrap {
  padding: 30px 0;
  color: #323132;
}

#edd_checkout_wrap #edd_final_total_wrap strong {
  margin-right: 10px;
}

#edd_checkout_wrap #edd_final_total_wrap span {
  font-size: 24px;
}

#edd_checkout_wrap #edd-purchase-button {
  margin-bottom: 20px;
  width: 100%;
}

#edd_checkout_wrap form p label {
  font-family: 'raleway-bold';
  text-transform: uppercase;
  color: #323132;
  display: block;
  padding: 5px;
  font-size: 14px;
}

#edd_checkout_wrap form p input {
  cursor: pointer;
}

#edd_checkout_wrap form p input[type="text"],#edd_checkout_wrap form p select, #edd_checkout_wrap form p input[type="email"], #edd_checkout_wrap form p input[type="password"] {
  border: 0;
  outline: none;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  font-size: 14px;
  background: #cce6ff;
  font-family: 'raleway-bold';
  border-radius: 4px;
  color: #808080;
  margin-bottom: 15px;
  width: 100%;
  box-sizing: border-box;
}

#edd_checkout_wrap form p input[type="submit"] {
  width: 100%;
  display: block;
  margin-top: 20px;
}

#edd_checkout_wrap #edd-new-account-wrap {
  padding: 5px 5px 20px 5px;
  font-size: 12px;
  color: #323132;
}

#edd_checkout_wrap #edd-new-account-wrap a {
  text-decoration: none;
  color: #30B3E5;
}

#edd_register_form {
  max-width: 500px;
  margin: 100px auto;
  background: #fafafa;
  padding: 25px;
}

#edd_register_form p label {
  font-family: 'raleway-bold';
  text-transform: uppercase;
  color: #323132;
  display: block;
  padding: 5px;
  font-size: 14px;
}

#edd_register_form p input {
  cursor: pointer;
}

#edd_register_form p input[type="text"], #edd_register_form p input[type="email"], #edd_register_form p input[type="password"] {
  border: 0;
  outline: none;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  font-size: 14px;
  background: #323132;
  font-family: 'raleway-bold';
  border-radius: 4px;
  color: #ffffff;
  margin-bottom: 15px;
  width: 100%;
  box-sizing: border-box;
}

#edd_register_form p input[type="submit"] {
  width: 100%;
  display: block;
  margin-top: 20px;
}

.edd_error {
  text-align: center;
  font-family: "raleway-bold";
  color: #323132;
  padding: 20px 0;
}

#edd_user_history, #edd_purchase_receipt, #edd_purchase_receipt_products {
  width: 500px;
  margin: 100px auto;
  position: relative;
  font-family: "raleway-bold";
}

@media all and (max-width: 900px) {
  #edd_user_history, #edd_purchase_receipt, #edd_purchase_receipt_products {
    width: calc(100% - 15px);
    font-size: 12px;
    margin: 30px auto;
  }
}

#edd_user_history th, #edd_purchase_receipt th, #edd_purchase_receipt_products th {
  text-align: left;
  padding: 10px;
  text-transform: uppercase;
}

#edd_user_history tbody, #edd_purchase_receipt tbody, #edd_purchase_receipt_products tbody {
  width: 100%;
}

#edd_user_history tbody tr, #edd_purchase_receipt tbody tr, #edd_purchase_receipt_products tbody tr {
  background: #ffffff;
  color: #323132;
}

#edd_user_history tbody tr td, #edd_purchase_receipt tbody tr td, #edd_purchase_receipt_products tbody tr td {
  padding: 10px;
}

#edd_user_history tbody tr td .edd_cart_remove_item_btn, #edd_purchase_receipt tbody tr td .edd_cart_remove_item_btn, #edd_purchase_receipt_products tbody tr td .edd_cart_remove_item_btn {
  color: #323132;
  text-decoration: none;
}

#edd_user_history tbody tr:nth-child(odd), #edd_purchase_receipt tbody tr:nth-child(odd), #edd_purchase_receipt_products tbody tr:nth-child(odd) {
  background: #323132;
  color: #ffffff;
}

#edd_user_history tbody tr:nth-child(odd) td .edd_cart_remove_item_btn, #edd_purchase_receipt tbody tr:nth-child(odd) td .edd_cart_remove_item_btn, #edd_purchase_receipt_products tbody tr:nth-child(odd) td .edd_cart_remove_item_btn {
  color: #ffffff;
  text-decoration: none;
}

#edd_user_history tbody tr:nth-child(odd) .edd_purchase_details a, #edd_user_history tbody tr:nth-child(odd) .edd_purchase_receipt_product_name a, #edd_purchase_receipt tbody tr:nth-child(odd) .edd_purchase_details a, #edd_purchase_receipt tbody tr:nth-child(odd) .edd_purchase_receipt_product_name a, #edd_purchase_receipt_products tbody tr:nth-child(odd) .edd_purchase_details a, #edd_purchase_receipt_products tbody tr:nth-child(odd) .edd_purchase_receipt_product_name a {
  color: #ffffff;
}

#edd_user_history .edd_purchase_details a, #edd_user_history .edd_purchase_receipt_product_name a, #edd_purchase_receipt .edd_purchase_details a, #edd_purchase_receipt .edd_purchase_receipt_product_name a, #edd_purchase_receipt_products .edd_purchase_details a, #edd_purchase_receipt_products .edd_purchase_receipt_product_name a {
  color: #323132;
  text-decoration: none;
}

.seasonNavigation {
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #444;
}

.seasonNavigation a {
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  font-family: 'raleway-bold';
  letter-spacing: 2px;
  font-size: 13px;
  text-transform: uppercase;
  padding: 0 5px;
}

.seasonNavigation a.selected {
  text-decoration: underline;
}

.camp_variable_option{
  display: none;
}

.select-camp{
    margin: 0 auto 10px;
    width: 500px;
    box-sizing: border-box;
    padding: 20px;
    background-color: rgba(0,0,0,.8);
    border-radius: 15px;
    text-align: left;
    font-size: 16px;
    color: #FFF;
    font-family: 'raleway-regular';
}

.camp-button {
    border: none;
    padding: 0 30px;
    border-radius: 100px;
    height: 50px;
    background: #30B3E5;    
    font-size: 22px;
    text-transform: uppercase;
    color: #FFF;
    font-family: 'raleway-black';
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,.3);
    margin-bottom: 40px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.camp_list_item{  
  overflow: auto;
  width: 100%;
}

.select-camp{
  overflow: auto;
  width: 50% !important; 
}
.label_variable_price
{
  width: 100%;
  float: left;
  padding: 5px 0 5px 0px;
}

.camp_progress_wrapper{
  position: relative;
  width: 95%;
  padding: 5px;
  margin-bottom: 5px;
  background: #444;
  border-radius: 15px;
  float: right;
}

@media all and (max-width: 900px) {
  .camp_progress_wrapper {
    width: 91%;
  }
  .camp_progress_content{
    font-size: 12px;
  }
  .select-camp input{
    padding: 5px 0 10px !important;
    margin-right: 5px !important;
  }
}

.camp_progress_bar{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: rgba(48, 179, 229, 1);
  border-radius: 15px;
}

.camp_progress_content{
  position: relative;
  z-index: 1;
}

.camps_inputs {
  margin-bottom: 10px !important;
}
.select-camp input.variable_price_input:after {
  top:  -2px;
}
.select-camp input.variable_price_input:checked:after {
  top:  -2px;
}
.select-camp input[type='radio']:after {
        width: 11px;
        height: 11px;
        border-radius: 11px;
        position: relative;
        background-color: #d1d3d1;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }

.select-camp input[type='radio']:checked:after {
        width: 11px;
        height: 11px;
        border-radius: 11px;
        position: relative;
        background-color: rgba(48, 179, 229, 1);
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }
.edd-date-of-birth {
  height: 30px !important;
  width: 15% !important;
}

#edd_checkout_user_info select {
  height: 45px;
  width: 100%;
  background: #cce6ff;
  color: #808080;
  min-height: 30px;
  font-family: 'raleway-bold';
}
body.page-template-free-tutorials .lesson__name {
  text-transform: none; !important;
}
.category-dropdown ul{
    padding: 0;
    list-style: none;
   
}
.category-dropdown ul li{
    display: inline-block;
    position: relative;
    line-height: 7px;
    text-align: left;
    margin: -10px;
}
.category-dropdown ul li a{
    display: block;
    margin: 15px;
    padding-bottom: 10px;
    color: #333;
    text-decoration: none;
    
}
.category-dropdown .category-terms{
   
    font-family: 'raleway-bold';
    font-size: 11px;
    line-height: 8px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.latest-tutorial h2 {
   
    font-family: 'raleway-bold';
    line-height: 8px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 15px;
}
.category-dropdown .product_link{
    font-family: 'pt-serif-regular';
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 1.3px;
}
.category-dropdown ul li ul.dropdown{
    min-width: 100%; /* Set width of the dropdown */
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 28px;
}
.category-dropdown ul li:hover ul.dropdown{
    display: block; /* Display the dropdown */
    box-shadow: 0 5px 20px rgba(186, 186, 186, 0.52);
    background: #fff;
}
.category-dropdown ul li ul.dropdown li{
    display: block;
    margin-top: 10px;
}
.category-dropdown {
  text-align: center;
  margin: 15px;
}

.lesson-block-video {
  box-shadow: 0 0px 0px rgba(186, 186, 186, 0.5) !important;
}
.category-dropdown .custom_active_menu {
  border-bottom: 2px solid #000;
}
body.page-template-free-tutorials .free-tutorial {
  display: inline-block;
}
body.page-template-free-tutorials .free-tutorial .push__text {
  max-width: 100%;
  width: 50%;
}
body.single-tutorials .footer{
    width: 100%;
    display: flow-root;
  }
  body.single-tutorials .free-tutorial {
    display: inline-block;
    width: 100%;
  }

  body.page-template-free-tutorials .lessons {
    max-width: none;
  }

  .custom_tutorial_wrapper .lesson-block-video, 
  .custom_tutorial_wrapper .lesson-block-text,
  .custom_tutorial_wrapper .lesson-block-slideshow,
  .custom_tutorial_wrapper .lesson-block-image {
    width: 72%;
    margin: auto;
    box-shadow: 0 0 0 0 rgba(186, 186, 186, 0.5);
  }
  body.single-tutorials .tutorial{
    padding-top: 0px !important;
  }

.custom_tutorial_wrapper .lesson-block-image {
  left: 0 !important;
}
.tutorial__image {
  margin: 100px auto !important;
}

.tutorial__selectedlesson-name {
  margin-bottom: 20px !important;
}
#country_code_field {
    width: 20% !important;
    margin-left: 15px;
    text-align-last: center;
  }
#phone_number_country_code input {
    border: 0;
    outline: none;
    height: 30px;
    line-height: 45px;
    padding: 0 15px;
    font-size: 14px;
    background: #cce6ff;
    font-family: 'raleway-bold';
    border-radius: 4px;
    color: #808080;
    margin-bottom: 15px;
    width: 85%;
    box-sizing: border-box;
    float: right;
  }

#phone_number_country_code select {
    border-radius: 4px;
}

body.edd-checkout #edd_terms ul li {
    font-size: 14px;
    line-height: 20px;
    font-family: "pt-serif-regular";
    margin-bottom: 20px;
}

.feature_camp_section {
    width: 33%;
    float: left;
    position: relative;
    display: inline-block;
    padding: 20px;
}
body.page-template-camps .feature_camp_section .select-camp {
  width: 100% !important;
}
body.page-template-camps .category_image img {
  width: 100% !important;
}

body.page-template-camps .feature_camp_wrapper {
    width: 80% !important;
    margin: 0 auto 40px;
}

body.page-template-camps .category_image {
    background-size: cover;
    width: 100%;
    height: 250px;
    text-align: center;
}
body.page-template-camps .feature_camp_button_top {
    border-radius: 15px !important;
    top: 75%;
    position: relative;
    font-weight: 700;
    font-family: sans-serif;
    text-transform: capitalize !important;
    line-height: 16px;
    height: auto !important;
    padding: 10px 30px !important;
    border-radius: 10px !important;
}
span.feature_camp_info {
    font-size: 15px;
    font-weight: 100;
    text-transform: capitalize;
}
.feature_camp_section .feature_camp_list_wrapper {
  background-position: bottom;
  padding: 5px;
}
body.page-template-camps .feature_camp_button{
  text-align: center;
}
body.page-template-camps .feature_camp_button button {
  margin-bottom: 0px !important;
}
body.page-template-camps .feature_camp_button button a{
  color: #fff;
  text-decoration: none;
}
.mobile_view_camp_content {
      display: none;
   }
   .desktop_view_camp_content {
      display: block;
   }
@media only screen and (max-width: 768px) {
   .mobile_view_camp_content {
      display: block;
   }
   .image-text-section__content {
      padding: 30px 20px 0px;
   }
   .desktop_view_camp_content {
      display: none;
   }
  /* #phone_number_country_code .iti__country-list{
      width: width: 327px;
   }*/
    body.page-template-camps .feature_camp_wrapper,
  .feature_camp_section  {
    width:100% !important;
    padding: 0px !important;
  }
  body.page-template-camps .sale-page-vt__video-holder {
    margin: 0 auto 70px !important;
  }
  body.page-template-camps .feature_camp_wrapper .sale-page-vt__video-holder {
    margin: 0 auto 0px !important;
  }
  body.page-template-camps .feature_camp_section {
    margin-bottom: 40px;
  }
  .select-camp {
    width: 100% !important;
  }
  .category-dropdown ul li {
    position: unset !important;
  }
  .category-dropdown ul li ul.dropdown{
        min-width: 95% !important;
        margin: 0px 10px !important;
  }
}
#phone_number_country_code .iti--allow-dropdown {
  width: 100% !important;
}
#phone_number_country_code .#phone {
  width: 85% !important;
}
#phone_number_country_code .iti__flag-container {
    background: #cce6ff !important;
    border-radius: 4px !important;
    
}
#phone_number_country_code .iti__arrow {
  border-top: 4px solid #fff !important;
}
#phone_number_country_code .iti__arrow--up{
  border-bottom: 4px solid #fff !important;
}
 #phone_number_country_code .iti__country-list{
      width: width: 427px;
   }
   .iti--separate-dial-code .iti__selected-dial-code {
    display: none !important;
   }
   #phone_number_country_code input {
    padding-left: 10px !important
   }

.slider_review_section{
  background-color: #30b3e5; 
  padding:20px;
}   


/*Review Page Styling*/

.review-page-sectiion .title-heading{
  font-family: 'raleway-bold';
  line-height: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 15px;
  margin: 20px;
}
.review-items-box {
    width: 100%;
    display: inline-block;
    padding-bottom: 100px;
}

#single-review-section .single-review-title-heading{
    text-transform: uppercase;
    font-family: 'raleway-bold';
    letter-spacing: -2px;
    font-size: 46px;
    position: relative;
    text-align: center;
    color: #3B3D40;
    margin-bottom: 20px !important;
}
.review {
  width: 25%;
  position: relative;
  float: left;
  padding: 0 0 20px;
  text-align: center;
  height: 270px;
  overflow: hidden;
  animation: fade-in .4s ease-in 1;
}
.review a {
  text-decoration: none;
}
.review__image-holder {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.review:hover {
  overflow: visible;
  z-index: 888;
}
.review:hover:before {
  opacity: 1;
}
.review:hover .review__container {
  box-shadow: 0 5px 20px rgba(186, 186, 186, 0.52);
}
.review__container {
  position: absolute;
  width: 100%;
  height: 340px;
  top: 0;
  padding-top: 30px;
  background: #fff;
  transition: box-shadow 0.2s cubic-bezier(0.78, 0.49, 0.28, 0.945);
}
.review__name {
  color: #3C3D41;
  letter-spacing: 1px;
  line-height: 14px;
  font-size: 11px;
  color: #3C3D41;
  font-family: "raleway-bold";
  text-transform: uppercase;
  margin-bottom: 5px;
  padding: 0 20px;
}
.review__reviews {
  font-family: "pt-serif-regular";
  color: #656B6F;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
}
@media all and (max-width: 900px) {
  .review {
    width: 50%;
    height: 230px;
    overflow: hidden !important;
    padding: 0;
  }
  .review__image-holder {
    width: 100px;
    height: 100px;
  }
}

#single-review-section {
  margin-bottom: 10px;
}
.review-block-video,
.review-single-block-text,
.single-review-block-image,
.review-block-slideshow {
    width: 72%;
    margin:auto;
}
.review-block-slideshow {
  box-shadow: 0 5px 9px rgba(186, 186, 186, 0.5);
  background: #ffffff;
}
.review-block-slideshow__slideshow-holder {
  position: relative;
}
.review-block-slideshow__button {
    width: 34px;
    height: 34px;
    background: #30B3E5;
    border-radius: 34px;
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -42px;
    cursor: pointer;
    transition: 0.2s cubic-bezier(0.78, 0.49, 0.28, 0.945);
}
.review-block-slideshow__button--prev {
    left: -17px;
    background-image: url(https://stompittutorials.com/wp-content/themes/stompittutorials/assets/css/../img/icons/arrow-left.svg);
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: 12px 11px;
    opacity: 0;
    pointer-events: none;
}
.review-block-slideshow__slideshow {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}
.review-block-slideshow__slides {
    transition: 0.2s cubic-bezier(0.78, 0.49, 0.28, 0.945);
}
.review-block-slideshow__slide-item {
    display: inline-block;
    margin-right: -4px;
    width: 100%;
    vertical-align: top;
}
img.review-block-slideshow__slide-image {
    width: 100%;
}
.review-block-slideshow__slide-caption {
    font-size: 12px;
    line-height: 16px;
    height: auto;
    padding: 40px;
    letter-spacing: 2px;
    color: #3C3D41;
    font-family: "raleway-bold";
    white-space: normal;
}
.review-block-slideshow__button.review-block-slideshow__button--next {
    right: -17px;
    background-image: url(https://stompittutorials.com/wp-content/themes/stompittutorials/assets/css/../img/icons/arrow-right.svg);
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: 14px 11px;
}
.review-single-block-text{
  padding: 20px 40px 60px;
  font-family: "pt-serif-regular";
  color: #656B6F;
  font-size: 18px;
  line-height: 27px;
}
.review-block-video__video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}
.review-block-video__video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.review_bottom_text_section {
    width: 50%;
    margin: 20px auto;
    text-align: center;
    color: #AAAAAA;
    font-size: 14px;
    line-height: 24px;
    font-family: "pt-serif-regular";
    overflow: hidden;
}

.related-button a {
    color: #fff;
    text-decoration: none;
}
.related-product-section span.small-text {
    /* color: #fff; */
    font-weight: 400;
    font-family: 'pt-serif-regular';
    font-size: 12px;
}
.related-product-image {
    width: 25%;
    float: left;
}
.related-product-image img {
  height: 200px;
  width: 200px;
}
button.related-button {
    font-weight: 700;
    font-family: sans-serif;
    line-height: 16px;
    height: auto !important;
    padding: 10px 30px !important;
    border-radius: 10px !important;
    background: #30B3E5;
    color: #FFF;
    font-family: 'raleway-black';
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,.3);
    outline: none;
    border: none;
    margin: 0px 20px 0px 0px;
}
.related-product-section span.big-text {
    font-size: 21px;
    font-family: 'raleway-bold';
}
.related_product-box {
    display: inline-block;
    margin: 20px 0px;
    width: 100%;
}
.related-product-section {
    width: 72%;
    margin: auto;
}
.related_product-details {
    width: 75%;
    display: inline-block;
}
h3.related-product-name.title-heading {
    font-family: 'raleway-bold';
    line-height: 8px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 15px;
    margin: 0px 0px 15px;
    font-size: 20px;
}
.related-product-description{
  font-family: "pt-serif-regular";
  color: #222222;
  font-size: 18px;
  line-height: 27px;
  margin: 0px 0px 20px;
}
.related_product-box {
  width: 100%;
}
.single-review-block-image {
    margin: 20px auto !important;
}
@media only screen 
  and (min-width:  900px) 
  and (max-width: 1266px) 
  {
  .related_product-details {
    width: 65%;
    display: inline-block;
  }
    .related-product-image {
      width: 35%;
      float: left;
  }
}
img.review__image {
     width: 100%; 
     height: 100%; 
}
@media (max-width: 900px) {
  #single-review-section .single-review-title-heading {
    letter-spacing: 0px;
    font-size: 22px;
  }
  .related-product-image {
    width: 85%;
    float: none; 
    text-align: center;
    margin: auto;
  }
  button.related-button {
    width: 65%;
    margin: 10px 0px;
  }
  .related-product-section {
    width: 95%;
    margin: auto;
  }
  p.related-product-buttons {
    text-align: center;
  }
  .related_product-details {
      width: 100%;
      display: block;
      margin: 10px 0px;
  }
  h3.related-product-name.title-heading {
    font-family: 'raleway-bold';
    letter-spacing: 0px; 
    line-height: 20px;
    font-size: 20px;
    display: block;
    text-align: center;
    width: 85%;
    margin: auto;
    margin-bottom: 10px;
  }
  .review-single-block-text {
    padding: 15px 15px 30px;
    font-size: 16px;
    line-height: 24px;
  }
  .category-dropdown ul li ul.dropdown{ 
    top: unset;
  }
  .review_bottom_text_section {
    width: 95%;
  }
  .review-items-box {
        padding-bottom: 0px;
  }
}


.category-review-list {
  width: 100%;
  position: relative;
  display: inline-block;
}

#edd-stripe-card-element{
  height: 40px;
  padding-top: 13px;
  margin-top:5px;
}

/* Team Page */

.team-container{
  max-width: 1450px;
  margin: 0 auto 60px auto;
  display: flex;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  flex-direction: column;
  align-content: space-around;
  align-items: stretch;
}

.team-container .team-member-grid-item{
  width: 33%;
  text-align: center;
  padding-left: 15px;
  display: inline-block;
  margin-bottom: 50px;
  vertical-align: top;
}

.team-container .team-member-grid-item .team-member-info-wrapper{
  margin: 0 auto;
}

.team-container .team-member-grid-item .team-member-grid-name,
.team-container .team-member-grid-item .team-member-grid-desc{
  text-align: left;
  padding: 0;
  margin-top: 20px;
  color: #3b3d40;
}

.team-container .team-member-grid-item .team-member-grid-name{
  font-size: 24px;
  font-weight: bold;
}

.team-container .team-member-grid-item .team-member-grid-desc{
  font-size: 18px;
  line-height: 24px;
}

.team-container .team-member-grid-item .flip-box {
  position: relative;
  background-color: transparent;
  width: 100%;
  height: 70vh;
  perspective: 1000px;
}

.team-container .team-member-grid-item .flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.team-container .team-member-grid-item:hover .flip-box-inner {
  transform: rotateY(-180deg);
}

.team-container .team-member-grid-item .flip-box-front,
.team-container .team-member-grid-item .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.team-container .team-member-grid-item .flip-box-front img,
.team-container .team-member-grid-item .flip-box-back img{
  max-width: 100%;
}

.team-container .team-member-grid-item .flip-box-back {
  transform: rotateY(-180deg);
}

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

  .team-container .team-member-grid-item{
    width: 100%;
    margin-bottom: 60px;
    padding-left: 0;
  }

}
@media screen and (min-width: 901px){
    .header__logo-image{
        width: 110px;
    }
}
video#home_bgvid {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}