.ea-speaker-template figure.media,
.ea-event-template figure.media {
    display: inline-block;
    margin-left: .5rem !important;
    margin-right: .5rem !important;
}

.el-message {
    z-index: 8000 !important;
}

.ea-is-square {
    border-radius: 0px;
}

.ea-registration-form .el-select {
    min-width: 300px;
}

.el-popup-parent--hidden {
    overflow: hidden !important;
}

/* hide overlays */
.ea-hide-header-overlay {
    z-index: 1 !important;
}

.ea-hide-modal-overlay {
    z-index: auto !important;
}

.admin-bar .ea-sticky-filters {
    top: 32px;
}

.ea-sticky-filters {
    position: sticky;
    top: 0;
}

.ea-join-url-alert {
    font-size: 20px;
}

.ea-speaker-img {
    display: block;
}

.ea-message p, .ea-message i {
    font-size: 16px;
    line-height: 20px;
}

.ea-your-time {
    font-size: 13px;
    width: inherit;
    padding: 1px 4px;
}

.ea-custom-box {
    width: 70%;
    max-width: 800px;
    margin: 0 auto;
}

.ea-custom-column p {
    margin-bottom: 1rem;
    font-size: larger;
}

.ea-answers-table table {
    border-collapse: collapse;
    margin-top: 1rem;
    table-layout: auto;
}

.ea-answers-table tr td {
    font-size: 16px;
    vertical-align: top;
}

.ea-cost-table {
    font-size: 18px;
    margin: 20px 0;
}

    .ea-cost-table tr td {
        padding: 10px;
        text-align: right;
    }

    .ea-cost-table tr:last-child {
        color: red;
    }

.ea-heading {
    font-weight: 600;
}

.el-table .cell {
    word-break: break-word;
}

.ea-calendar-categories {
    color: #fff;
}

.ea-card-payment {
    font-size: 2rem;
}

.StripeElement {
    background: #fff;
    border: 1px solid #DCDFE6;
    padding: 11px;
}

.admin-bar .el-drawer {
    padding-top: 30px;
}

.el-drawer__header span {
    font-size: 1.6rem;
}

.el-drawer__body {
    padding: 0 20px;
}

.el-button.el-button--default {
    border: 1px solid #DCDFE6;
}

.el-drawer__body h3 {
    font-size: 30px;
    margin: 30px auto;
}

.ea-form-text {
    font-style: italic;
}

.el-form {
    width: 100%;
}

.el-form-item__label {
    text-align: left;
    float: none;
    line-height: inherit;
    padding: 0 12px 6px 0;
}

.el-form-item__content {
    line-height: inherit;
}

.el-input__inner {
    line-height: inherit;
    height: inherit;
}

.el-select .el-input.is-focus .el-input__inner {
    border-color: inherit;
}

.el-input-number {
    width: 160px;
}

.el-input-number .el-input__inner {
    height: 40px;
}



.ea-calendar-template h2 {
    font-size: 1.75em;
}

.fc-toolbar .fc-right, .fc-toolbar .fc-left {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 5px;
    justify-content: space-between;
}

.fc-widget-content hr.fc-divider::before,
.fc-widget-content hr.fc-divider::after {
    background: none;
}

.fc-widget-content hr.fc-divider {
    margin: 0;
    background: inherit;
    background-color: inherit;
    border: inherit;
    height: inherit;
}

.fc table {
    margin: 0 !important;
    overflow: visible;
}

.fc td, .fc th {
    padding: 0 !important;
}

.fc th {
    text-align: center !important;
}

.fc-bg table tbody,
.fc-content-skeleton table tbody {
    border: 0;
}

.fc-day-grid-event, .fc-time-grid-event {
    padding: .5rem;
    cursor: pointer;
    overflow: hidden;
}

    .fc-day-grid-event .fc-content,
    .fc-time-grid-event .fc-content {
        white-space: normal;
    }

.fc-event,
.fc-event-dot {
    background-color: #409EFF;
}

.fc-event {
    border: 1px solid #409EFF;
}

.fc-scroller {
    height: auto !important;
}

