@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:100,400,700|Playfair+Display:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:100,100i,300,300i,400,400i,600,600i,700,700i&display=swap");
 
* {
	   box-sizing: border-box!important;
}

*::not(.elementor li),
*::after,
*::before,  {
    margin: 0;
    padding: 0;
    outline: none;
	   -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html,
body {
    height: 100%;
    width: 100%;
    max-width: 100%;
    font-family: "Josefin Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-rendering: optimizeLegibility;
    color: #333;
    margin: 0;
}

h3 {
    margin: 1em 0 !important;
    font-size: 1.3em;
    line-height: 1.6em;
}

input,
textarea,
select,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}

table td {
    padding: .5em;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
}

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

img.alignleft {
    display: inline-block;
    margin-right: 1em;
}

ul {
   /* font-size: 0; */
} 
.header__nav ul li:hover>ul{
	    padding: 0;
}
li,
a {
 
    color: inherit;
}

#content {
    overflow: hidden;
}

main {
    margin-top: 68px;
}

.events img,
.donate img,
.garden-features img {
    filter: saturate(1);
}

:focus-visible {
    outline: none;
}

.mb-small {
    margin-bottom: 8px;
}

.mb-medium {
    margin-bottom: 22px;
}

.mb-large {
    margin-bottom: 34px;
}

@media (min-width: 991px) {
    .mb-large {
        margin-bottom: 74px;
    }
}

.mt-medium {
    margin-top: 22px;
}

.mt-large {
    margin-top: 34px;
}

@media (min-width: 991px) {
    .mt-large {
        margin-top: 74px;
    }
}

.mt-small {
    margin-top: 8px;
}

.mt-medium {
    margin-top: 22px;
}

.mobile-col-1 {
    -ms-flex-order: 1;
    order: 1;
}

@media (min-width: 991px) {
    .mobile-col-1 {
        -ms-flex-order: inherit;
        order: inherit;
    }
}

.mobile-col-2 {
    -ms-flex-order: 2;
    order: 2;
}

@media (min-width: 991px) {
    .mobile-col-2 {
        -ms-flex-order: inherit;
        order: inherit;
    }
}

.mobile-col-3 {
    -ms-flex-order: 3;
    order: 3;
}

@media (min-width: 991px) {
    .mobile-col-3 {
        -ms-flex-order: inherit;
        order: inherit;
    }
}

.mobile-col-4 {
    -ms-flex-order: 4;
    order: 4;
}

@media (min-width: 991px) {
    .mobile-col-4 {
        -ms-flex-order: inherit;
        order: inherit;
    }
}

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

.container {
    width: 100%;
    max-width: 1440px;
    padding: 0 16px;
    margin: 0 auto;
}

.hide-on-mobile {
    display: none !important;
}

@media (min-width: 991px) {
    .hide-on-mobile {
        display: block !important;
    }
}

.hide-on-desktop {
    display: block !important;
}

@media (min-width: 991px) {
    .hide-on-desktop {
        display: none !important;
    }
}

.separator {
    display: block;
    background: transparent;
    height: 34px;
}

@media (min-width: 991px) {
    .separator {
        height: 84px;
    }
}

/* Hang */

@keyframes hvr-hang {
    0% {
        transform: translateY(2px);
    }

    50% {
        transform: translateY(4px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes hvr-hang-sink {
    100% {
        transform: translateY(0px);
    }
}

.hvr-hang .hang-target {
    transform: perspective(1px) translateZ(0) translateY(2px);
    animation-duration: .3s, 1.5s;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
}

.hvr-hang:hover .hang-target,
.hvr-hang:focus .hang-target,
.hvr-hang:active .hang-target {
    animation-name: hvr-hang-sink, hvr-hang;
    animation-duration: .3s, 1.5s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate;
}

/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical>.swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -ms-flex-align: start;
    align-items: flex-start;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
    perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}



.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10000;
    transform: translateY(-100%);
    transition: transform 0.4s ease;
    padding: 20px 0;
}

@media (min-width: 991px) {
    .header {
        padding: 0;
    }
}

.header.active {
    transform: translateY(0);
}

.header.active::after {
    transform: translateY(0);
}

.header::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    z-index: -1;
    box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.header.mobile-active {
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
    background: #fff;
}

.header.mobile-active::after {
    display: none;
}

.header.mobile-active .header__nav {
    background-color: white;
}

.header>.container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 991px) {
    .header>.container {
        padding-right: 0;
    }
}

.header__logo {
    width: 144px;
}

@media (min-width: 991px) {
    .header__logo {
        width: 236px;
    }
}

.header__logo img {
    -o-object-fit: contain;
    object-fit: contain;
}

.header__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex: 1;
    flex: 1;
}

.header__nav.active>ul {
    transform: translateY(0);
}

.header__nav.active .buy-tickets {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.header__nav>ul {
    padding-bottom: 200px;
}

@media (min-width: 991px) {
    .header__nav>ul {
        padding-bottom: 0;
    }
}

.header__nav ul {
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    background: #fff;
    height: calc(100vh - 70px);
    z-index: 1000;
    overflow: scroll;
    transform: translateY(100%);
    transition: transform 0.4s ease;
}

@media (min-width: 991px) {
    .header__nav ul {
        transform: translateY(0);
        overflow: visible;
        padding-top: 0;
        top: initial;
        left: initial;
        position: initial;
        height: initial;
        width: initial;
        text-align: right;
        border-top: none;
    }
}

.header__nav ul li {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #333;
    display: block;
    padding: 16px 8px;
    text-align: center;
    line-height: 1.2;
    position: relative;
}

@media (min-width: 991px) {
    .header__nav ul li {
        font-size: 11px;
        text-align: left;
        display: inline-block;
    }
}

.header__nav ul li.dropdown:hover {
    color: #333 !important;
    background: none !important;
}

.header__nav ul li.dropdown button {
    position: absolute;
    right: 16px;
    top: 8px;
    z-index: 100;
    height: 30px;
    width: 30px;
    border-radius: 22px;
    transform: rotate(0);
    background: #efefef;
    transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.header__nav ul li.dropdown button::after {
    content: "▸";
    color: #787878;
    font-size: 27px;
    line-height: 27px;
}

.header__nav ul li.dropdown button:active {
    background: #f2f2f2;
}

.header__nav ul li:active {
    background-color: #f2f2f2;
}

.header__nav ul li:hover {
    color: #3F683C;
}

.header__nav ul li a {
    color: inherit;
}

@media (min-width: 991px) {
    .header__nav ul li:hover>ul {
        visibility: visible;
        opacity: 1;
        transform: translateY(100%) translateX(0px);
    }

    .header__nav ul li:hover>ul ul {
        transform: translateY(0) translateX(98%);
    }
}

.header__nav ul li ul {
    display: none;
}

@media (min-width: 991px) {
    .header__nav ul li ul {
        display: block;
        position: absolute;
        bottom: 0px;
        left: 0;
        transform: translateY(100%) translateX(-10px);
        background: #fff !important;
        box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
        text-align: left;
        width: 180px;
        visibility: hidden;
        opacity: 0;
        transition: transform 0.4s ease;
    }
}

.header__nav ul li ul li {
    margin: 0;
    display: block;
    padding: 8px 12px;
    position: relative;
}

.header__nav ul li ul li.large-menu>ul {
    height: 30vh;
    overflow-y: scroll;
    overflow-x: hidden;
    min-height: 300px;
}

@media (min-width: 991px) {
    .header__nav ul li ul li.large-menu>ul::before {
        content: "▼";
        background: #f0ebe5;
        padding: 4px;
        width: 100%;
        z-index: 100;
        display: block;
        width: 100%;
        color: #333;
        font-size: 12px;
        text-align: center;
    }
}

.header__nav ul li ul li.large-menu>ul li:hover ul {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 999;
}

.header__nav ul li ul li:hover {
    color: white;
    background: #3F683C;
}

.header__nav ul li ul li a {
    display: inline-block;
    color: inherit;
}

.header__nav ul li ul li ul {
    bottom: initial;
    top: 0;
    transform: translateY(0) translateX(98%);
    transition: transform 0.4s ease;
    background: #dcdcdc;
}

.header__nav ul li ul li ul ul {
    background: #bcbcbc;
}

.header__nav ul li ul li ul ul ul {
    background: #ababab;
}

.header__nav ul li.active {
    padding: 0;
}

.header__nav ul li.active>button {
    transform: rotate(90deg);
}

.header__nav ul li.active>ul {
    display: block;
    position: static;
    top: 0;
    left: 0;
    height: auto;
    padding-top: 0;
    transform: translateY(0) translateX(0);
    margin-top: 18px;
    padding: 0 20px;
    background: #dcdcdc;
}

.header__nav ul li.active>ul li {
    padding: 18px 0;
}

.header__nav ul li.active>ul ul {
    background: #bcbcbc;
}

.header__nav ul li.active>ul ul li {
    padding: 10px 0;
}

.header__nav ul li.active {
    padding-top: 18px;
}

.header__nav ul li.active ul {
    background: #dcdcdc;
}

.header__burger-menu {
    width: 30px;
}

@media (min-width: 991px) {
    .header__burger-menu {
        display: none;
    }
}

.header__burger-menu.active span:nth-child(2) {
    transform: translateX(-30px);
    opacity: 0;
}

.header__burger-menu.active span:nth-child(1) {
    transform: translateY(9px) rotate(42deg);
}

.header__burger-menu.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-42deg);
}

.header__burger-menu span {
    height: 3px;
    width: 100%;
    display: block;
    background: #3F683C;
    border-radius: 2px;
    transform: translateX(0) rotate(0) translateY(0);
    transition: opacity 0.4s ease, transform 0.6s ease;
}

.header__burger-menu span:nth-child(2) {
    margin: 6px 0;
}

.header__action-icons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
}

.header__action-icons a,
.header__action-icons button {
    position: relative;
    background: none;
    padding: 8px;
    border-radius: 100%;
    cursor: pointer;
}

.header__action-icons a:active,
.header__action-icons button:active {
    background: #f2f2f2;
}

.header__action-icons a:first-child,
.header__action-icons button:first-child {
    margin-left: 0;
}

.header__action-icons a:hover,
.header__action-icons button:hover {
    opacity: 0.5;
}

.header__action-icons a img,
.header__action-icons button img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 18px;
}

.header__action-icons a.cart-icon,
.header__action-icons button.cart-icon {
    height: 28px;
}

@media (min-width: 991px) {

    .header__action-icons a.cart-icon,
    .header__action-icons button.cart-icon {
        height: 15px;
    }
}

.header__action-icons a.cart-icon span,
.header__action-icons button.cart-icon span {
    font-size: 9px;
    height: 18px;
    width: 18px;
    position: absolute;
    top: -6px;
    right: -8px;
    background: #5d452b;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    line-height: 18px;
}

@media (min-width: 991px) {

    .header__action-icons a.cart-icon span,
    .header__action-icons button.cart-icon span {
        top: -2px;
        right: -2px;
    }
}

@media (min-width: 991px) {
    .header__action-buttons {
        display: -ms-flexbox;
        display: flex;
        position: relative;
    }
}

.header__action-buttons::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #333;
    opacity: 0.1;
}

.header__action-buttons a {
    font-size: 11px;
    text-transform: uppercase;
    display: block;
    padding: 28px 10px;
    color: #3F683C;
    font-weight: 500;
}

.header__nav.active .header__action-buttons a {
    position: absolute;
    font-size: 1.5em;
    text-transform: uppercase;
    display: block;
    padding: 18px 10px;
    color: #3F683C;
    font-weight: 500;
    width: calc(100% - 32px);
}


.header__nav.active .header__action-buttons a:first-child+a {
    z-index: 1001;
    color: #3F683C !important;
    opacity: 1;
    visibility: visible;
    background: transparent;
    box-shadow: none;
    width: 100%;
    display: block !important;
}

.header__nav.active .header__action-buttons a:first-child {
    top: calc(100vh - 175px);
    background: #fff;
}

.header__nav.active .header__action-buttons a:first-child+a {

    top: calc(100vh - 135px);
    background: #fff;
}

.header__action-buttons a.buy-tickets,
.header__action-buttons a {


    font-weight: 700;
    top: calc(100vh - 235px);
    z-index: 1001;
    width: calc(100% - 32px);
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 45px;
    text-align: center;
    padding: 18px;
    font-size: 14px;
    transform: scale(0.6);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.6s ease;
    transition-delay: 0.4s;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}


.header__action-buttons a.buy-tickets {
    background: #3F683C;
    color: #fff !important;
}

@media (min-width: 991px) {
    .header__action-buttons a.buy-tickets,
    .header__action-buttons a {
        box-shadow: none;
        visibility: visible;
        opacity: 1;
        transform: scale(1);
        border-radius: 0;
        font-size: 11px;
        left: initial;
        width: auto;
        top: initial;
        position: initial;
        padding: 28px 20px;
    }
}

.hero-slider {
    position: relative;
    overflow: hidden;
}

.hero-slider__slide {
    height: 500px;
    position: relative;
    background: #3F683C;
    max-height: 500px;
}

.hero-slider__slide.active .inner .h1-heading,
.hero-slider__slide.active .inner__blurb,
.hero-slider__slide.active .inner .btn {
    opacity: 1;
    transform: translateY(0);
}

.hero-slider__slide .bg-img {
    width: 100%;
	height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-color: #fff;
}

@media (max-width: 991px) {
    .hero-slider__slide .bg-img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

/******  GIVE MIAMI DAY  *****/
@media (max-width: 520px) {
    .hero-slider__slide img.bg-img {
      width: 100%;
    }
}
    
.hero-slider__slide .inner {
	position: absolute;
    width: 100%;
    top: 50%;
    padding: 0 16px;
    transform: translateY(-50%);
}
@media (max-width: 991px) {
  .hero-slider__slide .inner {
	  left: 50%;
	  transform: translate(-50%,-50%);
  }
}

@media (min-width: 991px) {
    .hero-slider__slide .inner {
        top: 50%;
        transform: translateY(-50%);
        padding: 0 50px;
    }
}

.hero-slider__slide .inner .h1-heading {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.4s ease, transform 0.6s ease;
    margin-bottom: 18px;
    text-align: center;
    font-weight: 400;
}

@media (max-width: 991px) {
    .hero-slider__slide .inner .h1-heading {
        font-size: 32px;
        line-height: 38px;
    }
}

@media (min-width: 991px) {
    .hero-slider__slide .inner .h1-heading {
        text-align: left;
    }
}

.hero-slider__slide .inner__blurb {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.4s ease, transform 0.6s ease;
    transition-delay: 0.2s;
    max-width: 800px;
    text-align: center;
}

.hero-slider__slide .inner__blurb p {
    font-size: 18px;
    color: #fff;
    max-width: 800px;
}

@media (min-width: 991px) {
    .hero-slider__slide .inner__blurb {
        text-align: left;
    }

    .hero-slider__slide .inner__blurb p {
        font-size: 18px;
        color: #fff;
        max-width: 800px;
        text-align: left;
    }
}

.hero-slider__slide .inner .btn {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.4s ease, transform 0.6s ease;
    transition-delay: 0.3s;
    margin-bottom: 8px;
    width: 100%;
}

@media (min-width: 991px) {
    .hero-slider__slide .inner .btn {
        width: auto;
        margin-bottom: 0;
        margin-right: 12px;
        display: inline-block;
    }

    .hero-slider__slide .inner .btn.btn.btn--ghost-white {
        margin-right: 22px;
    }
}

.hero-slider__pagination {
    position: absolute;
    height: 10px;
    left: inherit !important;
    z-index: 999;
    text-align: center;
    top: inherit !important;
    right: inherit !important;
    bottom: 20px !important;
}

.hero-slider__pagination span {
    height: 2px;
    width: 26px;
    border-radius: 0;
    background: #fff;
    opacity: 0.4;
}
@media screen and (max-width: 768px) {
	.hero-slider__pagination span {
    	width: 6px !important;
	}
}

.hero-slider__pagination span.swiper-pagination-bullet-active {
    opacity: 1;
    width: 44px !important;
    height: 4px !important;
}


.hero-slider__floating-line {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -70px;
    height: 146px;
    width: 1px;
    background: #aba8a8;
    z-index: 999;
    display: none;
}

@media (min-width: 768px) {
    .hero-slider__floating-line {
        display: block;
    }
}

.interior-hero {
    text-align: center;
    background: transparent;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background: #333;
    height: 60vh;
    min-height: 460px;
}

.interior-hero__img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
    opacity: 0.7;
}

