/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 30 2025 | 14:35:24 */
/*-----------------------------*/
.map-container {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
	
}
.map-container .map {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
	min-height: 650px;
    z-index: 1;
}
.page-template-template-location-map footer#colophon {
    display: none;
}
.map-container .sidebar,
.map-container .details-section {
    position: absolute;
    top: 115px;
    right: 20px;
    width: 450px;
    height: calc(100% - 135px);
    padding: 0 25px 40px;
    background: #fff;
    border-radius: 20px;
    overflow: auto;
    box-shadow: 0 -3px 5px 0 #00000010;
    z-index: 9;
}
.map-container .sidebar .sidebar-header {
    position: sticky;
    top: 0;
    padding: 40px 0 10px;
    background: #fff;
    z-index: 9;
}
.map-container div[role="dialog"] {
    width: 200px;
    padding-bottom: 20px !important;
}
.map-container div[role="dialog"] * {
    font-family: 'Mikhmoret DL 1.1 AAA';
    font-size: 17px;
    font-weight: 400;
}
.map-container div[role="dialog"] strong {
    font-weight: 600;
    font-size: 22px;
}
.map-container .sidebar::-webkit-scrollbar {display: none;}
.map-container .sidebar.loading:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: url(/wp-content/uploads/2024/11/ripples.svg);
    background-position: center;
    background-size: 100px;
    background-repeat: no-repeat;
    z-index: 9;
}
.map-container .sidebar p.title {
    margin: 0 0 15px 0;
    font-family: 'Bamberger FM';
    font-size: 30px;
    font-weight: 500;
    line-height: 0.75;
    letter-spacing: 1px;
    text-align: center;
    color: #252D30;
}
.map-container .sidebar .search-bar input {
    position: relative;
    width: 100%;
    margin: 0 0 10px;
    padding: 10px 40px 10px 20px;
    font-family: 'Mikhmoret DL 1.1 AAA';
    font-size: 20px;
    background: #fff;
    border: solid 1px #E5E4E0;
    color: #252D30;
    border-radius: 50px;
    background-image: url(/wp-content/uploads/2025/02/Icon-feather-search.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    line-height: 1;
}
.map-container .sidebar .search-bar input::placeholder {
    color: #56544F;
}
.map-container .sidebar .list-title {
    margin: 10px 0;
    font-family: 'Bamberger FM';
    font-size: 25px;
    color: #252D30;
	line-height: 1;
}
.map-container .sidebar .location-list {
    margin: 0;
    padding: 0;
}
.map-container .sidebar .location-list .location-item {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 0 10px;
    padding: 10px;
    background: #f6f4f1;
    border-radius: 100px;
    font-family: 'Mikhmoret DL 1.1 AAA';
    font-size: 16px;
	background: #f6f4f185;
    color: #252D30;
    line-height: 1;
}
.map-container .sidebar .location-list .location-item .image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
	margin: 0 0 0 15px;
    padding: 7px;
    border-radius: 150px;
    background-color: #fff;
}
.map-container .sidebar .location-list .location-item .data {
    line-height: 1.2;
    font-size: 17px;
}
.map-container .sidebar .location-list .location-item button.show-map {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 45px;
    height: 55px;
    padding: 0;
    border-radius: 150px;
    background: none;
    border: 0;
    cursor: pointer;
}
.map-container .sidebar .location-list .location-item .data .location_title,
.map-container .details-section .location-header .location_title {
    margin: 0 0;
    font-size: 20px;
    font-weight: 600;
	line-height: 1;
}
.map-container .sidebar .location-list .location-item .btns,
.map-container .details-section .location-header .btns {
    min-width: 120px;
    width: 120px;
    text-align: left;
}
.map-container .sidebar .location-list .location-item .btns button.show-details {
    padding: 0;
    border: 0;
    background: none;
    text-align: left;
    text-decoration: underline;
    font-weight: 500;
    font-size: 14px;
}
.map-container .sidebar .location-list .location-item .btns button.show-map,
.map-container .details-section .location-header .btns button.show-map {
    margin: 0 0 20px;
    padding: 10px 15px;
    background: #F0F5F7;
    border: 0;
    cursor: pointer;
}
.map-container .btns button.show-map:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 7px;
    width: 13px;
    height: 13px;
    background-image: url(/wp-content/uploads/2025/01/land-layer-location.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.map-container .sidebar .location-list .location-item .btns button.show-details {
    padding: 0;
    border: 0;
    background: none;
    text-align: left;
    text-decoration: underline;
    font-weight: 500;
	cursor: pointer;
}
.map-container .details-section .back-to-list {
    display: block;
    width: 100%;
    margin: 0 0 20px;
    padding: 0 0 15px;
    text-align: right;
    background: none;
    border: 0;
    border-radius: 0px;
    border-bottom: solid 1px #D7DAE4;
    font-size: 16px;
    font-weight: 500;
	cursor: pointer;
}
.map-container .details-section .back-to-list:before {
	content: "";
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 7px;
    width: 10px;
    height: 10px;
	background-image: url(/wp-content/uploads/2025/01/Icon-feather-chevron-down.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.map-container .details-section .location-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 15px;
    line-height: 1.2;
}
.map-container .details-section .location-header .location_title {
    font-size: 25px;
}
.map-container .details-section .section-title {
    position: relative;
    margin: 25px 0 5px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
}
.supported_services_list span {
    margin: 0 2px 7px 0 !important;
    padding: 3px 10px !important;
    font-size: 14px;
    border-radius: 50px !important;
}
.map-container .details-section .section-title:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 7px;
    width: 13px;
    height: 13px;
}

.map-container .details-section .time .section-title:before{
	background-image: url(/wp-content/uploads/2025/01/calendar.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.map-container .details-section .accessibility .section-title:before{
	background-image: url(/wp-content/uploads/2025/01/wheelchair.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.map-container .details-section .parking .section-title:before{
	background-image: url(/wp-content/uploads/2025/01/parking-circle.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.map-container .details-section .toilet .section-title:before{
	background-image: url(/wp-content/uploads/2025/01/restroom-simple.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


.map-container .map:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    mix-blend-mode: hue;
    z-index: 1;
    opacity: 0.6;
    pointer-events: none;
	transition: all 0.5s ease-in-out;
}
.map-container .map:hover:after{opacity: 0;}




/*------------------------- T A B L E T S + M O B I L E ---------------------------*/
@media screen and (max-width: 1250px) {
	
.map-container {
    height: auto;
}
.map-container .map {
    position: relative;
    top: unset;
    right: unset;
	height: calc(100vh - 415px);
	min-height: unset;
}
.map-container .sidebar {
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
	height: 435px;
    margin: 0;
    padding: 65px 15px 20px;
    border-radius: 0;
	box-shadow: inset 0 -5px 10px #00000030;
}
.map-container .sidebar .location-list .location-item {
	margin: 0 0 7px;
    padding: 10px;
}
.map-container .sidebar .location-list .location-item .image-container {
    width: 45px;
    height: 45px;
    margin: 0 0 0 10px;
}
.map-container .sidebar .location-list .location-item .btns button.show-map, .map-container .details-section .location-header .btns button.show-map {
    margin: 0 0 15px;
}
.map-container .details-section {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    padding: 10px 15px;
	font-size: 15px;
    line-height: 1.2;
}
.map-container .sidebar {
    margin: 0 0 -15px;
    box-shadow: 0 10px 15px 0 #00000020;
    border-radius: 0 0 15px 15px;
}
.map-container .sidebar .location-list .location-item .data {
    font-size: 15px;
}
.map-container .sidebar .location-list .location-item .data .location_title, .map-container .details-section .location-header .location_title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.25px;
}
.map-container .sidebar .location-list .location-item button.show-map {
    top: 5px;
}
	
	







}