.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #f0f0f0;
  font-size: 2.8em;
  line-height: 1.1;
  font-weight: 400;
  text-align: center;
}

p {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  min-width: 100vw;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.all-recordings {
  height: 100%;
  min-height: auto;
  min-width: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.player {
  margin-top: 55px;
  margin-bottom: 55px;
  border-radius: 17px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 hsla(0, 0%, 100%, 0.52);
  color: #cfcfcf;
}

.title {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #f0f0f0;
  font-size: 2.8em;
  line-height: 1.1;
  font-weight: 400;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  color: #838383;
  font-weight: 100;
}

.todays-date {
  margin-top: 8px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #46848b;
  font-size: 1.4em;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.more-recordings {
  margin-top: 1px;
  color: #a8a8a8;
  font-size: 1em;
  line-height: 1.4rem;
  font-weight: 400;
  text-align: center;
}

.more-recordings-link {
  display: inline-block;
  margin-top: 4px;
  border-bottom: 2px dotted #46848b;
  -webkit-transition: border-color 200ms ease, color 200ms ease;
  transition: border-color 200ms ease, color 200ms ease;
  color: #46848b;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.more-recordings-link:hover {
  display: inline-block;
  border-bottom-color: #97d1d8;
  color: #97d1d8;
  text-decoration: none;
}

.player-css {
  display: none;
}

.div-block {
  background-color: #3e2050;
}

.grid-calendar {
  padding: 20px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.month {
  padding: 20px;
  border-radius: 6px;
  background-color: rgba(0, 6, 7, 0.35);
}

.month-h2 {
  margin-top: 0px;
  margin-bottom: 22px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 2.2em;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}

.grid-month {
  grid-auto-flow: row dense;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.link-day {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #46848b;
  font-size: 1.3em;
  line-height: 1;
}

.link-day:hover {
  color: #97d1d8;
}

.bg-gradient {
  position: fixed;
  top: 0px;
  z-index: -5;
  width: 100vw;
  height: 100vh;
  background-color: #000607;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #0d383d, #000607);
}

.heading-3 {
  margin-bottom: 14px;
}

.heading-4 {
  margin-top: 20px;
}

.list-month {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.btn {
  margin-right: 15px;
  margin-left: 15px;
  border-radius: 3px;
  background-color: rgba(0, 6, 7, 0.4);
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #46848b;
  font-size: 1em;
  line-height: 1.1;
  text-transform: uppercase;
}

.btn:hover {
  background-color: rgba(0, 6, 7, 0.2);
  color: #97d1d8;
}

.btn.w--current {
  display: none;
}

@media screen and (max-width: 991px) {
  .grid-calendar {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .grid-calendar {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .btn {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