.interior-hero__blurb {
    max-width: 780px;
}

.interior-hero .h2-heading {
    color: #fff;
    position: relative;
    z-index: 2;
}

.btn {
    font-size: 12px;
    text-transform: uppercase;
    padding: 18px 32px;
    display: inline-block;
    color: #fff;
    background: #3F683C;
    text-align: center;
    font-weight: 600;
    letter-spacing: 3px;
    border: 2px solid #fff;
}

.btn span {
    display: block;
}

.btn:active {
    opacity: 0.7;
}

.btn--white {
    background: #fff;
    color: #3F683C;
    border: 2px solid #3F683C;
}

.btn:hover {
    background: #355833;
}

.btn:hover.btn--white {
    background: #f2f2f2;
}

.btn--l {
    padding: 18px 78px;
}

.btn--ghost {
    background: none;
    border: 1px solid #333;
    color: #333;
}

.btn--ghost:hover {
    background: #3F683C;
    border-color: #3F683C;
    color: #fff;
}

.btn-link {
    color: #333;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    text-decoration: underline;
    display: inline;
}

.btn-link:hover {
    color: #3F683C;
}

.garden-features {
    padding: 30px 0 30px;
    text-align: center;
    background: #f0ebe5;
    margin-bottom: 40px;
}

.garden_explorer_footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1em 1em 2em;
}

@media (min-width: 991px) {
    .garden-features {
        padding: 94px 0 0 0;
        margin-bottom: 0;
    }
}

.garden-features>.container {
    padding: 0;
    max-width: 1200px;
}

@media (min-width: 991px) {
    .garden-features>.container {
        padding: 0 16px;
    }
}

.garden-features>.container .h2-heading {
    padding-top: 10px;
    padding-bottom: 20px;
}

.garden-features__slider {
    width: 100%;
    position: relative;
    overflow-y: visible;
    overflow-x: hidden;
}

.garden-features__slider .swiper-slide {
    height: auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.garden-features__slider .card-featured__title{
min-height: 240px;
    align-items: flex-start;
    max-height: 240px;
	align-items: flex-start;
	    max-height: 200px;
}

.card-featured__title-content p {
    min-height: 41px;
}
.garden-features__slide {
    background: #c6c6c6;
    height: 275px;
    position: relative;
    background-size: cover !important;
    margin: 10px 0;
    transform: scale(1);
    transition: opacity 0.1s ease, transform 0.3s ease;
    background: #333;
}

.garden-features__slide:hover {
    z-index: 2;
}

@media (min-width: 991px) {
    .garden-features__slide {
        margin: 20px 0;
        height: 420px;
    }
}

.garden-features__slider-inner {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    padding-right: 0;
    text-align: left;
    bottom: 14px;
    width: 89%;
    padding: 20px;
}

.garden-features__slider-inner .title {
    font-weight: 600;
    font-size: 28px;
    text-align: left;
    color: #3F683C;
    font-family: "Josefin Sans", sans-serif;
    margin-bottom: 8px;
}

.garden-features__slider-inner .blurb {
    display: none;
}

@media (min-width: 991px) {
    .garden-features__slider-inner .blurb {
        display: block;
        text-align: left;
        font-size: 14px;
        line-height: 20px;
        color: #333;
    }
}

.garden-features__pagination {
    display: none;
    height: auto;
    text-align: center;
    margin: 32px 0;
}

@media (min-width: 991px) {
    .garden-features__pagination {
        display: block;
    }
}

.garden-features__pagination span {
    height: 2px;
    width: 20px;
    display: inline-block;
    position: relative;
    background: #a2a19f;
    border-radius: 0;
}

.garden-features__pagination span.swiper-pagination-bullet-active {
    background: #000;
}

.garden-features .swiper-wrapper {
    display: block;
    height: auto;
}

@media (min-width: 991px) {
    .garden-features .swiper-wrapper {
        display: -ms-flexbox;
        display: flex;
        height: auto;
    }
}

.garden-features .btn-link {
    margin-top: 33px;
    display: block;
    padding: 0 22px;
}

@media (min-width: 991px) {
    .garden-features .btn-link {
        width: 100%;
        padding: 20px;
    }
}

.events {
    padding: 30px 0;
    text-align: center;
}

@media (min-width: 991px) {
    .events {
        padding: 74px 0 0;
    }
}

.events>.container {
    padding: 0;
    max-width: 990px;
}

@media (min-width: 991px) {
    .events>.container {
        padding: 0 16px;
    }
}

.events__blurb {
    max-width: 780px;
    margin: 0 auto 44px;
    padding: 0 16px;
}

.events__tabs {
    background: #f0ebe5;
    border-radius: 30px;
    margin-bottom: 44px;
    display: block;
    text-align: left;
    overflow: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    margin: 0 16px 44px;
}

.events__tabs::-webkit-scrollbar {
    display: none;
}

@media (min-width: 991px) {
    .events__tabs {
        padding: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.events__tabs.scrollable {
    display: block;
    text-align: left;
    overflow: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.events__tabs.scrollable::-webkit-scrollbar {
    display: none;
}

.events__tabs.scrollable li {
    display: inline-block;
}

.events__tabs li {
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    border-radius: 36px;
    position: relative;
    cursor: pointer;
    z-index: 1;
    color: #3F683C;
    display: inline-block;
    padding: 8px 22px;
}

@media (min-width: 991px) {
    .events__tabs li {
        display: block;
        padding: 14px 44px;
    }
}

.events__tabs li:hover {
    background: #dfd5c8;
}

.events__tabs li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #3F683C;
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.4s ease, transform 0.2s ease;
    border-radius: 36px;
    z-index: -1;
}

.events__tabs li.active {
    color: #fff;
}

.events__tabs li.active span {
    color: #fff;
}

.events__tabs li.active::after {
    opacity: 1;
    transform: scale(1);
}

.events__tabs li span {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    margin-top: 4px;
    color: #333;
}

.events__wrapper {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: all 0.4s ease;
}

.events__wrapper.active {
    display: block;
    visibility: visible;
}

.events__wrapper.animateIn {
    opacity: 1;
}

.events__wrapper .event-card-slider {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.events__wrapper .event-card-slider .swiper-wrapper {
    height: auto;
}

.events__wrapper .event-card-slider__pagination {
    margin: 44px 0;
}

.events__wrapper .event-card-slider__pagination .swiper-pagination-bullet {
    height: 3px;
    width: 30px;
    border-radius: 2px;
    background: #333;
}

.events__wrapper .event-card-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #3F683C;
}

.donate {
    padding: 30px 0;
    text-align: center;
    background: url("./img/donate-bg.jpg");
    background-size: cover;
    margin-top: 30px;
}

@media (min-width: 991px) {
    .donate {
        margin-top: 74px;
        padding: 74px 0 120px;
    }
}

.donate__blurb {
    max-width: 840px;
    margin: 0 auto;
}

.donate__box-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 32px;
}

@media (min-width: 991px) {
    .donate__box-wrapper {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.donate__box-wrapper .small-box-container {
    display: block;
    width: 100%;
}

@media (min-width: 991px) {
    .donate__box-wrapper .small-box-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: calc(25% - 18px);
        overflow: hidden;
    }

    .donate__box-wrapper .small-box-container .donate__box {
        margin-bottom: 18px;
    }

    .donate__box-wrapper .small-box-container .donate__box:hover .title {
        transition: all 0.1s ease-in-out;
    }

    .donate__box-wrapper .small-box-container .donate__box:nth-child(2) {
        margin-bottom: 0;
    }
}

.donate__box {
    height: 182px;
    position: relative;
    background-size: cover !important;
    margin-right: 18px;
    padding: 20px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 8px;
}

.donate__box:nth-child(2) {
    margin-right: 0;
}

@media (min-width: 991px) {
    .donate__box {
        margin-bottom: 0;
        margin-right: 0;
    }
}

.donate__box .title {
    display: inline;
    color: #fff;
    font-weight: 600;
    font-family: "Josefin Sans", sans-serif;
    font-size: 32px;
    line-height: 32px;
    text-align: left;
    transition: all 0.1s ease-in-out;
}

.donate__box .blurb {
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    margin-top: 8px;
    text-align: left;
}

.donate__box--large {
    margin-bottom: 8px;
    width: 100%;
    height: 350px;
}

@media (min-width: 991px) {
    .donate__box--large {
        margin: 18px 0;
        margin: 0;
        height: auto;
        width: calc(50% - 18px);
    }
}

.donate__box--large .inner-wrapper__blurb {
    display: none;
}

@media (min-width: 991px) {
    .donate__box--large .inner-wrapper__blurb {
        display: block;
    }
}

.location {
    padding: 30px 0 0;
    text-align: center;
    position: relative;
    /**margin-bottom: 70px;**/
}

.location__blurb {
    max-width: 780px;
    margin: 0 auto 34px;
}

@media (min-width: 991px) {
    .location__blurb {
        margin: 0 auto 10px;
    }
}

@media (min-width: 991px) {
    .location {
        padding: 74px 0 0;
    }
}

.location__map-container {
    position: relative;
}

@media (min-width: 991px) {
    .location__map-container {
        padding: 74px 0;
    }
}

.location__map-container>.container {
    padding: 0;
}

@media (min-width: 991px) {
    .location__map-container>.container {
        display: -ms-flexbox;
        display: flex;
    }
}

.location__map-info {
    background: white;
}

@media (min-width: 991px) {
    .location__map-info {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: 565px;
        z-index: 10;
    }
}

.location__map-info .white-box {
    background: #fff;
    padding: 32px;
    box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.1);
    text-align: left;
    width: 100%;
}

@media (min-width: 991px) {
    .location__map-info .white-box {
        width: 90%;
        height: 100%;
    }
}

.location__map-info .white-box__title {
    font-size: 20px;
    font-weight: 800;
    margin-top: 18px;
    font-family: "Josefin Sans", sans-serif;
    color: #3F683C;
}

.location__map-info .white-box__title:nth-child(1) {
    margin-top: 0;
}

.location__map-info .white-box__info {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.location__map-info .white-box__info span {
    position: relative;
    top: -2px;
    margin-left: 8px;
    margin-right: 8px;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px dotted #979797;
}

.location__map-info .white-box__info a {
    float: right;
    color: #000;
    border-bottom: 1px solid #000;
}

.location__map-info .icon-wrapper {
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #f0ebe5;
}

@media (min-width: 991px) {
    .location__map-info .icon-wrapper {
        width: 260px;
        height: 100%;
    }
}

.location__map-info .icon-wrapper__icon {
    box-shadow: -5px 7px 11px rgba(0, 0, 0, 0.15);
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    padding: 0 22px;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-align: center;
    align-items: center;
    height: 110px;
}

@media (min-width: 991px) {
    .location__map-info .icon-wrapper__icon {
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
    }
}

.location__map-info .icon-wrapper__icon img {
    height: 48px;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

@media (min-width: 991px) {
    .location__map-info .icon-wrapper__icon img {
        margin: 0 auto 8px;
        height: 36px;
    }
}

.location__map-info .icon-wrapper__icon .info {
    text-align: left;
}

@media (min-width: 991px) {
    .location__map-info .icon-wrapper__icon .info {
        width: 100%;
        text-align: center;
    }
}

.location__map-info .icon-wrapper__icon .info span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #3F683C;
    font-weight: 600;
    margin-bottom: 4px;
}

.location__map-info .icon-wrapper__icon .info p {
    font-size: 12px;
    line-height: 1;
}

.location__map {
    height: 35vh;
    overflow: hidden;
    background: gray;
}

@media (min-width: 991px) {
    .location__map {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }
}

.location__map img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ig-feed {
    background-size: cover;
}

.sbi_lb-nav,
.sbi_lb-close {
    display: none !important;
}


@media (min-width: 991px) {
    .ig-feed {

        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.ig-feed__logo {
    height: 100px;
    width: 100px;
    border-radius: 100%;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.15);
    padding: 8px;
    margin: 0 auto;
}

.ig-feed__logo img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.ig-feed__inner {
    padding: 40px;
    max-width: 88%;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.15);
}

.ig-feed h2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 1em;
    color: #ffffff;
    text-transform: uppercase;
    background: #3f683c;
    padding-top: 1.3em;
    line-height: 1.3em;
	margin: 0;
	justify-content:space-between;
}
.ig-feed h2 ul {
    list-style: none;
    display: flex;
}

.ig-feed h2 ul li {
    margin: 0 1em;
}

.ig-feed h2 img {
    margin-right: 1em;
}

@media (min-width: 991px) {
    .ig-feed__inner {
        max-width: 420px;
    }
}

.ig-feed__tag {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
}

.ig-feed__tag::after {
    content: "";
    display: block;
    height: 1px;
    width: 100px;
    background: rgba(0, 0, 0, 0.15);
    margin: 16px auto;
}

.ig-feed__hashtag {
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

.ig-feed__blurb {
    font-size: 14px;
    text-align: center;
    max-width: 280px;
    margin: 0 auto 18px;
}

.ig-feed .btn {
    display: block;
}

#sb_instagram {
    background-size: cover;
    position: relative;
    min-height: 300px;
}

#sb_instagram .ig-feed__inner {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9999;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
    padding: 40px;
    max-width: 88%;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.15);
}

.newsletter {
    background: #f0ebe5;
    padding: 72px 0;
}

@media (min-width: 991px) {
    .newsletter {
        padding: 42px 0;
    }
}

@media (min-width: 991px) {
    .newsletter>.container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
    }
}

.newsletter__title {
    font-size: 24px;
    font-weight: 500;
    color: #333;
    text-align: center;
    margin-bottom: 28px;
    font-family: "Josefin Sans", sans-serif;
}

@media (min-width: 991px) {
    .newsletter__title {
        margin-bottom: 0;
        text-align: left;
        font-size: 30px;
        margin-right: 18px;
    }
}

.newsletter__title span {
    font-weight: 600;
    color: #3F683C;
    font-size: 40px;
    display: block;
}

@media (min-width: 991px) {
    .newsletter__title span {
        display: inline;
        font-size: inherit;
    }
}

.newsletter__input {
    background: #fff;
    border-radius: 30px;
    padding: 14px 18px;
    font-size: 18px;
    margin-bottom: 18px;
    color: #333;
    width: 100%;
    text-align: center;
}

@media (min-width: 991px) {
    .newsletter__input {
        text-align: left;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 0;
        margin-right: 18px;
    }
}

.newsletter__btn {
    width: 100%;
    margin: 0 auto;
    display: block;
}

@media (min-width: 991px) {
    .newsletter__btn {
        width: auto;
    }
}

@media (min-width: 991px) {
    .newsletter .wpcf7 {
        min-width: 80%;
    }
}

