body:not(.fl-builder-edit) .gm-style :focus {
    outline-width: 0;
    outline-style: auto;
    outline-offset: 0;
    outline-color: transparent;
    border-radius: 0;
    display: none !important;
}


.state_map_form {
    margin-bottom: 12px;
    display: flex;
    gap: 16px;
    flex-direction: column;
}
.hidden_.state-location-item{
    display: none!important;
}
.state_map_form > .flex {
    padding: 0;
    flex: 5;
    display: flex;
    gap: 4px 10px;
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.state_map_form-reset {
    flex-basis: 210px;
    flex-grow: 0;
    flex-shrink: 0;
}

div:where(.swal-icon),
div:where(.swal2-icon) 
{display:none !important}


.map_searchbyzip_title{
    margin-bottom:22px;
}
.state_map_form .state_map_form-location {
    display: flex;
    gap:8px;
    flex-grow: 1;
    flex-shrink: 1;
}
.state_map_form-location > .flex{
    display: flex;
    align-items: center;
}
.map_filter_locationtype_title,
.map_filter_opendays_title{
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    flex-shrink: 0;
    margin-bottom:0;
}

.state_map .location_icon { z-index: 1; }

.state_map_form select { 
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
 }
 .state_map_form-radius:after,
 .state_map_form-location div:after{
    position: absolute;
    top: 26px;
    right: 21px;
    content: '';
    display: block;
    width: 11px;
    height: 6px;
    background-image: url(/wp-content/uploads/ui-plus-open.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;

 }
 .state_map_form-radius,
 .state_map_form-location div{
    position: relative;
 }
.state_map_form-zip input,
.state_map_form-zip input:hover,
.state_map_form-zip input:focus {
    padding:16px 36px;
    height: 64px;
    border-radius: 100px;
    background: var(--cream);
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px;
    line-height: 1.63rem;
    color:var(--black);
    border: 0;
    padding-right: 130px;
}
.state_map_form input::placeholder{
    font-size: 20px;
    font-size: 1.25rem;
    color:#000;
}

.location_finder_btn{
    grid-area: d;
}
.location_finder_btn a:hover {
    transform:scale(1.05);
}
.location_finder_btn a {
    transition: all .25s ease;
    color: var(--cream) !important;
    font-size: 18px;
    font-family: var(--font-content);
    font-weight: 600;
    background-color: var(--black);
    border-radius: 100px !important;
    padding: 8px 20px;
    text-align: center;
    display: block;
    text-decoration: none !important;
    height: 42px;
    width: 96px;
    line-height: 26px;
}
.state_map_form-reset >.button{ transition:all .25s ease;}
.state_map_form-reset >.button:hover{ 
    transform:scale(1.05)
}
.state_map_form-reset a{
    text-align: center;
    background: var(--light-orange);
    text-decoration: none;
    padding: 18px 34px;
    border-radius: 50px !important;
    font-weight: 600;
    color:var(--black);
    transition:all .25s ease;
    font-size: 18px;
    font-size: 1.13rem;
    line-height: 27px;
    line-height: 1.69rem;
    width: 100%;
    display: flex;
    justify-content: center;
}
.state_map_form-zip { 
    grid-area: b;
}
.state_map_form-submit { 
    width: 96px;
    grid-area: d;
    position:absolute;
    right: 13px;
 }

.state_map_form-zip {
    flex-basis: 390px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    position:relative;
}
.state_map_form-zip-title,
.state_map_form-radius-title {
    min-width: 150px;
    font-size: 18px;
    width:150px;
    display: none;
}
#state_map_form-zip {width:100%}
.state_map_form-radius { 
    grid-area: c;
    display: flex;
    align-items: center;
}
.map_filter_locationtype_select,  .map_filter_opendays_select{width:100%;}

.state_map {
    display: flex;
    height: 632px;
    position: relative;
}

.state_locations_list {
    width: 390px;
    min-width:390px;
}

.state_locations_list:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 150px;
    width: 370px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), var(--black) 90%);
    pointer-events: none;
}

#state_map {
    width: 100%;
    border-radius: 30px;
    scroll-padding-top: 66px;
}

.state_locations_list {
    display: flex;
    flex-direction: column;
    border-radius: 30px;
    background: var(--black);
    overflow-y: scroll;
    margin-right: 13px;
    padding-right: 13px;
}




