/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* Custom Css */

.monorgopro-bold{
    font-family: "monorgopro-bold", Sans-serif;
}

.roboto-condensed {
    font-family: "Roboto Condensed", Sans-serif;
}

.btn {
    border: 2px solid #000;
    border-radius: 0;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    padding: 15px 30px;
}

.p-30 {
    padding: 30px;
}

.pgae-content .btn {
    text-decoration: none;
}

.white-btn {
    background: #ffffff;
    color: #000;
}

.white-btn:hover {
    background: #02d400;
    color: #fff;
}

.green-btn {
    background: #02d400;
    color: #fff;
}

.purple-btn {
    background: #8B00F8;
    color: #fff;
}


.hide {
    opacity: 0;
}

.show {
    opacity: 1 !important;
}

.result {
    color: red;
    font-size: 13px;
    line-height: 16px;
}

.text-center {
    text-align: center;
}

body h1.entry-title,
body .sub-title{
    font-family: "monorgopro-bold", Sans-serif;
    font-weight: bold;
    text-transform: capitalize;
    margin: 0;
    font-size: 32px;
    line-height: 38px;
}

body.page:not(.woocommerce-page) main {
    max-width: 1140px;
    margin: 30px auto;
    position: relative;
}

body .page-header{
    padding: 20px 0;
}

body.dashboard .page-header{
    border-bottom: 2px solid #ebebeb;
}

body.dashboard .dash-left ul{
    border: 2px solid #d8d8d8;
}

body.dashboard .dash-left ul li{
    padding: 20px;
    border-top: 2px solid #d8d8d8;
    width: 100%;
}

body.dashboard .dash-left ul li:first-child{
    border: none;
}

body.dashboard .dash-wrap ul li a{
    text-decoration: none;
    font-family: "monorgopro-bold", Sans-serif;
    font-size: 20px;
    line-height: 23px;
    margin: 0;
    padding: 0;
}

body.dashboard .dash-main ul{
    grid-gap: 10px;
    width: 100%;
}

body.dashboard .dash-main ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 155px;
            flex: 0 0 155px;
}

body.dashboard .dash-main ul li a{
    color: #000;
    padding: 40px 20px !important;
    border: 2px solid #000;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}

body.dashboard .dash-main ul li a:hover{
    color: #fff !important;
    background: #000;
}

form.user-profile-info-wrap {
    border: 2px solid #d8d8d8;
    padding: 30px;
    font-family: "monorgopro-bold", Sans-serif;
    overflow: hidden;
}

form.user-profile-info-wrap .form-group-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
}

form.user-profile-info-wrap .form-row{
    width: 48%;
}

form.user-profile-info-wrap .form-row.full{
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
}

form.user-profile-info-wrap .form-row label {
    margin-bottom: 10px;
}

form.user-profile-info-wrap input[type=text],
form.user-profile-info-wrap input[type=text]:focus,
form.user-profile-info-wrap textarea:focus,
form.user-profile-info-wrap textarea {
    outline: none;
    border-color:#000;
    border-radius: 0;
    background-color: #f7f7f7;
    font-family: "Roboto Condensed", Sans-serif;
}

form.user-profile-info-wrap input[type=submit] {
    float: right;
    max-width: 200px;
    background: #02d400;
    border: 2px solid #000;
    border-radius: 0;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}

form.user-profile-info-wrap .response {
    font-size: 20px;
    line-height: 24px;
    color:#02d400;
}

form.user-profile-info-wrap .response.error {
    color: red;
}

.events-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 18px;
}

.events-section .event-item{
    width: 49%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #000000;
    -webkit-box-shadow: -3px 3px 0px rgb(0 0 0 / 15%);
            box-shadow: -3px 3px 0px rgb(0 0 0 / 15%);
    border-radius: 4px;
}

.event-item .event-image{
    width: 100%;
    max-width: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.event-item .event-info {
    padding: 20px;
    width: 100%;
}

.event-item p.event-location {
    color: #9B9B9B;
    font-size: 11px;
    line-height: 25px;
    margin: 0;
}

.event-item .event-title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
    margin-top: 0;
}