@media (min-width: 991px) {
    .newsletter .wpcf7-form {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 991px) {
    .newsletter .wpcf7-form .wpcf7-form-control-wrap {
        margin-right: 20px;
    }
}

.footer__header {
    text-align: center;
    padding: 40px 0 0;
}

@media (min-width: 991px) {
    .footer__header {
        padding: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
		align-items: center;
    }
}

.footer__header .logo {
    height: 54px;
    margin: 0 auto 40px;
}

@media (min-width: 991px) {
    .footer__header .logo {
        margin: 0;
    }
}

.footer__header .social-icons a {
    display: inline-block;
}

.footer__header .social-icons a:nth-child(1) {
    margin-left: 0;
}

.social-icons .buy-tickets {
    background-color: #3F683C;
    color: white;
    padding: 20px;
	text-transform:uppercase
}
@media (max-width: 991px) {
	.footer__header .social-icons a:nth-child(2) {
    margin-left: 0;
	}
	.footer__header .icons{
		justify-content: center;
	}
	.footer__content .app-download-icons{
		justify-content: center;
	}
	.social-icons .buy-tickets {
		display: block!important;
		margin: 30px auto!important;
		max-width: 200px;
	}
}

.footer .buy-tickets {
    display: none!important;
}
.page-template-page-home .footer .buy-tickets {
    display: inline-block!important;
}

.footer__header .social-icons a img {
/*     height: 20px;
    width: auto; */
    -o-object-fit: contain;
    object-fit: contain;
}
.social-icons img {
    display: inline;
    vertical-align: middle;
}

@media (min-width: 991px) {
    .footer__content {
        padding: 44px 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 1px solid #ebe7e7;
        border-top: 1px solid #ebe7e7;
    }
}

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

@media (min-width: 991px) {
    .footer__content .column {
        text-align: left;
        width: calc(25% - 10px);
    }
}

.footer__content .column h2 {
    font-size: 12px;
    text-transform: uppercase;
    color: #3F683C;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: 3px;
    line-height: 14px;
    margin-bottom: 14px;
    margin-top: 44px;
}

@media (min-width: 991px) {
    .footer__content .column h2 {
        margin-top: 0;
    }
}

.footer__content .column a {
    display: block;
    color: #333;
}

.footer__content .column a:hover {
    color: #3F683C;
}

.footer__content .column img {
    height: 138px;
    width: 288px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 14px;
}

.footer__content .column .spacer {
    display: none;
}

@media (min-width: 991px) {
    .footer__content .column .spacer {
        display: block;
        margin-bottom: 44px;
    }
}
.footer-disclaimer{
	    padding: 44px 0;
	font-size:12px;
}
.footer__privacy {
    font-size: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 991px) {
    .footer__privacy {
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.footer__privacy .navigation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 991px) {
    .footer__privacy .navigation {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.footer__privacy .navigation .link {
    color: #333;
    position: relative;
    font-size: 14px;
    text-align: center;
}

@media (min-width: 991px) {
    .footer__privacy .navigation .link {
        text-align: left;
    }
}

.footer__privacy .navigation .link:after {
    display: none;
}

@media (min-width: 991px) {
    .footer__privacy .navigation .link:after {
        content: "";
        display: inline-block;
        position: relative;
        top: 4px;
        height: 16px;
        width: 1px;
        margin: 0 12px;
        background: #333;
        opacity: 0.2;
    }
}

.footer__privacy .navigation .lang {
    position: relative;
    cursor: pointer;
    margin-bottom: 44px;
}

@media (min-width: 991px) {
    .footer__privacy .navigation .lang {
        margin-bottom: 0;
        margin-left: 14px;
    }
}

.footer__privacy .navigation .lang::after {
    content: "\25be";
    font-size: 22px;
    top: 9px;
    right: 14px;
    position: absolute;
    z-index: 3;
    opacity: 0.5;
}

@media (min-width: 991px) {
    .footer__privacy .navigation .lang::after {
        font-size: 16px;
        top: 0;
    }
}

.footer__privacy .navigation .lang.active::after {
    content: "\2715";
}

.footer__privacy .navigation .lang.active span {
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.12);
}

.footer__privacy .navigation .lang.active .dropdown {
    height: 147%;
    bottom: 18px;
    border-radius: 0;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    z-index: 1;
}

.footer__privacy .navigation .lang span {
    display: block;
    border-radius: 25px;
    padding-left: 12px;
    background: #f0ebe5;
    font-size: 14px;
    position: relative;
    padding: 12px 64px 12px 22px;
    z-index: 3;
}

@media (min-width: 991px) {
    .footer__privacy .navigation .lang span {
        font-size: 12px;
        width: 100px;
        padding: 2px 11px;
        z-index: 2;
    }
}

.footer__privacy .navigation .lang .dropdown {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #e6e6e6;
    border-radius: 25px;
    transition: height 0.3s ease, bottom 0.4s ease, border-radius 0.3s ease;
    padding-left: 12px;
    padding-top: 8px;
    z-index: 1;
}

@media (min-width: 991px) {
    .footer__privacy .navigation .lang .dropdown {
        padding-top: 0;
    }
}

.footer__privacy .navigation .lang .dropdown a {
    font-size: 14px;
    display: inline-block;
    color: #333;
}

.social-icon {
    display: inline-block;
    margin-right: 18px;
}

.social-icon:last-child {
    margin-right: 0;
}

.social-icon__img {
    max-width: 40px;
}

.card-section {
    padding: 30px 0 0;
    text-align: center;
}

@media (min-width: 991px) {
    .card-section {
        padding: 74px 0 0;
    }
}

.card-section__blurb {
    max-width: 848px;
    margin: 0 auto;
    margin-bottom: 20px;
}

@media (min-width: 991px) {
    .card-section__card-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.card-section .card {
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
    color: inherit;
    transition: box-shadow 0.3s ease;
}

.card-section .card:hover {
    box-shadow: 0px 12px 14px rgba(0, 0, 0, 0.15);
}

@media (min-width: 991px) {
    .card-section .card {
        width: calc(33.3333% - 20px);
    }
}

.card-section .card__img {
    height: 248px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.card-section .card__inner {
    padding: 20px 0;
}

@media (min-width: 991px) {
    .card-section .card__inner {
        padding: 55px 30px;
    }
}

.card-section .card__inner h2 {
    font-size: 28px;
    text-align: left;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 4px;
    color: #3F683C;
}

.card-section .card__inner p {
    font-size: 14px;
    text-align: left;
}

.banner {
    background: #f0ebe5;
    max-width: 990px;
    margin: 30px auto 0 auto;
    padding: 40px 12px;
}

@media (min-width: 991px) {
    .banner {
        padding: 70px 60px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        justify-items: center;
        margin: 74px auto 0 auto;
    }
}

.banner__title {
    color: #333;
    font-weight: 400;
    max-width: 100%;
    font-size: 24px;
    text-align: center;
    margin-bottom: 18px;
    font-family: "Josefin Sans", sans-serif;
}

@media (min-width: 991px) {
    .banner__title {
        text-align: left;
        margin-bottom: 0;
        font-size: 32px;
        line-height: 48px;
        max-width: 474px;
    }
}

.banner__cta {
    text-align: center;
	    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner__cta .btn,
.banner__cta p {
    display: block;
}

.banner__cta p {
    color: #333;
    margin-top: 12px;
}

.banner__cta p .btn-link {
    color: #333;
    display: block;
}

@media (min-width: 991px) {
    .banner__cta p .btn-link {
        display: inline;
    }
}

.banner.event {
    padding: 20px 12px;
}

@media (min-width: 991px) {
    .banner.event {
        padding: 30px 20px;
    }
}

.banner.event .banner__title {
    font-size: 12px;
    margin-bottom: 10px;
}

@media (min-width: 991px) {
    .banner.event .banner__title {
        font-size: 20px;
        line-height: 24px;
        max-width: 474px;
    }
}

.gallery-slider>.container {
    padding: 0;
}

@media (min-width: 991px) {
    .gallery-slider>.container {
        padding: 0 16px;
    }
}

.gallery-slider__slider {
    position: relative;
    overflow: hidden;
    margin-top: 84px;
    height: 55vh;
}

@media (min-width: 991px) {
    .gallery-slider__slider {
        height: 50vh;
        max-height: 400px;
    }
}

.gallery-slider__img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gallery-slider .swiper-button-next {
    background: url("./img/icons/right-arrow.png");
    background-size: cover;
    width: 30px;
    height: 57px;
}

.gallery-slider .swiper-button-prev {
    background: url("./img/icons/left-arrow.png");
    background-size: cover;
    width: 30px;
    height: 57px;
}
.swiper-button-next {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='white'/%3E%3C/svg%3E")!important;
}
.swiper-button-prev {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='white'/%3E%3C/svg%3E")!important;
}

.video-section {
    margin-top: 40px;
}

@media (min-width: 991px) {
    .video-section {
        height: 488px;
        margin-top: 84px;
    }
}

.video-section>.container {
    padding: 0;
}

@media (min-width: 991px) {
    .video-section>.container {
        padding: 0 16px;
    }
}

.video-section__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 991px) {
    .video-section__wrapper {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
    }
}

.video-section__video {
    height: 240px;
    position: relative;
}

@media (min-width: 991px) {
    .video-section__video {
        -ms-flex: 1;
        flex: 1;
        height: 100%;
    }
}

.video-section__video video {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.video-section__info {
    padding: 20px;
}

@media (min-width: 991px) {
    .video-section__info {
        background: #f0ebe5;
        padding: 0 20px;
        width: 380px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
    }
}

.video-section__info h2 {
    font-size: 30px;
    line-height: 41px;
    font-family: "Josefin Sans", sans-serif;
    color: #333;
    font-weight: 500;
    margin-bottom: 12px;
}

.block-content {
    position: relative;
    height: 400px;
    padding: 20px 0;
}

@media (min-width: 991px) {
    .block-content {
        margin-top: 60px;
        padding: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
}

.block-content__img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    margin-bottom: 0;
    background-size: cover !important;
    width: 100%;
    z-index: -1;
}

@media (min-width: 991px) {
    .block-content__img {
        width: 50%;
    }
}

.block-content>.container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.block-content__info {
    width: 80%;
}

@media (min-width: 991px) {
    .block-content__info {
        width: calc(50% - 40px);
    }
}

.block-content__title {
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 500;
}

@media (min-width: 991px) {
    .block-content__title {
        font-size: 48px;
        line-height: 58px;
        color: #333;
    }
}

.block-content__white-space {
    display: none;
}

@media (min-width: 991px) {
    .block-content__white-space {
        display: block;
        width: 50%;
    }
}

.block-content--left .container {
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.block-content--left .block-content__img {
    left: initial;
    right: 0;
}

.block-content--left .block-content__title {
    text-align: right;
}

@media (min-width: 991px) {
    .block-content--left .block-content__info {
        padding-right: 40px;
    }
}

.box-section {
    text-align: center;
    padding: 34px 0;
}

@media (min-width: 991px) {
    .box-section {
        padding: 0;
    }
}

.box-section .medium-heading {
    font-size: 14px;
    margin-bottom: 28px;
    text-transform: uppercase;
    color: #3F683C;
    letter-spacing: 3px;
}

@media (min-width: 991px) {
    .box-section__wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.box-section__box {
    padding: 30px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
    margin-bottom: 12px;
}

@media (min-width: 991px) {
    .box-section__box {
        width: calc(25% - 20px);
    }
}

.box-section__box img {
    height: 87px;
    width: 87px;
    border-radius: 50%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto 18px auto;
}

.box-section__box p {
    font-size: 14px;
    text-align: center;
}

@media (min-width: 991px) {
    .membership-table {
        margin-top: 84px;
        margin-bottom: 44px;
    }
}

.membership-table__cta {
    background: #f0ebe5;
    -ms-flex-align: center;
    align-items: center;
    padding: 42px 22px;
    margin-bottom: 34px;
}

@media (min-width: 991px) {
    .membership-table__cta {
        padding: 0;
        padding-right: 22px;
        height: 218px;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 84px;
    }
}

.membership-table__cta img {
    height: 100%;
    width: 322px;
    -o-object-fit: cover;
    object-fit: cover;
    display: none;
}

@media (min-width: 991px) {
    .membership-table__cta img {
        display: block;
    }
}

.membership-table__cta-info {
    -ms-flex: 1;
    flex: 1;
}

@media (min-width: 991px) {
    .membership-table__cta-info {
        padding: 0 40px;
    }
}

.membership-table__cta-info h2 {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 72px;
}

.membership-table__cta-info p {
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
}

.membership-table__cta-info p.small {
    margin-top: 12px;
    font-size: 12px;
    line-height: 15px;
    color: #727272;
}

.membership-table__cta-pricing {
    margin-top: 32px;
    text-align: center;
}

@media (min-width: 991px) {
    .membership-table__cta-pricing {
        margin-top: 0;
    }
}

.membership-table__cta-pricing div {
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    margin: 0 10px;
    display: inline-block;
}

.membership-table__cta-pricing div span {
    display: block;
    font-size: 12px;
    font-weight: 400;
}

.membership-table__cta-pricing .btn {
    display: block;
}

.membership-table__pricing {
    margin-bottom: 34px;
}

@media (min-width: 991px) {
    .membership-table__pricing {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 84px;
    }
}

.membership-table__pricing .price-col {
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.15);
    text-align: center;
    padding: 40px 20px;
    position: relative;
}

@media (min-width: 991px) {
    .membership-table__pricing .price-col {
        height: 465px;
        width: calc(25% - 10px);
    }
}

.membership-table__pricing .price-col.active .price-col__benefits {
    display: block;
}

.membership-table__pricing .price-col.active .pricing-button {
    transform: rotate(270deg);
}

.membership-table__pricing .price-col .pricing-button {
    background: none;
    transform: rotate(90deg);
    width: 32px;
    position: absolute;
    top: 20px;
    right: 28px;
    padding: 10px;
    transition: transform 0.3s ease;
}

@media (min-width: 991px) {
    .membership-table__pricing .price-col .pricing-button {
        display: none;
    }
}

.membership-table__pricing .price-col .pricing-button:active {
    background: #f2f2f2;
}

.membership-table__pricing .price-col .pricing-button img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    filter: brightness(0);
}

.membership-table__pricing .price-col__title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    text-align: left;
    margin-bottom: 18px;
}

@media (min-width: 991px) {
    .membership-table__pricing .price-col__title {
        margin-bottom: 28px;
        text-align: center;
    }
}

.membership-table__pricing .price-col__benefits {
    display: none;
}

@media (min-width: 991px) {
    .membership-table__pricing .price-col__benefits {
        display: block;
        height: 180px;
        overflow: scroll;
    }
}

.membership-table__pricing .price-col__benefits.active {
    display: block;
}

.membership-table__pricing .price-col__benefits li {
    font-size: 14px;
    color: #333;
}

.membership-table__pricing .price-col__benefits li::before {
    content: "\2713";
    position: relative;
    display: inline-block;
    margin-right: 8px;
}

.membership-table__pricing .price-col__price {
    padding-top: 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 18px;
}

.membership-table__pricing .price-col__price div {
    font-size: 28px;
    font-weight: 700;
}

.membership-table__pricing .price-col__price div.separator {
    width: 1px;
    height: 52px;
    background: #e5e0e0;
    display: block;
    margin: 0 10px;
}

.membership-table__pricing .price-col__price div span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    opacity: 0.5;
}

.membership-table__premium-feature {
    -ms-flex-line-pack: center;
    align-content: center;
    margin-bottom: 44px;
}

@media (min-width: 991px) {
    .membership-table__premium-feature {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
    }
}

.membership-table__premium-feature .feature {
    background: #f0ebe5;
    padding: 40px 20px;
    margin-bottom: 18px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

@media (min-width: 991px) {
    .membership-table__premium-feature .feature {
        padding: 20px;
        display: -ms-flexbox;
        display: flex;
        width: calc(50% - 10px);
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 991px) {
    .membership-table__premium-feature .feature__info {
        width: calc(60% - 10px);
    }
}

.membership-table__premium-feature .feature__info h3 {
    font-size: 35px;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 72px;
}

.membership-table__premium-feature .feature__info p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 18px;
}

@media (min-width: 991px) {
    .membership-table__premium-feature .feature__info p {
        margin-bottom: 0;
    }
}

.membership-table__premium-feature .feature__pricing {
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.membership-table__premium-feature .feature__pricing div {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin: 0 12px;
    display: inline-block;
}

.membership-table__premium-feature .feature__pricing div span {
    display: block;
    font-size: 12px;
    font-weight: 400;
}

.membership-table__premium-feature .feature__pricing .btn {
    clear: both;
    margin-top: 12px;
}

@media (min-width: 991px) {
    .membership-table__tabs {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.membership-table__tabs h3 {
    margin-top: 18px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 8px;
}

.membership-table__tabs .col {
    margin-bottom: 32px;
}

@media (min-width: 991px) {
    .membership-table__tabs .col {
        margin-bottom: 0;
        width: calc(50% - 20px);
    }
}

.membership-table__tabs .col h3 {
    margin-bottom: 12px;
}

.membership-table__tabs .col .tabs {
    margin-top: 18px;
}

.membership-table__tabs .col .tabs.active button img {
    transform: rotate(270deg);
}

.membership-table__tabs .col .tabs.active .tabs__content {
    display: block;
}

.membership-table__tabs .col .tabs button {
    display: block;
    padding: 12px;
    background: #f0ebe5;
    width: 100%;
    position: relative;
    text-align: left;
    font-size: 14px;
    padding: 12px 22px;
    margin-bottom: 18px;
}

.membership-table__tabs .col .tabs button img {
    position: absolute;
    top: 9px;
    right: 30px;
    height: 22px;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
    transform: rotate(90deg);
    transition: transform 0.3s ease;
    filter: brightness(0);
}

.membership-table__tabs .col .tabs__content {
    padding-left: 22px;
    margin-bottom: 8px;
    display: none;
}

.membership-table__tabs .col .tabs__content::before {
    content: "\2713";
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    font-size: 14px;
    line-height: 14px;
}

.leaves-banner {
    position: relative;
    height: 260px;
    width: 100%;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 991px) {
    .leaves-banner {
        height: 460px;
    }
}

.leaves-banner__left-leaves {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 180px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 991px) {
    .leaves-banner__left-leaves {
        width: 480px;
    }
}

.leaves-banner__right-leaves {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -40px;
    width: 180px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 991px) {
    .leaves-banner__right-leaves {
        right: -120px;
        width: 480px;
    }
}

.leaves-banner__line {
    display: block;
    height: 120px;
    width: 1px;
    background: #000;
    margin: 0 auto;
    opacity: 0.4;
}

@media (min-width: 991px) {
    .leaves-banner__line {
        height: 240px;
    }
}

.articles {
    padding-top: 80px;
}

.articles__blurb {
    max-width: 722px;
    margin-bottom: 44px;
}

.articles__tabs {
    background: #f0ebe5;
    border-radius: 30px;
    margin-bottom: 44px;
    display: block;
    text-align: left;
    overflow: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.articles__tabs::-webkit-scrollbar {
    display: none;
}

@media (min-width: 991px) {
    .articles__tabs {
        padding: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.articles__tabs.scrollable {
    display: block;
    text-align: left;
    overflow: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.articles__tabs.scrollable::-webkit-scrollbar {
    display: none;
}

.articles__tabs.scrollable li {
    display: inline-block;
}

.articles__tabs li {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    border-radius: 36px;
    position: relative;
    cursor: pointer;
    z-index: 1;
    color: #3F683C;
    display: inline-block;
    padding: 8px 22px;
}

.articles__tabs li:hover {
    background: #dfd5c8;
}

.articles__tabs li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #3F683C;
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.4s ease, transform 0.2s ease;
    border-radius: 36px;
    z-index: -1;
}

.articles__tabs li.active {
    color: #fff;
}

.articles__tabs li.active span {
    color: #fff;
}

.articles__tabs li.active::after {
    opacity: 1;
    transform: scale(1);
}

.articles__tabs li span {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    margin-top: 4px;
    color: #333;
}

.articles .tab-content {
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: all 0.4s ease;
}

.articles .tab-content.active {
    display: block;
    visibility: visible;
}

.articles .tab-content.animateIn {
    opacity: 1;
}

.articles .tab-content h2 {
    font-size: 38px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 500;
    margin-bottom: 28px;
    text-transform: capitalize;
    color: #333;
}

.articles .tab-content__feature {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.articles .tab-content__feature .feature-img {
    width: calc(67.3% - 10px);
    height: 340px;
    -o-object-fit: cover;
    object-fit: cover;
}

.articles .tab-content__feature .content {
    width: calc(32.7% - 10px);
}

.articles .tab-content__feature .content h3 {
    font-size: 32px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 500;
    margin-bottom: 18px;
    margin-top: 32px;
}

.articles .tab-content__articles {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
}

.articles .tab-content__articles .article {
    width: calc(33.3333% - 10px);
}

.articles .tab-content__articles .article img {
    height: 220px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    margin-bottom: 20px;
}

.articles .tab-content__articles .article h4 {
    font-size: 18px;
    font-family: "Josefin Sans", sans-serif;
}

.large-banner {
    height: 400px;
    margin: 74px 0;
    background: #333;
    position: relative;
    padding-bottom: 44px;
    padding-top: 48px;
    padding-left: 48px;
}

.large-banner .h2-heading {
    position: relative;
    z-index: 2;
    color: #fff;
}

.large-banner__bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
    opacity: 0.8;
}

.large-banner__blurb {
    color: #fff;
    position: relative;
    z-index: 2;
    max-width: 868px;
}
/* 
.search {
    position: fixed;
    top: 68px;
    left: 0;
    height: 110px;
    width: 100%;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
}

@media (min-width: 991px) {
    .search {
        height: 100%;
        top: 0;
        background: rgba(0, 0, 0, 0.45);
        box-shadow: none;
    }
}

.search.active {
    visibility: visible;
    opacity: 1;
}

.search.animateIn .search__inner {
    height: 100%;
}

@media (min-width: 991px) {
    .search.animateIn .search__inner {
        height: 410px;
    }
}

.search.animateIn .search__inner button {
    opacity: 1;
    animation-name: bounceIn;
}

.search__inner {
    background: #f0ebe5;
    height: 0;
    transition: height 0.3s cubic-bezier(0.58, 0.17, 0.71, 0.44);
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 991px) {
    .search__inner {
        display: block;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.search__inner #exit-btn {
    background: none;
    position: absolute;
    top: 100px;
    right: 20px;
    padding: 8px;
    border-radius: 100%;
    transform: scale(0.7);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.4s ease;
}

.search__inner #exit-btn.active {
    opacity: 1;
    transform: scale(1);
}

.search__inner #exit-btn:active {
    background: #e7dfd5;
}

.search__inner .input-wrapper {
    position: relative;
    width: 100%;
    padding: 0 16px;
}

@media (min-width: 991px) {
    .search__inner .input-wrapper {
        padding: 0;
        width: 800px;
        opacity: 0;
        position: absolute;
        bottom: 100px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

.search__inner .input-wrapper.active {
    opacity: 1;
    transform: translateX(0);
}

.search__inner .input-wrapper input {
    background: none;
    color: #333;
    font-size: 24px;
    font-family: "Josefin Sans", sans-serif;
    border-bottom: 1px solid #979797;
    width: 100%;
    font-weight: 500;
    font-style: inherit;
    padding: 6px 0;
}

@media (min-width: 991px) {
    .search__inner .input-wrapper input {
        font-size: 50px;
    }
}

.search__inner .input-wrapper button {
    background: none;
    background: #3F683C;
    padding: 8px 12px;
    border-radius: 23px;
    position: absolute;
    top: 0;
    right: 32px;
    cursor: pointer;
    opacity: 0;
    animation-duration: 450ms;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    transition-delay: 0.8s;
}

@media (min-width: 991px) {
    .search__inner .input-wrapper button {
        padding: 14px 22px;
        top: 18px;
        right: 0;
    }
}

.search__inner .input-wrapper button img {
    height: 14px;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
} */

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3) translate3d(0, 0, 0);
    }

    50% {
        opacity: 0.9;
        transform: scale(1.1);
    }

    80% {
        opacity: 1;
        transform: scale(0.89);
    }

    100% {
        opacity: 1;
        transform: scale(1) translate3d(0, 0, 0);
    }
}

.page-single__content {
    margin-top: 44px;
}

.page-single__content p {
    margin-bottom: 18px;
    font-size: 17px;
    line-height: 26px;
}

.page-single__content h2,
.page-single__content h1,
.page-single__content h3,
.page-single__content h4,
.page-single__content h5,
.page-single__content h6 {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 8px;
    color: #3F683C;
}

.page-single .two-columns img {
    width: 100%;
    height: auto;
}

.page-single .container {
    max-width: 990px;
}

.page-single .container a,
.page-single .container a span:not(.elementor-button-text):not(.elementor-button-content-wrapper) {
    color: #3F683C;
    font-weight: bold;
}

.page-single .container a.btn {
    color: #fff !important;
    font-weight: bold !important;
}

.page-single .container img {
    max-width: 400px;
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.page-single .container img.full {
    max-width: none;
    width: 100%;
}

.page-detail-header {
    max-width: 1440px;
    padding: 30px 16px 10px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: #3f683c;
    position: relative;
    z-index: 2;
}

@media (min-width: 991px) {
    .page-detail-header {
        height: 60vh;
        margin-top: 44px;
        background: transparent;
        display: block;
        height: auto;
        padding: 0 16px;
    }
}

.page-detail-header .subheading {
    z-index: 2;
    color: #fff;
}

@media (min-width: 991px) {
    .page-detail-header .subheading {
        color: #3F683C;
    }
}

.page-detail-header .h2-heading {
    max-width: 100%;
    z-index: 2;
    color: #fff;
}

@media (min-width: 991px) {
    .page-detail-header .h2-heading {
        color: #333;
    }
}

.page-detail-header__blurb {
    max-width: 840px;
    margin-bottom: 22px;
    color: #fff;
    z-index: 2;
}

@media (min-width: 991px) {
    .page-detail-header__blurb {
        color: #333;
        margin-bottom: 42px;
    }
}

.page-detail-header__feature-figure {
    display: none;
}

@media (min-width: 991px) {
    .page-detail-header__feature-figure {
        display: block;
		margin:0;
    }
}

.page-detail-header__feature-img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: none !important;
    z-index: 1;
    opacity: 0.7;
}

@media (min-width: 991px) {
    .page-detail-header__feature-img {
        opacity: 1;
        position: relative;
        height: 400px;
        margin-top: 44px;
    }
}

.card {
    height: 180px;
    width: 100%;
    display: block;
    transform: scale(1);
    transition: opacity 0.1s ease, transform 0.3s ease;
    background: #333;
    position: relative;
}

.card:hover {
    z-index: 2;
}

.card__img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.7;
}

.card__info {
    position: absolute;
    top: 20px;
    left: 20px;
    text-align: left;
}

.card__info .date,
.card__info .month {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
}

.card__info .month {
    font-weight: 100;
    text-transform: uppercase;
}

.card__info .time {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1;
    font-weight: 600;
    margin-top: 4px;
}

.card__title-event {
    position: relative;
    color: #fff;
    background: transparent;
    margin-bottom: 20px;
    font-size: 20px;
}

.card__title {
    position: absolute;
    bottom: 20px;
    left: 32px;
    text-align: left;
    width: 90%;
}

.card__title h4 {
    color: #3F683C;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    display: inline;
    background-color: #fff;
    box-shadow: 0.5em 0 0 #fff, -0.5em 0 0 #fff;
}

.card__blurb {
    background: #fff;
    padding: 0 20px 20px;
}

.card--large {
    height: 420px;
}

.card--large .card__title {
    background: #fff;
    left: 0;
    right: 0;
    width: 92%;
    margin: 0 auto;
    padding: 20px;
}

.card--large .card__title h4 {
    box-shadow: none;
    background: none;
    -webkit-box-decoration-break: inherit;
    box-decoration-break: inherit;
    display: block;
    margin-bottom: 18px;
}

.card-hover {
    overflow: hidden;
}

.card-hover__img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.card-hover__title {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    color: #fff;
    transition: all 0.3s ease-in-out;
	    box-sizing: border-box;
}

@media (min-width: 991px) {
    .card-hover__title {
        opacity: 0;
    }
}

.card-hover__title h4 {
    color: #fff;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    display: inline;
}

.card-hover:hover .card-hover__img {
    transform: scale(1.05);
}

.card-hover:hover .card-hover__title {
    opacity: 1;
}

.card-featured {
    overflow: hidden;
    padding: 5px;
}

.card-featured__img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.2s ease-in-out;
}

.card-featured__title {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;

    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 10px;
    color: #333;
    background: #fff;
}

.card-featured__title-content {
    padding: 5px 10px;
}

.card-featured__title h4 {
    color: #333;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    display: inline;
}
.card-featured__title h4 span {
    font-size: .7em;
}

.card-featured__title-content {
    padding: 4px 10px 20px;

}

.card-featured:hover .card-featured__img {
    transform: scale(1.05);
    transition: transform 0.2s ease-in-out;
}

.sugestion-list {
    padding: 74px 0 0;
}

.sugestion-list .h2-heading {
    margin-bottom: 18px;
}

@media (min-width: 991px) {
    .sugestion-list__wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.sugestion-list__wrapper .card {
    width: calc(33.3333% - 10px);
}

.h1-heading {
    color: #fff;
    font-family: "Josefin Sans", sans-serif;
    font-size: 48px;
    line-height: 48px;
}

@media (min-width: 991px) {
    .h1-heading {
        font-size: 56px;
        font-weight: 500;
        line-height: 66px;
    }
}

.h2-heading {
    color: #333;
    font-weight: 400;
    margin-bottom: 8px;
    font-family: "Josefin Sans", sans-serif;
    font-size: 32px;
    line-height: 32px;
}

@media (min-width: 991px) {
    .h2-heading {
        line-height: 48px;
        font-size: 50px;
    }
}

.subheading {
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 600;
    color: #3F683C;
    text-transform: uppercase;
}

.event-detail h2,
.event-detail h3,
.event-detail h4,
.event-detail h5,
.event-detail h6 {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
}

.event-detail ul {
    padding-left: 44px;
}

.event-detail ul li {
    font-size: 14px;
    line-height: 28px;
    list-style: initial;
}

.event-detail__info {
    padding: 40px 0 0;
}

@media (min-width: 991px) {
    .event-detail__info {
        padding: 40px;
        margin: 40px 0;
        background: #f0ebe5;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
    }
}

.event-detail__info .btn {
    display: block;
}

@media (min-width: 991px) {
    .event-detail__info .btn {
        display: inline-block;
    }
}

.event-detail .detail-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}


.event-detail .action-box a {
    width: 100%;
}
.event-detail .action-box {
    width: 200px;
}
 .event .action-box {
    width: 100%;
}
.event-detail  .action-box a, .event .action-box a {
    margin: 1em 0;
}

@media (min-width: 991px) {
    .event-detail .detail-box {
        margin-bottom: 0;
    }
}

.event-detail .detail-box__icon {
    height: auto;
    width: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 12px;
}

.event-detail .detail-box__inner p {
    font-size: 16px;
    line-height: 28px;
}

.event-detail .btn.btn--ghost {
    display: block;
    margin: 0 auto;
}

@media (min-width: 991px) {
    .event-detail .btn.btn--ghost {
        margin: 0;
    }
}

@media (min-width: 991px) {
    .event-detail .flex-col {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 991px) {
    .event-detail .flex-col__col {
        width: calc(50% - 20px);
    }
}

.event-detail .container {
    max-width: 990px;
}

.home-page section.events {
    padding-top: 0;
}

.home-page.earth-unplugged .hero-slider__slide .inner .h1-heading {
    font-size: 72px;
    line-height: 1em;
    margin-bottom: 30px;
}

.home-page.earth-unplugged .hero-slider__slide .inner__blurb {
    font-size: 20px;
    line-height: 1.1em;
}

.home-page.earth-unplugged .hero-slider__slide .inner__blurb p {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 1.1em;
    color: #fff;
}

.home-page .newsletter {
    background: #e0dad4 !important;
}

.home-page section.events {
    padding-top: 0;
}

.home-page.earth-unplugged .hero-slider__slide .inner {
    max-width: 560px;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}

.home-page.earth-unplugged .hero-slider__slide .inner * {
    text-align: left;
}

@media (max-width: 767px) {
    .home-page.earth-unplugged .hero-slider__slide .inner * {
        text-align: center;
    }
}

.home-page.earth-unplugged .hero-slider__slide .inner .h1-heading {
    font-size: 44px;
    line-height: 1em;
    margin-bottom: 20px;
}

@media (min-width: 991px) {
    .home-page.earth-unplugged .hero-slider__slide .inner .h1-heading {
        font-size: 60px;
        line-height: 1em;
        margin-bottom: 20px;
    }
}

.home-page.earth-unplugged .hero-slider__slide .inner__blurb p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.2em;
    color: #fff;
}

@media (min-width: 991px) {
    .home-page.earth-unplugged .hero-slider__slide .inner__blurb p {
        margin-bottom: 30px;
        font-size: 20px;
        line-height: 1.2em;
        color: #fff;
    }
}

/* dark box behind header slide text and buttons*/

.home-page .swiper-slide .container::before {
    /* content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 750px;
    -webkit-filter: blur(29px);
    background: black;
    z-index: 0;
    opacity: 0.4;
    border-radius: 70px; */
}


.home-page .swiper-slide .container h2, .home-page .swiper-slide .container p {
    text-shadow: 0 0 6px black;
}
.dark-content-desktop  h2, .dark-content-desktop  p{
    text-shadow: 0 0 6px white!important;

}

.page-template-page-earth-unplugged .eu-buttons {
    position: absolute;
    right: 0;
    top: 0;
}

.page-template-page-earth-unplugged .eu-buttons .eu-nav {
    display: -moz-flex !important;
    display: -o-flex !important;
    display: -ms-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.page-template-page-earth-unplugged .eu-buttons .eu-nav li a {
    padding: 10px 20px 7px;
    font-size: 12px;
    letter-spacing: normal;
}

.page-template-page-earth-unplugged .eu-buttons .eu-nav li ul {
    display: none;
    position: absolute;
    right: 0;
    text-align: right;
}

.page-template-page-earth-unplugged .eu-buttons .eu-nav li:hover ul,
.page-template-page-earth-unplugged .eu-buttons .eu-nav li.expanded ul {
    display: block;
}

.page-template-page-earth-unplugged header {
    opacity: 0 !important;
    display: none;
}

.page-template-page-earth-unplugged main {
    padding-top: 0;
    margin-top: 0;
}

.page-template-page-earth-unplugged .earth-unplugged-header {
    text-align: center;
    padding: 40px 0;
}

.page-template-page-earth-unplugged .earth-unplugged-header .header__logo {
    display: inline;
}

.page-template-page-earth-unplugged .earth-unplugged-header .header__logo img {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}

.page-template-page-earth-unplugged .hero-slider {
    position: relative;
    height: calc(100vh - 125px);
}

.page-template-page-earth-unplugged .hero-slider .hero-slider__slide {
    height: calc(100vh - 125px) !important;
}

.page-template-page-earth-unplugged .hero-slider .hero-slider__slide .bg-img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;

}

.page-template-page-earth-unplugged .donate__blurb {
    max-width: none;
}

.page-template-page-earth-unplugged .garden-features .h2-heading {
    color: #657e5c;
    font-size: 68px;
    font-weight: 300;
}

.page-template-page-earth-unplugged .donate__blurb {
    margin-bottom: 40px;
    font-size: 18px;
}

.page-template-page-earth-unplugged .become-a-member {
    padding-top: 20px;
    margin-bottom: 70px;
}

.page-template-page-earth-unplugged .become-a-member .donate__blurb {
    margin-bottom: 20px;
}

.page-template-page-earth-unplugged .tracks-player {
    text-align: center;
}

.page-template-page-earth-unplugged ul {
    font-size: 20px;
}

.page-template-page-earth-unplugged .player {
    background: #3C4F35 url("img/spr.png") no-repeat scroll center top;
    height: 122px;
    position: relative;
    width: 100%;
    z-index: 2;
    margin: 0 auto;
    background-position: 0 0;
}

.page-template-page-earth-unplugged .title,
.page-template-page-earth-unplugged .artist {
    font-family: verdana;
    left: 167px;
    position: absolute;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.page-template-page-earth-unplugged .title {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    top: 23px;
}

@media (max-width: 479px) {
    .page-template-page-earth-unplugged .title {
        font-size: 10px;
    }
}

.page-template-page-earth-unplugged .artist {
    color: #EEEEEE;
    font-size: 12px;
    top: 40px;
}

@media (max-width: 479px) {
    .page-template-page-earth-unplugged .artist {
        font-size: 9px;
    }
}

.page-template-page-earth-unplugged .pl {
    background: transparent url("img/spr.png") no-repeat scroll -274px -175px;
    cursor: pointer;
    height: 34px;
    left: 270px;
    position: absolute;
    top: 20px;
    width: 32px;
}

.page-template-page-earth-unplugged .pl:hover {
    top: 21px;
}

.page-template-page-earth-unplugged .cover {
    background: transparent url(../data/cover.jpg) no-repeat scroll center top;
    border-radius: 5px 5px 5px 5px;
    height: 94px;
    left: 20px;
    position: absolute;
    top: 20px;
    width: 94px;
    background-size: cover;
}

.page-template-page-earth-unplugged .timer {
    height: 60px;
    left: 20px;
    position: absolute;
    top: 20px;
    width: 94px;
    color: #fff;
}

.page-template-page-earth-unplugged .controls {
    cursor: pointer;
    height: 23px;
    left: 167px;
    position: absolute;
    top: 65px;
    width: 138px;
}

.page-template-page-earth-unplugged .controls .play,
.page-template-page-earth-unplugged .controls .pause,
.page-template-page-earth-unplugged .controls .rew,
.page-template-page-earth-unplugged .controls .fwd {
    background: transparent url("img/spr.png") no-repeat scroll 0 0;
    float: left;
    height: 100%;
    width: 33%;
}

.page-template-page-earth-unplugged .controls .play {
    background-position: -8px -171px;
}

.page-template-page-earth-unplugged .controls .pause {
    background-position: -8px -198px;
    display: none;
}

.page-template-page-earth-unplugged .controls .rew {
    background-position: -54px -171px;
}

.page-template-page-earth-unplugged .controls .fwd {
    background-position: -100px -171px;
}

.page-template-page-earth-unplugged .controls .play:hover {
    background-position: -8px -170px;
}

.page-template-page-earth-unplugged .controls .pause:hover {
    background-position: -8px -197px;
}

.page-template-page-earth-unplugged .controls .rew:hover {
    background-position: -54px -170px;
}

.page-template-page-earth-unplugged .controls .fwd:hover {
    background-position: -100px -170px;
}

.page-template-page-earth-unplugged .controls .visible {
    display: block;
}

.page-template-page-earth-unplugged .volume {
    height: 11px;
    left: 186px;
    position: absolute;
    top: 96px;
    width: 112px;
}

.page-template-page-earth-unplugged .tracker {
    height: 15px;
    left: 20px;
    position: absolute;
    top: 126px;
    width: 285px;
    display: none;
}

.page-template-page-earth-unplugged .ui-slider-range {
    background: transparent url("img/spr.png") no-repeat scroll 5px -222px;
    height: 100%;
    position: absolute;
    top: 0;
}

.page-template-page-earth-unplugged .ui-slider-handle {
    cursor: pointer;
    height: 10px;
    margin-left: -5px;
    position: absolute;
    top: 2px;
    width: 10px;
    z-index: 2;
}

.page-template-page-earth-unplugged .volume .ui-slider-handle {
    background: url("img/spr.png") no-repeat scroll -201px -188px rgba(0, 0, 0, 0);
    height: 13px;
    width: 13px;
}

.page-template-page-earth-unplugged .hidden {
    display: none;
}

.page-template-page-earth-unplugged .playlist {
    background-color: #626a45;
    list-style-type: none;
    margin: -10px 0 0 2px;
    padding-bottom: 10px;
    padding-top: 15px;
    position: relative;
    width: 100%;
    z-index: 1;
    margin: 0 auto;
}

.page-template-page-earth-unplugged .playlist li {
    color: #EEEEEE;
    cursor: pointer;
    margin: 0 0 5px 15px;
    text-align: left;
    padding: 5px 0;
    text-transform: uppercase;
    padding-left: 10px;
    position: relative;
    font-size: 14px;
}

@media (min-width: 991px) {
    .page-template-page-earth-unplugged .playlist li {
        font-size: 20px;
    }
}

.page-template-page-earth-unplugged .playlist li .timing {
    position: absolute;
    right: 20px;
}

.page-template-page-earth-unplugged .playlist li .audio-title {
    display: inline-block;
    max-width: calc(100% - 65px);
    text-indent: -12px;
    padding-left: 0;
}

.page-template-page-earth-unplugged .playlist li.active {
    font-weight: bold;
}

.page-template-page-earth-unplugged .events__wrapper.no-slider.events-home .swiper-wrapper .swiper-slide {
    width: 100%;
}

.page-template-page-earth-unplugged footer {
    display: none;
}

.page-template-page-earth-unplugged .card-featured {
    height: 170px;
    width: 50%;
    border-bottom: 1px solid #fff;
}

.page-template-page-earth-unplugged .card-featured:nth-child(even) {
    border-left: 1px solid #fff;
}

.page-template-page-earth-unplugged .card-featured:after {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    background-image: url(img/eu/play-button.png);
    background-size: cover;
    transform: translateX(-50%) translateY(-50%);
}

.page-template-page-earth-unplugged .card-featured img {
    background: #333;
    opacity: 0.7;
}

.page-template-page-earth-unplugged .card-featured__title h4 {
    font-size: 26px;
    line-height: 1em;
}

@media (max-width: 767px) {
    .page-template-page-earth-unplugged .card-featured__title h4 {
        font-size: 20px;
    }
}

.page-template-page-earth-unplugged .card-featured__title h3 {
    font-size: 12px;
    line-height: 1em;
    letter-spacing: normal;
}

@media (max-width: 767px) {
    .page-template-page-earth-unplugged .card-featured__title h3 {
        font-size: 9px;
    }
	.event-detail .action-box {
    width: 100%;
	}
}

.page-template-page-earth-unplugged .card-featured__title {
    background: transparent;
    padding: 10px;
}

.page-template-page-earth-unplugged .card-featured__title .card-featured__title-content {
    background: transparent;
}

.page-template-page-earth-unplugged .card-featured__title h3 {
    font-weight: 400;
}

.page-template-page-earth-unplugged .the-sights {
    padding-top: 20px;
}

.page-template-page-earth-unplugged .custom-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 96px 0;
    background: rgba(51, 51, 51, 0.8);
    overflow: scroll;
    z-index: 99;
}

.page-template-page-earth-unplugged .custom-modal .close-btn {
    position: fixed;
    top: 50px;
    right: 24px;
    height: 82px;
    width: 82px;
    background: url(img/icons/close.png) no-repeat 50% 50%;
    background-size: contain;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    transition: opacity 0.2s;
}

@media (max-width: 767px) {
    .page-template-page-earth-unplugged .custom-modal .close-btn {
        top: 20px;
        right: 0;
        height: 41px;
        width: 41px;
    }
}

.page-template-page-earth-unplugged .custom-modal .close-btn:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.page-template-page-earth-unplugged .custom-modal>.container {
    height: 100%;
    width: 100%;
    max-width: 900px;
    min-height: 550px;
    margin: 0 auto;
    padding: 0 16px;
}

.page-template-page-earth-unplugged .custom-modal>.container iframe {
    width: 100%;
    height: 100%;
    max-height: 620px;
}

@media (max-width: 767px) {
    .page-template-page-earth-unplugged .custom-modal>.container iframe {
        max-height: 300px;
    }
}

.page-template-page-earth-unplugged .custom-modal.active {
    display: block;
}

.page-template-page-earth-unplugged .newsletter>.container {
    max-width: 900px;
}

/* IMPORTED CONTENT FROM OLD SITE */
#dnn_ContentPane p[style='text-align: left;'] {
    /*text-align: center !important;*/
    font-style: italic;
    margin-top: -25px;
    margin-bottom: 40px;
    font-size: 0.87em;
    font-weight: 700;
}

#dnn_ContentPane h1 {
    display: none;
}

.header__nav ul li ul li ul {
    max-height: 50vh;
    height: auto;
}

#dnn_ContentPane a {
    color: #3F683C;
}

#dnn_ContentPane a.btn-success {
    color: #ffffff;
}

#dnn_ContentPane input,
#dnn_ContentPane textarea {
    border: 1px solid #727272;
    padding: 10px;
    border-radius: 5px;
}

#dnn_ContentPane table,
.main_content.lok table {
    width: 100% !important;
    border: none;
    border-bottom: 1px solid #efefef;
}

#dnn_ContentPane table tr,
.main_content.lok table tr {
    border: none;
    -moz-break-after: column;
    break-after: column;
    page-break-inside: avoid;
    break-inside: avoid-column;
    clear: both;
}

#dnn_ContentPane table tr td a {
    display: block;
}

