/*
Theme Name: WPEM Online Class
Theme URI: https://wp-eventmanager.com/
Author: WP Event Manager
Author URI: https://wp-eventmanager.com/the-team/
Description: WPEM Online Class is a fast, fully customizable & beautiful WordPress theme suitable for any event, blog, portfolio, business website and WooCommerce storefront. A theme compatible with WP Event Manager plugin. Also, It offers special features and templates so it works perfectly with all page builders like Elementor, Visual Composer, Beaver Builder, SiteOrigin, Divi, etc. Some of the other features: # Responsive # RTL #Translation Ready #SEO Friendly # WooCommerce Ready # Extendible with WP Event Manager addons # Regularly updated # Designed, Developed, Maintained & Supported by WP Event Manager’s dedicated team. Looking for a perfect base theme for WPEM Online Class? Look no further. You can use an WPEM Online Class theme for building any kind of event website!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpem-online-class
Domain Path: /languages
Tested up to: 5.8.2
Requires PHP: 5.2
Tags:  entertainment, portfolio, e-commerce, one-column, two-columns, full-width-template, left-sidebar, right-sidebar, editor-style, custom-header, custom-background, custom-logo, custom-menu, custom-colors, rtl-language-support, featured-images, threaded-comments, translation-ready, sticky-post, microformats,theme-options
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

WPEM Online Class is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root {
    --wpem-primary-color: #F06D4F; 
}

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

.edit-link {
    margin-top: 15px;
    display: block;
}

body {
    margin: 0;
    background-color: #fff;
}

section {
    padding: 80px 0;
}

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

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

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

a {
    background-color: transparent;
}

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

b,
strong {
    font-weight: bolder;
}

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

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

.btn {
    padding: 7px 20px;
    display: inline-block;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
}

.btn,
.wp-block-button__link,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
    background-color: var(--wpem-theme-button-color);
    color: var(--wpem-theme-button-text-color);
}

.btn:hover,
.wp-block-button__link:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover {
    background-color: var(--wpem-theme-secondary-color);
    color: var(--wpem-theme-button-text-color);
}

a,
.widget a,
.entry-meta i,
.entry-content a {
    color: var(--wpem-theme-link-color);
}

a:hover,
.widget a:hover,
.entry-content a:hover {
    color: var(--wpem-theme-link-hover-color);
}

.entry-title a {
    color: var(--wpem-theme-secondary-color);
}

select {
    background-image: url(assets/images/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    appearance: none;
    -webkit-appearance: none;
    padding-right: 30px !important;
}

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

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

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

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

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

[type="search"] {
    appearance: textfield;
    -webkit-appearance: textfield;
    outline: none;
}

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

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

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: var(--wpem-theme-secondary-color);
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-top: 0;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

hr {
    background-color: var(--wpem-theme-secondary-color);
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 30px;
    width: 100%;
    border: 1px solid var(--wpem-theme-secondary-color);
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    border: 1px solid var(--wpem-theme-secondary-color);
    padding: 5px;
}

h1,
h2,
h3,
h4,
h5{
    font-weight: normal !important;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: var(--wpem-theme-secondary-color);
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px;
    width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: var(--wpem-theme-secondary-color);
    border-color: var(--wpem-theme-primary-color);
    outline: none;
}

select {
    border: 1px solid var(--wpem-theme-secondary-color);
}

textarea {
    width: 100%;
}

a {
    text-decoration: none;
    transition: all 0.2s 0s;
}

a:focus,
a:hover,
a:active {
    outline: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: block;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle {
    display: none;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: var(--wpem-theme-content-color);
    border-radius: 4px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: var(--wpem-theme-secondary-color);
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

.widget:last-of-type {
    margin-bottom: 0px;
}

.widget select {
    max-width: 100%;
}

.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

.infinity-end.neverending .site-footer {
    display: block;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

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

h3,
h4 {
    margin-bottom: 15px;
}

h5,
h6 {
    margin-bottom: 12px;
}

.contain-main-wrapper {
    background: #fff;
    margin-top: -80px;

}

.container,
.contain-main-wrapper {
    width: 100%;
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

body.boxed-layout {
    background-color: var(--wpem-theme-content-color);
}

body.boxed-layout .site {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.site {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.site-content {
    flex: 1;
}

.content-area {
    background-color: var(--wpem-theme-content-color);
    padding: 30px;
    border-radius: 4px;
}
.align-items-center{
    align-items: center;
}
.row,
.wpem-online-class-main-sidearea .widget .event_listings,
.wpem-online-class-main-sidearea .widget .event_listings_class {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.column,
.wpem-online-class-main-sidearea .widget .event_listings .wpem-single-event-widget,
.wpem-online-class-main-sidearea .widget .event_listings_class .wpem-single-event-widget {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.column-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.column-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.column-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.column-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.column-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.column-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.column-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.column-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.column-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.column-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.column-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.column-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

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

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

.pt-0 {
    padding-top: 0;
}

.pb-0 {
    padding-bottom: 0;
}

.whitebg {
    background-color: #fff;
}
.align-middle {
    align-items: center !important;
}
.align-end {
    align-items: end !important;
}

.justify-center {
    justify-content: center;
}

.flex-end {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.btn:hover,
.btn:focus,
.btn:visited:hover,
.btn.focus-visble,
.btn.focus-visible:visited {
    background-color: var(--wpem-theme-secondary-color);
    color: var(--wpem-theme-button-text-color);
}

.main-contain-wrapper {
    padding: 60px 0;
}

.event-social-menu {
    list-style-type: none;
    clear: both;
    display: block;
    padding: 0;
    margin: 0;
    line-height: 0;
}

.event-social-menu li a i {
    font-weight: normal;
    text-indent: 0;
}

.event-social-menu li a {
    font-size: 0;
}

.event-social-menu li {
    display: inline-block;
    margin-right: 5px;
}

.event-social-menu li a:before {
    content: "\f007";
    font-family: FontAwesome;
    font-weight: normal;
    padding-right: 0;
}

.event-social-menu li a:before {
    height: inherit;
    width: inherit;
}

.event-social-menu li a:hover {
    opacity: 0.7;
}

.event-social-menu li a[href*="facebook.com"]:before {
    content: "\f09a";
}

.event-social-menu li a[href*="facebook.com"] {
    color: #45619d;
}

.event-social-menu li a[href*="twitter.com"]:before {
    content: "\f099";
}

.event-social-menu li a[href*="twitter.com"] {
    color: #53a8ea;
}

.event-social-menu li a[href*="linkedin.com"]:before {
    content: "\f0e1";
}

.event-social-menu li a[href*="linkedin.com"] {
    color: #1b85bc;
}

.event-social-menu li a[href*="plus.google.com"]:before {
    content: "\f0d5";
}

.event-social-menu li a[href*="plus.google.com"] {
    color: #df4b38;
}

.event-social-menu li a[href*="youtube.com"]:before {
    content: "\f167";
}

.event-social-menu li a[href*="youtube.com"] {
    color: #e82707;
}

.event-social-menu li a[href*="dribbble.com"]:before {
    content: "\f17d";
}

.event-social-menu li a[href*="dribbble.com"] {
    color: #c42462;
}

.event-social-menu li a[href*="pinterest.com"]:before {
    content: "\f0d2";
}

.event-social-menu li a[href*="pinterest.com"] {
    color: #ca1f26;
}

.event-social-menu li a[href*="bitbucket.org"]:before {
    content: "\f171";
}

.event-social-menu li a[href*="bitbucket.org"] {
    color: #205081;
}

.event-social-menu li a[href*="github.com"]:before {
    content: "\f113";
}

.event-social-menu li a[href*="github.com"] {
    color: #181617;
}

.event-social-menu li a[href*="codepen.io"]:before {
    content: "\f1cb";
}

.event-social-menu li a[href*="codepen.io"] {
    color: #000;
}

.event-social-menu li a[href*="flickr.com"]:before {
    content: "\f16e";
}

.event-social-menu li a[href*="flickr.com"] {
    color: #0063db;
}

.event-social-menu li a[href$="/feed/"]:before {
    content: "\f09e";
}

.event-social-menu li a[href*="foursquare.com"]:before {
    content: "\f180";
}

.event-social-menu li a[href*="foursquare.com"] {
    color: #f94877;
}

.event-social-menu li a[href*="instagram.com"]:before {
    content: "\f16d";
}

.event-social-menu li a[href*="instagram.com"] {
    color: #e1306c;
}

.event-social-menu li a[href*="tumblr.com"]:before {
    content: "\f173";
}

.event-social-menu li a[href*="tumblr.com"] {
    color: #34465d;
}

.event-social-menu li a[href*="reddit.com"]:before {
    content: "\f1a1";
}

.event-social-menu li a[href*="reddit.com"] {
    color: #ff4403;
}

.event-social-menu li a[href*="vimeo.com"]:before {
    content: "\f194";
}

.event-social-menu li a[href*="vimeo.com"] {
    color: #23b6ea;
}

.event-social-menu li a[href*="digg.com"]:before {
    content: "\f1a6";
}

.event-social-menu li a[href*="digg.com"] {
    color: #006094;
}

.event-social-menu li a[href*="twitch.tv"]:before {
    content: "\f1e8";
}

.event-social-menu li a[href*="twitch.tv"] {
    color: #6441a5;
}

.event-social-menu li a[href*="stumbleupon.com"]:before {
    content: "\f1a4";
}

.event-social-menu li a[href*="stumbleupon.com"] {
    color: #eb4823;
}

.event-social-menu li a[href*="delicious.com"]:before {
    content: "\f1a5";
}

.event-social-menu li a[href*="delicious.com"] {
    color: #3274cf;
}

.event-social-menu li a[href*="vk.com"]:before {
    content: "\f189";
}

.event-social-menu li a[href*="vk.com"] {
    color: #3274cf;
}

.event-social-menu li a[href*="mailto:"]:before {
    content: "\f0e0";
}


/*---------------------------------------------------
##   Header Main
*   ----------------------------------------------------- */
.header-main {
    padding: 15px 0;
}
.site-branding img {
    max-width: 250px;
    width: 100%;
}
.site-title {
    margin: 0;
}

