.events_cont {
  display: grid;
  gap: 30px;
}
.events_cont.col_2 {
  grid-template-columns: 1fr 1fr;
}
.events_cont.col_3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.events_cont.col_4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.events_cont.col_5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.events_cont .event_cont {
  position: relative;
  width: 100%;
  background: #f6f4ec;
  border-radius: 10px;
}
.event_cont > a > i {
  padding: 10px;
  background: #f7b718;
  color: #fff;
  position: absolute;
  top: 0;
  right: 25px;
}
.events_cont .event_cont img {
  border-radius: 10px;
  width: 100%;
}
.event_details {
  padding: 20px 20px;
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
  border-radius: 0 0 10px 10px;
  text-align: center;
  background: linear-gradient(45deg, #112866a8, #0077d9c8);
  background-blend-mode: multiply;
}
.dl-cont {
  display: flex;
  color: #fff;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  font-family: "Segoe Script";
  margin-top: 10px;
}
.event_details .date,
.event_details .location {
  display: inline-block;
}
.event_details .title {
  color: #fff;
  margin: 0;
}
.post-type-archive-dj-events .cont_st > .inner_cont {
  padding-top: 50px;
  padding-bottom: 50px;
}
.single-dj-events .entry-thumbnail,
.single-dj-events .entry-thumbnail-full {
  float: none;
  width: 100%;
}
.single-dj-events .entry-thumbnail img {
  border-radius: 15px;
}
.date_loc_cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f6f4ec;
  border-radius: 15px;
  padding: 25px 25px;
  gap: 35px;
}
.date_loc_cont > * {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  width: 100%;
}
.date_loc_cont b {
  display: block;
}
.date_loc_cont .loc {
  min-width: 40%;
}

