html,body
{
    font-family: "Source Sans 3", sans-serif;
}

h1, h2, h3, h4, h5
{
    font-family: "Playfair Display", serif;
    font-weight: 800;
}

a
{
    text-decoration: none;
    color: #73a751;
}

a:hover
{
    color: #b94832;
}

img
{
    width: 100%;
}

.html-builder .html-builder__item.image_left, .html-builder .html-builder__item.image_right, .html-builder .html-builder__item.image
{
    margin: 5vw 0;
}

.g-recaptcha
{
    display: none !important;
}

.message
{
    margin: 1vw 0;
    background: #000000;
    color: #ffffff;
    padding: 10px;
}

.message p
{
    margin:0;
}

.message.error
{
    background: darkred;
}

.img
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.img.with-overlay:before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.3);
}

.js-replace-image
{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.js-replace-image img
{
    display: none !important;
}

[data-image]
{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


.greennature-button:hover, input[type="submit"]:hover
{
    background: #b94832;
}



.greennature-fixed-header.greennature-header-inner .greennature-logo
{
    display: none;
}

.greennature-navigation-wrapper, .greennature-logo-right-text
{
    margin-top: 56px;
}

.greennature-logo
{
    margin-bottom: 10px;
    margin-top: 10px;
}

.greennature-logo-inner
{
    max-width: none;
    width: auto;
    height: 110px;
}

.greennature-logo-inner img
{
    width: auto;
    height: 100%;
}

.greennature-navigation-wrapper .greennature-main-menu > li > a
{
    font-size: 15px;
}

.greennature-header-wrapper.header-style-5-wrapper
{
    position: relative;
}

.greennature-header-inner, .greennature-header-wrapper.header-style-5-wrapper .greennature-header-inner
{
    background: #2b2c29;
}

.greennature-main-menu > li:hover > a, .greennature-main-menu > li.current-menu-item > a, .greennature-main-menu > li.current-menu-ancestor > a
{
    color: #73a751;
}

.greennature-navigation-gimmick
{
    background: #73a751;
}

.top-navigation-wrapper a:hover
{
    color: #73a751;
}

.top-navigation-left
{
    margin-left: 0;
}

.top-navigation-right, .greennature-navigation-wrapper
{
    margin-right: 0;
}

.social-icon a .fa
{
    font-size: 1.4em;
}

.greennature-stunning-item.greennature-stunning-center .stunning-item-button:hover
{
    background: #73a751 !important;
}




.home-swiper
{
    --swiper-theme-color: #ffffff;
}
.home-swiper .swiper-slide
{
    min-height: calc(100vh - 131px);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-swiper .swiper-slide:before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .35);
}

.contact-iframe-container iframe
{
    width: 100%;
}

.event-listing .item
{
    padding-bottom: 70%;
    display: block;
    position: relative;
    color: #ffffff;

    &:before
    {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,.3);
    }

    .txt
    {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 20px;
        right: 20px;
        text-align: center;

        p
        {
            margin: 0;
        }
    }
}

.portfolio-item-wrapper .greennature-isotope
{
    display: flex;
    flex-wrap: wrap;
}

.html-builder__item.image_left .text > *,
.html-builder__item.image_right .text > *
{
    margin-left: 5%;
    margin-right: 5%;
}






@media all and (max-width: 867px) {
    .greennature-navigation-wrapper .greennature-main-menu > li > a
    {
        font-size: 13px;
    }
}

@media all and (max-width: 767px) {

    body .container
    {
        max-width: none !important;
    }

    .greennature-header-wrapper.header-style-5-wrapper
    {
        position: fixed;
    }

    .top-navigation-wrapper
    {
        display: none;
    }

    .greennature-logo-inner
    {
        height: 60px;
    }

    .body-wrapper > main
    {
        margin-top: 80px;
    }

    .greennature-item
    {
        margin-left: 0;
        margin-right: 0;
    }

    .container
    {
        padding-left: 20px;
        padding-right: 20px;
    }

    .html-builder__item.image_left .text > *,
    .html-builder__item.image_right .text > *
    {
        margin-left: 0;
        margin-right: 0;
    }
}