 .article-ratings-social-share.d-flex.justify-content-end, .sp-scroll-up {display: none!important;}
#clubfilter input {padding: 1rem!important; background: none; border: 1px solid #6c757d; color: #ccc;}
#clubfilter input::placeholder {color: #aaa;}
.clubimage {border: 3px double #6c757d;}
.h1_clubs {opacity: 0.9; width: 40%; transform: translate(-50%, -50%); left: 75%; top: 55%;}

.clubs-social {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.clubs-social a {
width: 40px;
min-width: 40px;
height: 40px;
border-radius: 50%;
color: #fff;
font-size: 1.25rem;
margin: 3px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transform: none;
-ms-transform: none;
transform: none;
-webkit-transition: .3s all ease-in;
-o-transition: .3s all ease-in;
transition: .3s all ease-in;
}

@media ( max-width:768px) {
#clubs_header {height: 90vh;}
.h1_clubs {opacity: 0.85; width: 80%; left: 50%; top: 65%;}
}