
.content-wrap {padding: 0 20px;}
.content-wrap h1.content-title {color: #000; margin: 0; padding: 0; text-align: center;}
.content-wrap p {margin: 5px 0; padding:4px; font-size: 15px;}

figure {
    margin: 0 0 1rem;
} 

@media (min-width: 992px) {
.col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;}
}
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.strip_list {
    margin-bottom: 25px;
    background-color: #fff;
    padding: 20px 15px 15px 115px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
     box-shadow: 5px 10px 20px 0 rgb(0 0 0 / 15%);
  }
}

.wow {
    visibility: hidden;
}
.strip_list a.wish_bt {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    color: #555;
}

a.wish_bt {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 9px 10px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a {
    color: #e74e84;
    text-decoration: none;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    outline: none;
}
a.wish_bt:after {
    font-family: 'ElegantIcons';
    content: "\e030";
}
.strip_list figure {
    width: 80px;
    height: 80px;
    position: absolute;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    left: 15px;
    top: 15px;
}
.strip_list figure img {
    width: auto;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
.strip_list small {
    color: #999;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}
.strip_list h3 {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 0 10px 8px 0;
    display: inline-block;
}
.strip_list p {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: .9375rem;
}
.rating {
   /* display: inline-block;
    position: relative; */
    position: absolute;
    right: 25px;
    top: 15px;
    z-index: 2;
}
.rating i.voted {
    color: #FFC107;
}
.rating i {
    color: #ddd;
    font-size: 13px;
    font-size: 0.8125rem;
}
.icon_star:before {
    content: "\e033";
}
.rating small {
    margin-bottom: 0;
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
}
.badge_list_1 {
   /* position: relative; */ 
    position: absolute;
    right: 5px;
    top: 15px;
    z-index: 2;
    /* top: -2px;
    margin-left: 10px;*/
}
*, ::after, ::before {
    box-sizing: border-box;
}
.strip_list ul {
    border-top: 1px solid #ededed;
    margin: 15px -15px -15px -115px;
    padding: 20px 15px;
}
.strip_list .lblu {
    background-color: #addae6;
}

.strip_list ul li {
    display: inline-block;
    margin-right: 5px;
    font-weight: 500;
}
.strip_list ul li:first-child {
    border-right: 2px solid #ccc;
    padding-right: 6px;
    height: 16px;
}
.strip_list ul li:last-child {
    float: right;
    margin-right: 0;
}
.strip_list ul li:last-child a {
    border: 2px solid #e74e84;
    color: #e74e84;
    cursor: pointer;
    padding: 5px 20px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}
.strip_list ul li:last-child a:hover {
    border: 2px solid #e74e84;
    background-color: #e74e84;
    color: #fff;
}

.strip_list ul li a {
    color: #999;
    cursor: pointer;
    font-size: 15px;
}
ul.accordion, ol.accordion {
    list-style: none;
    margin: 0 0 25px 0;
    padding: 0;
} 

.club_listing {
    margin-bottom: 25px;
    background-color: #add8e6;
    padding: 20px 15px 30px 115px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05); 
    box-shadow: 5px 10px 20px 0 rgb(0 0 0 / 15%);
}
.club_listing figure {
    width: 80px;
    height: 80px;
    position: absolute;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    left: 15px;
    top: 15px;
}
.club_listing figure img {
    width: auto;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
.club_listing small {
    color: #999;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}
.club_listing h3 {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 0 10px 8px 0;
    display: inline-block;
}
.club_listing p {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: .9375rem;
}

.club_listing h3.feat {
    font-size: 25px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #ec407a;
    margin: 0 10px 8px 0;
    display: inline-block;
}
.club_listing p.featrd {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: .95rem;
    line-height: 26px;
}

.club_listing ul {
    /* border-top: 1px solid #ededed;*/
    margin: 15px -15px -15px -115px;
    padding: 20px 15px;
}

.club_listing ul li {
    display: inline-block;
    margin-right: 5px;
    font-weight: 500;
}
.club_listing ul li:first-child {
    border-right: 2px solid #ccc;
    padding-right: 6px;
    height: 16px;
}
.club_listing ul li:last-child {
    float: right;
    margin-right: 0;
}
.club_listing ul li:last-child a {
    border: 2px solid #093757;
    color: #093757;
    cursor: pointer;
    padding: 5px 20px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}
.club_listing ul li:last-child a:hover {
    border: 2px solid #1a73e8;
    background-color: #1a73e8;
    color: #fff;
}

.club_listing ul li a {
    color: #999;
    cursor: pointer;
    font-size: 15px;
}

.club-feat {
max-width: 560px;
margin: auto;
}

.club_row {
  display: flex;
}
/* Create two equal columns that sits next to each other */
.club_column {
  flex: 50%;
  padding: 10px;
  height: auto; 
}

