﻿@font-face {
    font-family: CenturyGothic400;
    src: url(../fonts/CenturyGothic/GOTHIC.woff);
}

@font-face {
    font-family: CenturyGothic400;
    src: url(../fonts/CenturyGothic/GOTHICB.woff);
    font-weight: 900;
}

@font-face {
    font-family: CG400;
    src: url(../fonts/CenturyGothic/GOTHIC.woff);
}

@font-face {
    font-family: 'Logosgnosis';
    src: url('../fonts/mstm-library/Logosgnosis.eot?6x5j3');
    src: url('../fonts/mstm-library/Logosgnosis.eot?6x5j3#iefix') format('embedded-opentype'), url('../fonts/mstm-library/Logosgnosis.ttf?6x5j3') format('truetype'), url('../fonts/mstm-library/Logosgnosis.woff?6x5j3') format('woff'), url('../fonts/mstm-library/Logosgnosis.svg?6x5j3#Logosgnosis') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

footer .msicon-before-inline {
    font-family: "Logosgnosis";
    font-style: normal;
}

footer #logi {
    transform: scale(1.35);
    display: inline-block;
    padding-left: 5px;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Logosgnosis' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-kite:before {
    content: "\e914";
}

.icon-paper-plane:before {
    content: "\e915";
}

.icon-star:before {
    content: "\e916";
}

.icon-SWASH-icon1:before {
    content: "\e911";
}

.icon-SWASH-icon2:before {
    content: "\e912";
}

.icon-SWASH-icon3:before {
    content: "\e913";
}

.icon-instagram:before {
    content: "\e909";
}

.icon-facebook:before {
    content: "\e907";
}

.icon-twitter:before {
    content: "\e90f";
}

.icon-youtube:before {
    content: "\e910";
}

.icon-plus-image-hover:before {
    content: "\e90e";
}

.icon-magnifier-search:before {
    content: "\e90d";
}

.icon-slide-arrow:before {
    content: "\e90c";
}

.icon-arrow-footer:before {
    content: "\e905";
    color: #c4d64f;
    font-size: 25px;
}

.icon-dropdown-arrow:before {
    content: "\e906";
}

.icon-facebook:before {
    content: "\e907";
}

.icon-go-to-top:before {
    content: "\e908";
}

.icon-menu:before {
    content: "\e90a";
    color: #e43e81;
}

.icon-telephone-header:before {
    content: "\e90b";
}

.icon-pin-back-white:before {
    content: "\e900";
    color: #fff;
    font-size: 50px;
}

.icon-pin-pink:before {
    content: "\e901";
    color: #e43e81;
}

.icon-EMAIL:before {
    content: "\e902";
    color: #e43e81;
    font-size: 50px;
    border: 2px solid;
    border-color: #c4d64f;
    border-radius: 100px;
    padding: 35px;
}

.icon-PIN:before {
    content: "\e903";
    color: #e43e81;
    font-size: 50px;
    border: 2px solid;
    border-color: #c4d64f;
    border-radius: 100px;
    padding: 35px;
}

.icon-SMARTPHONE:before {
    content: "\e904";
    color: #e43e81;
    font-size: 50px;
    border: 2px solid;
    border-color: #c4d64f;
    border-radius: 100px;
    padding: 35px;
}

.icon-facebook-share:before {
    content: "\e918";
}

.icon-twitter-share:before {
    content: "\e919";
}

.icon-x:before {
    content: "\e917";
}

u {
    text-decoration: underline;
}


/*--------------------------------------------------------*/
* {
    font-family: CenturyGothic400;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
}

body {
    overflow-anchor: none;
}

a {
    color: #555555;
}

.title-center {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    text-align: center;
}

strong {
    font-weight: bold;
}

button {
    cursor: pointer;
}

#map {
    padding-top: 40px;
}

    #map iframe {
        pointer-events: none;
        height: 730px;
    }

        #map iframe.clicked {
            pointer-events: auto;
        }

.stp-href[href=""] {
    pointer-events: none;
}


textarea {
    resize: none;
}

input:focus, textarea:focus {
    outline: none;
}

    input:focus::placeholder {
        color: transparent;
    }

    input:focus::-webkit-input-placeholder {
        color: transparent;
    }

    input:focus:-moz-placeholder {
        color: transparent;
    }

    input:focus::-moz-placeholder {
        color: transparent;
    }

    input:focus:-ms-input-placeholder {
        color: transparent;
    }

.lg-container {
    max-width: 1520px;
    margin: 0 auto;
}

button[disabled], html input[disabled] {
    opacity: 0.6;
    cursor: not-allowed !important;
}

/*--Slider Arrows--*/
.slick-prev::before, .slick-next::before {
    font-family: Logosgnosis;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Logosgnosis' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 25px !important;
}

.slick-prev::before {
    content: "\e90c" !important;
    transform: rotate(180deg);
    display: inline-block;
}

.slick-next::before {
    content: "\e90c" !important;
    display: inline-block;
}

.slick-prev, .slick-next {
    z-index: 1;
    height: 30px !important;
    width: 30px !important;
}

.slick-prev {
    left: 0 !important;
}

.slick-next {
    right: 0 !important;
}

.slick-dots li.slick-active button::before {
    color: #e43e81 !important;
    opacity: 1 !important;
}

.slick-dots li {
    padding: 0px 12px !important;
}

    .slick-dots li button::before {
        font-size: 65px !important;
    }

    .slick-dots li button:hover::before, .slick-dots li button:focus::before {
        color: #e43e81 !important;
        opacity: 0.25 !important;
    }

/*modals*/
#galbox {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#lightbox-gal {
    position: fixed;
    z-index: 999999;
    background: rgba(0,0,0,0.6);
    height: 100%;
}

.modal-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    transition: opacity 200ms;
    visibility: hidden;
    opacity: 0;
    z-index: 20000;
}

.modal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
    transition: all 200ms;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    color: #555555;
    z-index: 9999999;
    text-align: center;
}

    .modal .close .icon-x::before {
        border-radius: 100%;
        background: #fff;
        padding: 8px;
    }

.modal-overlay .cancel {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: default;
}


.modal {
    margin: 0px auto;
    z-index: 9;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 20px 20px 0px 0px #e43e81, -20px 20px 0px 0px #e43e81;
    box-shadow: 20px 20px 0px 0px #e43e81, -20px 20px 0px 0px #e43e81;
    border-radius: 30px 0;
    max-height: 93%;
    background: #fff;
}

    .modal .content p {
        font-size: 18px;
        line-height: 30px;
    }

.imagemodal-arrows {
    display: none;
}
    .imagemodal-arrows .slick-prev, .imagemodal-arrows .slick-next {
        height: 43px !important;
        width: 43px !important;
        background-color: #fff !important;
        border-radius: 100%;
    }
        .imagemodal-arrows .slick-prev::before, .imagemodal-arrows .slick-next::before {
            color: #e43e81;
            opacity: 1;
        }
    .imagemodal-arrows .slick-next {
        right: 20px !important;
    }
    .imagemodal-arrows .slick-prev {
        left: 20px !important;
    }
#imagemodal .modal {
    width: 80%;
    max-width: 900px;
}

.modal-overlay:target {
    visibility: visible;
    opacity: 1;
}


.modal .close:hover {
    color: #e43e81;
    opacity: 1;
}

#imagemodal .modal .content {
    margin: auto;
    line-height: 0px;
    font-size: 0;
}

#imagemodal .imagemodal-img {
    object-fit: contain;
    width: 100%;
    height: auto;
}

/*cookies*/
.mstm-cookies {
    position: fixed;
    bottom: 50px;
    left: 0;
    width: 650px;
    background: #d93c7d;
    padding: 30px;
    z-index: 99;
    color: #fff;
    font-size: 16px;
}

    .mstm-cookies p {
        color: #fff;
    }

.mstm-accept-button {
    background: #c4d64f;
    border: none;
    padding: 8px 20px;
    color: #fff;
    margin-top: 20px;
    border-radius: 100px;
}

    .mstm-accept-button:hover {
        transform: scale(1.03);
    }

.mstm-cookies a {
    color: #c4d64f;
}

/*----IMG-CORNERS----*/
.img-corners {
    border-radius: 30px 0 30px 0;
}



/*----------HEADER----------*/
.header {
    display: grid;
    grid-template-columns: 200px minmax(0px, 1fr) 200px;
    border-top: #c4d64f solid 7px;
    position: relative;
    padding: 0px 60px;
    align-content: space-between;
    align-items: center;
    background: white;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 10000;
}

.mstm-header-area.mstm-fixed {
    position: fixed;
    top: 0px;
    width: 100%;
}

    .mstm-header-area.mstm-fixed.shrink {
        top: calc( -1 * var(--headerHeight));
        animation-name: closepop;
        animation-duration: 0.3s;
        animation-timing-function: ease-in-out;
    }

    .mstm-header-area.mstm-fixed.pop {
        top: 0px;
        animation-name: pop;
        animation-duration: 0.3s;
        animation-timing-function: ease-in-out;
    }
/*....Call....*/
.call {
    position: relative;
}

    .call a {
        color: #e43e81;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        align-items: center;
        display: flex;
    }

        .call a:hover {
            color: #ac005f;
        }

#tel-icon {
    font-size: 35px;
    padding-right: 10px;
}

#tel-number {
    font-size: 18px;
    vertical-align: middle;
}

#header-logo {
    width: 166px;
}


.megamenu.logo img.logo {
    width: 100%;
}

.megamenu.logo a span {
    display: none;
}

/*--*/
.menu-back-title .icon-slide-arrow {
    transform: rotate(180deg);
    display: inline-block;
    font-weight: normal;
}

/*dynamic menu*/
.mstm-main-menu .megamenu a:not(.logoa) {
    color: #555;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    display: inline-block;
    vertical-align: middle;
    line-height: 0px;
    font-size: 17px;
}

.logoa span {
    display:none !important;
}


.mstm-main-menu > nav > ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0px, auto));
    justify-content: center;
    list-style: none;
    padding: 0;
    align-items: center;
    grid-column-gap: 30px;
}

.mstm-main-menu.desktop .mstm-sub-menu:not(.secondlevel) {
    display: none;
    position: absolute;
    left: 50%;
    z-index: 4;
    width: 100%;
    transform: translate(-50%);
    padding-top: 42px;
}

.mstm-main-menu.desktop .hasChildren .mstm-sub-menu.expanded {
    display: block;
}

.mstm-main-menu.desktop .mstm-sub-menu > ul {
    display: grid;
    grid-template-rows: repeat(auto-fit, minmax(0px, 20%));
    justify-content: center;
    align-items: normal;
    padding: 15px !important;
    z-index: 1;
    position: absolute;
    width: 230px;
    background-color: white;
    box-sizing: border-box;
    grid-row-gap: 10px;
    justify-items: center;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
    margin-top: 20px;
    box-shadow: 0px 4px 14px -2px rgba(58,58,58,0.61);
    -webkit-box-shadow: 0px 4px 14px -2px rgba(58,58,58,0.61);
}

.mstm-main-menu.desktop .megamenu.small > .mstm-sub-menu ul {
    display: block;
}

.mstm-main-menu.desktop li.megamenu.small {
    position: relative;
    text-align: center;
}

.mstm-main-menu.desktop .megamenu.small > .mstm-sub-menu ul > li {
    padding: 5px 0px;
}

.mstm-main-menu.desktop .megamenu.small > .mstm-sub-menu {
    width: 270px;
}

.mstm-main-menu.desktop .mstm-sub-menu > ul > li > a {
    font-size: 16px;
    color: var(--mainbgcolor);
    display: inline-block;
    color: #555555;
    margin: 20px auto;
}

    .mstm-main-menu.desktop .mstm-sub-menu > ul > li > a:hover {
        color: #e43e81;
    }