/* phablet screen */
/*@media (max-width: 768px) {
    .fc-dayGridMonth-button, .fc-button-group {
        margin-bottom: 10px;
    }

    .fc-today-button, .fc-timeGridWeek-button {
        margin: 0 !important;
    }
}*/

.el-button {
    border: none;
}

    .el-button span a {
        color: #fff;
        text-decoration: none;
    }

.ea-event-template table.el-table__header,
.ea-event-template table.el-table__body {
    margin: 0 !important;
    border: none !important;
}

    .ea-event-template table.el-table__body .el-alert {
        display: inline;
    }

.el-alert__title {
    font-size: 17px;
}

.event-list-view-filters {
    position: sticky;
    top: 0;
}

.event-list-view {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.event-list-image {
    padding: 10px;
}

    .event-list-image img {
        width: 100%;
    }

.event-list-text {
    display: flex;
    flex-direction: column;
    padding: 10px
}

    .event-list-text .event-list-name {
        font-size: 30px;
    }

    .event-list-text .event-list-speakers {
        font-size: 25px;
    }

    .event-list-text .event-list-date {
        font-size: 20px;
    }

    .event-list-text .event-list-summary {
        font-size: 15px;
    }

.ea-promo-template {
    display: flex;
    flex-wrap: wrap;
}

    .ea-promo-template a {
        cursor: pointer;
        text-decoration: none;
        max-width: 23%;
        text-align: center;
        background: rgba(0,0,0,0.1);
        flex-basis: 20%;
        color: #555555;
        flex-grow: 1;
        min-width: 200px;
    }

    .ea-promo-template .ea-title {
        font-size: 25px;
        padding: 0 10px;
        line-height: 30px;
    }

    .ea-promo-template .ea-subtitle {
        font-size: 20px;
        padding: 0 10px;
    }

    .ea-promo-template .ea-date,
    .ea-promo-template .ea-venue {
        font-size: 15px;
        padding: 0 10px;
    }

    .ea-promo-template a:hover {
        background: rgba(0,0,0,0.3);
    }

    .ea-promo-template a img {
        width: 100%;
    }

.ea-speaker-template img, .ea-venue-template img, ea-event-template img {
    width: 300px;
}

.ea-speaker-template h2 {
    margin-bottom: 1.5rem;
}

/* phone screen */
@media (max-width: 576px) {

    .ea-speaker-template img,
    .ea-venue-template img {
        width: 100%;
        margin-bottom: 1rem;
    }

    .ea-promo-template a {
        max-width: 100%;
        flex-basis: 100%;
    }

    .ea-sticky-filters {
        position: static;
    }
}

.el-carousel__container {
    height: 100%;
}

.ea-slide-background {
    width: 100%;
    object-fit: cover;
}

.ea-slide-darkened {
    filter: brightness(70%);
}

.ea-slide-container {
    position: absolute;
    top: 50%;
    width: 80%;
    display: flex;
    align-items: flex-start;
    line-height: 1.5;
}

    .ea-slide-container el-alert {
        max-width: 300px;
    }

.ea-slide-center,
.ea-slide-left,
.ea-slide-right {
    right: 50%;
    transform: translate(50%, -50%);
    flex-direction: column;
    align-items: center;
}

.ea-slide-text {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

    .ea-slide-text button {
        margin-top: 10px;
    }

    .ea-slide-text .el-alert {
        width: auto;
    }

.ea-slide-title {
    font-size: 40px;
}

.ea-slide-subtitle {
    font-size: 30px;
}

.ea-slide-image {
    display: none;
}

@media (min-width: 768px) {

    .ea-slide-right {
        right: 5%;
        transform: translate(0, -50%);
        flex-direction: row-reverse;
    }

        .ea-slide-right img {
            display: block;
            margin-left: 20px;
        }

        .ea-slide-right .ea-slide-text {
            align-items: flex-end;
            text-align: right;
        }

    .ea-slide-left {
        left: 5%;
        transform: translate(0, -50%);
        flex-direction: row;
    }

        .ea-slide-left img {
            display: block;
            margin-right: 20px;
        }

        .ea-slide-left .ea-slide-text {
            align-items: flex-start;
            text-align: left;
        }
}
