.mini-list-loaded{display: flex!important;flex-wrap: wrap;margin: -10px;}
.cal-event {
    width: 33.33%;
    padding: 10px;
    cursor: pointer;
}

.cal-content {
    display: flex;
    border-radius: 8px;
    background: #F0F0F0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
    padding: 10px;
    min-height: 167px;
    height: 100%;
    transition: 0.3s;
}
.cal-content:hover {
    background: #ffffff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
}
.cal-content time {
    border-radius: 8px;
    background: #0B2240;
    color: #ffffff;
    display: grid;
    align-content: center;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    flex: 0 0 72px;
}

.cal-content time span {
    font-size: 24px;
}

.cal-in {
    flex: 1;
    padding: 10px 20px;
}
.cal-hour {
    color: #0B2240;
    font-size: 14px;
    border-bottom: 1px solid #F47E20;
    padding-bottom: 15px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.cal-hour img {
    width: 14px;
    margin-right: 5px;
    margin-top: -2px;
}
.cal-content:hover .cal-hour img {
    filter: invert(54%) sepia(64%) saturate(1015%) hue-rotate(344deg) brightness(96%) contrast(99%);
}
.event-more-label {
    font-weight: 700;
    opacity: 0;
    text-decoration: underline;
    text-decoration-color: #0b224059;
    transition: 0.3s;
}

.event-more-label img {
    margin-left: 5px;
    width: 10px;
}
.cal-content:hover .event-more-label {
    opacity: 1;
}
.cal-in h6 {
    color: #0B2240;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 3px;
    word-break: break-all;
}




#event-modal-dialog {width: 500px;max-width:100%}
.event-modal-header {height: 210px;position: relative;}
#modal-event-description p {margin: 0;line-height: 1.5;margin-bottom: 15px;}
#mini-events h2 {font-size: 25px;}
#event-modal .modal-footer .btn {
    line-height: 1!important;
    padding: 8px 12px 6px;
    display: block;
    float: right;
    font-weight: 600!important;
    border-radius: 3px;
    margin-left: 5px;
}
.modal-event-date-wrap {
    position: absolute;
    top: 15px;
    left: 15px;
    text-align: center;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding-top: 12px;
    overflow: hidden;
}

.modal-event-date-wrap span {
    display: block;
    line-height: 1;
}

span.modal-event-date-month {
    font-size: 15px;
    font-weight: 600;
}

span.modal-event-date-number {
    font-size: 21px;
}
#modal-event-duration h3, #modal-event-duration h2, #modal-event-duration p {margin: 0;display: inline-block;color: #fff;font-size: 16px;line-height: 1;padding: 8px;}
#modal-event-duration {position: absolute;bottom: 0;left: 0;}
.event-modal-header button.close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  float: none!important;
  color: #fff!important;
  filter: none!important;
  opacity: 1!important;
  width: 31px!important;
  height: 31px!important;
  line-height: 20px!important;
  overflow: hidden;
  border-radius: 50%;
}

.event-modal-header button.close span {
  display: block;
  position: relative;
  top: 1px;
  left: 1px;
  font-weight: 300;
}
#modal-event-body {
  padding: 15px;
}

h3#modal-event-subtitle {
  display: none;
}

h2#modal-event-title {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}

 @media only screen and (max-width:1240px) and (min-width:992px){
	.event-more-label {opacity: 1;}
}
 @media only screen and (max-width:991px){
	.event-more-label {opacity: 1;}
    .cal-in h6 {font-size: 18px;}
}
 @media only screen and (max-width:800px){
    .cal-content time {flex: 0 0 60px;}
}
 @media only screen and (max-width:768px){
	.cal-event { flex: 1 1 50%;}
    .cal-content time {flex: 0 0 70px;}
}
@media only screen and (max-width:479px) {
	.qlink-item {flex: 1 1 100%;}
    .cal-event { flex: 1 1 100%;}
}
