/*
Theme Name: GT40
Theme URI: 
Author: 
Author URI: 
Description: 
Text Domain: 

*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700,900&display=swap');

* {
  margin: 0px;
  padding: 0px;
  outline: none;
}
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #3c3c3c;
  background: #f5f5f5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.clear {
  clear: both;
}
img {
  border: 0px;
  max-width: 100%;
}
ul, ol {
  list-style: none;
}
a {
  text-decoration: none;
  outline: none;
  color: inherit;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  color: #D51309;
}
a:hover, a:focus, a:active, a:visited {
  outline: none;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
}
h1 {
  margin: 0px 0px 15px;
  font-size: 70px;
  line-height: 70px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: #3a3a68 2px 5px 3px;
}
h1 span {
  font-size: 21px;
  line-height: 26px;
  display: inline-block;
}
h2 {
  margin-bottom: 40px;
  color: #1d1d1d;
  font-size: 42px;
  line-height: 50px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}
h3 {
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: #1d1d1d;
  font-size: 32px;
  line-height: 40px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}
h4 {
  margin: 0px 0px 5px;
  font-size: 21px;
  line-height: 30px;
  font-style: italic;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #1d1d1d;
}
h5 {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 1px;
}
h6 {
  margin-bottom: 5px;
  color: #D51309;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 1px;
}
p {
  margin: 0px;
  font-size: 16px;
  line-height: 28px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
b {
  font-weight: 700;
}
h3.title-line:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #D1D1D1;
  height: 2px;
  width: 80px;
  content: '';
  display: block;
}
/* Button Style */
button {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.white-btn {
  padding: 8px 20px;
  border: 2px solid #fff;
  background: transparent;
  border-radius: 4px;
  font-size: 17px;
  line-height: 22px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}
.white-btn:hover, .white-btn:focus {
  background: #fff;
  color: #1d1d1d;
}
.theme-btn, input[type="submit"], .bbpress .button {
  padding: 8px 10px 6px;
  min-width: 120px;
  letter-spacing: 1px;
  text-align: center;
  background: #D51309;
  box-shadow: 0px 4px 0px #9D0E06;
  -webkit-box-shadow: 0px 4px 0px #9D0E06;
  font-size: 17px;
  line-height: 22px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
  font-style: italic;
  border-radius: 4px;
  text-transform: uppercase;
  border: 0;
}
.theme-btn:hover, .theme-btn:focus {
  color: #fff;
  background: #9D0E06;
  box-shadow: 0px 4px 0px #640802;
  -webkit-box-shadow: 0px 4px 0px #640802;
}
/* Title Style */
.white-color {
  color: #fff;
}
.theme-color {
  color: #D51309;
}
.text-color {
  color: #1d1d1d;
}
/* Slider Style */
.slick-arrow {
  z-index: 5;
  height: 40px;
  background: transparent;
  border-radius: 50%;
}
.slick-arrow:hover, .slick-arrow:focus {
  background: transparent;
}
.slick-arrow::before {
  content: "";
  font-family: 'Font Awesome 5 Free';
  font-size: 24px;
  font-weight: 900;
  opacity: 1 !important;
}
.slick-next::before {
  content: "\f105";
}
.slick-prev::before {
  content: "\f104";
}
.paddingl-none {
  padding-left: 0px;
}
.paddingr-none {
  padding-right: 0px;
}
.no-b-margin {
  margin-bottom: 0 !important
}
.sep-10 {
  display: block;
  clear: both;
  width: 100%;
  height: 10px;
}
.sep-20 {
  display: block;
  clear: both;
  width: 100%;
  height: 20px;
}
.sep-30 {
  display: block;
  clear: both;
  width: 100%;
  height: 30px;
}
.sep-40 {
  display: block;
  clear: both;
  width: 100%;
  height: 40px;
}
.sep-50 {
  display: block;
  clear: both;
  width: 100%;
  height: 50px;
}
.sep-100 {
  display: block;
  clear: both;
  width: 100%;
  height: 100px;
}
.margin-b-none {
  margin-bottom: 0 !important;
}
.go-back {
  width: 100%;
  border-bottom: 1px #E4E4E4 solid;
  padding: 5px;
  margin-bottom: 20px;
  font-size: 12px;
}
.go-back .alg_back_button_input {
  padding: 0;
  background-color: transparent;
  border: 0;
  text-transform: uppercase;
  font-size: 12px;
}
.image-box {
  width: 100%;
  padding-bottom: 70%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #F7F7F7;
}
/******* Common Element CSS End *********/
/******* Header Section CSS Start *******/
.topbar .container, header .container {
  width:95%;
  max-width: 1200px;
}
.topbar {
  padding: 10px;
  background: #1D1D3B;
  font-size: 15.5px;
  border-bottom: 3px solid #D51309;
}
.play-link a {
  border-radius: 4px;
  color: #1d1d1d;
  padding: 4px 7px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  font-style: italic;
  background-color: #fff;
}
.play-link a:hover, .play-link a:focus {
  color: #D51309;
}
.play-link i {
  margin-right: 5px;
}
.header-text p {
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #fff;
}
.topbar .social-list a {
  margin: 0px 4px;
  padding: 0px;
  color: #fff;
  font-size: 18px;
}
.topbar .social-list a:hover, .topbar .social-list a:focus {
  color: #D51309;
}
.header-new-message {
  background-color: transparent !important;
  color: #fff !important;
  font-size: 16px !important;
}
#fep-notification-bar {
  display: none !important;
}
.navbar {
  padding: 0px;
  background: #fff;
}
.navbar-collapse {
  padding: 40px 0px;
  position: relative;
}
.navbar .dropdown-menu {
  padding: 0px;
  margin: 0px;
  min-width: 190px;
  width: 100%;
  left: -10px;
  top: calc(100% + 8px);
  border: 0px;
  box-shadow: 0px 0px 5px #959595;
}
.navbar .dropdown-menu .dropdown-item {
  padding: 8px 8px;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  color: #0E0E0E;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.navbar .dropdown-menu .dropdown-item i {
  font-size: 16px;
  line-height: 20px;
  color: #D51309;
}
.navbar .logo a {
  max-width: 160px;
}
.navbar-expand-md .navbar-nav {
  margin: 0px -10px 0px auto !important;
}
.navbar-expand-md .navbar-nav .nav-item {
  margin: 0px 10px;
}
.navbar-expand-md .navbar-nav .nav-item.member-btn {
  margin: -2px 10px 0px 20px;
}
.navbar-expand-md .navbar-nav .nav-item.member-btn .theme-btn {
  min-width: 150px;
  font-size: 16px;
  line-height: 20px;
}
.navbar-expand-md .navbar-nav .nav-link {
  padding: 0;
  font-size: 15px;
  line-height: normal;
  font-style: italic;
  color: #0E0E0E;
  font-weight: 700;
  text-transform: uppercase;
}
.navbar-expand-md .navbar-nav .active .nav-link, .navbar-expand-md .navbar-nav .nav-link:hover, .navbar-expand-md .navbar-nav .nav-link:focus {
  color: #D51309;
  background-color: transparent;
}
.navbar .dropdown-toggle::after {
  vertical-align: middle;
}
/******* Header Section CSS End *********/
/******* Banner section CSS Start *******/
.banner {
  position: relative;
}
.banner-slider {
  border-bottom: 6px solid #D51309;
}
.banner-item {
  padding: 100px 0px;
  background: no-repeat center center / cover;
  position: relative;
  z-index: 1;
  color: #fff;
}
.banner-item:before {
  content: "";
  width: 80%;
  height: 100%;
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.banner-item p {
  margin: 0px 10px 25px 0px;
  font-weight: 500;
}
.banner-item .theme-btn {
  padding: 12px 30px;
  font-size: 20px;
  line-height: 28px;
}
.banner-slider .slick-next {
  right: 50px;
}
.banner-slider .slick-prev {
  left: 50px;
}
/******* Banner section CSS End *********/
/******* Middle section CSS Start ******/
.common-section {
  padding: 70px 0px;
}
.common-big-spacing {
  padding: 70px 0px 160px;
}
.common-listing-text-box p {
  color: #1d1d1d;
  font-size: 12px;
  line-height: 21px;
}
.common-listing-text-box .ending-item {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}
.common-heading-content {
  margin-bottom: 40px;
}
.common-heading-content p {
  color: #1d1d1d;
  text-align: center;
}
.red-border-content h3.title-line:after {
  background: #D51309;
}
/* Welcome club section*/
.welcome-club-section h3 {
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.welcome-club-section .common-heading-content p a {
  text-transform: uppercase;
  color: #D51309;
  font-weight: 700;
}
.welcome-club-section .common-heading-content p a:hover, .welcome-club-section .common-heading-content p a:focus {
  color: #1d1d1d;
}
.welcome-club-section .ending-slider .slick-track {
  padding: 10px 0px;
}
/*ending list section*/
.ending-slider .slick-list {
  padding: 0px 10px 20px;
}
.ending-item {
  margin: 10px 0;
  background: #fff;
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.07);
  text-align: center;
	display: block;
	overflow: hidden;
}
.ending-slider .ending-item {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
		margin: 0 10px;
}
.ending-slider .ending-item:before {
  opacity: 0;
}
.ending-slider .slick-active .ending-item:before {
  opacity: 1;
}
.ending-item .ending-img {
  padding-top: 62%;
  background: #D1D1D1 no-repeat center center / cover;
  border-radius: 10px 10px 0px 0px;
}
.slider-desc {
  border-radius: 0px 0px 10px 10px;
  padding: 15px 10px 25px;
}
.ending-item .desc {
  margin: 0px 0px 20px;
}
.slider-desc p {
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #1d1d1d;
}
.ending-item .theme-btn {
  border-radius: 4px;
}
.ending-item .theme-btn i {
  margin-right: 2px;
}
.ending-list {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

/* common listing section */
.view-more-listing-btn {
  margin-top: 30px;
  text-align: center;
}
.common-listing-sections .ending-item {
  border-radius: 0px;
  box-shadow: none;
  background: transparent;
  text-align: left;
	display: block;
	width: 100%;
}
.common-listing-sections .ending-item .ending-img {
  border-radius: 0px;
}
.common-listing-sections .desc {
  margin: 20px 50px 0px 0px;
}
.common-listing-sections p {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
}
.common-listing-sections .date {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
.common-listing-sections .view-listing-btn {
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.common-listing-sections .view-listing-btn:hover, .common-listing-sections .view-listing-btn:focus {
  color: #1D1D3B;
}
.content-spacing {
  margin: 10px 0px;
}
/* club member */
.club-membership-section {
  background: url(images/club-bg.jpg) no-repeat center / cover;
}
.membership-content h3, .membership-content p {
  color: #fff;
}
.membership-content p {
  margin: 0px 0px 25px;
}
.join-us-link {
  padding: 20px 0px 30px;
}
/* see more detail content */
.see-more-details ul {
  margin: 0px;
}
.see-more-details ul li {
  width: calc(100% / 4);
  flex-grow: 1;
}
.see-more-details ul li div {
  height: 50%;
  width: 50%;
  float: left;
  background: #2F2F49;
}
.see-more-details ul li div:nth-of-type(1),.see-more-details ul li div:nth-of-type(4) {
  background: #141428;
}
.see-more-details ul li div a {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
}
.see-more-details ul li div a:hover, .see-more-details ul li div a:focus {
  color: #D51309;
}
.see-more-details ul li div a i {
  font-size: 20px;
  line-height: 28px;
}
.see-more-details ul li div a span {
  margin: 0px 4px 0px 8px;
  font-size: 20px;
  line-height: 28px;
}
.detail-img {
  position: relative;
}
.detail-img:before {
  position: relative;
  content: '';
  display: block;
  padding-top: 100%;
}
/******** About Page CSS Start ********/
/* about banner */
.common-medium-banner {
  position: relative;
  padding: 100px 0px;
}
.banner-innner-content h2 {
  color: #fff;
  padding: 0;
}
.banner-innner-content {
  color: #fff;
}
/*breadcrumb seciton*/
.breadcrumbs {
  color: #fff;
  font-size: 14px;
}
.breadcrumbs * {
  color: #fff;
  font-size: 14px;
}
.breadcrumb li {
  font-size: 15px;
  display: inline-block;
  line-height: 20px;
}
.breadcrumb li a {
  color: #fff;
  text-transform: uppercase;
}
.common-breadcrumb .breadcrumb {
  padding: 8px 10px;
  background: transparent;
  text-transform: capitalize;
  position: relative;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: max-content;
  margin: 0px auto;
  border-radius: 0;
}
.common-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.common-breadcrumb .breadcrumb-item.active {
  color: #fff;
}
/* about detail content */
.small-header {
  padding: 40px 0px;
  margin: 0 0 30px 0;
}
.small-header h4 {
  color: #fff;
}
.about-detail-content {
  background: #fff;
}
.common-desc-content p {
  margin-bottom: 30px;
  color: #1d1d1d;
}
.Xcommon-desc-content p:last-child {
  margin: 0px;
}
.club-inner-section {
  margin-bottom: 80px;
}
.club-inner-section:last-child {
  margin-bottom: 0;
}
.club-inner-section p {
  color: #1d1d1d;
}
.inner-title {
  margin: 15px auto 45px auto;
  padding: 0;
}
.inner-title-small-m {
  margin: 0 0 10px 0;
  padding: 0;
}
.image-col img {
  width: 100%;
  height: auto;
  margin: 0 0 15px 0px;
}
/******** About Page CSS End ********/
/******** Membership Page CSS End ********/
.member-detail-section {
  background: #fff;
}
/* member benefit content */
.membership-benefit-section {
  padding: 60px 0px 35px;
}
.benefits-listing {
  margin: 0px -17px;
  padding-top: 10px;
}
.benefits-listing .ending-item {
  padding: 20px;
  margin: 0px 17px 25px;
}
.benefits-listing img {
  margin-bottom: 20px;
  width: 70px;
}
.benefits-listing h4 {
  margin-bottom: 10px;
}
.canceled-price {
  margin-left: 5px;
  color: #8F8F8F;
  font-size: 16px;
  line-height: 24px;
}
/* choose membership content */
.choose-membership-section {
  background: #fff;
}
.choose-member-listing ul {
  margin-bottom: 10px;
}
.choose-member-listing ul li {
  font-size: 14px;
  padding: 10px !important;
}
.choose-member-listing ul li.d-flex {
  padding: 25px 20px !important;
  margin-bottom: 25px;
  border-radius: 10px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}
.membership-benefit-content h4 {
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.subscription-payment-method {
  padding-top: 30px;
}
.subscription-payment-method img {
  max-width: 450px;
}
.subscription-content {
  width: 72%;
}
.subscription-content h4 {
  margin: 0px 0px 10px;
}
.subscription-content h4 span {
  display: inline-block;
  margin-left: 5px;
}
.subscription-btn {
  width: 28%;
  text-align: right;
}
.choose-member-listing .theme-btn {
  padding: 14px 10px 12px;
  min-width: 140px;
}
/******** Membership Page CSS End ********/
/******** Account Page CSS End ********/
.account-detail-section {
  background: #fff;
}
.account-heading-content {
  margin-bottom: 30px;
}
.account-heading-content h3 {
  margin-bottom: 30px;
}
.account-heading-content p {
  margin: 0px auto;
  max-width: 520px;
  font-size: 12px;
  line-height: 21px;
}
/* account payment block */
.account-payment-info-block.ending-list {
  margin-bottom: 30px;
  padding: 30px 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}
.account-payment-info-block.ending-list .ending-item {
  box-shadow: none;
  margin: 0;
  padding: 0px 25px;
}
.account-payment-info-block.ending-list > div {
  width: 25%;
  justify-content: center;
  -webkit-justify-content: center;
}
.account-payment-info-block h4 {
  margin: 0px;
  font-size: 23px;
  line-height: 34px;
  letter-spacing: 2px;
}
.account-info-block h4 {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
}
.small-header-content h4 {
  margin: 0px;
  letter-spacing: 1px;
}
.small-header-content .breadcrumb {
  padding: 0;
  border: none;
  text-transform: uppercase;
}
/* account info block */
.account-info-block {
  margin: 0px -10px;
}
.account-info-block.ending-list > a {
  width: 33%;
  display: block;
}
.account-info-block .ending-item {
  margin-bottom: 20px;
  padding: 16px;
}
.account-info-block img {
  margin-bottom: 10px;
}
/******** Account Page CSS End ********/
/******** Middle section CSS End *******/
/***** Bottom section CSS Start *******/
/*newsletter section*/
.newsletter-section {
  padding: 50px 0px;
  border-top: 8px solid #D51309;
  background: #1D1D3B;
}
.newsletter-section h3 {
  padding: 0;
  margin: 0px 0px 10px;
  color: #fff;
}
.newsletter-section h5 {
  margin-bottom: 20px;
}
.newsletter-section form button {
  padding: 14px 40px;
  box-shadow: none;
  border: transparent;
  outline: none;
  font-size: 18px;
  line-height: 24px;
}
.newsletter-section form button:hover, .newsletter-section form button:focus {
  box-shadow: none;
}
.newsletter-section .form-control {
  padding: 10px 20px;
  width: 350px;
  height: 100%;
  border-radius: 0px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #CCCBCB;
}
.newsletter-section .form-control::-webkit-input-placeholder {
  color: #CCCBCB;
  font-weight: 600;
}
.newsletter-section i {
  margin-left: 10px;
  font-size: 20px;
}
.form-input-content {
  margin-right: 15px;
}
.form-input-content input::-webkit-input-placeholder {
  color: #C8C8C8;
  font-weight: 500;
}
.form-input-content input:-ms-input-placeholder {
  color: #C8C8C8;
  font-weight: 500;
}
.form-input-content input::placeholder {
  color: #C8C8C8;
  font-weight: 500;
}
/* Footer Section */
.footer-inner {
  padding: 64px 0 34px;
  background: #f0f0f0;
  font-size: 14.6px;
  line-height: 24px;
  border-top:8px #1d1d1d solid;
}
.footer-inner h4 {
  margin-bottom: 22px;
  text-transform: unset;
}
.footer-inner .about-blk img {
  max-width: 70%;
}
.footer-inner .about-blk p {
  margin-bottom: 25px;
  padding: 0px 20px 0px 0px;
  font-size: 14px;
  color: #3c3c3c;
}
.link-content {
  color: #D51309;
  text-transform: uppercase;
  font-weight: 700;
}
.link-content:hover, .link-content:focus {
  color: #1d1d1d;
}
footer ul {
  margin: 0;
}
ul.footer-nav {
  padding: 0px 50px 15px 20px;
  list-style: disc;
}
ul.footer-nav li {
  margin-bottom: 7px;
  position: relative;
}
ul.footer-nav li a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-weight: 400;
  color: #3c3c3c;
  font-size: 14px;
  line-height: 21px;
}
footer a {
  font-weight: 400;
}
footer a:focus, footer a:hover, ul.footer-nav li a:hover, ul.footer-nav li a:focus {
  color: #D51309;
}
.get-in-blk {
  margin: -28px -15px 0px;
  padding: 28px 26px;
  background: #fff;
  border-radius: 8px;
}
/* upcoming event */
.upcoming-event-section {
  background: #fff;
}
.club-stand-info {
  margin-bottom: 10px;
}
.footer-links {
  margin-bottom: 10px;
}
.footer-links li {
  margin-right: 15px;
  position: relative;
  padding-right: 15px;
}
.footer-links li:before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  width: 2px;
  height: 14px;
  display: block;
}
.footer-links li:last-child {
  padding: 0px;
  margin: 0px;
}
.footer-links li:last-child:before {
  display: none;
}
.footer-links li a {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.footer-links li a:hover {
  color: #D51309;
}
/* contact links */
.contact-nav li {
  margin-bottom: 28px;
  line-height: 20px;
}
.contact-nav li p {
  margin: 0;
  color: #3c3c3c;
  font-weight: 600;
}
.contact-nav li a {
  font-size: 14px;
  line-height: 20px;
}
.contact-nav li i {
  margin-right: 10px;
  font-size: 28px;
  line-height: 28px;
  color: #D51309;
}
.social-nav li a {
  margin-right: 12px;
  font-size: 24px;
  line-height: 24px;
  color: #D51309;
}
.social-nav li a:hover, .social-nav li a:focus {
  color: #1d1d1d;
}
/* copyright content */
.site-info {
  padding: 15px 0px 30px;
  background: #1D1D3B;
  color: #fff;
}
.site-info p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
/****** Bottom section CSS End *******/
/****** MEMBERPRESS Additions *******/

article.type-memberpressproduct {
 width: 95%;
 max-width: 1200px;
 margin: 30px auto 50px auto;
}

article.type-memberpressproduct .entry-meta {
  display: none;
}
article.type-memberpressproduct .entry-title {
  text-align: center;
  font-size: 20px;
  line-height: 25px;
  text-shadow: none !important;
}
article.type-memberpressproduct .entry-content p {
  text-align: center !important;
}
.memberpressproduct-template-default .entry-footer,
.memberpressproduct-template-default aside, 
.memberpressproduct-template-default .nav-links {
  display: none !important;
}

.entry-content a {
  color: #D51309;
}
.mp_wrapper textarea, .mp_wrapper select, .mp_wrapper input[type=text], .mp_wrapper input[type=url], .mp_wrapper input[type=email], .mp_wrapper input[type=tel], .mp_wrapper input[type=number], .mp_wrapper input[type=password] {
  padding: 5px 10px;
  font-size: 14px;
  margin: 2px 0 0px 0;
}
.mp_wrapper .mp-form-row label {}
.single-memberpressproduct .entry-content p {
  text-align: center;
}
.single-memberpressproduct .mp-form-row.mepr_price {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #D51309;
  font-size: 20px;
  margin: 5px auto 30px auto;
}
.single-memberpressproduct .mepr_error {
  margin-top: 25px;
}
.mp-form-row.mepr_custom_field.mepr_mepr_club_region {
  margin: 2px 0 30px 0;
}
.mp_wrapper .mp-form-row {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 24px;
}
.mp_wrapper .mp-form-row a {
  color: #D51309;
}
.mp_wrapper h3 {
  margin: 0;
  padding: 0;
}
.mp_wrapper .mepr-payment-method-icon img {
  margin: 0 0 25px 0;
}
.mp_wrapper .mepr-form-has-errors, .mp_wrapper .cc-error, .mp_wrapper .mepr-validation-error {
  margin-top: 15px;
}
#mepr-account-nav, #mepr-account-welcome-message {
  display: none !important;
}
.account-go-back {
  background-color: #fff;
  border-bottom: #E8E8E8 1px solid;
  margin-bottom: 30px;
}
.account-go-back .alg_back_button_input, .account-go-back a {
  border: 0;
  background-color: transparent;
  padding: 10px 0;
  margin: 0;
}
.mepr-open-upgrade-popup.mepr-account-row-action.mepr-account-upgrade {
  display: none !important;
}
#cookie-law-info-again {
  display: none !important;
}
.event-date {
  font-weight: 600;
  color: #D51309 !important;
  margin-bottom: 10px !important;
}
.event-map-link {
  color: #D51309 !important;
}
.regional-meet-item {
  display: block;
	overflow: hidden;
  width: 100%;
  background: #fff;
  position: relative;
  border-radius: 10px;
  margin: 0 auto 30px auto;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.07);
}
.regional-meet-item-inner {
	padding: 20px;
}
.regional-meet-item h4 {
  color: #1d1d1d;
  margin: 0 0 15px 0;
}
.regional-meet-item .regional-info {
  display: block;
  width: 100%;
  margin: 0 0 30px 0;
}
.regional-meet-item strong {
  margin-bottom: 9px;
  display: block;
}
.regional-meet-item .regional-btn {
  width: 100px;
  border: 1px #D51309 solid;
  border-radius: 8px;
  text-align: center;
  padding: 6px 0;
  margin: 0 8px 0 0;
}
.fortyfication-item {
  display: block;
  width: 100%;
  padding: 20px;
  background: #fff;
  position: relative;
  border-radius: 10px;
  margin: 0 auto 30px auto;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.07);
}
.fortyfication-item h5 {
  color: #1d1d1d;
  margin: 0 auto 15px auto;
  text-align: center;
}
.fortyfication-item .fortyfication-image {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 75%;
  display: block;
	margin: 0 auto 15px auto;
}
.fortyfication-item .theme-btn {
  margin: 20px auto 0 auto;
  display: inline-block;
  width: 48%;
}
.fortyfication-info {
  font-size: 13px !important;
  line-height: 22px;
}
.box-img {
  width: 100%;
  padding-top: 70%;
  background: #CCCCCC no-repeat center center / cover;
  border-radius: 0px;
  display: block;
  margin-bottom: 10px
}
.grey-sidebar {
  padding: 15px;
  background-color: #ECECEC;
}
.grey-sidebar strong {
  font-weight: bold;
}
.grey-sidebar li {
  border-bottom: 1px #CBCBCB solid;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: 14px;
}
.item-table, .item-table p {
  font-size: 14px !important;
}
.register-table, .register-table p {
	font-size: 14px !important;
}
.register-table tr td * {
  text-align: left !important;
}
.register-table tr td:first-of-type {
  width: 300px !important;
  font-weight: bold !important;
}
.search-table tbody * {
  font-size: 12px !important;
  line-height: 22px !important;
}
.search-table .box-img {
  padding-bottom: 65%;
  min-width: 100px;
}
.search-table a {
  color: #D51309
}

