/* *********************************************** */
.featuredblock__container.featuredblock__container--clickable:hover * {
    opacity: 1;
}

.wrap__featuredblocks {
    background-color: #d6d5d9;
    background-image: url(/storage/app/media/Manhattan-CTA-Pattern.png);
    border-top-color: #02ab79;
    border-bottom-color: #02ab79;
    border-top: 1px solid;
    border-bottom: 3px solid;
}

/* infor body */
.wrap__newsletter {
    background-color: rgba(132,132,132,0.42) !important;
    border-color: #02ab79 !important;
    width: 100%;
    border-top: 2px solid;
    border-bottom: 2px solid;
    position: relative;
}
.wrap__newsletter:before {
    background-image: url(/storage/app/media/Manhattan-contact-Pattern.png);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wrap__newsletter:after {
    background-color: #fff;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
}

/* *********************************************** */
footer {
    background-color: #000000;
}
table#officehours {
    width: 260px;
    table-layout: auto;
}
table#officehours caption {
    text-align: left;
    font-weight: bold;
}
table#officehours tr td {
    line-height: 1.3;
    border: none;
    padding: 0px !important;
}
.wrap__page-content h1 {
    font-style: italic;
}
.featuredblock__container.featuredblock__container--clickable:hover * {
    opacity: 1;
}
.wrap__copyright {
    text-align: center !important;
    float: none !important;
}
ul.navigation__list.more_nav.menu_parent_list {
    text-align: right;
}
div#slot-main ul {
    margin-left: 30px;
}
table#officeHours td {
    border: none;
    text-align: left;
}
table#officeHours {
    width: 70%;
}

.bodyflex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    background-color: rgba(173, 182, 192, 0.6);
    margin-left: auto;
    margin-right: auto;
}
div#gmap {
    width: 100% !important;
}
.wrap__map {
    width: 50%;
}
.wrap__hours {
    width: 20%;
}
.hours__wrapper {
    width: 100% !important;
}

h3.map__caption {
    text-align: -webkit-left !important;
}
h2.map__title {
    text-align: -webkit-left !important;
}
.map.component {
    padding: 20px !important;
}
.wrap__locations__header {
    margin-top: 10px !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    align-content: center;
    width: 100%;
    gap: 5px;
}
a.cta__button--icon {
    margin: 0px;
    padding: 0px;
}

.wrap__locations__header {
    width: fit-content;
}
/* .wrap__menu_locations {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 10px;
} */

.separate {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
}

.reviewspage {
    width: 255px;
    float: right;
}

.credits {
    float: right;
    border: 0;
    width: 150px;
}
.adobe {
    float: right;
    border: 0px none;
    width: 88px;
    height: 31px;
    margin: 10px;
}

.wrap__menu_locations {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width: 1024px) and (min-width: 769px) {
    .wrap__map {
        width: 50%;
    }
    .wrap__hours {
        width: 50%;
    }
    .wrap__menu_locations {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .slider__title {
        text-align: center !important;
        font-size: 40px !important;
    }
}
@media (max-width: 768px) and (min-width: 426px) {
    .wrap__map {
        width: 100%;
    }
    .wrap__hours {
        width: 100%;
    }
    .wrap__locations__header {
        width: 60%;
    }
    .wrap__menu_locations {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .slider__title {
        text-align: center !important;
        font-size: 40px !important;
    }
}
@media (max-width: 425px) {
    p.logo__title {
        text-align: center;
    }
    .wrap__page-content h1 {
        font-size: 28px;
    }
}
@media (max-width: 425px) and (min-width: 376px) {
    table#officeHours {
        width: 100%;
    }
    .separate {
        justify-content: center;
    }
    .wrap__map {
        width: 100%;
    }
    .wrap__hours {
        width: 100%;
    }
    .cta__container.cta__container {
        display: none;
    }
    .cta2__container.cta__container {
        display: none;
    }
    .wrap__menu_locations {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .slider__title {
        text-align: center !important;
        font-size: 40px !important;
    }
}
@media (max-width: 375px) {
    table#officeHours {
        width: 100%;
    }
    .separate {
        justify-content: center;
    }
    .wrap__map {
        width: 100%;
    }
    .wrap__hours {
        width: 100%;
    }

    .slider__title {
        text-align: center !important;
        font-size: 40px !important;
    }
    .wrap__menu_locations {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .cta__container.cta__container {
        display: none;
    }
    .cta2__container.cta__container {
        display: none;
    }
}
