@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300&display=swap");
body {
  font-family: "Open Sans";
  font-size: 14px;
}

simple-calendar * {
  font-family: Helvetica Neue;
}

.simplistics-calendar-container {
  padding-top: 60px;
  padding-bottom: 80px;
}

simple-calendar-filter-select select {
  background: #f4f4f4;
  border-radius: 25px;
  border: none;
  padding: 5px 24px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  simple-calendar-filter-select select {
    margin-top: 20px;
    display: block;
    width: 100%;
  }
}
simple-calendar-filter-select select:after {
  position: absolute;
  right: 0;
  content: "^";
}

simple-calendar-selector {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 0%;
  transform: translate(-50%);
  transform-origin: center;
  background: #fff;
  opacity: 0;
  box-shadow: none;
  visibility: hidden;
  padding: 30px;
  filter: blur(0.25rem);
  transition: visibility 0.25s, opacity 0.25s, box-shadow 0.25s, padding 0.2s,
    blur 1s;
}
simple-calendar-selector[display] {
  opacity: 1;
  box-shadow: 0px 3px 16px #58585829;
  visibility: visible;
  padding: 0;
  width: 320px;
  border-radius: 10px;
  border: 1px #707070 solid;
  filter: blur(0);
}
simple-calendar-selector .simple-calendar-selector {
  max-width: 320px;
  position: relative;
  z-index: 10;
}
simple-calendar-selector .simple-calendar-selector-title {
  text-align: center;
  padding: 25px 0;
  font-size: 120%;
}
simple-calendar-selector .simple-calendar-selector-title a {
  color: #4e4e4e;
  text-decoration: none;
  padding: 0 10px;
}
simple-calendar-selector .simple-calendar-selector-title a:hover {
  background: #828282;
  color: #fff;
  border-radius: 10px;
}
simple-calendar-selector .simple-calendar-selector-month {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}
simple-calendar-selector .simple-calendar-selector-month a {
  width: 25%;
  padding: 20px 0;
  text-align: center;
  color: #4e4e4e;
  text-decoration: none;
  border-radius: 10px;
}
simple-calendar-selector
  .simple-calendar-selector-month
  a.simple-calendar-selector-month-current {
  font-weight: bold;
}
simple-calendar-selector .simple-calendar-selector-month a:hover {
  background: #828282;
  color: #fff;
}
simple-calendar-selector .simple-calendar-selector-year {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}
simple-calendar-selector .simple-calendar-selector-year a {
  width: 33%;
  padding: 20px 0;
  text-align: center;
  color: #4e4e4e;
  text-decoration: none;
  border-radius: 10px;
}
simple-calendar-selector
  .simple-calendar-selector-year
  a.simple-calendar-selector-month-current {
  font-weight: bold;
}
simple-calendar-selector .simple-calendar-selector-year a:hover {
  background: #828282;
  color: #fff;
}

