header.is_stuck {
    box-shadow: 0 0 10px black;
    background: white;
}

header {
    height: 60px;
    top: 0;
    position: fixed;
}

ul.level-0.mr-navbar-nav>li.navitemid-226 a {
    border-radius: 3rem;
    background: #91c847;
    color: white;
    padding: 1.4rem 3rem;
}

.showmenu ul.level-0.mr-navbar-nav {
    transition: .3s all .2s ease;
    opacity: 1;
    transform: translate(0, 0px);
    justify-content: space-evenly;
    display: flex;
}

.mr-navbar-upper_left {
    padding: 1rem;
    display: none;
}

.logo_caption h1 {
    font-size: 1.5rem;
    margin: .3rem 0 0 0rem;
    line-height: 1.1;
}

.logo_caption h1 span {
    font-size: 0.85rem;
    letter-spacing: 0.25rem;
}

.contact_phone {
    display: block;
    padding: 0.4rem;
    background: #01977c;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 1rem;
}

.header_inner {
    background: white;
    height: 58px;
    position: absolute;
    z-index: 999999999999999999;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.contact_phone a {
    display: block;
    text-align: center;
    color: white;
    font-size: 1.1rem;
}

.contact_phone::before {
    position: relative;
    display: inline;
    margin: 1.1px;
}

header ul.navigation_extra a {
    padding: 0.9rem 2rem;
    display: block;
    color: black;
    font-size: 0.9rem;
    text-decoration: none;
    font-weight: 900;
}

header ul.navigation_extra a::before {
    color: #604b37;
}

.social_links {
    width: 100%;
    justify-content: center;
    padding: 1rem;
}

header .social_links li a:before {
    font-size: 3rem;
}

ul.level-0.mr-navbar-nav li {
    position: relative
}

span.alert_readmore span {
    display: none
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    background-color: white;
}

.swiper-slide>img {
    position: relative !important;
    height: auto;
    max-height: 300px;
    flex-grow: 1;
}

.slideshow_caption {
    min-width: auto !important;
    width: 100% !important;
    height: auto !important;
    background: white !important;
}

.slideshow_caption p {
    font-size: 1rem !important;
}

.swiper {
    width: 100%;
    padding-bottom: 2.2rem !important;
}

@media (max-width: 602px) {


    section#events {
        order: 3;
    }

    section#homemain {
        order: 4;
    }

    section#banner {
        /* order: 1; */
    }

    section#sections {
        order: 2;
    }

    section#gallery {
        order: 5;
    }
}

ul.level-0.mr-navbar-nav li li a {
    color: var(--mr-color-accent-contrast);
}

.showmenu .mr-navbar-toggle span:before {
    content: '\f00d';
    font-family: "FontAwesome";
    font-weight: 900;
    color: rgb(255 255 255);
    font-size: 1rem;
    position: relative;
    z-index: 99999;
}

section.footer_content::before,
section.footer_content::after {
    display: none;
}