/*!
	Theme Name: LMS Theme
	Author: Matej Pacan
	Version: 10.0.0
*/

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

/*
 * Round code highlight.
 */
:not(pre) > code[class*=language-], pre[class*=language-] {
    border-radius: 15px;
}

code[class*=language-], pre[class*=language-] {
    text-shadow: none !important;
    white-space: break-spaces !important;
    word-break: break-word !important;
}

.language-css .token.string, .style .token.string, .token.entity, .token.operator, .token.url {
    background: none !important;
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    image-rendering: optimizeQuality;
    border-style: none;
}

#header-logo img {
    max-width: 198px !important;
}

img, .elementor img, .embed-container, iframe, .elementor-alert, button, .video-embed {
    border-radius: 10px;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

textarea {
    line-height: 1.7;
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button.gray,
input[type="submit"].gray {
    background: gray !important;
    cursor: default;
    pointer-events: none;
}

button.gray,
input[type="submit"].gray,
button.gray .button-text {
    color: white !important;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden], .hidden {
    display: none
}

.hidden-opacity {
    visibility: hidden;
}

.menu-item.hidden {
    display: none !important;
}

.hide-if-no-country {
    display: none;
}

ol li {
    padding-left: 8px;
}

.clear {
    clear: both;
}

.text-smaller {
    font-size: 95%;
    font-weight: 400;
    line-height: 1.7;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.link-disabled {
    pointer-events: none;
    cursor: default;
}

input[type="text"], select, .dialog-widget-content {
    background: white;
    color: black;
}

.flex-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.flex-end {
    justify-content: space-between;
}

.flex-row i {
    font-size: 115%;
}

.contact-headline {
    font-size: 17px;
    font-weight: 600;
    border-bottom: 1px solid #ededed;
    padding: 5px 0;
    margin-bottom: 15px;
}

@media (max-width: 600px) {
    ol {
        padding-left: 17px;
    }
}

/* --------------------------------------------------------- */
/* Features */
/* --------------------------------------------------------- */

.lms-current-country-icon {
    top: 5px;
    position: relative;
    margin-left: 3px;
    margin-right: 3px;
}

/* --------------------------------------------------------- */
/* Video embed */
/* --------------------------------------------------------- */

.embed-container {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.embed-container::before {
    display: block;
    content: "";
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-embed-wrapper {
    border-radius: 10px;
    overflow: hidden;;
    min-height: 480px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0 !important;
}

@media (max-width: 768px) {
    .video-embed-wrapper {
        min-height: 240px;
    }
}

/* --------------------------------------------------------- */
/* Box */
/* --------------------------------------------------------- */

.box {
    overflow: hidden;
    border: none;
    border-radius: 10px;
    background: white;
    box-shadow: 0 1px 6px 0 rgb(0, 0, 0, 0.07);
    transition: 300ms;
}

/* --------------------------------------------------------- */
/* Support copy to clipboard */
/* --------------------------------------------------------- */

.copy-to-clipboard button {
    color: white !important;
    background: hsl(0deg 0% 0% / 55%) !important;
    cursor: pointer;
}

.copy-to-clipboard button:hover {
    color: #ccc !important;
}

/* --------------------------------------------------------- */
/* Scrollbar */
/* --------------------------------------------------------- */

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    background: #cbcbcb;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #999;
}

/* --------------------------------------------------------- */
/* GravityForms */
/* --------------------------------------------------------- */

.gform_save_link {
    padding: 12px 20px;
    border: none;
}

.gform_delete_file {
    padding: 10px;
    margin-right: 10px;
}

span.gfield_required, .gform_validation_errors, .gform_previous_button {
    display: none !important;
}

.gform_next_button, input[type="submit"].gform_button {
    margin-left: 0 !important;
}

.gfield_validation_message {
    border-radius: 10px !important;
    margin-top: 15px !important;
    background: #fff9f9 !important;
    border: 1px solid #c02b0a !important;
    font-size: 15px !important;
    padding: 13px 24px !important;
}

.gfield_gray_message {
    color: #707070 !important;
    font-size: 15px !important;
}

.gfield_success_message {
    border-radius: 10px !important;
    margin-top: 15px !important;
    background: #eeffee !important;
    color: #5cb85c !important;
    border: 1px solid #5cb85c !important;
    font-size: 15px !important;
    padding: 13px 24px !important;
}

.error-message,
.gfield_error .gfield_repeater_cell label,
.gfield_error label,
.gfield_error legend,
.gfield_validation_message,
.gform_wrapper .validation_message,
.gform_wrapper [aria-invalid=true] + label,
.gform_wrapper label + [aria-invalid=true] {
    color: #c02b0a !important;
}

.gform_fields .inline-list .gchoice {
    display: inline;
}

.gform_fields .inline-list .gchoice:not(:first-child):not(:last-child) {
    margin: 5px;
}

.gform_ajax_spinner {
    margin-left: 20px;
}

.ginput_container_textarea textarea, .gfield_select, .ginput_container input:not([type='submit']), .elementor-field-textual {
    border-radius: 10px !important;
    border: 1px solid #EFEFEFFF !important;
    transition: 200ms !important;
    padding: 16px 12px !important;
    background: #EFEFEFFF !important;
}

.elementor-field-textual {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

/* fixes when button has high line height */
.elementor-button-icon {
    line-height: 0 !important;
}

.ginput_container_textarea textarea:focus, .ginput_container_textarea textarea:active,
.ginput_container_text input[type="text"]:focus, .ginput_container_text input[type="text"]:active, .gfield_select:focus, .elementor-field-textual:focus {
    background: white !important;
    border: 1px solid black !important;
}

.gform_wrapper.gravity-theme .gfield_label, .elementor-field-type-text label {
    font-size: 15px !important;
    font-weight: 600 !important;
    margin-bottom: 4px !important;
}

.gf-rating-star {
    color: gray;
    cursor: pointer;
    font-size: 2em;
}

.gf-rating-star + .gf-rating-star {
    padding-left: 4px;
}

.gf-rating-star-active {
    color: orange;
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
    background: var(--e-global-color-ea8aee3) !important;
}

@media (min-width: 750px) {
    .gform_button, .gform_next_button {
        padding: 20px 40px !important
    }
}

/* --------------------------------------------------------- */
/* Our own forms */
/* --------------------------------------------------------- */

.lms-input {
    border-radius: 12px !important;
    background: #f1f1f1 !important;
    border: 1px solid transparent !important;
    transition: background 0.15s ease, border 0.15s ease, box-shadow 0.15s ease, color 0.15s ease !important;
    width: 100% !important;
    padding: 20px 1rem !important;
    color: #30313d !important;
    font-size: 16px;
}

textarea.lms-input {
    padding: 14px 1rem !important;
}

select.lms-input {
    padding: 19px 1rem !important;
}

.lms-input:not(:read-only):focus,
.lms-input-focus {
    outline: 0 !important;
    box-shadow: 0 0 0 3px hsla(211, 100%, 50%, 25%), 0 0 0 1px hsla(211, 100%, 50%, 50%) !important;
}

select.lms-input:focus {
    box-shadow: 0 0 0 3px hsla(211, 100%, 50%, 25%), 0 0 0 1px hsla(211, 100%, 50%, 50%) !important;
}

.input-wrapper.error .lms-input {
    border-color: #c02b0a !important;
}

.input-wrapper.error .lms-input:focus {
    border-color: transparent !important;
}

:not(select).lms-input::placeholder,
:not(select).lms-input:read-only {
    color: #6d6d80 !important;
    outline: none;
}

.input-wrapper {
    margin-bottom: 15px !important;
}

.input-wrapper {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.input-wrapper[style*="opacity: 0"] {
    opacity: 0;
}

.input-half .input-wrapper {
    width: 49%;
}

.input-half {
    display: flex;
    justify-content: space-between;
}

.input-error {
    box-shadow: 0 0 0 2px #df1b41;
    transition: background 0.15s ease, border 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
}

#message-body, .message-body {
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    background: #c2e1ff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
    color: var(--e-global-color-ea8aee3);
}

#message-body i, .message-body i {
    padding-right: 10px;
    color: var(--e-global-color-ea8aee3);
}

/* --------------------------------------------------------- */
/* FontAwesome fixes */
/* --------------------------------------------------------- */

i.far {
    font-family: 'Font Awesome 5 Free';
}

/*
 * Normalize font awesome icons in elementor menus
 */
.menu-item span.fa, .menu-item span.fas, .menu-item span.fab {
    margin-right: 7px;
    width: 20px;
    height: 16px;
    text-align: center;
}

/* --------------------------------------------------------- */
/* Hide lesson's description if enabled */
/* --------------------------------------------------------- */

#lesson-description-hidden {
    display: none;
}

/* --------------------------------------------------------- */
/* Elementor */
/* --------------------------------------------------------- */

/* Fix Elementor forms error message breaking form when width 50% */
.elementor-form .elementor-labels-above .e-form__step:not(.elementor-hidden) {
    display: block !important;
}

.elementor-form .elementor-labels-above .elementor-col-50 {
    float: left;
}

/* Hide previous form button */
.elementor-field-type-previous {
    display: none !important;
}

/* Fix form buttons being crammed up to forms */
.elementor-form .elementor-button {
    margin-top: 30px;
}

/* Fix custom menus improperly rendered */
.elementor-nav-menu a {
    display: flex;
}

.elementor-menu-toggle .eicon-menu-bar {
    margin-top: 1px;
}

.elementor-menu-toggle .eicon-menu-bar:before {
    content: "☰" !important;
    font-style: normal;
    font-size: 95%;
}

/**
 * Style form messages
 */
.elementor-message {
    line-height: 1.7;
    background-color: #e8f4ff;
    padding: 12px;
    border-radius: 10px;
}

.elementor-message.elementor-message-danger {
    display: none;
}

.elementor-message:before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    color: #0065c9;
}

.elementor-message.elementor-message-danger:before {
    content: "\f071";
    color: #d8544f;
}

.elementor-form-fields-wrapper .elementor-message.elementor-message-danger {
    display: block;
    background: #ffe3e2;
}

/* Fix too long texts overflowing instead of being broken */
.elementor-widget-container {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

/* Fix line height too big */
.elementor-heading-title.elementor-size-default {
    line-height: 1.4;
}

/* Make all buttons fade brighter on hover */
.elementor-button {
    border-radius: 10px !important;
    position: relative;
    border: none;
    top: 0;
    transition: 300ms;
    -webkit-transition: -webkit-filter 300ms linear;
}

.elementor-button:hover {
    filter: brightness(115%);
    cursor: pointer;
    transition: top 0.3s ease 0s;
}

.saving {
    transition: 200ms;
    animation: savingAnimation 2s linear infinite;
    background-image: linear-gradient(90deg, green, transparent, green, transparent);
    background-size: 300% 100%;
}

@keyframes savingAnimation {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100% 0;
    }
}

.elementor-button:active {
    top: 3px;
    transition: top 0.1s ease 0s;
}

.elementor-popup-modal .dialog-widget-content {
    border-radius: 10px !important;
    box-shadow: 2px 8px 23px 3px rgb(0 0 0 / 20%) !important;
}

.elementor-price-table__features-list li {
    line-height: 24px !important;
}

.elementor-button-link {
    line-height: 1.3 !important;
}

/* Fix elementor popup having small text */
.dialog-message {
    font-size: unset !important;
}

/**
 * Style popup close button
 */
a.dialog-close-button.dialog-lightbox-close-button {
    text-decoration: none;
    color: #bebebe;
    font-size: 17px;
    padding: 4px;
}

.elementor-hidden {
    display: none;
}

/* Fix elementor menu being stretched */
@media (min-width: 1000px) {
    .elementor-nav-menu--dropdown {
        width: auto !important;
        margin-left: 0 !important;
    }

    .elementor-nav-menu--dropdown .menu-item span {
        margin-right: 15px;
    }
}

/* --------------------------------------------------------- */
/* Support tooltip anywhere on the site */
/* --------------------------------------------------------- */

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid transparent;
}

.tooltip p {
    margin: 0;
    padding: 0;
}

.tooltip-headline {
    background: #f24035;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 3px;
    border-radius: 5px;
    margin: 0 0 10px;
    font-size: 13px;
    font-style: normal;
}

.tooltip .tooltiptext {
    bottom: 110%;
    left: 50%;
    width: 450px;
    text-align: center;
    position: absolute;
    z-index: 1;
    margin-left: -60px;
    opacity: 0;
    color: black;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #c3c3c3;
    padding: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    pointer-events: none;
    transition: opacity .3s ease, transform .3s ease, .3s ease;
}

.tooltip:hover .tooltiptext {
    opacity: 1;
}

.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 99%;
    left: 15.55%;
    margin-left: -5px;
    border-width: 6px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
}

