@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Playfair+Display:400');
/*
 Theme Name:   GP Child Theme
 Theme URI:    http://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Dickiebirds
 Author URI:   https://dickiebirds.studio/
 Template:     generatepress
 Version:      0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow
 */
/* Add your custom styles below... */
/*
 * Media queries
 */
/*@include bp-babybear {
 display: none;
 } */
/*
 * Global variables
 */
/* 
 * Colors
 */
* {
  box-sizing: border-box;
  text-decoration: none;
}
html {
  width: 100%;
  height: 100%;
}
body {
  background-color: #fff;
  color: #3a3a3a;
}
body a {
  text-decoration: none;
  transition: 0.3s;
}
.icon-links a:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f606";
  padding-right: 10px;
}
#main .fl-rich-text a, .fl-row .fl-rich-text a {
  text-decoration: none;
  color: #e94e1c;
  transition: 0.3s;
  border-bottom: 1px solid transparent;
}
#main .fl-rich-text a:hover, .fl-row .fl-rich-text a:hover {
  border-bottom: 1px solid #e94e1c;
}
*:active, *:focus {
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1, h2, h3 {
  font-family: 'Playfair Display', sans-serif;
  font-weight: normal;
  line-height: 1.3;
}
h1, h1 .fl-heading-text {
  font-size: 50px;
}
h2, h2 .fl-heading-text {
  font-size: 46px;
}
h3, h3 .fl-heading-text {
  font-size: 30px;
}
h3 em, h3 .fl-heading-text em {
  color: #e94e1c;
  font-style: normal !important;
}
h4, h4 .fl-heading-text {
  font-size: 24px;
  font-family: 'Open Sans Condensed', sans-serif;
}
p {
  font-size: 19px;
  line-height: 1.8;
  font-family: 'Open Sans Condensed', sans-serif;
}
.fl-button {
  font-size: 22px;
  line-height: 1.5;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
  h1, h1 .fl-heading-text {
    font-size: 46px;
  }
  h2, h2 .fl-heading-text {
    font-size: 40px;
  }
  h3, h3 .fl-heading-text {
    font-size: 28px;
  }
  h4, h4 .fl-heading-text {
    font-size: 22px;
  }
  p {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  h1, h1 .fl-heading-text {
    font-size: 33px;
  }
  h2, h2 .fl-heading-text {
    font-size: 26px;
  }
  h3, h3 .fl-heading-text {
    font-size: 22px;
  }
  h4, h4 .fl-heading-text {
    font-size: 20px;
  }
  p {
    font-size: 16px;
    line-height: 1.5;
  }
}
.bigger-text p {
  font-size: 22px;
}
@media only screen and (max-width: 992px) {
  .bigger-text p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .bigger-text p {
    font-size: 18px;
  }
}
.fl-rich-text p:last-child {
  margin-bottom: 0 !important;
}
@media all and (max-width: 992px) {
  .max-width .fl-row-content {
    max-width: 880px;
  }
}
@media all and (max-width: 768px) {
  .max-width .fl-row-content {
    max-width: 600px;
  }
  .max-width .fl-row-content img {
    max-height: 420px;
    overflow: hidden;
  }
}
.click-col {
  transition: 0.3s;
}
.click-col:hover {
  transform: rotate(5deg) scale(0.9);
}
.click-col:hover .fl-col-content:after {
  transition: 0.3s;
  background-color: rgba(244, 119, 30, 0.8);
}
.click-col.normal {
  transition: 0.3s;
}
.click-col.normal:hover {
  transform: none !important;
}
.click-col.normal:hover .fl-col-content:after {
  transition: 0.3s;
  background-color: rgba(244, 119, 30, 0.8);
}
@media all and (max-width: 992px) {
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
}
.fl-button {
  font-family: 'Playfair Display', sans-serif;
  min-width: 180px;
  padding: 16px 18px !important;
  display: block;
  transition: 0.3s;
  text-align: center;
  text-transform: none !important;
  position: relative;
  letter-spacing: 1px;
  font-size: 17px !important;
}
.fl-button::after {
  padding-left: 4px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f054";
}
.fl-button:hover {
  margin-left: 4px;
}
.fl-button:hover::after {
  transition: 0.5s;
  padding-left: 8px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f061";
  transition: 0.3s;
}
@media all and (max-width: 768px) {
  .fl-button {
    font-size: 14px !important;
    min-width: 150px;
    padding: 18px 16px !important;
  }
}
.fl-button span {
  color: #e94e1c !important;
  transition: 0.3s;
  text-align: center;
}
.small .fl-button {
  font-size: 14px !important;
  padding: 14px 16px !important;
}
.transparent .fl-button {
  border: 1px solid #f08664 !important;
  background-color: transparent !important;
  color: #e94e1c !important;
}
.transparent .fl-button:hover {
  color: #fff !important;
  border-color: #e94e1c !important;
  background: #e94e1c !important;
}
.transparent .fl-button:hover span {
  color: #fff !important;
}
.full .fl-button {
  background: #e94e1c !important;
  border: 1px solid #cb4014 !important;
  color: #fff !important;
}
.full .fl-button span {
  color: #fff !important;
}
.full .fl-button:hover {
  background: #d44315 !important;
  border: 1px solid #cb4014 !important;
}
.full .fl-button:hover span {
  color: #fff !important;
}
#primary-menu a {
  text-transform: none;
  font-weight: 400;
  transition: 0.3s;
}
#secondary-navigation a i.fab.fa-facebook-f {
  color: #3b5998;
}
#secondary-navigation a:hover i.fab.fa-facebook-f {
  color: #4c70ba;
}
#secondary-navigation a i.fab.fa-twitter {
  color: #4099ff;
}
#secondary-navigation a:hover i.fab.fa-twitter {
  color: #73b4ff;
}
#secondary-navigation a i.fab.fa-instagram {
  color: #d93175;
}
#secondary-navigation a:hover i.fab.fa-instagram {
  color: #e15c92;
}
#secondary-navigation a i.fab.fa-linkedin {
  color: #0181b2;
}
#secondary-navigation a:hover i.fab.fa-linkedin {
  color: #01a6e5;
}
@media (min-width: 900px) {
  .secondary-navigation .main-nav ul li.nav-social:last-of-type {
    margin-right: 10px;
  }
  .secondary-navigation .main-nav ul li.nav-social a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1060px) {
  .site-logo img {
    margin-bottom: -50px;
  }
}
@media only screen and (max-width: 1060px) {
  .site-logo .header-image {
    margin-bottom: -5px;
  }
}
#menu-off-canvas-menu {
  padding-bottom: 40px;
}
.featured-event-bar a {
  color: #fff !important;
}
.latest-tweet-widget li {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 16px;
  font-style: italic;
  line-height: 1.8;
}
.latest-tweet-widget li a {
  font-weight: normal;
}
.footer-widgets .widget_mec_mec_widget .mec-event-image {
  display: none;
}
.footer-widgets .mec-widget .mec-event-list-classic .mec-event-article {
  margin-bottom: 5px;
  padding: 0;
}
.footer-widgets .mec-widget .mec-event-list-classic .mec-event-article * {
  color: #fff;
  font-weight: normal;
  text-transform: none;
}
.footer-widgets .widget_recent_entries .post-date {
  display: block;
  font-size: 11px;
}
.footer-widgets .widget_recent_entries li {
  margin-bottom: 15px;
}
.slideout-navigation .site-logo {
  margin: 30px 30px;
}
.news-layout h4 {
  font-family: 'Playfair Display', sans-serif;
}
.news-layout .uabb-blog-posts-description {
  font-family: 'Open Sans Condensed', sans-serif;
}
.news-layout .uabb-read-more-text a {
  color: #e94e1c;
}
.news-layout .uabb-read-more-text a::after {
  padding-left: 4px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f054";
}
.news-layout .uabb-read-more-text a:hover {
  margin-left: 4px;
}
.news-layout .uabb-read-more-text a:hover::after {
  transition: 0.5s;
  padding-left: 8px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f061";
  transition: 0.3s;
}
.news-layout .uabb-next-right-arrow {
  display: none;
}
.news-layout .read-more {
  display: none !important;
}
.post-navigation a {
  color: #fff !important;
  border-bottom: 1px solid #e94e1c;
  transition: 0.3s;
}
.post-navigation a:hover {
  border-bottom: 1px solid #fff;
}
.contact-form .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0px;
}
.contact-form .gfield_label {
  display: none !important;
}
.contact-form input[type=text], .contact-form textarea {
  padding: 10px !important;
  border-radius: 4px;
}
.contact-form ::placeholder {
  color: #2f2f2f !important;
  text-transform: uppercase;
  font-family: 'Playfair Display', sans-serif;
}
.contact-form .gform_button {
  width: 100% !important;
  font-family: 'Playfair Display', sans-serif;
  border-radius: 4px;
  background: #e94e1c !important;
  border: 1px solid #e94e1c !important;
  text-transform: uppercase;
  transition: 0.3s;
}
.contact-form .gform_button:hover {
  background: #e61671 !important;
  border: 1px solid #e61671 !important;
}
.directory .fl-post-grid-post {
  transition: all 0.5s ease;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.07);
  border: 1px solid #f1f2f3;
  cursor: pointer;
}
.directory .fl-post-grid-post:hover {
  box-shadow: 0px 11px 9px -10px rgba(0, 0, 0, 0.52);
}
.directory .fl-post-grid-post .directory-layout {
  padding: 10px;
  display: flex;
  align-items: center;
}
.directory .fl-post-grid-post .directory-layout .fl-post-image {
  width: 120px;
  padding-right: 20px;
  padding-left: 10px;
}
.directory .fl-post-grid-post .directory-layout .fl-post-text {
  width: 100%;
}
.directory .fl-post-grid-post .directory-layout .fl-post-text h3 {
  margin-bottom: 0px;
}
.directory .fl-post-grid-post .directory-layout .fl-post-text h3 a {
  font-size: 20px;
}
.directory .fl-post-grid-post .directory-layout .fl-post-text p {
  padding-top: 3px;
  padding-bottom: 3px;
  color: #636363;
  font-size: 13px;
  margin-bottom: 0px !important;
}
.directory .fl-post-grid-post .directory-layout .fl-post-text a {
  color: #000;
  border-bottom: 0px solid #000;
  transition: 0.3s;
  font-size: 13px;
  display: block;
}
.directory .fl-post-grid-post .directory-layout .fl-post-text a:hover {
  color: #e94e1c;
}
.directory .fl-post-grid-post .directory-layout .fl-post-text .fl-post-more-link {
  margin-top: -10px;
  text-align: right;
}
.directory .fl-post-grid-post .directory-layout .fl-post-text .fl-post-more-link a {
  color: #fff;
  background-color: #e94e1c;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
}
.directory .fl-post-grid-post .directory-layout .fl-post-text .fl-post-more-link a:hover {
  background-color: rgba(233, 78, 28, 0.8);
}
.page-numbers span, .page-numbers a {
  border-radius: 4px !important;
  color: #e94e1c;
}
.page-numbers .current {
  background-color: #e94e1c !important;
  color: #fff !important;
}
.facetwp-bb-module .facetwp-facet {
  margin-bottom: 0;
}
.facetwp-bb-module .facetwp-facet select, .facetwp-bb-module .facetwp-facet input {
  width: 100%;
  border-radius: 4px;
  border: none !important;
  background-color: #fff !important;
}
.single-directory-layout .address {
  color: #636363;
  margin-bottom: 0px !important;
}
.single-directory-layout a {
  padding-bottom: 7px;
  color: #000;
  border-bottom: 0px solid #000;
  transition: 0.3s;
  display: block;
}
.single-directory-layout a:hover {
  color: #e94e1c;
}
.single-directory-layout .back-link a {
  display: inline-block;
}
.e-calendar .fl-html {
  background-color: #fff;
}
.mec-container .widget_search, .mec-container .widget_recent_entries, .mec-container .widget_recent_comments, .mec-container .widget_archive, .mec-container .widget_categories, .mec-container .widget_meta, .mec-container #respond, .mec-container .mec-related-events-wrap {
  display: none !important;
}
.mec-container .mec-event-content {
  padding-top: 0px;
  padding-bottom: 0px !important;
}
.mec-container .mec-events-event-image {
  max-width: 200px;
}
.mec-booking-button {
  color: #e94e1c !important;
  border: 1px solid #e94e1c !important;
  transition: 0.3s;
}
.mec-booking-button:hover {
  color: #fff !important;
  background-color: #e94e1c !important;
}
.mec-topsec .mec-event-image-wrap {
  width: 15%;
  padding: 15px !important;
  border: 1px solid #f4f4f4;
  vertical-align: middle !important;
}
.event-color {
  display: none;
}
.mec-search-form {
  margin: 0px !important;
}
.cov h5 {
  font-family: 'Playfair Display', sans-serif;
  font-size: 18px;
  color: #e94e1c;
}
.cov h5 a {
  color: #e94e1c;
}
.cov p {
  font-size: 16px;
}
.cov .fl-button {
  font-size: 14px !important;
  padding: 14px !important;
}
.learn-explore h3 a {
  color: #3a3a3a;
}
.learn-explore h3 a:hover {
  color: #e94e1c;
}
.learn-explore h3 a:visited {
  color: #3a3a3a;
}
.learn-explore h3 a .fl-heading-text {
  font-size: 22px !important;
}
.page-id-64426 #main {
  font-size: 16px !important;
}
.page-id-64426 #main h1, .page-id-64426 #main h2, .page-id-64426 #main h3 {
  font-family: Recoleta, Verdana, Arial, sans-serif !important;
  font-weight: 600;
  line-height: 1.3;
}
.page-id-64426 #main h1, .page-id-64426 #main h1 .fl-heading-text {
  font-size: 50px;
  color: #262a56;
}
.page-id-64426 #main h2, .page-id-64426 #main h2 .fl-heading-text {
  font-size: 46px;
  color: #e84b41;
}
.page-id-64426 #main h3, .page-id-64426 #main h3 .fl-heading-text {
  font-size: 35px;
  color: #262a56;
}
.page-id-64426 #main p {
  color: #262a56 !important;
  font-size: 16px !important;
}
.page-id-64426 .parent-max-width {
  margin-top: 5%;
  width: 100%;
}
.page-id-64426 .parent-max-width .fl-col-content {
  max-width: 900px;
  margin: 0 auto;
}
.page-id-64426 .parent-max-width .filter-by-time {
  padding-top: 12px;
}
.page-id-64426 .parent-max-width .filter-by-time a {
  display: block;
  color: #262a56;
  font-weight: bold;
  transition: 0.5s;
  font-size: 20px !important;
}
.page-id-64426 .parent-max-width .filter-by-time a:hover {
  color: #e84b41;
  padding-left: 20px;
}
.page-id-64426 #main .evening .fl-post-grid-post .fl-post-text .fl-post-title {
  color: #fff !important;
}
.page-id-64426 #main .evening .fl-post-grid-post .fl-post-text .fl-post-excerpt p {
  color: #fff !important;
}
.page-id-64426 #main .evening .fl-post-grid-post .fl-post-text .fl-post-more-link #modal-trigger:hover {
  color: #e84b41 !important;
}
.page-id-64426 #main .evening .fl-post-grid-post .fl-post-text .fl-post-more-link #modal-trigger:hover .modal-content {
  cursor: default !important;
}
.page-id-64426 .at-home-events.afternoon .fl-post-grid-post {
  border-bottom: 12px solid #fff !important;
}
.page-id-64426 .at-home-events.evening .fl-post-grid-post {
  color: #fff;
  border-bottom: 12px solid #e84b41 !important;
}
.page-id-64426 .at-home-events.evening .fl-post-grid-post .fl-post-title, .page-id-64426 .at-home-events.evening .fl-post-grid-post .time-type, .page-id-64426 .at-home-events.evening .fl-post-grid-post .organizer-delivery, .page-id-64426 .at-home-events.evening .fl-post-grid-post .fl-post-text p, .page-id-64426 .at-home-events.evening .fl-post-grid-post .fl-post-text a, .page-id-64426 .at-home-events.evening .fl-post-grid-post #modal-trigger, .page-id-64426 .at-home-events.evening .fl-post-grid-post .fl-post-excerpt p {
  color: #fff !important;
}
.page-id-64426 .at-home-events.evening .fl-post-grid-post #modal {
  color: #262a56;
}
.page-id-64426 .at-home-events.evening .fl-post-grid-post #modal .modal-content {
  border: 20px solid #e84b41;
}
@media all and (max-width: 768px) {
  .page-id-64426 .at-home-events.evening .fl-post-grid-post #modal .modal-content {
    border-width: 10px;
  }
}
.page-id-64426 .at-home-events.evening .fl-post-grid-post #modal .modal-content .col .website {
  padding-top: 20px;
}
.page-id-64426 .at-home-events.evening .fl-post-grid-post #modal .modal-content .col .website a:hover {
  color: #e84b41 !important;
}
.page-id-64426 .at-home-events.evening .fl-post-grid-post #modal .organizer-delivery, .page-id-64426 .at-home-events.evening .fl-post-grid-post #modal .fl-post-text p, .page-id-64426 .at-home-events.evening .fl-post-grid-post #modal .fl-post-text a, .page-id-64426 .at-home-events.evening .fl-post-grid-post #modal #modal-trigger, .page-id-64426 .at-home-events.evening .fl-post-grid-post #modal a, .page-id-64426 .at-home-events.evening .fl-post-grid-post #modal p {
  color: #262a56 !important;
}
.page-id-64426 .at-home-events.evening .fl-post-grid-post #modal .time-type {
  color: #e84b41 !important;
}
.page-id-64426 .at-home-events .fl-post-grid-post {
  background-color: transparent;
  border: none !important;
  border-bottom: 12px solid #fcebea !important;
}
.page-id-64426 .at-home-events .fl-post-grid-post .time-type {
  color: #e84b41;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
}
.page-id-64426 .at-home-events .fl-post-grid-post .time-type .time {
  font-size: 25px;
  font-family: Recoleta, Verdana, Arial, sans-serif;
}
.page-id-64426 .at-home-events .fl-post-grid-post img {
  height: 260px;
  width: 100%;
  object-fit: cover;
}
.page-id-64426 .at-home-events .fl-post-grid-post .fl-post-text {
  padding: 20px 0px !important;
}
.page-id-64426 .at-home-events .fl-post-grid-post .fl-post-text .fl-post-title {
  color: #262a56 !important;
  font-size: 25px !important;
  margin-bottom: 10px;
}
.page-id-64426 .at-home-events .fl-post-grid-post .fl-post-text .organizer-delivery {
  color: #262a56;
  padding-bottom: 20px;
}
.page-id-64426 .at-home-events .fl-post-grid-post .fl-post-text .organizer-delivery .organizer {
  font-weight: 600;
  margin-bottom: 10px;
}
.page-id-64426 .at-home-events .fl-post-grid-post .fl-post-text .organizer-delivery .delivery {
  font-style: italic;
  font-weight: 300;
}
.page-id-64426 .at-home-events .fl-post-grid-post .fl-post-text a {
  color: #262a56;
  font-weight: 600;
}
.page-id-64426 .at-home-events .fl-post-grid-post .fl-post-text #modal-trigger {
  font-weight: 600;
  color: #262a56;
}
.page-id-64426 .at-home-events #modal-trigger {
  cursor: pointer;
  position: relative;
  transition: 0.4s;
  display: inline-block;
}
.page-id-64426 .at-home-events #modal-trigger::after {
  position: absolute;
  content: "→";
  font-size: 20px;
  top: 45%;
  right: -15%;
  transform: translateY(-50%);
  transition: 0.2s;
}
.page-id-64426 .at-home-events #modal-trigger:hover {
  color: #e84b41 !important;
  padding-right: 20px;
}
.page-id-64426 .at-home-events #modal-trigger:hover::after {
  color: #e84b41 !important;
}
.page-id-64426 .at-home-events #modal {
  font-weight: 400;
  max-width: 1000px !important;
  width: 95%;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  cursor: default;
  transform: translate(-50%, -50%);
  z-index: 99;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 50%;
    opacity: 1;
  }
}
.page-id-64426 .at-home-events #modal::after {
  width: 400vw;
  height: 400vh;
  top: -100vh;
  left: -100vw;
  content: "";
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  z-index: 90;
  transition: 1s;
}
.page-id-64426 .at-home-events #modal .equipment {
  color: #262a56 !important;
}
.page-id-64426 .at-home-events #modal .equipment:hover {
  color: #262a56 !important;
}
.page-id-64426 .at-home-events #modal #close-modal {
  position: relative;
  z-index: 100;
  text-align: right;
  height: 40px;
  color: transparent !important;
}
.page-id-64426 .at-home-events #modal #close-modal::after {
  content: "x";
  font-size: 25px;
  color: black;
  background-color: white;
  height: 35px;
  width: 35px;
  line-height: 27px;
  border-radius: 50%;
  position: absolute;
  top: 115%;
  right: -4px;
  transform: translateY(-50%);
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
.page-id-64426 .at-home-events #modal #close-modal:hover::after {
  background-color: #e94e1c;
  color: white !important;
}
.page-id-64426 .at-home-events #modal .modal-content {
  border: 20px solid #262a56;
  background-color: #fcebea;
  padding: 3%;
  display: flex;
  justify-content: space-between;
  align-items: top;
  position: relative;
  z-index: 91;
}
@media all and (max-width: 768px) {
  .page-id-64426 .at-home-events #modal .modal-content {
    height: 500px;
    width: 100%;
    overflow-y: scroll;
  }
}
@media all and (max-width: 768px) {
  .page-id-64426 .at-home-events #modal .modal-content {
    border-width: 10px;
  }
}
@media (max-width: 750px) {
  .page-id-64426 .at-home-events #modal .modal-content {
    flex-wrap: wrap;
  }
  .page-id-64426 .at-home-events #modal .modal-content .col {
    width: 100% !important;
  }
  .page-id-64426 .at-home-events #modal .modal-content .col .website {
    padding: 15px 0;
  }
}
.page-id-64426 .at-home-events #modal .modal-content .col {
  width: 48%;
}
.page-id-64426 .at-home-events #modal .modal-content .col .time-type {
  color: #e84b41;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
}
.page-id-64426 .at-home-events #modal .modal-content .col .time-type .time {
  font-size: 25px;
  font-family: Recoleta, Verdana, Arial, sans-serif;
}
.page-id-64426 .at-home-events #modal .modal-content .col img {
  height: 260px;
  width: 100%;
  object-fit: cover;
}
.page-id-64426 .at-home-events #modal .modal-content .col .fl-post-text {
  padding: 20px 0px !important;
  padding-top: 0px !important;
}
.page-id-64426 .at-home-events #modal .modal-content .col .fl-post-text .fl-post-title {
  font-size: 25px !important;
  margin-bottom: 10px;
  color: #262a56 !important;
}
.page-id-64426 .at-home-events #modal .modal-content .col .fl-post-text .organizer-delivery {
  color: #262a56;
  padding-bottom: 0px;
}
.page-id-64426 .at-home-events #modal .modal-content .col .fl-post-text .organizer-delivery .organizer {
  font-weight: 600;
  margin-bottom: 10px;
}
.page-id-64426 .at-home-events #modal .modal-content .col .fl-post-text .organizer-delivery .delivery {
  font-style: italic;
  font-weight: 300;
}
.page-id-64426 .at-home-events #modal .modal-content .col .fl-post-text a {
  color: #262a56;
  font-weight: 600;
}
.page-id-64426 .at-home-events #modal .modal-content .col .contact-information {
  background-color: #262a56;
  padding: 20px;
  margin-top: 25px;
  color: #fff !important;
}
.page-id-64426 .at-home-events #modal .modal-content .col .contact-information p, .page-id-64426 .at-home-events #modal .modal-content .col .contact-information a {
  color: #fff !important;
}
.page-id-64426 .at-home-events #modal .modal-content .col .contact-information p {
  margin-bottom: 0 !important;
}
.page-id-64426 .at-home-events #modal .modal-content .col .website {
  padding-top: 20px;
}
.page-id-64426 .at-home-events #modal .modal-content .col .website a:hover {
  color: #262a56 !important;
}
.page-id-64426 .at-home-events #modal #close-modal {
  text-align: right;
}
.heritage-week-post .fl-post-grid-post {
  background: #f6f6f6;
  color: #392e3f !important;
  border: none !important;
}
.heritage-week-post .fl-post-grid-post .time-subtitle {
  background: #fff;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
}
.heritage-week-post .fl-post-grid-post .time-subtitle .time {
  font-size: 20px;
}
.heritage-week-post .fl-post-grid-post img {
  height: 260px;
  width: 100%;
  object-fit: cover;
}
.heritage-week-post .fl-post-grid-post .online {
  text-align: center;
  margin-top: -35px;
}
.heritage-week-post .fl-post-grid-post .online i {
  font-size: 30px;
  background: #fff;
  padding: 15px;
  color: #e73c42;
}
.heritage-week-post .fl-post-grid-post .empty-online {
  text-align: center;
  margin-top: -35px;
}
.heritage-week-post .fl-post-grid-post .empty-online i {
  font-size: 30px;
  background: transparent;
  padding: 15px;
  color: transparent;
}
@media all and (max-width: 768px) {
  .heritage-week-post .fl-post-grid-post .empty-online {
    display: none;
  }
}
.heritage-week-post .fl-post-grid-post .fl-post-text {
  padding: 20px 20px !important;
}
.heritage-week-post .fl-post-grid-post .fl-post-text .fl-post-title {
  font-weight: 500;
  font-size: 22px !important;
  margin-bottom: 10px;
  min-height: 56px;
}
@media all and (max-width: 768px) {
  .heritage-week-post .fl-post-grid-post .fl-post-text .fl-post-title {
    min-height: auto;
  }
}
.heritage-week-post .fl-post-grid-post .fl-post-text .organiser-details {
  font-size: 14px !important;
  margin: 15px 0px;
}
.heritage-week-post .fl-post-grid-post .fl-post-text .organiser-details .organiser-website {
  margin: 10px 0;
}
.heritage-week-post .fl-post-grid-post .fl-post-text .organiser-details .organiser-website a {
  font-size: 14px !important;
  color: #392e3f !important;
}
.heritage-week-post .fl-post-grid-post .fl-post-text .organiser-details .organiser-website a:hover {
  color: #e73c42 !important;
}
.heritage-week-post .fl-post-grid-post .fl-post-text .text p, .heritage-week-post .fl-post-grid-post .fl-post-text .text span {
  min-height: 115px;
  font-size: 16px !important;
}
@media all and (max-width: 768px) {
  .heritage-week-post .fl-post-grid-post .fl-post-text .text p, .heritage-week-post .fl-post-grid-post .fl-post-text .text span {
    min-height: auto;
  }
}
.heritage-week-post .fl-post-grid-post .fl-post-text .booking-link a {
  cursor: pointer;
  position: relative;
  transition: 0.4s;
  display: inline-block;
  font-weight: 500;
  text-decoration: underline;
  color: #e73c42 !important;
}
.heritage-week-post .fl-post-grid-post .fl-post-text .booking-link a::after {
  position: absolute;
  content: "→";
  font-size: 20px;
  top: 45%;
  right: -30%;
  transform: translateY(-50%);
  transition: 0.2s;
}
.heritage-week-post .fl-post-grid-post .fl-post-text .booking-link a:hover {
  padding-right: 20px;
}
.heritage-week-post .fl-post-grid-post .fl-post-text .booking-link a:hover::after {
  color: #f72e35 !important;
}
@media all and (max-width: 768px) {
  .heritage-week-post .fl-post-grid-post .fl-post-text .booking-link a {
    margin-bottom: 20px;
  }
}
.day-title {
  padding: 10px 0px 15px 0px;
  background: #e73c42;
  color: #fff;
  margin-bottom: 20px;
}
h1 span span {
  display: block;
  font-size: 75%;
}