.mstm-main-menu.desktop .megamenu.sidemenu > .mstm-sub-menu {
    display: none;
    grid-template-areas: 'sidemenu1 .';
    background: white;
    grid-template-columns: 320px minmax(0px,1fr);
    background-clip: content-box;
    border-bottom: 1px solid #efefef;
}

    .mstm-main-menu.desktop .megamenu.sidemenu > .mstm-sub-menu > ul {
        grid-area: sidemenu1;
        box-shadow: none;
        background-color: #b7b7b7;
        grid-template-columns: repeat(1, minmax(0px, 1000%));
        position: unset;
    }

.mstm-main-menu.desktop .megamenu.sidemenu .mstm-sub-menu > ul > li > a {
    color: white;
}

.mstm-main-menu.desktop .megamenu.sidemenu .mstm-sub-menu.secondlevel {
    position: absolute;
    left: 320px;
    width: calc(100% - 320px);
    display: none;
    padding: 15px !important;
    top: 42px;
    grid-template-columns: repeat(auto-fit, minmax(0px, 20%));
    grid-row-gap: 50px;
    height: calc(100% - 42px);
    align-content: center;
}

.mstm-main-menu.desktop .megamenu.sidemenu > .mstm-sub-menu.expanded {
    display: grid;
}

.mstm-main-menu.desktop .megamenu.sidemenu .mstm-sub-menu.secondlevel.expanded {
    display: grid;
}

.mstm-main-menu.desktop .megamenu.sidemenu > .mstm-sub-menu > ul > li {
    width: 100%;
    text-align: center;
}

.mstm-main-menu.desktop .megamenu.sidemenu > .mstm-sub-menu > ul {
    grid-area: sidemenu1;
    box-shadow: none;
    background-color: #b7b7b7;
    grid-template-columns: repeat(1, minmax(0px, 1000%));
    position: unset;
    padding: 15px 0px !important;
}

    .mstm-main-menu.desktop .megamenu.sidemenu > .mstm-sub-menu > ul > li.active {
        background: var(--mainbgcolor);
    }

.mstm-logo-mobile {
    display: none;
}

.mstm-sub-menu ul > li {
    list-style: none;
    position: relative;
    z-index: 30;
}

.menu-back-title {
    display: none;
}

.mstm-menu-before {
    display: none;
}

/*--menu hover effect--*/
.mstm-main-menu .megamenu > a:not(.logoa) {
    display: inline-block;
    position: relative;
}

    .mstm-main-menu .megamenu > a:not(.logoa):after {
        background: none repeat scroll 0 0 transparent;
        bottom: 1px;
        content: "";
        display: block;
        height: 1px;
        left: 50%;
        position: absolute;
        background: #c4d64f;
        transform: translateX(-50%);
        transition: all .2s;
        width: 0;
        bottom: -20px;
    }

.mstm-main-menu .megamenu:hover > a:not(.logoa):after {
    width: calc(100% - 15px);
}

/*....Social Icons....*/
.header-social {
    position: relative;
    justify-self: right;
    display: flex;
}

    .header-social .icon-facebook::before {
        font-size: 40px;
        color: #e43e81;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
    }

    .header-social .icon-facebook:hover::before {
        color: #ac005f;
    }

    .header-social .icon-instagram::before {
        font-size: 40px;
        color: #e43e81;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
    }

    .header-social .icon-instagram:hover::before {
        color: #ac005f;
    }

/*----------NEWSLETTER----------*/
.newsletter-signup {
    position: relative;
    background-image: url(../img/footer-NL.jpg);
    color: #fff;
    text-align: center;
    height: 259px;
}

    .newsletter-signup .container {
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        z-index: 2;
    }

    .newsletter-signup h2 {
        font-size: 35px;
        padding-bottom: 10px;
    }

    .newsletter-signup #line2 {
        font-size: 22px;
    }

#break {
    display: none;
}

.newsletter-signup input[type="email"] {
    border: none;
    border-radius: 28px;
    text-align: center;
    font-size: 16px;
    width: 380px;
    margin: 15px;
    padding: 5px;
}

.newsletter-signup #mc-embedded-subscribe {
    background-color: #2cafa2;
    color: #fff;
    border-radius: 28px;
    text-align: center;
    font-size: 16px;
    padding: 5px 42px;
    text-decoration: none;
    cursor: pointer;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.newsletter-signup #mc-embedded-subscribet:hover {
    background: #2eb8aa;
    text-decoration: none;
}

.newsletter-signup::after {
    content: url(../img/footer-NL-kid.png);
    position: absolute;
    bottom: -59px;
    right: 67%;
}

/*----------FOOTER----------*/
.footer {
    background-color: #e43e81;
    background-image: url(../img/footer-clouds.png), url(../img/footer-big.png);
    background-repeat: no-repeat;
    background-position: bottom, bottom;
    color: #fff;
}

    .footer .icon-dropdown-arrow:before {
        display: none;
    }


.f-social-icons {
    text-align: center;
    padding: 50px 0;
}

    .f-social-icons a {
        color: #c4d64f;
        font-size: 70px;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        padding: 0 10px;
    }

    .f-social-icons > a:nth-of-type(2) {
        font-size: 60px !important;
        position: relative;
        top: -4px;
        left: 0;
    }

        .f-social-icons a:hover {
            color: #ac005f;
        }

.f-icon-PIN::before {
    content: "\e903";
    font-family: 'Logosgnosis' !important;
    padding-right: 5px;
    color: #c4d64f;
}

.f-icon-SMARTPHONE::before {
    content: "\e904";
    font-family: 'Logosgnosis' !important;
    padding-right: 5px;
    color: #c4d64f;
}

.f-icon-EMAIL::before {
    content: "\e902";
    font-family: 'Logosgnosis' !important;
    padding-right: 5px;
    color: #c4d64f;
}

.f-menu {
    display: grid;
    grid-template-columns: repeat(3, 33.33%);
    padding-bottom: 50px;
    max-width: 1000px;
    margin: auto;
    justify-items: end;
    font-size: 17px;
}

    .f-menu h2 {
        font-size: 19px;
        margin: 20px 0;
        font-weight: bold;
    }

        .f-menu h2 span {
            font-weight: bold;
        }

    .f-menu a, .f-menu li {
        color: #fff;
        padding: 10px 0;
        list-style-type: none;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
    }

        .f-menu a:hover {
            color: #c4d64f;
            border-color: #c4d64f;
            text-decoration: underline;
        }

#f-line {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 20px;
}

.f-c-list {
    padding-top: 20px;
}

.f-c-item {
    display: flex;
    align-items: center;
}

    .f-c-item a {
        padding: 0 5px;
    }

footer {
    font-size: 14px;
    text-align: center;
    padding-bottom: 100px;
}

    footer a {
        color: #fff;
        transition: 00.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
    }

        footer a:hover {
            color: #c4d64f;
        }

#ms {
    font-weight: bold;
}

/*---Back to top---*/
#back-to-top {
    position: fixed;
    right: 50px;
    bottom: 50px;
    width: auto;
    height: 70px;
    color: #f7962b;
    font-size: 50px;
    padding: 6px 16px;
    z-index: 9;
    animation: 0.3s ease-in-out 0.1s normal backwards 1 running fadeInUp;
    overflow: hidden;
    transition: all 0.3s ease-in-out 0s;
    display: none;
}

    #back-to-top .icon-go-to-top::before {
        background: #fff;
        border-radius: 100%;
        padding: 4px;
    }

/*-------STATIC GENERAL------*/
.static-general h1 {
    color: #e43e81;
    font-size: 40px;
    padding: 20px;
    text-align: center;
}

.static-general h2 {
    color: #c4d64f;
    font-size: 20px;
    font-weight: bold;
    padding-top: 15px;
}

    .static-general h2 a {
        font-weight: bold;
    }

