.vw-events-calendar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
  position: relative;
}

/* header */

.vw-events-calendar__header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}

.vw-events-calendar__title {
  font-size: 64px !important;
  font-weight: 700 !important;
  color: #007980 !important;
}

.vw-events-calendar__filter-search button {
	background-color: #E55B34;
}

.vw-events-calendar__header-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.vw-events-calendar__header-actions-group {
  display: flex;
}

.vw-events-calendar__header-action {
  color: #374C6C;
  background-color: #fff;
  text-transform: uppercase;
  border: 2px solid #374C6C;
  cursor: pointer;
  width: 50%;
  padding: 10px 12px;
  font-size: 16px;
}

.vw-events-calendar__header-action:first-child {
  border-radius: 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.vw-events-calendar__header-action:last-child {
  border-radius: 4px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.vw-events-calendar__header-action:not(:last-child) {
  border-right: none;
}

.vw-events-calendar__header-action--active {
  background-color: #374C6C;
  color: #fff;
}

/* view content / containers */

.vw-events-calendar__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.vw-events-calendar__view {
  display: none;
  flex: 1;
  overflow-x: auto;
}

.vw-events-calendar__view--active {
  display: flex;
}

.vw-events-calendar__view[data-view="list"] .calendar_header {
  /* .vw-events-calendar__view[data-view="calendar"] .calendar_header { */
  display: none;
}

/* list view filters */

.vw-events-calendar__filter-categories span {
	font-family: Barlow;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}

.vw-events-calendar__filters {
  color: #014B50;
  background-color: #ECF5F5;
  padding: 16px 16px 24px 16px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.vw-events-calendar__filter h3 {
  color: #007980 !important;
  font-family: "Barlow Condensed" !important;
	font-size: 26px !important;
	font-style: normal !important;
	font-weight: 600 !important;
	line-height: 110% !important;
	letter-spacing: 0.78px !important;
	text-transform: uppercase !important;
  margin: 0px 0px 16px 0px;
}

.vw-events-calendar__filter-search {
  display: flex;
  align-items: stretch;
  width: 100%;
	background-color: white;
}

.vw-events-calendar__filter-search input {
  padding: 12px 16px;
  border-radius: 4px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  background-color: transparent;
  border: 1px solid #fff;
  font-size: 18px;
  color: #007980;
  flex: 1;
}

.vw-events-calendar__filter-search input::placeholder {
  color: #fff;
}

.vw-events-calendar__filter-search button {
  width: 45px;
  border: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 20px;
  cursor: pointer;
}

.vw-events-calendar__filter-search button i {
  color: #fff;
}

.vw-events-calendar__filter-button-group {
  display: flex;
}

.vw-events-calendar__filter-button {
  border: 2px solid #007980;
  color: #007980;
  background-color: white;
  padding: 10px 12px;
  font-size: 16px;
  cursor: pointer;
  flex: 1;
}

.vw-events-calendar__filter-button:first-child {
  border-radius: 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.vw-events-calendar__filter-button:last-child {
  border-radius: 4px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.vw-events-calendar__filter-button:not(:last-child) {
  border-right: none;
}

.vw-events-calendar__filter-button--active {
  background-color: #007980;
  color: #fff;
}

.vw-events-calendar__filter-categories {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.categories-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.categories-accordion {
  display: none;
}

.vw-events-calendar__filter-categories label {
  display: flex;
  align-items: center;
  gap: 16px;
}

.vw-events-calendar__filter-categories input[type="checkbox"] {
  margin: 0px;
  width: 20px;
  height: 20px;
}

/* events list */

.vw-events-calendar__events {
  width: 100%;
}

.vw-events-calendar .eventon_events_list .eventon_list_event .evoet_cx .level_4,
.vw-events-calendar .eventon_events_list .eventon_list_event .evoet_subtitle {
  display: none;
}

.vw-events-calendar .eventon_events_list .eventon_list_event a .ev_ftImg {
  transition: opacity .2s ease-in-out;
  opacity: 1;
}

.vw-events-calendar .eventon_events_list .eventon_list_event a:hover .ev_ftImg {
  opacity: 0;
}

/* date picker */

.vw-events-calendar .ui-datepicker {
  padding: 8px;
  width: 100%;
}

.vw-events-calendar .ui-datepicker-calendar tbody .ui-state-default.ui-state-highlight {
  color: #777c80;
}

.vw-events-calendar .ui-datepicker-calendar tbody .ui-state-default.ui-state-highlight {
  display: block;
}

.vw-events-calendar .ui-datepicker-title {
  display: flex;
  flex-direction: row-reverse;
  gap: 8px;
  margin: 0px;
  justify-content: start;
}

.vw-events-calendar .ui-datepicker-header select,
table.ui-datepicker td a {
  background-color: transparent;
}

.vw-events-calendar .ui-datepicker-prev,
.vw-events-calendar .ui-datepicker-next {
  display: none;
}

.vw-events-calendar .ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 28%;
  color: rgba(0, 0, 0, 0.85);
}

.vw-events-calendar .ui-datepicker-calendar tbody .ui-state-default {
  text-align: center;
}

.vw-events-calendar .ui-corner-all {
  border-radius: 4px;
}

.ajde_evcal_calendar.boxy.box_3 .eventon_list_event {
  width: 100% !important;
}

@media (min-width: 768px) {
  .vw-events-calendar__header {
    align-items: center;
    flex-direction: row;
  }

  .vw-events-calendar__header-actions {
    flex-direction: row;
  }

  .vw-events-calendar__header-action {
    width: unset;
  }

  .vw-events-calendar__content {
    flex-direction: row;
  }

  .vw-events-calendar__view {
    flex-direction: row;
  }

  .vw-events-calendar__filters {
    width: 308px;
  }

  .categories-title span {
    display: none;
  }

  .categories-accordion {
    display: block !important;
  }
}

@media only screen and (min-width: 900px) {
  .vw-events-calendar__header-action {
    font-size: 18px;
    padding: 12px 16px;
  }

  .page-id-23136 .eventon_fullcal {
    width: 100% !important;
    display: block;
  }

  .ajde_evcal_calendar.boxy.box_3 .eventon_list_event {
    width: 50% !important;
  }
}

@media (min-width: 992px) {
  .vw-events-calendar__header-action {
    font-size: 18px;
    min-width: 154px;
  }

  .vw-events-calendar__view[data-view="list"] .ajde_evcal_calendar.boxy .eventon_list_event:not(.no_events) {
    min-height: 362px;
  }
}

@media (min-width: 1200px) {
  .ajde_evcal_calendar.boxy.box_3 .eventon_list_event {
    width: 31% !important;
  }
}