/*
Theme Name: eSmarts Child
Theme URI: https://esmarts.qodeinteractive.com/
Description: A child theme of eSmarts Theme
Author: Elated Themes
Author URI: https://qodeinteractive.com/
Version: 1.0.2
Text Domain: esmarts
Template: esmarts
*/

img {
    pointer-events: none;
}

::selection {
    background: #008635;
    color: #FFFFFF;
}


/* Footer */
ul#menu-footer-sitemap > li {
    margin-bottom: 5px !important;
}

ul#menu-footer-quick-links > li {
    margin-bottom: 5px !important;
    text-decoration: underline;
}

ul#menu-footer-quick-links > li > a:hover, ul#menu-footer-sitemap > li > a:hover {
    color: #ffffff !important;
}

ul#menu-footer-quick-links > li > a, ul#menu-footer-sitemap > li > a, .textwidget > p {
    color: #ffffff !important;
}

.textwidget > p {
    margin-bottom: 0px !important;
}


/* Main header */
p, .btn {
    font-family: 'ABeeZee', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.page-img-background {
    background-size: cover !important;
    background-position: center !important;
    height: 360px;
    background-repeat: no-repeat !important;
}

header#main-header {
    width: 100%;
    background: transparent;
    position: relative;
    z-index: 1000;

    &::after {
        content: '';
        background-color: rgba(0, 0, 0, 0.2);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 1;
    }
}

header#main-header img {
    object-fit:cover;
}

.header-container {
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 20px 35px;
    position: absolute;
    top: 0;
    z-index: 999;
}

.header-content {
    position: fixed;
    width: 100%;
    left: 0px;
    right: 0;
    top: 0;
    transition: background-color 240ms;
    z-index: 1000;

    background-color: rgba(0, 0, 0, .5);
}

.header-content--inner {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1340px;
    padding: 0 20px;
    margin: 0 auto;
}

.header-content--inner-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media(max-width: 1199px) {
    .header-content--inner-right {
        display: none;
    }
}

.mobile-menu-button {
    display: flex;
    flex-wrap: wrap;
    height: 39px;
    width: 39px;
    cursor: pointer;
    z-index: 9;
}

.mobile-menu-button > span {
    display: inline-block;
    position: relative;
    width: 100%;
    background-color: white;
    height: 2px;
}

.mobile-menu-button > span:nth-child(1) {
    top: 0;
    transition: top 240ms 240ms, transform 240ms;
}
.mobile-menu-button > span:nth-child(2) {
    opacity: 1;
    transition: opacity 0ms 240ms;
}
.mobile-menu-button > span:nth-child(3) {
    bottom: 0;
    transition: bottom 240ms 240ms, transform 240ms;
}

.mobile-menu-button.is-active > span:nth-child(1) {
    top: 13px;
    transform: rotate(45deg);
    transition: top 240ms, transform 240ms 240ms;
}
.mobile-menu-button.is-active > span:nth-child(2) {
    opacity: 0;
    transition: opacity 240ms 0ms;
}
.mobile-menu-button.is-active > span:nth-child(3) {
    bottom: 13px;
    transform: rotate(-45deg);
    transition: bottom 240ms, transform 240ms 240ms;
}

.mobile-menu {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    opacity: 0;
    pointer-events: none;

    background-color: green;

    transition: opacity 240ms;
}

.mobile-menu.is-active {
    opacity: 1;
    pointer-events: all;
}

@media(min-width: 1200px) {
    .mobile-menu-button {
        display: none;
    }

    .mobile-menu {
        display: none;
    }
}

.sticky-header {
    background-color: #008635;
}


/* .sticky-header {
    position: fixed;
    background-color: #008635;
    width: 100%;
    height: 130px;
    top: inherit;
    margin-left: -35px;
    margin-top: 0;
    z-index: 1000;
}

.sticky-header .logo {
    margin-right: 13.3%;
    left: 1.7%;
    position: relative;
}

.sticky-header .header-search {
    position: relative;
    right: 1.7%;
} */

.logo {
    width: 90px;
}