.site-header {
    position: absolute;
    width: 100%;
    z-index: 999;
}

.header-search-block {
    display: none;
}

.header-main .search-icon:hover {
    cursor: pointer;
}

.header-search-inner {
    padding: 3px;
    position: absolute;
    right: 0;
    width: 320px;
}


/*===========================================
## Primary Menu
=============================================*/
.refined-magazine-menu-container {
    background-color: var(--wpem-theme-secondary-color)
}

.main-navigation li a {
    color: var(--wpem-theme-secondary-color);
    position: relative;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
}

.main-navigation li a:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 100px;
    background: var(--wpem-theme-primary-color);
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    opacity: 0;
}

.main-navigation li a:hover {
    text-decoration: none;
    color: var(--wpem-theme-link-color);
}

.main-navigation ul ul li a:hover:before {
    display: none;
}

.main-navigation li a:hover:before {
    opacity: 1;
}

.main-navigation li.current_page_item a {
    color: var(--wpem-theme-primary-color);
}

.main-navigation li.current_page_item a:before {
    opacity: 1;
}

.main-navigation ul ul li a {
    width: 100%;
    color: #000!important;
}

.main-navigation ul ul li a:hover {
    width: 100%;
    color: var(--wpem-theme-primary-color)!important;
}

#primary-menu li li a:before {
    display: none;
}

ul.sub-menu {
    margin-top: 15px;
}

.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    min-width: 200px;
    background: var(--wpem-theme-content-color);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04);
    text-align: left;
    padding: 10px 0;
    margin-top: -8px;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation ul ul li {
    width: 100%;
}

.main-navigation ul ul li:last-child {
    border: none;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: 0;
}

.nav-menu>li.menu-item-has-children>a::after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 12px;
    margin-left: 10px;
}

/*---------------------------------------------------
##   Inner Pages
*   ----------------------------------------------------- */
.wpem-event-listing-type-page .wpem-event-listing-type-page-wrapper .wpem-event-listing-type-page-title .wpem-heading-text {
    padding-top: 250px;
}

.page-header-wrapper {
    background: #FEF1EE;
    text-align: center;
    padding-top: 200px;
    padding-bottom: 40px;
}

.page-header-wrapper h1.entry-title {
    margin: 0px;
    font-weight: normal;
}

.page-header-wrapper .entry-meta {
    margin-top: 10px;
}

.header-title,
h1.page-title {
    margin-bottom: 0px;
}

.post-thumbnail,
article .entry-header,
.entry-title {
    margin-bottom: 10px;
}

.post-thumbnail,
.post-thumbnail img {
    line-height: 1;
    display: block;
}

.posted-on,
.byline,
.post_by,
.cat-links {
    margin-right: 15px;
}

.posted-on i,
.byline i,
.post_by i,
.cat-links i {
    margin-right: 5px;
}

.blog-list article {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-list article:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

blockquote {
    border-left: 3px solid #000;
    margin: 0 0 25px 0;
    padding-left: 25px;
}

blockquote p:last-child {
    margin-bottom: 0;
}

/*---------------------------------------------------
##   404 Error Page
*   ----------------------------------------------------- */
.error-404 {
    padding-top: 240px;
    padding-bottom: 60px;
    text-align: center;
}

.error-404 h1 {
    font-size: 180px;
    line-height: normal;
}

.error-404 h2 {
    font-size: 40px;
    line-height: normal;
    margin-bottom: 0;
}

.error-404 p {
    margin: 10px 0;
}

/*---------------------------------------------------
##   Footer
*   ----------------------------------------------------- */

.site-footer {
    background: var(--wpem-theme-content-color);
}

.footer-top {
    background: #FEF1EE;
    clip-path: polygon(0 0, 100% 100px, 100% 100%, 0% 100%);
    padding-top: 180px;
    padding-bottom: 60px;
}

#goTop {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: var(--wpem-theme-button-text-color);
    font-size: 20px;
    background: var(--wpem-theme-primary-color);
    padding: 8px 0;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    text-align: center;
    z-index: 2;
}

