#mapHolder {
    width: 100%;
    margin: auto;
    height: 630px;
    min-height: 630px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#miniMapHolder {
    width: 100%;
    height: 100%;
}

.mapHolderNotify {
    width: 90%;
    margin: auto;
}

.mapHolderNotify p {
    color: #000;
    font-size: 16px;
}

.mapHolderNotify p a {
    color: #000;
    font-weight: 700;
    transition: .2s;
}

.mapHolderNotify p a:hover {
    color: rgba(0, 0, 0, .7);
    font-weight: 700;
    transition: .2s;
}

#map {
    width: 100%;
    height: 100%;
    background: url('https://canadianbeerday.ca/wp-content/uploads/2020/08/brewery_map.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

#show-map {
    cursor: pointer;
}

.showMapC1 {
    width: 70%
}

.showMapC2 {
    width: 15%;
    display: flex;
    justify-content: center;
}

.showMapC1 h4,
.showMapC2 h4 {
    font-size: 20px;
    color: #fff!important;
    font-family: Montserrat, Helvetica, Arial, Lucida, sans-serif!important;
    padding-left: 2;
    font-weight: 600;
    line-height: 1.3;
    transition: .2s;
    text-transform: uppercase;
}

#findBH,
#findBI {
    transition: .2s;
}

.findBI {
    transform: translateX(50%);
    transition: .2s;
}

.findBH {
    transition: .2s;
}

#fade-in {
    background: #fff;
    border: none;
    height: 100%;
    width: 1px;
    opacity: 0;
    transition: all .75s ease;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    display: flex!important;
    flex-direction: column;
    justify-content: center;
    overflow-x: hidden;
}

#fade-in.show {
    opacity: 1;
    height: 100%;
    width: 25%;
    max-width: 300px;
}

#categoryHolder {
    margin: 30% 0;
    display: flex;
    flex-direction: column;
    overflow: auto;
}

#categoryHolder::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: transparent;
}

#categoryHolder::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .4);
    transition: .2s;
}

#categoryHolder::-webkit-scrollbar-thumb:hover {
    background: #000;
    transition: .2s;
}

#categoryHolder::-webkit-scrollbar-corner {
    color: transparent;
    background-color: transparent;
}

.customSettings {
    color: #000;
    font-size: calc(30px + .2vw)!important;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer;
}

.customSettings:hover {
    color: rgba(0, 0, 0, .4);
}

.customSettings.down {
    color: #000;
}

#mapMenuBtn {
    top: 0!important;
    left: 0!important;
    z-index: 0;
    border: 0;
    margin: 10px;
    padding: 0;
    position: absolute;
    height: 40px;
    width: 40px;
    overflow: hidden;
}

#mapMenuBtn div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.provContainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 20px;
    display: flex;
    align-items: center;
    font-size: 15px;
}

.provContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.provCheckmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 3px solid #000;
    border-radius: 3px;
}

.provCheckmarkChecked {
    border: 3px solid transparent;
}

.provContainer input:checked~.provCheckmark {
    background-color: transparent;
}

.provCheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

.provContainer input:checked~.provCheckmark:after {
    display: block;
}

.provContainer .provCheckmark:after {
    height: 20px;
    width: 20px;
    border: 0;
    background: url('https://canadianbeerday.ca/wp-content/uploads/2020/09/map-checkmark.svg');
    background-size: 90%;
    border: 3px solid #000;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-position: center center;
    top: -3px;
    left: -3px;
}

.inputGroup {
    padding-bottom: 15px;
    padding-left: 18px;
    margin: auto 0;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    text-align: left;
}

.inputGroup:last-child {
    padding-bottom: 0;
}

.provinceListUL {
    list-style: none;
    padding-left: 5px;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 280px;
}

.provinceListUL label {
    margin-bottom: 0;
}

.provinceListUL li {
    display: flex;
    align-items: center;
    padding: 3px;
}

.provinceListUL::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: transparent;
}

.provinceListUL::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .4);
    transition: .2s;
}

.provinceListUL::-webkit-scrollbar-thumb:hover {
    background: #000;
    transition: .2s;
}

.provinceListUL::-webkit-scrollbar-corner {
    color: transparent;
    background-color: transparent;
}

.provinceListUL li label:hover {
    cursor: pointer;
}

.selectedBrewery {
    color: rgba(0, 0, 0, .6);
}

.selectedBrewery:before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
}

.collapsible {
    background-color: transparent;
    color: #000;
    cursor: pointer;
    padding: 5px;
    width: 100%;
    border: none;
    text-align: left;
    outline: 0;
    font-size: 15px;
}

.provContent {
    display: none;
}

.allBreweriesList {
    display: none;
}

.allBreweriesListVisible {
    visibility: visible;
    height: auto;
}

.gm-style-iw-d {
    overflow: hidden!important;
    width: 100%!important;
    height: 100%!important;
    display: flex;
    flex-direction: flex;
    justify-content: center;
    align-content: center;
    padding: 15px;
}

.gm-style .gm-style-iw {
    background-color: #AD1238!important;
    top: 0!important;
    left: 0!important;
    width: 250px!important;
    height: 100%!important;
    min-height: 120px!important;
    padding: 0;
    display: flex!important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0;
}

.gm-style .gm-style-iw-t::after {
    background: linear-gradient(45deg, #AD1238 50%, rgba(206, 157, 44, 0) 51%, rgba(206, 157, 44, 0) 100%)!important;
    box-shadow: none!important;
}

.gm-style .gm-style-iw h5 {
    color: #fff;
}

.gm-ui-hover-effect {
    top: 0!important;
    right: 0!important;
}

.gm-ui-hover-effect img {
    content: url('https://canadianbeerday.ca/wp-content/uploads/2020/09/map-x-btn.svg')!important;
}

.gm-style div div div div div div div div {
    padding: 0;
    margin: 0;
    padding: 0;
    top: 0;
    color: #fff;
    padding: 10px;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.gm-style div div div div div div div div h5 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 700 !important;
    font-size: 12px !important;
    padding-bottom: 5px;
}

.gm-style div div div div div div div div p {
    font-size: 12px;
    margin: 0;
}

.gm-style div div div div div div div div a {
    text-decoration: none;
    color: #fff;
    transition: .2s;
}

.gm-style div div div div div div div div a:hover {
    transition: .2s;
    color: #000;
}

.gm-style div div div div div div div div p span a {
    padding-top: 5px;
    font-weight: 700;
    text-decoration: underline;
}

@media (max-width:1024px) {
    .showMapC1 h4,
    .showMapC2 h4 {
        font-size: 20px;
    }
}

@media (max-width:992px) {
    #fade-in.show {
        width: 40%;
    }
}

@media (max-width:768px) {
    #fade-in.show {
        width: 50%;
    }
}

@media (max-width:600px) {
    #mapHolder {
        max-height: 350px;
        min-height: 350px;
        height: 350px;
    }
    .showMapC1 h4,
    .showMapC2 h4 {
        font-size: calc(16px + .2vw);
    }
}

@media (max-width:500px) {
    #fade-in.show {
        width: 50%;
    }
}

@media (max-width:425px) {
    #fade-in.show {
        width: 60%;
    }
    .showMapC1 h4,
    .showMapC2 h4 {
        font-size: 16px;
    }
    .mapBox .standardButton2 {
        max-width: 225px;
    }
    .mapBox .standardButtonAr span:after {
        top: 25%;
    }
}

@media (max-height:920px) {
    .provinceListUL {
        max-height: 200px;
    }
}

@media (max-height:780px) {
    .provinceListUL {
        max-height: 150px;
    }
}