.main-menu {
    margin-right: auto;
    margin-left: 40px;
}

.nav-menu {
    display: flex;
    margin: 0;
    list-style: none;
}

.sub-menu,
.submenu-wrapper,
.submenu-text-info {
    display: none;
}

ul.sub-menu {
    list-style: none;
}

.nav-menu li {
    margin-right: 20px;
}

.nav-menu li a {
    display: inline-block;
    padding: 50px 0;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    font-family: 'ABeeZee', sans-serif;
}

/* Submenu [mobile] */
@media(max-width: 1199px) {

    .main-menu-mobile {
        width: 100%;
        padding: 0 100px;
    }

    .nav-menu {
        flex-wrap: wrap;
    }
    .nav-menu li {
        width: 100%;
    }

    .nav-menu li a {
        padding: 10px 0 10px 10px;
    }

    .menu-item-has-children .arrow {
        padding: 25px;
    }

    .menu-item-has-children.is-open > .arrow {
        transform: rotate(180deg);
    }

    .menu-item-has-children.is-open > .sub-menu {
        display: block;
    }

    .menu-item-has-children.is-open > .sub-menu li a {
        padding: 5px 0 5px 5px;
        font-size: 16px;
        line-height: 1.2;
    }

    .menu-item-has-children.is-open > .sub-menu .arrow {
        padding: 15px;
    }
}


/* Submenu */
@media(min-width: 1200px) {
    .menu-item-has-children {
        position: relative;
    }

    .menu-item-has-children .sub-menu {
        position: absolute;
        background-color: #008636;
        color: white;
        padding: 0;
    }

    .menu-item-has-children .sub-menu li {
        margin: 0;
    }

    .menu-item-has-children .sub-menu .arrow {
        position: absolute;
        top: calc(50% - 7.5px);
        right: 10px;
        transform: rotate(-90deg);
    }

    .menu-item-has-children .sub-menu li:hover {
        background-color: #056f30;
    }

    .menu-item-has-children .sub-menu li a {
        display: inline-block;
        width: 100%;
        padding: 10px 40px 10px 20px;
        font-size: 16px;
    }

    .menu-item-has-children:hover > .sub-menu {
        display: block;
    }

    .menu-item-has-children .sub-menu .sub-menu {
        top: 0;
        left: 100%;
    }
}

/* .nav-menu li:hover a {
    color: #00471c;
} */

/* @media(min-width: 768px) {
    .nav-menu li:hover ul.sub-menu, .submenu-wrapper::before:hover ul.sub-menu {
        display: block;
        list-style: none;
    }
} */

/* .submenu-wrapper::before {
    width: 100%;
    height: 50px;
    background-color: #ffffff00;
    display: block;
    content: '';
    position: fixed;
    margin-top: -70px;
}

.nav-menu li:hover .submenu-wrapper {
    display: flex;
    background-color: #ffffff;
    position: fixed;
    width: 100%;
    left: 0;
    padding-bottom: 25px;
    padding-top: 25px;
    z-index: 1000;
    height: auto;
    margin-top: 35px;
}

.nav-menu li:hover .submenu-wrapper .submenu-text-info {
    display: flex;
    flex-direction: column;
    flex: 0.399;
    border-right: 3px solid #000000;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 45px;
}

.current-menu-item > a {
    color: #00471c !important;
}

.submenu-ul-wrapper::-webkit-scrollbar {
    height: 8px;
}

.submenu-ul-wrapper::-webkit-scrollbar-track {
    background: #ffffff;
}

.submenu-ul-wrapper::-webkit-scrollbar-thumb {
    background-color: #008635;
    border-radius: 50px;
}

.submenu-ul-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: #00471c;
}

.submenu-text-info h3 {
    font-family: 'Avenir';
    font-weight: 800;
    font-size: 20px;
    line-height: 35px;
    color: #4E4D4D;
    margin-top: 0;
}

.submenu-text-info p {
    width: 85%;
    font-size: 18px;
    line-height: 31px;
    font-family: 'Avenir';
    font-weight: 500;
    color: #4E4D4D;
    white-space: break-spaces;
}

.submenu-background {
    width: 183px;
    height: 103px;
    margin-right: 35px;
    background-size: cover;
    margin-bottom: 10px;
    border-radius: 10px;
}

.submenu-ul-wrapper {
    flex: 2;
    padding-left: 40px;
    overflow: auto;
}

.submenu-ul-wrapper h3 {
    margin-top: 0;
    margin-left: 15px;
    font-size: 20px;
    line-height: 35px;
    font-family: 'Avenir';
    font-weight: 800;
}

.sub-menu li > a {
    font-family: 'Avenir' !important;
    font-size: 16px !important;
    line-height: 28px !important;
    font-weight: 350 !important;
    color:#008635;
} */

