/* Additional CSS */

.h1, .h2, .h3, h1, h2, h3 {
	margin-top: inherit; 
	margin-bottom: inherit;
}

.dt-nav-menu-horizontal .menu-item.menu-item-13199 {
	display: none;
}

.elementor-button:hover,
a.elementor-button:visited:hover{
    background: var(--the7-btn-bg);
}

.elementor-message {
	display: none;
}
.dashboard-user__avatar > img.avatar{
border-radius: 50%;
}
.elementor-element .elementor-button.elementor-size-md.header-login {
	min-width: 130px !important;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
	text-transform: uppercase;
}

.elementor-element .elementor-button.elementor-size-md.header-login:visited:hover {
    background: var(--the7-btn-bg);
}
#registration_form input,
#registration_form select {
	border-color: #ccc;
}

#registration_form input:not([type="radio"]):not([type="checkbox"]),
#registration_form select {
	box-shadow: none;
	min-height: 60px;
}

#registration_form input:focus,
#registration_form input:hover,
#registration_form select:focus,
#registration_form select:hover {
	border-color: #666;
}

#registration_form .elementor-field-subgroup label {
	font-size: 16px;
	font-weight: 400;
}
#registration_form p.text-appointment {
	font-family: "Assistant", Sans-serif;
  font-size: 18px;
  font-weight: 500;
	color: #000;
}
#registration_form a.btn-appointment {
	line-height: 1;
	text-decoration: underline;
}

#registration_form .e-form__buttons {
	margin-top: 0px;
}