.acf-f-form {
	background-color: #fff;
	padding: 15px;
	border-radius: 10px;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}
.acf-f-form .acf-gallery-add {
	background-color: #D51309;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
}

#message.updated {
	background-color: #C7EBDD;
	display: block;
	padding: 10px;
	width: 100%;
}
.asgaros-forum h1 {
	text-shadow: none;
}
.bbpress .entry-content {
	background-color: #fff;
	padding: 15px;
	border-radius: 10px;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}
.bbpresss_read_posts_icon, .bbpresss_unread_posts_icon {
	width:13px;
	height: auto;
}
.bbpress_mark_all_read {
	display: none;
}
.bbp-search-form {
	margin-bottom: 20px;
}
.bbp-search-form input {
	padding: 10px;
}
.new-topic-notifier {
	display: block;
	float: right;
}
.bbp-forum-description {
	display: none;
}
.bbp_dropdown {
	font-size: 13px;
}
.forum-navigation {
	display: block;
	width: 100%;
	padding: 10px;
	background-color: #1D1D3B;
	text-align: center;
	border-radius: 5px;
	margin: 0 auto 15px auto;
}
.forum-navigation a {
	display: inline-block;
	color: #fff;
	text-align: center;
	width: 15%;
	font-size: 13px;
	margin: 0 auto;
}
 #af-wrapper #forum-breadcrumbs a {
    color: #434343 !important;
    font-weight: bold !important;
  }
