@charset "UTF-8";
/**
 * Front end specific CSS
 */

/**
* Shortcode layout divi default styling  - Divi
 */
section.wfea.divi article .booknow {
  margin-bottom: 1em;
  margin-top: 1em;
}

@media (min-width: 1024px) {
  section.wfea.divi article .booknow .submit {
    width: 100%;
    margin-top: 0;
  }
}
/* divi */
#content-area .wfea.divi .fc table tr, #content-area .wfea.divi .fc table td, #content-area .wfea.divi .fc table th {
  padding: 0 0.587em;
}

/* rows */
section.wfea.rows .row {
  display: flex;
  flex-flow: row wrap;
}
section.wfea.rows .row .tag {
  width: 100px;
}
section.wfea.rows .row .content {
  width: 100%;
}
section.wfea.rows .row .img {
  width: 100px;
}
section.wfea.rows .row .cta {
  width: 120px;
}


/**
*
* default Widget css.
*/
.widget .eaw-block .eaw-li__wrap {
  margin-bottom: 1em;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.widget .eaw-block .eaw-li__flex {
  display: flex;
  gap: 1em;
}
.widget .eaw-block .eaw-li__flex .eaw-content-wrap {
  flex-grow: 1;
  line-height: 100%;
}
.widget .eaw-block .eaw-li__flex .eaw-thumb-wrap {
  flex-shrink: 1;
}
.widget .eaw-block .eaw-li__flex.eaw-alignright {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.widget .eaw-block .eaw-li__flex.eaw-aligncenter {
  flex-direction: column;
}
.widget .eaw-block .eaw-li__flex.eaw-alignleft {
  flex-direction: row;
  justify-content: flex-start;
}
.widget .eaw-block a {
  display: inline;
  text-decoration: none;
}
.widget .eaw-block a.eaw-img {
  display: block;
}
.widget .eaw-block a.eaw-img.eaw-aligncenter {
  text-align: center;
}
.widget .eaw-block h3 {
  background: none;
  clear: none;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5em;
}
.widget .eaw-block .eaw-booknow {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.widget .eaw-block .eaw-thumb {
  border: 1px solid #EEE;
  box-shadow: none;
  margin: 2px 10px 2px 0;
  padding: 3px;
}
.widget .eaw-block .eaw-thumb.eaw-aligncenter {
  margin: 2px auto 2px auto;
}
.widget .eaw-block .eaw-summary {
  font-size: 12px;
}
.widget .eaw-block .eaw-time {
  color: #bbb;
  font-size: 11px;
}
.widget .eaw-block .eaw-comment {
  color: #bbb;
  font-size: 11px;
  padding-left: 5px;
}

.elementor-widget-container .eaw-block .eaw-li__wrap {
  margin-bottom: 1em;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.elementor-widget-container .eaw-block .eaw-li__flex {
  display: flex;
  gap: 1em;
}
.elementor-widget-container .eaw-block .eaw-li__flex .eaw-content-wrap {
  flex-grow: 1;
  line-height: 100%;
}
.elementor-widget-container .eaw-block .eaw-li__flex .eaw-thumb-wrap {
  flex-shrink: 1;
}
.elementor-widget-container .eaw-block .eaw-li__flex.eaw-alignright {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.elementor-widget-container .eaw-block .eaw-li__flex.eaw-aligncenter {
  flex-direction: column;
}
.elementor-widget-container .eaw-block .eaw-li__flex.eaw-alignleft {
  flex-direction: row;
  justify-content: flex-start;
}
.elementor-widget-container .eaw-block a {
  display: inline;
  text-decoration: none;
}
.elementor-widget-container .eaw-block a.eaw-img {
  display: block;
}
.elementor-widget-container .eaw-block a.eaw-img.eaw-aligncenter {
  text-align: center;
}
.elementor-widget-container .eaw-block h3 {
  background: none;
  clear: none;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5em;
}
.elementor-widget-container .eaw-block .eaw-booknow {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.elementor-widget-container .eaw-block .eaw-thumb {
  border: 1px solid #EEE;
  box-shadow: none;
  margin: 2px 10px 2px 0;
  padding: 3px;
}
.elementor-widget-container .eaw-block .eaw-thumb.eaw-aligncenter {
  margin: 2px auto 2px auto;
}
.elementor-widget-container .eaw-block .eaw-summary {
  font-size: 12px;
}
.elementor-widget-container .eaw-block .eaw-time {
  color: #bbb;
  font-size: 11px;
}
.elementor-widget-container .eaw-block .eaw-comment {
  color: #bbb;
  font-size: 11px;
  padding-left: 5px;
}


.wfea-card {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  margin: 0 auto !important;
}
.wfea-card.enfold .wfea-card-item .eaw-img {
  position: inherit !important;
}
.wfea-card .eaw-card-details {
  z-index: 999999;
  display: none;
  text-align: left;
  background-color: #fff;
  padding: 20px;
  width: 300px;
  position: absolute;
  border-radius: 3px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  color: #000;
  font-size: 16px;
  line-height: 1.4;
}
.wfea-card .eaw-button-details:hover .eaw-card-details {
  display: block;
  transform-origin: 100% 0%;
  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;
}
.wfea-card-list-item {
  box-sizing: border-box !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  width: 100% !important;
  max-width: 20rem !important;
  margin-bottom: 1rem !important;
}
.wfea-card .wfea-card-item {
  border-radius: 3px !important;
  overflow: hidden !important;
}
.wfea-card .wfea-card-item .eaw-thumb-wrap {
  width: 100% !important;
  overflow: hidden !important;
  padding-top: 42.10526% !important;
  position: relative !important;
}
.wfea-card .wfea-card-item .eaw-thumb-wrap img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.wfea-card .wfea-card-item .eaw-content-wrap {
  background: #fff !important;
  padding: 0.25rem !important;
  border: 1px solid #e2e8f0 !important;
  display: flex !important;
}
.wfea-card .wfea-card-item .eaw-content-wrap .eaw-calendar-date {
  flex: 0 0 auto !important;
  text-align: center !important;
  font-size: 2.1rem !important;
  line-height: 1.5 !important;
}
.wfea-card .wfea-card-item .eaw-content-wrap .eaw-calendar-date .eaw-calendar-date-month {
  color: #d6472b !important;
  text-transform: uppercase !important;
  font-size: 0.875rem !important;
}
.wfea-card .wfea-card-item .eaw-content-wrap .eaw-calendar-date .eaw-calendar-date-day {
  font-size: 1.25rem !important;
}
.wfea-card .wfea-card-item .eaw-content-wrap .eaw-content-block {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  color: #000 !important;
  flex: 1 1 auto !important;
  font-size: 15px;
}
.wfea-card .wfea-card-item .eaw-content-wrap .eaw-content-block h3 {
  font-size: 0.875rem !important;
  color: #000 !important;
  margin-top: 0 !important;
  margin-bottom: 12px;
  font-weight: bold !important;
}
.wfea-card .wfea-card-item .eaw-content-wrap .eaw-content-block h3 a {
  color: #000 !important;
  text-decoration: none;
}
.wfea-card .wfea-card-item .eaw-content-wrap .eaw-content-block .eaw-time {
  font-size: 16px;
}
.wfea-card .wfea-card-item .eaw-content-wrap .eaw-content-block .eaw-buttons {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  padding-top: 0.5rem !important;
}
.wfea-card .wfea-card-item .eaw-content-wrap .eaw-content-block .eaw-buttons .eaw-button-details {
  color: #2b6cb0 !important;
  text-decoration: underline !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}
.wfea-card .wfea-card-item .eaw-content-wrap .eaw-content-block .eaw-buttons .eaw-booknow a {
  display: block !important;
  background: rgb(60, 125, 56) !important;
  color: #fff !important;
  padding: 0.25rem 1rem !important;
  border-radius: 3px !important;
  text-decoration: none;
}
.wfea-card .wfea-card-item .eaw-content-wrap .eaw-content-block:hover {
  text-decoration: none;
}


section.wfea.theme-red article {
  color: #000000;
}
section.wfea.theme-red article a {
  border: 0;
  box-shadow: none;
}
section.wfea.theme-red article a:hover {
  border: 0;
  box-shadow: none;
}
section.wfea.theme-red article .wfea-header__title:before, section.wfea.theme-red article .wfea-header__title:after {
  content: none;
}
section.wfea.theme-red article h1, section.wfea.theme-red article h2, section.wfea.theme-red article h3, section.wfea.theme-red article h4, section.wfea.theme-red article h5, section.wfea.theme-red article h6 {
  line-height: 1.25;
  margin: 0;
  padding: 0;
}
section.wfea.theme-red article .wfea-1__info {
  background: #f1f1f1;
}
section.wfea.theme-red article .wfea-header__title a {
  color: rgb(220, 38, 38) !important;
}
section.wfea.theme-red article .eaw-time {
  color: #787878;
}
section.wfea.theme-red article .booknow a {
  background: rgb(220, 38, 38);
  color: #ffffff;
}
section.wfea.theme-red article .booknow button {
  background: rgb(220, 38, 38);
  color: #ffffff;
}
section.wfea.theme-red article .more-link {
  color: rgb(220, 38, 38);
}

.eaw-block.theme-red .eaw-ulx .eaw-li__wrap {
  color: #000000;
}
.eaw-block.theme-red .eaw-ulx .eaw-li__wrap a {
  border: 0;
  box-shadow: none;
}
.eaw-block.theme-red .eaw-ulx .eaw-li__wrap a:hover {
  border: 0;
  box-shadow: none;
}
.eaw-block.theme-red .eaw-ulx .eaw-li__wrap .wfea-header__title:before, .eaw-block.theme-red .eaw-ulx .eaw-li__wrap .wfea-header__title:after {
  content: none;
}
.eaw-block.theme-red .eaw-ulx .eaw-li__wrap h1, .eaw-block.theme-red .eaw-ulx .eaw-li__wrap h2, .eaw-block.theme-red .eaw-ulx .eaw-li__wrap h3, .eaw-block.theme-red .eaw-ulx .eaw-li__wrap h4, .eaw-block.theme-red .eaw-ulx .eaw-li__wrap h5, .eaw-block.theme-red .eaw-ulx .eaw-li__wrap h6 {
  line-height: 1.25;
  margin: 0;
  padding: 0;
}
.eaw-block.theme-red .eaw-ulx .eaw-li__wrap .eaw-title a {
  color: rgb(220, 38, 38);
}
.eaw-block.theme-red .eaw-ulx .eaw-li__wrap .eaw-time {
  color: #787878;
}
.eaw-block.theme-red .eaw-ulx .eaw-li__wrap .booknow a {
  background: rgb(220, 38, 38);
  color: #ffffff;
}
.eaw-block.theme-red .eaw-ulx .eaw-li__wrap .booknow button {
  background: rgb(220, 38, 38);
  color: #ffffff;
}
.eaw-block.theme-red .eaw-ulx .eaw-li__wrap .more-link {
  color: rgb(220, 38, 38);
}


section.wfea.wfea-short-date.theme-red article .eaw-title a {
  color: rgb(220, 38, 38) !important;
}
section.wfea.wfea-short-date.theme-red article .eaw-title a:hover {
  opacity: 0.5;
}
section.wfea.wfea-short-date.theme-red article .wfea-short-date-item-date-month {
  color: rgb(220, 38, 38) !important;
}
section.wfea.wfea-short-date.theme-red article .wfea-short-date-item-content .wfea-short-date-item-meta .wfea-short-date-item-buttons .book-now__link {
  background: rgb(220, 38, 38) !important;
}
section.wfea.wfea-short-date.theme-red article .wfea-short-date-item-content .wfea-short-date-item-meta .wfea-short-date-item-buttons button.wfea-modal-view-details {
  color: rgb(220, 38, 38) !important;
}

.wfea-modal-container.theme-red .wfea-modal-checkout-button {
  background: rgb(220, 38, 38) !important;
}

.wfea-card.theme-red article .wfea-card-item .eaw-content-wrap .eaw-content-block .eaw-buttons .eaw-booknow a {
  background: rgb(220, 38, 38) !important;
}

section.wfea.theme-blue article {
  color: #000000;
}
section.wfea.theme-blue article a {
  border: 0;
  box-shadow: none;
}
section.wfea.theme-blue article a:hover {
  border: 0;
  box-shadow: none;
}
section.wfea.theme-blue article .wfea-header__title:before, section.wfea.theme-blue article .wfea-header__title:after {
  content: none;
}
section.wfea.theme-blue article h1, section.wfea.theme-blue article h2, section.wfea.theme-blue article h3, section.wfea.theme-blue article h4, section.wfea.theme-blue article h5, section.wfea.theme-blue article h6 {
  line-height: 1.25;
  margin: 0;
  padding: 0;
}
section.wfea.theme-blue article .wfea-1__info {
  background: #f1f1f1;
}
section.wfea.theme-blue article .wfea-header__title a {
  color: rgb(37, 99, 235) !important;
}
section.wfea.theme-blue article .eaw-time {
  color: #787878;
}
section.wfea.theme-blue article .booknow a {
  background: rgb(37, 99, 235);
  color: #ffffff;
}
section.wfea.theme-blue article .booknow button {
  background: rgb(37, 99, 235);
  color: #ffffff;
}
section.wfea.theme-blue article .more-link {
  color: rgb(37, 99, 235);
}

.eaw-block.theme-blue .eaw-ulx .eaw-li__wrap {
  color: #000000;
}
.eaw-block.theme-blue .eaw-ulx .eaw-li__wrap a {
  border: 0;
  box-shadow: none;
}
.eaw-block.theme-blue .eaw-ulx .eaw-li__wrap a:hover {
  border: 0;
  box-shadow: none;
}
.eaw-block.theme-blue .eaw-ulx .eaw-li__wrap .wfea-header__title:before, .eaw-block.theme-blue .eaw-ulx .eaw-li__wrap .wfea-header__title:after {
  content: none;
}
.eaw-block.theme-blue .eaw-ulx .eaw-li__wrap h1, .eaw-block.theme-blue .eaw-ulx .eaw-li__wrap h2, .eaw-block.theme-blue .eaw-ulx .eaw-li__wrap h3, .eaw-block.theme-blue .eaw-ulx .eaw-li__wrap h4, .eaw-block.theme-blue .eaw-ulx .eaw-li__wrap h5, .eaw-block.theme-blue .eaw-ulx .eaw-li__wrap h6 {
  line-height: 1.25;
  margin: 0;
  padding: 0;
}
.eaw-block.theme-blue .eaw-ulx .eaw-li__wrap .eaw-title a {
  color: rgb(37, 99, 235);
}
.eaw-block.theme-blue .eaw-ulx .eaw-li__wrap .eaw-time {
  color: #787878;
}
.eaw-block.theme-blue .eaw-ulx .eaw-li__wrap .booknow a {
  background: rgb(37, 99, 235);
  color: #ffffff;
}
.eaw-block.theme-blue .eaw-ulx .eaw-li__wrap .booknow button {
  background: rgb(37, 99, 235);
  color: #ffffff;
}
.eaw-block.theme-blue .eaw-ulx .eaw-li__wrap .more-link {
  color: rgb(37, 99, 235);
}


section.wfea.wfea-short-date.theme-blue article .eaw-title a {
  color: rgb(37, 99, 235) !important;
}
section.wfea.wfea-short-date.theme-blue article .eaw-title a:hover {
  opacity: 0.5;
}
section.wfea.wfea-short-date.theme-blue article .wfea-short-date-item-date-month {
  color: rgb(37, 99, 235) !important;
}
section.wfea.wfea-short-date.theme-blue article .wfea-short-date-item-content .wfea-short-date-item-meta .wfea-short-date-item-buttons .book-now__link {
  background: rgb(37, 99, 235) !important;
}
section.wfea.wfea-short-date.theme-blue article .wfea-short-date-item-content .wfea-short-date-item-meta .wfea-short-date-item-buttons button.wfea-modal-view-details {
  color: rgb(37, 99, 235) !important;
}

.wfea-modal-container.theme-blue .wfea-modal-checkout-button {
  background: rgb(37, 99, 235) !important;
}

.wfea-card.theme-blue article .wfea-card-item .eaw-content-wrap .eaw-content-block .eaw-buttons .eaw-booknow a {
  background: rgb(37, 99, 235) !important;
}

section.wfea.theme-indigo article {
  color: #000000;
}
section.wfea.theme-indigo article a {
  border: 0;
  box-shadow: none;
}
section.wfea.theme-indigo article a:hover {
  border: 0;
  box-shadow: none;
}
section.wfea.theme-indigo article .wfea-header__title:before, section.wfea.theme-indigo article .wfea-header__title:after {
  content: none;
}
section.wfea.theme-indigo article h1, section.wfea.theme-indigo article h2, section.wfea.theme-indigo article h3, section.wfea.theme-indigo article h4, section.wfea.theme-indigo article h5, section.wfea.theme-indigo article h6 {
  line-height: 1.25;
  margin: 0;
  padding: 0;
}
section.wfea.theme-indigo article .wfea-1__info {
  background: #f1f1f1;
}
section.wfea.theme-indigo article .wfea-header__title a {
  color: rgb(79, 70, 229) !important;
}
section.wfea.theme-indigo article .eaw-time {
  color: #787878;
}
section.wfea.theme-indigo article .booknow a {
  background: rgb(79, 70, 229);
  color: #ffffff;
}
section.wfea.theme-indigo article .booknow button {
  background: rgb(79, 70, 229);
  color: #ffffff;
}
section.wfea.theme-indigo article .more-link {
  color: rgb(79, 70, 229);
}

.eaw-block.theme-indigo .eaw-ulx .eaw-li__wrap {
  color: #000000;
}
.eaw-block.theme-indigo .eaw-ulx .eaw-li__wrap a {
  border: 0;
  box-shadow: none;
}
.eaw-block.theme-indigo .eaw-ulx .eaw-li__wrap a:hover {
  border: 0;
  box-shadow: none;
}
.eaw-block.theme-indigo .eaw-ulx .eaw-li__wrap .wfea-header__title:before, .eaw-block.theme-indigo .eaw-ulx .eaw-li__wrap .wfea-header__title:after {
  content: none;
}
.eaw-block.theme-indigo .eaw-ulx .eaw-li__wrap h1, .eaw-block.theme-indigo .eaw-ulx .eaw-li__wrap h2, .eaw-block.theme-indigo .eaw-ulx .eaw-li__wrap h3, .eaw-block.theme-indigo .eaw-ulx .eaw-li__wrap h4, .eaw-block.theme-indigo .eaw-ulx .eaw-li__wrap h5, .eaw-block.theme-indigo .eaw-ulx .eaw-li__wrap h6 {
  line-height: 1.25;
  margin: 0;
  padding: 0;
}
.eaw-block.theme-indigo .eaw-ulx .eaw-li__wrap .eaw-title a {
  color: rgb(79, 70, 229);
}
.eaw-block.theme-indigo .eaw-ulx .eaw-li__wrap .eaw-time {
  color: #787878;
}
.eaw-block.theme-indigo .eaw-ulx .eaw-li__wrap .booknow a {
  background: rgb(79, 70, 229);
  color: #ffffff;
}
.eaw-block.theme-indigo .eaw-ulx .eaw-li__wrap .booknow button {
  background: rgb(79, 70, 229);
  color: #ffffff;
}
.eaw-block.theme-indigo .eaw-ulx .eaw-li__wrap .more-link {
  color: rgb(79, 70, 229);
}


section.wfea.wfea-short-date.theme-indigo article .eaw-title a {
  color: rgb(79, 70, 229) !important;
}
section.wfea.wfea-short-date.theme-indigo article .eaw-title a:hover {
  opacity: 0.5;
}
section.wfea.wfea-short-date.theme-indigo article .wfea-short-date-item-date-month {
  color: rgb(79, 70, 229) !important;
}
section.wfea.wfea-short-date.theme-indigo article .wfea-short-date-item-content .wfea-short-date-item-meta .wfea-short-date-item-buttons .book-now__link {
  background: rgb(79, 70, 229) !important;
}
section.wfea.wfea-short-date.theme-indigo article .wfea-short-date-item-content .wfea-short-date-item-meta .wfea-short-date-item-buttons button.wfea-modal-view-details {
  color: rgb(79, 70, 229) !important;
}

.wfea-modal-container.theme-indigo .wfea-modal-checkout-button {
  background: rgb(79, 70, 229) !important;
}

.wfea-card.theme-indigo article .wfea-card-item .eaw-content-wrap .eaw-content-block .eaw-buttons .eaw-booknow a {
  background: rgb(79, 70, 229) !important;
}

section.wfea.theme-green article {
  color: #000000;
}
section.wfea.theme-green article a {
  border: 0;
  box-shadow: none;
}
section.wfea.theme-green article a:hover {
  border: 0;
  box-shadow: none;
}
section.wfea.theme-green article .wfea-header__title:before, section.wfea.theme-green article .wfea-header__title:after {
  content: none;
}
section.wfea.theme-green article h1, section.wfea.theme-green article h2, section.wfea.theme-green article h3, section.wfea.theme-green article h4, section.wfea.theme-green article h5, section.wfea.theme-green article h6 {
  line-height: 1.25;
  margin: 0;
  padding: 0;
}
section.wfea.theme-green article .wfea-1__info {
  background: #f1f1f1;
}
section.wfea.theme-green article .wfea-header__title a {
  color: rgb(5, 150, 105) !important;
}
section.wfea.theme-green article .eaw-time {
  color: #787878;
}
section.wfea.theme-green article .booknow a {
  background: rgb(5, 150, 105);
  color: #ffffff;
}
section.wfea.theme-green article .booknow button {
  background: rgb(5, 150, 105);
  color: #ffffff;
}
section.wfea.theme-green article .more-link {
  color: rgb(5, 150, 105);
}

.eaw-block.theme-green .eaw-ulx .eaw-li__wrap {
  color: #000000;
}
.eaw-block.theme-green .eaw-ulx .eaw-li__wrap a {
  border: 0;
  box-shadow: none;
}
.eaw-block.theme-green .eaw-ulx .eaw-li__wrap a:hover {
  border: 0;
  box-shadow: none;
}
.eaw-block.theme-green .eaw-ulx .eaw-li__wrap .wfea-header__title:before, .eaw-block.theme-green .eaw-ulx .eaw-li__wrap .wfea-header__title:after {
  content: none;
}
.eaw-block.theme-green .eaw-ulx .eaw-li__wrap h1, .eaw-block.theme-green .eaw-ulx .eaw-li__wrap h2, .eaw-block.theme-green .eaw-ulx .eaw-li__wrap h3, .eaw-block.theme-green .eaw-ulx .eaw-li__wrap h4, .eaw-block.theme-green .eaw-ulx .eaw-li__wrap h5, .eaw-block.theme-green .eaw-ulx .eaw-li__wrap h6 {
  line-height: 1.25;
  margin: 0;
  padding: 0;
}
.eaw-block.theme-green .eaw-ulx .eaw-li__wrap .eaw-title a {
  color: rgb(5, 150, 105);
}
.eaw-block.theme-green .eaw-ulx .eaw-li__wrap .eaw-time {
  color: #787878;
}
.eaw-block.theme-green .eaw-ulx .eaw-li__wrap .booknow a {
  background: rgb(5, 150, 105);
  color: #ffffff;
}
.eaw-block.theme-green .eaw-ulx .eaw-li__wrap .booknow button {
  background: rgb(5, 150, 105);
  color: #ffffff;
}
.eaw-block.theme-green .eaw-ulx .eaw-li__wrap .more-link {
  color: rgb(5, 150, 105);
}


section.wfea.wfea-short-date.theme-green article .eaw-title a {
  color: rgb(5, 150, 105) !important;
}
section.wfea.wfea-short-date.theme-green article .eaw-title a:hover {
  opacity: 0.5;
}
section.wfea.wfea-short-date.theme-green article .wfea-short-date-item-date-month {
  color: rgb(5, 150, 105) !important;
}
section.wfea.wfea-short-date.theme-green article .wfea-short-date-item-content .wfea-short-date-item-meta .wfea-short-date-item-buttons .book-now__link {
  background: rgb(5, 150, 105) !important;
}
section.wfea.wfea-short-date.theme-green article .wfea-short-date-item-content .wfea-short-date-item-meta .wfea-short-date-item-buttons button.wfea-modal-view-details {
  color: rgb(5, 150, 105) !important;
}

.wfea-modal-container.theme-green .wfea-modal-checkout-button {
  background: rgb(5, 150, 105) !important;
}

.wfea-card.theme-green article .wfea-card-item .eaw-content-wrap .eaw-content-block .eaw-buttons .eaw-booknow a {
  background: rgb(5, 150, 105) !important;
}

section.wfea.theme-purple article {
  color: #000000;
}
section.wfea.theme-purple article a {
  border: 0;
  box-shadow: none;
}
section.wfea.theme-purple article a:hover {
  border: 0;
  box-shadow: none;
}
section.wfea.theme-purple article .wfea-header__title:before, section.wfea.theme-purple article .wfea-header__title:after {
  content: none;
}
section.wfea.theme-purple article h1, section.wfea.theme-purple article h2, section.wfea.theme-purple article h3, section.wfea.theme-purple article h4, section.wfea.theme-purple article h5, section.wfea.theme-purple article h6 {
  line-height: 1.25;
  margin: 0;
  padding: 0;
}
section.wfea.theme-purple article .wfea-1__info {
  background: #f1f1f1;
}
section.wfea.theme-purple article .wfea-header__title a {
  color: rgb(124, 58, 237) !important;
}
section.wfea.theme-purple article .eaw-time {
  color: #787878;
}
section.wfea.theme-purple article .booknow a {
  background: rgb(124, 58, 237);
  color: #ffffff;
}
section.wfea.theme-purple article .booknow button {
  background: rgb(124, 58, 237);
  color: #ffffff;
}
section.wfea.theme-purple article .more-link {
  color: rgb(124, 58, 237);
}

.eaw-block.theme-purple .eaw-ulx .eaw-li__wrap {
  color: #000000;
}
.eaw-block.theme-purple .eaw-ulx .eaw-li__wrap a {
  border: 0;
  box-shadow: none;
}
.eaw-block.theme-purple .eaw-ulx .eaw-li__wrap a:hover {
  border: 0;
  box-shadow: none;
}
.eaw-block.theme-purple .eaw-ulx .eaw-li__wrap .wfea-header__title:before, .eaw-block.theme-purple .eaw-ulx .eaw-li__wrap .wfea-header__title:after {
  content: none;
}
.eaw-block.theme-purple .eaw-ulx .eaw-li__wrap h1, .eaw-block.theme-purple .eaw-ulx .eaw-li__wrap h2, .eaw-block.theme-purple .eaw-ulx .eaw-li__wrap h3, .eaw-block.theme-purple .eaw-ulx .eaw-li__wrap h4, .eaw-block.theme-purple .eaw-ulx .eaw-li__wrap h5, .eaw-block.theme-purple .eaw-ulx .eaw-li__wrap h6 {
  line-height: 1.25;
  margin: 0;
  padding: 0;
}
.eaw-block.theme-purple .eaw-ulx .eaw-li__wrap .eaw-title a {
  color: rgb(124, 58, 237);
}
.eaw-block.theme-purple .eaw-ulx .eaw-li__wrap .eaw-time {
  color: #787878;
}
.eaw-block.theme-purple .eaw-ulx .eaw-li__wrap .booknow a {
  background: rgb(124, 58, 237);
  color: #ffffff;
}
.eaw-block.theme-purple .eaw-ulx .eaw-li__wrap .booknow button {
  background: rgb(124, 58, 237);
  color: #ffffff;
}
.eaw-block.theme-purple .eaw-ulx .eaw-li__wrap .more-link {
  color: rgb(124, 58, 237);
}


section.wfea.wfea-short-date.theme-purple article .eaw-title a {
  color: rgb(124, 58, 237) !important;
}
section.wfea.wfea-short-date.theme-purple article .eaw-title a:hover {
  opacity: 0.5;
}
section.wfea.wfea-short-date.theme-purple article .wfea-short-date-item-date-month {
  color: rgb(124, 58, 237) !important;
}
section.wfea.wfea-short-date.theme-purple article .wfea-short-date-item-content .wfea-short-date-item-meta .wfea-short-date-item-buttons .book-now__link {
  background: rgb(124, 58, 237) !important;
}
section.wfea.wfea-short-date.theme-purple article .wfea-short-date-item-content .wfea-short-date-item-meta .wfea-short-date-item-buttons button.wfea-modal-view-details {
  color: rgb(124, 58, 237) !important;
}

.wfea-modal-container.theme-purple .wfea-modal-checkout-button {
  background: rgb(124, 58, 237) !important;
}

.wfea-card.theme-purple article .wfea-card-item .eaw-content-wrap .eaw-content-block .eaw-buttons .eaw-booknow a {
  background: rgb(124, 58, 237) !important;
}

section.wfea.theme-pink article {
  color: #000000;
}
section.wfea.theme-pink article a {
  border: 0;
  box-shadow: none;
}
section.wfea.theme-pink article a:hover {
  border: 0;
  box-shadow: none;
}
section.wfea.theme-pink article .wfea-header__title:before, section.wfea.theme-pink article .wfea-header__title:after {
  content: none;
}
section.wfea.theme-pink article h1, section.wfea.theme-pink article h2, section.wfea.theme-pink article h3, section.wfea.theme-pink article h4, section.wfea.theme-pink article h5, section.wfea.theme-pink article h6 {
  line-height: 1.25;
  margin: 0;
  padding: 0;
}
section.wfea.theme-pink article .wfea-1__info {
  background: #f1f1f1;
}
section.wfea.theme-pink article .wfea-header__title a {
  color: rgb(219, 39, 119) !important;
}
section.wfea.theme-pink article .eaw-time {
  color: #787878;
}
section.wfea.theme-pink article .booknow a {
  background: rgb(219, 39, 119);
  color: #ffffff;
}
section.wfea.theme-pink article .booknow button {
  background: rgb(219, 39, 119);
  color: #ffffff;
}
section.wfea.theme-pink article .more-link {
  color: rgb(219, 39, 119);
}

.eaw-block.theme-pink .eaw-ulx .eaw-li__wrap {
  color: #000000;
}
.eaw-block.theme-pink .eaw-ulx .eaw-li__wrap a {
  border: 0;
  box-shadow: none;
}
.eaw-block.theme-pink .eaw-ulx .eaw-li__wrap a:hover {
  border: 0;
  box-shadow: none;
}
.eaw-block.theme-pink .eaw-ulx .eaw-li__wrap .wfea-header__title:before, .eaw-block.theme-pink .eaw-ulx .eaw-li__wrap .wfea-header__title:after {
  content: none;
}
.eaw-block.theme-pink .eaw-ulx .eaw-li__wrap h1, .eaw-block.theme-pink .eaw-ulx .eaw-li__wrap h2, .eaw-block.theme-pink .eaw-ulx .eaw-li__wrap h3, .eaw-block.theme-pink .eaw-ulx .eaw-li__wrap h4, .eaw-block.theme-pink .eaw-ulx .eaw-li__wrap h5, .eaw-block.theme-pink .eaw-ulx .eaw-li__wrap h6 {
  line-height: 1.25;
  margin: 0;
  padding: 0;
}
.eaw-block.theme-pink .eaw-ulx .eaw-li__wrap .eaw-title a {
  color: rgb(219, 39, 119);
}
.eaw-block.theme-pink .eaw-ulx .eaw-li__wrap .eaw-time {
  color: #787878;
}
.eaw-block.theme-pink .eaw-ulx .eaw-li__wrap .booknow a {
  background: rgb(219, 39, 119);
  color: #ffffff;
}
.eaw-block.theme-pink .eaw-ulx .eaw-li__wrap .booknow button {
  background: rgb(219, 39, 119);
  color: #ffffff;
}
.eaw-block.theme-pink .eaw-ulx .eaw-li__wrap .more-link {
  color: rgb(219, 39, 119);
}


section.wfea.wfea-short-date.theme-pink article .eaw-title a {
  color: rgb(219, 39, 119) !important;
}
section.wfea.wfea-short-date.theme-pink article .eaw-title a:hover {
  opacity: 0.5;
}
section.wfea.wfea-short-date.theme-pink article .wfea-short-date-item-date-month {
  color: rgb(219, 39, 119) !important;
}
section.wfea.wfea-short-date.theme-pink article .wfea-short-date-item-content .wfea-short-date-item-meta .wfea-short-date-item-buttons .book-now__link {
  background: rgb(219, 39, 119) !important;
}
section.wfea.wfea-short-date.theme-pink article .wfea-short-date-item-content .wfea-short-date-item-meta .wfea-short-date-item-buttons button.wfea-modal-view-details {
  color: rgb(219, 39, 119) !important;
}

.wfea-modal-container.theme-pink .wfea-modal-checkout-button {
  background: rgb(219, 39, 119) !important;
}

.wfea-card.theme-pink article .wfea-card-item .eaw-content-wrap .eaw-content-block .eaw-buttons .eaw-booknow a {
  background: rgb(219, 39, 119) !important;
}

section.wfea.theme-orange article {
  color: #000000;
}
section.wfea.theme-orange article a {
  border: 0;
  box-shadow: none;
}
section.wfea.theme-orange article a:hover {
  border: 0;
  box-shadow: none;
}
section.wfea.theme-orange article .wfea-header__title:before, section.wfea.theme-orange article .wfea-header__title:after {
  content: none;
}
section.wfea.theme-orange article h1, section.wfea.theme-orange article h2, section.wfea.theme-orange article h3, section.wfea.theme-orange article h4, section.wfea.theme-orange article h5, section.wfea.theme-orange article h6 {
  line-height: 1.25;
  margin: 0;
  padding: 0;
}
section.wfea.theme-orange article .wfea-1__info {
  background: #f1f1f1;
}
section.wfea.theme-orange article .wfea-header__title a {
  color: rgb(217, 119, 6) !important;
}
section.wfea.theme-orange article .eaw-time {
  color: #787878;
}
section.wfea.theme-orange article .booknow a {
  background: rgb(217, 119, 6);
  color: #ffffff;
}
section.wfea.theme-orange article .booknow button {
  background: rgb(217, 119, 6);
  color: #ffffff;
}
section.wfea.theme-orange article .more-link {
  color: rgb(217, 119, 6);
}

.eaw-block.theme-orange .eaw-ulx .eaw-li__wrap {
  color: #000000;
}
.eaw-block.theme-orange .eaw-ulx .eaw-li__wrap a {
  border: 0;
  box-shadow: none;
}
.eaw-block.theme-orange .eaw-ulx .eaw-li__wrap a:hover {
  border: 0;
  box-shadow: none;
}
.eaw-block.theme-orange .eaw-ulx .eaw-li__wrap .wfea-header__title:before, .eaw-block.theme-orange .eaw-ulx .eaw-li__wrap .wfea-header__title:after {
  content: none;
}
.eaw-block.theme-orange .eaw-ulx .eaw-li__wrap h1, .eaw-block.theme-orange .eaw-ulx .eaw-li__wrap h2, .eaw-block.theme-orange .eaw-ulx .eaw-li__wrap h3, .eaw-block.theme-orange .eaw-ulx .eaw-li__wrap h4, .eaw-block.theme-orange .eaw-ulx .eaw-li__wrap h5, .eaw-block.theme-orange .eaw-ulx .eaw-li__wrap h6 {
  line-height: 1.25;
  margin: 0;
  padding: 0;
}
.eaw-block.theme-orange .eaw-ulx .eaw-li__wrap .eaw-title a {
  color: rgb(217, 119, 6);
}
.eaw-block.theme-orange .eaw-ulx .eaw-li__wrap .eaw-time {
  color: #787878;
}
.eaw-block.theme-orange .eaw-ulx .eaw-li__wrap .booknow a {
  background: rgb(217, 119, 6);
  color: #ffffff;
}
.eaw-block.theme-orange .eaw-ulx .eaw-li__wrap .booknow button {
  background: rgb(217, 119, 6);
  color: #ffffff;
}
.eaw-block.theme-orange .eaw-ulx .eaw-li__wrap .more-link {
  color: rgb(217, 119, 6);
}


section.wfea.wfea-short-date.theme-orange article .eaw-title a {
  color: rgb(217, 119, 6) !important;
}
section.wfea.wfea-short-date.theme-orange article .eaw-title a:hover {
  opacity: 0.5;
}
section.wfea.wfea-short-date.theme-orange article .wfea-short-date-item-date-month {
  color: rgb(217, 119, 6) !important;
}
section.wfea.wfea-short-date.theme-orange article .wfea-short-date-item-content .wfea-short-date-item-meta .wfea-short-date-item-buttons .book-now__link {
  background: rgb(217, 119, 6) !important;
}
section.wfea.wfea-short-date.theme-orange article .wfea-short-date-item-content .wfea-short-date-item-meta .wfea-short-date-item-buttons button.wfea-modal-view-details {
  color: rgb(217, 119, 6) !important;
}

.wfea-modal-container.theme-orange .wfea-modal-checkout-button {
  background: rgb(217, 119, 6) !important;
}

.wfea-card.theme-orange article .wfea-card-item .eaw-content-wrap .eaw-content-block .eaw-buttons .eaw-booknow a {
  background: rgb(217, 119, 6) !important;
}

section.wfea.theme-gray article {
  color: #000000;
}
section.wfea.theme-gray article a {
  border: 0;
  box-shadow: none;
}
section.wfea.theme-gray article a:hover {
  border: 0;
  box-shadow: none;
}
section.wfea.theme-gray article .wfea-header__title:before, section.wfea.theme-gray article .wfea-header__title:after {
  content: none;
}
section.wfea.theme-gray article h1, section.wfea.theme-gray article h2, section.wfea.theme-gray article h3, section.wfea.theme-gray article h4, section.wfea.theme-gray article h5, section.wfea.theme-gray article h6 {
  line-height: 1.25;
  margin: 0;
  padding: 0;
}
section.wfea.theme-gray article .wfea-1__info {
  background: #f1f1f1;
}
section.wfea.theme-gray article .wfea-header__title a {
  color: rgb(75, 85, 99) !important;
}
section.wfea.theme-gray article .eaw-time {
  color: #787878;
}
section.wfea.theme-gray article .booknow a {
  background: rgb(75, 85, 99);
  color: #ffffff;
}
section.wfea.theme-gray article .booknow button {
  background: rgb(75, 85, 99);
  color: #ffffff;
}
section.wfea.theme-gray article .more-link {
  color: rgb(75, 85, 99);
}

.eaw-block.theme-gray .eaw-ulx .eaw-li__wrap {
  color: #000000;
}
.eaw-block.theme-gray .eaw-ulx .eaw-li__wrap a {
  border: 0;
  box-shadow: none;
}
.eaw-block.theme-gray .eaw-ulx .eaw-li__wrap a:hover {
  border: 0;
  box-shadow: none;
}
.eaw-block.theme-gray .eaw-ulx .eaw-li__wrap .wfea-header__title:before, .eaw-block.theme-gray .eaw-ulx .eaw-li__wrap .wfea-header__title:after {
  content: none;
}
.eaw-block.theme-gray .eaw-ulx .eaw-li__wrap h1, .eaw-block.theme-gray .eaw-ulx .eaw-li__wrap h2, .eaw-block.theme-gray .eaw-ulx .eaw-li__wrap h3, .eaw-block.theme-gray .eaw-ulx .eaw-li__wrap h4, .eaw-block.theme-gray .eaw-ulx .eaw-li__wrap h5, .eaw-block.theme-gray .eaw-ulx .eaw-li__wrap h6 {
  line-height: 1.25;
  margin: 0;
  padding: 0;
}
.eaw-block.theme-gray .eaw-ulx .eaw-li__wrap .eaw-title a {
  color: rgb(75, 85, 99);
}
.eaw-block.theme-gray .eaw-ulx .eaw-li__wrap .eaw-time {
  color: #787878;
}
.eaw-block.theme-gray .eaw-ulx .eaw-li__wrap .booknow a {
  background: rgb(75, 85, 99);
  color: #ffffff;
}
.eaw-block.theme-gray .eaw-ulx .eaw-li__wrap .booknow button {
  background: rgb(75, 85, 99);
  color: #ffffff;
}
.eaw-block.theme-gray .eaw-ulx .eaw-li__wrap .more-link {
  color: rgb(75, 85, 99);
}


section.wfea.wfea-short-date.theme-gray article .eaw-title a {
  color: rgb(75, 85, 99) !important;
}
section.wfea.wfea-short-date.theme-gray article .eaw-title a:hover {
  opacity: 0.5;
}
section.wfea.wfea-short-date.theme-gray article .wfea-short-date-item-date-month {
  color: rgb(75, 85, 99) !important;
}
section.wfea.wfea-short-date.theme-gray article .wfea-short-date-item-content .wfea-short-date-item-meta .wfea-short-date-item-buttons .book-now__link {
  background: rgb(75, 85, 99) !important;
}
section.wfea.wfea-short-date.theme-gray article .wfea-short-date-item-content .wfea-short-date-item-meta .wfea-short-date-item-buttons button.wfea-modal-view-details {
  color: rgb(75, 85, 99) !important;
}

.wfea-modal-container.theme-gray .wfea-modal-checkout-button {
  background: rgb(75, 85, 99) !important;
}

.wfea-card.theme-gray article .wfea-card-item .eaw-content-wrap .eaw-content-block .eaw-buttons .eaw-booknow a {
  background: rgb(75, 85, 99) !important;
}

.wfea.wfea-cal.theme-red .help-tip,
.qtip.theme-red {
  background: rgb(254, 242, 242);
  border-color: rgb(248, 113, 113);
  color: rgb(127, 29, 29);
}
.wfea.wfea-cal.theme-red .help-tip .qtip-titlebar,
.qtip.theme-red .qtip-titlebar {
  background: rgb(254, 202, 202);
}
.wfea.wfea-cal.theme-red .help-tip .qtip-tip:before,
.qtip.theme-red .qtip-tip:before {
  border-color: rgb(248, 113, 113) transparent transparent;
}
.wfea.wfea-cal.theme-red .help-tip .qtip-tip:after,
.qtip.theme-red .qtip-tip:after {
  border-color: rgb(254, 242, 242) transparent transparent transparent;
}

.wfea.wfea-cal.theme-blue .help-tip,
.qtip.theme-blue {
  background: rgb(239, 246, 255);
  border-color: rgb(96, 165, 250);
  color: rgb(30, 58, 138);
}
.wfea.wfea-cal.theme-blue .help-tip .qtip-titlebar,
.qtip.theme-blue .qtip-titlebar {
  background: rgb(191, 219, 254);
}
.wfea.wfea-cal.theme-blue .help-tip .qtip-tip:before,
.qtip.theme-blue .qtip-tip:before {
  border-color: rgb(96, 165, 250) transparent transparent;
}
.wfea.wfea-cal.theme-blue .help-tip .qtip-tip:after,
.qtip.theme-blue .qtip-tip:after {
  border-color: rgb(239, 246, 255) transparent transparent transparent;
}

.wfea.wfea-cal.theme-indigo .help-tip,
.qtip.theme-indigo {
  background: rgb(238, 242, 255);
  border-color: rgb(129, 140, 248);
  color: rgb(49, 46, 129);
}
.wfea.wfea-cal.theme-indigo .help-tip .qtip-titlebar,
.qtip.theme-indigo .qtip-titlebar {
  background: rgb(199, 210, 254);
}
.wfea.wfea-cal.theme-indigo .help-tip .qtip-tip:before,
.qtip.theme-indigo .qtip-tip:before {
  border-color: rgb(129, 140, 248) transparent transparent;
}
.wfea.wfea-cal.theme-indigo .help-tip .qtip-tip:after,
.qtip.theme-indigo .qtip-tip:after {
  border-color: rgb(238, 242, 255) transparent transparent transparent;
}

.wfea.wfea-cal.theme-green .help-tip,
.qtip.theme-green {
  background: rgb(236, 253, 245);
  border-color: rgb(52, 211, 153);
  color: rgb(6, 78, 59);
}
.wfea.wfea-cal.theme-green .help-tip .qtip-titlebar,
.qtip.theme-green .qtip-titlebar {
  background: rgb(167, 243, 208);
}
.wfea.wfea-cal.theme-green .help-tip .qtip-tip:before,
.qtip.theme-green .qtip-tip:before {
  border-color: rgb(52, 211, 153) transparent transparent;
}
.wfea.wfea-cal.theme-green .help-tip .qtip-tip:after,
.qtip.theme-green .qtip-tip:after {
  border-color: rgb(236, 253, 245) transparent transparent transparent;
}

.wfea.wfea-cal.theme-purple .help-tip,
.qtip.theme-purple {
  background: rgb(245, 243, 255);
  border-color: rgb(167, 139, 250);
  color: rgb(76, 29, 149);
}
.wfea.wfea-cal.theme-purple .help-tip .qtip-titlebar,
.qtip.theme-purple .qtip-titlebar {
  background: rgb(221, 214, 254);
}
.wfea.wfea-cal.theme-purple .help-tip .qtip-tip:before,
.qtip.theme-purple .qtip-tip:before {
  border-color: rgb(167, 139, 250) transparent transparent;
}
.wfea.wfea-cal.theme-purple .help-tip .qtip-tip:after,
.qtip.theme-purple .qtip-tip:after {
  border-color: rgb(245, 243, 255) transparent transparent transparent;
}

.wfea.wfea-cal.theme-pink .help-tip,
.qtip.theme-pink {
  background: rgb(253, 242, 248);
  border-color: rgb(244, 114, 182);
  color: rgb(131, 24, 67);
}
.wfea.wfea-cal.theme-pink .help-tip .qtip-titlebar,
.qtip.theme-pink .qtip-titlebar {
  background: rgb(251, 207, 232);
}
.wfea.wfea-cal.theme-pink .help-tip .qtip-tip:before,
.qtip.theme-pink .qtip-tip:before {
  border-color: rgb(244, 114, 182) transparent transparent;
}
.wfea.wfea-cal.theme-pink .help-tip .qtip-tip:after,
.qtip.theme-pink .qtip-tip:after {
  border-color: rgb(253, 242, 248) transparent transparent transparent;
}

.wfea.wfea-cal.theme-orange .help-tip,
.qtip.theme-orange {
  background: #fff3eb;
  border-color: #fba024;
  color: #78350f;
}
.wfea.wfea-cal.theme-orange .help-tip .qtip-titlebar,
.qtip.theme-orange .qtip-titlebar {
  background: #fdc68a;
}
.wfea.wfea-cal.theme-orange .help-tip .qtip-tip:before,
.qtip.theme-orange .qtip-tip:before {
  border-color: #fba024 transparent transparent;
}
.wfea.wfea-cal.theme-orange .help-tip .qtip-tip:after,
.qtip.theme-orange .qtip-tip:after {
  border-color: #fff3eb transparent transparent transparent;
}

.wfea.wfea-cal.theme-gray .help-tip,
.qtip.theme-gray {
  background: rgb(249, 250, 251);
  border-color: rgb(156, 163, 175);
  color: rgb(17, 24, 39);
}
.wfea.wfea-cal.theme-gray .help-tip .qtip-titlebar,
.qtip.theme-gray .qtip-titlebar {
  background: rgb(229, 231, 235);
}
.wfea.wfea-cal.theme-gray .help-tip .qtip-tip:before,
.qtip.theme-gray .qtip-tip:before {
  border-color: rgb(156, 163, 175) transparent transparent;
}
.wfea.wfea-cal.theme-gray .help-tip .qtip-tip:after,
.qtip.theme-gray .qtip-tip:after {
  border-color: rgb(249, 250, 251) transparent transparent transparent;
}

.wfea.wfea-cal.theme-red .fc-unthemed td.fc-today {
  background: rgb(254, 242, 242);
}
.wfea.wfea-cal.theme-red .fc-event, .wfea.wfea-cal.theme-red .fc-event-dot {
  background-color: rgb(185, 28, 28);
  color: rgb(254, 226, 226);
  border-color: transparent transparent;
}
.wfea.wfea-cal.theme-red .fc-toolbar.fc-header-toolbar {
  background: rgb(185, 28, 28);
}
.wfea.wfea-cal.theme-red .fc-toolbar.fc-header-toolbar h2 {
  color: rgb(254, 226, 226);
}
.wfea.wfea-cal.theme-red .fc-toolbar.fc-header-toolbar .fc-button-group button {
  background: rgb(185, 28, 28);
  border-color: rgb(153, 27, 27);
  color: rgb(254, 202, 202);
  text-shadow: none;
}

.wfea.wfea-cal.theme-blue .fc-unthemed td.fc-today {
  background: rgb(239, 246, 255);
}
.wfea.wfea-cal.theme-blue .fc-event, .wfea.wfea-cal.theme-blue .fc-event-dot {
  background-color: rgb(29, 78, 216);
  color: rgb(219, 234, 254);
  border-color: transparent transparent;
}
.wfea.wfea-cal.theme-blue .fc-toolbar.fc-header-toolbar {
  background: rgb(29, 78, 216);
}
.wfea.wfea-cal.theme-blue .fc-toolbar.fc-header-toolbar h2 {
  color: rgb(219, 234, 254);
}
.wfea.wfea-cal.theme-blue .fc-toolbar.fc-header-toolbar .fc-button-group button {
  background: rgb(29, 78, 216);
  border-color: rgb(30, 64, 175);
  color: rgb(191, 219, 254);
  text-shadow: none;
}

.wfea.wfea-cal.theme-indigo .fc-unthemed td.fc-today {
  background: rgb(238, 242, 255);
}
.wfea.wfea-cal.theme-indigo .fc-event, .wfea.wfea-cal.theme-indigo .fc-event-dot {
  background-color: rgb(67, 56, 202);
  color: rgb(224, 231, 255);
  border-color: transparent transparent;
}
.wfea.wfea-cal.theme-indigo .fc-toolbar.fc-header-toolbar {
  background: rgb(67, 56, 202);
}
.wfea.wfea-cal.theme-indigo .fc-toolbar.fc-header-toolbar h2 {
  color: rgb(224, 231, 255);
}
.wfea.wfea-cal.theme-indigo .fc-toolbar.fc-header-toolbar .fc-button-group button {
  background: rgb(67, 56, 202);
  border-color: rgb(55, 48, 163);
  color: rgb(199, 210, 254);
  text-shadow: none;
}

.wfea.wfea-cal.theme-green .fc-unthemed td.fc-today {
  background: rgb(236, 253, 245);
}
.wfea.wfea-cal.theme-green .fc-event, .wfea.wfea-cal.theme-green .fc-event-dot {
  background-color: rgb(4, 120, 87);
  color: rgb(209, 250, 229);
  border-color: transparent transparent;
}
.wfea.wfea-cal.theme-green .fc-toolbar.fc-header-toolbar {
  background: rgb(4, 120, 87);
}
.wfea.wfea-cal.theme-green .fc-toolbar.fc-header-toolbar h2 {
  color: rgb(209, 250, 229);
}
.wfea.wfea-cal.theme-green .fc-toolbar.fc-header-toolbar .fc-button-group button {
  background: rgb(4, 120, 87);
  border-color: rgb(6, 95, 70);
  color: rgb(167, 243, 208);
  text-shadow: none;
}

.wfea.wfea-cal.theme-purple .fc-unthemed td.fc-today {
  background: rgb(245, 243, 255);
}
.wfea.wfea-cal.theme-purple .fc-event, .wfea.wfea-cal.theme-purple .fc-event-dot {
  background-color: rgb(109, 40, 217);
  color: rgb(237, 233, 254);
  border-color: transparent transparent;
}
.wfea.wfea-cal.theme-purple .fc-toolbar.fc-header-toolbar {
  background: rgb(109, 40, 217);
}
.wfea.wfea-cal.theme-purple .fc-toolbar.fc-header-toolbar h2 {
  color: rgb(237, 233, 254);
}
.wfea.wfea-cal.theme-purple .fc-toolbar.fc-header-toolbar .fc-button-group button {
  background: rgb(109, 40, 217);
  border-color: rgb(91, 33, 182);
  color: rgb(221, 214, 254);
  text-shadow: none;
}

.wfea.wfea-cal.theme-pink .fc-unthemed td.fc-today {
  background: rgb(253, 242, 248);
}
.wfea.wfea-cal.theme-pink .fc-event, .wfea.wfea-cal.theme-pink .fc-event-dot {
  background-color: rgb(190, 24, 93);
  color: rgb(252, 231, 243);
  border-color: transparent transparent;
}
.wfea.wfea-cal.theme-pink .fc-toolbar.fc-header-toolbar {
  background: rgb(190, 24, 93);
}
.wfea.wfea-cal.theme-pink .fc-toolbar.fc-header-toolbar h2 {
  color: rgb(252, 231, 243);
}
.wfea.wfea-cal.theme-pink .fc-toolbar.fc-header-toolbar .fc-button-group button {
  background: rgb(190, 24, 93);
  border-color: rgb(157, 23, 77);
  color: rgb(251, 207, 232);
  text-shadow: none;
}

.wfea.wfea-cal.theme-orange .fc-unthemed td.fc-today {
  background: rgb(255, 251, 235);
}
.wfea.wfea-cal.theme-orange .fc-event, .wfea.wfea-cal.theme-orange .fc-event-dot {
  background-color: rgb(180, 83, 9);
  color: rgb(254, 243, 199);
  border-color: transparent transparent;
}
.wfea.wfea-cal.theme-orange .fc-toolbar.fc-header-toolbar {
  background: rgb(180, 83, 9);
}
.wfea.wfea-cal.theme-orange .fc-toolbar.fc-header-toolbar h2 {
  color: rgb(254, 243, 199);
}
.wfea.wfea-cal.theme-orange .fc-toolbar.fc-header-toolbar .fc-button-group button {
  background: rgb(180, 83, 9);
  border-color: rgb(146, 64, 14);
  color: rgb(253, 230, 138);
  text-shadow: none;
}

.wfea.wfea-cal.theme-gray .fc-unthemed td.fc-today {
  background: rgb(249, 250, 251);
}
.wfea.wfea-cal.theme-gray .fc-event, .wfea.wfea-cal.theme-gray .fc-event-dot {
  background-color: rgb(55, 65, 81);
  color: rgb(243, 244, 246);
  border-color: transparent transparent;
}
.wfea.wfea-cal.theme-gray .fc-toolbar.fc-header-toolbar {
  background: rgb(55, 65, 81);
}
.wfea.wfea-cal.theme-gray .fc-toolbar.fc-header-toolbar h2 {
  color: rgb(243, 244, 246);
}
.wfea.wfea-cal.theme-gray .fc-toolbar.fc-header-toolbar .fc-button-group button {
  background: rgb(55, 65, 81);
  border-color: rgb(31, 41, 55);
  color: rgb(229, 231, 235);
  text-shadow: none;
}

/*# sourceMappingURL=frontend.css.map */