.dj_events_list {
  overflow: hidden;
}
.dj_events_list .clear {
  clear: both;
  height: 0px;
  margin: 0;
  padding: 0;
  display: block;
}
.event_month_line {
  padding: 8px 0 5px;
  color: #c6c6c6;
  font-size: 24px;
  text-transform: uppercase;
  min-height: 24px;
  line-height: 100%;
  margin: 0;
}
.month_events {
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-radius: 5px;
  overflow: hidden;
}
.events_list.event {
  margin-left: 0;
  margin-bottom: 0;
  padding: 0px;
  overflow: hidden;
  position: relative;
  list-style-type: none;
}
#events_list .desc_trig_outter {
  margin: 0;
}
#events_list a.desc_trig {
  text-decoration: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  color: #808080;
  cursor: pointer;
  display: block;
  width: 100%;
  position: relative;
  padding: 15px 0 15px;
  overflow: hidden;
  border-left-width: 3px;
  border-left-style: solid;
  min-height: 63px;
  border-bottom: none;
  float: none;
  background-color: #ffffff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#events_list a.desc_trig:hover {
  border-left-width: 7px;
}
#events_list a.desc_trig.canceled {
  background: repeating-linear-gradient(
    45deg,
    #fdf2f2,
    #fdf2f2 10px,
    #fafafa 10px,
    #fafafa 20px
  );
}
#events_list a.desc_trig:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #cdcdcd;
  position: absolute;
  bottom: 0;
  display: block;
}
.event_cblock {
  background-color: transparent !important;
  color: #808080;
  font-size: 30px;
  padding: 0px 8px 2px 13px;
  font-weight: bold;
  position: absolute;
  line-height: 110%;
  min-height: 30px;
  margin: 0 6px 0 0;
  left: 0;
}
.event_cblock .start {
  float: left;
  font-size: 30px;
  clear: both;
  line-height: 100%;
  vertical-align: super;
}
.event_cblock em {
  font-style: normal;
  text-transform: uppercase;
  line-height: 110%;
}
.event_cblock em.month {
  font-size: 11px;
  font-weight: normal;
  display: block;
}
.event_cblock .end {
  float: left;
  padding-left: 8px;
  font-size: 14px;
  position: relative;
  margin-top: 4px;
  line-height: 100%;
  vertical-align: super;
}
.event_cblock .end:before {
  background-color: #ababab;
  height: 2px;
  width: 4px;
  margin-left: 2px;
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  top: 50%;
}
.event_desc {
  margin-left: 5px;
  padding: 3px 15px 0 70px;
  margin-bottom: 0px;
  top: 0;
  display: block;
  padding-left: 90px;
  min-height: 45px;
}
.above_title {
  display: flex;
}
.event_live_now {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  color: #fb6658;
  font-weight: 900;
  animation: event_blinking_red 1.2s infinite;
  text-transform: uppercase;
}
.above_title .event_live_now {
  height: 18px;
  width: 18px;
  display: inline-block;
  background-size: cover;
  margin-right: 10px;
  animation: event_blinking_red 1.2s infinite;
}
.event_live_now:before {
  content: "\f06a";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
@keyframes event_blinking_red {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.event_data_cell .event_live_now:before {
  height: 18px;
  width: 18px;
  margin-right: 10px;
}
.online_link a {
  display: inline-block;
  position: relative;
  padding: 5px 15px;
  background: #006199;
  color: #fff !important;
  font-style: normal;
  border-radius: 20px;
  z-index: 1;
}
.online_link a ~ span {
  display: inline-block;
  position: relative;
  padding: 5px 15px 5px 25px;
  background: #66757a;
  font-style: normal;
  border-radius: 0 20px 20px 0;
  margin-left: -20px;
  z-index: 0;
}
.event_headers {
  display: inline-block;
  color: #fff;
  background-color: #f79191;
  border-radius: 5px;
  padding: 4px 9px;
  margin-bottom: 2px;
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 11px;
  position: relative;
  line-height: 1;
}
.event_headers.canceled {
  color: #ffffff;
  background-color: #f79191;
}
.event_headers.postponed {
  color: #ffffff;
  background-color: #e3784b;
}
.event_headers.moved-online {
  color: #ffffff;
  background-color: #6edccd;
}
.event_headers.rescheduled {
  color: #ffffff;
  background-color: #67ef78;
}
.event_title {
  display: block;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 120%;
  padding-bottom: 3px;
}
.event_description {
  background-color: #fdfdfd;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  position: relative;
}
.event_img {
  height: 400px;
}
.event_row {
  padding: 25px;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
}
.event_icons {
  display: block;
  position: absolute;
  padding: 0;
  width: 31px;
  height: 30px;
}
.event_data_cell {
  padding-left: 40px;
  min-height: 25px;
  position: relative;
  font-style: italic;
}
.event_data_cell h3 {
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: 100%;
  float: none;
  margin: 0;
  padding-bottom: 8px;
  font-weight: 700;
  font-style: normal;
}
.event_desc_in {
  overflow-wrap: break-word;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
.event_data_cell .event_desc_in {
  font-style: normal;
}
.tb {
  display: table;
  width: 100%;
}
.tb .tbrow {
  display: table-row;
}
.tb .tbcell {
  display: table-cell;
  border-right: 1px solid #f1f1f1;
}
.tb .tbrow > .tbcell:last-child {
  border-right: none;
}
.col-50 {
  width: 50%;
}
.event_close {
  background-color: #f7f7f7;
  padding: 0;
  display: block;
  position: relative;
  width: 100%;
  height: 30px;
  cursor: pointer;
}
.event_close:before {
  content: "\f077";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  padding-top: 8px;
  opacity: 0.4;
  font-weight: bold;
}

/* ================================== */
/* ::::::::: Calendar Styles :::::::: */
/* ================================== */

.cal_header {
  padding-bottom: 5px;
}
.cal_header .title {
  color: #c6c6c6;
  font-size: 24px;
  text-transform: uppercase;
  min-height: 24px;
  line-height: 100%;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.cal_header a.prev,
.cal_header a.next {
  color: #c6c6c6;
  display: inline-block;
  vertical-align: middle;
}
#dj_calendar {
  padding-bottom: 25px;
}
#dj_calendar .days {
  border-bottom: 1px solid #c6c6c6;
}
#dj_calendar .labels,
#dj_calendar .days {
  border-left: 1px solid #c6c6c6;
}
#dj_calendar .labels > *,
#dj_calendar .days > * {
  position: relative;
  text-align: center;
  display: inline-block;
  width: 14.27%;
  border-top: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  font-weight: bold;
}
#dj_calendar .labels > * {
  padding: 5px;
}
#dj_calendar .labels .mob {
  display: none;
}
#dj_calendar .days > * {
  min-height: 103px;
  padding: 5px 5px 77px;
  color: #c6c6c6;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#dj_calendar .days > * a {
  color: #c6c6c6;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#dj_calendar .days .event,