.post-message ol {
  list-style: outside;
  list-style-type: decimal;
  margin-left: 20px;
}
.fep-announcement ol {
  list-style: outside;
  list-style-type: decimal;
  margin-left: 40px;
  margin-bottom: 10px;
}
.fep-announcement ul {
  list-style: outside;
  margin-left: 40px;
  margin-bottom: 10px;
}

/*--
    - C7 FORM
-----------------------------------------*/
.form-third { width: 31%; float: left; margin: 0 1%; }
.form-half { width: 48%; float: left; margin: 0 1%; }
.form-full { width: 98%; float: left; margin: 0 1%; }
.wpcf7 { background-color: #F8F8F8; border-radius: 10px; padding: 30px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}
.wpcf7 h2 { display: block; width: 100%; text-align: center; margin:  0 0 30px 0; padding:  0 0 30px 0; border-bottom: 1px #C8C8C8 solid; }
.wpcf7 label { display: block; width: 100%; }
.wpcf7 span.wpcf7-list-item { display: block; width: 100%; }
.wpcf7 .wpcf7-form-control-wrap { display: block; margin: 5px 0 0 0;}
.wpcf7 input { padding: 6px; border: 1px #ACACAC solid; border-radius: 6px; display: block; width: 100%; margin: 0 0 20px 0; }
.wpcf7 select { padding: 6px; border: 1px #ACACAC solid; border-radius: 6px; display: block; width: 100%; margin: 0 0 20px 0;  }
.wpcf7 textarea { padding: 6px; border: 1px #ACACAC solid; border-radius: 6px; display: block; width: 100%; margin: 0 0 20px 0;  }
.wpcf7 input[type="checkbox"] {
	display: inline-block;
	width: auto;
}
.wpcf7 span.wpcf7-list-item { margin: 0; }
.wpcf7 .wpcf7-submit { margin: 20px auto;
background: #D51309;
    border: medium none;
    font-size: 14px;
    margin-bottom: 0;
    padding: 20px 40px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    border-radius: 5px;
    position: relative;
	color:#fff;
}

.mepr_mepr_telephone_number .iti,
.mepr_mepr_mobile_number .iti {
  display: block;
}

#mepr-account-subscriptions-table tbody tr {
  display: none;
}

#mepr-account-subscriptions-table tbody tr:first-of-type {
  display: table-row !important;
}
.mp_wrapper.mp_login_form {
  margin: 0 auto 0 auto;
  width: 80%;
  max-width: 500px;
}

.page-id-9 .mp_wrapper  .mp-form-row label {
  display: block !important;
}
.page-id-9 .mp_wrapper .mp-form-row input {
  max-width: 500px;
  display: block;
  clear: both;
}

.mobile-menu li {
  position: relative;
}
.mobile-menu .dropdown-toggle::after {
  position: absolute;
  top:15px;
}

.item-date-added {
  font-size: 11px !important;
  letter-spacing: 0;
  line-height: 16px;
  display: block;
}

.magazine-year {
  display: block;
  text-align: center;
  background-color: #fff;
  border:1px #D51309 dashed;
  font-size: 16px;
  margin: 0 auto 25px auto;
}
.magazine-year a {
  display: block;
  }

  .filter-row {
    display: block;
    width: 100%;

  }
  .filter-row {
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px #d7d7d7 solid;
  }
  .acf-form-submit {
    display: block;
    text-align: center;
    width: 100%;
    margin: 30px auto;
  }
  .acf-form-submit.acf-form-topbutton {
    text-align: right !important;
    margin:  5px 0px !important;
    padding:0 10px;
  }

  .mepr-account-actions a {
    display: block;
    width: 100%;
    margin: 0 auto 5px auto;
    padding: 3px 5px;
    font-size: 13px;
    background-color: #fff;
    border:1px #D51309 solid;
    color:#D51309;
    text-align: center;
    border-radius: 10px;
    min-width: 190px;
  }

.attachments-browser .attachments, .attachments-browser .uploader-inline {
  width: 95% !important;
  top:20px !important;
}
.media-sidebar, .media-frame-title, .attachments-browser .media-toolbar, .media-frame-actions-heading, .media-views-heading, .media-modal-close .screen-reader-text, .acf-expand-details, .check .screen-reader-text {
  display: none !important;
}
.asgaros-forum .subscriptions-link {
  color: #1D1D3B !important;
}
.asgaros-forum #wp-message-media-buttons {
  float: right !important;
  margin: 5px !important;
}
#af-wrapper #insert-media-button {
  color: #000 !important;
  border:1px #000 solid;
}
#af-wrapper #insert-media-button span {
  color: #000 !important;
}
#fep-footer {
  display: none !important;
}
#profile-header {
  position: relative;
}
#profile-header .theme-btn {
  position: absolute; 
  top:10px;
  right: 10px;
  z-index: 10;
  color: #fff;
}
#wpua-preview img, #wpua-thumbnail img, #wpua-preview-existing img, #wpua-thumbnail-existing img {
  width: 80%;
  max-width: 400px;
  height: auto;
  max-height: 10000px !important;
}
#wpua-thumbnail-existing, #wpua-preview-existing .description, #wpua-undo-button-existing {
  display: none !important;
}
#mepr-thank-you-page-message div {
  max-width: 100% !important;
  width:100% !important;
}