simple-calendar {
  position: relative;
}
simple-calendar .simple-calendar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #c6c6c6;
  color: #4e4e4e;
  position: relative;
}
simple-calendar .simple-calendar-header {
  padding: 25px 0;
  position: relative;
}
simple-calendar .simple-calendar-header-title {
  margin-bottom: 24px;
  font-size: 150%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  simple-calendar .simple-calendar-header-title {
    flex-direction: column;
  }
}
simple-calendar .simple-calendar-header-title .simple-calendar-header-options {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
}
simple-calendar .simple-calendar-header-title-third {
  flex: 0 1 33%;
}
@media screen and (max-width: 1200px) {
  simple-calendar .simple-calendar-header-title-third {
    margin: 24px 0;
    margin-top: 0;
  }
}
simple-calendar .simple-calendar-header-title-third-selector {
  font: normal normal 300 28px/22px Helvetica Neue;
  text-decoration: none !important;
  /*color: #707070;*/
  color: #273990 !important;
  border: 1px solid #273990;
  padding: 10px 22px;
  border-radius: 35px;
  transition: all 0.1s ease-in;
}
simple-calendar .simple-calendar-header-title-third-selector:hover,
simple-calendar .simple-calendar-header-title-third-selector:active,
simple-calendar .simple-calendar-header-title-third-selector:focus {
  text-decoration: none !important;
  color: white !important;
  background-color: #273990;
}
simple-calendar .simple-calendar-header-title-third-selector:hover,
simple-calendar .simple-calendar-header-title-third-selector:focus {
  color: #828282;
}
simple-calendar .simple-calendar.list-view .simple-calendar-cell-other-month {
  display: none !important;
}
simple-calendar .simple-calendar.list-view .simple-calendar-cell {
  display: none;
  height: auto !important;
  border-left: 1px solid #c6c6c6;
}
simple-calendar .simple-calendar.list-view .simple-calendar-cell-has-events {
  display: block;
  width: 100%;
}
simple-calendar .simple-calendar.list-view .simple-calendar-cell-popup {
  width: 350px !important;
}
simple-calendar .simple-calendar.list-view .simple-calendar-cell-dow-count-0,
simple-calendar .simple-calendar.list-view .simple-calendar-cell-dow-count-6 {
  background-color: unset;
  background: unset;
}
simple-calendar
  .simple-calendar.list-view
  .simple-calendar-cell-day-title
  .simple-calendar-cell-day-list-view-title {
  display: none !important;
}
simple-calendar
  .simple-calendar.list-view
  .simple-calendar-cell-day-list-view-title {
  display: block !important;
  font-size: 26px;
  line-height: 28px;
  font-weight: 500;
  color: #707070;
  margin-bottom: 20px;
}
simple-calendar .simple-calendar.list-view .simple-calendar-cell-day-title {
  display: none;
}
simple-calendar
  .simple-calendar.list-view
  .simple-calendar-cell-events-event-list-details {
  margin-bottom: 20px;
}
simple-calendar
  .simple-calendar.list-view
  .simple-calendar-cell-events-event-list-details
  h2 {
  color: #707070;
  font-size: 24px;
  line-height: 22px;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  simple-calendar .simple-calendar-cell {
    height: 200px;
  }
}
simple-calendar .simple-calendar-cell {
  border-top: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  margin-top: -1px;
  margin-right: -1px;
}
simple-calendar .simple-calendar-cell-count-1 {
  width: calc(100% / 1);
}
simple-calendar .simple-calendar-cell-count-2 {
  width: calc(100% / 2);
}
simple-calendar .simple-calendar-cell-count-3 {
  width: calc(100% / 3);
}
simple-calendar .simple-calendar-cell-count-4 {
  width: calc(100% / 4);
}
simple-calendar .simple-calendar-cell-count-5 {
  width: calc(100% / 5);
}
simple-calendar .simple-calendar-cell-count-6 {
  width: calc(100% / 6);
}
simple-calendar .simple-calendar-cell-count-7 {
  width: calc(100% / 7);
}
simple-calendar .simple-calendar-cell-other-month > div {
  color: #cccccc;
  margin-left: 1px;
  height: 100%;
}
simple-calendar
  .simple-calendar-cell-other-month
  > div
  .simple-calendar-cell-day-title,
simple-calendar
  .simple-calendar-cell-other-month
  > div
  .simple-calendar-cell-events {
  display: none;
}
simple-calendar .simple-calendar-cell-dow {
  border-top: none;
  height: auto;
  text-transform: uppercase;
  text-align: right;
  border-right: none;
}
simple-calendar .simple-calendar-cell-dow-count-0 {
  border-left: 1px solid #c6c6c6;
}
simple-calendar .simple-calendar-cell-dow-count-0,
simple-calendar .simple-calendar-cell-dow-count-6 {
  background-color: #f8f8f8;
}
simple-calendar .simple-calendar-cell-dow-title {
  padding: 10px;
}
simple-calendar .simple-calendar-cell-day {
  height: 100%;
  padding: 10px;
}
simple-calendar .simple-calendar-cell-day-title {
  text-align: right;
  font-size: 24px;
  color: #707070;
  font-weight: 300;
  line-height: 24px;
}
simple-calendar .simple-calendar-cell-day-list-view-title {
  display: none !important;
}
simple-calendar .simple-calendar-cell-day a {
  display: block;
}
simple-calendar .simple-calendar-cell-events {
  margin-top: 12px;
  text-align: left;
}
simple-calendar .simple-calendar-cell-events a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #353535;
  text-decoration: none;
  line-height: 1;
}
simple-calendar .simple-calendar-cell-events-event {
  position: relative;
}
simple-calendar
  .simple-calendar-cell-events-event.simple-calendar-cell-events-event-list.hidden {
  display: none;
}
simple-calendar
  .simple-calendar-cell-events-event.simple-calendar-cell-events-event-monthly.hidden {
  display: none;
}
simple-calendar .simple-calendar-cell-events-event-monthly > a {
  border-radius: 10px;
  color: #707070;
  font-weight: 400;
  background: #ececec;
  margin: 5px 0;
  font-size: 90%;
  padding: 5px 10px;
}
simple-calendar .simple-calendar-cell-events-event-monthly > a:hover,
simple-calendar .simple-calendar-cell-events-event-monthly > a:focus {
  background: #828282 !important;
  color: #fff;
}
simple-calendar .simple-calendar-cell-events-event-details {
  position: absolute;
  z-index: 39;
  background: white;
  transform: translate(calc(-100% - 10px), 0px);
  border-radius: 8px;
  text-align: left;
  overflow: auto;
  transition: visibility 0.25s, opacity 0.25s, box-shadow 0.25s, padding 0.2s,
    blur 1s;
  transform-origin: center;
  opacity: 0;
  visibility: hidden;
  padding: 50px;
  filter: blur(0.25rem);
  min-width: 320px;
  min-height: 150px;
  left: 0;
  top: 0;
}
simple-calendar .simple-calendar-cell-events-event-details-view-details {
  display: inline-block !important;
  font: normal normal 300 14px/12px Helvetica Neue;
  position: relative;
  padding-bottom: 2px;
  color: #707070;
}
simple-calendar .simple-calendar-cell-events-event-details-view-details:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #707070;
  bottom: -1px;
  left: 0;
  position: absolute;
}
simple-calendar .simple-calendar-cell-events-event-details-view-details:hover,
simple-calendar .simple-calendar-cell-events-event-details-view-details:focus {
  color: black;
}
simple-calendar .simple-calendar-cell-events-event-details-featured {
  width: 100%;
  margin-bottom: 20px;
}
simple-calendar .simple-calendar-cell-events-event-details-featured img {
  height: 120px;
  width: 100%;
  object-fit: cover;
}