.static-general {
    color: #555;
    font-size: 17px;
    padding: 0 60px;
}

    .static-general .star-list li {
        font-size: 17px;
        padding: 15px 0px 15px 50px;
    }

    .static-general .star-list > ul {
        grid-template-columns: auto;
    }

    .static-general a {
        color: #e43e81;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }

        .static-general a:hover {
            color: #f7962b;
        }

    .static-general p {
        padding: 15px 0;
        line-height: 30px;
    }

    .static-general li {
        line-height: 30px;
        padding: 10px 0;
        list-style: inside disclosure-closed;
    }

/*----BUTTONS---*/
/*pink-orange button*/
.pink-orange-btn {
    background-color: #e43e81;
    color: #fff;
    border-radius: 100px;
    text-align: center;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

    .pink-orange-btn:hover {
        background-color: #f7962b;
    }


.pink-fill-button a {
    color: #e43e81;
    border: 1px solid #e43e81;
    border-radius: 100px;
    padding: 7px 0px;
    font-size: 14px;
    margin: auto;
    text-align: center;
    display: block;
    background: none;
    overflow: hidden;
}

    .pink-fill-button a::after {
        background: #e43e81;
        border-radius: 100px;
        content: '';
        position: absolute;
        z-index: -1;
        height: 100%;
        left: 0;
        top: 0;
        width: 0;
    }

    .pink-fill-button a, .pink-fill-button a::after {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

        .pink-fill-button a:hover::after {
            width: 100%;
        }

        .pink-fill-button a:hover {
            color: #fff;
        }

.pink-fill-button a {
    position: relative;
    width: 185px;
}

.pink-fill-button {
    position: relative;
}



/*------Breadcrumb-------*/
.mstm-breadcrumb {
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: capitalize;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 20px;
}

.mstm-breadcrumb, .mstm-breadcrumb-st, .mstm-breadcrumb-dyn, .mstm-breadcrumb-rep, .mstm-breadcrumb-rep .breadcrumb-item {
    display: inline-block;
    vertical-align: top;
    color: #acacac;
    font-size: 14px;
    text-align: center;
}

    .mstm-breadcrumb a, .mstm-breadcrumb-st a, .mstm-breadcrumb-dyn a, .mstm-breadcrumb-rep a, .mstm-breadcrumb-rep .breadcrumb-item a {
        color: #acacac;
    }

    .mstm-breadcrumb-rep > li::before {
        content: "/";
        position: relative;
        left: 0;
        color: #acacac;
        padding: 0 2px;
    }

    .mstm-breadcrumb-rep li:last-of-type a {
        color: #e43e81;
    }

    .mstm-breadcrumb-rep .breadcrumb-item.active {
        color: #e43e81;
    }

/*---Cover---*/
.cover h1 {
    font-size: 50px;
}

.cover img, .clouds img {
    min-width: 100%;
}

.clouds #t, .clouds #m {
    display: none;
}

.cover .slider-image-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


/*||||||||||||||||||||||||||||||||HOME PAGE||||||||||||||||||||||||||||||||*/
/*--Articles--*/
.mstm-clean-search-text > button {
    background: no-repeat;
    cursor: pointer;
    border: none;
    line-height: 0;
}

    .mstm-clean-search-text > button > i::before {
        color: #acacac;
        font-size: 18px;
        padding: 0 10px;
    }

.mstm-clean-search-text {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
}

.mstm-blog-post {
    position: relative;
    margin-bottom: 35px;
}

.post-featured-image {
    position: relative;
}

    .post-featured-image a {
        display: inline-block;
    }

.mstm-blog-post .post-date {
    background-color: #e43e81;
    color: #fff;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 25px;
    padding: 5px;
    text-align: center;
}

    .mstm-blog-post .post-date .day {
        display: block;
        text-align: center;
        font-size: 22px;
        line-height: 22px;
        font-weight: bold;
    }

    .mstm-blog-post .post-date .month {
        display: block;
        text-align: center;
        font-size: 15px;
        line-height: 14px;
        text-transform: uppercase;
    }

.post-date p.day span {
    font-weight: bold;
}

.post-category a {
    color: #2cafa2;
    display: block;
    text-align: center;
    font-size: 17px;
    padding-top: 15px;
}

.post-title h2 a span,
.post-title h2 a {
    color: #555555;
    font-size: 25px;
    padding: 3px 0px 10px 0px;
    text-align: center;
    display: block;
    margin: 0px auto;
}

    .post-title h2 a:hover,
    .post-title h2 a:hover span {
        color: #e43e81;
    }

/*--*/
.aspect-image-outer {
    width: 100%;
    --aspect-ratio: 1.39;
    position: relative;
}

    .aspect-image-outer::before {
        content: "";
        display: block;
        width: 1px;
        height: 0;
        padding-bottom: calc(100% / (var(--aspect-ratio)));
        position: relative;
    }

    .aspect-image-outer img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0px;
        object-position: top;
        left: 0px;
    }

/*--HOVER IMAGE EFFECT--*/
.mstm-blog-post .post-featured-image {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    border-radius: 30px 0 30px 0;
}

    .mstm-blog-post .post-featured-image:hover img {
        transform: rotate(10deg) scale(1.3);
        -webkit-transform: rotate(10deg) scale(1.3);
        transition: 8s;
        -webkit-transition: 8s;
        -moz-transition: 8s;
        -o-transition: 8s;
    }

    .mstm-blog-post .post-featured-image img {
        transform: rotate(0deg) scale(1);
        -webkit-transform: rotate(0deg) scale(1);
        vertical-align: baseline;
        transition: 8s;
        -webkit-transition: 8s;
        -moz-transition: 0.8s;
        -o-transition: 0.8s;
    }

.colorbox-wrap {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    overflow: hidden;
    opacity: 0;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    border-radius: 30px 0 30px 0;
}

    .colorbox-wrap:hover {
        opacity: 1;
    }

    .colorbox-wrap .colorbox-inner {
        display: inline-block;
        text-align: center;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate3d(-50%,-50%,0);
        -webkit-transform: translate3d(-50%,-50%,0);
        -ms-transform: translateX(-50%) translateY(-50%);
        border-radius: 30px 0 30px 0;
    }

        .colorbox-wrap .colorbox-inner .cb-popup {
            display: inline-block;
            text-align: center;
            margin: 0 5px;
            color: #FFF;
        }

    .colorbox-wrap:hover .colorbox-inner .cb-popup {
        transform: translateX(0) !important;
        -webkit-transform: translateX(0) !important;
    }

    .colorbox-wrap .colorbox-inner:hover .cb-popup {
        border-color: #e43e81;
    }

    .colorbox-wrap .colorbox-inner .cb-popup /*,
    .colorbox-wrap .colorbox-inner a*/ {
        transform: translateY(-50px);
        -webkit-transform: translateY(-50px);
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    .colorbox-wrap:hover .colorbox-inner .cb-popup:hover i {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .colorbox-wrap .cb-popup i {
        font-size: 35px;
    }

    .colorbox-wrap .cb-popup:hover i {
        color: #e43e81;
    }

/*---gallery color box ----*/
.gallery-image-outer {
    position: relative;
    line-height: 0;
}

.colorbox-wrap.gallery {
    background-color: rgba(228, 62, 129,.5);
    border-radius: unset;
    cursor: pointer;
}

    .colorbox-wrap.gallery .colorbox-inner {
        border-radius: unset;
    }


/*--Logos Slider--*/
.logoSlider {
    padding: 70px 30px;
}


    .logoSlider img {
        filter: grayscale(1);
        opacity: 0.6;
        max-width: 100%;
        height: auto;
    }

        .logoSlider img:hover {
            filter: grayscale(0);
            opacity: 1;
        }

    .logoSlider .slick-next {
        transform: translate(50%,-50%);
    }

    .logoSlider .slick-prev {
        transform: translate(-50%,-50%);
    }



        .logoSlider .slick-prev::before, .logoSlider .slick-next::before {
            color: #e43e81;
        }

/*tabs*/
.pill-content {
    display: none;
}

.pill {
    cursor: pointer;
}

.tab-content.pill-content.active {
    display: grid;
}

/*tabs*/

.h-services .slick-current .pink-fill-button {
    color: #fff;
    border-color: #e43e81;
}


    .h-services .slick-current .pink-fill-button::after {
        width: 100%;
    }

/*||||||||||||||||||||||||||||||||SERVICES||||||||||||||||||||||||||||||||*/


/*----CONTAINER----*/
.container-services {
    max-width: 1100px;
    margin: auto;
}

/*----PARAGRAPH----*/
.services-paragraphs {
    font-size: 18px;
    color: #555555;
    text-align: center;
    line-height: 30px;
    padding: 70px 30px;
}

    .services-paragraphs a {
        color: #e43e81;
        transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -o-transition: 0.3s ease;
    }

        .services-paragraphs a:hover {
            color: #f7962b;
        }

/*----BANNERS----*/
.banners {
    justify-content: center;
    column-gap: 15px;
}

    .banners img {
        max-width: 100%;
    }

/*----LISTS----*/
.container-services h2 {
    font-size: 50px;
    color: #f7962b;
    text-align: center;
    padding-top: 100px;
}

.container-services h3 {
    position: relative;
    font-size: 35px;
    color: #e43e81;
    text-align: center;
    padding: 50px 20px 30px 20px;
    margin: 0 auto;
    max-width: 700px;
}

/*....star-list....*/
.star-list, .blog-star-list {
    position: relative;
    padding: 0 40px;
}

    .star-list li, .blog-star-list li {
        position: relative;
        line-height: 30px;
        padding: 20px 0px 20px 70px;
        list-style: none;
        font-size: 22px;
        display: flex;
        align-items: center;
    }

        .star-list li::before, .blog-star-list li::before {
            content: url(/filemanager/summer-camp-icon-star.png);
            position: absolute;
            top: 50%;
            transform: translateY(-50%) scale(1.05);
            left: 0;
        }

    .star-list > ul, .blog-star-list > ul {
        font-size: 22px;
        color: #555555;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-column-gap: 50px;
    }


/*....green arrow list....*/
.arrow-list li, .blog-arrow-list li {
    padding: 15px 0;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.arrow-list .icon-slide-arrow:before, .blog-arrow-list .icon-slide-arrow:before {
    color: #c4d64f;
    padding-right: 15px;
}

.arrow-list > ul, .blog-arrow-list > ul {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2,auto);
    column-gap: 10px;
    color: #555555;
    line-height: 35px;
    font-size: 18px;
}

/*...pink arrow list...*/
.arrow-list.pink, .blog-arrow-list.pink {
    margin: auto;
    padding: 0 20px;
}

    .arrow-list.pink li, .blog-arrow-list.pink li {
        align-items: baseline;
    }

    .arrow-list.pink .icon-slide-arrow:before, .blog-arrow-list.pink .icon-slide-arrow:before {
        color: #e43e81;
    }

    .arrow-list.pink > ul, .blog-arrow-list.pink > ul {
        grid-template-columns: auto;
        font-size: 18px;
    }


/*--Logos--*/
.logos-title h2 {
    font-size: 50px;
    color: #e43e81;
    text-align: center;
    padding: 50px 20px 0px 20px;
}

/*----CONTACT PAGE LINK----*/
.contact-link {
    display: flex;
    justify-content: center;
    align-self: center;
    padding: 80px 0 50px 0;
}

    .contact-link a {
        font-size: 25px;
        color: #fff;
        background-color: #2cafa2;
        border-radius: 100px;
        transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        padding: 18px 70px;
        text-align: center;
        border: 2px solid;
        border-color: #fff;
    }

        .contact-link a:hover {
            color: #2cafa2;
            background-color: #fff;
            border: 2px solid;
            border-color: #2cafa2;
        }

    /*----yellow page link----*/
    .contact-link.yellow a {
        background-color: #f7962b;
    }

        .contact-link.yellow a:hover {
            color: #f7962b;
            border-color: #f7962b;
            background-color: #fff;
        }

/*----READ MORE ARTICLES----*/
.relevant-articles h2 {
    font-size: 50px;
    color: #e43e81;
    text-align: center;
    padding: 50px;
}

/*-----SERVICES BLOG----*/
.servicesBlog {
    width: 1000px;
    margin: 0 auto 100px auto;
}

    .servicesBlog .slick-slide {
        margin: 0 7px;
    }

    .servicesBlog .post-title h2 a span {
        font-size: 20px;
        padding: 20px 0px;
    }

    .servicesBlog .post-category a {
        display: none;
    }

    .servicesBlog .pink-fill-button a {
        display: none;
    }

    .servicesBlog .post-date {
        display: none;
    }


/*|||||||||||||||||||||||||||||||||||CONTACT|||||||||||||||||||||||||||||||||||*/
/*----------CONTAINER----------*/
.container-contact {
    max-width: 1170px;
    margin: 0 auto;
}

/*----------TITLE----------*/
.title-contact {
    background-color: #9ad9d1;
    background-image: url(/filemanager/contact/contact-cover.png);
    position: relative;
    height: 220px;
    color: #fff;
}

    .title-contact h1 {
        font-size: 50px;
    }

    .title-contact h2 {
        font-size: 18px;
    }


/*----------INFO WITH ICONS----------*/
.info {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    margin: 100px 0;
}

.item {
    vertical-align: top;
    text-align: center;
    max-width: 100%;
    height: auto;
}

.caption {
    display: block;
    color: #555555;
    font-size: 24px;
    padding: 60px 20px;
}

    .caption a {
        color: #555555;
    }

        .caption a:hover, a:hover .caption {
            color: #e43e81;
        }


/*----------CONTACT FORM----------*/
.form-box {
    position: relative;
    background-color: #fbfbfb;
    border-radius: 22px;
    margin: 0 50px;
}

    .form-box::before {
        content: url(/filemanager/contact/contact-truck.png);
        position: absolute;
        top: -90px;
        left: 50%;
        transform: translateX(-50%);
    }

    .form-box h2 {
        font-size: 40px;
        text-align: center;
        color: #f7962b;
        padding-top: 55px;
        padding-bottom: 30px;
    }

.form-container {
    max-width: 755px;
    margin: auto;
    padding: 0 40px;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 40px;
}

.form-box input[type="text"], .form-box input[type="email"], .form-box input[type="tel"], .form-box textarea {
    outline: 0;
    font-size: 18px;
    border-width: 0 0 1px;
    border-color: #acacac;
    background-color: transparent;
    padding: 8px;
    margin: 15px auto;
    width: 100%;
    color: #555;
}

::placeholder {
    color: #acacac;
}

.message-area textarea {
    width: 100%;
    height: 140px;
}

.form-checkbox {
    color: #acacac;
    text-align: center;
    padding: 5px;
}

    .form-checkbox a {
        color: #e43e81;
    }

        .form-checkbox a:hover {
            color: #f7962b;
        }

#f-submit {
    background-color: #e43e81;
    color: #fff;
    border-radius: 28px;
    text-align: center;
    font-size: 18px;
    padding: 8px 25px;
    text-decoration: none;
    cursor: pointer;
    border: none;
    margin-top: 20px;
    margin-bottom: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

    #f-submit:hover {
        background: #f7962b;
        text-decoration: none;
    }

.alert {
    color: red;
    font-size: 12px;
    top: -10px;
    position: relative;
    display: inline;
}

.confirmSubmit {
    padding: 10px 15px;
    font-size: 14px !important;
    border-radius: 5px;
    background: #ddf5df !important;
    color: #2ad632 !important;
}

/*---Checkbox---*/
.form-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    justify-content: center;
}

    .form-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: -30px;
    height: 20px;
    width: 20px;
    background-color: #eee;
    top: 50%;
    transform: translateY(-50%);
}

.form-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

.form-checkbox input:checked ~ .checkmark {
    background-color: #e43e81;
}