.event-item p.event-location {
    color: #9B9B9B;
    font-size: 11px;
    line-height: 16px;
    margin: 0px 0 5px;
    font-weight: 700;
    text-transform: uppercase;
}

.event-item .event-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.event-item .event-date {
    font-size: 13px;
    line-height: 24px;
}

.event-buttons a {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 15px;
}

.event-buttons a.register-btn {
    margin-right: 10px;
}

.event-buttons .enter-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.event-buttons .enter-code input {
    width: 60%;
    border-radius: 0;
    color: #9B9B9B;
    border-color: #A9A9A9;
    outline: none;
    padding: 5px 10px;
}

.more-pages-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-gap: 5px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.more-pages-wrap .more-page-item {
    width: 33%;
    margin: 0;
    padding: 10px;
}

.more-pages-wrap .more-page-item a {
    border: 3px solid #000000;
    border-radius: 3px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    padding: 45px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
    color: #000;
}

.more-pages-wrap .more-page-item:hover a{
    background: #000;
    color: #fff;
}

a.back-btn {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #000000;
    text-transform: uppercase;
    padding: 20px 20px 0;
    display: block;
}

body.page-template-registration .page-description a{
    color:#02d400;
    font-weight: bold;
}

.register-wrap {
    padding: 40px 0;;
}

.register-wrap .entry-title {
    margin: 0;
    text-align: center;
}

.register-wrap .subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000;
}

/* .register-wrap .page-header {
    margin-bottom: 40px;
    text-align: center;
} */

.page-form-item .page-title{
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    margin: 0;
}

.page-form-item .page-title a {
    text-decoration: none;
    color: #000;
}

.page-forms-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 15px;
}

