@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Varela+Round");
@import url("https://fonts.googleapis.com/css?family=Heebo:400,700");
@import url("https://fonts.googleapis.com/css?family=Secular+One");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

table:not(.shop_table) {
  margin: 20px 0;
  border: 1px solid #DCDCDE;
  border-collapse: collapse;
  table-layout: fixed;
}
table:not(.shop_table) td {
  padding: 1.2rem 1.3rem;
  border: 1px solid #DCDCDE;
}

strong {
  -webkit-text-stroke: thin currentColor;
}

figure {
  margin: 0;
}

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

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.row .row {
  margin: 0;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]), textarea, select {
  width: 100%;
  border-radius: 2px;
  padding: 10px 12px;
  border: 1px solid #ccc;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus, textarea:focus, select:focus {
  border-color: #399dae;
}

*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

*:-moz-placeholder {
  color: #666;
  opacity: 1;
  opacity: 1;
}

*::-moz-placeholder {
  color: #666;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666;
}

body input:required:valid,
body textarea:required:valid {
  color: #666;
}

label {
  display: block;
}

[type=checkbox], [type=radio] {
  float: right;
  margin-left: 10px;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.4;
  overflow-x: hidden;
  color: #373737;
  font-weight: 400;
}

* {
  box-sizing: border-box;
}
*:focus {
  outline: 0;
}

body, button, input, optgroup, select, textarea {
  font-family: "Varela Round", sans-serif;
}

.holder-clickable-self {
  cursor: pointer;
}

.box {
  display: flex;
  flex-wrap: wrap;
}

.hidden {
  display: none;
}

.embed-responsive, div.video {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before, div.video::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video, div.video .embed-responsive-item, div.video iframe, div.video embed, div.video object, div.video video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive .embed-responsive, div.video .embed-responsive {
  position: absolute;
  height: 100%;
  top: 0;
}
.embed-responsive .embed-responsive::before, div.video .embed-responsive::before {
  content: none;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before, .video::before {
  padding-top: 56.25%;
}

.embed-responsive-3by4::before {
  padding-top: 133.33333%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

a.box-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.wp-block-table.is-style-stripes th, .wp-block-table.is-style-stripes td {
  border: 1px solid #fff;
}
.wp-block-table.is-style-stripes th {
  color: #fff;
  background-color: #399dae;
  padding: 10px;
}

.wp-block-preformatted {
  direction: ltr;
  font-size: 14px;
}
.wp-block-preformatted br {
  display: inline;
  display: inline;
  content: " ";
  clear: none;
}

.page-content .article > *:first-child {
  margin-top: 0;
}
.page-content .article .wp-block-image {
  position: relative;
  display: flex;
}
.page-content .article .wp-block-image::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/course-item-bg.png);
}
.page-content h1.no-margin-top, .page-content h2.no-margin-top, .page-content h3.no-margin-top, .page-content h4.no-margin-top {
  margin-top: 0;
}
.page-content h2 {
  color: #399dae;
  font-size: 30px;
  -webkit-text-stroke: 1px currentColor;
}
.page-content h3 {
  color: #399dae;
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 20px;
  -webkit-text-stroke: 1px currentColor;
}
.page-content h3.dropcap {
  width: 50px;
  height: 50px;
  margin-top: 40px;
  margin-bottom: 15px;
  border-radius: 50%;
  background: url(../img/circle.png);
  text-align: center;
  line-height: 50px;
  color: #fff;
  background-size: 50px;
  font-size: 20px;
  -webkit-text-stroke: 1px currentColor;
}
.page-content p {
  margin-top: 0;
}
.page-content a {
  color: #399dae;
}
.page-content a:hover {
  color: #c25430;
}
.page-content .wp-block-button {
  margin-bottom: 15px;
}
.page-content .kt-inside-inner-col > .wp-block-group:first-of-type h3.dropcap {
  margin-top: 0;
}
.page-content .b-post__body > *:first-child {
  margin-top: 0;
}
.page-content .b-post__body a {
  text-decoration: underline;
}
.page-content .b-post__body ol li, .page-content .b-post__body ul li {
  margin-bottom: 10px;
}
.page-content .b-post__body #sharebox {
  border-top: 1px solid #ddd;
  padding: 25px 0 15px;
  margin-top: 30px;
}
.page-content .b-post__body #sharebox h4 {
  margin: 0;
  line-height: 34px;
}
.page-content .b-post__body #sharebox ul.social {
  margin: 0;
  padding-right: 20px;
}
.page-content .b-post__body #sharebox ul.social li {
  margin-left: 10px;
}
.page-content .b-post__body #sharebox ul.social li a {
  font-size: 20px;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 36px;
  color: #fff;
}
.page-content .b-post__body #sharebox ul.social li a:hover {
  opacity: 0.9;
}
.page-content .b-post__body #sharebox ul.social li.whatsapp a {
  background-color: #25D366;
}
.page-content .b-post__body #sharebox ul.social li.facebook a {
  background-color: #3b5999;
}
.page-content .b-post__body #sharebox ul.social li.linkedin a {
  background-color: #e4405f;
}
.page-content .b-post__body #sharebox ul.social li.twitter a {
  background-color: #55acee;
}

