@charset "UTF-8";

/*!Theme Name: StarKid
Theme URI: http://kindergarten.thimpress.com/
Author: ThimPress
Author URI: http://thimpress.com
Description: WordPress theme for Kindergarten, Child Care and Pre-school. Create a kindergarten website easily with StarKid's
Version: 1.2.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: starkid
Domain Path: /languages/*/
/*!--------------------------------------------------------------
1.0 - Variables
----------------------------------------------------------------*/
*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body,
html {
    font-family: Nunito, sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    height: 100%;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    overflow-x: hidden
}

body.font-smoothing {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}

a {
    text-decoration: none
}

a:focus {
    outline: none;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    line-height: 1.3;
    font-style: normal;
    margin-bottom: 18px;
    padding-top: 5px
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    padding-top: 0
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

h4 {
    font-size: 1.5rem
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

p {
    margin-bottom: .75em;
    word-break: break-word;
    margin-bottom: 24px
}

blockquote {
    font-family: Sniglet;
    color: #56509f;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.454545;
    word-break: break-word;
    padding-left: 45px;
    position: relative;
    margin-bottom: 25px
}

blockquote::before {
    content: "‘‘";
    font-family: arial;
    font-weight: 400;
    font-style: normal;
    font-size: 100px;
    line-height: 1;
    color: #ff5f2e;
    position: absolute;
    top: -5px;
    left: -5px;
    letter-spacing: -5px
}

blockquote cite a {
    font-size: 16px;
    color: #ff5f2e
}

ul,
ol {
    margin-left: 20px;
    margin-bottom: 1rem
}

ul li,
ol li {
    margin-bottom: .5rem
}

input,
.lp-profile .lp-form-field input,
textarea,
label {
    outline: none;
    border: none;
    margin: 0;
    min-width: 1px
}

img {
    max-width: 100%;
    height: auto
}

button {
    outline: none;
    border: none;
    background: 0 0;
    cursor: pointer
}

input[type=submit],
.lp-profile .lp-form-field input[type=submit] {
    cursor: pointer
}

button:focus {
    outline: none
}

iframe {
    border: none
}

a:focus,
input:focus,
.lp-profile .lp-form-field input:focus,
textarea:focus {
    outline: 0;
    box-shadow: none
}

pre {
    background: #eee;
    font-family: "courier 10 pitch", Courier, monospace;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em
}

pre h1,
pre h2,
pre h3,
pre h4,
pre h5,
pre h6 {
    margin-bottom: 0;
    padding-top: 0
}

code {
    background-color: transparent;
    color: #6e6e6e
}

dd {
    margin: 0 1.5em 1.5em
}

input:-webkit-autofill,
.lp-profile .lp-form-field input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset
}

.alignleft {
    float: left
}

.alignright {
    float: right
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

img {
    max-width: 100%;
    height: auto
}

figure {
    max-width: 100%
}

blockquote.alignleft,
img.alignleft {
    margin: 7px 24px 7px 0
}

.wp-caption.alignleft {
    margin: 7px 14px 7px 0
}

blockquote.alignright,
img.alignright {
    margin: 7px 0 7px 24px
}

.wp-caption.alignright {
    margin: 7px 0 7px 14px
}

.wp-caption-text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-style: italic;
    line-height: 1.5;
    margin: 9px 0;
    padding-right: 10px
}

.gallery-caption {
    background-color: rgba(0, 0, 0, .7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%
}

.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.gallery-item:hover .gallery-caption {
    opacity: 1
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none
}

.gallery {
    margin-bottom: 20px
}

.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative
}

.gallery-columns-1 .gallery-item {
    max-width: 100%
}

.gallery-columns-1 .gallery-item:nth-child(1n+1) {
    clear: both
}

.gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: -webkit-calc(50% - 4px);
    max-width: calc(50% - 4px)
}

.gallery-columns-2 .gallery-item:nth-child(2n+1) {
    clear: both
}

.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(33.3% - 4px);
    max-width: calc(33.3% - 4px)
}

.gallery-columns-3 .gallery-item:nth-child(3n+1) {
    clear: both
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width: calc(25% - 4px)
}

.gallery-columns-4 .gallery-item:nth-child(4n+1) {
    clear: both
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width: calc(20% - 4px)
}

.gallery-columns-5 .gallery-item:nth-child(5n+1) {
    clear: both
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width: calc(16.7% - 4px)
}

.gallery-columns-6 .gallery-item:nth-child(6n+1) {
    clear: both
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width: calc(14.28% - 4px)
}

.gallery-columns-7 .gallery-item:nth-child(7n+1) {
    clear: both
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width: calc(12.5% - 4px)
}

.gallery-columns-8 .gallery-item:nth-child(8n+1) {
    clear: both
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width: calc(11.1% - 4px)
}

.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: both
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0
}

.gallery-caption {
    background-color: rgba(0, 0, 0, .7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%
}

.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.gallery-item:hover .gallery-caption {
    opacity: 1
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none
}

.gallery:after {
    content: "";
    display: block;
    clear: both
}

.bypostauthor>article .fn:before {
    content: "\f408";
    margin: 0 2px 0 -2px;
    position: relative;
    top: -1px
}

th,
td {
    padding: 4px 6px
}

table,
th,
td,
tr {
    border: 1px #e7e7e7 solid
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 24px;
    width: max-content
}

caption,
th {
    font-weight: 400;
    text-align: left
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 500
}

td {
    border-width: 0 1px 1px 0
}

dd {
    margin-bottom: 24px
}

@media(min-width:1300px) {
    .container {
        max-width: 1200px
    }
}

.container {
    padding-right: 20px;
    padding-left: 20px
}

.row,
div.vc_row {
    margin-right: -20px;
    margin-left: -20px
}

.col,
div[class*=col-],
main[class*=col-],
aside[class*=col-] {
    padding-right: 20px;
    padding-left: 20px
}

div.no-gutters,
section.no-gutters {
    margin-right: 0;
    margin-left: 0
}

div.no-gutters .col,
div.no-gutters [class*=col-],
section.no-gutters .col,
section.no-gutters [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.slick-slide:focus {
    outline: none
}

#wrapper-container {
    overflow-x: hidden;
    width: 100%
}

.feature--home-1 {
    padding-bottom: 25px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #56509f
}

.feature--home-1::before,
.feature--home-1::after {
    content: "";
    display: flex
}

.feature--home-1 .container {
    margin-top: -72px
}

.feature--home-1 .container [class*=col-] {
    padding-bottom: 50px
}

.feature--home-1 .bp-element-icon-box {
    max-width: 305px;
    margin-left: auto;
    margin-right: auto
}

.about--home-1 {
    padding-top: 110px;
    padding-bottom: 80px
}

.about--home-1 [class*=col-]:nth-child(2) {
    padding-top: 40px
}

.about--home-1 .bp-element-heading {
    margin-bottom: 26px
}

.about--home-1 .bp-element-heading .title {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.1;
    color: #56509f;
    margin-bottom: 8px
}

.about--home-1 .bp-element-heading .line {
    margin-bottom: 16px;
    color: #ff5f2e
}

.about--home-1 .bp-element-heading .description {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #797979
}

.event--home-1 {
    padding-top: 114px;
    padding-bottom: 120px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #56509f;
    position: relative;
    z-index: 0
}

.event--home-1 .area-background {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0
}

.event--home-1 .bl-single-image {
    width: 43.7%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0
}

.event--home-1 .area-content {
    width: 620px;
    max-width: calc(58% - 40px);
    text-align: center
}

.event--home-1 .area-content .bp-element-button .btn {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    background: #ff5f2e;
    padding: 0 51px
}

.event--home-1 .area-content .bp-element-button .btn:hover {
    background: #fa3b00
}

.event--home-1 .bp-element-heading {
    margin-bottom: 54px
}

.event--home-1 .bp-element-heading .title {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 8px
}

.event--home-1 .bp-element-heading .line {
    margin-bottom: 16px;
    color: #ff5f2e
}

.event--home-1 .bp-element-heading .description {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 8px
}

.event--home-1 .bp-element-heading .content {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #cccae2
}

.event--home-1 .bp-element-countdown {
    margin-bottom: 60px
}

@media(max-width:991px) {
    .event--home-1 .bl-single-image {
        display: none
    }

    .event--home-1 .area-content {
        width: 100%;
        max-width: 100%
    }
}

.classes--home-1 {
    padding-top: 114px;
    padding-bottom: 120px
}

.classes--home-1 .bp-element-heading {
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 53px
}

.classes--home-1 .bp-element-heading .title {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.1;
    color: #56509f;
    margin-bottom: 8px
}

.classes--home-1 .bp-element-heading .line {
    margin-bottom: 16px;
    color: #ff5f2e
}

.classes--home-1 .bp-element-heading .description {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #797979
}

.classes--home-1 .bp-element-button .btn {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    background: #ff5f2e;
    padding: 0 64px;
    margin-top: 20px
}

.classes--home-1 .bp-element-button .btn:hover {
    background: #fa3b00
}

.activities--home-1 {
    padding-top: 120px;
    padding-bottom: 120px;
    background: #f8f6f3
}

.activities--home-1 [class*=col-]:nth-child(2) {
    align-self: center;
    padding-top: 30px
}

.activities--home-1 .bp-element-heading {
    max-width: 520px;
    margin-bottom: 32px
}

.activities--home-1 .bp-element-heading .title {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.1;
    color: #56509f;
    margin-bottom: 8px
}

.activities--home-1 .bp-element-heading .line {
    margin-bottom: 16px;
    color: #ff5f2e
}

.activities--home-1 .bp-element-heading .description {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #797979
}

.activities--home-1 .wrap-icon-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.activities--home-1 .wrap-icon-box .bp-element-icon-box {
    margin-bottom: 30px;
    width: 43%
}

@media(max-width:1199px) {
    .activities--home-1 .wrap-icon-box .bp-element-icon-box {
        width: 46%
    }
}

@media(max-width:575px) {
    .activities--home-1 .wrap-icon-box .bp-element-icon-box {
        width: 100%
    }
}

.form-registration--home-1 {
    padding-top: 60px;
    padding-bottom: 25px;
    background: #ff5f2e
}

.form-registration--home-1 [class*=col-] {
    padding-bottom: 35px
}

.team--home-1 {
    padding-top: 114px;
    position: relative;
    z-index: 0
}

.team--home-1 .area-background {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #56509f;
    width: 100%;
    height: 58%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0
}

.team--home-1 .bp-element-heading {
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 54px
}

.team--home-1 .bp-element-heading .title {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 8px
}

.team--home-1 .bp-element-heading .line {
    margin-bottom: 16px;
    color: #ff5f2e
}

.team--home-1 .bp-element-heading .description {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #cccae2
}

.team--home-1 .bp-element-our-team {
    margin-bottom: 57px
}

.team--home-1 .bp-element-button .btn {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    background: #ff5f2e;
    padding: 0 69px
}

.team--home-1 .bp-element-button .btn:hover {
    background: #fa3b00
}

.team--home-1 .bp-element-button.line-through {
    position: relative;
    z-index: 0
}

.team--home-1 .bp-element-button.line-through::before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background-image: url(assets/images/wave-line-bg-01.png);
    background-repeat: repeat-x;
    position: absolute;
    z-index: -1;
    top: calc(50% - 2px);
    left: 0
}

@media(max-width:991px) {
    .team--home-1 .area-background {
        height: 57.5%
    }
}

@media(max-width:767px) {
    .team--home-1 .area-background {
        height: 56%
    }
}

@media(max-width:480px) {
    .team--home-1 .area-background {
        height: 58.5%
    }
}

@media(max-width:320px) {
    .team--home-1 .area-background {
        height: 60.3%
    }
}

.testimonial--home-1 {
    padding-top: 54px;
    padding-bottom: 120px
}

.testimonial--home-1 .bp-element-testimonial {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto
}

.area-iconbox--home-1 {
    padding-top: 163px;
    margin-bottom: -90px
}

.area-iconbox--home-1 .area-background {
    position: relative;
    z-index: 0
}

.area-iconbox--home-1 .area-background img {
    max-width: 90%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translate(-50%, -83%)
}

@media(max-width:991px) {
    .area-iconbox--home-1 {
        padding-top: 110px
    }
}

@media(max-width:767px) {
    .area-iconbox--home-1 {
        padding-top: 0
    }

    .area-iconbox--home-1 .area-background {
        display: none
    }
}

.feature--home-2 {
    padding-top: 105px;
    padding-bottom: 35px
}

.feature--home-2 [class*=col-] {
    padding-bottom: 50px
}

.feature--home-2 .bp-element-icon-box {
    max-width: 330px;
    margin-right: auto;
    margin-left: auto
}

.about--home-2 {
    padding-top: 275px;
    padding-bottom: 120px;
    background-color: #f8f6f3;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    z-index: 0
}

.about--home-2 .area-background {
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 206px
}

.about--home-2 .area-left {
    width: 50%;
    text-align: right;
    padding-left: 55px;
    padding-right: 55px
}

.about--home-2 .area-right {
    width: calc(50% - (100% - 1200px)/2);
    padding-left: 45px;
    padding-right: 20px;
    align-self: center
}

.about--home-2 .bp-element-heading {
    margin-bottom: 27px
}

.about--home-2 .bp-element-heading .title {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #797979;
    margin-bottom: 6px
}

.about--home-2 .bp-element-heading .description {
    font-family: Nunito;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.1;
    color: #282828;
    margin-bottom: 10px
}

.about--home-2 .bp-element-heading .line {
    margin-bottom: 26px;
    color: #ff5562
}

.about--home-2 .bp-element-heading .content {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #797979
}

@media(max-width:1299px) {
    .about--home-2 .area-right {
        width: calc(50% - (100% - 1140px)/2)
    }
}

@media(max-width:1199px) {
    .about--home-2 .area-left {
        padding-left: 20px;
        padding-right: 20px
    }

    .about--home-2 .area-right {
        width: calc(50% - (100% - 960px)/2);
        padding-left: 20px;
        padding-right: 20px
    }
}

@media(max-width:991px) {
    .about--home-2 {
        justify-content: center
    }

    .about--home-2 .area-left {
        width: 720px;
        max-width: 100%;
        text-align: left;
        margin-bottom: 50px
    }

    .about--home-2 .area-right {
        width: 720px;
        max-width: 100%
    }
}

@media(max-width:767px) {
    .about--home-2 .area-left {
        width: 540px;
        max-width: 100%
    }

    .about--home-2 .area-right {
        width: 540px;
        max-width: 100%
    }
}

@media(max-width:575px) {
    .about--home-2 .area-left {
        width: 100%
    }

    .about--home-2 .area-right {
        width: 100%
    }
}

.statistical--home-2 {
    padding-top: 113px;
    padding-bottom: 157px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0
}

.statistical--home-2 [class*=col-] {
    padding-bottom: 40px
}

.statistical--home-2 .area-overlay {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #252525;
    opacity: .65
}

.statistical--home-2 .bp-element-counter-box {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto
}

.classes--home-2 {
    padding-top: 190px;
    padding-bottom: 220px;
    margin-top: -80px;
    position: relative;
    z-index: 10
}

.classes--home-2 .area-background {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.classes--home-2 .area-background .bg-top {
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 487px
}

.classes--home-2 .area-background .bg-bottom {
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 538px
}

.classes--home-2 .bp-element-heading {
    max-width: 580px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 52px
}

.classes--home-2 .bp-element-heading .title {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #797979;
    margin-bottom: 6px
}

.classes--home-2 .bp-element-heading .description {
    font-family: Nunito;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.1;
    color: #282828;
    margin-bottom: 10px
}

.classes--home-2 .bp-element-heading .line {
    margin-bottom: 26px;
    color: #ff5562
}

.classes--home-2 .bp-element-heading .content {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #797979
}

.classes--home-2 .bp-element-button .btn {
    font-family: Nunito;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    background: #ff5562;
    padding: 0 62px;
    margin-top: 20px
}

.classes--home-2 .bp-element-button .btn:hover {
    background: #f23
}

.activities--home-2 {
    margin-top: -100px;
    background: #f8f6f3;
    padding-top: 190px;
    padding-bottom: 65px
}

.activities--home-2 .col-lg-6:nth-child(1) {
    padding-bottom: 50px
}

.activities--home-2 .bp-element-heading {
    margin-bottom: 26px
}

.activities--home-2 .bp-element-heading .title {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #797979;
    margin-bottom: 6px
}

.activities--home-2 .bp-element-heading .description {
    font-family: Nunito;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.1;
    color: #282828;
    margin-bottom: 10px
}

.activities--home-2 .bp-element-heading .line {
    margin-bottom: 26px;
    color: #ff5562
}

.activities--home-2 .bp-element-heading .content {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #797979
}

.activities--home-2 .bp-element-icon-box {
    max-width: 230px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px
}

.team--home-2 {
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 114px
}

.team--home-2 .bp-element-heading {
    margin-bottom: 53px
}

.team--home-2 .bp-element-heading .title {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #797979;
    margin-bottom: 6px
}

.team--home-2 .bp-element-heading .description {
    font-family: Nunito;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.1;
    color: #282828;
    margin-bottom: 10px
}

.team--home-2 .bp-element-heading .line {
    margin-bottom: 26px;
    color: #ff5562
}

.team--home-2 .bp-element-heading .content {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #797979
}

.team--home-2 .bp-element-our-team {
    margin-bottom: 30px
}

.team--home-2 .bp-element-button .btn {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    background: #ff5562;
    padding: 0 66px
}

.team--home-2 .bp-element-button .btn:hover {
    background: #f23
}

.team--home-2 .bp-element-button.line-through {
    position: relative;
    z-index: 0
}

.team--home-2 .bp-element-button.line-through::before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background-image: url(assets/images/wave-line-bg-01.png);
    background-repeat: repeat-x;
    position: absolute;
    z-index: -1;
    top: calc(50% - 2px);
    left: 0
}

.brands--home-2 {
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #64cadb;
    padding-bottom: 110px
}

.new--home-2 {
    padding-top: 60px;
    padding-bottom: 75px
}

.new--home-2 .bp-element-heading {
    max-width: 580px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 52px
}

.new--home-2 .bp-element-heading .title {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #797979;
    margin-bottom: 6px
}

.new--home-2 .bp-element-heading .description {
    font-family: Nunito;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.1;
    color: #282828;
    margin-bottom: 10px
}

.new--home-2 .bp-element-heading .line {
    margin-bottom: 26px;
    color: #ff5562
}

.new--home-2 .bp-element-heading .content {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #797979
}

.contact--home-2 {
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ffe4e4;
    padding-top: 258px;
    padding-bottom: 70px;
    position: relative;
    z-index: 0
}

.contact--home-2 .area-background {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 187px;
    top: 0;
    left: 0;
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat
}

.contact--home-2 [class*=col-] {
    padding-bottom: 50px
}

.contact--home-2 .bp-element-heading {
    margin-top: -6px;
    margin-bottom: 31px;
    max-width: 619px
}

.contact--home-2 .bp-element-heading .title {
    font-family: Nunito;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.3;
    color: #282828
}

.contact--home-2 .contact-form {
    max-width: 619px
}

@media(max-width:991px) {
    .contact--home-2 .bp-element-heading {
        max-width: 100%
    }

    .contact--home-2 .contact-form {
        max-width: 100%
    }
}

.about--home-3 {
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat
}

.about--home-3 .feature {
    padding-top: 160px;
    padding-bottom: 100px
}

.about--home-3 .feature [class*=col-] {
    padding-bottom: 50px
}

.about--home-3 .feature .bp-element-icon-box {
    max-width: 330px;
    margin-right: auto;
    margin-left: auto
}

.about--home-3 .about {
    padding-top: 3px;
    padding-bottom: 110px
}

.about--home-3 .about [class*=col-] {
    padding-bottom: 50px
}

.about--home-3 .about .bp-element-heading {
    margin-top: -5px;
    margin-bottom: 27px
}

.about--home-3 .about .bp-element-heading .title {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.2;
    color: #033b62;
    word-break: break-word;
    margin-bottom: 13px
}

.about--home-3 .about .bp-element-heading .line {
    margin-bottom: 27px
}

.about--home-3 .about .bp-element-heading .content {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #666;
    word-break: break-word
}

.about--home-3 .about .bl-list {
    margin-bottom: 33px
}

.about--home-3 .about .bp-element-button .btn {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #033b62;
    border: 1px solid #ff7096;
    padding: 0 52px
}

.about--home-3 .about .bp-element-button .btn:hover {
    background: #ff7096;
    color: #fff
}

.classes--home-3 {
    padding-top: 155px;
    padding-bottom: 210px;
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat
}

.classes--home-3 .bp-element-heading {
    margin-bottom: 30px
}

.classes--home-3 .bp-element-heading .title {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.2;
    color: #033b62;
    word-break: break-word;
    margin-bottom: 13px
}

.classes--home-3 .bp-element-heading .line {
    margin-bottom: 27px
}

.counter--home-3 {
    margin-top: -2px;
    padding-top: 35px;
    padding-bottom: 30px;
    background: #0fbaf4
}

.counter--home-3 .wrap-counter-box {
    max-width: 1340px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

.counter--home-3 .wrap-counter-box .bp-element-counter-box {
    flex-grow: 1;
    flex-basis: 220px;
    max-width: 258px;
    margin: 20px
}

.activities--home-3 {
    padding-top: 152px;
    padding-bottom: 265px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.activities--home-3 .bp-element-heading {
    margin-bottom: 55px
}

.activities--home-3 .bp-element-heading .title {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.2;
    color: #033b62;
    word-break: break-word;
    margin-bottom: 13px
}

.activities--home-3 .bp-element-heading .line {
    margin-bottom: 27px
}

.activities--home-3 .bp-element-heading .description {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #666;
    word-break: break-word
}

.activities--home-3 .wrap-icon-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 0;
    position: relative
}

.activities--home-3 .wrap-icon-box .single-image {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.activities--home-3 .wrap-icon-box .single-image img {
    max-width: 471px
}

.activities--home-3 .wrap-icon-box .bp-element-icon-box {
    width: calc(50% - 85px);
    margin: 15px 0
}

.activities--home-3 .wrap-icon-box .bp-element-icon-box:nth-child(2) .icon-box,
.activities--home-3 .wrap-icon-box .bp-element-icon-box:nth-child(4) .icon-box {
    padding-right: 175px
}

.activities--home-3 .wrap-icon-box .bp-element-icon-box:nth-child(3) .icon-box,
.activities--home-3 .wrap-icon-box .bp-element-icon-box:nth-child(5) .icon-box {
    padding-left: 175px
}

@media(max-width:991px) {
    .activities--home-3 .wrap-icon-box .single-image {
        display: none
    }

    .activities--home-3 .wrap-icon-box .bp-element-icon-box {
        width: calc(50% - 20px)
    }

    .activities--home-3 .wrap-icon-box .bp-element-icon-box .icon-box {
        padding-left: 30px !important;
        padding-right: 30px !important
    }
}

@media(max-width:575px) {
    .activities--home-3 .wrap-icon-box .bp-element-icon-box {
        width: 100%
    }
}

.why-choose--home-3 {
    padding-top: 100px;
    padding-bottom: 153px
}

.why-choose--home-3 .bp-element-heading {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 55px
}

.why-choose--home-3 .bp-element-heading .title {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.2;
    color: #033b62;
    word-break: break-word;
    margin-bottom: 13px
}

.why-choose--home-3 .bp-element-heading .line {
    margin-bottom: 27px
}

.why-choose--home-3 .bp-element-heading .description {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #666;
    word-break: break-word
}

.why-choose--home-3 .wrap-icon-box {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.why-choose--home-3 .wrap-icon-box [class*=col-]:nth-child(2),
.why-choose--home-3 .wrap-icon-box [class*=col-]:nth-child(4) {
    padding-top: 8px
}

.why-choose--home-3 .wrap-icon-box .bp-element-icon-box {
    max-width: 330px;
    margin-right: auto;
    margin-left: auto
}

@media(max-width:991px) {
    .why-choose--home-3 .wrap-icon-box {
        background-image: unset !important
    }

    .why-choose--home-3 .wrap-icon-box [class*=col-] {
        padding-top: 0 !important;
        padding-bottom: 50px
    }
}

.teachers--home-3 {
    padding-top: 153px;
    padding-bottom: 100px;
    position: relative;
    z-index: 0
}

.teachers--home-3 .area-background {
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 44%;
    top: 0;
    left: 0
}

.teachers--home-3 .bp-element-heading {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px
}

.teachers--home-3 .bp-element-heading .title {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.2;
    color: #fff;
    word-break: break-word;
    margin-bottom: 13px
}

.teachers--home-3 .bp-element-heading .line {
    margin-bottom: 27px
}

.gallery--home-3 {
    padding-top: 50px;
    padding-bottom: 190px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.gallery--home-3 .bp-element-heading {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 62px
}

.gallery--home-3 .bp-element-heading .title {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.2;
    color: #033b62;
    word-break: break-word;
    margin-bottom: 13px
}

.gallery--home-3 .bp-element-heading .line {
    margin-bottom: 27px
}

.blog--home-3 {
    padding-top: 158px;
    padding-bottom: 120px;
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat
}

.blog--home-3 .bp-element-heading {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 53px
}

.blog--home-3 .bp-element-heading .title {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.2;
    color: #033b62;
    word-break: break-word;
    margin-bottom: 13px
}

.blog--home-3 .bp-element-heading .line {
    margin-bottom: 27px
}

.blog--home-3 .bp-element-heading .description {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #666;
    word-break: break-word
}

.testimonial--home-3 {
    padding-top: 153px;
    padding-bottom: 100px
}

.testimonial--home-3 .bp-element-heading {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 53px
}

.testimonial--home-3 .bp-element-heading .title {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.2;
    color: #033b62;
    word-break: break-word;
    margin-bottom: 13px
}

.testimonial--home-3 .bp-element-heading .line {
    margin-bottom: 27px
}

.testimonial--home-3 .bp-element-testimonial {
    max-width: 840px;
    margin-right: auto;
    margin-left: auto
}

.contact--home-3 {
    padding-top: 210px;
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #dbf5fd
}

.contact--home-3 [class*=col-]:nth-child(1) {
    padding-bottom: 80px
}

.contact--home-3 [class*=col-]:nth-child(2) {
    display: flex;
    align-items: flex-end
}

.contact--home-3 .bp-element-heading {
    margin-bottom: 53px
}

.contact--home-3 .bp-element-heading .title {
    font-weight: 400;
    font-size: 40px;
    line-height: 1.2;
    color: #033b62;
    word-break: break-word;
    margin-bottom: 13px
}

.contact--home-3 .bp-element-heading .line {
    margin-bottom: 27px
}

.contact--home-3 .bp-element-heading .description {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #666;
    word-break: break-word
}

@media(min-width:1200px) {
    .contact--home-3 .container {
        max-width: 100%
    }

    .contact--home-3 .row {
        margin-left: 0;
        margin-right: 0
    }

    .contact--home-3 .col,
    .contact--home-3 [class*=col-] {
        padding-left: 0;
        padding-right: 0
    }

    .contact--home-3 .col:nth-child(1),
    .contact--home-3 [class*=col-]:nth-child(1) {
        padding-left: calc((100% - 1100px)/2)
    }
}

@media(min-width:1300px) {
    .contact--home-3 [class*=col-]:nth-child(1) {
        padding-left: calc((100% - 1160px)/2)
    }
}

.services--services-page {
    padding-top: 154px;
    padding-bottom: 60px
}

.services--services-page [class*=col-] {
    padding-bottom: 52px
}

.services--services-page .bp-element-heading {
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 53px
}

.services--services-page .bp-element-heading .title {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.1;
    color: #56509f;
    margin-bottom: 8px
}

.services--services-page .bp-element-heading .line {
    margin-bottom: 16px;
    color: #ff5f2e
}

.services--services-page .bp-element-heading .description {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #797979
}

.services--services-page .bp-element-icon-box {
    max-width: 305px;
    margin-left: auto;
    margin-right: auto
}

.team--services-page {
    padding-top: 114px;
    padding-bottom: 45px
}

.team--services-page .bp-element-heading {
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 54px
}

.team--services-page .bp-element-heading .title {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.1;
    color: #56509f;
    margin-bottom: 8px
}

.team--services-page .bp-element-heading .line {
    margin-bottom: 16px;
    color: #ff5f2e
}

.team--services-page .bp-element-heading .description {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #797979
}

.team--services-page .bp-element-our-team {
    margin-bottom: 57px
}

.team--services-page .bp-element-button .btn {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    background: #ff5f2e;
    padding: 0 69px
}

.team--services-page .bp-element-button .btn:hover {
    background: #fa3b00
}

.classes--classes-page {
    padding-bottom: 40px
}

.classes--classes-page .bp-element-classes-list {
    margin-top: -28px;
    position: relative;
    z-index: 1
}

.classes--classes-page .bp-element-button .btn {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    background: #ff5f2e;
    padding: 0 55px;
    margin-top: 20px
}

.classes--classes-page .bp-element-button .btn:hover {
    background: #fa3b00
}

.blogs--blog-full-width-page {
    padding-top: 115px;
    padding-bottom: 36px
}

.about--about-page {
    padding-top: 85px;
    padding-bottom: 55px
}

.about--about-page [class*=col-] {
    padding-top: 25px;
    padding-bottom: 25px
}

.about--about-page [class*=col-]:nth-child(2) {
    align-self: center
}

.about--about-page .bp-element-heading {
    margin-bottom: 26px
}

.about--about-page .bp-element-heading .title {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.1;
    color: #56509f;
    margin-bottom: 8px
}

.about--about-page .bp-element-heading .line {
    margin-bottom: 16px;
    color: #ff5f2e
}

.about--about-page .bp-element-heading .description {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #797979
}

.curriculum--about-page {
    padding-top: 5px;
    padding-bottom: 175px
}

.curriculum--about-page [class*=col-] {
    padding-top: 15px;
    padding-bottom: 15px
}

.curriculum--about-page [class*=col-]:nth-child(1) {
    align-self: center;
    padding-bottom: 5px
}

.curriculum--about-page .bp-element-heading {
    margin-bottom: 2px
}

.curriculum--about-page .bp-element-heading .title {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.1;
    color: #56509f;
    margin-bottom: 8px
}

.curriculum--about-page .bp-element-heading .line {
    margin-bottom: 16px;
    color: #ff5f2e
}

.curriculum--about-page .bp-element-heading .content {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #797979
}

.team--about-page {
    padding-top: 114px;
    position: relative;
    z-index: 0
}

.team--about-page .area-background {
    background: #f8f6f3;
    width: 100%;
    height: 58%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0
}

.team--about-page .bp-element-heading {
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 54px
}

.team--about-page .bp-element-heading .title {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.1;
    color: #56509f;
    margin-bottom: 8px
}

.team--about-page .bp-element-heading .line {
    margin-bottom: 16px;
    color: #ff5f2e
}

.team--about-page .bp-element-heading .description {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #797979
}

.team--about-page .bp-element-our-team {
    margin-bottom: 57px
}

.team--about-page .bp-element-button .btn {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    background: #ff5f2e;
    padding: 0 69px
}

.team--about-page .bp-element-button .btn:hover {
    background: #fa3b00
}

.team--about-page .bp-element-button.line-through {
    position: relative;
    z-index: 0
}

.team--about-page .bp-element-button.line-through::before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background-image: url(assets/images/wave-line-bg-01.png);
    background-repeat: repeat-x;
    position: absolute;
    z-index: -1;
    top: calc(50% - 2px);
    left: 0
}

@media(max-width:991px) {
    .team--about-page .area-background {
        height: 57.5%
    }
}

@media(max-width:767px) {
    .team--about-page .area-background {
        height: 56%
    }
}

@media(max-width:480px) {
    .team--about-page .area-background {
        height: 58.5%
    }
}

@media(max-width:320px) {
    .team--about-page .area-background {
        height: 60.3%
    }
}

.testimonial--about-page {
    padding-top: 54px;
    padding-bottom: 40px
}

.testimonial--about-page .bp-element-testimonial {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto
}

.class-detail--single-class-page {
    padding-top: 100px;
    padding-bottom: 40px
}

.service-detail--single-service-page {
    padding-top: 120px
}

.gallery--gallery-page {
    padding-top: 120px;
    padding-bottom: 40px
}

.gallery--gallery-page .bp-element-button .btn {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    background: #ff5f2e;
    padding: 0 55px;
    margin-top: 20px
}

.gallery--gallery-page .bp-element-button .btn:hover {
    background: #fa3b00
}

.faqs--faqs-page {
    padding-top: 55px
}

.faqs--faqs-page [class*=col-] {
    padding-top: 60px;
    padding-bottom: 40px
}

.faqs--faqs-page .bp-element-heading {
    margin-bottom: 7px;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto
}

.faqs--faqs-page .bp-element-heading .title {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.1;
    color: #56509f;
    margin-bottom: 8px
}

.faqs--faqs-page .bp-element-heading .line {
    margin-bottom: 16px;
    color: #ff5f2e
}

.faqs--faqs-page .bp-element-heading .description {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #797979
}

.faqs--faqs-page .ask-question-form {
    margin-top: 22px
}

.price-table--price-table-page {
    padding-top: 120px;
    padding-bottom: 40px
}

.contact--contact-page {
    padding-top: 55px
}

.contact--contact-page [class*=col-] {
    padding-top: 60px;
    padding-bottom: 40px
}

.contact--contact-page .bp-element-heading {
    margin-bottom: 7px;
    margin-right: auto;
    margin-left: auto
}

.contact--contact-page .bp-element-heading .title {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.1;
    color: #56509f;
    margin-bottom: 8px
}

.contact--contact-page .bp-element-heading .line {
    margin-bottom: 16px;
    color: #ff5f2e
}

.contact--contact-page .bp-element-heading .content {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #797979
}

.contact--contact-page .contact-form-3 {
    max-width: 619px;
    margin-right: auto;
    margin-left: auto
}

.contact--contact-page .bl-list {
    margin-top: 25px
}

.map--contact-page {
    padding-top: 40px;
    padding-bottom: 40px
}

div.thim-background-positon-center {
    background-position: center !important
}

.link-service--single-service-page [class*=col-] {
    padding-bottom: 20px
}

.link-service--single-service-page.bp-element-button .btn {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    word-break: break-word;
    display: block;
    border-radius: 20px !important;
    position: relative;
    padding: 15px 65px 15px 30px;
    background: #ff5f2e;
    transition: all .2s;
    height: unset;
    text-align: left
}

.link-service--single-service-page.bp-element-button .btn:hover {
    background: #fa3b00
}

.link-service--single-service-page.bp-element-button .btn i {
    font-size: 24px;
    display: flex;
    align-items: center;
    height: 100%;
    position: absolute;
    top: 0;
    right: 30px
}

.thim-custom-z-index {
    z-index: 2;
    position: relative
}

.countdown-section .countdown-amount {
    width: auto
}

.site-header .thim-toolbar {
    background: #ff5f2e;
    padding: 16px 0
}

.site-header .thim-toolbar .widget_text a:hover {
    text-decoration: underline
}

.site-header .thim-toolbar .login-links>a:hover {
    text-decoration: underline
}

.site-header .thim-toolbar .toolbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.site-header .thim-toolbar .toolbar-inner .toolbar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.site-header .thim-toolbar .toolbar-inner .widget_thim_layout_builder {
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 15px
}

.site-header .thim-toolbar .toolbar-inner .widget_thim_layout_builder .vc_column-inner {
    padding-right: 0;
    padding-left: 0
}

.site-header .thim-toolbar .toolbar-inner .widget_thim_layout_builder .wpb_wrapper {
    display: flex;
    align-items: center
}

.site-header .thim-toolbar .toolbar-inner .widget_thim_layout_builder .wpb_wrapper .bp-element {
    margin-left: 15px
}

.site-header .thim-toolbar .toolbar-inner .widget_thim_layout_builder::before {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background: rgba(255, 255, 255, .3);
    position: absolute;
    top: calc(50% - 7px);
    left: 0
}

.responsive {}

@media(max-width:991px) {
    .responsive .site-header .thim-toolbar .toolbar-inner .widget_thim_layout_builder::before {
        display: none
    }
}

.site-header {
    position: relative;
    z-index: 10
}

.site-header .widget {
    margin-bottom: 0
}

.site-header .header-inner {
    min-height: 50px
}

.site-header .header-inner .wrap-content-header {
    display: flex;
    align-items: center;
    transition: all .2s
}

.site-header .header-inner .wrap-content-header .header-logo {
    width: 133px
}

.site-header .header-inner .wrap-content-header .header-logo img {
    max-width: 25%
}

.site-header .header-inner .wrap-content-header .header-logo .logo {
    display: inline
}

.site-header .header-inner .wrap-content-header .header-logo .sticky-logo {
    display: none
}

.site-header .header-inner .wrap-content-header .header-logo .retina-logo {
    display: none
}

.site-header .header-inner .wrap-content-header .main-navigation {
    transition: all .2s
}

.site-header .header-inner .wrap-content-header .main-navigation ul,
.site-header .header-inner .wrap-content-header .main-navigation ol,
.site-header .header-inner .wrap-content-header .main-navigation li {
    list-style-type: none;
    margin: 0
}

.site-header .header-inner .wrap-content-header .main-navigation .menu-lists {
    list-style-type: none
}

.site-header .header-inner .wrap-content-header .main-navigation .menu-lists>li {
    display: inline-block
}

.site-header .header-inner .wrap-content-header .main-navigation .menu-lists>li>a {
    padding: 10px;
    white-space: nowrap;
    transition: all .2s
}

.site-header .header-inner .wrap-content-header .main-navigation .menu-lists li {
    position: relative
}

.site-header .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu {
    background: #fff;
    transition: all .2s;
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    width: 220px;
    visibility: hidden;
    opacity: 0
}

.site-header .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu .sub-menu {
    top: 0;
    left: 100%
}

.site-header .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu li a {
    transition: all .2s;
    padding: 8px 0
}

.site-header .header-inner .wrap-content-header .main-navigation .menu-lists li:hover>.sub-menu {
    visibility: visible;
    opacity: 1
}

.site-header .header-inner .wrap-content-header .menu-mobile-effect {
    display: none;
    align-items: center
}

.site-header.sticky-header .element-to-stick {
    transition: all .3s
}

.site-header.sticky-header.fixed .element-to-stick {
    position: fixed;
    z-index: 200;
    width: 100%;
    top: 0;
    left: 0
}

.site-header.sticky-header.fixed .element-to-stick .header-logo .sticky-logo:before {
    display: none !important
}

.site-header.sticky-header.fixed .header-inner {
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1)
}

.site-header.sticky-header.fixed .header-inner .wrap-content-header .header-logo .logo {
    display: none
}

.site-header.sticky-header.fixed .header-inner .wrap-content-header .header-logo .sticky-logo {
    display: inline
}

.site-header.header-overlay {
    position: absolute;
    z-index: 200;
    width: 100%;
    top: 0;
    left: 0
}

.site-header.layout-1.fixed .header-inner .wrap-content-header .header-logo .logo::before {
    top: -200%
}

.site-header.layout-1 .header-inner {
    background: #fff
}

.site-header.layout-1 .header-inner .wrap-content-header {
    display: flex;
    align-items: center
}

.site-header.layout-1 .header-inner .wrap-content-header .main-navigation {
    flex-grow: 1;
    flex-basis: 0
}

.site-header.layout-1 .header-inner .wrap-content-header .main-navigation .menu-lists {
    margin-right: -26px;
    margin-left: -26px
}

.site-header.layout-1 .header-inner .wrap-content-header .main-navigation .menu-lists>li {
    padding: 20px 10px
}

.site-header.layout-1 .header-inner .wrap-content-header .main-navigation .menu-lists>li>a {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #56509f;
    padding: 10px;
    white-space: nowrap;
    transition: all .2s
}

.site-header.layout-1 .header-inner .wrap-content-header .main-navigation .menu-lists>li:hover>a {
    color: #ff5f2e
}

.site-header.layout-1 .header-inner .wrap-content-header .main-navigation .menu-lists>li.current-menu-item>a {
    color: #ff5f2e
}

.site-header.layout-1 .header-inner .wrap-content-header .main-navigation .menu-lists li {
    position: relative;
    text-align: left
}

.site-header.layout-1 .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu {
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1);
    padding: 10px 0
}

.site-header.layout-1 .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu .sub-menu {
    top: -10px
}

.site-header.layout-1 .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu li {
    padding: 0 26px
}

.site-header.layout-1 .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu li a {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #56509f;
    display: inline-block;
    width: 100%;
    padding: 6px 0
}

.site-header.layout-1 .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu li:hover>a,
.site-header.layout-1 .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu li.current-menu-item>a {
    color: #ff5f2e
}

.site-header.layout-1 .header-inner .wrap-content-header .main-navigation.right-side {
    text-align: right
}

.site-header.layout-1 .header-inner .wrap-content-header .menu-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 0;
    margin-left: auto
}

.site-header.layout-1 .header-inner .wrap-content-header .menu-right .menu-mobile-effect .icon-wrap {
    font-size: 30px;
    line-height: 1;
    color: #33305e;
    cursor: pointer;
    padding: 6px
}

.site-header.layout-1 .header-inner .wrap-content-header .menu-right .menu-mobile-effect .icon-wrap:hover {
    color: #ff5f2e
}

.site-header.layout-2 {
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat
}

.site-header.layout-2.fixed .header-inner {
    background: #fff;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1)
}

.site-header.layout-2.fixed .header-inner .wrap-content-header {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.site-header.layout-2 .header-inner .wrap-content-header {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px
}

.site-header.layout-2 .header-inner .wrap-content-header .header-logo {
    flex-grow: 1;
    flex-basis: 0;
    min-width: 150px
}

.site-header.layout-2 .header-inner .wrap-content-header .main-navigation .menu-lists>li {
    padding: 20px 7px
}

.site-header.layout-2 .header-inner .wrap-content-header .main-navigation .menu-lists>li.menu-item-has-children:after {
    content: "\f107";
    font-family: "font awesome 5 free";
    position: absolute;
    right: 0;
    top: 20px
}

.site-header.layout-2 .header-inner .wrap-content-header .main-navigation .menu-lists>li>a {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #282828;
    padding: 10px;
    white-space: nowrap;
    transition: all .2s
}

.site-header.layout-2 .header-inner .wrap-content-header .main-navigation .menu-lists>li:hover>a {
    color: #ff5562
}

.site-header.layout-2 .header-inner .wrap-content-header .main-navigation .menu-lists>li.current-menu-item>a {
    color: #ff5562
}

.site-header.layout-2 .header-inner .wrap-content-header .main-navigation .menu-lists li {
    position: relative
}

.site-header.layout-2 .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu {
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1);
    padding: 10px 0
}

.site-header.layout-2 .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu .sub-menu {
    top: -10px
}

.site-header.layout-2 .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu li {
    padding: 0 20px
}

.site-header.layout-2 .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #282828;
    display: inline-block;
    width: 100%;
    padding: 6px 0
}

.site-header.layout-2 .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu li:hover>a {
    color: #ff5562
}

.site-header.layout-2 .header-inner .wrap-content-header .menu-right {
    flex-grow: 1;
    flex-basis: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.site-header.layout-2 .header-inner .wrap-content-header .menu-right .widget_thim_layout_builder .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.site-header.layout-2 .header-inner .wrap-content-header .menu-right .widget_thim_layout_builder .bp-element-search.kindergarten-layout-popup {
    margin-left: 20px;
    position: relative
}

.site-header.layout-2 .header-inner .wrap-content-header .menu-right .widget_thim_layout_builder .bp-element-search.kindergarten-layout-popup::before {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background: rgba(37, 37, 37, .3);
    position: absolute;
    top: calc(50% - 7px);
    left: -7px
}

.site-header.layout-2 .header-inner .wrap-content-header .menu-right .widget_thim_layout_builder .bp-element-search.kindergarten-layout-popup .search-button {
    font-size: 18px;
    line-height: 1;
    color: #282828;
    cursor: pointer;
    padding: 10px;
    transition: all .2s
}

.site-header.layout-2 .header-inner .wrap-content-header .menu-right .widget_thim_layout_builder .bp-element-search.kindergarten-layout-popup .search-button:hover {
    color: #ff5562
}

.site-header.layout-2 .header-inner .wrap-content-header .menu-right .menu-mobile-effect .icon-wrap {
    font-size: 30px;
    line-height: 1;
    color: #282828;
    cursor: pointer;
    padding: 7px 5px 5px;
    margin-left: 10px
}

.site-header.layout-2 .header-inner .wrap-content-header .menu-right .menu-mobile-effect .icon-wrap:hover {
    color: #ff5562
}

.site-header.layout-3.fixed .header-inner {
    background: #fff;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1)
}

.site-header.layout-3.fixed .header-inner .wrap-content-header {
    padding-top: 0;
    padding-bottom: 0
}

.site-header.layout-3.fixed.menu-hidden .header-inner .wrap-content-header .header-logo {
    background-position: left top
}

.site-header.layout-3 .header-inner {
    background: #fff
}

.site-header.layout-3 .header-inner .wrap-content-header {
    display: flex;
    align-items: center;
    padding-top: 3px
}

.site-header.layout-3 .header-inner .wrap-content-header .header-logo {
    flex-grow: 1;
    flex-basis: 0;
    min-width: 150px;
    margin-left: -20px;
    padding-left: 20px;
    margin-bottom: -25px;
    padding-bottom: 25px;
    background-image: url(assets/images/logo-bg-03.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation {
    text-align: right
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists {
    margin-right: -22px;
    margin-left: -22px
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li {
    padding: 45px 15px 22px
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li>a {
    font-weight: 400;
    font-size: 17.5px;
    line-height: 1.5;
    white-space: nowrap;
    display: block;
    padding: 2px 10px;
    position: relative;
    text-transform: none
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li>a img {
    max-height: 25px;
    max-width: 100%;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%)
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li>a .tc-icon {
    font-size: 22px;
    text-align: center;
    line-height: 1;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li>a::after {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    transition: all .2s
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li .sub-menu li a {
    font-size: 16px
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:hover>a::after {
    width: calc(100% - 15px)
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li.current-menu-item>a::after {
    width: calc(100% - 15px)
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(1) a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(5) a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(9) a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(13) a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(17) a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(21) a {
    color: #2aaae2
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(1) a::after,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(5) a::after,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(9) a::after,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(13) a::after,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(17) a::after,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(21) a::after {
    background-color: #2aaae2
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(1) .sub-menu,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(5) .sub-menu,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(9) .sub-menu,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(13) .sub-menu,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(17) .sub-menu,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(21) .sub-menu {
    background: #2aaae2
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(1) .sub-menu li a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(5) .sub-menu li a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(9) .sub-menu li a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(13) .sub-menu li a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(17) .sub-menu li a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(21) .sub-menu li a {
    color: #fff
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(1) .sub-menu li:hover,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(1) .sub-menu li.current-menu-item,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(5) .sub-menu li:hover,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(5) .sub-menu li.current-menu-item,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(9) .sub-menu li:hover,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(9) .sub-menu li.current-menu-item,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(13) .sub-menu li:hover,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(13) .sub-menu li.current-menu-item,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(17) .sub-menu li:hover,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(17) .sub-menu li.current-menu-item,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(21) .sub-menu li:hover,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(21) .sub-menu li.current-menu-item {
    background: #1a8dbf
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(1) .sub-menu li:hover a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(1) .sub-menu li.current-menu-item a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(5) .sub-menu li:hover a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(5) .sub-menu li.current-menu-item a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(9) .sub-menu li:hover a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(9) .sub-menu li.current-menu-item a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(13) .sub-menu li:hover a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(13) .sub-menu li.current-menu-item a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(17) .sub-menu li:hover a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(17) .sub-menu li.current-menu-item a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(21) .sub-menu li:hover a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(21) .sub-menu li.current-menu-item a {
    color: #fff
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(2) a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(6) a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(10) a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(14) a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(18) a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(22) a {
    color: #f86a9a
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(2) a::after,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(6) a::after,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(10) a::after,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(14) a::after,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(18) a::after,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(22) a::after {
    background-color: #f86a9a
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(2) .sub-menu,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(6) .sub-menu,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(10) .sub-menu,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(14) .sub-menu,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(18) .sub-menu,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(22) .sub-menu {
    background: #f86a9a
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(2) .sub-menu li a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(6) .sub-menu li a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(10) .sub-menu li a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(14) .sub-menu li a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(18) .sub-menu li a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(22) .sub-menu li a {
    color: #fff
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(2) .sub-menu li:hover,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(2) .sub-menu li.current-menu-item,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(6) .sub-menu li:hover,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(6) .sub-menu li.current-menu-item,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(10) .sub-menu li:hover,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(10) .sub-menu li.current-menu-item,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(14) .sub-menu li:hover,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(14) .sub-menu li.current-menu-item,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(18) .sub-menu li:hover,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(18) .sub-menu li.current-menu-item,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(22) .sub-menu li:hover,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(22) .sub-menu li.current-menu-item {
    background: #f63979
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(2) .sub-menu li:hover a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(2) .sub-menu li.current-menu-item a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(6) .sub-menu li:hover a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(6) .sub-menu li.current-menu-item a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(10) .sub-menu li:hover a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(10) .sub-menu li.current-menu-item a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(14) .sub-menu li:hover a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(14) .sub-menu li.current-menu-item a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(18) .sub-menu li:hover a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(18) .sub-menu li.current-menu-item a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(22) .sub-menu li:hover a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(22) .sub-menu li.current-menu-item a {
    color: #fff
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(3) a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(7) a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(11) a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(15) a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(19) a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(23) a {
    color: #43cd66
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(3) a::after,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(7) a::after,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(11) a::after,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(15) a::after,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(19) a::after,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(23) a::after {
    background-color: #43cd66
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(3) .sub-menu,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(7) .sub-menu,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(11) .sub-menu,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(15) .sub-menu,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(19) .sub-menu,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(23) .sub-menu {
    background: #43cd66
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(3) .sub-menu li a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(7) .sub-menu li a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(11) .sub-menu li a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(15) .sub-menu li a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(19) .sub-menu li a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(23) .sub-menu li a {
    color: #fff
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(3) .sub-menu li:hover,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(3) .sub-menu li.current-menu-item,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(7) .sub-menu li:hover,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(7) .sub-menu li.current-menu-item,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(11) .sub-menu li:hover,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(11) .sub-menu li.current-menu-item,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(15) .sub-menu li:hover,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(15) .sub-menu li.current-menu-item,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(19) .sub-menu li:hover,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(19) .sub-menu li.current-menu-item,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(23) .sub-menu li:hover,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(23) .sub-menu li.current-menu-item {
    background: #2eaf4f
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(3) .sub-menu li:hover a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(3) .sub-menu li.current-menu-item a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(7) .sub-menu li:hover a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(7) .sub-menu li.current-menu-item a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(11) .sub-menu li:hover a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(11) .sub-menu li.current-menu-item a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(15) .sub-menu li:hover a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(15) .sub-menu li.current-menu-item a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(19) .sub-menu li:hover a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(19) .sub-menu li.current-menu-item a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(23) .sub-menu li:hover a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(23) .sub-menu li.current-menu-item a {
    color: #fff
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(4) a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(8) a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(12) a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(16) a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(20) a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(24) a {
    color: #f9b001
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(4) a::after,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(8) a::after,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(12) a::after,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(16) a::after,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(20) a::after,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(24) a::after {
    background-color: #f9b001
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(4) .sub-menu,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(8) .sub-menu,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(12) .sub-menu,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(16) .sub-menu,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(20) .sub-menu,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(24) .sub-menu {
    background: #f9b001
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(4) .sub-menu li a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(8) .sub-menu li a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(12) .sub-menu li a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(16) .sub-menu li a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(20) .sub-menu li a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(24) .sub-menu li a {
    color: #fff
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(4) .sub-menu li:hover,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(4) .sub-menu li.current-menu-item,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(8) .sub-menu li:hover,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(8) .sub-menu li.current-menu-item,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(12) .sub-menu li:hover,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(12) .sub-menu li.current-menu-item,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(16) .sub-menu li:hover,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(16) .sub-menu li.current-menu-item,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(20) .sub-menu li:hover,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(20) .sub-menu li.current-menu-item,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(24) .sub-menu li:hover,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(24) .sub-menu li.current-menu-item {
    background: #c68c01
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(4) .sub-menu li:hover a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(4) .sub-menu li.current-menu-item a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(8) .sub-menu li:hover a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(8) .sub-menu li.current-menu-item a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(12) .sub-menu li:hover a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(12) .sub-menu li.current-menu-item a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(16) .sub-menu li:hover a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(16) .sub-menu li.current-menu-item a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(20) .sub-menu li:hover a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(20) .sub-menu li.current-menu-item a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(24) .sub-menu li:hover a,
.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(24) .sub-menu li.current-menu-item a {
    color: #fff
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists li {
    text-align: left;
    position: relative
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu {
    padding: 10px 0
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu .sub-menu {
    top: -10px
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu li {
    padding: 0 25px
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 6px 0
}

.site-header.layout-3 .header-inner .wrap-content-header .menu-right .menu-mobile-effect .icon-wrap {
    font-size: 30px;
    line-height: 1;
    color: #282828;
    cursor: pointer;
    padding: 7px 5px 5px;
    margin-left: 10px
}

.site-header.layout-3 .header-inner .wrap-content-header .menu-right .menu-mobile-effect .icon-wrap:hover {
    color: #f96a9a
}

.mfp-content #bp-popup-login,
.mfp-content #bp-popup-login .login-popup {
    width: 100%
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (-moz-min-device-pixel-ratio:1.5),
only screen and (-o-min-device-pixel-ratio:3/2),
only screen and (min-device-pixel-ratio:1.5) {
    .site-header .header-inner .wrap-content-header .header-logo .logo {
        display: none !important
    }

    .site-header .header-inner .wrap-content-header .header-logo .sticky-logo {
        display: none !important
    }

    .site-header .header-inner .wrap-content-header .header-logo .retina-logo {
        display: inline !important
    }
}

@media(min-width:1025px) {
    .site-header.layout-1 .header-inner .wrap-content-header .header-logo {
        position: relative;
        z-index: 0
    }

    .site-header.layout-1 .header-inner .wrap-content-header .header-logo .logo::before {
        content: "";
        display: block;
        width: 230px;
        height: 182px;
        position: absolute;
        z-index: -1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-image: url(assets/images/logo-bg-01.png);
        background-position: center center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        transition: all .3s
    }
}

.responsive {}

@media(max-width:1199px) {
    .responsive .site-header.layout-1 .header-inner .wrap-content-header .main-navigation .menu-lists {
        margin-right: -13px;
        margin-left: -13px
    }

    .responsive .site-header.layout-1 .header-inner .wrap-content-header .main-navigation .menu-lists>li {
        padding: 20px 3px
    }

    .responsive .site-header.layout-2 .header-inner .wrap-content-header .main-navigation .menu-lists>li {
        padding-left: 0;
        padding-right: 0
    }

    .responsive .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists>li {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media(max-width:1024px) {
    .responsive .site-header.layout-2 .header-inner .wrap-content-header .main-navigation .menu-lists>li>a {
        font-size: 16px
    }
}

@media(max-width:991px) {
    .responsive .site-header .header-inner .wrap-content-header .main-navigation {
        display: none
    }

    .responsive .site-header .header-inner .wrap-content-header .menu-mobile-effect {
        display: flex
    }

    .responsive .site-header.layout-1 .header-inner .wrap-content-header {
        padding-top: 8px;
        padding-bottom: 8px
    }

    .responsive .site-header.layout-1 .header-inner .wrap-content-header .header-logo .logo:before {
        display: none
    }

    .responsive .site-header.layout-2 .header-inner .wrap-content-header {
        padding-top: 8px;
        padding-bottom: 70px
    }

    .responsive .site-header.layout-2 .header-inner .wrap-content-header .header-logo {
        min-width: unset
    }

    .responsive .site-header.layout-2.fixed .header-inner .wrap-content-header {
        padding-bottom: 8px
    }

    .responsive .site-header.layout-3 .header-inner .wrap-content-header {
        padding-bottom: 5px
    }

    .responsive .site-header.layout-3 .header-inner .wrap-content-header .header-logo {
        min-width: unset;
        padding-right: 30px
    }
}

@media(max-width:767px) {
    .responsive .site-header.layout-2 .wrap-content-header .menu-right .widget_thim_layout_builder {
        display: none
    }

    .responsive .site-header.layout-3 .footer-sidebars {
        padding-top: 115px;
        padding-bottom: 0
    }
}

.mobile-menu-container {
    background-color: #222;
    position: fixed;
    visibility: hidden;
    top: 0;
    bottom: 0;
    z-index: 999;
    width: 270px;
    height: 100%;
    padding-top: 65px;
    overflow: auto;
    transition: all .5s;
    transform: translate(-270px)
}

.mobile-menu-container .menu {
    padding-left: 15px;
    border-left: 1px solid #666;
    margin-left: 0
}

.mobile-menu-container .menu .menu-item {
    float: none;
    padding: 7px 0;
    list-style: none;
    position: relative;
    margin: 0;
    font-size: 20px
}

.mobile-menu-container .menu .menu-item:before {
    width: 10px;
    height: 1px;
    content: "";
    background-color: #666;
    position: absolute;
    left: -15px;
    top: 20px
}

.mobile-menu-container .menu .menu-item a {
    font-size: 15px;
    color: #999
}

.mobile-menu-container .menu .menu-item a .tc-icon {
    width: 20px
}

.mobile-menu-container .menu .menu-item a:hover {
    color: #fff
}

.mobile-menu-container .menu .menu-item .sub-menu {
    display: none;
    margin-left: 0;
    margin-top: 10px;
    border-left: 1px solid #666;
    padding-left: 15px
}

.mobile-menu-container .menu .menu-item .sub-menu .menu-item {
    font-size: 16px
}

.mobile-menu-container .menu .menu-item .icon-toggle {
    cursor: pointer;
    position: absolute;
    right: 0;
    width: 32px;
    height: 32px;
    top: 8px;
    color: #999
}

.mobile-menu-container .menu .menu-item .icon-toggle:hover {
    color: #fff
}

.mobile-menu-container .navbar-nav {
    display: none;
    padding-left: 15px;
    padding-right: 15px
}

.mobile-menu-container .navbar-nav li {
    float: none;
    padding: 7px 0;
    position: relative;
    margin: 0;
    font-size: 20px
}

.mobile-menu-container .navbar-nav li.current-menu-item>a {
    color: #ff5f2e
}

.mobile-menu-container .navbar-nav li a {
    font-size: 15px;
    color: #fff
}

.mobile-menu-container .navbar-nav li a:hover {
    color: #ff5f2e
}

.mobile-menu-container .navbar-nav li .sub-menu {
    margin-left: 30px;
    display: none
}

.mobile-menu-container .navbar-nav li .sub-menu li {
    font-size: 16px
}

.mobile-menu-container .navbar-nav li .icon-toggle {
    cursor: pointer;
    position: absolute;
    right: 0;
    width: 32px;
    height: 32px;
    top: 8px;
    color: #fff
}

.mobile-menu-container>.copyright-text {
    display: none;
    text-align: center;
    padding: 15px;
    font-size: 14px
}

.mobile-menu-container>.copyright-text a {
    color: #ff5f2e
}

.mobile-menu-container .widget-area {
    padding-left: 15px;
    padding-right: 15px
}

.mobile-menu-container .widget-area .widget-title {
    font-size: 16px;
    line-height: 1.75;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-left: 15px;
    margin-bottom: 15px;
    padding-top: 0;
    padding-bottom: 0
}

.mobile-menu-container .widget-area .widget-title:before {
    content: "";
    display: block;
    width: 3px;
    height: calc(100% - 15px);
    background-color: #ff5f2e;
    position: absolute;
    top: 7px;
    left: 0;
    transform: unset
}

.mobile-menu-container .widget-area .widget-title:after {
    display: none
}

.mobile-menu-container .widget-area .widget {
    margin-bottom: 50px
}

.mobile-menu-container .widget-area .widget_text .textwidget .copyright-text {
    text-align: center;
    font-size: 14px
}

.mobile-menu-container .widget-area .widget_text .textwidget .copyright-text a {
    color: #ff5f2e
}

@media(min-width:992px) {
    .mobile-menu-container {
        overflow: hidden
    }

    .mobile-menu-container .inner-menu {
        overflow-y: scroll;
        margin-right: -20px;
        max-height: 100%;
        padding: 0 10px
    }
}

.mobile-menu-open .mobile-menu-container {
    transition: all .5s;
    visibility: visible;
    box-shadow: 0 1px 5px -2px rgba(42, 42, 42, .4);
    transform: translate(0, 0)
}

@media(max-width:991px) {

    .mobile-menu-container .navbar-nav,
    .mobile-menu-container>.copyright-text {
        display: block
    }

    .mobile-menu-container .widget-area {
        border-top: 1px solid #2b2b2b
    }

    .mobile-menu-container .navbar-nav {
        padding-left: 0;
        padding-right: 0
    }
}

@media(max-width:600px) {
    .mobile-menu-container .mobile-sidebar .bp-element-search-courses {
        display: none
    }
}

.site-footer ul,
.site-footer ol,
.site-footer li {
    list-style-type: none;
    margin: 0
}

.site-footer.layout-1 .footer-sidebars {
    background-image: url(assets/images/bg-png-01.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #56509f;
    padding-top: 208px;
    padding-bottom: 52px
}

.site-footer.layout-1 .footer-sidebars [class*=thim-][class*=-col]>* {
    margin-bottom: 50px
}

.site-footer.layout-1 .footer-sidebars .widget-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    word-break: break-word;
    margin-top: -5px;
    margin-bottom: 18px
}

.site-footer.layout-1 .footer-sidebars .widget_thim_layout_builder>.vc_row>.wpb_column>.vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.site-footer.layout-1 .footer-sidebars .widget_thim_layout_builder>.vc_row>.wpb_column>.vc_column-inner .wpb_text_column {
    margin-bottom: 25px !important
}

.site-footer.layout-1 .footer-sidebars .widget_thim_layout_builder .footer-logo {
    text-align: center;
    margin-bottom: 30px
}

.site-footer.layout-1 .footer-sidebars .widget_thim_layout_builder .footer-logo img {
    max-width: 100%
}

.site-footer.layout-1 .footer-sidebars .widget_thim_layout_builder .yikes-easy-mc-form {
    margin-bottom: 25px
}

.site-footer.layout-1 .footer-sidebars .widget_thim_layout_builder .bp-element-social-links {
    text-align: center
}

.site-footer.layout-1 .footer-sidebars .menu .menu-item {
    margin-bottom: 12px
}

.site-footer.layout-1 .footer-sidebars .menu .menu-item a {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #cccae2;
    word-break: break-word;
    transition: all .2s
}

.site-footer.layout-1 .footer-sidebars .menu .menu-item a:hover {
    color: #ff5f2e
}

.site-footer.layout-1 .footer-sidebars .menu .menu-item.current-menu-item a,
.site-footer.layout-1 .footer-sidebars .menu .menu-item.current_page_item a {
    color: #ff5f2e
}

.site-footer.layout-1 .copyright-area {
    background: #ff5f2e;
    padding: 33px 0
}

.site-footer.layout-1 .copyright-area .copyright-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.624;
    color: #fff;
    word-break: break-word;
    text-align: center
}

.site-footer.layout-1 .copyright-area .copyright-text a {
    font-weight: 700;
    color: #fff;
    transition: all .2s
}

.site-footer.layout-1 .copyright-area .copyright-text a:hover {
    color: #33305e
}

.site-footer.layout-2 {
    background: #64cadb
}

.site-footer.layout-2 .footer-sidebars {
    padding-top: 110px;
    padding-bottom: 17px
}

.site-footer.layout-2 .footer-sidebars [class*=thim-][class*=-col]>* {
    margin-bottom: 50px
}

.site-footer.layout-2 .footer-sidebars .bp-element .element-title,
.site-footer.layout-2 .footer-sidebars .widget-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    word-break: break-word;
    margin-bottom: 30px
}

.site-footer.layout-2 .footer-sidebars .bp-element .element-title:before,
.site-footer.layout-2 .footer-sidebars .bp-element .element-title:after,
.site-footer.layout-2 .footer-sidebars .widget-title:before,
.site-footer.layout-2 .footer-sidebars .widget-title:after {
    display: none
}

.site-footer.layout-2 .footer-sidebars .widget_thim_layout_builder .bp-element-instagram {
    max-width: 360px
}

.site-footer.layout-2 .footer-sidebars .bp-element,
.site-footer.layout-2 .footer-sidebars .widget {
    margin-bottom: 25px
}

.site-footer.layout-2 .footer-sidebars .widget_nav_menu .menu .menu-item {
    margin-bottom: 8px
}

.site-footer.layout-2 .footer-sidebars .widget_nav_menu .menu .menu-item a {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    word-break: break-word;
    transition: all .2s
}

.site-footer.layout-2 .footer-sidebars .widget_nav_menu .menu .menu-item a:hover {
    color: #ff5562
}

.site-footer.layout-2 .footer-sidebars .widget_nav_menu .menu .menu-item.current-menu-item a,
.site-footer.layout-2 .footer-sidebars .widget_nav_menu .menu .menu-item.current_page_item a {
    color: #ff5562
}

.site-footer.layout-2 .copyright-area {
    border-top: 1px solid rgba(255, 255, 255, .4);
    padding: 38px 0
}

.site-footer.layout-2 .copyright-area .copyright-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #fff;
    word-break: break-word;
    text-align: center
}

.site-footer.layout-2 .copyright-area .copyright-text a {
    font-weight: 600;
    color: #fff;
    transition: all .2s
}

.site-footer.layout-2 .copyright-area .copyright-text a:hover {
    color: #ff5562
}

.site-footer.layout-3 {
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(193, 211, 226, .5);
    position: relative;
    margin-top: 75px;
    background-image: url(assets/images/bg-png-18.png);
    z-index: 1
}

.site-footer.layout-3 .background-footer {
    width: 100%;
    min-width: 1900px;
    position: absolute;
    bottom: calc(100% - 58px);
    left: 50%;
    transform: translateX(-50%)
}

.site-footer.layout-3 .footer-sidebars {
    padding-top: 152px;
    padding-bottom: 44px
}

.site-footer.layout-3 .footer-sidebars [class*=thim-][class*=-col]>* {
    margin-bottom: 40px
}

.site-footer.layout-3 .footer-sidebars .bp-element .element-title,
.site-footer.layout-3 .footer-sidebars .widget-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    text-transform: uppercase;
    word-break: break-word;
    margin-bottom: 2px
}

.site-footer.layout-3 .footer-sidebars .bp-element .element-title:before,
.site-footer.layout-3 .footer-sidebars .bp-element .element-title:after,
.site-footer.layout-3 .footer-sidebars .widget-title:before,
.site-footer.layout-3 .footer-sidebars .widget-title:after {
    display: none
}

.site-footer.layout-3 .footer-sidebars .widget_thim_layout_builder .footer-logo {
    margin-top: -24px;
    margin-bottom: 25px
}

.site-footer.layout-3 .footer-sidebars .widget_thim_layout_builder .footer-logo img {
    max-width: 100%
}

.site-footer.layout-3 .footer-sidebars .widget_thim_layout_builder p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #666;
    word-break: break-word;
    margin-bottom: 25px
}

.site-footer.layout-3 .footer-sidebars .widget_nav_menu .menu-useful-links-container .menu {
    column-count: 2
}

.site-footer.layout-3 .footer-sidebars .widget_nav_menu .menu-useful-links-container .menu .menu-item {
    line-height: 2
}

.site-footer.layout-3 .footer-sidebars .widget_nav_menu .menu-useful-links-container .menu .menu-item a {
    font-weight: 300;
    font-size: 16px;
    line-height: 2;
    color: #666;
    word-break: break-word;
    transition: all .2s
}

.site-footer.layout-3 .footer-sidebars .widget_nav_menu .menu-useful-links-container .menu .menu-item a:hover {
    color: #f86a9a
}

.site-footer.layout-3 .footer-sidebars .widget_nav_menu .menu-useful-links-container .menu .menu-item.current-menu-item a,
.site-footer.layout-3 .footer-sidebars .widget_nav_menu .menu-useful-links-container .menu .menu-item.current_page_item a {
    color: #f86a9a
}

.site-footer.layout-3 .footer-sidebars .widget_text .textwidget .info-contact li {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #666;
    word-break: break-word;
    padding-left: 35px;
    position: relative;
    margin-bottom: 10px
}

.site-footer.layout-3 .footer-sidebars .widget_text .textwidget .info-contact li:before {
    display: none
}

.site-footer.layout-3 .footer-sidebars .widget_text .textwidget .info-contact li i {
    color: #f86a9a;
    position: absolute;
    top: 6px;
    left: 0
}

.site-footer.layout-3 .footer-sidebars .widget_text .textwidget .info-contact li a {
    color: #666;
    transition: all .2s
}

.site-footer.layout-3 .footer-sidebars .widget_text .textwidget .info-contact li a:hover {
    color: #f86a9a
}

.site-footer.layout-3 .copyright-area {
    border-top: 1px solid rgba(255, 255, 255, .4);
    padding: 29px 0
}

.site-footer.layout-3 .copyright-area .copyright-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #666;
    word-break: break-word;
    text-align: center
}

.site-footer.layout-3 .copyright-area .copyright-text a {
    color: #f86a9a;
    transition: all .2s
}

.site-footer.layout-3 .copyright-area .copyright-text a:hover {
    color: #43cd66
}

.site-footer .widget_nav_menu .widget-title:before,
.site-footer .widget_nav_menu .widget-title:after {
    display: none
}

.site-footer .widget_nav_menu ul li {
    padding-left: 0
}

.site-footer .widget_nav_menu ul li:before {
    display: none
}

.footer-top .widget_thim_layout_builder>.thim-footer-top-background {
    padding-bottom: 196px;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat
}

.footer-top .widget_thim_layout_builder .no-gutters {
    margin-top: -29px;
    margin-bottom: -89px
}

.footer-top .widget_thim_layout_builder .no-gutters .wpb_column:first-child .vc_column-inner {
    background-color: #f9c00c;
    padding-top: 35px
}

.footer-top .widget_thim_layout_builder .no-gutters .wpb_column:first-child .vc_column-inner .bp-element-icon-box.layout-1 {
    padding-top: 10px;
    padding-right: 55px;
    padding-bottom: 38px;
    padding-left: 55px
}

.footer-top .widget_thim_layout_builder .no-gutters .wpb_column:nth-child(2) .vc_column-inner {
    background-color: #00b9f1;
    padding-top: 35px
}

.footer-top .widget_thim_layout_builder .no-gutters .wpb_column:nth-child(2) .vc_column-inner .bp-element-icon-box.layout-1 {
    padding-top: 10px;
    padding-right: 48px;
    padding-bottom: 38px;
    padding-left: 48px
}

.footer-top .widget_thim_layout_builder .no-gutters .wpb_column:nth-child(3) .vc_column-inner {
    background-color: #56a902;
    padding-top: 35px
}

.footer-top .widget_thim_layout_builder .no-gutters .wpb_column:nth-child(3) .vc_column-inner .bp-element-icon-box.layout-1 {
    padding-top: 10px;
    padding-right: 48px;
    padding-bottom: 30px;
    padding-left: 48px
}

.footer-top .widget_thim_layout_builder .no-gutters .wpb_column:nth-child(4) .vc_column-inner {
    background-color: #bd66ff;
    padding-top: 35px
}

.footer-top .widget_thim_layout_builder .no-gutters .wpb_column:nth-child(4) .vc_column-inner .bp-element-icon-box.layout-1 {
    padding-top: 10px;
    padding-bottom: 38px
}

@media(min-width:575px) {
    .site-footer.layout-1 .footer-sidebars .thim-5-col>* {
        width: calc(33% - 40px) !important
    }

    .site-footer.layout-1 .footer-sidebars .thim-5-col>*:nth-child(1) {
        width: calc(66% - 40px) !important
    }

    .site-footer.layout-2 .footer-sidebars .thim-5-col>* {
        width: calc(33% - 40px) !important
    }

    .site-footer.layout-2 .footer-sidebars .thim-5-col>*:nth-child(5) {
        width: calc(66% - 40px) !important
    }
}

@media(min-width:768px) {
    .site-footer.layout-1 .footer-sidebars .thim-5-col>* {
        width: calc(25% - 40px) !important
    }

    .site-footer.layout-1 .footer-sidebars .thim-5-col>*:nth-child(1) {
        width: calc(100% - 40px) !important
    }

    .site-footer.layout-2 .footer-sidebars .thim-5-col>* {
        width: calc(25% - 40px) !important
    }

    .site-footer.layout-2 .footer-sidebars .thim-5-col>*:nth-child(5) {
        width: calc(100% - 40px) !important
    }
}

@media(min-width:992px) {
    .site-footer.layout-1 .footer-sidebars .thim-5-col>* {
        width: calc(16.75% - 40px) !important
    }

    .site-footer.layout-1 .footer-sidebars .thim-5-col>*:nth-child(1) {
        width: calc(33% - 40px) !important
    }

    .site-footer.layout-2 .footer-sidebars .thim-5-col>* {
        width: calc(16.75% - 40px) !important
    }

    .site-footer.layout-2 .footer-sidebars .thim-5-col>*:nth-child(5) {
        width: calc(33% - 40px) !important
    }

    .site-footer.layout-3 .footer-sidebars .thim-4-col>*:nth-child(1) {
        width: calc(25% - 40px)
    }

    .site-footer.layout-3 .footer-sidebars .thim-4-col>*:nth-child(1) .widget_thim_layout_builder .wpb_column>.vc_column-inner {
        padding-right: 0
    }

    .site-footer.layout-3 .footer-sidebars .thim-4-col>*:nth-child(1) .widget_thim_layout_builder .wpb_column>.vc_column-inner .wpb_wrapper>.wpb_single_image {
        margin-bottom: 20px;
        margin-top: -22px
    }

    .site-footer.layout-3 .footer-sidebars .thim-4-col>*:nth-child(1) .widget_thim_layout_builder .wpb_column>.vc_column-inner .wpb_wrapper>.wpb_text_column {
        margin-bottom: -12px
    }

    .site-footer.layout-3 .footer-sidebars .thim-4-col>*:nth-child(2) {
        width: calc(22% - 40px)
    }

    .site-footer.layout-3 .footer-sidebars .thim-4-col>*:nth-child(3) {
        width: calc(25% - 40px)
    }

    .site-footer.layout-3 .footer-sidebars .thim-4-col>*:nth-child(4) {
        width: calc(28% - 40px)
    }
}

@media(max-width:1200px) {
    .footer-top .widget_thim_layout_builder .no-gutters .wpb_column:first-child .vc_column-inner .bp-element-icon-box.layout-1 {
        padding-right: 25px;
        padding-left: 25px
    }

    .footer-top .widget_thim_layout_builder .no-gutters .wpb_column:nth-child(2) .vc_column-inner .bp-element-icon-box.layout-1 {
        padding-right: 28px;
        padding-left: 25px
    }

    .footer-top .widget_thim_layout_builder .no-gutters .wpb_column:nth-child(3) .vc_column-inner .bp-element-icon-box.layout-1 {
        padding-right: 25px;
        padding-left: 25px
    }
}

@media(max-width:767px) {
    .site-footer.layout-1 .footer-sidebars .widget_nav_menu {
        text-align: center
    }
}

.site-content {
    padding-top: 115px;
    padding-bottom: 100px
}

.site-content .widget-area {
    margin-bottom: 80px
}

@media(max-width:991px) {
    .site-content .widget-area {
        padding-top: 80px
    }
}

@media(max-width:991px) {
    .site-content {
        padding-top: 80px
    }
}

.site-content.no-padding {
    padding-top: 0;
    padding-bottom: 0
}

.widget {
    margin-bottom: 50px
}

.widget .screen-reader-text {
    display: none
}

.widget:last-child {
    margin-bottom: 0
}

.widget .bp-element .element-title,
.widget .widget-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.555555;
    color: #56509f;
    text-transform: uppercase;
    word-break: break-word;
    position: relative;
    padding-bottom: 13px;
    padding-top: 0;
    margin-bottom: 30px
}

.widget .bp-element .element-title a,
.widget .widget-title a {
    color: #56509f
}

.widget .bp-element .element-title a:hover,
.widget .widget-title a:hover {
    color: #ff5f2e
}

.widget .bp-element .element-title::before,
.widget .widget-title::before {
    content: "\f401\f401\f401\f401\f401\f401\f401\f401";
    font-family: Ionicons;
    font-size: 18px;
    line-height: 1;
    color: #ff5f2e;
    white-space: nowrap;
    letter-spacing: 5px;
    display: flex;
    align-items: flex-start;
    height: 4px;
    overflow: hidden;
    width: 62px;
    position: absolute;
    bottom: 4px;
    left: 0;
    transform: translateX(10px)
}

.widget .bp-element .element-title::after,
.widget .widget-title::after {
    content: "\f401\f401\f401\f401\f401\f401\f401\f401";
    font-family: Ionicons;
    font-size: 18px;
    line-height: 1;
    color: #ff5f2e;
    white-space: nowrap;
    letter-spacing: 5px;
    display: flex;
    align-items: flex-end;
    height: 4px;
    overflow: hidden;
    width: 72px;
    position: absolute;
    bottom: 0;
    left: 0
}

.widget ul li {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #797979;
    word-break: break-word;
    padding-left: 16px;
    position: relative;
    transition: all .2s;
    margin-bottom: 11px
}

.widget ul li .children,
.widget ul li .sub-menu {
    padding-top: 11px;
    margin-top: 0
}

.widget ul li:last-child {
    margin-bottom: 0
}

.widget ul li::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #56509f;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 0;
    transition: all .2s
}

.widget ul li a {
    color: inherit;
    transition: unset
}

.widget ul li a abbr {
    color: #56509f
}

.widget ul li a:hover {
    color: #ff5f2e
}

.widget ul li a:hover abbr {
    color: #ff5f2e
}

.widget ul li .count {
    position: absolute;
    right: 0;
    top: 0
}

.widget ul,
.widget ol,
.widget li {
    list-style-type: none;
    margin: 0
}

.widget.widget_archive ul li {
    display: flex
}

.widget.widget_archive ul li a {
    padding-right: 0
}

.widget.widget_calendar table caption {
    color: #56509f
}

.widget.widget_calendar table thead tr {
    background-color: #f5f5f5
}

.widget.widget_calendar table thead tr th {
    text-align: center;
    font-weight: bolder
}

.widget.widget_calendar table tr td {
    text-align: center
}

.widget.widget_calendar table tr td#today {
    background-color: #f5f5f5
}

.widget.widget_calendar table tr td a {
    color: #56509f
}

.widget.widget_calendar table tr td a:hover {
    color: #ff5f2e
}

.widget.widget_recent_comments ul li {
    font-size: 16px;
    padding-left: 0;
    border-bottom: 1px dashed #e7e7e7;
    color: #999;
    padding-bottom: 8px
}

.widget.widget_recent_comments ul li:last-child {
    border-bottom: none
}

.widget.widget_recent_comments ul li:before {
    display: none
}

.widget.widget_recent_comments ul li a {
    font-weight: 400;
    font-size: 16px;
    padding-right: 0;
    color: #56509f
}

.widget.widget_recent_comments ul li a:hover {
    color: #ff5f2e
}

.widget.widget_recent_comments ul li>a {
    font-size: 16px
}

.widget.widget_recent_comments ul li .comment-author-link:before {
    content: "\f007";
    font-family: "font awesome 5 free";
    display: inline-block;
    color: #ff5f2e;
    margin-right: 8px;
    font-size: 13px
}

.widget.widget_rss ul li {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    border-bottom: 1px dashed #e7e7e7;
    padding-bottom: 18px;
    margin-bottom: 18px
}

.widget.widget_rss ul li:before {
    display: none
}

.widget.widget_rss ul li .rsswidget {
    color: #56509f;
    font-weight: 400
}

.widget.widget_rss ul li .rsswidget:hover {
    color: #ff5f2e
}

.widget.widget_rss ul li .rss-date,
.widget.widget_rss ul li cite {
    color: #999
}

.widget.widget_rss ul li .rssSummary {
    margin-top: 5px;
    margin-bottom: 8px
}

.widget.widget_rss ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.widget.widget_search .search-form {
    position: relative;
    margin-top: -10px
}

.widget.widget_search .search-form label {
    width: 100%;
    margin: 0
}

.widget.widget_search .search-form label span {
    display: none
}

.widget.widget_search .search-form label input {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    width: 100%;
    height: 40px;
    background-color: transparent;
    padding-right: 25px;
    border-bottom: 1px solid #e7e7e7
}

.widget.widget_search .search-form label input:focus {
    border-color: #ff5f2e
}

.widget.widget_search .search-form label input::-webkit-input-placeholder {
    color: #888;
    font-style: italic
}

.widget.widget_search .search-form label input:-moz-placeholder {
    color: #888;
    font-style: italic
}

.widget.widget_search .search-form label input::-moz-placeholder {
    color: #888;
    font-style: italic
}

.widget.widget_search .search-form label input:-ms-input-placeholder {
    color: #888;
    font-style: italic
}

.widget.widget_search .search-form .search-submit {
    position: absolute;
    top: 0;
    right: -9px;
    width: 30px;
    height: 100%;
    font-size: 20px;
    line-height: 1;
    color: #888;
    transition: all .2s
}

.widget.widget_search .search-form .search-submit:hover {
    color: #ff5f2e
}

.widget.widget_categories>ul {
    margin-top: -6px
}

.widget.widget_categories>ul {
    margin-top: -6px
}

.widget.widget_categories ul ul {
    margin-right: -40px
}

.widget.widget_categories ul .cat-item {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #797979;
    word-break: break-word;
    padding-left: 17px;
    padding-right: 40px;
    position: relative;
    transition: all .2s;
    margin-bottom: 11px
}

.widget.widget_categories ul .cat-item .children {
    margin-right: -40px;
    padding-top: 11px
}

.widget.widget_categories ul .cat-item:last-child {
    margin-bottom: 0
}

.widget.widget_categories ul .cat-item::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #56509f;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 0;
    transition: all .2s
}

.widget.widget_categories ul .cat-item a {
    display: list-item;
    color: inherit;
    transition: unset
}

.widget.widget_categories ul .cat-item a:hover {
    color: #ff5f2e
}

.widget.widget_categories ul .cat-item .count {
    position: absolute;
    right: 0;
    top: 0
}

.widget.widget_tag_cloud .tagcloud {
    display: flex;
    flex-wrap: wrap;
    margin: -4px
}

.widget.widget_tag_cloud .tagcloud .tag-cloud-link {
    font-weight: 400;
    font-size: 14px !important;
    line-height: 1.5;
    color: #797979;
    word-break: break-word;
    display: block;
    border: 1px solid #e5e5e5;
    padding: 5px 22px;
    margin: 4px;
    transition: all .2s
}

.widget.widget_tag_cloud .tagcloud .tag-cloud-link:hover {
    color: #fff;
    background-color: #ff5f2e;
    border-color: #ff5f2e
}

.widget.widget_text .textwidget .single-image {
    padding-top: 7px
}

.widget.widget_text .textwidget .single-image img {
    max-width: 100%
}

.yikes-easy-mc-form.kindergarten-layout-footer {
    width: 337px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative
}

.yikes-easy-mc-form.kindergarten-layout-footer label {
    width: 100%;
    height: 47px;
    margin-bottom: 0
}

.yikes-easy-mc-form.kindergarten-layout-footer label input {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    min-width: 0;
    width: 100%;
    height: 100%;
    background: 0 0;
    border: 1px solid rgba(215, 215, 215, .4);
    border-radius: 23px;
    padding-left: 30px;
    padding-right: 135px;
    margin-bottom: 0
}

.yikes-easy-mc-form.kindergarten-layout-footer label input:focus {
    border-color: #ff5f2e;
    outline: none
}

.yikes-easy-mc-form.kindergarten-layout-footer label input::-webkit-input-placeholder {
    color: #cccae2
}

.yikes-easy-mc-form.kindergarten-layout-footer label input:-moz-placeholder {
    color: #cccae2
}

.yikes-easy-mc-form.kindergarten-layout-footer label input::-moz-placeholder {
    color: #cccae2
}

.yikes-easy-mc-form.kindergarten-layout-footer label input:-ms-input-placeholder {
    color: #cccae2
}

.yikes-easy-mc-form.kindergarten-layout-footer button {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    height: 100%;
    min-width: 117px;
    padding: 0 15px;
    margin-top: 0;
    border: none;
    border-radius: 23px;
    background: #ff5f2e;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    transition: all .2s
}

.yikes-easy-mc-form.kindergarten-layout-footer button:focus {
    outline: none;
    border: 0
}

.yikes-easy-mc-form.kindergarten-layout-footer button:hover {
    background: #fa3b00
}

.ask-question-form {
    display: flex;
    flex-wrap: wrap
}

.ask-question-form .wrap-input {
    width: 100%;
    margin-bottom: 15px
}

.ask-question-form .wrap-input .wpcf7-not-valid-tip {
    margin-top: 15px;
    margin-left: 28px
}

.ask-question-form .wrap-input .input-field {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #797979;
    width: 100%;
    background: 0 0;
    padding-left: 25px;
    padding-right: 25px;
    border: 1px solid #e1e1e1;
    font-family: inherit
}

.ask-question-form .wrap-input .input-field::-webkit-input-placeholder {
    color: #a8a8a8
}

.ask-question-form .wrap-input .input-field:-moz-placeholder {
    color: #a8a8a8
}

.ask-question-form .wrap-input .input-field::-moz-placeholder {
    color: #a8a8a8
}

.ask-question-form .wrap-input .input-field:-ms-input-placeholder {
    color: #a8a8a8
}

.ask-question-form .wrap-input .input-field:focus {
    border-color: #ff5f2e
}

.ask-question-form .wrap-input input {
    height: 47px;
    border-radius: 23px
}

.ask-question-form .wrap-input textarea {
    display: block;
    min-height: 195px;
    border-radius: 15px;
    padding-top: 19px;
    padding-bottom: 19px
}

.ask-question-form .form-submit {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    overflow: hidden;
    height: 47px;
    border-radius: 23px;
    background: #ff5f2e;
    padding: 0 40px;
    transition: all .2s;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto
}

.ask-question-form .form-submit:hover {
    background: #fa3b00
}

.ask-question-form .ajax-loader {
    position: relative;
    background-image: unset !important
}

.ask-question-form .ajax-loader:before {
    line-height: 30px;
    text-align: center;
    position: absolute;
    content: "\f110";
    font-family: "font awesome 5 free";
    left: 0;
    margin: auto;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    color: #000
}

.contact-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.contact-form .wrap-input {
    width: calc(50% - 10px);
    height: 47px;
    margin-bottom: 20px
}

.contact-form .wrap-input .input-field {
    width: 100%;
    height: 100%;
    border-radius: 23px;
    font-family: inherit
}

.contact-form .wrap-textarea {
    width: 100%;
    margin-bottom: 30px
}

.contact-form .wrap-textarea .input-field {
    width: 100%;
    min-height: 150px;
    display: block;
    border-radius: 15px;
    padding-top: 23px;
    padding-bottom: 23px;
    font-family: inherit
}

.contact-form .input-field {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #282828;
    background: #fff;
    padding-left: 28px;
    padding-right: 28px
}

.contact-form .input-field::-webkit-input-placeholder {
    color: #a4a4a4
}

.contact-form .input-field:-moz-placeholder {
    color: #a4a4a4
}

.contact-form .input-field::-moz-placeholder {
    color: #a4a4a4
}

.contact-form .input-field:-ms-input-placeholder {
    color: #a4a4a4
}

.contact-form .form-submit {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 47px;
    border-radius: 23px;
    background: #ff5562;
    padding: 0 43px;
    margin-right: auto;
    margin-left: auto;
    transition: all .2s;
    font-family: inherit
}

.contact-form .form-submit:hover {
    background: #f23
}

.contact-form .ajax-loader {
    position: relative;
    background-image: unset !important
}

.contact-form .ajax-loader:before {
    line-height: 30px;
    text-align: center;
    position: absolute;
    content: "\f110";
    font-family: "font awesome 5 free";
    left: 0;
    margin: auto;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    color: #000
}

@media(max-width:575px) {
    .responsive .contact-form .wrap-input {
        width: 100%
    }
}

.contact-form-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.contact-form-2 .wrap-input {
    width: 100%;
    margin-bottom: 17px
}

.contact-form-2 .wrap-input.half-width {
    width: calc(50% - 8px)
}

.contact-form-2 .wrap-input.half-width .wpcf7-not-valid-tip {
    margin-top: 15px;
    padding-left: 28px
}

.contact-form-2 .wrap-input .input-field {
    font-family: inherit;
    width: 100%;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    background: #fff;
    padding-left: 28px;
    padding-right: 28px
}

.contact-form-2 .wrap-input .input-field::-webkit-input-placeholder {
    color: rgba(102, 102, 102, .7)
}

.contact-form-2 .wrap-input .input-field:-moz-placeholder {
    color: rgba(102, 102, 102, .7)
}

.contact-form-2 .wrap-input .input-field::-moz-placeholder {
    color: rgba(102, 102, 102, .7)
}

.contact-form-2 .wrap-input .input-field:-ms-input-placeholder {
    color: rgba(102, 102, 102, .7)
}

.contact-form-2 .wrap-input input {
    height: 54px;
    border-radius: 27px
}

.contact-form-2 .wrap-input textarea {
    min-height: 137px;
    display: block;
    border-radius: 15px;
    padding-top: 10px;
    padding-bottom: 10px
}

.contact-form-2 .form-submit {
    font-family: inherit;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 50px;
    border-radius: 25px;
    background: #f96a9a;
    padding: 0 46px;
    transition: all .2s;
    margin-top: 22px
}

.contact-form-2 .form-submit:hover {
    background: #f73979
}

.contact-form-2 .ajax-loader {
    position: relative;
    background-image: unset !important
}

.contact-form-2 .ajax-loader:before {
    line-height: 30px;
    text-align: center;
    position: absolute;
    content: "\f110";
    font-family: "font awesome 5 free";
    left: 0;
    margin: auto;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    color: #000
}

@media(max-width:575px) {
    .responsive .contact-form-2 .wrap-input.half-width {
        width: 100%
    }
}

.contact-form-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.contact-form-3 .wrap-input {
    width: 100%;
    margin-bottom: 20px
}

.contact-form-3 .wrap-input .wpcf7-not-valid-tip {
    margin-top: 15px;
    margin-left: 28px
}

.contact-form-3 .wrap-input.half-width {
    width: calc(50% - 10px)
}

.contact-form-3 .wrap-input .input-field {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #797979;
    width: 100%;
    background: 0 0;
    padding-left: 25px;
    padding-right: 25px;
    border: 1px solid #e1e1e1;
    font-family: inherit
}

.contact-form-3 .wrap-input .input-field::-webkit-input-placeholder {
    color: #a4a4a4
}

.contact-form-3 .wrap-input .input-field:-moz-placeholder {
    color: #a4a4a4
}

.contact-form-3 .wrap-input .input-field::-moz-placeholder {
    color: #a4a4a4
}

.contact-form-3 .wrap-input .input-field:-ms-input-placeholder {
    color: #a4a4a4
}

.contact-form-3 .wrap-input .input-field:focus {
    border-color: #ff5f2e
}

.contact-form-3 .wrap-input input {
    height: 47px;
    border-radius: 23px
}

.contact-form-3 .wrap-input textarea {
    display: block;
    min-height: 150px;
    border-radius: 15px;
    padding-top: 19px;
    padding-bottom: 19px
}

.contact-form-3 .form-submit {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    overflow: hidden;
    height: 47px;
    border-radius: 23px;
    background: #ff5f2e;
    padding: 0 46px;
    transition: all .2s;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    font-family: inherit
}

.contact-form-3 .form-submit:hover {
    background: #fa3b00
}

.contact-form-3 .ajax-loader {
    position: relative;
    background-image: unset !important
}

.contact-form-3 .ajax-loader:before {
    line-height: 30px;
    text-align: center;
    position: absolute;
    content: "\f110";
    font-family: "font awesome 5 free";
    left: 0;
    margin: auto;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    color: #000
}

@media(max-width:575px) {
    .responsive .contact-form-3 .wrap-input.half-width {
        width: 100%
    }
}

.wrapper-contact-form-4 .wpcf7-validation-errors {
    margin-left: 0;
    color: #f7e700;
    border-color: #fff
}

.wrapper-contact-form-4 .wpcf7-mail-sent-ok,
.wrapper-contact-form-4 .wpcf7-mail-sent-ng {
    color: #f7e700;
    border-color: #fff
}

.contact-form-4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.contact-form-4 .wrap-input {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    position: relative
}

.contact-form-4 .wrap-input::before {
    content: attr(data-icon);
    font-family: Ionicons;
    font-size: 15px;
    line-height: 40px;
    color: #fff;
    position: absolute;
    top: -1px;
    left: 0
}

.contact-form-4 .wrap-input.half-width {
    width: calc(50% - 10px)
}

.contact-form-4 .wrap-input .input-field {
    font-weight: 300;
    line-height: 1.5;
    font-size: 14px;
    color: #fff;
    width: 100%;
    height: 100%;
    background: 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, .44);
    padding-left: 25px
}

.contact-form-4 .wrap-input .input-field::-webkit-input-placeholder {
    color: #fff
}

.contact-form-4 .wrap-input .input-field:-moz-placeholder {
    color: #fff
}

.contact-form-4 .wrap-input .input-field::-moz-placeholder {
    color: #fff
}

.contact-form-4 .wrap-input .input-field:-ms-input-placeholder {
    color: #fff
}

.contact-form-4 .wrap-input .input-field:focus {
    border-color: #fff
}

.contact-form-4 .wrap-input .input-field:focus::-webkit-input-placeholder {
    color: transparent
}

.contact-form-4 .wrap-input .input-field:focus:-moz-placeholder {
    color: transparent
}

.contact-form-4 .wrap-input .input-field:focus::-moz-placeholder {
    color: transparent
}

.contact-form-4 .wrap-input .input-field:focus:-ms-input-placeholder {
    color: transparent
}

.contact-form-4 .wrap-input .input-field[type=number]::-webkit-inner-spin-button,
.contact-form-4 .wrap-input .input-field[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.contact-form-4 .wrap-input .wpcf7-not-valid-tip {
    color: #f7e700
}

.contact-form-4 .form-submit {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #56509f;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 25px;
    background: #fff;
    overflow: hidden;
    padding: 0 40px;
    transition: all .2s;
    margin-top: 20px
}

.contact-form-4 .form-submit:hover {
    background: #56509f;
    color: #fff
}

.contact-form-4 .ajax-loader {
    position: relative;
    background-image: unset !important
}

.contact-form-4 .ajax-loader:before {
    line-height: 30px;
    text-align: center;
    position: absolute;
    content: "\f110";
    font-family: "font awesome 5 free";
    left: 0;
    margin: auto;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    color: #fff
}

@media(max-width:575px) {
    .responsive .contact-form-4 .wrap-input.half-width {
        width: 100%
    }
}

.responsive {}

@media(max-width:575px) {
    .responsive .yikes-easy-mc-form.registration-form .wrap-input.half-width {
        width: 100%
    }

    .responsive .yikes-easy-mc-form.contact-form .wrap-input {
        width: 100%
    }

    .responsive .yikes-easy-mc-form.contact-form-2 .wrap-input.half-width {
        width: 100%
    }

    .responsive .yikes-easy-mc-form.comment-form .wrap-input.half-width {
        width: 100%
    }
}

.yikes-mailchimp-container .edit-link {
    display: none
}

#back-to-top {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 60px;
    right: 35px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -khtml-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-align: center;
    line-height: 60px;
    -webkit-transform: translateY(130px);
    -moz-transform: translateY(130px);
    -ms-transform: translateY(130px);
    -o-transform: translateY(130px);
    z-index: 999;
    background-color: #ff5f2e;
    color: #fff
}

#back-to-top.scrolldown {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px)
}

#back-to-top i {
    font-size: 30px;
    line-height: 60px
}

@media(max-width:815px) {
    div#back-to-top.back_to_top_container {
        right: 15px;
        width: 45px;
        height: 45px;
        line-height: 45px
    }

    div#back-to-top.back_to_top_container i {
        line-height: 45px
    }
}

.sk-rotating-plane {
    width: 40px;
    height: 40px;
    background-color: #333;
    margin: 40px auto;
    animation: sk-rotatePlane 1.2s infinite ease-in-out
}

@keyframes sk-rotatePlane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

.sk-double-bounce {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 40px auto
}

.sk-double-bounce .sk-child {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    animation: sk-doubleBounce 2s infinite ease-in-out
}

.sk-double-bounce .sk-double-bounce2 {
    animation-delay: -1s
}

@keyframes sk-doubleBounce {

    0%,
    100% {
        transform: scale(0)
    }

    50% {
        transform: scale(1)
    }
}

.sk-wave {
    margin: 40px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px
}

.sk-wave .sk-rect {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out
}

.sk-wave .sk-rect1 {
    animation-delay: -1.2s
}

.sk-wave .sk-rect2 {
    animation-delay: -1.1s
}

.sk-wave .sk-rect3 {
    animation-delay: -1s
}

.sk-wave .sk-rect4 {
    animation-delay: -.9s
}

.sk-wave .sk-rect5 {
    animation-delay: -.8s
}

@keyframes sk-waveStretchDelay {

    0%,
    40%,
    100% {
        transform: scaleY(.4)
    }

    20% {
        transform: scaleY(1)
    }
}

.sk-wandering-cubes {
    margin: 40px auto;
    width: 40px;
    height: 40px;
    position: relative
}

.sk-wandering-cubes .sk-cube {
    background-color: #333;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both
}

.sk-wandering-cubes .sk-cube2 {
    animation-delay: -.9s
}

@keyframes sk-wanderingCube {
    0% {
        transform: rotate(0deg)
    }

    25% {
        transform: translateX(30px) rotate(-90deg) scale(.5)
    }

    50% {
        transform: translateX(30px) translateY(30px) rotate(-179deg)
    }

    50.1% {
        transform: translateX(30px) translateY(30px) rotate(-180deg)
    }

    75% {
        transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
    }

    100% {
        transform: rotate(-360deg)
    }
}

.sk-spinner-pulse {
    width: 40px;
    height: 40px;
    margin: 40px auto;
    background-color: #333;
    border-radius: 100%;
    animation: sk-pulseScaleOut 1s infinite ease-in-out
}

@keyframes sk-pulseScaleOut {
    0% {
        transform: scale(0)
    }

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

.sk-chasing-dots {
    margin: 40px auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    animation: sk-chasingDotsRotate 2s infinite linear
}

.sk-chasing-dots .sk-child {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #333;
    border-radius: 100%;
    animation: sk-chasingDotsBounce 2s infinite ease-in-out
}

.sk-chasing-dots .sk-dot2 {
    top: auto;
    bottom: 0;
    animation-delay: -1s
}

@keyframes sk-chasingDotsRotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes sk-chasingDotsBounce {

    0%,
    100% {
        transform: scale(0)
    }

    50% {
        transform: scale(1)
    }
}

.sk-three-bounce {
    margin: 40px auto;
    width: 80px;
    text-align: center
}

.sk-three-bounce .sk-child {
    width: 20px;
    height: 20px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    animation: sk-three-bounce 1.4s ease-in-out 0s infinite both
}

.sk-three-bounce .sk-bounce1 {
    animation-delay: -.32s
}

.sk-three-bounce .sk-bounce2 {
    animation-delay: -.16s
}

@keyframes sk-three-bounce {

    0%,
    80%,
    100% {
        transform: scale(0)
    }

    40% {
        transform: scale(1)
    }
}

.sk-circle {
    margin: 40px auto;
    width: 40px;
    height: 40px;
    position: relative
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.sk-circle .sk-child:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both
}

.sk-circle .sk-circle2 {
    transform: rotate(30deg)
}

.sk-circle .sk-circle3 {
    transform: rotate(60deg)
}

.sk-circle .sk-circle4 {
    transform: rotate(90deg)
}

.sk-circle .sk-circle5 {
    transform: rotate(120deg)
}

.sk-circle .sk-circle6 {
    transform: rotate(150deg)
}

.sk-circle .sk-circle7 {
    transform: rotate(180deg)
}

.sk-circle .sk-circle8 {
    transform: rotate(210deg)
}

.sk-circle .sk-circle9 {
    transform: rotate(240deg)
}

.sk-circle .sk-circle10 {
    transform: rotate(270deg)
}

.sk-circle .sk-circle11 {
    transform: rotate(300deg)
}

.sk-circle .sk-circle12 {
    transform: rotate(330deg)
}

.sk-circle .sk-circle2:before {
    animation-delay: -1.1s
}

.sk-circle .sk-circle3:before {
    animation-delay: -1s
}

.sk-circle .sk-circle4:before {
    animation-delay: -.9s
}

.sk-circle .sk-circle5:before {
    animation-delay: -.8s
}

.sk-circle .sk-circle6:before {
    animation-delay: -.7s
}

.sk-circle .sk-circle7:before {
    animation-delay: -.6s
}

.sk-circle .sk-circle8:before {
    animation-delay: -.5s
}

.sk-circle .sk-circle9:before {
    animation-delay: -.4s
}

.sk-circle .sk-circle10:before {
    animation-delay: -.3s
}

.sk-circle .sk-circle11:before {
    animation-delay: -.2s
}

.sk-circle .sk-circle12:before {
    animation-delay: -.1s
}

@keyframes sk-circleBounceDelay {

    0%,
    80%,
    100% {
        transform: scale(0)
    }

    40% {
        transform: scale(1)
    }
}

.sk-cube-grid {
    width: 40px;
    height: 40px;
    margin: 40px auto
}

.sk-cube-grid .sk-cube {
    width: 33.33%;
    height: 33.33%;
    background-color: #333;
    float: left;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out
}

.sk-cube-grid .sk-cube1 {
    animation-delay: .2s
}

.sk-cube-grid .sk-cube2 {
    animation-delay: .3s
}

.sk-cube-grid .sk-cube3 {
    animation-delay: .4s
}

.sk-cube-grid .sk-cube4 {
    animation-delay: .1s
}

.sk-cube-grid .sk-cube5 {
    animation-delay: .2s
}

.sk-cube-grid .sk-cube6 {
    animation-delay: .3s
}

.sk-cube-grid .sk-cube7 {
    animation-delay: 0s
}

.sk-cube-grid .sk-cube8 {
    animation-delay: .1s
}

.sk-cube-grid .sk-cube9 {
    animation-delay: .2s
}

@keyframes sk-cubeGridScaleDelay {

    0%,
    70%,
    100% {
        transform: scale3D(1, 1, 1)
    }

    35% {
        transform: scale3D(0, 0, 1)
    }
}

.sk-fading-circle {
    margin: 40px auto;
    width: 40px;
    height: 40px;
    position: relative
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.sk-fading-circle .sk-circle:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both
}

.sk-fading-circle .sk-circle2 {
    transform: rotate(30deg)
}

.sk-fading-circle .sk-circle3 {
    transform: rotate(60deg)
}

.sk-fading-circle .sk-circle4 {
    transform: rotate(90deg)
}

.sk-fading-circle .sk-circle5 {
    transform: rotate(120deg)
}

.sk-fading-circle .sk-circle6 {
    transform: rotate(150deg)
}

.sk-fading-circle .sk-circle7 {
    transform: rotate(180deg)
}

.sk-fading-circle .sk-circle8 {
    transform: rotate(210deg)
}

.sk-fading-circle .sk-circle9 {
    transform: rotate(240deg)
}

.sk-fading-circle .sk-circle10 {
    transform: rotate(270deg)
}

.sk-fading-circle .sk-circle11 {
    transform: rotate(300deg)
}

.sk-fading-circle .sk-circle12 {
    transform: rotate(330deg)
}

.sk-fading-circle .sk-circle2:before {
    animation-delay: -1.1s
}

.sk-fading-circle .sk-circle3:before {
    animation-delay: -1s
}

.sk-fading-circle .sk-circle4:before {
    animation-delay: -.9s
}

.sk-fading-circle .sk-circle5:before {
    animation-delay: -.8s
}

.sk-fading-circle .sk-circle6:before {
    animation-delay: -.7s
}

.sk-fading-circle .sk-circle7:before {
    animation-delay: -.6s
}

.sk-fading-circle .sk-circle8:before {
    animation-delay: -.5s
}

.sk-fading-circle .sk-circle9:before {
    animation-delay: -.4s
}

.sk-fading-circle .sk-circle10:before {
    animation-delay: -.3s
}

.sk-fading-circle .sk-circle11:before {
    animation-delay: -.2s
}

.sk-fading-circle .sk-circle12:before {
    animation-delay: -.1s
}

@keyframes sk-circleFadeDelay {

    0%,
    39%,
    100% {
        opacity: 0
    }

    40% {
        opacity: 1
    }
}

.sk-folding-cube {
    margin: 40px auto;
    width: 40px;
    height: 40px;
    position: relative;
    transform: rotateZ(45deg)
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1)
}

.sk-folding-cube .sk-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    transform-origin: 100% 100%
}

.sk-folding-cube .sk-cube2 {
    transform: scale(1.1) rotateZ(90deg)
}

.sk-folding-cube .sk-cube3 {
    transform: scale(1.1) rotateZ(180deg)
}

.sk-folding-cube .sk-cube4 {
    transform: scale(1.1) rotateZ(270deg)
}

.sk-folding-cube .sk-cube2:before {
    animation-delay: .3s
}

.sk-folding-cube .sk-cube3:before {
    animation-delay: .6s
}

.sk-folding-cube .sk-cube4:before {
    animation-delay: .9s
}

@keyframes sk-foldCubeAngle {

    0%,
    10% {
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }

    25%,
    75% {
        transform: perspective(140px) rotateX(0deg);
        opacity: 1
    }

    90%,
    100% {
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

#thim-preloading {
    position: fixed;
    z-index: 999999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.thim-1-col,
.thim-2-col,
.thim-3-col,
.thim-4-col,
.thim-5-col,
.thim-6-col,
.thim-1-col,
.thim-1-col,
.thim-1-col,
.thim-1-col,
.thim-1-col,
.thim-1-col {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.thim-1-col>*,
.thim-2-col>*,
.thim-3-col>*,
.thim-4-col>*,
.thim-5-col>*,
.thim-6-col>*,
.thim-1-col>*,
.thim-1-col>*,
.thim-1-col>*,
.thim-1-col>*,
.thim-1-col>*,
.thim-1-col>* {
    margin-right: 15px;
    margin-left: 15px
}

.thim-1-col>* {
    width: calc((100% - 30px)/1)
}

.thim-2-col>* {
    width: calc((100% - 60px)/2)
}

.thim-3-col>* {
    width: calc((100% - 90px)/3)
}

.thim-4-col>* {
    width: calc((100% - 120px)/4)
}

.thim-5-col>* {
    width: calc((100% - 150px)/5)
}

.thim-6-col>* {
    width: calc((100% - 180px)/6)
}

.thim-7-col>* {
    width: calc((100% - 210px)/7)
}

.thim-8-col>* {
    width: calc((100% - 240px)/8)
}

.thim-9-col>* {
    width: calc((100% - 270px)/9)
}

.thim-10-col>* {
    width: calc((100% - 300px)/10)
}

.thim-11-col>* {
    width: calc((100% - 330px)/11)
}

.thim-12-col>* {
    width: calc((100% - 360px)/12)
}

@media(min-width:992px) and (max-width:1199px) {

    .responsive .sidebar-left .thim-3-col>*,
    .responsive .sidebar-right .thim-3-col>* {
        width: calc((100% - 60px)/2)
    }

    .responsive .sidebar-left .thim-4-col>*,
    .responsive .sidebar-right .thim-4-col>* {
        width: calc((100% - 60px)/2)
    }

    .responsive .sidebar-left .thim-5-col>*,
    .responsive .sidebar-right .thim-5-col>* {
        width: calc((100% - 90px)/3)
    }

    .responsive .sidebar-left .thim-6-col>*,
    .responsive .sidebar-right .thim-6-col>* {
        width: calc((100% - 90px)/3)
    }

    .responsive .sidebar-left .thim-7-col>*,
    .responsive .sidebar-right .thim-7-col>* {
        width: calc((100% - 120px)/4)
    }

    .responsive .sidebar-left .thim-8-col>*,
    .responsive .sidebar-right .thim-8-col>* {
        width: calc((100% - 120px)/4)
    }

    .responsive .sidebar-left .thim-9-col>*,
    .responsive .sidebar-right .thim-9-col>* {
        width: calc((100% - 150px)/5)
    }

    .responsive .sidebar-left .thim-10-col>*,
    .responsive .sidebar-right .thim-10-col>* {
        width: calc((100% - 150px)/5)
    }

    .responsive .sidebar-left .thim-11-col>*,
    .responsive .sidebar-right .thim-11-col>* {
        width: calc((100% - 180px)/6)
    }

    .responsive .sidebar-left .thim-12-col>*,
    .responsive .sidebar-right .thim-12-col>* {
        width: calc((100% - 180px)/6)
    }
}

@media(max-width:991px) {
    .responsive .thim-3-col>* {
        width: calc((100% - 60px)/2)
    }

    .responsive .thim-4-col>* {
        width: calc((100% - 60px)/2)
    }

    .responsive .thim-5-col>* {
        width: calc((100% - 90px)/3)
    }

    .responsive .thim-6-col>* {
        width: calc((100% - 90px)/3)
    }

    .responsive .thim-7-col>* {
        width: calc((100% - 120px)/4)
    }

    .responsive .thim-8-col>* {
        width: calc((100% - 120px)/4)
    }

    .responsive .thim-9-col>* {
        width: calc((100% - 150px)/5)
    }

    .responsive .thim-10-col>* {
        width: calc((100% - 150px)/5)
    }

    .responsive .thim-11-col>* {
        width: calc((100% - 180px)/6)
    }

    .responsive .thim-12-col>* {
        width: calc((100% - 180px)/6)
    }
}

@media(max-width:767px) {
    .responsive [class*=thim-][class*=-col]>* {
        width: calc((100% - 30px)/1)
    }
}

.thim-1-col,
.thim-2-col,
.thim-3-col,
.thim-4-col,
.thim-5-col,
.thim-6-col,
.thim-1-col,
.thim-1-col,
.thim-1-col,
.thim-1-col,
.thim-1-col,
.thim-1-col {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px
}

.thim-1-col>*,
.thim-2-col>*,
.thim-3-col>*,
.thim-4-col>*,
.thim-5-col>*,
.thim-6-col>*,
.thim-1-col>*,
.thim-1-col>*,
.thim-1-col>*,
.thim-1-col>*,
.thim-1-col>*,
.thim-1-col>* {
    margin-right: 20px;
    margin-left: 20px
}

.thim-1-col>* {
    width: calc((100% - 40px)/1)
}

.thim-2-col>* {
    width: calc((100% - 80px)/2)
}

.thim-3-col>* {
    width: calc((100% - 120px)/3)
}

.thim-4-col>* {
    width: calc((100% - 160px)/4)
}

.thim-5-col>* {
    width: calc((100% - 200px)/5)
}

.thim-6-col>* {
    width: calc((100% - 240px)/6)
}

.thim-7-col>* {
    width: calc((100% - 280px)/7)
}

.thim-8-col>* {
    width: calc((100% - 320px)/8)
}

.thim-9-col>* {
    width: calc((100% - 360px)/9)
}

.thim-10-col>* {
    width: calc((100% - 400px)/10)
}

.thim-11-col>* {
    width: calc((100% - 440px)/11)
}

.thim-12-col>* {
    width: calc((100% - 480px)/12)
}

@media(min-width:992px) and (max-width:1199px) {

    .responsive .sidebar-left .thim-3-col>*,
    .responsive .sidebar-right .thim-3-col>* {
        width: calc((100% - 80px)/2)
    }

    .responsive .sidebar-left .thim-4-col>*,
    .responsive .sidebar-right .thim-4-col>* {
        width: calc((100% - 80px)/2)
    }

    .responsive .sidebar-left .thim-5-col>*,
    .responsive .sidebar-right .thim-5-col>* {
        width: calc((100% - 120px)/3)
    }

    .responsive .sidebar-left .thim-6-col>*,
    .responsive .sidebar-right .thim-6-col>* {
        width: calc((100% - 120px)/3)
    }

    .responsive .sidebar-left .thim-7-col>*,
    .responsive .sidebar-right .thim-7-col>* {
        width: calc((100% - 160px)/4)
    }

    .responsive .sidebar-left .thim-8-col>*,
    .responsive .sidebar-right .thim-8-col>* {
        width: calc((100% - 160px)/4)
    }

    .responsive .sidebar-left .thim-9-col>*,
    .responsive .sidebar-right .thim-9-col>* {
        width: calc((100% - 200px)/5)
    }

    .responsive .sidebar-left .thim-10-col>*,
    .responsive .sidebar-right .thim-10-col>* {
        width: calc((100% - 200px)/5)
    }

    .responsive .sidebar-left .thim-11-col>*,
    .responsive .sidebar-right .thim-11-col>* {
        width: calc((100% - 240px)/6)
    }

    .responsive .sidebar-left .thim-12-col>*,
    .responsive .sidebar-right .thim-12-col>* {
        width: calc((100% - 240px)/6)
    }
}

@media(max-width:991px) {
    .responsive .thim-3-col>* {
        width: calc((100% - 80px)/2)
    }

    .responsive .thim-4-col>* {
        width: calc((100% - 80px)/2)
    }

    .responsive .thim-5-col>* {
        width: calc((100% - 120px)/3)
    }

    .responsive .thim-6-col>* {
        width: calc((100% - 120px)/3)
    }

    .responsive .thim-7-col>* {
        width: calc((100% - 160px)/4)
    }

    .responsive .thim-8-col>* {
        width: calc((100% - 160px)/4)
    }

    .responsive .thim-9-col>* {
        width: calc((100% - 200px)/5)
    }

    .responsive .thim-10-col>* {
        width: calc((100% - 200px)/5)
    }

    .responsive .thim-11-col>* {
        width: calc((100% - 240px)/6)
    }

    .responsive .thim-12-col>* {
        width: calc((100% - 240px)/6)
    }
}

@media(max-width:767px) {
    .responsive [class*=thim-][class*=-col]>* {
        width: calc((100% - 40px)/1)
    }
}

.bl-single-image.align-left {
    text-align: left
}

.bl-single-image.align-center {
    text-align: center
}

.bl-single-image.align-right {
    text-align: right
}

.bl-single-image.kindergarten-layout-1 img {
    max-width: 100%
}

.bl-single-image.kindergarten-layout-2 {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.bl-text.align-left {
    text-align: left
}

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

.bl-text.align-right {
    text-align: right
}

.bl-text.kindergarten-layout-1 p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #797979;
    word-break: break-word;
    margin-bottom: 32px
}

.bl-list ul,
.bl-list ol,
.bl-list li {
    list-style-type: none;
    margin: 0
}

.bl-list.kindergarten-layout-1 .list .list-item {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.625;
    color: #797979;
    word-break: break-word;
    padding-left: 32px;
    position: relative;
    margin-bottom: 11px
}

.bl-list.kindergarten-layout-1 .list .list-item::before {
    content: "\f383";
    font-family: Ionicons;
    font-size: 18px;
    line-height: 1.444444;
    color: #ff5562;
    position: absolute;
    top: 0;
    left: 0
}

.bl-list.kindergarten-layout-2 .list .list-item {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #033b62;
    word-break: break-word;
    padding-left: 25px;
    position: relative;
    margin-bottom: 7px
}

.bl-list.kindergarten-layout-2 .list .list-item::before {
    content: "\f2fc";
    font-family: Ionicons;
    font-size: 17px;
    line-height: 1;
    color: #f96a9a;
    position: absolute;
    top: 4px;
    left: 0
}

.bl-list.kindergarten-layout-3 .list .list-item {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #56509f;
    word-break: break-word;
    padding-left: 32px;
    position: relative;
    margin-bottom: 12px
}

.bl-list.kindergarten-layout-3 .list .list-item i {
    color: #ff5f2e;
    position: absolute;
    top: 4px;
    left: 0
}

.bl-list.kindergarten-layout-3 .list .list-item a {
    color: #56509f
}

.bl-list.kindergarten-layout-3 .list .list-item a:hover {
    color: #ff5f2e
}

.bl-heading.kindergarten-layout-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.bl-heading.kindergarten-layout-1 .heading-image {
    width: 185px
}

.bl-heading.kindergarten-layout-1 .heading-image img {
    max-width: 100%
}

.bl-heading.kindergarten-layout-1 .heading-text {
    width: calc(100% - 185px - 30px);
    margin-top: -5px
}

.bl-heading.kindergarten-layout-1 .heading-text .title {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.166666;
    color: #fff;
    word-break: break-word;
    margin-bottom: 16px;
    max-width: 240px
}

.bl-heading.kindergarten-layout-1 .heading-text .description {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    word-break: break-word
}

@media(max-width:575px) {
    .bl-heading.kindergarten-layout-1 .heading-image {
        display: none
    }

    .bl-heading.kindergarten-layout-1 .heading-text {
        width: 100%;
        margin-top: 0
    }
}

.bl-contact.kindergarten-layout-1 .contact-image {
    margin-bottom: 35px
}

.bl-contact.kindergarten-layout-1 .contact-image img {
    max-width: 100%
}

.bl-contact.kindergarten-layout-1 .contact-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #797979;
    word-break: break-word;
    margin-bottom: 26px
}

.contact-list {
    list-style-type: none;
    margin: 0
}

.contact-list li {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #282828;
    word-break: break-word;
    padding-left: 32px;
    position: relative;
    margin-bottom: 15px
}

.contact-list li i {
    position: absolute;
    top: 4px;
    left: 0
}

.contact-list li a {
    color: #282828
}

.contact-list li a:hover {
    color: #ff5562
}

.bl-map.kindergarten-layout-1 {
    width: 100%;
    height: 440px;
    border: 5px solid #f3f3f3
}

.bl-map.kindergarten-layout-1 iframe {
    width: 100%;
    height: 100%
}

.thim-block-about {
    text-align: center
}

.thim-block-about p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #797979;
    word-break: break-word;
    margin-bottom: 26px
}

.thim-block-about img {
    padding-top: 3px
}

.thim-toolbar-help-info {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #fff;
    word-break: break-word
}

.thim-toolbar-help-info i {
    margin-right: 6px
}

.thim-toolbar-help-info a {
    color: #fff
}

.thim-toolbar-help-info a:hover {
    color: #33305e
}

.responsive {}

@media(max-width:991px) {
    .responsive .toolbar-right .thim-toolbar-help-info {
        display: none
    }
}

@media(max-width:767px) {
    .responsive .toolbar-left .thim-toolbar-help-info {
        display: none
    }
}

.bl-info-contact {
    text-align: center;
    background: #56509f;
    padding: 35px 20px 40px
}

.bl-info-contact .title-block {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.3;
    color: #fff;
    word-break: break-word;
    padding-top: 0;
    margin-bottom: 9px
}

.bl-info-contact .description-block {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.3;
    color: #dedede;
    word-break: break-word;
    margin-bottom: 18px
}

.bl-info-contact .content-block {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.3;
    color: #fff;
    word-break: break-word;
    margin-bottom: 23px
}

.bl-info-contact .button-block {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    overflow: hidden;
    height: 40px;
    border-radius: 20px;
    background: #ff5f2e;
    padding: 0 35px;
    transition: all .2s;
    margin-left: auto;
    margin-right: auto
}

.bl-info-contact .button-block:hover {
    background: #fa3b00
}

.error-404 {
    text-align: center
}

.error-404 .search-form {
    display: flex;
    align-items: center;
    justify-content: center
}

.error-404 .search-form .search-field {
    border: 1px solid #e7e7e7;
    line-height: 48px;
    padding: 0 30px;
    margin-left: 10px;
    border-radius: 30px 0 0 30px
}

.error-404 .search-form .search-submit {
    font-weight: 400;
    font-size: 14px;
    padding-right: 30px;
    padding-left: 30px;
    line-height: 50px;
    border-radius: 0 30px 30px 0;
    border: none;
    color: #fff;
    vertical-align: top;
    margin-left: -4px;
    text-transform: uppercase;
    background: #ff5f2e;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.error-404 .search-form .search-submit:hover {
    background-color: #fa3b00
}

.post-password-form {
    margin-bottom: 30px;
    margin-top: 10px
}

.post-password-form input[name=post_password] {
    border: 1px solid #e7e7e7;
    line-height: 48px;
    padding: 0 30px;
    margin-left: 10px;
    border-radius: 30px 0 0 30px
}

.post-password-form input[type=submit] {
    font-weight: 400;
    font-size: 14px;
    padding-right: 30px;
    padding-left: 30px;
    line-height: 50px;
    border-radius: 0 30px 30px 0;
    border: none;
    color: #fff;
    vertical-align: top;
    margin-left: -4px;
    text-transform: uppercase;
    background: #ff5f2e;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.post-password-form input[type=submit]:hover {
    background-color: #fa3b00
}

.search .site-main .search-form input.search-field {
    border: 1px solid #e7e7e7;
    line-height: 48px;
    padding: 0 30px;
    border-radius: 30px 0 0 30px
}

.search .site-main .search-form button[type=submit] {
    font-weight: 400;
    font-size: 14px;
    padding-right: 30px;
    padding-left: 30px;
    line-height: 50px;
    border-radius: 0 30px 30px 0;
    border: none;
    color: #fff;
    vertical-align: top;
    margin-left: -4px;
    text-transform: uppercase;
    background: #ff5f2e;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all all .3s;
    -ms-transition: all all .3s;
    -o-transition: all all .3s;
    transition: all all .3s
}

.search .site-main .search-form button[type=submit]:hover {
    background-color: #fa3b00
}

.thim-block-img-border-radius img {
    border-radius: 20px
}

.page-title .main-top {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #56509f;
    position: relative
}

.page-title .main-top .content {
    padding-top: 100px;
    padding-bottom: 38px;
    text-align: center
}

.page-title .main-top .content h1 {
    font-weight: 400;
    font-size: 40px;
    line-height: 1.2;
    color: #fff;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-top: 0;
    margin-top: 4px;
    margin-bottom: 4px
}

.page-title .main-top .content .wrap-breadcrumb {
    margin-top: 4px;
    margin-bottom: 4px
}

.page-title .main-top .content .wrap-breadcrumb .breadcrumbs {
    margin-left: 0
}

.page-title .main-top .content .wrap-breadcrumb .breadcrumbs li {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.625;
    color: #fff;
    word-break: break-word;
    position: relative
}

.page-title .main-top .content .wrap-breadcrumb .breadcrumbs li .breadcrum-icon {
    color: #fff;
    font-weight: 300;
    margin-left: 4px;
    margin-right: 4px
}

.page-title .main-top .content .wrap-breadcrumb .breadcrumbs li a {
    color: #fff;
    font-weight: 300
}

.page-title .main-top .content .wrap-breadcrumb .breadcrumbs li a:hover {
    color: #ff5f2e
}

.page-title .main-top .content .description {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    word-break: break-word;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 6px;
    margin-bottom: 6px
}

.page-title .main-top .course-archive-message-by-via-product {
    color: var(--thim-font_page_title_color)
}

.classes-page .page-title .main-top .content {
    padding-bottom: 62px
}

@media(max-width:1024px) {
    .content-area .page-title .main-top .content {
        padding-top: 37px
    }

    .home-2 .content-area .page-title .main-top .content {
        padding-top: 180px
    }
}

@media(max-width:768px) {
    .home-2 .content-area .page-title .main-top .content {
        padding-top: 120px
    }
}

.loop-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.loop-pagination,
.loop-pagination li {
    list-style-type: none;
    margin: 0
}

.loop-pagination ul {
    display: inherit;
    margin: 0
}

.loop-pagination ul .page-numbers {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #797979;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #ebebeb;
    margin: 5px;
    transition: all .2s
}

.loop-pagination ul .page-numbers:hover {
    border-color: #ff5f2e;
    color: #ff5f2e
}

.loop-pagination ul .page-numbers.current {
    background: #ff5f2e;
    border-color: #ff5f2e;
    color: #fff
}

.loop-pagination ul .page-numbers.next {
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    border-radius: none;
    border: none;
    margin: 9px
}

.loop-pagination ul .page-numbers.next i {
    font-size: 20px;
    margin-left: 9px
}

.loop-pagination ul .page-numbers.next:hover {
    color: #ff5f2e
}

.loop-pagination ul .page-numbers.prev {
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    border-radius: none;
    border: none;
    margin: 9px
}

.loop-pagination ul .page-numbers.prev i {
    font-size: 20px;
    margin-right: 9px
}

.loop-pagination ul .page-numbers.prev:hover {
    color: #ff5f2e
}

.bp-element-button {}

.bp-element-button.align-left {
    text-align: left
}

.bp-element-button.align-center {
    text-align: center
}

.bp-element-button.align-right {
    text-align: right
}

.bp-element-button .btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    border: none;
    transition: all .2s
}

.bp-element-button .btn.focus,
.bp-element-button .btn:focus {
    outline: 0;
    box-shadow: none
}

.bp-element-button .btn-small {
    height: 40px
}

.bp-element-button .btn-normal {
    height: 50px
}

.bp-element-button .btn-large {
    height: 60px
}

.bp-element-button.shape-square .btn {
    border-radius: unset
}

.bp-element-button.shape-round .btn-small {
    border-radius: 20px
}

.bp-element-button.shape-round .btn-normal {
    border-radius: 25px
}

.bp-element-button.shape-round .btn-large {
    border-radius: 30px
}

.bl-pricing-table .desktop-table .pricing-table {
    border: none;
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow-x: scroll
}

.bl-pricing-table .desktop-table .pricing-table tr {
    border: none
}

.bl-pricing-table .desktop-table .pricing-table th,
.bl-pricing-table .desktop-table .pricing-table td {
    border: 1px solid #ebebeb
}

.bl-pricing-table .desktop-table .pricing-table th img,
.bl-pricing-table .desktop-table .pricing-table td img {
    max-width: 100%
}

.bl-pricing-table .desktop-table .pricing-table thead th {
    width: 21.6666666667%;
    border-left: none;
    text-align: center;
    padding: 34px 10px
}

.bl-pricing-table .desktop-table .pricing-table thead th:nth-child(1) {
    width: 35%;
    padding: 0;
    border: none;
    background: url(assets/images/table-01.jpg) no-repeat center bottom
}

.bl-pricing-table .desktop-table .pricing-table thead th:nth-child(2) {
    background-color: #f9c00c;
    border-color: #f9c00c
}

.bl-pricing-table .desktop-table .pricing-table thead th:nth-child(3) {
    background-color: #00b9f1;
    border-color: #00b9f1
}

.bl-pricing-table .desktop-table .pricing-table thead th:nth-child(4) {
    background-color: #56a902;
    border-color: #56a902
}

.bl-pricing-table .desktop-table .pricing-table thead th:nth-child(5) {
    background-color: #2cd9d3;
    border-color: #2cd9d3
}

.bl-pricing-table .desktop-table .pricing-table thead th:nth-child(6) {
    background-color: #d93d2c;
    border-color: #d93d2c
}

.bl-pricing-table .desktop-table .pricing-table thead th:nth-child(7) {
    background-color: #d92cd6;
    border-color: #d92cd6
}

.bl-pricing-table .desktop-table .pricing-table thead th:nth-child(8) {
    background-color: #f6b501;
    border-color: #f6b501
}

.bl-pricing-table .desktop-table .pricing-table thead th:nth-child(9) {
    background-color: #56a902;
    border-color: #56a902
}

.bl-pricing-table .desktop-table .pricing-table thead th:nth-child(10) {
    background-color: #402134;
    border-color: #402134
}

.bl-pricing-table .desktop-table .pricing-table thead th:nth-child(11) {
    background-color: #52615d;
    border-color: #52615d
}

.bl-pricing-table .desktop-table .pricing-table thead th .label {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase
}

.bl-pricing-table .desktop-table .pricing-table thead th .info {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 28px
}

.bl-pricing-table .desktop-table .pricing-table thead th .price {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.1;
    color: #fff
}

.bl-pricing-table .desktop-table .pricing-table thead th .price .number {
    font-size: 60px
}

.bl-pricing-table .desktop-table .pricing-table tbody .item-row td,
.bl-pricing-table .desktop-table .pricing-table tbody .item-row th {
    font-weight: 700
}

.bl-pricing-table .desktop-table .pricing-table tbody th {
    width: 35%;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.3;
    color: #797979;
    word-break: break-word;
    padding: 115px 10px
}

.bl-pricing-table .desktop-table .pricing-table tbody th a {
    color: #797979
}

.bl-pricing-table .desktop-table .pricing-table tbody th a:hover {
    color: #ff5f2e
}

.bl-pricing-table .desktop-table .pricing-table tbody td {
    width: 21.6666666667%;
    text-align: center;
    padding: 23px 5px
}

.bl-pricing-table .desktop-table .pricing-table tbody td i {
    font-size: 30px;
    line-height: 1
}

.bl-pricing-table .desktop-table .pricing-table tbody td i.ion-android-done {
    color: #ff5f2e
}

.bl-pricing-table .desktop-table .pricing-table tbody td i.ion-android-close {
    color: #56509f
}

.bl-pricing-table .desktop-table .pricing-table tfoot th {
    width: 35%
}

.bl-pricing-table .desktop-table .pricing-table tfoot td {
    width: 21.6666666667%;
    text-align: center;
    padding: 37px 5px
}

.bl-pricing-table .desktop-table .pricing-table tfoot td .btn-purchase {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #56509f;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #ff5f2e;
    padding: 0 41px;
    transition: all .2s
}

.bl-pricing-table .desktop-table .pricing-table tfoot td .btn-purchase:hover {
    color: #fff;
    background: #ff5f2e
}

.bl-pricing-table .mobile-table .item-pricing-table {
    width: 100%;
    margin-bottom: 50px
}

.bl-pricing-table .mobile-table .item-pricing-table:last-child {
    margin-bottom: 0
}

.bl-pricing-table .mobile-table .item-pricing-table th,
.bl-pricing-table .mobile-table .item-pricing-table td {
    border: 1px solid #ebebeb
}

.bl-pricing-table .mobile-table .item-pricing-table th img,
.bl-pricing-table .mobile-table .item-pricing-table td img {
    max-width: 100%
}

.bl-pricing-table .mobile-table .item-pricing-table thead th {
    text-align: center;
    padding: 34px 10px
}

.bl-pricing-table .mobile-table .item-pricing-table thead th .label {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase
}

.bl-pricing-table .mobile-table .item-pricing-table thead th .info {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 28px
}

.bl-pricing-table .mobile-table .item-pricing-table thead th .price {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.1;
    color: #fff
}

.bl-pricing-table .mobile-table .item-pricing-table thead th .price .number {
    font-size: 60px
}

.bl-pricing-table .mobile-table .item-pricing-table tbody td {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.3;
    color: #797979;
    text-align: center;
    word-break: break-word;
    padding: 23px 10px
}

.bl-pricing-table .mobile-table .item-pricing-table tbody td a {
    color: #797979
}

.bl-pricing-table .mobile-table .item-pricing-table tbody td a:hover {
    color: #ff5f2e
}

.bl-pricing-table .mobile-table .item-pricing-table tfoot td {
    text-align: center;
    padding: 37px 5px
}

.bl-pricing-table .mobile-table .item-pricing-table tfoot td .btn-purchase {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #56509f;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #ff5f2e;
    padding: 0 41px;
    transition: all .2s
}

.bl-pricing-table .mobile-table .item-pricing-table tfoot td .btn-purchase:hover {
    color: #fff;
    background: #ff5f2e
}

.bl-pricing-table .mobile-table .item-pricing-table:nth-child(1) thead th {
    background-color: #f9c00c;
    border-color: #f9c00c
}

.bl-pricing-table .mobile-table .item-pricing-table:nth-child(2) thead th {
    background-color: #00b9f1;
    border-color: #00b9f1
}

.bl-pricing-table .mobile-table .item-pricing-table:nth-child(3) thead th {
    background-color: #56a902;
    border-color: #56a902
}

.pmpro-checkout .pmpro_message {
    margin-top: 0;
    margin-bottom: 30px;
    border-radius: 0
}

.pmpro-checkout table,
.pmpro-checkout td,
.pmpro-checkout tr {
    border: 1px solid #e7e7e7;
    width: 100%;
    margin-top: 30px
}

.pmpro-checkout table thead {
    background: #f5f5f5
}

.pmpro-checkout table td,
.pmpro-checkout table th {
    padding: 15px 20px
}

.pmpro-checkout form.pmpro_form .pmpro_submit {
    margin-left: 0;
    margin: 0
}

.pmpro-checkout form.pmpro_form label {
    font-weight: 400;
    margin: 0;
    padding: 0 20px;
    line-height: normal
}

.pmpro-checkout form.pmpro_form .select2-container,
.pmpro-checkout form.pmpro_form input,
.pmpro-checkout form.pmpro_form textarea,
.pmpro-checkout form.pmpro_form select {
    border: 1px solid #e7e7e7;
    width: 100%;
    margin: 0;
    max-width: 100%;
    margin-bottom: 20px;
    padding: 0 20px;
    height: 50px;
    line-height: 50px
}

.pmpro-checkout form.pmpro_form .pmpro_btn-submit-checkout {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    text-align: center;
    font-size: 18px;
    letter-spacing: .4px;
    font-weight: 400;
    text-transform: capitalize;
    border-color: transparent
}

.pmpro-checkout form.pmpro_form .pmpro_payment-expiration .select2-container {
    max-width: 100px
}

.pmpro-checkout form.pmpro_form .pmpro_payment-expiration .expiration-icon {
    line-height: 50px;
    margin: 0 10px;
    display: inline-block;
    vertical-align: top
}

.pmpro-checkout form.pmpro_form .pmpro_payment-cvv {
    max-width: 245px;
    display: flex;
    margin-top: 20px;
    align-items: center
}

.pmpro-checkout form.pmpro_form .pmpro_payment-cvv label {
    margin-right: 15px
}

.pmpro-checkout form.pmpro_form .pmpro_payment-cvv small {
    margin-left: 10px
}

.pmpro-checkout form.pmpro_form #pmpro_user_fields td>div,
.pmpro-checkout form.pmpro_form #pmpro_payment_information_fields td>div,
.pmpro-checkout form.pmpro_form #pmpro_billing_address_fields td>div {
    position: relative
}

.pmpro-checkout form.pmpro_form #pmpro_user_fields td>div .pmpro_asterisk,
.pmpro-checkout form.pmpro_form #pmpro_payment_information_fields td>div .pmpro_asterisk,
.pmpro-checkout form.pmpro_form #pmpro_billing_address_fields td>div .pmpro_asterisk {
    position: absolute;
    right: 0
}

.pmpro-checkout form.pmpro_form #pmpro_payment_information_fields .pmpro_payment-expiration label,
.pmpro-checkout form.pmpro_form #pmpro_payment_information_fields .pmpro_payment-expiration select,
.pmpro-checkout form.pmpro_form #pmpro_payment_information_fields .pmpro_payment-expiration span {
    display: inline-block;
    width: auto
}

.pmpro-checkout form.pmpro_form #pmpro_payment_information_fields .pmpro_payment-expiration select {
    margin: 0 10px
}

.pmpro-checkout span.pmpro_asterisk {
    padding: 0 10px;
    line-height: 50px;
    color: red
}

.pmpro-checkout form.pmpro_form label {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 11px
}

.pmpro-checkout form.pmpro_form .select2-container .select2-selection--single,
.pmpro-checkout form.pmpro_form .select2-container--default .select2-selection--single {
    border: none
}

.pmpro-checkout form.pmpro_form .select2-container .select2-selection--single .select2-selection__rendered,
.pmpro-checkout form.pmpro_form .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    line-height: 48px
}

.pmpro-checkout form.pmpro_form .pmpro_btn-submit-checkout {
    border-radius: 0;
    color: #fff;
    margin-top: 30px;
    border: none;
    background-color: #ff5f2e;
    -webkit-transition: all .2s ease-in-out 0s;
    -khtml-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s
}

@media(max-width:1024px) {
    .responsive .bl-pricing-table .desktop-table {
        display: none
    }

    .responsive .bl-pricing-table .mobile-table {
        display: block
    }
}

.blogs-list.kindergarten-layout-1 {
    padding-bottom: 20px;
    text-align: center
}

.blogs-list.kindergarten-layout-1 .blog-item {
    margin-bottom: 34px
}

.blogs-list.kindergarten-layout-1 .blog-item::after {
    content: "";
    display: block;
    width: 416px;
    max-width: 100%;
    height: 5px;
    background-image: url(assets/images/wave-line-bg-01.png);
    background-repeat: repeat-x;
    margin: 40px auto 0
}

.blogs-list.kindergarten-layout-1 .blog-item .blog-header {
    text-align: center;
    margin-bottom: 23px
}

.blogs-list.kindergarten-layout-1 .blog-item .blog-header .title {
    font-weight: 400;
    font-size: 40px;
    line-height: 1.1;
    color: #56509f;
    word-break: break-word;
    margin-bottom: 0;
    margin-top: -7px;
    padding-top: 0
}

.blogs-list.kindergarten-layout-1 .blog-item .blog-header .title a {
    color: #56509f;
    transition: all .2s
}

.blogs-list.kindergarten-layout-1 .blog-item .blog-header .title a:hover {
    color: #ff5f2e
}

.blogs-list.kindergarten-layout-1 .blog-item .blog-header .meta-info .info-item {
    display: inline-block;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #797979;
    word-break: break-word;
    padding: 3px 0 3px 10px
}

.blogs-list.kindergarten-layout-1 .blog-item .blog-header .meta-info .info-item::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 13px;
    background: #e7e7e7;
    margin-right: 8px
}

.blogs-list.kindergarten-layout-1 .blog-item .blog-header .meta-info .info-item:first-child:before {
    display: none
}

.blogs-list.kindergarten-layout-1 .blog-item .blog-header .meta-info .info-item i {
    font-size: 15px;
    color: #ff5f2e;
    margin-right: 6px
}

.blogs-list.kindergarten-layout-1 .blog-item .blog-header .meta-info .info-item a {
    color: #797979;
    transition: all .2s
}

.blogs-list.kindergarten-layout-1 .blog-item .blog-header .meta-info .info-item a:hover {
    color: #ff5f2e
}

.blogs-list.kindergarten-layout-1 .blog-item .blog-header .line {
    display: inline-block;
    width: 90px;
    overflow: hidden;
    color: #ff5f2e
}

.blogs-list.kindergarten-layout-1 .blog-item .blog-header .line::after {
    content: "\f401\f401\f401\f401\f401\f401\f401\f401";
    font-family: Ionicons;
    font-size: 18px;
    line-height: 1;
    color: inherit;
    letter-spacing: 5px;
    display: flex;
    align-items: flex-end;
    height: 4px;
    overflow: hidden
}

.blogs-list.kindergarten-layout-1 .blog-item .blog-header .line::before {
    content: "\f401\f401\f401\f401\f401\f401\f401\f401";
    font-family: Ionicons;
    font-size: 18px;
    line-height: 1;
    color: inherit;
    letter-spacing: 5px;
    display: flex;
    align-items: flex-start;
    height: 4px;
    overflow: hidden;
    transform: translateX(10px)
}

.blogs-list.kindergarten-layout-1 .blog-item .blog-header .line img {
    max-width: 100%
}

.blogs-list.kindergarten-layout-1 .blog-item .blog-image {
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
    max-width: 100%
}

.blogs-list.kindergarten-layout-1 .blog-item .blog-image iframe {
    display: block
}

.blogs-list.kindergarten-layout-1 .blog-item .blog-image>a img,
.blogs-list.kindergarten-layout-1 .blog-item .blog-image>img {
    width: 100%;
    transition: all .5s ease
}

.blogs-list.kindergarten-layout-1 .blog-item .blog-image:hover>a img,
.blogs-list.kindergarten-layout-1 .blog-item .blog-image:hover>img {
    transform: scale(1.05)
}

.blogs-list.kindergarten-layout-1 .blog-item .blog-image .date-and-button {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap
}

.blogs-list.kindergarten-layout-1 .blog-item .blog-image .date-and-button .btn-media {
    font-size: 30px;
    line-height: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 53px;
    height: 53px;
    background: rgba(255, 95, 46, .8);
    transition: all .2s
}

.blogs-list.kindergarten-layout-1 .blog-item .blog-image .date-and-button .date {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    word-break: break-word;
    display: flex;
    align-items: center;
    height: 53px;
    background: rgba(53, 56, 102, .8);
    padding: 5px 26px
}

.blogs-list.kindergarten-layout-1 .blog-item .blog-image .slide-image {
    position: relative
}

.blogs-list.kindergarten-layout-1 .blog-item .blog-image .slide-image .wrap-arrow-slick {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px
}

.blogs-list.kindergarten-layout-1 .blog-item .blog-image .slide-image .wrap-arrow-slick .arow-slick {
    pointer-events: auto;
    cursor: pointer;
    font-size: 30px;
    line-height: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgba(17, 17, 17, .4);
    transition: all .2s
}

.blogs-list.kindergarten-layout-1 .blog-item .blog-image .slide-image .wrap-arrow-slick .arow-slick:hover {
    background: #ff5f2e
}

.blogs-list.kindergarten-layout-1 .blog-item .blog-image .slide-image .wrap-arrow-slick .arow-slick.slick-arrow.slick-hidden {
    display: none
}

.blogs-list.kindergarten-layout-1 .blog-item .blog-image .slide-image .wrap-arrow-slick .arow-slick[aria-disabled=true] {
    visibility: hidden
}

.blogs-list.kindergarten-layout-1 .blog-item .blog-text {
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    display: inline-block;
    color: #797979;
    word-break: break-word;
    margin-bottom: 10px
}

.blogs-list.kindergarten-layout-1 .blog-item .blog-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.blogs-list.kindergarten-layout-1 .blog-item .blog-links .link-readmore {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-width: 100%;
    height: 50px;
    border-radius: 25px;
    background: #ff5f2e;
    padding: 0 59px;
    transition: all .2s
}

.blogs-list.kindergarten-layout-1 .blog-item .blog-links .link-readmore:hover {
    background: #fa3b00
}

.blogs-list.kindergarten-layout-1 .blog-item.sticky {
    padding: 40px 30px;
    background: #e7e7e7
}

.blogs-list.kindergarten-layout-1 .blog-item.sticky:after {
    display: none
}

.blogs-list.kindergarten-layout-1 .blog-item.sticky .blog-header .meta-info .info-item::before {
    background-color: #797979
}

.blogs-list.kindergarten-layout-1 .blog-item.have-no-thumbnail {
    display: flex;
    flex-direction: column;
    align-items: stretch
}

.blogs-list.kindergarten-layout-1 .blog-item.have-no-thumbnail .blog-header {
    margin-bottom: 16px
}

.blogs-list.kindergarten-layout-1 .blog-item.have-no-thumbnail .blog-image {
    order: -1;
    margin-bottom: 10px
}

.blogs-list.kindergarten-layout-1 .blog-item.have-no-thumbnail .blog-image .date-and-button {
    position: unset
}

.blogs-list.kindergarten-layout-1 .blog-item.have-no-thumbnail .blog-image .date-and-button .date {
    background-color: transparent;
    width: 100%;
    text-align: center;
    justify-content: center;
    height: unset;
    color: #ff5f2e;
    padding: 0
}

.blogs-list.kindergarten-layout-1 .blog-item.have-no-thumbnail .blog-image .date-and-button .date a {
    color: #ff5f2e
}

.blogs-list.kindergarten-layout-1 .blog-item.have-no-thumbnail .blog-image .date-and-button .date a:hover {
    color: #ff5f2e
}

.blogs-list.kindergarten-layout-2 {
    padding-top: 5px;
    padding-bottom: 15px
}

.blogs-list.kindergarten-layout-2 .blog-item {
    margin-bottom: 33px
}

.blogs-list.kindergarten-layout-2 .blog-item .blog-image {
    overflow: hidden;
    position: relative;
    margin-bottom: 24px
}

.blogs-list.kindergarten-layout-2 .blog-item .blog-image iframe {
    display: block
}

.blogs-list.kindergarten-layout-2 .blog-item .blog-image>a img,
.blogs-list.kindergarten-layout-2 .blog-item .blog-image>img {
    width: 100%;
    transition: all .5s ease
}

.blogs-list.kindergarten-layout-2 .blog-item .blog-image:hover>a img,
.blogs-list.kindergarten-layout-2 .blog-item .blog-image:hover>img {
    transform: scale(1.05)
}

.blogs-list.kindergarten-layout-2 .blog-item .blog-image .date-and-button {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap
}

.blogs-list.kindergarten-layout-2 .blog-item .blog-image .date-and-button .btn-media {
    font-size: 22px;
    line-height: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 95, 46, .8);
    transition: all .2s
}

.blogs-list.kindergarten-layout-2 .blog-item .blog-image .date-and-button .date {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    word-break: break-word;
    display: flex;
    align-items: center;
    height: 40px;
    background: rgba(53, 56, 102, .8);
    padding: 5px 13px
}

.blogs-list.kindergarten-layout-2 .blog-item .blog-image .slide-image {
    position: relative
}

.blogs-list.kindergarten-layout-2 .blog-item .blog-image .slide-image .wrap-arrow-slick {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px
}

.blogs-list.kindergarten-layout-2 .blog-item .blog-image .slide-image .wrap-arrow-slick .arow-slick {
    pointer-events: auto;
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(17, 17, 17, .4);
    transition: all .2s
}

.blogs-list.kindergarten-layout-2 .blog-item .blog-image .slide-image .wrap-arrow-slick .arow-slick:hover {
    background: #ff5f2e
}

.blogs-list.kindergarten-layout-2 .blog-item .blog-image .slide-image .wrap-arrow-slick .arow-slick.slick-arrow.slick-hidden {
    display: none
}

.blogs-list.kindergarten-layout-2 .blog-item .blog-image .slide-image .wrap-arrow-slick .arow-slick[aria-disabled=true] {
    visibility: hidden
}

.blogs-list.kindergarten-layout-2 .blog-item .blog-header {
    margin-bottom: 13px
}

.blogs-list.kindergarten-layout-2 .blog-item .blog-header .title {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;
    color: #56509f;
    word-break: break-word;
    margin-bottom: 2px;
    padding-top: 0
}

.blogs-list.kindergarten-layout-2 .blog-item .blog-header .title a {
    color: #56509f;
    transition: all .2s
}

.blogs-list.kindergarten-layout-2 .blog-item .blog-header .title a:hover {
    color: #ff5f2e
}

.blogs-list.kindergarten-layout-2 .blog-item .blog-header .meta-info {
    margin-left: -10px
}

.blogs-list.kindergarten-layout-2 .blog-item .blog-header .meta-info .info-item {
    display: inline-block;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #797979;
    word-break: break-word;
    padding: 3px 0 3px 10px
}

.blogs-list.kindergarten-layout-2 .blog-item .blog-header .meta-info .info-item::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 13px;
    background: #797979;
    margin-left: 8px
}

.blogs-list.kindergarten-layout-2 .blog-item .blog-header .meta-info .info-item:last-child:after {
    display: none
}

.blogs-list.kindergarten-layout-2 .blog-item .blog-header .meta-info .info-item i {
    font-size: 15px;
    color: #ff5f2e;
    margin-right: 6px
}

.blogs-list.kindergarten-layout-2 .blog-item .blog-header .meta-info .info-item a {
    color: #797979;
    transition: all .2s
}

.blogs-list.kindergarten-layout-2 .blog-item .blog-header .meta-info .info-item a:hover {
    color: #ff5f2e
}

.blogs-list.kindergarten-layout-2 .blog-item .blog-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #797979;
    word-break: break-word
}

.blogs-list.kindergarten-layout-2 .blog-item.sticky {
    padding: 15px;
    background: #e7e7e7
}

.blogs-list.kindergarten-layout-2 .blog-item.have-no-thumbnail .blog-image .date-and-button {
    position: unset
}

.blogs-list.kindergarten-layout-2 .blog-item.post_format-post-format-video .blog-image .post-formats-wrapper iframe {
    max-width: 100%
}

.blog-1-page .bl-blogs-list.kindergarten-layout-1 .blog-item .blog-header .title {
    font-size: 34px
}

.responsive {}

@media(max-width:575px) {
    .responsive .blogs-list.kindergarten-layout-1 .blog-item .blog-header .title {
        font-size: 30px
    }

    .responsive .blogs-list.kindergarten-layout-1 .blog-item .blog-image .slide-image .wrap-arrow-slick {
        padding: 0 20px
    }

    .responsive .blogs-list.kindergarten-layout-1 .blog-item .blog-image .slide-image .wrap-arrow-slick .arow-slick {
        font-size: 20px;
        width: 30px;
        height: 30px
    }

    .responsive .blogs-list.kindergarten-layout-2 .blog-item .blog-image iframe {
        max-width: 100%
    }
}

.bl-blog-detail {
    margin-bottom: 72px
}

.bl-blog-detail .blog-detail-header {
    text-align: center;
    margin-bottom: 23px
}

.bl-blog-detail .blog-detail-header .title {
    font-weight: 400;
    font-size: 34px;
    line-height: 1.1;
    color: #56509f;
    word-break: break-word;
    margin-bottom: 4px
}

.bl-blog-detail .blog-detail-header .title a {
    color: #56509f;
    transition: all .2s
}

.bl-blog-detail .blog-detail-header .title a:hover {
    color: #ff5f2e
}

.bl-blog-detail .blog-detail-header .meta-info .info-item {
    display: inline-block;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #797979;
    word-break: break-word;
    padding: 3px 0 3px 10px
}

.bl-blog-detail .blog-detail-header .meta-info .info-item::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 13px;
    background: #e7e7e7;
    margin-right: 8px
}

.bl-blog-detail .blog-detail-header .meta-info .info-item:first-child {
    padding-left: 0
}

.bl-blog-detail .blog-detail-header .meta-info .info-item:first-child:before {
    opacity: 0;
    display: none
}

.bl-blog-detail .blog-detail-header .meta-info .info-item i {
    font-size: 15px;
    color: #ff5f2e;
    margin-right: 6px
}

.bl-blog-detail .blog-detail-header .meta-info .info-item a {
    color: #797979;
    transition: all .2s
}

.bl-blog-detail .blog-detail-header .meta-info .info-item a:hover {
    color: #ff5f2e
}

.bl-blog-detail .blog-detail-header .line {
    display: inline-block;
    width: 90px;
    overflow: hidden;
    color: #ff5f2e
}

.bl-blog-detail .blog-detail-header .line::after {
    content: "\f401\f401\f401\f401\f401\f401\f401\f401";
    font-family: Ionicons;
    font-size: 18px;
    line-height: 1;
    color: inherit;
    letter-spacing: 5px;
    display: flex;
    align-items: flex-end;
    height: 4px;
    overflow: hidden
}

.bl-blog-detail .blog-detail-header .line::before {
    content: "\f401\f401\f401\f401\f401\f401\f401\f401";
    font-family: Ionicons;
    font-size: 18px;
    line-height: 1;
    color: inherit;
    letter-spacing: 5px;
    display: flex;
    align-items: flex-start;
    height: 4px;
    overflow: hidden;
    transform: translateX(10px)
}

.bl-blog-detail .blog-detail-header .line img {
    max-width: 100%
}

.bl-blog-detail .blog-detail-image {
    overflow: hidden;
    position: relative;
    margin-bottom: 25px
}

.bl-blog-detail .blog-detail-image>img {
    width: 100%
}

.bl-blog-detail .blog-detail-image .date-and-button {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap
}

.bl-blog-detail .blog-detail-image .date-and-button .btn-media {
    font-size: 30px;
    line-height: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 53px;
    height: 53px;
    background: rgba(255, 95, 46, .8);
    transition: all .2s
}

.bl-blog-detail .blog-detail-image .date-and-button .date {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    word-break: break-word;
    display: flex;
    align-items: center;
    height: 53px;
    background: rgba(53, 56, 102, .8);
    padding: 5px 26px
}

.bl-blog-detail .blog-detail-image .slide-image {
    position: relative
}

.bl-blog-detail .blog-detail-image .slide-image .wrap-arrow-slick {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px
}

.bl-blog-detail .blog-detail-image .slide-image .wrap-arrow-slick .arow-slick {
    pointer-events: auto;
    cursor: pointer;
    font-size: 30px;
    line-height: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgba(17, 17, 17, .4);
    transition: all .2s
}

.bl-blog-detail .blog-detail-image .slide-image .wrap-arrow-slick .arow-slick:hover {
    background: #ff5f2e
}

.bl-blog-detail .blog-detail-image .slide-image .wrap-arrow-slick .arow-slick.slick-arrow.slick-hidden {
    display: none
}

.bl-blog-detail .blog-detail-image .slide-image .wrap-arrow-slick .arow-slick[aria-disabled=true] {
    visibility: hidden
}

.bl-blog-detail .blog-detail-text {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start
}

.bl-blog-detail .blog-detail-text .entry-tag-share {
    clear: both
}

.bl-blog-detail .blog-detail-text a {
    color: #56509f
}

.bl-blog-detail .blog-detail-text a:hover {
    color: #ff5f2e
}

.bl-blog-detail .blog-detail-text .page-links {
    margin-bottom: 20px;
    margin-top: 10px;
    display: inline-block
}

.bl-blog-detail .blog-detail-text .page-links label {
    font-weight: 500;
    margin-right: 5px
}

.bl-blog-detail .blog-detail-text .page-links a {
    display: inline-block
}

.bl-blog-detail .blog-detail-text .page-links a span {
    border: 1px solid #e1e1e1;
    background-color: transparent;
    color: #111
}

.bl-blog-detail .blog-detail-text .page-links a:hover span {
    color: #ff5f2e;
    border-color: #ff5f2e
}

.bl-blog-detail .blog-detail-text .page-links span {
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 30px;
    border-radius: 50%;
    margin: 2px;
    background-color: #ff5f2e;
    transition: .3s all
}

.bl-blog-detail .blog-detail-text .link-share {
    width: 80px
}

.bl-blog-detail .blog-detail-text .link-share .link-share-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.bl-blog-detail .blog-detail-text .link-share .link-share-inner .share {
    display: flex;
    flex-direction: column;
    align-items: center
}

.bl-blog-detail .blog-detail-text .link-share .link-share-inner .share .namefield {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.375;
    color: #56509f;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 14px
}

.bl-blog-detail .blog-detail-text .link-share .link-share-inner .share .socials {
    display: flex;
    flex-direction: column;
    align-items: center
}

.bl-blog-detail .blog-detail-text .link-share .link-share-inner .share .socials .item-social {
    font-size: 18px;
    line-height: 1;
    color: #bfbfbf;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #e9e9e9;
    margin-bottom: 15px;
    transition: all .2s
}

.bl-blog-detail .blog-detail-text .link-share .link-share-inner .share .socials .item-social:last-child {
    margin-bottom: 0
}

.bl-blog-detail .blog-detail-text .link-share .link-share-inner .share .socials .item-social:hover {
    background: #ff5f2e;
    border-color: #ff5f2e;
    color: #fff
}

.bl-blog-detail .blog-detail-text .content-blog {
    width: calc(100% - 80px)
}

.bl-blog-detail .blog-detail-text .content-blog ul li {
    list-style-type: initial
}

.bl-blog-detail .blog-detail-text .content-blog ul,
.bl-blog-detail .blog-detail-text .content-blog ol {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #797979;
    word-break: break-word;
    margin-bottom: 24px
}

.bl-blog-detail .blog-detail-text .content-blog ul ul,
.bl-blog-detail .blog-detail-text .content-blog ul ol,
.bl-blog-detail .blog-detail-text .content-blog ol ul,
.bl-blog-detail .blog-detail-text .content-blog ol ol {
    margin-bottom: 0;
    margin-top: 5px
}

.bl-blog-detail .blog-detail-text .content-blog>p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #797979;
    word-break: break-word;
    margin-bottom: 15px
}

.bl-blog-detail .blog-detail-text .content-blog>p img {
    display: block
}

.bl-blog-detail .blog-detail-text .content-blog .wp-audio-shortcode {
    margin-bottom: 24px
}

.bl-blog-detail .blog-detail-text .content-blog .tags {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    word-break: break-word;
    display: flex;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
    padding-top: 5px;
    margin-bottom: 56px
}

.bl-blog-detail .blog-detail-text .content-blog .tags .name-field {
    color: #56509f;
    text-transform: uppercase;
    display: block;
    border-radius: 20px;
    border: 1px solid #e9e9e9;
    padding: 8.5px 28px;
    margin: 4px
}

.bl-blog-detail .blog-detail-text .content-blog .tags .tag-item {
    color: #ff5f2e;
    display: block;
    border-radius: 20px;
    border: 1px solid #e9e9e9;
    padding: 8.5px 28px;
    transition: all .2s;
    margin: 4px
}

.bl-blog-detail .blog-detail-text .content-blog .tags .tag-item:hover {
    background: #ff5f2e;
    border-color: #ff5f2e;
    color: #fff
}

.bl-blog-detail .blog-detail-text .content-blog .author-blog {
    padding: 40px 28px 32px;
    border: 1px solid #ebebeb;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px
}

.bl-blog-detail .blog-detail-text .content-blog .author-blog .author-image {
    width: 136px;
    max-width: 100%
}

.bl-blog-detail .blog-detail-text .content-blog .author-blog .author-image .ava-author {
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 8px
}

.bl-blog-detail .blog-detail-text .content-blog .author-blog .author-image .ava-author img {
    max-width: 100%;
    border-radius: 50%
}

.bl-blog-detail .blog-detail-text .content-blog .author-blog .author-image .socials-author {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

.bl-blog-detail .blog-detail-text .content-blog .author-blog .author-image .socials-author a {
    font-size: 18px;
    line-height: 1;
    color: #bfbfbf;
    padding: 5px
}

.bl-blog-detail .blog-detail-text .content-blog .author-blog .author-image .socials-author a:hover {
    color: #ff5f2e
}

.bl-blog-detail .blog-detail-text .content-blog .author-blog .author-text {
    width: calc(100% - 136px - 30px)
}

.bl-blog-detail .blog-detail-text .content-blog .author-blog .author-text .name-author {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.444444;
    color: #56509f;
    word-break: break-word
}

.bl-blog-detail .blog-detail-text .content-blog .author-blog .author-text .name-author a {
    color: #56509f
}

.bl-blog-detail .blog-detail-text .content-blog .author-blog .author-text .name-author a:hover {
    color: #ff5f2e
}

.bl-blog-detail .blog-detail-text .content-blog .author-blog .author-text .info-author {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #797979;
    word-break: break-word;
    margin-bottom: 16px
}

.bl-blog-detail .blog-detail-text .content-blog .author-blog .author-text .content-author {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #797979;
    word-break: break-word
}

.bl-blog-detail .blog-detail-text .content-blog .navigate-blog {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    position: relative;
    overflow: hidden;
    margin-bottom: 52px
}

.bl-blog-detail .blog-detail-text .content-blog .navigate-blog::before {
    content: "";
    order: 2;
    display: block;
    min-width: 1px;
    min-height: 1px;
    background: #e6e6e6;
    margin-right: -2px;
    margin-left: -2px
}

.bl-blog-detail .blog-detail-text .content-blog .navigate-blog .navi-item {
    flex-basis: 0;
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding: 20px 0
}

.bl-blog-detail .blog-detail-text .content-blog .navigate-blog .navi-item .navi-arrow {
    font-size: 30px;
    line-height: 1;
    color: #ff5f2e;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    min-width: 50px;
    transition: all .2s
}

.bl-blog-detail .blog-detail-text .content-blog .navigate-blog .navi-item .navi-arrow:hover {
    color: #56509f
}

.bl-blog-detail .blog-detail-text .content-blog .navigate-blog .navi-item .navi-title {
    flex-grow: 1;
    font-family: Sniglet;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.444444;
    color: #56509f;
    word-break: break-word
}

.bl-blog-detail .blog-detail-text .content-blog .navigate-blog .navi-item .navi-title a {
    color: #56509f;
    transition: all .2s;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 48px
}

.bl-blog-detail .blog-detail-text .content-blog .navigate-blog .navi-item .navi-title a:hover {
    color: #ff5f2e
}

.bl-blog-detail .blog-detail-text .content-blog .navigate-blog .navi-item.prev-blog {
    order: 1;
    text-align: right;
    padding-right: 30px
}

.bl-blog-detail .blog-detail-text .content-blog .navigate-blog .navi-item.prev-blog .navi-title {
    padding-left: 10px
}

.bl-blog-detail .blog-detail-text .content-blog .navigate-blog .navi-item.next-blog {
    order: 3;
    padding-left: 30px
}

.bl-blog-detail .blog-detail-text .content-blog .navigate-blog .navi-item.next-blog .navi-title {
    padding-right: 10px
}

.bl-blog-detail.have-no-thumbnail {
    display: flex;
    flex-direction: column;
    align-items: stretch
}

.bl-blog-detail.have-no-thumbnail:not(.format-image) .blog-image {
    margin-bottom: 10px
}

.bl-blog-detail.have-no-thumbnail:not(.format-image) .blog-image .date-and-button {
    position: unset
}

.bl-blog-detail.have-no-thumbnail:not(.format-image) .blog-image .date-and-button .date {
    background-color: transparent;
    width: 100%;
    text-align: center;
    justify-content: center;
    height: unset;
    color: #ff5f2e;
    padding: 0
}

.bl-blog-detail.have-no-thumbnail .blog-header {
    margin-bottom: 16px
}

.bl-blog-detail.have-no-thumbnail .blog-image {
    order: -1
}

.bl-blog-detail.not-show-sharing .blog-detail-text .content-blog {
    width: 100%
}

.entry-content {
    margin-bottom: 50px
}

.entry-content .page-links {
    margin-bottom: 20px;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    clear: both
}

.entry-content .page-links label {
    font-weight: 500;
    margin-right: 5px
}

.entry-content .page-links a {
    display: inline-block
}

.entry-content .page-links a span {
    border: 1px solid #e1e1e1;
    background-color: transparent;
    color: #111
}

.entry-content .page-links a:hover span {
    color: #ff5f2e;
    border-color: #ff5f2e
}

.entry-content .page-links span {
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 30px;
    border-radius: 50%;
    margin: 2px;
    background-color: #ff5f2e;
    transition: .3s all
}

.comments-area {
    margin-bottom: 50px
}

.comments-area .list-comments {
    margin-bottom: 50px
}

.comments-area .list-comments .comments-title {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.3;
    color: #56509f;
    text-transform: uppercase;
    word-break: break-word;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 15px;
    padding-bottom: 15px
}

.comments-area .list-comments .comments-title a {
    color: #56509f
}

.comments-area .list-comments .comments-title a .screen-reader-text {
    display: none
}

.comments-area .list-comments .comments-title a:hover {
    color: #ff5f2e
}

.comments-area .list-comments .comment-list {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 50px
}

.comments-area .list-comments .comment-list .comment {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 25px;
    margin-bottom: 0
}

.comments-area .list-comments .comment-list .comment+.comment {
    position: relative
}

.comments-area .list-comments .comment-list .comment .avatar {
    width: 84px;
    display: block;
    border-radius: 50%
}

.comments-area .list-comments .comment-list .comment .content-comment {
    width: calc(100% - 84px - 30px);
    margin-left: 30px;
    margin-top: -5px
}

.comments-area .list-comments .comment-list .comment .content-comment .author {
    position: relative;
    padding-right: 90px;
    margin-bottom: 16px
}

.comments-area .list-comments .comment-list .comment .content-comment .author .author-name {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.444444;
    color: #56509f;
    word-break: break-word;
    display: block
}

.comments-area .list-comments .comment-list .comment .content-comment .author .author-name a {
    color: #56509f
}

.comments-area .list-comments .comment-list .comment .content-comment .author .author-name a:hover {
    color: #ff5f2e
}

.comments-area .list-comments .comment-list .comment .content-comment .author .comment-extra-info {
    font-weight: 300;
    font-size: 15px;
    font-style: italic;
    line-height: 1.625;
    color: #999;
    word-break: break-word;
    display: block
}

.comments-area .list-comments .comment-list .comment .content-comment .author .link-reply-edit {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #ff5f2e;
    display: block;
    position: absolute;
    top: 0;
    right: 0
}

.comments-area .list-comments .comment-list .comment .content-comment .author .link-reply-edit a {
    color: #ff5f2e;
    margin-left: 10px;
    border-bottom: 1px solid #ff5f2e
}

.comments-area .list-comments .comment-list .comment .content-comment .author .link-reply-edit a:hover {
    color: #56509f;
    border-color: #56509f
}

.comments-area .list-comments .comment-list .comment .content-comment .message {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #797979;
    padding: 0;
    word-break: break-word
}

.comments-area .list-comments .comment-list .comment .content-comment .message p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #797979;
    word-break: break-word
}

.comments-area .list-comments .comment-list .comment .content-comment .message blockquote p {
    font-weight: inherit;
    font-size: inherit;
    margin: inherit
}

.comments-area .list-comments .comment-list .pingback {
    padding-top: 15px;
    list-style: none
}

.comments-area .list-comments .comment-list .pingback .content-comment .author {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column
}

.comments-area .list-comments .comment-list .pingback .content-comment .author .comment-extra-info {
    font-style: italic;
    font-size: 15px;
    color: #999
}

.comments-area .list-comments .comment-list .pingback .content-comment .author .author-name a {
    font-weight: 400;
    color: #56509f;
    text-transform: capitalize;
    font-size: 18px
}

.comments-area .list-comments .comment-list .pingback .content-comment .author .author-name a:hover {
    color: #e40914
}

.comments-area .list-comments .comment-list .pingback .content-comment .message p {
    margin-bottom: 10px
}

.comments-area .list-comments .comment-list .pingback .content-comment .message .meta-comment .comment-extra-info {
    font-size: 15px;
    font-weight: 300;
    color: #a5a5a5;
    font-style: italic
}

.comments-area .list-comments .comment-list .pingback .content-comment .message .meta-comment .link-edit {
    float: right;
    background-color: #e40914;
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
    line-height: 22px;
    margin-left: 10px
}

.comments-area .list-comments .comment-list .pingback .content-comment .message .meta-comment .link-edit a {
    color: #fff
}

.comments-area .list-comments .comment-list .pingback .content-comment .meta {
    display: flex;
    justify-content: space-between
}

.comments-area .list-comments .comment-list .pingback .content-comment .meta .comment-extra-info {
    color: #999;
    font-style: italic
}

.comments-area .list-comments .comment-list .pingback .content-comment .meta .link-comment a {
    background-color: #e40914;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 0 8px;
    line-height: 20px;
    display: inline-block
}

.comments-area .list-comments .comment-list .pingback .content-comment .meta .link-comment a:hover {
    background-color: #c9161f
}

.comments-area .list-comments .comment-list .children {
    width: 100%;
    padding-left: 80px;
    position: relative
}

.form-comment .comment-respond .comment-reply-title {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.3;
    color: #56509f;
    text-transform: uppercase;
    word-break: break-word;
    border-bottom: 1px solid #e6e6e6;
    padding-top: 0;
    padding-bottom: 15px;
    margin-bottom: 30px
}

.form-comment .comment-respond .comment-form .comment-notes {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #797979;
    word-break: break-word;
    margin-bottom: 20px
}

.form-comment .comment-respond .comment-form .comment-meta .row {
    margin-right: -13px;
    margin-left: -13px
}

.form-comment .comment-respond .comment-form .comment-meta .col,
.form-comment .comment-respond .comment-form .comment-meta [class*=col-] {
    padding-right: 13px;
    padding-left: 13px
}

.form-comment .comment-respond .comment-form .comment-meta .comment-form-author,
.form-comment .comment-respond .comment-form .comment-meta .comment-form-email {
    margin: 0;
    height: 50px;
    margin-bottom: 25px
}

.form-comment .comment-respond .comment-form .comment-meta .comment-form-author input,
.form-comment .comment-respond .comment-form .comment-meta .comment-form-email input {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #797979;
    width: 100%;
    height: 100%;
    background: 0 0;
    padding: 0 18px;
    border: 1px solid #e5e5e5
}

.form-comment .comment-respond .comment-form .comment-meta .comment-form-author input:focus,
.form-comment .comment-respond .comment-form .comment-meta .comment-form-email input:focus {
    border-color: #ff5f2e
}

.form-comment .comment-respond .comment-form .comment-message .comment-form-comment {
    width: 100%;
    margin-bottom: 25px
}

.form-comment .comment-respond .comment-form .comment-message .comment-form-comment textarea {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #797979;
    display: block;
    width: 100%;
    min-height: 200px;
    background: 0 0;
    padding: 18px;
    border: 1px solid #e5e5e5
}

.form-comment .comment-respond .comment-form .comment-message .comment-form-comment textarea:focus {
    border-color: #ff5f2e
}

.form-comment .comment-respond .comment-form .form-submit .submit {
    cursor: pointer;
    font-family: Sniglet;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    overflow: hidden;
    height: 52px;
    border-radius: 26px;
    background: #ff5f2e;
    padding: 0 40px;
    transition: all .2s
}

.form-comment .comment-respond .comment-form .form-submit .submit:hover {
    background: #fa3b00
}

.related-blog .related-title {
    font-weight: 400;
    font-size: 30px;
    line-height: 1.3;
    color: #56509f;
    word-break: break-word;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    padding-right: 110px;
    margin-bottom: 40px
}

.related-blog .slide-posts {
    position: relative
}

.related-blog .slide-posts .slide-slick {
    overflow: hidden
}

.related-blog .slide-posts .slide-slick .slick-list {
    margin-right: -20px;
    margin-left: -20px
}

.related-blog .slide-posts .slide-slick .slick-list .slick-track {
    margin-left: 0
}

.related-blog .slide-posts .slide-slick .item-slick {
    padding: 0 20px
}

.related-blog .slide-posts .wrap-arrow-slick {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    top: -104px;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 -3px
}

.related-blog .slide-posts .wrap-arrow-slick .arow-slick {
    pointer-events: auto;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    color: #bfbfbf;
    background: 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 39px;
    height: 39px;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    transition: all .2s;
    margin: 0 3px
}

.related-blog .slide-posts .wrap-arrow-slick .arow-slick:hover {
    color: #fff;
    border-color: #ff5f2e;
    background: #ff5f2e
}

.related-blog .slide-posts .wrap-arrow-slick .arow-slick.slick-arrow.slick-hidden {
    display: none
}

.related-blog .slide-posts .wrap-arrow-slick .arow-slick[aria-disabled=true] {
    visibility: hidden
}

.related-blog .post-item .post-image {
    overflow: hidden;
    position: relative;
    margin-bottom: 24px
}

.related-blog .post-item .post-image>a img,
.related-blog .post-item .post-image>img {
    width: 100%;
    transition: all .5s ease
}

.related-blog .post-item .post-image:hover>a img,
.related-blog .post-item .post-image:hover>img {
    transform: scale(1.05)
}

.related-blog .post-item .post-image .date-and-button {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap
}

.related-blog .post-item .post-image .date-and-button .btn-media {
    font-size: 22px;
    line-height: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 95, 46, .8);
    transition: all .2s
}

.related-blog .post-item .post-image .date-and-button .date {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    word-break: break-word;
    display: flex;
    align-items: center;
    height: 40px;
    background: rgba(53, 56, 102, .8);
    padding: 5px 13px
}

.related-blog .post-item .post-image .slide-image {
    position: relative
}

.related-blog .post-item .post-image .slide-image .wrap-arrow-slick {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px
}

.related-blog .post-item .post-image .slide-image .wrap-arrow-slick .arow-slick {
    pointer-events: auto;
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(17, 17, 17, .4);
    transition: all .2s
}

.related-blog .post-item .post-image .slide-image .wrap-arrow-slick .arow-slick:hover {
    background: #ff5f2e
}

.related-blog .post-item .post-image .slide-image .wrap-arrow-slick .arow-slick.slick-arrow.slick-hidden {
    display: none
}

.related-blog .post-item .post-image .slide-image .wrap-arrow-slick .arow-slick[aria-disabled=true] {
    visibility: hidden
}

.related-blog .post-item .post-header {
    margin-bottom: 13px
}

.related-blog .post-item .post-header .title {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.3;
    color: #56509f;
    word-break: break-word;
    padding-top: 0;
    overflow: hidden;
    margin-bottom: 2px;
    max-height: 61px
}

.related-blog .post-item .post-header .title a {
    color: #56509f;
    transition: all .2s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.related-blog .post-item .post-header .title a:hover {
    color: #ff5f2e
}

.related-blog .post-item .post-header .meta-info {
    margin-left: -10px
}

.related-blog .post-item .post-header .meta-info .info-item {
    display: inline-block;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #797979;
    word-break: break-word;
    padding: 3px 0 3px 10px
}

.related-blog .post-item .post-header .meta-info .info-item::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 13px;
    background: #e7e7e7;
    margin-left: 8px
}

.related-blog .post-item .post-header .meta-info .info-item:last-child:after {
    display: none
}

.related-blog .post-item .post-header .meta-info .info-item i {
    font-size: 15px;
    color: #ff5f2e;
    margin-right: 6px
}

.related-blog .post-item .post-header .meta-info .info-item a {
    color: #797979;
    transition: all .2s
}

.related-blog .post-item .post-header .meta-info .info-item a:hover {
    color: #ff5f2e
}

.related-blog .post-item .post-header .meta-info .info-item.meta-category:after {
    display: none
}

.related-blog .post-item .post-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #797979;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 74px
}

.related-blog .post-item .post-text p {
    margin-bottom: 0
}

.related-blog .post-item.sticky {
    padding: 15px;
    background: #e7e7e7
}

.related-blog .post-item.have-no-thumbnail .post-image .date-and-button {
    position: unset
}

.single-post .bl-blog-detail .blog-detail-image .post-formats-wrapper iframe {
    display: block
}

@media(max-width:767px) {
    .responsive .bl-blog-detail .blog-detail-header .meta-info .info-item.meta-category {
        display: none
    }

    .responsive .bl-blog-detail .blog-detail-text .link-share {
        width: 100%;
        margin-bottom: 10px
    }

    .responsive .bl-blog-detail .blog-detail-text .link-share .link-share-inner .share {
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start
    }

    .responsive .bl-blog-detail .blog-detail-text .link-share .link-share-inner .share .namefield {
        margin-top: 15px;
        margin-bottom: 15px;
        margin-right: 7px
    }

    .responsive .bl-blog-detail .blog-detail-text .link-share .link-share-inner .share .socials {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: flex-start
    }

    .responsive .bl-blog-detail .blog-detail-text .link-share .link-share-inner .share .socials .item-social {
        width: 39px;
        height: 39px;
        font-size: 16px;
        margin: 7px
    }

    .responsive .bl-blog-detail .blog-detail-text .content-blog {
        width: 100%
    }

    .responsive .bl-blog-detail .blog-detail-text .content-blog .author-blog {
        justify-content: center
    }

    .responsive .bl-blog-detail .blog-detail-text .content-blog .author-blog .author-image {
        margin-bottom: 15px
    }

    .responsive .bl-blog-detail .blog-detail-text .content-blog .author-blog .author-text {
        width: 100%;
        text-align: center
    }

    .responsive .bl-blog-detail .blog-detail-image .post-formats-wrapper iframe {
        max-width: 100%
    }

    .responsive .comments-area .list-comments .comment-list {
        margin-left: 0;
        padding-left: 0
    }

    .responsive .comments-area .list-comments .comment-list .comment {
        padding-top: 25px
    }

    .responsive .comments-area .list-comments .comment-list .comment .avatar {
        margin-bottom: 20px
    }

    .responsive .comments-area .list-comments .comment-list .comment .content-comment {
        width: 100%;
        margin-left: 0
    }

    .responsive .comments-area .list-comments .comment-list .comment .content-comment .author {
        padding-right: 0
    }

    .responsive .comments-area .list-comments .comment-list .children {
        padding-left: 15px;
        margin-left: 0
    }

    .responsive .related-blog {
        padding-left: 0
    }

    .responsive .flex-last {
        order: unset
    }
}

@media(max-width:575px) {
    .responsive .bl-blog-detail .blog-detail-image .slide-image .wrap-arrow-slick {
        padding: 0 20px
    }

    .responsive .bl-blog-detail .blog-detail-image .slide-image .wrap-arrow-slick .arow-slick {
        font-size: 20px;
        width: 30px;
        height: 30px
    }

    .responsive .bl-blog-detail .blog-detail-image .date-and-button .date {
        height: 45px;
        padding-left: 15px;
        padding-right: 15px
    }

    .responsive .bl-blog-detail .blog-detail-text .content-blog .navigate-blog {
        flex-direction: column
    }

    .responsive .bl-blog-detail .blog-detail-text .content-blog .navigate-blog::before {
        margin: 0
    }

    .responsive .bl-blog-detail .blog-detail-text .content-blog .navigate-blog .navi-item {
        flex-basis: unset;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .responsive .bl-blog-detail .blog-detail-text .content-blog .navigate-blog .navi-item .navi-arrow {
        font-size: 25px;
        width: 20px;
        min-width: 20px
    }

    .responsive .bl-blog-detail .blog-detail-text .content-blog .navigate-blog .navi-item .navi-title {
        font-size: 16px
    }

    .responsive .related-blog .related-title {
        padding-right: 0;
        margin-bottom: 70px
    }

    .responsive .related-blog .slide-posts .wrap-arrow-slick {
        top: -55px;
        right: auto;
        left: 0
    }
}

.class-list.have-filter-categories {
    margin-top: -143px;
    position: relative;
    z-index: 1
}

.class-list .wrap-element {
    text-align: center
}

.class-list .wrap-element .class-links {
    margin-bottom: 55px
}

.class-list .wrap-element .class-links .link-item {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.444444;
    color: #56509f;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-width: 100%;
    height: 47px;
    border-radius: 23px;
    background: #fff;
    padding: 0 40px;
    margin: 5px 3px;
    box-shadow: 0 -2px 5px 0 rgba(86, 80, 159, .1);
    transition: all .2s
}

.class-list .wrap-element .class-links .link-item.active {
    background: #ff5f2e;
    border-color: #ff5f2e !important;
    color: #fff
}

.class-list .wrap-element .class-links .link-item:hover {
    background: #ff5f2e;
    border-color: #ff5f2e !important;
    color: #fff
}

.class-list .wrap-element [class*=col-] {
    padding-bottom: 40px
}

.class-list .wrap-element .class-item {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: left
}

.class-list .wrap-element .class-item.color-1 .flower {
    background-color: #f9c00c
}

.class-list .wrap-element .class-item.color-1 .class-text .cat a:hover {
    color: #f9c00c
}

.class-list .wrap-element .class-item.color-1 .class-text .title a:hover {
    color: #f9c00c
}

.class-list .wrap-element .class-item.color-1 .class-text .title:hover {
    color: #f9c00c
}

.class-list .wrap-element .class-item.color-2 .flower {
    background-color: #00b9f1
}

.class-list .wrap-element .class-item.color-2 .class-text .cat a:hover {
    color: #00b9f1
}

.class-list .wrap-element .class-item.color-2 .class-text .title a:hover {
    color: #00b9f1
}

.class-list .wrap-element .class-item.color-2 .class-text .title:hover {
    color: #00b9f1
}

.class-list .wrap-element .class-item.color-3 .flower {
    background-color: #56a902
}

.class-list .wrap-element .class-item.color-3 .class-text .cat a:hover {
    color: #56a902
}

.class-list .wrap-element .class-item.color-3 .class-text .title a:hover {
    color: #56a902
}

.class-list .wrap-element .class-item.color-3 .class-text .title:hover {
    color: #56a902
}

.class-list .wrap-element .class-item.color-4 .flower {
    background-color: #bd66ff
}

.class-list .wrap-element .class-item.color-4 .class-text .cat a:hover {
    color: #bd66ff
}

.class-list .wrap-element .class-item.color-4 .class-text .title a:hover {
    color: #bd66ff
}

.class-list .wrap-element .class-item.color-4 .class-text .title:hover {
    color: #bd66ff
}

.class-list .wrap-element .class-item.color-5 .flower {
    background-color: #519d9e
}

.class-list .wrap-element .class-item.color-5 .class-text .cat a:hover {
    color: #519d9e
}

.class-list .wrap-element .class-item.color-5 .class-text .title a:hover {
    color: #519d9e
}

.class-list .wrap-element .class-item.color-5 .class-text .title:hover {
    color: #519d9e
}

.class-list .wrap-element .class-item.color-6 .flower {
    background-color: #ee7785
}

.class-list .wrap-element .class-item.color-6 .class-text .cat a:hover {
    color: #ee7785
}

.class-list .wrap-element .class-item.color-6 .class-text .title a:hover {
    color: #ee7785
}

.class-list .wrap-element .class-item.color-6 .class-text .title:hover {
    color: #ee7785
}

.class-list .wrap-element .class-item .class-image {
    overflow: hidden
}

.class-list .wrap-element .class-item .class-image img {
    transition: all .5s ease
}

.class-list .wrap-element .class-item .class-image:hover img {
    transform: scale(1.1)
}

.class-list .wrap-element .class-item .class-price {
    text-align: center;
    font-weight: 300;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    width: 80px;
    height: 81px;
    margin: -40px 15px -41px auto;
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.class-list .wrap-element .class-item .class-price .price-background {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.class-list .wrap-element .class-item .class-price .price-background .flower {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    position: relative
}

.class-list .wrap-element .class-item .class-price .price-background .flower .petal {
    height: 80px;
    width: 24px;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 12px);
    background-color: inherit;
    border-radius: 12px
}

.class-list .wrap-element .class-item .class-price .price-background .flower .petal:nth-child(2) {
    transform: rotateZ(36deg)
}

.class-list .wrap-element .class-item .class-price .price-background .flower .petal:nth-child(3) {
    transform: rotateZ(72deg)
}

.class-list .wrap-element .class-item .class-price .price-background .flower .petal:nth-child(4) {
    transform: rotateZ(108deg)
}

.class-list .wrap-element .class-item .class-price .price-background .flower .petal:nth-child(5) {
    transform: rotateZ(144deg)
}

.class-list .wrap-element .class-item .class-price .price-background img {
    width: 100%;
    height: 100%
}

.class-list .wrap-element .class-item .class-price .number {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    color: #fff
}

.class-list .wrap-element .class-item .class-text {
    flex-grow: 1;
    background: #56509f;
    padding: 24px 20px 26px
}

.class-list .wrap-element .class-item .class-text .cat {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #cccae2;
    word-break: break-word;
    padding-right: 80px
}

.class-list .wrap-element .class-item .class-text .cat a {
    color: #cccae2;
    transition: all .2s
}

.class-list .wrap-element .class-item .class-text .title {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.444444;
    color: #fff;
    padding-right: 80px;
    margin-bottom: 19px
}

.class-list .wrap-element .class-item .class-text .title a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word;
    color: #fff;
    transition: all .2s;
    height: 28px;
    overflow: hidden
}

.class-list .wrap-element .class-item .class-text .info {
    display: flex
}

.class-list .wrap-element .class-item .class-text .info .info-item {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.3;
    color: #cccae2;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-right: 40px
}

.class-list .wrap-element .class-item .class-text .info .info-item:last-child {
    padding-right: 0
}

.class-list .wrap-element .class-item .class-text .info .info-item:last-child:after {
    display: none
}

.class-list .wrap-element .class-item .class-text .info .info-item span {
    color: #fff
}

.class-list .wrap-element .class-item .class-text .info .info-item::after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 7px);
    background: #fff;
    opacity: .15;
    position: absolute;
    right: 20px;
    top: 3px
}

.lp-pagination {
    margin-top: 30px
}

.lp-archive-courses {
    margin-bottom: -45px;
    text-align: center
}

.lp-archive-courses .load-more-courses {
    border-radius: 25px;
    text-transform: uppercase;
    background: #ff5f2e;
    line-height: 50px;
    color: #fff;
    padding: 0 55px;
    font-weight: 400;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.lp-archive-courses .load-more-courses:hover {
    color: #fff
}

.lp-archive-courses .load-more-courses.loading {
    cursor: not-allowed;
    opacity: .5
}

@media(min-width:992px) and (max-width:1024px) {
    .responsive .class-list .wrap-element .class-links .link-item {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media(max-width:767px) {
    .responsive .class-list .wrap-element .class-links {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .responsive .class-list .wrap-element .class-links .link-item {
        box-shadow: none;
        border: 1px solid #56509f;
        margin-top: 5px;
        margin-bottom: 5px
    }
}

.bl-class-detail {
    margin-bottom: 7px
}

.bl-class-detail [class*=col-] {
    padding-bottom: 30px
}

.bl-class-detail .class-detail-text {
    padding-top: 10px
}

.bl-class-detail .class-detail-text ul,
.bl-class-detail .class-detail-text li {
    list-style-type: initial
}

.bl-class-detail .class-detail-text ul {
    margin-bottom: 15px;
    padding-left: 18px
}

.bl-class-detail .class-detail-text h3,
.bl-class-detail .class-detail-text .main-title {
    font-weight: 400;
    font-size: 30px;
    line-height: 1.2;
    color: #56509f;
    word-break: break-word;
    margin-bottom: 16px
}

.bl-class-detail .class-detail-text .description {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #797979;
    word-break: break-word;
    margin-bottom: 33px
}

.bl-class-detail .class-detail-text .buy-class {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin-bottom: 34px;
    min-height: 120px
}

.bl-class-detail .class-detail-text .buy-class .by-class-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: inherit;
    background: #56509f;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 18px 10px
}

.bl-class-detail .class-detail-text .buy-class .by-class-info .meta-info {
    flex-grow: 1;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    margin: 10px
}

.bl-class-detail .class-detail-text .buy-class .by-class-info .meta-info .teacher {
    flex-shrink: 5;
    min-height: 49px;
    padding-left: 61px;
    position: relative
}

.bl-class-detail .class-detail-text .buy-class .by-class-info .meta-info .teacher .teacher-ava {
    position: absolute;
    top: 0;
    left: 0;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    overflow: hidden
}

.bl-class-detail .class-detail-text .buy-class .by-class-info .meta-info .teacher .teacher-ava img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.bl-class-detail .class-detail-text .buy-class .by-class-info .meta-info .teacher .teacher-title {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #cccae2
}

.bl-class-detail .class-detail-text .buy-class .by-class-info .meta-info .teacher .teacher-name {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: #fff
}

.bl-class-detail .class-detail-text .buy-class .by-class-info .meta-info .teacher .teacher-name a {
    color: #fff;
    transition: all .2s
}

.bl-class-detail .class-detail-text .buy-class .by-class-info .meta-info .teacher .teacher-name a:hover {
    color: #ff5f2e
}

.bl-class-detail .class-detail-text .buy-class .by-class-info .meta-info .line {
    width: 60px;
    min-width: 20px;
    align-self: stretch;
    flex-shrink: 5;
    position: relative
}

.bl-class-detail .class-detail-text .buy-class .by-class-info .meta-info .line::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: rgba(234, 234, 234, .2);
    position: absolute;
    top: 0;
    left: 50%
}

.bl-class-detail .class-detail-text .buy-class .by-class-info .meta-info .categories .cat-title {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #cccae2
}

.bl-class-detail .class-detail-text .buy-class .by-class-info .meta-info .categories .cat-content {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: #fff
}

.bl-class-detail .class-detail-text .buy-class .by-class-info .meta-info .categories .cat-content a {
    color: #fff;
    transition: all .2s
}

.bl-class-detail .class-detail-text .buy-class .by-class-info .meta-info .categories .cat-content a:hover {
    color: #ff5f2e
}

.bl-class-detail .class-detail-text .buy-class .by-class-info .price {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    white-space: nowrap;
    margin: 10px
}

.bl-class-detail .class-detail-text .buy-class .by-class-info .price .number {
    font-size: 50px
}

.bl-class-detail .class-detail-text .buy-class .by-class-info .lp-course-buttons {
    margin-bottom: 0
}

.bl-class-detail .class-detail-text .buy-class .by-class-info .link-buy,
.bl-class-detail .class-detail-text .buy-class .by-class-info .lp-course-buttons form button,
.bl-class-detail .class-detail-text .buy-class .by-class-info .lp-course-buttons .btn-lp-course-view-cart .lp-button {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    white-space: nowrap;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    max-width: 100%;
    min-width: 145px;
    overflow: hidden;
    border-radius: 25px;
    background: #ff5f2e;
    padding: 0 34px;
    margin: 10px;
    transition: all .2s;
    border: none
}

.bl-class-detail .class-detail-text .buy-class .by-class-info .link-buy:hover,
.bl-class-detail .class-detail-text .buy-class .by-class-info .lp-course-buttons form button:hover,
.bl-class-detail .class-detail-text .buy-class .by-class-info .lp-course-buttons .btn-lp-course-view-cart .lp-button:hover {
    background: #fa3b00
}

.bl-class-detail .class-detail-text .buy-class>img {
    width: 100%;
    border-radius: inherit
}

.bl-class-detail .class-detail-text .about-class h4,
.bl-class-detail .class-detail-text .about-class .sub-title {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.3;
    color: #56509f;
    word-break: break-word;
    margin-bottom: 18px
}

.bl-class-detail .class-detail-text .about-class .about-content {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #797979;
    word-break: break-word;
    margin-bottom: 28px
}

.bl-class-detail .class-detail-text .about-class .about-content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #797979;
    word-break: break-word;
    margin-bottom: 15px
}

.bl-class-detail .class-detail-info .info-list {
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    margin-bottom: 20px
}

.bl-class-detail .class-detail-info .info-list .info-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 24px 30px;
    border-bottom: 1px solid #e1e1e1
}

.bl-class-detail .class-detail-info .info-list .info-item:last-child {
    border-bottom: none
}

.bl-class-detail .class-detail-info .info-list .info-item:nth-child(15) .flower,
.bl-class-detail .class-detail-info .info-list .info-item:nth-child(8) .flower,
.bl-class-detail .class-detail-info .info-list .info-item:nth-child(1) .flower {
    background: #f9c00c
}

.bl-class-detail .class-detail-info .info-list .info-item:nth-child(16) .flower,
.bl-class-detail .class-detail-info .info-list .info-item:nth-child(9) .flower,
.bl-class-detail .class-detail-info .info-list .info-item:nth-child(2) .flower {
    background: #00b9f1
}

.bl-class-detail .class-detail-info .info-list .info-item:nth-child(17) .flower,
.bl-class-detail .class-detail-info .info-list .info-item:nth-child(10) .flower,
.bl-class-detail .class-detail-info .info-list .info-item:nth-child(3) .flower {
    background: #56a902
}

.bl-class-detail .class-detail-info .info-list .info-item:nth-child(18) .flower,
.bl-class-detail .class-detail-info .info-list .info-item:nth-child(11) .flower,
.bl-class-detail .class-detail-info .info-list .info-item:nth-child(4) .flower {
    background: #bd66ff
}

.bl-class-detail .class-detail-info .info-list .info-item:nth-child(19) .flower,
.bl-class-detail .class-detail-info .info-list .info-item:nth-child(12) .flower,
.bl-class-detail .class-detail-info .info-list .info-item:nth-child(5) .flower {
    background: #519d9e
}

.bl-class-detail .class-detail-info .info-list .info-item:nth-child(20) .flower,
.bl-class-detail .class-detail-info .info-list .info-item:nth-child(13) .flower,
.bl-class-detail .class-detail-info .info-list .info-item:nth-child(6) .flower {
    background: #ee7785
}

.bl-class-detail .class-detail-info .info-list .info-item:nth-child(21) .flower,
.bl-class-detail .class-detail-info .info-list .info-item:nth-child(14) .flower,
.bl-class-detail .class-detail-info .info-list .info-item:nth-child(7) .flower {
    background: #448ccb
}

.bl-class-detail .class-detail-info .info-list .info-item .info-icon {
    font-size: 22px;
    line-height: 1;
    color: #fff;
    width: 54px;
    height: 54px;
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.bl-class-detail .class-detail-info .info-list .info-item .info-icon .icon-background {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.bl-class-detail .class-detail-info .info-list .info-item .info-icon .icon-background .flower {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    position: relative
}

.bl-class-detail .class-detail-info .info-list .info-item .info-icon .icon-background .flower .petal {
    height: 54px;
    width: 16px;
    position: absolute;
    top: calc(50% - 27px);
    left: calc(50% - 8px);
    background-color: inherit;
    border-radius: 8px
}

.bl-class-detail .class-detail-info .info-list .info-item .info-icon .icon-background .flower .petal:nth-child(2) {
    transform: rotateZ(36deg)
}

.bl-class-detail .class-detail-info .info-list .info-item .info-icon .icon-background .flower .petal:nth-child(3) {
    transform: rotateZ(72deg)
}

.bl-class-detail .class-detail-info .info-list .info-item .info-icon .icon-background .flower .petal:nth-child(4) {
    transform: rotateZ(108deg)
}

.bl-class-detail .class-detail-info .info-list .info-item .info-icon .icon-background .flower .petal:nth-child(5) {
    transform: rotateZ(144deg)
}

.bl-class-detail .class-detail-info .info-list .info-item .info-icon .icon-background img {
    width: 100%;
    height: 100%
}

.bl-class-detail .class-detail-info .info-list .info-item .info-text {
    width: calc(100% - 54px - 18px);
    align-self: center
}

.bl-class-detail .class-detail-info .info-list .info-item .info-text .info-title {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    color: #797979;
    word-break: break-word
}

.bl-class-detail .class-detail-info .info-list .info-item .info-text .info-content {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: #56509f;
    word-break: break-word
}

.bl-class-detail .class-detail-info .info-links .link-item {
    display: block;
    border: 1px solid;
    border-radius: 20px;
    position: relative;
    padding: 16px 90px 16px 25px;
    transition: all .2s;
    margin-bottom: 20px
}

.bl-class-detail .class-detail-info .info-links .link-item.download-file {
    color: #ff5f2e;
    border-color: #ff5f2e
}

.bl-class-detail .class-detail-info .info-links .link-item.call-skype {
    color: #00aeef;
    border-color: #00aeef
}

.bl-class-detail .class-detail-info .info-links .link-item:hover {
    color: #56509f !important;
    border-color: #56509f !important
}

.bl-class-detail .class-detail-info .info-links .link-item .link-title {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    word-break: break-word;
    display: block
}

.bl-class-detail .class-detail-info .info-links .link-item .link-description {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    color: #797979;
    word-break: break-word;
    display: block
}

.bl-class-detail .class-detail-info .info-links .link-item .link-icon {
    font-size: 50px;
    display: flex;
    align-items: center;
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(100% - 72px)
}

#learn-press-course .bl-class-detail,
.class-item .class-image,
#learn-press-profile .lp_course .class-item .class-image,
#learn-press-course .class-item .class-image {
    position: relative
}

#learn-press-course .bl-class-detail .wishlist-button,
.class-item .class-image .wishlist-button,
#learn-press-profile .lp_course .class-item .class-image .wishlist-button,
#learn-press-course .class-item .class-image .wishlist-button {
    position: absolute !important;
    background: 0 0 !important;
    top: 20px !important;
    width: auto !important;
    right: 15px;
    font-size: 0 !important;
    border: none !important;
    padding: 0 !important;
    color: #fff
}

#learn-press-course .bl-class-detail .wishlist-button:before,
.class-item .class-image .wishlist-button:before,
#learn-press-profile .lp_course .class-item .class-image .wishlist-button:before,
#learn-press-course .class-item .class-image .wishlist-button:before {
    font-size: 26px;
    font-weight: 400
}

#learn-press-course .bl-class-detail .wishlist-button.on:before,
.class-item .class-image .wishlist-button.on:before,
#learn-press-profile .lp_course .class-item .class-image .wishlist-button.on:before,
#learn-press-course .class-item .class-image .wishlist-button.on:before {
    font-weight: 900
}

#learn-press-course .bl-class-detail .wishlist-button.ajaxload_wishlist:after,
.class-item .class-image .wishlist-button.ajaxload_wishlist:after,
#learn-press-profile .lp_course .class-item .class-image .wishlist-button.ajaxload_wishlist:after,
#learn-press-course .class-item .class-image .wishlist-button.ajaxload_wishlist:after {
    position: absolute;
    right: 0;
    content: "\f110";
    font-family: "font awesome 5 free";
    font-size: 26px;
    font-weight: 900;
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite
}

.learnpress-page .lp-button {
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 26px;
    background: #ff5f2e;
    padding: 0 25px !important;
    transition: all .2s
}

.related-course .related-title {
    font-weight: 400;
    font-size: 30px;
    line-height: 1.3;
    color: #56509f;
    text-transform: uppercase;
    word-break: break-word;
    padding-right: 110px;
    margin-bottom: 39px
}

.related-course .related-title.wave-line {
    position: relative;
    padding-bottom: 16px
}

.related-course .related-title.wave-line::before {
    content: "\f401\f401\f401\f401\f401\f401\f401\f401";
    font-family: Ionicons;
    font-size: 18px;
    line-height: 1;
    color: #ff5f2e;
    white-space: nowrap;
    letter-spacing: 5px;
    display: flex;
    align-items: flex-start;
    height: 4px;
    overflow: hidden;
    width: 81px;
    position: absolute;
    bottom: 4px;
    left: 0;
    transform: translateX(10px)
}

.related-course .related-title.wave-line::after {
    content: "\f401\f401\f401\f401\f401\f401\f401\f401";
    font-family: Ionicons;
    font-size: 18px;
    line-height: 1;
    color: #ff5f2e;
    white-space: nowrap;
    letter-spacing: 5px;
    display: flex;
    align-items: flex-end;
    height: 4px;
    overflow: hidden;
    width: 91px;
    position: absolute;
    bottom: 0;
    left: 0
}

.related-course .slide-classes {
    position: relative
}

.related-course .slide-classes .slide-slick {
    overflow: hidden
}

.related-course .slide-classes .slide-slick .slick-list {
    margin-right: -20px;
    margin-left: -20px
}

.related-course .slide-classes .slide-slick .item-slick {
    padding: 0 20px
}

.related-course .slide-classes .wrap-arrow-slick {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    top: -96px;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 -3px
}

.related-course .slide-classes .wrap-arrow-slick .arow-slick {
    pointer-events: auto;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    color: #bfbfbf;
    background: 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 39px;
    height: 39px;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    transition: all .2s;
    margin: 0 3px
}

.related-course .slide-classes .wrap-arrow-slick .arow-slick:hover {
    color: #fff;
    border-color: #ff5f2e;
    background: #ff5f2e
}

.related-course .slide-classes .wrap-arrow-slick .arow-slick.slick-arrow.slick-hidden {
    display: none
}

.related-course .slide-classes .wrap-arrow-slick .arow-slick[aria-disabled=true] {
    visibility: hidden
}

.related-course .class-item {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: left
}

.related-course .class-item.color-1 .flower {
    background-color: #f9c00c
}

.related-course .class-item.color-1 .class-text .cat a:hover {
    color: #f9c00c
}

.related-course .class-item.color-1 .class-text .title a:hover {
    color: #f9c00c
}

.related-course .class-item.color-2 .flower {
    background-color: #00b9f1
}

.related-course .class-item.color-2 .class-text .cat a:hover {
    color: #00b9f1
}

.related-course .class-item.color-2 .class-text .title a:hover {
    color: #00b9f1
}

.related-course .class-item.color-3 .flower {
    background-color: #56a902
}

.related-course .class-item.color-3 .class-text .cat a:hover {
    color: #56a902
}

.related-course .class-item.color-3 .class-text .title a:hover {
    color: #56a902
}

.related-course .class-item.color-4 .flower {
    background-color: #bd66ff
}

.related-course .class-item.color-4 .class-text .cat a:hover {
    color: #bd66ff
}

.related-course .class-item.color-4 .class-text .title a:hover {
    color: #bd66ff
}

.related-course .class-item.color-5 .flower {
    background-color: #519d9e
}

.related-course .class-item.color-5 .class-text .cat a:hover {
    color: #519d9e
}

.related-course .class-item.color-5 .class-text .title a:hover {
    color: #519d9e
}

.related-course .class-item.color-6 .flower {
    background-color: #ee7785
}

.related-course .class-item.color-6 .class-text .cat a:hover {
    color: #ee7785
}

.related-course .class-item.color-6 .class-text .title a:hover {
    color: #ee7785
}

.related-course .class-item .class-image {
    overflow: hidden
}

.related-course .class-item .class-image img {
    transition: all .5s ease
}

.related-course .class-item .class-image:hover img {
    transform: scale(1.1)
}

.related-course .class-item .class-price {
    text-align: center;
    font-weight: 300;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    width: 80px;
    height: 81px;
    margin: -40px 15px -41px auto;
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.related-course .class-item .class-price .price-background {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.related-course .class-item .class-price .price-background .flower {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    position: relative
}

.related-course .class-item .class-price .price-background .flower .petal {
    height: 80px;
    width: 24px;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 12px);
    background-color: inherit;
    border-radius: 12px
}

.related-course .class-item .class-price .price-background .flower .petal:nth-child(2) {
    transform: rotateZ(36deg)
}

.related-course .class-item .class-price .price-background .flower .petal:nth-child(3) {
    transform: rotateZ(72deg)
}

.related-course .class-item .class-price .price-background .flower .petal:nth-child(4) {
    transform: rotateZ(108deg)
}

.related-course .class-item .class-price .price-background .flower .petal:nth-child(5) {
    transform: rotateZ(144deg)
}

.related-course .class-item .class-price .price-background img {
    width: 100%;
    height: 100%
}

.related-course .class-item .class-price .number {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    color: #fff
}

.related-course .class-item .class-text {
    flex-grow: 1;
    background: #56509f;
    padding: 24px 20px 26px
}

.related-course .class-item .class-text .cat {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #cccae2;
    word-break: break-word;
    padding-right: 80px
}

.related-course .class-item .class-text .cat a {
    color: #cccae2;
    transition: all .2s
}

.related-course .class-item .class-text .title {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.444444;
    color: #fff;
    word-break: break-word;
    overflow: hidden;
    padding-right: 80px;
    margin-bottom: 19px;
    max-height: 28px
}

.related-course .class-item .class-text .title a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #fff;
    transition: all .2s
}

.related-course .class-item .class-text .info {
    display: flex
}

.related-course .class-item .class-text .info .info-item {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.3;
    color: #cccae2;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-right: 40px
}

.related-course .class-item .class-text .info .info-item:last-child {
    padding-right: 0
}

.related-course .class-item .class-text .info .info-item:last-child:after {
    display: none
}

.related-course .class-item .class-text .info .info-item span {
    color: #fff
}

.related-course .class-item .class-text .info .info-item::after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 7px);
    background: #fff;
    opacity: .15;
    position: absolute;
    right: 20px;
    top: 3px
}

.class-detail-text ul.learn-press-nav-tabs {
    padding: 0 !important;
    border: none
}

.class-detail-text ul.learn-press-nav-tabs li:after {
    display: none !important
}

.class-detail-text ul.learn-press-nav-tabs li a {
    font-weight: 400;
    line-height: 1.444444;
    background: #56509f;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-width: 100%;
    height: 40px;
    border-radius: 23px;
    color: #fff;
    padding: 0 35px;
    margin: 5px 3px;
    box-shadow: 0 -2px 5px 0 rgba(86, 80, 159, .1);
    transition: all .2s
}

.class-detail-text ul.learn-press-nav-tabs li a:hover {
    background: #ff5f2e;
    border-color: #ff5f2e !important;
    color: #fff
}

.class-detail-text ul.learn-press-nav-tabs li.active a {
    background: #ff5f2e;
    border-color: #ff5f2e !important;
    color: #fff
}

.class-detail-text .course-curriculum ul li {
    list-style: none
}

@media(max-width:1199px) {
    .responsive .bl-class-detail .class-detail-text .buy-class .by-class-info {
        position: relative;
        z-index: 1;
        margin-top: -40px
    }
}

@media(max-width:767px) {
    .responsive .bl-class-detail .class-detail-text .buy-class .by-class-info {
        align-items: center
    }

    .responsive .bl-class-detail .class-detail-text .buy-class .by-class-info .meta-info {
        display: none
    }

    .responsive .bl-class-detail .class-detail-text .buy-class .by-class-info .price {
        font-size: 14px
    }

    .responsive .bl-class-detail .class-detail-text .buy-class .by-class-info .price .number {
        font-size: 32px
    }

    .responsive .bl-class-detail .class-detail-text .buy-class .by-class-info .link-buy,
    .responsive .bl-class-detail .class-detail-text .buy-class .by-class-info .lp-course-buttons form button {
        min-width: 115px;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media(max-width:575px) {
    .responsive .related-course .related-title {
        padding-right: 0;
        margin-bottom: 80px
    }

    .responsive .related-course .slide-classes .wrap-arrow-slick {
        top: -55px;
        right: auto;
        left: 0
    }
}

#buy-course-form {
    width: 500px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    background: #fff;
    padding: 35px
}

#buy-course-form .mfp-close {
    font-weight: 300;
    font-size: 30px;
    line-height: 1;
    color: #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -30px;
    right: -10px
}

#buy-course-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

#buy-course-form form .title-form {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.2;
    color: #56509f;
    text-align: center;
    text-transform: uppercase;
    word-break: break-word;
    width: 100%;
    margin-bottom: 30px
}

#buy-course-form form .wrap-input {
    width: 100%;
    margin-bottom: 20px
}

#buy-course-form form .wrap-input.half-width {
    width: calc(50% - 10px)
}

#buy-course-form form .wrap-input .input-field {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #797979;
    width: 100%;
    background: 0 0;
    padding-left: 25px;
    padding-right: 25px;
    border: 1px solid #e1e1e1
}

#buy-course-form form .wrap-input .input-field::-webkit-input-placeholder {
    color: #a4a4a4
}

#buy-course-form form .wrap-input .input-field:-moz-placeholder {
    color: #a4a4a4
}

#buy-course-form form .wrap-input .input-field::-moz-placeholder {
    color: #a4a4a4
}

#buy-course-form form .wrap-input .input-field:-ms-input-placeholder {
    color: #a4a4a4
}

#buy-course-form form .wrap-input .input-field:focus {
    border-color: #ff5f2e
}

#buy-course-form form .wrap-input input {
    height: 47px;
    border-radius: 23px
}

#buy-course-form form .wrap-input textarea {
    display: block;
    height: 150px;
    border-radius: 15px;
    padding-top: 19px;
    padding-bottom: 19px
}

#buy-course-form form .wrap-input .wpcf7-not-valid-tip {
    padding-top: 10px;
    padding-left: 27px
}

#buy-course-form form .wpcf7-validation-errors {
    margin: 0
}

#buy-course-form form .form-submit {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    overflow: hidden;
    height: 47px;
    border-radius: 23px;
    background: #ff5f2e;
    padding: 0 46px;
    transition: all .2s;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto
}

#buy-course-form form .form-submit:hover {
    background: #fa3b00
}

#buy-course-form form .ajax-loader {
    position: relative;
    background-image: unset !important
}

#buy-course-form form .ajax-loader:before {
    line-height: 30px;
    text-align: center;
    position: absolute;
    content: "\f110";
    font-family: "font awesome 5 free";
    left: 8px;
    top: -8px;
    margin: auto;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    color: #000
}

.single-lp_course .lp_course {
    margin-bottom: -50px
}

.single-lp_course .lp_course .comments-area {
    display: none
}

.review-form .review-fields>li input[type=text],
.review-form .review-fields>li textarea {
    border: 1px solid #e0e0e0
}

#learn-press-course-tabs .write-a-review,
#popup_content input[type=button] {
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 26px;
    background: #ff5f2e;
    padding: 12px 25px;
    transition: all .2s;
    line-height: 1;
    font-size: 14px
}

#learn-press-course-tabs .write-a-review:hover,
#popup_content input[type=button]:hover {
    opacity: .8
}

.review-form .review-actions .submit-review,
.review-form .review-actions .close {
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 26px;
    background: #ff5f2e;
    padding: 10px 25px;
    transition: all .2s;
    line-height: 1;
    font-size: 14px
}

.review-form .review-actions .submit-review:hover,
.review-form .review-actions .close:hover {
    opacity: .8
}

.review-form .review-actions .close {
    margin-top: 0;
    font-size: 14px;
    opacity: 1;
    text-shadow: 0 0 0;
    background: #56509f;
    color: #fff
}

.course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link {
    color: inherit
}

.bl-service-detail [class*=col-] {
    padding-bottom: 35px
}

.bl-service-detail .service-detail-content .service-image {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 35px
}

.bl-service-detail .service-detail-content .service-image img {
    width: 100%;
    border-radius: 20px
}

.bl-service-detail .service-detail-content .service-text ul,
.bl-service-detail .service-detail-content .service-text li {
    list-style-type: initial
}

.bl-service-detail .service-detail-content .service-text ul {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #797979;
    word-break: break-word;
    margin-bottom: 15px;
    padding-left: 18px
}

.bl-service-detail .service-detail-content .service-text h3 {
    font-weight: 400;
    font-size: 30px;
    line-height: 1.2;
    color: #56509f;
    word-break: break-word;
    margin-bottom: 16px
}

.bl-service-detail .service-detail-content .service-text h4,
.bl-service-detail .service-detail-content .service-text .title {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.3;
    color: #56509f;
    word-break: break-word;
    margin-bottom: 18px
}

.bl-service-detail .service-detail-content .service-text .para {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #797979;
    word-break: break-word;
    margin-bottom: 28px
}

.bl-service-detail .service-detail-content .service-text .para p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #797979;
    word-break: break-word;
    margin-bottom: 15px
}

.bl-service-detail .service-detail-content .service-text .list {
    display: flex;
    flex-wrap: wrap;
    background: #f8f6f3;
    border-radius: 10px;
    padding: 25px;
    margin-top: 33px;
    margin-bottom: 34px
}

.bl-service-detail .service-detail-content .service-text .list .list-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 15px;
    width: 40.5%
}

.bl-service-detail .service-detail-content .service-text .list .list-item.color-1 .flower {
    background-color: #f9c00c
}

.bl-service-detail .service-detail-content .service-text .list .list-item.color-2 .flower {
    background-color: #00b9f1
}

.bl-service-detail .service-detail-content .service-text .list .list-item.color-3 .flower {
    background-color: #56a902
}

.bl-service-detail .service-detail-content .service-text .list .list-item.color-4 .flower {
    background-color: #bd66ff
}

.bl-service-detail .service-detail-content .service-text .list .list-item.color-5 .flower {
    background-color: #519d9e
}

.bl-service-detail .service-detail-content .service-text .list .list-item.color-6 .flower {
    background-color: #ee7785
}

.bl-service-detail .service-detail-content .service-text .list .list-item .item-icon {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0
}

.bl-service-detail .service-detail-content .service-text .list .list-item .item-icon .icon-background {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.bl-service-detail .service-detail-content .service-text .list .list-item .item-icon .icon-background .flower {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position: relative
}

.bl-service-detail .service-detail-content .service-text .list .list-item .item-icon .icon-background .flower .petal {
    height: 44px;
    width: 14px;
    position: absolute;
    top: calc(50% - 22px);
    left: calc(50% - 7px);
    background-color: inherit;
    border-radius: 7px
}

.bl-service-detail .service-detail-content .service-text .list .list-item .item-icon .icon-background .flower .petal:nth-child(2) {
    transform: rotateZ(36deg)
}

.bl-service-detail .service-detail-content .service-text .list .list-item .item-icon .icon-background .flower .petal:nth-child(3) {
    transform: rotateZ(72deg)
}

.bl-service-detail .service-detail-content .service-text .list .list-item .item-icon .icon-background .flower .petal:nth-child(4) {
    transform: rotateZ(108deg)
}

.bl-service-detail .service-detail-content .service-text .list .list-item .item-icon .icon-background .flower .petal:nth-child(5) {
    transform: rotateZ(144deg)
}

.bl-service-detail .service-detail-content .service-text .list .list-item .item-icon .icon-background img {
    width: 100%;
    height: 100%
}

.bl-service-detail .service-detail-content .service-text .list .list-item .item-icon img {
    max-width: 100%
}

.bl-service-detail .service-detail-content .service-text .list .list-item .item-icon i {
    font-size: 20px;
    line-height: 1;
    color: #fff
}

.bl-service-detail .service-detail-content .service-text .list .list-item .item-content {
    width: calc(100% - 44px - 19px);
    align-self: center;
    font-family: Sniglet;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    color: #56509f;
    word-break: break-word
}

.bl-service-detail .service-detail-content .service-text .accordion {
    margin-top: 33px
}

.bl-service-detail .service-detail-content .service-text .accordion .accordion-item {
    border: 2px solid;
    border-radius: 10px;
    padding: 0 25px;
    margin-bottom: 5px
}

.bl-service-detail .service-detail-content .service-text .accordion .accordion-item .question {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #56509f;
    min-height: 51px;
    display: flex;
    align-items: center;
    padding: 10px 35px;
    position: relative;
    cursor: pointer;
    transition: all .2s
}

.bl-service-detail .service-detail-content .service-text .accordion .accordion-item .question i {
    font-size: 20px;
    line-height: 1;
    position: absolute;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.bl-service-detail .service-detail-content .service-text .accordion .accordion-item .question::after {
    content: "\f48a";
    font-family: Ionicons;
    font-size: 20px;
    color: #56509f;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.bl-service-detail .service-detail-content .service-text .accordion .accordion-item .answer {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #797979;
    border-top: 1px solid #e5e5e5;
    padding: 18px 0
}

.bl-service-detail .service-detail-content .service-text .accordion .accordion-item.active-dropdown .question::after {
    content: "\f463"
}

.bl-service-detail .service-detail-content .service-text .accordion .accordion-item.color-1 {
    border-color: #ff6682
}

.bl-service-detail .service-detail-content .service-text .accordion .accordion-item.color-1 .question i {
    color: #ff6682
}

.bl-service-detail .service-detail-content .service-text .accordion .accordion-item.color-1 .question:hover {
    color: #ff6682
}

.bl-service-detail .service-detail-content .service-text .accordion .accordion-item.color-2 {
    border-color: #95cc47
}

.bl-service-detail .service-detail-content .service-text .accordion .accordion-item.color-2 .question i {
    color: #95cc47
}

.bl-service-detail .service-detail-content .service-text .accordion .accordion-item.color-2 .question:hover {
    color: #95cc47
}

.bl-service-detail .service-detail-content .service-text .accordion .accordion-item.color-3 {
    border-color: #bd66ff
}

.bl-service-detail .service-detail-content .service-text .accordion .accordion-item.color-3 .question i {
    color: #bd66ff
}

.bl-service-detail .service-detail-content .service-text .accordion .accordion-item.color-3 .question:hover {
    color: #bd66ff
}

.bl-service-detail .service-detail-content .service-text .accordion .accordion-item.color-4 {
    border-color: #ffaf40
}

.bl-service-detail .service-detail-content .service-text .accordion .accordion-item.color-4 .question i {
    color: #ffaf40
}

.bl-service-detail .service-detail-content .service-text .accordion .accordion-item.color-4 .question:hover {
    color: #ffaf40
}

.bl-service-detail .service-detail-content .service-text .accordion .accordion-item.color-5 {
    border-color: #00aeef
}

.bl-service-detail .service-detail-content .service-text .accordion .accordion-item.color-5 .question i {
    color: #00aeef
}

.bl-service-detail .service-detail-content .service-text .accordion .accordion-item.color-5 .question:hover {
    color: #00aeef
}

.bl-service-detail .service-detail-content .service-text .accordion .accordion-item.color-6 {
    border-color: #f68685
}

.bl-service-detail .service-detail-content .service-text .accordion .accordion-item.color-6 .question i {
    color: #f68685
}

.bl-service-detail .service-detail-content .service-text .accordion .accordion-item.color-6 .question:hover {
    color: #f68685
}

.bl-service-detail .service-detail-content .service-text .accordion .accordion-item.color-7 {
    border-color: #00b1c4
}

.bl-service-detail .service-detail-content .service-text .accordion .accordion-item.color-7 .question i {
    color: #00b1c4
}

.bl-service-detail .service-detail-content .service-text .accordion .accordion-item.color-7 .question:hover {
    color: #00b1c4
}

.bl-service-detail .service-detail-info .info-list {
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    margin-bottom: 20px
}

.bl-service-detail .service-detail-info .info-list .info-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 24px 30px;
    border-bottom: 1px solid #e1e1e1
}

.bl-service-detail .service-detail-info .info-list .info-item:last-child {
    border-bottom: none
}

.bl-service-detail .service-detail-info .info-list .info-item .info-icon {
    font-size: 22px;
    line-height: 1;
    color: #fff;
    width: 54px;
    height: 54px;
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.bl-service-detail .service-detail-info .info-list .info-item .info-icon .icon-background {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.bl-service-detail .service-detail-info .info-list .info-item .info-icon .icon-background .flower {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    position: relative
}

.bl-service-detail .service-detail-info .info-list .info-item .info-icon .icon-background .flower .petal {
    height: 54px;
    width: 16px;
    position: absolute;
    top: calc(50% - 27px);
    left: calc(50% - 8px);
    background-color: inherit;
    border-radius: 8px
}

.bl-service-detail .service-detail-info .info-list .info-item .info-icon .icon-background .flower .petal:nth-child(2) {
    transform: rotateZ(36deg)
}

.bl-service-detail .service-detail-info .info-list .info-item .info-icon .icon-background .flower .petal:nth-child(3) {
    transform: rotateZ(72deg)
}

.bl-service-detail .service-detail-info .info-list .info-item .info-icon .icon-background .flower .petal:nth-child(4) {
    transform: rotateZ(108deg)
}

.bl-service-detail .service-detail-info .info-list .info-item .info-icon .icon-background .flower .petal:nth-child(5) {
    transform: rotateZ(144deg)
}

.bl-service-detail .service-detail-info .info-list .info-item .info-icon .icon-background img {
    width: 100%;
    height: 100%
}

.bl-service-detail .service-detail-info .info-list .info-item .info-text {
    width: calc(100% - 54px - 18px);
    align-self: center
}

.bl-service-detail .service-detail-info .info-list .info-item .info-text .info-title {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    color: #797979;
    word-break: break-word
}

.bl-service-detail .service-detail-info .info-list .info-item .info-text .info-content {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: #56509f;
    word-break: break-word
}

.bl-service-detail .service-detail-info .info-links .link-item {
    display: block;
    border: 1px solid;
    border-radius: 20px;
    position: relative;
    padding: 16px 90px 16px 25px;
    transition: all .2s;
    margin-bottom: 20px
}

.bl-service-detail .service-detail-info .info-links .link-item:hover {
    color: #56509f !important;
    border-color: #56509f !important
}

.bl-service-detail .service-detail-info .info-links .link-item .link-title {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    word-break: break-word;
    display: block
}

.bl-service-detail .service-detail-info .info-links .link-item .link-description {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    color: #797979;
    word-break: break-word;
    display: block
}

.bl-service-detail .service-detail-info .info-links .link-item .link-icon {
    font-size: 50px;
    display: flex;
    align-items: center;
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(100% - 72px)
}

.bl-service-detail .service-detail-info .info-links .link-item-special {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    word-break: break-word;
    display: block;
    border-radius: 20px;
    position: relative;
    padding: 15px 65px 15px 30px;
    background: #ff5f2e;
    transition: all .2s;
    margin-bottom: 20px
}

.bl-service-detail .service-detail-info .info-links .link-item-special:hover {
    background: #fa3b00
}

.bl-service-detail .service-detail-info .info-links .link-item-special .link-icon {
    font-size: 24px;
    display: flex;
    align-items: center;
    height: 100%;
    position: absolute;
    top: 0;
    right: 30px
}

.responsive {}

@media(max-width:767px) {
    .responsive .bl-service-detail .service-detail-content .service-text .list .list-item {
        width: 100%
    }
}

.gallery-list {
    text-align: center
}

.gallery-list .gallery-item {
    margin-bottom: 33px
}

.gallery-list .gallery-item .gallery-image {
    position: relative;
    margin-bottom: 25px
}

.gallery-list .gallery-item .gallery-image img {
    width: 100%
}

.gallery-list .gallery-item .gallery-image .btn-show {
    font-size: 26px;
    line-height: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: rgba(86, 80, 159, .6);
    position: absolute;
    top: calc(50% - 37px);
    left: calc(50% - 37px);
    opacity: 0;
    transition: all .2s
}

.gallery-list .gallery-item .gallery-image .btn-show:hover {
    background: #56509f
}

.gallery-list .gallery-item .gallery-text {
    text-align: center
}

.gallery-list .gallery-item .gallery-text .title {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    color: #56509f;
    word-break: break-word;
    overflow: hidden;
    margin-bottom: 0;
    max-height: 25px
}

.gallery-list .gallery-item .gallery-text .title a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #56509f
}

.gallery-list .gallery-item .gallery-text .description {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #797979;
    word-break: break-word
}

.gallery-list .gallery-item:hover .gallery-image .btn-show {
    opacity: 1
}

.gallery-list .load-more-gallery {
    border-radius: 25px;
    text-transform: uppercase;
    background: #ff5f2e;
    line-height: 50px;
    color: #fff;
    padding: 0 55px;
    font-weight: 400;
    font-size: 16px;
    margin-top: 20px;
    display: inline-block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.gallery-list .load-more-gallery.loading {
    cursor: not-allowed;
    opacity: .5
}

@media(max-width:815px) {
    .gallery-list .gallery-item {
        width: 100%;
        margin-right: 0
    }
}

.teacher-list .wrap-element [class*=col-] {
    padding-bottom: 40px
}

.teacher-list .wrap-element .teacher-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start
}

.teacher-list .wrap-element .teacher-item .teacher-image {
    width: 260px;
    border-radius: 50%;
    overflow: hidden
}

.teacher-list .wrap-element .teacher-item .teacher-image img {
    width: 100%;
    border-radius: 50%;
    transition: all .5s ease
}

.teacher-list .wrap-element .teacher-item .teacher-image:hover img {
    transform: scale(1.05)
}

.teacher-list .wrap-element .teacher-item .teacher-text {
    width: calc(100% - 260px - 30px);
    align-self: center;
    text-align: left
}

.teacher-list .wrap-element .teacher-item .teacher-text .name {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.3;
    color: #56509f;
    word-break: break-word;
    text-transform: capitalize;
    margin: 0
}

.teacher-list .wrap-element .teacher-item .teacher-text .name a {
    color: #56509f;
    transition: all .2s
}

.teacher-list .wrap-element .teacher-item .teacher-text .name a:hover {
    color: #ff6682
}

.teacher-list .wrap-element .teacher-item .teacher-text .info {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #ff6682;
    word-break: break-word;
    margin-bottom: 17px;
    text-transform: capitalize
}

.teacher-list .wrap-element .teacher-item .teacher-text .description {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #797979;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 23px;
    max-height: 95px
}

.teacher-list .wrap-element .teacher-item .teacher-text .socials {
    margin: -3px
}

.teacher-list .wrap-element .teacher-item .teacher-text .socials .social-item {
    font-size: 14px;
    line-height: 1;
    color: #fff;
    width: 36px;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    margin: 3px;
    transition: all .2s
}

.teacher-list .wrap-element .teacher-item .teacher-text .socials .social-item .icon-background {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.teacher-list .wrap-element .teacher-item .teacher-text .socials .social-item .icon-background .flower {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    position: relative;
    background-color: #ff6682;
    transition: all .2s
}

.teacher-list .wrap-element .teacher-item .teacher-text .socials .social-item .icon-background .flower .petal {
    height: 36px;
    width: 10px;
    position: absolute;
    top: calc(50% - 18px);
    left: calc(50% - 5px);
    background-color: inherit;
    border-radius: 5px
}

.teacher-list .wrap-element .teacher-item .teacher-text .socials .social-item .icon-background .flower .petal:nth-child(2) {
    transform: rotateZ(36deg)
}

.teacher-list .wrap-element .teacher-item .teacher-text .socials .social-item .icon-background .flower .petal:nth-child(3) {
    transform: rotateZ(72deg)
}

.teacher-list .wrap-element .teacher-item .teacher-text .socials .social-item .icon-background .flower .petal:nth-child(4) {
    transform: rotateZ(108deg)
}

.teacher-list .wrap-element .teacher-item .teacher-text .socials .social-item .icon-background .flower .petal:nth-child(5) {
    transform: rotateZ(144deg)
}

.teacher-list .wrap-element .teacher-item .teacher-text .socials .social-item .icon-background img {
    width: 100%;
    height: 100%
}

.teacher-list .wrap-element .teacher-item .teacher-text .socials .social-item img {
    max-width: 100%
}

.teacher-list .wrap-element .teacher-item .teacher-text .socials .social-item:hover {
    color: #fff
}

.teacher-list .wrap-element .teacher-item .teacher-text .socials .social-item:hover .icon-background .flower {
    background-color: #56509f
}

.teachers-list--teachers-page {
    text-align: center;
    padding-bottom: 25px
}

.teachers-list--teachers-page .load-more-teacher {
    border-radius: 25px;
    text-transform: uppercase;
    background: #ff5f2e;
    line-height: 50px;
    color: #fff;
    padding: 0 55px;
    font-weight: 400;
    font-size: 16px;
    margin-top: 20px;
    display: inline-block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.teachers-list--teachers-page .load-more-teacher:hover {
    color: #fff
}

.teachers-list--teachers-page .load-more-teacher.loading {
    cursor: not-allowed;
    opacity: .5
}

@media(max-width:575px) {
    .responsive .teacher-list .wrap-element .teacher-item {
        justify-content: center
    }

    .responsive .teacher-list .wrap-element .teacher-item .teacher-image {
        margin-bottom: 25px
    }

    .responsive .teacher-list .wrap-element .teacher-item .teacher-text {
        width: 100%;
        text-align: center;
        max-width: 300px
    }
}

.lp-profile #wrapper-container .content-area .site-content {
    padding-bottom: 0
}

.lp-profile .thim-about-me-area .custom-col {
    padding-bottom: 50px
}

.lp-profile .thim-about-me-area .teacher {
    position: relative;
    display: inline-block
}

.lp-profile .thim-about-me-area .teacher .pic {
    width: 100%
}

.lp-profile .thim-about-me-area .teacher .content {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(41, 41, 41, .7)
}

.lp-profile .thim-about-me-area .teacher .content .social-link {
    display: flex;
    justify-content: center
}

.lp-profile .thim-about-me-area .teacher .content .social-link .item {
    font-size: 16px;
    color: #878787;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #e7e7e7;
    margin: -20px 5px 0;
    transition: all .2s
}

.lp-profile .thim-about-me-area .teacher .content .social-link .item:hover {
    background: #f8b944;
    border-color: #f8b944;
    color: #fff
}

.lp-profile .thim-about-me-area .teacher .content .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 22px 15px 20px
}

.lp-profile .thim-about-me-area .teacher .content .info .name {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.222222;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    transition: all .2s;
    margin-bottom: 3px
}

.lp-profile .thim-about-me-area .teacher .content .info .name:hover {
    color: #f8b944
}

.lp-profile .thim-about-me-area .teacher .content .info .description {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.375;
    color: #c7c7c7;
    text-align: center
}

.lp-profile .thim-about-me-area .title-area {
    margin-bottom: 34px;
    margin-top: -4px
}

.lp-profile .thim-about-me-area .title-area .title {
    font-weight: 400;
    font-size: 30px;
    line-height: 1.1;
    color: #292929;
    margin-bottom: 10px
}

.lp-profile .thim-about-me-area .title-area .line {
    width: 100%;
    height: 1px;
    background: rgba(124, 124, 124, .2)
}

.lp-profile .thim-about-me-area .text-about-me p {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.666666;
    color: #888;
    margin-bottom: 42px
}

.lp-profile .thim-about-me-area .text-about-me ul li {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.666666;
    color: #888;
    padding-left: 18px;
    position: relative;
    margin-bottom: 6px
}

.lp-profile .thim-about-me-area .text-about-me ul li i {
    position: absolute;
    font-size: 6px;
    top: 12px;
    left: 0
}

.lp-profile .thim-about-me-area .contact-info li {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.444444;
    color: #747474;
    display: flex;
    flex-direction: column;
    padding-left: 25px;
    margin-bottom: 29px
}

.lp-profile .thim-about-me-area .contact-info li a {
    color: #747474;
    transition: all .2s
}

.lp-profile .thim-about-me-area .contact-info li a:hover {
    color: #f8b944
}

.lp-profile .thim-about-me-area .contact-info li span {
    font-weight: 400;
    color: #292929;
    position: relative;
    margin-bottom: 8px
}

.lp-profile .thim-about-me-area .contact-info li span i {
    color: #f8b944;
    position: absolute;
    top: 3px;
    left: -25px
}

.lp-profile #learn-press-user-profile #learn-press-profile-nav:before {
    display: none
}

.lp-profile #learn-press-user-profile .list-contact {
    padding: 0 60px 12px
}

.lp-profile #learn-press-user-profile .list-contact .item {
    flex-basis: 100%;
    align-items: center;
    justify-content: center;
    padding-left: 40px;
    padding-right: 5px
}

.lp-profile #learn-press-user-profile .list-contact .item:not(:last-child) {
    border-right: 1px solid #e6e6e6
}

.lp-profile #learn-press-user-profile .list-contact .item .contact-icon {
    font-size: 21px;
    margin-right: 20px;
    width: 43px;
    height: 43px;
    line-height: 41px;
    text-align: center;
    color: #bfbfbf;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.lp-profile #learn-press-user-profile .list-contact .item .contact-content {
    letter-spacing: .3px;
    font-size: 16px;
    flex-grow: 1;
    line-height: 1
}

.lp-profile #learn-press-user-profile .list-contact .item .contact-content .title {
    margin-bottom: 6px
}

.lp-profile #learn-press-user-profile .list-contact .item .contact-content a {
    color: #1e1e1e;
    font-weight: 400
}

.lp-profile #learn-press-user-profile .info-general {
    padding-bottom: 59px;
    padding-top: 43px
}

.lp-profile #learn-press-user-profile .info-general .avatar {
    flex-shrink: 0
}

.lp-profile #learn-press-user-profile .info-general .biographical {
    padding-top: 28px;
    padding-left: 28px;
    line-height: 1.67;
    letter-spacing: .4px
}

.lp-profile #learn-press-user-profile .info-general .biographical .title {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: .6px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(230, 230, 230, .8);
    margin-bottom: 40px
}

.lp-profile .group-settings .tabs-title {
    list-style: none;
    border-bottom: 1px solid rgba(230, 230, 230, .8);
    padding-bottom: 13px;
    margin-left: 0;
    margin-bottom: 40px
}

.lp-profile .group-settings .tabs-title .tab {
    display: inline-block;
    font-weight: 400;
    letter-spacing: .4px
}

.lp-profile .group-settings .tabs-title .tab:not(:last-child) {
    margin-right: 59px
}

.lp-profile .group-settings .tabs-title .tab.active {
    position: relative
}

.lp-profile .group-settings .tabs-title .tab.active:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -14px
}

.lp-profile .group-settings .tabs-content {
    padding-bottom: 130px
}

.lp-profile .group-settings .tabs-content .content:not(.active) {
    display: none
}

.lp-profile .group-settings .tabs-content .user-profile-section-content .info-left,
.lp-profile .group-settings .tabs-content .user-profile-section-content .info-right {
    width: calc(50% - 26px)
}

.lp-profile .group-settings .tabs-content .user-profile-section-content .info-left {
    margin-right: 52px
}

.lp-profile .group-settings .tabs-content .user-profile-section-content .info-right .lp-form-field-wrap {
    margin-left: 0
}

.lp-profile .lp-form-field input,
.lp-profile .lp-form-field textarea {
    width: 100%;
    border: solid 1px #e6e6e6;
    font-size: 16px;
    font-weight: 300;
    padding: 12px 20px;
    color: #7c7c7c;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.lp-profile .lp-form-field input:not([type=password]):focus,
.lp-profile .lp-form-field textarea:not([type=password]):focus {
    font-style: normal
}

.lp-profile .lp-form-field input::placeholder,
.lp-profile .lp-form-field textarea::placeholder {
    font-style: italic
}

.lp-profile .lp-form-field textarea {
    line-height: 1.88
}

.lp-profile .lp-form-field input {
    line-height: 47px
}

.lp-profile #lp-user-edit-avatar .lp-avatar-preview:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.lp-profile #lp-user-edit-avatar .lp-avatar-preview #lp-avatar-actions {
    text-align: right;
    height: 100%;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.lp-profile #lp-user-edit-avatar .lp-avatar-preview #lp-avatar-actions #lp-upload-photo {
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    display: inline-block;
    background-color: unset;
    border: none;
    margin-right: 5px
}

.lp-profile #lp-user-edit-avatar .lp-avatar-preview #lp-avatar-actions #lp-remove-upload-photo {
    position: relative;
    color: #fff;
    cursor: pointer;
    background-color: unset;
    font-size: 15px;
    border: none;
    margin-right: 5px
}

.lp-profile #lp-user-edit-avatar .lp-avatar-preview:hover:not(.croping):before {
    background-color: #000;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -webkit-opacity: .6;
    -khtml-opacity: .6;
    -moz-opacity: .6;
    -ms-opacity: .6;
    -o-opacity: .6;
    opacity: .6
}

.lp-profile #lp-user-edit-avatar .lp-avatar-preview:hover:not(.croping) #lp-avatar-actions {
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.lp-profile .learn-press-user-profile #lp-user-edit-avatar #lp-avatar-actions {
    margin: 0
}

.lp-profile .after-main {
    overflow: hidden
}

.lp-profile .after-main .container {
    max-width: 1024px
}

.lp-profile .after-main .widget_thim_layout_builder img {
    position: static
}

.lp-profile .after-main .thim-content-talk p {
    margin-bottom: 44px
}

.lp-profile .after-main form.wpcf7-form {
    background-color: #fff;
    padding: 56px 50px 60px;
    width: 478px;
    box-sizing: border-box;
    border: 5px solid rgba(0, 0, 0, .8);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.lp-profile .after-main form.wpcf7-form .sub-title {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: .4px;
    line-height: 1.2;
    margin-bottom: 6px;
    text-transform: uppercase
}

.lp-profile .after-main form.wpcf7-form .main-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: .8px;
    margin-bottom: 26px
}

.lp-profile .after-main form.wpcf7-form label {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .3px
}

.lp-profile .after-main form.wpcf7-form .wpcf7-form-control-wrap {
    margin-bottom: 30px
}

.lp-profile .after-main form.wpcf7-form input,
.lp-profile .after-main form.wpcf7-form textarea {
    border: 1px solid #e2e2e2;
    line-height: 1.5;
    letter-spacing: .3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.lp-profile .after-main form.wpcf7-form input.wpcf7-not-valid,
.lp-profile .after-main form.wpcf7-form textarea.wpcf7-not-valid {
    border-color: red
}

.lp-profile .after-main form.wpcf7-form input[type=email] {
    height: 50px
}

.lp-profile .after-main form.wpcf7-form input[type=submit] {
    font-size: 18px;
    letter-spacing: .4px;
    color: #fff;
    text-transform: none;
    font-weight: 400;
    height: 50px
}

.lp-profile .after-main form.wpcf7-form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    margin-top: 10px
}

.lp-profile .after-main .thim-content-talk {
    margin-top: 190px;
    margin-left: 0
}

.lp-profile .learn-press-user-profile .lp-avatar-preview.croping .lp-avatar-crop-image .lp-crop-controls .lp-zoom {
    background: #202121
}

.lp-profile .learn-press-user-profile .lp-avatar-preview.croping .lp-avatar-crop-image .lp-crop-controls .lp-zoom {
    border-color: #202121
}

.lp-profile #tab-settings .certificates-section .certificates-section-wrap {
    padding-left: 9px;
    padding-right: 18px
}

.lp-profile #tab-settings .certificates-section .learn-press-user-profile-certs .item .inside {
    width: 100px
}

.lp-profile #tab-settings .certificates-section .learn-press-cert-preview #cert-design-viewport {
    margin-top: 0
}

.lp-profile #tab-settings .certificates-section .learn-press-user-profile-certs {
    margin: 0
}

.lp-profile #tab-settings .certificates-section .owl-carousel .owl-nav>div {
    position: absolute;
    top: 50%;
    font-size: 24px;
    color: #2b3339;
    background-color: transparent;
    padding: 0;
    margin: 0;
    margin-top: -15px
}

.lp-profile #tab-settings .certificates-section .owl-carousel .owl-nav>div.owl-prev {
    left: -10px
}

.lp-profile #tab-settings .certificates-section .owl-carousel .owl-nav>div.owl-next {
    right: -19px
}

.lp-profile #tab-settings .certificates-section .owl-carousel .owl-item .inside {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}

.lp-profile #tab-settings .certificates-section .owl-carousel .owl-item:last-child {
    position: absolute;
    height: 100%;
    right: 0;
    padding-left: 11px;
    background-clip: content-box
}

.lp-profile #tab-settings .certificates-section .owl-carousel .owl-item:last-child .more-info {
    position: relative;
    background-color: #e6e6e6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100px;
    height: 100px;
    cursor: pointer
}

.lp-profile #tab-settings .certificates-section .owl-carousel .owl-item:last-child .more-info:before {
    position: absolute;
    content: "+";
    font-size: 24px;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

.lp-profile #learn-press-profile-content .button-when-logged {
    display: none !important
}

.lp-profile .sk-three-bounce {
    display: inline-block;
    width: 65px;
    text-align: center
}

.lp-profile .sk-three-bounce .sk-child {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    animation: sk-three-bounce 1.4s ease-in-out 0s infinite both
}

.lp-profile .sk-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.lp-profile .sk-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes sk-three-bounce {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-three-bounce {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.lp-profile .learn-press-user-profile .lp-form-field-wrap .lp-form-field:before,
.lp-profile .learn-press-user-profile .lp-form-field-wrap .lp-form-field:after {
    content: " ";
    display: table
}

.lp-profile .learn-press-user-profile .lp-form-field-wrap .lp-form-field:after {
    clear: both
}

.lp-profile .learn-press-user-profile .lp-form-field-wrap .lp-form-field input {
    display: block;
    width: 100% !important;
    border: 1px solid #e7e7e7;
    min-width: 100px
}

.lp-profile .learn-press-user-profile .lp-form-field-wrap .lp-form-field .select2 {
    display: block;
    width: 100% !important;
    min-width: 100px
}

.lp-profile .learn-press-user-profile .lp-form-field-wrap .lp-form-field .select2 .select2-selection {
    line-height: 50px;
    height: 50px
}

.lp-profile .learn-press-user-profile .lp-form-field-wrap .lp-form-field .select2 .select2-selection .select2-selection__rendered {
    line-height: 50px;
    padding: 0 25px
}

.lp-profile .learn-press-user-profile .lp-form-field-wrap .lp-form-field .select2 .select2-selection .select2-selection__arrow {
    height: 50px
}

.lp-profile .learn-press-user-profile .learn-press-subtabs {
    background: #efefef;
    margin: 0;
    padding: 10px 20px;
    margin-bottom: 30px
}

.lp-profile .lp-form-field input {
    line-height: 50px;
    padding: 0 25px
}

.lp-profile table,
.lp-profile td,
.lp-profile tr {
    border: 1px solid #e7e7e7
}

.lp-profile .learnpress .learn-press-user-profile .learn-press-subtab-content .profile-courses .learn-press-course-results-progress {
    padding: 0 28px
}

.lp-profile #learn-press-form-login {
    text-align: center;
    margin-bottom: 100px;
    margin-top: 50px
}

.lp-profile #learn-press-form-login p {
    display: inline-block;
    width: 100%
}

.lp-profile #learn-press-form-login p input[type=text],
.lp-profile #learn-press-form-login p input[type=password] {
    line-height: 30px;
    padding: 4px 20px;
    border: 1px solid #e7e7e7;
    width: 450px;
    max-width: 100%;
    color: #999;
    float: none;
    border-radius: 5px
}

.lp-profile #learn-press-form-login p.login-username label,
.lp-profile #learn-press-form-login p.login-password label {
    display: block
}

.lp-profile #learn-press-form-login p input[type=submit] {
    line-height: 40px;
    height: 40px;
    padding: 0 30px;
    font-weight: 500;
    font-size: 15px;
    border: none;
    color: #fff;
    border-radius: 5px
}

.lp-profile .lp-profile .group-settings .tabs-content .profile-courses .content {
    display: inline-block
}

.lp-profile .profile-courses .course {
    padding-bottom: 40px
}

.lp-profile .profile-courses .content {
    float: left;
    width: 100%
}

.lp-profile .profile-courses .content .thumbnail {
    float: left;
    width: 100%
}

.lp-profile .profile-courses .content .thim-course-content {
    float: left;
    width: 100%
}

.lp-profile #load-more-button {
    text-align: center;
    margin-top: 20px
}

.lp-profile #load-more-button .loadmore {
    position: relative;
    height: 55px;
    line-height: 55px;
    padding: 0 86px;
    font-weight: 400;
    letter-spacing: .3px;
    text-transform: uppercase;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px
}

.lp-profile #load-more-button .loadmore .sk-three-bounce {
    display: none
}

.lp-profile #load-more-button.loading .loadmore span {
    color: transparent
}

.lp-profile #load-more-button.loading .loadmore .sk-three-bounce {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%)
}

.lp-profile #load-more-button.loading .loadmore:hover span {
    color: transparent
}

.lp-profile .learn-press-user-profile-certs {
    margin: 0 -15px
}

.lp-profile .learn-press-user-profile-certs li {
    margin-bottom: 0;
    width: 33.33%
}

.lp-profile .learn-press-user-profile-certs li .inside {
    margin: 0 15px 15px
}

.lp-profile .learn-press-user-profile-certs .learn-press-cert-preview #cert-design-viewport {
    margin-top: 0
}

.lp-profile .table-orders {
    border: none;
    border-top: 1px solid #e7e7e7
}

.lp-profile .table-orders th {
    border: 1px solid #e7e7e7
}

.lp-profile .table-orders thead tr {
    width: 100%;
    float: left;
    border-right: none;
    border-top: none
}

.lp-profile .table-orders thead tr th {
    width: 20%;
    float: left;
    border-top: none;
    border-bottom: none;
    border-left: none;
    line-height: 50px;
    padding: 0 20px;
    font-size: 16px;
    color: #1e1e1e;
    font-weight: 500;
    letter-spacing: .3px
}

.lp-profile .table-orders tbody tr {
    width: 100%;
    float: left;
    border-right: none;
    border-top: none
}

.lp-profile .table-orders tbody tr td {
    min-width: 20%;
    float: left;
    border-top: none;
    border-bottom: none;
    border-left: none;
    line-height: 26px;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .3px;
    color: #888
}

.lp-profile .table-orders tbody tr td a {
    color: #888
}

.lp-profile .learn-press-wishlist-courses {
    margin: 0;
    list-style: none
}

.lp-profile .learn-press-wishlist-courses li {
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7
}

.lp-profile .learn-press-wishlist-courses li a {
    line-height: 50px;
    color: #202121
}

.lp-profile .learn-press-wishlist-courses li button {
    padding: 0 40px;
    line-height: 50px;
    border: none;
    display: inline-block;
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -webkit-border-top-left-radius: 30px;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomright: 30px;
    -moz-border-radius-bottomleft: 30px;
    -moz-border-radius-topleft: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    -webkit-background-clip: padding-box;
    -khtml-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    -o-background-clip: padding-box;
    background-clip: padding-box;
    float: right;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer
}

.lp-profile .lp_order_details h2 {
    margin: 50px 0 20px
}

.lp-profile .lp_order_details~a {
    height: 55px;
    line-height: 55px;
    padding: 0 86px;
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -webkit-border-top-left-radius: 30px;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomright: 30px;
    -moz-border-radius-bottomleft: 30px;
    -moz-border-radius-topleft: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    -webkit-background-clip: padding-box;
    -khtml-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    -o-background-clip: padding-box;
    background-clip: padding-box;
    font-weight: 400;
    letter-spacing: .3px;
    text-transform: uppercase;
    color: #fff;
    margin: 20px 0 70px;
    display: inline-block
}

.lp-profile .lp_order_details~a:hover {
    color: #fff
}

.lp-profile .order_details thead tr th {
    line-height: 50px;
    padding: 0 20px;
    font-size: 16px;
    color: #1e1e1e;
    font-weight: 500;
    letter-spacing: .3px;
    border-left: 1px solid
}

.lp-profile .order_details thead tr th:first-child {
    border: none
}

.lp-profile .order_details tbody tr td {
    line-height: 26px;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .3px;
    color: #888
}

.lp-profile .order_details tbody tr td a {
    color: #888
}

.lp-profile .order_details tfoot tr th {
    line-height: 50px;
    padding: 0 20px;
    font-size: 16px;
    color: #1e1e1e;
    font-weight: 500;
    letter-spacing: .3px
}

.lp-profile .order_details tfoot tr td {
    line-height: 26px;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .3px;
    color: #888
}

.lp-profile .order_details tfoot tr td a {
    color: #888
}

.lp-profile .thim-course-results-progress.learn-press-course-results-progress .course-result {
    font-size: 12px
}

.lp-profile .thim-course-results-progress.learn-press-course-results-progress .course-result .value {
    color: #202121;
    font-weight: 700
}

.lp-profile .thim-course-results-progress.learn-press-course-results-progress .lp-progress-bar {
    height: 10px;
    margin: 0 0 15px
}

.lp-profile .thim-course-results-progress.learn-press-course-results-progress .lp-passing-conditional {
    height: 20px
}

.lp-profile #learn-press-user-profile:before {
    content: none
}

.lp-profile #profile-content-courses .profile-courses-list .lp_course {
    margin: 0;
    padding: 0 15px 40px
}

.lp-profile .profile-orders .learn-press-pagination .page-numbers>li {
    margin: 0 5px
}

.lp-profile ul.learn-press-tabs>li {
    position: relative;
    display: inline-block;
    padding: 15px 20px
}

.lp-profile ul.learn-press-tabs>li:not(:last-child) {
    margin-right: -1px
}

.lp-profile #learn-press-profile-content {
    float: none;
    width: 100%;
    overflow: unset;
    margin-bottom: 130px
}

.lp-profile #learn-press-profile-content #profile-content-courses .learn-press-subtab-content .lp-sub-menu {
    margin-bottom: 30px
}

.lp-profile #learn-press-profile-content #profile-content-courses .learn-press-subtab-content .lp-sub-menu li a {
    color: #7c7c7c
}

.lp-profile #learn-press-profile-content #profile-content-courses .learn-press-subtab-content .lp-sub-menu li span {
    color: #f8b944
}

.lp-profile #learn-press-profile-content #profile-content-courses .learn-press-subtab-content ul.learn-press-courses {
    margin-left: -15px;
    margin-right: -15px
}

.lp-profile ul.lp-tab-sections {
    border-bottom-width: 1px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(206, 206, 206, .6);
    background-color: transparent
}

.lp-profile ul.lp-tab-sections>li.section-tab.active span {
    padding-bottom: 10px;
    border-bottom-width: 1px
}

.lp-profile ul.lp-tab-sections>li.section-tab.active:after {
    top: calc(100% + 2px);
    height: 1px;
    background: #f8b944
}

.lp-profile ul.lp-tab-sections .section-tab {
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0
}

.lp-profile ul.lp-tab-sections .section-tab a,
.lp-profile ul.lp-tab-sections .section-tab span {
    padding-left: 0;
    padding-right: 0;
    color: #292929
}

.lp-profile ul.lp-tab-sections .section-tab a {
    color: #7c7c7c
}

.lp-profile ul.lp-tab-sections .section-tab a:hover {
    color: #292929
}

.lp-profile .learn-press-subtab-content>input[type=radio],
.lp-profile .lp-form-field .learn-press-subtab-content>input[type=radio] {
    display: none
}

.lp-profile .learn-press-subtab-content>label {
    text-transform: capitalize;
    cursor: pointer
}

.lp-profile #learn-press-user-profile #learn-press-profile-nav {
    float: none;
    background-color: transparent;
    margin-bottom: 30px
}

.lp-profile #learn-press-user-profile #learn-press-profile-nav ul.tabs>li ul.profile-tab-sections {
    display: none;
    position: absolute;
    top: 101%;
    left: 10px;
    justify-content: center;
    align-items: stretch;
    width: calc(100% - 20px);
    padding: 0;
    border-bottom: 1px solid rgba(206, 206, 206, .5);
    background-color: #fff;
    height: 50px;
    line-height: 50px;
    visibility: hidden;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.lp-profile #learn-press-user-profile #learn-press-profile-nav ul.tabs>li ul.profile-tab-sections>li {
    margin-bottom: 0;
    padding: 0 5px
}

.lp-profile #learn-press-user-profile #learn-press-profile-nav ul.tabs>li ul.profile-tab-sections>li>a {
    padding: 0 20px
}

.lp-profile #learn-press-user-profile #learn-press-profile-nav ul.tabs>li:hover>ul.profile-tab-sections {
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: visible
}

.lp-profile #learn-press-user-profile #learn-press-profile-nav ul.tabs>li.active>ul.profile-tab-sections {
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: visible
}

.lp-profile #learn-press-user-profile #learn-press-profile-nav ul.tabs>li.settings ul.profile-tab-sections {
    display: none
}

.lp-profile #learn-press-user-profile ul.learn-press-tabs li.settings ul.profile-tab-sections {
    display: none
}

.lp-profile #learn-press-profile-nav ul.tabs {
    position: relative;
    border-bottom: 1px solid rgba(206, 206, 206, .6)
}

.lp-profile #learn-press-profile-nav ul.tabs>li {
    position: static;
    padding: 0
}

.lp-profile #learn-press-profile-nav ul.tabs>li>ul {
    display: none
}

.lp-profile #learn-press-profile-nav ul.tabs>li>a {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #7c7c7c;
    margin-right: 58px;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 12px;
    padding-left: 0
}

.lp-profile #learn-press-profile-nav ul.tabs>li.active>a {
    background-color: transparent;
    color: #292929
}

.lp-profile #learn-press-profile-nav ul.tabs>li.active>a:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #f8b944;
    position: absolute;
    left: 0;
    bottom: -1px
}

.lp-profile #learn-press-profile-nav ul.tabs>li:hover:not(.active)>a {
    background-color: transparent;
    color: #292929
}

.lp-profile #learn-press-profile-nav ul.tabs>li>ul.profile-tab-sections>li>a:after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(100% - 2px);
    width: 100%;
    height: 3px;
    visibility: hidden;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.lp-profile #learn-press-profile-nav ul.tabs>li>ul.profile-tab-sections>li.active>a:after,
.lp-profile #learn-press-profile-nav ul.tabs>li>ul.profile-tab-sections>li:hover>a:after {
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.lp-profile #learn-press-profile-nav ul.tabs li a {
    position: relative
}

.lp-profile #learn-press-profile-content .profile-heading {
    display: none
}

.lp-profile .learn-press-subtab-content {
    display: flex;
    flex-wrap: wrap
}

.lp-profile .learn-press-subtab-content .lp-sub-menu {
    width: 100%
}

.lp-profile .learn-press-subtab-content .profile-courses-list,
.lp-profile .learn-press-subtab-content .learn-press-nav-items,
.lp-profile .learn-press-subtab-content .learn-press-message {
    flex-basis: 100%
}

.lp-profile .learn-press-subtab-content .lp-sub-menu {
    text-align: right;
    font-size: 16px
}

.lp-profile .learn-press-subtab-content .lp-sub-menu>li:last-child a {
    margin-right: 0
}

.lp-profile .learn-press-nav-items {
    line-height: 45px
}

.lp-profile .learn-press-nav-items .learn-press-pagination {
    margin-bottom: 0
}

.lp-profile .learn-press-nav-items .learn-press-pagination .page-numbers>li span,
.lp-profile .learn-press-nav-items .learn-press-pagination .page-numbers>li a {
    padding: 0
}

.lp-profile ul.form-fields {
    list-style: none
}

.lp-profile #profile-content-settings {
    position: relative;
    margin-bottom: 244px
}

.lp-profile #profile-content-settings .lp-tab-sections {
    display: none
}

.lp-profile #profile-content-settings form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: space-between;
    max-height: 1200px
}

.lp-profile #profile-content-settings .lp-profile-section {
    width: 650px;
    max-width: calc(50% - 30px)
}

.lp-profile #profile-content-settings .lp-profile-section.basic-information {
    order: 1
}

.lp-profile #profile-content-settings .lp-profile-section.avatar {
    order: 0
}

.lp-profile #profile-content-settings .lp-profile-section.change-password {
    order: 2
}

.lp-profile #profile-content-settings .lp-profile-section.additional-information {
    order: 3;
    margin-top: 25px
}

.lp-profile #profile-content-settings .lp-profile-section.publicity {
    order: 4
}

.lp-profile #profile-content-settings ul.lp-form-field-wrap {
    list-style: none;
    margin-left: 0
}

.lp-profile .submit.update-profile {
    text-align: center;
    border: none
}

.lp-profile .submit.update-profile button[type=submit] {
    position: relative;
    background-color: #ff5f2e;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .3px;
    height: 55px;
    line-height: 55px;
    border: none;
    outline: none;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    min-width: 226px;
    padding: 0 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    transition: all .3s
}

.lp-profile .submit.update-profile button[type=submit][disabled=disabled] {
    cursor: not-allowed
}

.lp-profile .submit.update-profile button[type=submit] .sk-three-bounce {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%)
}

.lp-profile form[name=lp-edit-profile].learnpress-v3-profile .submit.update-profile {
    position: absolute;
    bottom: -115px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%)
}

.lp-profile form[name=lp-edit-profile] .lp-form-field {
    position: relative;
    margin-bottom: 28px
}

.lp-profile form[name=lp-edit-profile] .lp-form-field-label {
    display: block;
    color: #292929;
    margin-bottom: 11px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 1;
    font-size: 18px
}

.lp-profile form[name=lp-edit-profile] .additional-information .lp-form-field-input {
    position: relative
}

.lp-profile form[name=lp-edit-profile] .additional-information .lp-form-field-input .icon {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 49px;
    width: 54px;
    text-align: center;
    margin-bottom: 0;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.lp-profile form[name=lp-edit-profile] .additional-information .lp-form-field-input input {
    padding-left: 53px
}

.lp-profile form[name=lp-edit-profile] .additional-information .lp-form-field:hover .clear-field {
    display: inline-block;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.lp-profile form[name=lp-edit-profile] .additional-information .clear-field {
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: 2px;
    font-size: 16px;
    cursor: pointer;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.lp-profile form[name=lp-edit-profile] .additional-information .clear-field:before {
    content: "\f00d";
    font-family: "font awesome 5 free";
    font-size: 15px;
    margin-right: 7px
}

.lp-profile form[name=lp-edit-profile] .additional-information .clear-field:after {
    position: absolute;
    content: "";
    height: 1px;
    width: calc(100% - 19px);
    right: 0;
    bottom: 6px
}

.lp-profile form[name=lp-edit-profile] .lp-avatar-preview .profile-picture {
    margin-top: 0
}

.lp-profile #lp-profile-edit-password-form .lp-form-field-wrap {
    flex-wrap: wrap;
    margin-bottom: 0
}

.lp-profile #lp-profile-edit-password-form .lp-form-field-wrap .lp-form-field-label {
    display: block;
    flex-basis: 100%
}

.lp-profile #lp-profile-edit-password-form .lp-form-field-wrap .lp-form-field:first-child {
    flex-basis: 100%
}

.lp-profile #lp-profile-edit-password-form .lp-form-field-wrap .lp-form-field:not(:first-child) {
    width: calc(50% - 15px);
    margin-bottom: 0;
    display: inline-block
}

.lp-profile #lp-profile-edit-password-form .lp-form-field-wrap .lp-form-field:last-child {
    margin-left: 24px
}

.lp-profile .svg-input-checkbox {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.lp-profile .promoted-checkbox input:checked+label>svg {
    height: 24px;
    animation: draw-checkbox ease-in-out .2s forwards
}

.lp-profile .promoted-checkbox label {
    cursor: pointer;
    position: relative;
    margin-bottom: 0
}

.lp-profile .promoted-checkbox label:after {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    height: 20px;
    width: 20px;
    margin-right: 1rem;
    border-radius: 3px;
    -webkit-transition: .15s all ease-out;
    -khtml-transition: .15s all ease-out;
    -moz-transition: .15s all ease-out;
    -ms-transition: .15s all ease-out;
    -o-transition: .15s all ease-out;
    transition: .15s all ease-out;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%)
}

.lp-profile .promoted-checkbox svg {
    stroke-width: 4px;
    height: 0;
    width: 12px;
    position: absolute;
    left: 4px;
    top: 50%;
    stroke-dasharray: 33;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%)
}

@keyframes draw-checkbox {
    0% {
        stroke-dashoffset: 33
    }

    100% {
        stroke-dashoffset: 0
    }
}

.lp-profile .lp-profile-section.publicity .form-field {
    list-style: none
}

.lp-profile .lp-profile-section.publicity .form-field .form-field-input input:checked+label>svg {
    height: 24px;
    animation: draw-checkbox ease-in-out .2s forwards
}

.lp-profile .lp-profile-section.publicity .form-field .form-field-input label {
    cursor: pointer;
    position: relative;
    padding-left: 40px;
    margin-bottom: 0
}

.lp-profile .lp-profile-section.publicity .form-field .form-field-input label:after {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    height: 20px;
    width: 20px;
    margin-right: 1rem;
    border-radius: 3px;
    -webkit-transition: .15s all ease-out;
    -khtml-transition: .15s all ease-out;
    -moz-transition: .15s all ease-out;
    -ms-transition: .15s all ease-out;
    -o-transition: .15s all ease-out;
    transition: .15s all ease-out;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%)
}

.lp-profile .lp-profile-section.publicity .form-field .form-field-input svg {
    stroke-width: 4px;
    height: 0;
    width: 12px;
    position: absolute;
    left: 4px;
    top: 50%;
    stroke-dasharray: 33;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%)
}

.lp-profile .lp-profile-section.publicity .form-field>label[for=my-assignments] {
    display: none
}

.lp-profile .lp-profile-section.publicity .form-field input#my-assignments {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.lp-profile .lp-profile-section.publicity .description {
    margin-bottom: 0
}

.lp-profile .lp-profile-section.publicity .promoted-checkbox:not(:last-child) {
    margin-bottom: 10px
}

.lp-profile .lp-profile-section.publicity .promoted-checkbox:not(:first-child) {
    margin-left: 20px
}

.lp-profile #profile-content-orders .profile-recover-order {
    padding: 25px
}

.lp-profile #profile-content-orders .profile-recover-order>p {
    font-weight: 400
}

.lp-profile #profile-content-orders .profile-recover-order .order-recover {
    position: relative;
    display: inline-block
}

.lp-profile #profile-content-orders .profile-recover-order input[type=text] {
    height: 40px;
    padding: 0 22px;
    font-size: 16px;
    outline: none;
    border: 1px solid #e6e6e6;
    width: 325px
}

.lp-profile #profile-content-orders .profile-recover-order input[type=text]::-webkit-input-placeholder {
    font-style: italic
}

.lp-profile #profile-content-orders .profile-recover-order input[type=text]::-moz-placeholder {
    font-style: italic
}

.lp-profile #profile-content-orders .profile-recover-order input[type=text]:-ms-input-placeholder {
    font-style: italic
}

.lp-profile #profile-content-orders .profile-recover-order input[type=text]:-moz-placeholder {
    font-style: italic
}

.lp-profile #profile-content-orders .profile-recover-order .button-recover-order {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    border: none;
    height: 40px;
    width: 40px;
    line-height: 40px
}

.lp-profile #profile-content-orders .profile-recover-order .button-recover-order:before {
    content: "\f0e2";
    font-family: "font awesome 5 free";
    font-size: 19px;
    color: #fff
}

.lp-profile body.learnpress.lp-profile .course .course-info,
.lp-profile body.learnpress.lp-profile .course .learn-press-course-buttons {
    display: none
}

.lp-profile #learn-press-profile-tab-course-wishlist button.learn-press-course-wishlist {
    height: 55px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.lp-profile #learn-press-user-profile .courses-list.learn-press-wishlist-courses article {
    padding-bottom: 30px;
    text-align: center
}

.lp-profile #learn-press-user-profile .courses-list.learn-press-wishlist-courses article .content {
    text-align: left
}

.lp-profile #learn-press-user-profile .courses-list.learn-press-wishlist-courses article.course button.wishlist-button {
    padding: 0 20px !important;
    width: auto !important;
    outline: none
}

.lp-profile #learn-press-user-profile .courses-list.learn-press-wishlist-courses article.course .content:hover .sub-content {
    box-shadow: none !important
}

.lp-profile #learn-press-user-profile .courses-list.learn-press-wishlist-courses article.course:hover {
    -webkit-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -khtml-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -moz-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -ms-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -o-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08)
}

@media(max-width:768px) {
    .lp-profile #learn-press-user-profile #profile-content-settings .lp-profile-section {
        margin-bottom: 20px;
        width: 100%;
        margin-left: 0
    }

    .lp-profile #learn-press-user-profile #profile-content-settings form {
        max-height: unset
    }
}

@media(max-width:480px) {
    .lp-profile #learn-press-user-profile .info-general {
        flex-direction: column;
        padding-bottom: 0
    }

    .lp-profile #learn-press-user-profile #learn-press-profile-nav {
        width: 100%;
        height: unset
    }

    .lp-profile #learn-press-user-profile #learn-press-profile-nav ul.learn-press-tabs {
        display: flex;
        flex-wrap: wrap;
        background-color: #fff;
        text-align: center
    }

    .lp-profile #learn-press-user-profile #learn-press-profile-nav ul.learn-press-tabs>li {
        flex-grow: 1;
        background-color: #fff;
        border-width: 1px;
        margin: 0;
        border-style: solid
    }

    .lp-profile #learn-press-user-profile #learn-press-profile-nav ul.learn-press-tabs>li.active>a {
        background-color: #fff !important
    }

    .lp-profile #learn-press-user-profile #learn-press-profile-nav ul.learn-press-tabs>li a {
        margin-right: 0;
        padding: 10px;
        background-color: rgba(208, 208, 208, .17)
    }

    .lp-profile #learn-press-user-profile #learn-press-profile-nav ul.learn-press-tabs .profile-tab-sections {
        top: calc(100% + 20px);
        height: unset
    }

    .lp-profile #learn-press-user-profile #learn-press-profile-nav #profile-mobile-menu {
        display: none
    }

    .lp-profile #learn-press-user-profile #learn-press-profile-content {
        margin-top: 120px
    }
}

.select2.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    width: 100% !important;
    height: 38px;
    padding: 8px 0;
    border: 1px solid #e7e7e7;
    position: relative;
    vertical-align: middle
}

.select2.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    user-select: none;
    -webkit-user-select: none
}

.select2.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2.select2-container .select2-selection--single .select2-selection__clear {
    display: none
}

.select2.select2-container .select2-search--inline {
    float: left
}

.select2.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.dropDownSelect2 {
    width: 100%;
    position: relative
}

.dropDownSelect2 .select2-container {
    width: 100%
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    transform: translateY(-5px)
}

.select2-container--open .select2-dropdown--below {
    transform: translateY(5px)
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.wrap-select2 .dropDownSelect2 {
    position: relative;
    display: block;
    width: 100%
}

.select2-container--default .select2-selection--single {
    display: block;
    outline: none;
    background-color: transparent;
    border: none;
    width: 100%;
    height: 100%
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 11px;
    padding-right: 30px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    font-size: 18px;
    color: #6e6e6e;
    line-height: 26px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%)
}

.select2-container--default .select2-selection--single .select2-selection__arrow::after {
    content: "\f3d0";
    font-family: Ionicons
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    display: none
}

.select2-container--default .select2-dropdown {
    border: 1px solid #ebebeb;
    min-width: 55px !important;
    width: 100% !important;
    background-color: #f5f5f5
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ebebeb;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #6e6e6e
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 286px;
    overflow-y: auto;
    margin-top: 0 !important
}

.select2-container--default .select2-results__option {
    font-weight: 300;
    font-size: 15px;
    line-height: 1.5;
    color: #6e6e6e;
    border-bottom: 1px solid #ebebeb;
    text-transform: none;
    white-space: nowrap;
    padding: 8px 11px;
    margin-bottom: 0 !important
}

.select2-container--default .select2-results__option:before {
    display: none !important
}

.select2-container--default .select2-results__option:hover {
    color: #e40914
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    color: #6e6e6e;
    background: #ebebeb
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.event-list {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 18px
}

.event-list .col,
.event-list [class*=col-] {
    padding-bottom: 40px
}

.event-list .col .flower,
.event-list [class*=col-] .flower {
    background: #00b9f1
}

.event-list .col:nth-child(15) .flower,
.event-list .col:nth-child(8) .flower,
.event-list .col:nth-child(1) .flower,
.event-list [class*=col-]:nth-child(15) .flower,
.event-list [class*=col-]:nth-child(8) .flower,
.event-list [class*=col-]:nth-child(1) .flower {
    background: #f9c00c
}

.event-list .col:nth-child(16) .flower,
.event-list .col:nth-child(9) .flower,
.event-list .col:nth-child(2) .flower,
.event-list [class*=col-]:nth-child(16) .flower,
.event-list [class*=col-]:nth-child(9) .flower,
.event-list [class*=col-]:nth-child(2) .flower {
    background: #00b9f1
}

.event-list .col:nth-child(17) .flower,
.event-list .col:nth-child(10) .flower,
.event-list .col:nth-child(3) .flower,
.event-list [class*=col-]:nth-child(17) .flower,
.event-list [class*=col-]:nth-child(10) .flower,
.event-list [class*=col-]:nth-child(3) .flower {
    background: #56a902
}

.event-list .col:nth-child(18) .flower,
.event-list .col:nth-child(11) .flower,
.event-list .col:nth-child(4) .flower,
.event-list [class*=col-]:nth-child(18) .flower,
.event-list [class*=col-]:nth-child(11) .flower,
.event-list [class*=col-]:nth-child(4) .flower {
    background: #bd66ff
}

.event-list .col:nth-child(19) .flower,
.event-list .col:nth-child(12) .flower,
.event-list .col:nth-child(5) .flower,
.event-list [class*=col-]:nth-child(19) .flower,
.event-list [class*=col-]:nth-child(12) .flower,
.event-list [class*=col-]:nth-child(5) .flower {
    background: #519d9e
}

.event-list .col:nth-child(20) .flower,
.event-list .col:nth-child(13) .flower,
.event-list .col:nth-child(6) .flower,
.event-list [class*=col-]:nth-child(20) .flower,
.event-list [class*=col-]:nth-child(13) .flower,
.event-list [class*=col-]:nth-child(6) .flower {
    background: #ee7785
}

.event-list .col:nth-child(21) .flower,
.event-list .col:nth-child(14) .flower,
.event-list .col:nth-child(7) .flower,
.event-list [class*=col-]:nth-child(21) .flower,
.event-list [class*=col-]:nth-child(14) .flower,
.event-list [class*=col-]:nth-child(7) .flower {
    background: #448ccb
}

.event-list .feature-event {
    margin-bottom: 60px
}

.event-list .feature-event .image-event>img {
    width: 100%
}

.event-list .feature-event .image-event .slide-image {
    position: relative
}

.event-list .feature-event .image-event .slide-image .wrap-arrow-slick {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px
}

.event-list .feature-event .image-event .slide-image .wrap-arrow-slick .arow-slick {
    pointer-events: auto;
    cursor: pointer;
    font-size: 30px;
    line-height: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgba(149, 149, 149, .8);
    transition: all .2s
}

.event-list .feature-event .image-event .slide-image .wrap-arrow-slick .arow-slick:hover {
    background: #ff5f2e
}

.event-list .feature-event .image-event .slide-image .wrap-arrow-slick .arow-slick.slick-arrow.slick-hidden {
    display: none
}

.event-list .feature-event .image-event .slide-image .wrap-arrow-slick .arow-slick[aria-disabled=true] {
    visibility: hidden
}

.event-list .feature-event .text-event {
    margin-top: -175px;
    margin-left: 7.7%;
    margin-right: 7.7%;
    padding: 0 20px 32px;
    position: relative;
    z-index: 1
}

.event-list .feature-event .text-event::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 62px);
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    background: #f5f4f0
}

.event-list .feature-event .text-event .tp_event_counter {
    background-color: transparent;
    border: none;
    padding: 0;
    margin-bottom: 27px
}

.event-list .feature-event .text-event .tp_event_counter .countdown-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
    background: 0 0;
    border: 0;
    padding: 0
}

.event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section {
    background-color: transparent;
    border: none;
    width: 124px;
    height: 126px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-position: 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0 15px
}

.event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section:nth-child(1) {
    background-image: url(assets/images/icon-box-bg-01.png)
}

.event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section:nth-child(2) {
    background-image: url(assets/images/icon-box-bg-02.png)
}

.event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section:nth-child(3) {
    background-image: url(assets/images/icon-box-bg-03.png)
}

.event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section:nth-child(4) {
    background-image: url(assets/images/icon-box-bg-04.png)
}

.event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section .countdown-amount {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 45px;
    line-height: 1;
    color: #fff;
    height: unset
}

.event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section .countdown-period {
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    color: #fff
}

.event-list .feature-event .text-event .title-event {
    font-weight: 400;
    font-size: 30px;
    line-height: 1.3;
    color: #56509f;
    word-break: break-word;
    text-align: center;
    margin-bottom: 3px
}

.event-list .feature-event .text-event .title-event a {
    color: inherit;
    transition: all .2s
}

.event-list .feature-event .text-event .title-event a:hover {
    color: #ff5f2e
}

.event-list .feature-event .text-event .info-event {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.75;
    color: #797979;
    text-align: center
}

.event-list .feature-event .text-event .info-event span {
    display: inline-block;
    margin: 0 15px
}

.event-list .feature-event .text-event .info-event span i {
    font-size: 14px;
    margin-right: 5px
}

.event-list .item-event {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: left
}

.event-list .item-event .date-event {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    width: 54px;
    height: 54px;
    position: absolute;
    z-index: 0;
    top: 15px;
    left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.event-list .item-event .date-event .number-date {
    font-size: 14px
}

.event-list .item-event .date-event .icon-background {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.event-list .item-event .date-event .icon-background .flower {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    position: relative
}

.event-list .item-event .date-event .icon-background .flower .petal {
    height: 54px;
    width: 16px;
    position: absolute;
    top: calc(50% - 27px);
    left: calc(50% - 8px);
    background-color: inherit;
    border-radius: 8px
}

.event-list .item-event .date-event .icon-background .flower .petal:nth-child(2) {
    transform: rotateZ(36deg)
}

.event-list .item-event .date-event .icon-background .flower .petal:nth-child(3) {
    transform: rotateZ(72deg)
}

.event-list .item-event .date-event .icon-background .flower .petal:nth-child(4) {
    transform: rotateZ(108deg)
}

.event-list .item-event .date-event .icon-background .flower .petal:nth-child(5) {
    transform: rotateZ(144deg)
}

.event-list .item-event .date-event .icon-background img {
    width: 100%;
    height: 100%
}

.event-list .item-event .image-event {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden
}

.event-list .item-event .image-event img {
    width: 100%;
    transition: all .5s ease
}

.event-list .item-event .image-event:hover img {
    transform: scale(1.05)
}

.event-list .item-event .text-event {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #ebebeb;
    border-top: none;
    padding: 25px 18px
}

.event-list .item-event .text-event .title-event {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.333333;
    color: #56509f;
    word-break: break-word;
    margin-bottom: 13px
}

.event-list .item-event .text-event .title-event a {
    color: inherit;
    transition: all .2s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    height: 45px;
    overflow: hidden
}

.event-list .item-event .text-event .title-event a:hover {
    color: #ff5f2e
}

.event-list .item-event .text-event .info-event {
    flex-grow: 1;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #797979;
    margin-bottom: 22px
}

.event-list .item-event .text-event .info-event span {
    display: block;
    position: relative;
    padding-left: 22px;
    margin-bottom: 4px
}

.event-list .item-event .text-event .info-event span:last-child {
    margin-bottom: 0
}

.event-list .item-event .text-event .info-event span i {
    color: #ff5f2e;
    position: absolute;
    top: 3px;
    left: 0
}

.event-list .item-event .text-event .author-event {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start
}

.event-list .item-event .text-event .author-event .ava-author {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    overflow: hidden
}

.event-list .item-event .text-event .author-event .ava-author img {
    border-radius: inherit
}

.event-list .item-event .text-event .author-event .text-author {
    width: calc(100% - 39px - 16px);
    align-self: center;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.375;
    color: #797979;
    word-break: break-word;
    margin-top: -2px
}

.event-list .item-event .text-event .author-event .text-author .name-author {
    display: block
}

.event-list .item-event .text-event .author-event .text-author a {
    color: #ff5f2e;
    transition: all .2s
}

.event-list .item-event .text-event .author-event .text-author a:hover {
    color: #56509f
}

.event-list .load-more-events {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    height: 50px;
    border-radius: 25px;
    background: #ff5f2e;
    padding: 0 54px;
    margin-top: 20px;
    transition: all .2s
}

.event-list .load-more-events:hover {
    background: #fa3b00
}

.event-list .fa-spinner {
    margin-left: 5px
}

@media(max-width:991px) {
    .responsive .event-list .feature-event .text-event {
        margin-top: -100px
    }

    .responsive .event-list .feature-event .text-event::before {
        height: calc(100% - 41px)
    }

    .responsive .event-list .feature-event .text-event .tp_event_counter {
        margin-bottom: 17px
    }

    .responsive .event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section {
        width: 80px;
        height: 80px
    }

    .responsive .event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section .countdown-amount {
        font-size: 25px
    }

    .responsive .event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section .countdown-period {
        font-size: 14px
    }

    .responsive .event-list .feature-event .text-event .title-event {
        font-size: 20px
    }
}

@media(max-width:767px) {
    .responsive .event-list .feature-event .image-event .slide-image .wrap-arrow-slick {
        padding: 0 20px
    }

    .responsive .event-list .feature-event .image-event .slide-image .wrap-arrow-slick .arow-slick {
        font-size: 25px;
        width: 35px;
        height: 35px
    }

    .responsive .event-list .feature-event .text-event {
        margin-top: -41px;
        margin-left: 0;
        margin-right: 0
    }
}

@media(max-width:575px) {
    .responsive .event-list .feature-event .text-event {
        margin-top: 0;
        padding: 30px 20px 32px
    }

    .responsive .event-list .feature-event .text-event::before {
        height: 100%
    }

    .responsive .event-list .feature-event .text-event .tp_event_counter .countdown-row {
        margin: 0 -8px
    }

    .responsive .event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section {
        width: 70px;
        height: 70px;
        margin: 8px
    }

    .responsive .event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section .countdown-amount {
        font-size: 20px
    }

    .responsive .event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section .countdown-period {
        font-size: 14px
    }
}

.bl-event-detail .detail-event .title-event {
    font-size: 32px;
    line-height: 1.3;
    word-break: break-word;
    margin-bottom: 30px
}

.bl-event-detail .detail-event .image-event {
    margin-bottom: 35px
}

.bl-event-detail .detail-event .image-event img {
    width: 100%
}

.bl-event-detail .detail-event .content-event {
    height: 100%;
    padding-right: 10.7%;
    border-right: 1px solid rgba(235, 235, 235, .5)
}

.bl-event-detail .detail-event .content-event h4 {
    font-size: 18px;
    line-height: 1.5;
    text-transform: uppercase;
    word-break: break-word
}

.bl-event-detail .detail-event .content-event>*:last-child {
    margin-bottom: 0
}

.bl-event-detail .detail-event .info-event .item-info {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
    margin-bottom: 27px
}

.bl-event-detail .detail-event .info-event .item-info:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.bl-event-detail .detail-event .info-event .item-info .name-info {
    margin-bottom: 12px
}

.bl-event-detail .detail-event .info-event .item-info .value-info {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.bl-event-detail .detail-event .info-event .item-info .value-info li {
    color: #828282;
    line-height: 1.75;
    margin-bottom: 0;
    position: relative;
    padding-left: 24px
}

.bl-event-detail .detail-event .info-event .item-info .value-info li a {
    color: inherit;
    transition: all .2s
}

.bl-event-detail .detail-event .info-event .item-info .value-info li a:hover {
    color: #ff5f2e
}

.bl-event-detail .detail-event .info-event .item-info .value-info li i {
    font-size: 15px;
    color: #ff5f2e;
    position: absolute;
    top: 5px;
    left: 0
}

.bl-event-detail .detail-event .info-event .item-info.share-link .namefield {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.3;
    color: #56509f;
    display: inline-block;
    margin-right: 15px;
    position: relative
}

.bl-event-detail .detail-event .info-event .item-info.share-link .namefield:after {
    position: absolute;
    content: ":";
    right: -5px;
    bottom: 0
}

.bl-event-detail .detail-event .info-event .item-info.share-link .socials {
    display: inline-block
}

.bl-event-detail .detail-event .info-event .item-info.share-link .socials a {
    color: #828282;
    line-height: 1.75;
    display: inline-block;
    margin-right: 15px;
    transition: all .2s
}

.bl-event-detail .detail-event .info-event .item-info.share-link .socials a:hover {
    color: #ff5f2e
}

.bl-event-detail .detail-event .info-event .item-info.share-link .socials a i {
    position: static;
    color: inherit;
    font-size: inherit
}

.bl-event-detail .detail-event .col,
.bl-event-detail .detail-event [class*=col-] {
    padding-bottom: 53px
}

.bl-event-detail .author-event {
    border: 1px solid #e7e7e7;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 53px
}

.bl-event-detail .author-event .ava-author {
    width: 87px
}

.bl-event-detail .author-event .ava-author img {
    width: 100%
}

.bl-event-detail .author-event .text-author {
    width: calc(100% - 87px - 21px);
    align-self: center
}

.bl-event-detail .author-event .text-author .name-author {
    margin-bottom: 9px
}

.bl-event-detail .form-join-event .title-form {
    font-size: 26px;
    margin-bottom: 32px
}

.bl-event-detail .form-join-event form .row {
    margin-right: -10px;
    margin-left: -10px
}

.bl-event-detail .form-join-event form .row .col,
.bl-event-detail .form-join-event form .row [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px
}

.bl-event-detail .form-join-event form label {
    display: block;
    width: 100%
}

.bl-event-detail .form-join-event form label textarea,
.bl-event-detail .form-join-event form label input {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #797979;
    width: 100%;
    background: 0 0;
    padding: 0 18px;
    border: 1px solid #e5e5e5
}

.bl-event-detail .form-join-event form label textarea:focus,
.bl-event-detail .form-join-event form label input:focus {
    border-color: #ff5f2e
}

.bl-event-detail .form-join-event form label input {
    height: 50px
}

.bl-event-detail .form-join-event form label textarea {
    display: block;
    margin-bottom: 0;
    min-height: 200px;
    padding-top: 19px;
    padding-bottom: 19px
}

.bl-event-detail .form-join-event form button {
    cursor: pointer;
    font-family: Sniglet;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    min-width: 200px;
    overflow: hidden;
    height: 50px;
    border-radius: 25px;
    background: #ff5f2e;
    padding: 0 40px;
    transition: all .2s;
    margin-top: 40px
}

.bl-event-detail .form-join-event form button:hover {
    background: #fa3b00
}

@media(max-width:767px) {
    .responsive .bl-event-detail .detail-event .title-event {
        font-size: 28px
    }

    .responsive .bl-event-detail .detail-event .content-event {
        padding-right: 0;
        border-right: none
    }
}

.woocommerce form .form-row .woocommerce-input-wrapper {
    width: 100%
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    outline: none;
    min-width: 1px;
    background: 0 0;
    border: 1px solid #e5e5e5;
    line-height: 35px;
    padding: 0 15px;
    width: 100%;
    border-color: #ebebeb
}

.woocommerce form .form-row textarea {
    padding: 10px 15px;
    line-height: inherit
}

.woocommerce form .form-row label {
    font-weight: 500
}

.woocommerce form.checkout input,
.woocommerce form.checkout textarea,
.woocommerce form.comment-form input,
.woocommerce form.comment-form textarea {
    padding-left: 15px;
    padding-right: 15px
}

.woocommerce #payment #place_order {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    height: 50px;
    transition: all .2s;
    margin: 10px 0;
    position: relative;
    padding: 0 48px;
    font-weight: 700;
    z-index: 0
}

.woocommerce #payment #place_order:before,
.woocommerce #payment #place_order:after {
    content: "";
    display: block;
    width: 50%;
    height: 50%;
    position: absolute;
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    transition: all .3s linear
}

.woocommerce #payment #place_order:before {
    top: 0;
    left: 0;
    right: auto
}

.woocommerce #payment #place_order:after {
    bottom: 0;
    left: auto;
    right: 0
}

.woocommerce #payment #place_order:hover:before {
    width: 100%;
    height: 100%;
    top: 100%;
    bottom: auto;
    left: 100%;
    right: auto;
    opacity: 1;
    transform: translate(-100%, -100%)
}

.woocommerce #payment #place_order:hover:after {
    width: 100%;
    height: 100%;
    bottom: 100%;
    left: auto;
    right: 100%;
    opacity: 1;
    transform: translate(100%, 100%)
}

.woocommerce .woocommerce-checkout #customer_details {
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    width: auto
}

.woocommerce .woocommerce-checkout #customer_details .col-1,
.woocommerce .woocommerce-checkout #customer_details .col-2 {
    max-width: 100%;
    flex: 0 1 50%
}

@media(max-width:767px) {

    .woocommerce .woocommerce-checkout #customer_details .col-1,
    .woocommerce .woocommerce-checkout #customer_details .col-2 {
        flex: 0 1 100%
    }
}

.woocommerce .woocommerce-checkout #customer_details h3 {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 15px
}

.woocommerce .woocommerce-checkout #customer_details #ship-to-different-address {
    margin-bottom: 0
}

.woocommerce .woocommerce-checkout #customer_details #ship-to-different-address label {
    display: flex;
    align-items: center
}

.woocommerce .woocommerce-checkout #customer_details #ship-to-different-address label span {
    font-size: 20px;
    margin-left: 10px
}

.woocommerce .woocommerce-checkout #order_review_heading {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px
}

.woocommerce table.shop_table {
    border-collapse: collapse
}

@media(max-width:768px) {
    .woocommerce table.shop_table tr td.product-quantity {
        display: flex;
        align-items: center;
        justify-content: space-between
    }
}

body.learnpress-v4 #certificate-popup.ready {
    display: flex;
    justify-content: center;
    align-items: center
}

body.learnpress-v4 .lp-archive-courses {
    text-align: left;
    margin-bottom: 0
}

body.learnpress-v4 .lp-archive-courses .lp-course-page__content {
    margin-bottom: 200px
}

body.learnpress-v4 .lp-archive-courses .learn-press-courses .course {
    width: 33.33333%;
    padding: 0 15px
}

@media screen and (max-width:768px) {
    body.learnpress-v4 .lp-archive-courses .learn-press-courses .course {
        width: 50%
    }
}

@media screen and (max-width:600px) {
    body.learnpress-v4 .lp-archive-courses .learn-press-courses .course {
        width: 100%
    }
}

body.learnpress-v4 #learn-press-course .buy-class .lp-course-buttons {
    margin-bottom: 0
}

body.learnpress-v4 .course-remaining-time .lp-label.label-enrolled {
    padding: 5px 7px;
    background: #d243ff;
    border-radius: 4px;
    color: #fff;
    margin-right: 5px
}

body.learnpress-v4 #lp-modal-window #lp-modal-buttons .lp-button {
    padding: 10px 45px !important;
    border: 0
}

body.learnpress-v4 .learn-press-course-results-progress .lp-course-progress-heading {
    margin-bottom: 10px
}

body.learnpress-v4 .learn-press-course-results-progress .learn-press-progress {
    border-radius: 5px;
    width: auto;
    height: auto
}

body.learnpress-v4 .learn-press-course-results-progress .learn-press-progress .lp-passing-conditional {
    height: 10px;
    background: red
}

body.learnpress-v4 #learn-press-course-tabs.course-tabs {
    margin-top: 30px
}

body.learnpress-v4 #learn-press-course-tabs.course-tabs .course-nav-tabs {
    background: 0 0;
    display: block;
    max-height: inherit
}

body.learnpress-v4 #learn-press-course-tabs.course-tabs .course-nav-tabs .course-nav {
    flex: none;
    border-right: 0;
    border-bottom: 0
}

body.learnpress-v4 #learn-press-course-tabs.course-tabs .course-nav-tabs .course-nav.active::before {
    display: none
}

body.learnpress-v4 #learn-press-course-tabs.course-tabs .course-nav-tabs .course-nav label {
    font-weight: 400;
    line-height: 1;
    background: #56509f;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-width: 100%;
    height: 40px;
    border-radius: 23px;
    color: #fff;
    padding: 0 30px;
    margin: 5px 3px;
    box-shadow: 0 -2px 5px 0 rgba(86, 80, 159, .1);
    transition: all .2s
}

body.learnpress-v4 #learn-press-course-tabs.course-tabs .course-nav-tabs .course-nav label:hover {
    background: #ff5f2e;
    border-color: #ff5f2e !important;
    color: #fff
}

body.learnpress-v4 #learn-press-course-tabs.course-tabs .course-nav-tabs .course-nav.active label {
    background: #ff5f2e;
    border-color: #ff5f2e !important;
    color: #fff
}

body.learnpress-v4 #learn-press-course-tabs .course-tab-panels .course-tab-panel {
    padding-top: 15px
}

body.learnpress-v4 #learn-press-course-curriculum.course-curriculum ul.curriculum-sections {
    z-index: 199
}

body.learnpress-v4 #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-header {
    padding-bottom: 15px;
    border-bottom-color: #00adff
}

body.learnpress-v4 #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .item-name {
    padding: 17px 7px
}

body.learnpress-v4 #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .duration {
    background: #009688
}

body.learnpress-v4 .course-curriculum .section-header .section-left .section-toggle {
    display: flex;
    justify-content: center
}

body.learnpress-v4 #popup-course .learn-press-quiz-app:focus {
    outline: 0
}

body.learnpress-v4 #popup-course .learn-press-quiz-app>div:focus {
    outline: 0
}

body.learnpress-v4 #popup-course .learn-press-quiz-app>div>div:focus {
    outline: 0
}

body.learnpress-v4 #popup-course .learn-press-quiz-app .quiz-questions:focus {
    outline: 0
}

body.learnpress-v4 #popup-course .learn-press-quiz-app .quiz-questions .question:focus {
    outline: 0
}

body.learnpress-v4 #popup-course #popup-content .quiz-status .submit-quiz .lp-button {
    padding: 12px 29px !important
}

body.learnpress-v4 #popup-course #popup-content .quiz-status .questions-index {
    color: #fff
}

body.learnpress-v4 #popup-course #popup-content .quiz-status .questions-index span {
    color: #fff
}

body.learnpress-v4 #popup-course #popup-content #learn-press-item-comments .learn-press-comments {
    padding: 50px 0
}

@media(max-width:1024px) {
    body.learnpress-v4 #popup-course #popup-content #learn-press-content-item .content-item-wrap {
        padding-left: 15px;
        padding-right: 15px
    }
}

body.learnpress-v4 #popup-course #popup-content #learn-press-content-item .content-item-wrap .content-item-summary .course-item-title {
    text-align: center
}

body.learnpress-v4 #popup-course #popup-content .question .answer-option input[type=checkbox] {
    font-size: 15px
}

body.learnpress-v4 #popup-course #popup-content .form-button-finish-course {
    display: none
}

body.learnpress-v4 #popup-course #popup-content .lp-button.completed {
    padding: 12px 20px !important;
    width: auto
}

body.learnpress-v4 #popup-course #popup-content .learn-press-form .lp-button {
    padding: 12px 35px !important;
    border: 0;
    color: #fff
}

body.learnpress-v4 #popup-course #popup-content .quiz-buttons .lp-button {
    padding: 12px 36px !important;
    border: 0;
    color: #fff
}

body.learnpress-v4 #popup-course #popup-content .quiz-intro {
    justify-content: center
}

body.learnpress-v4 #popup-course #popup-header .popup-header__inner .course-title a {
    transition: all .3s
}

body.learnpress-v4 #popup-course #popup-footer .course-item-nav .prev .course-item-nav__name {
    top: -35px;
    left: 0
}

body.learnpress-v4 #popup-course #popup-footer .course-item-nav .next .course-item-nav__name {
    top: -35px;
    right: 0
}

body.learnpress-v4 #popup-course .lp-lesson-comment-btn {
    color: #fff;
    transition: all .2s
}

body.learnpress-v4 #learn-press-checkout {
    width: 100%;
    max-width: 100%
}

body.learnpress-v4 #learn-press-checkout h2 {
    display: none
}

body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form {
    margin: 0
}

@media(max-width:815px) {
    body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form {
        display: unset
    }
}

body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__before {
    float: none;
    width: 100%;
    margin: 0 0 50px
}

body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__before #checkout-order h4 {
    margin-bottom: 30px;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 24px
}

@media(max-width:767px) {
    body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__before #checkout-order h4 {
        font-size: 20px
    }
}

body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__before #checkout-order .lp-checkout-order__inner {
    padding: 0;
    border: unset;
    border-radius: unset
}

body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__before #checkout-order .lp-checkout-order__inner .course-thumbnail {
    border-right: unset
}

body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__before #checkout-order .lp-checkout-order__inner .course-name {
    border-left: unset
}

body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__before #checkout-order .lp-checkout-order__inner .order-total .col-number {
    font-size: 16px
}

body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__before #checkout-order .lp-checkout-order__inner th {
    padding: 10px 15px;
    border: 1px solid #eee
}

body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__before #checkout-order .lp-checkout-order__inner td {
    padding: 10px 15px;
    border: 1px solid #eee;
    text-align: left
}

body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__after {
    float: unset;
    width: 100%;
    margin: 0
}

body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__after .learn-press-checkout-comment {
    margin-top: 15px
}

body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__after .learn-press-checkout-comment .order-comments {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px
}

body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__after .learn-press-checkout-comment h4 {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 24px;
    display: block
}

@media(max-width:767px) {
    body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__after .learn-press-checkout-comment h4 {
        font-size: 20px
    }
}

body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__after #checkout-account-guest,
body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__after #checkout-account-login,
body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__after #checkout-account-register {
    max-width: 690px
}

body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__after #checkout-account-guest h4,
body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__after #checkout-account-login h4,
body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__after #checkout-account-register h4 {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 24px
}

@media(max-width:767px) {

    body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__after #checkout-account-guest h4,
    body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__after #checkout-account-login h4,
    body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__after #checkout-account-register h4 {
        font-size: 20px
    }
}

body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__after #checkout-account-guest #guest_email {
    width: 100%;
    padding: 8px 15px;
    border: 1px solid #eee
}

body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__after #checkout-account-register .lp-form-fields .form-field label {
    margin-bottom: 10px
}

body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__after #checkout-account-register .lp-form-fields .form-field input {
    width: 100%
}

body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__after #checkout-account-login .lp-form-fields .form-field label,
body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__after #checkout-account-register .lp-form-fields .form-field label {
    margin-bottom: 10px
}

body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__after #checkout-account-login .lp-form-fields .form-field #username,
body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__after #checkout-account-login .lp-form-fields .form-field #password,
body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__after #checkout-account-login .lp-form-fields .form-field input[type=text],
body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__after #checkout-account-login .lp-form-fields .form-field input[type=password],
body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__after #checkout-account-register .lp-form-fields .form-field #username,
body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__after #checkout-account-register .lp-form-fields .form-field #password,
body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__after #checkout-account-register .lp-form-fields .form-field input[type=text],
body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__after #checkout-account-register .lp-form-fields .form-field input[type=password] {
    width: 100%;
    border: 1px solid #eee;
    padding: 8px 15px
}

body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__after #checkout-account-login .lp-checkout-remember label input[type=checkbox],
body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__after #checkout-account-register .lp-checkout-remember label input[type=checkbox] {
    top: -1px
}

body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__after #checkout-account-login .lp-checkout-remember label input[type=checkbox]::after,
body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__after #checkout-account-register .lp-checkout-remember label input[type=checkbox]::after {
    display: none
}

body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__after #checkout-account-login .lp-checkout-remember label input[type=checkbox]::before,
body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__after #checkout-account-register .lp-checkout-remember label input[type=checkbox]::before {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate3d(-50%, -50%, 0)
}

body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__after #checkout-account-login .lp-checkout-remember label input[type=checkbox]:checked:before,
body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__after #checkout-account-register .lp-checkout-remember label input[type=checkbox]:checked:before {
    content: "\f00c";
    border: 0;
    height: auto;
    margin: 3px;
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    font-family: "font awesome 5 free";
    font-weight: 900;
    font-size: 13px;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: inherit;
    top: auto;
    left: 0;
    transform: none;
    line-height: 13px
}

body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__after #checkout-payment {
    margin-top: 30px;
    margin-bottom: 0
}

body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__after #checkout-payment h4 {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 24px
}

@media(max-width:767px) {
    body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__after #checkout-payment h4 {
        font-size: 20px
    }
}

body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__after #checkout-payment .payment-methods .lp-payment-method .gateway-icon {
    width: auto !important;
    height: auto !important
}

body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__after #checkout-payment .payment-methods #learn-press-payment-method-paypal #payment_method_paypal::before {
    margin: 0
}

body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__after #checkout-payment #checkout-order-action .lp-button {
    width: unset;
    text-transform: uppercase;
    font-size: 14px;
    background: 0 0;
    color: inherit;
    border-color: #ccc;
    padding: 15px 25px !important
}

body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__after #checkout-payment #checkout-order-action .lp-button:hover {
    opacity: unset;
    color: #fff
}

body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__after .lp-terms-and-conditions {
    margin-top: 10px
}

body.learnpress-v4.profile #learn-press-profile #profile-sidebar {
    margin-top: 0
}

body.learnpress-v4.profile #learn-press-profile #profile-sidebar .lp-profile-user {
    padding: 20px 25px;
    border-top: 1px solid rgba(204, 204, 204, .3)
}

body.learnpress-v4.profile #learn-press-profile .wrapper-profile-header {
    background: 0 0;
    color: inherit
}

body.learnpress-v4.profile #learn-press-profile .wrapper-profile-header .lp-profile-content-area {
    min-height: 270px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex
}

@media(max-width:990px) {
    body.learnpress-v4.profile #learn-press-profile .wrapper-profile-header .lp-profile-content-area {
        min-height: inherit;
        padding: 0 0 20px
    }
}

body.learnpress-v4.profile #learn-press-profile .wrapper-profile-header .lp-profile-content-area .lp-user-profile-socials {
    position: absolute;
    bottom: 25px;
    margin-top: 0;
    left: 20px;
    right: 20px
}

body.learnpress-v4.profile #learn-press-profile .wrapper-profile-header .lp-profile-left {
    bottom: -1px;
    border: 1px solid rgba(204, 204, 204, .3);
    border-radius: 0;
    position: relative;
    min-width: 270px
}

body.learnpress-v4.profile #learn-press-profile .wrapper-profile-header .lp-profile-right {
    margin-left: 0
}

body.learnpress-v4.profile #learn-press-profile .wrapper-profile-header .lp-profile-right .lp-profile-username:before,
body.learnpress-v4.profile #learn-press-profile .wrapper-profile-header .lp-profile-right .lp-profile-username:after {
    display: none
}

body.learnpress-v4.profile #learn-press-profile .wrapper-profile-header .lp-profile-user-bio {
    padding-bottom: 35px
}

@media(min-width:990px) {
    body.learnpress-v4.profile #learn-press-profile.no-bio-user .wrapper-profile-header .lp-profile-content-area {
        min-height: inherit;
        position: static;
        display: block;
        padding-left: 270px
    }

    body.learnpress-v4.profile #learn-press-profile.no-bio-user .wrapper-profile-header .lp-profile-left {
        bottom: auto;
        top: 0;
        position: absolute;
        left: 0
    }

    body.learnpress-v4.profile #learn-press-profile.no-bio-user #profile-sidebar {
        margin-top: 230px
    }
}

body.learnpress-v4.profile #learn-press-profile #profile-content {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: 30px;
    margin-bottom: 0
}

body.learnpress-v4.profile #learn-press-profile #profile-content #profile-header {
    width: 100%
}

@media(max-width:1024px) {
    body.learnpress-v4.profile #learn-press-profile #profile-content #profile-header {
        padding: 0
    }
}

body.learnpress-v4.profile #learn-press-profile #profile-content .lp-profile-header__inner {
    margin-bottom: 25px;
    padding-bottom: 45px;
    border-bottom: 1px solid #ddd
}

@media screen and (max-width:990px) {
    body.learnpress-v4.profile #learn-press-profile #profile-content .lp-profile-header__inner {
        padding-top: 60px
    }
}

body.learnpress-v4.profile #learn-press-profile #profile-content .lp-profile-header__inner .lp-profile-username {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 15px
}

body.learnpress-v4.profile #learn-press-profile #profile-content #dashboard-general-statistic {
    padding-bottom: 5px
}

body.learnpress-v4.profile #learn-press-profile #profile-content #dashboard-general-statistic .dashboard-general-statistic__row {
    margin: 0 -10px
}

body.learnpress-v4.profile #learn-press-profile #profile-content #dashboard-general-statistic .dashboard-general-statistic__row .statistic-box {
    width: calc(20% - 20px);
    padding: 12px 20px;
    margin: 0 10px 20px;
    border-radius: 0;
    border: none;
    min-width: 120px
}

body.learnpress-v4.profile #learn-press-profile #profile-content #dashboard-general-statistic .dashboard-general-statistic__row .statistic-box .statistic-box__text {
    font-size: .8em;
    text-transform: uppercase;
    line-height: 1.3em
}

body.learnpress-v4.profile #learn-press-profile #profile-content #dashboard-general-statistic .dashboard-general-statistic__row .statistic-box .statistic-box__number {
    font-size: 2em;
    margin: 15px 0 10px;
    display: inherit
}

@media screen and (max-width:768px) {
    body.learnpress-v4.profile #learn-press-profile #profile-content #dashboard-general-statistic {
        overflow-x: scroll
    }

    body.learnpress-v4.profile #learn-press-profile #profile-content #dashboard-general-statistic .dashboard-general-statistic__row {
        width: max-content;
        display: block
    }

    body.learnpress-v4.profile #learn-press-profile #profile-content #dashboard-general-statistic .dashboard-general-statistic__row .statistic-box {
        float: left;
        max-width: 120px
    }
}

body.learnpress-v4.profile #learn-press-profile #profile-content .learn-press-subtab-content a {
    cursor: pointer
}

body.learnpress-v4.profile #learn-press-profile #profile-content .learn-press-course-tab-filters .learn-press-filters a.active,
body.learnpress-v4.profile #learn-press-profile #profile-content .learn-press-course-tab-filters .learn-press-filters a:hover {
    color: var(--thim-body-primary-color)
}

body.learnpress-v4.profile #learn-press-profile #profile-content .learn-press-profile-course__tab__inner {
    background: #f4f4f5
}

body.learnpress-v4.profile #learn-press-profile #profile-content .learn-press-profile-course__tab__inner li {
    margin-bottom: 0
}

body.learnpress-v4.profile #learn-press-profile #profile-content .learn-press-profile-course__tab__inner a {
    color: #333
}

body.learnpress-v4.profile #learn-press-profile #profile-content .learn-press-profile-course__tab__inner a.active {
    border-top-color: var(--thim-body-primary-color);
    color: var(--thim-body-primary-color)
}

body.learnpress-v4.profile #learn-press-profile #profile-content .learn-press-profile-course__progress .lp_profile_course_progress__header {
    background: #f4f4f5
}

body.learnpress-v4.profile #learn-press-profile #profile-content .lp_profile_course_progress__item a {
    color: #333
}

body.learnpress-v4.profile #learn-press-profile #profile-content .lp_profile_course_progress__item a:hover {
    color: var(--thim-body-primary-color)
}

body.learnpress-v4.profile #learn-press-profile #profile-content .lp_profile_course_progress__nav .lp-button {
    margin-top: 20px;
    border: 2px solid #333 !important;
    border-radius: 30px;
    color: #333 !important;
    line-height: 30px;
    padding: 6px 35px !important;
    text-transform: uppercase;
    white-space: nowrap
}

body.learnpress-v4.profile #learn-press-profile #profile-content .lp_profile_course_progress__nav .lp-button:hover {
    background: var(--thim-body-primary-color);
    color: #fff !important;
    border-color: var(--thim-body-primary-color) !important
}

@media(max-width:1024px) {
    body.learnpress-v4.profile #learn-press-profile .lp-content-area {
        padding-right: 0;
        padding-left: 0
    }
}

body.learnpress-v4.profile #learn-press-profile .wrap-fullwidth {
    margin: 0
}

body.learnpress-v4.profile #learn-press-profile .learn-press-form {
    width: 48%;
    float: left;
    padding: 40px 20px;
    border-radius: 0;
    margin-bottom: 25px
}

body.learnpress-v4.profile #learn-press-profile .learn-press-form .form-fields .form-field input {
    border-radius: 0
}

body.learnpress-v4.profile #learn-press-profile .learn-press-form .form-fields .form-field input:focus {
    border: 1px solid;
    outline: none !important;
    box-shadow: 0 0 0 !important
}

body.learnpress-v4.profile #learn-press-profile .learn-press-form h3 {
    margin-top: 0
}

body.learnpress-v4.profile #learn-press-profile .learn-press-form ul {
    list-style: none
}

body.learnpress-v4.profile #learn-press-profile .learn-press-form-register {
    float: right
}

@media(max-width:600px) {
    body.learnpress-v4.profile #learn-press-profile .learn-press-form {
        width: 100%;
        float: none
    }
}

body.learnpress-v4.profile #learn-press-profile .class-item {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: left
}

body.learnpress-v4.profile #learn-press-profile .class-item.color-1 .flower {
    background-color: #f9c00c
}

body.learnpress-v4.profile #learn-press-profile .class-item.color-1 .class-text .cat a:hover {
    color: #f9c00c
}

body.learnpress-v4.profile #learn-press-profile .class-item.color-1 .class-text .title a:hover {
    color: #f9c00c
}

body.learnpress-v4.profile #learn-press-profile .class-item.color-1 .class-text .title:hover {
    color: #f9c00c
}

body.learnpress-v4.profile #learn-press-profile .class-item.color-2 .flower {
    background-color: #00b9f1
}

body.learnpress-v4.profile #learn-press-profile .class-item.color-2 .class-text .cat a:hover {
    color: #00b9f1
}

body.learnpress-v4.profile #learn-press-profile .class-item.color-2 .class-text .title a:hover {
    color: #00b9f1
}

body.learnpress-v4.profile #learn-press-profile .class-item.color-2 .class-text .title:hover {
    color: #00b9f1
}

body.learnpress-v4.profile #learn-press-profile .class-item.color-3 .flower {
    background-color: #56a902
}

body.learnpress-v4.profile #learn-press-profile .class-item.color-3 .class-text .cat a:hover {
    color: #56a902
}

body.learnpress-v4.profile #learn-press-profile .class-item.color-3 .class-text .title a:hover {
    color: #56a902
}

body.learnpress-v4.profile #learn-press-profile .class-item.color-3 .class-text .title:hover {
    color: #56a902
}

body.learnpress-v4.profile #learn-press-profile .class-item.color-4 .flower {
    background-color: #bd66ff
}

body.learnpress-v4.profile #learn-press-profile .class-item.color-4 .class-text .cat a:hover {
    color: #bd66ff
}

body.learnpress-v4.profile #learn-press-profile .class-item.color-4 .class-text .title a:hover {
    color: #bd66ff
}

body.learnpress-v4.profile #learn-press-profile .class-item.color-4 .class-text .title:hover {
    color: #bd66ff
}

body.learnpress-v4.profile #learn-press-profile .class-item.color-5 .flower {
    background-color: #519d9e
}

body.learnpress-v4.profile #learn-press-profile .class-item.color-5 .class-text .cat a:hover {
    color: #519d9e
}

body.learnpress-v4.profile #learn-press-profile .class-item.color-5 .class-text .title a:hover {
    color: #519d9e
}

body.learnpress-v4.profile #learn-press-profile .class-item.color-5 .class-text .title:hover {
    color: #519d9e
}

body.learnpress-v4.profile #learn-press-profile .class-item.color-6 .flower {
    background-color: #ee7785
}

body.learnpress-v4.profile #learn-press-profile .class-item.color-6 .class-text .cat a:hover {
    color: #ee7785
}

body.learnpress-v4.profile #learn-press-profile .class-item.color-6 .class-text .title a:hover {
    color: #ee7785
}

body.learnpress-v4.profile #learn-press-profile .class-item.color-6 .class-text .title:hover {
    color: #ee7785
}

body.learnpress-v4.profile #learn-press-profile .class-item .class-image {
    overflow: hidden;
    position: relative
}

body.learnpress-v4.profile #learn-press-profile .class-item .class-image img {
    transition: all .5s ease
}

body.learnpress-v4.profile #learn-press-profile .class-item .class-image:hover img {
    transform: scale(1.1)
}

body.learnpress-v4.profile #learn-press-profile .class-item .class-price {
    text-align: center;
    font-weight: 300;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    width: 80px;
    height: 81px;
    margin: -40px 15px -41px auto;
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

body.learnpress-v4.profile #learn-press-profile .class-item .class-price .price-background {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

body.learnpress-v4.profile #learn-press-profile .class-item .class-price .price-background .flower {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    position: relative
}

body.learnpress-v4.profile #learn-press-profile .class-item .class-price .price-background .flower .petal {
    height: 80px;
    width: 24px;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 12px);
    background-color: inherit;
    border-radius: 12px
}

body.learnpress-v4.profile #learn-press-profile .class-item .class-price .price-background .flower .petal:nth-child(2) {
    transform: rotateZ(36deg)
}

body.learnpress-v4.profile #learn-press-profile .class-item .class-price .price-background .flower .petal:nth-child(3) {
    transform: rotateZ(72deg)
}

body.learnpress-v4.profile #learn-press-profile .class-item .class-price .price-background .flower .petal:nth-child(4) {
    transform: rotateZ(108deg)
}

body.learnpress-v4.profile #learn-press-profile .class-item .class-price .price-background .flower .petal:nth-child(5) {
    transform: rotateZ(144deg)
}

body.learnpress-v4.profile #learn-press-profile .class-item .class-price .price-background img {
    width: 100%;
    height: 100%
}

body.learnpress-v4.profile #learn-press-profile .class-item .class-price .number {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    color: #fff
}

body.learnpress-v4.profile #learn-press-profile .class-item .class-text {
    flex-grow: 1;
    background: #56509f;
    padding: 24px 20px 26px
}

body.learnpress-v4.profile #learn-press-profile .class-item .class-text .cat {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #cccae2
}

body.learnpress-v4.profile #learn-press-profile .class-item .class-text .cat a {
    color: #cccae2;
    transition: all .2s
}

body.learnpress-v4.profile #learn-press-profile .class-item .class-text .title {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.444444;
    color: #fff;
    margin-bottom: 19px
}

body.learnpress-v4.profile #learn-press-profile .class-item .class-text .title a {
    color: #fff;
    transition: all .2s
}

body.learnpress-v4.profile #learn-press-profile .class-item .class-text .info {
    display: flex
}

body.learnpress-v4.profile #learn-press-profile .class-item .class-text .info .info-item {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.3;
    color: #cccae2;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-right: 40px
}

body.learnpress-v4.profile #learn-press-profile .class-item .class-text .info .info-item:last-child {
    padding-right: 0
}

body.learnpress-v4.profile #learn-press-profile .class-item .class-text .info .info-item:last-child:after {
    display: none
}

body.learnpress-v4.profile #learn-press-profile .class-item .class-text .info .info-item span {
    color: #fff
}

body.learnpress-v4.profile #learn-press-profile .class-item .class-text .info .info-item::after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 7px);
    background: #fff;
    opacity: .15;
    position: absolute;
    right: 20px;
    top: 3px
}

body.learnpress-v4.profile #learn-press-profile .site-content {
    padding: 0 15px
}

body.learnpress-v4.profile .profile-courses .inner-course,
body.learnpress-v4.profile .profile-courses-list .inner-course {
    border: 1px solid #e0e0e0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

body.learnpress-v4.profile .profile-courses .inner-course .wrapper-course-thumbnail,
body.learnpress-v4.profile .profile-courses-list .inner-course .wrapper-course-thumbnail {
    position: relative;
    min-height: 202px
}

body.learnpress-v4.profile .profile-courses .inner-course .wrapper-course-thumbnail .course-thumbnail,
body.learnpress-v4.profile .profile-courses-list .inner-course .wrapper-course-thumbnail .course-thumbnail {
    display: block;
    position: relative
}

body.learnpress-v4.profile .profile-courses .inner-course .wrapper-course-thumbnail .course-thumbnail::before,
body.learnpress-v4.profile .profile-courses-list .inner-course .wrapper-course-thumbnail .course-thumbnail::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background: rgba(0, 0, 0, .6);
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 95%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 95%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 95%);
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 95%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 95%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

body.learnpress-v4.profile .profile-courses .inner-course .wrapper-course-thumbnail label,
body.learnpress-v4.profile .profile-courses-list .inner-course .wrapper-course-thumbnail label {
    line-height: 24px;
    padding: 1px 10px 2px;
    font-size: 14px;
    text-transform: uppercase;
    font-style: italic;
    color: #fff;
    margin: 0;
    font-weight: 400;
    position: absolute;
    left: -3px;
    top: 15px
}

body.learnpress-v4.profile .profile-courses .inner-course .wrapper-course-thumbnail .teacher_course,
body.learnpress-v4.profile .profile-courses-list .inner-course .wrapper-course-thumbnail .teacher_course {
    position: absolute;
    left: 0;
    bottom: 50px;
    padding: 0;
    width: 100%;
    text-align: center
}

body.learnpress-v4.profile .profile-courses .inner-course .wrapper-course-thumbnail .teacher_course .thim-co-instructor,
body.learnpress-v4.profile .profile-courses-list .inner-course .wrapper-course-thumbnail .teacher_course .thim-co-instructor {
    display: inline-block;
    margin: 0 5px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s
}

body.learnpress-v4.profile .profile-courses .inner-course .wrapper-course-thumbnail .teacher_course .thim-co-instructor .author-avatar,
body.learnpress-v4.profile .profile-courses-list .inner-course .wrapper-course-thumbnail .teacher_course .thim-co-instructor .author-avatar {
    padding: 2px;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    max-width: 42px;
    display: inline-block
}

body.learnpress-v4.profile .profile-courses .inner-course .wrapper-course-thumbnail .teacher_course .thim-co-instructor .author-avatar img,
body.learnpress-v4.profile .profile-courses-list .inner-course .wrapper-course-thumbnail .teacher_course .thim-co-instructor .author-avatar img {
    border-radius: 50%
}

body.learnpress-v4.profile .profile-courses .inner-course .wrapper-course-thumbnail .teacher_course .thim-co-instructor .author-bio,
body.learnpress-v4.profile .profile-courses-list .inner-course .wrapper-course-thumbnail .teacher_course .thim-co-instructor .author-bio {
    margin-top: 5px
}

body.learnpress-v4.profile .profile-courses .inner-course .wrapper-course-thumbnail .teacher_course .thim-co-instructor .author-bio .author-top a,
body.learnpress-v4.profile .profile-courses-list .inner-course .wrapper-course-thumbnail .teacher_course .thim-co-instructor .author-bio .author-top a {
    color: #fff;
    text-transform: capitalize;
    font-weight: 300;
    font-style: italic
}

body.learnpress-v4.profile .profile-courses .inner-course .wrapper-course-thumbnail .teacher_course .author-wrapper,
body.learnpress-v4.profile .profile-courses-list .inner-course .wrapper-course-thumbnail .teacher_course .author-wrapper {
    text-align: center
}

body.learnpress-v4.profile .profile-courses .inner-course .item-list-center .course-title,
body.learnpress-v4.profile .profile-courses-list .inner-course .item-list-center .course-title {
    padding: 24px 20px 12px
}

body.learnpress-v4.profile .profile-courses .inner-course .item-list-center .course-title h2,
body.learnpress-v4.profile .profile-courses-list .inner-course .item-list-center .course-title h2 {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px
}

body.learnpress-v4.profile .profile-courses .inner-course .item-list-center .course-title h2 a:hover,
body.learnpress-v4.profile .profile-courses-list .inner-course .item-list-center .course-title h2 a:hover {
    color: #2c3339 !important
}

body.learnpress-v4.profile .profile-courses .inner-course .item-list-center .course-description,
body.learnpress-v4.profile .profile-courses-list .inner-course .item-list-center .course-description {
    padding: 0 20px;
    font-size: 15px;
    line-height: 22px
}

body.learnpress-v4.profile .profile-courses .inner-course .item-list-center .course-price,
body.learnpress-v4.profile .profile-courses-list .inner-course .item-list-center .course-price {
    padding: 15px 20px;
    display: block;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase
}

body.learnpress-v4.profile .profile-courses .inner-course .item-list-center .course-students,
body.learnpress-v4.profile .profile-courses-list .inner-course .item-list-center .course-students {
    padding: 0 20px 25px;
    border-top: none;
    overflow: hidden;
    color: #cfcfcf;
    display: block;
    text-transform: capitalize;
    justify-content: space-between
}

body.learnpress-v4.profile .profile-courses .inner-course .item-list-center .course-students span,
body.learnpress-v4.profile .profile-courses-list .inner-course .item-list-center .course-students span {
    width: auto;
    float: none
}

body.learnpress-v4.profile .profile-courses .inner-course .item-list-center .course-students span::before,
body.learnpress-v4.profile .profile-courses-list .inner-course .item-list-center .course-students span::before {
    content: "\f307";
    font-family: dashicons !important;
    float: left;
    padding: 0 3px 0 0;
    line-height: 24px;
    font-size: 20px
}

body.learnpress-v4.profile .profile-courses .inner-course .item-list-center .course-students span .students,
body.learnpress-v4.profile .profile-courses-list .inner-course .item-list-center .course-students span .students {
    font-weight: 400
}

body.learnpress-v4.profile .profile-courses .inner-course:hover,
body.learnpress-v4.profile .profile-courses-list .inner-course:hover {
    -webkit-box-shadow: 0 0 20px #e0e0e0;
    -moz-box-shadow: 0 0 20px #e0e0e0;
    box-shadow: 0 0 20px #e0e0e0
}

body.learnpress-v4.profile .profile-courses .inner-course:hover .course-thumbnail::before,
body.learnpress-v4.profile .profile-courses-list .inner-course:hover .course-thumbnail::before {
    opacity: 1;
    visibility: visible
}

body.learnpress-v4.profile .profile-courses .inner-course:hover .teacher_course .thim-co-instructor,
body.learnpress-v4.profile .profile-courses-list .inner-course:hover .teacher_course .thim-co-instructor {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

body .bl-class-detail .class-detail-text .course-extra-box__content ul {
    margin: 0;
    padding: 0;
    list-style: none
}

body .bl-class-detail .class-detail-text .course-extra-box__content ul li {
    list-style: none
}

body.learnpress-v4 #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_lesson .section-item-link::before {
    color: var(--thim-body-primary-color)
}

body.learnpress-v4 #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_quiz .section-item-link::before {
    color: var(--thim-body-primary-color)
}

body.learnpress-v4 #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link:hover>span {
    color: var(--thim-body-primary-color)
}

body.learnpress-v4 #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content #learn-press-quiz-app .quiz-status>div {
    background: var(--thim-body-primary2-color)
}

body.learnpress-v4 .class-detail-text ul.learn-press-nav-tabs li label {
    background: var(--thim-body-primary2-color)
}

body.learnpress-v4 .class-detail-text ul.learn-press-nav-tabs li.active label,
body.learnpress-v4 .class-detail-text ul.learn-press-nav-tabs li label:hover {
    background: var(--thim-body-primary-color) !important;
    border-color: var(--thim-body-primary-color) !important;
    color: #fff !important
}

body.learnpress-v4 #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-header .section-left .section-title,
body.learnpress-v4 #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-header .section-left .section-toggle {
    color: var(--thim-body-primary2-color) !important
}

body.learnpress-v4 #popup-course #popup-header {
    background: var(--thim-body-primary-color)
}

body.learnpress-v4 #popup-course #popup-content #learn-press-quiz-app .quiz-result.passed .result-message {
    background: var(--thim-body-primary-color)
}

body.learnpress-v4 #popup-course #popup-content #learn-press-quiz-app .quiz-attempts .attempts-heading {
    text-align: center
}

body.learnpress-v4 #popup-course #popup-content #learn-press-quiz-app .quiz-attempts table {
    margin: 0 auto
}

body.learnpress-v4 #popup-course #popup-content #learn-press-quiz-app .quiz-status .submit-quiz .lp-button:hover {
    background: var(--thim-body-primary2-color)
}

body.learnpress-v4 #popup-course #popup-content #learn-press-quiz-app .quiz-status>div {
    background: var(--thim-body-primary-color)
}

body.learnpress-v4 #popup-course #popup-content #learn-press-quiz-app .questions-pagination .nav-links .page-numbers.current {
    color: var(--thim-body-primary-color)
}

body.learnpress-v4 #popup-course #popup-content #learn-press-quiz-app .questions-pagination .nav-links .page-numbers:hover {
    color: var(--thim-body-primary-color)
}

body.learnpress-v4 #popup-course #popup-content #learn-press-quiz-app .questions-pagination .nav-links .page-numbers.next {
    color: var(--thim-body-primary-color)
}

body.learnpress-v4 #popup-course #sidebar-toggle:before {
    color: var(--thim-body-primary-color)
}

body.learnpress-v4 #popup-course #popup-footer .course-item-nav .prev:hover:before,
body.learnpress-v4 #popup-course #popup-footer .course-item-nav .prev:hover a,
body.learnpress-v4 #popup-course #popup-footer .course-item-nav .next:hover:before,
body.learnpress-v4 #popup-course #popup-footer .course-item-nav .next:hover a {
    color: var(--thim-body-primary-color)
}

body.learnpress-v4 #popup-course #popup-sidebar .search-course {
    background: var(--thim-body-primary-color)
}

body.learnpress-v4 #popup-course #popup-sidebar .search-course input[name=s] {
    color: #fff
}

body.learnpress-v4 #popup-course #popup-sidebar .search-course input[name=s]::placeholder {
    color: #fff
}

body.learnpress-v4 #popup-course #popup-sidebar .search-course button::before {
    color: #fff
}

body.learnpress-v4 #popup-course #popup-sidebar .course-curriculum .section .section-content .course-item {
    height: inherit;
    min-height: 60px
}

body.learnpress-v4 #popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link:before {
    color: var(--thim-body-primary-color)
}

body.learnpress-v4 #popup-course .quiz-intro-item--questions-count::before {
    color: var(--thim-body-primary-color)
}

body.learnpress-v4 #popup-course .quiz-intro-item::before {
    color: var(--thim-body-primary-color)
}

body.learnpress-v4 .lp-lesson-comment-btn {
    background: var(--thim-body-primary-color)
}

body.learnpress-v4 .lp-lesson-comment-btn:hover {
    background: var(--thim-body-primary2-color)
}

body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form a:hover {
    color: var(--thim-body-primary-color)
}

body.learnpress-v4 #learn-press-checkout .learnpress #learn-press-checkout-form .lp-checkout-form__after #checkout-payment #checkout-order-action .lp-button:hover {
    background: var(--thim-body-primary-color);
    border-color: var(--thim-body-primary-color)
}

body.learnpress-v4 #checkout-order .lp-checkout-order__inner .course-name a:hover {
    color: var(--thim-body-primary-color)
}

body.learnpress-v4 #learn-press-profile #profile-content .lp-button:hover,
body.learnpress-v4 #learn-press-profile .lp-user-profile-socials a:hover {
    background: var(--thim-body-primary-color);
    border: var(--thim-body-primary-color)
}

body.learnpress-v4 #learn-press-profile #profile-nav .lp-profile-nav-tabs li.active,
body.learnpress-v4 #learn-press-profile #profile-nav .lp-profile-nav-tabs li:hover,
body.learnpress-v4 #learn-press-profile-basic-information button,
body.learnpress-v4 .learn-press-tabs .learn-press-tabs__checker:nth-child(1):checked~.learn-press-tabs__nav .learn-press-tabs__tab:nth-child(1)::before,
body.learnpress-v4 .learn-press-tabs .learn-press-tabs__checker:nth-child(2):checked~.learn-press-tabs__nav .learn-press-tabs__tab:nth-child(2)::before,
body.learnpress-v4 .learn-press-tabs .learn-press-tabs__checker:nth-child(3):checked~.learn-press-tabs__nav .learn-press-tabs__tab:nth-child(3)::before,
body.learnpress-v4 .learn-press-message.success::before {
    background: var(--thim-body-primary-color)
}

body.learnpress-v4 #learn-press-profile #profile-nav .lp-profile-nav-tabs>li>a>i,
body.learnpress-v4 #learn-press-profile #profile-nav .lp-profile-nav-tabs>li.wishlist>a::before,
body.learnpress-v4 .learn-press-tabs .learn-press-tabs__checker:nth-child(1):checked~.learn-press-tabs__nav .learn-press-tabs__tab:nth-child(1) label,
body.learnpress-v4 .learn-press-tabs .learn-press-tabs__checker:nth-child(1):checked~.learn-press-tabs__nav .learn-press-tabs__tab:nth-child(1) label a,
body.learnpress-v4 .learn-press-tabs .learn-press-tabs__checker:nth-child(2):checked~.learn-press-tabs__nav .learn-press-tabs__tab:nth-child(2) label,
body.learnpress-v4 .learn-press-tabs .learn-press-tabs__checker:nth-child(2):checked~.learn-press-tabs__nav .learn-press-tabs__tab:nth-child(2) label a,
body.learnpress-v4 .learn-press-tabs .learn-press-tabs__checker:nth-child(2):checked~.learn-press-tabs__nav .learn-press-tabs__tab:nth-child(3) label,
body.learnpress-v4 .learn-press-tabs .learn-press-tabs__checker:nth-child(3):checked~.learn-press-tabs__nav .learn-press-tabs__tab:nth-child(3) label a,
body.learnpress-v4 .learn-press-filters>li span,
body.learnpress-v4 .learn-press-filters>li span+span::before,
body.learnpress-v4 .learn-press-filters>li span+span::after,
body.learnpress-v4 .learn-press-filters>li a:hover,
body.learnpress-v4 #learn-press-profile #profile-content #profile-content-orders .column-order-actions a:hover,
body.learnpress-v4 .lp-list-table tbody tr td a:hover {
    color: var(--thim-body-primary-color)
}

body.learnpress-v4 .learn-press-filters>li a+span {
    color: #333
}

body.learnpress-v4 #learn-press-profile #profile-nav .lp-profile-nav-tabs>li ul li a:hover {
    background: var(--thim-body-primary-color);
    color: #fff
}

body.learnpress-v4 #learn-press-profile #profile-nav .lp-profile-nav-tabs li.active>a i,
body.learnpress-v4 #learn-press-profile #profile-nav .lp-profile-nav-tabs li:hover>a i,
body.learnpress-v4 #learn-press-profile #profile-nav .lp-profile-nav-tabs>li.wishlist:hover a::before,
body.learnpress-v4 #learn-press-profile #profile-nav .lp-profile-nav-tabs li.active>ul .active>a {
    color: #fff
}

body.learnpress-v4 #learn-press-profile-basic-information .form-field .form-field-input input:focus {
    border-color: var(--thim-body-primary-color)
}

body.learnpress-v4 #learn-press-profile-basic-information .form-field .form-field-input textarea:focus {
    border-color: var(--thim-body-primary-color)
}

body.learnpress-v4 .learn-press-message.success {
    border-top-color: var(--thim-body-primary-color)
}

body.learnpress-v4 .learn-press-courses .class-image .wrap-btn-add-course-to-cart {
    display: inherit
}

body.learnpress-v4 .learn-press-courses .class-image .wrap-btn-add-course-to-cart:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0
}

body.learnpress-v4 .learn-press-courses .class-image .wrap-btn-add-course-to-cart .lp-button {
    position: absolute;
    top: 50%;
    z-index: 90;
    left: 50%;
    right: auto;
    margin: auto;
    width: fit-content;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -khtml-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translate(-50%, -50%) scale(1.2, 1.2);
    -moz-transform: translate(-50%, -50%) scale(1.2, 1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2, 1.2);
    -o-transform: translate(-50%, -50%) scale(1.2, 1.2);
    background: 0 0;
    border: 2px solid #fff !important;
    border-radius: 30px !important;
    color: #fff;
    line-height: 30px;
    padding: 5px 22px !important;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: 0 !important
}

body.learnpress-v4 .learn-press-courses .class-image .wrap-btn-add-course-to-cart .lp-button:hover {
    background: var(--thim-body-primary-color);
    border-color: var(--thim-body-primary-color) !important
}

body.learnpress-v4 .learn-press-courses .class-image:hover .wrap-btn-add-course-to-cart .lp-button {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    -moz-transform: translate(-50%, -50%) scale(1, 1);
    -ms-transform: translate(-50%, -50%) scale(1, 1);
    -o-transform: translate(-50%, -50%) scale(1, 1);
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

body.learnpress-v4 .learn-press-courses .class-image:hover .wrap-btn-add-course-to-cart:before {
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

/*!--------------------------------------------------------------
1.0 - login-popup
----------------------------------------------------------------*/
.site-header.layout-1 .bp-element-login-popup .login-links>a {
    color: #fff
}

.site-header.layout-1 .bp-element-login-popup .login-links>a:hover {
    text-decoration: underline
}

.site-header.layout-2 .bp-element-login-popup .login-links a {
    color: #282828;
    font-weight: 400
}

.site-header.layout-2 .bp-element-login-popup .login-links a:hover {
    color: #ff5562
}

#bp-popup-login .form-row {
    flex-direction: column
}

#bp-popup-login .login-popup .title {
    margin-left: -5px
}

div.bp-element-login-popup .login-links .user-info li:before {
    display: none
}

/*!--------------------------------------------------------------
2.0 - login-form
----------------------------------------------------------------*/
.bp-element.bp-element-login-form .login-form-wrap form p {
    margin-bottom: 0
}

.bp-element.bp-element-login-form .login-form-wrap .title {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit
}

.bp-element.bp-element-login-form .login-form-wrap .line {
    display: inline-block;
    width: 90px;
    overflow: hidden;
    height: 8px;
    margin-bottom: 5px;
    background-color: unset;
    color: #ff5f2e
}

.bp-element.bp-element-login-form .login-form-wrap .line:before {
    content: "\f401\f401\f401\f401\f401\f401\f401\f401";
    font-family: Ionicons;
    font-size: 18px;
    line-height: 1;
    color: inherit;
    letter-spacing: 5px;
    display: flex;
    align-items: flex-start;
    height: 4px;
    overflow: hidden;
    transform: translateX(10px)
}

.bp-element.bp-element-login-form .login-form-wrap .line:after {
    content: "\f401\f401\f401\f401\f401\f401\f401\f401";
    font-family: Ionicons;
    font-size: 18px;
    line-height: 1;
    color: inherit;
    letter-spacing: 5px;
    display: flex;
    align-items: flex-end;
    height: 4px;
    overflow: hidden
}

/*!--------------------------------------------------------------
3.0 - search
----------------------------------------------------------------*/
.site-header.layout-1 .bp-element-search-courses.layout-1 {
    margin-left: 20px
}

.site-header.layout-1 .bp-element-search-courses.layout-1 .search-button {
    font-size: 16px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .3);
    transition: all .2s
}

.site-header.layout-1 .bp-element-search-courses.layout-1 .search-button::before {
    content: "\f2f5"
}

.site-header.layout-1 .bp-element-search-courses.layout-1 .search-button:hover {
    background: rgba(255, 255, 255, .6)
}

.site-header.layout-1 .bp-element-search-courses.layout-1 .search-form .form-search .search-field {
    border-color: #ff5f2e
}

.site-header.layout-2 .bp-element-search-courses.layout-1 {
    margin-left: 20px;
    position: relative
}

.site-header.layout-2 .bp-element-search-courses.layout-1::after {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background: rgba(37, 37, 37, .3);
    position: absolute;
    top: calc(50% - 7px);
    left: -7px
}

.site-header.layout-2 .bp-element-search-courses.layout-1 .search-button {
    font-size: 18px;
    line-height: 1;
    color: #282828;
    cursor: pointer;
    padding: 10px;
    transition: all .2s
}

.site-header.layout-2 .bp-element-search-courses.layout-1 .search-button::before {
    content: "\f2f5";
    font-family: Ionicons
}

.site-header.layout-2 .bp-element-search-courses.layout-1 .search-button:hover {
    color: #ff5562
}

.site-header.layout-2 .bp-element-search-courses.layout-1 .search-form .form-search .search-field {
    border-color: #ff5562
}

/*!--------------------------------------------------------------
5.0 - brands
----------------------------------------------------------------*/
div.bp-element-brands.layout-slider .item-slick .item-brands {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

div.bp-element-brands.layout-slider .item-slick .item-brands img {
    max-width: 100%;
    opacity: .5;
    transition: all .3s
}

div.bp-element-brands.layout-slider .item-slick .item-brands img:hover {
    opacity: 1;
    transform: scale(1.05)
}

/*!--------------------------------------------------------------
6.0 - brands
----------------------------------------------------------------*/
div.bp-element-call-to-action.layout-3 {
    padding: 0
}

div.bp-element-call-to-action.layout-3 .inner-action .content-text .title {
    font-family: Nunito;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    color: #fff;
    word-break: break-word;
    flex-grow: 1;
    flex-basis: 360px;
    padding-right: 30px;
    margin-top: 12px;
    margin-bottom: 12px
}

div.bp-element-call-to-action.layout-3 .inner-action .readmore {
    font-family: Nunito;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    height: 50px;
    border-radius: 25px;
    padding: 0 51px;
    transition: all .2s;
    margin-top: 0
}

/*!--------------------------------------------------------------
8.0 - icon-box
----------------------------------------------------------------*/
div.bp-element-icon-box.kindergarten-layout-6:hover .icon-box .content .link-more {
    color: #fff !important
}

.wrap-icon-box-kindergarten-layout-6 .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 0;
    position: relative
}

.wrap-icon-box-kindergarten-layout-6 .wpb_wrapper .wpb_single_image {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.wrap-icon-box-kindergarten-layout-6 .wpb_wrapper .wpb_single_image .wpb_wrapper {
    display: initial;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    position: initial
}

.wrap-icon-box-kindergarten-layout-6 .wpb_wrapper .wpb_single_image .vc_single_image-wrapper {
    width: 463px;
    position: relative;
    z-index: 0
}

.wrap-icon-box-kindergarten-layout-6 .wpb_wrapper .wpb_single_image .vc_single_image-wrapper::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 2px dashed #0fbaf4;
    background: #fff;
    opacity: .8
}

.wrap-icon-box-kindergarten-layout-6 .wpb_wrapper .wpb_single_image .vc_single_image-wrapper::after {
    content: "";
    display: block;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    position: absolute;
    z-index: -1;
    top: 12px;
    left: 12px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 8px 6px 20px 0 rgba(0, 0, 0, .1)
}

.wrap-icon-box-kindergarten-layout-6 .wpb_wrapper .wpb_single_image .vc_single_image-wrapper img {
    max-width: calc(100% - 24px);
    max-height: calc(100% - 24px);
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.wrap-icon-box-kindergarten-layout-6 .wpb_wrapper .bp-element-icon-box {
    width: calc(50% - 85px);
    margin: 15px 0
}

.wrap-icon-box-kindergarten-layout-6 .wpb_wrapper .bp-element-icon-box:nth-child(2) .icon-box,
.wrap-icon-box-kindergarten-layout-6 .wpb_wrapper .bp-element-icon-box:nth-child(4) .icon-box {
    padding-right: 175px
}

.wrap-icon-box-kindergarten-layout-6 .wpb_wrapper .bp-element-icon-box:nth-child(3) .icon-box,
.wrap-icon-box-kindergarten-layout-6 .wpb_wrapper .bp-element-icon-box:nth-child(5) .icon-box {
    padding-left: 175px
}

@media(min-width:992px) and (max-width:1200px) {
    div.bp-element-icon-box.kindergarten-layout-8 .icon-box .icon-image {
        margin-right: 0;
        margin-bottom: 25px
    }

    div.bp-element-icon-box.kindergarten-layout-8 .icon-box .content {
        text-align: center
    }
}

@media(max-width:991px) {
    .wrap-icon-box-kindergarten-layout-6 .wpb_wrapper .wpb_single_image {
        display: none
    }

    .wrap-icon-box-kindergarten-layout-6 .wpb_wrapper .bp-element-icon-box {
        width: calc(50% - 20px)
    }

    .wrap-icon-box-kindergarten-layout-6 .wpb_wrapper .bp-element-icon-box .icon-box {
        padding-left: 30px !important;
        padding-right: 30px !important
    }
}

@media(max-width:767px) {
    .wrap-icon-box-kindergarten-layout-6 .wpb_wrapper .bp-element-icon-box .icon-box {
        padding-left: 20px !important;
        padding-right: 20px !important
    }
}

/*!--------------------------------------------------------------
9.0 - search-courses
----------------------------------------------------------------*/
.site-header.layout-1 .bp-element-search-courses.layout-1 {
    margin-left: 20px
}

.site-header.layout-1 .bp-element-search-courses.layout-1 .search-button {
    font-size: 16px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .3);
    transition: all .2s
}

.site-header.layout-1 .bp-element-search-courses.layout-1 .search-button::before {
    content: "\f2f5"
}

.site-header.layout-1 .bp-element-search-courses.layout-1 .search-button:hover {
    background: rgba(255, 255, 255, .6)
}

.site-header.layout-1 .bp-element-search-courses.layout-1 .search-form .form-search .search-field {
    border-color: #ff5f2e
}

.site-header.layout-2 .bp-element-search-courses.layout-1 {
    margin-left: 20px;
    position: relative
}

.site-header.layout-2 .bp-element-search-courses.layout-1::after {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background: rgba(37, 37, 37, .3);
    position: absolute;
    top: calc(50% - 7px);
    left: -7px
}

.site-header.layout-2 .bp-element-search-courses.layout-1 .search-button {
    font-size: 18px;
    line-height: 1;
    color: #282828;
    cursor: pointer;
    padding: 10px;
    transition: all .2s
}

.site-header.layout-2 .bp-element-search-courses.layout-1 .search-button::before {
    content: "\f2f5";
    font-family: Ionicons
}

.site-header.layout-2 .bp-element-search-courses.layout-1 .search-button:hover {
    color: #ff5562
}

.site-header.layout-2 .bp-element-search-courses.layout-1 .search-form .form-search .search-field {
    border-color: #ff5562
}

/*!--------------------------------------------------------------
10.0 - testimonial
----------------------------------------------------------------*/
div.bp-element-testimonials.layout-slider-2 .slide-testimonial .slide-content .item-slick .testimonial-content .content {
    margin-bottom: 18px
}

div.bp-element-testimonials.layout-slider-2 .slide-testimonial .slide-content .item-slick .testimonial-content .author .name {
    font-size: 18px;
    font-weight: 500
}

/*!--------------------------------------------------------------
11.0 - posts
----------------------------------------------------------------*/
footer.site-footer .footer-sidebars .bp-element-posts.layout-list-2 .title {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    text-transform: uppercase;
    word-break: break-word;
    margin-bottom: 20px
}

footer.site-footer .footer-sidebars .bp-element-posts.layout-list-2 .list-post .item {
    margin-bottom: 16px
}

footer.site-footer .footer-sidebars .bp-element-posts.layout-list-2 .list-post .item .content .title {
    line-height: 1.5;
    word-break: break-word;
    margin-bottom: 4px;
    max-height: 48px;
    overflow: hidden
}

footer.site-footer .footer-sidebars .bp-element-posts.layout-list-2 .list-post .item .content .title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
    transition: all .2s
}

footer.site-footer .footer-sidebars .bp-element-posts.layout-list-2 .list-post .item .content .list-meta {
    font-style: italic
}

footer.site-footer .footer-sidebars .bp-element-posts.layout-list-2 .list-post .item .content .list-meta .post-date {
    font-size: 14px;
    color: #666;
    word-break: break-word;
    font-style: italic
}

footer.site-footer .footer-sidebars .bp-element-posts.layout-list-2 .list-post .item .content .list-meta .post-date:before {
    display: none
}

footer.site-footer .footer-sidebars .bp-element-posts.layout-list-2 .list-post .item .thumbnail {
    margin-right: 20px
}

div.bp-element-posts.kindergarten-layout-grid-2 .wrap-element .post-item .post-date {
    z-index: 9
}

@media(max-width:1400px) {
    footer.site-footer .footer-sidebars .bp-element-posts.layout-list-2 .list-post .item .thumbnail {
        width: auto
    }
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: -10px;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #fff;
    right: -10px
}

.mfp-image-holder .mfp-close,
.mfp-inline-holder .mfp-close {
    color: #fff;
    right: -10px;
    text-align: center;
    padding-right: 0;
    width: 32px;
    height: 32px;
    line-height: 32px
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    top: 50%;
    margin: -55px 0 0;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f
}

.mfp-inline-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-inline-holder .mfp-content {
    width: 100%;
    max-width: 900px
}

.mfp-inline-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 60%
}

.mfp-iframe-scaler #content {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #fff
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

.mfp-iframe-scaler .quickview iframe {
    background: 0 0;
    box-shadow: none;
    position: relative
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.mfp-content #content.quickview {
    height: auto;
    background: #fff
}

.quickview .woocommerce-review-link {
    display: none
}

.quickview .product-info .right .woocommerce-product-rating {
    margin-bottom: 10px !important
}

.quickview .product-info .right .product_meta {
    padding-bottom: 20px
}

.quickview .product-info {
    margin-bottom: 0;
    position: relative;
    height: 100%
}

.quickview .product-info .main-quickview {
    display: flex;
    flex-wrap: wrap
}

@media screen and (max-width:767px) {
    .quickview .product-info .main-quickview .left {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 20px
    }
}

@media screen and (max-width:767px) {
    .quickview .product-info .main-quickview .right {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 20px
    }
}

.quickview .product-info .flexslider {
    overflow: hidden
}

@media screen and (max-width:767px) {
    .quickview .product-info .flexslider {
        padding-bottom: 0;
        margin-bottom: 0
    }
}

.quickview .product-info .left {
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px
}

.quickview .product-info .right {
    text-align: left;
    padding-left: 15px
}

.quickview .product-info .right .description {
    font-size: 15px;
    float: left;
    margin-top: 15px
}

.quickview .product-info .right .woocommerce-product-rating .star-rating {
    float: left
}

.quickview .product-info .right .product_meta>span {
    display: block
}

.quickview .product-info .right .product_title {
    margin-bottom: 0;
    font-weight: 700;
    margin-top: 25px;
    font-size: 30px;
    line-height: 40px
}

@media screen and (max-width:767px) {
    .quickview .product-info .right .product_title {
        margin-top: 10px
    }
}

.quickview .product-info .right .social-share {
    float: left;
    margin-top: 20px;
    margin-bottom: 40px;
    display: block
}

.quickview .product-info .right .price {
    font-size: 20px;
    font-weight: 700
}

.quickview .product-info .right .price ins {
    text-decoration: none
}

.quickview .product-info .right .price del {
    font-weight: 400;
    padding-right: 5px
}

.quickview .product-info .right .cart {
    margin-top: 15px;
    float: left;
    width: 100%;
    padding-top: 0
}

.quickview .product-info .right .cart:before,
.quickview .product-info .right .cart:after {
    content: " ";
    display: table;
    clear: both
}

.quickview .product-info .right .cart a {
    font-weight: 400
}

.quickview .product-info .right .cart a .added:before {
    display: none !important
}

.quickview .product-info .right .cart button.button {
    height: auto;
    padding: 5px 15px;
    line-height: 30px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase
}

.quickview .product-info .right .cart .quantity {
    float: left;
    margin-right: 15px;
    height: auto
}

.quickview .product-info .right .cart .quantity input {
    padding: 5px 10px;
    border: 1px solid #eee;
    width: 55px;
    height: 40px;
    line-height: 30px;
    font-weight: 400
}

.quickview .product-info .right .cart table,
.quickview .product-info .right .cart th,
.quickview .product-info .right .cart td {
    border: none;
    padding: 0;
    margin-bottom: 0
}

.quickview .product-info .right .cart table .reset_variations,
.quickview .product-info .right .cart th .reset_variations,
.quickview .product-info .right .cart td .reset_variations {
    display: block
}

.quickview .product-info .right .cart table label,
.quickview .product-info .right .cart th label,
.quickview .product-info .right .cart td label {
    font-weight: 400
}

.quickview .product-info .right .cart table select,
.quickview .product-info .right .cart th select,
.quickview .product-info .right .cart td select {
    height: 30px;
    font-size: 13px
}

.quickview .product-info .right .reset_variations {
    font-size: 13px
}

.quickview .product-info .right .variations_form {
    margin-bottom: 0
}

.quickview .product-info .right .woo-share {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
    float: left
}

.quickview .product-info .right .woo-share .share_show {
    margin: 0
}

.quickview .product-info .right .woo-share li {
    list-style: none;
    display: inline-block
}

.quickview .product-info .right .woo-share li a {
    width: 24px;
    height: 24px;
    margin: 0 3px;
    text-align: center;
    color: #fff;
    line-height: 24px;
    display: inline-block
}

.quickview .product-info .right .woo-share li a.facebook {
    background: #3b5999;
    margin-left: 0
}

.quickview .product-info .right .woo-share li a.twitter {
    background: #61cae7
}

.quickview .product-info .right .woo-share li a.pinterest {
    background: #d4232b
}

.quickview .product-info .right .woo-share li a.googleplus {
    background: #f35633
}

.quickview .product-info .right .woo-share li a:hover {
    opacity: .6
}

.quickview .quick-view-detail {
    position: absolute;
    bottom: 10px;
    right: 20px;
    text-transform: none;
    text-decoration: underline;
    font-weight: 700
}

.quickview {
    min-width: auto;
    min-height: 500px
}

.quickview .flexslider {
    position: relative;
    padding: 30px 0
}

.quickview .flexslider .flex-direction-nav {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    margin: 0;
    padding: 0
}

.quickview .flexslider .flex-direction-nav li {
    list-style: none;
    float: left
}

.quickview .flexslider .flex-direction-nav li.flex-nav-next {
    float: right
}

.quickview .flexslider .flex-direction-nav li a {
    text-indent: -9999px;
    width: 35px;
    height: 35px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    filter: alpha(opacity=20);
    -ms-filter: "alpha(opacity=20)";
    -webkit-opacity: .2;
    -khtml-opacity: .2;
    -moz-opacity: .2;
    -ms-opacity: .2;
    -o-opacity: .2;
    opacity: .2;
    font-size: 0
}

.quickview .flexslider .flex-direction-nav li a.flex-disabled {
    display: none
}

.quickview .flexslider .flex-direction-nav li a:before {
    content: "";
    font-family: "font awesome 5 free";
    color: #fff;
    position: absolute;
    display: inline-block;
    text-indent: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 35px
}

.quickview .flexslider .flex-direction-nav li a.flex-next:before {
    content: "\f105"
}

.quickview .flexslider .flex-direction-nav li a.flex-prev:before {
    content: "\f104"
}

.quickview .flexslider:hover .flex-direction-nav li a {
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.mfp-inline-holder .mfp-content {
    min-width: 900px;
    min-height: 600px
}

@media screen and (max-width:920px) {
    .mfp-inline-holder .mfp-content {
        min-width: auto;
        min-height: auto
    }
}

.list-product-cat {
    text-align: center;
    margin-bottom: 60px;
    margin-top: -10px
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border-bottom: none
}

.product-cat {
    margin: 0 auto;
    display: inline-block;
    border-bottom: 1px solid #eee;
    padding: 0 10px
}

.product-cat li {
    list-style: none;
    display: inline-block
}

.product-cat li a {
    display: inline-block;
    border-bottom: 2px solid transparent;
    margin: 0 8px -2px;
    padding: 5px 8px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    transition: all .3s
}

.post-type-archive-product ul.product-grid {
    margin-bottom: 0
}

.post-type-archive-product nav.loop-pagination {
    margin: 0 0 10px
}

.quick-view {
    position: absolute;
    z-index: 999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all .3s;
    -khtml-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.quick-view a {
    display: inline-block;
    -webkit-transition: all 200ms ease-out;
    -khtml-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    font-size: 32px
}

.quick-view a.loading.dark {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    display: inline-block;
    font: normal normal normal 24px/1 "Font Awesome 5 Free" !important;
    width: auto;
    border: none
}

.quick-view a.loading.dark:before {
    content: "\f110"
}

.quick-view a:hover {
    color: #fff
}

.product.loading .product_thumb:before {
    background: rgba(255, 255, 255, .9)
}

.product.loading .product_thumb .quick-view {
    background-image: url(assets/images/loading.gif);
    background-repeat: no-repeat;
    background-position: center center
}

.product.loading .product_thumb .quick-view a i.fa-search {
    display: none
}

.product_thumb {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%
}

.product_thumb img {
    width: 100%;
    -webkit-transition: all .2s ease-in-out 0s;
    -khtml-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s
}

.product_thumb:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background: rgba(0, 0, 0, .4);
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all .3s;
    -khtml-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 2
}

.product_thumb:hover:before,
.product_thumb:hover .quick-view {
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.product_thumb:hover img {
    transform: scale(1, 1)
}

.product_thumb .onsale {
    font-weight: 400 !important;
    margin: 0 !important;
    padding: 0 !important;
    top: 15px !important;
    left: 15px !important
}

.product-grid li {
    list-style: none
}

.product-grid li.col-md-6:nth-child(2n+1) {
    clear: both
}

.product-grid li.col-md-4:nth-child(3n+1) {
    clear: both
}

.product-grid li.col-md-3:nth-child(4n+1) {
    clear: both
}

.product-grid li.col-md-15:nth-child(5n+1) {
    clear: both
}

.product-grid li.col-md-2:nth-child(6n+1) {
    clear: both
}

.product-grid .product__title {
    position: relative;
    margin-top: 25px;
    padding-right: 105px
}

.product-grid .product__title a.title,
.product-grid .product__title .price {
    display: block;
    font-weight: 700;
    transition: all .3s
}

.product-grid .product__title a.title {
    font-size: 16px
}

.product-grid .product__title .price {
    color: #5a5a5a
}

.product-grid .product__title .price ins {
    text-decoration: none
}

.product-grid .product__title .price del {
    font-weight: 400;
    color: #aaa;
    padding-right: 5px
}

.product-grid .product__title a.button {
    -webkit-transition: none;
    -khtml-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    max-width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    color: #fff;
    overflow: hidden;
    -webkit-transition: all .6s;
    -khtml-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    text-align: center
}

.product-grid .product__title a.button.added {
    opacity: 0
}

.product-grid .product__title a.button span {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
    padding: 0;
    overflow: hidden;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    float: left;
    -webkit-transition: all .6s;
    -khtml-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    padding-left: 10px
}

.product-grid .product__title a.button:before {
    font: normal normal 700 14px/1 "Font Awesome 5 Free";
    line-height: 40px;
    display: inline-block;
    float: left;
    padding: 0 12.5px
}

.product-grid .product__title a.button.loading {
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    -webkit-opacity: .5;
    -khtml-opacity: .5;
    -moz-opacity: .5;
    -ms-opacity: .5;
    -o-opacity: .5;
    opacity: .5
}

.product-grid .product__title a.button:hover {
    color: #fff;
    max-width: 200px;
    padding: 0 13px
}

.product-grid .product__title a.button:hover span {
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.product-grid .product__title a.button.add_to_cart_button:before {
    content: "\f07a"
}

.product-grid .product__title a.button.product_type_grouped:before {
    content: "\f0c1"
}

.product-grid .product__title a.button.product_type_external:before {
    content: "\f0c1"
}

.product-grid .product__title a.button.product_type_variable:before {
    content: "\f0c1"
}

.product-grid .product__title .added_to_cart {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    height: 40px;
    line-height: 40px;
    padding-right: 15px;
    padding-left: 15px;
    z-index: 9;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase
}

.product-grid .content__product {
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
    margin-bottom: 60px
}

.related-products .product-grid .content__product {
    margin-bottom: 0;
    border: 0
}

.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-message .button {
    transition: all .3s;
    color: #fff;
    border-radius: 30px
}

.woocommerce .woocommerce-form-coupon .form-row .button,
.woocommerce-page .woocommerce-form-coupon .form-row .button {
    transition: all .3s
}

.woocommerce div.product .product_title,
.woocommerce-page div.product .product_title {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    margin-top: -5px
}

.woocommerce div.product .onsale,
.woocommerce-page div.product .onsale {
    font-weight: 400 !important;
    margin: 0 !important;
    padding: 0 !important;
    top: 15px !important;
    left: 15px !important
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page div.product span.price {
    font-weight: 700;
    color: #5a5a5a
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce-page div.product p.price del,
.woocommerce-page div.product span.price del {
    font-weight: 400
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce-page div.product p.price ins,
.woocommerce-page div.product span.price ins {
    text-decoration: none
}

.woocommerce div.product .product-grid span.price,
.woocommerce-page div.product .product-grid span.price {
    font-size: inherit
}

.woocommerce div.product .product-grid span.price del,
.woocommerce-page div.product .product-grid span.price del {
    display: inline-block
}

.woocommerce div.product .description,
.woocommerce-page div.product .description {
    margin-bottom: 25px
}

.woocommerce div.product form.cart .quantity,
.woocommerce-page div.product form.cart .quantity {
    width: auto;
    display: block;
    height: 40px;
    margin: 0
}

.woocommerce div.product form.cart .quantity input,
.woocommerce-page div.product form.cart .quantity input {
    padding: 4px 10px;
    border: 1px solid #eee;
    line-height: 30px;
    height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.woocommerce div.product form.cart .button,
.woocommerce-page div.product form.cart .button {
    box-shadow: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    vertical-align: top;
    margin: 0 2px;
    border: none;
    text-shadow: 0 0 0;
    text-transform: uppercase;
    font-size: 13px;
    transition: all .3s
}

.woocommerce div.product form.cart .button:hover,
.woocommerce-page div.product form.cart .button:hover {
    color: #fff
}

.woocommerce div.product form.cart .button:focus,
.woocommerce-page div.product form.cart .button:focus {
    outline: none
}

.woocommerce div.product .social-share,
.woocommerce-page div.product .social-share {
    float: left;
    display: inline-block;
    width: auto;
    margin-top: 10px;
    margin-left: 0
}

.woocommerce div.product .single_variation_wrap,
.woocommerce-page div.product .single_variation_wrap {
    display: block !important
}

.woocommerce div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
    clear: both
}

.woocommerce div.product .woocommerce-tabs .tabs.wc-tabs,
.woocommerce-page div.product .woocommerce-tabs .tabs.wc-tabs {
    margin: 0;
    border: 0;
    padding: 0;
    border-bottom: 1px solid #eee;
    overflow: visible;
    position: inherit
}

.woocommerce div.product .woocommerce-tabs .tabs.wc-tabs li,
.woocommerce-page div.product .woocommerce-tabs .tabs.wc-tabs li {
    background: 0 0;
    border-radius: 0;
    margin: 0;
    width: 25%;
    text-align: center;
    border: 0;
    position: relative;
    padding: 0;
    display: block;
    float: left
}

.woocommerce div.product .woocommerce-tabs .tabs.wc-tabs li:before,
.woocommerce div.product .woocommerce-tabs .tabs.wc-tabs li:after,
.woocommerce-page div.product .woocommerce-tabs .tabs.wc-tabs li:before,
.woocommerce-page div.product .woocommerce-tabs .tabs.wc-tabs li:after {
    border: 0;
    box-shadow: none;
    content: "";
    border-radius: 0
}

.woocommerce div.product .woocommerce-tabs .tabs.wc-tabs li a,
.woocommerce-page div.product .woocommerce-tabs .tabs.wc-tabs li a {
    border-radius: 0;
    margin-right: 3px;
    border: 1px solid #eee;
    border-bottom: 0 !important;
    font-size: 13px;
    font-weight: 700;
    background: #f9f9f9;
    line-height: 29px;
    display: block;
    padding: 10px
}

.woocommerce div.product .woocommerce-tabs .tabs.wc-tabs li a .fa,
.woocommerce-page div.product .woocommerce-tabs .tabs.wc-tabs li a .fa {
    font-size: 13px;
    vertical-align: middle;
    line-height: 29px;
    margin-right: 8px
}

.woocommerce div.product .woocommerce-tabs .tabs.wc-tabs li:last-child a,
.woocommerce-page div.product .woocommerce-tabs .tabs.wc-tabs li:last-child a {
    margin-right: 0
}

.woocommerce div.product .woocommerce-tabs .tabs.wc-tabs li:last-child.active:before,
.woocommerce-page div.product .woocommerce-tabs .tabs.wc-tabs li:last-child.active:before {
    right: 0
}

.woocommerce div.product .woocommerce-tabs .tabs.wc-tabs li:last-child.active:after,
.woocommerce-page div.product .woocommerce-tabs .tabs.wc-tabs li:last-child.active:after {
    right: 0
}

.woocommerce div.product .woocommerce-tabs .tabs.wc-tabs li.active,
.woocommerce-page div.product .woocommerce-tabs .tabs.wc-tabs li.active {
    background: #fff
}

.woocommerce div.product .woocommerce-tabs .tabs.wc-tabs li.active:before,
.woocommerce-page div.product .woocommerce-tabs .tabs.wc-tabs li.active:before {
    content: "";
    position: absolute;
    left: 0;
    width: auto;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    right: 3px;
    top: 0;
    height: 4px;
    z-index: 10
}

.woocommerce div.product .woocommerce-tabs .tabs.wc-tabs li.active:after,
.woocommerce-page div.product .woocommerce-tabs .tabs.wc-tabs li.active:after {
    content: "";
    position: absolute;
    left: 0;
    width: auto;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    right: 3px;
    bottom: -1px;
    height: 1px;
    z-index: 10;
    background: #fff
}

.woocommerce div.product .woocommerce-tabs .tabs.wc-tabs li.active a,
.woocommerce-page div.product .woocommerce-tabs .tabs.wc-tabs li.active a {
    background: #fff
}

.woocommerce div.product .woocommerce-tabs .entry-content.panel,
.woocommerce-page div.product .woocommerce-tabs .entry-content.panel {
    border: 1px solid #eee;
    border-top: 0;
    padding: 60px 30px
}

.woocommerce div.product .comment-form-rating .dk-select,
.woocommerce-page div.product .comment-form-rating .dk-select {
    display: none
}

.woocommerce div.product .related-products>h2,
.woocommerce div.product .upsells-products>h2,
.woocommerce-page div.product .related-products>h2,
.woocommerce-page div.product .upsells-products>h2 {
    padding-top: 0 !important;
    text-transform: uppercase;
    font-weight: 700;
    margin: 78px 0 60px;
    position: relative;
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 27px !important
}

.woocommerce div.product .related-products>h2:after,
.woocommerce div.product .upsells-products>h2:after,
.woocommerce-page div.product .related-products>h2:after,
.woocommerce-page div.product .upsells-products>h2:after {
    content: "";
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px
}

.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce-page .cart .button,
.woocommerce-page .cart input.button {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    line-height: 30px;
    padding: 5px 25px;
    height: 40px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    transition: all .3s;
    color: #fff !important
}

.woocommerce .wc-proceed-to-checkout a.button.checkout-button,
.woocommerce-page .wc-proceed-to-checkout a.button.checkout-button {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    line-height: 30px;
    padding: 5px 25px;
    height: 40px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    transition: all .3s
}

.woocommerce.woocommerce-cart table.cart img,
.woocommerce-page.woocommerce-cart table.cart img {
    width: 80px
}

.woocommerce.woocommerce-cart table.cart th,
.woocommerce-page.woocommerce-cart table.cart th {
    text-align: center
}

.woocommerce.woocommerce-cart table.cart td.actions,
.woocommerce-page.woocommerce-cart table.cart td.actions {
    text-align: center
}

.woocommerce.woocommerce-cart table.cart td.actions .coupon,
.woocommerce-page.woocommerce-cart table.cart td.actions .coupon {
    float: none;
    display: inline-block
}

.woocommerce.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-page.woocommerce-cart table.cart td.actions .coupon .input-text {
    line-height: 20px;
    padding: 4px 15px;
    min-width: 150px;
    height: 40px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.woocommerce.woocommerce-cart table.cart td.actions input[type=submit],
.woocommerce-page.woocommerce-cart table.cart td.actions input[type=submit] {
    margin-left: 10px;
    color: #fff
}

.woocommerce.woocommerce-cart a.remove,
.woocommerce-page.woocommerce-cart a.remove {
    margin: auto;
    font-size: 21px;
    height: 22px;
    line-height: 22px;
    width: 22px
}

.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
    padding: 15px 12px;
    text-align: center
}

.woocommerce table.shop_table .product-total,
.woocommerce-page table.shop_table .product-total {
    text-align: center
}

.woocommerce .woocommerce-shipping-calculator a:hover,
.woocommerce-page .woocommerce-shipping-calculator a:hover {
    text-decoration: underline
}

.woocommerce .woocommerce-info a.showcoupon:hover,
.woocommerce-page .woocommerce-info a.showcoupon:hover {
    text-decoration: underline
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea {
    line-height: 20px;
    padding: 7px 10px;
    min-height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-color: #eee
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
    margin: 7px 0;
    line-height: 24px;
    display: inline-block
}

.woocommerce form .form-row label.checkbox a:hover,
.woocommerce-page form .form-row label.checkbox a:hover {
    text-decoration: underline
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    height: 40px;
    line-height: 30px;
    padding: 5px 25px;
    border: 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    transition: all .3s
}

.woocommerce-cart-form .woocommerce-cart-form__cart-item td a {
    transition: all .3s
}

.quantity input,
.quantity .lp-profile .lp-form-field input,
.lp-profile .lp-form-field .quantity input {
    border: 1px solid #eee;
    padding: 4px 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.input-text {
    border: 1px solid #eee;
    padding: 4px 10px
}

#ship-to-different-address {
    position: relative
}

#ship-to-different-address label {
    font-weight: 400;
    padding-left: 30px
}

#ship-to-different-address #ship-to-different-address-checkbox {
    position: absolute;
    top: 20px;
    left: 0
}

p.myaccount_user {
    margin-bottom: 60px
}

p.myaccount_address {
    margin-bottom: 60px
}

.woocommerce-page .button {
    font-size: 15px;
    text-transform: uppercase
}

.woocommerce-page .button[name=apply_coupon] {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #fff
}

.woocommerce-page .button[name=apply_coupon]:hover {
    color: #fff
}

.link-images-product {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
    background-image: url(assets/images/loading.gif);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-position: center center;
    background-repeat: no-repeat
}

.woocommerce .cart_totals table tr th,
.woocommerce .cart_totals table tr td {
    border-bottom: 0
}

.woocommerce-billing-fields .dk-selected {
    margin-bottom: 0
}

.woocommerce-account .entry-content h2,
.woocommerce-account .entry-content h3,
form.woocommerce-checkout h2,
form.woocommerce-checkout h3,
.cart_totals h2,
.cart_totals h3 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 40px;
    position: relative;
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase
}

.woocommerce-account .entry-content h2:before,
.woocommerce-account .entry-content h3:before,
form.woocommerce-checkout h2:before,
form.woocommerce-checkout h3:before,
.cart_totals h2:before,
.cart_totals h3:before {
    content: "";
    width: 40px;
    display: block;
    bottom: -20px;
    left: 0;
    right: 0;
    position: absolute;
    height: 2px;
    top: auto;
    z-index: 2
}

.woocommerce-account .entry-content h2:after,
.woocommerce-account .entry-content h3:after,
form.woocommerce-checkout h2:after,
form.woocommerce-checkout h3:after,
.cart_totals h2:after,
.cart_totals h3:after {
    content: "";
    width: 100%;
    display: block;
    bottom: -20px;
    left: 0;
    right: 0;
    border-bottom: 2px solid #f5f5f5;
    clear: both;
    position: absolute;
    float: left;
    height: 2px
}

.woocommerce .select2-container {
    display: none !important
}

.woocommerce #customer_login h3:after,
.woocommerce #customer_login h3:before {
    display: none
}

.woocommerce #customer_login .register-area {
    display: none
}

.woocommerce #customer_login .thim-heading .sc-heading {
    padding-top: 0
}

.woocommerce #customer_login .thim-link-panel {
    margin-top: 15px;
    font-weight: 600
}

.woocommerce #customer_login form.login,
.woocommerce #customer_login form.register {
    border: 1px solid #eee;
    padding: 30px;
    max-width: 400px;
    margin: auto;
    clear: both;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.woocommerce #customer_login form.login .form-row,
.woocommerce #customer_login form.register .form-row {
    margin: 0;
    padding: 0
}

.woocommerce #customer_login form.login input[type=email],
.woocommerce #customer_login form.login input[type=password],
.woocommerce #customer_login form.login input[type=text],
.woocommerce #customer_login form.register input[type=email],
.woocommerce #customer_login form.register input[type=password],
.woocommerce #customer_login form.register input[type=text] {
    width: 100%;
    line-height: 30px;
    padding: 4px 20px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    clear: both;
    display: block;
    min-height: 40px;
    font-weight: 600;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.woocommerce #customer_login form.login input[type=email]::-webkit-input-placeholder,
.woocommerce #customer_login form.login input[type=password]::-webkit-input-placeholder,
.woocommerce #customer_login form.login input[type=text]::-webkit-input-placeholder,
.woocommerce #customer_login form.register input[type=email]::-webkit-input-placeholder,
.woocommerce #customer_login form.register input[type=password]::-webkit-input-placeholder,
.woocommerce #customer_login form.register input[type=text]::-webkit-input-placeholder {
    line-height: 30px;
    -webkit-transition: none;
    -khtml-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

.woocommerce #customer_login form.login input[type=email]:-moz-placeholder,
.woocommerce #customer_login form.login input[type=password]:-moz-placeholder,
.woocommerce #customer_login form.login input[type=text]:-moz-placeholder,
.woocommerce #customer_login form.register input[type=email]:-moz-placeholder,
.woocommerce #customer_login form.register input[type=password]:-moz-placeholder,
.woocommerce #customer_login form.register input[type=text]:-moz-placeholder {
    line-height: 30px;
    -webkit-transition: none;
    -khtml-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

.woocommerce #customer_login form.login input[type=email]::-moz-placeholder,
.woocommerce #customer_login form.login input[type=password]::-moz-placeholder,
.woocommerce #customer_login form.login input[type=text]::-moz-placeholder,
.woocommerce #customer_login form.register input[type=email]::-moz-placeholder,
.woocommerce #customer_login form.register input[type=password]::-moz-placeholder,
.woocommerce #customer_login form.register input[type=text]::-moz-placeholder {
    line-height: 30px;
    -webkit-transition: none;
    -khtml-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

.woocommerce #customer_login form.login input[type=email]:-ms-input-placeholder,
.woocommerce #customer_login form.login input[type=password]:-ms-input-placeholder,
.woocommerce #customer_login form.login input[type=text]:-ms-input-placeholder,
.woocommerce #customer_login form.register input[type=email]:-ms-input-placeholder,
.woocommerce #customer_login form.register input[type=password]:-ms-input-placeholder,
.woocommerce #customer_login form.register input[type=text]:-ms-input-placeholder {
    line-height: 30px;
    -webkit-transition: none;
    -khtml-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

.woocommerce #customer_login form.login input[type=submit],
.woocommerce #customer_login form.login .woocommerce-button,
.woocommerce #customer_login form.register input[type=submit],
.woocommerce #customer_login form.register .woocommerce-button {
    border: 0;
    width: 100%;
    line-height: 30px;
    padding: 5px 25px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px !important;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.woocommerce #customer_login form.login .remember,
.woocommerce #customer_login form.login .lost-password,
.woocommerce #customer_login form.register .remember,
.woocommerce #customer_login form.register .lost-password {
    font-weight: 400;
    margin-top: 7px;
    margin-bottom: 14px;
    line-height: 25px
}

.woocommerce #customer_login form.login .remember input[type=checkbox],
.woocommerce #customer_login form.login .lost-password input[type=checkbox],
.woocommerce #customer_login form.register .remember input[type=checkbox],
.woocommerce #customer_login form.register .lost-password input[type=checkbox] {
    border: 1px solid #eee
}

.woocommerce #customer_login form.login .remember label,
.woocommerce #customer_login form.login .lost-password label,
.woocommerce #customer_login form.register .remember label,
.woocommerce #customer_login form.register .lost-password label {
    font-weight: 400;
    margin: 0
}

.woocommerce #customer_login form.login .lost-password,
.woocommerce #customer_login form.register .lost-password {
    text-align: right
}

.woocommerce #customer_login form.login .lost-password a:hover,
.woocommerce #customer_login form.register .lost-password a:hover {
    text-decoration: underline
}

.woocommerce .reset_password {
    text-align: center
}

.woocommerce .reset_password h3:after,
.woocommerce .reset_password h3:before {
    display: none
}

.woocommerce .reset_password .thim-heading .sc-heading {
    padding-top: 0
}

.woocommerce .reset_password form .description {
    margin: auto;
    max-width: 495px;
    margin-bottom: 50px
}

.woocommerce .reset_password form .form-row input[type=text],
.woocommerce .reset_password form .form-row input[type=email],
.woocommerce .reset_password form .form-row input[type=password] {
    display: inline-block;
    max-width: 350px;
    line-height: 30px;
    padding: 4px 20px;
    border: 1px solid #eee;
    border-radius: 0
}

.woocommerce .reset_password form .form-row input[type=text]::-webkit-input-placeholder,
.woocommerce .reset_password form .form-row input[type=email]::-webkit-input-placeholder,
.woocommerce .reset_password form .form-row input[type=password]::-webkit-input-placeholder {
    line-height: 30px
}

.woocommerce .reset_password form .form-row input[type=text]:-moz-placeholder,
.woocommerce .reset_password form .form-row input[type=email]:-moz-placeholder,
.woocommerce .reset_password form .form-row input[type=password]:-moz-placeholder {
    line-height: 30px
}

.woocommerce .reset_password form .form-row input[type=text]::-moz-placeholder,
.woocommerce .reset_password form .form-row input[type=email]::-moz-placeholder,
.woocommerce .reset_password form .form-row input[type=password]::-moz-placeholder {
    line-height: 30px
}

.woocommerce .reset_password form .form-row input[type=text]:-ms-input-placeholder,
.woocommerce .reset_password form .form-row input[type=email]:-ms-input-placeholder,
.woocommerce .reset_password form .form-row input[type=password]:-ms-input-placeholder {
    line-height: 30px
}

.woocommerce .reset_password form .form-row input[type=submit],
.woocommerce .reset_password form .form-row .woocommerce-Button {
    padding: 0 25px;
    display: inline-block;
    line-height: 40px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height: 40px;
    margin-left: 5px
}

.woocommerce a.button {
    line-height: 30px;
    padding: 5px 25px;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    height: 40px
}

.woocommerce .product_meta>span {
    clear: both;
    float: left;
    width: 100%;
    font-size: 14px
}

.woocommerce .woocommerce-variation-price {
    margin-bottom: 15px
}

.woocommerce table.shop_attributes td p {
    padding: 8px 10px
}

.woocommerce .woocommerce-tabs h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 25px;
    text-transform: uppercase
}

.woocommerce .woocommerce-tabs #reviews #comments h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 25px;
    text-transform: uppercase
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist {
    text-align: left
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist li {
    margin: 0
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist li .comment_container {
    padding: 50px 0;
    overflow: hidden;
    margin-bottom: 12px;
    background: #fff;
    border: 0;
    border-top: 1px solid #ededed
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist li img.avatar {
    width: 70px;
    height: 70px;
    border: 0;
    padding: 0;
    background: 0 0;
    border-radius: 50%;
    margin-right: 30px;
    float: left;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist li .comment-text {
    margin: 0;
    padding: 0;
    float: right;
    border: 0;
    width: calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    margin-top: -5px
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist li .comment-text .meta {
    float: left;
    display: inline-block;
    margin-right: 40px;
    line-height: 26px
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist li .comment-text .meta .author {
    display: inline-block;
    font-weight: 700;
    font-size: 15px;
    margin: 0;
    line-height: 26px;
    margin-right: 40px;
    text-transform: capitalize
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist li .comment-text .meta .date {
    line-height: 26px;
    color: #ccc;
    font-size: 13px;
    font-weight: 400;
    display: inline-block
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist li .comment-text .description {
    padding: 12px 0 0;
    margin: 0;
    clear: both
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist li .comment-text .description p:last-child {
    margin-bottom: 0
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist .star-rating {
    float: left;
    width: 91px;
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    letter-spacing: 5px;
    overflow: hidden
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist .star-rating:before {
    top: 0;
    left: 0;
    bottom: 0;
    line-height: 26px
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist .star-rating span {
    padding: 0;
    top: 0;
    left: 0;
    bottom: 0;
    line-height: 26px
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper {
    margin-top: 30px
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 25px;
    text-transform: uppercase
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form .comment-form-rating>label {
    margin-bottom: 5px
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p {
    text-align: left
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p label {
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
    font-weight: 400
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p input,
.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p textarea {
    padding: 4px 15px;
    border: 1px solid #ededed;
    line-height: 30px;
    min-height: 40px
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p input:hover,
.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p input:focus,
.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p input:active,
.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p textarea:hover,
.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p textarea:focus,
.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p textarea:active {
    outline: none
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p textarea {
    height: 150px;
    padding: 8px 15px;
    line-height: 24px
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p.comment-form-rating label {
    margin-bottom: 5px
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form .form-submit .submit {
    padding: 5px 25px;
    line-height: 30px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
    border: 0;
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    transition: all .3s
}

.woocommerce .star-rating {
    width: 93px;
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    letter-spacing: 5px;
    overflow: hidden;
    position: relative
}

.woocommerce .star-rating:before {
    top: 0;
    left: 0;
    bottom: 0;
    line-height: 26px
}

.woocommerce .star-rating span {
    padding: 0;
    top: 0;
    left: 0;
    bottom: 0;
    line-height: 26px;
    color: transparent
}

.woocommerce div.product .woocommerce-product-rating {
    line-height: 26px
}

.woocommerce div.product .woocommerce-product-rating .star-rating {
    float: left;
    margin: 0;
    margin-right: 15px
}

.woocommerce #review_form #respond p.stars {
    font-size: 13px;
    letter-spacing: 3px
}

.woocommerce #review_form #respond p.stars a[class*=star] {
    border: 0
}

div.woocommerce table,
div.woocommerce tr,
div.woocommerce td {
    border-color: #eee
}

div.woocommerce .cart_totals table {
    border-right: 0
}

div.woocommerce .cart_totals table tr {
    border: 0
}

div.woocommerce .cart_totals table tr.order-total td,
div.woocommerce .cart_totals table tr.cart-subtotal td {
    border-bottom: 0
}

div.woocommerce table.cart tr,
div.woocommerce table.shop_table tr {
    border: 0
}

div.woocommerce table.cart tr td,
div.woocommerce table.shop_table tr td {
    border-top: 1px solid #eee;
    border-bottom: 0
}

div.woocommerce table.cart tr td:last-child,
div.woocommerce table.shop_table tr td:last-child {
    border-right: 0
}

div.woocommerce table.shop_table {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #eee
}

div.woocommerce table.shop_table th {
    border-right: 1px solid #eee;
    border-bottom: 0;
    padding-left: 20px;
    padding-right: 20px
}

div.woocommerce table.shop_table th:last-child {
    border-right: 0
}

div.woocommerce table.shop_table td {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px
}

div.woocommerce table.shop_table td.product-name {
    text-align: left
}

div.woocommerce #respond input#submit,
div.woocommerce a.button,
div.woocommerce input.button {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    line-height: 30px;
    padding: 5px 25px;
    font-size: 13px;
    font-weight: 700;
    color: #fff
}

div.woocommerce #respond input#submit:hover,
div.woocommerce a.button:hover,
div.woocommerce input.button:hover {
    color: #fff
}

div.woocommerce form.checkout_coupon {
    border: 1px solid #eee;
    border-radius: 0
}

div.woocommerce form.checkout_coupon .form-row {
    display: inline-block;
    width: 50%;
    margin: 0
}

div.woocommerce form.checkout_coupon .form-row.form-row-first {
    padding-right: 15px
}

div.woocommerce form .form-row {
    margin-bottom: 20px
}

div.woocommerce form .form-row label {
    font-weight: 400;
    font-size: 13px
}

div.woocommerce form .form-row input.input-text,
div.woocommerce form .form-row textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #eee
}

div.woocommerce form.checkout_coupon input {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

div.woocommerce form.checkout h3,
div.woocommerce h3#order_review_heading {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700
}

div.woocommerce .select2-container .select2-choice {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #eee;
    line-height: 30px;
    padding-top: 5px;
    padding-bottom: 5px
}

div.woocommerce table.shop_table {
    border-radius: 0
}

.woocommerce-checkout #payment {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.woocommerce .woocommerce-message {
    line-height: 40px
}

div.pp_woocommerce .pp_gallery ul {
    height: 50px
}

div.pp_woocommerce .pp_gallery ul li a {
    width: 50px;
    height: 50px;
    box-shadow: none;
    background: 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #eee
}

.woocommerce span.onsale {
    line-height: 40px;
    min-width: 40px;
    min-height: 40px
}

.woocommerce.widget_woocommerce_products .product_list_widget {
    margin: 0 -15px
}

.woocommerce.widget_woocommerce_products .product_list_widget li {
    width: 25%;
    padding: 15px;
    float: left;
    list-style: none
}

.woocommerce.widget_woocommerce_products .product_list_widget li .product_thumb img {
    width: 100%;
    float: none;
    margin: 0;
    max-width: 100%;
    height: auto
}

.woocommerce.widget_woocommerce_products .product_list_widget li.col-md-3:nth-child(4n+1) {
    clear: both
}

.list-product-cat .product-cat li a:hover,
.list-product-cat .product-cat li a.active {
    border-bottom: 2px solid
}

.woocommerce div.product div.images .woocommerce-product-gallery__image {
    margin-top: 10px
}

.woocommerce .cart .actions .button,
.woocommerce .cart .actions .button:disabled[disabled] {
    line-height: 25px;
    padding: 5px 25px
}

.woocommerce-page #payment .terms input[type=checkbox] {
    margin-top: 4px
}

.woocommerce-page #payment .terms label>span {
    margin-left: 25px
}

.woocommerce-page form .form-row label.checkbox #createaccount {
    margin-top: 4px
}

.woocommerce-page form .form-row.create-account label.checkbox span {
    margin-left: 25px
}

.woocommerce-checkout .select2-hidden-accessible {
    border: 1px solid #dce0e2 !important;
    height: auto !important;
    margin: auto !important;
    padding: 9px 15px !important;
    position: static !important;
    width: 100% !important
}

.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
    padding-top: 25px
}

.woocommerce-checkout .woocommerce-additional-fields #order_comments_field {
    padding-top: 25px
}

.woocommerce-checkout .woocommerce-checkout-review-order {
    padding-top: 45px
}

@media(max-width:1280px) {

    .woocommerce div.product div.images a.woocommerce-main-image,
    .woocommerce-page div.product div.images a.woocommerce-main-image {
        width: 100%
    }

    .woocommerce div.product div.images div.thumbnails,
    .woocommerce-page div.product div.images div.thumbnails {
        width: 100%
    }
}

@media(max-width:1024px) {
    .woocommerce .return-to-shop {
        margin-bottom: 40px
    }
}

@media(max-width:768px) {

    div.woocommerce .col2-set .col-1,
    body.woocommerce-page .col2-set .col-1 {
        width: 100%
    }

    div.woocommerce .col2-set .col-2,
    body.woocommerce-page .col2-set .col-2 {
        width: 100%;
        float: left
    }

    div.woocommerce div.product div.images a.woocommerce-main-image,
    body.woocommerce-page div.product div.images a.woocommerce-main-image {
        width: 100%;
        float: left;
        margin-bottom: 30px
    }

    div.woocommerce div.product div.images div.thumbnails,
    body.woocommerce-page div.product div.images div.thumbnails {
        width: 100%;
        text-align: center
    }

    div.woocommerce div.product div.images div.thumbnails a,
    body.woocommerce-page div.product div.images div.thumbnails a {
        width: 150px;
        clear: none;
        display: inline-block;
        float: none
    }

    div.woocommerce div.product div.images,
    body.woocommerce-page div.product div.images,
    div.woocommerce div.product div.summary,
    body.woocommerce-page div.product div.summary {
        width: 100%;
        float: left
    }

    body.woocommerce-cart table.cart .product-thumbnail {
        min-width: 0 !important;
        padding: 5px
    }

    div.woocommerce table.shop_table th {
        padding: 5px
    }

    div.woocommerce table.shop_table td {
        padding: 5px
    }

    div.woocommerce td.product-quantity {
        min-width: 40px
    }
}

@media(max-width:736px) {
    body.woocommerce-page main#main {
        padding-bottom: 80px
    }

    body.woocommerce.woocommerce-cart table.cart td.actions .coupon .input-text,
    body.woocommerce-page.woocommerce-cart table.cart td.actions .coupon .input-text {
        width: 100%;
        margin-bottom: 15px;
        margin-top: 10px;
        float: none
    }

    body.woocommerce.woocommerce-cart table.cart td.actions input[type=submit],
    body.woocommerce-page.woocommerce-cart table.cart td.actions input[type=submit] {
        margin: 0 auto 15px
    }

    div.woocommerce .cart-collaterals .cart_totals,
    body.woocommerce-page .cart-collaterals .cart_totals {
        width: 100%;
        float: left
    }

    body.woocommerce-cart table.cart .product-thumbnail {
        display: none
    }

    div.woocommerce form .form-row-first,
    div.woocommerce form .form-row-last,
    body.woocommerce-page form .form-row-first,
    body.woocommerce-page form .form-row-last {
        width: 100%
    }

    body div.woocommerce form.checkout_coupon .form-row.form-row-first {
        padding-right: 0
    }

    body div.woocommerce form.checkout_coupon .form-row {
        width: 100%;
        margin-bottom: 10px
    }

    body.woocommerce.woocommerce-cart table.cart td.actions .coupon,
    body.woocommerce-page.woocommerce-cart table.cart td.actions .coupon {
        float: left;
        display: block;
        width: 100%
    }

    body.woocommerce-page .button[name=apply_coupon] {
        margin: auto;
        display: inherit
    }
}

@media(max-width:640px) {

    .woocommerce #payment #place_order,
    .woocommerce-page #payment #place_order {
        width: 100%
    }
}

@media(max-width:480px) {
    body div.woocommerce table.shop_table td {
        padding-left: 5px;
        padding-right: 5px
    }

    body div.woocommerce table.shop_table th {
        padding-left: 10px;
        padding-right: 10px
    }

    body div.woocommerce table.shop_table th {
        font-size: 12px
    }

    body div.woocommerce table.shop_table td {
        font-size: 14px
    }

    body.woocommerce #content div.product div.summary,
    body.woocommerce #content div.product div.images,
    body.woocommerce-page #content div.product div.summary,
    body.woocommerce-page #content div.product div.images,
    body.woocommerce #content div.product div.summary,
    body.woocommerce #content div.product div.images,
    body.woocommerce-page #content div.product div.summary,
    body.woocommerce-page #content div.product div.images {
        width: 100%
    }
}

@media(max-width:360px) {

    body.woocommerce div.product .woocommerce-tabs .tabs.wc-tabs li,
    body.woocommerce-page div.product .woocommerce-tabs .tabs.wc-tabs li {
        width: 120px
    }
}

.social-share li {
    list-style: none;
    margin-right: 10px;
    float: right
}

.social-share li.facebook,
.social-share li.pinterest {
    margin-top: -4px
}

@font-face {
    font-family: flexslider-icon;
    src: url(assets/fonts/flexslider/flexslider-icon.html);
    src: url(assets/fonts/flexslider/flexslider-icond41d.html?#iefix) format("embedded-opentype"), url(assets/fonts/flexslider/flexslider-icon-2.html) format("woff"), url(assets/fonts/flexslider/flexslider-icon-3.html) format("truetype"), url(assets/fonts/flexslider/flexslider-icon-4.html#flexslider-icon) format("svg");
    font-weight: 400;
    font-style: normal
}

.flex-container a:hover,
.flex-slider a:hover {
    outline: none
}

.slides,
.slides>li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.flex-pauseplay span {
    text-transform: capitalize
}

.flexslider {
    margin: 0;
    padding: 0
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden
}

.flexslider .slides img {
    width: 100%;
    display: block
}

.flexslider .slides:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .flexslider .slides {
    display: block
}

* html .flexslider .slides {
    height: 1%
}

.no-js .flexslider .slides>li:first-child {
    display: block
}

.flexslider {
    margin: 0 0 30px;
    background: #fff;
    border: 0 solid #fff;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: ""0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: ""0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: ""0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: ""0 1px 4px rgba(0, 0, 0, .2)
}

.flexslider .slides {
    zoom: 1
}

.flexslider .slides img {
    height: auto;
    -moz-user-select: none
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav {
    height: 0
}

.flex-direction-nav a {
    line-height: 40px;
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, .8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.flex-direction-nav a:before {
    font-family: flexslider-icon;
    font-size: 40px;
    display: inline-block;
    content: "\f001";
    color: rgba(0, 0, 0, .8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .3)
}

.flex-direction-nav a.flex-next:before {
    content: "\f002"
}

.flex-direction-nav .flex-prev {
    left: -50px
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: .7;
    left: 10px
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: .7;
    right: 10px
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}

.flex-pauseplay a:before {
    font-family: flexslider-icon;
    font-size: 20px;
    display: inline-block;
    content: "\f004"
}

.flex-pauseplay a:hover {
    opacity: 1
}

.flex-pauseplay a.flex-play:before {
    content: "\f003"
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    display: inline
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, .7)
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, .9);
    cursor: default
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}

.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}

@media screen and (max-width:860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }
}

footer.site-footer .footer-sidebars #sb_instagram #sbi_images .sbi_item {
    padding: 5px !important
}

@media(max-width:767px) {
    body.responsive footer.site-footer .footer-sidebars #sb_instagram #sbi_images .sbi_item {
        width: 50%
    }

    body.responsive footer.site-footer .footer-sidebars #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap .sbi_photo {
        height: auto !important
    }

    body.responsive footer.site-footer .footer-sidebars #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap .sbi_photo img {
        display: block !important
    }
}

.vc_row {
    position: relative
}

.vc_row .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: unset;
    z-index: unset
}

.vc_row>.wpb_column {
    position: relative
}

.vc_row.bg_pos_bottom_center {
    background-position: center bottom !important
}

.vc_row.bg_pos_top_center {
    background-position: center top !important
}

.vc_row.vc_row-has-fill.vc_row-no-padding>.wpb_column {
    padding-left: 0;
    padding-right: 0
}

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

.line-slider {
    color: #ff5f2e;
    overflow: hidden
}

.line-slider:before {
    content: "\f401\f401\f401\f401\f401\f401\f401\f401";
    font-family: Ionicons;
    font-size: 18px;
    line-height: 1;
    color: inherit;
    letter-spacing: 5px;
    display: flex;
    align-items: flex-start;
    height: 4px;
    overflow: hidden;
    transform: translateX(10px)
}

.line-slider:after {
    content: "\f401\f401\f401\f401\f401\f401\f401\f401";
    font-family: Ionicons;
    font-size: 18px;
    line-height: 1;
    color: inherit;
    letter-spacing: 5px;
    display: flex;
    align-items: flex-end;
    height: 4px;
    overflow: hidden
}

.rev_slider .tparrows.custom {
    width: 57px;
    height: 20px;
    background-color: transparent;
    background-repeat: no-repeat
}

.rev_slider .tparrows.custom:before {
    display: none
}

.rev_slider .tparrows.custom.tp-leftarrow {
    background-image: url(assets/images/arrow-prev-grey-01.png)
}

.rev_slider .tparrows.custom.tp-leftarrow:hover {
    background-image: url(assets/images/arrow-prev-color-01.png)
}

.rev_slider .tparrows.custom.tp-rightarrow {
    background-image: url(assets/images/arrow-next-grey-01.png)
}

.rev_slider .tparrows.custom.tp-rightarrow:hover {
    background-image: url(assets/images/arrow-next-color-01.png)
}

.site-header .thim-toolbar .toolbar-right .widget_text:last-child {
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 15px
}

.site-header .thim-toolbar .toolbar-right .widget_text:last-child:before {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background: rgba(255, 255, 255, .3);
    position: absolute;
    top: calc(50% - 7px);
    left: 0
}

.site-header .thim-toolbar .toolbar-right .widget_text .textwidget .elementor-widget-wrap {
    display: flex;
    align-items: center
}

.site-header .header-inner .menu-right .textwidget .elementor-widget-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

@media(max-width:767px) {
    .site-header.layout-2 .header-inner .menu-right>.widget_text {
        display: none
    }
}

.wrap-icon-box-kindergarten-layout-6 .elementor-widget-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 0;
    position: relative
}

.wrap-icon-box-kindergarten-layout-6 .elementor-widget-wrap .elementor-widget-image {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    width: auto;
    transform: translate(-50%, -50%)
}

.wrap-icon-box-kindergarten-layout-6 .elementor-widget-wrap .elementor-widget-image .elementor-image {
    width: 463px;
    position: relative;
    z-index: 0;
    display: inline-block
}

.wrap-icon-box-kindergarten-layout-6 .elementor-widget-wrap .elementor-widget-image .elementor-image:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 2px dashed #0fbaf4;
    background: #fff;
    opacity: .8
}

.wrap-icon-box-kindergarten-layout-6 .elementor-widget-wrap .elementor-widget-image .elementor-image:after {
    content: "";
    display: block;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    position: absolute;
    z-index: -1;
    top: 12px;
    left: 12px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 8px 6px 20px 0 rgba(0, 0, 0, .1)
}

.wrap-icon-box-kindergarten-layout-6 .elementor-widget-wrap .elementor-widget-image .elementor-image img {
    max-width: calc(100% - 24px);
    max-height: calc(100% - 24px);
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.wrap-icon-box-kindergarten-layout-6 .elementor-widget-wrap .elementor-widget-thim-icon-box {
    width: calc(50% - 85px);
    margin: 15px 0
}

.wrap-icon-box-kindergarten-layout-6 .elementor-widget-wrap .elementor-widget-thim-icon-box:nth-child(2) .icon-box,
.wrap-icon-box-kindergarten-layout-6 .elementor-widget-wrap .elementor-widget-thim-icon-box:nth-child(4) .icon-box {
    padding-right: 175px
}

.wrap-icon-box-kindergarten-layout-6 .elementor-widget-wrap .elementor-widget-thim-icon-box:nth-child(3) .icon-box,
.wrap-icon-box-kindergarten-layout-6 .elementor-widget-wrap .elementor-widget-thim-icon-box:nth-child(5) .icon-box {
    padding-left: 175px
}

@media(max-width:991px) {
    .wrap-icon-box-kindergarten-layout-6 .elementor-widget-wrap .elementor-widget-thim-icon-box {
        width: calc(50% - 20px)
    }

    .wrap-icon-box-kindergarten-layout-6 .elementor-widget-wrap .elementor-widget-thim-icon-box .bp-element-icon-box .icon-box {
        padding-left: 30px !important;
        padding-right: 30px !important
    }
}

@media(max-width:575px) {
    .wrap-icon-box-kindergarten-layout-6 .elementor-widget-wrap .elementor-widget-thim-icon-box {
        width: 100%
    }
}

body {
    font-family: var(--thim-font-body-font-family);
    font-size: var(--thim-font-body-font-size);
    line-height: var(--thim-font-body-line-height);
    letter-spacing: var(--thim-font-body-letter-spacing);
    color: var(--thim-font-body-color);
    text-transform: var(--thim-font-body-text-transform);
    font-weight: var(--thim-font-body-variant);
    font-style: normal
}

.bp-element-button .btn {
    font-family: var(--thim-font-title-font-family)
}

blockquote {
    font-family: var(--thim-font-title-font-family, "Montserrat");
    color: var(--thim-font-title-color, #333333)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--thim-font-title-font-family, "Montserrat");
    color: var(--thim-font-title-color, #333333);
    font-weight: var(--thim-font-title-variant, 700);
    font-style: normal
}

h1 {
    font-size: var(--thim-font-h1-font-size, 36px);
    line-height: var(--thim-font-h1-line-height, 1.6em);
    text-transform: var(--thim-font-h1-text-transform, none)
}

h2 {
    font-size: var(--thim-font-h2-font-size, 28px);
    line-height: var(--thim-font-h2-line-height, 1.6em);
    text-transform: var(--thim-font-h2-text-transform, none)
}

h3 {
    font-size: var(--thim-font-h3-font-size, 24px);
    line-height: var(--thim-font-h3-line-height, 1.6em);
    text-transform: var(--thim-font-h3-text-transform, none)
}

h4 {
    font-size: var(--thim-font-h4-font-size, 18px);
    line-height: var(--thim-font-h4-line-height, 1.6em);
    text-transform: var(--thim-font-h4-text-transform, none)
}

h5 {
    font-size: var(--thim-font-h5-font-size, 16px);
    line-height: var(--thim-font-h5-line-height, 1.6em);
    text-transform: var(--thim-font-h5-text-transform, none)
}

h6 {
    font-size: var(--thim-font-h6-font-size, 16px);
    line-height: var(--thim-font-h6-line-height, 1.4em);
    text-transform: var(--thim-font-h6-text-transform, none)
}

.reply-title {
    color: var(--thim-font-title-color, #333333)
}

.vc_custom_heading {
    font-family: var(--thim-font-title-font-family, "Montserrat");
    font-weight: var(--thim-font-title-variant, 700);
    font-style: normal
}

a {
    color: var(--thim-body-primary-color)
}

a:hover {
    color: var(--thim-font-title-color, #333333)
}

.thim-title-font {
    font-family: var(--thim-font-title-font-family, "Montserrat")
}

.bl-blog-detail .blog-detail-header .title {
    color: var(--thim-body-primary2-color)
}

.bl-blog-detail .blog-detail-header .title a {
    color: var(--thim-body-primary2-color)
}

.bl-blog-detail .blog-detail-header .title a:hover {
    color: var(--thim-body-primary-color)
}

.bl-blog-detail .blog-detail-header .meta-info .info-item i {
    color: var(--thim-body-primary-color);
    margin-right: 6px
}

.bl-blog-detail .blog-detail-header .meta-info .info-item a:hover {
    color: var(--thim-body-primary-color)
}

.bl-blog-detail .blog-detail-header .line {
    color: var(--thim-body-primary-color)
}

.bl-blog-detail .blog-detail-image .slide-image .wrap-arrow-slick .arow-slick:hover {
    background: var(--thim-body-primary-color)
}

.bl-blog-detail .blog-detail-text .link-share .link-share-inner .share .namefield {
    color: var(--thim-body-primary2-color);
    font-family: var(--thim-font-body-font-family)
}

.bl-blog-detail .blog-detail-text .link-share .link-share-inner .share .socials .item-social:hover {
    background: var(--thim-body-primary-color);
    border-color: var(--thim-body-primary-color)
}

.bl-blog-detail .blog-detail-text .content-blog>blockquote {
    color: var(--thim-body-primary2-color);
    font-family: var(--thim-font-body-font-family)
}

.bl-blog-detail .blog-detail-text .content-blog>blockquote::before {
    color: var(--thim-body-primary-color)
}

.bl-blog-detail .blog-detail-text .content-blog .tags .tag-item {
    color: var(--thim-body-primary-color)
}

.bl-blog-detail .blog-detail-text .content-blog .tags .tag-item:hover {
    background: var(--thim-body-primary-color);
    border-color: var(--thim-body-primary-color)
}

.bl-blog-detail .blog-detail-text .content-blog .author-blog .author-image .socials-author a:hover {
    color: var(--thim-body-primary-color)
}

.bl-blog-detail .blog-detail-text .content-blog .author-blog .author-text .name-author {
    font-family: var(--thim-font-body-font-family);
    color: var(--thim-body-primary2-color)
}

.bl-blog-detail .blog-detail-text .content-blog .author-blog .author-text .name-author a {
    color: var(--thim-body-primary2-color)
}

.bl-blog-detail .blog-detail-text .content-blog .author-blog .author-text .name-author a:hover {
    color: var(--thim-body-primary-color)
}

.bl-blog-detail .blog-detail-text .content-blog .navigate-blog .navi-item .navi-arrow {
    color: var(--thim-body-primary-color)
}

.bl-blog-detail .blog-detail-text .content-blog .navigate-blog .navi-item .navi-arrow:hover {
    color: var(--thim-body-primary2-color)
}

.bl-blog-detail .blog-detail-text .content-blog .navigate-blog .navi-item .navi-title {
    font-family: var(--thim-font-body-font-family);
    color: var(--thim-body-primary2-color)
}

.bl-blog-detail .blog-detail-text .content-blog .navigate-blog .navi-item .navi-title a {
    color: var(--thim-body-primary2-color)
}

.bl-blog-detail .blog-detail-text .content-blog .navigate-blog .navi-item .navi-title a:hover {
    color: var(--thim-body-primary-color)
}

.bl-blog-detail.have-no-thumbnail .blog-image .date-and-button .date {
    color: var(--thim-body-primary-color)
}

.comments-area .list-comments .comments-title {
    color: var(--thim-body-primary2-color)
}

.comments-area .list-comments .comments-title a {
    color: var(--thim-body-primary2-color)
}

.comments-area .list-comments .comments-title a:hover {
    color: var(--thim-body-primary-color)
}

.comments-area .list-comments .comment-list .comment .content-comment .author .author-name {
    color: var(--thim-body-primary2-color);
    font-family: var(--thim-font-title-font-family, "Montserrat")
}

.comments-area .list-comments .comment-list .comment .content-comment .author .author-name a {
    color: var(--thim-body-primary2-color)
}

.comments-area .list-comments .comment-list .comment .content-comment .author .author-name a:hover {
    color: var(--thim-body-primary-color)
}

.comments-area .list-comments .comment-list .comment .content-comment .author .link-reply-edit {
    color: var(--thim-body-primary-color)
}

.comments-area .list-comments .comment-list .comment .content-comment .author .link-reply-edit a {
    color: var(--thim-body-primary-color)
}

.comments-area .list-comments .comment-list .comment .content-comment .author .link-reply-edit a:hover {
    color: var(--thim-body-primary2-color);
    border-color: var(--thim-body-primary2-color)
}

.form-comment .comment-respond .comment-reply-title {
    color: var(--thim-body-primary2-color)
}

.form-comment .comment-respond .comment-form .comment-meta .comment-form-author input:focus,
.form-comment .comment-respond .comment-form .comment-meta .comment-form-email input:focus {
    border-color: var(--thim-body-primary-color)
}

.form-comment .comment-respond .comment-form .comment-message .comment-form-comment textarea:focus {
    border-color: var(--thim-body-primary-color)
}

.form-comment .comment-respond .comment-form .form-submit .submit {
    font-family: var(--thim-font-title-font-family, "Montserrat");
    background: var(--thim-body-primary-color)
}

.form-comment .comment-respond .comment-form .form-submit .submit:hover {
    background: rgba(var(--thim-body_primary_color_rgb), 0.9)
}

.related-blog .related-title {
    color: var(--thim-body-primary2-color)
}

.related-blog .slide-posts .wrap-arrow-slick .arow-slick:hover {
    border-color: var(--thim-body-primary-color);
    background: var(--thim-body-primary-color)
}

.related-blog .post-item .post-image .slide-image .wrap-arrow-slick .arow-slick:hover {
    background: var(--thim-body-primary-color)
}

.related-blog .post-item .post-header .title {
    color: var(--thim-body-primary2-color)
}

.related-blog .post-item .post-header .title a {
    color: var(--thim-body-primary2-color)
}

.related-blog .post-item .post-header .title a:hover {
    color: var(--thim-body-primary-color)
}

.related-blog .post-item .post-header .meta-info .info-item i {
    color: var(--thim-body-primary-color)
}

.related-blog .post-item .post-header .meta-info .info-item a:hover {
    color: var(--thim-body-primary-color)
}

.blog-detail-text a {
    color: var(--thim-body-primary2-color)
}

.blog-detail-text a:hover {
    color: var(--thim-body-primary-color)
}

.blog-detail-text .page-links a:hover span {
    color: var(--thim-body-primary-color);
    border-color: var(--thim-body-primary-color)
}

.blog-detail-text .page-links span {
    background-color: var(--thim-body-primary-color)
}

div.blogs-list.kindergarten-layout-1 .blog-item .blog-header .title {
    color: var(--thim-body-primary2-color)
}

div.blogs-list.kindergarten-layout-1 .blog-item .blog-header .title a {
    color: var(--thim-body-primary2-color)
}

div.blogs-list.kindergarten-layout-1 .blog-item .blog-header .title a:hover {
    color: var(--thim-body-primary-color)
}

div.blogs-list.kindergarten-layout-1 .blog-item .blog-header .meta-info .info-item i {
    color: var(--thim-body-primary-color)
}

div.blogs-list.kindergarten-layout-1 .blog-item .blog-header .meta-info .info-item a:hover {
    color: var(--thim-body-primary-color)
}

div.blogs-list.kindergarten-layout-1 .blog-item .blog-header .line {
    color: var(--thim-body-primary-color)
}

div.blogs-list.kindergarten-layout-1 .blog-item .blog-image .slide-image .wrap-arrow-slick .arow-slick:hover {
    background: var(--thim-body-primary-color)
}

div.blogs-list.kindergarten-layout-1 .blog-item .blog-links .link-readmore {
    background: var(--thim-body-primary-color)
}

div.blogs-list.kindergarten-layout-1 .blog-item .blog-links .link-readmore:hover {
    background: rgba(var(--thim-body_primary_color_rgb), 0.9)
}

div.blogs-list.kindergarten-layout-1 .blog-item.have-no-thumbnail .blog-image .date-and-button .date {
    color: var(--thim-body-primary-color)
}

div.blogs-list.kindergarten-layout-1 .blog-item.have-no-thumbnail .blog-image .date-and-button .date a {
    color: var(--thim-body-primary-color)
}

div.blogs-list.kindergarten-layout-1 .blog-item.have-no-thumbnail .blog-image .date-and-button .date a:hover {
    color: rgba(var(--thim-body_primary_color_rgb), 0.9)
}

div.blogs-list.kindergarten-layout-2 .blog-item .blog-image .slide-image .wrap-arrow-slick .arow-slick:hover {
    background: var(--thim-body-primary-color)
}

div.blogs-list.kindergarten-layout-2 .blog-item .blog-header .title {
    color: var(--thim-body-primary2-color);
    font-family: var(--thim-font-body-font-family)
}

div.blogs-list.kindergarten-layout-2 .blog-item .blog-header .title a {
    color: var(--thim-body-primary2-color)
}

div.blogs-list.kindergarten-layout-2 .blog-item .blog-header .title a:hover {
    color: var(--thim-body-primary-color)
}

div.blogs-list.kindergarten-layout-2 .blog-item .blog-header .meta-info .info-item i {
    color: var(--thim-body-primary-color)
}

div.blogs-list.kindergarten-layout-2 .blog-item .blog-header .meta-info .info-item a:hover {
    color: var(--thim-body-primary-color)
}

.page-title .main-top {
    background-color: var(--thim-page-title-background-color)
}

.page-title .main-top .content {
    padding-top: var(--thim-page-title-padding-top);
    padding-bottom: var(--thim-page-title-padding-bottom)
}

.page-title .main-top .content h1 {
    font-size: var(--thim-font-page-title-font-size);
    color: var(--thim-font-page-title-color)
}

.page-title .main-top .content .wrap-breadcrumb .breadcrumbs li {
    font-size: var(--thim-font-breadcrumb-font-size);
    color: var(--thim-font-breadcrumb-color)
}

.page-title .main-top .content .wrap-breadcrumb .breadcrumbs li .breadcrum-icon {
    color: var(--thim-font-breadcrumb-color)
}

.page-title .main-top .content .wrap-breadcrumb .breadcrumbs li a {
    color: var(--thim-font-breadcrumb-color)
}

.page-title .main-top .content .wrap-breadcrumb .breadcrumbs li a:hover {
    color: var(--thim-body-primary-color)
}

.page-title .main-top .content .description {
    font-size: var(--thim-font-page-title-description-font-size);
    color: var(--thim-font-page-title-description-color)
}

.bl-pricing-table .desktop-table .pricing-table thead th .label {
    font-family: var(--thim-font-title-font-family, "Montserrat")
}

.bl-pricing-table .desktop-table .pricing-table thead th .price {
    font-family: var(--thim-font-title-font-family, "Montserrat")
}

.bl-pricing-table .desktop-table .pricing-table tbody th a:hover {
    color: var(--thim-body-primary-color)
}

.bl-pricing-table .desktop-table .pricing-table tbody td i.ion-android-done {
    color: var(--thim-body-primary-color)
}

.bl-pricing-table .desktop-table .pricing-table tbody td i.ion-android-close {
    color: var(--thim-body-primary2-color)
}

.bl-pricing-table .desktop-table .pricing-table tfoot td .btn-purchase {
    color: var(--thim-body-primary2-color);
    border-color: var(--thim-body-primary-color);
    font-family: var(--thim-font-title-font-family, "Montserrat")
}

.bl-pricing-table .desktop-table .pricing-table tfoot td .btn-purchase:hover {
    background: var(--thim-body-primary-color)
}

.bl-pricing-table .mobile-table .item-pricing-table thead th .label {
    font-family: var(--thim-font-title-font-family, "Montserrat")
}

.bl-pricing-table .mobile-table .item-pricing-table thead th .price {
    font-family: var(--thim-font-title-font-family, "Montserrat")
}

.bl-pricing-table .mobile-table .item-pricing-table tbody td a:hover {
    color: var(--thim-body-primary-color)
}

.bl-pricing-table .mobile-table .item-pricing-table tfoot td .btn-purchase {
    color: var(--thim-body-primary2-color);
    border-color: var(--thim-body-primary-color);
    font-family: var(--thim-font-title-font-family, "Montserrat")
}

.bl-pricing-table .mobile-table .item-pricing-table tfoot td .btn-purchase:hover {
    background: var(--thim-body-primary-color)
}

.pmpro-checkout span.pmpro_asterisk {
    color: var(--thim-body-primary-color)
}

.pmpro-checkout form.pmpro_form .pmpro_btn-submit-checkout {
    background-color: var(--thim-body-primary-color)
}

.pmpro-checkout form.pmpro_form .pmpro_btn-submit-checkout:hover {
    background-color: rgba(var(--thim-body_primary_color_rgb), 0.9)
}

.loop-pagination .page-numbers:hover {
    border-color: var(--thim-body-primary-color);
    color: var(--thim-body-primary-color)
}

.loop-pagination .page-numbers.current {
    background: var(--thim-body-primary-color);
    border-color: var(--thim-body-primary-color);
    color: #fff
}

.loop-pagination .page-numbers.current:hover {
    color: #fff
}

body.rtl .loop-pagination .page-numbers:hover {
    border-color: var(--thim-body-primary-color);
    color: var(--thim-body-primary-color)
}

body.rtl .loop-pagination .page-numbers.current {
    background: var(--thim-body-primary-color);
    border-color: var(--thim-body-primary-color);
    color: #fff
}

body.rtl .loop-pagination .page-numbers.current:hover {
    color: #fff
}

div.class-list .wrap-element .class-links .link-item {
    font-family: var(--thim-font-title-font-family, "Montserrat")
}

div.class-list .wrap-element .class-links .link-item.active {
    background: var(--thim-body-primary-color);
    border-color: var(--thim-body-primary-color) !important
}

div.class-list .wrap-element .class-links .link-item:hover {
    background: var(--thim-body-primary-color);
    border-color: var(--thim-body-primary-color) !important
}

div.class-list .wrap-element .class-item .class-text {
    background: var(--thim-body-primary2-color)
}

div.class-list .wrap-element .class-item .class-price .number {
    font-family: var(--thim-font-title-font-family, "Montserrat")
}

.lp-archive-courses .load-more-courses {
    background: var(--thim-body-primary-color);
    font-family: var(--thim-font-title-font-family)
}

.lp-archive-courses .load-more-courses:hover {
    background-color: rgba(var(--thim-body_primary_color_rgb), 0.9)
}

@media(max-width:767px) {
    .responsive .class-list .wrap-element .class-links .link-item {
        border: 1px solid var(--thim-body-primary2-color)
    }
}

.learnpress-page .lp-button {
    font-family: var(--thim-font-title-font-family, "Montserrat");
    background: var(--thim-body-primary-color)
}

.learnpress-page .lp-button:hover {
    background: rgba(var(--thim-body_primary_color_rgb), 0.9)
}

.bl-class-detail .class-detail-text h3,
.bl-class-detail .class-detail-text .main-title {
    color: var(--thim-body-primary2-color)
}

.bl-class-detail .class-detail-text .buy-class .by-class-info {
    background: var(--thim-body-primary2-color)
}

.bl-class-detail .class-detail-text .buy-class .by-class-info .meta-info .teacher .teacher-name {
    font-family: var(--thim-font-title-font-family, "Montserrat")
}

.bl-class-detail .class-detail-text .buy-class .by-class-info .meta-info .teacher .teacher-name a:hover {
    color: var(--thim-body-primary-color)
}

.bl-class-detail .class-detail-text .buy-class .by-class-info .meta-info .categories .cat-content {
    font-family: var(--thim-font-title-font-family, "Montserrat")
}

.bl-class-detail .class-detail-text .buy-class .by-class-info .meta-info .categories .cat-content a:hover {
    color: var(--thim-body-primary-color)
}

.bl-class-detail .class-detail-text .buy-class .by-class-info .price {
    font-family: var(--thim-font-title-font-family, "Montserrat")
}

.bl-class-detail .class-detail-text .buy-class .by-class-info .link-buy,
.bl-class-detail .class-detail-text .buy-class .by-class-info .lp-course-buttons form button {
    font-family: var(--thim-font-title-font-family, "Montserrat");
    background: var(--thim-body-primary-color)
}

.bl-class-detail .class-detail-text .buy-class .by-class-info .link-buy:hover,
.bl-class-detail .class-detail-text .buy-class .by-class-info .lp-course-buttons form button:hover {
    background: rgba(var(--thim-body_primary_color_rgb), 0.9)
}

.bl-class-detail .class-detail-text .about-class h4,
.bl-class-detail .class-detail-text .about-class .sub-title {
    color: var(--thim-body-primary2-color)
}

.bl-class-detail .class-detail-info .info-list .info-item .info-text .info-content {
    font-family: var(--thim-font-title-font-family, "Montserrat");
    color: var(--thim-body-primary2-color)
}

.bl-class-detail .class-detail-info .info-links .link-item:hover {
    color: var(--thim-body-primary2-color) !important;
    border-color: var(--thim-body-primary2-color) !important
}

.bl-class-detail .class-detail-info .info-links .link-item .link-title {
    font-family: var(--thim-font-title-font-family, "Montserrat")
}

.class-detail-text ul.learn-press-nav-tabs li a {
    background: var(--thim-body-primary2-color)
}

.class-detail-text ul.learn-press-nav-tabs li.active a,
.class-detail-text ul.learn-press-nav-tabs li a:hover {
    background: var(--thim-body-primary-color);
    border-color: var(--thim-body-primary-color) !important
}

#learn-press-course .bl-class-detail .wishlist-button,
.class-item .class-image .wishlist-button,
#learn-press-profile .lp_course .class-item .class-image .wishlist-button,
#learn-press-course .class-item .class-image .wishlist-button {
    color: var(--thim-body-primary-color)
}

#learn-press-course-tabs .write-a-review .submit-review {
    background: var(--thim-body-primary-color)
}

.review-form .review-actions .submit-review,
.review-form .review-actions .close {
    background: var(--thim-body-primary-color)
}

.review-form .review-actions .close {
    background: var(--thim-body-primary2-color)
}

.related-course .related-title {
    color: var(--thim-body-primary2-color)
}

.related-course .related-title.wave-line::before {
    color: var(--thim-body-primary-color)
}

.related-course .related-title.wave-line::after {
    color: var(--thim-body-primary-color)
}

.related-course .slide-classes .wrap-arrow-slick .arow-slick:hover {
    border-color: var(--thim-body-primary-color);
    background: var(--thim-body-primary-color)
}

.related-course .class-item .class-text {
    background: var(--thim-body-primary2-color)
}

#buy-course-form form .title-form {
    color: var(--thim-body-primary2-color)
}

#buy-course-form form .wrap-input .input-field:focus {
    border-color: var(--thim-body-primary-color)
}

#buy-course-form form .form-submit {
    font-family: var(--thim-font-title-font-family, "Montserrat");
    background: var(--thim-body-primary-color)
}

#buy-course-form form .form-submit:hover {
    background: rgba(var(--thim-body_primary_color_rgb), 0.9)
}

.bl-list.kindergarten-layout-1 .list .list-item::before {
    color: var(--thim-body-primary-color)
}

.bl-list.kindergarten-layout-2 .list .list-item::before {
    color: var(--thim-body-primary-color)
}

.bl-list.kindergarten-layout-3 .list .list-item {
    color: var(--thim-body-primary2-color)
}

.bl-list.kindergarten-layout-3 .list .list-item i {
    color: var(--thim-body-primary-color)
}

.bl-list.kindergarten-layout-3 .list .list-item a {
    color: var(--thim-body-primary2-color)
}

.bl-list.kindergarten-layout-3 .list .list-item a:hover {
    color: var(--thim-body-primary-color)
}

.page-content form.search-form input:focus {
    border-color: var(--thim-body-primary-color)
}

.page-content form.search-form button {
    background-color: var(--thim-body-primary-color)
}

.page-content form.search-form button:hover {
    background-color: rgba(var(--thim-body_primary_color_rgb), 0.9)
}

.bl-contact.kindergarten-layout-1 .contact-list li a:hover {
    color: var(--thim-body-primary-color)
}

.bl-info-contact {
    background: var(--thim-body-primary2-color)
}

.bl-info-contact .content-block {
    font-family: var(--thim-font-title-font-family, "Montserrat")
}

.bl-info-contact .button-block {
    font-family: var(--thim-font-body-font-family);
    background: var(--thim-body-primary-color)
}

.bl-info-contact .button-block:hover {
    background: rgba(var(--thim-body_primary_color_rgb), 0.9)
}

.lp-profile .thim-about-me-area .title-area .title {
    color: var(--thim-body-primary2-color)
}

.lp-profile .thim-about-me-area .teacher .content .social-link .item:hover {
    background: var(--thim-body-primary-color);
    border-color: var(--thim-body-primary-color)
}

.lp-profile .thim-about-me-area .teacher .content .info .name:hover {
    color: var(--thim-body-primary-color)
}

.lp-profile .thim-about-me-area .contact-info li a:hover {
    color: var(--thim-body-primary-color)
}

.lp-profile .thim-about-me-area .contact-info li span i {
    color: var(--thim-body-primary-color)
}

.lp-profile .submit.update-profile button[type=submit] {
    background-color: var(--thim-body-primary-color)
}

.lp-profile .submit.update-profile button[type=submit]:hover {
    background-color: rgba(var(--thim-body_primary_color_rgb), 0.9)
}

.lp-profile .promoted-checkbox input:checked+label>svg {
    stroke: var(--thim-body-primary-color)
}

.lp-profile .promoted-checkbox label:after {
    border: 2px solid var(--thim-body-primary-color)
}

.lp-profile #learn-press-profile-nav ul.tabs>li.active>a:after {
    background-color: var(--thim-body-primary-color)
}

.lp-profile #learn-press-profile-nav ul.tabs li a {
    color: var(--thim-body-primary2-color)
}

.lp-profile #learn-press-profile-nav ul.tabs li a:hover {
    color: var(--thim-body-primary-color)
}

.lp-profile #learn-press-profile-content #profile-content-courses .learn-press-subtab-content .lp-sub-menu li span {
    color: var(--thim-body-primary-color)
}

.lp-tab-sections .section-tab.active span {
    border-bottom-color: var(--thim-body-primary-color)
}

.lp-list-table thead tr th {
    background-color: var(--thim-body-primary-color) !important
}

div.gallery-list .gallery-item .gallery-text .title a {
    color: var(--thim-body-primary2-color)
}

div.gallery-list .gallery-item .gallery-text .title a:hover {
    color: var(--thim-body-primary-color)
}

div.gallery-list .gallery-item .gallery-image .btn-show:hover {
    background: var(--thim-body-primary2-color)
}

div.gallery-list .load-more-gallery {
    font-family: var(--thim-font-title-font-family);
    background-color: var(--thim-body-primary-color)
}

div.gallery-list .load-more-gallery:hover {
    background-color: rgba(var(--thim-body_primary_color_rgb), 0.9)
}

div.teacher-list .wrap-element .teacher-item .teacher-text .name a {
    color: var(--thim-body-primary2-color)
}

div.teacher-list .wrap-element .teacher-item .teacher-text .name a:hover {
    color: var(--thim-body-primary-color)
}

div.teacher-list .wrap-element .teacher-item .teacher-text .info {
    color: var(--thim-body-primary-color)
}

div.teacher-list .wrap-element .teacher-item .teacher-text .socials .social-item .icon-background .flower {
    background: var(--thim-body-primary-color)
}

div.teacher-list .wrap-element .teacher-item .teacher-text .socials .social-item .icon-background .flower:hover {
    background: var(--thim-body-primary2-color)
}

.teachers-list--teachers-page .load-more-teacher {
    background-color: var(--thim-body-primary-color);
    font-family: var(--thim-font-title-font-family)
}

.teachers-list--teachers-page .load-more-teacher:hover {
    background-color: rgba(var(--thim-body_primary_color_rgb), 0.9)
}

body.bg-type-image {
    background-repeat: var(--thim-background-boxed-image-repeat);
    background-position: var(--thim-background-boxed-image-position);
    background-attachment: var(--thim-background-boxed-image-attachment);
    background-image: var(--thim-background-boxed-image)
}

body.bg-type-color {
    background-color: var(--thim-background-boxed-color)
}

body.bg-type-pattern {
    background-image: var(--thim-background-boxed-pattern-image)
}

body #main-content.bg-type-image {
    background-repeat: var(--thim-background-main-image-repeat);
    background-position: var(--thim-background-main-image-position);
    background-attachment: var(--thim-background-main-image-attachment);
    background-image: var(--thim-background-main-image)
}

body #main-content.bg-type-color {
    background-color: var(--thim-background-main-color)
}

body #main-content.bg-type-pattern {
    background-image: var(--thim-background-main-pattern-image)
}

#primary-menu,
header#masthead .main-navigation.left-side .menu-lists {
    font-weight: var(--thim-main-menu-typo-variant);
    font-style: "normal"
}

#primary-menu a,
header#masthead .main-navigation.left-side .menu-lists a {
    font-size: var(--thim-main-menu-typo-font-size);
    line-height: var(--thim-main-menu-typo-line-height);
    color: var(--thim-main-menu-typo-color)
}

#primary-menu a:hover,
header#masthead .main-navigation.left-side .menu-lists a:hover {
    color: var(--thim-main-menu-hover-color)
}

#primary-menu .sub-menu,
header#masthead .main-navigation.left-side .menu-lists .sub-menu {
    background: var(--thim-sub-menu-background-color)
}

#primary-menu .sub-menu a,
header#masthead .main-navigation.left-side .menu-lists .sub-menu a {
    color: var(--thim-sub-menu-text-color)
}

#primary-menu .sub-menu a:hover,
header#masthead .main-navigation.left-side .menu-lists .sub-menu a:hover {
    color: var(--thim-sub-menu-text-color-hover)
}

#primary-menu>.menu-item>a,
header#masthead .main-navigation.left-side .menu-lists>.menu-item>a {
    text-transform: var(--thim-main-menu-typo-text-transform)
}

#primary-menu>.menu-item.current_page_item>a,
#primary-menu>.menu-item.current-menu-item>a,
header#masthead .main-navigation.left-side .menu-lists>.menu-item.current_page_item>a,
header#masthead .main-navigation.left-side .menu-lists>.menu-item.current-menu-item>a {
    color: var(--thim-main-menu-hover-color)
}

header#masthead.site-header {
    background-image: var(--thim-header-background-image)
}

header#masthead.site-header .thim-toolbar {
    background-color: var(--thim-topbar-background-color);
    color: var(--thim-header-topbar-color);
    font-size: var(--thim-font-topbar-font-size)
}

header#masthead.site-header .thim-toolbar a {
    color: var(--thim-header-topbar-color)
}

header#masthead.site-header .thim-toolbar a:hover {
    color: var(--thim-body-primary2-color)
}

header#masthead.site-header .thim-toolbar .widget_text,
header#masthead.site-header .thim-toolbar .login-links {
    color: var(--thim-header-topbar-color)
}

header#masthead.site-header .thim-toolbar .widget_text a,
header#masthead.site-header .thim-toolbar .login-links a {
    color: var(--thim-header-topbar-color)
}

header#masthead.site-header.layout-2 .header-inner .wrap-content-header,
header#masthead.site-header.layout-3 .header-inner .wrap-content-header,
header#masthead.site-header.layout-1 .header-inner .wrap-content-header {
    padding-top: var(--thim-header-padding-top);
    padding-bottom: var(--thim-header-padding-bottom)
}

header#masthead.site-header.layout-2 .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu li.current-menu-item>a,
header#masthead.site-header.layout-1 .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu li.current-menu-item>a {
    color: var(--thim-body-primary-color)
}

header#masthead.site-header .header-inner .header-logo {
    width: var(--thim-width-logo, 155px)
}

header#masthead.site-header.site-header.fixed.custom-sticky .header-inner {
    background-color: var(--thim-sticky-menu-background-color)
}

header#masthead.site-header.site-header.fixed.custom-sticky .header-inner #primary-menu>li>a,
header#masthead.site-header.site-header.fixed.custom-sticky .header-inner #primary-menu>li>span {
    color: var(--thim-sticky-menu-text-color)
}

header#masthead.site-header.site-header.fixed.custom-sticky .header-inner #primary-menu>li>a:hover,
header#masthead.site-header.site-header.fixed.custom-sticky .header-inner #primary-menu>li>span:hover {
    color: var(--thim-sticky-menu-text-color-hover)
}

header#masthead.site-header.fixed.custom-sticky .header-inner {
    background-color: var(--thim-sticky-menu-background-color)
}

header#masthead.site-header.fixed.custom-sticky .header-inner .left-side .menu-lists>li>a,
header#masthead.site-header.fixed.custom-sticky .header-inner .left-side .menu-lists>li>span {
    color: var(--thim-sticky-menu-text-color)
}

header#masthead.site-header.fixed.custom-sticky .header-inner .left-side .menu-lists>li>a:hover,
header#masthead.site-header.fixed.custom-sticky .header-inner .left-side .menu-lists>li>span:hover {
    color: var(--thim-sticky-menu-text-color-hover)
}

.mobile-menu-container .navbar-nav li.current-menu-item>a {
    color: var(--thim-body-primary-color)
}

.mobile-menu-container .navbar-nav li a:hover {
    color: var(--thim-body-primary-color)
}

.mobile-menu-container>.copyright-text a {
    color: var(--thim-body-primary-color)
}

.mobile-menu-container .widget-area .widget-title:before {
    background-color: var(--thim-body-primary-color)
}

.mobile-menu-container .widget-area .widget_text .textwidget .copyright-text a {
    color: var(--thim-body-primary-color)
}

#back-to-top {
    background-color: var(--thim-body-primary-color)
}

#back-to-top:hover {
    background-color: rgba(var(--thim-body_primary_color_rgb), 0.9)
}

#thim-preloading {
    background-color: var(--thim-theme-feature-preloading-style-background)
}

#thim-preloading .sk-folding-cube .sk-cube:before,
#thim-preloading .sk-rotating-plane,
#thim-preloading .sk-spinner-pulse,
#thim-preloading .sk-three-bounce .sk-child,
#thim-preloading .sk-wandering-cubes .sk-cube,
#thim-preloading .sk-cube-grid .sk-cube,
#thim-preloading .sk-double-bounce .sk-child,
#thim-preloading .sk-fading-circle .sk-circle:before,
#thim-preloading .sk-circle .sk-child:before,
#thim-preloading .sk-chasing-dots .sk-child,
#thim-preloading .sk-wave .sk-rect {
    background-color: var(--thim-theme-feature-preloading-style-color)
}

.site-footer.layout-1 .footer-sidebars {
    background-color: var(--thim-footer-background-color)
}

.site-footer.layout-1 .footer-sidebars .widget-title {
    color: var(--thim-footer-color-title, #fff)
}

.site-footer.layout-1 .footer-sidebars .menu .menu-item a {
    color: var(--thim-footer-color-link, #eee)
}

.site-footer.layout-1 .footer-sidebars .menu .menu-item a:hover {
    color: var(--thim-footer-color-hover, #ffb606)
}

.site-footer.layout-1 .footer-sidebars .menu .menu-item.current-menu-item a,
.site-footer.layout-1 .footer-sidebars .menu .menu-item.current_page_item a {
    color: var(--thim-footer-color-hover, #ffb606)
}

.site-footer.layout-1 .copyright-area {
    background: var(--thim-copyright-background-color)
}

.site-footer.layout-1 .copyright-area .copyright-text {
    color: var(--thim-font-copyright-color-text)
}

.site-footer.layout-1 .copyright-area .copyright-text a {
    color: var(--thim-font-copyright-color-link)
}

.site-footer.layout-1 .copyright-area .copyright-text a:hover {
    color: var(--thim-font-copyright-color-hover)
}

.site-footer.layout-3 {
    background-color: var(--thim-footer-background-color)
}

.site-footer.layout-3 .footer-sidebars .bp-element .element-title,
.site-footer.layout-3 .footer-sidebars .widget-title {
    color: var(--thim-footer-color-title, #fff)
}

.site-footer.layout-3 .footer-sidebars .widget_thim_layout_builder p {
    color: var(--thim-footer-color-text, #999)
}

.site-footer.layout-3 .footer-sidebars .widget_nav_menu .menu-useful-links-container .menu .menu-item a {
    color: var(--thim-footer-color-link, #eee)
}

.site-footer.layout-3 .footer-sidebars .widget_nav_menu .menu-useful-links-container .menu .menu-item a:hover {
    color: var(--thim-footer-color-hover, #ffb606)
}

.site-footer.layout-3 .footer-sidebars .widget_nav_menu .menu-useful-links-container .menu .menu-item.current-menu-item a,
.site-footer.layout-3 .footer-sidebars .widget_nav_menu .menu-useful-links-container .menu .menu-item.current_page_item a {
    color: var(--thim-footer-color-hover, #ffb606)
}

.site-footer.layout-3 .footer-sidebars .widget_text .textwidget .info-contact li {
    color: var(--thim-footer-color-text, #999)
}

.site-footer.layout-3 .footer-sidebars .widget_text .textwidget .info-contact li a {
    color: var(--thim-footer-color-link, #eee)
}

.site-footer.layout-3 .footer-sidebars .widget_text .textwidget .info-contact li a:hover {
    color: var(--thim-footer-color-hover, #ffb606)
}

.site-footer.layout-3 .copyright-area .copyright-text {
    color: var(--thim-font-copyright-color-text)
}

.site-footer.layout-3 .copyright-area .copyright-text a {
    color: var(--thim-font-copyright-color-link)
}

.site-footer.layout-3 .copyright-area .copyright-text a:hover {
    color: var(--thim-font-copyright-color-hover)
}

/*!--------------------------------------------------------------
1.0 - list-courses
----------------------------------------------------------------*/
div.bp-element-list-courses.kindergarten-layout-grid-1 .wrap-element .class-item .class-text {
    background: var(--thim-body-primary2-color)
}

div.bp-element-list-courses.kindergarten-layout-slider-1 .wrap-element .class-item:hover .class-text {
    background: var(--thim-body-primary-color)
}

/*!--------------------------------------------------------------
2.0 - login-popup
----------------------------------------------------------------*/
.site-header.layout-2 .bp-element-login-popup .login-links a:hover {
    color: var(--thim-body-primary-color)
}

div#bp-popup-login .login-popup .title .current-title {
    color: var(--thim-body-primary-color)
}

div#bp-popup-login .mfp-close:hover {
    color: var(--thim-body-primary-color)
}

div.login-popup form input[type=submit] {
    background: var(--thim-body-primary-color);
    font-family: var(--thim-font-title-font-family)
}

div.login-popup form input[type=submit]:hover {
    background: rgba(var(--thim-body_primary_color_rgb), 0.9)
}

div.login-popup form .input:focus {
    border-color: var(--thim-body-primary-color)
}

/*!--------------------------------------------------------------
3.0 - login-popup
----------------------------------------------------------------*/
.bp-element.bp-element-login-form .login-form-wrap form .wrap-fields .login-submit input[type=submit] {
    background: var(--thim-body-primary-color);
    font-family: var(--thim-font-title-font-family)
}

.bp-element.bp-element-login-form .login-form-wrap form .wrap-fields .login-submit input[type=submit]:hover {
    background: rgba(var(--thim-body_primary_color_rgb), 0.8)
}

.bp-element.bp-element-login-form .login-form-wrap form .wrap-fields .lost-pass-link {
    color: var(--thim-body-primary-color)
}

.bp-element.bp-element-login-form .login-form-wrap form .wrap-fields .lost-pass-link:hover {
    color: rgba(var(--thim-body_primary_color_rgb), 0.8)
}

.bp-element.bp-element-login-form .login-form-wrap .link-bottom a {
    color: var(--thim-body-primary-color)
}

.bp-element.bp-element-login-form .login-form-wrap .link-bottom a:hover {
    color: rgba(var(--thim-body_primary_color_rgb), 0.8)
}

/*!--------------------------------------------------------------
4.0 - social-links
----------------------------------------------------------------*/
.bp-element-social-links.kindergarten-layout-footer-1 .wrap-element .social-item:hover {
    background: var(--thim-body-primary-color)
}

.bp-element-social-links.kindergarten-layout-footer-2 .wrap-element .social-item:hover {
    background: var(--thim-body-primary-color)
}

.bp-element-social-links.kindergarten-layout-footer-3 .wrap-element .social-item {
    color: var(--thim-body-primary-color)
}

.bp-element-social-links.kindergarten-layout-footer-3 .wrap-element .social-item:hover {
    color: var(--thim-body-primary2-color)
}

/*!--------------------------------------------------------------
5.0 - social-links
----------------------------------------------------------------*/
div.bp-element-posts.kindergarten-layout-widget-1 .wrap-element .post-item .post-text .title a:hover {
    color: var(--thim-body-primary-color)
}

div.bp-element-posts.kindergarten-layout-widget-2 .wrap-element .post-list .post-item .post-text .title a {
    color: var(--thim-body-primary2-color)
}

div.bp-element-posts.kindergarten-layout-widget-2 .wrap-element .post-list .post-item .post-text .title a:hover {
    color: var(--thim-body-primary-color)
}

div.bp-element-posts.kindergarten-layout-widget-2 .wrap-element .post-list .post-item .post-text .title:hover {
    color: var(--thim-body-primary-color)
}

div.bp-element-posts.layout-list-2 .list-post .item .content .title a:hover {
    color: var(--thim-body-primary-color) !important
}

div.bp-element-posts.kindergarten-layout-grid-1 .wrap-element .post-item .post-text .title a:hover {
    color: var(--thim-body-primary-color)
}

div.bp-element-posts.kindergarten-layout-grid-1 .wrap-element .post-item .post-text .meta-info a:hover {
    color: var(--thim-body-primary-color)
}

div.bp-element-posts.kindergarten-layout-grid-1 .wrap-element .post-item .post-text .link-readmore:hover {
    color: var(--thim-body-primary-color)
}

/*!--------------------------------------------------------------
6.0 - testimonials
----------------------------------------------------------------*/
div.bp-element-testimonials.layout-slider-2 .slide-testimonial .slide-content .item-slick .testimonial-content .author .name {
    color: var(--thim-body-primary-color)
}

div.bp-element-testimonials.layout-slider-2 .slide-testimonial .slide-thumb::before {
    background: var(--thim-body-primary-color)
}

div.bp-element-testimonials.kindergarten-layout-slider-2 .slide-testimonial .slide-content .item-slick .testimonial-content .author {
    color: var(--thim-body-primary-color)
}

div.bp-element-testimonials.kindergarten-layout-slider-3 .wrap-element .teacher-item .teacher-image {
    border-color: var(--thim-body-primary-color)
}

div.bp-element-testimonials.kindergarten-layout-slider-3 .wrap-element .teacher-item .teacher-text .title .name:hover {
    color: var(--thim-body-primary-color)
}

div.bp-element-testimonials.kindergarten-layout-slider-3 .wrap-element .teacher-item .teacher-text .title .info {
    color: var(--thim-body-primary-color)
}

div.bp-element-testimonials.kindergarten-layout-slider-3 .wrap-element .slide-teacher .wrap-dot-slick .dots-slick li.slick-active span {
    background: var(--thim-body-primary-color)
}

div.bp-element-testimonials.kindergarten-layout-slider-3 .wrap-element .slide-teacher .wrap-dot-slick .dots-slick li:hover span {
    background: var(--thim-body-primary-color)
}

/*!--------------------------------------------------------------
7.0 - video-box
----------------------------------------------------------------*/
div.bp-element-video-box.kindergarten-layout-1 .wrap-element .video-play:hover {
    background: var(--thim-body-primary-color);
    border-color: var(--thim-body-primary-color)
}

/*!--------------------------------------------------------------
8.0 - accordion
----------------------------------------------------------------*/
div.bp-element-accordion.kindergarten-layout-1 .wrap-element .accordion-item .question {
    font-family: var(--thim-font-title-font-family, "Montserrat");
    color: var(--thim-body-primary2-color)
}

div.bp-element-accordion.kindergarten-layout-1 .wrap-element .accordion-item .question:after {
    color: var(--thim-body-primary2-color)
}

/*!--------------------------------------------------------------
9.0 - Call to action
----------------------------------------------------------------*/
div.bp-element-call-to-action.layout-3 .inner-action .readmore {
    background: var(--thim-body-primary-color);
    border-color: var(--thim-body-primary-color)
}

div.bp-element-call-to-action.layout-3 .inner-action .readmore:hover {
    background: rgba(var(--thim-body_primary_color_rgb), 0.9);
    border-color: rgba(var(--thim-body_primary_color_rgb), 0.9)
}

/*!--------------------------------------------------------------
10.0 - button
----------------------------------------------------------------*/
div.bp-element-button .btn-primary.btn {
    background-color: var(--thim-body-primary-color)
}

div.bp-element-button .btn-primary.btn:hover {
    background-color: rgba(var(--thim-body_primary_color_rgb), 0.9)
}

/*!--------------------------------------------------------------
11.0 - gallery-images
----------------------------------------------------------------*/
div.bp-element-gallery-images.kindergarten-layout-2 .wrap-element .gallery-gird .gallery-item::after {
    color: var(--thim-body-primary-color)
}

/*!--------------------------------------------------------------
13.0 - icon box
----------------------------------------------------------------*/
div.bp-element-icon-box.layout-1 .icon-box .content .description {
    font-family: var(--thim-font-title-font-family, "Montserrat")
}

div.bp-element-icon-box.kindergarten-layout-1 .icon-box .content .title {
    font-family: var(--thim-font-title-font-family, "Montserrat")
}

div.bp-element-icon-box.kindergarten-layout-8 .icon-box .icon-image {
    background-color: var(--thim-body-primary-color)
}

div.bp-element-icon-box.kindergarten-layout-8 .icon-box .icon-image:hover {
    background-color: rgba(var(--thim-body_primary_color_rgb), 0.9)
}

div.bp-element-icon-box.kindergarten-layout-8 .icon-box .content .description {
    color: var(--thim-body-primary-color)
}

div.bp-element-icon-box.kindergarten-layout-6 .icon-box .content .link-more:hover {
    color: var(--thim-body-primary2-color) !important
}

/*!--------------------------------------------------------------
14.0 - our-team
----------------------------------------------------------------*/
div.bp-element-our-team.kindergarten-layout-slider-1 .wrap-element .slide-teacher .wrap-arrow-slick .arow-slick:hover {
    background: var(--thim-body-primary-color)
}

div.bp-element-our-team.kindergarten-layout-slider-1 .wrap-element .teacher-item .teacher-media .socials .social-item:hover .icon-background .flower {
    background: var(--thim-body-primary-color)
}

div.bp-element-our-team.kindergarten-layout-slider-1 .wrap-element .teacher-item .teacher-text .name {
    font-family: var(--thim-font-title-font-family, "Montserrat")
}

div.bp-element-our-team.kindergarten-layout-slider-1 .wrap-element .teacher-item .teacher-text .name a {
    color: var(--thim-body-primary2-color)
}

div.bp-element-our-team.kindergarten-layout-slider-1 .wrap-element .teacher-item .teacher-text .name a:hover {
    color: var(--thim-body-primary-color)
}

div.bp-element-our-team.kindergarten-layout-slider-2 .wrap-element .slide-teacher .wrap-arrow-slick .arow-slick:hover {
    background: var(--thim-body-primary-color)
}

div.bp-element-our-team.kindergarten-layout-slider-3 .wrap-element .teacher-item .teacher-image {
    border-color: var(--thim-body-primary-color)
}

div.bp-element-our-team.kindergarten-layout-slider-3 .wrap-element .teacher-item .teacher-text .title .info {
    color: var(--thim-body-primary-color)
}

div.bp-element-our-team.kindergarten-layout-slider-3 .wrap-element .slide-teacher .wrap-dot-slick .dots-slick li.slick-active span {
    background: var(--thim-body-primary-color)
}

div.bp-element-our-team.kindergarten-layout-slider-3 .wrap-element .slide-teacher .wrap-dot-slick .dots-slick li:hover span {
    background: var(--thim-body-primary-color)
}

div.contact-form .wrap-input .input-field:focus {
    border: 1px solid var(--thim-body-primary-color)
}

div.contact-form .wrap-textarea .input-field:focus {
    border: 1px solid var(--thim-body-primary-color)
}

div.contact-form-2 .wrap-input .input-field:focus {
    border: 1px solid var(--thim-body-primary-color)
}

div.contact-form-2 .form-submit {
    background: var(--thim-body-primary-color);
    font-family: var(--thim-font-title-font-family)
}

div.contact-form-2 .form-submit:hover {
    background: rgba(var(--thim-body_primary_color_rgb), 0.9)
}

div.contact-form-3 .form-submit {
    background: var(--thim-body-primary-color);
    font-family: var(--thim-font-title-font-family)
}

div.contact-form-3 .form-submit:hover {
    background: rgba(var(--thim-body_primary_color_rgb), 0.9)
}

div.contact-form-4 {
    font-family: var(--thim-font-body-font-family)
}

div.contact-form-4 .form-submit {
    font-family: var(--thim-font-title-font-family)
}

div.contact-form-4 .form-submit:hover {
    background: var(--thim-body-primary2-color)
}

.ask-question-form .form-submit {
    background: var(--thim-body-primary-color);
    font-family: var(--thim-font-title-font-family)
}

.ask-question-form .form-submit:hover {
    background: rgba(var(--thim-body_primary_color_rgb), 0.9)
}

.yikes-easy-mc-form.kindergarten-layout-footer label input:focus {
    background: var(--thim-body-primary-color)
}

.yikes-easy-mc-form.kindergarten-layout-footer button {
    background: var(--thim-body-primary-color)
}

.yikes-easy-mc-form.kindergarten-layout-footer button:hover {
    background: rgba(var(--thim-body_primary_color_rgb), 0.9)
}

div.contact-form .form-submit {
    background: var(--thim-body-primary-color)
}

div.contact-form .form-submit:hover {
    background: rgba(var(--thim-body_primary_color_rgb), 0.9)
}

.site-content .widget-area .widget_tag_cloud .tagcloud .tag-cloud-link:hover {
    background-color: var(--thim-body-primary-color);
    border-color: var(--thim-body-primary-color)
}

.site-content .widget-area .widget .widget-title:before {
    color: var(--thim-body-primary-color)
}

.site-content .widget-area .widget .widget-title:after {
    color: var(--thim-body-primary-color)
}

div.bl-event-detail .detail-event .info-event .item-info .value-info li i {
    color: var(--thim-body-primary-color)
}

div.bl-event-detail .detail-event .info-event .item-info.share-link .socials a:hover {
    color: var(--thim-body-primary-color)
}

div.event-list .feature-event .image-event .slide-image .wrap-arrow-slick .arow-slick:hover {
    background: var(--thim-body-primary-color)
}

div.event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section .countdown-amount {
    font-family: var(--thim-font-title-font-family, "Montserrat")
}

div.event-list .feature-event .text-event .title-event a:hover {
    color: var(--thim-body-primary-color)
}

div.event-list .item-event .text-event .info-event span i {
    color: var(--thim-body-primary-color)
}

div.event-list .item-event .text-event .author-event .text-author a {
    color: var(--thim-body-primary-color)
}

div.event-list .item-event .text-event .author-event .text-author a:hover {
    color: var(--thim-body-primary2-color)
}

div.event-list .load-more-events {
    background: var(--thim-body-primary-color)
}

div.event-list .load-more-events:hover {
    background: rgba(var(--thim-body_primary_color_rgb), 0.9)
}

.woocommerce .reset_password h2:after {
    background: var(--thim-font-title-color, #333333)
}

.woocommerce .woocommerce-Button,
.woocommerce .woocommerce-button {
    background-color: var(--thim-body-primary-color) !important;
    color: #fff !important
}

.woocommerce .woocommerce-Button:hover,
.woocommerce .woocommerce-button:hover {
    background-color: rgba(var(--thim-body_primary_color_rgb), 0.85) !important
}

.woocommerce-account .entry-content h2:before,
.woocommerce-account .entry-content h3:before,
form.woocommerce-checkout h2:before,
form.woocommerce-checkout h3:before,
.cart_totals h2:before,
.cart_totals h3:before {
    border-bottom: 2px solid var(--thim-body-primary-color)
}

.woocommerce div.product .onsale,
.woocommerce-page div.product .onsale {
    background: var(--thim-body-primary-color);
    font-family: var(--thim-font-body-font-family)
}

.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message {
    border-top-color: var(--thim-body-primary-color)
}

.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before {
    color: var(--thim-body-primary-color)
}

.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-message .button {
    background: var(--thim-body-primary-color)
}

.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-message .button:hover {
    background: rgba(var(--thim-body_primary_color_rgb), 0.9);
    color: #fff
}

.woocommerce .woocommerce-form-coupon .form-row .button,
.woocommerce-page .woocommerce-form-coupon .form-row .button {
    background: var(--thim-body-primary-color)
}

.woocommerce .woocommerce-form-coupon .form-row .button:hover,
.woocommerce-page .woocommerce-form-coupon .form-row .button:hover {
    background: rgba(var(--thim-body_primary_color_rgb), 0.9);
    color: #fff
}

.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error {
    border-top-color: var(--thim-body-primary-color)
}

.woocommerce .woocommerce-error:before,
.woocommerce-page .woocommerce-error:before {
    color: var(--thim-body-primary-color)
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    background: var(--thim-body-primary-color)
}

.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
    background: rgba(var(--thim-body_primary_color_rgb), 0.9)
}

.woocommerce div.product .product_title,
.woocommerce-page div.product .product_title {
    font-family: var(--thim-font-title-font-family, "Montserrat")
}

.woocommerce div.product .woocommerce-review-link,
.woocommerce-page div.product .woocommerce-review-link {
    color: var(--thim-font-body-color)
}

.woocommerce div.product .woocommerce-review-link:hover,
.woocommerce-page div.product .woocommerce-review-link:hover {
    color: var(--thim-body-primary-color)
}

.woocommerce div.product .posted_in a,
.woocommerce-page div.product .posted_in a {
    color: var(--thim-font-title-color, #333333)
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page div.product span.price {
    color: var(--thim-body-primary-color)
}

.woocommerce div.product form.cart .button,
.woocommerce-page div.product form.cart .button {
    background: var(--thim-body-primary-color)
}

.woocommerce div.product form.cart .button:hover,
.woocommerce-page div.product form.cart .button:hover {
    background: rgba(var(--thim-body_primary_color_rgb), 0.9)
}

.woocommerce div.product form.cart button.button.alt:disabled[disabled],
.woocommerce-page div.product form.cart button.button.alt:disabled[disabled] {
    background-color: var(--thim-body-primary-color)
}

.woocommerce div.product .woocommerce-tabs .tabs li,
.woocommerce-page div.product .woocommerce-tabs .tabs li {
    color: var(--thim-font-title-color, #333333)
}

.woocommerce div.product .woocommerce-tabs .tabs li.active,
.woocommerce-page div.product .woocommerce-tabs .tabs li.active {
    color: var(--thim-body-primary-color)
}

.woocommerce div.product .related-products h2,
.woocommerce div.product .upsells-products h2,
.woocommerce-page div.product .related-products h2,
.woocommerce-page div.product .upsells-products h2 {
    font-family: var(--thim-font-title-font-family, "Montserrat")
}

.woocommerce div.product .related-products h2:after,
.woocommerce div.product .upsells-products h2:after,
.woocommerce-page div.product .related-products h2:after,
.woocommerce-page div.product .upsells-products h2:after {
    background: var(--thim-body-primary-color)
}

.woocommerce div.product .related-products span.price,
.woocommerce div.product .upsells-products span.price,
.woocommerce-page div.product .related-products span.price,
.woocommerce-page div.product .upsells-products span.price {
    color: var(--thim-font-title-color, #333333)
}

.woocommerce .stars a {
    color: var(--thim-body-primary-color)
}

.woocommerce #reviews #review_form #respond .form-submit #submit {
    background: var(--thim-font-title-color, #333333)
}

.woocommerce #reviews #review_form #respond .form-submit #submit:hover {
    background: var(--thim-body-primary-color)
}

.woocommerce .woocommerce-info {
    border-top-color: var(--thim-body-primary-color)
}

.woocommerce .woocommerce-info:before {
    color: var(--thim-body-primary-color)
}

.woocommerce .cart .button,
.woocommerce .cart a.button.alt,
.woocommerce .cart button.button {
    outline: none;
    background: var(--thim-body-primary-color);
    border-color: var(--thim-body-primary-color)
}

.woocommerce .cart .button:hover,
.woocommerce .cart a.button.alt:hover,
.woocommerce .cart button.button:hover {
    background: rgba(var(--thim-body_primary_color_rgb), 0.9);
    border-color: rgba(var(--thim-body_primary_color_rgb), 0.9)
}

.woocommerce .cart .actions input.button {
    background: var(--thim-font-title-color, #333333);
    border-color: var(--thim-font-title-color, #333333)
}

.woocommerce .cart .actions input.button:hover {
    background: var(--thim-body-primary-color);
    border-color: var(--thim-body-primary-color)
}

.woocommerce a.button.alt:hover {
    background-color: rgba(var(--thim-body_primary_color_rgb), 0.9)
}

.woocommerce input.button {
    background: var(--thim-body-primary-color)
}

.woocommerce input.button.alt {
    background-color: var(--thim-body-primary-color)
}

.woocommerce input.button.alt:hover {
    background-color: rgba(var(--thim-body_primary_color_rgb), 0.9)
}

.woocommerce input.button:hover {
    background: rgba(var(--thim-body_primary_color_rgb), 0.9)
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background-color: var(--thim-body-primary-color)
}

.woocommerce span.onsale {
    background: var(--thim-body-primary-color)
}

.product-grid .product__title .added_to_cart {
    background: var(--thim-body-primary-color)
}

.product-grid .product__title a.button {
    background: var(--thim-body-primary-color)
}