.nav-menu li:hover .submenu-wrapper ul.sub-menu {
    padding-bottom: 10px;
    display: flex;
    flex: 2;
}

.fill-header-nav {
    background-color: #008635;
    height: 55%;
}

.searchform {
    position: relative;
    display: flex;
    top: 15px;
}

.searchform input[type="text"] {
    padding: 10px 25px 10px 5px;
    outline: none;
    width: 240px;
    background-color: #ffffff;
    height: 35px;
    color: #008635;
    border: none;
    cursor: auto;
}

.searchform button {
    background-color: #ffffff;
    border: none;
    padding: 5px;
    margin-left: 0px;
    cursor: pointer;
    height: 35px;
}

.menu-item-has-children {
    white-space: nowrap;
}

.menu-item-has-children .arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
}

.menu-item-has-children .arrow::before {
    content: '\25BC';
    font-family: 'ElegantIcons';
    font-size: 0.8em;
    display: inline-block;
    vertical-align: middle;
    color:#ffffff;
    transition: color 0.3s ease, transform 0.3s ease;
}

.nav-menu > .menu-item-has-children:hover > .arrow {
    transform: rotate(180deg);
}

.header-language-switcher {
    position: absolute;
    right: 20px;
    top: 10px;
}

.header-language-switcher ul {
    display: flex;
}

.header-language-switcher ul li {
    margin: 0;
}

.header-language-switcher ul > li a span {
    color: #ffffff;
    font-size: 15px;
    line-height: 26px;
    font-family: "ABeeZee", sans-serif;
    font-weight: 400;
}

.header-language-switcher ul > li:hover  a span {
    color: #ffffff;
}

.header-language-switcher ul > li:nth-child(1)::after {
    content: " | ";
    color: #ffffff;
    padding-right: 5px;
}