.club-login .um.um-login {
	margin-left: 0px !important;
}
.club-login a.um-link-alt {
	text-align: left;
}
.club-login .um-form-field {
	min-height: 60px;
	padding: 10px 18px 10px 18px;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: "Open Sans", sans-serif;
	font-size: 16px; 
	color: var(--the7-input-color);
}
.club-login .um-form-field:hover {
	border-color: #666;
}
.club-login .um input[type=submit].um-button,
.club-login .um-button {
	background: var(--the7-btn-bg,transparent linear-gradient(135deg, #1ebbf0 30%, #39dfaa 100%));
	color: #fff;
  padding: var(--the7-btn-lg-padding);
  min-width: var(--the7-btn-lg-min-width);
  min-height: var(--the7-btn-lg-min-height);
	font-family: 'Assistant', sans-serif;
	font-size: 18px !important;
	font-weight: 500 !important;
	line-height: 1;
}
.club-login .um-button.um-alt {
	background: #333333;
	color: #fff;
}
.club-login .um input[type=submit].um-button:hover {
	background: #cfa54b !important;
}
.club-login .um-button:hover {
	background: var(--the7-btn-bg,transparent linear-gradient(135deg, #1ebbf0 30%, #39dfaa 100%)) !important;
}

.event-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px;
}
.event-grid.past-events .event-card {
	filter: grayscale(100%);
	transition: all .2s;
}
.event-grid.past-events .event-card:hover {
	filter: grayscale(0%);
}
.event-card .event-content {
	 display: flex;
   align-items: center;
   gap: 20px;
	box-shadow: 0px 5px 26px 6px rgba(0, 0, 0, 0.07);
	padding: 30px 30px 30px 35px;
	border-radius: 6px;
	background: #fff;
	min-height: 143px;
}
.event-content-info h3 {
	font-size: 17px;
  font-weight: 700;
	color: #000;
  margin-bottom: 6px;
}
.event-content-info p {
	margin-bottom: 0px;
  font-size: 15px;
}
.event-content-info p.event-date {
	font-weight: 600;
}
.event-content-date span {
	display: block;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
}
.event-content-date span.date-month {
	color: #dfac3d;
	margin-bottom: 5px;
}
.event-image .img-css-resize-wrapper {
	max-height: 380px;
}

#registration_form input,
#registration_form select {
	border-color: #ccc;
}
.the7-box-wrapper .box-heading {
	margin-top: 0px;
}

.dashboard-user {
	text-align: center;
	margin-bottom: 20px;
}
.dashboard-user-box{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
}
img.profile_matchmaker{
	border-radius: 50%!important;
	height: 180px!important;
	object-fit: cover!important;
}

.elementor container{
	justify-content: center;
}

.elementor-section .elementor-container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    flex-direction: row;
    justify-content: center;
}


.dashboard-user .dashboard-user__avatar {
	background: #fff;
  border-radius: 100%;
  border: 5px solid #fff;
  width: 140px;
	height: 140px;
  margin: auto;
  overflow: hidden;
	margin-bottom: 10px;
}
.dashboard-user .dashboard-user__name h3 {
	font-size: 20px;
	font-weight: 700;
}

.dashboard-box {
	 padding: 30px 30px 30px 40px;
   border-style: solid;
   border-width: 1px 1px 1px 6px;
   border-color: #ccc;
   border-left-color: var(--e-global-color-6a583d5 );
}
.dashboard-box .dashboard-box__heading h3 {
	font-size: 32px; 
	font-weight: 600;
	margin-bottom: 20px;
}

.fancyTab {
	text-align: center;
  padding:15px 0;
  background-color: #eee;
	box-shadow: 0 0 0 1px #ddd;
	top:15px;	
  transition: top .2s;
}

.fancyTab.active {
  top:0;
  transition:top .2s;
}

.whiteBlock {
  display:none;
}

.fancyTab.active .whiteBlock {
  display:block;
  height:2px;
  bottom:-2px;
  background-color:#fff;
  width:99%;
  position:absolute;
  z-index:1;
}

/*.fancyTab .hidden-xs {
  white-space:nowrap;
}*/

.fancyTabs {
	display: block;
	border-bottom:2px solid #ddd;
  margin: 15px 0 0;
}

li.fancyTab a {
  padding-top: 15px;
  top:-15px;
  padding-bottom:0;
}

li.fancyTab.active a {
  padding-top: inherit;
}

.fancyTab .fa, .fancyTab .fas {
  font-size: 24px;
	width:100%;
	padding: 15px 0 10px;
  color:#cfb87c;
}

.fancyTab.active .fa {
  color: #cfb87c;
}

.fancyTab a:focus {
	outline:none;
}

.fancyTabContent {
  border-color: transparent;
  box-shadow: 0 -2px 0 -1px #fff, 0 0 0 1px #ddd;
  padding: 40px 30px 30px;
  position:relative;
  background-color:#fff;
	min-height: 700px;
}

.nav-tabs > li.fancyTab.active > a, 
.nav-tabs > li.fancyTab.active > a:focus,
.nav-tabs > li.fancyTab.active > a:hover {
	border-width:0;
}

.nav-tabs > li.fancyTab:hover {
	background-color:#f9f9f9;
	box-shadow: 0 0 0 1px #ddd;
}

.nav-tabs > li.fancyTab.active:hover {
  background-color:#fff;
  box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
}

.nav-tabs > li.fancyTab:hover a {
	border-color:transparent;
}

.nav.nav-tabs .fancyTab a[data-toggle="tab"] {
  background-color:transparent;
  border-bottom:0;
}

.nav-tabs > li.fancyTab:hover a {
  border-right: 1px solid transparent;
}

.nav-tabs > li.fancyTab > a {
	margin-right:0;
	border-top:0;
  padding-bottom: 20px;
  margin-bottom: -20px;
	color: #000;
}

.nav-tabs > li.fancyTab {
	margin-right:0;
	margin-bottom:0;
	width: 20%;
}

.nav-tabs > li.fancyTab:last-child a {
  border-right: 1px solid transparent;
}

.nav-tabs > li.fancyTab.active:last-child {
  border-right: 0px solid #ddd;
	box-shadow: 0px 2px 0 0px #fff, 0px 0px 0 1px #ddd;
}

.fancyTab:last-child {
  box-shadow: 0 0 0 1px #ddd;
}

.tabs .nav-tabs li.fancyTab a {
	color: #000;
	font-size: 20px;
	font-weight: 400;
}

.tabs .nav-tabs li.fancyTab.active a {
	box-shadow:none;
  top:0;
}


.fancyTab.active {
  background: #fff;
	box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
  padding-bottom:30px;
}

.arrow-down {
	display:none;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 22px solid #ddd;
  position: absolute;
  top: -1px;
  left: calc(50% - 20px);
}

.arrow-down-inner {
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 12px solid #fff;
  position: absolute;
  top: -22px;
  left: -18px;
}

.fancyTab.active .arrow-down {
  display: block;
}

#fancyTabWidget ul.fancyTabs {
	margin: 0px;
	width: 100%;
}