/*==================================
PHOTO ARCHIVES
====================================*/
.photo-archives h4 {
margin-bottom: 10px;
padding-bottom: 0px;
font-style: normal;
}

.photo-archives .common-desc-content p {
margin-bottom: 15px;
color: #1d1d1d;
}

.photo-archives-table {
font-size: 14px;
line-height: 20px;
margin-top: 10px;
}

.photo-archives-table .photo-archive-btn {
background: #D51309;
padding: 8px;
border-radius: 4px;
color: #fff;
font-weight: 600;
-webkit-box-shadow: 0px 4px 0px #9D0E06;
text-transform: uppercase;
}

/*==================================
CONTACT LISTS
====================================*/
.contact-list h4 {
margin-bottom: 10px;
padding-bottom: 0px;
font-style: normal;
}

.contact-list .top-content p {
margin-bottom: 15px;
color: #1d1d1d;
}

.contact-list-table {
font-size: 14px;
line-height: 20px;
margin-top: 10px;
}

.contact-list-table .contact-list-btn {
background: #D51309;
padding: 8px;
border-radius: 4px;
color: #fff;
font-weight: 600;
-webkit-box-shadow: 0px 4px 0px #9D0E06;
text-transform: uppercase;
}

.primary-text {
color: #D51309;
}