.header-text {
    right: 0;
    left: 0;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.custom-header-content {
    padding: 60px 0;
    background-color: transparent;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.custom-header-content .container {
    width: auto;
    margin: 0 auto;
    padding: 0 20px;
}

.custom-header-content h1 {
    margin-bottom: 0px;
    color: #fff;
    font-weight: 400;
    font-size: 48px;
    line-height: 72px;
    text-align: left;
    font-family: 'Andika', sans-serif;
}

.custom-header-content p {
    margin-bottom: 20px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
    color: #ffffff;
    width: 31%;
}



.header-buttons {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}

.header-buttons .btn {
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    color: #ffffff;
    background-color: #008635;
    border-radius: 25px;
    transition: background-color 0.3s ease;
}

.header-buttons .btn:hover {
    background-color: #006d2c;
    color: #ffffff;

}

@media (max-width: 767px) {
    .logo, .main-menu, .header-search {
        margin-bottom: 15px;
    }

    .nav-menu {
        max-height: 100vh;
        overflow: scroll;
        flex-wrap: wrap;
    }

    .nav-menu li {
        width: 100%;
        margin: 10px 0;
        padding: 0 20px;
    }

    .submenu-wrapper::before {
        display: none;
    }

    .nav-menu .submenu-wrapper .submenu-text-info,
    .nav-menu li:hover .submenu-wrapper .submenu-text-info {
        display: none;
    }

    /* .nav-menu li:hover .submenu-wrapper {
        width: 100vw;
        position: static;
    } */

    .sub-menu li > a {
        color: white;
    }

    .custom-header-content h1 {
        font-size: 2rem;
        line-height: 40px;
    }

    .custom-header-content p {
        width: 100% !important;
        font-size: 1rem;
    }

    .header-buttons .btn {
        font-size: 0.9rem;
        padding: 8px 16px;
    }
}

/* Home page */
.elementor-rounded-corners-borders {
    border-radius: 30px;
    border-left: 1px solid #CACACA;
    border-bottom: 2px solid #999999;
    border-right: 1px solid #CACACA;
    border-top: none;
    box-shadow: 0 4px 6px rgb(111, 111, 111);
}

/* custom post shortcodes */
.custom-post-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.custom-posts-item {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}

.custom-post-image {
    flex: 1.2;
}

.custom-post-image img {
    width: 328px;
    height: 250px;
    object-fit: cover;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.custom-post-content {
    width: 328px;
    height: 250px;
    flex: 1.2;
    padding-left: 25px;
}

.custom-posts-image {
    flex: 0.5;
}

.custom-posts-image img {
    width: 134px;
    height: 102px;
    object-fit: cover;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.custom-posts-content {
    width: 134px;
    height: 102px;
    flex: 1.5;
    padding-left: 15px;
    margin-top: -10px;
}


.custom-post-content a, .custom-posts-content a {
    text-decoration: none;
    color: #008635;
}

.custom-post-content h2, .custom-posts-content h2 {
    color: #008635;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 10px;
}

.custom-post-content p, .custom-posts-content p {
    color: #008635;
    font-family: "ABeeZee", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    line-height: 24px;
    margin-bottom: 10px;
}

.custom-post-content .post-date, .custom-posts-content .post-date {
    color: #777777;
}

.custom-post-content .excerpt {
    max-height: 7.2em;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* Forms */
.wpcf7-form h2 {
    font-size: 36px !important;
    font-weight: 400 !important;
    margin-bottom: 10px !important;
    font-style: italic !important;
    line-height: 54px !important;
    font-family: 'ABeeZee', sans-serif !important;
    color: #000000;
}

.wpcf7-form p {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    font-family: 'ABeeZee', sans-serif !important;
    font-style: italic !important;
    margin-bottom: 20px !important;
    color: #000000;
}

.form-section h3 {
    font-size: 20px !important;
    font-weight: 400 !important;
    font-style: italic !important;
    font-family: 'ABeeZee', sans-serif !important;
    line-height: 30px !important;
    margin-bottom: 10px !important;
    color: #000000;
}

.form-section {
    margin-bottom: 40px;
}

.first-section {
    margin-top: 90px;
}

.form-section p {
    margin-bottom: 10px;
    font-size: 16px;
}

.form-section input[type="text"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    border-bottom: 1px solid black !important;
    box-shadow: none;
    outline: none; 
}

.submit-container {
    position: absolute;
    right: 0;
    margin: 0 !important;
    padding: 0 !important;
    height: 40px;
}

.submit-container span {
    display: none;
}

.school-name-submit-btn p {
    flex: 1;
}

.school-name-submit-btn {
    display: flex;
    padding-top: 20px;
}

.submit-container input[type="submit"] {
    background-color: #008635 !important;
    border: none;
    padding: 8px 32px;
    border-radius: 50px;
    font-size: 16px !important;
    cursor: pointer;
    font-weight: 400 !important;
    color: #ffffff !important;
    text-transform: capitalize !important;
    line-height: 24px !important;
    font-style: italic !important;
    font-family: 'ABeeZee', sans-serif !important;
}

.second-section p {
    margin-top: -25px;
}

.submit-container:hover input[type="submit"] {
    background-color: #008635 !important;
    color: #ffffff;
}

/* Job Form */
.job-form-container h2 {
    font-style: normal !important;
    padding-bottom: 15px;
}

.job-form-group {
    margin-bottom: 20px;
    position: relative;
}

.job-form-group input[type="text"],
.job-form-group input[type="email"] {
    width: 130%;
    padding: 10px 10px 10px 0;
    font-size: 20px;
    line-height: 30px;
    font-family: 'ABeeZee', sans-serif;
    border: none;
    border-bottom: 1px solid #ccc;
    background-color: transparent;
    outline: none;
    color: #000000;
    transition: border-color 0.3s ease;
}

.job-form-group input[type="text"] {
    width: 55%;
}

.job-form-group input[type="text"]:focus,
.job-form-group input[type="email"]:focus {
    border-bottom: 1px solid #777;
}

.job-form-group input[type="submit"] {
    float: right;
    margin-right: -30%;
    background-color: #008635;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    font-family: 'ABeeZee', sans-serif;
    font-weight: 400;
    padding: 7.5px 80px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.job-form-group input[type="submit"]:hover {
    background-color: #008635;
}

/* Job Form Schools */
.job-form-school-group input[type="email"] {
    width: 100% !important;
}

.job-form-school-group input[type="submit"] {
    margin-right: 0 !important;
}

/* Admittance Form Schools */
.form-admittance-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-admittance-wrapper {
    padding: 4% 5% 0% 11%;
}

.form-admittance-group {
    flex: 1 1 45%;
}

.form-admittance-row input[type="text"],
.form-admittance-row input[type="tel"],
.form-admittance-row input[type="email"] {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    background: transparent;
    color: #000000;
    font-size: 20px;
    line-height: 30px;
    font-family: 'ABeeZee', sans-serif;
    font-weight: 400;
    box-sizing: border-box;
}

.form-admittance-row textarea {
    width: 161% !important;
    height: 85% !important;
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    padding: 10px !important;
    color: #000000 !important;
    font-size: 20px !important;
    line-height: 30px !important;
    font-family: 'ABeeZee', sans-serif !important;
    font-weight: 400 !important;
    box-sizing: border-box !important;
    resize: none;
}

.form-admittance-row:nth-child(3) p {
    height: 145px !important;
}

.form-admittance-row input[type="text"] {
    width: 90% !important;
}

.form-admittance-row input[type="email"] {
    width: 165% !important;
}

#admittance-submit {
    background-color: #008635;
    font-size: 16px;
    line-height: 24px;
    font-family: 'ABeeZee', sans-serif;
    font-weight: 400;
    padding: 1.2% 4.4% 1.2% 4.4%
}

#admittance-submit ~ span {
    display: none;
}

.form-admittance-wrapper p {
    display: flex;
    justify-content: flex-end;
}


/* publications page */
.publications-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media (max-width: 1215px) {
    .publications-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 800px) {
    .publications-grid {
        grid-template-columns: 1fr;
    }
}

.publication-item {
    padding: 15px;
}

.publication-thumbnail img {
    width: 100%;
    min-width: 352px;
    height: auto;
    max-height: 289px;
    object-fit: cover;
}

.publication-content {
    margin-top: 10px;
}

.publication-content h3 {
    font-size: 32px;
    line-height: 48px;
    font-weight: 400;
    font-family: 'ABeeZee', sans-serif;
    color: #008635;
}

.publication-content p,
.publication-content a {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'ABeeZee', sans-serif;
    color: #000000;
}

.publication-content a {
    text-decoration: underline;
}

.pagination {
    margin-top: 20px;
    text-align: center;
}

.custom-pagination {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
}

.custom-pagination a {
    color: #333;
    text-decoration: none;
}

.custom-pagination a:hover {
    text-decoration: underline;
}

.custom-pagination .current {
    font-weight: bold;
    color: #000;
}

.custom-pagination span {
    margin: 0 5px;
}

.custom-pagination span,
.custom-pagination a {
    font-size: 22px;
    line-height: 36px;
    font-weight: 400;
    font-family: 'ABeeZee', sans-serif;
}

.custom-pagination {
    display: inline-block;
}

.custom-pagination a,
.custom-pagination .current {
    padding: 0 0;
}

.custom-pagination a:not(:last-child):after,
.custom-pagination .current:not(:last-child):after {
    content: '|';
    padding-left: 5px;
    color: #666;
}

/* FAQ */
#sp-ea-28635 .ea-card.sp-ea-single.ea-expand a,
#sp-ea-28635 .ea-card.sp-ea-single a,
#sp-ea-28657 .ea-card.sp-ea-single.ea-expand a,
#sp-ea-28657 .ea-card.sp-ea-single a,
#sp-ea-28661 .ea-card.sp-ea-single.ea-expand a,
#sp-ea-28661 .ea-card.sp-ea-single a {
    font-family: 'ABeeZee', sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-style: italic;
    border-bottom: black 1px solid;
}

#sp-ea-28635 .ea-card.sp-ea-single.ea-expand div p,
#sp-ea-28635 .ea-card.sp-ea-single div p,
#sp-ea-28657 .ea-card.sp-ea-single.ea-expand div p,
#sp-ea-28657 .ea-card.sp-ea-single div p,
#sp-ea-28661 .ea-card.sp-ea-single.ea-expand div p,
#sp-ea-28661 .ea-card.sp-ea-single div p {
    font-family: 'ABeeZee', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-style: italic;
}

.ea-icon-expand-plus::before {
    content: '\25BC';
    font-size: 1em;
    color: inherit;
    transition: transform 0.3s ease;
}

.ea-icon-expand-minus::before {
    content: '\25BC';
    transform: rotate(180deg);
    font-size: 1em;
    color: inherit;
    transition: transform 0.3s ease;
}


/* School Requirements Sections*/
#sp-ea-28756 .ea-card.sp-ea-single.ea-expand a,
#sp-ea-28756 .ea-card.sp-ea-single a {
    font-family: 'ABeeZee', sans-serif;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    font-style: italic;
    border-bottom: black 1px solid;
}

#sp-ea-28756 .ea-card.sp-ea-single.ea-expand div p,
#sp-ea-28756 .ea-card.sp-ea-single div p {
    font-family: 'ABeeZee', sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-style: italic;
}