simple-calendar
  .simple-calendar.list-view
  .simple-calendar-cell-events-event-details-featured
  img {
  height: 100%;
}
simple-calendar .simple-calendar-cell-events-event-details-tags {
  padding-left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 12px;
  gap: 8px;
}
simple-calendar .simple-calendar-cell-events-event-details-tags-tag {
  display: flex;
  align-items: center;
  font: normal normal 300 16px/12px Helvetica Neue;
}
simple-calendar .simple-calendar-cell-events-event-details-tags-tag-marker {
  margin-right: 8px;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 9px;
}
simple-calendar .simple-calendar-cell-events-event-details h2 {
  font: normal normal 300 20px/12px Helvetica Neue;
}
simple-calendar .simple-calendar-cell-events-event-details .date {
  font: normal normal 300 16px/12px Helvetica Neue;
}
simple-calendar .simple-calendar-cell-events-event-details-right {
  left: 100%;
  transform: translate(10px, 0px);
}
simple-calendar .simple-calendar-cell-events-event-details-active {
  opacity: 1;
  box-shadow: 0px 3px 16px #58585829;
  visibility: visible;
  padding: 20px;
  filter: blur(0);
}
simple-calendar .simple-calendar-cell-events-more {
  font-weight: 600;
}
simple-calendar .simple-calendar-cell-events-more a {
  padding: 5px 5px;
}
simple-calendar .simple-calendar-cell-popup {
  position: absolute;
  z-index: 40;
  background: white;
  transform: translate(-50%, -10px);
  margin-top: -29px;
  border-radius: 5px;
  text-align: left;
  transition: visibility 0.25s, opacity 0.25s, box-shadow 0.25s, padding 0.2s,
    blur 1s;
  transform-origin: center;
  opacity: 0;
  visibility: hidden;
  padding: 50px;
  filter: blur(0.25rem);
  min-height: 150px;
}
simple-calendar .simple-calendar-cell-popup-count-1 {
  width: calc((100% / 1) + 20px);
  min-width: 200px;
}
simple-calendar .simple-calendar-cell-popup-count-2 {
  width: calc((100% / 2) + 20px);
  min-width: 200px;
}
simple-calendar .simple-calendar-cell-popup-count-3 {
  width: calc((100% / 3) + 20px);
  min-width: 200px;
}
simple-calendar .simple-calendar-cell-popup-count-4 {
  width: calc((100% / 4) + 20px);
  min-width: 200px;
}
simple-calendar .simple-calendar-cell-popup-count-5 {
  width: calc((100% / 5) + 20px);
  min-width: 200px;
}
simple-calendar .simple-calendar-cell-popup-count-6 {
  width: calc((100% / 6) + 20px);
  min-width: 200px;
}
simple-calendar .simple-calendar-cell-popup-count-7 {
  width: calc((100% / 7) + 20px);
  min-width: 200px;
}
simple-calendar .simple-calendar-cell-popup-active {
  opacity: 1;
  box-shadow: 0px 3px 16px #58585829;
  visibility: visible;
  padding: 20px;
  filter: blur(0);
}
simple-calendar .simple-calendar-cell-popup-end {
  transform: translate(0, -10px);
  margin-left: 0;
  right: 0;
  left: auto !important;
}
simple-calendar .simple-calendar-cell-popup-start {
  transform: translate(0, -10px);
  margin-left: 0;
  left: 0 !important;
}
simple-calendar .simple-calendar-cell-popup-header {
  color: #ccc;
  text-align: center;
}
simple-calendar .simple-calendar-cell-popup-header-day {
  color: #5f5f5f;
  text-transform: uppercase;
  font-size: 70%;
}
simple-calendar .simple-calendar-cell-popup-header-number {
  font-size: 120%;
  border-radius: 100%;
  background: #828282;
  width: 40px;
  margin: 10px auto;
  height: 40px;
  line-height: 40px;
  color: #fff;
}
simple-calendar .simple-calendar-cell-popup-events {
  overflow: auto;
  max-height: 300px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
simple-calendar
  .simple-calendar-cell-popup-events
  .simple-calendar-cell-events-event {
  position: unset;
}
simple-calendar .simple-calendar-cell-popup-events::-webkit-scrollbar {
  width: 5px;
}
simple-calendar .simple-calendar-cell-popup-events::-webkit-scrollbar-track {
  background: #f9f9f9;
}
simple-calendar .simple-calendar-cell-popup-events::-webkit-scrollbar-thumb {
  background: #e2e2e2;
}
simple-calendar
  .simple-calendar-cell-popup-events::-webkit-scrollbar-thumb:hover {
  background: #b7b7b7;
}

@keyframes simpleCalendarFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transition: opacity 0.25s;
  }
}