#dnn_ContentPane table td,
.main_content.lok table td {
    border: none;
    padding: 10px 5px;
    border-top: 1px solid #efefef;
}

#dnn_ContentPane table td img,
.main_content.lok table td img {
    width: 100% !important;
    height: auto !important;
}

.main_content.lok .btnSuccess {
    font-size: 12px;
    text-transform: uppercase;
    padding: 18px 32px;
    display: inline-block;
    color: #fff;
    background: #788643;
    text-align: center;
    font-weight: 600;
    border-radius: 40px;
    letter-spacing: 3px;
    margin-bottom: 60px;
}

/* EVENTS */
.events__wrapper .card__img {
    opacity: 0.5;
}

.event-detail__info {
    margin-bottom: 40px;
}

.event-detail-page h2,
.event-detail-page h3 {
    margin-bottom: 20px;
}

.event-detail__content p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 26px;
}

@media (min-width: 768px) {
    .garden-features__slider .swiper-slide {
        width: 25%;
    }

    .events__wrapper .swiper-slide {
        width: 33%;
    }
}

/* PAGE */
.post-edit-link {
    display: block;
    margin: 1em 0 2em;
}

.page-single__content input,
.page-single__content textarea {
    padding: 10px;
    border: 2px solid #cfcfcf;
    border-radius: 10px;
}

