.show-page-sidebar-map,
.show-page-sidebar-map-frame {
    float: left;
    width: 100%;
    overflow: hidden;
}

.show-page-map-button {
    float: right;
    position: relative;
    color: #fff;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    font-size: 12px;
    font-weight: 600;
}

.show-page-map-button i {
    padding-left: 10px;
}

.show-page-map-button:hover,
.show-page-map-button:focus {
    color: #fff;
}

.scroll-nav-wrapper .show-page-map-button {
    background: #F9B90F;
}

.scroll-nav-wrapper .show-page-map-button:hover,
.scroll-nav-wrapper .show-page-map-button:focus {
    background: #F9B90F;
}

.show-page-mobile-overlay {
    position: fixed;
    top: 110px;
    right: -100%;
    width: 100%;
    height: calc(100vh - 110px);
    z-index: 1200;
    background: #ecf6f8;
    transition: right 300ms ease;
}

.show-page-mobile-overlay.is-open {
    right: 0;
}

.show-page-mobile-overlay .show-page-mobile-map-shell,
.show-page-mobile-overlay .single-map-shell,
.show-page-mobile-overlay .single-map-canvas {
    height: 100%;
    min-height: 100%;
}

.show-page-mobile-overlay .gm-style .gm-fullscreen-control {
    margin-right: 16px;
}

.show-page-map-close {
    position: absolute;
    top: 10px;
    right: 72px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 6px;
    background: #ffffff;
    color: #22a836;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.18);
    cursor: pointer;
}

.show-page-map-close:hover {
    background: #f8fafc;
}

body.hidnav .show-page-mobile-overlay {
    top: 50px;
    height: calc(100vh - 50px);
}

@media only screen and (max-width: 1064px) {
    .show-page-sidebar-map {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
    .scroll-nav-wrapper .show-page-map-button {
        float: left;
    }
}

@media only screen and (min-width: 1065px) {
    .show-page-mobile-overlay,
    .show-page-mobile-trigger {
        display: none !important;
    }
}