.profile-group {
	margin-top: 30px;
}
.profile-group:first-child {
	margin-top: 0px;
}
.profile-field {
	display: flex;
	font-size: 16px;
	padding-bottom: 10px;
	gap: 15px;
}
@media screen and (max-width: 767px) {
	.profile-field {
		gap: 5px;
		flex-flow: column;
	}
}

.profile-group-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 15px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 15px;
}
.profile-group-heading h3 {
	font-size: 24px;
  font-weight: 600;
	margin: 0px;
	color: #333;
}
.profile-group-heading__action {
	display: block;
	cursor: pointer;
}
.profile-field .profile-field__name {
    font-weight: 500;
    color: #333;
    min-width: 200px;
    /* flex-basis: 200px; */
	flex-basis: 60%;
}

.profile-heading .profile-heading__text {
	font-weight: 600;
   padding: 0;
   margin: 0;
   line-height: 1;
   font-size: 26px;
   color: #333333;
}
.profile-heading {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dfdfdf;

	width: 100%;
    padding-top: 40px;
}
.profile-spacer {
	height: 40px;
	margin: 0;
	padding: 0;
}
.profile-name .club-member-title {
	color: #d3b574;
	font-size: 40px;
	font-weight: 600;
	padding: 0;
    margin: 0;
    line-height: 1;
}

.member-profile-container a.action-link:hover {
	color: #fff;
}
.acf-form-grid .acf-fields.acf-form-fields {
	display: grid;
  grid-template-columns: auto auto;
}
.acf-form-grid.form-grid-upload .acf-fields.acf-form-fields {
	grid-template-columns: auto auto auto;
}
.acf-form-grid .acf-form-submit {
	text-align: center;
  padding-top: 30px;
	margin-bottom: 30px;
}
.acf-form-grid .acf-form-submit input[type="submit"] {
	padding: 14px 30px;
  border: 0px;
  font-size: 16px;
  font-weight: 600;
  min-width: 180px;
}
.acf-field .acf-label {
	color: #333;
  font-weight: 400;
  font-size: 14px;
}
.acf-fields > .acf-field {
	border: 0px !important;
}

.dialog-close-button {
	text-decoration: none;
}
a.action-link {
	cursor: pointer;
	display: block;
  padding: 14px 25px;
  background: #d3b574;
  color: #fff;
  border-radius: 6px;
	line-height: 1.2;
	font-size: 14px;
	text-align: center;
}
a.action-link span {
	margin-right: 4px;
}

.signup-alert.hide {
	display: none;
}
.signup-alert {
	padding: 15px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 40px;
	color: #333;
	font-size: 15px;
	opacity: 0.8;
	margin-top: 30px;
	border: 1px solid #e3e3e3;
  box-shadow: 0px 2px 20px 3px rgba(0,0,0,0.07);
}
.signup-alert.error {
	background: #ed4c4c;
	color: #fbfbfb;
}
.signup-alert.success {
	background: #3a9345;
  color: #ffffff;
}
.signup-alert.information {
	 background: #ffff;
}