.main-header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-family: "Varela Round", sans-serif;
  padding: 15px 0;
}
.main-header .enter-wrap {
  font-size: 15px;
  margin-bottom: 11px;
}
.main-header .enter-wrap span {
  display: inline-block;
}
.main-header .enter-wrap span a {
  transition: 0.25s;
}
.main-header .enter-wrap span:hover {
  opacity: 0.8;
}
.main-header .enter-wrap span.login-ic {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url(../img/login-ic.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 3px;
  margin-left: 10px;
}
.main-header .menu-icon.burger {
  position: fixed;
  z-index: 1000;
  left: 1.5rem;
  top: 1.5rem;
  color: #fff;
}
.main-header .menu-icon.burger .icon-bar {
  display: block;
  height: 3px;
  width: 30px;
  background: #fff;
  margin-bottom: 6px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.main-header .menu-icon.burger .icon-bar:last-child {
  margin-bottom: 0;
}
.main-header nav.menu-wrap > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-header nav.menu-wrap > ul > li {
  padding: 10px 0 10px 0;
}
.main-header nav.menu-wrap > ul > li > a {
  display: inline-block;
  font-size: 18px;
  transition: 0.25s;
}
.main-header nav.menu-wrap > ul > li > a:hover {
  opacity: 0.8;
}
.main-header nav.menu-wrap > ul > li.current-menu-parent > a, .main-header nav.menu-wrap > ul > li.current-menu-parent:after, .main-header nav.menu-wrap > ul > li.current-menu-ancestor > a, .main-header nav.menu-wrap > ul > li.current-menu-ancestor:after, .main-header nav.menu-wrap > ul > li.current-menu-item > a, .main-header nav.menu-wrap > ul > li.current-menu-item:after {
  color: #399dae;
}
.main-header nav.menu-wrap > ul > li.menu-item-has-children {
  position: relative;
}
.main-header nav.menu-wrap > ul > li.menu-item-has-children > a {
  padding-left: 10px;
}
.main-header nav.menu-wrap > ul > li.menu-item-has-children > a:after {
  font: normal normal normal 11px/1 "FontAwesome";
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  font-size: 16px;
  margin-top: -8px;
}
.main-header nav.menu-wrap > ul > li.menu-item-has-children > a + .sub-menu {
  padding: 10px 0;
  display: none;
  border-top: 4px solid #399dae;
}
.main-header nav.menu-wrap > ul > li.menu-item-has-children > a + .sub-menu li {
  display: block;
}
.main-header nav.menu-wrap > ul > li.menu-item-has-children > a + .sub-menu li a {
  display: block;
  border-bottom: 1px solid #222;
  padding: 8px 0;
  font-size: 16px;
  color: #eee;
  line-height: normal;
  transition: all 0.3s ease;
}
.main-header nav.menu-wrap > ul > li.menu-item-has-children > a + .sub-menu li:hover > a, .main-header nav.menu-wrap > ul > li.menu-item-has-children > a + .sub-menu li.current-menu-item > a {
  color: #399dae;
}
.main-header nav.menu-wrap > ul > li.menu-item-has-children:hover > a, .main-header nav.menu-wrap > ul > li.menu-item-has-children:hover:after {
  color: #399dae;
}
.main-header nav.menu-wrap > ul > li.menu-item-has-children:hover a + .sub-menu {
  visibility: visible;
  opacity: 1;
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.main-header .logo-wrap {
  text-align: right;
  position: relative;
  top: 5px;
}
.main-header .logo-wrap img {
  max-width: 100%;
  transition: 0.5s all;
  display: block;
}
.main-header.fixed {
  position: fixed;
  width: 100%;
  padding: 5px 0;
}
.main-header.fixed .logo-wrap img {
  max-height: 60px;
}
.main-header.fixed .col-9 {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
.main-header.fixed nav.menu-wrap > ul > li > a {
  font-size: 16px;
}
.main-header.fixed .enter-wrap {
  margin-bottom: 0;
}

.s-hero-nav {
  position: relative;
  overflow: hidden;
  height: 480px;
}
.s-hero-nav .col-12 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.s-hero-nav .col-12 h1 {
  font-size: 44px;
  position: relative;
  margin: 0;
  padding-bottom: 20px;
}
.s-hero-nav.full::before {
  content: "";
  display: block;
  position: absolute;
  width: 72%;
  height: 100%;
  right: -18%;
  top: 0;
  transform: skewX(25deg);
  border-left: 2px solid #fff;
  z-index: 11;
}
.s-hero-nav.full::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 92px;
  background-image: url(../img/s2-overlay.svg);
  background-size: cover;
  background-position: center;
}
.s-hero-nav.full .s-hero__bg {
  position: absolute;
  height: 100%;
  background-size: cover;
  width: 100%;
}
.s-hero-nav.full .s-hero__bg img {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}
.s-hero-nav.full .container-fluid::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: -18%;
  width: 72%;
  height: 100%;
  background-color: #399dae;
  transform: skewX(25deg);
  border-left: 2px solid #fff;
  mix-blend-mode: multiply;
}
.s-hero-nav.full h1 {
  max-width: 50%;
  margin-top: 90px;
  background-image: url(../img/title-sep-red.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  color: #fff;
  display: inline-block;
}
.s-hero-nav.full h4 {
  color: #fff;
}
.s-hero-nav:not(.mini) .container-fluid {
  height: 100%;
  display: flex;
  align-items: center;
}
.s-hero-nav.mini {
  height: 235px;
  padding-top: 115px;
}
.s-hero-nav.mini img {
  display: none;
}
.s-hero-nav.mini .container-fluid {
  background: #fff;
}
.s-hero-nav.mini h1 {
  margin-top: 40px;
  color: #399dae;
}
.s-hero-nav.mini + .page-content {
  padding-top: 30px;
}

.btn, .woocommerce button.button, .course-start, .lesson input.completed, input.course_start,
.page-content a.wp-block-button__link, .gform_button, .wp-block-file .wp-block-file__button {
  height: 59px;
  line-height: 59px;
  border-radius: 50px;
  display: inline-block;
  background-color: #0f2845;
  color: #fff;
  padding: 0 20px;
  min-width: 200px;
  max-width: 325px;
  background-image: url(../img/btn_bg-light.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  cursor: pointer;
}
.btn span, .woocommerce button.button span, .course-start span, .lesson input.completed span, input.course_start span,
.page-content a.wp-block-button__link span, .gform_button span, .wp-block-file .wp-block-file__button span {
  line-height: 1;
}
.btn:hover, .woocommerce button.button:hover, .course-start:hover, .lesson input.completed:hover, input.course_start:hover,
.page-content a.wp-block-button__link:hover, .gform_button:hover, .wp-block-file .wp-block-file__button:hover {
  background-color: #cf613c;
}

.btn.outline {
  background-color: transparent;
  border: 2px solid #0f2845;
  width: auto;
  color: #0f2845;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.btn.outline:hover {
  background-color: #0f2845;
  color: #fff;
}
.btn.outline.red {
  border-color: #cf613c;
  color: #cf613c;
}
.btn.outline.red:hover {
  background-color: #cf613c;
  color: #fff;
}
.btn.btn-small {
  height: 44px;
  line-height: 44px;
  width: auto;
  padding: 0 30px;
}

.wp-block-file .wp-block-file__button {
  font-size: 16px;
}

.page-content {
  padding: 80px 0;
}
.page-content.no-padding {
  padding: 0;
}
.page-content.no-padding-top {
  padding-top: 0;
}
.page-content.no-padding-bottom {
  padding-bottom: 0;
}

.s1 {
  background-image: url(../img/home-hero-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 253px;
  background-position: center 100%;
  position: relative;
  overflow: hidden;
}
.s1::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 144px;
  background-image: url(../img/s1-overlay.svg);
  background-size: cover;
  background-position: 66.66666%;
}
.s1 .item {
  font-family: "Varela Round", sans-serif;
  font-weight: bold;
  text-align: right;
  margin-top: 148px;
}
.s1 .item .title {
  color: #399dae;
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.5px;
  margin-bottom: 3px;
}
.s1 .item p {
  margin: 0;
  font-size: 72px;
  line-height: 1;
  color: #fff;
  letter-spacing: -0.5px;
}
.s1 .item .btn-wrap {
  margin-top: 44px;
}
.s1 .item .btn-wrap a {
  display: inline-block;
  font-size: 25px;
  color: #fff;
  background-color: #cf613c;
  text-align: center;
  font-size: 25px;
  font-weight: 400;
  transition: 0.25s;
}
.s1 .item .btn-wrap a:hover {
  background-color: #c25430;
}

.s2 {
  color: #fff;
  margin-top: -135px;
  position: relative;
  z-index: 2;
  padding-bottom: 90px;
  overflow: hidden;
  min-height: 605px;
}
.s2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/s2-bg.png);
  background-repeat: no-repeat;
  background-position: 66.6666% top;
}
.s2 .item {
  transform: rotate(2deg);
}
.s2 .item .title {
  font-size: 44px;
  line-height: 1.1;
  text-shadow: -3px 5px 0 rgba(0, 0, 0, 0.29);
  margin-bottom: 9px;
}
.s2 .item p {
  font-size: 20px;
  font-family: "Varela Round", sans-serif;
  margin: 0;
  margin-bottom: 15px;
  margin-left: auto;
}
.s2 .item a {
  color: #399dae;
  font-family: "Varela Round", sans-serif;
  font-size: 24px;
  font-weight: bold;
  transition: 0.25s;
}
.s2 .item a:hover {
  color: #53b6c7;
}
.s2 .left {
  text-align: right;
  padding-top: 118px;
}
.s2 .left .item {
  max-width: 25rem;
  display: inline-block;
  margin-right: 6vw;
}
.s2 .right {
  left: -5px;
}
.s2 .right .item {
  text-align: right;
  display: inline-block;
  position: relative;
}
.s2 .right .item p {
  max-width: 390px;
}
.s2 .right .item:nth-child(1) {
  margin-top: 105px;
}
.s2 .right .item:nth-child(2) {
  margin-top: 74px;
  transform: rotate(-1deg);
}

.courses {
  text-align: right;
  padding-bottom: 65px;
}
.courses [class^=col-] {
  margin-bottom: 30px;
}
.courses h2, .courses .widget-t {
  color: #399dae;
  font-size: 44px;
  position: relative;
  margin: 0;
  margin-top: 90px;
  margin-bottom: 60px;
  background-image: url(../img/title-sep.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  padding-bottom: 30px;
}
.courses h2.small, .courses .widget-t.small {
  margin-bottom: 40px;
  font-size: 30px;
  margin-top: 65px;
  padding-bottom: 20px;
}
.courses h2.text-center, .courses .widget-t.text-center {
  background-position: center 100%;
}
.courses .container {
  position: relative;
}
.courses .banner {
  position: relative;
  transform: translateY(-30px);
}
.courses .banner img {
  max-width: 100%;
}
.courses .item {
  background-color: #f1f1f1;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 20px;
}
.courses .item img {
  width: 100%;
}
.courses .item .meta-cat {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: auto;
  color: #fff;
  background: #399dae;
  padding: 3px 10px;
  font-size: 12px;
}
.courses .item::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/course-item-bg.png);
}
.courses .item .title {
  color: #1f262e;
  font-size: 24px;
  padding-left: 15px;
  margin-top: 6px;
  padding-right: 25px;
}
.courses .item p {
  margin: 0;
  line-height: 1.3;
  padding-left: 30px;
  font-size: 16px;
  color: #373737;
  margin-top: 8px;
  padding-right: 25px;
}
.courses .item .btn-wrap {
  text-align: right;
  position: relative;
  z-index: 2;
  padding-right: 25px;
  margin-top: 20px;
}
.courses .item .btn-wrap a {
  text-align: center;
  text-decoration: none;
  border: 3px solid #cf613c;
  height: 38px;
  line-height: 32px;
  color: #cf613c;
  font-size: 17px;
  min-width: 148px;
  display: inline-block;
  padding: 0 20px;
  transition: 0.25s;
}
.courses .item:hover .btn-wrap a {
  background-color: #cf613c;
  color: #fff;
}
.courses .bottom-btn-wrap {
  text-align: center;
  margin-top: 35px;
}
.courses .bottom-btn-wrap a {
  font-size: 21px;
  transition: 0.25s;
}

.s4 {
  background-image: url(../img/cta.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: cover;
  color: #fff;
  padding-top: 57px;
  padding-bottom: 50px;
  position: relative;
}
.s4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
}
.s4:after {
  content: "";
  position: absolute;
  left: 0;
  top: -42px;
  width: 110%;
  height: 60px;
  transform: rotate(1deg);
  z-index: 12;
  background: #fff;
}
.s4 .btn-wrap {
  margin-top: 63px;
}
.s4 .btn-wrap a {
  font-size: 22px;
  font-weight: bold;
  color: #cf613c;
  background-color: #fff;
  text-align: center;
  transition: 0.25s;
  background-image: url(../img/btn_bg-dark.png);
}
.s4 .btn-wrap a:hover {
  background-color: #399dae;
  color: #fff;
}
.s4 h2 {
  text-align: right;
  font-size: 44px;
  margin: 0;
  margin-top: 20px;
  text-shadow: 5px 5px 5px #000000d1;
}
.s4 p {
  text-align: right;
  font-size: 26px;
  max-width: 640px;
  margin-left: auto;
  margin-top: 15px;
  color: #5bcfe5;
  text-shadow: 5px 5px 5px #000000d1;
}

.s5 {
  text-align: right;
  padding-top: 20px;
  padding-bottom: 120px;
}
.s5 h2 {
  color: #399dae;
  font-size: 44px;
  text-align: right;
  position: relative;
  background-image: url(../img/title-sep.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  padding-bottom: 30px;
  display: inline-block;
  margin-bottom: 70px;
}
.s5 .item .img-wrap img.posa {
  top: 50px;
  right: 120px;
}
.s5 .item.item2 .img-wrap img.posa {
  top: 40px;
  right: 110px;
}
.s5 .item.item3 .img-wrap img.posa {
  top: 25px;
  right: 55px;
}
.s5 .item .img-wrap {
  position: relative;
}
.s5 .item .img-wrap img.posa {
  position: absolute;
}
.s5 .item .text-wrap {
  padding-top: 25px;
}
.s5 .item .text-wrap .title {
  color: #0f2845;
  font-size: 24px;
}
.s5 .item .text-wrap p {
  margin: 0;
  font-size: 16px;
  margin-top: 14px;
  padding-left: 20px;
}
.s5 .item .text-wrap .btn-wrap {
  margin-top: 30px;
}
.s5 .bottom-btn-wrap {
  text-align: center;
  margin-top: 71px;
}
.s5 .bottom-btn-wrap a {
  font-size: 21px;
  transition: 0.25s;
}
.s5 .bottom-btn-wrap a:hover {
  background-color: #0a1c30;
}

.s6 {
  background-color: #052b3b;
  background-image: url(../img/accessories.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 110px;
  padding-bottom: 90px;
}
.s6 .container {
  position: relative;
}
.s6 h2 {
  color: #fff;
  font-size: 44px;
  text-align: right;
  position: relative;
  background-image: url(../img/title-sep-white.png);
  background-repeat: no-repeat;
  background-position: 100% 0%;
  padding-top: 30px;
  display: inline-block;
  margin-bottom: 70px;
  padding-left: 50px;
}
.s6 .items {
  display: flex;
  flex-wrap: wrap;
}
.s6 .items .item {
  display: block;
  text-align: center;
  margin: 0 10px 35px;
}
.s6 .items .item a {
  display: block;
  padding: 0 27px;
  background-color: #fff;
  height: 68px;
  line-height: 68px;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url(../img/btn_bg-dark.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  border-radius: 50px;
  font-size: 24px;
  color: #0f2845;
  transition: 0.25s;
}
.s6 .items .item a:hover {
  background-color: #399dae;
  color: #fff;
}

ul.anchors {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
ul.anchors li a {
  padding: 0 10px;
  font-size: 18px;
}
ul.anchors li:not(:first-child) a {
  border-right: 1px solid #cf613c;
}

.wp-block-button.whatsapp a {
  background: url("../img/WhatsApp.svg") no-repeat right 15px center, url(../img/btn_bg-light.png) no-repeat 0 center;
  padding-right: 50px;
  background-size: 24px;
}

.main-footer {
  color: #fff;
  background-image: url(../img/footer-bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-footer .footer-top .form-wrap {
  background-repeat: no-repeat;
  background-image: url(../img/newsletter-bg.png);
  background-position: center top;
  background-size: contain;
  max-width: 323px;
  height: 364px;
  text-align: center;
  margin-top: 40px;
  padding-top: 50px;
  padding-left: 15px;
}
.main-footer .footer-top .form-wrap .title {
  font-size: 28px;
  margin-bottom: 15px;
}
.main-footer .footer-top .form-wrap p {
  font-size: 18px;
  line-height: 1.4;
  padding: 0 15px;
  margin-top: 0;
}
.main-footer .footer-top .form-wrap input {
  max-width: 233px;
  width: 100%;
  display: block;
  border-radius: 3px;
  border: 1px solid #fff;
  text-align: right;
  background-color: transparent;
  height: 43px;
  padding: 0 20px;
  color: #fff;
  margin: 0 auto;
  margin-top: 38px;
}
.main-footer .footer-top .form-wrap input::placeholder {
  color: #e4e4e4;
}
.main-footer .footer-top .form-wrap .btn-wrap {
  margin-top: 23px;
}
.main-footer .footer-top .form-wrap .btn-wrap button {
  background-color: #fff;
  border: none;
  width: 100px;
  height: 43px;
  line-height: 43px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.25s;
}
.main-footer .footer-top .form-wrap .btn-wrap button:hover {
  background-color: #e6e6e6;
}
.main-footer .footer-top .info {
  text-align: right;
  margin-top: 80px;
  padding-right: 70px;
}
.main-footer .footer-top .info .title {
  color: #399dae;
  font-size: 24px;
  margin-bottom: 30px;
}
.main-footer .footer-top .info ul {
  margin: 0;
  padding: 0;
}
.main-footer .footer-top .info ul li {
  list-style-type: none;
  font-family: "Varela Round", sans-serif;
  line-height: 1.7;
}
.main-footer .footer-top .info ul li a {
  display: inline-block;
  font-size: 17px;
}
.main-footer .footer-top .info ul li a:hover {
  color: #399dae;
}
.main-footer .footer-top .contact {
  text-align: right;
  margin-top: 80px;
  padding-right: 30px;
}
.main-footer .footer-top .contact .title {
  color: #399dae;
  font-size: 24px;
  margin-bottom: 22px;
}
.main-footer .footer-top .contact ul.contact-ul {
  padding: 0;
}
.main-footer .footer-top .contact ul.contact-ul li {
  list-style-type: none;
  font-family: "Varela Round", sans-serif;
  line-height: 2.3;
}
.main-footer .footer-top .contact ul.contact-ul li a {
  display: inline-block;
  font-size: 17px;
  transition: 0.25s;
}
.main-footer .footer-top .contact ul.contact-ul li a:hover {
  opacity: 0.8;
}
.main-footer .footer-top .contact ul.contact-ul li span {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 15px;
}
.main-footer .footer-top .contact ul.contact-ul li span.location {
  background-image: url(../img/location-ic.png);
  width: 16px;
  height: 15px;
}
.main-footer .footer-top .contact ul.contact-ul li span.phone {
  background-image: url(../img/phone-ic.png);
  width: 16px;
  height: 15px;
}
.main-footer .footer-top .contact ul.contact-ul li span.email {
  background-image: url(../img/email-ic.png);
  width: 16px;
  height: 14px;
}
.main-footer .footer-top .contact ul.social {
  margin-top: 29px;
  padding: 0;
}
.main-footer .footer-top .contact ul.social li {
  list-style-type: none;
  display: inline-block;
  margin-left: 8px;
}
.main-footer .footer-top .contact ul.social li a {
  display: inline-block;
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.25s;
  border-radius: 10px;
  line-height: 44px;
  font-size: 24px;
  text-align: center;
  border: 1px solid transparent;
  color: rgba(255, 255, 255, 0.84);
}
.main-footer .footer-top .contact ul.social li a.insta {
  border: 0;
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  font-size: 30px;
}
.main-footer .footer-top .contact ul.social li a.fb {
  background-color: #3b5999;
  border-color: #3b5999;
}
.main-footer .footer-top .contact ul.social li a:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}
.main-footer .footer-bottom {
  background-color: #0c4b65;
  padding: 5px 0;
}
.main-footer .footer-bottom .right {
  text-align: right;
  direction: rtl;
}
.main-footer .footer-bottom .left {
  text-align: left;
}

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

.category-anchors {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style-type: none;
}
.category-anchors a {
  display: block;
  color: #399dae;
}
.category-anchors li:not(:first-child) {
  padding-right: 10px;
}
.category-anchors li:not(:last-child) a {
  border-left: 1px solid;
  padding-left: 10px;
}

article.course .course-extra {
  position: absolute;
  transform: translateY(-115%);
  padding-bottom: 20px;
  width: 100%;
}
article.course .course-extra .course-enrolment {
  flex-grow: 1;
}
article.course .course-extra .progress.statement {
  margin-bottom: 10px;
  display: block;
  -webkit-text-stroke: thin currentColor;
}
article.course .course-extra .meter {
  border-bottom: 6px solid #eaeaea;
  padding-bottom: 2px;
}
article.course .course-extra .meter .value {
  height: 4px;
  font-size: 12px;
  color: #3a9cae;
  padding: 5px;
  line-height: 1;
  border-radius: 5px;
  border: 1px solid #399dae;
  border-bottom-width: 6px;
}
article.course ul.features {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 25px 0 -20px;
}
article.course ul.features li {
  margin: 0 0 10px 15px;
  padding: 5px 0;
  border-bottom: 1px solid #cf613c;
  border-top: 1px solid #cf613c;
  font-size: 15px;
}
article.course .wp-post-image {
  display: none;
}
article.course > header > h2 {
  color: #399dae;
  font-size: 44px;
  position: relative;
  margin: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  background-image: url(../img/title-sep.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  padding-bottom: 30px;
  display: inline-block;
}
article.course .course-meta .status.in-progress {
  display: none;
}
article.course .course-lessons article.lesson {
  background: #2f8b9e;
  position: relative;
  z-index: 0;
  padding-bottom: 10px;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 40px;
  transition: all 0.3s;
}
article.course .course-lessons article.lesson::before, article.course .course-lessons article.lesson::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-size: 100%;
  background-repeat: no-repeat;
}
article.course .course-lessons article.lesson::before {
  background-image: url(../img/light-grunge-bg.svg);
  width: 110%;
  z-index: -1;
  height: 110%;
  opacity: 0.6;
  transform: rotate(0.5deg);
  top: -5%;
  left: -5%;
  background-position: left center;
  background-size: 110%;
}
article.course .course-lessons article.lesson::after {
  border: 2px solid #010404;
  transform: rotate(0.5deg);
  width: 100%;
  z-index: -2;
  height: 110%;
  top: -4.5%;
  right: -0.5%;
  opacity: 0.6;
}
article.course .course-lessons article.lesson .lesson-title {
  justify-content: center;
  position: relative;
}
article.course .course-lessons article.lesson .lesson-title h2 {
  color: #fff;
  text-shadow: -1px 2px 2px rgba(0, 0, 0, 0.4);
  font-size: 24px;
}
article.course .course-lessons article.lesson .lesson-title h2 a {
  color: #fff;
  text-decoration: none;
}
article.course .course-lessons article.lesson .lesson-title p.lesson-meta {
  margin-bottom: 0;
  text-align: right;
}
article.course .course-lessons article.lesson .lesson-title p.lesson-meta .lesson-length {
  margin-left: 20px;
}
article.course .course-lessons article.lesson .lesson-title p.lesson-meta .lesson-length + .lesson-status {
  border-right: 1px solid #fff;
  padding-right: 20px;
}
article.course .course-lessons article.lesson .lesson-title p.lesson-meta .lesson-length + .lesson-status::before {
  content: "סטטוס:";
}
article.course .course-lessons article.lesson .lesson-title p.lesson-meta span {
  color: #fff !important;
}
article.course .course-lessons article.lesson .lesson-title p.lesson-meta span:before {
  margin-right: 0 !important;
  margin-left: 0.618em;
}
article.course .course-lessons article.lesson:hover {
  background: #0c4b65;
}

.preview-label {
  position: absolute;
  left: 0;
  top: 0;
  background: #cf613c;
  color: #fff;
  border-radius: 50%;
  padding: 5px 10px;
  width: 60px;
  height: 60px;
  font-size: 14px;
  text-align: center;
  line-height: 1.3;
  display: flex;
  align-items: center;
  border: 1px solid #fff;
}

.course .status.completed, .course-container .status.completed, .course-lessons .status.completed {
  float: right;
}
.course .status.completed::before, .course-container .status.completed::before, .course-lessons .status.completed::before {
  margin-left: 0.618em;
  margin-right: 0;
}
.single-lesson .page-content {
  padding-top: 30px;
}
.single-lesson .sensei-message.tick {
  margin-top: 0;
}
.single-lesson .sensei-message.tick::before {
  margin-left: 0.618em;
  margin-right: 0;
}
.single-lesson .sensei-message.tick .next-lesson {
  float: left;
}
.single-lesson .lesson-title {
  color: #399dae;
  font-size: 32px;
  text-align: right;
  position: relative;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.single-lesson .lesson-title h1 {
  font-size: 1em;
  margin-bottom: 30px;
}
.single-lesson .lesson .lesson-title {
  margin: 0;
}
.single-lesson .lesson .lesson-title h1 {
  display: none;
}
.single-lesson .lesson .lesson-title .preview-label {
  z-index: 1;
}
.single-lesson .lesson .embed-responsive, .single-lesson .lesson div.video {
  margin-bottom: 40px;
}
.single-lesson .lesson h3:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: url(../img/title-sep-red.svg) no-repeat right top;
  margin-bottom: 20px;
}
.single-lesson .lesson #post-entries {
  margin-top: 50px;
}
.single-lesson .wp-block-audio {
  display: flex;
  flex-direction: column-reverse;
  margin: 1em 0;
}
.single-lesson .wp-block-audio figcaption {
  text-align: center;
  margin-bottom: 0.5em;
  margin-top: 1em;
}
.single-lesson #post-entries .nav-next:before {
  content: "השיעור הבא";
  display: block;
}
.single-lesson #post-entries .nav-prev:before {
  display: block;
  content: "השיעור הקודם";
}

.sensei-breadcrumb {
  width: 100%;
  background: none;
  border-top: 1px solid #399dae;
  border-top: 1px solid #399dae;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}

.sensei-breadcrumb::before {
  margin-right: 0;
  margin-left: 0.68em;
}

body > #post-entries, body > .sensei-breadcrumb {
  display: none;
}

.page-content #post-entries {
  border-top: 1px solid #ddd;
  display: flex;
  padding-top: 25px;
}
.page-content #post-entries .container {
  display: flex;
  padding: 0;
}
.page-content #post-entries span:not(.meta-nav) {
  display: block;
}
.page-content #post-entries span i, .page-content #post-entries .meta-nav {
  font-family: "FontAwesome";
  position: absolute;
  font-size: 60px;
  top: 50%;
  line-height: 0;
}
.page-content #post-entries .nav-next, .page-content #post-entries .nav-prev {
  flex: 0 0 50%;
  padding: 0 15px;
  position: relative;
}
.page-content #post-entries .nav-next {
  padding-left: 30px;
  text-align: left;
}
.page-content #post-entries .nav-next:first-child {
  margin-right: 50%;
}
.page-content #post-entries .nav-next .meta-nav, .page-content #post-entries .nav-next i {
  left: 0;
}
.page-content #post-entries .nav-next .meta-nav::before, .page-content #post-entries .nav-next i::before {
  content: "";
}
.page-content #post-entries .nav-prev {
  float: right;
  padding-right: 30px;
}
.page-content #post-entries .nav-prev .meta-nav, .page-content #post-entries .nav-prev i {
  right: 0;
}
.page-content #post-entries .nav-prev .meta-nav::before, .page-content #post-entries .nav-prev i::before {
  content: "";
}
.page-content #post-entries + .sensei-breadcrumb {
  background-color: #399dae;
  padding: 10px 15px;
  margin-top: 30px;
  border: 0;
  border-radius: 25px;
  cursor: pointer;
}
.page-content #post-entries + .sensei-breadcrumb, .page-content #post-entries + .sensei-breadcrumb a {
  color: #fff;
}
.page-content #post-entries + .sensei-breadcrumb a {
  margin-right: 10px;
}
.page-content #post-entries + .sensei-breadcrumb:hover {
  background-color: #cf613c;
}

