.event-details div {
    font-size: 18px;
    line-height: 32px;
    color: #333F48;
    margin-bottom: 3px;
}
.single-events .event-details div {
    margin-bottom: 8px;
}
.event-details div strong {
    color: #333F48!important;
    font-weight: 700!important;
}

.event-register-cta {
    margin-top: 29px;
    margin-bottom: 22px;
}
.event-register-cta a {
    display: flex;
    flex-direction: row;
}
.event-register-cta span {
    position: relative;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #333F48;
    text-transform: uppercase;
    display: block;
    padding-bottom: 3px;
    border-bottom: dashed 1px #333F48;
    margin-right: 20.58px;
}
.event-register-cta a:hover span {
    color: #09090a;
    border-bottom-color: #09090a !important;
}
.event-register-cta .c {
    fill: #EB0028;
    stroke: none;
    border: none;
}
.event-register-cta a:hover .c {
    fill: #c70823 !important;
}
.event-register-cta .a {
    fill: none;
    stroke: none!important;
    stroke-width: unset!important;
}
.event-register-cta .b {
    fill: none!important;
    stroke: #fff;
}
.event-register-cta svg {
    width: 26.81px;
    height: 26px;
}

.single-events .elementor-share-btn {
    height: 29px!important;
}
.single-events .entry-header {
    display: none!important;
}

@media only screen and (max-width: 767px) {
    .event-details div strong {
        display: block;
    }
    .event-details div {
        line-height: 1.5;
        margin-bottom: 14px;
    }
}