/*  Events Manager */

.events-tab {
    margin: 10px 0;
}

.ev-content {
    display: none;
}

.events-tab .ev-button {
    background-color: #ddd;
    border: 1px solid #f0f0f0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 20px 20px;
    cursor: pointer;
    margin-right: -2px;
    font-size: 14px;
    color: #666;
    margin-bottom: -2px;
    text-transform: capitalize;
    letter-spacing: 0px;
}

.events-tab .ev-button.active {
    border: 1px solid #f0f0f0;
    border-bottom: 0px;
    background: #F8F8F8;
}

.events-tab .ev-content {
    border: 1px solid #f0f0f0;
    padding: 15px;
    margin-top: 0px;
    border-radius: 4px;
    background: #F8F8F8;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.em-item-title {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    clear: none;
    margin: 0 0 7px;
    padding: 0;
    text-decoration: none;
    color: rgb(17, 17, 17);
}

.em.em-item.em-item-single .em-item-meta h3 {
    margin-top: 0;
    color: #1d2a3b;
    font-size: clamp(18.959px, 1.185rem + ((1vw - 3.2px) * 0.956), 30px);
    font-style: normal;
    font-weight: 700;
}

.em.em-list .em-item .em-item-info .em-item-meta>div {
    font-size: 14px;
}

.em.em-list .em-item .em-item-info .em-item-meta, .em.em-list-widget .em-item {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.em .em-icon {
    display: inline-block;
    font-size: 20px;
    line-height: 22px;
    width: 20px;
    height: 20px;
    color: var(--meta-dashicons);
    margin: 0 0 -4px;
    padding: 0;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 20px;
}

.em.em-list .em-item .em-item-info .em-item-desc{
    font-size: 16px;
    margin: 20px 0;
}

.em-item-actions a.button {
    background: #000;
    color: #fff;
    padding: 16px 20px;
    border: 0;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    height: auto;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.em-event-content h2 {
    font-weight: 700;
    color: #000;
}

.em-event-content p {
     color: rgba(0, 0, 0, 0.74)
}


section.em-event-when {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
 
section.em-event-when > * {
    flex-basis: auto;
    width: 100% !important;
}
 
section.em-event-when > h3 {
    width: 100% !important;
    flex-basis: auto;
    margin: auto;
    margin-bottom: 15px !important;
}
 
.em-item-meta-line {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
}
 
.em-item-meta-line span {margin-right: 10px !important;}
 
.em-item-meta-line br {
    display: none;
}
 
.em-event-when button.em-event-add-to-calendar.em-tooltip-ddm.em-clickable.input {
    padding: 0 !important;
    margin-top: 0px !important;
    font-size: 16px;
    text-align: left;
}
 
section.em-event-when > p {
    margin-bottom: 0 !important;
}
 
section.em-event-when {
    margin-bottom: 0 !important;
}

/* Events Manager @end */
