/* CSS that should be displayed if width is equal to or less than 800px goes here */
@media (max-width: 450px) {
  .site-title a {
    font-family: monospace;
    font-style: normal;
    text-transform: none;
    /* 32px Default */
    font-size: 24px;
  }
}
@media (min-width: 450px) {
  /* Set The Title Color Of Each Page 
 * The Light/Dark Theme Tries To Make It White (Can't Be Disabled) */  .site-title a {
    font-family: monospace;
    font-style: normal;
    text-transform: none;
    /* 32px Default */
    font-size: 42px;
  }
}
.entry-title {
  color: black;
  font-size: inherit;
  /* Customize The Menu Below The Banner */
}
.yuki-header-row.yuki-header-row-bottom_row a {
  /* 13 px Default */
  font-size: 24px;
  /* Clears the background color of the list/months views */
}
.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content {
  background-color: inherit;
  /* Hides The Event Date/Time Details */
}
.tribe-events-meta-group-details {
  display: none;
  /* Set The Venue Text Color To Default */
}
.tribe-events-meta-group-venue {
  color: #eaece1;
  /* Hide The Venue Details Title */
}
.tribe-events-meta-group-venue h2 {
  display: none;
  /* Title/DateTime Attributes Of Events On The Months Calendar */
}
.tribe-events-calendar-month__calendar-event-title, .tribe-events-calendar-month__calendar-event-datetime {
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  /* DateTime Size Of Events On The Months Calendar */
}
.tribe-events-calendar-month__calendar-event-datetime {
  font-size: 15px !important;
  /* Set Google Maps Map Size For Events */
}
.tribe-events-venue-map iframe {
  max-height: 275px !important;
  /* Set The Display Width Of The Text On The Performances Tab (Not The Events Display) */
}
.performance-text {
  width: 25vw;
  /* Set The Timeline Story Background */
}
.story-details {
  background: rgba(51, 163, 51, 75) !important;
  /* Adjust Attributes Of Timeline Story Header */
}
.story-content h3 {
  font-family: Marker Felt, fantasy !important;
  font-weight: 500 !important;
  /* Adjust Attributes Of Timeline Story Content */
}
.story-content p {
  color: #eaece1 !important;
  font-family: Marker Felt, fantasy !important;
  /* Give Each Timeline Story A Complete Border */
}
.story-details {
  border-radius: 20px !important;
  border-width: 4px !important;
  border-style: solid !important;
  /* Set The Default Font-Size For The Contact-Us Labels */
}
.wpforms-field-label {
  font-size: 20px !important;
  /* Set The Default Font-Size For The Contact-Us Input */
}
.wpforms-field-medium, .wpforms-field-name-first, .wpforms-field-name-last {
  font-size: 18px !important;
  /* Set The Caption Attributes For The Slideshow On The Home Page */
}
.main-slideshow mark {
  position: relative;
  top: -30px;
  display: block;
  text-align: center;
  font-size: 20px;
  /* Set The Caption Position For The Travel WI Video */
}
.travel-wi mark {
  position: relative;
  top: -10px;
  /* Set Search Results Pages Text Color */
}
.yuki-pagination a {
  color: black !important;
}
