:root{
    --off-white: #f7f6f3;
    --off-white-dark: #f0eee8;
    --dark-green: #527f34;
    --light-green: #7a9e62;
    --black: #111111;
    --white: #ffffff;
    --yellow: #fed650;
    --bright-green: #c7d155;
    --light-orange: #edc58e;
    --dark-brown: #684230;
    --dark-gray: #595959;
    --blue: #0054cf;
    --font_montserrat : "Montserrat", sans-serif
}

body{
    line-height: 1.5556;
}
.page h1{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 2.444rem;
    line-height: 1.2;
    font-weight: bold;
}
.page h2{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: bold;
}
.page h3{
    font-family: var(--font_montserrat);
    font-size: 1.22rem;
    line-height: 1.2;
    font-weight: bold;
}
.page :is(h4, h5, h6){
    font-family: var(--font_montserrat);
    font-size: 1rem;
    line-height: 1.2;
    font-weight: bold;
}

.f_h3, .f_h3 a{
    font-family: var(--font_montserrat);
    font-size: 1.22rem;
    line-height: 1.2;
}
.f_body_small{
    font-size: .89rem;
    line-height: 1.5;
}
.mt-0{
    margin-top: 0;
}
.mb-12{
    margin-bottom: 12px;
}
.img-frame{
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    display: block;
    background-color: var(--off-white-dark);
}
.frame-3-by-2 {
    padding-bottom: 66.667%;
    
}
.gallery-main{
    margin-bottom: 20px;
}
.gallery-col img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.gallery-thumb .swiper-slide {
    width: 100px;
    cursor: pointer;
}
.gallery-thumb .swiper-slide:not(.swiper-slide-thumb-active) {
    opacity: .3;
}
.gallery-caption {
    font-style: italic;
    font-size: .89rem;
}
.gallery-slider-wrapper .swiper-button-prev,
.gallery-slider-wrapper .swiper-button-next {
    background: var(--dark-green);
    color: var(--white);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    left: 0;
}
.gallery-slider-wrapper .swiper-button-next{
    left: auto;
    right: 0;
}
.gallery-slider-wrapper .swiper-button-prev:after,
.gallery-slider-wrapper .swiper-button-next:after {
    font-size: 20px;
}

a.landesa-button {
    display: inline-block;
    padding: 2px;
    border: 2px dashed transparent;
}
a.landesa-button:is(:focus,:focus-visble,:active) {
    border-color: var(--black);
    outline: none;
}
a.landesa-button span {
    padding: 12px 20px;
    display: block;
    background: var(--dark-green);
    color: var(--white);
    font-weight: 700;
    border-radius: 100px;
    font-size: .89rem;
    line-height: 1.2;
    border: 1px solid var(--dark-green);
}
a.landesa-button:hover span{
    background-color: transparent;
    color: var(--dark-green);
}

/* ================ Header CSS ================ */

.x-menu-inline .menu-item-has-children.x-megamenu{
    position:static;
}