#dj_calendar .days .message,
#dj_calendar .days .noe {
  position: absolute;
}
#dj_calendar .days .event,
#dj_calendar .days .message {
  width: 100%;
  padding: 1px 7px;
  background: #3b3b40;
  color: #fff;
  overflow: hidden;
  left: 0;
}
#dj_calendar .days .message {
  background: #66757a;
  left: 5px;
}
#dj_calendar .days .event + .event {
  top: 50px;
}
#dj_calendar .days .message {
  bottom: 5px;
  height: 22px;
  border-radius: 5px;
  width: calc(100% - 10px);
}
#dj_calendar .days .event.start {
  border-radius: 5px 0 0 5px;
  width: calc(100% - 5px);
  left: 5px;
}
#dj_calendar .days .event.end {
  border-radius: 0 5px 5px 0;
  width: calc(100% - 5px);
}
#dj_calendar .days .event.start.end {
  width: calc(100% - 10px);
  border-radius: 5px;
  left: 5px;
}
#dj_calendar .days .noe {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: #66757a;
  color: #fff;
  top: -15px;
  right: -15px;
  z-index: 10;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#dj_calendar .days > div:hover .noe {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#dj_calendar .days > div:hover,
#dj_calendar .days > div.active:hover {
  background: #e2e4e6;
  background: rgba(59, 59, 64, 0.3);
  background: rgba(102, 117, 122, 0.3);
  color: #3b3b40;
}
#dj_calendar .days > div.has_event {
  cursor: pointer;
}
#dj_calendar .days > div.active {
  background: rgba(102, 117, 122, 0.3);
  background: rgba(0, 97, 153, 0.3);
  color: #3b3b40;
}
#dj_calendar .days > div.today:before {
  content: "";
  border-top: 2px solid #006199;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#dj_calendar .days > div.active:before {
  content: "";
  border-top: 5px solid #006199;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*******************************Calendar Top Navigation*********************************/
div#calendar {
  margin: 30px auto;
  padding: 0px;
  width: 100%;
  max-width: 1024px;
  font-family: Helvetica, "Times New Roman", Times, serif;
}
div#calendar div.box {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #000;
}
div#calendar div.header {
  line-height: 40px;
  vertical-align: middle;
  --position: absolute;
  top: 0px;
  width: 100%;
  text-align: center;
  padding: 0 11px;
}
div#calendar div.header:after {
  content: "";
  display: block;
  clear: both;
}
div#calendar div.header a.prev,
div#calendar div.header a.next {
  top: 0px;
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}
div#calendar div.header span.title {
  color: #fff;
  font-size: 18px;
}
div#calendar div.header a.prev {
  left: 0px;
  float: left;
}
div#calendar div.header a.next {
  right: 0px;
  float: right;
}
/******************************* Calendar Content Cells *********************************/
div#calendar div.box-content {
  border: 1px solid #787878;
  border-top: none;
  padding: 5px;
}
div#calendar ul.label {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  margin-top: 5px;
  margin-left: 5px;
}
div#calendar ul.label li {
  margin: 0px;
  padding: 0px;
  margin-right: 5px;
  float: left;
  list-style-type: none;
  width: 13.65%;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  color: #000;
  font-size: 15px;
  background-color: transparent;
}
div#calendar ul.dates {
  float: left;
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  margin-left: 5px;
  margin-bottom: 5px;
}

