/**
 * === assets/kalpa-events.css ===
 * Create folder /assets and save this CSS as kalpa-events.css (you can merge your theme styles here).
 */
/* Basics to align with your provided HTML classnames */
.calendar_area { position: relative; }
.calendar_item { text-align:center; padding:12px; border-radius:10px; border:1px solid #eee; cursor:pointer; }
.calendar_item.active, .calendar_item:hover { border-color: #111; }
.calendar_item .day_txt{font-size:14px;margin:0}
.calendar_item .date_txt{font-size:28px;margin:0;font-weight:700}
.calendar_item .month_txt{font-size:12px;margin:0}

.schedule_item{background:#fff;border:1px solid #eee;border-radius:12px;/*overflow:hidden;*/margin-bottom:20px}
.schedule_img img{width:100%;height:100%;object-fit:cover}
.schedule_txt{padding:12px}
.location_list{list-style:none;margin:0 0 10px;padding:0}
.location_list li{display:block;margin-bottom:6px}
.btn-area, .btn_area{display:flex;gap:8px}
.tag_area{position:absolute;top:10px;left:10px;background:#333;color:#fff;padding:2px 8px;border-radius:6px;font-weight:700}
.green_tag{background:#2e7d32}
.yellow_tag{background:#f9a825}



/* Fallback when Owl isn't loaded */
#kalpa-calendar-carousel.kalpa-no-owl {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 8px;
}
#kalpa-calendar-carousel.kalpa-no-owl > li {
  flex: 0 0 auto;
  scroll-snap-align: start;
  list-style: none;
}

/*==custom carousel==*/
/********************************************************
********************************************************/
.owl-nav .owl-prev,
.owl-nav .owl-next {
	position:absolute;	
	z-index: 3;
}

#calendar-carousel .owl-nav .owl-prev, 
#calendar-carousel .owl-nav .owl-next {
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 60px;
    font-size: 45px;
    border-radius: 0;
    color: #000;
    cursor: pointer;
    background-color: transparent;
    text-align: center;
    line-height: 59px;
    transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
#calendar-carousel .owl-nav .owl-prev:hover,
#calendar-carousel .owl-nav .owl-next:hover {
	color:#c32b27;
	background-color: transparent;
	transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
#calendar-carousel .owl-nav .owl-prev {
	left:-50px;
}
#calendar-carousel .owl-nav .owl-next {
	right:-50px;
}

/********************************************************
********************************************************/
.calendar_area{
	width: 100%;
	height: auto;
	position: relative;
	/* border-top: #ddd 1px solid;
	border-left: #ddd 1px solid;
	border-bottom: #ddd 1px solid; */
}
.calendar_list{
	padding: 0;
	margin: 0;
	list-style: none;
}
.calendar_list li{
	padding: 0;
	margin: 0;
	/* border-right: #dddddd 1px solid; */
	border-right: 0;
}
.calendar_item_cover {
    width: 12.5%;
  height: 100%;
    background: #e6e6e6;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    text-align: center;
    display: flex;
  justify-content: center;
  align-items: center;
    font-size: 60px;
    color: #292929;
}

.calendar_item{
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #fafafa;
	color: #000;
	padding: 15px;
	cursor: pointer;
}
.calendar_item .day_txt{
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	font-family: "Montserrat", sans-serif;
}
.calendar_item .date_txt{
	font-size: 46px;
	font-weight: 700;
	margin: 0;
	font-family: "Montserrat", sans-serif;
}
.calendar_item .month_txt{
	font-size: 14px;
	font-weight: 500;
	margin: 0;
	font-family: "Montserrat", sans-serif;
}
.calendar_item:hover, .calendar_item.active{
	background-color: #0c4a27;
	color: #fff;
}

/********************************************************
********************************************************/
/* Style the tab content */
.tabcontent {
  display: none;
  padding: 15px 0;
  /* border: 1px solid #ddd; */
  border-top: none;
}
/********************************************************
********************************************************/
.schedule_list{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	list-style: none;
}
.schedule_list li{
	width: 49%;
	height: auto;
	padding: 0;
	margin: 0;
	display: inline-block;
}

.schedule_item {
    border: #ddd 1px solid;
    margin: 0 0 40px;
    position: relative;
}
.schedule_item .schedule_img {
    /* max-height: 357px; */
    display: flex;
    overflow: hidden;
    border-radius: 11px 0px 0px 11px;
}
.schedule_item .schedule_img img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
.schedule_item .schedule_txt{
	padding: 30px;
	position: relative;

}
.schedule_item .schedule_txt p small{
	font-size: 12px;
	color: #737373;
	font-family: "Roboto", sans-serif;

}
.schedule_item .schedule_txt h2 {
    font-size: 26px;
    color: #000;
	font-family: "Roboto", sans-serif;
	margin-bottom: 0;
	 overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
   line-height: 1;
}
.location_list{
	padding: 0;
	margin: 0 0 5px 0;
	list-style: none;
}
.location_list li{
	padding: 0 8px 0 0;
	margin: 0;
	font-size: 13px;
	color: #292929;
	font-family: "Roboto", sans-serif;
}

.location_list li i{
	font-size: 14px;
	color: #a8a8a8;
}

.schedule_item .schedule_txt p{
	font-size: 13px;
	color: #252525;
	margin-bottom: 0;
}
.schedule_item .schedule_txt p span{
	color: #c32b27;
	font-weight: 700;
}

.schedule_item .schedule_txt p.description {
		line-height: 1.4;
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
   margin-bottom: 10px;
}
.btn_area {
    position: absolute;
    bottom: -17px;
}
.tag_area {
    background: gray;
    border-radius: 0 0 0 100px;
    box-shadow: inset 6px -6px 12px -6px rgba(0,0,0,.15);
    height: 40px;
    position: absolute;
    right: 0;
    line-height: 32px;
    top: 0;
    width: 40px;
}

.tag_area.green_tag{
    background: #0db11e;
    color: #fff;
}
.tag_area.yellow_tag{
    background: #e27e08;
    color: #fff;
}
.btn-red {
    width: auto;
    color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 6px;
    font-family: "Open Sans", serif;
    border: #c89d67 1px solid;
    padding: 7px 13px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    display: inline-block;
    background: #c89d67;
	line-height: 34px;
}
.btn-red:focus, .btn-red:hover {
	background: #252525;
	   color: #fff;
	   border: #252525 1px solid;
	   transition-duration: 0.5s;
	   -webkit-transition-duration: 0.5s;
	   outline: 0;
   }

.btn-gray {
    width: auto;
    color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 6px;
    font-family: "Open Sans", serif;
    border: #0c4a27 1px solid;
    padding: 7px 13px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    display: inline-block;
    background: #0c4a27;
	line-height: 34px;
}
.btn-gray:focus, .btn-gray:hover {
	background: #252525;
	color: #fff;
	border: #252525 1px solid;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	outline: 0;
}
.owl-item li:marker{display: none;}

button.owl-prev {
    position: absolute;
    left: -20px;
    top: 44px;
}
button.owl-next {
    position: absolute;
    right: -20px;
    top: 44px;
}
.noevents
{background: rgba(255, 0, 0, 0.0588235294);
    padding: 5px 15px;
    border-left: 2px solid #f00;
    font-weight: 400;
}

small.event_cat {
    background: #0c4a27;
    color: #fff !important;
    padding: 2px 6px;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 10px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
	font-size: 40px;
}

/*@media only screen and (max-width: 678px) {
}*/
@media only screen and (max-width: 1919px) {
    .container {
        max-width: 1470px;
    }
}

@media only screen and (max-width: 1599px) {
    .container {
        max-width: 1320px;
    }   
}

@media only screen and (max-width: 1399px) {
    .container {
        max-width: 1240px;
    }
}
@media only screen and (max-width: 1299px) {
    .container {
        max-width: 1140px;
    }
 .calendar_list.owl-carousel, .calendar_list.owl-carousel .owl-stage-outer {
	max-height: 148px;
}
.schedule_item .schedule_img {
	max-height: 325px;
}
.schedule_item .schedule_txt {
	padding: 15px;
}



}
@media only screen and (max-width: 1199px) {
    .container {
        max-width: 1040px;
    }
    .schedule_item .schedule_img {
	max-height: 295px;
}
.schedule_item .schedule_txt p small {
	font-size: 11px;
}
.schedule_item .schedule_txt h2 {
	font-size: 20px;
}
.schedule_item .schedule_txt p {
	font-size: 12px;
}
.schedule_item .schedule_txt p.description {
	line-height: 1.2;
	margin-bottom: 5px;
}
.location_list li {
	padding: 0 5px 0 0;
	font-size: 11px;
}
.location_list li i {
	font-size: 10px;
}

}
@media only screen and (max-width: 1099px) {

    .container {
        max-width: 960px;
    }
    .calendar_item .day_txt {
	font-size: 13px;
    }
    .calendar_item .date_txt {
	font-size: 39px;
    }
    .calendar_item .month_txt {
        font-size: 12px;
    }
    .calendar_item_cover {
	font-size: 44px;
}
#calendar-carousel .owl-nav .owl-prev, #calendar-carousel .owl-nav .owl-next {
	width: 33px;
	height: 59px;
	font-size: 26px;
	line-height: 59px;
}
#calendar-carousel .owl-nav .owl-prev {
	left: -30px;
}
#calendar-carousel .owl-nav .owl-next {
	right: -30px;
}
.calendar_area, .tabcontent {
	width: 95%;
	margin: 0 auto;
}
.schedule_item .schedule_img {
	max-height: 257px;
}
.schedule_item .schedule_txt {
	padding: 5px 15px;
}
.schedule_item .schedule_txt h2 {
	font-size: 15px;
}
.btn-red, .btn-gray {
	padding: 5px 13px;
	font-size: 12px;
}
.schedule_item .schedule_txt {
	padding: 5px 7px;
}
 .location_list li {
	padding: 0 2.5px 0 0;
	font-size: 9px;
}
/* .schedule_item .schedule_txt p {
	font-size: 11px;
} */
.schedule_item .schedule_txt p.description {
	line-height: 1.1;
	margin-bottom: 0;
}/* */
.tag_area {
	height: 32px;
	line-height: 27px;
	width: 32px;
	font-size: 12px;
}
.schedule_item .schedule_img {
	max-height: 272px;
	min-height: 272px;
}

}
@media only screen and (max-width: 991px) {
    .calendar_item {
	padding: 5px;
}
.calendar_item .day_txt {
	font-size: 12px;
}
.calendar_item .date_txt {
	font-size: 30px;
}
.calendar_item .month_txt {
	font-size: 11px;
}
.calendar_item_cover {
	font-size: 35px;
}

}
@media only screen and (max-width: 979px) {
    .calendar_list.owl-carousel, .calendar_list.owl-carousel .owl-stage-outer {
	max-height: 93px;
}
}
@media only screen and (max-width: 767px) {
    .calendar_item_cover {
	width: 20%;
}
.schedule_item .schedule_img {
	max-height: inherit;
	min-height: inherit;
}
.schedule_item .schedule_txt {
	padding: 20px;
}
.schedule_item .schedule_txt p small {
	font-size: 13px;
}
.location_list li {
	padding: 0 5px 0 0;
	font-size: 12px;
}
.location_list li i {
	font-size: 12px;
}
.schedule_item .schedule_txt p.description {
	line-height: 1.4;
	margin-bottom: 7px;
}
.schedule_item .schedule_txt p {
	font-size: 13px;
}
.btn-red, .btn-gray {
	padding: 6px 17px;
	font-size: 14px;
}
.tag_area {
	height: 38px;
	line-height: 26px;
	width: 38px;
	font-size: 14px;
}
}
@media only screen and (max-width: 575px) {
    .calendar_item_cover {
	width: 25%;
}
.schedule_item .schedule_txt {
	padding: 20px 10px;
}
}
@media only screen and (max-width: 479px) {
    .calendar_item_cover {
	width: 33%;
}

}
