.poimap-single-location > .row {
    margin: 32px 0;
}

/**
descriptions and gallery
 */

.poimap-location-data-wrapper {
}

.poimap-location-data-wrapper > .cols {
    display: inline-block;
}

.poimap-location-data-wrapper > .left {
    width: 45%;
    padding: 1em;
}

.poimap-location-data-wrapper > .right {
    width: 55%;
    padding: 1em;
    float: right;
}

.poimap-location-data-wrapper > .right > .poimap-location-gallery {
    display: flex;
    flex-wrap: wrap;
}

.poimap-location-data-wrapper > .right > .poimap-location-gallery > a {
    flex: 0 0 25%;
}

.poimap-location-data-wrapper > .right > .poimap-location-gallery > a > img {
    padding: 0.3rem;
}


/**
TABS
 */

/*@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;300;400;700&display=swap');*/

.poimap-location-tabs > .poimap-location-tabs-wrapper {
    padding: 1em;
}

.poimap-tab-buttons-wrapper {
    overflow-x: auto;
    white-space: nowrap;
    border-radius: 4px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background: #FAFAFA;
    width: 100%;
}

.poimap-tab-buttons-wrapper::-webkit-scrollbar {
    display: none;
}

.poimap-tab-buttons-wrapper > .poimap-tab-buttons {
}

.poimap-tab-buttons-wrapper > .poimap-tab-buttons > .poimap-tab-button {
    padding: 1em;
    color: #333;
    display: inline-block;
}

.poimap-tab-buttons-wrapper > .poimap-tab-buttons > .poimap-tab-button.active {
    background: #333;
    color: #FAFAFA;
}

.poimap-tabs {
    min-height: 320px;
}

.poimap-location-tabs-wrapper > .poimap-tabs > .poimap-tab-content {
    display: none;
    padding: 1em;
}

.poimap-location-tabs-wrapper > .poimap-tabs > .poimap-tab-content.active {
    display: block;
}

/** contacts **/
.poimap-location-tabs-wrapper > .poimap-tabs > .poimap-tab-content > .poimap-contacts-tab-item:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.poimap-location-tabs-wrapper > .poimap-tabs > .poimap-tab-content > .poimap-contacts-tab-item.phone:before {
    content: "\f879";
}

.poimap-location-tabs-wrapper > .poimap-tabs > .poimap-tab-content > .poimap-contacts-tab-item.email:before {
    content: "\f658";
}

.poimap-location-tabs-wrapper > .poimap-tabs > .poimap-tab-content > .poimap-contacts-tab-item.facebook:before {
    font-family: 'Font Awesome 5 Brands';
    content: "\f082";
}

.poimap-location-tabs-wrapper > .poimap-tabs > .poimap-tab-content > .poimap-contacts-tab-item.twitter:before {
    font-family: 'Font Awesome 5 Brands';
    content: "\f099";
}

.poimap-location-tabs-wrapper > .poimap-tabs > .poimap-tab-content > .poimap-contacts-tab-item.instagram:before {
    font-family: 'Font Awesome 5 Brands';
    content: "\f16d";
}

.poimap-location-tabs-wrapper > .poimap-tabs > .poimap-tab-content > .poimap-contacts-tab-item.website:before {
    content: "\f57d";
}
