@charset "UTF-8";
/*!
Theme Name: entfinity
Author: Likhaplus
Description: Entfinity platform theme
Version: 0.0.1
Tested up to: 5.4
Requires PHP: 5.6
Text Domain: entfinity
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap");
/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

h1 {
  font-size: 44px;
}

h2 {
  font-size: 28px;
  font-weight: 700;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #475ff0;
  text-decoration: none;
}
a:visited {
  color: #475ff0;
}
a:hover, a:focus, a:active {
  color: #5f19b6;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

.learn-press-breadcrumb {
  display: none;
}

.main-navigation__search .search-field::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1;
  /* Firefox */
}

.main-navigation__search .search-field:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1;
  /* Firefox */
}

.main-navigation__search .search-field::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1;
  /* Firefox */
}

.main-navigation__search .search-field::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1;
  /* Firefox */
}
.main-navigation__search .search-field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}
.main-navigation__search .search-field::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ffffff;
}
.main-navigation__search .search-field {
  color: #ffffff;
}
.main-navigation__search .search-field:focus {
  color: #ffffff;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Banner
--------------------------------------------- */
.hero-banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 650px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  z-index: -1;
}
.hero-banner__content {
  width: 90%;
  max-width: 830px;
  padding: 30px 130px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
@media (max-width: 767.98px) {
  .hero-banner__content {
    width: 100%;
    padding: 30px;
    margin-top: 50%;
  }
}
.hero-banner__video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .hero-banner__video {
    width: auto;
    height: 100%;
  }
}

/* Tab
--------------------------------------------- */
.entfinity-tab .curriculum-scrollable > .curriculum-sections {
  z-index: 100 !important;
}

/* Modules
--------------------------------------------- */
.login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}
.login__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.login__cover {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 12rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.login__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 60px 15px;
}
.logged-in .login__form {
  display: none;
}
.login__form .form-fields {
  margin: 0;
  padding: 0;
  list-style: none;
}
.login__form .form-field {
  margin-bottom: 1rem;
}
.login__form .form-field > * {
  display: block;
  width: 100%;
  margin-top: 0.2rem;
}
.login__form__logo {
  display: block;
  width: 80%;
  max-width: 250px;
  margin: 0 auto 30px;
}
.login__form__heading {
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
.login__form__link {
  margin-top: 2.5rem;
  text-align: center;
  font-weight: 600;
}
.login__form__link a {
  color: #475ff0;
}

.signup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}
.signup__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.signup__cover {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 12rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.signup__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 60px 15px;
}
.logged-in .signup__form {
  display: none;
}
.signup__form .form-fields {
  margin: 0;
  padding: 0;
  list-style: none;
}
.signup__form .form-field {
  margin-bottom: 1rem;
}
.signup__form .form-field > * {
  display: block;
  width: 100%;
  margin-top: 0.2rem;
}
.signup__form__logo {
  display: block;
  width: 80%;
  max-width: 250px;
  margin: 0 auto 30px;
}
.signup__form__heading {
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
.signup__form__link {
  margin-top: 2.5rem;
  text-align: center;
  font-weight: 600;
}
.signup__form__link a {
  color: #475ff0;
}

.signup__success {
  display: none;
}
.logged-in .signup__success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.signup__success__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.signup__success__icon {
  font-size: 80px;
  color: #475ff0;
}

.entfinity-search {
  padding-top: 60px;
}
.entfinity-search__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #E5E5E5;
  margin-bottom: 30px;
  padding: 60px;
}
.site-main .entfinity-search__card .entry-header {
  padding-top: 0;
}
.entfinity-search__card .post-thumbnail {
  width: 100%;
  margin-right: 30px;
}

.error-content {
  padding-top: 60px;
  text-align: center;
}
.error-content__icon {
  font-size: 9rem;
}

