@charset "UTF-8";

.locInfo {
    /* max-height: 885px; */
    float: left;
    /* padding-top: 5%; */
    display: grid;
    align-content: center;
    align-items: center;
    /* justify-items: center; */
    margin-bottom: min(9.9vw, 190px);
}

.locInfo h2 {
    margin-left: 16.66666667%;
}

.locInfo::-webkit-scrollbar {
    width: 5px;
}

.locInfo::-webkit-scrollbar-track {
    background: var( --white );
}

.locInfo::-webkit-scrollbar-thumb {
    background: #86b8c5;
}

.locInfo::-webkit-scrollbar-thumb:hover {
    background: #29a5c4;
}

.map-section {
     position: relative;
     padding: var( --secPadding );
     z-index: 1;
     background-color: var( --white );
     background-image: url( '/wp-content/uploads/2025/11/map_block_background.jpg.webp' );
     background-position: bottom;
     background-repeat: no-repeat;
 }

section.map-section .container {
    width: 100%;
}

.map-section .container .row {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
}

.map {
    padding: 0;

    /* float: right; */
}

.main-map {
    /* z-index: 1; */
    float: right;
    height: clamp( 310px, 42.4vw, 814px );
    aspect-ratio: 1/1;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.loc_img {
    background-position: center;
    border-radius: 50%;
    min-height: 272px;
}

.loc_img img {
    border-radius: 50%;
}

.loc_info {
    background-color: var( --white );
    margin-top: -45px;
    color: var( --black );
    font-size: 18px;
    padding-bottom: 20px;
}

.locRow {
    display: block;

    /* overflow: visible; */

    /* padding: 54px 0; */
    position: relative;
    clear: both;
    float: left;
    width: 100%;
}

.locRow:last-of-type {
    margin-bottom: 50px;
}

.locRow .lname.accordion {
    display: flex;
    flex-direction: row;
    background-color: transparent;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.locRow .loc-name {
    margin-bottom: 0;
}

.locRow .lname::after {
    content: '';
    width: 24px;
    height: 18px;
    background-image: url( '/wp-content/uploads/2025/11/arrow.svg' );
    transition: all .75s linear;
}

.locRow .lname.active::after {
    transform: rotate(90deg);
}

.locInf {
    padding: 0;
}

.locInf::after {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    border: 2px solid #f1f1f1;
    bottom: 0;
    left: 0;
}

.locRow:last-of-type .locInf::after {
    display: none;
}

.loc-name {
    font-size: var( --h4-font-size );
    font-weight: var( --medium );
    font-style: normal;
    letter-spacing: var( --heading-spacing );
    line-height: 42px;
    margin: 0 0 18px;
}

.locAdd {
    color: var( --black );
    font-size: clamp(16px, 0.938vw, 18px);
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: clamp(20px, 2.5vw, 24px);
    margin-bottom: clamp(5px, 0.83vw, 16px);
}

.locAdd a {
    text-decoration: none;
}

.locAdd a:hover {
    text-decoration: underline;
}

.lInfo.panel {
    max-height: 0;
    display: block;
    transition: max-height 0.5s linear;
}

.lInfo.panel.show {
    max-height: 200px;
    transition: max-height 0.5s linear  .5s;
}

.locInf a.locPhone {
    display: block;
    margin-bottom: 30px;
    font-size: clamp(16px, 0.938vw, 18px);
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: clamp(20px, 2.5vw, 24px);
    color: var( --black );
}

a.locSelect {
    color: var( --primary-color );
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1.6px;
    line-height: 24px;
    text-transform: uppercase;
}

.locInf a.locPhone:hover {
    color: var( --black );
}

.loc-name a {
    color: var( --black );
}

.locRow img {
    width: 100%;
    height: auto;
    border-radius: 0;
    margin-bottom: 20px;
}

.hours {
    padding: 20px 0;
    font-weight: 400;
    width: 100%;
    color: var( --black );
}

.hours dl {
    width: 100%;
}

.hours dt,
.hours dd {
    font-size: clamp(14px, 0.938vw, 18px);
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: clamp(20px, 2.5vw, 24px);
}

.hours dt {
    font-weight: 400;
}

.hours dd {
    text-align: right;
}

.hours label {
    width: 35%;
    float: left;
    display: block;
}

table.mabel-bhi-businesshours tr td {
    padding: 5px 5px 5px 22px;

    /* width: 100%; */
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    float: left;
    overflow: hidden;
    margin: 0;
    height: auto;
    font-size: 12px;
}

table.mabel-bhi-businesshours tr td:last-of-type {
    width: 60%;
    text-align: right;
    float: right;
}

table.mabel-bhi-businesshours tr {
    display: none;
    transition: all 5s ease;
    border: 0;
    background-color: var( --white );
    width: 100%;
    color: var( --black );
}

table.mabel-bhi-businesshours {
    border: 0;
    width: 97% !important;
    height: auto !important;
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 6;
    padding: 10px 0;
    background-color: var( --white );
}

table.mabel-bhi-businesshours tbody,
table.mabel-bhi-businesshours tbody tr {
    width: 100%;
    position: relative;
    padding: 0;
}

table.mabel-bhi-businesshours tbody {
    padding: 10px 0;
    height: auto !important;
    overflow: visible;
    position: relative;
}

table.mabel-bhi-businesshours tbody tr {
    padding: 20px 0 !important;
    height: 10px;
    position: relative;
}

table.mabel-bhi-businesshours tr.mbhi-is-current {
    display: table-row !important;
    cursor: pointer;
    position: relative;
    margin: 0;
    background-color: var( --white );
    color: var( --black );
}

tr.mbhi-is-current td:first-of-type {
    padding: 5px 5px 5px 22px;
}

tr.mbhi-is-current::before {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    color: var( --black );
    width: 22px;
    height: 22px;
    position: absolute;
    left: 5px;
    top: 3px;
    font-weight: 900;

    /* transform: translateY(-50%); */
}

table.mabel-bhi-businesshours tr.mbhi-is-current.trActive {
    background-color: transparent;
    color: var( --primary-color );
    width: 100%;
    position: relative !important;
}

tr.mbhi-is-current.trActive::before {
    content: '\f106';
    font-family: 'Font Awesome 5 Free';
    width: 22px;
    height: 22px;

    /* top: 0; */
    font-weight: 900;
    color: var( --primary-color );
}

@media ( max-width: 1024px ) {
    .map-section {
        background-image: none;
        padding: 80px 0;
    }
    .locImg img {
        margin: 0 auto 20px;
        display: block;
    }

    .locCard {
        margin-bottom: 50px;
    }

    .locRow::after {
        width: 95%;
    }
}

@media ( max-width: 768px ) {
    .main-map {
        min-height: 90vw;
        width: 90%;
        float: none;
        margin: 0 auto;
    }

    tr.mbhi-is-current::before {
        top: 5px
    }

    .map-section .container .row {
        flex-direction: column;
    }

    .locInfo {
        margin-top: 56px;
        margin-bottom: 0;
    }
    
    .locRow:last-of-type {
        margin-bottom: 0;
    }

    .locInfo h2 {
        font-size: 36px;
        margin-left: 18px;
    }

    .loc-name {
        font-size: 22px;
    }

    .locAdd {
        margin-bottom: 24px;
    }
}

@media ( max-width: 567px ) {
    .locPic,
    .locInf {
        width: 100%;
        clear: both;
        margin-left: 0;
    }

    table.mabel-bhi-businesshours tbody tr td {
        font-size: 14px
    }

    table.mabel-bhi-businesshours tbody tr.mbhi-is-current::before {
        top: 5px;
    }
}