.blog.archive .item {
  background-color: #399dae;
  margin-bottom: 30px;
  position: relative;
  padding: 30px 25px;
  height: calc(100% - 40px);
}
.blog.archive .item::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 150%;
  background-repeat: no-repeat;
  background-image: url(../img/light-grunge-bg.svg);
  filter: sepia(1);
  background-position: center;
  opacity: 0.6;
}
.blog.archive .item .img-wrap img {
  width: 100%;
}
.blog.archive .item .title, .blog.archive .item p, .blog.archive .item .date {
  color: #fff;
}
.blog.archive .item .title {
  font-size: 24px;
  margin-top: 0;
  -webkit-text-stroke: 1px currentColor;
}
.blog.archive .item .date {
  margin-bottom: 4px;
  font-size: 14px;
}
.blog.archive .item p {
  line-height: 1.3;
  font-size: 18px;
  margin: 8px 0 0;
}
.blog.archive .item .btn-wrap {
  text-align: right;
  margin-top: 18px;
  position: relative;
  z-index: 2;
}
.blog.archive .item .btn-wrap a {
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  color: #cf613c;
  display: inline-block;
  padding: 0 15px;
  transition: 0.25s;
}
.blog.archive .item:hover a {
  background-color: #cf613c;
  color: #fff;
}

