/* Eventonf PREVIEW */
.eonf-preview-row {
    width: 100%;
    height: auto;
    position: relative;
    display: inline-block;
    padding: 10px 0;
}

.eonf-event-preview .preview-value {
    width: 100%;
    height: auto;
    padding: 0 0 0 50px;
    display: inline-block;
    box-sizing: border-box;
}

.eonf-event-preview .preview-value:before {
    font-family: "Font Awesome 5 Free";
    color: #aaa;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    width: 20px;
    margin-right: 5px;
    left: 0;
    position: absolute;
    display: inline-block;
}


.eonf-event-preview .preview-value.date:before {
    content: "\f073"
}

.eonf-event-preview .preview-value.description:before {
    content: "\f044"
}

.eonf-event-preview .preview-value.img:before {
    content: "\f03e"
}

.eonf-event-preview .preview-value.cat:before {
    content: "\f129"
}

.eonf-event-preview .preview-value.website:before {
    content: "\f0ac"
}

.eonf-popup-close a {
    height: 30px;
    width: 30px;
    text-align: center;
    background: #aaa;
    display: block;
    color: #fff;
    border-radius: 6px;
    font-size: 20px;
    line-height: 30px;
    overflow: hidden;
    cursor: pointer;
    float: right;
}


/* EONF POPUP */

.eonf-popup-wrap {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: fixed;
    background: #fff;
    z-index: 1000;
    top: 0;
    left: 0;
}

.eonf-popup-content-wrap {
    width: 100%;
    height: 85%;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1024px;
    position: relative;
    top: 10%;
}

.eonf-popup-close {
    height: 20px;
    width: 20px;
    text-align: center;
    float: right;
    box-sizing: border-box;
    line-height: 17px;
    margin: 0;
    padding: 0;
    background: #000;
    border-radius: 999px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    position: absolute;
    right: 0;
}

.eonf-popup-content {
    width: 100%;
    height: 90%;
    overflow-y: auto;
    display: inline-block;
    margin-top: 5%;
}

