.custom-subheader {
    width: 100%;
    height: 254px;
    background: linear-gradient(355deg, black, #2a2a2a, #000);
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
}
.header-title{
    width: 100%;
    text-align: center;
}
.header-title h1{
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 64px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 78px;
}
.main-promoter-section {
    width: 95%;
    margin: 0 auto;
}
.main-content {
    float: left;
    width: 100%;
    margin: 50px 0;
}
.sidebar-nav {
    width: 20%;
    float: left;
    background: #f7f7f7;
    min-height: 480px;
}
.sidebar-nav h4 {
    text-align: center;
    background: #000;
    margin: 0;
    padding: 15px 20px;
    color: #fff;
    text-align: left;
}
.sidebar-nav ul {
    padding-left: 0;
    list-style: none;
}
.sidebar-nav ul li a{
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px solid #e1e1e1;
    color: #111;
	border-right: 4px solid transparent;
}
.sidebar-nav ul li.pro_menu{
    position: relative;
}
.sidebar-nav ul li.pro_menu:after{
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    background: url(../images/pro_icon.png) no-repeat;
}

.sidebar-nav ul li a img{
    margin-right: 12px;
}
.sidebar-nav ul li a:hover, .sidebar-nav ul li.sb_menu_active a{
    background: #fff;
	border-right-color: #F05227; 
}
.main-tab-box {
    float: left;
    width: 80%;
    background: #fbfbfb;
    padding: 0 15px;
    min-height: 480px;
}
.main-box-header {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
}
.main-box-header h3{
    padding-left: 25px;
    display: inline-block;
}
.main-box-header ul {
    padding-left: 0;
    list-style-type: none;
    display: inline-block;
}
.main-box-header ul li{
    display: inline;
}
.main-box-header ul li a{
    padding: 0 10px;
    color: #a1a1a1;
}
.main-box-header ul li a:hover{
    color: #111;
}
.main-box-body {
    float: left;
    width: 100%;
    padding: 10px 15px;
}
.grid-box-container{
    width: 33.3%;
    padding: 10px 15px;
    box-sizing:border-box;
    float: left;
}
.grid-box {
    float: left;
    width: 100%;
    text-align: center;
}
.grid-box h4{
    text-transform: uppercase;
    font-size: 20px;
    color: #111;
}
.grid-box a{
    display: block;
    padding: 25px 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 12px 0px #d3d3d3;
    border: 2px solid #fff;
}
.grid-box a:hover{
    border: 2px solid #F05227;
}
.form-group {
    margin: 10px 0;
}
.col-12{
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
.col-6{
    width: 50%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
.col-4{
    width: 33.3%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
.col-3{
    width: 25%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
.form-group label{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 600;
}
.form-group label span{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
}
.form-group input, .form-group textarea {
    float: left;
    width: 100%;
    border-color: #d9d9d9;
    line-height: 16px;
    margin-bottom: 8px;
}
.catSelectionBox {
    float: left;
    display: flex;
    margin-right: 15px;
}
.catSelectionBox input{
    margin-right: 5px;
}
.form-group h4{
    margin: 0;
}
.form-group input#event_time, .form-group select{
    border: 1px solid #d9d9d9;
    outline: none;
    box-shadow: none;
    padding: 8px 15px;
    border-radius: 5px;
}
.add_event_btn {
    float: right;
    border-color: #F05227;
    color: #ffffff;
    background: #F05227 !important;
    display: flex;
    align-items: center;
}
.add_event_btn img{
    margin-right: 5px;
}
.add_event_btn:hover {
    border-color: #000;
    background: #000 !important;
}
.clone_row_event {
    position: relative;
    float: left;
    width: 100%;
}
.dlt_row_event, .dlt_row_event_field, .dlt_row_event_field_edit {
    position: absolute;
    width: 30px;
    height: 30px;
    padding: 0;
    background: #c70000;
    border-color: #8d0000;
    color: #fff;
    cursor: pointer;
    left: -25px;
    top: 15px;
}
.dlt_row_event:hover, .dlt_row_event_field:hover, .dlt_row_event_field_edit:hover {
    background: #F05227;
}
.dlt_row_event_field_edit{
    top: 40px;
}

.clone_tkt_event {
    position: relative;
    float: left;
    width: 100%;
}
.clone_event_info {
    position: relative;
    float: left;
    width: 100%;
}
.dlt_row_tkt {
    position: absolute;
    width: 30px;
    height: 30px;
    padding: 0;
    background: #c70000;
    border-color: #8d0000;
    color: #fff;
    cursor: pointer;
    left: -25px;
    top: 15px;
}
.dlt_row_tkt:hover {
    background: #F05227;
}
.dlt_row_eventInfo {
    position: absolute;
    width: 30px;
    height: 30px;
    padding: 0;
    background: #c70000;
    border-color: #8d0000;
    color: #fff;
    cursor: pointer;
    left: -35px;
    top: 15px;
}
.dlt_row_eventInfo:hover {
    background: #F05227;
}

#event_info{
    height: 200px;
}

.btn-submit-forms {
    width: 200px !important;
    background: #F05227;
    color: #fff;
    padding: 12px;
    text-transform: uppercase;
    float: right !important;
}
.btn-submit-forms:hover {
    background: #000;
}
#preview_event_submit_btn{
    margin-right: 10px;
}
span.page-numbers.current {
    padding: 5px 10px;
    width: 25px;
    height: 20px;
    display: inline;
    border: 1px solid #c3c3c3;
    background: #eee;
    border-radius: 5px;
}
a.page-numbers {
    padding: 5px 10px;
    width: 25px;
    height: 20px;
    display: inline;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    color: #0e0e0e;
    text-transform: capitalize;
}
a.page-numbers:hover {
    background: #fff;
}

/* EVENTS ARCHIVE PAGE */
.ocb_events_row{
    width: 100%;
}

.ocb_events_col{
    float: left;
    position: relative;
}

section.section-form {
    padding: 25px 30px 25px 30px;
    background-color: #000;
}
form.ocb_events_form {
    padding: 7px 7px 7px 20px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.ocb_events_form input {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #000;
    padding: 0 20px 0px 0;
    border: 0;
    outline: unset;
    margin-top: 8px;
    box-sizing: border-box;
}
.ocb_events_form label{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #E3530D;
}
.ocb_events_form select {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #E3530D;
    padding: 10px 20px 5px 10px;
    border: 0;
    outline: unset;
}
.ocb_events_form:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #fff;
    filter: blur(2px);
}
.ocb_events_submit{
    width: 15%;
    position: relative;
    z-index: 1;
    background-color: #E3530D;
    transition: 0.3s;
    float: left;
    height: 60px;
}
.ocb_events_submit input {
    width: 100%;
    height: 50px;
    background: transparent;
    font-style: normal;
    font-weight: 600;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 0;
    border-radius: 0;
    padding: 0 33px 0 60px;
}
.ocb_events_submit input:hover {
    background: #000;
}
.ocb_events_submit i{
    position: absolute;
    top: 55%;
    transform: translate(0px, -50%);
    left: 38px;
    font-size: 16px;
    color: #fff;
    z-index: 99;
}
.ocb_events_form .ocb_events_col i {
    color: #949494;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
}
.ocb_events_col_1 {
    padding: 10px 0px 10px 0px;
    margin: 0 20px 0 0;
}
.ocb_events_form .ocb_events_submit:hover {
    background-color: #242424;
}

.ocb_events_col_2{
    width: 25%;
    float: left;
    margin-bottom: 50px;
    box-sizing: border-box;
    padding: 0 15px;
    min-height: 450px;
}
.section-card{
    padding: 50px 0 0 0;
}

.ocb_events_card{
    width: 100%;
    box-shadow: 4px 4px 4px 0px rgb(0 0 0 / 25%);
    transition: 0.3s;
    background: #fff;
/*     min-height: 475px; */
	position: relative;
}
.ocb_events_card:hover{
    transform: translate(10px, -10px);
    box-shadow: -4px 4px 4px 0px rgb(0 0 0 / 25%);
}
.ocb_events_card:hover .poster_download_btn{
    opacity: 1;
}
.ocb_events_card_title{
    color: #E3530D;
    margin: 0 0 12px 0;
}
.ocb_events_card_title h4{
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
}
.ocb_events_card_img {
    padding: 0px 40px;
    background-color: #000;
}
.ocb_events_card_body{
    padding: 15px 23px 58px;
    background-color: #fff;
}
.ocb_events_card_head {
    height: 250px;
}
.ocb_events_card_contant p{
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0.5px;
    padding: 0;
}
.ocb_events_card_button a{
    background-color: #E3530D;
    border: none;
    padding: 11px 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-family: "Montserrat", Sans-serif;
    transition: 0.3s;
    width: 49% !important;
    display: inline-block;
    text-align: center;
}
.ocb_events_card_button a:hover{
    background-color: #242424;
}
.ocb_events_card_button {
    margin-top: 10px;
    position: absolute;
    bottom: 29px;
    left: 0;
    width: 100%;
    padding: 0 15px;
}
#events-main-list{
    margin-top: 30px;
}
#events-main-list .main-tab-box{
    width: 100% !important;
}
.events-list-header{
    background-image: url('../images/login_subheader.jpg');
}
.pagination-events{
    float: left;
    width: 100%;
    text-align: center;
}


/* SINGLE EVENT CSS */

.ocb_event_container{
    width: 1200px;
    margin: 0 auto;
}
.ocb_event_tablink.ocb_event_active {
    background: #e3530d;
    color: #ffffff;
    border: #e3530d solid 1px;
    border-radius: 5px 5px 0 0;
}
.ocb_event_tablink:hover{
    background: #fff;
    color: #e3530d;
    border: #e3530d solid 1px;
}

.ocb_event_tablink {
    padding: 15px 20px;
    background: transparent;
    color: #000000;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    display: inline-block;
    border: #c1c1c1 solid 1px;
    transition: 0.3s;
    border-radius: 5px 5px 0 0;
}

.ocb_event_tabcontant{
    border: #dddddd solid 1px;
    padding: 15px;
    float: left;
    width: 100%;
    background: #f7f7f7;
}

.ocb_event_tabcontant h1, .ocb_event_tabcontant h2, .ocb_event_tabcontant h3, .ocb_event_tabcontant h4, .ocb_event_tabcontant h5, .ocb_event_tabcontant h6 {
    font-weight: 600 !important;
    margin: 20px 0 10px 0;
    text-transform: uppercase !important;
    color: #000000 !important;
}
.ocb_event_tabcontant h1{font-size: 36px; line-height: 42px;}
.ocb_event_tabcontant h2{font-size: 30px; line-height: 36px;}
.ocb_event_tabcontant h3{font-size: 24px; line-height: 30px;}
.ocb_event_tabcontant h4{font-size: 18px; line-height: 24px;}
.ocb_event_tabcontant h5{font-size: 16px; line-height: 18px;}
.ocb_event_tabcontant h6{font-size: 14px; line-height: 16px;}


.ocb_event_container p {
    margin: 0 0 15px;
}
.ocb_event_tabcontant:nth-child(1){
    display: none;
}
.ocb_event_container h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    color: #e3530d;
    margin-bottom: 15px;
}
.ocb_event_row{
    width: 100%;
    float: left;
}
.ocb_event_col{
    width: 50%;
    float: left;
    padding: 0 15px 0 15px;
}
.ocb_event_group{
    margin-bottom: 15px;
}
.ocb_event_required{
    color: #ff0000;
}
.ocb_event_container input, .ocb_event_container select{
    border: rgba(0, 0, 0, .4) solid 1px;
    height: 40px;
    padding: 5px 10px;
    width: 100%;
}
.ocb_event_radio input, .ocb_event_radio select{
    height: 30px;
}

.ocb_event_container label{
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    margin: 0 0 4px;
}
.ocb_event_cover{
    border: rgba(0, 0, 0, .4) solid 1px;
    float: left;
    width: 100%;
    padding: 15px 15px 5px;
    position: relative;
    min-height: 100px;
    margin: 0 0 15px;
}
.ocb_event_container h5 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #e3530d;
    margin-bottom: 15px;
}

.ocb_event_division{
    height: auto;
}
.ocb_event_col1{
    width : 5%;
    float: left;
}
.ocb_event_col2{
    width : 95%;
    float: left;
    padding-left: 5px ;
}
.ocb_event_cover .ocb_event_col{
    padding: 0;
}
.ocb_event_radio{
    float: left;
    width: 100%;
}
.ocb_event_container textarea{
    height: 100px;
    border: rgba(0, 0, 0, .4) solid 1px;
    padding: 5px 10px;
    width: 100%;
}
.ocb_event_check{
    display: inline;
    height: auto;
}
.ocb_event_circle{
    display: inline-flex;
    padding: 0 0px 0px 20px;
    align-items: center;
}
.ocb_event_btn{
    display: inline-block;
    border: 1px solid #b9b9b9;
    padding: 20px 30px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    background: #e3530d;
    width: 240px !important;
}
.ocb_event_btn:hover{
    background: #000;
}
.ocb_event_btndiv {
    text-align: end;
}

.ocb_event_ticket{
    overflow-x: auto;
    min-height: 0.01%;
    box-shadow: 0 2px 4px 1px rgb(0 0 0 / 8%);
    padding: 10px;
    margin: 15px 0 0;
}
.ocb_event_table{
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    background-color: transparent;
}
.ocb_event_container thead {
    box-shadow: 0 4px 4px 1px rgb(0 0 0 / 20%);
    background: #000000;
    border-bottom: #dd4800 solid 3px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.ocb_event_container th{
    padding: 8px;
    text-align: left;
    vertical-align: middle;
    padding: 5px 15px;
}
.ocb_event_container tbody tr{
    background: rgba(0,0,0,.02);
    border-bottom: #fff solid 4px;
}
.ocb_event_container td{
    padding: 5px 15px;
    vertical-align: middle;
}
.ocb_event_container tr:hover {
    box-shadow: 0 2px 4px 1px rgb(0 0 0 / 20%);
}
.ocb_event_table {
    border-collapse: collapse;
    border-spacing: 0;
}
.add_new_btn {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.add_field_btn {
    border-color: #F05227;
    color: #ffffff;
    background: #F05227 !important;
    padding: 8px 15px;
    float: left;
    border: none;
    margin-left: 5px;
    border-radius: 2px;
}
.add_field_btn:hover {
    border-color: #000;
    color: #ffffff;
    background: #000 !important;
}
.event_field_add_row{
    float: left;
    width: 100%;
}
#add_more_event_field {
    padding: 5px 15px;
    background: #F05227;
    border: none;
    color: #fff;
}
#add_more_event_field:hover {
    background: #000;
}
.form-group.col-6.checkbox_type{
    display: flex;
}
.edit_page_answer_row{
    position: relative;
    float: left;
    width: 100%;
}
#dlt_warning_msg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background: #000000e0;
    display: none;
}
.warning_popup_box {
    width: 450px;
    margin: 10% auto;
    text-align: center;
    background: #fff;
    padding: 25px 0;
    border-radius: 5px;
    border: 3px solid #F05227;
}

.warning_popup_box button {
    padding: 3px 30px;
}
.warning_popup_box button:hover{
    border-color: #F05227;
    background: #F05227;
}
.close_popup {
    background: #9d0000;
    border-color: #9d0000;
    color: #fff;
}
.yes_dlt{
    background: #054800;
    border-color: #054800;
    color: #fff;
}
.ocb_event_radio .ocb_event_row {
    display: flex;
    align-items: center;
}


/* Member Ship Page Start */


.membership-section {
    float: left;
    width: 100%;
}

.membership-title-row{
    float: left;
    width: 100%;
    text-align: center;
}
.membership-title-row .membership-main-title {
    font-family: "Montserrat", Sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #000;
    margin-top: 10px;
}
.membership-pkg-row {
    width: 90%;
    margin: 0 auto;
    text-align:center;
}
.membership-col {
    width: 45%;
    display: inline-block;
    background: #fff;
    padding: 25px 15px;
    box-shadow: 0px 0px 9px 6px #c5c5c5;
    border-radius: 10px;
    margin: 30px 15px;
    text-align:left;
}

