/**
 * ==============================================
 * General
 * ==============================================
 */
#map {
    width: 100%;
    height: 578px;
    box-shadow: 0 -3px 12px rgb(0 0 0 / 16%);
    margin-top: 3.5rem;
}

.gm-style .gm-style-iw-t::after {
    content: none;
}

.gm-style .gm-style-iw-c {
    border-radius: 4px;
    background-color: #fff;
}

.gm-style .gm-style-iw-c button {
    top: 0px !important;
    right: 0 !important;
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}

.map-info-window {
    text-align: left;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.map-info-window ul {
    padding: 0;
}

.map-info-window ul li:before {
    content: none;
}

.map-info-window ul li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1rem;
}

.map-info-window .star-ratings-css-top {
    color: #F8A53F;

}
.map-info-window ul li i {
    /*position: absolute;*/
    /*left: 0;*/
}

.map-info-window small {
    font-weight: 400;
    text-transform: none;
}

.map-info-window img {
    width: 200px;
    height: auto;
}

.map-info-window [class^="icon-"]:before,
.map-info-window [class*=" icon-"]:before {
    font-size: 1.15rem;
}

.map-info-window .star-ratings-css {
    margin-bottom: 1.75rem;
    margin-top: 0;
}

.map-info-window .btn {
    height: 40px;
    line-height: 40px;
    min-width: 200px;
}

.land-based-casino-boxes {
    margin-bottom: 1.5rem;
}

.land-based-casino-boxes .owl-dots {
    margin-top: 1.5rem;
}

.land-based-casino-boxes {
    margin-top: 1.5rem;
}

.map-info-window h3,
.land-based-casino-boxes h3 {
    display: flex;
    flex-direction: column;
    color: #000;
    font: normal normal 600 16px/22px Roboto;
    margin-top: 35px;
    margin-bottom: 0px;
    padding-bottom: 30px;
}

.land-based-casino-boxes .map-info-window-bg-image {
    position: relative;
    min-height: 165px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}

.land-based-casino-boxes .map-info-window-bg-image div {
    position: absolute;
    background-color: #3C9542;
    color: #fff;
    text-transform: uppercase;
    padding: 0.25rem 1rem;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px 10px 0 0;
    font: normal normal 500 11px/22px Roboto;
    letter-spacing: 1.54px;
}

.land-based-casino-boxes .map-info-window {
    align-items: initial;
    padding-left: 2rem;
}

.land-based-casino-boxes .map-info-window ul {
    min-height: 95px;
    margin-left: 0;
}

.land-based-casino-boxes .map-info-window ul li {
    color: #010101;
    font-size: 0.95rem;
    font-weight: 400;
    padding-left: 0;
    line-height: 1.25;
}

.land-based-casino-boxes .map-info-window-highlights span {
    margin: 0 .3rem 0 0;
    color: #868686;
}

.content-section .land-based-casino-boxes .map-info-window-link a,
.land-based-casino-boxes .map-info-window-link a {
    text-decoration: none;
    font-weight: 400;
    color: #3c9542;
}

.land-based-casino-boxes .map-info-window-link a:after {
    font-family: "casino-online";
    content: '\e841';
    font-size: 0.7em;
    margin-left: 0.25rem;
}

#ajax-land-based-search-results {
    height: 578px;
    overflow-y: scroll;
    overflow-x: hidden;

}

#ajax-land-based-search-results .land-based-casino-boxes .item {
    margin-bottom: 2rem;
}

.search #map {
    margin-top: 0;
}

#ajax-land-based-search-results .top-online-casinos {
    justify-content: center;
}

#ajax-land-based-search-results .top-online-casinos > div {
    min-width: 280px;
}

/* Land based regions */
.land-based-regions a {
    text-decoration: none !important;
}

.land-based-regions .btn.btn-white {
    height: 60px;
    border-radius: 10px;
    font: normal normal normal 14px/7px Roboto;
    color: #606060;
}

.region-box {
    border-radius: 10px;
    height: 100%;
    min-height: 145px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex-direction: column;
    background-size: cover;
    position: relative;

    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-shadow: 0px 3px 6px #000;

}

.region-box > div:nth-child(1) {
    font: normal normal 900 26px/37px Montserrat;
    padding-top: 30px;
    line-height: 1;
}

.region-box .bg-green {
    border-radius: 10px;
    letter-spacing: 2px;
    text-shadow: none;
    min-height: 30px;
    margin-top: 1rem;
}

.land-based-regions img {
    width: 100%;
}

@media (min-width: 768px) {
    .region-box {
        min-height: 240px;
    }
}

#image-gallery {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

#image-gallery.owl-carousel .item img {
    height: auto;
    max-width: 100%;
    border-radius: 10px;
}