/** overall width = width+padding-right**/
div#calendar ul.dates li {
  margin: 0px;
  padding: 0px;
  margin-right: 5px;
  margin-top: 5px;
  line-height: 80px;
  vertical-align: middle;
  float: left;
  list-style-type: none;
  width: 13.65%;
  height: 80px;
  font-size: 25px;
  background-color: #ddd;
  color: #000;
  text-align: center;
  position: relative;
}
div#calendar ul.dates li.active {
  background-color: #66757a;
  color: #fff;
}
div#calendar ul.dates li.has_event {
  background-color: #006199;
  color: #fff;
}
div#calendar ul.dates li.has_event a {
  display: block;
  color: #fff;
  height: 100%;
  width: 100%;
}
div#calendar ul.dates li.has_event.active {
  background: #007399;
  background: -webkit-linear-gradient(
    45deg,
    #66757a 50%,
    #006199 50%
  ); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(
    45deg,
    #66757a 50%,
    #006199 50%
  ); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(
    45deg,
    #66757a 50%,
    #006199 50%
  ); /* For Firefox 3.6 to 15 */
  background: linear-gradient(
    45deg,
    #66757a 50%,
    #006199 50%
  ); /* Standard syntax */
}
div#calendar ul.dates li span {
  position: absolute;
  right: 5px;
  top: 5px;
  line-height: 100%;
}
div#calendar .legend {
  vertical-align: middle;
  padding: 5px;
}
div#calendar .legend span {
  vertical-align: middle;
}
div#calendar .legend span.lcd {
  display: inline-block;
  background: #66757a;
  height: 20px;
  width: 20px;
}
div#calendar .legend span.lhe {
  display: inline-block;
  background: #006199;
  height: 20px;
  width: 20px;
}
div#calendar .legend span.let {
  display: inline-block;
  background: #007399;
  background: -webkit-linear-gradient(
    45deg,
    #66757a 50%,
    #006199 50%
  ); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(
    45deg,
    #66757a 50%,
    #006199 50%
  ); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(
    45deg,
    #66757a 50%,
    #006199 50%
  ); /* For Firefox 3.6 to 15 */
  background: linear-gradient(
    45deg,
    #66757a 50%,
    #006199 50%
  ); /* Standard syntax */
  height: 20px;
  width: 20px;
}
div#calendar .event_link_cont {
  padding: 10px;
  margin: 5px;
}
div#calendar .event_link_cont:nth-child(odd) {
  background: #dddddd;
}
div#calendar .event_link_cont a {
  color: #0a5c95;
}
:focus {
  outline: none;
}
div.clear {
  clear: both;
}
div#calendar {
  margin: 30px auto;
  padding: 0px;
  width: 100%;
  max-width: 1024px;
}
div#calendar div.box {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #000;
}
div#calendar div.header {
  line-height: 40px;
  vertical-align: middle;
  top: 0px;
  width: 100%;
  text-align: center;
  padding: 0 11px;
}
div#calendar div.header:after {
  content: "";
  display: block;
  clear: both;
}
div#calendar div.header a.prev,
div#calendar div.header a.next {
  top: 0px;
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}
div#calendar div.header span.title {
  color: #fff;
  font-size: 18px;
}
div#calendar div.header a.prev {
  left: 0px;
  float: left;
}
div#calendar div.header a.next {
  right: 0px;
  float: right;
}
#calendar .box-content {
  border: 1px solid #000;
}
#calendar th {
  text-align: center;
}
#calendar .table-bordered > tbody > tr > th,
#calendar .table-bordered > tbody > tr > td {
  border: 5px solid #fff;
}
#calendar th,
#calendar td {
  width: 14%;
}
#calendar td {
  height: 80px;
  font-size: 25px;
  background-color: #ddd;
  text-align: right;
}
#calendar .table {
  margin: 0;
}
div#calendar .legend {
  vertical-align: middle;
  padding: 5px;
  border: 1px solid #000;
}
div#calendar .legend span {
  vertical-align: middle;
}
div#calendar .legend span.lcd {
  display: inline-block;
  background: #66757a;
  height: 20px;
  width: 20px;
}
div#calendar .legend span.lhe {
  display: inline-block;
  background: #006199;
  height: 20px;
  width: 20px;
}
div#calendar .legend span.let {
  display: inline-block;
  background: linear-gradient(45deg, #66757a 50%, #006199 50%);
  height: 20px;
  width: 20px;
}
div#calendar .active {
  background-color: #66757a;
  color: #fff;
}
div#calendar .has_event {
  background-color: #006199;
  color: #fff;
}
div#calendar .has_event a {
  display: block;
  color: #fff;
  height: 100%;
  width: 100%;
  text-decoration: none;
}
div#calendar .has_event.active {
  background: linear-gradient(45deg, #66757a 50%, #006199 50%);
}