.button-wrap {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.button-wrap a {
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 0 20px;
    margin-right: 10px;
    cursor: pointer;
}


/* EONF TABLE */

.eonf-table-wrap {
    width: 100%;
    height: auto;
    display: inline-block;
    overflow-x: auto;
}

table.eonf-table {
    width: 100%;
}

table.eonf-table tr td{
    font-size: 14px;
    line-height: 18px;
    padding: 5px;
    border: none;
}

table.eonf-table tr:hover {
    background-color: #f9f9f9
}

table.eonf-table tr td a {
    color: #84c4c3;
    text-decoration: none;
}

table.eonf-table tr td a:hover {
    color: #000f40;
}

.eonf-table-wrap table,
table.eonf-table {
    vertical-align: top;
    width: 100%;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

.eonf-table-wrap table tr th,
.eonf-table-wrap table tr td,
table.eonf-table tr th,
table.eonf-table tr td {
    vertical-align: top;
    border: none;
    padding: 12px 6px;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

.eonf-table-wrap table tr th {
    font-size: 15px;
    font-weight: normal !important;
    color: #fff;
    background: #999;
    line-height: 1.5;
}

.eonf-table-wrap table tr td {
    font-size: 15px;
    line-height: 1.5em;
}

.eonf-table-wrap table tr:nth-child(even) {
    background: #fafafa;
}

.cell-details {
    width: 400px;
}

.cell-action {
    width: 125px;
}

table.eonf-table i {
    font-size: 18px;
    margin: 0 2px 5px 0;
    padding: 0;
    box-sizing: border-box;
}

table.eonf-table.regular td,
table.eonf-table.regular th {
    font-size: 14px !important;
    line-height: 24px !important;
}

td.text-center,
.text-center {
    text-align: center !important;
}

.eonf-order-item-details {
    width: 100%;
    height: auto;
}

.eonf-order-item-details-head,
.eonf-order-item-details-row {
    display: inline-block;
    width: 100%;
}

.eonf-order-item-details-head {
    background: #777;
    color: #fff;
}

.eonf-order-item-details-head .details-item,
.eonf-order-item-details-row .details-item {
    width: 19%;
    float: left;
    padding: 5px;
    box-sizing: border-box;
}

.eonf-order-item-details-row:nth-child(odd) {
    background: #fafafa;
}

.eonf-order-item-details-row:nth-child(even) {
    background: #f5f5f5;
}


/* EONF LOADING */

.eonf-loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    background-image: url(../img/loading.gif);
    background-position: center;
    background-repeat: no-repeat;
}


/* COMPLEMENTARY TICKET */

.eonf-ticket-row {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.eonfct-clone,
.eonfct-remove {
    margin: 0 5px;
}

.eonf-com-ticket-head input {
    margin-bottom: 10px;
    border-color: #aaa;
    background-color: #aaa;
    color: #fff !important;
    margin-right: 5px;
}

.eonf-com-ticket-head input::placeholder {
    color: #fff;
}

.eonf-ticket-row input {
    margin-right: 5px;
}

.form-add-email input[name='subject'] {
    width: 100% !important;
}


/* CSS */

.ui-datepicker {
    background: #fff;
}


/***/

a.eonf-btn {
    padding: 10px 15px;
    background: #85c4c3;
    margin-bottom: 15px;
    display: inline-block;
    color: #fff !important;
    font-size: 14px;
    border-radius: 6px;
    border: none;
    height: auto;
    line-height: 20px;
}

a.eonf-btn:hover {
    transform: scale(1.1);
    background: #000;
}

input[type='button'].btn-cancel{
    background-color: #7a7abd;
}

.eonf-popup-content h2 {
    margin-bottom: 15px;
}

.eonfct-clone,
.eonfct-remove {
    background: #000;
    height: 20px;
    width: 20px;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    margin: 0 5px 0 0;
    padding: 0;
    color: #fff;
}


/* EVENTON TICKET */

#eventon_form .evotx_tix.row_yesno {
    display: none !important;
}

#eventon_form input.eonf-preview-button {
    text-transform: uppercase;
    border-radius: 999px;
    padding: 7px 15px;
}


/* EONF DATA TABLE */

ul.eonf-data-table {
    margin: 0;
    padding: 0;
}

ul.eonf-data-table li {
    list-style: none;
    margin: 0;
    display: inline-block;
    line-height: 18px;
    padding: 2px;
    box-sizing: border-box;
    width: 100%;
}

ul.eonf-data-table.col-6 li div.cell {
    width: calc(100% / 6);
    padding: 5px;
    box-sizing: border-box;
    overflow: hidden;
    float: left;
}


/* MARGIN & PADDING */

.mgb-small {
    margin-bottom: 10px;
}

.mgb-medium {
    margin-bottom: 20px;
}

.mgb-large {
    margin-bottom: 30px;
}

.mgt-small {
    margin-top: 10px;
}

.mgt-medium {
    margin-top: 20px;
}

.mgt-large {
    margin-top: 30px;
}


/* FORM ELEMENTS */

.popup-form-row {
    margin-bottom: 5px;
}

.popup-form-row label {
    width: 100%;
    display: block;
}

input:disabled {
    background: #ccc;
    color: #efefef;
}

.form-email-attendees input[type='text'] {
    width: 100%;
}

.form-email-attendees textarea {
    height: 250px;
}

label[for='evcal_organizer_select'] {
    display: none;
}


/* COLS */

.eonf-cols-wrap {
    width: 100%;
    height: auto;
    float: none;
}

.eonf-cols-wrap .col-6 {
    width: calc( (100% - 30px) / 2);
    float: left;
}

.eonf-cols-wrap .col-6:not(:last-child) {
    margin-right: 30px;
}

.btn {
    width: auto;
    display: inline-block;
    padding: 5px 15px;
    background: #85c4c3;
    color: #000000;
    border-color: #85c4c3;
}

.btn:hover {
    background: #000;
    color: #fff;
}


/** UTILIITES */

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


/** HIDE FIELDS */

#eventon_form .evoau_table .row.organizerSelect p[data-role='none'] {
    display: none !important;
}

#eventon_form .evoau_table .row.organizerSelect .enterownrow {
    display: inline-block !important;
}

.private-event-code-wrap {
    text-align: center;
    margin-top: 25px;
}

p.popup-error {
    color: #a71f1f;
    width: auto;
    display: inline-block;
    border: 1px solid #aaa;
    padding: 10px 20px;
    background: #f4ffff;
    font-weight: bold;
}

i.fa.change_secret_code {
    font-size: 12px;
    color: #999;
    cursor: pointer;
}

a.fa:before {
    font-family: "Font Awesome 5 Free" !important;
}

body .none {
    display: none;
}


/* POPUP CHART TICKET */

.eonf-popup-section-wrap {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: inline-block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 700px;
}

.eonf-popup-section-wrap:after {
    display: table;
    clear: both;
    content: "";
}

.eonf-section-wrap {
    position: absolute;
    display: inline-block;
}

.eonf-seat-chart-wrap {
    text-align: center;
}