.single-post .s-hero-nav .container {
  text-align: center;
}

.pagination .page-numbers {
  padding: 0 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 50%;
  display: inline-block;
}
.pagination .page-numbers:hover {
  background-color: #0f2845;
  color: #fff;
}
.pagination .page-numbers.current {
  color: #ffff;
  background-color: #cf613c;
}

ol.style_list {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
ol.style_list li {
  counter-increment: my-counter;
  position: relative;
  padding: 0 60px 30px 0;
  border-bottom: 1px solid #ddd;
}
ol.style_list li::before {
  content: counter(my-counter);
  position: absolute;
  right: 0;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
}
ol.style_list li:nth-child(-n+9):before {
  content: "0" counter(my-counter);
}
ol.style_list li h4 {
  margin-bottom: 10px;
  font-size: 20px;
  color: #3a9cae;
}
ol.style_list li a {
  border-radius: 50px;
  background-color: #cf613c;
  display: table;
  padding: 4px 15px;
  color: #fff;
  margin-top: 15px;
  font-size: 15px;
}
ol.style_list li a:hover {
  background-color: #0f2845;
  color: #fff;
}

.gform_wrapper .gform_fields {
  list-style: none;
  padding: 0;
}
.gform_wrapper .gform_fields .gfield {
  margin-bottom: 20px;
}
.gform_wrapper .gform_fields .gfield .gfield_label {
  margin-bottom: 6px;
}
.gform_wrapper .validation_error, .gform_wrapper .validation_message {
  color: #cf613c;
}
.gform_wrapper .validation_message {
  font-size: 14px;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.accordion {
  border: none;
}
.accordion .card {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #A7A5A0;
}
.accordion .card .card-header {
  position: relative;
  border-radius: 0;
  padding: 1rem 0 1rem 3rem;
  background: none;
  border: none;
}
.accordion .card .card-header .collapse-link.collapsed:before {
  content: "";
}
.accordion .card .card-header .collapse-link:before {
  font-family: "FontAwesome";
  content: "";
  content: "";
  color: #d55342;
  font-size: 2.4rem;
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.accordion .card .card-header a {
  display: block;
  color: #399dae;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
}
.accordion .card .card-body {
  border-radius: 0;
  padding: 0rem 0 1.5rem 1rem;
  font-size: 1.3rem;
  line-height: 1.5;
}
.accordion .card .card-body span.date {
  display: block;
}
.accordion .card .card-body p {
  font-size: 100%;
}
.accordion .card .card-body a {
  color: #cf613c;
  text-decoration: none;
}

.widget {
  background: #2b2b2b;
  padding: 20px 20px 30px;
}

.widget, .woocommerce-MyAccount-navigation {
  margin-bottom: 40px;
  position: relative;
}
.widget::after, .woocommerce-MyAccount-navigation::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: url(../img/bg-2.svg);
  opacity: 0.25;
}
.widget .widget-title, .woocommerce-MyAccount-navigation .widget-title {
  color: #399dae;
  font-size: 24px;
  position: relative;
  margin: 0;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  display: inline-block;
}
.widget ul, .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-right: 0;
  margin: 0;
}
.widget ul li a, .woocommerce-MyAccount-navigation ul li a {
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #399dae;
  padding: 10px 0;
  color: #fff;
}
.widget ul li a:hover, .widget ul li a.current, .woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-MyAccount-navigation ul li a.current {
  color: #cf613c;
}
.widget.widget_sensei_course_progress header, .woocommerce-MyAccount-navigation.widget_sensei_course_progress header {
  padding: 0;
}
.widget.widget_sensei_course_progress .course-title, .woocommerce-MyAccount-navigation.widget_sensei_course_progress .course-title {
  font-size: 1.4em;
  margin-top: 0;
  color: #fff;
}
.widget.widget_sensei_course_progress .course-progress-navigation, .woocommerce-MyAccount-navigation.widget_sensei_course_progress .course-progress-navigation {
  display: none;
}
.widget.widget_sensei_course_progress .course-progress-lessons, .woocommerce-MyAccount-navigation.widget_sensei_course_progress .course-progress-lessons {
  padding-right: 0;
}
.widget.widget_sensei_course_progress .course-progress-lessons .course-progress-lesson a, .widget.widget_sensei_course_progress .course-progress-lessons .course-progress-lesson span, .woocommerce-MyAccount-navigation.widget_sensei_course_progress .course-progress-lessons .course-progress-lesson a, .woocommerce-MyAccount-navigation.widget_sensei_course_progress .course-progress-lessons .course-progress-lesson span {
  background: none;
  padding: 0.618em 2em 0.618em 0;
  font-size: 0.9em;
  font-weight: 400;
  color: #fff;
}
.widget.widget_sensei_course_progress .course-progress-lessons .course-progress-lesson a:before, .widget.widget_sensei_course_progress .course-progress-lessons .course-progress-lesson span:before, .woocommerce-MyAccount-navigation.widget_sensei_course_progress .course-progress-lessons .course-progress-lesson a:before, .woocommerce-MyAccount-navigation.widget_sensei_course_progress .course-progress-lessons .course-progress-lesson span:before {
  font-size: 125%;
  top: 0.6em;
  left: auto;
  right: 0;
  margin-right: 0;
  margin-left: 0.618em;
  color: #fff;
}
.widget.widget_sensei_course_progress .course-progress-lessons .course-progress-lesson a, .widget.widget_sensei_course_progress .course-progress-lessons .course-progress-lesson span, .woocommerce-MyAccount-navigation.widget_sensei_course_progress .course-progress-lessons .course-progress-lesson a, .woocommerce-MyAccount-navigation.widget_sensei_course_progress .course-progress-lessons .course-progress-lesson span {
  border-bottom-color: #399dae;
  transition: all 0.2s;
}
.widget.widget_sensei_course_progress .course-progress-lessons .course-progress-lesson:hover a, .woocommerce-MyAccount-navigation.widget_sensei_course_progress .course-progress-lessons .course-progress-lesson:hover a {
  color: #399dae;
}
.widget.widget_sensei_course_progress .course-progress-lessons .course-progress-lesson:hover a::before, .woocommerce-MyAccount-navigation.widget_sensei_course_progress .course-progress-lessons .course-progress-lesson:hover a::before {
  color: #399dae;
  content: "";
}
.widget.widget_sensei_course_progress .course-progress-lessons .course-progress-lesson.current span, .woocommerce-MyAccount-navigation.widget_sensei_course_progress .course-progress-lessons .course-progress-lesson.current span {
  color: #399dae;
}
.widget.widget_sensei_course_progress .course-progress-lessons .course-progress-lesson.current span::before, .woocommerce-MyAccount-navigation.widget_sensei_course_progress .course-progress-lessons .course-progress-lesson.current span::before {
  color: #399dae;
  content: "";
}
.widget.widget_sensei_course_progress .course-progress-lessons .course-progress-lesson.completed a::before, .widget.widget_sensei_course_progress .course-progress-lessons .course-progress-lesson.completed span::before, .woocommerce-MyAccount-navigation.widget_sensei_course_progress .course-progress-lessons .course-progress-lesson.completed a::before, .woocommerce-MyAccount-navigation.widget_sensei_course_progress .course-progress-lessons .course-progress-lesson.completed span::before {
  color: #399dae;
}
.widget.course-categories .widget-title, .woocommerce-MyAccount-navigation.course-categories .widget-title {
  background: none;
  padding-bottom: 0;
  margin-bottom: 12px;
}
.widget.widget_sensei_course_progress, .widget.course-categories, .woocommerce-MyAccount-navigation.widget_sensei_course_progress, .woocommerce-MyAccount-navigation.course-categories {
  background: #0f2845;
  padding: 20px 20px 30px;
}
.widget.widget_sensei_course_progress ul li a:not(:hover):not(.current), .widget.course-categories ul li a:not(:hover):not(.current), .woocommerce-MyAccount-navigation.widget_sensei_course_progress ul li a:not(:hover):not(.current), .woocommerce-MyAccount-navigation.course-categories ul li a:not(:hover):not(.current) {
  color: #fff;
}
.widget.woocommerce-MyAccount-navigation > ul, .woocommerce-MyAccount-navigation.woocommerce-MyAccount-navigation > ul {
  background: #0f2845;
  padding: 20px 20px 30px;
}
.widget.woocommerce-MyAccount-navigation > ul li a:not(:hover), .woocommerce-MyAccount-navigation.woocommerce-MyAccount-navigation > ul li a:not(:hover) {
  color: #fff;
}

.widget.banner::after {
  background-image: url(../img/course-item-bg.png);
  opacity: 1;
  background-size: cover;
  background-repeat: no-repeat;
}

.course-banner {
  position: relative;
}
.course-banner .banner_caption {
  position: absolute;
  bottom: 0;
  padding: 30px;
  color: #fff;
}
.course-banner .banner_caption p, .course-banner .banner_caption h3 {
  margin: 0;
}
.course-banner .banner_caption h3 {
  font-size: 24px;
}

a.button.wc-forward {
  display: none;
}

.woocommerce-form-login-toggle, .woocommerce-form-coupon-toggle {
  padding: 20px 0;
}
.woocommerce-form-login-toggle a:after, .woocommerce-form-coupon-toggle a:after {
  content: "";
  font-family: "FontAwesome";
  margin-right: 10px;
}

.woocommerce-form-login-toggle {
  border-bottom: 1px solid #ececec;
}

.woocommerce form.login, .woocommerce form.register, .woocommerce .woocommerce-form-coupon {
  position: relative;
  margin-top: 0;
  border: 0;
  border-radius: 0;
  padding: 20px 0;
  border-top: 1px solid #399dae;
}
.woocommerce form.login .lost_password {
  position: absolute;
  left: 0;
  transform: translateY(-115px);
}
.woocommerce form.login .woocommerce-form-login__rememberme {
  margin-bottom: 20px;
}
.woocommerce form.login .woocommerce-form-login__rememberme span {
  line-height: 1;
}
.woocommerce #member_checkbox_field {
  margin-top: 20px;
}
.woocommerce #member_checkbox_field .optional {
  display: none;
}
.woocommerce .woocommerce-additional-fields h3 {
  display: none;
}
.woocommerce .order-review-wrp {
  background-color: #0f2845;
  padding: 20px 30px 40px;
  color: #fff;
}
.woocommerce .order-review-wrp::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: url(../img/bg-2.svg);
  opacity: 0.25;
}
.woocommerce .order-review-wrp .remove {
  float: right;
  margin-left: 10px;
  background: #cf613c;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  width: 20px;
  height: 20px;
  color: #fff;
}
.woocommerce .order-review-wrp .remove:hover {
  background: #fff;
  color: #cf613c;
}
.woocommerce .order-review-wrp .cart-subtotal {
  display: none;
}
.woocommerce .order-review-wrp #order_review_heading {
  font-size: 24px;
  margin-top: 10px;
  color: #fff;
}
.woocommerce .order-review-wrp .shop_table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
}
.woocommerce .order-review-wrp .shop_table tr {
  text-align: right;
}
.woocommerce .order-review-wrp .shop_table tr td, .woocommerce .order-review-wrp .shop_table tr th {
  padding: 8px 0 8px 10px;
}
.woocommerce .order-review-wrp .shop_table thead th {
  border-bottom: 1px solid #399dae;
}
.woocommerce .order-review-wrp .shop_table tbody tr:first-child td, .woocommerce .order-review-wrp .shop_table tbody tr:first-child th {
  padding-top: 20px;
}
.woocommerce .order-review-wrp #payment > ul {
  margin-top: 14px;
  border-top: 1px solid #399dae;
  list-style: none;
  padding-right: 0;
  padding: 14px 0;
}
.woocommerce .order-review-wrp form .form-row input.input-text, .woocommerce .order-review-wrp form .form-row textarea, .woocommerce .order-review-wrp form .form-row select {
  height: 42px;
  width: 100%;
  padding: 4px 15px;
  border-radius: 3px;
  border: 1px solid #ccc;
}
.woocommerce .order-review-wrp form .form-row textarea {
  height: 100px;
}