.form-checkbox div {
    position: relative;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.form-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.form-checkbox .checkmark:after {
    left: 7px;
    top: 4px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*....summer camp....*/
/*--datepicker--*/
.ui-datepicker-header {
    color: #fff !important;
    background-color: #e43e81 !important;
}


.ui-datepicker-next.ui-corner-all:before {
    right: 10px;
    left: auto;
    content: "\e90c" !important;
    font-family: 'Logosgnosis' !important;
    font-size: 22px;
}

.ui-datepicker-prev.ui-corner-all::before,
.ui-datepicker-next.ui-corner-all::before {
    color: #fff;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #555 !important;
    background: rgba(228, 62, 129, 0.6) !important;
    color: #555 !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #555 !important;
    background: #e43e81 !important;
    color: #fff !important;
    font-weight: bold !important;
}

div#ui-datepicker-div {
    width: 320px;
}

.ui-datepicker-prev.ui-corner-all::before {
    left: 9px;
    content: "\e90c";
    font-family: 'Logosgnosis' !important;
    transform: rotate(180deg) !important;
    font-size: 22px;
    display: inline-block;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    display: inline-grid;
    align-items: center;
    cursor: pointer;
}

/*--*/
.summer-camp-form {
    max-width: 100%;
    width: 1070px;
    margin: 0 auto;
}

    .summer-camp-form .form-box::before {
        content: none;
    }

    .summer-camp-form .form-box .form-title {
        text-align: center;
        padding: 55px 20px 0 20px;
    }

    .summer-camp-form .form-box h2 {
        font-size: 40px;
        color: #e43e81;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .summer-camp-form .form-box .form-title span {
        font-size: 20px;
        text-align: center;
        color: #f7962b;
    }

    .summer-camp-form select {
        position: absolute;
        top: 25px;
        left: 5px;
        width: 100%;
        z-index: 0;
        opacity: 0;
    }

    .summer-camp-form .form-grid {
        padding: 30px 0;
    }

    .summer-camp-form .message-area textarea {
        width: 100%;
        height: auto;
    }

    .summer-camp-form ::placeholder {
        opacity: 1;
        color: #555;
    }

.custom-select {
    border-bottom: 1px solid #acacac;
    margin: 15px 0;
}

.custom-select-value {
    outline: 0;
    font-size: 18px;
    background-color: transparent;
    padding: 8px;
    color: #555;
    display: inline-block;
    text-align: left;
    padding-right: 24px;
    position: relative;
    cursor: pointer;
}

    .custom-select-value::before {
        content: "\e906";
        position: absolute;
        right: 3px;
        top: 50%;
        transform: translateY(-50%);
        font-family: 'Logosgnosis';
        display: block;
        font-size: 15px;
    }

.custom-select-option button {
    display: block;
    background: none;
    cursor: pointer;
}

.custom-select-box {
    position: absolute;
    background: white;
    list-style: none;
    width: 80%;
    z-index: 1;
    display: none;
    top: calc(100% + 1px);
    border-top-width: 0px;
    padding: 20px 0;
}

    .custom-select-box.expanded {
        display: block;
    }

.custom-select-option button {
    display: block;
    background: none;
    cursor: pointer;
    border: none;
    font-size: 15px;
    width: 100%;
    text-align: left;
    padding: 6px 30px;
    color: #555;
}

li.custom-select-option:hover > button, li.custom-select-option > button.selected {
    color: #e43e81;
}

.mstm-col.mstm-dropdown {
    position: relative;
}

/*||||||||||||||||||||||||||||||||||||||||Single-BLOG||||||||||||||||||||||||||||||||||||||||*/
.mstm-sb-cover {
    background-color: #98c1df;
    background-image: url(/filemanager/blog-crops/singleblog-cover-desktop.png);
    background-position: center;
    height: 220px;
    position: relative;
}

    .mstm-sb-cover .mstm-breadcrumb {
        position: absolute;
        bottom: 25%;
        text-align: center;
        width: 1100px;
        max-width: 100%;
        padding: 0 20px;
    }

        .mstm-sb-cover .mstm-breadcrumb a,
        .mstm-sb-cover .mstm-breadcrumb-st a,
        .mstm-sb-cover .mstm-breadcrumb-dyn a,
        .mstm-sb-cover .mstm-breadcrumb-rep a,
        .mstm-sb-cover .mstm-breadcrumb-rep .breadcrumb-item a {
            color: #fff;
        }

    .mstm-sb-cover .mstm-breadcrumb-rep > li::before {
        color: #fff;
    }

    .mstm-sb-cover .mstm-breadcrumb-rep li:last-of-type a {
        color: #e43e81;
    }

.mstm-item-header.mstm-single-blog-item-header {
    padding: 0 40px;
}

.mstm-single-blog-item .post-featured-image {
    position: relative;
    top: -45px;
    height: auto;
    max-width: 1040px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .mstm-single-blog-item .post-featured-image img {
        position: relative;
        width: 100%;
        max-height: 350px;
        z-index: 3;
        display: block;
        margin: auto;
        border-radius: 30px 0 30px 0;
        object-fit: cover;
    }

    .mstm-single-blog-item .post-featured-image ::after {
        content: "";
        background-color: #c4d64f;
        z-index: 2;
        min-width: 100%;
        min-height: 100%;
        display: block;
        margin: auto;
        position: absolute;
        top: 10px;
        left: -10px;
        border-radius: 30px 0 30px 0;
    }

.post-title h1 {
    color: #f7962b;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    max-width: 1040px;
    margin: 0 auto;
    padding: 35px 0px 20px 0px;
}

.mstm-single-blog-item .blogpost-meta-container {
    display: flex;
    justify-content: center;
}

    .mstm-single-blog-item .blogpost-meta-container a,
    .mstm-single-blog-item .blogpost-meta-container span {
        color: #e43e81;
        text-align: center;
        font-size: 22px;
        padding: 10px;
    }

.mstm-single-blog-item .post-meta-category::before {
    content: "";
    border-left: 4px solid #e43e81;
    height: 9px;
    bottom: 2px;
    position: relative;
}

.post-body.post-content {
    color: #555555;
    max-width: 960px;
    margin: auto;
    padding: 50px 30px;
}



.mstm-single-blog-item .post-body.post-content h1,
.mstm-single-blog-item .post-body.post-content h2,
.mstm-single-blog-item .post-body.post-content h3 {
    margin-top: 40px;
}
        

.mstm-single-blog-item .post-body.post-content p,
.mstm-single-blog-item .post-body.post-content ul,
.mstm-single-blog-item .post-body.post-content ol,
.mstm-single-blog-item .post-body.post-content div,
.mstm-single-blog-item .post-body.post-content span {
    font-family: CenturyGothic400;
    font-size: 18px;
    line-height: 30px;
}

.mstm-single-blog-item .post-body.post-content a {
    color: #e43e81;
}

.mstm-single-blog-item .post-body.post-content p {
    padding: 20px 0;
}

.mstm-single-blog-item .post-body.post-content img {
    max-width: 100%;
    padding: 20px;
    width: 500px;
    margin: auto;
    display: block;
}

.subtitle-2.blog-feed-title {
    color: #e43e81;
    font-size: 50px;
    text-align: center;
    padding: 80px 40px 25px 40px;
}

.mstm-singleblog-blog-feed .slick-slide {
    margin: 0 10px;
}

/*--Share Buttons--*/
#mstm-social-share-outer { /*similar to .post-body.post-content*/
    max-width: 960px;
    margin: auto;
    margin-top: auto;
    padding: 0px 30px;
    color: #555;
    font-size: 17px;
    display: grid;
    grid-template-columns: repeat(2,auto);
    justify-content: left;
    align-items: center;
    column-gap: 10px;
}

.facebook-share,
.twitter-share {
    background-color: #d9d9d9;
    border: none;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

    .facebook-share .icon-facebook-share::before,
    .twitter-share .icon-twitter-share::before {
        color: #fff;
        font-size: 16px;
    }

    .facebook-share:hover {
        background-color: #1877f2;
    }

    .twitter-share:hover {
        background-color: #1d9bf0;
    }


/*--Single Blog Feed--*/
.mstm-singleblog-blog-feed {
    max-width: 1020px;
    margin: auto;
}

    .mstm-singleblog-blog-feed .post-title h2 a {
        font-size: 20px;
        padding: 20px 10px;
    }

.mstm-suggestion-posts {
    padding-left: 30px;
    padding-right: 30px;
}

.single-blog-padding {
    padding: 50px;
}

/*blog only lists*/
.blog-star-list, .blog-arrow-list {
    font-size: 18px !important;
    padding-left:0;
    margin-bottom: 40px;
}

.blog-star-list li, .blog-arrow-list li {
    font-size: 18px !important;
    padding-left:30px;
}

.blog-arrow-list .icon-slide-arrow:before {
    padding-right:0;
}

.blog-star-list li::before {
    content:" ";
    background-image:url('/filemanager/summer-camp-icon-star.png');
    width:20px;
    height:20px;
    background-size:100%;
}

.blog-arrow-list p {
    padding:10px 0 !important;
}


.blog-arrow-list p:nth-of-type(1) {
    padding-top:20px !important;
}

.blog-star-list li {
    padding-top:10px;
    padding-bottom:10px;
}

/*blog buttons*/

.blog-btn {
    background-color: #e43e81;
    color: #fff !important;
    border-radius: 28px;
    text-align: center;
    font-size: 18px;
    padding: 8px 25px 11px 25px;
    text-decoration: none;
    cursor: pointer;
    border: none;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    display:inline-block;
}

.blog-btn::before {
    content: "\e905";
    color: #fff;
    font-size:25px;
    font-family: 'Logosgnosis' !important;
    position:relative;
    top:5px;
    left:-6px;
}

.blog-btn:hover {
    background: #f7962b;
    text-decoration: none;
}



/*|||||||||||||||||||||||||||||||||||||||||||BLOGLIST|||||||||||||||||||||||||||||||||||||||||||*/
/*----------TITLE----------*/

.title-blog {
    background-color: #f7962b;
    background-image: url(/filemanager/blog-crops/blog-cover-desktop.png);
    position: relative;
    height: 220px;
}

    .title-blog h1 {
        font-size: 50px;
        color: #fff;
    }

    .title-blog h2 {
        font-size: 18px;
        color: #fff;
    }

.title-center {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    text-align: center;
}

.title-blog-events {
    background-color: #c4d64f;
    background-image: url(/filemanager/events/ekdiloseis-cover-desktop.png);
    position: relative;
    height: 220px;
}

    .title-blog-events h1 {
        font-size: 50px;
        color: #fff;
    }

.blog-container {
    position: relative;
}

/*---Categories---*/
.mstm-blog-filter-search {
    display: grid;
    grid-template-columns: repeat(2,auto);
    column-gap: 15px;
    padding: 65px 0;
    margin: auto;
    justify-content: center;
}

.mstm-blog-filters-outer {
    position: relative;
}

    .mstm-blog-filters-outer:hover {
        cursor: pointer;
    }

.mstm-blog-filters-title {
    background-color: #2cafa2;
    color: #fff;
    border-radius: 100px;
    padding: 5px 15px;
    border: none;
    font-size: 18px;
    padding: 5px 20px 5px 30px;
    text-align: center;
}

    .mstm-blog-filters-title::after {
        position: relative;
        content: "\e906";
        font-family: 'Logosgnosis' !important;
        margin-left: 10px;
        font-size: 16px;
        display: inline-block;
        vertical-align: middle;
    }

    .mstm-blog-filters-title.active::after {
        transform: rotate( 180deg);
    }
/*--*/
.mstm-blog-filters.shrink {
    animation-name: close;
    animation-duration: 0.2s;
    animation-timing-function: ease-in-out;
}

.mstm-blog-filters {
    display: grid;
    grid-template-columns: repeat(1,minmax(0px,auto));
    justify-content: flex-start;
    max-height: 0px;
    overflow: hidden;
    position: absolute;
    background: white;
    z-index: 2;
    width: 240px;
    top: calc(100% + 5px);
    padding: 0px 10px;
    box-shadow: 0 0px 13px 0px rgb(0 0 0 / 30%);
}

    .mstm-blog-filters.expanded {
        max-height: 500px;
        overflow: hidden;
        animation-name: open;
        animation-duration: 1s;
        animation-timing-function: ease-in-out;
        z-index: 10;
    }

.mstm-blog-filter {
    padding: 5px 0px;
}

    .mstm-blog-filter a {
        color: #555;
        font-size: 16px;
    }

        .mstm-blog-filter a:hover {
            color: #e43e81;
        }

/*search*/
.blog-search {
    position: relative;
    display: flex;
    align-items: center;
    width: 350px;
    border: 1px solid #acacac;
    border-radius: 100px;
    height: 32px;
}

    .blog-search input[type="text"] {
        background-color: transparent;
        border: none;
        font-size: 15px;
        margin: auto 20px;
        width: 290px;
        display: inline-block;
        vertical-align: middle;
    }

    .blog-search .icon-x::before {
        color: #acacac;
        font-size: 18px;
        padding: 0 10px;
    }

    .blog-search .icon-x:hover {
        cursor: pointer;
    }

/**/
.mstm-blog-list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    justify-content: center;
    column-gap: 25px;
    padding: 0 50px 20px 50px;
    max-width: 1500px;
    margin: auto;
}

.mstm-blog-more-news.text-center {
    text-align: center;
    padding-bottom: 50px;
}

/*---*/

#mstm-blog-loadmore {
    background-color: #f7962b;
    border-radius: 100px;
    color: #fff;
    padding: 10px 30px;
    font-size: 25px;
    border: none;
    transition: 0.3s;
}

    #mstm-blog-loadmore:hover {
        background-color: #e43e81;
    }

