.title_div_club h2 {
    font-size: 72px;
    color: #f9d347;
    font-weight: bold;
    margin: 0;
}

.title_div_club p,
.title_div_club a {
    color: #f9d347;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 30px;
}

.club_details ul {
    margin: 0;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat( auto-fit, minmax(250px, 1fr));
    border: 1px solid #e0e0e0;
    border-top: 0;
    padding-top: 20px;
}

.club_details ul li {
    margin: 0;
    list-style: none;
    /* border: 1px solid #091f13; */
    padding: 10px !important;
}

.container-upper>form {
    /*display: inline-block;
    width: 33.5%;*/
    margin-right: 0%;
    vertical-align: top;
}

#top select.filter-map-by-county.jqTransformHidden {
    background: transparent;
    color: #f9d347 !important;
    font-size: 15px;
    border: none;
    border-bottom: 1px solid #ccc !important;
    width: 65%;
}

#top button.button-sub {
    background: transparent;
    border: 0;
    border-left: 1px solid;
    color: #1353c7 !important;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 20px;
    padding: 10px;
}

.autocomplete input#myInput {
    color: #1383c7;
    font-size: 18px;
    padding: 10px;
    width: 100%;
    border: 1px solid;
    border-radius: 10px;
}

.autocomplete input#myInput:focus-visible {
    outline: 1px solid;
}

.autocomplete input#myInput::placeholder {
    color: #1383c7;
    font-style: italic;
}

.autocomplete {
    position: relative;
    max-width: 320px;
}

.club-list table tr td a h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #211E1F;
}
.club-list table tr{
    background: #ffffff !important;
}
.club-list table tr td img {
    max-width: 80px;
    max-height: 80px;
    display: block;
    margin: auto;
    transition: transform .2s;
    padding: 5px;
	object-fit:contain;
}

ul#demoOne>li:hover .club-list table tr td img {
    transform: scale(1.4);
    transition: transform .2s;
}

ul#demoOne>li:hover .clubmap1 a h2 {
    color: #1383c7;
}

/*ul#demoOne > li:hover {
    animation: rotate 1s linear;
}

    @keyframes rotate{
        0%{
            transform: rotate(0deg);
        }
        50%{
            transform: rotate(180deg);
        }
        100%{
            transform: rotate(360deg);
        }
    }*/
.clubmap1 a {
    display: block;
}

.clubmap1 a h2 {
    display: block;
    font-size: 18px;
    margin: 10px 0;
    overflow-wrap: break-word;
}

div#myInputautocomplete-list {
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 1px solid #1383c7;
    margin-top: 10px;
    z-index: 9;
    max-height: 150px;
    overflow-x: auto;
    padding: 0 5px;
}

div#myInputautocomplete-list::-webkit-scrollbar {
    width: 7px;
}

div#myInputautocomplete-list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

div#myInputautocomplete-list::-webkit-scrollbar-thumb {
    background: #1383c7;
    border-radius: 10px;
}

div#myInputautocomplete-list::-webkit-scrollbar-thumb:hover {
    background: #211e1f;
}

div#myInputautocomplete-list div {
    padding: 10px;
    border-bottom: 1px solid #1383c7;
}

/* @media only screen and (min-width:320px) and (max-width:460px) {
    .club_details ul {
        grid-template-columns: auto;
    }


}

@media only screen and (min-width:460px) and (max-width:600px) {
    .club_details ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }


}

@media only screen and (min-width:601px) and (max-width:767px) {
    .club_details ul {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }


}

@media only screen and (min-width:768px) and (max-width:989px) {
    .club_details ul {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }


}

@media only screen and (min-width:990px) and (max-width:1200px) {
    .club_details ul {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }


} */