.page-form-item {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    border: 3px solid #000000;
    -webkit-box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
            box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 3px;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.page-btn a {
    max-width: 145px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    width: 100%;
    text-decoration: none;
}

/* body .elementor-location-footer, */
body.page-template-waiver-form .nf-before-form-content,
body.page-template-event-form .nf-before-form-content {
    display: none;
}

body.page-template-waiver-form main,
body.page-template-event-form main {
    padding: 40px 0;
}

body.page-template-waiver-form .page-content,
body.page-template-event-form .page-content {
    border: 3px solid #000000;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    max-width: 740px;
    margin: 0 auto;
    padding: 30px;
    position: relative;
}

/* body.page-template-waiver-form .page-content a.back-btn,
body.page-template-event-form .page-content a.back-btn {
    left: -565px;
    top: 0;
} */

body.page-template-waiver-form .no-padding.page-content,
body.page-template-event-form .no-padding.page-content {
    padding: 0;
}

body.page-template-waiver-form .no-padding.page-content header,
body.page-template-event-form .no-padding.page-content header{
    padding: 30px;
    margin-bottom: 0;
}

body.page-template-waiver-form .no-padding.page-content .nf-form-content,
body.page-template-event-form .no-padding.page-content .nf-form-content{
    padding: 0px;
}

body.page-template-waiver-form .no-padding.page-content .listcheckbox-wrap label,
body.page-template-waiver-form .no-padding.page-content .bold-checkbox label,
body.page-template-event-form .no-padding.page-content .listcheckbox-wrap label,
body.page-template-event-form .no-padding.page-content .bold-checkbox label{
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.99px;
    text-transform: uppercase;
    color: #000000;
}

.event-form-wrap form .nf-field-container {
    margin: 0;
    background: #FFFFFF;
}

.event-form-wrap form .nf-field-container .nf-input-limit {
    margin-top: 0;
}

.event-form-wrap form nf-field:not(:last-child) .nf-entry-row .field-wrap {
    border-left: 1px solid #B8B8B8;
    border-right: 1px solid #B8B8B8;
    border-bottom: 1px solid #B8B8B8;
    font-family: 'Roboto Condensed';
    color: #000;
}

.event-form-wrap form .nf-entry-row .nf-field-description {
    margin: 0;
}

.event-form-wrap form .nf-entry-row .nf-field-description p {
    font-size: 13px;
    line-height: 20px;
    padding: 15px;
    border-top: 1px solid #B8B8B8;
}

.event-form-wrap .nf-form-content .list-select-wrap .nf-field-element>div{
    background: #fff;
    border: none;
}


.event-form-wrap form nf-field:not(:last-child) .b-none .field-wrap {
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.event-form-wrap form nf-field:not(:last-child) .b-none .nf-field-label {
    border-right: none;
}

.event-form-wrap form .nf-field-container select,
.event-form-wrap form .nf-field-container textarea,
.event-form-wrap form .nf-field-container input[type="email"],
.event-form-wrap form .nf-field-container input[type="text"] {
    outline: none;
    background: #fff;
    color: #000;
    border: none;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
}

.event-form-wrap form .nf-field-container textarea {
    height: 80px;
}

.event-form-wrap form nf-field:not(:last-child) .nf-entry-row .nf-field-label {
    border-right: 1px solid #B8B8B8;
    margin: 0;
}

.event-form-wrap form .nf-field-label {
    padding: 10px 15px;
    text-align: left;
}

.event-form-wrap form .nf-field-label label{
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 25px;
    text-transform: uppercase;
}

.bt-1,
.event-form-wrap form nf-field:first-child .nf-entry-row .field-wrap {
    border-top: 1px solid #B8B8B8;
}

.event-form-wrap form .mb-20 {
    margin-bottom: 20px;
}

.event-form-wrap form .mb-30 {
    margin-bottom: 30px;
}

.event-form-wrap form .p-l-r-30 {
    padding: 0 30px;
}

.event-form-wrap form input[type="button"] {
    border: 2px solid #000;
    border-radius: 0;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    background: #02d400;
    display: block;
    float: right;
    max-width: 200px;
    width: 100%;
}

.event-form-wrap form input[type="button"]:hover {
    background: none;
    color: #000;
}

/* .event-form-wrap .green-checkbox {
    height: 30px;
} */

.event-form-wrap .nf-separator,
.event-form-wrap .green-checkbox-group {
    border-bottom: 1px solid #D3D3D3;
}

.event-form-wrap .nf-after-form-content {
    text-align: center;
    margin-bottom: 20px;
}


.event-form-wrap .green-checkbox-group .list-checkbox-wrap ul li label:after,
.event-form-wrap .green-checkbox .checkbox-wrap label:after{
    background: #fff;
    border: 2px solid #000000;
    border-radius: 1px;
    width: 25px;
    height: 25px;
    outline: none;
    top: 0;
}

.event-form-wrap .green-checkbox-group .listcheckbox-wrap .nf-field-element ul li label:before,
.event-form-wrap .green-checkbox.bold-checkbox .nf-field-element ul li label:before,
.event-form-wrap .green-checkbox .checkbox-wrap .nf-field-label label:before {
    left: -24px;
    top: 0;
    color: #fff;
    font-size: 18px;
}

.event-form-wrap form .green-checkbox-group .list-checkbox-wrap label,
.event-form-wrap form .green-checkbox .checkbox-wrap label {
    padding-left: 5px;
    font-size: 14px;
    line-height: 25px;
    cursor: pointer;
    font-weight: normal;
    text-transform: none;
}

/* .event-form-wrap .green-checkbox-group .nf-field-label ul li label.nf-checked-label:after, */
.event-form-wrap .green-checkbox.bold-checkbox .nf-field-element ul li label.nf-checked-label:after,
.event-form-wrap .green-checkbox-group .listcheckbox-wrap .nf-field-element ul li label.nf-checked-label:after,
.event-form-wrap .green-checkbox .nf-field-label label.nf-checked-label:after{
    border-color: #000;
    background: #02D400;
}

.event-form-wrap .nf-form-content .green-checkbox.bold-checkbox ul li,
.event-form-wrap .nf-form-content .green-checkbox-group .listcheckbox-wrap ul li {
    margin-bottom: 20px !important;
}

.event-form-wrap .nf-after-field {
    display: none;
}

.ninja-forms-form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.ninja-forms-form-wrap .nf-response-msg{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}

.hero-image-wrap img {
    width: 100%;
}

body:not([class*=elementor-page-]) .site-main {
    max-width: 100%;
}

body:not([class*=elementor-page-]) .site-main .page-content{
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}

body.page-template-waiver-form  .site-main .page-content,
body.page-template-event-form  .site-main .page-content{
    max-width: 740px;
}

body.page-template-waiver-form .contract-content {
    font-family: 'Roboto Condensed';
}

.hero-image-wrap {
    width: 100%;
    height: 280px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.hero-image-wrap h1.entry-title {
    position: absolute;
    letter-spacing: 0px;
    text-shadow: -2px 2px 0px #000000;
    padding: 3px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 6px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    left: 50%;
    top: 50%;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    color: #FFFFFF;
    background: #FD22A1;
    border: 0.7128px solid #000000;
    -webkit-box-shadow: -3px 3px 0px rgb(0 0 0 / 50%);
            box-shadow: -3px 3px 0px rgb(0 0 0 / 50%);
    border-radius: 0.792px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

/* .hero-image-wrap h1.entry-title:after {
    content:"";
    background: #FD22A1;
    width: 20px;
    height: 20px;
} */


body.page-template-default h1.entry-title {
    text-align: center;
}

.custom-login-form form label {
    font-family: "monorgopro-bold", Sans-serif;
}

.custom-login-form form input {
    font-family: "Roboto Condensed", Sans-serif;
}

.custom-login-form form input[type="submit"] {
    background: #02d400 !important;
    border: 2px solid #000 !important;
    border-radius: 0 !important;
    font-size: 20px;
    line-height: 24px !important;
    padding: 15px !important;
    color: #fff !important;
    font-family: "monorgopro-bold", Sans-serif;
}

.tickera_additional_info .tc_checkbox_field label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}

.tickera_additional_info .tc_checkbox_field label:not(:first-child) {
    margin: 0 0 10px;
}

.tickera_additional_info .tc_checkbox_field label input[type="checkbox"]{
    width: auto;
    margin-left: 20px;
    margin-right: 5px;
}

body.woocommerce-checkout #site-footer{
    display: none; 
}

body.woocommerce-checkout .elementor-304 .elementor-element.elementor-element-3233be8 #coupon_code:focus {
    -webkit-box-shadow: 2px 2px 0px 0px rgb(0 0 0 / 50%);
            box-shadow: 2px 2px 0px 0px rgb(0 0 0 / 50%);
}


body.page-template-more main{
    min-height: 700px;
}

.custom-log-reg-btn .elementor-shortcode {
    text-align: right;
}

/* .custom-log-reg-btn .elementor-shortcode a {
    font-family: "monorgopro-bold", Sans-serif;
    color: #fff;
    border: none;
    font-size: 16px;
    line-height: 20px;
    position: relative;
} */

/* .custom-log-reg-btn .elementor-shortcode a:hover {
    color: #fff;
}

.custom-log-reg-btn .elementor-shortcode a:hover:after {
    content:"";
    background-color: #02D400;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
} */

.xoo-el-modal{
    font-family: "monorgopro-bold", Sans-serif;
}

.xoo-el-modal input{
    font-family: "Roboto Condensed", Sans-serif;
}

ul.nav-menu-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

ul.nav-menu-custom li{
    list-style: none;
}

ul.nav-menu-custom li.login-logout a:hover {
    background-color: #02D400 !important;
    border-color: #02D400;
}

ul.nav-menu-custom li.my-account a:hover {
    color: #02D400 !important;
}

body.woocommerce ul.nav-menu-custom li a,
ul.nav-menu-custom li a {
    font-family: "monorgopro-bold", Sans-serif;
    color: #fff !important;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    padding: 10px 10px 11px;
    margin-right: 10px;
}

.woocommerce .elementor-3770 .elementor-element.elementor-element-91f0fef form.cart .variations {
    width: 100% !important;
    margin: 0 0 20px !important;
}

/* body.logged-in ul.nav-menu-custom li.login-logout a, */
/* ul.nav-menu-custom li.my-account a{
    margin-right: 10px;
} */

ul.nav-menu-custom li.login-logout a{
    border: 1px solid #fff;
}

.custom-log-reg-btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 !important;
}