/* Customize scrollbar for Webkit browsers (Chrome, Safari, Edge) */
.state_locations_list::-webkit-scrollbar {
  width: 16px; /* Width of the vertical scrollbar */
}
.state_locations_list::-webkit-scrollbar-track {
  background: #333; /* Track background color */
  border-radius: 30px; /* Rounded track corners */
  border:1px solid #333;
  position: relative;
    z-index: 99999;
}
.state_locations_list::-webkit-scrollbar-thumb {
    background: #FF8229;
    border-radius: 30px;
}
.state_locations_list::-webkit-scrollbar-thumb:hover {
  cursor:pointer;
}
.state_locations_list:-webkit-scrollbar-button{
    display: none;
}
.state_locations_list:-webkit-scrollbar {
    width: 8px;
}
.state_locations_list:-webkit-scrollbar-thumb {
    border-radius: 1px;
}

.location_popup_box_info_section::-webkit-scrollbar {
  width: 6px; /* Width of the vertical scrollbar */
}
.location_popup_box_info_section::-webkit-scrollbar-track {
  background: transparent; /* Track background color */
  border-radius: 30px; /* Rounded track corners */
  border:1px solid transparent;
  position: relative;
    z-index: 99999;
}
.location_popup_box_info_section::-webkit-scrollbar-thumb {
    background: #D9D9D9;
    border-radius: 30px;
}
.location_popup_box_info_section::-webkit-scrollbar-thumb:hover {
  cursor:pointer;
}
.location_popup_box_info_section:-webkit-scrollbar-button{
    display: none;
}
.location_popup_box_info_section:-webkit-scrollbar {
    width: 6px;
}
.location_popup_box_info_section:-webkit-scrollbar-thumb {
    border-radius: 1px;
}


.fl-page-content p a.state_item_website{
    color: #077C84 !important;
    font-size: 16px;
    font-weight: 900;
    font-family: var(--dm-sans);
    display: inline;
    text-decoration: none !important;
    background-image: linear-gradient(var(--light-orange), var(--light-orange));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 1px;
    transition: background-size 250ms ease-in-out;
}
.fl-page-content p a.state_item_website:hover,
.fl-page-content p a.state_item_website:focus{
    animation: 0.25s underline;
}
.state_item_how strong {
    font-family: "Avenir Next";
    font-weight:bold !important;
}
.state_item_how{
    padding-bottom:26px;
}

.state-location-item .state_item_how p{
    margin:0;
    margin-top:6px;
    margin-bottom:10px;
}

/*
body.en .state-location-item[data-lang="es"] {display:none}
body.es .state-location-item[data-lang="en"] {display:none}
*/


.state-location-item {
    padding: 8px 8px 8px 16px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 30px;
}
.state-location-item .state-info {
    padding-right:20px;
}

.state-location-item .state-img {
    width: 123px;
    min-width: 123px;
    background: #222;
    border-radius: 30px;
    height: 163px;
}

.state-location-item .state-img .state_location_img{
    width: 100%;
    height: 100%;
    object-fit:cover;
    border-radius:30px;
}



.state-location-item[data-type='farmers-market'] .state_location_type {
    background: #ffb100;
}
.state-location-item[data-type='farmers-stand'] .state_location_type,
.state-location-item[data-type='delivery'] .state_location_type {
    background: #6c262a;
}
.state-location-item[data-type='grocery-store'] .state_location_type{
    background: #009ca7;
}
.state-location-item[data-type='online-market'] .state_location_type{
    background: #3B5426;
}
.state-location-item[data-type='mobile-market'] .state_location_type{
    background: #007c84;
}
.state-location-item[data-type='csa'] .state_location_type{
    background: #ef6312;
}
.state-location-item .state_location_type {
    background: var(--orange-accessible);
    display: inline-block;
    border-radius: 5px;
    padding: 0;
    font-size: 13px;
    margin-bottom: 0;
    margin-bottom: 8px;
}

.pac-container.hdpi {display:none}

