.bar_overview {
    background: url("../themes/yosemite/img/guestrooms.png") no-repeat;
    height: 15px;
    margin-bottom: 10px;
    width: 92%;
}

.baroverview {
    background: url("../themes/yosemite/img/bar.png") no-repeat;
    height: 15px;
    margin-bottom: 10px;
    width: 99%;
}

.shadow {
    -webkit-box-shadow: 0px 2px 13px 0px rgba(138, 138, 138, 1);
    -moz-box-shadow: 0px 2px 13px 0px rgba(138, 138, 138, 1);
    box-shadow: 0px 2px 13px 0px rgba(138, 138, 138, 1);
    max-height: 220px;
}

.h2fontsize {
    margin-top: 0px;
    font-size: 23px;
}

a {
    text-decoration: none;
    color: #475a20;
}

a:focus,
a:hover {
    color: #475a20;
}

.hotelname {
    font-weight: bold;
    color: #000;
}

.eventsbar {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.dateofevents {
    font-size: 14px;
}

.events {
    list-style: none;
    color: #fff;
}

.events a {
    color: #fff;
}

.events a:hover {
    color: #fff;
}

.events a:active {
    color: #fff;
}

.events li {
    display: inline-block;
    padding: 5px 22px;
    font-size: 16px;
    background: #444141;
    margin: 10px 6px 0px 6px;
}

.events li:hover,
.events li.active {
    background: #635f5e;
    color: #fff;
}

.but_bgevents {
    background: #00a651;
    border: none;
    padding: 15px 20px;
    color: #fff;
}

.bgevents {
    /*background:#475a20*/
    border-bottom: 2px solid #4a4443;
}

@media screen and (min-width: 1200px) and (max-width: 2500px) {
    .MX203 {
        max-height: 203px
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .MX203 {
        max-height: 120px
    }

    .eventsbar {
        font-size: 15px !important;
    }

    .dateofevents {
        font-size: 13px !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .MB20XS {
        margin-bottom: 20px
    }
}

.customedeatetimesoutEvents,
.customedeatetimesinEvents {
    background: #ffffff;
    border: 1px solid #dbdbdb;
    color: #000000;
    display: block;
    font-size: 14px;
    height: 35px;
    line-height: 1.42857;
    padding: 6px 22px 6px 12px;
    width: 100%;
}

.PL {
    padding-left: 0;
}

.event-des {
    padding: 10px 45px 0px 0px;
    text-align: justify;
}

.EventBox .but_bg {
    border: 3px solid var(--primary-dark);
    border-radius: 100%;
    position: absolute;
    left: 44%;
    bottom: -25px;
    padding: 10px 12px 10px 12px;
    background: var(--primary-dark) !important;
}

.EventBox .fa-arrow-right {
    font-size: 22px;
    color: #ffffff;
}

.EventBox .fa-arrow-right:after {
    color: #fff;
}

.EventBox .but_bg:hover,
.EventBox .but_bg:focus {
    background: #fff;
}



.event-grid .event-image {
    overflow: hidden;
    position: relative;
    height: 280px;
    display: flex;
    justify-content: center;
}

.event-grid .event-image a.image {
    display: block;
}

.event-grid.event-image a.image:before {
    content: "";
    background: linear-gradient(to right, rgba(0, 0, 0, 0.15), transparent, transparent, rgba(0, 0, 0, 0.15));
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s;
}

.event-grid:hover .event-image a.image:before {
    opacity: 1;
}

.EventBox img {
    height: 260px;
    object-fit: cover;

}

.event-grid .event-label {
    color: #a19a9a;
    background: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 70px;
    width: 100px;
    height: 50px;
    transform: rotate(135deg);
    position: absolute;
    bottom: -8px;
    right: -32px;
    -webkit-clip-path: polygon(0 100%, 100% 100%, 50% 0);
    clip-path: polygon(-1px 100%, 100% 100%, 50% -1px);
}

.event-grid .event-content {
    padding: 5px 15px;
}

.event-grid .title {
    font-size: 20px;
    line-height: 30px;
    margin-top: 15px;
    text-transform: capitalize;

}

.event-grid .price {
    color: #585858;
    font-size: 15px;
    margin-right: 7px;
    display: inline-block;
    margin: 5px 0 10px 0;
    font-weight: bold;
}

.fa-icon1 {
    display: block;
    transform: translateX(0);
    transition: all .5s;
    margin-top: 8px;
    border: 1px solid #4a4443;
    padding: 10px 13px;
    color: #4a4443;

}

.fa-icon1:hover {
    box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
    background-color: #50453a;
    border-color: #50453a;
    color: #fff;
}

.EventBox {
    color: #606060;
    text-align: center;
    padding: 0 0px 20px;
    margin: 25px 0 50px 0;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.2);
    position: relative;
    /* margin: 25px 0 185px 0; */
}

.EventBox .eventcontent {
    background-color: #fff;
    padding: 20px 10px 0px 10px;
    border-radius: 4px;
    min-height: 145px;
    /* position: absolute; */
    left: 0;
    right: 0;
    /* bottom: -155px; */
    /* width: 80%; */
    margin: 10px auto 0 auto;
}

.EventBox .title {
    color: #272727;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 10px;
}

.EventBox .description,
.EventBox p {
    font-size: 15px;
    text-align: center;
    line-height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* margin-bottom: 20px; */
}



.coming-txt {
    font-weight: 600;
    margin: 0;
}

.coming-bg {
    background: #ebebeb;
}

.event-label .glyph-rot {
    transform: rotate(45deg);
    color: #4a4443;
}

.flex_box {
    display: flex;
    justify-content: center;
}

.flex_box div {
    display: flow-root;
}

.txt-event {
    margin-top: 25px;
}

.filter-button {
    font-size: 18px;
    border: 1px solid var(--primary-dark);
    text-align: center;
    color: var(--primary-dark);
    margin: 30px 0 0 10px;
    padding: 8px 16px;
    background: transparent;
}

.filter-button:hover {
    color: #fff;
    background-color: #4a4443;
}


#myDIV .active,
#myDIV .filter-button:hover {
    background-color: var(--primary-dark);
    color: white;
}

.filter-button:hover a {
    color: #fff;
}

.filter-button a {
    color: #4a4443;
}

.filter-button a:hover {
    color: #fff;
}

.event-grid {
    margin-bottom: 30px;
    border: 1px solid #ddd;
    background: #fff;
}

.event-grid:hover {
    -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.19), 0 1px 1px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.19), 0 1px 1px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.19), 0 1px 1px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.19), 0 1px 1px rgba(0, 0, 0, 0.23);
    transform: translateY(-2px);
    transition: all .3s;
}


@media screen and (max-width:991px) and (min-width:320px) {
    .coming-txt {
        padding: 10px 0 0px 20px;
    }

    .event-des {
        padding: 10px 45px 0px 20px;
    }

    .flex_box {
        display: inherit;
        justify-content: center;
    }

    .EventBox {
        margin: 25px 0 70px 0;
    }

    .EventBox .eventcontent {
        bottom: -100px;
    }
}

.active.filter-button a {
    color: #fff;
}

#myDIV > div {
    display: inline-block;
}

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active, .fc-toolbar .fc-state-hover,
.fc-toolbar button:focus {
    z-index: 1 !important;
}