.page-single__content input[type="submit"] {
    background: #788643;
    color: #fff;
    font-weight: 700;
}

.page-single__content ul {
    font-size: 16px;
    list-style: disc !important;
    padding-left: 20px;
}

.page-single__content ol {
    font-size: 16px;
list-style: decimal !important;
    padding-left: 20px;
}

.page-single__content hr {
    margin: 2em 0;
}

.page-single__content ul li {
    margin-bottom: 10px;
    list-style: disc !important;
}

.page-single__content ol li {
    margin-bottom: 10px;
list-style: decimal !important;
}

.page-single__content h2,
.page-single__content h1,
.page-single__content h3,
.page-single__content h4,
.page-single__content h5,
.page-single__content h6 {
    font-weight: 600;
    line-height: 1.3em;
    margin: 1em 0;
}

.page-detail-header .container {
    max-width: 990px;
}

.page-detail-header__feature-img {
    position: relative;
}

.page-detail-header__feature-figure.fpo:after {
    content: 'FPO';
    position: absolute;
    right: 40px;
    bottom: 10px;
    z-index: 10;
    padding: 40px;
    font-size: 60px;
    background: #000000;
    color: #ffffff;
    opacity: 0.5;
}

/* DONATE HOME PAGE */
.donate__box .title {
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
}

/* EVENTS */
.events__wrapper.no-slider .swiper-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.events__wrapper .swiper-wrapper .swiper-slide {

    padding: 0;
}

.events__wrapper.no-slider .swiper-wrapper .swiper-slide {
    height: unset !important;
    width: 50%;
    padding: 0;
}

.events__wrapper.no-slider .swiper-wrapper .swiper-slide .card__info .date {
    font-size: 24px;
}

.events__wrapper.no-slider.events-home .swiper-wrapper .swiper-slide {
    width: 100%;
    padding: 5px;
}

@media (min-width: 768px) {
    .events__wrapper.no-slider .swiper-wrapper .swiper-slide {
        width: 25%;
        padding: 0;
    }

    .events__wrapper.no-slider .swiper-wrapper .swiper-slide .card__info .date {
        font-size: 24px;
    }

    .events__wrapper.no-slider.events-home .swiper-wrapper .swiper-slide {
        width: 32%;
    }
}

.events__wrapper .swiper-wrapper .swiper-slide .card__info .time {
    padding-top: 10px;
    display: block;
}

.events__wrapper.no-slider .swiper-wrapper .swiper-slide .card__title {
    left: 20px;
}

.events__wrapper.no-slider .swiper-wrapper .swiper-slide .card__title h4 {
    /*font-size: 20px;*/
    line-height: 1.2em;
    padding-top: 5px;
}