.member-status {
	padding: 20px 30px;
	text-align: center;
	border: 1px solid #EEE;
	background: #f1f1f1;
	border-radius: 20px;
	color: #5a5555;
	max-width: 450px;
	margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.member-status .heading {
	margin-bottom: 5px;
  color: #333;
}
.member-status p {
	margin-bottom: 0px;
}
.member-sucess {
	font-size: 17px;
  color: #333;
}
.member-sucess h3 {
	margin-bottom: 0px;
  font-size: 46px;
  font-weight: 700;
}
.dashboard-user__box > img.gravatar{
	border-radius: 50%;
}
.elementor-widget .dashboard-list .elementor-icon-list-icon i {
	color: #D0B56F;
	width: 1.25em;
  font-size: 20px;
}
.elementor-widget .dashboard-list .elementor-icon-list-item {
	margin-top: 5px;
	color: #333;
}
.dashboard-list .elementor-icon-list-item .status {
	color: #d0b56f;
	text-transform: uppercase;
	font-weight: 600;
}
.dashboard-list .elementor-icon-list-item .pending-call {
	color: #1bbb9b;
}
.dashboard-list .elementor-icon-list-item .ready-payment {
	color: #e52656;
}
.dashboard-list .elementor-icon-list-item .expire-member {
	color: #333;
}

.dashboard-notice {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: 500;
  color: #fb4444;
}
.dashboard-notice p {
	margin: 0px;
}
.dashboard-notice i {
	font-size: 22px;
  font-weight: 500;
}
.dashboard-notice .message-text {
	display: flex;
  align-items: center;
	justify-content: center;
	gap: 10px;
  line-height: 1;
	padding: 10px;
  background: #f3f3f3;
}
.dashboard-notice.add-payment .message-text {
	padding: 30px 60px;
  background: #ffffff;
  color: #333;
  line-height: 1.6;
  display: block;
  font-size: 18px;
  border: 1px solid #ccc;
  border-radius: 6px;
	margin-bottom: 30px;
}
.dashboard-notice.add-payment .dashboard-notice__btn {
	color: #fff;
  padding: 10px 30px;
  background: #333;
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
}

.dashboard-notice.add-payment i {
	font-size: 32px;
  font-weight: 500;
  color: #d0b56f;
  display: inline-block;
  margin-bottom: 16px;
}

.profile-information {
	border-color: transparent;
  box-shadow: 1px 1px 0 -1px #fff, 0 0 0 1px #ddd;
  padding: 30px 30px 30px;
  position: relative;
  background-color: #fff;
  min-height: 700px;
  width: 100%;
}
.profile-information-heading {
	margin-bottom: 40px;
	display: flex; 
	justify-content: space-between;
	align-items: center;
}
.profile-title h3 {
	font-size: 32px;
  font-weight: 600;
  color: #d0b56f;
}

.club-member-picture {
	display: flex;
	gap: 10px;
	margin-top: 10px;
}
.club-member-picture .elementor-widget-image {
	flex-basis: 50%;
}
.club-member-picture .elementor-widget-image a {
	display: block;
  max-height: 150px;
  overflow: hidden;
}
.club-member-picture .elementor-widget-image a img {
	display: block;
	width: 100%;
}

.profile-action {
	display: flex;
  align-items: center;
  gap: 10px;
}

/* ADMIN PAGE */
.order-list{
	width: 100%;
	margin: 20px auto;
	padding: 20px;
  overflow: auto;
}
.club-admin {
	position: relative;
	width: 100%;
}
.club-admin .club-admin-hide {
	position: absolute;
	top: 10px;
	right: 0px;
}
.club-admin ul.club-admin-tabs,ul.club-admin-tabs-mobile-view{
	list-style: none;
	font-size: 18px;
	font-weight: 600;
	color: #000;
	padding-left: 0;
  padding-bottom: 0px;
  margin: 0;
  border-bottom: 2px solid #e9ecee;
  margin-bottom: 20px;
}
.club-admin ul.club-admin-tabs li{
	display: inline-block;
	position: relative;
}
.club-admin ul.club-admin-tabs li:first-child{
	margin-right: 30px;
}
.club-admin ul.club-admin-tabs li > a {
	display: block;
	padding: 0px 20px 20px 10px;
	text-align: left;
	color: #000;
	font-weight: 500;
  opacity: 0.5;
	cursor: pointer;
}
.club-admin ul.club-admin-tabs li:first-child > a {
	padding-left: 0px;
}
.club-admin ul.club-admin-tabs li.active > a {
	opacity: 1;
	color: #c5a43b;
}
.club-admin ul.club-admin-tabs li.active a::after {
	content: '';
	width: 100%;
	height: 2px;
	display: block;
	background: #c5a43b; 
	position: absolute;
	bottom: -2px;
	left: 0px;
}
.club-admin-filter {
	padding-top: 10px;
}
.club-admin .tab-content {
	display: none;
}

.order-list h4{
	margin: 0 0 20px;
}
.order-list form{
	overflow: auto;
	margin-bottom: 30px;
}
.element-form input{
	width: 100%;
	display: block;
	padding: 10px 15px;
}
.element-form input[type="text"]{
	background-color: #f0f1f3;
}
body .club-admin .element-form input[type="submit"]{
	background: #d3b574;
	color: #000;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
	padding: 15px 30px;
}
.order-list table {
	border-collapse: collapse;
  margin-bottom: 30px;
	table-layout: fixed; 
	width: 100%;
}
.order-list table thead tr td {
	color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 0px;
	font-weight: 700;
}
.order-list table tbody tr {
	color: #777;
}
.order-list table td {
	padding: 20px 15px 20px 15px;
	font-family: "Assistant", sans-serif;
	font-weight: 500;
	line-height: 1.3;
	word-wrap: break-word;
}
.order-list table td.name {
	width: 18%;
}
.order-list table td.email {
	width: 15%;
}
.order-list table td.phone {
	width: 12%;
}

.order-list table td.address,
.order-list table td.date {
	width: 10%;
}
.order-list table td.gender {
	width: 8%;
}
.order-list table td.age {
	width: 5%;
}
.order-list table td.small {
	width: 7%;
}
.order-list table td.status {
	width: 15%;
}

.order-list table tr td.w-4 {
	width: 4%;
}
.order-list table tr td.w-6 {
	width: 6%;
}
.order-list table tr td.w-10 {
	width: 10%;
}
.order-list table tr td.w-16 {
	width: 16%;
}

.order-list table td.last {
	padding-right: 0px;
}
.order-list table td.action span {
	display: inline-block;
	font-size: 18px;
	color: #ccc;
	cursor: pointer;
	transition: 0.2s;
}
.order-list table td.action span:hover {
	color: #d0b56f;
}
.order-list table td.action span.edit {
	margin-right: 10px;
}
.order-list table img {
	max-width: 40px;
	max-height: 40px;
}
.order-list table td .image {
	border-radius: 50%;
	overflow: hidden;
	width: 40px;
	height: 40px;
}
.order-list table td .member {
	display: flex;
	align-items: center;
	gap: 10px;
}
.order-list table td .member a {
	color: inherit;
	text-decoration: underline;
}
.order-list table input[type="checkbox"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
    display: none;
}
.order-list table label{
	position: relative;
	margin-left: 15px;
	font-family: 'Font Awesome 5 Free';
}
.order-list table label.text {
	font-family: 'Assistant', sans-serif;
}
.order-list table label::before{
    display: none;
	content: '';
	position: absolute;
	top:-3px;
	left: -25px;
	width: 20px;
	height: 20px;
	border: 1px solid #ddd;
}
.order-list table input[type="checkbox"]:checked + label::after{
    display: none;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
  font-size: 11px;
  text-align: center;
  line-height: 20px;
	content: "\f00c";
	position: absolute;
	top: -2px;
	left: -24px;
	width: 20px;
	height: 20px;
	color: #fff;
	background-image: linear-gradient(90deg, #41389e, #7822a0);
  box-shadow: 2px 2px 8px #41389e;
}
.order-list table input[type="checkbox"]:checked + label{
	color: #000;
}
.order-list .show,
.order-list .page{
	width: 50%;
	float: left;
	color: #888;
}
.order-list .page{
	text-align: right;
}
/* Start My Fram Work */
.width-1{
  width: 10%;
  padding-left: 10px;
  padding-right: 10px;
}
.width-2{
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
}
.width-3{
  width: 30%;
  padding-left: 10px;
  padding-right: 10px;
}
.width-4{
  width: 40%;
  padding-left: 10px;
  padding-right: 10px;
}
.width-5{
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
.width-6{
  width: 60%;
  padding-left: 10px;
  padding-right: 10px;
}
.width-7{
  width: 70%;
  padding-left: 10px;
  padding-right: 10px;
}
.width-8{
  width: 80%;
  padding-left: 10px;
  padding-right: 10px;
}
.width-9{
  width: 90%;
  padding-left: 10px;
  padding-right: 10px;
}
.width-10{
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.fl-left{
  float: left;
}
.fl-right{
  float: right;
}
.no-padding-left{
  padding-left: 0px;
}
.no-padding-right{
  padding-right: 0px;
}
.radius-4{
  border-radius: 4px;
}
.radius-6{
  border-radius: 6px;
}
.no-border{
  border: none;
}
.status .code {
	display: block;
  font-weight: 600;
	font-size: 15px;
  cursor: pointer;
  color: #fff;
  border: none;
	padding: 10px 15px;
	background: #333;
	text-align: center;
	max-width: 185px;
}
.status .code.pending-call {
	background-color: #1bbb9b;
}
.status .code.ready-payment {
  background-color: #e52656;
}
.status .code.paid-member {
  background-color: #d0b56f;
}
.status .code.expired-member {
  background-color: #bbbbbb;
}
.stamp{
  border: 1px solid #eee;
  text-align: center;
  padding: 5px 14px;
  display: inline-block;
  margin: auto;
  border-radius: 6px
}
.but-pre{
  background-color: transparent;
  color: #888;
  border: none;
  cursor: pointer;
}
.but-pag{
  background-color: #41389e;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 5px 10px;
  cursor: pointer;
}
/* End My Fram Work */

.club-admin-view .club-member-field__info {
	font-size: 16px; 
	font-weight: 600;
	color: #333;
	padding-bottom: 10px;
}
.club-admin-view .club-member-field__info span {
	display: inline-block;
	padding-left: 10px;
	font-weight: 400;
}

.admin-edit-form .acf-fields > .acf-field {
	  display: flex;
    gap: 15px;
    align-items: center;
		padding: 0px;
    margin-bottom: 15px;
}
.admin-edit-form .acf-field .acf-label {
	flex-basis: 30%;
}
.admin-edit-form .acf-field .acf-input {
	flex-basis: 70%;
}
.admin-edit-form .acf-field input {
	width: 100%;
}
.admin-edit-form .acf-form-submit input[type="submit"] {
	 width: 100%;
   border: 0px;
   padding: 15px 30px;
   font-size: 18px;
   font-weight: 600;
   line-height: 1.4;
}

.admin-edit-form .loader {
  min-height: 75vh;
	position: relative;
}
.loader [class*="the7-spinner-animate-"] {
	 fill: #d0b56f;
}

.club-admin-btn a.box-button {
	width: 100%;
	background: #d0b56f;
	color: #fff;
}
.profile-action .club-admin-btn a#updateStatusBtn {
	background: #333;
}
.club-admin-btn a.pending-call {
	background: #1bbb9b !important;
}
.club-admin-btn a.ready-payment {
	background: #e52656 !important;
}


.club-admin-btn a.elementor-button:hover,
.club-admin-btn a.elementor-button:focus,
.club-admin-btn a.elementor-button:visited:focus {
	background: #333;
	color: #fff;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tr.cart-subtotal,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-checkout__order_review,
.woocommerce-checkout #customer_details,
.woocommerce-checkout .e-checkout__column-start
{
	display: none;
}
.elementor-widget-woocommerce-checkout-page .woocommerce h3.payment-method {
	font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout #payment {
	margin-bottom: 0px;
}

.element-form select {
	width: 100%; 
	padding: 10px 15px;
  background-color: #f0f1f3;
}

.admin-editform .view-member-btn {
	text-align: center;
  display: block;
  padding: 15px 30px;
  font-size: 16px;
  background: #333;
  margin-top: 15px;
  border-radius: 6px;
}

.woocommerce-thankyou-order-received {
	text-align: center;
  font-size: 32px;
  color: #333;
  padding: 40px 10px;
  background: #ceffce;
}
.woocommerce-thankyou-order-details,
.woocommerce-customer-details {
	display: none;
}
.woocommerce-order-details {
	max-width: 600px;
  margin: auto;
  border: 1px solid #ccc;
  padding: 30px;
  margin-top: 30px;
}
.woocommerce-order-details__title {
	margin-top: 0px;
}
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tr,
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table td,
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table th {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}


@media only screen and (max-width: 1080px){
	.dt-nav-menu-horizontal .menu-item.menu-item-13199 {
	display: block;
}
	.event-grid,
	.event-grid.past-events {
	grid-template-columns: repeat(2, 1fr);
}
}
@media only screen and (max-width: 768px){
	.event-grid, 
	.event-grid.past-events {
	grid-template-columns: repeat(1, 1fr);
}
}

@media only screen and (max-width: 560px){
	.dashboard-user-box{
     display:block;
		}
}

@media only screen and (max-width: 768px) {
	#download-introduction{
		display: none;
	}
}

/* @media only screen and (min-width: 768px) {
	.club-admin > .club-admin-tabs{
		display: none;
	}
} */

@media only screen and (max-width: 768px) {
	.club-admin > ul:first-child{
		display: none;
	}
}

.club-admin-tabs-mobile-view{
	display: none;
}
@media only screen and (max-width: 768px) {
	.club-admin-tabs-mobile-view{
	   display: block;
   }
}
@media only screen and (max-width: 778px){
	.profile-field .profile-field__name{
		flex-basis: 0px !important;
	}
}