.entfinity-profile__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  .entfinity-profile__form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.entfinity-profile__form__login {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}
@media (max-width: 575.98px) {
  .entfinity-profile__form__login {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.entfinity-profile__form__login.learn-press-form-login {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none;
}
.entfinity-profile__form__registration {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}
@media (max-width: 575.98px) {
  .entfinity-profile__form__registration {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.entfinity-profile__form__registration.learn-press-form-register {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none;
}

.entfinity-profile__logout-landing {
  margin: 80px auto 0;
  min-height: 30vh;
}
.entfinity-profile__logout-landing__icon {
  font-size: 80px;
  color: #475ff0;
  text-align: center;
}

.entfinity-courses__title {
  margin-bottom: 30px;
}
.entfinity-courses__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.entfinity-courses:not(.popular-courses) .entfinity-courses__content__item {
  margin-bottom: 24px;
}
.entfinity-courses__course {
  position: relative;
  border: 1px solid #E5E5E5;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}
.entfinity-courses__course__cover {
  margin-bottom: 20px;
}
.entfinity-courses__course__meta {
  min-height: 90px;
  margin-bottom: 20px;
  padding: 0 15px;
}
.entfinity-courses__course__meta a {
  text-decoration: none;
  color: #828282;
}
.entfinity-courses__course__meta h6 {
  color: #828282;
}
.entfinity-courses__course__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  border-top: 1px solid #E5E5E5;
}
.entfinity-courses__course__footer h5 {
  margin: 0;
}
.entfinity-courses__course__footer .course__footer__price {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.entfinity-courses__course__footer .course__footer__students {
  color: #BDBDBD;
}
.entfinity-courses__course__hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  text-decoration: none;
  font-size: 3em;
}
.entfinity-courses__course__hover:hover {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  color: #ffffff;
}
.entfinity-courses__course__hover > * {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.courses-introduction {
  position: relative;
}
.courses-introduction__cover {
  position: absolute;
  top: 50px;
  right: 0;
  bottom: 50px;
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .courses-introduction__cover {
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    opacity: 0.2;
  }
}
.courses-introduction__message {
  padding-top: 130px;
  padding-bottom: 130px;
  padding-right: 60px;
}

.lp-archive-courses {
  padding-top: 120px;
}
.lp-archive-courses .lp-content-area,
.lp-archive-courses .lp-content-wrap {
  margin-top: 50px;
}

.lp-courses-bar div.switch-layout {
  display: none;
}
.lp-courses-bar form.search-courses {
  margin-right: 0;
}

.workshop-categories a {
  text-decoration: none;
}
.workshop-categories__title {
  margin-bottom: 30px;
}
.workshop-categories__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.workshop-categories__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  padding: 60px 30px;
  background-color: rgba(95, 25, 182, 0.1);
  color: #5f19b6;
}
.workshop-categories__category__logo {
  margin-bottom: 1rem;
  font-size: 5em;
}

.getting-started {
  padding-top: 130px;
  padding-bottom: 130px;
}
.getting-started__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 80%;
  max-width: 720px;
  margin: auto;
  color: #ffffff;
}

.testimonials__title {
  margin-bottom: 30px;
}

.testimonial-card {
  height: 100%;
  border: 1px solid #BDBDBD;
  border-radius: 8px;
  overflow: hidden;
}
.testimonial-card__cover {
  height: 400px;
  overflow: hidden;
}
.testimonial-card__content {
  padding: 15px;
}
.testimonial-card__name {
  color: #76199f;
  font-weight: 700;
  margin-bottom: 0.2em;
}
.testimonial-card__occupation {
  margin-bottom: 1.2rem;
}
.testimonial-card__company {
  color: #828282;
  font-weight: 700;
  margin-bottom: 1rem;
}
.testimonial-card__message {
  min-height: 120px;
}

.owl-carousel .owl-stage-outer {
  margin-left: 12px;
  padding-left: 0;
  padding-right: 0;
}
.owl-carousel .owl-nav,
.owl-carousel .owl-dots {
  display: none;
}

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.text-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.text-link > * {
  margin-right: 10px;
}
.text-link--primary {
  color: #475ff0;
}
.text-link--primary:visited {
  color: #475ff0;
}

.link--uppercase {
  text-transform: uppercase;
}

.site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
  z-index: 500;
}

.custom-logo img {
  width: auto;
  max-width: inherit;
  height: 50px;
}
@media (max-width: 767.98px) {
  .custom-logo img {
    max-width: 9rem;
    height: auto;
  }
}

.site-header--dark {
  background: black;
}
.home .site-header--dark {
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 5%, rgba(0, 0, 0, 0) 100%);
}
.site-header--dark .main-navigation a {
  color: #ffffff;
}

.site-branding {
  margin-right: 60px;
}
@media (max-width: 767.98px) {
  .site-branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.main-navigation {
  width: auto;
}
@media (max-width: 767.98px) {
  .main-navigation {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.main-navigation .nav-menu {
  -webkit-column-gap: 30px;
          column-gap: 30px;
}
@media (max-width: 767.98px) {
  .main-navigation .nav-menu {
    position: absolute;
    width: 100%;
    margin-top: 1rem;
    margin-left: -30px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 30px;
    background-color: rgba(31, 31, 31, 0.8);
  }
  .main-navigation .nav-menu > li {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}
.main-navigation .menu-toggle {
  padding: 5px 0;
  background: transparent;
  border: none;
  font-size: 1.3rem;
  color: #ffffff;
}

.main-navigation__search {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 767.98px) {
  .main-navigation__search {
    display: none;
  }
}
.main-navigation__search input {
  width: 80%;
  padding: 0.7rem;
  border: 1px solid #ffffff;
  border-radius: 30px;
  background-color: transparent;
  color: #ffffff;
}

.main-navigation__account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.main-navigation__account a {
  color: #ffffff;
}
.main-navigation__account__login > i {
  display: none;
}
@media (max-width: 767.98px) {
  .main-navigation__account__login > i {
    display: inline-block;
  }
}
@media (max-width: 767.98px) {
  .main-navigation__account__login > span {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .main-navigation__account__signup {
    display: none;
  }
}

.site-main .entry-header {
  padding-top: 130px;
}
.profile .entry-header .entry-title {
  display: none;
}

.site-footer {
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000;
}

.site-footer__widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
}
.site-footer__widget a {
  color: #BDBDBD;
}
.site-footer__widget a:hover, .site-footer__widget a:focus, .site-footer__widget a:active {
  color: #ffffff;
}
.site-footer__widget ul, .site-footer__widget ol {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 2;
}
.site-footer__widget > *:not(:last-child) {
  margin-right: 130px;
}

.site-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-info__entfinity__label {
  margin-bottom: 0.3rem;
  font-size: 0.9em;
  color: #828282;
}
.site-info__entfinity__name > a {
  margin-bottom: 0;
  color: #ffffff;
}
.site-info__client__name {
  margin-bottom: 0;
  text-align: right;
  color: #828282;
}
.site-info__client .custom-logo > img {
  max-width: 11rem !important;
  max-height: 4.5rem !important;
  height: auto !important;
}

.site-entfinity .lp-archive-courses .course-summary .course-summary-content .course-detail-info {
  padding-top: 10rem;
}

.course-description {
  margin-bottom: 60px;
}
.course-description__title {
  margin-top: 60px;
  margin-bottom: 1.5rem;
}

.course-summary .course-title {
  font-size: 35px !important;
  line-height: 1.3 !important;
}
.course-summary .course-meta .meta-item::before {
  margin-right: 8px;
  color: #76199f !important;
}
.course-summary .course-meta .meta-item-duration::before {
  color: var(--lp-primary-color);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}
.course-summary .course-meta .meta-item-level::before {
  color: var(--lp-primary-color);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}
.course-summary .course-meta .meta-item-lesson::before {
  color: var(--lp-primary-color);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}
.course-summary .course-meta .meta-item-quiz::before {
  color: var(--lp-primary-color);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}
.course-summary .course-meta .meta-item-student::before {
  color: var(--lp-primary-color);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}
.course-summary .course-meta .meta-item-categories::before {
  display: none;
}
@media (min-width: 576px) {
  .course-summary .course-meta-secondary {
    position: relative;
    top: -1.2em;
  }
}

@media (max-width: 575.98px) {
  .course-summary-sidebar {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 60px;
  }
}
@media (max-width: 575.98px) {
  .course-summary-sidebar__inner {
    position: inherit !important;
    top: 0 !important;
  }
}
@media (min-width: 576px) {
  .course-summary-sidebar__inner {
    margin-top: 6.5rem;
  }
}

.entry-content-left .course-meta__pull-left {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 576px) {
  .entry-content-left .course-meta__pull-left {
    padding-right: 60px;
  }
}

.entfinity .lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item::before {
  color: #ffffff;
}
.entfinity .lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item .meta-item__value label {
  color: #ffffff;
}
.entfinity .course-summary .course-summary-sidebar.slide-down .course-summary-sidebar__inner {
  position: relative;
}
.entfinity #learn-press-course-tabs input[name="learn-press-course-tab-radio"]:nth-child(1):checked ~ .learn-press-nav-tabs .course-nav:nth-child(1) label {
  color: #76199f;
}
.entfinity #learn-press-course-tabs input[name="learn-press-course-tab-radio"]:nth-child(2):checked ~ .learn-press-nav-tabs .course-nav:nth-child(2) label {
  color: #76199f;
}
.entfinity ul.learn-press-nav-tabs .course-nav.active::before {
  background: #475ff0;
}
.entfinity .course-extra-box__content li::before {
  color: #76199f;
}

/*# sourceMappingURL=style.css.map */