/* --------------------------------------------------------- */
/* Support loader */
/* --------------------------------------------------------- */

.loader {
    margin: 40px;
    width: 38px;
    height: 38px;
    border: 5px solid #555;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.lesson-video-loader {
    width: 90px;
    height: 90px;
    display: inline-block;
    box-sizing: border-box;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border: 0;
    border-radius: 0;
    animation: lesson-video-rotation 1.25s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes flip-icon {
    0% {
        transform: rotateY(180deg);
    }
    100% {
        transform: rotateY(0deg);
    }
}

@keyframes lesson-video-rotation {
    0%, 100% {
        filter: brightness(1);
    }
    50% {
        filter: brightness(1.75);
    }
}

/* --------------------------------------------------------- */
/* Support loading spinner */
/* --------------------------------------------------------- */

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

.lms-spinner.spaced {
    margin-top: 20px;
    margin-bottom: 50px;
}

.lms-spinner > div {
    width: 10px;
    height: 10px;
    background-color: #bbbbbb;
    border-radius: 100%;
    display: inline-block;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.lms-spinner.dark > div {
    background-color: #1f2e6d;
}

.lms-spinner .bounce1 {
    animation-delay: -0.32s;
}

.lms-spinner .bounce2 {
    animation-delay: -0.16s;
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        transform: scale(0);
    }
    40% {
        transform: scale(1.0);
    }
}

/* --------------------------------------------------------- */
/* Support dropdown menu */
/* --------------------------------------------------------- */

.lms-dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: white;
    border-radius: 15px;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0 6px 10px 0 rgb(0 0 0 / 20%);
    z-index: 1;
}