/* HERO */

/* slides vertically centered */
@media (min-width: 768px) {
	.home-page .hero-slider .swiper-slide {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
}

.hero-slider .swiper-wrapper {
	max-height: 500px;
}

@media (max-width: 768px) {

	.hero-slider .swiper-wrapper {
		max-height: 480px;
	}
    .header__action-buttons {
        height: 1px;
    }
	.header__action-icons{
		 position: absolute;
		top: 8px;
		right: 50px;
		
	}
    .header__nav.active .header__action-buttons {
        height: unset;

        position: fixed;
        bottom: 0%;
        left: 0;
        z-index: 9999;
        width: 100%;
    }

    .header__nav>ul {

        display: none;
    }

    .header__nav.active>ul {
        display: block;
		    margin: 0;
    padding: 0;
    }

    .header__action-buttons a.buy-tickets {

        font-size: 1em !important;
    }

    .card-featured__title-content {
        padding: 4px 10px 20px !important;
        min-height: 120px;
    }

    .ig-feed h2 {
        font-size: 0.8em;
    }

    .ig-feed h2 img {
        width: 20px;
    }
}

.hero-slider__slide {
    background: #000000;
}

@media (min-width: 768px) {
    .hero-slider__slide .inner.move-ctas {
        text-align: right;
        bottom: 10%;
    }

    .hero-slider__slide .inner.move-ctas .h1-heading,
    .hero-slider__slide .inner.move-ctas .inner__blurb {
        display: none;
    }
}

.full-opacity {
    opacity: 1 !important;
}

/* THE GARDENS PAGE */
.the-gardens-page .no-slider .swiper-wrapper .swiper-slide .card__info .date {
    font-size: 24px;
}

.the-gardens-page .no-slider.events-home .swiper-wrapper .swiper-slide {
    width: 50%;
}

@media (min-width: 768px) {
    .the-gardens-page .no-slider .swiper-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .the-gardens-page .no-slider .swiper-wrapper .swiper-slide {
        width: 33%;
    }

    .the-gardens-page .no-slider .swiper-wrapper .swiper-slide .card__info .date {
        font-size: 24px;
    }

    .the-gardens-page .no-slider.events-home .swiper-wrapper .swiper-slide {
        width: 33%;
    }
}

@media (min-width: 768px) {
    .one-column .content-single {
        -moz-column-count: 1;
        column-count: 1;
        -moz-column-gap: 0;
        column-gap: 0;
    }
}

@media(max-width: 768px) {
    .pum-content.popmake-content {
        padding-right: 1.7em;
    }

    .page-single__content h2 {
        line-height: 1.3em;
        margin: 1em 0;
    }

    .page-single .container a.btn {
        margin: 1em 0;
    }

    .page-single__content hr {
        margin: 2em 0;
    }
}

.related-pages {
    padding-top: 60px;
}

.post-edit-link {
    font-size: 20px;
    color: #007aff;
}

.DNNContainer_noTitle h2 {
    float: left;
    width: 100%;
    display: block;
    padding: 20px 0;
}

/** Overrides **/

a[href^="mailto:"],
a[href^="mailto:"] span {
    color: #3F683C !important;
    font-weight: bolder !important;
}

html.pum-open.pum-open-overlay-disabled.pum-open-fixed {
    transition: 200ms;
}

html.pum-open.pum-open-overlay-disabled.pum-open-fixed header {}

html.pum-open.pum-open-overlay-disabled.pum-open-scrollable .pum-overlay.pum-active {
    position: fixed !important;

}

html.pum-open.pum-open-overlay-disabled.pum-open-fixed body {
    margin: 0em 0;
}

.pum-content ul li {
    margin: 1em;
    list-style: disc;
}

.pum-content ul {
    font-size: 1em;
    list-style: circle !important;
    margin-top: 2em;
    line-height: 1.2em;
}

/*@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {*/
   html[data-useragent*='MSIE']  body ,html[data-useragent*='Trident'] body{
        padding-top: 5em;
    }


	html[data-useragent*='MSIE']  header
    .header__nav ul.sub-menu , html[data-useragent*='Trident']  header
    .header__nav ul.sub-menu{
        top: auto;
        height: auto;
    }

    html[data-useragent*='MSIE']  .header__nav ul.sub-menu>li ul.sub-menu , html[data-useragent*='Trident'] .header__nav ul.sub-menu>li ul.sub-menu{
        top: 0;
        height: auto;
    }

    html[data-useragent*='MSIE']  .header__nav ul.sub-menu>li ul.sub-menu li , html[data-useragent*='Trident']  .header__nav ul.sub-menu>li ul.sub-menu li{
        background: #ffffff;
    }

   html[data-useragent*='MSIE']  .header__nav ul.sub-menu>li ul.sub-menu li:hover , html[data-useragent*='Trident']   .header__nav ul.sub-menu>li ul.sub-menu li:hover{
        background: #3F683C;
    }

   html[data-useragent*='MSIE']  .header__nav>ul, html[data-useragent*='Trident']  .header__nav>ul {
        position: relative;
        width: 60%;
        height: auto;
        top: 0;
    }
	html[data-useragent*='MSIE']  .header, html[data-useragent*='Trident'] .header{
		background:#ffffff;
	}
   html[data-useragent*='MSIE']  .header::after, html[data-useragent*='Trident']  .header::after {
        height: 76px;
		position:relative;
    }

    html[data-useragent*='MSIE']  .page-single .container img , html[data-useragent*='Trident']  .page-single .container img{
        height: auto;
    }


/*}*/

html.pum-open.pum-open-overlay-disabled.pum-open-scrollable body header {
    top: 85px;
}
html.pum-open.pum-open-overlay-disabled.pum-open-scrollable body {
    padding-top: 5em;
}

@media all and  (max-width:990px){
html[data-useragent*='MSIE'] .header__nav>ul, html[data-useragent*='Trident'] .header__nav>ul {
        position: fixed;
        width: 100%;
        height: calc(100vh - 70px);
        top: 72px;
    }
	
	.container {
		width: 82%!important;
		max-width: 100%;
	}

}

.elementor-main-swiper{
	height:370px!important;
}

.event-card-slider .swiper-slide a {
    display: flex!important;
}

.hero-slider .swiper-slide a {
    display: inline-block!important;
}

.admin-bar header {
    top: 32px;
}
.elementor a {
    font-weight: bolder;
    color: #3F683C;
}
.elementor a.btn {
    font-weight: 600;
    color: #ffffff;
}

.flatpickr-calendar.open {
    z-index: 99999999999!important;
}

/* fix for Notable mentions home page */
.elementor-element-b163ad8 .elementor-main-swiper{
	height:100%!important;
}


/********* EventOn  ***********/

.evo_page_body{
   margin-top: 100px;
}

.evo_event_main_img{    
	max-width: none !important;
	display: none!important;
}

/* https://fairchildgarden.org/eventon/dog-date-stroll-halloween-edition/ */
#post-68229 .evo_event_main_img,
/* https://fairchildgarden.org/eventon/haunted-birdhouse-hunt/ */
#post-75203 .evo_event_main_img,
/* https://fairchildgarden.org/eventon/a-bootanical-halloween/ */
#post-75209 .evo_event_main_img {
	display: block!important;
}

/* Halloween hero banner hide on desktop  */
/* https://fairchildgarden.org/eventon/haunted-birdhouse-hunt/
https://fairchildgarden.org/eventon/dog-date-stroll-halloween-edition/
https://fairchildgarden.org/eventon/a-bootanical-halloween/ */
@media (min-width: 991px) {
	.postid-75203 .evo_metarow_directimg.evcal_evdata_row,
	.postid-68229 .evo_metarow_directimg.evcal_evdata_row,
	.postid-75209 .evo_metarow_directimg.evcal_evdata_row {
		display: none!important;
	}
}

.ajde_evcal_calendar .calendar_header p{
font-size: 26px;
height: 38px;
line-height: 38px;
}
.evopop_top{
border-left: 3px solid #3f683c !important;
}
.eventon_events_list .eventon_list_event .evcal_list_a{
border-left: none !important;
}

/* Quick fix */
.eventon_events_list .evcal_list_a {
	background-color:#9ECD8D!important
}


.evopopclose, .evolbclose{
background-color: #fff ;
}

.evolbclose:before, .evolbclose:after{
    left: 14px !important;
    top: 7px !important;
}

#evcal_list .eventon_list_event .event_description .evcal_btn, body .evo_lightboxes .evo_lightbox_body.evo_pop_body .evcal_btn, 
.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn, 
.evo_lightbox .evcal_btn, body .evcal_btn, .evo_lightbox.eventon_events_list .eventon_list_event a.evcal_btn, 
.evcal_btn, .evoTX_wc .variations_button .evcal_btn, .evo_lightbox.eventon_events_list .eventon_list_event .evoTX_wc a.evcal_btn{
	 background: #3f683c;	
}
.eventon_desc_in img.alignright{
	float: right;
    margin: 10px 0 10px 10px;	
}

.eventon_desc_in img.alignleft{
	float: left;
    margin: 10px 10px 10px 0px;	
}

.evo_metarow_cusF4 .evcal_evdata_cell a{ 
   font-weight: bold;
    font-size: 13px;
    display: inline-block;
    padding: 8px 18px !important;
   margin-top: 8px;
    text-transform: uppercase;
    text-decoration: none!important;
    border-radius: 20px;
    border: none;
    color: #ffffff !important;
    background: #3f683c;
    font-style: normal;
    cursor: pointer;
    line-height: 1;
   -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    outline: 0;
}

.evo_metarow_cusF4 .evcal_evdata_cell a:hover { 
   opacity: 0.8;
    -webkit-tap-highlight-color: transparent;
}

.evose_repeat_header{
display:none;
}

.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, 
.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_subtitle{
	    white-space: normal;
}

.evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3{
	margin-top: 0px !important;
}
.evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3,
.evcal_evdata_row .evcal_evdata_cell p{
	line-height:1.8em !important;
	
}

@media screen and (max-width: 420px){
.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .desc_trig,
.ajde_evcal_calendar.boxy.boxstyle1 .eventon_list_event,
.ajde_evcal_calendar.boxy.boxstyle1 p.desc_trig_outter{
	min-height:auto !important;
	height:auto !important;
}
}
/********* Geneneral Calculator ***********/

.calc-container{
	padding:0px !important;
}

.calc-container .calc-list .calc-subtotal-list .sub-list-item span{
	font-weight:normal !important;
	font-size:14px !important;
}
.calc-description{	
	font-style:italic !important;	
}

.calc-container .calc-list .calc-subtotal-list span.sub-caption, 
.calc-checkbox-item span.sub-caption{
    color: rgb(162, 159, 159);
    font-size: 12px !important;
    text-align: left;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
	font-style:italic;
}	
.calc-checkbox-item span.sub-caption{
	display:block;
}
.calc-checkbox-item{
	    height: 50px!important;
}
.calc-checkbox-item label{
	vertical-align: top !important;	
    min-height: 30px !important;	
}
.calc-checkbox-item label span{
	line-height: 1 !important;
}




/********* Love Calculator CSS ***********/


	.love-is-in-air-cal #dropDown_field_id_11 {
		display:none;
	}
/**  **/
	.love-is-in-air-cal .calc-subtotal-list .dropDown_field_id_0, .love-is-in-air-cal .calc-subtotal-list .dropDown_field_id_1,  
	.love-is-in-air-cal .calc-subtotal-list .dropDown_field_id_11, .love-is-in-air-cal .calc-subtotal-list #total_field_id_3{
		display:none !important;
	}

	.love-is-in-air-cal .calc-container .calc-list .calc-subtotal-list #total_field_id_5 span{
		
		font-weight:700 !important;
		font-size:20px !important;
	}
	.love-is-in-air-cal .calc-container .calc-list .calc-subtotal-list #total_field_id_14 span,
	.love-is-in-air-cal .calc-container .calc-list .calc-subtotal-list #total_field_id_12 span{
		font-weight:700 !important;
		font-size:16px !important;
	}


/********* Garden of Love Calculator CSS ***********/
	.garden-of-love-cal .calc-subtotal-list .dropDown_field_id_0,
	.garden-of-love-cal .calc-fields #quantity_field_id_2{
		display:none !important;
	}
	
	.garden-of-love-cal .calc-container .calc-list .calc-subtotal-list #total_field_id_6 span{
		font-weight:700 !important;
		font-size:20px !important;
	}
	.garden-of-love-cal .calc-container .calc-list .calc-subtotal-list #total_field_id_1 span,
	.garden-of-love-cal .calc-container .calc-list .calc-subtotal-list #total_field_id_4 span{
		font-weight:700 !important;
		font-size:16px !important;
	}
	
	/********* Wedding Ceremony Only Calculator CSS ***********/
	.wedding-only-cal .calc-subtotal-list .dropDown_field_id_0,
	.wedding-only-cal .calc-subtotal-list #total_field_id_3{
		display:none !important;
	}
	
	
	.wedding-only-cal .calc-container .calc-list .calc-subtotal-list #total_field_id_8 span{
		font-weight:700 !important;
		font-size:20px !important;
	}
	.wedding-only-cal .calc-container .calc-list .calc-subtotal-list #total_field_id_2 span,
	.wedding-only-cal .calc-container .calc-list .calc-subtotal-list #total_field_id_6 span{
		font-weight:700 !important;
		font-size:16px !important;
	}
	
	/********* Timeless Calculator CSS ***********/
	
	.timeless-cal #dropDown_field_id_11 {
		display:none;
	}
	
	.timeless-cal .calc-subtotal-list .dropDown_field_id_0,
	.timeless-cal .calc-subtotal-list .dropDown_field_id_1,
	.timeless-cal .calc-subtotal-list .dropDown_field_id_11,
	.timeless-cal .calc-subtotal-list  .quantity_field_id_16,
	.timeless-cal .calc-list  #quantity_field_id_16,
	.timeless-cal .calc-subtotal-list  #total_field_id_3{
		display:none !important;
	}
	
	.timeless-cal .calc-container .calc-list .calc-subtotal-list #total_field_id_5 span{
		
		font-weight:700 !important;
		font-size:20px !important;
	}
	
	.timeless-cal .calc-container .calc-list .calc-subtotal-list #total_field_id_14 span,
	.timeless-cal .calc-container .calc-list .calc-subtotal-list #total_field_id_12 span{
		font-weight:700 !important;
		font-size:16px !important;
	}
	

@media screen and (max-width: 500px){
	
	
	/********* Geneneral Calculator ***********/

	.calc-container .calc-list {
		padding: 25px 15px!important;
	}

	.calc-container .calc-list .calc-subtotal-list .sub-list-item span{
		font-size: 11px !important;
		
	}
	.calc-checkbox-item label span {
		line-height: 1 !important;
	}
	
	.calc-container .calc-list .calc-subtotal-list .sub-list-item {
		font-size: 11px !important;
	}
	
	.calc-container .calc-list .calc-subtotal-list span.sub-caption{
		font-size: 10px !important;
	}	
	
	.calc-checkbox-item{
	    height: 68px!important;
	}
	
	/********* Love Calculator CSS ***********/
	
	.love-is-in-air-cal .calc-container .calc-list .calc-subtotal-list #total_field_id_5 span{
		
		font-size:15px !important;
	}
	.love-is-in-air-cal .calc-container .calc-list .calc-subtotal-list #total_field_id_14 span,
	.love-is-in-air-cal .calc-container .calc-list .calc-subtotal-list #total_field_id_12 span{
			font-size:12px !important;
		}	
		
	/********* Garden of Love Calculator CSS ***********/
	.garden-of-love-cal .calc-container .calc-list .calc-subtotal-list #total_field_id_6 span{
		font-size:15px !important;
	}
	.garden-of-love-cal .calc-container .calc-list .calc-subtotal-list #total_field_id_1 span,
	.garden-of-love-cal .calc-container .calc-list .calc-subtotal-list #total_field_id_4 span{
			font-size:12px !important;
	}
	
	/********* Wedding Ceremony Only Calculator CSS ***********/
	.wedding-only-cal .calc-container .calc-list .calc-subtotal-list #total_field_id_8 span{
		font-size:15px !important;
	}
	.wedding-only-cal .calc-container .calc-list .calc-subtotal-list #total_field_id_2 span,
	.wedding-only-cal .calc-container .calc-list .calc-subtotal-list #total_field_id_6 span{
		font-size:12px !important;
	}
	
	/********* Timeless Calculator CSS ***********/
	
	.timeless-cal .calc-container .calc-list .calc-subtotal-list #total_field_id_5 span{
		
		font-size:15px !important;
	}
	.timeless-cal .calc-container .calc-list .calc-subtotal-list #total_field_id_14 span,
	.timeless-cal .calc-container .calc-list .calc-subtotal-list #total_field_id_12 span{
			font-size:12px !important;
	}
	
}