#goTop:hover {
    background: var(--wpem-theme-secondary-color);
    opacity: 1;
}

/*---------------------------------------------------
##   Widgets
*   ----------------------------------------------------- */
form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
    color: var(--wpem-theme-button-text-color);
    border: 0px;
    border-radius: 4px;
    cursor: pointer;
    padding: 7px 20px;
    display: inline-block;
    border-radius: 4px;
}

#comments .submit,
.search .search-submit {
    padding: 9px 20px;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
}

#secondary .widget {
    padding: 20px;
    border-radius: 4px;
    background-color: var(--wpem-theme-content-color);
}

.widget ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.widget_archive li,
.widget_recent_comments li,
.widget_categories li,
.widget_recent_entries li,
.widget_meta li,
.widget_nav_menu li {
    padding-left: 20px;
    margin-bottom: 5px;
    position: relative;
}

.widget_archive li:before,
.widget_recent_comments li:before,
.widget_categories li:before,
.widget_recent_entries li:before,
.widget_meta li:before,
.widget_nav_menu li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    content: "\f054";
    display: inline-block;
    font-family: 'FontAwesome';
}

ol.wp-block-latest-comments {
    padding: 0;
}

/*---------------------------------------------------
##   WPEM Online Class Widgets
*   ----------------------------------------------------- */
.header-search-inner {
    z-index: 9;
    text-align: left;
    border-radius: 4px;
}

.widget_search input,
.header-search-inner input {
    height: 40px;
    line-height: 40px;
    width: calc(100% - 40px);
}

.header-search-inner button {
    top: 3px;
    right: 3px;
}

.wpem-online-class-main-sidearea .widget {
    padding: 60px 0;
    margin-bottom: 0;
    background: #f9f9f9;
}

.wpem-online-class-main-sidearea .widget:nth-child(even) {
    background: #fff;
}

.widget .wpem-event-banner-img {
    overflow: hidden;
}

.widget .wpem-event-banner-img img {
    display: block;
    transform: scale(1);
    transition: all 0.5s ease-out;
}

.widget .wpem-event-action-url:hover img {
    transform: scale(1.1);
}

.wpem-online-class-cta-button {
    margin-top: 20px;
}

.recent-post-list .recent-post-list-single:nth-child(1) {
    margin-top: 0;
}

.recent-post-list figure {
    margin: 0;
}

.recent-post-list .recent-post-single {
    background: var(--wpem-theme-content-color);
    margin-top: 20px;
    padding: 15px;
    border: 1px solid var(--wpem-theme-secondary-color);
    border-radius: 4px;
}

.recent-post-list .entry-title,
.recent-post-list .entry-meta {
    margin-bottom: 5px;
}

/*---------------------------------------------------
##   Comment Form & Forms
*   ----------------------------------------------------- */
.comment-form label {
    display: block;
}

.comment-form .comment-form-cookies-consent label {
    display: inline;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    width: 100%;
}

/*---------------------------------------------------
##  Pagination
*   ----------------------------------------------------- */
.nav-previous:before,
.nav-next:after {
    font-size: 14px;
    display: inline-block;
    font-family: 'FontAwesome';
}

.nav-previous:before {
    padding-right: 5px;
    content: "\f177";
}

.nav-next:after {
    padding-left: 5px;
    content: "\f178";
}

.wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper:hover .event_listing, .wpem-event-listings .wpem-event-layout-wrapper:hover .wpem-event-action-url {
    border-width: 7px;
    border-color: var(--wpem-theme-primary-color);
}


