/*Child Theme Style Code Here*/
html, body {
  font-display: swap; }
  html p, body p, body .elementor-inner ul li {
    color: #2d2d2d;
    letter-spacing: .4px;
    line-height: 24px;
    font-size: 16px;
  }
  html .pre-footer-newsletter form#mc4wp-form-1, body .pre-footer-newsletter form#mc4wp-form-1 {
    width: 60%;
    margin: 0 auto; }
  html .pre-footer-newsletter .mc4wp-form-fields, body .pre-footer-newsletter .mc4wp-form-fields {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center; }
  html .pre-footer-newsletter h5, body .pre-footer-newsletter h5 {
    text-align: center;
    /* color: white; */
    font-family: "Playfair Display", Sans-serif; }
  html .pre-footer-newsletter input[type="submit"], body .pre-footer-newsletter input[type="submit"] {
    background: #d14d42;
    border: none;
    padding: 0 1.44em;
    height: 45px; 
    color: white;}
  html .pre-footer-newsletter label, body .pre-footer-newsletter label {
    /* color: white; */
    display: flex;
    width: 100%;
    align-items: center; }
  html .pre-footer-newsletter input[type="email"], body .pre-footer-newsletter input[type="email"] {
    background: transparent;
    width: 90%;
    margin-left: 5px;
    height: 45px;
    border: 1px solid black; }
  html .pre-footer-newsletter ::placeholder, body .pre-footer-newsletter ::placeholder {
    color: black; }

ul#menu-footer-menu {
  list-style-type: none; }
  ul#menu-footer-menu li a {
    color: #8c8c8c;
    font-size: 16px;
    font-family: "Montserrat", Sans-serif; }

body.tribe-events-page-template thead.thead-dark {
  background-color: #d14d42; }
  body.tribe-events-page-template thead.thead-dark th {
    color: white; }

body.tribe-events-page-template .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date {
  color: #d14d42; }

body.tribe-events-page-template .tribe-events .tribe-events-calendar-month__calendar-event--featured:before {
  background-color: #d14d42; }

body.tribe-events-page-template .tribe-events .tribe-events-c-ical__link {
  border: 1px solid #d14d42;
  color: #d14d42; }

.tribe-events-tooltip h3.entry-title.summary {
  font-size: 1.5rem;
  margin: 10px 0 15px 0;
} 

.tribe-events-month-event-title a.url {
  pointer-events: none;
}

/*# sourceMappingURL=archive.frontend.bundle.min.css.map*/

/* Not in Version control */
.elementor-location-footer .elementor-widget-divider--view-line {
  margin-bottom: 10px!important;
}

body.archive-weddings ul, ol {
  margin-bottom: 2rem;
}


@media (max-width: 991px){
  body.archive-home .programs-tablet .elementor-top-column{
    width: 100%!important;
  }
  html .pre-footer-newsletter input[type="email"], body .pre-footer-newsletter input[type="email"] {
    width: 83%;
  }
}

@media (max-width: 575px){
  .pre-footer-newsletter input[type="email"], body .pre-footer-newsletter input[type="email"] {
    width: 84%;
  }
  .mc4wp-form-fields {
    flex-direction: column;
  }
  html .pre-footer-newsletter form#mc4wp-form-1, body .pre-footer-newsletter form#mc4wp-form-1 {
    width: 90%;
  }
}

body a {
  color: #d14d42;
}

body.archive-contact input#gform_submit_button_1 {
  background-color: #d14d42;
}