.state-location-item p.state_location_type {
    padding: 7px 17px;
    border-radius: 500px;
    font-size: 16px;
    color:var(--cream);
    gap:10px;
    font-weight: 600;
    font-family: var(--dm-sans);
    display: inline-flex;
    align-items: center;
    margin: 0;
}
.state_location_type:before{
    content:"";
    width:15px;
    height:15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.state_location_type{
    background-color: var(--orange-accessible);
}

.state-location-item.open {
    background:var(--cream) !important;
}
.state-location-item:hover {
    background:#333;
}

.state-location-item.open .state-location-item p,
.state-location-item.open .state-location-item li {
    color:var(--black);
}

.state-location-item p,
.state-location-item li {
    font-size: 16px;
    line-height: 28px;
    color: var(--cream);
    font-weight: 400;
    text-transform: initial;
    margin-top: 2px;
    margin-bottom: 0;
}

.state-location-item.open p,
.state-location-item.open li {
    color: var(--black);
}

.state_location_address p {margin-top:0;}
.state-location-item.open .state_location_address p {color:var(--black);}
.infowindow-data .card-title,
.state-location-item .card-title{
    font-size: 22px;
    color:#343434;
    font-weight: 600;
    text-align: center;
    color: var(--cream);
}
.state-location-item .card-title{
    text-align: left;
}
.infowindow-data .card-title{
    max-width: 450px;
}

.infowindow-data p{
    color: #343434;
    font-size: 16px;
    line-height: 28px;
    font-family: var(--dm-sans);
    font-weight: 500;
    text-align: center;
}
.empty_input {
    box-shadow: 0px 0 6px red !important;
    transition: all .5s ease !important;
}

/* LAYOVER MESSAGES */
.layover-screen-message {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    background: var(--black);
    z-index: 2;
    border: 2px solid var(--cream);
    border-radius: 30px;
}
.layover-screen-message p {
    color:var(--cream);
}

.layover-screen-message div {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}

.dot-one {
    opacity: 0;
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0.0s;
    animation: dot 1.3s infinite;
    animation-delay: 0.0s;
}

.dot-two {
    opacity: 0;
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0.2s;
    animation: dot 1.3s infinite;
    animation-delay: 0.2s;
}

.dot-three {
    opacity: 0;
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0.3s;
    animation: dot 1.3s infinite;
    animation-delay: 0.3s;
}

@-webkit-keyframes dot {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes dot {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* ERROR MESSAGES */
.no-results-found { padding: 20px; }
.error-icon {
    text-align: center;
    margin: 20px;
}
.error-icon i {
    font-size: 60px;
}

.swal-container,
.swal2-container,
.swal-overlay {
    z-index:9999
}

.swal-text,
.swal-footer
.swal2-text {text-align:center}

.swal2-confirm,
.swal2-confirm:hover,
.swal2-confirm:focus,
.swal-button,
.swal-button:hover,
.swal-button:focus{
    background-color: #EF6312!important;
    border: none!important;
    border-radius: 100px !important;
    padding: 20px 40px;
    color: var(--black);
    font-weight: 600;
}
.swal-button-container {
    text-align: center !important;
    width: 100% !important;
}
.swal-overlay--show-modal .swal-modal {
    padding: 20px !important;
    border-radius: 30px;
}
div:where(.swal-container).swal-center>.swal-popup,
div:where(.swal2-container).swal2-center>.swal2-popup {
    border-radius:30px !important;
}
/**popup**/
body:not(.fl-builder-edit) .location_popup_box :focus{
    outline-style: none;
}
.location_popup_box {
    width: 400px;
    position: absolute;
    height: calc(100% - 30px);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
    top: 13px;
    margin-left: 13px;
    left: 400px;
    transform:translateX(30px);
    opacity:0;
    z-index: 99;
    border-radius: 30px;
    background-color: var(--white);
    overflow: hidden;
    transition:all .5s ease;
    visibility: hidden;
    opacity:0;
    pointer-events:none;
}
.open .location_popup_box{
    display: flex;
    flex-direction: column;
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events:initial;
}
.location_popup_box_img_section{
    position: relative;
}

::-webkit-scrollbar {
  /*
  -webkit-appearance: none;
  width: 7px;
  */
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.location_popup_box_img_section .location_popup_box_close_btn:focus {outline:none !important}
.location_popup_box_img_section .location_popup_box_close_btn{
    position: absolute;
    top:10px;
    right: 10px;
    width: 40px;
    height:40px;
    border-radius: 40px!important;
    background-color: var(--cream);
    background-image: url(/wp-content/uploads/UI-Close.svg);
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
    border: none!important;
}
button.location_popup_box_image_btn:focus {outline:none !important}
button.location_popup_box_image_btn {
    position: absolute;
    right: 0;
    bottom: 0;
    /* margin: 10px; */
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 40px !important;
    background-color: var(--cream);
    background-image: url(/wp-content/uploads/Arrow-orange-right-diag.svg);
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
    border: none !important;
}
.location_popup_box_img_section,
.location_popup_box_img_section img{
    height: 260px;
    /* min-height: 70px; */
    width: 100%;
    object-fit: cover;
}
.location_popup_box_img_section.noimg {
    height: initial;
    min-height: 35px;
}
.location_popup_box_info_section{
    padding: 26px;
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    overflow-y: scroll;
    margin: 10px 8px 10px 10px;
}

.location_popup_box_info_section > p{
    margin-top:0;
}

.state-location-item .location_popup_box_title{
    font-family: var(--font-content);
    font-weight: 700;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 36px;
    line-height: 2.25rem;
    color: var(--black);
    margin-top: 16px;
}
.state-location-item .location_popup_box_category{
    font-weight: 700;
}

.state-location-item .location_popup_box_address {
    font-size: 16px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    line-height: 1.63rem;
    margin-top: 16px;
}

.state-location-item .location_popup_box_link{
    font-family: var(--font-content);
    text-decoration: none !important;
    background-image: linear-gradient(var(--light-orange), var(--light-orange));
    background-size: 100% 1px;
    background-position: bottom left;
    background-repeat: no-repeat;
    color: var(--black) !important;
    margin-top: 16px;
}
.state-location-item .location_popup_box_link:hover{
    animation: 0.25s underline;
}
.state-location-item .location_popup_box_desc {
    margin-top: 16px;
}
.state-location-item .location_popup_box_link:after{
    font-family: 'Font Awesome 5 Pro';
    color: var(--light-orange);
    content: "\f178";
    font-weight: 500;
    padding-left: 10px;
    position: relative;
    top: 1px;
    transition: all .25s ease;
    display: inline-block;
}
.state-location-item .location_popup_box_link:hover:after{
    margin-left: 5px;
}
.location_popup_box_detail > *:first-child{
    margin-top: 0px;
}

.location_popup_box_project_details {
    width:100%;
}
.location_popup_box_project_details .pd_title {
    margin-top: 16px;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.location_popup_box_project_details .pd_item {
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px;
    line-height: 1.63rem;
}
.pd_item p{
    margin: 0 !important;
}
/*audio style*/
.custom-audio-player {
    flex-shrink: 0;
    width: 100%;
    height: 60px;
    padding: 0 22px;
    border-radius: 999px;
    background: #f7efe3;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 28px;
}

.custom-audio-player audio {
    display: none;
}

.ios-audio-player audio{
    width:100%;
    display:block;
    appearance:auto;
    -webkit-appearance:auto;
    height:54px;
    border-radius:999px;
}

.custom-audio-play,
.custom-audio-volume {
    width: 22px;
    height: 22px;
    border: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    flex-shrink: 0;
}

.custom-audio-play {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23111111' d='M8 5v14l11-7z'/%3E%3C/svg%3E");
}

.custom-audio-player.is-playing .custom-audio-play {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23111111' d='M6 5h4v14H6zm8 0h4v14h-4z'/%3E%3C/svg%3E");
}

.custom-audio-volume {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23111111' d='M3 9v6h4l5 5V4L7 9H3zm13.5 3c0-1.77-1-3.29-2.5-4.03v8.05c1.5-.73 2.5-2.25 2.5-4.02zM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77z'/%3E%3C/svg%3E");
}

.custom-audio-time {
    color:#000;
    font-family: var(--font-content);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    white-space:nowrap;
    line-height:1;
}

.custom-audio-track {
    position:relative;
    flex:1;
    height:10px;
    background:#d9d9d9;
    border-radius:999px;
    overflow:hidden;
    cursor:pointer;
    min-width:120px;
}

.custom-audio-progress {
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:0;
    background:#ff7a1a;
    border-radius:999px;
}




filter-taxo-option {
    margin-bottom: 0;
    background: var(--cream);
    border-radius: 30px;
    padding: 18px 26px;
    width: 100%;
    position:relative;
}

filter-taxo-list {
    /* display: flex; */
    display: none;
    flex-direction: column;
    position: absolute;
    background: var(--cream);
    z-index: 999;
    border-radius: 30px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 20px 26px;
    left: 0;
    padding-top: 30px;
    top: 34px;
    left:-2px;
    width: 100%;
    width: calc(100% + 4px);
    border: 2px solid var(--black);
    border-top: 0;
    min-height: 50px !important;
}
filter-taxo-list label {
    display: flex;
    align-items: center;
    gap: 27px;
}
filter-taxo-name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 0px;
    cursor: pointer;
    gap: 10px;
    color: inherit;
    position: relative;
    z-index: 9999;
}
filter-taxo-name:before {
    content: "";
    transition: all 0.25s ease;
    width: 21px;
    height: 21px;
    display: inline-block;
    background-color: var(--light-orange);
    -webkit-mask-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2221%22%20viewBox%3D%220%200%2021%2021%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%231759d6%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22a%22%20d%3D%22M1.5%2C21h-3V0h3Z%22%20transform%3D%22translate(10.5)%22%3E%3C%2Fpath%3E%3Cpath%20class%3D%22a%22%20d%3D%22M1.5%2C21h-3V0h3Z%22%20transform%3D%22translate(21%2010.5)%20rotate(90)%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
    mask-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2221%22%20viewBox%3D%220%200%2021%2021%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%231759d6%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22a%22%20d%3D%22M1.5%2C21h-3V0h3Z%22%20transform%3D%22translate(10.5)%22%3E%3C%2Fpath%3E%3Cpath%20class%3D%22a%22%20d%3D%22M1.5%2C21h-3V0h3Z%22%20transform%3D%22translate(21%2010.5)%20rotate(90)%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
    mask-repeat: no-repeat;
}
filter-taxo-name.filter_open:before {
    transform: rotate(180deg);
    -webkit-mask-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2221%22%20viewBox%3D%220%200%2021%2021%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%231759d6%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22a%22%20d%3D%22M1.5%2C21h-3V0h3Z%22%20transform%3D%22translate(21%2010.5)%20rotate(90)%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
    mask-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2221%22%20viewBox%3D%220%200%2021%2021%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%231759d6%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22a%22%20d%3D%22M1.5%2C21h-3V0h3Z%22%20transform%3D%22translate(21%2010.5)%20rotate(90)%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
}

filter-taxo-item {
    position: relative;
    margin-left: 3px;
}


filter-taxo-item .checkmark {
    position: absolute;
    top: 4px;
    left: 5px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: solid 1px var(--black);
    border-radius: 2px;
}
filter-taxo-item .checkmark {
    border: solid 2px var(--light-orange);
    left: -4px;
    top: 4px;
    border-radius: 2px;
    background: var(--cream);
}
filter-taxo-item label input {opacity:0;}
filter-taxo-item label {
    color: var(--black);
    font-size: 16px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    line-height: 1.69rem;
    cursor: pointer;
}
filter-taxo-item label input:checked ~ .checkmark {
    border: solid 1px var(--light-orange);
    background: url(/wp-content/uploads/icon_checkbox_checked.svg) center center / contain no-repeat;
}

.fl-accordion-button .fl-accordion-button-icon:focus, 
.fl-accordion-button .fl-accordion-button-icon:active{
    outline: none!important;
}

.location_audio_block{
    width:100%;
    margin-bottom:28px;
}

.location_audio_block .custom-audio-player{
    margin-bottom:12px;
}

.audio-lang-row{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    font-weight:700;
    color:var(--black);
}

.audio-switch{
    position:relative;
    display:inline-block;
    width:58px;
    height:34px;
    flex-shrink:0;
}

.audio-switch input{
    opacity:0;
    width:0;
    height:0;
}

.audio-switch-slider{
    position:absolute;
    cursor:pointer;
    inset:0;
    background:#999;
    border-radius:999px;
    transition:.25s;
}

.audio-switch-slider:before{
    content:"";
    position:absolute;
    width:26px;
    height:26px;
    left:4px;
    top:4px;
    background:#fff;
    border-radius:50%;
    transition:.25s;
}

.audio-switch input:checked + .audio-switch-slider{
    background:#ff7a1a;
}

.audio-switch input:checked + .audio-switch-slider:before{
    transform:translateX(24px);
}









/**************/
/**************/
/* Responsive */
/**************/
/**************/


@media only screen and (max-width: 1366px) {
    .infowindow-data .card-title, .state-location-item .card-title {
        font-size: 18px;
        font-size: 1.13rem;
    }
    .location_popup_box {
        left: 360px;
        width: 320px;
    }
    .state_locations_list {
        width: 340px;
        min-width:340px;
    }

    .state_locations_list:after {
        width: 330px;
    }
    .location_finder_btn a {    
        padding: 6px 10px;
        height: initial;
        width: 92px;
    }
    .state_map_form-submit {
        width: initial;
        right: 4px;
    }
    #state_map_form-zip {
        padding: 13px 20px;
        width: 100%;
         height: initial;
    }
    .state_map_form-zip {
        flex-basis: 300px;
        flex-shrink: 0;
        flex-grow: 1;
    }
    .state_map_form input::placeholder{
        font-size: 17px;
        font-size: 1.06rem;
    }
    filter-taxo-name {
        gap: 10px;  
    }
    .map_filter_locationtype_title, .map_filter_opendays_title  {
        font-size: 17px;
        font-size: 1.06rem;
    }
    filter-taxo-option {
        padding: 14px;
        flex-basis: 195px;
        flex-grow: 1;
        flex-shrink: 0;
    }
    filter-taxo-name:before {
        width: 15px;
        height: 15px;
        mask-size: 15px;
        
    }
    .state_map_form-reset {
       flex-basis: 140px;
       flex-shrink: 1;
    }
    .state_map_form-reset a {
        padding: 15px 10px;
        font-size: 16px;
        font-size: 1rem;
    }
    filter-taxo-item label {
         font-size: 17px;
         font-size: 1.06rem;
         gap:16px;
      }
    filter-taxo-list {
        top:24px;
        padding: 20px 16px;
    }
    filter-taxo-list label {
        align-items: flex-start;
    }
    .state_map_form > .flex {
        gap: 4px 8px;
    }
    .custom-audio-time{
        display: none;
    }

}
@media only screen and (max-width: 992px) {
    
    .state_map {
        flex-direction: column-reverse;
        height: auto;
        
        overflow: visible;
        gap:0;

    }

    #state_map {
        min-height: 376px;
        width: 100%;
                border-radius: 20px;
    }

    .state_locations_list { 
        width: 100%;
        border-radius: 0;
        max-height: 400px;
        margin-top: 26px;
    }
    .state_map_form{
        margin-bottom:16px;
    }
    .state_map_form > .flex {
        flex-wrap: wrap;
        gap: 10px;
    }
    .state_map_form .state_map_form-location {
       width: calc(100% - 150px);
    }
    .state_map_form-zip {
        width:100%;
    }
        .location_popup_box {
        left: initial;
        width: 50%;
        right: 15px;
    }
    .state_locations_list:after {
        width: calc(100% - 30px);
    }

}




@media only screen and (max-width: 768px) {
    .state_map_form{
        flex-direction: column;
    }

    .map_filter_locationtype_title, .map_filter_opendays_title {
 
        font-size: 14px;
        flex-basis: 115px;
    }

    .state_map_form-zip-title, .state_map_form-radius-title {
        min-width: 100px;
        font-size: 16px;
        width:100px;
    }
    .state_map_form .state_map_form-location {
        flex-direction: column;
        width: 100%;
    }
    .state_map_form-reset a {
        display: block;
    }
    .state_map_form-reset {
        width: 100%;
    }
    filter-taxo-option{
        flex-basis: unset;
    }
    filter-taxo-option:nth-of-type(0) {
        z-index:2
    }
    filter-taxo-option:nth-of-type(2) {
        z-index:1
    }
    .state_locations_list { 
        max-height: 260px;
        padding: 0;
        gap: 20px;
        margin-top: 26px;
        padding-right: 10px;
    }
    .state-location-item .state-img .state_location_img {
        border-radius: 20px;
    }
    .state-location-item {
        padding: 10px;
        border-radius: 20px;
    }
    
    .state_map {
        gap: 0px;
        background-color: transparent;
        border-radius: 0;
        overflow: hidden;
        padding: 0 10px;
    }
    #state_map {
        border-radius: 20px;
    }
    .state-location-item .state-img {
        width: 80px;
        border-radius: 20px;
        height: 130px;
        min-width: 80px;
        min-height: 130px;
    }
    .infowindow-data .card-title, .state-location-item .card-title {
        font-size: 20px;
        font-size: 1.25rem;
        margin-top:0;
    }
    .state-location-item p, .state-location-item li {
        margin-top: 0;
    }
    .state-location-item .state_location_type {
         margin-bottom: 8px;
    }
    .open .location_popup_box {
        width: 100%;
        left: 0;
        margin: 0;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 20px;
    }
    .location_popup_box_info_section {
         margin: 0;
        margin-top: 26px;
        padding: 0 18px;
        margin-bottom: 18px;
    }

}