@media screen and (max-width: 320px){
	
	/********* Geneneral Calculator ***********/

	.calc-container .calc-list {
		padding: 25px 15px!important;
	}

	.calc-container .calc-list .calc-subtotal-list .sub-list-item span{
		font-size: 11px !important;
		
	}
	
	.calc-checkbox-item label span {
		line-height: 1 !important;
	}
	.calc-container .calc-list .calc-subtotal-list .sub-list-item {
		font-size: 11px !important;
	}
	
	.calc-container .calc-list .calc-subtotal-list span.sub-caption{
		font-size: 10px !important;
	}	
	
	
	/********* Love Calculator CSS ***********/
	
	.love-is-in-air-cal .calc-container .calc-list .calc-subtotal-list #total_field_id_5 span{
		
		font-size:15px !important;
	}
	.love-is-in-air-cal .calc-container .calc-list .calc-subtotal-list #total_field_id_14 span,
	.love-is-in-air-cal .calc-container .calc-list .calc-subtotal-list #total_field_id_12 span{
			font-size:12px !important;
		}
	/********* Garden of Love Calculator CSS ***********/total_field_id_4
	
	.garden-of-love-cal .calc-container .calc-list .calc-subtotal-list #total_field_id_6 span{
		font-size:15px !important;
	}
	.garden-of-love-cal .calc-container .calc-list .calc-subtotal-list #total_field_id_1 span,
	.garden-of-love-cal .calc-container .calc-list .calc-subtotal-list #total_field_id_4 span{
			font-size:12px !important;
	}
	
	/********* Wedding Ceremony Only Calculator CSS ***********/
	.wedding-only-cal .calc-container .calc-list .calc-subtotal-list #total_field_id_8 span{
		font-size:15px !important;
	}
	.wedding-only-cal .calc-container .calc-list .calc-subtotal-list #total_field_id_2 span,
	.wedding-only-cal .calc-container .calc-list .calc-subtotal-list #total_field_id_6 span{
		font-size:12px !important;
	}
	
	
	/********* Timeless Calculator CSS ***********/
	
	.timeless-cal .calc-container .calc-list .calc-subtotal-list #total_field_id_5 span{
		
		font-size:15px !important;
	}
	.timeless-cal .calc-container .calc-list .calc-subtotal-list #total_field_id_14 span,
	.timeless-cal .calc-container .calc-list .calc-subtotal-list #total_field_id_12 span{
			font-size:12px !important;
	}
	
}

html.pum-open.pum-open-overlay, html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay {
     overflow: unset!important;
}



/* Override */
.goog-te-combo{
	cursor: pointer;
    text-align: left;
    display: inline-block;
    color: #3F683C;
    border: 0;
    font-weight: bolder;
    outline: 0;
    position: relative;
    top: 13px;
    background: #fff!important;
    left: 14px;
	    margin: 0!important;
}

.goog-te-gadget{
	color:#fff!important;
}

#google_translate_element span{
	display:none;
}

.skiptranslate + noscript + noscript + header {
    top: 35px;
}

.skiptranslate + noscript + noscript + header ul#menu-header-menu {
    margin: 0;
    font-size:.6em;
}

.skiptranslate + noscript + noscript + header ul#menu-header-menu a {
    font-size:.9em;
}

li#google_translate_element {
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 550px){

	.goog-te-combo
{
		position: relative;
top: 16px;
		left:18px;
}
	
	li#google_translate_element > * {position: relative;top: 0px;}
	li#google_translate_element {
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
	
}

.ajde_evcal_calendar .calendar_header p, .ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3, .evo_lightbox_content h3.evo_h3, body .ajde_evcal_calendar h4.evo_h4, .evo_content_in h4.evo_h4, .evo_metarow_ICS .evcal_evdata_cell p a, .eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, .eventon_list_event .evcal_desc span.evcal_event_title, .evcal_desc span.evcal_desc2, .evo_metarow_ICS .evcal_evdata_cell p a, .evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a, .eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title, .evo_clik_row .evo_h3, .evotax_term_card .evotax_term_details h2, .evotax_term_card h3.evotax_term_subtitle, .ajde_evcal_calendar .evo_sort_btn, .eventon_main_section #evcal_cur, .ajde_evcal_calendar .calendar_header p.evo_month_title, .ajde_evcal_calendar .eventon_events_list .evcal_month_line p, .eventon_events_list .eventon_list_event .evcal_cblock, .ajde_evcal_calendar .evcal_month_line, .eventon_event .event_excerpt_in h3, .evoWV_days .evo_wv_day span.day_num, .evoWV_days .evo_wv_day span.day_name, .evowv_tooltip, ul.EVOWV_date_ranges li, .eventon_events_list .eventon_list_event .evcal_desc span.evocd_timer span.evocd_time, .evo_pop_body .evcal_desc span.evocd_timer span.evocd_time, .eventon_events_list .eventon_list_event .evcal_desc span.evocd_timer span.evocd_time .countdown-section .countdown-period, .evo_pop_body .evcal_desc span.evocd_timer span.evocd_time .countdown-section .countdown-period, .eventon_events_list .eventon_list_event .evcal_desc span.evocd_timer span.evocd_time .countdown-section .countdown-amount, .evo_pop_body .evcal_desc span.evocd_timer span.evocd_time .countdown-section .countdown-amount, .evcal_evdata_row .evors_stat_data p em, .evors_submission_form, .evors_lightbox_body #evorsvp_form h3, .evcal_desc .evcal_desc3 .evors_eventtop_data em, .eventon_rsvp_rsvplist p em.event_data span a, .eventon_rsvp_rsvplist p span.rsvpstatus, .eventon_rsvp_rsvplist p a.update_rsvp, #eventon_form h2, #eventon_form h3, #eventon_form p #evoau_submit, a.evoAU_form_trigger_btn, .evoau_submission_form .msub_row a, .row .enterNew, .evoau_submission_form .formBtnS, .evo_day span, .evodv_tooltip, .evodv_current_day p.evodv_daynum, .evosch_blocks_list .evosch_nav li, .evosch_oneday_schedule p em.time, .evosch_oneday_schedule p span b, .evosch_oneday_schedule p span i, .eventon_list_event .event_description .evosch_oneday_schedule li.date, .evo_lightbox .evosch_oneday_schedule li.date,
.evo_page_body p, .evo_page_body a, .evo_page_body h3, .evo_page_body h2,.evo_page_body h1 ,.eventon_events_list  p, .eventon_events_list  h3, .eventon_events_list  h2,.eventon_events_list  h1 ,.eventon_events_list  a{
	font-family:"Josefin Sans", sans-serif!important;
}
.event_description a{
	font-weight:bolder;
	color:#3F683C!important;
}
.event_description p {
    font-style: normal;
    font-size: 16px!important;
    margin-bottom: 5px;
}
.event_description .btn {
    color: #fff!important;
    padding: 1em 2em!important;
}

#evcal_list .eventon_list_event .event_description .evcal_btn, body .evo_lightboxes .evo_lightbox_body.evo_pop_body .evcal_btn, .ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn, .evo_lightbox .evcal_btn, body .evcal_btn, .evo_lightbox.eventon_events_list .eventon_list_event a.evcal_btn, .evcal_btn, .evoTX_wc .variations_button .evcal_btn, .evo_lightbox.eventon_events_list .eventon_list_event .evoTX_wc a.evcal_btn, .evoco_cell .wpcf7-form input.wpcf7-submit, .evoco_cell .gform_wrapper .gform_footer .gform_button {
    color: #ffffff!important;
    background: #3F683C!important;
    border-radius: 0;
    padding: 1.2em 2em 1em!Important;
    font-weight: 500;
}

#evcal_list .eventon_list_event .event_description .evcal_btn:hover, body .evo_lightboxes .evo_lightbox_body.evo_pop_body .evcal_btn:hover, .ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn:hover, .evo_pop_body .evcal_btn:hover, .evcal_btn:hover, .evoTX_wc .variations_button .evcal_btn:hover, .evo_lightbox.eventon_events_list .eventon_list_event .evoTX_wc a.evcal_btn:hover, .evoco_cell .wpcf7-form input.wpcf7-submit:hover, .evoco_cell .gform_wrapper .gform_footer .gform_button:hover {
   color: #fff!important;
   background: #3F683C!important;
}

/* color fix on events page */
.eventon_events_list .evcal_list_a {
    background-color: #E9ECE3!important;
}

.evcal_list_a *:not(.featured)
{
	color: #3f683c!important;
}
.ajde_evcal_calendar.color .evcal_cblock .evo_end:before, 
.evo_lightboxes .color.eventon_list_event .evcal_cblock .evo_end:before {
	background-color: #3f683c!important;
}
/* END color fix on events page */

.evcal_evdata_row .evcal_evdata_custometa_icons {
    margin-top: 4px;
}

.skiptranslate.goog-te-gadget {
    position: absolute;
    top: 0;
    opacity: 0;
    left: 0;
    width: 50px;
    height: 30px;
    overflow: hidden;
}

.skiptranslate.goog-te-gadget select {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#google_translate_element img {
    position: relative;
    top: 5px;
    left: 8px;
    width: 20px;
}

	.dark-content-desktop .inner__blurb p , .dark-content-desktop > h2{
		color:black;
	}
	.gray-content-desktop .inner__blurb p , .gray-content-desktop > h2{
		color:#9E9E9E;
	}
.shop-menu ul{
	display:none;
	 position: absolute;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.shop-menu:hover ul {
    display: flex;
}

.shop-menu ul li {
    padding: 0;
}

.shop-menu ul li a {
    padding: 20px 20px;
}

@media screen and (max-width: 550px){

	li#google_translate_element > * {position: relative;top: 0px;}
	li#google_translate_element {
        margin: 0;
        padding: 0;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
	
	.dark-content-mobile .inner__blurb p , .dark-content-mobile > h2{
		color:black;
	}
	
	.gray-content-mobile .inner__blurb p , .gray-content-mobile > h2{
		color:#9E9E9E;
	}
	
}
.hero-slider .swiper-wrapper {
/* 	background:url(https://fairchildgarden.org/wp-content/uploads/2020/08/060920-FBTG-CLOUD-FOREST-176-1-scaled-e1612985858194.jpg);
	background-size:cover;*/
    height: 750px; 
}

/* .hero-slider__pagination {
    position: absolute; */
/*     top: unset!important; */
    width: 100vw!important;
/*     height: unset!important; */
/*     transform: unset; */
}