.responsive-menu-btn,
.cart-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    width: auto !important;
    margin: 0 !important;
}

.responsive-menu-btn{
    display: none;
}

.menu-icon-custom {
    background-image: url('../images/menu-icon.png');
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
}

ul.nav-menu-custom li.my-account a:after{
    content:"";
    background-image: url('../images/user-profile-icon.svg');
    width: 23px;
    height: 23px;
    position: absolute;
    left: -20px;
    background-repeat: no-repeat;
}

.menu-icon-custom {
    cursor: pointer;
}

.back-btn-wrap {
    max-width: 100px;
}

.woocommerce-MyAccount-navigation,
.elementor-element-55995fe1 {
    display: none !important;
}

.woocommerce-MyAccount-content {
    width: 100% !important;
}

.e-woocommerce-login-section {
    display: none !important;
}

.sdm_download_item {
    font-family: "monorgopro-bold", Sans-serif;
}

.sdm_download_item a.sdm_download {
    background: #02d400;
    border: none;
    border-radius: 0;
    padding: 10px 20px;
    cursor: pointer;
    font-family: "monorgopro-bold", Sans-serif;
    font-size: 13px;
    line-height: 20px;
}

.woocommerce div.product .out-of-stock {
    -webkit-box-shadow: -3px 3px #ccc !important;
            box-shadow: -3px 3px #ccc !important;
    font-family: "monorgopro-bold", Sans-serif;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    padding: 13px 20px 13px 20px;
    color: #ccc;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    background: #eee;
}