.woocommerce-MyAccount-content .woocommerce-Address {
  max-width: 100%;
}
.woocommerce-MyAccount-content #sensei-user-courses {
  margin-top: 30px;
}
.woocommerce-MyAccount-content #sensei-user-courses .user-completed {
  list-style: none;
  margin-right: 15px;
}

.woocommerce #respond, input#submit.alt, .woocommerce a.button.alt,
.woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #399dae;
  color: #fff;
}
.woocommerce #respond:hover, input#submit.alt:hover, .woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #cf613c;
}
.woocommerce #respond #my-courses .col-1, input#submit.alt #my-courses .col-1, .woocommerce a.button.alt #my-courses .col-1,
.woocommerce button.button.alt #my-courses .col-1, .woocommerce input.button.alt #my-courses .col-1 {
  width: 100%;
}

.welcome-customer {
  position: relative;
  height: 40px;
  background-color: #399dae;
  z-index: 0;
  max-width: 500px;
  padding: 10px;
}
.welcome-customer:after {
  content: "";
  position: absolute;
  border: 2px solid #010404;
  transform: rotate(0.5deg);
  width: 100%;
  z-index: -2;
  height: 110%;
  top: -4.5%;
  right: -0.5%;
  opacity: 0.6;
}
.welcome-customer:before {
  content: "";
  position: absolute;
  background-image: url(../img/light-grunge-bg.svg);
  width: 110%;
  z-index: -1;
  height: 110%;
  opacity: 0.6;
  transform: rotate(0.5deg);
  top: -5%;
  left: -5%;
  background-position: left center;
  background-size: 110%;
}
.welcome-customer a {
  color: #fff;
}
.welcome-customer:hover {
  background-color: #0f2845;
}
.welcome-customer:hover a {
  color: #fff;
}