/*||||||||||||||||||||||||||||||||||SUMMER CAMP|||||||||||||||||||||||||||||||||||*/
.title-sc {
    background-image: url(/filemanager/clouds-desktop.png), url(/filemanager/summer-camp/summer_camp-cover-desktop.jpg);
    position: relative;
    height: 550px;
    background-repeat: no-repeat;
    background-position: bottom, center;
    color: #fff;
}

    .title-sc .title-center {
        background-color: rgba(228, 62, 129, 0.9);
        padding: 20px 40px;
    }

    .title-sc h1 {
        font-size: 50px;
        width: 495px;
    }

    .title-sc h2 {
        font-size: 18px;
    }

.summer-camp-first p,
.summer-camp-second p {
    color: #555555;
    font-size: 18px;
    line-height: 30px;
}

/*---*/
.summer-camp-first {
    position: relative;
    padding: 40px 30px 20px 30px;
    max-width: 1020px;
    margin: auto;
}

    .summer-camp-first h2 {
        color: #e43e81;
        text-align: center;
        font-size: 35px;
        padding-bottom: 50px;
    }

    .summer-camp-first p {
        text-align: center;
        padding: 20px 0;
    }

/*----section second----*/
.summer-camp-second {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .summer-camp-second .con {
        position: relative;
        transform: translateX(-50%);
        left: 50%;
        width: 1395px;
        height: 965px;
    }

    .summer-camp-second h2 {
        color: #e43e81;
        font-size: 50px;
        position: absolute;
        left: 250px;
        top: 180px;
        z-index: 3;
    }

        .summer-camp-second h2::after {
            content: '';
            border-right: 4px solid #c4d64f;
            height: 100px;
            top: 70px;
            z-index: 3;
            display: block;
            position: absolute;
            left: 50%;
        }

    .summer-camp-second #big-img {
        position: absolute;
        z-index: 2;
        left: 140px;
        bottom: 130px;
    }


    .summer-camp-second #small-img {
        position: absolute;
        right: 150px;
        top: 105px;
    }


.summer-camp-second {
    position: relative;
    width: 100%;
    z-index: 1;
}

    .summer-camp-second p {
        color: #555555;
        font-size: 18px;
        position: absolute;
        bottom: 190px;
        max-width: 560px;
        z-index: 3;
        left: 60%;
        padding-right: 20px;
        padding-left: 50px;
    }

    .summer-camp-second #i1, .summer-camp-second #i2, .summer-camp-second #i3 {
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
    }

        .summer-camp-second #i1::before {
            content: '';
            background-image: url("/filemanager/summer-camp/summer_camp-swashes1.png");
            width: 479px;
            height: 443px;
            background-position: center;
            background-repeat: no-repeat;
            z-index: -10;
            position: absolute;
            top: 0;
            right: 0;
        }

        .summer-camp-second #i2::before {
            content: '';
            background-image: url("/filemanager/summer-camp/summer_camp-swashes2.png");
            width: 479px;
            height: 443px;
            background-position: center;
            background-repeat: no-repeat;
            z-index: -10;
            position: absolute;
            top: 230px;
            left: 545px;
        }

        .summer-camp-second #i3::before {
            content: '';
            background-image: url("/filemanager/summer-camp/summer_camp-swashes3.png");
            position: absolute;
            width: 479px;
            height: 443px;
            background-position: center;
            background-repeat: no-repeat;
            z-index: -10;
            bottom: 0;
            left: 0;
        }
/*---*/

.summer-camp-activities {
    background-color: #fbfbfb;
    padding: 100px 50px 70px 50px;
    position: relative;
    margin-top: -130px;
}

    .summer-camp-activities h2 {
        color: #f7962b;
        text-align: center;
        font-size: 35px;
        padding: 20px;
    }

    .summer-camp-activities .star-list {
        color: #e43e81;
        max-width: 1080px;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        column-gap: 100px;
        font-size: 18px;
    }

        .summer-camp-activities .star-list li {
            padding: 20px 0 20px 80px;
            font-size: 17px;
        }

/*..gallery..*/
.gallery-summercamp {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4,minmax(0px,25%));
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 50px;
}

    .gallery-summercamp img {
        width: 100%;
        font-size: 0;
        height: 100%;
    }

.gallery-summercamp-outer h2 {
    color: #e43e81;
    font-size: 50px;
    text-align: center;
    padding: 50px;
}

.gallery-summercamp-outer .gallery-button {
    padding: 40px;
    margin: 0 auto;
    text-align: center;
}

.pink-orange-btn {
    display: inline-block;
    position: relative;
    padding: 15px 30px;
    font-size: 20px;
    margin: 30px auto;
}

/*----LOGOS----*/
.sc-logos-con {
    max-width: 1615px;
    margin: auto;
    padding: 100px 20px;
}

/*---------------------*/
/*404*/
.mstm-404-page {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #555;
}

    .mstm-404-page a {
        color: #e43e81;
    }


@keyframes menufromleft {
    from {
        left: 100%;
    }

    to {
        left: 0%;
    }
}

@keyframes menutoleft {
    from {
        left: 0%;
    }

    to {
        left: 100%;
    }
}
/*-----crayons-----*/
.wrapper {
    height: 100%;
    width: 800px;
    display: flex;
    justify-content: center;
    align-content: center;
    position: absolute;
    z-index: 4;
}


.yellow-crayon {
    height: 210px;
    width: 189px;
    background: url('/filemanager/home/ABOUT-US/homepage-crayons-left.png') no-repeat;
    transform-style: preserve-3d;
    z-index: 4;
    position: absolute;
    top: 300px;
    left: -100px;
}

.green-crayon {
    height: 346px;
    width: 286px;
    background: url('/filemanager/home/ABOUT-US/homepage-crayons-right.png') no-repeat;
    background-size: cover;
    transform-style: preserve-3d;
    perspective: 700px;
    z-index: 4;
    left: 970px;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform-style: preserve-3d;
    transform: perspective(1000px);
}


/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/*===================RESPONSIVE===================*/
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
@media (max-width: 1523px) {
    /*----HEADER----*/
    #tel-number {
        display: none;
    }

    .header {
        grid-template-columns: 100px minmax(0px, 1fr) 100px;
    }
}


@media (max-width: 1300px) {
    /*----HEADER----*/
    .header {
        grid-template-columns: 60px minmax(0px, 1fr) 60px;
        padding: 20px 35px;
    }

    .mstm-main-menu .megamenu a:not(.logoa) {
        font-size: 16px;
    }

    .mstm-main-menu > nav > ul {
        grid-column-gap: 25px;
    }

    .mstm-main-menu.desktop .mstm-sub-menu > ul > li > a {
        font-size: 13px;
    }

    #tel-icon {
        font-size: 26px;
    }

    .header-social .icon-facebook::before {
        font-size: 30px;
    }

    .header-social .icon-instagram::before {
        font-size: 30px;
    }
}

@media (max-width: 1170px) {
    .logoSlider img {
        filter: grayscale(0);
        opacity: 1;
    }
}