.orr-toggle-js a.open i.fas {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.orr-hide {
    display: none;
}

.orr-add-to-cart-btn {
    font-family: "monorgopro-bold", Sans-serif;
    font-weight: 500;
    fill: #030303;
    color: #030303;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px;
    border-color: #000000;
    border-radius: 0px !important;
    width: 100%;
}

.orr-add-to-cart-btn:hover {
    background-color: #030303;
    color: #ffffff;
}

.orr-out-of-stock {
    font-family: "monorgopro-bold", Sans-serif;
    font-weight: 500;
    fill: #cccccc;
    color: #cccccc;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px;
    border-color: #cccccc;
    border-radius: 0px !important;
    width: 100%;
    font-size: 16px;
    padding: 15px 30px;
    text-align: center;
}

.elementor-column.user-recent-orders {
    font-family: "monorgopro-bold", Sans-serif;
    text-align: center;
}

.elementor-column.user-recent-orders table .order-number a {
    color: #00BE48;
}

.elementor-column.user-recent-orders table .order-actions a {
    background: #00BE48;
    color: white;
    padding: 5px 10px;
}

.cart-total-nav-wrap {
    width: auto !important;
    margin: 0 !important;
}

.cart-total-nav-wrap a.cart-total-nav {
    border: 1px solid #fff;
    padding: 10px 10px 11px 10px;
    color: #fff;
    font-family: "Roboto Condensed", Sans-serif;
    font-weight: bold;

}

.cart-total-nav-wrap a.cart-total-nav:hover {
    background-color: #02D400;
    border-color: #02D400;
}

.cart-total-nav-wrap .cart-total-nav > i {
    margin-right: 8px;
}

.woocommerce-notices-shortcode {
    text-align: left;
}

.site-loader-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00000040;
    top: 0;
}

.cart-popup-wrap {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    position: fixed;
    z-index: 10;
    background: rgb(0 0 0 / 30%);
}

.cart-popup-wrap .woocommerce-message {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 2em;
}

.cart-popup-wrap .close-popup-btn-js {
    cursor: pointer;
}