.lms-dropdown-content a {
    padding: 12px 25px;
    text-decoration: none !important;
    color: black !important;
    font-weight: bold;
    display: block;
}

.lms-dropdown a:hover {
    background-color: #eaeaea;
}

.lms-dropdown-icon {
    display: none;
    transition: 200ms;
}

.lms-dropdown svg {
    margin: 5px;
    height: 25px;
    padding: 7px;
    border-radius: 100%;
    transition: 200ms;
    cursor: pointer;
}

.lms-dropdown svg:hover {
    background: #d9d9d8;
}

.lms-dropdown svg:active {
    background: #ccc;
}

.lms-show-dropdown,
.lms-popup-visible {
    display: block !important;
    z-index: 10 !important;
}

.lms-input-toggleable:hover {
    cursor: pointer;
}

/* --------------------------------------------------------- */
/* Checkbox */
/* --------------------------------------------------------- */

/* The container */
.check-container {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    user-select: none;
}

/* Hide the browser's default checkbox */
.check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    transition: 100ms;
    border-radius: 20px;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
    background-color: var(--e-global-color-ea8aee3);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

/* --------------------------------------------------------- */
/* Animate entry */
/* --------------------------------------------------------- */

.animate-pop {
    animation-duration: 0.3s;
    animation-name: animate-entrance-pop;
    animation-timing-function: cubic-bezier(.26, .53, .74, 1.48);
}

