﻿.info-window-content {
    font-family: id;
    overflow-x: hidden;
    min-width: 231px;

    /*border: 1px solid black;
    border-radius:10px;*/
}

.info-window-wide {
    display: none;
}

.info-window-narrow {
    display: flex;
}

.info-window-title {
    background-color: #007CBE;
    color: white;
}

.info-window-title-top {
    margin-left: 5px;
    margin-top: 5px;
    font-family: id-bold;
    margin-bottom: 1px !important;
}

.info-window-title-bottom {
    margin-left: 5px;
    margin-bottom: 5px;
    font-size: 1rem;
}

.info-window-body {
    padding-left: 10px;
    padding-right:10px;
}

.info-window-menu-break {
    margin-top: 5px;
}

.info-window-hr {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

.info-window-menu-icon-subtitle {
    display: none;
}

.info-window-menu-icon {
    width: 20px;
}

.info-window-menu-icon-button {
    cursor: pointer;
}

.info-window-contact-method-icon, .contact-method-icon {
    height: 19px;
    width: 19px;
    margin-bottom:4px;
}

.hide-scrollbar::-webkit-scrollbar {
    display: none !important;
}

.hide-scrollbar {
    -ms-overflow-style: none !important; /* IE and Edge */
    scrollbar-width: none !important; /* Firefox */
}

/* Overrides */
.gm-style .gm-style-cc a, .gm-style .gm-style-cc button, .gm-style .gm-style-cc span, .gm-style .gm-style-mtc div {
    /* Lighthouse SEO purposes */
    font-size: 12px !important;
}

.gm-style-iw {
    padding-left: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-right: 0px !important;
}

.gm-ui-hover-effect {
    display: none !important
}

.gm-style-iw-d::-webkit-scrollbar {
    /*display: none;*/
}

.gm-style-iw-d {
    /*-ms-overflow-style: none;*/ /* IE and Edge */
    /*scrollbar-width: none;*/ /* Firefox */
}

/* Smallest devices (mobiles, 575px and below)*/
@media (max-width: 575px) {
    .info-window-narrow {
        display: block;
    }

    .info-window-wide {
        display: none;
    }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .info-window-narrow {
        display: block;
    }

    .info-window-wide {
        display: none;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .info-window-menu-icon-subtitle-short {
        display: none;
    }

    .info-window-menu-icon-subtitle {
        display: flex;
    }

    .info-window-wide {
        display: flex;
    }

    .info-window-content {
        min-width: 490px;
    }

    .info-window-narrow {
        display: none;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}

