/* assets/css/location.css */

.oms-location-main-info {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    padding-top: 30px;
    height: 400px;
    z-index: 1
}

.oms-location-contact-bar-container {
    margin-top: -15px;
}

.oms-location-contact-bar-container .contact-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content:start;
}
.oms-location-contact-bar-container .location-li-item {
  padding: 4px 10px;
  border-radius: 10px;
	border: 1px solid #FFF;
	background: rgba(255, 255, 255, 0.50);
	box-shadow: 5px 10px 30px 0px rgba(0, 0, 0, 0.03);
	backdrop-filter: blur(5px);
}
.location_breadcrumb {
    position: relative;
    z-index: 10;
    margin: 0;
    padding: 8px 0;
    list-style: none;
    font-size: 14px;
}
.location-description p {
    margin: 0;
}
.location-header {
    width: 100%;
    height: 400px;
    margin-bottom: 0px;
    background: var(--color-slate-100);
    overflow: hidden;
}

.location-checklist {
    max-width: 100%;
    margin: 0;
}

.location-heading {
    font-size: 2em;
}

.location-li-item {
    list-style: none;
}

.oms-location-main-info {
    padding-right: 80px;
}

.location-li-item a {
    color: var(--color-oms-brand);
    display: flex;
}

.location-li-item .icon-wrapper {
    height: 20px;
    width: 20px;
    margin-right: 4px;
}

.location-li-item .icon-wrapper img{
    margin-bottom: 2px;
}

.location-header .map_container {
    margin-left: 0 ;
}

#popup {
    display: none;
}

.invisible-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

.location-content {
    margin-top: 500px;
}

@media only screen and (max-width: 1200px){
    .map_container {
        display: none;
    }
}