@media screen and (max-width: 1025px) {
  .sidebar {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  aside.sidebar {
    grid-column: 2;
    grid-row-start: 1;
    position: relative;
  }
  aside.sidebar .sidebar__sticky-series {
    display: grid;
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    height: 100%;
  }
  aside.sidebar .sidebar__sticky-series > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  aside.sidebar .sidebar__sticky-series > div:last-of-type .sidebar__unit {
    margin-bottom: 0;
  }
  aside.sidebar .sidebar__unit {
    position: -webkit-sticky;
    position: sticky;
    top: 7.5em;
    margin-bottom: 1.5em;
    z-index: 1000;
  }
}
.has-4-placements > div {
  height: 25%;
}
.has-4-placements > div:nth-child(2) {
  top: 25% !important;
}
.has-4-placements > div:nth-child(3) {
  top: 50% !important;
}
.has-4-placements > div:nth-child(4) {
  top: 75% !important;
}
.has-3-placements > div {
  height: 33.333333%;
}
.has-3-placements > div:nth-child(2) {
  top: 33.333333% !important;
}
.has-3-placements > div:nth-child(3) {
  top: 66.666666% !important;
}
.has-2-placements > div {
  height: 50%;
}
.has-2-placements > div:nth-child(2) {
  top: 50% !important;
}
.has-1-placements > div {
  height: 100%;
}
.has-1-placements > div:nth-child(1) {
  top: 0% !important;
}
.btn {
  font-size: 0.75em;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  padding: .5rem 1rem;
  border-radius: .25rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-repeat: no-repeat;
  background-position: center center;
}
.btn:focus {
  outline: 0;
  border: 0;
}
.btn--ghost--purple {
  background: none;
  color: #673ab7;
  border: 1px solid #673ab7;
}
.btn--ghost--purple:hover {
  background-color: #673ab7;
  color: #ffffff;
}
.btn--ghost--white {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.65);
}
.btn--ghost--white:hover {
  background-color: #ffffff;
  color: #673ab7;
}
.btn--ghost--red {
  background: none;
  color: #f44336;
  border: 1px solid #f44336;
}
.btn--ghost--red:hover {
  background-color: #f44336;
  color: #ffffff;
}
.btn--solid--purple {
  background-color: #673ab7;
  color: #ffffff;
  border: 1px solid #673ab7;
}
.btn--solid--purple:hover {
  color: #ffffff;
  background-color: #9c27b0;
}
.btn--solid--pink {
  background-color: #e91e63;
  color: #ffffff;
  border: 1px solid #e91e63;
}
.btn--solid--pink:hover {
  color: #ffffff;
  background-color: #ec407a;
}
.btn--solid--green {
  background-color: #4caf50;
  color: #ffffff;
  border: 1px solid #4caf50;
}
.btn--solid--green:hover {
  color: #ffffff;
  background-color: #8bc34a;
}
.btn--solid--red {
  background-color: #f44336;
  color: #ffffff;
  border: 1px solid #f44336;
}
.btn--solid--red:hover {
  color: #ffffff;
  background-color: #e57373;
}
.btn--solid--white {
  background-color: #ffffff;
  color: #673ab7;
}
.btn--solid--white:hover {
  color: #673ab7;
}
.btn--wide {
  width: 100%;
}
.simplefavorite-button {
  color: #455a64;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
  width: 2em;
  height: 2em;
  font-size: 1.25em;
  margin-left: -3px;
}
.simplefavorite-button:focus {
  outline: 0;
}
.simplefavorite-button i.icon-bell-outline {
  padding: 0.4em 0.3em 0.4em 0.5em;
}
.simplefavorite-button i.icon-bell-outline:hover {
  background-color: #4caf50;
  color: #ffffff;
  border-radius: 50%;
}
.simplefavorite-button i.icon-bell {
  padding: 0.4em 0.3em 0.4em 0.5em;
  background-color: #ffc107;
  color: #ffffff;
  border-radius: 50%;
}
.simplefavorite-button i.icon-bell:hover {
  background-color: #f44336;
  color: #ffffff;
}
.simplefavorite-button i.icon-bell:hover::before {
  content: '\f1f6';
  position: relative;
  right: 1px;
}
.simplefavorite-button span.sf-icon-spinner-wrapper {
  padding: 0;
  margin: 0;
}
.simplefavorite-button span.sf-icon-spinner-wrapper i.sf-icon-spinner {
  top: 0.1em;
  left: 0;
  padding: 0;
  margin: 0;
}
.active {
  opacity: 1 !important;
}
.banner__meta-lower  .simplefavorite-button {
  color: #ffffff;
  font-size: 1.5em;
}
.banner__meta-lower  .simplefavorite-button i.icon-bell-outline {
  padding: 0.3em 0.3em 0.4em 0.5em;
}
.banner__meta-lower  .simplefavorite-button i.icon-bell-outline:hover {
  background-color: #ffffff;
  color: #673ab7;
  border-radius: 50%;
}
.banner__meta-lower  .simplefavorite-button i.icon-bell {
  padding: 0.3em 0.3em 0.4em 0.5em;
  background-color: #ffa000;
  color: #ffffff;
  border-radius: 50%;
}
.banner__meta-lower  .simplefavorite-button i.icon-bell:hover {
  background: none;
  background: #f44336;
  color: #ffffff;
}
.banner__meta-lower  .simplefavorite-button i.icon-bell:hover::before {
  content: '\f1f6';
  position: relative;
  right: 2px;
  top: 1px;
}
.banner__meta-lower  .simplefavorite-button span.sf-icon-spinner-wrapper {
  padding: 0;
  margin: 0;
}
.banner__meta-lower  .simplefavorite-button span.sf-icon-spinner-wrapper i.sf-icon-spinner {
  top: 0.15em;
  left: 0;
  padding: 0;
  margin: 0;
}
.widget {
  width: 100%;
  padding: 1.5em;
  border: 0;
  display: grid;
  position: relative;
  grid-template-columns: -webkit-min-content auto;
  grid-template-columns: min-content auto;
  grid-template-rows: auto !important;
  gap: 1em;
  background: -o-linear-gradient(315deg, #673ab7 0%, #3f51b5 100%);
  background: linear-gradient(135deg, #673ab7 0%, #3f51b5 100%);
}
.widget.linked:hover {
  background: -o-linear-gradient(315deg, #512e90 0%, #32408f 100%);
  background: linear-gradient(135deg, #512e90 0%, #32408f 100%);
}
.sidebar .widget {
  grid-template-columns: none;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .widget {
    grid-template-columns: none;
    gap: 0;
  }
}
.widget__icon {
  color: #ffffff;
  grid-column: 1;
  text-align: center;
  font-size: 2.5em;
  line-height: 1.8em;
  letter-spacing: -0.2em;
}
.sidebar .widget__icon {
  display: none;
}
@media screen and (max-width: 768px) {
  .widget__icon {
    display: none;
  }
}
.widget--month .widget__icon {
  font-size: 1.5em;
}
.widget--month--break .widget__icon {
  font-size: 2.5em;
}
.widget__content {
  grid-column: 2;
  display: grid;
  grid-gap: 0.25em;
  color: #ffffff;
}
.widget--month .widget__content {
  line-height: 2em;
}
.widget__content .heading {
  color: #ffffff;
  font-size: 1.3em;
  font-weight: 700;
  margin: 0 !important;
}
.widget--month .widget__content .heading {
  font-size: 1.8em;
}
.widget--date-pagination .widget__content .heading,
.widget--month--break .widget__content .heading {
  font-size: 1.8em;
}
.widget__content a {
  text-decoration: none;
}
.widget__content .subheading {
  color: #ffffff;
  font-size: 0.9em;
}
.widget--date-pagination .widget__content .subheading,
.widget--month--break .widget__content .subheading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.sidebar .widget__content {
  grid-column: auto;
}
@media screen and (max-width: 768px) {
  .widget__content {
    grid-column: auto;
  }
}
.widget__form--birthday {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0.5em;
  margin: 0.5em 0 0 0;
  text-align: -webkit-right;
}
.sidebar .widget__form--birthday {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .widget__form--birthday {
    grid-template-columns: 1fr 1fr;
  }
}
.widget--birthday {
  background: -o-linear-gradient(315deg, #673ab7 0%, #3f51b5 100%);
  background: linear-gradient(135deg, #673ab7 0%, #3f51b5 100%);
}
.widget--birthday.linked:hover {
  background: -o-linear-gradient(315deg, #512e90 0%, #32408f 100%);
  background: linear-gradient(135deg, #512e90 0%, #32408f 100%);
}
.sidebar .widget__birthday-submit {
  grid-area: 2 / 1 / 2 / 3;
}
@media screen and (max-width: 768px) {
  .widget__birthday-submit {
    grid-area: 2 / 1 / 2 / 3;
  }
}
select.dropdown--birthday-day:disabled {
  background-color: #e0e0e0;
  color: #9e9e9e;
}
.widget--newsletter {
  background: -o-linear-gradient(315deg, #e91e63 0%, #9c27b0 100%);
  background: linear-gradient(135deg, #e91e63 0%, #9c27b0 100%);
  position: relative;
  z-index: 100;
}
.widget--newsletter.linked:hover {
  background: -o-linear-gradient(315deg, #c1134e 0%, #771e86 100%);
  background: linear-gradient(135deg, #c1134e 0%, #771e86 100%);
}
.widget__form--newsletter {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1.5fr 0.5fr;
  margin: 0.5em 0 0 0;
  gap: .5em;
}
.sidebar .widget__form--newsletter {
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 768px) {
  .widget__form--newsletter {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
  }
}
.widget__newsletter-input {
  width: 100%;
  grid-column: 1;
}
.sidebar .widget__newsletter-input {
  grid-column: 1 / 3;
}
@media screen and (max-width: 768px) {
  .widget__newsletter-input {
    grid-column: 1 / 3;
  }
}
.widget__newsletter-submit {
  grid-column: 2;
}
.widget__newsletter-submit:hover {
  cursor: pointer;
}
.sidebar .widget__newsletter-submit {
  width: 100%;
  grid-column: 1 / 3;
}
@media screen and (max-width: 768px) {
  .widget__newsletter-submit {
    width: 100%;
    grid-column: 1 / 3;
  }
}
.widget__form--newsletter input:disabled {
  opacity: 0.5;
}
.widget--coming-up {
  background: -o-linear-gradient(315deg, #673ab7 0%, #3f51b5 100%);
  background: linear-gradient(135deg, #673ab7 0%, #3f51b5 100%);
}
.widget--coming-up.linked:hover {
  background: -o-linear-gradient(315deg, #512e90 0%, #32408f 100%);
  background: linear-gradient(135deg, #512e90 0%, #32408f 100%);
}
.widget--coming-up .btn {
  margin: 0.5em 0 0 0;
}
.pagination--prev {
  background: -o-linear-gradient(315deg, #673ab7 0%, #3f51b5 100%);
  background: linear-gradient(135deg, #673ab7 0%, #3f51b5 100%);
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
  grid-template-rows: 1fr;
}
.pagination--prev.linked:hover {
  background: -o-linear-gradient(315deg, #512e90 0%, #32408f 100%);
  background: linear-gradient(135deg, #512e90 0%, #32408f 100%);
}
.pagination--next {
  background: -o-linear-gradient(315deg, #673ab7 0%, #3f51b5 100%);
  background: linear-gradient(135deg, #673ab7 0%, #3f51b5 100%);
  grid-template-columns: auto -webkit-max-content;
  grid-template-columns: auto max-content;
  grid-template-rows: 1fr;
}
.pagination--next.linked:hover {
  background: -o-linear-gradient(315deg, #512e90 0%, #32408f 100%);
  background: linear-gradient(135deg, #512e90 0%, #32408f 100%);
}
.pagination--next .widget__content {
  grid-column: 1;
  grid-row: 1;
}
.pagination--next .widget__icon {
  grid-column: 2;
  grid-row: 1;
}
.widget--month {
  z-index: 1;
  background: -o-linear-gradient(315deg, #673ab7 0%, #3f51b5 100%);
  background: linear-gradient(135deg, #673ab7 0%, #3f51b5 100%);
}
.widget--month.linked:hover {
  background: -o-linear-gradient(315deg, #512e90 0%, #32408f 100%);
  background: linear-gradient(135deg, #512e90 0%, #32408f 100%);
}
.ctas .widget--month--break {
  background: -o-linear-gradient(315deg, #e91e63 0%, #9c27b0 100%);
  background: linear-gradient(135deg, #e91e63 0%, #9c27b0 100%);
}
.ctas .widget--month--break.linked:hover {
  background: -o-linear-gradient(315deg, #c1134e 0%, #771e86 100%);
  background: linear-gradient(135deg, #c1134e 0%, #771e86 100%);
}
@media screen and (max-width: 1025px) {
  .widgets-break {
    margin-left: 0.75em;
    margin-right: 0.75em;
  }
}
.form__group {
  margin-bottom: 1em;
  position: relative;
}
.form__group--separated {
  margin-top: 3em;
}
.form__field {
  position: relative;
}
.form__field .form__input {
  border: 1px #eeeeee solid;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  padding: .8em 1em;
  width: 100%;
}
.form__field .form__input::-webkit-input-placeholder {
  color: #9e9e9e;
  opacity: 1;
}
.form__field .form__input:-ms-input-placeholder {
  color: #9e9e9e;
  opacity: 1;
}
.form__field .form__input::-ms-input-placeholder {
  color: #9e9e9e;
  opacity: 1;
}
.form__field .form__input::placeholder {
  color: #9e9e9e;
  opacity: 1;
}
.form__field .form__input:focus {
  border-color: #b39ddb;
  -webkit-box-shadow: 0 3px 5px #673ab740;
          box-shadow: 0 3px 5px #673ab740;
  color: #673ab7;
}
.form__field .form__input,
.form__field .form__icon + [class^="icon-"] {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.form__field .form__icon:focus + [class^="icon-"] {
  color: #673ab7;
}
.form__field .form__icon {
  padding-left: 3.75em;
}
.form__field .form__icon + [class^="icon-"] {
  color: #9e9e9e;
  font-size: 1em;
  margin: 0 auto;
  left: 1em;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form__field .icon-lock {
  font-size: 1.1em !important;
  left: 0.9em !important;
}
.form__field--2col {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__field--2col label {
  grid-column: 1;
}
.form__field--2col input {
  grid-column: 2;
}
@media screen and (max-width: 1025px) {
  .form__field--2col {
    grid-template-columns: 1fr;
  }
  .form__field--2col label {
    grid-column: 1;
    display: block;
    width: 100%;
  }
  .form__field--2col input {
    grid-column: 1;
    display: block;
    width: 100%;
    margin-top: 0.5em;
  }
}
.form__controls {
  grid-column: 2;
  margin-top: 1.5em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75em;
}
.form .btn {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  padding: .9em 1em;
  position: relative;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 0.9em;
}
.form--submit #submitButton,
.form--submit #cancelButton {
  cursor: default;
}
.form--submit #submitButton span {
  color: transparent;
}
.form--submit #cancelButton:hover {
  background-color: #ffffff;
  color: inherit;
}
.checkbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: grid;
  grid-column-gap: 8px;
  grid-template-columns: 22px auto;
}
.checkbox .checkbox__input {
  display: none;
}
.checkbox .checkbox__input:checked + .icon-ok {
  background-color: #4caf50;
  border: 1px solid #e0e0e0;
}
.checkbox .checkbox__input:disabled + .icon-ok {
  background-color: #c8e6c9;
  border: 1px solid #e0e0e0;
}
.checkbox .icon-ok {
  grid-column: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1em;
  height: 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22px;
  padding-left: 0.15em;
}
.checkbox .checkbox__text {
  grid-column: 2;
}
.toggle {
  display: grid;
  grid-template-columns: 42px auto;
  gap: 0.75em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1025px) {
  .toggle {
    margin-top: 0.5em;
  }
}
.switch {
  position: relative;
  width: 45px;
}
.toggle__control {
  grid-column: 1;
}
.toggle__text {
  grid-column: 2;
}
.toggle-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.toggle-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  height: 25px;
  padding: 0;
  line-height: 20px;
  border: 2px solid #f5f5f5;
  border-radius: 20px;
  background-color: #fafafa;
  -webkit-transition: background-color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}
.toggle--negative .toggle-label {
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}
.toggle-label:before {
  content: "";
  display: block;
  width: 25px;
  margin: 0px;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23px;
  border: 2px	solid #E3E3E3;
  border-radius: 18px;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.toggle--negative .toggle-label:before {
  border-color: #e0e0e0;
}
.toggle-checkbox:checked + .toggle-label {
  background-color: #4caf50;
}
.toggle-checkbox:checked + .toggle-label,
.toggle-checkbox:checked + .toggle-label:before {
  border-color: #4caf50;
}
.toggle-checkbox:checked + .toggle-label:before {
  right: 0px;
}
input[disabled].btn {
  cursor: default !important;
}
input[disabled].btn:hover {
  background-color: inherit !important;
  color: inherit !important;
  opacity: 1 !important;
}
input,
textarea {
  font-size: 0.8em;
  border-radius: 5px;
  padding: 0.5em 1em;
  border: 1px #e0e0e0 solid;
}
textarea {
  padding: 1em 2em;
}
.widget input:not([type=submit]) {
  border: 0;
}
.form__submit__message {
  background: #ffebee;
  border-radius: 5px;
  color: #f44336;
  font-size: .8em;
  padding: 1em 1.5em;
  margin: 0 0 2em;
}
.form__group--error .form__input {
  border-bottom: 2px solid #e57373;
}
.form__group--error .form__input + [class^="icon-"] {
  color: #f44336;
}
.form__group--error .form__field__message {
  color: #f44336;
  display: block;
  font-size: .8em;
  margin: .5em 1em 1.5em;
}
.form__group--error .form__submit__message {
  background: #ffebee;
  color: #f44336;
}
.footer__main {
  margin: 0;
  padding: 1.5em;
}
@media screen and (min-width: 768px) {
  .footer__main {
    margin: 4.5em 0 0;
    padding: 4.5em 1.5em 4.5em;
  }
}
.footer__main,
.footer__secondary {
  border-top: 1px solid #f5f5f5;
  background-color: #ffffff;
}
.footer__secondary {
  background-color: #fff;
  padding: 1.5em;
}
.footer__title {
  color: #455a64;
  font-size: 0.75em;
  text-transform: uppercase;
}
.section-footer__link-list li {
  font-size: 0.75em;
  line-height: 2.5em;
}
.section-footer__link-list li a {
  text-decoration: none;
  color: #455a64;
}
.section-footer__link-list li a:hover {
  color: #673ab7;
  text-decoration: underline;
}
.footer__links {
  max-width: 1300px;
  margin: 0 auto;
  grid-template-columns: repeat(auto-fit, minmax(10em, 1fr));
  display: grid;
  gap: 2em;
}
@media screen and (max-width: 768px) {
  .footer__links {
    grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
  }
}
.footer__details {
  font-size: 0.75em;
  color: #9e9e9e;
}
:root {
  --litepickerDayWidth: 2.79em !important;
}
.litepicker .month-item {
  display: none !important;
}
.litepicker .month-item:first-of-type {
  display: grid !important;
}
.litepicker .container__months.columns-2 {
  width: initial !important;
}
.litepicker .container__days a.day-item {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  -webkite-transition: none !important;
  padding: 7px 0 !important;
  margin: 0 1px !important;
}
.litepicker .container__days a.is-today {
  background-color: #673ab7 !important;
  color: #ffffff !important;
}
.litepicker .container__days a:hover {
  background-color: #e91e63 !important;
  color: #ffffff !important;
  border: 0 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.litepicker .container__months .month-item-header {
  font-family: "Rubik", "Helvetica Neue", "Segoe UI", "Arial", sans-serif;
  font-size: 1.2em;
}
.litepicker .container__months .month-item-header a {
  color: #673ab7;
  text-decoration: underline;
}
.litepicker .container__months .month-item-header a .month-item-year {
  margin-left: 0.25em;
}
.litepicker .container__months .month-item-header a:hover {
  color: #9c27b0;
}
.button-previous-month,
.button-next-month {
  cursor: pointer;
}
.litepicker {
  min-width: 300px;
}
.litepicker .container__main {
  height: 100%;
}
.litepicker .month-item {
  grid-template-rows: auto auto 1fr;
  width: 100% !important;
}
.litepicker .month-item-weekdays-row {
  display: grid !important;
  grid-template-columns: repeat(7, 1fr);
  width: 100%;
}
.litepicker .container__days {
  display: grid !important;
  grid-template-rows: auto;
  grid-template-columns: repeat(7, 1fr);
  width: 100%;
  height: 100%;
}
.litepicker .month-item-header {
  padding: 0 !important;
}
.litepicker .container__months {
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  width: 100% !important;
  height: 100%;
  padding: 1.5em;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
.litepicker .day-item,
.litepicker .container__days div {
  padding: 8px 0 !important;
}
.litepicker .container__days div,
.litepicker .month-item-weekdays-row > div,
.litepicker .day-item {
  -ms-flex-item-align: center;
      align-self: center;
  width: auto !important;
}
.litepicker .month-item-weekdays-row {
  padding: 0.75em 0 0;
}
.litepicker .month-item {
  padding: 0 !important;
}
.litepicker .day-item {
  cursor: pointer !important;
}
.litepicker .button-next-month,
.litepicker .button-previous-month {
  cursor: pointer !important;
}
@media screen and (min-width: 768px) {
  #calendar-header .litepicker {
    font-size: 1em;
    left: auto !important;
    right: 0 !important;
  }
  #calendar-header .litepicker .container__months {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.25) !important;
  }
}
.calendar--banner {
  font-size: 110%;
}
@media screen and (max-width: 768px) {
  div.litepicker {
    font-size: 1em;
    width: 90%;
    min-height: 330px;
    -webkit-box-shadow: 0 0 20px 10px #3333333b;
            box-shadow: 0 0 20px 10px #3333333b;
  }
  div.litepicker .container__days {
    gap: 4px;
  }
  div.litepicker .container__days a.day-item,
  div.litepicker .container__days .container__days div {
    padding: 10px 0 !important;
    margin: 0 !important;
    border: 1px #eaeaea solid;
  }
  div.litepicker-backdrop {
    background: rgba(0, 0, 0, 0.4);
    opacity: 1;
    margin: 0 !important;
  }
  div.litepicker-backdrop::after {
    background: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px 10px #33333320;
            box-shadow: 0 0 20px 10px #33333320;
    color: #673ab7;
    content: '\000d7';
    cursor: pointer;
    font-size: 1.8em;
    padding: 0.05em 0.58em;
    position: fixed;
    right: 23px;
    text-decoration: none;
    top: 8px;
  }
}
