/* ///////////////////////////// */
/* GLOBAL */

p {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

/* ///////////////////////////// */
/* TICKETS PAGE*/

/* SIDEBAR */

.mep-default-sidebar {
    display: none !important;
}

.mep-default-content {
    padding-right: 0px;
}

.mep-default-content {
    width: 100% !important;
}

/* TICKET - Attendee Information */

.mep_form_item {
    color: #444 !important;
}

.mep_form_item h6 {
    font-weight: bold !important;
    color: #444 !important;
}

/* TICKET - TOP INFO */

.mep-default-feature-item h3 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

/* ///////////////////////////// */
/* HOMEPAGE*/

/* MODAL - CARD INFO */

.wcs-modal__meta {
    padding-bottom: 25px;
}

.wcs-modal__inner .wcs-modal__meta li {
    min-width: 50% !important;
}

.wcs-modal__inner .wcs-modal__meta li:nth-child(1),
.wcs-modal__inner .wcs-modal__meta li:nth-child(2) {
    padding-bottom: 0px;
}

.wcs-modal__inner .wcs-modal__meta li:nth-child(2) {
    text-align: right;
}

.wcs-modal__inner .wcs-modal__meta li:nth-child(3) {
    text-align: center;
    min-width: 100% !important;

    margin-top: 25px;
    padding-top: 25px;

    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.wcs-modal__inner .wcs-modal__meta li:nth-child(3)>a {
    width: 140px;
    padding: 12px;
    font-size: 12px;
    font-weight: bold;
}

/* CAROUSEL */

.vc_custom_1496170073912,
.vc_row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.wcs-timetable__carousel.wcs-timetable__parent.owl-carousel.owl-drag {
    padding-right: 0px !important;
}

/* CALENDAR - IMAGE CARD */

.wcs-timetable__side-col .wcs-day-agenda .wcs-class__image.wcs-modal-call {
    max-width: 200px;
}