/*--------------------------------------------------------------
## woocommerce
--------------------------------------------------------------*/
.woocommerce table.shop_table {
    border: 0;
    border-collapse: collapse;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td {
    border-color: #ccc;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text {
    width: auto;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
    background: var(--wpem-theme-primary-color);
    color: var(--wpem-theme-button-text-color);
}
.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover {
    background-color: var(--wpem-theme-secondary-color);
    color: #fff;
}
.woocommerce .cart .button[disabled], .woocommerce .cart input.button[disabled] {
    color: #fff !important;
}
.woocommerce .cart .button:hover[disabled], .woocommerce .cart input.button:hover[disabled] {
    color: #000 !important;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background: var(--wpem-theme-primary-color);
    color: var(--wpem-theme-button-text-color);
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background: var(--wpem-theme-primary-color);
}
.woocommerce-cart .cart-collaterals .cart_totals, .woocommerce-cart .cart-collaterals .cross-sells {
    padding: 15px 15px 0;
    border: 1px solid #ccc;
}
.woocommerce ul.order_details li {
    margin-bottom: 10px;
}
.woocommerce ul.order_details{
    padding-left: 0px;
}
.woocommerce-notice {
    border: 1px solid #ccc;
    padding: 8px 12px;
    border-radius: 4px;
}
.woocommerce-notice--success {
    color: green;
    border-color: green;
}
.woocommerce .woocommerce-ordering select {
    padding: 10px 15px;
    border-color: #ccc;
    border-radius: 4px;
}

.woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
}
.woocommerce-MyAccount-navigation-link {
    list-style: none;
    border: 1px solid #ccc;
    border-bottom-width: 0;
}
.woocommerce-MyAccount-navigation-link a {
    display: block;
    padding: 0.5em 1em;
}
.woocommerce-MyAccount-navigation-link.is-active a {
    background-color: var(--wpem-theme-light-color);
    font-weight: bold;
    color: var(--wpem-theme-link-color);
}
.woocommerce-MyAccount-navigation-link:last-of-type {
    border: 1px solid #ccc;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background: var(--wpem-theme-primary-color);
    color: var(--wpem-theme-button-text-color);
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: var(--wpem-theme-secondary-color);
    color: #fff;
}
.woocommerce .woocommerce-EditAccountForm button {
    margin-top: 15px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled] {
    color: inherit;
    cursor: pointer;
    opacity: 1;
    padding: .618em 1em;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-banner-img {
    height: 150px;
    width: 200px;
}

.wpem_online_class-start-to-success-section .section-title {
    margin-bottom: 60px;
}

.wpem_online_class-our-mission-section {
    position: relative;
    padding-top: 0;
}

.wpem_online_class-our-mission-section .section-title {
    margin-top: 80px;
}
.about-mission-img{
    margin-top: -60px; 
}

.wpem_online_class-our-mission-section:before,
.wpem-online-class-contact-form:before {
    content: "";
    position: absolute;
    max-width: 43%;
    width: 100%;
    height: 100%;
    background: url(assets/images/shape.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    bottom: 0;
    right: 0;
    z-index: -1;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}
.wpem-online-class-contact-form .section-title {
    margin-top: 80px;
}



.header-top-bar {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    background: linear-gradient(90deg, #FDBF62 0%, #D78BCD 52.6%, #F06D4F 100%);
    color: #fff;
    padding: 10px;
    text-align: center;
}

.header-top-bar p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #fff;
}

.header-top-bar a {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-decoration-line: underline;
    color: #FFFFFF;
    position: relative;
    display: flex;
    align-items: center;
}

.header-top-bar a:after {
    content: "";
    width: 22px;
    height: 12px;
    background: url(assets/images/arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-flex;
    margin-left: 10px;
}

.theme-btn {
    padding: 10px 20px;
    display: inline-block;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    color: #fff;
    text-transform: capitalize;
    transition: all 0.3s 0s;
}

.theme-btn.white-btn {
    background: #fff;
    color: #000;
    font-weight: bold;
}
.theme-btn.white-btn:hover {
    background-color: #000;
    color: #fff;
}

.buttons-group {
    display: flex;
    align-items: center;
    gap: 30px;
}

.main-navigation {
    display: flex;
    align-items: center;
    justify-content: end;
}

.menu-primary-menu-container {
    margin-right: 30px;
}

p.site-description {
    max-width: 240px;
    font-size: 14px;
    line-height: normal;
    margin: 10px 0;
}

nav.main-navigation.toggled {
    display: block;
    background: #fff;
    padding: 10px 30px;
}

.footer-socials a {
    width: 34px;
    height: 34px;
    background: transparent;
    border: 1px solid;
    border-color: var(--wpem-theme-primary-color);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.footer-socials a:hover {
    background: var(--wpem-theme-primary-color);
    color: #fff;
}

.footer-socials {
    margin-top: 30px;
    display: flex;
}

.footer-links h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 30px;
}

.footer-iconlist {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    line-height: normal;
}

.footer-iconlist-icon {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.quick-links {
    display: flex;
    flex-direction: column;
}

.quick-links a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 8px;
}

.quick-links a:hover {
    color: var(--wpem-theme-primary-color);
}

.site-logo {
    cursor: pointer;
}

.instagram-item {
    width: 100%;
    height: 100%;
    position: relative;
    line-height: 0;
}

.insta-icon {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background: rgba(240, 109, 79, 0.6);
    color: #fff;
    transition: all 0.3s ease;
    cursor: pointer;
    opacity: 0;
}

.insta-icon img {
    width: 105px;
    height: 105px;
    object-fit: cover;
}

.instagram-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.instagram-gallery .row {
    margin-right: 0;
}
.instagram-gallery .column {
    padding-right: 0;
    margin-bottom: 15px;
}
.instagram-gallery {
    max-width: 350px;
    width: 100%;
}


.instagram-item:hover .insta-icon {
    opacity: 1;
}

.footer-bottom-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    background: linear-gradient(90deg, #FDBF62 0%, #D78BCD 52.6%, #F06D4F 100%);
}

.copyrights {
    color: #fff;
}
.privacy-policy {
    color: #fff;
    text-align: right;
}
.privacy-policy a {
    color: #fff;
}

ul.event-alert-actions {
    display: flex;
}

.section-title h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 20px;
    position: relative;
}
.section-title h2 b{
    font-weight: normal;
}

.section-title h2:before {
    content: "";
    width: 40px;
    height: 32px;
    background: url(assets/images/misc.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 20px;
}

.section-title p {
    max-width: 555px;
}

.section-title b {
    color: var(--wpem-theme-primary-color);
}

.banner-top-image img {
    object-fit: cover;
    margin-bottom: 30px;
}

.banner-right-image, .banner-left-image {
    text-align: center;
}

.online-learning-system-desc h2 {
    font-weight: normal;
    font-size: 26px;
    line-height: 33px;
    margin-bottom: 0;
}

.online-learning-system-img img {
    width: calc(100% - 15px);
    object-fit: cover;
}

.online-learning-system-iconbox {
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.online-learning-system-iconbox p {
    margin: 0;
}
.online-learning-system-icon {
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    position: relative;
}

.why-choose-us-card {
    border: 1px solid #CCCCCC;
    padding: 30px;
    position: relative;
    background: #fff;
    height: 100%;
    transition: all 0.3s 0s;
    margin: 0 10px;
}
.why-choose-us-card p{
    margin: 0px;
}
.online-learning-system-icon-inner {
    position: absolute;
    line-height: 0;
}

.online-learning-system-icon-inner svg path {
    fill: #000;
}

.online-learning-system-icon svg path {
    stroke: #000;
}

.online-learning-system-iconbox:hover .online-learning-system-icon svg path {
    stroke: var(--wpem-theme-primary-color)!important;
}

.online-learning-system-iconbox:hover .online-learning-system-icon .online-learning-system-icon-inner svg path {
    fill: var(--wpem-theme-primary-color)!important;
}

.why-choose-us-card:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: url(assets/images/dots-graphics.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s 0s;
}

.why-choose-us-card:hover {
    border-color: var(--wpem-theme-primary-color);
}

.why-choose-us-card:hover:before {
    opacity: 1;
    top: 20px;
    left: 25px;
}

.wpem-online-class-events .section-title p {
    max-width: 800px;
    margin: auto;
}
.wpem-online-class-events .wpem-event-listing-list-view {
    margin: 0;
}
.wpem-event-ticket-type .wpem-event-ticket-type-text {
    background: #FFAC27;
    color: #fff;
}

.wpem-online-class-events .container {
    max-width: 1200px;
}

.wpem-online-class-events .wpem-event-listings #googleMap {
    display: none;
}

/* Accordian */
.accordian-container {
    margin-top: 30px;
}
.accordion {
    background-color: #fff;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
    margin-bottom: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion-item.show .panel {
    display: block;
}
.accordion-item.show .accordion {
    border-color: var(--wpem-theme-primary-color);
}
.accordion:hover {
    border-color: var(--wpem-theme-primary-color);
    background: #fff;
    color: #000;
}

.accordion:after {
    font-family: 'FontAwesome';
    content: '\F107';
    color: #000;
    font-weight: bold;
    margin-left: 5px;
    font-size: 20px;
}

.wpem-online-class-accordian-section .active:after {
    font-family: 'FontAwesome';
    content: '\F107';
}

.panel {
    padding: 0 18px;
    background-color: white;
    overflow: hidden;
    display: none;
    margin-bottom: 15px;
}

.icon-box {
    padding: 30px;
    background: #fff;
    border: 1px solid #fff;
    transition: all 0.3s 0s;
}

.icon-box:hover {
    background: #FEF1EE;
    border: 1px solid #F06D4F;
}

.wpem-online-class-membership-banner .container {
    position: relative;
    background: url(assets/images/membership-banner.png);
    background-size: cover;
    background-position: center;
    z-index: 1;
    padding: 80px 0;
}

.wpem-online-class-membership-banner .container:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #FDBF62 0%, #D78BCD 49.98%, #F06D4F 99.97%);
    opacity: 0.85;
    z-index: -1;
}

.students-card {
    padding: 15px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    text-align: center;
    transition: all 0.3s ease;
    margin-bottom: 30px;
}
.students-card p {
    margin: 0;
}
.students-card:hover {
    border-color: var(--wpem-theme-primary-color);
}

.wpem-online-class-main-banner {
    padding-top: 180px;
    background-color: #FEF1EE;
    padding-bottom: 0;
    background: url(assets/images/mainbannerbg.png);
    background-size: cover;
    position: relative;
    z-index: 1;
}

.wpem-online-class-main-banner .section-title h2 {
    font-size: 46px;
    line-height: 60px;
    position: relative;
    max-width: 650px;
    width: 100%;
}

.wpem-online-class-main-banner .section-title p {
    font-size: 20px;
    line-height: 25px;
    color: #444444;
    margin: 30px 0;
}

.wpem-online-class-main-banner .section-title b:before {
    content: "";
    position: absolute;
    width: 180px;
    height: 190px;
    background: url(assets/images/learn.svg);
    left: -15px;
    bottom: -70px;
    background-size: cover;
}
.wpem-online-class-why-choose-us {
    padding: 0;
    position: relative;
    z-index: 1;
}
.wpem-online-class-why-choose-us .section-title h2 {
    margin-bottom: 60px;
}

.wpem-online-class-learning-system {
    position: relative;
    z-index: 0;
    margin-top: -100px;
    padding-top: 200px;
}
.wpem-online-class-learning-system .section-title p{
    margin: 0;
}

.wpem-online-class-learning-system:before {
    content: "";
    position: absolute;
    max-width: 43%;
    width: 100%;
    height: 100%;
    background: url(assets/images/shape.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    z-index: -1;
    min-width: 300px;
}

.section-title.text-center h2:before{
    margin: 0 auto 20px;
}

.why-choose-us-icon {
    width: 62px;
    height: 64px;
    background: url(assets/images/box.svg);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.icon-box-icon {
    width: 62px;
    height: 64px;
    background: url(assets/images/box.svg);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

.wpem-online-class-events .wpem-form-wrapper .wpem-form-group {
    display: none;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-type .wpem-event-type-text {
    background: var(--wpem-theme-primary-color) !important;
    color: #fff !important;
}

.wpem-online-class-accordian-section .section-title h2 {
    max-width: 600px;
}

.accordian-iconbox {
    position: absolute;
    right: 30px;
    bottom: 30px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 30px;
}

.relative {
    position: relative;
}
.accordian-img{
    position: relative;
    line-height: 0;
}
.accordian-img img {
    max-width: 100%;
    width: 100%;
}
.accordian-iconbox-icon img {
    width: 30px;
}
.accordian-iconbox-icon {
    width: 60px;
    height: 60px;
    background: url(assets/images/box-orange.svg);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.accordian-desc h2 {
    font-weight: 100;
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 0;
}

.accordian-desc p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #444444;
    margin: 0;
}

.wpem-online-class-accordian-section {
    position: relative;
    padding-bottom: 0px;
}

.wpem-online-class-events {
    padding-bottom: 0;
    background-color: #fff;
}

.wpem-online-class-accordian-section:before {
    content: "";
    position: absolute;
    width: 43%;
    height: 100%;
    background: url(assets/images/shape.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: -150px;
    right: 0;
    z-index: -1;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.left-arrow {
    position: absolute;
    left: -30px;
    top: 30px;
}

.right-arrow {
    position: absolute;
    right: -30px;
    bottom: 30px;
    z-index: 9;
}

.icon-box p {
    max-width: 300px;
    margin: auto;
}

.wpem-online-class-business-expert-section .row {
    margin-top: 60px;
}

.wpem-online-class-membership-banner h2 {
    color: #fff;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.course-profile-desc p {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    margin: 0;
}

.course-card {
    position: relative;
    height: 100%;
    border: 1px solid #ccc;
    transition: all 0.3s ease;
}
.wpem-online-class-popular-courses {
    padding: 0;
}
.wpem-online-class-popular-courses .column-4 {
    margin-top: 30px;
}
.course-card:hover {
    border-color: var(--wpem-theme-primary-color);
}

.course-img {
    line-height: 0;
    position: relative;
}

.course-img img {
    width: 100%;
    height: 290px;
    object-fit: cover;
}

.course-label {
    padding: 3px 10px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    right: 20px;
    top: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--wpem-theme-primary-color);
    text-transform: uppercase;
    font-size: 14px;
}

.course-label p {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--wpem-theme-primary-color);
}

.course-price {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    background: var(--wpem-theme-primary-color);
    color: #fff;
    border-radius: 100px;
    position: absolute;
    right: 20px;
    bottom: -35px;
}

.course-price p {
    margin-bottom: 0;
    text-align: center;
    font-family: Outfit;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.course-desc {
    padding: 20px;
}

.course-card:hover .course-desc {
    background: #FEF1EE;
}

.course-profile {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}
.course-profile-img {
    line-height: 0;
}
.course-profile-img img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 100px;
}

.course-title p {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 20px;
}
.course-description {
    display: flex;
    align-items: center;
}
.course-description small {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #444444;
    position: relative;
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.course-description small:after {
    content: "";
    width: 1px;
    height: 15px;
    background: #444;
    display: block;
    margin-left: 15px;
}

.course-description small:nth-child(3):after {
    display: none;
}

.testimonial-container {
    text-align: center;
    margin: auto;
    max-width: 1200px;
    width: 100%;
    margin-top: 60px;
    padding: 60px;
    background: url(assets/images/red-card-bg.svg);
    background-size: cover;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
    border-radius: 0px;
}

.testimonial-details p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #444444;
    max-width: 800px;
    margin: 30px auto;
}

.testimonial-profile h2 {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 0;
}

.testimonial-profile small {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #777777;
}

.nutritionist-images-group {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    margin-top: 30px;
}

.nutritionist-img img {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    object-fit: cover;
}

.nutritionist-img-center img {
    width: 90px;
    height: 90px;
    border-radius: 100px;
    object-fit: cover;
}

.wpem-online-class-newsletter {
    padding-top: 0;
}
.wpem-online-class-newsletter .section-title p {
    margin: auto;
}

.newsletter-container {
    max-width: 1000px;
    width: 100%;
    margin: 60px auto 0;
}
.newsletter-container .theme-btn {
    margin-top: 5px;
}

.newsletter-input {
    margin-bottom: 20px;
}

.wpem-online-class-section-banner {
    padding-top: 230px;
    background: #FEF1EE;
}

.wpem-online-class-section-banner h2 {
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 0;
}

.wpem_online_class-start-to-success-section .section-title h2:before {
    left: 50%;
}

.wpem_online_class-our-mission-section .container span h2 {
    position: absolute;
    bottom: 0px;
    font-weight: 400;
    font-size: calc(1em + 7vw);
    line-height: normal;
    color: #FEF1EE;
    mix-blend-mode: normal;
    z-index: 1;
    margin-bottom: 0;
}

.wpem_online_class-our-mission-section .container {
    position: relative;
}

.mission-name-profile {
    border-left: 4px solid;
    border-color: var(--wpem-theme-primary-color);
    padding-left: 20px;
    position: relative;
    margin-top: 80px;
    z-index: 1;
}

.mission-name-profile h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 0;
}

.mission-name-profile small {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #555555;
}

.success-card {
    position: relative;
    display: flex;
    align-items: center;
}

.success-card-img img {
    width: 100%;
    object-fit: cover;
    min-height: 300px;
}
.success-card-img {
    line-height: 0;
}

.dots-graphics {
    position: absolute;
    left: -30px;
    bottom: -30px;
    z-index: -1;
}

.success-card-desc {
    padding: 30px;
    background: #fff;
    margin-left: -30px;
    width: calc(50% + 30px);
}

.success-card-desc p {
    max-width: 330px;
    color: #444;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 0px;
}

.instructor-card {
    text-align: center;
    padding: 15px;
    border: 1px solid #ccc;
    height: 100%;
}
.wpem-online-class-instructors{
    padding: 0;
}
.wpem-online-class-instructors .column-3 {
    margin-bottom: 30px;
}

.instructor-card:hover {
    border-color: var(--wpem-theme-primary-color);
}

.instructor-img {
    line-height: 0;
    margin-bottom: 15px;
}
.instructor-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.instructor-profile h2 {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 0;
}

.instructor-profile small {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #444;
}

.site-desc p {
    max-width: 340px;
}

/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background-color: var(--wpem-theme-primary-color);
    top: 0;
    bottom: 0;
    left: 50%;
}

/* Container around content */
.timeline-container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

/* The circles on the timeline */

.timeline-container.left:hover::after {
    width: 30px;
    height: 30px;
    left: calc(100% - 14px);
    transition: all 0.3s ease;
}

.timeline-container:hover::after {
    width: 30px;
    height: 30px;
    left: -13px;
    transition: all 0.3s ease;
}

.timeline-container::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    right: -11px;
    background-color: var(--wpem-theme-primary-color);
    border: 4px solid #fff;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
    transition: all 0.3s ease-in;
}

/* Place the container to the left */
.left {
    left: 0;
    text-align: right;
}

/* Place the container to the right */
.right {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
    left: -10px;
}

/* The actual content */
.content {
    padding: 20px 30px;
    background-color: white;
    position: relative;
    border-radius: 6px;
    padding-top: 0;
}

.content h2:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    left: -50px;
    top: 15px;
    border: 1px dashed var(--wpem-theme-primary-color);
}

.timeline-container.left .content h2:before {
    left: 106%;
}

.timeline-container:hover .content h2 {
    color: var(--wpem-theme-primary-color);
}

.content p {
    max-width: 220px;
    width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.content h2 {
    position: relative;
    color: #000;
    font-size: 28px;
    font-style: normal;
    line-height: normal;
    margin-bottom: 10px;
    font-family: Outfit;
    font-weight: bold;
}

.timeline-container.left .content p {
    margin-left: auto;
}

.contact-icon {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FEF1EE;
    margin-right: 20px;
}

.contact-icon-list {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.contact-desc h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 5px;
}

.contact-desc p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    color: #444444;
}

.wpem-online-class-contact-form .column-6.flex-end {
    background-color: #fff;
    margin-top: 180px;
}

.wpem-online-class-contact-form {
    position: relative;
    padding-top: 0;
}

.online-class-input {
    margin-bottom: 30px;
}

.contact-form form {
    margin-top: 30px;
}

.icon-box h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    color: #000000;
}

.wpem-online-class-membership-banner .section-title h2:before {
    background: url(assets/images/misc-white.svg);
    margin: 0 auto 20px;
}
    
.top-ranked-students-slider {
    position: relative;
}

.slick-arrow {
    width: 34px;
    height: 34px;
    position: absolute;
    background-color: var(--wpem-theme-primary-color);
    color: #fff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s 0s;
}

.next_arrow {
    left: calc(50% - -7px);
    bottom: -30px;
}

.priv_arrow {
    left: calc(50% - 39px);
    bottom: -30px;
    z-index: 1;
}
.slick-arrow:hover{
    background-color: #000;
}
.wpem-online-class-top-ranked-student {
    position: relative;
    padding-bottom: 120px;
}

.wpem-online-class-top-ranked-student:before {
    content: "";
    position: absolute;
    width: 43%;
    height: 100%;
    background: url(assets/images/shape.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: -200px;
    right: 0;
    z-index: -1;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.wpem-online-class-top-ranked-student .section-title h2 {
    max-width: 450px;
}

.home .wpem-online-class-membership-banner {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.students-card h2 {
    margin-bottom: 0;
}
.wpem-online-class-timeline{
    padding-top: 50px;
}
.wpem-online-class-timeline .section-title {
    margin-bottom: 60px;
}

.wpem-online-class-membership-banner.wpem_online_class-aboutus {
    padding-top: 10px;
    padding-bottom: 0px;
}

.wpem-modal.wpem-modal-open, .wpem-tooltip:hover .wpem-tooltiptext {
    z-index: 99999!important;
}

.wpem_online_class-start-to-success-section .row {
    padding-left: 16px;
}

.wpem-online-class-main-banner .section-title span {
    position: relative;
    padding: 0 15px;
    display: inline-block;
}

.map-container {
    position: relative;
}

.map-container:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--wpem-theme-primary-color);
    opacity: 0.3;
    pointer-events: none;
}

.map-container iframe {pointer-events: auto;}

.contact-form {
    background: #FFF;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    padding: 40px;
    margin-top: -60px;
}

.wpem-event-registrations-list-wrapper .wpem-event-regi-list-body .wpem-event-regi-list .wpem-event-regi-list-footer .content {
    padding: 0;
}

.wpem-online-class-instructors .section-title {
    margin-bottom: 60px;
}

.student-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 20px;
}
.wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar .wpem-icon-text-button.bookmark-notice {
    background-color: transparent !important;
}
/*---------------------------------------------------
##   Responsive
*   ----------------------------------------------------- */

@media (min-width: 576px) {
    .column-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .column-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .column-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .column-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .column-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .column-sm-6,
    .wpem-online-class-main-sidearea .widget .event_listings .wpem-single-event-widget,
    .wpem-online-class-main-sidearea .widget .event_listings_class .wpem-single-event-widget {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .column-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .column-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .column-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .column-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .column-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .column-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}

@media (min-width: 768px) {

    .comment-form-author,
    .comment-form-email,
    .comment-form-url {
        float: left;
        width: 31%;
    }

    .comment-form-author,
    .comment-form-email {
        margin-right: 3.5%;
    }

    .comment-form-cookies-consent,
    #comments .form-submit {
        clear: left;
    }

    .recent-post-list-single:nth-child(2),
    .recent-post-list-single:nth-child(3) {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .text-t-left {
        text-align: left;
    }

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

    .text-t-right {
        text-align: right;
    }

    .header-top .top-right {
        text-align: right;
    }

    #primary-menu {
        float: right;
    }

    #primary-menu:after,
    .menu-all-pages-container:after {
        content: '';
        clear: both;
        display: table;
    }

    #primary-menu li a {
        padding: 15px;
    }

    #primary-menu li li a {
        padding: 5px 15px;
    }

    .column-t-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .column-t-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .column-t-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .column-t-4,
    .wpem-online-class-main-sidearea .widget .event_listings .wpem-single-event-widget,
    .wpem-online-class-main-sidearea .widget .event_listings_class .wpem-single-event-widget {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .column-t-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .column-t-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .column-t-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .column-t-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .column-t-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .column-t-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .column-t-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .column-t-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-t-1,
    .left-sidebar .secondary-content-area {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-t-2,
    .left-sidebar .primary-content-area {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-t-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .column-l-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .column-l-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .column-l-3,
    .wpem-online-class-main-sidearea .widget .event_listings .wpem-single-event-widget,
    .wpem-online-class-main-sidearea .widget .event_listings_class .wpem-single-event-widget {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .column-l-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .column-l-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .column-l-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .column-l-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .column-l-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .column-l-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .column-l-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .column-l-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .column-l-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1470px;
    }

    body.boxed-layout .site {
        max-width: 1500px;
    }
}


@media (max-width: 1599px) {
    .course-description .column-3 {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 100%;
    }
    .student-img img{
        height: 200px;
    }
    .left-arrow img, .right-arrow img {
        max-width: 60px;
    }
    .next_arrow {
        left: 53%;
    }
    .instructor-img img {
        height: 250px;
    }
    .wpem-online-class-main-banner .section-title h2 {
        font-size: 40px;
    }
    .wpem-online-class-main-banner .section-title b:before{
        left: -15px;
        bottom: -55px;
        width: 160px;
        height: 170px;
    }
}

@media (max-width: 1200px) {
    .wpem-online-class-learning-system{
        padding-top: 150px;
    }
    .online-learning-system-img img{
        max-width: 100%;
        width: 100%;
    }
   .wpem-online-class-top-ranked-student:before{
        top: 0px;
   }

   .footer-top .column-3 {
     flex: 0 0 50%!important;
     max-width: 100%!important;
     margin-bottom: 30px;
   }

   .wpem_online_class-start-to-success-section .column-6 {
     flex: 0 0 100%!important;
     max-width: 100%!important;
     margin-bottom: 60px;
   }

   .wpem_online_class-start-to-success-section .row {
    padding-left: 80px;
   }
   .wpem_online_class-start-to-success-section {
    padding-bottom: 40px;
   }
   .wpem_online_class-our-mission-section:before{
    background-position: center;
   }
}

@media (max-width: 1023px) {
    .wpem-online-class-popular-courses .column-4 {
        flex: 0 0 50%!important;
        max-width: 50%!important;
    }
    .course-img img {
        width: 100%;
    }
    .course-description .column-3 {
        justify-content: start;
    }
    .course-description .column-3:before {
        right: 10px;
    }
    .instructor-img img {
        height: 200px;
    }
}
 
@media (max-width: 991px) {
    .wpem_online_class-start-to-success-section{
        padding-top: 0;
        padding-bottom: 10px;
    }
    .wpem_online_class-our-mission-section:before{
        height: 80%;
        top: 0;
    }
    .wpem-online-class-top-ranked-student{
        padding-bottom: 60px;
    }
    .students-card {
        max-width: 232px;
        width: 100%;
        margin: 0 auto 30px;
    }
    .wpem-online-class-top-ranked-student:before {
        top: -50px;
    }
    .wpem-online-class-accordian-section:before {
        top: -50px;
    }
    .online-learning-system-img img {
        max-width: 500px;
    }
    .wpem-online-class-learning-system .container .align-middle > .column-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .online-learning-system-img {
        margin-bottom: 30px;
    }
    .wpem-online-class-accordian-section {
        margin-top: 0;
    }
    .footer-top {
        padding-bottom: 10px;
        clip-path: polygon(0 0, 100% 50px, 100% 100%, 0% 100%);
        padding-top: 100px;
    }
    .wpem-online-class-main-banner .section-title b:before{
        bottom: -45px;
        width: 130px;
        height: 140px;
    }
    .wpem-online-class-main-banner .section-title h2 {
        font-size: 30px;
        line-height: 50px;
    }
    .instructor-img img {
        height: 300px;
    }
    .wpem-online-class-instructors .column-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .secondary-content-area {
        margin-top: 30px;
    }

    .menu-toggle {
        border: 0;
        background: transparent !important;
        display: block;
        margin: 0 0 0 auto;
    }
    .main-navigation li a:before{
        display: none;
    }

    .bar1,
    .bar2,
    .bar3 {
        width: 28px;
        height: 3px;
        background-color: var(--wpem-theme-primary-color);
        margin: 6px 0;
        transition: 0.4s;
        display: block;
    }

    .change .bar1 {
        transform: rotate(-45deg) translate(-6px, 7px);
    }

    .change .bar2 {
        opacity: 0;
    }

    .change .bar3 {
        transform: rotate(45deg) translate(-6px, -7px);
    }

    .main-navigation ul {
        display: none;
    }

    .main-navigation.toggled ul {
        display: block;
    }

    .header-main {
        padding: 15px 0;
    }

    .site-branding .site-title {
        font-size: 20px;
    }

    #site-navigation.toggled #primary-menu,
    #site-navigation.toggled #primary-menu ul.nav-menu {
        display: block;
    }

    .main-navigation li {
        float: none;
    }

    .main-navigation li.menu-item-has-children ul {
        transition: all 0.2s ease-in;
    }

    .main-navigation li.menu-item-has-children.focus>ul {
        position: relative;
        float: none;
        display: block;
    }

    .main-navigation ul ul li.focus ul {
        left: 0;
        margin: 0 10px 5px 15px;
    }

    .main-navigation li a,
    .main-navigation ul ul a {
        width: 100%;
    }

    .main-navigation li a {
        padding: 10px 0;
    }

    .main-navigation ul ul a {
        padding: 10px 20px;
    }

    nav.main-navigation button {
        display: none;
    }

    .wpem-online-class-why-choose-us .column-3 {
        flex: 0 0 50%;
        max-width: 100%;
        margin-top: 30px;
    }
    .wpem-online-class-why-choose-us .section-title h2{
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .wpem-online-class-contact-map {
        padding-top: 0;
    }
    .map-container iframe {
        height: 300px;
    }
    .contact-form {
        margin-top: 30px;
        padding: 30px;
    }
    .wpem-online-class-timeline .section-title{
        margin-bottom: 30px;
    }
    .wpem-online-class-instructors .section-title {
        margin-bottom: 30px;
    }
    .instructor-card{
        max-width: 332px;
        margin: 0 auto;
    }
    .about-mission-img {
        margin: 0;
    }
    .mission-name-profile {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .wpem_online_class-our-mission-section:before,
    .wpem-online-class-contact-form:before {
        background-position: top;
        height: 100%;
        max-width: 130px;
    }
    .footer-links h3 {
        margin-bottom: 15px;
    }
    .footer-socials {
        margin-top: 0;
    }
    .students-card {
        max-width: 332px;
        margin-top: 15px;
    }
    .student-img img {
        height: 300px;
    }
    .wpem-online-class-top-ranked-student {
        padding-bottom: 90px;
    }
    .wpem-online-class-membership-banner .container {
        padding: 60px 0;
    }
    .wpem-online-class-accordian-section:before {
        max-width: 200px;
    }
    .accordian-img {
        margin-top: 20px;
    }
    .accordian-iconbox {
        padding: 20px;
        right: 15px;
        bottom: 15px;
    }
    .accordian-desc h2 {
        font-size: 28px;
    }
    .header-top-bar{
        gap: 5px;
        line-height: normal;
    }
    .section-title h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .instagram-gallery .column-4 {
        flex: 0 0 16.3%!important;
        max-width: 100%!important;
    }
    .accordion {
        line-height: normal;
        font-size: 16px;
    }
    .right-arrow,
    .left-arrow {
       display: none;
    }
    .wpem-online-class-business-expert-section .row {
        margin-top: 30px;
    }

    .header-main .column-4,
    .header-main .column-8 {
        flex: 0 0 50% !important;
        max-width: 100% !important;
    }

    .header-top .column {
        text-align: center;
    }

    .text-mb-left {
        text-align: left;
    }

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

    .text-mb-right {
        text-align: right;
    }

    .sidebar-first .secondary-content-area {
        -ms-flex-order: 1;
        order: 1;
    }

    .sidebar-first .primary-content-area {
        -ms-flex-order: 2;
        order: 2;
    }

    .search-box {
        display: inline-block;
        padding: 5px 10px;
        font-size: 20px;
    }

    .error-404 h1 {
        font-size: 80px;
    }

    .error-404 h2 {
        font-size: 20px;
    }

    .column {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .copyrights,
    .privacy-policy {
        text-align: center !important;
        line-height: normal;
    }
    .privacy-policy{
        margin-top: 10px;
    }
    .course-img img {
        width: 100% !important;
    }
    .footer-top .column-3 {
        flex: 0 0 100%!important;
        max-width: 100%!important;
    }

    section {
        padding: 60px 0;
    }
    .column-6.wpem_online_class_banvect_img {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .banner-top-image img {
        margin-top: 30px;
    }

    .course-description .column-3 {
        flex: 0 0 33%!important;
    }

    .course-description .column-3:before {
        right: 0;
    }
    .testimonial-container {
        margin-top: 30px;
    }
    .why-choose-us-card:before {
        background-size: contain;
        background-position: bottom right;
    }
    .wpem-online-class-popular-courses .column-4 {
        flex: 0 0 100%!important;
        max-width: 100% !important;
    }
    .course-card {
        max-width: 450px;
        width: 100%;
        margin: 0 auto;
    }
    .newsletter-container{
        margin-top: 30px;
    }
    .wpem_online_class-start-to-success-section .section-title {
        margin-bottom: 40px;
    }
    .wpem_online_class-start-to-success-section .row {
        padding-left: 30px;
    }
}

@media (max-width: 575px) {
    .timeline-container.left .content p {
        margin-left: inherit;
    }
    .timeline::after {
        left: 31px;
    }
    .timeline-container {
        width: 100%;
        padding-left: 50px;
        padding-right: 0;
    }
    .timeline-container::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }
    .left::after,
    .right::after {
        left: 15px;
    }
    .right {
        left: 0%;
    }
    .header-top-bar{
        font-size: 12px;
    }
    .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-banner-img {
        height: 90px;
        width: 90px;
    }
    .testimonial-details p {
        font-size: 16px;
        line-height: 22px;
        margin-top: 10px;
    }
    
    .left::after, .right::after {
        left: 22px;
    }

    .timeline-container.left {
        text-align: left;
    }
    .page-header-wrapper {
        padding-bottom: 0;
        padding-top: 300px;
    }

    .testimonial-container {
        padding: 30px;
    }
    .wpem-online-class-accordian-section {
        margin-top: 0;
    }
   
    .wpem_online_class-our-mission-section .section-title {
        margin-top: 60px;
    }

    .footer-top {
        padding-top: 60px;
        padding-bottom: 0;
    }

    body.page a.wpem-theme-button {
        padding: 10px!important;
    }

    .main-contain-wrapper {
        padding-top: 0;
    }
    .left-arrow {
        left: 0!important;
    }
    .right-arrow {
        right: 0!important;
        bottom: -8px!important;
    }
    .page-header-wrapper {
        padding-bottom: 0;
    }
    .nutritionist-img img,
    .nutritionist-img-center img {
        height: auto!important;
    }
    .wpem_online_class-start-to-success-section .row {
        padding: 0 15px;
    }
    .success-card {
        display: block;
        max-width: 330px;
        width: 100%;
        margin: 0 auto;
    }
    .dots-graphics {
        top: 70px;
        left: -20px;
    }
   
    .success-card-desc {
        width: calc(100% - 30px);
        padding: 20px;
        margin: -20px 0 0 0;
        position: relative;
        left: 15px;
    }
    .success-card-desc h2{
        margin-bottom: 10px;
    }
    .wpem_online_class-start-to-success-section .column-6 {
        margin-bottom: 40px;
    }
    .wpem_online_class-start-to-success-section {
        padding-bottom: 0;
    }
    .wpem-online-class-membership-banner.wpem_online_class-aboutus {
        padding-top: 0;
    }
    .wpem-online-class-membership-banner.wpem_online_class-aboutus {
        padding-top: 0;
    }
    .timeline-container.left .content h2:before {
        left: -50px;
    }
    .wpem-online-class-instructors {
        padding-bottom: 0;
    }
    .mission-name-profile {
        margin-top: 0;
    }
    .mission-name-profile {
        border-width: 3px;
    }
    .wpem-online-class-why-choose-us .section-title h2 {
        margin-bottom: 0;
    }
    .wpem-online-class-section-banner h2 {
        font-size: 40px;
    }
}