.membership-icon {
    width: 25%;
    margin: 0 auto;
    float: left;
    padding: 15px;
}
.membership-card{
    float: left;
    width: 100%;
}
.membership_title h3 {
    font-family: 'Montserrat';
    font-weight: 900;
    color: #000;
    font-size: 48px;
    margin-bottom: 0;
}
.membership_amount h4 {
    color: #444;
    font-family: 'Montserrat';
    font-weight: 700;
}
.membership_signup_btn a {
    background: #F05227;
    display: inline-block;
    color: #fff;
    padding: 5px 25px;
    border-radius: 25px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 600;
    text-align: center;
}
.membership_signup_btn a:hover{
    background: #000;
}
.pkg-login-row {
    margin: 30px 0;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 600;
}
.pkg-login-row a{
    text-decoration: underline;
    color: #db5b00;
}
.pkg-login-row a:hover{
    color: #000;
}

/* Member Ship Page End */

/*************************/


/** MEMBER REGISTER FORM START **/

.text-center {
    text-align: center;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.pl-0 {
    padding-left: 0;
}
.btn-navigate-form-step, .submit-btn, #email_valid_btn_membership, #data_valid_btn_membership, .memberRegPaymentBtn {
    padding: 8px 50px;
    border: 1px solid #F05227;
    background-color: #F05227;
    color: #fff;
    border-radius: 25px;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
}
.btn-navigate-form-step:hover, .submit-btn:hover, #email_valid_btn_membership:hover, #data_valid_btn_membership:hover, .memberRegPaymentBtn:hover{
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
}

.mt-3 {
    margin-top: 2rem;
}
.d-none {
    display: none;
}

.font-normal {
    font-weight: normal;
}
ul.form-stepper {
    counter-reset: section;
    margin-bottom: 2rem;
}
ul.form-stepper .form-stepper-circle {
    position: relative;
}
ul.form-stepper .form-stepper-circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-weight: bold;
}
.form-stepper-horizontal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
ul.form-stepper > li:not(:last-of-type) {
    margin-bottom: 0.625rem;
    -webkit-transition: margin-bottom 0.4s;
    -o-transition: margin-bottom 0.4s;
    transition: margin-bottom 0.4s;
}
.form-stepper-horizontal > li:not(:last-of-type) {
    margin-bottom: 0 !important;
}
.form-stepper-horizontal li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.form-stepper-horizontal li:not(:last-child):after {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    content: "";
    top: 32%;
}
.form-stepper-horizontal li:after {
    background-color: #dee2e6;
}
.form-stepper-horizontal li.form-stepper-completed:after {
    background-color: #F05227;
}
.form-stepper-horizontal li:last-child {
    flex: unset;
}
ul.form-stepper li a .form-stepper-circle {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 0;
    line-height: 1.7rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.38);
    border-radius: 50%;
}
.form-stepper .form-stepper-active .form-stepper-circle {
    background-color:#F05227 !important;
    color: #fff;
}
.form-stepper .form-stepper-active .label {
    color: #F05227 !important;
}
.form-stepper .form-stepper-active .form-stepper-circle:hover {
    background-color: #F05227 !important;
    color: #fff !important;
}
.form-stepper .form-stepper-unfinished .form-stepper-circle {
    background-color: #f0522733;
}
.form-stepper .form-stepper-completed .form-stepper-circle {
    background-color: #000000 !important;
    color: #fff;
    border-color: #000;
}
.form-stepper .form-stepper-completed .label {
    color: #000000 !important;
}
.form-stepper .form-stepper-completed .form-stepper-circle:hover {
    background-color: #F05227 !important;
    color: #fff !important;
}
.form-stepper .form-stepper-active span.text-muted {
    color: #fff !important;
}
.form-stepper .form-stepper-completed span.text-muted {
    color: #fff !important;
}
.form-stepper .label {
    font-size: 1rem;
    margin-top: 0.5rem;
    font-weight: 600;
}
.form-stepper a {
    cursor: default;
}
.membership-register-row {
    border-radius: 5px;
    width: 75%;
    margin: 100px auto;
    background: #fff;
    padding: 50px;
    box-shadow: 0 0 8px 5px #cfcfcf;
    font-family: 'Montserrat';
}
.membership-register-row #step-1 h4{
    font-weight: bold;
    color: #000;
}
.membership-register-row #step-1 p{
    font-weight: 600;
}
.membership-register-row #step-1 a, .term_checkbox a{
    color: #F05227
}
.membership-register-row #step-1 a:hover, .term_checkbox a:hover{
    text-decoration: underline;
}
.membership-register-row #step-1 span{
    font-weight: 500;
    font-size: 14px;
}
.membership-register-row label{
    font-weight: 600;
}
.membership-register-row span{
    font-weight: 400;
    font-size: 13px;
}
.membership-register-row input, .membership-register-row select, .membership-register-row textarea{
    margin-top: 5px;
    border-color: #c9c9c9;
}

.member_reg_main_form{
    float: left;
    width: 100%;
}
.member_reg_main_form .term_checkbox{
    display:flex;
    align-items: center;
    margin-bottom: 20px;
}
.member_reg_main_form .term_checkbox input{
    margin-top: 0;
}
.member_reg_main_form .term_checkbox label{
    font-weight: 400;
    font-size: 14px;
    margin-left: 10px;
}

.field_col_2 {
    width: 50%;
    float: left;
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 0;
}
.field_col_1 {
    width: 100%;
    float: left;
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 0;
}
.table_reg_data h4, .table_reg_data p{
    margin: 0;
}
.table_reg_data table th{
    background: #e1e1e1;
}
.table_reg_data table td{
    padding: 8px 15px;
}
#email_valid_response, #membership_data_valid_response {
    color: red;
    margin: 5px 0;
    display: inline-block;
    font-weight: 500 !important;
}
.inputError{
    border-color: red !important;
}

/** MEMBER REGISTER FORM ENDS **/

/************************/

/* Z Single Event Start */

.z_category_row {
    display: flex;
    flex-wrap: wrap;
}
.z_category_row .z_category_col {
    display: flex;
    flex-wrap: wrap;
}
.z_category_row .z_category_col .ocb_event_cover {
    border-radius: 4px;
    padding: 25px 25px 10px;
    background-color: #fff;
    z-index: 0;
}
.z_category_row .z_category_col .ocb_event_cover h5 {
    color: #e3530d !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
    margin-top: 0;
}
.z_event_submit {
    border: rgba(0, 0, 0, .4) solid 1px;
    height: 40px;
    padding: 5px 10px;
}
.z_category_row .z_category_col .ocb_event_cover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 80%);
    display: none;
}
.z_category_row .z_category_col .ocb_event_cover.active:before {
    display: block;
}
.z_error_box{
	display: none;
}
.z_error_box.active{
	display: block;
}
.z_error_box h4 {
    color: red !important;
    font-size: 14px;
    margin: 0 0px 0px 0px;
}
.z_form_fields .ocb_event_group {
    position: relative;
}
p.z_field_error {
    margin: 0 0 !important;
    position: absolute;
    bottom: -15px;
    left: 1px;
    color: red;
    font-size: 11px;
    text-transform: capitalize;
	display:none;
}
.z_ed_main h2.z_ed_title {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
}
.z_event_details {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 25px 0;
    justify-content: space-between;
}
.z_ed_main hr {
    margin: 0 0;
    height: 2px;
    border: 0;
    background-color: #0000000d;
}
.z_event_details .z_event_box {
    width: 32%;
    text-align: center;
    border-radius: 4px;
    padding: 0;
    display: flex;
    align-items: flex-start;
    margin-right: 0;
}
.z_event_details .z_event_box .z_event_icon {
    width: auto;
    text-align: left;
    margin-right: 17px;
}
.z_event_details .z_event_box .z_event_icon i {
    font-size: 38px;
    color: #e3530d;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: transparent;
    border-radius: 5px;
}
.z_event_details .z_event_box h4 {
    margin: 0px 0 2px 0;
    font-size: 18px;
    letter-spacing: 1px;
}
.z_event_details .z_event_box p {
    margin: 0 0;
    font-size: 15px;
    font-weight: 500;
}
.z_event_details .z_event_box .z_event_content {
    text-align: left;
}
.z_event_details .z_event_box:last-child {
    margin: 0;
}



section.membership-section.be_coach_section {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.membership-section.be_coach_section .membership-register-row {
    float: left;
}
.mt-10 {
    margin-top: 10px;
}
#becomeacoach .be_coach_main_form textarea {
    min-height: 100px;
}

.ocb_event_container.z_result_container {
    width: 100%;
    padding-top: 40px;
}
.ocb_event_container.z_result_container h3 {
    margin: 0 0 20px 0;
    font-weight: 600 !important;
    text-transform: capitalize;
    color: #000000 !important;
    font-size: 24px;
}
.z_result_container .ocb_event_row.z_form_fields {
    display: inline-block;
}
.z_result_container .ocb_event_row.z_form_fields .ocb_event_col {
    padding: 0 8px;
    width: 32%;
}
.ocb_event_container.z_result_container .ocb_event_btndiv button.ocb_event_btn.z_result_submit {
    border: rgba(0, 0, 0, .4) solid 1px;
    height: 40px;
    padding: 5px 10px;
}


.filter-form-box form {
    width: 100%;
    float: left;
    display: flex;
    text-decoration-skip-ink: unset;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}
.filter-form-box form .search_field_box {
    padding: 0 0;
    width: 24%;
    position: relative;
}
.filter-form-box form label {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    margin: 0 0 5px;
}
.filter-form-box form select.search_input {
    border: rgba(0, 0, 0, .4) solid 1px;
    height: 40px;
    padding: 5px 10px;
    width: 100%;
    outline: none;
}
.filter-form-box form .search_field_box button[type=submit] {
    margin: 0 0;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    background: #e3530d;
    border: rgba(0, 0, 0, .4) solid 1px;
    height: 40px;
    padding: 5px 10px 5px 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.filter-form-box form .search_field_box i {
    position: relative;
    color: #fff;
    font-size: 14px;
    margin-right: 6px;
}
.download_all_box {
    margin-top: 30px;
}
.download_all_box h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0px 0 10px 0;
    text-transform: uppercase;
    color: #000000;
    line-height: 34px;
    display: block;
}
.download_all_box a#exportCSV {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    background: #e3530d;
    border: rgba(0, 0, 0, .4) solid 1px;
    height: 40px;
    padding: 9px 30px 9px 30px;
    margin: 0 auto;
    border-radius: 4px;
    display: inline-block;
}
.download_all_box a#exportCSV i {
    margin-right: 3px;
    font-size: 14px;
}
.filter-form-box.import-csv-form form .search_field_box {
    width: 100%;
    margin-bottom: 30px;
}
.filter-form-box.import-csv-form form .search_field_box button[type=submit] {
    min-width: 245px;
    width: auto;
}
.filter-form-box.import-csv-form form .search_field_box input#upload_file::-webkit-file-upload-button {
    padding: 0px 15px;
    font-size: 13px;
    line-height: 20px;
    text-transform: capitalize;
    font-weight: 600;
    text-align: center;
    background-color: #e7e7e7;
    color: #000;
    border: rgba(0, 0, 0, .4) solid 1px;
    height: 30px;
    margin: 0 10px 0 0px;
    display: inline-block;
	letter-spacing: 0.3px;
    border-radius: 3px;
    cursor: pointer;
}

.z_profile_details form {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0 2%;
}
.z_profile_details form .z_col {
    width: 49%;
    margin-bottom: 20px;
}
.z_profile_details form .z_col label {
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 5px;
    color: #000;
    transition: 0.3s;
}
.z_profile_details form .z_col.z_col_full {
    width: 100%;
}
.z_profile_details form .z_col input, .z_profile_details form .z_col textarea, .z_profile_details form .z_col select {
    color: #000;
    font-size: 15px;
    border-color: transparent;
    padding: 0 0;
    transition: 0.3s;
    background-color: transparent;
    height: auto;
	opacity: 1;
}
.z_profile_details form .z_col.z_col_full.z_col_btn {
    margin: 10px 0 0 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
form .z_btn {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    background: #e3530d;
    border: rgba(0, 0, 0, .4) solid 1px;
    padding: 10px 30px 10px 30px;
    border-radius: 4px;
    display: inline-block;
}
form .z_btn:hover {
    background-color: #000;
}
form button:disabled {
    opacity: 0.3;
    background-color: #e3530d !important;
}
.z_profile_details.active form .z_col input, .z_profile_details.active form .z_col textarea, .z_profile_details.active form .z_col select {
    border: 0;
    padding: 11px 12px;
    outline: none;
    line-height: 1.2;
    border-radius: 3px;
    background-color: rgb(0 0 0 / 5%);
    font-size: 14px;
}
.z_profile_details.active form .z_col label {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 6px;
}
.z_profile_details form .z_col.z_col_full.z_paypal_det {
    margin: 8px 0px 12px 0;
}
.z_profile_details form .z_col.z_col_full.z_paypal_det h4 {
    margin: 10px 0 0 0;
    font-weight: 700;
    color: #000;
    font-size: 20px;
    padding-top: 24px;
    border-top: 1px solid #0000001f;
}
.z_profile_details form .z_col label i {
    transition: 0.3s;
    font-size: 15px;
    margin-right: 2px;
    color: #e3530d;
}
.z_profile_details form .z_form_group {
    padding: 9px 15px 10px 15px;
    border: 0px solid #0000001a;
    border-radius: 4px;
    box-shadow: 0px 0px 3px 0px #0000002e;
    background-color: #fff;
}
.z_profile_details form .z_col select {
    -webkit-appearance: none;
    -moz-appearance: none;
}
.z_profile_details.active #edit_profile {
    display: none;
}
.filter-form-box.promoter_results_filter {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}
.filter-form-box.promoter_results_filter form .search_field_box {
    width: 23%;
}
.filter-form-box.promoter_results_filter form .search_field_box select#filter_category {
    height: 44px;
    width: 100%;
    border: 1px solid #666;
    border-radius: 3px;
    padding: 10px 10px;
}
.filter-form-box.promoter_results_filter .search_field_box.submit_field button.z_btn {
    height: 44px;
    width: 44px;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0;
}
.filter-form-box.promoter_results_filter form .search_field_box.submit_field {
    width: 5%;
}
.filter-form-box.promoter_results_filter .search_field_box.submit_field button.z_btn i {
    margin: 0 0;
}
.z_profile_details form .z_form_group.z_password {
    width: 49%;
	position: relative;
}


.filter-form-box.promoter_resources {
    margin-bottom: 25px;
    width: 100%;
    float: left;
}
.filter-form-box.promoter_resources form .search_field_box.title_field {
    width: 45%;
}
.filter-form-box.promoter_resources form .search_field_box.file_field {
    width: 29%;
}
.filter-form-box.promoter_resources form .search_field_box.submit_field {
    width: 23%;
}
.filter-form-box.promoter_resources form .search_field_box.file_field input#resources_file::-webkit-file-upload-button {
    padding: 0px 19px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    background-color: #e3530d21;
    color: #000;
    border: rgba(0, 0, 0, .4) solid 1px;
    height: 42px;
    margin: 0 10px 0 0px;
    display: inline-block;
    letter-spacing: 0.3px;
    border-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
    border: 0;
    border-left: 3px solid #e3530d;
}
span.z_action_space {
    color: #b7b7b7;
    display: inline-block;
    margin: 0 4px;
}
a.z_action.z_delete {
    color: red;
}
a.z_action.z_download {
    color: #3b9cff;
}
.filter-form-box.members-promoters form .search_field_box {
    width: 27%;
}
.filter-form-box.members-promoters form .search_field_box.submit_field {
    justify-content: space-between;
    width: 16%;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
.filter-form-box.members-promoters form .search_field_box.submit_field .z_btn {
    font-size: 15px;
    width: auto;
    padding: 0 19px;
    height: 44px;
	width: 100%;
}
.filter-form-box.members-promoters form .search_field_box.submit_field .z_btn.z_download {
    background-color: #1d6f42;
}
.filter-form-box.members-promoters form .search_field_box select {
    border: 1px solid #666;
    height: 44px;
}
.filter-form-box.members-promoters form .search_field_box input {
    height: 44px;
}
.filter-form-box.members-promoters {
    margin-bottom: 25px;
    width: 100%;
    float: left;
}
.main-box-header.z_members-promoters {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.main-box-header.z_members-promoters button.z_btn.z_download {
    color: #fff;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    background: #1d6f42;
    border: rgba(0, 0, 0, .4) solid 1px;
    border-radius: 4px;
    display: inline-block;
    font-size: 15px;
    width: auto;
    padding: 0 24px;
    height: 44px;
}
.main-box-header.z_members-promoters button.z_btn.z_download i {
    margin-right: 2px;
}
section.find_coach_section {
    padding: 120px 0 40px 0;
}
section.find_coach_section .z_container {
    width: 75%;
    margin: 0 auto;
}
section.find_coach_section .z_container table {
    font-family: 'Montserrat';
    overflow: hidden;
}
section.find_coach_section .z_container table thead th {
    background-color: #000000;
    color: #fff;
    font-size: 16px;
    padding: 17px 20px;
    border-color: #ffffff33;
    font-weight: 600;
    letter-spacing: 0.5px;
}
section.find_coach_section .z_container table tbody tr td {
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 16px 16px;
    border-color: #00000021;
}
section.find_coach_section .z_container table tbody tr:nth-child(even) td {
    background-color: #f1f1f1 !important;
}
section.find_coach_section .z_container table tbody tr td a {
    color: #333;
}
section.find_coach_section .z_container table tbody tr td a:hover {
    color: #F05227;
}
section.membership-section.be_coach_section select#coach_state {
    height: 42px;
}
section.find_coach_section tr.z_filter th {
    padding: 12px 30px 17px 30px !important;
}
section.find_coach_section tr.z_filter th form.z_from {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}
section.find_coach_section tr.z_filter th form.z_from .field_col {
    padding: 0 0;
    width: 40%;
    text-align: left;
}
section.find_coach_section tr.z_filter th form.z_from .field_col.z_submit {
    width: 17%;
    text-align: right;
}
section.find_coach_section tr.z_filter th form.z_from label {
    font-size: 14px;
}
section.find_coach_section tr.z_filter th form.z_from .field_col input, section.find_coach_section tr.z_filter th form.z_from .field_col select {
    margin-top: 5px;
    border-color: #c9c9c9;
    height: 42px;
}
section.find_coach_section tr.z_filter th form.z_from .field_col.z_submit #coach_submit:hover {
    background: #fff !important;
    color: #F05227;
}


.nav-links a {
    padding: 10px 40px;
    border: 1px solid #F05227;
    background-color: #F05227;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    line-height: 1.3;
    transition: 0.3s;
}
.nav-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
button#submitEventTktBtn {
    border: rgba(0, 0, 0, .4) solid 1px;
    height: 40px;
    padding: 5px 10px;
}
.ocb_event_row.z_form_fields .ocb_event_col.ocb_event_full {
    width: 100%;
}
.ocb_event_row.z_form_fields .ocb_event_col.ocb_event_full .ocb_event_group {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ocb_event_row.z_form_fields .ocb_event_col.ocb_event_full .ocb_event_group button {
    border: rgba(0, 0, 0, .4) solid 1px;
    height: 40px;
    padding: 5px 10px;
}

.z_profile_details .z_password i.fa-regular {
    display: none;
}
.z_profile_details.active .z_password i.fa-regular {
    display: flex;
	position: absolute;
    right: 16px;
    bottom: 12px;
    color: red;
    font-size: 18px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 33px;
	cursor: pointer;
}
.z_profile_details .z_password i.fa-regular {
    display: none;
    
}
.z_profile_details form .z_form_group.z_password.active i.fa-regular:before {
    content: '\f070';
}
.add_gallery form {
    width: 100%;
    float: left;
}
.add_gallery form .ocb_event_row .ocb_event_group {
    margin: 0 0;
}

.add_gallery .ocb_event_row.z_form_fields .gallery_submit {
    width: 100%;
    margin-top: 20px;
}
.custom-subheader {
    width: 100%;
    height: 254px;
    background: linear-gradient(355deg, black, #2a2a2a, #000);
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
}
.header-title{
    width: 100%;
    text-align: center;
}
.header-title h1{
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 64px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 78px;
}
.single-events .header-title h1{
    color: #F15128;
}
.main-promoter-section {
    width: 95%;
    margin: 0 auto;
}
.main-content {
    float: left;
    width: 100%;
    margin: 50px 0;
}
.sidebar-nav {
    width: 20%;
    float: left;
    background: #f7f7f7;
    min-height: 480px;
}
.sidebar-nav h4 {
    text-align: center;
    background: #000;
    margin: 0;
    padding: 15px 20px;
    color: #fff;
    text-align: left;
}
.sidebar-nav ul {
    padding-left: 0;
    list-style: none;
}
.sidebar-nav ul li a{
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px solid #e1e1e1;
    color: #111;
	border-right: 4px solid transparent;
}
.sidebar-nav ul li.pro_menu{
    position: relative;
}
.sidebar-nav ul li.pro_menu:after{
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    background: url(../images/pro_icon.png) no-repeat;
}

.sidebar-nav ul li a img{
    margin-right: 12px;
}
.sidebar-nav ul li a:hover, .sidebar-nav ul li.sb_menu_active a{
    background: #fff;
	border-right-color: #F05227; 
}
.main-tab-box {
    float: left;
    width: 80%;
    background: #fbfbfb;
    padding: 0 15px;
    min-height: 480px;
}
.main-box-header {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
}
.main-box-header h3{
    padding-left: 25px;
    display: inline-block;
}
.main-box-header ul {
    padding-left: 0;
    list-style-type: none;
    display: inline-block;
}
.main-box-header ul li{
    display: inline;
}

.main-box-body {
    float: left;
    width: 100%;
    padding: 10px 15px;
}
.grid-box-container{
    width: 33.3%;
    padding: 10px 15px;
    box-sizing:border-box;
    float: left;
}
.grid-box {
    float: left;
    width: 100%;
    text-align: center;
}
.grid-box h4{
    text-transform: uppercase;
    font-size: 20px;
    color: #111;
}
.grid-box a{
    display: block;
    padding: 25px 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 12px 0px #d3d3d3;
    border: 2px solid #fff;
}
.grid-box a:hover{
    border: 2px solid #F05227;
}
.form-group {
    margin: 10px 0;
}
.col-12{
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
.col-6{
    width: 50%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
.col-4{
    width: 33.3%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
.col-3{
    width: 25%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
.form-group label{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 600;
}
.form-group label span{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
}
.form-group input, .form-group textarea {
    float: left;
    width: 100%;
    border-color: #d9d9d9;
    line-height: 16px;
    margin-bottom: 8px;
}
.form-group h4{
    margin: 0;
}
.form-group input#event_time, .form-group select{
    border: 1px solid #d9d9d9;
    outline: none;
    box-shadow: none;
    padding: 8px 15px;
    border-radius: 5px;
}
.add_event_btn {
    float: right;
    border-color: #F05227;
    color: #ffffff;
    background: #F05227 !important;
    display: flex;
    align-items: center;
}
.add_event_btn img{
    margin-right: 5px;
}
.add_event_btn:hover {
    border-color: #000;
    background: #000 !important;
}
.clone_row_event {
    position: relative;
    float: left;
    width: 100%;
}
.dlt_row_event, .dlt_row_event_field, .dlt_row_event_field_edit {
    position: absolute;
    width: 30px;
    height: 30px;
    padding: 0;
    background: #c70000;
    border-color: #8d0000;
    color: #fff;
    cursor: pointer;
    left: -25px;
    top: 15px;
}
.dlt_row_event:hover, .dlt_row_event_field:hover, .dlt_row_event_field_edit:hover {
    background: #F05227;
}
.dlt_row_event_field_edit{
    top: 40px;
}

.clone_tkt_event {
    position: relative;
    float: left;
    width: 100%;
}
.dlt_row_tkt {
    position: absolute;
    width: 30px;
    height: 30px;
    padding: 0;
    background: #c70000;
    border-color: #8d0000;
    color: #fff;
    cursor: pointer;
    left: -25px;
    top: 15px;
}
.dlt_row_tkt:hover {
    background: #F05227;
}
#event_info{
    height: 200px;
}

.btn-submit-forms {
    width: 200px !important;
    background: #F05227;
    color: #fff;
    padding: 12px;
    text-transform: uppercase;
    float: right !important;
}
.btn-submit-forms:hover {
    background: #000;
}
span.page-numbers.current {
    padding: 5px 10px;
    width: 25px;
    height: 20px;
    display: inline;
    border: 1px solid #c3c3c3;
    background: #eee;
    border-radius: 5px;
}
a.page-numbers {
    padding: 5px 10px;
    width: 25px;
    height: 20px;
    display: inline;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    color: #0e0e0e;
    text-transform: capitalize;
}
a.page-numbers:hover {
    background: #fff;
}

/* EVENTS ARCHIVE PAGE */
.ocb_events_row{
    width: 100%;
}

.ocb_events_col{
    float: left;
    position: relative;
}

section.section-form {
    padding: 25px 30px 25px 30px;
    background-color: #000;
    float: left;
    width: 100%;
    margin:20px 0 50px 0;
}
form.ocb_events_form {
    padding: 7px 7px 7px 20px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.ocb_events_form input {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #000;
    padding: 0 20px 0px 0;
    border: 0;
    outline: unset;
    margin-top: 8px;
    box-sizing: border-box;
}
.ocb_events_form label{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #E3530D;
}
.ocb_events_form select {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #E3530D;
    padding: 10px 20px 5px 10px;
    border: 0;
    outline: unset;
}
.ocb_events_form:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #fff;
    filter: blur(2px);
}
.ocb_events_submit{
    width: 15%;
    position: relative;
    z-index: 1;
    background-color: #E3530D;
    transition: 0.3s;
    float: left;
    height: 60px;
}
.ocb_events_submit input {
    width: 100%;
    height: 50px;
    background: transparent;
    font-style: normal;
    font-weight: 600;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 0;
    border-radius: 0;
    padding: 0 33px 0 60px;
}
.ocb_events_submit input:hover {
    background: #000;
}
.ocb_events_submit i{
    position: absolute;
    top: 55%;
    transform: translate(0px, -50%);
    left: 38px;
    font-size: 16px;
    color: #fff;
    z-index: 99;
}
.ocb_events_form .ocb_events_col i {
    color: #949494;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
}
.ocb_events_col_1 {
    padding: 10px 0px 10px 0px;
    margin: 0 20px 0 0;
}
.ocb_events_form .ocb_events_submit:hover {
    background-color: #242424;
}

.ocb_events_col_2{
    width: 25%;
    float: left;
    margin-bottom: 50px;
    box-sizing: border-box;
    padding: 0 15px;
    min-height: 450px;
}
.section-card{
    padding: 50px 0 0 0;
}

.ocb_events_card{
    width: 100%;
    box-shadow: 4px 4px 4px 0px rgb(0 0 0 / 25%);
    transition: 0.3s;
    background: #fff;
    /* min-height: 475px; */
    height: 100%;
}
.ocb_events_card:hover{
    transform: translate(10px, -10px);
    box-shadow: -4px 4px 4px 0px rgb(0 0 0 / 25%);
}
.distance_card {
    margin: 0;
    color: #979797;
    font-family: inherit;
    font-weight: 400;
}
.ocb_events_card_title{
    color: #E3530D;
    margin: 0 0 12px 0;
}
.ocb_events_card_title h4{
    font-size: 20px;
    line-height: 20px;
}
.ocb_events_card_img {
    padding: 0px 40px;
    background-color: #000;
}
.section-card .ocb_events_row {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}
.ocb_events_card_body{
    padding: 15px 23px 73px;
    background-color: #fff;
}
.ocb_events_card_head {
    height: 250px;
    position:relative;
}
.poster_download_btn {
    position: absolute;
    top: 0;
    padding: 5px 10px;
    background: #fff;
    border-radius: 0 5px 5px 0;
    font-weight: 500;
    opacity: 0;
    -webkit-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.ocb_events_card_contant p{
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0.5px;
    padding: 0;
}
.ocb_events_card_button a{
    background-color: #E3530D;
    border: none;
    padding: 11px 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-family: "Montserrat", Sans-serif;
    transition: 0.3s;
}
.ocb_events_card_button a:hover{
    background-color: #242424;
}
.ocb_events_card_button{
    margin-top: 10px;
}
#events-main-list{
    margin-top: 30px;
}
#events-main-list .main-tab-box{
    width: 100% !important;
}
.events-list-header{
    background-image: url('../images/login_subheader.jpg');
}
.pagination-events{
    float: left;
    width: 100%;
    text-align: center;
}


/* SINGLE EVENT CSS */

.ocb_event_container{
    width: 1200px;
    margin: 0 auto;
}
.ocb_event_tablink.ocb_event_active {
    background: #e3530d;
    color: #ffffff;
    border: #e3530d solid 1px;
    border-radius: 5px 5px 0 0;
}
.ocb_event_tablink:hover{
    background: #fff;
    color: #e3530d;
    border: #e3530d solid 1px;
}

.ocb_event_tablink {
    padding: 15px 20px;
    background: transparent;
    color: #000000;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    display: inline-block;
    border: #c1c1c1 solid 1px;
    transition: 0.3s;
    border-radius: 5px 5px 0 0;
}

.ocb_event_tabcontant{
    border: #dddddd solid 1px;
    padding: 15px;
    float: left;
    width: 100%;
    background: #f7f7f7;
}

.ocb_event_tabcontant h1, .ocb_event_tabcontant h2, .ocb_event_tabcontant h3, .ocb_event_tabcontant h4, .ocb_event_tabcontant h5, .ocb_event_tabcontant h6 {
    font-weight: 600 !important;
    margin: 20px 0 10px 0;
    text-transform: uppercase !important;
    color: #000000 !important;
}
.ocb_event_tabcontant h1{font-size: 36px; line-height: 42px;}
.ocb_event_tabcontant h2{font-size: 30px; line-height: 36px;}
.ocb_event_tabcontant h3{font-size: 24px; line-height: 30px;}
.ocb_event_tabcontant h4{font-size: 18px; line-height: 24px;}
.ocb_event_tabcontant h5{font-size: 16px; line-height: 18px;}
.ocb_event_tabcontant h6{font-size: 14px; line-height: 16px;}


.ocb_event_container p {
    margin: 0 0 15px;
}
.ocb_event_tabcontant:nth-child(1){
    display: none;
}
.ocb_event_container h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    color: #e3530d;
    margin-bottom: 15px;
}
.ocb_event_row{
    width: 100%;
    float: left;
}
.ocb_event_col{
    width: 50%;
    float: left;
    padding: 0 15px 0 15px;
}
.ocb_event_group{
    margin-bottom: 15px;
}
.ocb_event_required{
    color: #ff0000;
}
.ocb_event_container input, .ocb_event_container select{
    border: rgba(0, 0, 0, .4) solid 1px;
    height: 40px;
    padding: 5px 10px;
    width: 100%;
    margin-right: 5px;
}
.ocb_event_radio input, .ocb_event_radio select{
    height: 30px;
}

.ocb_event_container label{
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    margin: 0 0 4px;
}
.ocb_event_cover{
    border: rgba(0, 0, 0, .4) solid 1px;
    float: left;
    width: 100%;
    padding: 15px 15px 5px;
    position: relative;
    min-height: 100px;
    margin: 0 0 15px;
}
.ocb_event_container h5 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #e3530d;
    margin-bottom: 15px;
}

.ocb_event_division{
    height: auto;
}
.ocb_event_col1{
    width : 5%;
    float: left;
}
.ocb_event_col2{
    width : 95%;
    float: left;
    padding-left: 5px ;
}
.ocb_event_cover .ocb_event_col{
    padding: 0;
}
.ocb_event_radio{
    float: left;
    width: 100%;
}
.ocb_event_container textarea{
    height: 100px;
    border: rgba(0, 0, 0, .4) solid 1px;
    padding: 5px 10px;
    width: 100%;
}
.ocb_event_check{
    display: inline;
    height: auto;
}
.ocb_event_circle{
    display: inline-flex;
    padding: 0 0px 0px 20px;
    align-items: center;
}
.ocb_event_btn{
    display: inline-block;
    border: 1px solid #b9b9b9;
    padding: 20px 30px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    background: #e3530d;
    width: 240px !important;
}
.ocb_event_btn:hover{
    background: #000;
}
.ocb_event_btndiv {
    text-align: end;
}

.ocb_event_ticket{
    overflow-x: auto;
    min-height: 0.01%;
    box-shadow: 0 2px 4px 1px rgb(0 0 0 / 8%);
    padding: 10px;
    margin: 15px 0 0;
}
.ocb_event_table{
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    background-color: transparent;
}
.ocb_event_container thead {
    box-shadow: 0 4px 4px 1px rgb(0 0 0 / 20%);
    background: #000000;
    border-bottom: #dd4800 solid 3px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.ocb_event_container th{
    padding: 8px;
    text-align: left;
    vertical-align: middle;
    padding: 5px 15px;
}
.ocb_event_container tbody tr{
    background: rgba(0,0,0,.02);
    border-bottom: #fff solid 4px;
}
.ocb_event_container td{
    padding: 5px 15px;
    vertical-align: middle;
}
.ocb_event_container tr:hover {
    box-shadow: 0 2px 4px 1px rgb(0 0 0 / 20%);
}
.ocb_event_table {
    border-collapse: collapse;
    border-spacing: 0;
}
.add_new_btn {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.add_field_btn {
    border-color: #F05227;
    color: #ffffff;
    background: #F05227 !important;
    padding: 8px 15px;
    float: left;
}
.add_field_btn:hover {
    border-color: #000;
    color: #ffffff;
    background: #000 !important;
}
.event_field_add_row{
    float: left;
    width: 100%;
}
#add_more_event_field {
    padding: 5px 15px;
    background: #F05227;
    border: none;
    color: #fff;
}
#add_more_event_field:hover {
    background: #000;
}
.form-group.col-6.checkbox_type{
    display: flex;
}
.edit_page_answer_row{
    position: relative;
    float: left;
    width: 100%;
}
#dlt_warning_msg, #leave_page_warning_msg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background: #000000e0;
    display: none;
}

.warning_popup_box {
    width: 450px;
    margin: 10% auto;
    text-align: center;
    background: #fff;
    padding: 25px 0;
    border-radius: 5px;
    border: 3px solid #F05227;
}
.warning_popup_box button {
    padding: 3px 30px;
}
.warning_popup_box button:hover{
    border-color: #F05227;
    background: #F05227;
}
.close_popup {
    background: #9d0000;
    border-color: #9d0000;
    color: #fff;
}
.yes_dlt{
    background: #054800;
    border-color: #054800;
    color: #fff;
}
.ocb_event_radio .ocb_event_row {
    display: flex;
    align-items: center;
}


/* Member Ship Page Start */


.membership-section {
    float: left;
    width: 100%;
}

.membership-title-row{
    float: left;
    width: 100%;
    text-align: center;
}
.membership-title-row .membership-main-title {
    font-family: "Montserrat", Sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #000;
    margin-top: 10px;
}
.membership-pkg-row {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.membership-col {
    width: 45%;
    display: inline-block;
    background: #fff;
    padding: 25px 15px;
    box-shadow: 0px 0px 9px 6px #c5c5c5;
    border-radius: 10px;
    margin: 30px 15px;
    text-align: left;
}

.membership-icon {
    width: 25%;
    margin: 0 auto;
    float: left;
    padding: 15px;
}
.membership-card{
    float: left;
    width: 100%;
}
.membership_title h3 {
    font-family: 'Montserrat';
    font-weight: 900;
    color: #000;
    font-size: 48px;
    margin-bottom: 0;
    margin-top: 0;
}
.membership_amount h4 {
    color: #444;
    font-family: 'Montserrat';
    font-weight: 700;
}
.membership_signup_btn a {
    background: #F05227;
    display: inline-block;
    color: #fff;
    padding: 5px 25px;
    border-radius: 25px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 600;
    text-align: center;
}
.membership_signup_btn a:hover{
    background: #000;
}
.pkg-login-row {
    margin: 75px 0 20px 0;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 600;
}
.pkg-login-row a{
    text-decoration: underline;
    color: #db5b00;
}
.pkg-login-row a:hover{
    color: #000;
}
.free-account-row {
    text-align: center;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 600;
}
.free-account-row a{
    text-decoration: underline;
    color: #db5b00;
}
.free-account-row a:hover{
    color: #000;
}

.page-template-membership .custom-subheader{
    display: none;
}

/* Member Ship Page End */

/*************************/


/** MEMBER REGISTER FORM START **/

.text-center {
    text-align: center;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.pl-0 {
    padding-left: 0;
}
.btn-navigate-form-step, .submit-btn, #email_valid_btn_membership, #data_valid_btn_membership {
    padding: 8px 50px;
    border: 1px solid #F05227;
    background-color: #F05227;
    color: #fff;
    border-radius: 25px;
    cursor: pointer;
}
.btn-navigate-form-step:hover, .submit-btn:hover, #email_valid_btn_membership:hover, #data_valid_btn_membership:hover{
    border: 1px solid #000;
    background-color: #000;
}

.mt-3 {
    margin-top: 2rem;
}
.d-none {
    display: none;
}

.font-normal {
    font-weight: normal;
}
ul.form-stepper {
    counter-reset: section;
    margin-bottom: 2rem;
}
ul.form-stepper .form-stepper-circle {
    position: relative;
}
ul.form-stepper .form-stepper-circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-weight: bold;
}
.form-stepper-horizontal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
ul.form-stepper > li:not(:last-of-type) {
    margin-bottom: 0.625rem;
    -webkit-transition: margin-bottom 0.4s;
    -o-transition: margin-bottom 0.4s;
    transition: margin-bottom 0.4s;
}
.form-stepper-horizontal > li:not(:last-of-type) {
    margin-bottom: 0 !important;
}
.form-stepper-horizontal li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.form-stepper-horizontal li:not(:last-child):after {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    content: "";
    top: 32%;
}
.form-stepper-horizontal li:after {
    background-color: #dee2e6;
}
.form-stepper-horizontal li.form-stepper-completed:after {
    background-color: #F05227;
}
.form-stepper-horizontal li:last-child {
    flex: unset;
}
ul.form-stepper li a .form-stepper-circle {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 0;
    line-height: 1.7rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.38);
    border-radius: 50%;
}
.form-stepper .form-stepper-active .form-stepper-circle {
    background-color:#F05227 !important;
    color: #fff;
}
.form-stepper .form-stepper-active .label {
    color: #F05227 !important;
}
.form-stepper .form-stepper-active .form-stepper-circle:hover {
    background-color: #F05227 !important;
    color: #fff !important;
}
.form-stepper .form-stepper-unfinished .form-stepper-circle {
    background-color: #f0522733;
}
.form-stepper .form-stepper-completed .form-stepper-circle {
    background-color: #000000 !important;
    color: #fff;
    border-color: #000;
}
.form-stepper .form-stepper-completed .label {
    color: #000000 !important;
}
.form-stepper .form-stepper-completed .form-stepper-circle:hover {
    background-color: #F05227 !important;
    color: #fff !important;
}
.form-stepper .form-stepper-active span.text-muted {
    color: #fff !important;
}
.form-stepper .form-stepper-completed span.text-muted {
    color: #fff !important;
}
.form-stepper .label {
    font-size: 1rem;
    margin-top: 0.5rem;
    font-weight: 600;
}
.form-stepper a {
    cursor: default;
}
.membership-register-row {
    border-radius: 5px;
    width: 75%;
    margin: 100px auto;
    background: #fff;
    padding: 50px;
    box-shadow: 0 0 8px 5px #cfcfcf;
    font-family: 'Montserrat';
}
.membership-register-row #step-1 h4{
    font-weight: bold;
    color: #000;
}
.membership-register-row #step-1 p{
    font-weight: 600;
}
.membership-register-row #step-1 a, .term_checkbox a{
    color: #F05227
}
.membership-register-row #step-1 a:hover, .term_checkbox a:hover{
    text-decoration: underline;
}
.membership-register-row #step-1 span{
    font-weight: 500;
    font-size: 14px;
}
.membership-register-row label{
    font-weight: 600;
}
.membership-register-row span{
    font-weight: 400;
    font-size: 13px;
}
.membership-register-row input, .membership-register-row select, .membership-register-row textarea{
    margin-top: 5px;
    border-color: #c9c9c9;
}

.member_reg_main_form{
    float: left;
    width: 100%;
}
.member_reg_main_form .term_checkbox{
    display:flex;
    align-items: center;
    margin-bottom: 20px;
}
.member_reg_main_form .term_checkbox input{
    margin-top: 0;
}
.member_reg_main_form .term_checkbox label{
    font-weight: 400;
    font-size: 14px;
    margin-left: 10px;
}

.field_col_2 {
    width: 50%;
    float: left;
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 0;
}
.field_col_1 {
    width: 100%;
    float: left;
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 0;
}
.table_reg_data h4, .table_reg_data p{
    margin: 0;
}
.table_reg_data table th{
    background: #e1e1e1;
}
.table_reg_data table td{
    padding: 8px 15px;
}
#email_valid_response, #membership_data_valid_response {
    color: red;
    margin: 5px 0;
    display: inline-block;
    font-weight: 500 !important;
}
.inputError{
    border-color: red !important;
}

/** MEMBER REGISTER FORM ENDS **/

/************************/

/* Z Single Event Start */

.z_category_row {
    display: flex;
    flex-wrap: wrap;
}
.z_category_row .z_category_col {
    display: flex;
    flex-wrap: wrap;
}
.z_category_row .z_category_col .ocb_event_cover {
    border-radius: 4px;
    padding: 25px 25px 10px;
    background-color: #fff;
}
.z_category_row .z_category_col .ocb_event_cover h5 {
    color: #e3530d !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
    margin-top: 0;
}
.z_event_submit {
    border: rgba(0, 0, 0, .4) solid 1px;
    height: 40px;
    padding: 5px 10px;
}
.z_category_row .z_category_col .ocb_event_cover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 80%);
    display: none;
}
.z_category_row .z_category_col .ocb_event_cover.active:before {
    display: block;
}
.z_error_box{
	display: none;
}
.z_error_box.active{
	display: block;
}
.z_error_box h4 {
    color: red !important;
    font-size: 14px;
    margin: 0 0px 0px 0px;
}
.z_form_fields .ocb_event_group {
    position: relative;
}
p.z_field_error {
    margin: 0 0 !important;
    position: absolute;
    bottom: -15px;
    left: 1px;
    color: red;
    font-size: 11px;
    text-transform: capitalize;
	display:none;
}
.z_ed_main h2.z_ed_title {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
}
.z_event_details {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 25px 0;
    justify-content: space-between;
}
.z_ed_main hr {
    margin: 0 0;
    height: 2px;
    border: 0;
    background-color: #0000000d;
}
.z_event_details .z_event_box {
    width: 32%;
    text-align: center;
    border-radius: 4px;
    padding: 0;
    display: flex;
    align-items: flex-start;
    margin-right: 0;
}
.z_event_details .z_event_box .z_event_icon {
    width: auto;
    text-align: left;
    margin-right: 17px;
}
.z_event_details .z_event_box .z_event_icon i {
    font-size: 38px;
    color: #e3530d;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: transparent;
    border-radius: 5px;
}
.z_event_details .z_event_box h4 {
    margin: 0px 0 2px 0;
    font-size: 18px;
    letter-spacing: 1px;
}
.z_event_details .z_event_box p {
    margin: 0 0;
    font-size: 15px;
    font-weight: 500;
}
.z_event_details .z_event_box .z_event_content {
    text-align: left;
}
.z_event_details .z_event_box:last-child {
    margin: 0;
}



section.membership-section.be_coach_section {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.membership-section.be_coach_section .membership-register-row {
    float: left;
}
.mt-10 {
    margin-top: 10px;
}
#becomeacoach .be_coach_main_form textarea {
    min-height: 100px;
}

.ocb_event_container.z_result_container {
    width: 100%;
    padding-top: 20px;
}
.ocb_event_container.z_result_container h3 {
    margin: 0 0 20px 0;
    font-weight: 600 !important;
    text-transform: capitalize;
    color: #000000 !important;
    font-size: 24px;
}
.z_result_container .ocb_event_row.z_form_fields {
    display: inline-block;
}
.z_result_container .ocb_event_row.z_form_fields .ocb_event_col {
    padding: 0 8px;
    width: 33.33%;
}
.ocb_event_container.z_result_container .ocb_event_btndiv button.ocb_event_btn.z_result_submit {
    border: rgba(0, 0, 0, .4) solid 1px;
    height: 40px;
    padding: 5px 10px;
}


.filter-form-box form {
    width: 100%;
    float: left;
    display: flex;
    text-decoration-skip-ink: unset;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}
.filter-form-box form .search_field_box {
    padding: 0 0;
    width: 24%;
    position: relative;
}
.filter-form-box form label {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    margin: 0 0 5px;
}
.filter-form-box form select.search_input {
    border: rgba(0, 0, 0, .4) solid 1px;
    height: 40px;
    padding: 5px 10px;
    width: 100%;
    outline: none;
}
.filter-form-box form .search_field_box button[type=submit] {
    margin: 0 0;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    background: #e3530d;
    border: rgba(0, 0, 0, .4) solid 1px;
    height: 40px;
    padding: 5px 10px 5px 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.filter-form-box form .search_field_box i {
    position: relative;
    color: #fff;
    font-size: 14px;
    margin-right: 6px;
}
.download_all_box {
    margin-top: 30px;
}
.download_all_box h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0px 0 10px 0;
    text-transform: uppercase;
    color: #000000;
    line-height: 34px;
    display: block;
}
.download_all_box a#exportCSV {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    background: #e3530d;
    border: rgba(0, 0, 0, .4) solid 1px;
    height: 40px;
    padding: 9px 30px 9px 30px;
    margin: 0 auto;
    border-radius: 4px;
    display: inline-block;
}
.download_all_box a#exportCSV i {
    margin-right: 3px;
    font-size: 14px;
}
.filter-form-box.import-csv-form form .search_field_box {
    width: 100%;
    margin-bottom: 30px;
}
.filter-form-box.import-csv-form form .search_field_box button[type=submit] {
    min-width: 245px;
    width: auto;
}
.filter-form-box.import-csv-form form .search_field_box input#upload_file::-webkit-file-upload-button {
    padding: 0px 15px;
    font-size: 13px;
    line-height: 20px;
    text-transform: capitalize;
    font-weight: 600;
    text-align: center;
    background-color: #e7e7e7;
    color: #000;
    border: rgba(0, 0, 0, .4) solid 1px;
    height: 30px;
    margin: 0 10px 0 0px;
    display: inline-block;
	letter-spacing: 0.3px;
    border-radius: 3px;
    cursor: pointer;
}

.z_profile_details form {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0 2%;
}
.z_profile_details form .z_col {
    width: 49% !important;
    margin-bottom: 20px;
}
.z_profile_details form .z_col label {
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 5px;
    color: #000;
    transition: 0.3s;
}
.z_profile_details form .z_col.z_col_full {
    width: 100% !important;
}
.z_profile_details form .z_col input, .z_profile_details form .z_col textarea, .z_profile_details form .z_col select {
    color: #000;
    font-size: 15px;
    border-color: transparent;
    padding: 0 0;
    transition: 0.3s;
    background-color: transparent;
    height: auto;
	opacity: 1;
}
.z_profile_details form .z_col.z_col_full.z_col_btn {
    margin: 10px 0 0 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
form .z_btn {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    background: #e3530d;
    border: rgba(0, 0, 0, .4) solid 1px;
    padding: 10px 30px 10px 30px;
    border-radius: 4px;
    display: inline-block;
}
form .z_btn:hover {
    background-color: #000;
}
form button:disabled {
    opacity: 0.3;
    background-color: #e3530d !important;
}
.z_profile_details.active form .z_col label {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 6px;
}
.z_profile_details form .z_col.z_col_full.z_paypal_det {
    margin: 8px 0px 12px 0;
}
.z_profile_details form .z_col.z_col_full.z_paypal_det h4 {
    margin: 10px 0 0 0;
    font-weight: 700;
    color: #000;
    font-size: 20px;
    padding-top: 24px;
    border-top: 1px solid #0000001f;
}
.z_profile_details form .z_col label i {
    transition: 0.3s;
    font-size: 15px;
    margin-right: 2px;
    color: #e3530d;
}
.z_profile_details form .z_col select {
    -webkit-appearance: none;
    -moz-appearance: none;
}
.z_profile_details.active #edit_profile {
    display: none;
}
.filter-form-box.promoter_results_filter {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}
.filter-form-box.promoter_results_filter form .search_field_box {
    width: 30%;
}
.filter-form-box.promoter_results_filter form .search_field_box select#filter_category {
    height: 44px;
    width: 100%;
    border: 1px solid #666;
    border-radius: 3px;
    padding: 10px 10px;
}
.filter-form-box.promoter_results_filter .search_field_box.submit_field button.z_btn {
    height: 44px;
    width: 44px;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0;
}
.filter-form-box.promoter_results_filter form .search_field_box.submit_field {
    width: 5%;
}
.filter-form-box.promoter_results_filter .search_field_box.submit_field button.z_btn i {
    margin: 0 0;
}
.z_profile_details form .z_form_group.z_password {
    width: 49%;
	position: relative;
}


.filter-form-box.promoter_resources {
    margin-bottom: 25px;
    width: 100%;
    float: left;
}
.filter-form-box.promoter_resources form .search_field_box.title_field {
    width: 45%;
}
.filter-form-box.promoter_resources form .search_field_box.file_field {
    width: 29%;
}
.filter-form-box.promoter_resources form .search_field_box.submit_field {
    width: 23%;
}
.filter-form-box.promoter_resources form .search_field_box.file_field input#resources_file::-webkit-file-upload-button {
    padding: 0px 19px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    background-color: #e3530d21;
    color: #000;
    border: rgba(0, 0, 0, .4) solid 1px;
    height: 42px;
    margin: 0 10px 0 0px;
    display: inline-block;
    letter-spacing: 0.3px;
    border-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
    border: 0;
    border-left: 3px solid #e3530d;
}
span.z_action_space {
    color: #b7b7b7;
    display: inline-block;
    margin: 0 4px;
}
a.z_action.z_delete {
    color: red;
}
a.z_action.z_download {
    color: #3b9cff;
}
.filter-form-box.members-promoters form .search_field_box {
    width: 27%;
}
.filter-form-box.members-promoters form .search_field_box.submit_field {
    justify-content: space-between;
    width: 16%;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
.filter-form-box.members-promoters form .search_field_box.submit_field .z_btn {
    font-size: 15px;
    width: auto;
    padding: 0 19px;
    height: 44px;
	width: 100%;
}
.filter-form-box.members-promoters form .search_field_box.submit_field .z_btn.z_download {
    background-color: #1d6f42;
}
.filter-form-box.members-promoters form .search_field_box select {
    border: 1px solid #666;
    height: 44px;
}
.filter-form-box.members-promoters form .search_field_box input {
    height: 44px;
}
.filter-form-box.members-promoters {
    margin-bottom: 25px;
    width: 100%;
    float: left;
}
.main-box-header.z_members-promoters {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.main-box-header.z_members-promoters button.z_btn.z_download {
    color: #fff;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    background: #1d6f42;
    border: rgba(0, 0, 0, .4) solid 1px;
    border-radius: 4px;
    display: inline-block;
    font-size: 15px;
    width: auto;
    padding: 0 24px;
    height: 44px;
}
.main-box-header.z_members-promoters button.z_btn.z_download i {
    margin-right: 2px;
}
section.find_coach_section {
    padding: 120px 0 40px 0;
}
section.find_coach_section .z_container {
    width: 75%;
    margin: 0 auto;
}
section.find_coach_section .z_container table {
    font-family: 'Montserrat';
    overflow: hidden;
}
section.find_coach_section .z_container table thead th {
    background-color: #000000;
    color: #fff;
    font-size: 16px;
    padding: 17px 20px;
    border-color: #ffffff33;
    font-weight: 600;
    letter-spacing: 0.5px;
}
section.find_coach_section .z_container table tbody tr td {
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 16px 16px;
    border-color: #00000021;
}
section.find_coach_section .z_container table tbody tr:nth-child(even) td {
    background-color: #f1f1f1 !important;
}
section.find_coach_section .z_container table tbody tr td a {
    color: #333;
}
section.find_coach_section .z_container table tbody tr td a:hover {
    color: #F05227;
}
section.membership-section.be_coach_section select#coach_state {
    height: 42px;
}
section.find_coach_section tr.z_filter th {
    padding: 12px 30px 17px 30px !important;
}
section.find_coach_section tr.z_filter th form.z_from {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}
section.find_coach_section tr.z_filter th form.z_from .field_col {
    padding: 0 0;
    width: 40%;
    text-align: left;
}
section.find_coach_section tr.z_filter th form.z_from .field_col.z_submit {
    width: 17%;
    text-align: right;
}
section.find_coach_section tr.z_filter th form.z_from label {
    font-size: 14px;
}
section.find_coach_section tr.z_filter th form.z_from .field_col input, section.find_coach_section tr.z_filter th form.z_from .field_col select {
    margin-top: 5px;
    border-color: #c9c9c9;
    height: 42px;
}
section.find_coach_section tr.z_filter th form.z_from .field_col.z_submit #coach_submit:hover {
    background: #fff !important;
    color: #F05227;
}


.nav-links a {
    padding: 10px 40px;
    border: 1px solid #F05227;
    background-color: #F05227;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    line-height: 1.3;
    transition: 0.3s;
}
.nav-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
button#submitEventTktBtn {
    border: rgba(0, 0, 0, .4) solid 1px;
    height: 40px;
    padding: 5px 10px;
}
.ocb_event_row.z_form_fields .ocb_event_col.ocb_event_full {
    width: 100%;
}
.ocb_event_row.z_form_fields .ocb_event_col.ocb_event_full .ocb_event_group {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ocb_event_row.z_form_fields .ocb_event_col.ocb_event_full .ocb_event_group button {
    border: rgba(0, 0, 0, .4) solid 1px;
    height: 40px;
    padding: 5px 10px;
}

.z_profile_details .z_password i.fa-regular {
    display: none;
}
.z_profile_details.active .z_password i.fa-regular {
    display: flex;
	position: absolute;
    right: 16px;
    bottom: 12px;
    color: red;
    font-size: 18px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 33px;
	cursor: pointer;
}
.z_profile_details .z_password i.fa-regular {
    display: none;
    
}
.z_profile_details form .z_form_group.z_password.active i.fa-regular:before {
    content: '\f070';
}
.add_gallery form {
    width: 100%;
    float: left;
}
.add_gallery form .ocb_event_row .ocb_event_group {
    margin: 0 0;
}

.add_gallery .ocb_event_row.z_form_fields .gallery_submit {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.add_gallery .gallery_file_col {
    width: 100%;
}
.gallery_file_col .z_file_box {
    width: 100%;
    background-color: #f3f3f3;
    border: 2px solid #dbdbdb;
    border-radius: 8px;
    padding: 25px 30px 30px 30px;
    text-align: center;
    position: relative;
}
.gallery_file_col .z_file_box i {
    font-size: 55px;
    color: #919191;
}
.gallery_file_col .z_file_box h4 {
    margin: 5px 0 6px 0;
    font-size: 26px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.5px;
}
.gallery_file_col .z_file_box h5 {
    margin: 0 0 0 0;
    font-weight: 600;
    color: red;
    font-size: 14px;
}
.gallery_file_col .z_file_box h6.filename {
    margin: 0px 0 0 0;
    color: #33333357;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 13px;
    font-size: 14px;
}
.gallery_file_col .z_file_box input#pro_galery_file {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    cursor: pointer;
    z-index: 9;
    opacity: 0;
}
.add_gallery .ocb_event_row.z_form_fields .gallery_submit input[type="submit"] {
    margin: 0 0;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    background: #e3530d;
    border: rgba(0, 0, 0, .4) solid 1px;
    padding: 12px 45px 12px 45px;
    width: auto;
}



/* Z Single Event End */

.memberProDataShow{
    display: none;
}

.table_event_data_details {
    float: left;
    width: 100%;
    margin-top: 50px;
}
.table_event_data_details h3 {
    text-align: center;
    color: #000;
    font-family: 'Montserrat';
    font-weight: 600;
}
tr.total_amount_row, tr.total_amount_row td {
    background: #383838 !important;
    color: #fff;
}
tr.total_amount_row:hover td{
    background: #000 !important;
}
tr.total_amount_row td{
    padding: 15px;
}
.table_event_data_details button{
    padding: 10px 15px;
    float: right;
    margin: 20px 0;
}
#backEventRegForm{
    float: left;
}
.data-table table td{
    text-align: center;
    vertical-align: middle;
}
#wp-event_info-editor-container input{
    width: auto;
}
.eventParticpantsLink{
    display: inline-block;
}
.eventParticpantsLink a {
    display: block;
    font-size: 12px;
    color: #727272;
}
.eventParticpantsLink a:hover {
    color: #000;
    text-decoration: underline;
}
.event_validation_error {
    background: #f1512824;
    padding: 15px;
    font-weight: 600;
    color: #000;
    font-size: 18px;
}
.event_validation_error a{
    background: #F05227;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
}
.event_validation_error a:hover {
    background: #000;
    color: #fff;
}
.profile_incomplete_error {
    display: block;
    text-align: center;
    padding: 15px 0 0 0;
    margin: 50px auto 5px auto;
    width: 90%;
    background: #e700001c;
    border: 1px solid #999;
    font-weight: 600;
    font-size: 18px;
    animation-name: alertMsgAnim;
    animation-iteration-count: infinite;
    animation-duration: 2s;
}
.profile_incomplete_error a{
    color: #F15128;
}
.profile_incomplete_error a:hover{
    color: #000;
    text-decoration: underline;
}
h4.change_pw_title {
    margin: 25px 0 0 0;
    font-size: 20px;
}
.printTktBtn {
    background-color: #E3530D;
    border: none;
    padding: 5px 15px;
    color: #fff;
    font-size: 14px;
    font-family: inherit;
    transition: 0.3s;
    font-weight: 400;
}
.printTktBtn:hover, .printTktBtn:focus {
    background: #000;
    color: #fff;
}
.addGalleryBtn {
    background-color: #E3530D;
    border: none;
    padding: 5px 15px;
    color: #fff;
    font-size: 16px;
    font-family: inherit;
    transition: 0.3s;
    font-weight: 400;
    display: inline-block;
    float: right;
    margin: 12px 20px 0 0;
}
.addGalleryBtn:hover{
    background: #000;
    color: #fff;
}
.cancelEventBtn {
    background: #9f0000;
    color: #fff !important;
    padding: 5px 10px;
    cursor: pointer;
}
.cancelEventBtn:hover{
    background: #d10505;
    color: #fff !important;
}
.buyTktBtn{
    background: #F05227;
    color: #fff;
    padding: 5px 10px;
}
.buyTktBtn:hover{
    background: #cd4722;
    color: #fff;
}
div#csvFilterForm .search_field_box.z_results_file {
    width: 25%;
}
div#csvFilterForm .search_field_box {
    margin: 0;
}
div#csvFilterForm .search_field_box.z_results_file input#upload_file::-webkit-file-upload-button {
    padding: 0px 19px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    background-color: #e3530d21;
    color: #000;
    border: rgba(0, 0, 0, .4) solid 1px;
    height: 42px;
    margin: 0 10px 0 0px;
    display: inline-block;
    letter-spacing: 0.3px;
    border-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
    border: 0;
    border-left: 3px solid #e3530d;
}
div#csvFilterForm  .search_field_box.z_results_submit {
    width: 24%;
}
div#csvFilterForm .search_field_box.z_results_sel {
    width: 49%;
}
.z_eventDet {
    display: flex;
    align-items: center;
}
.z_eventDet p {
    margin: 0 0 0 0;
}
.z_eventDet img {
    margin-right: 10px;
}
form#uploadGalleryForm .upload-text i.material-icons {
    display: none;
}
form#uploadGalleryForm .upload-text span {
    font-size: 25px;
    font-family: roboto;
    font-weight: 500;
    text-transform: capitalize;
}
#uploadGalleryForm .image-uploader {
    background-color: #f0f0f0;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 10px;
}
#uploadGalleryForm button[name="uploadGalleryImages"] {
    margin: 0 0;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    background: #e3530d;
    border: rgba(0, 0, 0, .4) solid 1px;
    /* height: 40px; */
    padding: 13px 50px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.page-template-promoter-event-gallery-images .main-box-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
#uploadGalleryForm .image-uploader.has-files .upload-text {
    display: flex;
}
#uploadGalleryForm .image-uploader .uploaded {
    background-color: #f0f0f0;
    position: relative;
    z-index: 9;
}
form#uploadGalleryForm {
    margin-bottom: 20px;
}
#uploadGalleryForm button.delete-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #F05227;
    font-size: 15px;
}
#uploadGalleryForm button.delete-image i.material-icons {
    display: none;
}
#uploadGalleryForm button.delete-image:before {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
}
div#imgUploadBox {
    position: relative;
    display: none;
}
div#imgUploadBox .z_close {
    position: absolute;
    right: -20px;
    top: -20px;
    z-index: 999;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F05227;
    color: #fff;
    cursor: pointer;
}
.event-image-box .delImg {
    position: absolute;
    height: 30px;
    width: 30px;
    right: 5px;
    top: 5px;
    cursor: pointer;
    background-color: #ff0000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    color: #fff;
    font-size: 12px;
    transition: 0.3s;
}
.event-image-box .delImg:hover {
    background-color: #000;
}
.event_main_images {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px 1%;
}
.pagination-links a {
    display: inline-block;
    padding: 5px;
    width: 30px;
    background: #e1e1e1;
    margin: 2px;
    color: #000;
    border: 1px solid #d9d9d9;
}
.pagination-links a:hover, .pagination-links a.pageActive{
    background: #F05227;
    color: #fff !important;
}
.edit_event_btn{
    background: #F05227;
    color: #fff;
    padding: 8px 15px;
    float: right;
}
.edit_event_btn:hover{
    background: #000;
    color: #fff;
}

.tbd_checkbox {
    float: left;
    width: auto;
    margin-left: 5px;
}

.tbd_checkbox input {
    width: auto;
    float: right;
    margin-left: 10px;
    margin-bottom: 0;
}
#tbd_date_selection {
    float: left;
    width: 100%;
}
#tbd_date_selection input, #tbd_date_selection select {
    width: 32.6%;
    float: left;
    margin-bottom: 0px;
    margin-right: 5px;
}
#tbd_date_selection select:nth-child(3) {
    margin-right: 0;
}
.additionalItemsBoxMain{
    width: 100%;
    float:left;
    margin-bottom:20px;
}
.additionalItemsBox input{
    height: auto;
}
.iti.iti--allow-dropdown{
    width: 100%;
    margin-top: 5px;
}
.z_profile_details .intlPhoneInput{
    padding-left:45px !important;
}
#formValidResponse {
    float: left;
    width: 100%;
    background: #ff00002b;
    color: #f00;
    padding: 10px 15px 0 15px;
    border-radius: 5px;
    border: 1px solid #ff0000;
    font-weight: 600;
    display:none;
}
.event_confirmation_sharing_icons{
    text-align: center;
}
.membership-section .heateor_sss_sharing_ul a{
    float: none !important;
}
.event_listing_header {
    float: left;
    width: 100%;
}
.event-info-fields-header h4 {
    display: inline-block;
}

.event-info-fields-header ul {
    list-style: none;
    padding: 0;
    display: inline-block;
    float: right;
}
.event-info-fields-header li{
    display: inline;
    cursor: pointer;
    padding-left: 5px;
}
.event-info-fields-header li:hover{
    color: #000;
    text-decoration: underline;
}
h3.not_found_msg_error {
    color: #e3530d;
    text-align: center;
    width: 100%;
}
#ticketValidError p{
    text-align: center;
    background: #ffecec;
    border: 1px solid #f00;
    margin: 10px 0;
    padding: 10px 0;
    color: #f00;
}
.validErr{
    border-color: #f00 !important;
}
.errorValidations{
    color: #f00;
    font-weight: 500;
    font-size: 13px;
}
.clear {
  clear: both;
}
.radio_btns_group label{
    width: 100%;
}
.radio_btns_group .radio_fields_event {
    width: auto;
    float: left;
    margin-right:10px;
}
.radio_btns_group .radio_fields_event input{
    width: auto;
    height: auto;
}
.event_confirmation_sharing_icons ul{
    list-style: none;
    padding: 0 15px;
}
.event_confirmation_sharing_icons ul li{
    display: inline-block;
}
.event_confirmation_sharing_icons ul li a {
    background: #F05227;
    color: #fff;
    text-align: center;
    padding: 10px 35px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 10px;
}
.event_confirmation_sharing_icons ul li a img{
    margin-right: 5px;
}

.event_confirmation_sharing_icons ul li a.facebook-share{
    background: #0866ff;
}
.event_confirmation_sharing_icons ul li a.twitter-share{
    background: #0f1419;
}
.event_confirmation_sharing_icons ul li a.linkedin-share{
    background: #007bb6;
}
.event_confirmation_sharing_icons ul li a.email-share{
    background: #404040;
}
.event_confirmation_sharing_icons ul li a.whsatsapp-share{
    background: #1d9e11;
}
.event_confirmation_sharing_icons ul li a:hover {
    background: #F05227;
}
#emailShareBox {
    background: #000000e6;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    text-align: center;
    padding-top: 10%;
    display: none;
}
.emailSharePopup {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    background: #fff;
    padding: 25px;
    border-radius: 5px;
    text-align: left;
}
.emailSharePopup h3{
    color: #111;
    margin-bottom: 10px;
}
.emailSharePopup label{
    margin-bottom: 10px;
    color: #111;
}
.emailSharePopup input{
    border-color: #a1a1a1;
}
#submitShareEmail, #closeSharePopup{
    background-color: #E3530D;
    border: none;
    padding: 8px 25px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 10px;
}
#submitShareEmail:hover, #closeSharePopup:hover{
    background: #242424;
}
#memberRegEmail{
    margin-bottom: 10px;
}
.membership-plan-box button#suspend_sub {
    padding: 3px 15px !important;
    color: #ffffff !important;
    font-weight: 600;
    float: right;
    background: #f00 !important;
    border-radius: 5px ;
    font-size: 14px;
}
.membership-plan-box button#resume_sub {
    padding: 3px 15px !important;
    color: #ffffff !important;
    font-weight: 600;
    float: right;
    background: #00910b !important;
    border-radius: 5px ;
    font-size: 14px;
    border-color: #01850b;
}
#popupUpgradeConfirm, #popupResumeConfirm {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    background: #000000c7;
    z-index: 9999;
}
.upgradeConfirmationPopupBox {
    display: block;
    width: 450px;
    margin: 5% auto 0 auto;
    background: #fff;
    padding: 25px 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px 4px #7e483a;
}
.upgradeConfirmationPopupBox button{
    padding: 5px 20px;
    background: #E3530D;
    color: #fff;
    border: none;
}
.upgradeConfirmationPopupBox button:hover{
    background: #111;
}
#status_sub{
    text-transform: capitalize;
}
.add_email_box{
    float: left;
    width: 100%;
    margin-bottom: 35px;
    position: relative;
}
.add_email_box input[type=email]{
    width: 80%;
    float: left;
    border-color: #d1d1d1;
}
.add_email_box input[type=submit]{
    width: 19%;
    float: right;
    margin-left: 5px;
}
.add_email_box .errorValidations {
    color: #f00;
    font-weight: 500;
    font-size: 13px;
    position: absolute;
    bottom: -20px;
}
.verification-page-main{
    float: left;
    width: 100%;
    text-align: center;
    padding: 50px 0 20px 0;
}
.verification-page-main p{
    font-size: 24px;
    color: #111;
    font-weight: 700;
}
.verification-page-main .add_event_btn {
    float: none;
    display: inline-block;
    padding: 6px 25px;
}
.verification-page-main .add_event_btn:hover {
    text-decoration: none;
    color: #fff;
}
.failedTrue{
    margin-bottom: 10px;
    background: #ffb0b026;
    padding: 10px 15px;
    border: 1px solid #b12c2c;
    color: #b12c2c;
    font-weight: 600;
}
.successTrue {
    margin-bottom: 10px;
    background: #b5ffb026;
    padding: 10px 15px;
    border: 1px solid #07600e;
    color: #017c0a;
    font-weight: 600;
}
.table.table-emails thead {
    background: #1e1e1e;
    color: #fff;
}
table.table-emails td .deletePaymentEmailBtn{
    display: block;
    color: #cd0000;
}
table.table-emails td .deletePaymentEmailBtn:hover{
    color: #F05227;
}
.totalRowReviewTotal td{
    border: none !important;
}
.main-promoter-section .data-table td{
    padding: 10px 5px;
}
p.paymentDetailsView {
    font-size: 13px;
    color: #e3530d;
    font-weight: 400;
    margin-bottom: 5px;
    cursor: pointer;
}
.memberProfileExpiryNotification {
    text-align: center;
    background: #ffd3d3;
    padding: 10px 5px;
    margin: 10px 0;
    color: #240000;
}
.eventProNotice{
    width: 100%;
}

@keyframes alertMsgAnim{
    0%{
        background: #e700001c;
    }
    60%{
        background: #e7000000;
    }
}

.pro_galleries_list {
    padding: 80px 0 50px 0;
}
.pro_galleries_list .container {
    width: 1250px;
    margin: 0 auto;
}
.pro_galleries_list .z_row {
    padding: 0 15px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 18px 1.6%;
}
.pro_galleries_list .z_row .gallery-box {
    width: 23.8%;
    border: 2px solid #4f9b45;
}
.pro_galleries_list .z_row .gallery-box .feature_img img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    margin-bottom: -6px;
}
.pro_galleries_list .z_row .gallery-box a {
    display: block;
}
.pro_galleries_list .z_row .gallery-box a .content_area {
    background-color: #6dbf50;
    padding: 15px 0 15px 0;
}
.pro_galleries_list .z_row .gallery-box a .content_area h4 {
    text-align: center;
    margin: 0 0;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 20px;
}
.pro_galleries_list .gallery-box .content_area a{
    color : #fff;
}
.pro_galleries_list .gallery-box .content_area a h4{
    background-color: #6dbf50;
    text-align: center;
    margin: 0 0;
    padding: 10px 0;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 20px;
}

.add_gallery .ocb_event_row.z_form_fields .z_select {
    margin-bottom: 18px;
    padding: 0 15px;
}
.add_gallery .ocb_event_row.z_form_fields .z_select select {
    padding: 10px 15px 12px 15px;
    border-radius: 3px;
    font-size: 15px;
    line-height: 15px;
}
.filter-form-box.promoter_results_filter.promoter_gallery form {
    justify-content: flex-start;
}
.filter-form-box.promoter_results_filter.promoter_gallery form .search_field_box.cate_field {
    width: 75%;
}
.filter-form-box.promoter_results_filter.promoter_gallery form  .search_field_box.submit_field {
    width: 25%;
	padding-left: 15px;
}
.filter-form-box.promoter_results_filter.promoter_gallery form .search_field_box.submit_field button.z_btn {
    width: auto;
    height: auto;
    margin-right: auto;
    margin-left: 0;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    background: #e3530d;
    border: rgba(0, 0, 0, .4) solid 1px;
    height: 40px;
    padding: 5px 10px 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}


.filter-form-box.promoter_resources.promoter_posters form .search_field_box.title_field {
    width: 22%;
}
.filter-form-box.promoter_resources.promoter_posters form .search_field_box.file_field {
    width: 25%;
}
.filter-form-box.promoter_resources.promoter_posters form  .search_field_box.submit_field {
    width: 5%;
}
.filter-form-box.promoter_resources.promoter_posters form .search_field_box.submit_field button.z_btn {
    height: 42px;
}
.filter-form-box.promoter_resources.promoter_posters form .search_field_box.submit_field button.z_btn i {
    margin: 0 0;
}
/* Z Single Event End */

.memberProDataShow{
    display: none;
}

.table_event_data_details {
    float: left;
    width: 100%;
    margin-top: 50px;
}
.table_event_data_details h3 {
    text-align: center;
    color: #000;
    font-family: 'Montserrat';
    font-weight: 600;
}
tr.total_amount_row, tr.total_amount_row td {
    background: #383838 !important;
    color: #fff;
}
tr.total_amount_row:hover td{
    background: #000 !important;
}
tr.total_amount_row td{
    padding: 15px;
}
.table_event_data_details button{
    padding: 10px 15px;
    float: right;
    margin: 20px 0;
}
#backEventRegForm{
    float: left;
}
.data-table table td{
    text-align: center;
    vertical-align: middle;
}
#wp-event_info-editor-container input{
    width: auto;
}
.eventParticpantsLink{
    display: inline-block;
}
.eventParticpantsLink a {
    display: block;
    font-size: 12px;
    color: #727272;
}
.eventParticpantsLink a:hover {
    color: #000;
    text-decoration: underline;
}
.event_validation_error {
    background: #f1512824;
    padding: 15px;
    font-weight: 600;
    color: #000;
    font-size: 18px;
}
.event_validation_error a{
    background: #F05227;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
}
.event_validation_error a:hover {
    background: #000;
    color: #fff;
}
.profile_incomplete_error {
    display: block;
    text-align: center;
    padding: 22px 20px 22px 20px;
    margin: 0 0 !important;
    width: 100% !important;
    background: #fff3f3 !important;
    border: 0;
    font-weight: 600;
    font-size: 18px;
    position: fixed !important;
    border-radius: 0;
    z-index: 999;
    bottom: 0;
    border-bottom: 5px solid #f05127;
    box-shadow: 0 0 6px #00000029;
    left: 50%;
    transform: translate(-50%, 0px);
}
.profile_incomplete_error p {
    margin: 0 0;
    font-size: 16px;
    color: #000;
}
.profile_incomplete_error a{
    color: #F15128;
}
.profile_incomplete_error a:hover{
    color: #000;
    text-decoration: underline;
}
h4.change_pw_title {
    margin: 25px 0 0 0;
    font-size: 20px;
}
.printTktBtn {
    background-color: #E3530D;
    border: none;
    padding: 5px 15px;
    color: #fff;
    font-size: 14px;
    font-family: inherit;
    transition: 0.3s;
    font-weight: 400;
}
.printTktBtn:hover, .printTktBtn:focus {
    background: #000;
    color: #fff;
}
.addGalleryBtn {
    background-color: #E3530D;
    border: none;
    padding: 5px 15px;
    color: #fff;
    font-size: 16px;
    font-family: inherit;
    transition: 0.3s;
    font-weight: 400;
    display: inline-block;
    float: right;
    margin: 12px 20px 0 0;
}
.addGalleryBtn:hover{
    background: #000;
    color: #fff;
}
.gallery-listings {
    float: left;
    width: 100%;
}
.gallery-grid-box {
    float: left;
    width: 14%;
    box-sizing: border-box;
    margin: 10px;
    background: #fff;
    box-shadow: 1px 7px 5px 3px #e1e1e1;
    min-height: 190px;
}
.gallery-link-box {
    text-align: center;
    padding: 5px 0 10px 0;
}
.gallery-link-box a{
    color: #F05227;
    font-size: 14px;
    padding: 3px 10px;
    display: inline-block;
    border: 1px solid #F05227;
}
.gallery-img-box {
    min-height: 140px;
}
.gallery-img-box p{
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    background: black;
    color: #fff;
    padding: 5px 0;
}
.gallery-img-box img{
    height: 130px;
    width: 100%;
}
.gallery-link-box a:hover{
    background: #F05227;
    color: #fff;
}
li.pro_menu span {
    font-size: 12px;
    padding: 3px 0 0 10px;
}

.pro_galleries_list.contest_posters_sec .z_row .gallery-box .content_area {
    background-color: #ffffff;
    padding: 16px 25px;
}
.pro_galleries_list.contest_posters_sec .z_row .gallery-box {
    border-color: #0000000d;
}
.pro_galleries_list.contest_posters_sec .z_row .gallery-box .content_area ul {
    padding: 0 0;
    list-style: none;
}
.pro_galleries_list.contest_posters_sec .z_row .gallery-box .content_area ul li {
    color: #1e1e1e;
    font-size: 17px;
    text-align: left;
    margin-bottom: 4px;
}
.pro_galleries_list.contest_posters_sec .z_row .gallery-box  .content_area ul li:last-child {
    margin-bottom: 0;
}
.pro_galleries_list.contest_posters_sec .z_row .gallery-box  .content_area ul li i {
    margin-right: 5px;
    color: #f05127;
}

.pro_galleries_list.contest_posters_sec .z_row .gallery-box .content_area a.download_btn {
    margin: 0 0;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    background: #e3530d;
    padding: 12px 20px 12px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 4px;
    height: auto;
    margin-top: 13px;
}

section.main-results-section {
    width: 100%;
    float: left;
    padding: 60px 0 20px 0;
}
section.main-results-section .main-content {
    margin: 0 auto;
    width: 1220px;
    float: initial;
}
section.main-results-section .result_year_box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 40px 60px;
    background-color: #f5f5f5;
    border: 2px solid #e7e7e7;
    border-radius: 5px;
    gap: 15px 1%;
}
section.main-results-section .result_year_box .result_year_block {
    width: 13.4%;
}
section.main-results-section .result_year_box .result_year_block a {
    width: 100%;
    display: block;
    background-color: #fff;
    color: #000;
    text-align: center;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 4px 4px 0px 0px;
    border: 1px solid #c3c3c3;
    border-bottom-width: 3px;
    transition: 0.3s;
}
section.main-results-section .result_year_box .result_year_block a:hover {
    border-color: #F05227;
    color: #F05227;
}
section.main-results-section .data-table table a {
    color: #000;
}
section.main-results-section .data-table table th {
    font-size: 17px;
}
section.main-results-section .data-table table td{
    padding: 10px;
}
section.main-results-section .data-table table td a {
    font-weight: 500;
    transition: 0.3s;
    color: #F05227;
}
section.main-results-section .data-table table td a:hover {
    color: #000;
}

.main-results-section.result_detail_sec .data-table {
    gap: 15px 2%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
}
.main-results-section.result_detail_sec .data-table table {
    width: 32%;
}
.main-results-section.result_detail_sec .data-table thead th {
    color: #fff;
    background-color: #000;
}
p.z_message {
    width: auto;
    float: left;
    margin: 20px 0 0 0;
    font-weight: 500;
    text-transform: capitalize;
    background-color: #f052271f;
    padding: 8px 20px;
    font-size: 15px;
    color: #000;
    border: 1px solid #F05227;
    border-radius: 3px;
}
#membershipRegistartionForm select{
    padding: 10px 15px;
}
.pending_status {
    font-size: 12px;
    padding: 5px 10px;
    margin: 0 0 5px 0;
    background: #ff970042;
    color: #000;
    font-weight: 600;
}
.rejected_status {
    font-size: 12px;
    padding: 5px 10px;
    margin: 0 0 5px 0;
    background: #ff000042;
    color: #000;
    font-weight: 600;
}
.approved_status {
    font-size: 12px;
    padding: 5px 10px;
    margin: 0 0 5px 0;
    background: #00d76842;
    color: #000;
    font-weight: 600;
}
.reponse_popup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000000bf;
    z-index: 9999;
}
.popup_box {
    display: block;
    width: 600px;
    margin: 10% auto;
    background: #fff;
    padding: 30px 15px;
    border-radius: 5px;
    box-shadow: 0 0 4px 4px #4a4a4a;
    text-align: center;
    position: relative;
}
.popup_box .popup_box {
    display: block;
}
.popup_close_btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #f00;
    width: 25px;
    height: 25px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
}
.popup_close_btn:hover {
    background: #ca0000;
}
.popup_body a {
    display: inline-block;
    background: #F15128;
    color: #fff;
    min-width: 200px;
    margin: 0 auto;
    padding: 5px 15px;
    font-weight: 600;
    margin-top: 10px;
    border-radius: 1px;
}
.popup_body a:hover {
    background: #cf3912;
} 

#user_pw_reset{
    padding: 80px 0;
}
.ui-pw-main-row {
    width: 50%;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 9px 2px #c9c9c9;
    padding: 50px 25px;
}
.ui-pw-main-row .field-group-pw-reset label{
    font-size: 16px;
    font-weight: 700;
}
.ui-pw-main-row .field-group-pw-reset input{
    margin: 10px 0 20px 0;
}
.ui-pw-main-row .field-group-pw-reset button{
    background: #F05227;
    color: #fff;
    font-weight: 500;
    padding: 8px 30px;
}
.ui-pw-main-row .field-group-pw-reset button:hover{
    background: #000;
    border-color: #000;
}

.member_reg_main_form .form_content h4 {
    margin: 0 0 8px 0;
    font-family: 'Montserrat';
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    text-align: center;
}
.member_reg_main_form .form_content  p {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    padding: 0 100px;
    line-height: 1.6;
    margin: 0 0 20px 0;
}
#socialShareBtns {
    position: fixed;
    float: left;
    top: 50%;
    left: -80px;
    z-index: 9999;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
#socialShareBtns .heateor_sss_sharing_ul a{
     -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}


@keyframes alertMsgAnim{
    0%{
        background: #e700001c;
    }
    60%{
        background: #e7000000;
    }
}


/*Loader Animation*/
.lds-ellipsis-loader {
    display: block;
    font-size: 15px;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 9999;
}
.lds-ellipsis-loader div {
    position: absolute;
    top: 48%;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background: #F05127;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis-loader div:nth-child(1) {
    left: 42%;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis-loader div:nth-child(2) {
    left: 43%;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis-loader div:nth-child(3) {
    left: 48%;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis-loader div:nth-child(4) {
    left: 53%;
    animation: lds-ellipsis3 0.6s infinite;
}


.z_paymentdetails_popup {
    background-color: rgba(0,0,0,.8);
    display: none;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.z_paymentdetails_popup.active{
    display: flex;
}
.z_paymentdetails_popup .z_popup_box {
    width: 100%;
    height: auto;
    background-color: #fff;
    max-height: 60vw;
    position: relative;
    padding: 30px 30px 30px 30px;
    max-width: 60%;
    border-radius: 4px;
}
.z_paymentdetails_popup .z_popup_box .z_close {
    background-color: #F05127;
    font-size: 18px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    right: -50px;
    top: 0;
    cursor: pointer;
}
.z_paymentdetails_popup .z_popup_box table#paymentDetailsData h4 {
    margin: 0 0 0 0;
}
.z_paymentdetails_popup .z_popup_box table#paymentDetailsData {
    margin: 0;
}
td.payment_popup_row {
    background-color: #F05227;
    text-align: center;
    border: 0;
}
td.payment_popup_row a.payment_popup_btn {
    border: 0;
    padding: 0 0 0 0;
    color: #fff !important;
    font-weight: 600;
    font-family: 'Montserrat';
    margin-left: 7px;
    background-color: transparent;
    font-size: 15px;
    letter-spacing: 0.3px;
    cursor: pointer;
}
.z_card_details_box form {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 13%);
    border-radius: 5px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 27px 35px 30px 35px;
    background-color: #fff;
}
.z_card_details_box form label {
    font-family: 'Montserrat';
    text-transform: capitalize;
    font-weight: 600;
    line-height: 20px;
    font-size: 14px;
    color: #1A1A1Ab3;
    display: block;
    margin-bottom: 10px;
}
.z_card_details_box form .z_card_details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 6px;
}
.z_card_details_box form .z_card_details .z_col {
    width: 100%;
}
.z_card_details_box form .z_card_details .z_col_4 {
    width: 33.3333%;
}
.z_card_details_box form .z_card_details .z_col input, .z_card_details_box form .z_card_details .z_col select {
    border: 0;
    color: hsla(0,0%,10%,.9);
    background: white;
    box-shadow: 0 0 0 1px #e0e0e0, 0 2px 4px 0 rgb(0 0 0 / 7%), 0 1px 1.5px 0 rgb(0 0 0 / 5%);
    border-radius: 0;
    height: 46px;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 14px;
    padding: 10px 15px;
    outline: none !important;
    -moz-appearance: textfield;
}
.z_card_details_box form .z_card_details .z_col select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.z_card_details_box form .z_card_details .z_col input::-webkit-outer-spin-button, .z_card_details_box form .z_card_details .z_col input::-webkit-inner-spin-button{
	-webkit-appearance: none;
    margin: 0;
}
.z_card_details_box form .z_card_details .z_col input[name="numCard"] {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.z_card_details_box form .z_card_details .z_col select[name="exp_month_card"] {
    border-bottom-left-radius: 6px;
}
.z_card_details_box form .z_card_details .z_col input[name="codeCVC"] {
    border-bottom-right-radius: 6px;
}
.z_card_details_box form button {
    background-color: rgb(0, 116, 212) !important;
    width: auto;
    border: 0;
    position: relative;
    border-radius: 6px;
    box-shadow: inset 0 0 0 1px rgb(50 50 93 / 10%), 0 2px 5px 0 rgb(50 50 93 / 10%), 0 1px 1px 0 rgb(0 0 0 / 7%);
    color: #ffffff;
    cursor: pointer;
    height: 44px;
    margin-top: 12px;
    font-family: 'Montserrat';
    font-weight: 600;
    letter-spacing: 0.3px;
    outline: none !important;
	padding: 0 30px;
}
.z_card_details_box form button i {
    font-size: 14px;
    margin-left: 10px;
}
.z_card_details_box form button:hover {
    background-color: rgb(0 98 179) !important;
}
.home_bottom_boxes a{
    display: block !important;
}
.ocb_event_row.z_form_fields {
    display: flex;
    flex-wrap: wrap;
}
.active.z_eventCancelPopup.z_paymentdetails_popup .z_content h4 {
    margin: 0 0 16px 0;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.active.z_eventCancelPopup.z_paymentdetails_popup .z_content  .btn_row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.active.z_eventCancelPopup.z_paymentdetails_popup .z_content .btn_row a, .active.z_eventCancelPopup.z_paymentdetails_popup .z_content .btn_row button {
    position: relative;
    padding: 15px 40px !important;
    border-radius: 0 !important;
    width: auto !important;
    height: auto !important;
    right: 0 !important;
    cursor: pointer;
    border: 0 !important;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 14px;
    background-color: #e3530d;
    border-radius: 4px !important;
    color: #fff;
    transition: 0.3s;
    margin: 0 4px;
    width: 120px !important;
    text-align: center;
}
.active.z_eventCancelPopup.z_paymentdetails_popup .z_popup_box {
    max-width: 40%;
    padding: 40px 30px 40px 30px;
}
.event-image-box {
    float: left;
    width: 24%;
    box-sizing: border-box;
    padding: 0 0;
	position: relative;
}
.event-image-box img {
    /*max-height: 260px;*/
    max-width: 100%;
    width: auto;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 0 0 4px #00000030;
    margin-bottom: -6px;
}
.event-image-box h4 {
    font-size: 18px;
    text-align: center;
    color: #000;
}
.event-image-box a {
    display: block;
    text-align: center;
    background: transparent !important;
    color: #fff;
    padding: 0 0;
    position: relative;
    z-index: 0;
}

.event-image-box .uploadImgBtn {
    position: relative;
    width: 100%;
    cursor: pointer;
}
.event-image-box .uploadImgBtnBtn{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    background: #b3b3b3;
    top: 0;
    color: #fff;
    cursor: pointer;
    padding: 5px 0 6px 0;
}
.event-image-box .uploadImgBtn input{
    width: 100%;
    z-index: 999999;
    position: relative;
    opacity: 0;
    padding-bottom: 5px;
    cursor: pointer;
}
.uploadImgBtn:hover .uploadImgBtnBtn{
    background: #F15128;
}
.event_main_images.z_eventImages {
    gap: 25px 1.5%;
}
.event_main_images.z_eventImages .event-image-box {
    width: 18%;
    text-align: center;
}
.event_main_images.z_eventImages .event-image-box img {
    min-height: auto;
    max-height: 260px;
}
.event_main_images.z_eventImages .event-image-box h4 {
    margin: 16px 0 0 0;
}
.event_main_images.z_eventImages .event-image-box a {
    background-color: transparent;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin: 3px 0 0 0;
    border-radius: 0;
    color: #F05227;
    transition: 0.3s;
}
.event_main_images.z_eventImages .event-image-box a p{
    margin-bottom: 5px;
}
.event_main_images.z_eventImages .event-image-box a:hover {
    color: #000;
}
.event_main_images.z_eventImages .event-image-box .z_eventImage {
    position: relative;
}
.event_main_images.z_eventImages .event-image-box .z_eventImage p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 0 0 0;
    width: 100%;
    text-align: center;
    background-color: #f05227b3;
    padding: 0 10px;
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.event_main_images.z_eventImages .event-image-box.event_gallery_upload.posters_main img {
    min-height: auto;
    max-height: inherit;
}
.
.main-event-gallery .container {
    width: 1250px;
    margin: 0 auto;
}
.main-event-gallery .main-box-body {
    padding: 80px 0 50px 0;
}
.main-event-gallery .main-box-body .event_main_images.z_eventImages .event-image-box img {
    /*min-height: 300px;*/
    max-height: 175px;
    width: auto;
}
section.main-event-gallery.z_singleEventImg .main-box-body .event_main_images .event-image-box.event_gallery_upload {
    width: 19.2%;
}
/*section.main-event-gallery.z_singleEventImg .main-box-body .event_main_images .event-image-box.event_gallery_upload img {*/
/*    min-height: 260px;*/
/*    max-height: 260px;*/
/*}*/
.main-box-body.zEmpty .event_main_images {
    width: 100%;
    justify-content: center;
}
.main-box-body.zEmpty .event_main_images h2 {
    margin: 0 0 0 0;
    text-transform: uppercase;
    font-weight: 800;
    color: #000;
}
section.membership-section.be_coach_section.historical-search .membership-register-row {
    width: 50%;
}
section.membership-section.be_coach_section.historical-search .membership-register-row .field_col_2 {
    width: 100%;
}
section.membership-section.be_coach_section.historical-search .membership-register-row select#gender {
    height: 42px;
}

.page-template-promoter-profile .main-box-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.page-template-promoter-profile .main-box-header a.btn {
    min-width: auto;
    text-align: center;
    margin: 0 0;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    background: #e3530d;
    height: 45px;
    padding: 5px 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 4px;
    letter-spacing: 0.5px;
    transition: 0.3s;
}
.page-template-promoter-profile .main-box-header a.btn:hover {
    background-color: #000;
}
section.membership-section.be_coach_section.historical-search-result {
    margin: 110px 0 50px 0;
}
section.membership-section.be_coach_section.historical-search-result table {
    margin: 0 0 0;
    width: 70%;
}
section.membership-section.be_coach_section.historical-search-result table thead th {
    background-color: #F05227;
    color: #fff;
    font-size: 17px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    border-color: #F05227;
    padding: 16px 20px;
}
section.membership-section.be_coach_section.historical-search-result table td {
    text-align: center;
    padding: 18px 20px;
}
section.membership-section.be_coach_section.historical-search-result table td a {
    color: #000;
    font-weight: 500;
    text-align: center;
    font-size: 15px;
}
section.membership-section.be_coach_section.historical-search-result.historical-search-details table {
    width: 50%;
}
section.membership-section.be_coach_section.historical-search-result.historical-search-details table th a {
    color: #fff;
    font-size: 18px;
}
section.membership-section.be_coach_section.historical-search-result.historical-search-details tbody tr td {
    padding: 10px 10px;
    text-align: center;
}
.page-template-historical-search-result section.membership-section.be_coach_section.historical-search-result table td {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 0 0 0;
    background-color: #fff;
}
.page-template-historical-search-result section.membership-section.be_coach_section.historical-search-result table td div {
    width: 33.33%;
    padding: 19px 10px;
    box-shadow: 0 0 0 1px #00000017;
}
.page-template-historical-search-result section.membership-section.be_coach_section.historical-search-result table td div a {
    text-align: center; 
}
.page-template-historical-search-result section.membership-section.be_coach_section.historical-search-result table td div a:hover {
    color: #F05227;
}
.page-template-athlete-details section.membership-section.historical-search-details {
    padding: 0 20px;
}
.page-template-athlete-details section.membership-section.historical-search-details table {
    margin: 15px 10px 30px 10px;
}
.page-template-athlete-details section.membership-section.historical-search-details table thead th {
    font-size: 15px;
    background-color: #292929;
    border-color: #292929;
    padding: 10px 20px;
}
.z_eff_box {
    border-radius: 4px;
    padding: 20px 30px;
    background-color: #fff;
    border: rgba(0, 0, 0, .4) solid 1px;
}
.z_eff_box form {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.z_eff_box ul {
    padding: 0 0 0 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.z_eff_box ul li {
    width: 25%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.z_eff_box ul li .z_eff_option {
    width: 6%;
}
.z_eff_box ul li .z_eff_label {
    width: 94%;
    padding-left: 8px;
}
.z_eff_box ul li .z_eff_label label {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    margin: 0 0 4px;
}
.z_eff_box ul li .z_eff_option input{
    height: 30px;
}
.page-template-edit-event-form .main-box-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
table#event_fields tbody td a {
    display: table;
    width: auto;
    margin: 0 auto;
    color: #2AA0FF;
    font-weight: 500;
    position: relative;
}
table#event_fields tbody td a:before {
    content: "";
    width: 0%;
    height: 1px;
    position: absolute;
    background-color: #2AA0FF;
    bottom: 2px;
    left: 0;
    transition: 0.3s !important;
}
table#event_fields tbody td a:hover::before {
    width: 100%;
}
.z_eff_box form button.add_field_btn {
    display: inline-block !important;
    float: left;
    padding: 10px 40px;
    font-weight: 600;
    margin-bottom: -42px;
}
.add_field_btn.z_effBtn{
    padding: 15px 45px;
    line-height: 1.3;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin-top: 12px;
}
.download_csv_sample {
    background: #1D6F42;
    color: #fff !important;
    padding: 5px 15px !important;
}
.download_csv_sample:hover {
    background: #009f48;
}
.download_csv_sample i{
    padding-right: 2px;
}

.membership-reg-row .content h4 {
    margin: 30px 0px 50px 0;
    font-family: "Montserrat", Sans-serif;
    font-weight: 800;
    font-size: 60px;
    color: #000;
    text-transform: uppercase;
    position: relative;
}
.membership-reg-row .content h4:before {
    content: "";
    width: calc(50% - 40px);
    height: 1px;
    background-color: #0000003b;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 0;
    opacity: 1;
}
.membership-reg-row .content h4:after {
    content: "";
    width: calc(50% - 40px);
    height: 1px;
    background-color: #0000003b;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    z-index: 0;
    opacity: 1;
}
.membership-reg-row .content {
    text-align: center;
}
.membership-reg-row .content h5 {
    margin: 0 0 0 0;
    font-family: "Montserrat", Sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #000;
    text-transform: capitalize;
}
.membership-reg-row .membership-col {
    width: 60%;
    margin: 20px 0 0 0;
    text-align: left;
}
.membership-reg-row .membership-col p {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    margin: 5px 0 18px 0;
}
.membership-title-row h2.membership-main-title {
    font-family: "Montserrat", Sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 0;
}
.membership-col {
    margin-top: 30px;
}
a.z_upgradeBtn {
    background-color: #F05227;
    color: #fff !important;
    text-transform: capitalize;
    font-weight: 600;
    padding: 8px 12px 9px 12px;
    font-size: 13px;
    border-radius: 4px;
    line-height: 13px;
    display: inline-block;
    margin-left: 4px;
    cursor: pointer;
	transition: 0.3s;
	float: right;
}
a.z_upgradeBtn i {
    margin-right: 1px;
    transform: rotate(-45deg) translate(-2px, 1px);
}
a.z_upgradeBtn:hover {
    background-color: #111;
}
.z_paymentdetails_popup.z_upgradePopup h4 {
    text-align: center;
    margin: 0 0 8px 0;
}
.z_paymentdetails_popup.z_upgradePopup p {
    text-align: center;
    margin: 0 0 10px 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #1c1c1c;
    font-family: 'Montserrat';
    letter-spacing: 0.2px;
}
.z_paymentdetails_popup.z_upgradePopup p span {
    font-weight: 700;
    color: #F05227;
    font-size: 24px;
}
.z_paymentdetails_popup.z_upgradePopup label {
    font-weight: 600;
    color: #000;
    font-size: 14px;
    font-family: 'Montserrat';
    letter-spacing: 0.2px;
    line-height: 1.3;
    margin-bottom: 6px;
}
.z_paymentdetails_popup.z_upgradePopup textarea {
    font-size: 15px;
    border-color: #c9c9c9;
    padding: 10px 15px;
    outline: none;
}
.z_paymentdetails_popup.z_upgradePopup select {
    padding: 10px 15px;
    border-color: #c9c9c9;
    font-size: 15px;
}
.z_paymentdetails_popup.z_upgradePopup .field_col_2 {
    font-size: 15px;
}
.z_paymentdetails_popup.z_upgradePopup .z_submit_row input {
    padding: 8px 50px;
    border: 1px solid #F05227;
    background-color: #F05227;
    color: #fff;
    border-radius: 25px;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 8px;
}
.z_paymentdetails_popup.z_upgradePopup .z_submit_row input:hover {
    background-color: #000;
    border-color: #000;
}
.z_paymentdetails_popup.z_upgradePopup.active {
    display: none;
}
.z_paymentdetails_popup.z_upgradePopup.z_active {
    display: flex;
}
.z_paymentdetails_popup .z_submit_row {
    text-align: right;
}
#event_list td p{
    margin-bottom: 0;
}
.event_list_filters{
    float: right;
    padding-top: 20px;
}
.event_list_filters li a{
    color: #111 !important;
}
.event_list_filters li a:hover{
    color: #F05227 !important;
}
.event_list_filters li a.filter-active{
    background: #F05227;
    color: #fff !important;
    padding: 5px 15px;
    border-radius: 5px;
}
.eventInfoDataBox{
    background: #fff;
    padding: 15px 15px 15px 15px;
    border: 1px solid #d9d9d9;
    float: left;
    width: 100%;
}
.eventInfoDataBox textarea{
    min-height: 100px;
    line-height: 22px;
}
.eventInfoBoxHeader {
    float: left;
    width: 100%;
}
.eventInfoBoxHeader label{
    float: left;
    width: 75%;
    margin-right: 20px;
}
.showOptionCheck{
    float: right;
    width: auto;
}
.showOptionCheck input{
    width: auto;
    float: left;
    margin: 1px 5px 0 0;
}
.showOptionCheck label{
    font-size: 14px;
    font-weight: 400;
    width: auto;
}
.clone_event_info{
    margin-top:10px;
}
.clone_event_info .form-group.col-12{
    margin-bottom: 0;
    margin-top: 0;
}
.eventInfoDetails {
    float: left;
    width: 100%;
}
.eventInfoDetailsBox {
    float: left;
    width: 100%;
    background: #fff;
    padding: 5px 20px;
    border: 1px solid #4c4c4c2e;
    margin-bottom: 10px;
}
.editSelectBoxFormFields {
    margin: 15px 0 0 0;
    cursor: pointer;
}
.editSelectBoxFormFields span:hover{
    color: #F15128;
}
.internationalEventLink {
    display: inline-block;
    align-items: center;
    margin: 10px 0 15px 0;
    color: #000;
    font-weight: 900;
    font-family: "Roboto";
    width: 280px;
}
.internationalEventLink:hover{
    color: #F05227;
    text-decoration: underline;
}
.internationalEventLink img{
    width: 30px;
    margin-right:5px;
}
.event_listing_header{
    float: left;
    width: 100%;
}
.layout_view_btns {
    float: right;
    margin-top: 15px;
}
.layout_view_btns button {
    border: none;
    padding: 10px 5px;
    color: #111;
    font-weight: 600;
}
.layout_view_btns button img{
    width:15px;
}
.layout_view_btns button:hover, .layout_view_btns button:focus{
    background: transparent;
    border: none;
    outline: none;
    color: #F05127;
}
.event_main_list_view .section-card .ocb_events_col_2{
    width: 100%;
    float: left;
    min-height: auto;
    margin-bottom: 5px !important;
}
.event_main_list_view .ocb_events_card{
    height: auto;
    box-shadow: 4px 4px 4px 0px rgb(0 0 0 / 4%);
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.event_main_list_view .ocb_events_card_head{
    display: none;
}


.event_main_list_view .ocb_events_card_body .ocb_events_card_title{
    display: inline-block;
    padding-right: 20px;
}
.event_main_list_view .ocb_events_card_body .ocb_events_card_contant {
    display: inline-block;
    padding-right: 20px;
}
.event_main_list_view .ocb_events_card_body .ocb_events_card_contant p{
    display: inline-block;
    padding-right: 10px;
}
.event_main_list_view .ocb_events_card_button{
    position: relative;
    display: inline-block;
    width: auto;
    float: right;
    margin-top: 35px;
}
.event_main_list_view .ocb_events_card_button a {
    padding: 0;
    display: inline;
    background: transparent;
    color: #E3530D;
    font-size: 14px;
    font-weight: 600;
    padding-left: 5px;
}
.event_main_list_view .ocb_events_card_button a:hover{
    background: transparent;
    color: #111;
}
.event_main_list_view .ocb_events_card_body{
    padding: 15px 15px 0 15px;
    border-radius: 5px;
}
.event_main_list_view .ocb_events_card_title h4{
    font-size: 16px;
    text-transform: capitalize;
}
.single-events .tktPriceCol{
    position: relative;
    padding-left: 25px;
}
.single-events .tktPriceCol:before{
    content: "$";
    position: absolute;
    left: 15px;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.w-100{
	width: 100%; 
	display: block;
}
span.z_profileNote {
    display: inline-block;
    width: auto;
    margin: -5px 0 10px 0;
    color: red;
    font-size: 15px;
}
span.req {
    transform: translate(4px, 0px);
    display: inline-block;
    color: red;
}




@media (max-width: 1250px){
    .pro_galleries_list.contest_posters_sec .event_main_images img {
        max-height: 230px !important;
        min-height: 230px !important;
    }
    .event_main_list_view .ocb_events_card_button{
        width: 100%;
        float: left;
        margin-top: 10px;
    }
    .ocb_events_card_button a{
        width: auto !important;
        font-size: 13px !important;
        padding: 0px 10px !important;
    }
}


@media(max-width: 1240px){
    .main-promoter-section {
        max-width: 1024px;
    }
    .sidebar-nav {
        width: 23%;
    }
    .main-tab-box {
        width: 77%;
    }
    .main-tab-box .main-box-header {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .main-tab-box .main-box-header h3 {
        margin: 0 20px 0 0;
        padding: 12px 5px 12px 15px;
    }
    .filter-form-box.promoter_results_filter form .search_field_box {
        width: 22%;
    }
    .filter-form-box.promoter_results_filter form .search_field_box.submit_field {
        width: 6%;
    }
    .filter-form-box.members-promoters form .search_field_box.submit_field {
        width: 18%;
    }
    .filter-form-box.promoter_resources.promoter_posters form .search_field_box.title_field {
        width: 49%;
        margin-bottom: 10px;
    }
    .filter-form-box.promoter_resources.promoter_posters form .search_field_box.file_field {
        width: 42%;
        margin-bottom: 10px;
    }
    .filter-form-box.promoter_resources.promoter_posters form .search_field_box.submit_field {
        margin-bottom: 10px;
    }
    .member_reg_main_form .form_content h4 {
        font-size: 25px;
    }
    .member_reg_main_form .form_content p{
        padding: 0 0;
        font-size: 15px;
    }
}

@media(max-width: 1024px){
    .main-promoter-section {
        max-width: 960px;
    }
    .sidebar-nav {
        width: 23%;
    }
    .main-tab-box {
        width: 77%;
    }
    .filter-form-box.promoter_results_filter form .search_field_box.submit_field {
        width: 7%;
    }
    .main-box-body .data-table {
        width: 100%;
        float: left;
        overflow-x: auto;
    }
    .custom-subheader {
        height: 200px;
    }
    .header-title h1 {
        margin: 0 0 0 0;
        font-size: 45px;
        line-height: 55px;
    }
    .filter-form-box form .search_field_box {
        width: 49%;
        margin-bottom: 10px;
    }
    .event_main_images.z_eventImages .event-image-box {
        width: 49%;
    }
    .event_main_images.z_eventImages {
        gap: 15px 1.5%;
    }
    .pro_galleries_list.contest_posters_sec .event_main_images img {
        max-height: 350px !important;
        min-height: 350px !important;
    }
	.membership-reg-row .membership-col p{
		font-size: 14px;
	}
}

@media(max-width: 960px){
    .main-promoter-section {
        max-width: 768px;
    }
    .sidebar-nav {
        width: 30%;
        min-height: auto;
    }
    .main-tab-box {
        width: 70%;
    }
    .main-tab-box .grid-box-container {
        padding: 6px 6px;
        width: 50%;
    }
    .filter-form-box.promoter_results_filter form .search_field_box {
        width: 49%;
        margin-bottom: 10px;
    }
    .filter-form-box.promoter_results_filter form .search_field_box:nth-child(3), .filter-form-box.promoter_results_filter form .search_field_box:nth-child(4) {
        width: 43%;
    }
    .filter-form-box.promoter_results_filter form .search_field_box.submit_field {
        width: 10%;
    }
    .filter-form-box.promoter_results_filter .search_field_box.submit_field button.z_btn {
        height: 41px;
        width: 100%;
    }
    .main-tab-box .main-box-header ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
    }
    .main-tab-box .main-box-header ul li a {
        padding: 2px 1px;
        font-size: 15px;
        color: #333;
    }
    .header-title h1{
        font-size: 40px;
        line-height: 50px;
    }
    .search_field_box{
        margin-bottom: 10px;
    }
    .filter-form-box.members-promoters form .search_field_box {
        width: 33%;
    }
    .filter-form-box.members-promoters form .search_field_box.submit_field {
        width: 100%;
    }
    .ocb_event_container.z_result_container{
        padding-top: 0;
    }
    .z_result_container .ocb_event_row.z_form_fields .ocb_event_col {
        width: 50%;
    }
    .z_result_container .ocb_event_row.z_form_fields .ocb_event_row.ocb_event_btndiv {
        text-align: start;
        padding: 0 9px;
    }
    .z_result_container .ocb_event_row.z_form_fields .ocb_event_row.ocb_event_btndiv input.z_result_submit {
        width: 100% !important;
    }
    .filter-form-box.promoter_resources.promoter_posters form .search_field_box.title_field {
        width: 100%;
    }
    .filter-form-box.promoter_resources.promoter_posters form .search_field_box.file_field {
        width: 85%;
    }
    .filter-form-box.promoter_resources.promoter_posters form .search_field_box.submit_field {
        width: 15%;
    }
    .z_profile_details form .z_form_group {
        margin-bottom: 10px;
    }
	.membership-reg-row .content h4 {
		font-size: 50px;
		margin: 20px 0 40px 0;
	}
	
	.add_email_box input[type=email]{
        width: 100%;
        margin-bottom:10px;
    }
    .add_email_box input[type=submit]{
        width: 100%;
        margin-left: 0;
    }
}

@media(max-width: 768px){
    .main-promoter-section {
        max-width: 460px;
    }
    .sidebar-nav {
        width: 100%;
    }
    .main-tab-box {
        width: 100%;
    }
    .sidebar-nav {
        margin-bottom: 20px;
    }
    .sidebar-nav ul {
        padding: 20px 20px;
        display: flex;
        flex-wrap: wrap;
        gap: 2%;
    }
    .sidebar-nav ul li {
        width: 48%;
        margin-bottom: 8px;
    }
    .sidebar-nav ul li a {
        padding: 14px 10px;
        border: 0;
        justify-content: center;
        flex-wrap: wrap;
        background-color: #fff;
        border-radius: 4px;
        box-shadow: 0 0 2px #00000026;
    }
    .sidebar-nav ul li.sb_menu_active a {
        color: #fff;
        font-weight: 500;
        background-image: linear-gradient(0deg, #E3530D 0%, #FBAF43 100%);
    }
    .sidebar-nav ul li.sb_menu_active a img {
        filter: brightness(0) invert(1);
    }
    .main-tab-box .grid-box-container .grid-box a {
        padding: 20px 10px;
    }
    .main-box-body {
        padding: 20px 0;
    }
    .main-tab-box .grid-box-container .grid-box a h4 {
        margin: 4px 0 0 0;
        font-size: 17px;
    }
    .filter-form-box .search_field_box {
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 15px !important;
    }
    .filter-form-box.promoter_results_filter form .search_field_box {
        width: 100%;
        margin-bottom: 10px;
    }
    .filter-form-box.promoter_results_filter form .search_field_box:nth-child(3){
        width: 100%;
    }
    .filter-form-box.promoter_results_filter form .search_field_box:nth-child(4) {
        width: 88%;
    }
    .form-box .col-6 {
        width: 100%;
    }
    .z_result_container .ocb_event_row.z_form_fields .ocb_event_col {
        width: 100%;
    }
    h4.change_pw_title {
        margin: 15px 0 0 0;
    }
    .z_profile_details form .z_col {
        width: 100% !important;
    }
    .pro_galleries_list.contest_posters_sec .event_main_images img {
        max-height: 200px !important;
        min-height: 200px !important;
    }
    .membership-section.be_coach_section.be_judge_section .membership-register-row {
        width: 460px;
        margin: 80px 0 50px 0;
    }
	.membership-pkg-row .membership-col {
		margin: 20px 0 0px 0;
		box-shadow: 0 0 4px #00000036;
	}
	.membership-title-row h2.membership-main-title {
    	margin-bottom: 10px;
	}
	.membership-pkg-row .membership-col {
		margin: 20px 0 0px 0;
		box-shadow: 0 0 4px #00000036;
	}
	.membership-pkg-row .membership-title-row h2.membership-main-title {
		margin-bottom: 10px;
	}
	.membership-pkg-row .membership-icon img.member_img {
		max-width: 180px;
	}
	.membership-pkg-row .membership-icon {
		width: 100% !important;
		text-align: center;
		padding: 0 0 0 0;
	}
	.membership-pkg-row .membership_data {
		width: 100%;
		float: left;
		text-align: center;
	}
	.membership-pkg-row .membership_title h3 {
		margin: 6px 0 0 0;
		letter-spacing: 1px;
		font-size: 38px !important;
	}
	.membership-pkg-row .membership_signup_btn {
		width: 100%;
		float: left;
		text-align: center;
	}
	.membership-pkg-row .membership-reg-row .content h4 {
		margin: 40px 0 35px 0;
		font-size: 40px;
	}
	.ocb_events_card_button {
   	 	position: relative;
		bottom: 0;
		left: 0;
		padding: 0 0 0 0;
	}
	#user_pw_reset{
	    padding: 50px 0;
	}
	.ui-pw-main-row{
	    width: 90%;
        padding: 20px 25px;
	}
	.add_new_tkt .col-3{
	    width: 50%;
	}
	.catSelectionBox input{
	    width: auto;
	}
	
}

@media (max-width: 460px){
    .main-tab-box .grid-box-container {
        width: 100%;
        padding: 8px 0 8px 0;
    }
    .event_main_images.z_eventImages .event-image-box {
        width: 100%;
    }
    .pro_galleries_list.contest_posters_sec .event_main_images img {
        max-height: 250px !important;
        min-height: 250px !important;
    }
    .membership-section.be_coach_section.be_judge_section .membership-register-row {
        width: 90%;
        margin: 70px 0 50px 0;
    }
    .member_reg_main_form .form_content p {
        font-size: 14px;
    }
    .upgradeConfirmationPopupBox{
        width: 90%;
    }
}