@keyframes animate-entrance-pop {
    0% {
        opacity: 0;
        transform: scale(0.5, 0.5);
    }

    100% {
        opacity: 1;
        transform: scale(1, 1);
    }
}

/* --------------------------------------------------------- */
/* WP ADMIN BAR */
/* --------------------------------------------------------- */

#wp-admin-bar-comments, #wp-admin-bar-customize, #wp-admin-bar-new-content, #wp-admin-bar-top-secondary, #wp-admin-bar-wp-logo {
    display: none !important
}

#wpadminbar {
    background: #000c15 !important
}

#wpadminbar #wp-admin-bar-gateway-mode .ab-item:before {
    content: "\f108" !important;
    top: 3px !important
}

#wp-admin-bar-elementor_edit_page > .ab-item:before {
    font-family: "dashicons";
    content: "\f450";
}

/* --------------------------------------------------------- */
/* Elementor alert */
/* --------------------------------------------------------- */

.elementor-alert {
    padding: 15px;
    border-left: 5px solid transparent;
    position: relative;
    text-align: left
}

.elementor-alert .elementor-alert-title {
    display: block;
    font-weight: 700
}

.elementor-alert .elementor-alert-description {
    font-size: 13px
}

.elementor-alert button.elementor-alert-dismiss {
    position: absolute;
    right: var(--dismiss-icon-horizontal-position, 10px);
    top: var(--dismiss-icon-vertical-position, 10px);
    padding: 3px;
    font-size: var(--dismiss-icon-size, 20px);
    line-height: 1;
    background: transparent;
    color: var(--dismiss-icon-normal-color, inherit);
    border: none;
    cursor: pointer;
    transition-duration: var(--dismiss-icon-hover-transition-duration, .3s)
}

.elementor-alert button.elementor-alert-dismiss:hover {
    color: var(--dismiss-icon-hover-color, inherit)
}

.elementor-alert button.elementor-alert-dismiss svg {
    width: var(--dismiss-icon-size, 20px);
    height: var(--dismiss-icon-size, 20px);
    fill: var(--dismiss-icon-normal-color, currentColor);
    transition-duration: var(--dismiss-icon-hover-transition-duration, .3s)
}

.elementor-alert button.elementor-alert-dismiss svg:hover {
    fill: var(--dismiss-icon-hover-color, currentColor)
}

.elementor-alert.elementor-alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bcdff1
}

.elementor-alert.elementor-alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #cae6be
}

.elementor-alert.elementor-alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #f9f0c3
}

.elementor-alert.elementor-alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #e8c4c4
}

@media (max-width: 767px) {
    .elementor-alert {
        padding: 10px
    }

    .elementor-alert button.elementor-alert-dismiss {
        right: 7px;
        top: 7px
    }
}