#user-course-status-toggle {
  display: flex;
  margin-bottom: 30px;
  border-bottom: 1px solid #DCDCDE;
}
#user-course-status-toggle a {
  padding: 6px 14px;
  border: 1px solid #DCDCDE;
}
#user-course-status-toggle a.active {
  background-color: #399dae;
  border-color: #399dae;
  color: #fff;
}

#sensei-user-courses .courses .item {
  padding-top: 20px;
}
#sensei-user-courses .courses .item .img-wrap {
  padding-top: 10px;
}
#sensei-user-courses .courses .item .content {
  position: relative;
  z-index: 1;
}

/*==========  Mobile First  ==========*/
@media only screen and (min-width: 576px) {
  .sensei-breadcrumb {
    max-width: 540px;
  }

  article.course:not(.user-status-active) .course-extra {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  .blog.archive .item {
    padding-bottom: 75px;
  }
  .blog.archive .item .btn-wrap {
    position: absolute;
    bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .row-sm-reverse .kt-row-column-wrap {
    flex-direction: row-reverse;
  }

  body .kt-gutter-default > .wp-block-kadence-column {
    margin-left: 30px;
    margin-right: 0;
  }

  .courses .item {
    height: 100%;
    padding-bottom: 50px;
  }
  .courses .item .btn-wrap {
    position: absolute;
    bottom: 20px;
  }

  #sensei-user-courses .courses .item {
    height: auto;
    padding-bottom: 20px;
  }
  #sensei-user-courses .courses .item .btn-wrap {
    position: relative;
    bottom: 0;
  }

  .sensei-breadcrumb {
    max-width: 720px;
  }

  .single-course .content, .single-course .course-extra {
    padding-left: 60px;
  }

  #customer_details {
    padding-left: 40px;
  }
  #customer_details .woocommerce-billing-fields {
    border-top: 3px solid #399dae;
  }
  #customer_details .woocommerce-billing-fields > h3 {
    font-size: 24px;
  }

  .woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }

  .s5 .item {
    padding-bottom: 60px;
  }
  .s5 .item .btn-wrap {
    margin-top: 0;
    position: absolute;
    bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .main-header nav.menu-wrap > ul > li {
    display: inline-block;
    padding-right: 10px;
  }
  .main-header nav.menu-wrap > ul > li:not(:first-child)::before {
    content: " | ";
    margin-left: 10px;
  }
  .main-header nav.menu-wrap > ul > li.menu-item-has-children > a:after {
    left: -4px;
  }
  .main-header nav.menu-wrap > ul > li.menu-item-has-children > a + .sub-menu {
    padding: 0;
    position: absolute;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    min-width: 220px;
    right: -10px;
    top: 100%;
    display: block;
    -webkit-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .main-header nav.menu-wrap > ul > li.menu-item-has-children > a + .sub-menu li a {
    color: #373737;
    border-bottom-color: #ececec;
    padding: 8px 15px;
  }

  .sensei-breadcrumb {
    max-width: 960px;
  }

  .login-form {
    width: 600px;
    max-width: 600px;
    margin: auto;
  }

  .woocommerce-account .woocommerce {
    display: flex;
    margin-left: 15px;
    margin-right: 15px;
  }

  .rtl [class*=offset-] {
    margin-left: 0;
  }
  .rtl .offset-lg-6 {
    margin-right: 50%;
  }

  .page-content.narrow .content > .container {
    max-width: 800px;
    margin: 0 auto;
  }

  .woocommerce-checkout form.login, .woocommerce-checkout .woocommerce-form-coupon {
    max-width: 55%;
  }
}
@media only screen and (min-width: 1200px) {
  .page-content.narrow .content > .container {
    max-width: 900px;
  }

  .menu-icon.burger {
    display: none;
  }

  .sensei-breadcrumb {
    max-width: 1200px;
  }

  .b-post {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 1480px) {
  .s2 .right .item {
    margin-right: -7vw;
  }
}
@media only screen and (max-width: 991px) {
  .main-header {
    padding: 10px 0;
  }
  .main-header [class^=col-] {
    max-width: 50%;
  }
  .main-header .logo-wrap {
    top: 0;
  }
  .main-header .logo-wrap img {
    max-height: 60px;
  }
  .main-header.fixed .enter-wrap span.login-ic {
    top: 0;
  }
  .main-header.fixed .menu-icon.burger {
    top: 1.35rem;
  }

  .menu-wrap {
    will-change: -webkit-transform;
    will-change: transform;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    min-height: 100vh;
    padding: 3.5rem;
    visibility: hidden;
    opacity: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    transition: transform 0.5s, visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .menu-wrap.is-active {
    visibility: visible;
    opacity: 1;
  }

  .s-hero-nav.mini {
    padding-top: 80px;
  }
  .s-hero-nav.mini h1 {
    font-size: 30px;
  }

  .s-content__aside {
    margin-top: 50px;
  }

  .woocommerce-account .woocommerce {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .s5 .item {
    margin-bottom: 40px;
  }

  .courses .bottom-btn-wrap {
    margin-top: 0;
  }

  .s6 .items .item a {
    height: 48px;
    line-height: 48px;
    font-size: 20px;
  }

  .single-course .page-content > .container > .row {
    margin: 0;
  }

  article.course .course-lessons article.lesson::before {
    background-image: url(../img/light-grunge-bg.png);
  }
}
@media only screen and (max-width: 575px) {
  .wp-block-preformatted {
    font-size: 12px;
    overflow-x: scroll;
    -webkit-text-stroke: thin;
  }

  .sm-hidden {
    display: none !important;
  }

  .main-header .enter-wrap span.login-ic {
    background-size: 16px;
    background-position: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #cf613c;
    margin-left: 60px;
    top: 7px;
  }

  .s-hero-nav.mini {
    height: auto;
    min-height: 235px;
  }

  .s1 {
    padding-bottom: 120px;
    background-position: left 100%;
  }
  .s1:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
  }
  .s1::after {
    height: 50px;
  }
  .s1 .item {
    margin-top: 25px;
  }
  .s1 .item .title {
    font-size: 36px;
    color: #5ecfe1;
  }
  .s1 .item p {
    font-size: 50px;
  }

  .courses h2, .courses .widget-t {
    margin: 0 0 40px;
    letter-spacing: -1px;
    font-size: 36px;
  }

  .s4 h2 {
    font-size: 36px;
  }
  .s4 .btn-wrap {
    margin-top: 0;
  }

  .s5 {
    padding-bottom: 20px;
  }

  .s6 {
    padding: 30px 0;
  }

  .main-footer .footer-bottom .left {
    text-align: right;
  }

  .s-hero-nav.full {
    height: 290px;
  }
  .s-hero-nav.full:before {
    border: 0;
  }
  .s-hero-nav.full:after {
    height: 42px;
  }
  .s-hero-nav.full h1 {
    max-width: 100%;
    margin-top: 0;
    font-size: 36px;
  }
}

/*# sourceMappingURL=style.css.map */