.cart-popup-wrap .close-popup-btn-js:after {
    position: absolute;
    font-size: 25px;
    top: -2%;
    right: 2%;
    content: "\00d7";
}

.cart-popup-wrap .woocommerce-message::before {
    top: 2em;
}

.cart-popup-wrap .woocommerce-message .product-name-js {
    margin-bottom: 20px;
    padding-left: 1.5em;
}

.cart-popup-wrap .woocommerce-message a.button {
    display: block;
    float: none;
    max-width: 120px;
    margin: 0;
    width: 100%;
    text-align: center;
    font-family: "monorgopro-bold", Sans-serif;
    border: 2px solid #000000;
    letter-spacing: 0.5px;
    transition: all .3s;
}

.cart-popup-wrap .btns-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
}

.continue-shopping-btn {
    font-family: "monorgopro-bold", Sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.5px;
    margin: 0;
    padding: 6px 15px;
    fill: #030303;
    color: #030303;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px;
    border-color: #000000;
    border-radius: 0px;
}

.woocommerce-cart .woocommerce-notices-wrapper *:nth-child(2) {
    display: none;
}

.tickera_additional_info .owner-info-wrap .fields-wrap span {
    padding: 0 30px;
    line-height: 28px;
    margin-bottom: 8px;
}

.tickera_additional_info .tickera-input-field {
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 14px;
    border: 1px solid #000;
    border-radius: 0;
    background: #f9fafa;
    width: -webkit-fill-available;
    margin: 0 30px 8px;
}

form.checkout label.has-error {
    padding: 15px 30px;
}

.single_add_to_cart_button:after,
.add_to_cart_button:after {
    display: none;
}

#omnisend_newsletter_checkbox_field label > span {
    display: none;
}

.price-revert .elementor-text-editor,
.price-revert .elementor-heading-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-direction: row-reverse;
}


.price-revert ins .woocommerce-Price-amount {
    color: #e93e9e !important;
}

/* .rewardswp-ui-container {
    bottom: 110px !important;
    right: 10px !important;
} */

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods .payment_box {
    background-color: white;
}

.tickera_owner_info h2,
.tickera_owner_info h5,
.tickera_owner_info label span {
    color: #000000;
}

.tickera_owner_info label span {
    margin-bottom: 10px;
    font-weight: 500;
}

.tickera_owner_info .fields-wrap {
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
}

.tickera_owner_info .fields-wrap input {
    border-color: rgba(0,0,0,.2);
}

#wc-stripe-upe-form {
    border: none;
    padding: 0 0 20px;
}

.p-FieldLabel {
    font-weight: bold;
    font-size: 16px;
}

/* Responsive */

@media (max-width: 1249px) {
    body.page-template-dashboard .entry-title {
        margin: 0;
        padding: 0 10px;
    }

    .more-pages-wrap .more-page-item,
    .events-section .event-item {
        width: 48%;
    }

    body.dashboard .page-content ul li.current_page_item a {
        color: #000;
    }

    body.dashboard .page-content ul li.current_page_item a:hover,
    body.dashboard .page-content ul li.current_page_item a {
        background: #fff;
        color: #02d400;
    }

    /* body.page-template-waiver-form .page-content a.back-btn,
    body.page-template-event-form .page-content a.back-btn {
        left: 0;
        top: -45px;
    } */

    /* body.page-template-more a.back-btn {
        left: 10px;
        top: -20px;
    }

    a.back-btn {
        left: 0;
        top: 0;
    }  */

    body.page:not(.woocommerce-page) main {
        padding: 20px;
    }

    .hero-image-wrap h1.entry-title span{
        font-size: 32px;
        line-height: 50px;
        background: #FD22A1;
        padding: 3px;
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 6px;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: black;
    }

    .hero-image-wrap {
        height: 280px;
    }

    .hero-image-wrap h1.entry-title {
        font-size: 17px;
        background: none;
        -webkit-box-shadow: none;
                box-shadow: none;
        border: none;
    }

    .site-logo-wrap a img {
        max-width: 100px;
    }
    
}