/*---------TABLET----------*/
@media (max-width: 1080px) {
    /*cookies*/
    .mstm-cookies {
        bottom: 30px;
        width: 465px;
        font-size: 14px;
    }

    .mstm-accept-button {
        padding: 4px 20px;
    }

    /*---BUTTONS---*/
    .pink-fill-button a {
        font-size: 11px;
        width: 140px;
    }

    /*--Clouds--*/
    .clouds #d {
        display: none;
    }

    .clouds #t {
        display: block;
    }

    /*---*/
    /*..slick..*/
    .slick-prev::before, .slick-next::before {
        font-size: 18px !important;
    }

    /*---Back to top---*/
    #back-to-top {
        right: 40px;
        bottom: 40px;
        height: 60px;
        font-size: 40px;
        padding: 6px;
    }

        #back-to-top .icon-go-to-top::before {
            background: #fff;
            border-radius: 100%;
            padding: 4px;
        }

    /*----HEADER----*/
    .call {
        display: flex;
        gap: 5px;
    }

    .mstm-burger-icon:hover {
        cursor: pointer;
    }

    .mstm-burger-icon::before {
        content: "\e90a";
        color: #e43e81;
        display: inline;
        font-size: 37px;
        font-family: Logosgnosis;
        align-items: center;
        display: flex;
    }

    #tel-icon {
        font-size: 35px;
    }

    .header-social .icon-facebook::before {
        font-size: 40px;
    }

    .header-social .icon-instagram::before {
        font-size: 40px;
    }

    .mstm-main-menu.desktop {
        display: none;
    }

    .mstm-main-menu > nav > ul {
        display: block;
    }

    .mstm-logo-mobile {
        display: block;
        text-align: center;
        font-size: 0px;
    }

        .mstm-logo-mobile img {
            width: 166px;
        }

    .megamenu.logo {
        display: none;
    }

    .mstm-main-menu.mobile .mstm-sub-menu {
        position: absolute;
        left: 100%;
        width: 100%;
        top: 0px;
        padding: 0px;
        z-index: 1;
        height: 100%;
    }

    /*---*/
    .mstm-main-menu.mobile .megamenu {
        color: #555;
        padding: 17px 0px;
    }

    .mstm-main-menu .megamenu a:not(.logoa) {
        font-size: 21px;
    }

    .mstm-main-menu .megamenu > a:not(.logoa):hover,
    .mstm-main-menu.mobile .hasChildren.megamenu:hover > a,
    .mstm-main-menu.mobile .hasChildren.megamenu .mstm-sub-menu a:hover {
        border: none;
        color: #e43e81;
    }

    .mstm-main-menu.mobile .megamenu.hasChildren > a::after {
        font-family: 'Logosgnosis' !important;
        content: "\e90c";
        font-size: 18px;
        font-weight: normal;
        position: relative;
        bottom: -4px;
        height: auto;
        background: transparent;
        left: auto;
        transform: translate(0);
        display: inline-block;
    }

    .mstm-main-menu .megamenu:hover > a:not(.logoa):after {
        width: 0;
    }

    .megamenu.logo {
        display: none !important;
    }

    .mstm-main-menu .megamenu a:not(.logoa) {
        font-size: 18px;
    }

    .mstm-main-menu.mobile {
        position: absolute;
        top: 100%;
        background: #fff;
        width: 440px;
        left: 0px;
        z-index: 10;
        padding: 50px 0;
        overscroll-behavior: none;
        display: none;
        font-size: 17px;
        text-transform: initial;
        font-weight: normal;
        overflow-x: hidden;
        text-align: center;
    }

    .mstm-menu-before {
        display: block;
        position: absolute;
        top: 0;
        background: #c4d64f;
        width: 100%;
        height: auto;
        left: 50%;
        transform: translateX(-50%);
        padding: 20px 0;
    }

        .mstm-menu-before span {
            color: #fff;
            font-size: 23px;
            font-weight: bold;
        }

        .mstm-menu-before .menu-close {
            position: absolute;
            right: 23px;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
        }

            .mstm-menu-before .menu-close::before {
                content: "\e917";
                font-family: Logosgnosis;
                color: #fff;
                font-size: 20px;
                font-weight: bold;
            }

    .mstm-main-menu.mobile.expanded > nav > ul li.megamenu:first-of-type {
        margin-top: 60px;
    }


    .mstm-main-menu.mobile .mstm-sub-menu {
        position: absolute;
        left: 100%;
        width: 100%;
        top: 0px;
        padding: 0;
        z-index: 1;
        height: 100%;
        background: #fff;
    }

        .mstm-main-menu.mobile .mstm-sub-menu.expanded {
            left: 0%;
            animation-name: menufromleft;
            animation-duration: 0.3s;
            animation-timing-function: ease-in-out;
        }

        .mstm-main-menu.mobile .mstm-sub-menu.shrink {
            left: 100%;
            animation-name: menutoleft;
            animation-duration: 0.3s;
            animation-timing-function: ease-in-out;
        }

    .mstm-main-menu.mobile.expanded {
        display: block;
    }

    .menu-back-title i, .menu-back-title span {
        vertical-align: middle;
        font-weight: bold;
    }

    .menu-back-title span {
        font-size: 23px;
        text-transform: uppercase;
    }

    .menu-back-title i {
        margin-right: 10px;
        font-size: 19px;
        bottom: -1px;
        position: relative;
    }

    .menu-back-title {
        display: block;
        padding: 20px 0;
        background-color: #c4d64f;
        width: 100%;
        color: #fff;
    }

    .mstm-main-menu.mobile .hasChildren.megamenu a > span, .mstm-main-menu.mobile .megamenu > .mstm-sub-menu > ul > li.hasChildren a > span {
        vertical-align: middle;
    }

    .mstm-main-menu.mobile .hasChildren.megamenu > a, .mstm-main-menu.mobile .megamenu > .mstm-sub-menu > ul > li.hasChildren > a {
        pointer-events: none;
        position: relative;
    }

    .mstm-main-menu.mobile .hasChildren.megamenu, .mstm-main-menu.mobile .megamenu > .mstm-sub-menu > ul > li.hasChildren {
        cursor: pointer;
    }


    .mstm-main-menu.mobile li {
        padding: 17px 0px;
    }

    .mstm-sub-menu.expanded ul {
        padding: 40px 0;
    }

    /*----NEWSLETTER----*/
    .newsletter-signup {
        height: 230px;
        background-position: -350px 235px;
    }

        .newsletter-signup .container {
            width: 100%;
            padding: 0;
        }

        .newsletter-signup h2 {
            font-size: 28px;
        }

        .newsletter-signup #line2 {
            font-size: 16px;
        }

        .newsletter-signup input[type="email"] {
            font-size: 14px;
            width: 340px;
        }

        .newsletter-signup #mc-embedded-subscribe {
            font-size: 12px;
            padding: 5px 30px;
        }

        .newsletter-signup::after {
            transform: scale(0.8);
            bottom: -73px;
            left: -130px;
        }

    /*----FOOTER----*/
    .footer {
        background-size: auto, 500px;
        background-position: bottom, center;
    }

    .f-social-icons {
        padding: 40px 0;
    }

        .f-social-icons a {
            font-size: 40px;
        }

    .f-menu {
        padding: 0 40px;
        grid-column-gap: 25px;
        max-width: 750px;
        font-size: 15px;
    }

    #f-line {
        padding: 50px 0 10px 0;
    }

    /*---Cover---*/
    .cover h1 {
        font-size: 35px;
    }


    /*||||||||||||||||||||||||||||HOME||||||||||||||||||||||||||||*/
    /*--BLOG FEED--*/
    .post-category a {
        font-size: 13px;
    }

    .post-title h2 a span,
    .post-title h2 a {
        font-size: 19px;
        padding: 5px 0px 10px 0px;
    }

    /*----Blog Post----*/
    .mstm-blog-post .post-date {
        width: 30px;
        height: 30px;
        padding: 3px;
    }

        .mstm-blog-post .post-date .day {
            font-size: 11px;
            line-height: unset;
        }

        .mstm-blog-post .post-date .month {
            font-size: 8px;
            line-height: 6px;
        }

    /*--Single Blog Feed--*/
    .mstm-singleblog-blog-feed .mstm-blog-post .post-date {
        width: 35px;
        height: 35px;
        padding: 2px;
    }

        .mstm-singleblog-blog-feed .mstm-blog-post .post-date .day {
            font-size: 14px;
        }

        .mstm-singleblog-blog-feed .mstm-blog-post .post-date .month {
            font-size: 10px;
        }


    .inViewport > p {
        opacity: 1;
    }

    .inViewport.showed > p {
        transform: unset !important;
        animation: unset !important;
    }


    /*||||||||||||||||||||||||||||SERVICES||||||||||||||||||||||||||||*/
    .container-services {
        max-width: 800px;
    }

    /*...LOGOTHERAPEIA...*/
    .services-paragraphs {
        font-size: 16px;
        max-width: 690px;
        margin: 0 auto;
    }

    /*----LISTS----*/
    .container-services h2 {
        font-size: 30px;
        padding-top: 50px;
    }

    .container-services h3 {
        font-size: 24px;
        padding: 40px 20px 20px 20px;
        max-width: 600px;
    }

    .star-list > ul {
        grid-column-gap: 30px;
    }

    /*----LOGOS-AREA----*/
    .logos-title h2 {
        font-size: 26px;
        padding: 70px 20px 0px 20px;
    }

    /*----CONTACT PAGE LINK----*/
    .contact-link a {
        font-size: 21px;
        padding: 14px 20px;
        width: 380px;
        max-width: 100%;
    }

    /*----READ MORE ARTICLES----*/
    .relevant-articles h2 {
        font-size: 35px;
        padding: 0px 20px 20px 20px;
    }

    /*-----SERVICES BLOG----*/
    .servicesBlog {
        margin: 0 70px 70px 70px;
        width: unset;
    }


        .servicesBlog .slick-slide {
            margin: 0 6px;
        }

        .servicesBlog .post-title h2 a span {
            font-size: 17px;
            padding: 10px 0;
        }

    /*|||||||||||||||||||||||||||||||||||CONTACT|||||||||||||||||||||||||||||||||||*/
    .container-contact {
        width: auto;
        padding: 0 80px;
    }
    /*----TITLE----*/
    .title-contact {
        height: 170px;
    }

        .title-contact h1 {
            font-size: 35px;
        }

    /*----INFO WITH ICONS----*/
    .caption {
        font-size: 16px;
        padding: 50px 10px;
    }

    .icon-EMAIL:before {
        font-size: 40px;
        border-radius: 100px;
        padding: 30px;
    }

    .icon-PIN:before {
        font-size: 40px;
        border-radius: 100px;
        padding: 30px;
    }

    .icon-SMARTPHONE:before {
        font-size: 40px;
        border-radius: 100px;
        padding: 30px;
    }

    /*----CONTRACT FORM----*/
    .form-box::before {
        transform: scale(.8) translateX(-70%);
    }

    .form-box h2 {
        font-size: 28px;
    }

    .form-container {
        max-width: 555px;
    }

    .message-area {
        padding-bottom: 10px;
    }

    .form-box input[type="text"], .form-box input[type="email"], .form-box input[type="tel"], .form-box textarea {
        font-size: 14px;
        padding: 6px;
        margin: 10px auto;
    }

    #message {
        font-size: 14px;
    }

    .message-area textarea {
        height: 130px;
    }

    .form-checkbox {
        font-size: 13px;
        padding: 0 40px;
        line-height: 20px;
    }

    #f-submit {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .alert {
        font-size: 12px;
    }

    /*..summer camp..*/
    .summer-camp-form {
        width: 820px;
    }

        .summer-camp-form .form-box input[type="text"],
        .summer-camp-form .form-box input[type="email"],
        .summer-camp-form .form-box input[type="tel"],
        .summer-camp-form .form-box textarea {
            font-size: 16px;
        }

        .summer-camp-form .form-box .form-title {
            padding-top: 55px;
        }

        .summer-camp-form .form-box h2 {
            font-size: 35px;
        }

        .summer-camp-form .form-box .form-title span {
            font-size: 18px;
        }

    .custom-select {
        margin: 10px 0;
    }

    .custom-select-value {
        font-size: 16px;
        padding-right: 18px;
    }

        .custom-select-value::before {
            font-size: 10px;
        }

    .custom-select-option button {
        font-size: 14px;
        padding: 4px 20px;
    }


    /*||||||||||||||||||||||||||||||||||||||||Single-BLOG||||||||||||||||||||||||||||||||||||||||*/
    .mstm-sb-cover {
        background-image: url(/filemanager/blog-crops/singleblog-cover-tablet.png);
        height: 150px;
    }

    .mstm-single-blog-item .post-featured-image {
        top: -30px;
        max-width: 830px;
    }

        .mstm-single-blog-item .post-featured-image img {
            max-height: 250px;
        }

    .post-title h1 {
        font-size: 40px;
        padding-top: 20px;
        max-width: 640px;
    }

    .mstm-single-blog-item .blogpost-meta-container a,
    .mstm-single-blog-item .blogpost-meta-container span {
        font-size: 20px;
    }

    .mstm-single-blog-item .post-body.post-content {
        max-width: 720px;
        padding: 50px 40px;
    }

    
    .mstm-single-blog-item .post-body.post-content p, .mstm-single-blog-item .post-body.post-content ul, .mstm-single-blog-item .post-body.post-content ol, .mstm-single-blog-item .post-body.post-content div, .mstm-single-blog-item .post-body.post-content span {
            font-size: 15px;
            line-height: 30px;
        }

    /*--Share Buttons--*/
    #mstm-social-share-outer { /*similar to .post-body.post-content*/
        max-width: 720px;
        padding: 0px 40px;
    }

    /*--Blog Feed--*/
    .subtitle-2.blog-feed-title {
        font-size: 35px;
        padding: 30px 40px 25px 40px;
    }

    .mstm-singleblog-blog-feed {
        margin: 0 70px 70px 70px;
        width: unset;
    }


        .mstm-singleblog-blog-feed .slick-slide {
            margin: 0 6px;
        }

        .mstm-singleblog-blog-feed .post-title h2 a {
            font-size: 15px;
            padding: 10px;
        }

    /*|||||||||||||||||||||||||||||||||||||||||||BLOG|||||||||||||||||||||||||||||||||||||||||||*/
    /*----------TITLE----------*/
    .title-blog {
        background-image: url(/filemanager/blog-crops/blog-cover-tablet.png);
        height: 150px;
    }

        .title-blog h1 {
            font-size: 35px;
        }

    /*---Categories Search---*/
    .mstm-blog-filter-search {
        column-gap: 10px;
        padding: 40px 0;
    }

    .mstm-blog-filters-title {
        font-size: 15px;
        padding: 3px 15px;
    }

        .mstm-blog-filters-title::after {
            font-size: 13px;
            margin: auto 0;
        }

    .mstm-blog-filter a {
        font-size: 15px;
    }


    .blog-search {
        width: 280px;
        height: 25px;
    }

        .blog-search .icon-x:before {
            font-size: 14px;
        }

        .blog-search input[type="text"] {
            font-size: 13px;
            width: 220px;
        }

    .mstm-blog-list .post-title h2 a {
        font-size: 15px;
    }

    .mstm-blog-list .mstm-blog-filter a {
        font-size: 15px;
    }

    .mstm-blog-list .pink-fill-button a {
        font-size: 11px;
        width: 125px;
        font-size: 9px;
        padding: 4px 10px;
    }

    /*---Load More---*/
    #mstm-blog-loadmore {
        padding: 6px 15px;
        font-size: 15px;
    }

    /*||||||||||||||||||||||||||||||||||SUMMER CAMP|||||||||||||||||||||||||||||||||||*/
    .title-sc {
        background-image: url(/filemanager/clouds-tablet.png), url(/filemanager/summer-camp/summer_camp-cover-tablet.jpg);
        height: 400px;
        background-size: 100%,cover;
    }

        .title-sc h1 {
            font-size: 35px;
            width: 345px;
        }

    .summer-camp-first p,
    .summer-camp-second p {
        font-size: 16px;
    }

        /*---*/
        .summer-camp-first p br {
            display: none;
        }

    .summer-camp-first {
        padding: 30px 50px 20px 50px;
        max-width: 780px;
    }

        .summer-camp-first h2 {
            font-size: 25px;
            padding-bottom: 10px;
        }

    /*--section second--*/
    .summer-camp-second {
        padding-bottom: 50px;
    }

        .summer-camp-second .con {
            width: 830px;
            height: 575px;
        }

        .summer-camp-second h2 {
            font-size: 30px;
            left: 135px;
            top: 105px;
        }

            .summer-camp-second h2::after {
                border-right: 2px solid #c4d64f;
                height: 60px;
                top: 50px;
            }

        .summer-camp-second #big-img {
            display: inline;
            position: absolute;
            left: 85px;
            bottom: 75px;
            z-index: 2;
            width: 415px;
            height: auto;
        }

        .summer-camp-second #small-img {
            display: inline;
            position: absolute;
            right: 130px;
            top: 60px;
            width: 365px;
            height: auto;
        }

        .summer-camp-second p {
            font-size: 16px;
            line-height: 24px;
            max-width: 330px;
            bottom: 60px;
            padding: 0 20px 0 20px;
        }

        .summer-camp-second #i1::before {
            background-size: 278px;
            top: -100px;
            left: 430px;
        }

        .summer-camp-second #i2::before {
            background-size: 278px;
            top: 30px;
            left: 230px;
        }

        .summer-camp-second #i3::before {
            background-size: 278px;
            top: 220px;
            left: -100px;
        }

    .gallery-summercamp-outer h2 {
        font-size: 35px;
    }


    /*---*/
    .summer-camp-activities {
        padding: 50px 0 70px 0;
        margin-top: 0;
    }

        .summer-camp-activities h2 {
            font-size: 25px;
            padding: 20px;
        }

        .summer-camp-activities .star-list {
            max-width: 850px;
            column-gap: 65px;
            font-size: 14px;
            padding-left: 20px;
            padding-right: 20px;
        }

            .summer-camp-activities .star-list li {
                padding: 20px 0 20px 60px;
                line-height: 25px;
            }

            .summer-camp-activities .star-list li {
                font-size: 13px;
            }

                .summer-camp-activities .star-list li::before {
                    transform: translateY(-50%) scale(0.70);
                }

    /*..gallery..*/
    .gallery-summercamp {
        grid-gap: 10px;
        max-width: 795px;
        margin: 0 auto;
    }

    .sc-logos-con {
        max-width: 830px;
    }

    /*||||||||||||ABOUT||||||||||||*/
    /*modals*/
    .modal .close {
        width: 20px;
        height: 20px;
        top: 20px;
        right: 20px;
        transition: all 200ms;
        font-size: 16px;
    }

    .modal {
        -webkit-box-shadow: 15px 15px 0px 0px #e43e81, -15px 15px 0px 0px #e43e81;
        box-shadow: 15px 15px 0px 0px #e43e81, -15px 15px 0px 0px #e43e81;
    }
}


@media (max-width: 840px) {
    /*|||||SUMMER CAMP|||||*/
    .summer-camp-second p {
        font-size: 14px;
        max-width: 290px;
        line-height: 20px;
        padding: 0 20px 0 40px;
    }
}

@media (max-width: 750px) {
    .f-menu {
        grid-column-gap: 10px;
    }
    /*|||||||||||||||||||||||||||||||||||CONTACT|||||||||||||||||||||||||||||||||||*/
    .container-contact {
        padding: 0;
        max-width: 100%;
    }

    .form-box::before {
        transform: scale(0.7) translateX(-70%);
    }

    .form-box {
        margin: 0 35px;
    }

    .form-container {
        padding: 0 20px;
    }

    .form-grid {
        grid-template-columns: auto;
    }

    .form-box input[type="text"], .form-box input[type="email"], .form-box input[type="tel"], .form-box textarea {
        font-size: 18px;
        text-align: center;
        padding: 18px 0;
        margin: 0px;
    }

    #message {
        display: block;
        font-size: 18px;
        text-align: center;
        padding: 0;
        margin: 15px;
    }

    .message-area textarea {
        width: 100%;
    }

    .form-checkbox {
        text-align: left;
        font-size: 15px;
        padding-bottom: 5px;
        display: flex;
        column-gap: 10px;
        padding: 0 30px 0 60px;
    }

    .alert {
        font-size: 13px;
        top: 0;
    }

    /*..summer camp..*/
    .summer-camp-form .form-container {
        padding: 0 50px;
    }

    .summer-camp-form .form-checkbox {
        padding: 0 50px;
        max-width: 555px;
        margin: 0 auto;
    }

    .summer-camp-form .form-box input[type="text"],
    .summer-camp-form .form-box input[type="email"],
    .summer-camp-form .form-box input[type="tel"],
    .summer-camp-form .form-box textarea {
        font-size: 18px;
    }

    .custom-select {
        text-align: center;
    }

    .custom-select-value {
        font-size: 18px;
        padding: 8px;
        padding-right: 24px;
    }

    .custom-select-box {
        width: 100%;
    }

    .custom-select-option button {
        text-align: center;
    }


    .custom-select-value::before {
        font-size: 13px;
    }

    .custom-select-option button {
        font-size: 15px;
        padding: 6px 20px;
    }
}

@media (max-width: 700px) {
    /*|||SUMMER CAMP|||*/
    /*----summer-camp second----*/
    .summer-camp-second {
        padding-top: 80px;
        padding-bottom: 0;
    }

        .summer-camp-second h2 {
            font-size: 34px;
            top: -30px;
            left: 50%;
            transform: translateX(-50%);
        }

        .summer-camp-second .con-par {
            position: relative;
        }

        .summer-camp-second p {
            position: relative;
            max-width: 100%;
            left: auto;
            text-align: center;
            padding: 0 50px 30px 50px;
            bottom: auto;
            top: -25px;
            font-size: 16px;
            line-height: 30px;
        }
}
/*==========MOBILE==========*/
@media (max-width: 600px) {

    .mstm-cookies {
        bottom: 0px;
        width: 100%;
        font-size: 16px;
    }

    .mstm-accept-button {
        padding: 8px 20px;
    }

    /*--Clouds--*/
    .clouds #t {
        display: none;
    }

    .clouds #m {
        display: block;
    }

    /*---Back to top---*/
    #back-to-top {
        right: 10px;
        bottom: 10px;
        height: 60px;
        font-size: 40px;
        padding: 6px;
    }

    /*..slick..*/
    .slick-prev::before, .slick-next::before {
        font-size: 25px !important;
    }

    /*modals*/
    .modal {
        -webkit-box-shadow: 10px 10px 0px 0px #e43e81, -10px 10px 0px 0px #e43e81;
        box-shadow: 10px 10px 0px 0px #e43e81, -10px 10px 0px 0px #e43e81;
    }

    #imagemodal .modal {
        width: 90%;
    }

    /*...order...*/
    #o1 {
        order: 1;
    }

    #o2 {
        order: 2;
    }

    #o3 {
        order: 3;
    }

    #o4 {
        order: 4;
    }

    #o5 {
        order: 5;
    }

    #o6 {
        order: 6;
    }

    #o7 {
        order: 7;
    }

    #o8 {
        order: 8;
    }

    #o9 {
        order: 9;
    }

    #o10 {
        order: 10;
    }

    #o11 {
        order: 11;
    }

    #o12 {
        order: 12;
    }

    #o13 {
        order: 13;
    }

    #o14 {
        order: 14;
    }

    #o15 {
        order: 15;
    }

    #o16 {
        order: 16;
    }

    #o17 {
        order: 17;
    }

    /*-------STATIC GENERAL------*/
    .static-general p, .static-general h2, .static-general h3 {
        text-align: center;
    }

    .static-general {
        padding: 0 20px;
    }

    /*---BUTTONS---*/
    .pink-fill-button a {
        font-size: 14px;
        width: 190px;
    }


    /*----HEADER----*/
    #header-logo {
        width: 140px;
    }

    .mstm-burger-icon::before {
        font-size: 50px;
    }

    #tel-icon {
        font-size: 48px;
    }

    .header-social .icon-facebook::before {
        font-size: 54px;
    }

    .header-social .icon-instagram::before {
        font-size: 54px;
    }

    .mstm-main-menu .megamenu a:not(.logoa) {
        font-size: 20px;
    }

    /*----NEWSLETTER----*/
    .newsletter-signup {
        background-position: -800px 235px;
    }

        .newsletter-signup .container {
            width: 100%;
            padding: 0;
            margin: 0;
        }

        .newsletter-signup h2 {
            font-size: 22px;
            padding-bottom: 10px;
            font-weight: bold;
        }

        .newsletter-signup #line2 {
            font-size: 16px;
        }

    #break {
        display: inline;
    }

    .newsletter-signup input[type="email"] {
        font-size: 16px;
        width: 300px;
    }

    .newsletter-signup #mc-embedded-subscribe {
        font-size: 16px;
        padding: 6px 50px;
    }

    .newsletter-signup::after {
        bottom: -73px;
        left: -350px;
        display: none;
    }

    /*----FOOTER----*/
    .footer {
        background-size: auto, 340px;
    }

    .f-menu {
        grid-template-columns: auto;
        padding: 0;
        justify-content: center;
    }

    #f-services, #f-activities, #f-contact {
        margin: 0 auto;
    }


    .f-social-icons {
        padding: 20px 0;
    }

        .f-social-icons a {
            font-size: 60px;
        }

    .footer .icon-dropdown-arrow::before {
        display: inline-block;
        color: #f7962b;
        font-size: 20px;
        font-weight: bold;
        stroke-width: 2px;
        -webkit-text-stroke-color: #fff;
        -webkit-text-stroke-width: 2px;
    }

    .footer-title:hover {
        cursor: pointer;
    }

    .footer-title.active .icon-dropdown-arrow::before {
        transform: rotate(180deg);
        display: inline-block;
    }


    .dd:hover {
        cursor: pointer;
    }

    .f-menu h2 {
        font-size: 28px;
        text-align: center;
    }

    .dd-menu {
        text-align: center;
    }

    .f-c-item {
        align-items: center;
        justify-content: center
    }

    #f-line {
        max-width: 300px;
        margin: 0 auto;
    }

    footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .f-menu {
        font-size: 17px;
    }

    /*--*/
    .footer-list {
        max-height: 0px;
        overflow: hidden;
    }

        .footer-list.expanded {
            max-height: 500px;
            overflow: hidden;
            animation-name: open;
            animation-duration: 1s;
            animation-timing-function: ease-in-out;
        }

        .footer-list.shrink {
            animation-name: close;
            animation-duration: 0.2s;
            animation-timing-function: ease-in-out;
        }

        .footer-list li {
            transition: all 0.1s ease-in-out;
        }

    /*||||||||||||||||||||||||||||HOME||||||||||||||||||||||||||||*/
    .logoSlider img {
        max-width: 100%;
    }

    /*--BLOG FEED--*/
    .post-category a {
        font-size: 17px;
    }

    .post-title h2 a span,
    .post-title h2 a {
        font-size: 25px;
        padding: 10px 0;
    }

    /*----Blog Post----*/
    .mstm-blog-post .post-date {
        width: 43px;
        height: 43px;
        padding: 5px;
    }

        .mstm-blog-post .post-date .day {
            font-size: 18px;
            line-height: 18px;
        }

        .mstm-blog-post .post-date .month {
            font-size: 13px;
            line-height: 12px;
        }

    /*--Single Blog Feed--*/
    .mstm-singleblog-blog-feed .mstm-blog-post .post-date {
        width: 50px;
        height: 50px;
        padding: 5px;
    }

        .mstm-singleblog-blog-feed .mstm-blog-post .post-date .day {
            font-size: 22px;
            line-height: 22px;
        }

        .mstm-singleblog-blog-feed .mstm-blog-post .post-date .month {
            font-size: 15px;
            line-height: 14px;
        }

    /*|||||||||||||||||||||||SERVICES||||||||||||||||||||||*/
    /*----CONTAINER----*/
    .container-services {
        width: 100%;
    }

    .services-paragraphs {
        font-size: 18px;
        max-width: 435px;
        margin: 0 auto;
        padding: 30px;
    }

    .banners {
        max-width: 440px;
        margin: auto;
        padding: 0 20px;
    }

        .banners > div {
            grid-template-columns: repeat(1,minmax(0px,100%));
            grid-row-gap: 20px;
        }

    .container-services h2 {
        font-size: 35px;
    }

    .container-services h3 {
        font-size: 28px;
        padding-bottom: 30px;
    }

    /*....star-list....*/
    .container-services .star-list > ul {
        max-width: 430px;
        margin: 0 auto;
        grid-template-columns: auto;
        padding: 0 10px;
    }

    /*....green-arrow-list....*/
    .container-services .arrow-list > ul {
        grid-template-columns: auto;
        grid-row-gap: 20px;
        max-width: 460px;
        margin: 0 auto;
    }

    /*...pink arrow list...*/
    .arrow-list.pink {
        padding: 0 20px;
    }

    .container-services .arrow-list.pink > ul {
        grid-row-gap: 0px;
    }

    /*----Contact Link----*/
    .contact-link {
        padding: 60px 20px 50px 20px;
    }

    /*-----SERVICES BLOG----*/
    .servicesBlog .post-title h2 a span {
        font-size: 22px;
        padding: 20px 10px;
    }

    .servicesBlog {
        margin: 0 auto 70px auto;
        max-width: unset;
        max-width: 440px;
    }


        .servicesBlog .slick-slide {
            margin: 0 20px;
        }

        .servicesBlog .post-title h2 a span {
            font-size: 17px;
            padding: 10px 0;
        }

    /*||||||||||||||||||||||||||||||CONTACT||||||||||||||||||||||||||||||*/
    /*----CONTACT FORM----*/
    .form-box h2 {
        font-size: 28px;
        padding-top: 55px;
        padding-bottom: 20px;
    }

    /*----INFO----*/
    .info {
        display: grid;
        grid-template-columns: auto;
        justify-content: center;
        margin: 50px 0;
    }

    .item {
        padding-bottom: 20px;
    }

    .caption {
        font-size: 18px;
    }

    /*||||||||||||||||||||||||||||||||||||||||Single-BLOG||||||||||||||||||||||||||||||||||||||||*/
    .mstm-sb-cover {
        background-image: url(/filemanager/blog-crops/singleblog-cover-mobile.png);
        height: 150px;
    }

    .mstm-item-header.mstm-single-blog-item-header {
        padding: 0 25px;
    }

    .mstm-single-blog-item .post-featured-image {
        max-width: 440px;
    }

    .mstm-single-blog-item .post-featured-image {
        max-width: 440px;
    }

        .mstm-single-blog-item .post-featured-image img {
            max-height: 280px;
        }

    .post-title h1 {
        font-size: 35px;
        max-width: 460px;
        padding: 10px 0px 20px 0px;
    }

    .mstm-single-blog-item .post-body.post-content {
        text-align: center;
        padding: 15px 25px;
        max-width: 500px;
    }

        .mstm-single-blog-item .post-body.post-content p,
        .mstm-single-blog-item .post-body.post-content ul,
        .mstm-single-blog-item .post-body.post-content ol,
        .mstm-single-blog-item .post-body.post-content div,
        .mstm-single-blog-item .post-body.post-content span,
        .mstm-single-blog-item .post-body.post-content li {
            font-size: 17px;
            text-align: center;
        }


    /*--Share Buttons--*/
    #mstm-social-share-outer { /*similar to .post-body.post-content*/
        padding: 0px 25px;
        grid-template-columns: auto;
        justify-content: center;
        text-align: center;
        grid-row-gap: 5px;
    }

    /*--Blog Feed--*/
    .subtitle-2.blog-feed-title {
        font-size: 37px;
        padding: 50px 20px 20px 20px;
    }

    .mstm-singleblog-blog-feed {
        /* margin: 0 70px 70px 70px;*/
        width: unset;
        max-width: 410px;
        margin: auto;
    }

        .mstm-singleblog-blog-feed .slick-slide {
            margin: 0 20px;
        }

    .mstm-suggestion-posts {
        padding-left: 20px;
        padding-right: 20px;
    }

    .mstm-singleblog-blog-feed .post-title h2 a {
        font-size: 23px;
        padding: 20px 0px;
    }

    .mstm-singleblog-blog-feed .mstm-blog-post {
        margin-bottom: 0;
    }

    .mstm-singleblog-blog-feed .slick-next::before,
    .mstm-singleblog-blog-feed .slick-prev::before {
        color: #e43e81;
        font-size: 30px;
    }

    #mstm-social-share-outer {
        justify-content: center;
    }

    /*||||||||||||||||||||||||||||||||||||||||BLOG||||||||||||||||||||||||||||||||||||||||*/
    .title-blog {
        background-image: url(/filemanager/blog-crops/blog-cover-mobile.png);
        height: 150px;
    }

    /*---Categories Search---*/
    .mstm-blog-filters-title {
        font-size: 20px;
        padding: 3px 15px;
    }

        .mstm-blog-filters-title::after {
            font-size: 16px;
            margin: auto 0;
        }


    .blog-search {
        width: 250px;
        height: 31px;
    }

        .blog-search .icon-x:before {
            font-size: 16px;
        }

        .blog-search input[type="text"] {
            font-size: 15px;
            width: 220px;
        }


    .mstm-blog-list .mstm-blog-filter a {
        font-size: 16px;
    }

    /*Blog*/
    .mstm-blog-list {
        grid-template-columns: auto;
        padding: 0 30px 20px 30px;
        max-width: 480px;
        margin: auto;
        padding: 30px;
    }

        .mstm-blog-list .post-title h2 a {
            font-size: 22px;
        }

        .mstm-blog-list .pink-fill-button a {
            width: 190px;
            font-size: 13px;
            padding: 6px 10px;
        }

    /*---Load More---*/
    #mstm-blog-loadmore {
        padding: 6px 20px;
        font-size: 18px;
    }

    .mstm-blog-list .mstm-blog-post h2 {
        min-width: 315px;
    }

    /*|||||||||||||||||||||||||||||SUMMER CAMP||||||||||||||||||||||||||||*/
    .title-sc {
        background-image: url(/filemanager/clouds-mobile.png), url(/filemanager/summer-camp/summer_camp-cover-mobile.jpg);
        height: 400px;
        background-size: 100%,cover;
    }

        .title-sc .title-center {
            width: 425px;
            max-width: 90%;
        }

        .title-sc h1 {
            width: unset;
        }

    .summer-camp-first p,
    .summer-camp-second p {
        line-height: 30px;
        font-size: 17px;
    }
    /*---*/
    .summer-camp-first h2 br {
        display: none;
    }

    .summer-camp-first h2 {
        font-size: 30px;
    }

    .summer-camp-first {
        padding: 30px 20px 20px 20px;
        max-width: 500px;
    }

    /*---*/
    .summer-camp-second .con {
        height: 640px;
        width: 100%;
        max-width: 500px;
    }

    .summer-camp-second h2 {
        font-size: 34px;
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
    }

    .summer-camp-second p {
        font-size: 18px;
        max-width: 400px;
        padding: 0 20px;
        margin: auto;
        line-height: 30px;
        margin-top: -15px;
    }

    .summer-camp-second #big-img {
        left: 0;
        width: 83%;
        bottom: auto;
        top: 40%;
    }

    .summer-camp-second #small-img {
        right: 0;
        width: 73%;
        top: auto;
        bottom: 55%;
    }

    .summer-camp-second #i1, .summer-camp-second #i2, .summer-camp-second #i3 {
        height: 100%;
    }

        .summer-camp-second #i1::before {
            width: 100%;
            background-size: 55.6%;
            background-position: bottom right;
            top: auto;
            bottom: 62%;
            left: 120px;
        }

        .summer-camp-second #i2::before {
            width: 100%;
            background-size: 55.6%;
            top: 5%;
            left: 70px;
        }

        .summer-camp-second #i3::before {
            width: 100%;
            background-size: 55.6%;
            background-position: top left;
            top: 54%;
        }

    /*---*/
    .summer-camp-activities h2 {
        font-size: 34px;
    }

    .summer-camp-activities .star-list {
        display: grid;
        grid-template-columns: auto;
        font-size: 17px;
        text-align: center;
    }

        .summer-camp-activities .star-list li {
            padding: 20px 0 20px 0px;
            max-width: 370px;
            margin: auto;
            display: grid;
        }

            .summer-camp-activities .star-list li::before {
                transform: scale(0.9);
                top: 0;
                display: flex;
                justify-content: center;
                position: relative;
                padding-bottom: 10px;
            }

    /*..gallery..*/
    .gallery-summercamp {
        grid-template-columns: repeat(2,minmax(0px,50%));
        max-width: 455px;
        padding: 0 20px;
    }

    /*..summer camp..*/
    .summer-camp-form .form-container {
        max-width: 330px;
        padding: 0 20px;
    }

    .summer-camp-form .form-checkbox {
        padding: 0 20px;
        max-width: 330px;
    }

    .sc-logos-con {
        max-width: 530px;
    }

    /**blog star list*/

    .blog-star-list li {
        display:block;
        padding-top:30px;
    }
    
    .blog-star-list li::before {
        top:0;
        left:50%;
        margin: 20px 0;
    }
}

@media (max-width: 500px) {
    .mstm-main-menu.mobile {
        width: 88%;
    }
}

@media (max-width: 490px) {
    /*--HEADER--*/
    .mstm-burger-icon::before {
        font-size: 40px;
    }

    #tel-icon {
        font-size: 38px;
    }

    .header-social .icon-facebook::before {
        font-size: 44px;
    }

    .header-social .icon-instagram::before {
        font-size: 44px;
    }

    /*||||||BLOG||||||*/
    .mstm-blog-filter-search {
        grid-template-columns: auto;
        row-gap: 20px;
    }

    .blog-search {
        height: 28px;
    }
}

@media (max-width: 440px) {
    #header-logo {
        width: 110px;
    }

    .header {
        padding: 12px;
    }

    /*|||||Single Blog|||||*/
    .post-title h1 {
        font-size: 31px;
    }

    .mstm-single-blog-item .blogpost-meta-container a, .mstm-single-blog-item .blogpost-meta-container span {
        font-size: 16px;
    }
}

@keyframes pop {
    from {
        top: calc( -1 * var(--headerHeight));
    }

    to {
        top: 0px;
    }
}

@keyframes closepop {
    from {
        top: 0px;
    }

    to {
        top: calc( -1 * var(--headerHeight));
    }
}