@-moz-keyframes simpleCalendarFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transition: opacity 0.25s;
  }
}

@-webkit-keyframes simpleCalendarFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transition: opacity 0.25s;
  }
}

@-o-keyframes simpleCalendarFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transition: opacity 0.25s;
  }
}

@-ms-keyframes simpleCalendarFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transition: opacity 0.25s;
  }
}

@media screen and (max-width: 768px) {
  simple-calendar .simple-calendar-cell-day {
    padding: 0;
    padding-top: 100%;
    /* 1:1 Aspect Ratio */
    position: relative;
    /* If you want text inside of it */
  }
  simple-calendar .simple-calendar-cell-day-title {
    position: absolute;
    width: 50%;
    height: 50%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: calc((100% / 2) - 25%);
    left: calc((100% / 2) - 25%);
  }
  simple-calendar
    .simple-calendar-cell-has-events
    .simple-calendar-cell-day-title {
    cursor: pointer;
    background-color: #e5f1ff;
  }
  simple-calendar .simple-calendar-cell-events {
    display: none;
  }
  simple-calendar .simple-calendar-cell-popup {
    margin: 0;
    position: fixed;
    transform: unset;
    width: calc(100% - 40px);
    left: 20px !important;
    height: 50%;
    top: calc(50% / 2);
  }
  simple-calendar
    .simple-calendar-cell-popup
    .simple-calendar-cell-events-event-details {
    left: calc(100% + 10px);
    top: 0;
    width: calc(100%);
    margin: 0;
    height: 100%;
  }
  simple-calendar
    .simple-calendar-cell-popup
    .simple-calendar-cell-events-event-details-close {
    position: absolute;
    right: 20px;
  }
}

.simple-calendar-modal.simple-calendar-modal-mobile {
  position: absolute;
  top: calc(100vh - 200px);
  height: 200px;
  width: 100vw;
  z-index: 123123123;
  background-color: black;
}

.event {
  padding: 0 20px;
  padding-top: 80px;
  padding-bottom: 133px;
  margin: 0 auto;
  max-width: 1024px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  gap: 60px;
}
.event-thumbnail {
  flex: 0 0 33%;
  max-height: 305px;
  overflow: hidden;
  display: flex;
  background-color: #efefef;
  min-height: 305px;
}
.event-thumbnail img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.event-meta {
  flex: 1 0 66%;
}
.event-meta-title h1 {
  font-size: 27px;
  line-height: 22px;
  color: #707070;
  margin-bottom: 0;
  margin-top: 8px;
  font-weight: 300;
}
.event-meta-title span.author {
  font-size: 14px;
  line-height: 19px;
  color: #707070;
  font-style: italic;
}
.event-meta-title-tags {
  padding-left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 12px;
  gap: 8px;
}
.event-meta-title-tags-tag {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 19px;
  color: #707070;
  font: normal normal 300 16px/12px Helvetica Neue;
}
.event-meta-title-tags-tag-marker {
  margin-right: 8px;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 9px;
}
.event-meta-description {
  margin-top: 30px;
}
.event-meta-description h2 {
  font-size: 16px;
  line-height: 22px;
  color: #707070;
  font-weight: bold;
}
.event-meta-description p {
  font-size: 14px;
  line-height: 21px;
  color: #707070;
}
@media screen and (max-width: 768px) {
  .event {
    gap: 10px;
    flex-wrap: wrap;
  }
  .event-thumbnail {
    flex: 0 0 100%;
  }
  .event-meta {
    flex: 0 0 100%;
  }
}