.x-menu-inline .menu-item-has-children.x-megamenu>.sub-menu {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
.x-menu-inline .menu-item-has-children.x-megamenu:hover>.sub-menu .sub-menu,
.x-menu-inline .menu-item-has-children.x-megamenu>a.x-active+.sub-menu .sub-menu{
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent;
    box-shadow: none;
    border: none;
    transform: none !important;
    left: auto;
    right: auto;
    top: auto;
    display: block;
    width: auto;
}
.x-menu-inline .menu_heading>a {
    font-weight: bold;
    border-bottom: 1px solid var(--black) !important;
    margin-bottom: 16px !important;
}
.x-menu-inline .col_count_2>.sub-menu{
    column-count: 2;
    column-fill: auto;
    height: 170px;
}
.x-menu-inline .sub-menu a {
    white-space: nowrap;
}
.x-menu-collapsed .x-megamenu .sub-menu .sub-menu {
    display: block !important;
}
.x-menu-collapsed .menu_heading>a{
    pointer-events: none;
    margin-left: 0;
}
.x-menu-collapsed .menu_heading>a .x-anchor-text-primary {
    font-size: 18px;
    font-weight: bold;
}
.x-menu-collapsed .menu_heading>a .x-anchor-sub-indicator{
    display: none;
}
.x-menu-collapsed>li>.sub-menu {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding-top: 16px;
    padding-bottom: 16px;
}
.x-menu-collapsed .x-active span.x-icon.x-anchor-sub-indicator {
    transform: rotate(180deg);
}
.x-graphic .x-toggle.x-toggle-burger span {
    border-radius: 10px;
}
/* ================ Gravity form CSS ========== */

.gform_validation_errors{
    display: none !important;
}
.gform_wrapper .gform_body .gform_fields .ginput_container input:not([type="radio"]):not([type="checkbox"]) {
    height: 45px;
    line-height: 45px;
    background: transparent;
    border: 1px solid;
    border-radius: 4px;
    font-size: .72rem;
}

.gform_wrapper form .gform_body .gform_fields {
    grid-row-gap: 8px;
    grid-column-gap: 12px;
}
.gform_wrapper form .gform_footer.top_label{
    margin-top: 12px;
}
.gform_wrapper form .gform_footer.top_label input[type="submit"] {
    background: var(--dark-green) !important;
    padding: 12px 20px !important;
    border-radius: 80px !important;
    font-weight: 700 !important;
    font-size: 0.89rem !important;
    line-height: 1.5 !important;
}
.form_white .gform_wrapper form .gform_footer.top_label input[type="submit"]{
    color: var(--black) !important;
    background-color: var(--white) !important; 
}
.gform_wrapper .gform_body .gform_fields .ginput_container input:not([type="radio"]):not([type="checkbox"]){
    color: var(--white);
}


/* ================ Map CSS ========== */

.landesa_global_map_wrapper{
    position: relative;
    padding-bottom: 46%;
}
.landesa_global_map_wrapper .map_content {
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.arm5_pop,.arm5_pop_stat {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    color:#fff;
}

.arm5_pop {
    padding: 5px 10px;
    background: var(--bg);
    color: #fff;
    margin-bottom: 15px;
    position:relative;
    font-size: 1vw;
    line-height: 1;
    transition: .3s;
}
.arm5_pop:hover {
    background: #5ca82a;
}
.arm5_pop.up{
    margin-top: 15px;
    margin-bottom: 0;
}
.arm5_pop:after {
    content: '';
    height: 15px;
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 2px;
    background: var(--bg);
    margin-left: -1px;
}
.arm5_pop.up:after{
    top: auto;
    bottom: 100%;
}
.arm5_pop.right{
    margin: 0 15px 0 0;
}
.arm5_pop.right:after{
    height: 2px;
    width: 15px;
    margin: -1px 0 0 0;
    top: 50%;
    left: 100%;
}
.arm5_pop.left{
    margin: 0 0 0 15px;
}
.arm5_pop.left:after{
    height: 2px;
    width: 15px;
    margin: -1px 0 0 0;
    top: 50%;
    right: 100%;
    left: auto;
}
.arm5_pop a:after {
    content: '';
    margin-left: .2em;
    width: 1em;
    height: 1em;
    background: url('data:image/svg+xml,<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.5442 10.4558C11.8385 8.75022 9.07316 8.75022 7.36753 10.4558L4.27922 13.5442C2.57359 15.2498 2.57359 18.0152 4.27922 19.7208C5.98485 21.4264 8.75021 21.4264 10.4558 19.7208L12 18.1766" stroke="%23ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M10.4558 13.5442C12.1614 15.2498 14.9268 15.2498 16.6324 13.5442L19.7207 10.4558C21.4264 8.75021 21.4264 5.98485 19.7207 4.27922C18.0151 2.57359 15.2497 2.57359 13.5441 4.27922L12 5.82338" stroke="%23ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
}

.arm5_pop :is(a,a:hover) {
    text-decoration: none;
    color:inherit;
}
.arm5_pop_stat{
    background-color: #527f34;
    padding: 5px 10px;
    margin-bottom: 4px;
    border-radius: 4px;
    position: relative;
}
.arm5_pop_stat:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #527f34;
    left: 50%;
    transform: translateX(-50%);
}
.cl {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.cl_s {
    display: flex;
    align-items: start;
    padding: 5px 10px;
}
.cl_c {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.cl_t {
    font-weight: bold;
    font-size: 15px;
}

/* =========== elements ================== */
.img-fill, .x-image.img-fill img{
    position: absolute;
    width: 100%;
    height: 100% !important;
    left:0;
    top:0;
    object-fit: contain; /*cover */
}
.img-fill-contain {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.img-fill-logo {
    position: absolute;
    width: 70%;
    height: 80%;
    object-fit: contain;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.fill_image.image-fill-contain img {
    object-fit: contain;
    width: 100%;
    left: 0%;
}
/* ======== scroll to top ====== */
.x-scroll-top {
    border-radius: 50%;
    background: var(--black);
    color: var(--white) !important;
    opacity: 1 !important;
    border: none !important;
}


/* Filter Row */
.filter_controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--black);
    padding-bottom: 12px;
}
.search_text input[type="text"] {
    width: 100%;
    color:var(--black);
    border: 1px solid var(--black);
    height: 45px;
    background: transparent;
    border-radius: 4px;
    padding: 0 48px 0 20px;
    outline: none;
}
.filter_search {
    width: 100%;
    max-width: 460px;
    position: relative;
}

.search_text svg {
    width: 20px;
    height: auto;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.filter_dropdown {
    background: var(--dark-brown);
    color: var(--white);
    padding: 30px 0 30px;
    display: none;
}
.applied-filters{
    background: var(--dark-brown);
    color: var(--white);
    padding: 20px 0;
}
.applied-filters:not(.filter-applied){
    display: none !important;
}
span.clear-single-filter {
    background: var(--white);
    color: var(--black);
    margin-right: 8px;
    margin-bottom: 4px;
    padding: 4px 8px;
    display: inline-block;
    border-radius: 100px;
    font-size: 11px;
    line-height: 13px;
    cursor: pointer;
}
span.clear-single-filter:hover{
    background: var(--off-white-dark)
}
.filter_row {
    display: flex;
    justify-content: space-between;
    row-gap: 10px;
    column-gap: 24px;
    flex-wrap: wrap;
}

@media (min-width: 767px){
    .filter_col.w-35 {
        flex-basis: calc(35% - 20px);
        width: calc(35% - 20px);
    }
    .filter_col.w-65 {
        flex-basis: calc(65% - 20px);
        width: calc(65% - 20px);
    }
    .filter_col.w-50 {
        flex-basis: calc(50% - 20px);
        width: calc(50% - 20px);
    }
    .filter_col.w-100{
        flex-basis: 100%;
        width: 100%;
    }
    .filter_col.grid-auto .filter_item_wrapper.col-2 {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    }
    .filter_col.grid-auto-2 .filter_item_wrapper {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

.filter_item :is(input[type="checkbox"], input[type="radio"]){
    display: none;
}
.filter_item :is(input[type="checkbox"], input[type="radio"])+label:before{
    content:'';
    position: absolute;
    left:0;
    top:.1rem;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    background-color: var(--white);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
}
.filter_item :is(input[type="checkbox"], input[type="radio"])+label{
    position: relative;
    padding-left: 32px;
    margin-bottom: 0;
    cursor: pointer;
}
.filter_item :is(input[type="checkbox"], input[type="radio"]):checked+label:before{
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='13px' height='10px' viewBox='0 0 13 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ECombined Shape%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Desktop' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Contact-Us' transform='translate(-178.000000,-1550.000000)' fill='%23000'%3E%3Cg id='Group' transform='translate(174.000000,704.000000)'%3E%3Cpath d='M15.6315789,846 L17,847.428571 L8.78947368,856 L4,851 L5.36842105,849.571429 L8.789,853.143 L15.6315789,846 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.filter_item_wrapper{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 8px 30px;
}
.filter_item_wrapper.col-2{
    grid-template-columns: repeat(2, 1fr);
}
.filter_item_wrapper.col-3{
    grid-template-columns: repeat(3, 1fr);
}
.filter_label {
    font-weight: bold;
    margin-bottom: 10px;
}
button.clear-filter-btn {
    background: transparent;
    -webkit-appearance: none;
    color: #fff;
    display: table;
    margin: 0 0 0 auto;
    padding: 0;
    font-size: .89rem;
}
button.apply-filter-btn {
    padding: 12px 20px;
    font-size: 0.89rem !important;;
    display: inline-block !important;;
    line-height: 1;
    border-radius: 100px;
    margin-right: 10px;
    font-weight: bold;
}
.filter_dropdown .filter-buttons {
    margin-top: 16px;
    display: flex;
    justify-content: flex-end;
}
.filter_item {
    order: var(--index);
    text-transform: capitalize;
}
.filter_dropdown button.clear-filter-btn{
    margin-left: 0;
}
.loop-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 48px 0;
    border-bottom: 1px solid var(--black);
}

.loop-thumb {
    flex-basis: 268px;
}

.loop-content {
    flex-basis: calc(100% - 308px);
}
.term_lists{
    margin-bottom: 10px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}
.term_lists a {
    color: var(--light-green);
}
.term_lists a:hover{
    color: var(--dark-green);
}

.filter_by_text{
    cursor: pointer;
    font-weight: bold;
}
.filter_by_text:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(45deg) translate(-50%, -50%);
    margin-left: 10px;
}
.filter_by_dd.filter-dd-active .filter_by_text:after{
    transform: rotate(-135deg) translate(0%, 0%);
}

.filter-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 48px;
}

.filter-pagination svg {
    width: 24px;
    height: 24px;
    display: block;
}
.landesa-filter-box.loading {
    opacity: .5;
}
.landesa-filter-box.loading, .landesa-filter-box.loading * {
    pointer-events: none;
}

#paginate_number {
    border: 1px solid var(--black);
    border-radius: 4px;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    -moz-appearance: textfield;
    margin-right: 10px;
    text-align: center;
    width: 62px;
}

#paginate_number::-webkit-outer-spin-button,
#paginate_number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
a.paginate-prev {
    margin-right: 28px;
}
a.paginate-next {
    margin-left: 28px;
}
.filter-found-posts {
    margin-top: 30px;
}
.landesa-filter-box{
    position: relative;
    display: flex;
    flex-direction: column;
}
.fliter_controls_wrap{
    order:-1;
}
.no_post_font {
    text-align: center;
    font-size: 1.22rem;
    line-height: 1.2;
    padding: 80px 0;
}
/* resources */
.video-responsive{
    position: relative;
    padding-bottom: 56.2%;
}
.video-responsive :is(video,iframe){
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
}

.applied-filter-wrapper {
    display: flex;
    justify-content: space-between;
}

.applied-filter-wrapper .applied-filter-container {
    flex-basis: calc(100% - 100px);
}

.filter_dropdown.show+.applied-filters {
    display: none;
}
.filter_mobile_header{
    display: none;
}
.fm_header {
    font-size: 25px;
    font-weight: bold;
}
.close_filter_popup {
    width: 24px;
    cursor: pointer;
}
.close_filter_popup svg{
    display: block;
}
span.filter_count{
    display: none;
}

/* single */
.single-content-wrap {
    line-height: 1.55556;
}

.single-content-wrap :is(h2,h3,h4,h5,h6){
    font-family: var(--font_montserrat);
    font-weight: bold;
    line-height: 1.2;
}
.single-content-wrap :is(h2, h3){
    font-size: 1.22rem;
}
.single-content-wrap :is(h4,h5,h6){
    font-size: 1rem;
}
.single-content-wrap :is(ul,ol) li{
    margin-bottom: 1em;
}
div[id^="attachment_"] {
    width: 100% !important;
}

div[id^="attachment_"] img {
    width: 100%;
    border-radius: 8px;
    display: block;
}

.single-content-wrap img[class*="wp-image"]{
    width: 100%;
    border-radius: 8px;
}

.wp-caption-text {
    font-size: .72rem;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 30px;
    color: var(--dark-gray);
    display: block;
}


.gallery-item-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}

.gallery-slider-wrapper {
    background: var(--off-white-dark);
    padding: 10px;
    border-radius: 8px;
    margin-top: 32px;
    margin-bottom: 32px;
}
/* page */
.page-template-default .x-main {
    padding-bottom: calc(120px + 7%);
    padding-top: 120px;
}
.wp-block-button__link{
    background-color: var(--dark-green);
    color:var(--white);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    border: 2px solid var(--dark-green);
    padding: 20px 32px;
}
.wp-block-button__link:hover{
    background-color: transparent;
}

.x-resp-embed {
    position: relative;
    padding-bottom: 56.2%;
    border-radius: 12px;
    overflow: hidden;
}

.x-resp-embed iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
.wp-block-image{
    border-radius: 12px;
    overflow: hidden;
}
.wp-block-image {
    display: inline;
}
@media screen and (min-width: 767px) {
    div[id^="attachment_"].alignright {
        width: calc(50% - 10px) !important;
        margin-left: 20px;
        margin-bottom: 20px !important;
        float: right;
    }
    div[id^="attachment_"].alignleft {
        width: calc(50% - 10px) !important;
        margin-right: 20px;
        margin-bottom: 20px !important;
        float: left;
    }
    div[id^="attachment_"].alignright .wp-caption-text, div[id^="attachment_"].alignleft .wp-caption-text{
        margin-bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    .page h1 {
        font-size: 2rem;
    }
    .page h2 {
        font-size: 1.5rem;
    }
    .wp-block-image .alignleft,
    .wp-block-image .alignright {
        float: none;
        margin: 0 0 20px 0;
    }
    .page-template-default .x-main {
        padding-bottom: calc(60px + 7%);
        padding-top: 60px;
    }
    span.filter_count{
        display: inline-block;
    }
    .cl {
        flex-direction: column;
    }
    .loop-thumb {
        flex-basis: 100%;
        margin-bottom: 24px;
    }
    .loop-content {
        flex-basis: 100%;
    }

    .filter_dropdown {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        overflow: auto;
        height: 100vh;
        background: var(--white);
        color: var(--black);
        padding: 0;
    }
    .filter_dropdown .x-container{
        width: 100% !important;
    }
    .filter_dropdown .filter-buttons {
        bottom: 0;
        background: #F5F5F5;
        width: 100%;
        left: 0;
        padding: 20px 32px;
        border-top: 1px solid var(--black);
        flex-direction: row-reverse;
        justify-content: space-between;
        margin: auto 0 0;
    }
    button.apply-filter-btn {
        background: #464646;
        border-radius: 0;
        color: var(--white);
        margin: 0;
        min-width: 180px;
        padding: 20px;
    }
    button.clear-filter-btn {
        color: var(--black);
    }
    body.filter_open .x-main.full {
        z-index: 9999 !important;
        position: relative;
    }
    .filter_mobile_header {
        display: flex;
        justify-content: space-between;
        width: 100%;
        left: 0;
        top: 0;
        padding: 20px 32px;
        background: var(--white);
    }
    .filter_item :is(input[type="checkbox"], input[type="radio"])+label:before{
        border: 1px solid var(--black);
    }
    .filter_row {
        padding: 0 32px 24px;
        height: calc(100vh - 175px);
        overflow: auto;
    }
    .applied-filters{
        display: none !important;
    }
    .filter_item_wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .filter_search {
        width: calc( 100% - 156px);
    }
    .filter_by_text {
        padding: 13px 10px;
        background: var(--black);
        color: var(--white);
        text-transform: capitalize;
        min-width: 136px;
        text-align: center;
    }
    .filter_by_text:after{
        display: none;
    }
    .loop-item {
        padding: 24px 0;
    }
    .filter_col {
        width: 100%;
    }
    .gallery-item-row {
        grid-template-columns: 1fr;
    }
}