.ui-datepicker.ui-widget-content {
  background: #fff;
  color: #000;
}
.ui-datepicker .ui-widget-header.ui-datepicker-header {
  background: #000000;
  border-color: #fff;
  color: #fff;
}
.ui-datepicker .ui-widget-header.ui-datepicker-header a {
  color: #fff;
}
.ui-datepicker .ui-widget-header.ui-datepicker-header .ui-icon {
  background-image: url(http://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/base/images/ui-icons_ffffff_256x240.png);
}
.ui-datepicker .ui-state-hover,
.ui-datepicker.ui-widget-content .ui-state-hover,
.ui-datepicker .ui-widget-header .ui-state-hover,
.ui-datepicker .ui-state-focus,
.ui-datepicker.ui-widget-content .ui-state-focus,
.ui-datepicker .ui-widget-header .ui-state-focus,
.ui-datepicker .ui-button:hover,
.ui-datepicker .ui-button:focus {
  border: none;
  background: #000;
}
.ui-datepicker .ui-widget-header .ui-state-hover > .ui-icon,
.ui-datepicker .ui-widget-header .ui-state-focus > .ui-icon {
  background-image: url(http://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/base/images/ui-icons_777777_256x240.png);
}
.ui-datepicker table tr th,
.ui-datepicker table tr:nth-child(even) th,
.ui-datepicker table tr:nth-child(odd) th {
  padding: 1px;
  background: #ffffff;
  color: #fff;
}
.ui-datepicker th span {
  display: block;
  background: #000;
  color: #fff;
  border: 1px solid #fff;
  padding: 0.2em;
}
.ui-datepicker .ui-state-default,
.ui-datepicker.ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default,
.ui-datepicker .ui-button,
html .ui-datepicker .ui-button.ui-state-disabled:hover,
html .ui-datepicker .ui-button.ui-state-disabled:active {
  background: #ddd;
  color: #000;
  border-color: #fff;
}
.ui-datepicker .ui-state-highlight,
.ui-datepicker.ui-widget-content .ui-state-highlight,
.ui-datepicker .ui-widget-header .ui-state-highlight {
  background-color: #66757a;
  color: #fff;
}
.ui-datepicker .ui-state-active,
.ui-datepicker.ui-widget-content .ui-state-active,
.ui-datepicker .ui-widget-header .ui-state-active,
.ui-datepicker a.ui-button:active,
.ui-datepicker .ui-button:active,
.ui-datepicker .ui-button.ui-state-active:hover {
  background-color: #006199;
  color: #fff;
}
.ui-datepicker .ui-state-active.ui-state-highlight,
.ui-datepicker.ui-widget-content .ui-state-active.ui-state-highlight,
.ui-datepicker .ui-widget-header .ui-state-active.ui-state-highlight {
  background: -webkit-linear-gradient(
    45deg,
    #66757a 50%,
    #006199 50%
  ); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(
    45deg,
    #66757a 50%,
    #006199 50%
  ); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(
    45deg,
    #66757a 50%,
    #006199 50%
  ); /* For Firefox 3.6 to 15 */
  background: linear-gradient(
    45deg,
    #66757a 50%,
    #006199 50%
  ); /* Standard syntax */
  color: #fff;
}

@media (max-width: 1024px) {
  .events_cont.col_2 {
    grid-template-columns: 1fr 1fr;
  }
  .events_cont.col_3 {
    grid-template-columns: 1fr 1fr;
  }
  .events_cont.col_4 {
    grid-template-columns: 1fr 1fr;
  }
  .events_cont.col_5 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 960px) {
  div#calendar ul.label li,
  div#calendar ul.dates li {
    width: 13.55%;
  }
}
@media (max-width: 767px) {
  #dj_calendar .labels .dsk {
    display: none;
  }
  #dj_calendar .labels .mob {
    display: inline-block;
  }
  .events_cont.col_2 {
    grid-template-columns: 1fr;
  }
  .events_cont.col_3 {
    grid-template-columns: 1fr;
  }
  .events_cont.col_4 {
    grid-template-columns: 1fr;
  }
  .events_cont.col_5 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 667px) {
  .evorow.tb .evcal_col50,
  .evorow .tb .evcal_col50 {
    width: 100%;
    display: block;
    border-bottom: 1px solid #cdcdcd;
  }
  .dj-recent-events .dj-event-thumbnail-box {
    width: 100%;
    padding: 15px 0;
  }
  div#calendar ul.label li,
  div#calendar ul.dates li {
    width: 13.35%;
  }
}
@media (max-width: 568px) {
  div#calendar ul.label li,
  div#calendar ul.dates li {
    width: 13.25%;
  }
  div#calendar ul.label li {
    /*-webkit-transform: rotate(-25deg);
		-moz-transform: rotate(-25deg);
		-ms-transform: rotate(-25deg);
		-o-transform: rotate(-25deg);*/
    overflow: hidden;
    text-align: left;
  }
  #dj_calendar .days .event {
    display: none;
  }
  #dj_calendar .days > * {
    padding: 25px 5px;
  }
}
@media (max-width: 496px) {
  div#calendar ul.label li,
  div#calendar ul.dates li {
    width: 13.05%;
  }
  .tb .tbcell.col-50 {
    width: 100%;
    display: block;
  }
  .event_data_cell {
    padding-left: 0;
  }
  .event_data_cell h3 {
    padding-left: 40px;
  }
}
@media (max-width: 425px) {
  div#calendar ul.label li,
  div#calendar ul.dates li {
    width: 12.85%;
  }
  div#calendar div.header span.title {
    display: block;
  }
}
@media (max-width: 384px) {
  div#calendar ul.label li,
  div#calendar ul.dates li {
    width: 12.65%;
  }
  .online_link a ~ span {
    padding: 5px 15px;
    border-radius: 20px;
    margin-left: 0;
  }
}
@media (max-width: 360px) {
  div#calendar ul.label li,
  div#calendar ul.dates li {
    width: 12.45%;
  }
}