#sp-ea-28756 .ea-icon-expand-plus::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-bottom: 2px solid #000000;
    border-left: 2px solid #000000;
    transform: translateY(50%) rotate(-45deg);
    transform-origin: center;
    transition: transform 0s ease;
}

#sp-ea-28756 .ea-icon-expand-minus::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-top: 2px solid #000000;
    border-left: 2px solid #000000;
    transform: translateY(100%) rotate(45deg);
    transform-origin: center;
    transition: transform 0s ease;
}

/* Calendar */
.my-calendar-footer,
h2.my-calendar-month > span,
.my-calendar-nav .my-calendar-today,
.my-calendar-nav .my-calendar-next,
.my-calendar-nav .my-calendar-prev,
.my-calendar-date-switcher select[name="yr"],
.school-page .my-calendar-navigation,
.my-calendar-navigation .mc-time {
    display: none !important;
}

.mc-main .my-calendar-navigation select[name="month"],
.mc-main .my-calendar-navigation select[name="month"]:focus,
.mc-main .my-calendar-navigation input[type="submit"] {
    border: none !important;
    outline: 0 !important;
}

.mc-main thead {
    border-bottom: none !important;
}

th.day-heading > abbr,
th.weekend-heading > abbr {
    text-transform: capitalize;
}

.mc-date {
    text-align: left !important;
    color: black !important;
    font-weight: 400 !important;
    font-family: 'ABeeZee', sans-serif !important;
}

.my-calendar-date-switcher select {
    text-transform: capitalize !important;
}

.mc-main .my-calendar-navigation select:hover, .mc-main .my-calendar-navigation,
.my-calendar-navigation input[type=submit],
.my-calendar-navigation input[type=submit]:hover {
    outline: 0 !important;
}

.mc-main .event-title, 
.mc-main .event-title a {
    color: #000000 !important;
    font-weight: 400 !important;
    font-family: 'ABeeZee', sans-serif !important;
}

.mc-main .my-calendar-navigation > div {
    flex-direction: row-reverse !important;
    justify-content: flex-end !important;
}

.school-page .mc-main .event-title button {
    padding: 0px !important;
}

.school-page .mc-main td {
    height: 4em !important;
}




