/* page => Dog Bazaar: A Canine Marketplace*/
.sponsor-dog { 
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.sponsor-dog img {
    padding: 20px;
    object-fit: contain;
}
.sponsor-dog br {
    display:none
}

.bg-dog {
    border-radius: 10px;
    background: #fff;
    width: 200px;
    height: 200px;
    margin: 10px;
    display: flex;
}

.pum-theme-2566 .pum-container, .pum-theme-top-bar .pum-container {
    padding: 30px!important;
}

.pum-theme-2566 .pum-content + .pum-close, .pum-theme-top-bar .pum-content + .pum-close {
    top: 15px!important;
}
.pum-theme-2566 .pum-content a{
	text-decoration: underline;
}
.pum-theme-2566 .pum-content h2{
    outline:0;
}
@media screen and (max-width:700px) {
.pum-theme-2566 .pum-container, .pum-theme-top-bar .pum-container {
    padding: 12px!important;
}

.pum-theme-2566 .pum-content h2 {
    font-size: 16px;
    line-height: 30px;
}
}
/* Remove title header from page => https://fairchildgarden.org/thank-you-guest-survey */
.page-id-83853 .page-detail-header {
	display: none;
}



.eventon_events_list .eventon_list_event .desc_trig, .evopop_top{background-color:#f1f1f1}.eventon_events_list .eventon_list_event .desc_trig:hover{background-color:#fbfbfb}.ajde_evcal_calendar .calendar_header p,
				.ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3,
				.evo_lightbox_content h3.evo_h3,
				body .ajde_evcal_calendar h4.evo_h4, 
				.evo_content_in h4.evo_h4,
				.evo_metarow_ICS .evcal_evdata_cell p a,
				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, 
				.eventon_list_event .evcal_desc span.evcal_event_title,
				.evcal_desc span.evcal_desc2,	
				.evo_metarow_ICS .evcal_evdata_cell p a, 
				.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a,
				.eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title,		
				.evo_clik_row .evo_h3,
				.evotax_term_card .evotax_term_details h2, 
				.evotax_term_card h3.evotax_term_subtitle,
				.ajde_evcal_calendar .evo_sort_btn,
				.eventon_main_section  #evcal_cur,	
				.ajde_evcal_calendar .calendar_header p.evo_month_title,		
				.ajde_evcal_calendar .eventon_events_list .evcal_month_line p,
				.eventon_events_list .eventon_list_event .evcal_cblock,			
				.ajde_evcal_calendar .evcal_month_line,
				.eventon_event .event_excerpt_in h3,
				.ajde_evcal_calendar .evo_footer_nav p.evo_month_title,
				.evo_eventon_live_now_section h3,
				.evo_tab_view .evo_tabs p.evo_tab,
				.evo_metarow_virtual .evo_live_now_tag{font-family:Josefin Sans}.ajde_evcal_calendar .eventon_events_list p,
				.eventon_events_list .eventon_list_event .evcal_desc span, 
				.evo_pop_body .evcal_desc span,
				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, 
				.evo_pop_body .evcal_desc span.evcal_event_subtitle,
				.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn, 
				.evo_pop_body .evcal_btn, .evcal_btn,
				.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers, 
				.evo_pop_body .evo_event_headers.canceled,
				.eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,
				.evo_pop_body .evcal_list_a .evo_above_title span,
				.evcal_evdata_row.evcal_event_details .evcal_evdata_cell p,
				#evcal_list .eventon_list_event .evoInput, .evo_pop_body .evoInput,
				.evcal_evdata_row .evcal_evdata_cell p, 
				#evcal_list .eventon_list_event p.no_events,
				.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,
				.evo_elms em.evo_tooltip_box,
				.evo_cal_above span,
				.ajde_evcal_calendar .calendar_header .evo_j_dates .legend,
				.eventon_sort_line p, .eventon_filter_line p, .evcal_evdata_row{font-family:Josefin Sans}.ajde_evcal_calendar .evo_sort_btn, .eventon_sf_field p, .evo_srt_sel p.fa{color:#B8B8B8}.ajde_evcal_calendar .evo_sort_btn:hover{color:#d8d8d8}#evcal_list .eventon_list_event .evcal_desc em,  .evo_lightboxes .evcal_desc em{color:#6b6b6b}#evcal_list .eventon_list_event .evcal_desc em a{color:#c8c8c8}
				#evcal_list .eventon_list_event .event_description .evcal_btn, 
				body .evo_lightboxes .evo_lightbox_body.evo_pop_body .evcal_btn,
				.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn, 
				.evo_lightbox .evcal_btn, body .evcal_btn,
				.evo_lightbox.eventon_events_list .eventon_list_event a.evcal_btn,
				.evcal_btn{color:#ffffff;background:#3f683c;}#evcal_list .eventon_list_event .event_description .evcal_btn:hover, 
				body .evo_lightboxes .evo_lightbox_body.evo_pop_body .evcal_btn:hover,
				.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn:hover, 
				.evo_pop_body .evcal_btn:hover, .evcal_btn:hover,.evcal_evdata_row.evo_clik_row:hover{color:#fff;background:#3f683c;}.evcal_evdata_row.evo_clik_row:hover > *, .evcal_evdata_row.evo_clik_row:hover i{color:#fff}.eventon_list_event .evo_btn_secondary, 
				.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn.evo_btn_secondary,
				.evo_lightbox .evcal_btn.evo_btn_secondary, 
				body .evcal_btn.evo_btn_secondary,
				#evcal_list .eventon_list_event .event_description .evcal_btn.evo_btn_secondary,
				.evcal_btn.evo_btn_secondary,
				.evo_btn_secondary{color:#ffffff;background:#d2d2d2;}.eventon_list_event .evo_btn_secondary:hover, 
				.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn.evo_btn_secondary:hover,
				.evo_lightbox .evcal_btn.evo_btn_secondary:hover, 
				body .evcal_btn.evo_btn_secondary:hover,
				#evcal_list .eventon_list_event .event_description .evcal_btn.evo_btn_secondary:hover,
				.eventon_list_event .evo_btn_secondary:hover, 
				.evcal_btn.evo_btn_secondary:hover,
				.evo_btn_secondary:hover{color:#ffffff;background:#bebebe;}.evcal_evdata_row .evcal_evdata_icons i, .evcal_evdata_row .evcal_evdata_custometa_icons i{color:#3f683c;font-size:18px;}.evcal_evdata_row .evcal_evdata_cell h3, .evo_clik_row .evo_h3{font-size:18px}#evcal_list .eventon_list_event .evcal_cblock, .evo_lightboxes .evo_pop_body .evcal_cblock{color:#3f683c}.evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3, .evorow .evo_clik_row h3, 
			.evcal_evdata_row .evcal_evdata_cell h3 a{color:#6B6B6B}#evcal_list .eventon_list_event .evcal_eventcard p, 
				.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,
				.evo_lightboxes .evo_pop_body .evcal_evdata_row .evcal_evdata_cell p,
				.evo_lightboxes .evcal_evdata_cell p a{color:#333333}.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .ajde_evcal_calendar .evcal_month_line p, .ajde_evcal_calendar .evo_footer_nav p.evo_month_title{color:#333333}.eventon_events_list .eventon_list_event .event_description, .evo_lightbox.eventcard .evo_lightbox_body{background-color:#fdfdfd}.evocard_box{background-color:#f3f3f3}.evcal_event_details .evcal_evdata_cell.shorter_desc .eventon_desc_in:after{background:linear-gradient(to top,	#f3f3f3 20%, #f3f3f300 80%)}.event_description .bordb, #evcal_list .bordb, .eventon_events_list .eventon_list_event .event_description, .bordr, #evcal_list,
					#evcal_list p.desc_trig_outter, 
					.evopop_top,
					.evo_pop_body .bordb{border-color:#ffffff}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event{background-color:#fff6e2}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event:hover{background-color:#ffecc5}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.featured, .evo_pop_body .evcal_desc span.evo_above_title span.featured{color:#ffffff;background-color:#ffcb55;}.evcal_desc3 .evo_ep_bar b, .evcal_desc3 .evo_ep_bar b:before{background-color:#f79191}.evcal_desc3 .evo_ep_bar.evo_completed b{background-color:#9a9a9a}.ajde_evcal_calendar.color #evcal_list .eventon_list_event .evcal_cblock, .ajde_evcal_calendar.color #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, 
				.ajde_evcal_calendar.color #evcal_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, 
				.ajde_evcal_calendar.color #evcal_list .eventon_list_event .evcal_desc em, 
				.ajde_evcal_calendar.color #evcal_list .eventon_list_event .eventon_list_event .evcal_desc .evcal_desc_info, 
				.ajde_evcal_calendar.color .eventon_events_list .eventon_list_event .evcal_cblock em.evo_day, 
				.ajde_evcal_calendar.color .evcal_desc .evo_below_title .status_reason, 
				.ajde_evcal_calendar.color .evcal_desc .evo_tz_time .evo_tz, 
				.ajde_evcal_calendar.color .evcal_desc .evo_mytime.tzo_trig i, 
				.ajde_evcal_calendar.color .evcal_desc .evo_mytime.tzo_trig b, 
				.ajde_evcal_calendar.color .evcal_desc .evcal_desc3 em i, 
				.ajde_evcal_calendar.color .evcal_desc .evcal_desc3 .evo_ep_pre, 
				.ajde_evcal_calendar.color .evcal_desc .evcal_desc3 .evo_ep_time, 
				.ajde_evcal_calendar.color .evcal_desc .evo_mytime.tzo_trig:hover i, 
				.ajde_evcal_calendar.color .evcal_desc .evo_mytime.tzo_trig:hover b, 
				.evo_lightboxes .color.eventon_list_event .evcal_desc .evo_below_title .status_reason, 
				.evo_lightboxes .color.eventon_list_event .evcal_cblock, 
				.evo_lightboxes .color.eventon_list_event .evcal_desc span.evcal_event_title,
				 .evo_lightboxes .color.eventon_list_event .evcal_desc span.evcal_event_subtitle, 
				 .evo_lightboxes .color.eventon_list_event .evcal_desc em, 
				 .evo_lightboxes .color.eventon_list_event .evcal_desc .evcal_desc_info, 
				 .evo_lightboxes .color.eventon_list_event .evcal_cblock em.evo_day, 
				 .evo_lightboxes .color.eventon_list_event .evcal_desc .evo_tz_time > *,
				  .evo_lightboxes .color.eventon_list_event .evcal_desc .evo_mytime.tzo_trig i,
				  .evo_lightboxes .color.eventon_list_event .evcal_desc .evo_mytime.tzo_trig b{color:#ffffff}.event_description .evcal_close{background-color:#333333}.event_description .evcal_close:hover{background-color:#333333}.evo_lightboxes .evopopclose, .evo_lightboxes .evolbclose{background-color:#000000}.evo_lightboxes .evopopclose:hover, .evo_lightboxes .evolbclose:hover{background-color:#cfcfcf}.evo_lightboxes .evolbclose:before, .evo_lightboxes .evolbclose:after{background-color:#666666}.evo_lightboxes .evolbclose:hover:before, .evo_lightboxes .evolbclose:hover:after{background-color:#666666}#evcal_list .evorow.getdirections, .evo_pop_body .evorow.getdirections{background-color:#ffffff}#evcal_list .evorow.getdirections .evoInput, .evo_pop_body .evorow.getdirections .evoInput{color:#888888}#evcal_list .evorow.getdirections .evcalicon_9 i, .evo_pop_body .evorow.getdirections .evcalicon_9 i{color:#858585}.ajde_evcal_calendar.clean #evcal_list.eventon_events_list .eventon_list_event p .evcal_desc span.evcal_event_title,
				.evo_lightboxes .evo_pop_body .evcal_desc span.evcal_desc2{color:#6b6b6b}.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, 
				.evo_lightboxes .evo_pop_body .evcal_desc span.evcal_event_subtitle{color:#6b6b6b}.fp_popup_option i{color:#999;font-size:22px;}.evo_cal_above span{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span:hover{color:#ffffff;background-color:#C8C8C8;}.evo_cal_above span.evo-gototoday-btn{color:#ffffff;background-color:#3f683c;}.evo_cal_above span.evo-gototoday-btn:hover{color:#ffffff;background-color:#467d41;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a{color:#a0a09f;background-color:#f5f5f5;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a:hover{color:#a0a09f;background-color:#e6e6e6;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.current{color:#ffffff;background-color:#CFCFCF;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.set{color:#ffffff;background-color:#f79191;}.ajde_evcal_calendar .calendar_header .evcal_arrows, .evo_footer_nav .evcal_arrows{border-color:#5a5d5a;background-color:#ffffff;}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover, .evo_footer_nav .evcal_arrows:hover{border-color:#e2e2e2;background-color:#e2e2e2;}.ajde_evcal_calendar .calendar_header .evcal_arrows:before,
	.evo_footer_nav .evcal_arrows:before{border-color:#262626}.ajde_evcal_calendar .calendar_header .evcal_arrows.evcal_btn_next:hover:before,
.ajde_evcal_calendar .calendar_header .evcal_arrows.evcal_btn_prev:hover:before,
	.evo_footer_nav .evcal_arrows.evcal_btn_prev:hover:before,
	.evo_footer_nav .evcal_arrows.evcal_btn_next:hover:before{border-color:#e2e2e2}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span, .evo_pop_body .evcal_desc span.evo_above_title span{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.canceled, .evo_pop_body .evcal_desc span.evo_above_title span.canceled{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.postponed, .evo_pop_body .evcal_desc span.evo_above_title span.postponed{color:#ffffff;background-color:#e3784b;}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.movedonline, .evo_pop_body .evcal_desc span.evo_above_title span.movedonline{color:#ffffff;background-color:#f0ebe5;}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.rescheduled, .evo_pop_body .evcal_desc span.evo_above_title span.rescheduled{color:#ffffff;background-color:#67ef78;}.ajde_evcal_calendar .eventon_events_list .eventon_list_event .cancel_event.evcal_list_a, .evo_lightbox_body.eventon_list_event.cancel_event .evopop_top{background-color:#464646}.eventon_events_list .eventon_list_event .cancel_event.evcal_list_a:before{color:#333333}#eventon_loadbar{background-color:#efefef}#eventon_loadbar:before{background-color:#3f683c}.evcal_desc .evcal_desc3 em.evocmd_button, #evcal_list .evcal_desc .evcal_desc3 em.evocmd_button{color:#ffffff;background-color:#43693f;}.evo_repeat_series_dates span{color:#656565;background-color:#dedede;}.evo_metarow_socialmedia a.evo_ss:hover{background-color:#9d9d9d;}.evo_metarow_socialmedia a.evo_ss i{color:#858585;}.evo_metarow_socialmedia a.evo_ss:hover i{color:#ffffff;}.evo_metarow_socialmedia .evo_sm{border-color:#cdcdcd}.eventon_events_list .evoShow_more_events span{background-color:#b4b4b4;color:#ffffff;}.evo_card_health_boxes .evo_health_b{background-color:#ececec;color:#8d8d8d;}.evo_card_health_boxes .evo_health_b svg, .evo_card_health_boxes .evo_health_b i.fa{fill:#8d8d8d;color:#8d8d8d;}.evo_health_b.ehb_other{border-color:#e8e8e8}.eventon_list_event .evcal_desc em.evo_mytime.tzo_trig i
				{color:#6b6b6b}.eventon_list_event .evcal_desc em.evo_mytime,
				.eventon_list_event .evcal_desc em.evo_mytime.tzo_trig:hover,
				.eventon_list_event .evcal_desc em.evo_mytime,
				.eventon_list_event .evcal_evdata_cell .evo_mytime,
				.eventon_list_event .evcal_evdata_cell .evo_mytime.tzo_trig{background-color:#6b6b6b}.eventon_list_event .evcal_desc em.evo_mytime >*, 
				.eventon_list_event .evcal_evdata_cell .evo_mytime >*,
				.eventon_list_event .evcal_desc em.evo_mytime.tzo_trig:hover >*{color:#ffffff}.eventon_events_list .evose_repeat_header span.title{background-color:#fed584;color:#808080;}.eventon_events_list .evose_repeat_header p{background-color:#ffe3ad}.eventon_events_list .evose_repeat_header .ri_nav a, 
				.eventon_events_list .evose_repeat_header .ri_nav a:visited, 
				.eventon_events_list .evose_repeat_header .ri_nav a:hover{color:#808080}.eventon_events_list .evose_repeat_header .ri_nav b{border-color:#808080}body .EVOSR_section a.evo_do_search, body a.evosr_search_btn, .evo_search_bar_in a.evosr_search_btn{color:#3d3d3d}body .EVOSR_section a.evo_do_search:hover, body a.evosr_search_btn:hover, .evo_search_bar_in a.evosr_search_btn:hover{color:#bbbbbb}.EVOSR_section input, .evo_search_bar input{border-color:#ededed;background-color:#43693f;}.evosr_blur{background-color:#f9d789;color:#14141E;}.evosr_blur{background-color:#e6e6e6;color:#ffffff;}.evo_search_results_count span{background-color:#d2d2d2;color:#f9d789;}.EVOSR_section input:hover, .evo_search_bar input:hover{color:#c5c5c5}.evo_search_results_count{color:#14141E}.evo_eventon_live_now_section h3{color:#8e8e8e}.evo_eventon_live_now_section .evo_eventon_now_next{background-color:#ececec}.evo_eventon_live_now_section .evo_eventon_now_next h3{color:#8e8e8e}.evo_eventon_live_now_section .evo_eventon_now_next h3 .evo_countdowner{background-color:#a5a5a5;color:#ffffff;}.evo_eventon_live_now_section p.evo_eventon_no_events_now{background-color:#d6f5d2;color:#888888;}#evcal_widget .eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info em{
				color:#6b6b6b
			}.evo_page_body{
   margin-top: 100px;
}

.evo_event_main_img{    max-width: none !important;
}

.ajde_evcal_calendar .calendar_header p{
font-size: 26px;
height: 38px;
line-height: 38px;
}
.evopop_top{
border-left: 3px solid #3f683c !important;
}
.eventon_events_list .eventon_list_event .evcal_list_a{
border-left: none !important;
}

.evopopclose, .evolbclose{
background-color: #fff ;
}

.evolbclose:before, .evolbclose:after{
    left: 14px !important;
    top: 7px !important;
}

.evo_metarow_cusF4 .evcal_evdata_cell a{ 
   font-weight: bold;
    font-size: 16px;
    display: inline-block;
    padding: 8px 18px !important;
   margin-top: 8px;
    text-transform: uppercase;
    text-decoration: none!important;
    border-radius: 20px;
    border: none;
    color: #ffffff !important;
    background: #3f683c;
    font-style: normal;
    cursor: pointer;
    line-height: 1;
   -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    outline: 0;
}

.evo_metarow_cusF4 .evcal_evdata_cell a:hover { 
   opacity: 0.8;
    -webkit-tap-highlight-color: transparent;
}

.evose_repeat_header{
display:none;
}

.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, .evo_pop_body .evcal_desc span.evcal_desc2{
    font-size: 18px;
}
.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, 
.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_subtitle{
	    white-space: normal;
}
#evcal_list .eventon_list_event .evcal_eventcard p, .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul, .evo_lightboxes .evo_pop_body .evcal_evdata_row .evcal_evdata_cell p, .evo_lightboxes .evcal_evdata_cell p a {
    color: #333333;
    font-size: 16px!important;
}
.eventon_full_description .eventon_desc_in a {
    color: #3f683c;
    font-weight: bolder;
}

#evcal_list a.btn {
    padding: 1.3em 2em 1em!important;
    color: #fff!important;
}


.color.evo_sin_page #evcal_list .eventon_list_event a.desc_trig >*, .color.evo_sin_page #evcal_list .eventon_list_event .evcal_desc_info em, .color.evo_sin_page #evcal_list .eventon_list_event .evcal_desc_info span, .color.evo_sin_page #evcal_list .eventon_list_event .evcal_desc_info b, .color.evo_sin_page #evcal_list .eventon_list_event .evcal_desc3 em, .color.evo_sin_page #evcal_list .eventon_list_event .evcal_desc3 span, .color.evo_sin_page #evcal_list .eventon_list_event .evcal_event_title, .color.evo_sin_page #evcal_list .eventon_list_event .evcal_desc span.evcal_event_subtitle{
    color:#3f683c!important;
}

.color.evo_sin_page #evcal_list .eventon_list_event a.desc_trig >*, .color.evo_sin_page #evcal_list .eventon_list_event .evcal_desc_info em, .color.evo_sin_page #evcal_list .eventon_list_event .evcal_desc_info span, .color.evo_sin_page #evcal_list .eventon_list_event .evcal_desc_info b, .color.evo_sin_page #evcal_list .eventon_list_event .evcal_desc3 em, .color.evo_sin_page #evcal_list .eventon_list_event .evcal_desc3 span, .color.evo_sin_page #evcal_list .eventon_list_event .evcal_event_title, .color.evo_sin_page #evcal_list .eventon_list_event .evcal_desc span.evcal_event_subtitle {
    color: #3f683c!important;
}