.eonf-seat-chart-wrap .eonf-section-wrap.angle-270 {
    transform: rotate(-270deg);
    -webkit-transform: rotate(-270deg);
}

.eonf-seat-chart-wrap .eonf-section-wrap.angle-90 {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.eonf-seat-chart-wrap .eonf-section-wrap.angle-180 {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

.eonf-seat-chart-wrap .eonf-row-wrap {
    width: auto;
    height: auto;
    display: flex;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.eonf-seat-chart-wrap .eonf-row-wrap.align-r {
    align-items: flex-end;
    justify-content: flex-end;
}

.eonf-seat-chart-wrap .eonf-row-wrap.align-l {
    align-items: flex-end;
    justify-content: flex-start;
}

.eonf-seat-chart-wrap .eonf-row-wrap.align-def {
    justify-content: center;
    align-items: center;
}

.eonf-section-title {
    font-weight: bold;
    font-size: 16px;
}

.popup-seat-count {
    line-height: 30px;
    margin: 15px 0;
    background: #0274be;
    padding: 10px;
    box-sizing: border-box;
    width: 95%;
    color: #fff;
}

.popup-seat-count span {
    font-weight: bold;
}

.popup-seat-count-update-form-wrap {
    width: 95%;
    padding: 15px;
    box-sizing: border-box;
    margin-top: 15px;
    background: #efefef;
}

body .eonf-seat-chart-wrap input[type='button'].selected-seat,
body .eonf-seat-chart-wrap input[type='button'].selected-seat:active,
body .eonf-seat-chart-wrap input[type='button'].selected-seat:focus {
    background-color: green !important;
    background: green !important;
    border-color: green !important;
}

.eonf-seat-chart-wrap input[type='button']:active,
.eonf-seat-chart-wrap input[type='button']:focus {
    background-color: #0274be;
    background: #0274be;
    border-color: #0274be;
}

.eonf-seat-chart-wrap .eonf-popup-section-wrap span {
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    background-color: #98ce8f;
    border-radius: 5px;
    margin: 2px;
    cursor: pointer;
    color: #fff;
    font-size: 10px;
    line-height: 15px;
    padding: 0;
    text-indent: -99999px;
}

.eonf-seat-chart-wrap .eonf-popup-section-wrap.seat-size-10-10 span {
    height: 10px;
    width: 10px;
    margin: 2px 0 2px 2px;
}

.eonf-seat-chart-wrap .eonf-popup-section-wrap span[data-status='uav'] {
    background-color: #dfdfdf;
}

.eonf-seat-chart-wrap .eonf-popup-section-wrap span[data-status='res'] {
    background-color: #ffd452;
}

.eonf-seat-chart-wrap .eonf-popup-section-wrap span.selected-seat {
    background-color: blue;
}

body #eventon_form .evoau_table .row p.event_org_link {
    display: none !important;
}

.ticket-details-wrap .ticket-row {
    width: 100%;
    display: inline-block;
}

.add-ticket-details-row {
    display: inline-block;
    background: #237ebd;
    padding: 10px;
    line-height: 15px;
    border-radius: 4px;
    color: #fff;
}


/* POPUP FORM FIELDS */

.eonf-popup-wrap input[type='text'],
.eonf-popup-wrap input[type='number'],
.eonf-popup-wrap input[type='email'],
.eonf-popup-wrap select {
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


/* CHARITY WRAP */

.eventonf-charitys-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.eventonf-charitys-wrap .eventonf-charity-wrap {
    flex-basis: calc( (100% - (15px * 3 + 4 * 2px))/4);
    margin: 0 15px 15px 0;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
}

.eventonf-charitys-wrap .eventonf-charity-wrap:nth-child(4n) {
    margin-right: 0;
}

.eventonf-charitys-wrap .eventonf-charity-wrap .post-content__feat-img {
    width: 100%;
    min-height: 250px;
    background-size: cover;
    background-position: center;
}

.eventonf-charitys-wrap .eventonf-charity-wrap .post-content__title {
    padding: 15px;
    box-sizing: border-box;
}

.eventonf-charitys-wrap .eventonf-charity-wrap .post-content__title h2 {
    font-size: 18px;
    margin-bottom: 0;
}

.clickable {
    cursor: pointer;
}

body.single-charity h1.entry-title {
    display: none;
}


/* EVENTS WRAP */

.eonf-events-wrap.format-normal {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
}

.eonf-events-wrap.format-normal .eonf-event-wrap {
    flex-basis: calc( (100% - (15px * 3)) / 4);
    margin: 0 15px 15px 0;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 15px;
    height: 200px;
    overflow: hidden;
    box-sizing: border-box;
}

.eonf-events-wrap.format-normal .eonf-event-wrap:nth-child(4n) {
    margin-right: 0;
}

.eonf-events-wrap.format-normal .post-content__date,
.eonf-events-wrap.format-normal .post-content__location {
    color: #fff;
    font-size: 15px;
}

.eonf-events-wrap.format-normal .post-content__title h2,
.eonf-events-wrap.format-normal .post-content__title h2 a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    line-height: 24px;
    text-shadow: 0 0 2px #777;
}

.eonf-events-wrap.format-normal .post-content__title h2 a:hover {
    color: #f7f7f7;
    animation: all 0.2s ease;
}

.eonf-pagination {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 30px 0;
}

.eonf-pagination a,
.eonf-pagination span {
    padding: 5px 15px;
    margin-right: 2px;
    display: inline-block;
    background: #ccc;
}

.eonf-pagination span {
    background: #fff;
    border: 1px solid #ccc;
}

.eonf-pagination a:hover {
    background: #000;
    color: #fff;
}

.eonf-events-wrap.format-featured {
    display: flex;
    flex-wrap: wrap;
}

.eonf-events-wrap.format-featured .eonf-event-wrap {
    flex-basis: calc( (100% - ((2px * 3) + (2 * 20px))) / 3);
    border: 1px solid #efefef;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 6px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}

.eonf-events-wrap.format-featured .eonf-event-wrap:nth-child(3n) {
    margin-right: 0;
}

.eonf-events-wrap.format-featured .eonf-event-wrap .post-feat-img {
    min-height: 200px;
    display: flex;
    align-items:center;
}
.eonf-events-wrap.format-featured .eonf-event-wrap .post-feat-img a,
.eonf-events-wrap.format-featured .eonf-event-wrap .post-feat-img a img{
    width: 100%;
}
.eonf-events-wrap.format-featured .eonf-event-wrap .post-content {
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}

.eonf-events-wrap.format-featured .eonf-event-wrap .post-content .post-content__title {
    min-height: 50px;
    margin-bottom: 15px;
    overflow: hidden;
}

.eonf-events-wrap.format-featured .eonf-event-wrap .post-content .post-content__title h2 {
    font-size: 18px;
    font-weight: bold;
}

.eonf-events-wrap.format-featured .eonf-event-wrap .post-content-action {
    margin-top: 15px;
    padding: 10px 20px 20px;
    box-sizing: border-box;
}

.eonf-events-wrap.format-featured .eonf-event-wrap .post-content-action .price {
    font-size: 18px;
    font-weight: bold;
}

.eonf-events-wrap.format-featured .eonf-event-wrap .post-content-action .btn-details {
    float: right;
}

.eonf-events-wrap.format-featured .eonf-event-wrap .post-content-action .btn-details a {
    background: #000f40;
    color: #fff;
    padding: 5px 15px;
}

.eonf-events-wrap.format-featured .eonf-event-wrap .post-content {
    height: 165px;
    overflow: hidden;
}

.eonf-events-wrap.format-featured .eonf-event-wrap .post-content .post-content__location,
.eonf-events-wrap.format-featured .eonf-event-wrap .post-content .post-content__organizer,
.eonf-events-wrap.format-featured .eonf-event-wrap .post-content .post-content__date,
.eonf-events-wrap.format-featured .eonf-event-wrap .post-content .post-content__hour {
    font-size: 14px;
    color: #777;
    line-height: 16px;
    margin-bottom: 5px;
    height: 16px;
    overflow: hidden;
}

.eonf-events-wrap.format-featured .eonf-event-wrap .post-content .post-content__location i,
.eonf-events-wrap.format-featured .eonf-event-wrap .post-content .post-content__organizer i,
.eonf-events-wrap.format-featured .eonf-event-wrap .post-content .post-content__date i,
.eonf-events-wrap.format-featured .eonf-event-wrap .post-content .post-content__hour i {
    width: 25px;
    display: inline-block;
    color: #000f40;
    font-size: 14px;
}


/* SINGLE CHARITY PAGE */

body.single-charity .post-thumb-img-content {
    display: none;
}

.charity-post-wrap {
    display: flex;
    flex-wrap: wrap;
}

.charity-post-wrap .charity-content {
    flex-basis: 70%;
    padding-right: 50px;
    box-sizing: border-box;
}

.charity-post-wrap .charity-content .charity-content__feat-img {
    margin-bottom: 20px;
}

.charity-post-wrap .charity-sidebar {
    flex-basis: 30%;
}

.charity-post-wrap .charity-sidebar .gfield_label,
.charity-post-wrap .charity-sidebar label {
    display: none !important;
}

.charity-post-wrap .charity-sidebar li.gfield {
    margin-top: 5px !important;
}

.charity-post-wrap .charity-sidebar li.gfield input {
    line-height: 30px;
    padding: 5px 15px !important;
}

.charity-post-wrap .charity-sidebar input::placeholder {
    font-size: 16px;
    color: #333;
}

.charity-post-wrap .charity-sidebar span.ginput_full {
    padding-bottom: 5px;
    padding-top: 5px;
}

.charity-post-wrap .charity-sidebar .gform_footer.top_label {
    margin-top: 0;
}


/* GRAPH REPORT */

.eonf-graph-report-items {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: center;
}

.eonf-graph-report-items li {
    list-style: none;
    flex: 1;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin-right: 20px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 4px;
}

.eonf-graph-report-items li:last-child {
    margin-right: 0;
}

.eonf-graph-report-items li .item-title {
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #aaa;
}

.eonf-graph-report-items li .item-highlight-num {
    font-size: 40px;
    font-weight: bold;
}

table.eonf-grpah-report-metadata tr th,
table.eonf-grpah-report-metadata tr td {
    font-size: 14px;
    line-height: 20px;
    padding: 3px 7px;
}


/* EVENTON IMAGE */

.evoTX_wc.tximg .evoTX_wc_section,
.evoTX_wc.tximg .evotx_image {
    width: 100% !important;
    float: none !important;
}

.evoTX_wc.tximg .evotx_image {
    text-align: center;
}

.evoTX_wc.tximg .evotx_image img {
    max-height: 300px;
    width: auto;
    margin: 0 auto;
}

.graph-title {
    margin: 30px auto 15px;
    text-align: center;
}


/* .gpass-bar-chart,
.gpass-bar-chart canvas {
	max-height: 400px;
} */

.gpass-pie-chart,
.gpass-bar-chart {
    width: 100%;
    height: auto;
    max-width: 350px;
    display: inline-block;
    margin: 0 25px 25px 0;
}

.full-width {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 25px;
}

.gpass-pie-chart canvas,
.gpass-bar-chart canvas {
    height: 400px;
}

.gpass_tag {
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    padding: 3px 5px;
    margin-right: 5px;
    background-color: #333;
    color: #fff;
    border-radius: 4px;
    text-transform: capitalize;
}

.gpass_tag.published {
    background-color: green;
}

.gpass_tag.pending {
    background-color: #929210;
}


/* Single event organizer name */

.single-event-organizer-name {
    color: #85c4c3 !important;
    font-weight: bold;
    font-size: 18px;
}


/* MOBILE */

@media screen and (max-width: 768px) {
    .eonf-events-wrap.format-normal .eonf-event-wrap {
        flex-basis: 100%;
        margin-right: 0;
    }
    .eonf-events-wrap.format-featured .eonf-event-wrap {
        flex-basis: 100%;
        margin-right: 0;
    }
    .eventonf-charitys-wrap .eventonf-charity-wrap {
        flex-basis: 100%;
        margin: 0 0 15px 0 !important;
    }
    .charity-post-wrap .charity-content {
        flex-basis: 100%;
        padding-right: 0;
    }
    .charity-post-wrap .charity-sidebar {
        flex-basis: 100%;
        padding: 0;
        margin: 0;
    }
}

a.disabled {
    pointer-events: none;
}

.field_ticket_details .ticket-row input{
    width: 30%;
    float: left;
    font-size: 13px;
    font-style: normal;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #666666;
    border-radius: 20px;
    box-sizing: border-box;
    margin-right: 5px;
    padding: 7px 10px;
    background-color: #fff;
}

.custom-check-in-progress,
.custom-check-in-success,
.custom-check-in-error{
    display: none;
}
.custom-check-in-progress img,
.custom-check-in-success img,
.custom-check-in-error img{
    max-height: 30px;
    padding-right: 10px;
}
.custom-check-in-success > span{
    color: green;
    font-weight: bold;
}
.custom-check-in-error > span{
    color: red;
    font-weight: bold;
}

/* Overriding default settings */
body div.evcal_evdata_row span.evcal_evdata_icons i,
body div.evcal_evdata_row span.evcal_evdata_custometa_icons i{
    font-family: "Font Awesome 5 Free" !important;
}

@media screen and (min-width: 1024px) {
    .evotx_ticket_purchase_section .evovo_variation_types p.evovo_var_types select{
        max-width: 300px !important;
    }
}