@media (max-width: 767px) {
    .events-section .event-item {
        width: 100%;
    }

    body.dashboard .dash-main ul {
        grid-gap: 20px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    body.dashboard .dash-main ul li {
        -webkit-box-flex: 0;
            -ms-flex: 0 48%;
                flex: 0 48%;
    }

    .event-form-wrap form nf-field:not(:last-child) .nf-entry-row .nf-field-label {
        border-right: none;
        margin-bottom: 0 !important;
        border-bottom: 1px solid #B8B8B8;
    }

    .register-wrap .entry-title {
        max-width: 100%;
    }

    .cart-popup-wrap .continue-shopping-btn,
    .cart-popup-wrap .woocommerce-message a.button,
    .cart-popup-wrap .woocommerce-message .product-name-js {
        font-size: 14px;
    }

    .cart-popup-wrap .woocommerce-message {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        width: 90%;
    }

    .cart-popup-wrap .btns-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}

@media (max-width: 575px) {
    .more-pages-wrap .more-page-item {
        width: 100%;
    }

    body.page:not(.woocommerce-page) main {
        padding: 20px;
    }

    .hero-image-wrap h1.entry-title {
        font-size: 17px;
        background: none;
        -webkit-box-shadow: none;
                box-shadow: none;
        border: none;
    }

    body.page-template-event-form .no-padding.page-content .bold-checkbox label {
        font-size: 14px;
    }

    .page-form-item{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    form.user-profile-info-wrap .form-row {
        width: 100%;
    }

    form.user-profile-info-wrap .form-group-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 0;
    }

    form.user-profile-info-wrap .form-group-row .form-row {
        margin-bottom: 20px;
    }

    form.user-profile-info-wrap {
        padding: 10px;
    }

    body.dashboard .dash-main ul li {
        -webkit-box-flex: 0;
            -ms-flex: 0 100%;
                flex: 0 100%;
    }

    .page-btn a {
        padding: 10px;
    }

    /* ul.nav-menu-custom {
        display: none;
    } */

    body.logged-in .responsive-menu-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    body.logged-in .menu-icon-custom {
        background-image: url(../images/menu-icon.svg);
        width: 35px;
        height: 25px;
        background-repeat: no-repeat;
        margin: 10px 5px 10px 15px;
    }

    body.logged-in .custom-log-reg-btn {
        opacity: 0;
        position: absolute;
        right: 0;
    }

    body.logged-in ul.nav-menu-custom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        background: #000;
        position: absolute;
        right: 0;
        top: 30px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        z-index: 999;
    }

    body.logged-in ul.nav-menu-custom li a {
        display: block;
        text-align: left;
        padding: 15px 20px;
    }

    body.logged-in ul.nav-menu-custom li.login-logout a {
        border: none;
    }

    body.logged-in .header-el-right .elementor-widget-wrap {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }

    .hero-image-wrap h1.entry-title span{
        font-size: 32px;
        line-height: 50px;
        background: #FD22A1;
        padding: 3px;
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 6px;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: black;
    }

    .hero-image-wrap {
        height: 280px;
    }

    .woocommerce-notices-shortcode a.button {        
        margin-left: 15px;
    }
}

/* Spin Kit  */

.sk-circle {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    top: 50%;
    position: relative;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #02d400;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  }
  .sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg); }
  .sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg); }
  .sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
            transform: rotate(120deg); }
  .sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
            transform: rotate(150deg); }
  .sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
            transform: rotate(210deg); }
  .sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
            transform: rotate(240deg); }
  .sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg); }
  .sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
            transform: rotate(300deg); }
  .sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
            transform: rotate(330deg); }
  .sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s; }
  .sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }
  .sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; }
  .sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }
  .sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s; }
  .sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s; }
  .sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s; }
  .sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s; }
  .sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s; }
  
  @-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
      -webkit-transform: scale(0);
              transform: scale(0);
    } 40% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  
  @keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
      -webkit-transform: scale(0);
              transform: scale(0);
    } 40% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }