.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: 1200px)  {

.fc-toolbar.fc-header-toolbar {
    margin-top: 1em;
}

}

@media screen and (min-width: 992px) and (max-width: 1199px) {
.fc-toolbar.fc-header-toolbar {
    margin-top: 1.6em;
}

}

@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: center;
}

.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: 10px;
    background: #fff;
    margin: 50px 0;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.2);
    position: relative;
    border-radius: 10px;
}

.EventBox .eventcontent {
    background-color: #fff;
    padding: 20px 10px 20px 10px;
    border-radius: 4px;
    min-height: 145px;
    /* position: absolute; */
    left: 0;
    right: 0;
    /* bottom: -155px; */
    /* width: 80%; */
    margin: 10px auto 0 auto;
}

.btns.view_event_detail {
    color: var(--primary);
    font-weight: bold;
	border:1px solid var(--primary);
}

.EventBox .title {
    color: #272727;
    font-size: 20px;
    font-weight: 600;
    /*text-transform: uppercase;*/
    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;
}



.event-label .glyph-rot {
    transform: rotate(45deg);
    color: #4a4443;
}

.flex_box {
    display: flex;
    justify-content: center;
}

.flex_box div {
    display: flow-root;
}



.filter-button {
    padding-bottom: 20px;
    font-size: 20px;
    text-align: center;
    color: var(--primary-dark);
    margin: 15px 25px 0;
    background: transparent;
    flex: auto;
	position: relative;
	transition: .5s all;
    text-transform: uppercase;
    font-weight: bold;
}


.filter-button::after {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 7px;
    width: 85%;
    height: 2px;
    transform: scaleX(0);
    transition: transform 0.4s ease;
    transform-origin: bottom right;
    background: var(--primary-dark);
}

.active.filter-button::after {
    display: none;
}

.filter-button:hover::after{transform-origin: bottom left;
    transform: scaleX(1);}

#myDIV .active{
    border-bottom : 2px solid var(--primary-dark);
    color: var(--primary-dark);
}

.filter-button:hover a {
    color:  var(--primary-dark);
}

.filter-button a {
    color: #000;
}

.filter-button a:hover {
    color: var(--primary-dark);
}

.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;
}


.active.filter-button a {
    color:  var(--primary-dark);
}

#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;
}

div#myDIV {
    padding: 10px 30px 0;
    box-shadow: 0 0 7px 0px rgb(214, 214, 214, 0.96);
    border-radius: 10px;
    margin-top: 40px;
    display: flex;
}

.bg-grey {
    background: #efefef;
    margin-bottom: 60px;
}
.events_single {
    margin-bottom: 25px;
    align-items: baseline;
    padding-left: 30px;
    padding-right: 30px;
}
.event_title_line {
    width: 40%;
    margin: 0 auto 10px auto;
    height: 1px;
    display: block;
    background: var(--primary);
}
.owl-nav {
    text-align: right;
    position: absolute;
    width: 100%;
    bottom: -50px;
}

.owl-nav span{
    display: block;
    top: -5px;
    position: relative;
}

.owl-nav:before {
    position: absolute;
    content: '';
    left: 0;
    top: 52%;
    margin: 0 auto;
    background: #99412f;
    width: 100%;
    height: 2px;
    z-index: -1;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background: var(--primary);
    height: 50px;
    width: 50px;
    margin: 0 0px 0 50px;
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
}

.fc-view.fc-month-view.fc-basic-view {
    border-radius: 20px;
    background: #fff;
    padding: 50px;
    box-shadow: 0 0 14px 0px rgba(0, 0, 0,0.06);
}


.fc-button-group .fc-prev-button, .fc-button-group .fc-next-button {
    background: #929292;
    color: #fff;
    border-radius: 100px !important;
    padding: 0 2px;
    outline: none;
    margin-right: 20px !important;
	transition: all .5s ease;
    /* float: none !important; */
}

.fc-button-group .fc-prev-button:hover, .fc-button-group .fc-next-button:hover {
    background: var(--primary-dark);
}

.fc button .fc-icon {top: -2px;}



.fc-right .fc-button-group button,  button.fc-today-button {
    margin-left: 20px;
    background: #fff;
    color:  #929292;
    padding: 0px 30px;
    box-shadow: none;
    font-weight: bold;
    border-radius: 10px;
}

.fc-right .fc-button-group button:hover, button.fc-today-button:hover {
    border-color: var(--primary-dark);
    color: var(--primary-dark);
}

.fc-center {
    text-transform: uppercase;
}

th.fc-day-header {
    padding: 10px 0 !important;
}

.fc-icon-right-single-arrow:after, .fc-icon-left-single-arrow:after {
    top: -3px !important;
}

@media screen and (max-width:991px) and (min-width:768px) {
	.filter-button {font-size: 16px;}
	.owl-nav {
		width: 95%;
        bottom: -15px;
		margin: 0 auto;
		left: 0;
		right: 0;
	}
	.fc-view.fc-month-view.fc-basic-view {
		border-radius: 0px;
		padding: 0;
	}
	div#myDIV{
		margin-top:0px;
	}
	.filter.irrigation {
		padding: 0 10px;
		margin: 30px 0 0 !important;
	}
}

@media screen and (max-width:767px) and (min-width:320px) {
	.owl-nav {
		position: relative;
		top: -20px;
	}
	.fc-today-button {
		margin-left: -0.35em !important;
	}
	
	#myDIV {
		padding: 10px 0px 10px !important;
		border-radius: 0px !important;
		display: block !important;
		margin-top: 0px !important;
	}
	.filter-button{
		background: #ece9e9;
		font-size: 16px;
		padding: 10px 10px;
		margin: 10px 10px 10px 10px;
	}
	.bg-grey {
		background: #efefef;
		margin-bottom: 0;
	}
	.filter.irrigation {
		padding: 0 10px 0 10px;
		margin: 40px 0 0 !important;
	}
	.fc-button-group 
	{    
		margin-left: 0px;
	}
	.fc-right .fc-button-group button, button.fc-today-button {
		margin-left: 10px;
		padding: 0px 10px;
	}
	.fc-center h2 {
		margin: 20px 0 0;
	}
	.fc-view.fc-month-view.fc-basic-view {
		border-radius: 0px;
		padding: 0;
	}
}

@media screen and (max-width:991px) and (min-width:320px) {
	
	.fc .fc-toolbar>*>:first-child {
    font-size: 14px;
}

.fc-center h2 {
    font-size: 15px !important;
    top: 5px;
    position: relative;
}

    .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;
		    min-height: auto !important;
    }

    .EventBox .eventcontent {
        bottom: -100px;
		    min-height: auto !important;
    }
}


@media screen and (max-width: 767px){

button.fc-today-button {font-size: 15px !important;}

.fc-center h2 {/*position: relative;left: -70px;*/top: 0px;}

}