.glide__slide .grid.eventCardOverlay, .glide__slide--clone .grid.eventCardOverlay {
    opacity: 0.5;
}

.glide__slide--active .grid.eventCardOverlay {
    opacity: 1.0;
}

.glide__slide .eventCardOverlay, .glide__slide--clone .eventCardOverlay {
    background-color: rgba(0, 0, 0, .5) !important;
}

.glide__slide--active .eventCardOverlay {
    background-color: transparent !important;
}

@media screen and (min-width: 1000px) {
    .glide__slide--active .eventCardSlide {
        width: 805px !important;
        margin: auto !important;
        transition: width 0.6s !important;
    }
}

.eventCard {
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    color: rgba(255, 255, 255, .9);
}

.eventCard.ui.inverted.card, .ui.inverted.cards > .card {
    background-color: rgba(0, 0, 0, .8) !important;

}

.event_address_text {
    display: inline !important;
    opacity: 1 !important;
    padding-left: 10px;
    font-size: 1.3em !important;
    vertical-align: middle;
}

.event_address_icon {
    margin-right: 0 !important;
}

.eventImg img {
    width: auto !important;

}

.eventImg {
    height: 100% !important;
    width: auto !important;
}

.eventCoreInfo {
    max-width: 265px;
    padding: 0.7em 1em !important;

}

.eventCardSlide:hover {
    border: 1px solid #FFA733;
}

.eventImgForSmallPhones {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: 2px solid #ffffff40;
}

.eventCard .ui .szama_orange button {

}

.eventCoreInfo {
    margin-left: 5px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.eventCoreInfo .ui.button.dropdown .menu {
    min-width: 70%;
    margin: 0;
}

.eventCoreInfo   .ui.dropdown .menu>.item  {
   font-size: 0.8rem !important;
}

@media screen and (min-width: 1300px) {
    #glide-map-selector {
        zoom: 1.3 !important;
    }
}
@media screen and (min-width: 400px) {
    .eventImgForSmallPhones {
        display: none !important;
    }
}

@media screen and (max-width: 400px) {
    @media screen and (min-width: 320px) {
        .eventCoreInfo {
            margin-left: calc((100% - 265px) / 2) !important
        }
    }

    .eventImg {
        display: none !important;
    }

    .eventImgForSmallPhones {
        display: inline-block !important;
    }
}

.eventCardSlide {
    height: 125px;
    width: 100%;
}

.eventCard .header {
    color: white !important;
    font-size: 2.1em !important;
    white-space: nowrap;
    text-align: left !important;
    margin-bottom: 5px;
    padding-bottom: 1rem;
}

.eventCard .no_padding_bot {
    padding-bottom: 0 !important;
}
.eventCard .no_padding_top {
    padding-top: 0 !important;
}
.eventCard .small_padding_top {
    padding-top: 0.5rem !important;
}
.eventCard .small_padding_bot {
    padding-bottom: 0.5rem !important;
}


.eventCard .ui.grid {
    margin-left: 0rem;
    margin-right: 0rem;
}


.eventCardOverlay.with.link {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}

.eventCardOverlay.with.link:hover {
    border: 1px solid #FFA733;
    border-radius: .28571429rem;
}

.eventCardSlide:hover {
    border: 1px solid #FFA733;
    border-radius: .28571429rem;
}

.swipper {
    position: relative;
    left: calc(50vw - 0.75em);
    transform: scaleX(1.5);
    color: #000000bd;
    animation: float 1.4s linear 0s infinite alternate;
}

@keyframes float {
    0% {
        transform: translateY(0) scaleX(1.5);
    }
    50% {
        transform: translateY(-5px) scaleX(1.5);
    }
    100% {
        transform: translateY(0) scaleX(1.5);
    }
}

.moreCompact {
    padding: 0.3em !important;
    font-size: .85714286rem !important;
    font-weight: normal !important;
}

.eventCoreInfo .ui.button > .icon:not(.button) {
    color: white;
}

@media screen and (max-width: 530px) {
    .eventCard .calendar.dates {
        display: none;
    }
}

.eventCard .calendar.dates {
    overflow: hidden;
    min-width: 90px;
    width: calc(100% - 405px);
    height: calc(100% - 30px);
    padding: 0;
    margin: 15px 5px;
    text-align: center;
}

.dropdown.timebutton {
    text-align: center;
}


.glide__slides, .glide__track {
    overflow: visible;

}

.timebutton .ui.label > .icon {
    margin: 0 1px 0 1px;
}

.timebutton .darkredtxt {
    color: darkred;
}

.timebutton .isopentxt {
    width: inherit;
}

.timebuttonMenuVal {
    float: right;
}

.timebutton .menu:after{
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.fluid_button {
    width: calc(100% - 64px);
    padding-right: 4px;
}
.event_address_button {
    width: 100%;
}