/*==================================
RESPONSIVE START
====================================*/
@media (min-width: 768px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
  .row.equal .col-sm-4, .row.equal .col-sm-6, .row.equal .col-md-6 {
    display: flex;
  }
}
@media(min-width: 1200px) and (max-width: 1366px) {
  /* see more detail content */
  .see-more-details ul li div a span {
    margin: 0px 2px 0px 4px;
    font-size: 16px;
    line-height: 24px;
  }
  .see-more-details ul li div a i {
    font-size: 16px;
    line-height: 24px;
  }
}
@media(min-width: 1200px) and (max-width: 1269px) {
  h2 {
    margin-bottom: 30px;
  }
  /* banner slick content */
  .banner-slider .slick-prev {
    left: 10px;
  }
  .banner-slider .slick-next {
    right: 10px;
  }
}
@media(min-width: 992px) and (max-width: 1199px) {
  h1 {
    margin: 0px 0px 10px;
    font-size: 50px;
    line-height: 50px;
  }
  h2 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 34px;
  }
  h3 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 32px;
  }
  h4 {
    font-size: 16px;
    line-height: 24px;
  }
  h5 {
    font-size: 14px;
    line-height: 22px;
  }
  h6 {
    font-size: 12px;
  }
  p {
    font-size: 14px;
    line-height: 24px;
  }
  /*common style*/
  .common-section {
    padding: 50px 0px;
  }
  .common-desc-content p {
    margin-bottom: 20px;
  }
  .common-heading-content {
    margin-bottom: 30px;
  }
  .common-listing-sections .desc {
    margin: 20px 10px 0px 0px;
  }
  .common-big-spacing {
    padding: 50px 0px 100px;
  }
  .common-medium-banner {
    padding: 80px 0px;
  }
  /*common button*/
  .theme-btn {
    min-width: 120px;
    padding: 8px 16px 6px;
    font-size: 14px;
  }
  .white-btn {
    font-size: 14px;
    line-height: 20px;
  }
  .view-more-listing-btn {
    margin-top: 10px;
  }
  /******* Header Section *******/
  .navbar-collapse {
    padding: 30px 0px;
  }
  .navbar .logo a {
    max-width: 120px;
  }
  .navbar-expand-md .navbar-nav .nav-item {
    margin: 0px 8px;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    font-size: 13px;
  }
  .navbar-expand-md .navbar-nav .nav-item.member-btn {
    margin: -2px 10px 0px 12px;
  }
  .navbar-expand-md .navbar-nav .nav-item.member-btn .theme-btn {
    min-width: 130px;
    font-size: 14px;
    line-height: 20px;
  }
  .navbar .dropdown-menu .dropdown-item {
    padding: 6px 6px;
    font-size: 12px;
    line-height: 18px;
  }
  .navbar .dropdown-menu {
    min-width: 160px;
  }
  /******* Banner section *******/
  .banner-item {
    padding: 70px 0px;
  }
  .banner-item p {
    margin: 0px 0px 20px;
  }
  .banner-item .theme-btn {
    padding: 10px 26px;
    font-size: 16px;
    line-height: 24px;
  }
  .banner-slider .slick-arrow::before {
    font-size: 20px;
  }
  .banner-slider .slick-next {
    right: 5px;
  }
  .banner-slider .slick-prev {
    left: 5px;
  }
  /* club membership content */
  .club-inner-section {
    margin-bottom: 50px;
  }
  .membership-content p {
    margin: 0px 0px 20px;
  }
  /* see more detail content */
  .see-more-details ul li div a span {
    margin: 0px 2px 0px 4px;
    font-size: 18px;
    line-height: 24px;
  }
  .see-more-details ul li div a i {
    font-size: 18px;
    line-height: 24px;
  }
  /* newsletter content */
  .newsletter-section .form-control {
    padding: 8px 20px;
    width: 320px;
    font-size: 16px;
    line-height: 22px;
  }
  .newsletter-section form button {
    padding: 10px 20px;
  }
  /******* Membership Page *******/
  /* member benefit content */
  .membership-benefit-section {
    padding: 50px 0px 25px;
  }
  .benefits-listing {
    margin: 0px -12px;
  }
  .benefits-listing .ending-item {
    margin: 0px 12px 25px;
  }
  .benefits-listing img {
    margin-bottom: 15px;
    width: 60px;
  }
  /* choose membership content */
  .subscription-payment-method {
    padding-top: 30px;
  }
  .choose-member-listing .theme-btn {
    padding: 10px 10px 8px;
    min-width: 120px;
  }
  /******* Account Page *******/
  /* account payment block */
  .account-payment-info-block.ending-list {
    margin-bottom: 30px;
    padding: 20px 10px;
  }
  .account-payment-info-block h4 {
    font-size: 20px;
    line-height: 28px;
  }
  /* account info block */
  .account-info-block .ending-item {
    padding: 12px;
  }
  .account-info-block img {
    max-height: 55px;
  }
  .account-info-block h4 {
    font-size: 16px;
    line-height: 20px;
  }
  /******* Footer Section *******/
  .footer-inner {
    padding: 54px 0 34px;
  }
  .footer-blk.choose-blk li:before {
    height: 22px;
    width: 22px;
  }
  ul.footer-nav {
    padding: 0px 20px 15px 20px;
  }
  ul.footer-nav li a {
    font-size: 12px;
    line-height: 20px;
  }
  .footer-inner .about-blk p {
    margin-bottom: 15px;
    font-size: 13px;
    padding: 0px;
  }
  .get-in-blk {
    margin: -18px -15px 0px;
    padding: 18px 16px;
  }
  .contact-nav li i {
    font-size: 22px;
    line-height: 26px;
  }
  .contact-nav li a {
    font-size: 13px;
  }
  .site-info {
    padding: 12px 0px 24px;
  }
}
@media(min-width: 768px) and (max-width: 991px) {
  h1 {
    margin: 0px 0px 10px;
    font-size: 40px;
    line-height: 40px;
  }
  h1 span {
    font-size: 13px;
    line-height: 22px;
  }
  h2 {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 30px;
  }
  h3 {
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 28px;
  }
  h4 {
    font-size: 15px;
    line-height: 22px;
  }
  h5 {
    font-size: 13px;
    line-height: 20px;
  }
  h6 {
    font-size: 12px;
  }
  p {
    font-size: 13px;
    line-height: 20px;
  }
  /*common section*/
  .common-section {
    padding: 40px 0;
  }
  .common-desc-content p {
    margin-bottom: 20px;
  }
  .club-inner-section {
    margin-bottom: 40px;
  }
  .common-heading-content {
    margin-bottom: 20px;
  }
  .common-listing-sections .desc {
    margin: 10px 10px 0px 0px;
  }
  .common-big-spacing {
    padding: 50px 0px 100px;
  }
  .common-medium-banner {
    padding: 60px 0px;
  }
  /* Button Style */
  .white-btn {
    font-size: 16px;
    line-height: 20px;
  }
  .theme-btn {
    padding: 8px 14px 4px;
    min-width: 120px;
    font-size: 13px;
    line-height: 20px;
  }
  /*slick dots*/
  .slick-dots li button {
    width: 12px;
    height: 12px;
  }
  .slick-dots li button:before {
    font-size: 0px;
    width: 12px;
    height: 12px;
  }
  /******* Header Section *******/
  .navbar-collapse {
    padding: 25px 0px;
  }
  .navbar .logo a {
    max-width: 80px;
  }
  .navbar-expand-md .navbar-nav .nav-item.member-btn {
    margin: -2px 10px 0px 5px;
  }
  .navbar-expand-md .navbar-nav .nav-item {
    margin: 0px 5px;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    font-size: 11px;
  }
  .navbar-expand-md .navbar-nav .nav-item.member-btn .theme-btn {
    padding: 4px;
    min-width: 90px;
    font-size: 10px;
    line-height: 20px;
  }
  .navbar .dropdown-toggle::after {
    margin-left: 0;
  }
  .navbar .dropdown-menu .dropdown-item {
    padding: 4px 4px;
    font-size: 10px;
    line-height: 18px;
  }
  .navbar .dropdown-menu {
    min-width: 140px;
  }
  .header-text p {
    font-size: 12px;
    line-height: 24px;
  }
  /******* Banner section *******/
  .banner-item {
    padding: 50px 0px;
  }
  .banner-item p {
    margin: 0px 0px 15px;
  }
  .banner-item .theme-btn {
    padding: 8px 25px;
    font-size: 16px;
    line-height: 24px;
  }
  .banner-slider .slick-arrow::before {
    font-size: 20px;
  }
  .banner-slider .slick-next {
    right: 10px;
  }
  .banner-slider .slick-prev {
    left: 10px;
  }
  /* Work Section */
  .ending-slider .slick-list {
    padding: 10px 5px 0;
  }
  .ending-item {
    margin: 0px 10px;
  }
  .slider-desc {
    padding: 10px 10px 20px;
  }
  /* club membership content */
  .membership-content p {
    margin: 0px 0px 20px;
  }
  .join-us-link {
    padding: 10px 0px 30px;
  }
  .view-more-listing-btn {
    margin-top: 20px;
  }
  /* see more detail content */
  .see-more-details ul li div a {
    font-size: 14px;
    line-height: 20px;
  }
  .see-more-details ul li div a span {
    margin: 0px 2px 0px 4px;
    font-size: 14px;
    line-height: 20px;
  }
  .see-more-details ul li div a i {
    font-size: 14px;
    line-height: 20px;
  }
  /* newsletter content */
  .newsletter-section .form-control {
    padding: 9px 20px;
    width: 270px;
    font-size: 14px;
    line-height: 20px;
  }
  .newsletter-section form button {
    padding: 12px 20px;
    font-size: 14px;
    line-height: 20px;
  }
  /******* Membership Page *******/
  /* member benefit content */
  .benefits-listing {
    margin: 0px;
  }
  .benefits-listing .ending-item {
    padding: 12px;
    margin: 0px 10px 20px;
  }
  .benefits-listing img {
    width: 50px;
  }
  .membership-benefit-section {
    padding: 40px 0px 20px;
  }
  .membership-benefit-section .ending-list > div {
    
  }
  /* choose membership content */
  .choose-member-listing ul li {
    padding: 20px 15px;
    flex-direction: column;
  }
  .choose-member-listing .theme-btn {
    min-width: 110px;
    padding: 8px 12px 6px;
  }
  .subscription-content {
    margin-bottom: 15px;
  }
  .subscription-content, .subscription-btn {
    width: 100%;
    text-align: center;
  }
  .subscription-payment-method {
    padding-top: 10px;
  }
  .subscription-payment-method img {
    max-width: 350px;
  }
  /******* Account Page *******/
  /* Account content */
  .small-header {
    padding: 30px 0px 30px;
  }
  /* account payment block */
  .account-payment-info-block h4 {
    font-size: 17px;
    line-height: 22px;
  }
  .account-payment-info-block.ending-list {
    padding: 20px 10px 20px;
  }
  .account-payment-info-block.ending-list .ending-item {
    padding: 0px 15px;
  }
  /* account info block */
  .account-info-block .ending-item {
    padding: 12px;
  }
  .account-info-block img {
    max-height: 50px;
  }
  .account-info-block h4 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
  }
  /******* Footer Section *******/
  .footer-inner .about-blk p {
    margin-bottom: 10px;
  }
  ul.footer-nav {
    padding: 0px 30px 0px 20px;
  }
  ul.footer-nav li {
    margin-bottom: 10px;
  }
  ul.footer-nav li a {
    font-size: 13px;
    line-height: 20px;
  }
  .footer-inner {
    padding: 28px 0;
  }
  .footer-inner h4 {
    margin-bottom: 12px;
  }
  .footer-links {
    margin-bottom: 5px;
  }
  .footer-links li {
    margin-right: 10px;
    padding-right: 10px;
  }
  .footer-links li a {
    font-size: 13px;
    line-height: 20px;
  }
  .footer-inner .about-blk {
    margin-bottom: 26px;
  }
  .footer-inner .about-blk p {
    padding: 0px;
  }
  .get-in-blk {
    margin-top: -18px;
  }
  .link-content {
    font-size: 12px;
  }
  .site-info {
    padding: 12px 0px 24px;
  }
  .site-info p {
    font-size: 13px;
    line-height: 20px;
  }
}
@media(max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 20px;
  }
  h1 {
    margin: 0px 0px 10px;
    font-size: 40px;
    line-height: 40px;
  }
  h1 span {
    font-size: 13px;
    line-height: 22px;
  }
  h2 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
  }
  h3 {
    padding-bottom: 25px;
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 1px;
  }
  h4 {
    font-size: 15px;
    line-height: 22px;
  }
  h5 {
    font-size: 13px;
    line-height: 20px;
  }
  h6 {
    margin: 0;
    font-size: 12px;
  }
  p {
    font-size: 13px;
    line-height: 20px;
  }
  h3.title-line:after {
    width: 70px;
  }
  /*common style*/
  .common-section {
    padding: 40px 0px;
  }
  .common-heading-content {
    margin-bottom: 25px;
  }
  .common-heading-content p {
    padding: 0px 20px;
  }
  .common-desc-content p {
    margin-bottom: 20px;
  }
  .common-big-spacing {
    padding: 40px 0px 80px;
  }
  /* Button Style */
  .theme-btn {
    padding: 6px 12px 2px;
    min-width: 110px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
  }
  /* Slider Style */
  .slick-dots li {
    width: 12px;
    height: 12px;
  }
  .slick-dots li button {
    width: 12px;
    height: 12px;
    border-width: 1px;
  }
  .slick-dots li button:before {
    width: 12px;
    height: 12px;
  }
  .mobile-overflow {
    width: 100%;
    display: block;
    overflow: scroll;
  }
  table * {
    font-size: 12px;
  }
  .register-table tr td:first-of-type {
  width: auto !important;
  max-width: 25% !important;
}
  .dataTables_length {
    display: none;
  }
  /* Header section */
  /*top header content*/
  .topbar .row {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
  .topbar {
    padding: 5px 0px;
    font-size: 14px;
  }
  .play-link a {
    font-size: 12px;
    position: relative;
    padding: 2px 5px 0px;
    color: #1d1d1d;
    border-radius: 4px;
    text-decoration: none;
    background: #fff;
  }
	.form-third { width: 100%; float: left; margin: 0%; }
.form-half { width: 100%; float: left; margin: 0%; }
.form-full { width: 100%; float: left; margin: 0%; }
  /*topbar section*/
  .topbar .social-list:before {
    display: none;
  }
  .topbar .social-list a {
    margin: 0px 4px;
    padding: 0px;
    font-size: 16px;
    color: #fff;
  }
  .topbar .social-list {
    margin: 0px -4px;
    padding: 0;
  }
  .logo {
    max-width: 120px;
  }
  ul.mobile-menu li a:hover, ul.mobile-menu li a:focus {
    color: #D51309 !important;
  }
  .dropdown .dropdown-toggle {
    padding: 0px;
    display: inline-block;
  }
  .navbar {
    padding: 10px 15px;
  }
  .navbar-toggler {
    padding: 0;
    font-size: 14px;
    border-radius: 0;
    color: #D51309;
  }
  .navbar-toggler > div {
    margin: 0px 2px;
  }
  .navbar-toggler-icon {
    display: block;
    width: 24px;
    height: 3px;
    background-color: #1d1d1d;
    border-radius: 4px;
  }
  .navbar-toggler-icon:nth-child(2) {
    margin: 3px 0;
  }
  header .navbar-toggler:hover, header .navbar-toggler:focus {
    border-color: transparent;
    outline: none;
  }
  /* mobile overlay menu */
  .mobile-menu .dropdown-menu.show {
    padding: 5px 10px;
  }
  .overlay ul li a.dropdown-item {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .overlay ul li a.dropdown-item i {
    color: #D51309;
  }
  .overlay {
    background: #fff;
  }
  .overlay-head-icon a, .overlay ul li a {
    color: #0E0E0E;
  }
  .overlay-head-icon a:hover, .overlay-head-icon a:focus {
    color: #D51309;
  }
  ul li.member-btn .theme-btn {
    padding: 6px 12px 2px;
    color: #fff;
  }
  .overlay ul li a.theme-btn:hover, .overlay ul li a.theme-btn:focus {
    color: #fff !important;
    background: #9D0E06;
    box-shadow: 0px 4px 0px #640802;
    -webkit-box-shadow: 0px 4px 0px #640802;
  }
	.forum-navigation a {
		width: 24%;
	}
	.forum-navigation a i {
		display: block;
		width: 100%;
	}
	.forum-navigation span {
		display: none;
	}

  .acf-form-submit.acf-form-topbutton {
    display: none;
  }
  .mepr-account-actions {
    margin-left: 0px !important;
    margin-top: 30px !important;
  }
  .fep-header-avatar {
    padding: 10px;
    min-width: 75px;
  }
  #fep-header .avatar {
    margin:0;
    width: 100%;
    height: auto;
  }
  /******* Banner section *******/
  .banner-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 1));
    height: 120px;
    display: block;
    width: 100%;
    z-index: -1;
  }
  .banner-item {
    padding: 20px 0 180px;
    text-align: center;
    background-position: 75% top;
    background-size: auto 120%;
  }
  .banner-item::before {
    width: 100%;
    height: 70%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  }
  .banner-item p {
    margin: 0px 0px 15px;
    font-size: 13px;
  }
  .banner-item .theme-btn {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .banner-slider {
    border-color: #D51309;
  }
  .banner-slider .slick-prev {
    left: 10px;
  }
  .banner-slider .slick-next {
    right: 10px;
  }
  /* Welcome club Section */
  .welcome-club-section {
    padding: 40px 0px 20px;
  }
  .welcome-club-section h3 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .slider-desc {
    padding: 10px 10px 15px;
  }
  .ending-slider {
    margin: 0px -15px 15px;
  }
	.ending-slider .ending-item {
		max-width: 220px;
		margin: 0 6px;
	}
  .ending-item {
    margin: 10px 0;
  }
  .ending-item.sell-item::before {
    height: 54px;
    width: 54px;
    left: 8px;
    top: 8px;
    transform: none;
    -webkit-transform: none;
  }
  .slick-prev {
    left: 0px;
  }
  .slick-next {
    right: 0px;
  }
  /*just added section*/
  .common-listing-sections {
    background: #fff;
  }
 
  .common-listing-sections .desc {
    margin: 20px 20px 55px 0px;
  }
  .view-more-listing-btn {
    margin-top: 0;
  }
  .content-spacing {
    margin: 15px 0px;
  }
  /* club membership content */
  .club-inner-section {
    margin-bottom: 50px;
  }
  .membership-content {
    margin: 0px 10px;
  }
  .membership-content p {
    margin: 0px 0px 15px;
  }
  .join-us-link {
    padding: 10px 0px 20px;
  }
  /* see more detail content */
  .see-more-details {
    display: none;
  }
  /* newsletter content */
  .newsletter-section .form-row {
    width: 280px;
    flex-direction: column;
    -webkit-flex-direction: column;
    margin: 0px auto;
  }
  .form-input-content {
    margin: 0px 0px 10px;
  }
  .newsletter-section form button {
    padding: 10px;
    width: 100%;
    justify-content: center;
    font-size: 16px;
    line-height: 22px;
  }
  .newsletter-section .form-control {
    padding: 8px 20px;
    font-size: 16px;
    width: 100%;
  }
  /******** About Page ********/
  /* breadcrum section */
  .breadcrumb-section {
    padding: 15px 0px;
    background: transparent;
  }
  .breadcrumbs {
    font-size: 13px;
    margin-bottom: 12px;
  }
  .breadcrumbs * {
    font-size: 13px;
  }
  /* about banner content */
  .common-medium-banner {
    padding: 50px 0px;
  }
  .club-inner-section:first-child .row {
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
  }
  .club-inner-section .row img {
    margin: 15px 0;
  }
  .inner-title {
    margin: 5px auto 25px auto;
  }
  /******* Membership Page *******/
  /* member benefit content */
  .benefits-listing {
    margin: 0px;
  }
  .benefits-listing .ending-item {
    margin: 0px 0px 20px;
    padding: 15px;
  }
  .benefits-listing img {
    width: 50px;
  }
  /* choose membership content */
  .membership-benefit-section {
    padding: 40px 0px 20px;
  }
  .choose-member-listing ul li {
    padding: 20px 15px;
    flex-direction: column;
  }
  .subscription-content {
    margin-bottom: 15px;
  }
  .subscription-content, .subscription-btn {
    width: 100%;
    text-align: center;
  }
  .subscription-payment-method {
    padding-top: 10px;
  }
  .subscription-payment-method img {
    max-width: 280px;
  }
  .choose-member-listing .theme-btn {
    min-width: 110px;
    padding: 8px 12px 6px;
  }
  /******* Account Page *******/
  .small-header {
    padding: 30px 0px 15px;
  }
  .small-header-content {
    flex-direction: column;
  }
  /* account payment block */
  .account-payment-info-block.ending-list > div, .account-info-block.ending-list > a {
    width: 100%;
    justify-content: center;
  }
  .account-info-block.ending-list > a:last-child .ending-item {
    margin: 0px;
  }
  .account-payment-info-block.ending-list .ending-item {
    padding: 0px 0px 15px;
  }
  .account-payment-info-block h4 {
    font-size: 17px;
    line-height: 22px;
  }
  .account-payment-info-block.ending-list {
    margin-bottom: 40px;
    padding: 20px 10px 10px;
  }
  /* account info block */
  .account-info-block {
    margin: 0;
  }
  .account-info-block .ending-item {
    width: 100%;
    padding: 16px;
    margin: 0px 0px 20px;
  }
  .account-info-block img {
    max-height: 60px;
  }
  /******* Footer Section *******/
  .footer-inner {
    padding: 40px 0;
    font-size: 14px;
    line-height: 20px;
  }
  .footer-inner h4 {
    margin-bottom: 10px;
  }
  .footer-inner .about-blk {
    margin-bottom: 30px;
    padding: 0px;
    text-align: center;
  }
  .footer-inner .about-blk img {
    max-width: 150px;
  }
  .footer-links {
    margin-bottom: 16px;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .footer-links li {
    margin-right: 10px;
    width: auto;
    padding-right: 10px;
  }
  .footer-links li:last-child {
    width: 100%;
  }
  .footer-links li:nth-last-child(2) {
    padding: 0;
    margin: 0;
  }
  .footer-links li:nth-last-child(2):before {
    display: none;
  }
  .footer-links li a {
    font-size: 13px;
    line-height: 18px;
  }
  .site-info p span {
    max-width: 280px;
    display: inline-block;
  }
  .footer-inner .about-blk p {
    margin-bottom: 20px;
    padding: 0px 10px;
  }
  .get-in-blk {
    margin: 0px;
    padding: 26px 24px;
    max-width: 100%;
  }
  .contact-nav li i {
    margin-right: 10px;
    font-size: 22px;
    line-height: 30px;
  }
  .social-nav li a {
    font-size: 22px;
    line-height: 22px;
  }
  .site-info p {
    font-size: 13px;
    line-height: 20px;
  }
}
@media(min-width: 575px) and (max-width: 768px) {
  .banner-item {
    background-size: cover;
  }
  .membership-benefit-section .ending-list > div {
  }
  .benefits-listing .ending-item {
    padding: 12px;
    margin: 0px 10px 20px;
  }
}
/****** Responsive CSS End *******/
