/**
 * Copyright (C) 2021  Eoin Flood
 */
@import "https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css";
@font-face {
  font-family: "ForoBold";
  src: url("fonts/Foro-Bold.woff2") format("woff2"), url("fonts/Foro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Foro";
  src: url("fonts/Foro-Medium.woff2") format("woff2"), url("fonts/Foro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Calluna Sans";
  src: url("fonts/CallunaSans-Regular.woff2") format("woff2"), url("fonts/CallunaSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Calluna Sans SB";
  src: url("fonts/CallunaSans-Semibold.woff2") format("woff2"), url("fonts/CallunaSans-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
:root {
  font-family: -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 62.5%;
}

body {
  font-family: "Calluna Sans";
  font-size: 1.4rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
@media (min-width: 1024px) {
  body {
    font-size: 1.8rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: ForoBold;
  color: inherit;
}

h1,
.entry-content h1 {
  font-size: 4.5rem;
}

h2,
.entry-content h2 {
  font-size: 4rem;
}

h3,
.entry-content h3 {
  font-size: 3.5rem;
}

h4,
.entry-content h4 {
  font-size: 3rem;
}

h5,
.entry-content h5 {
  font-size: 2.5rem;
}

h6,
.entry-content h6 {
  font-size: 2rem;
}

.ast-mobile-header-wrap .ast-above-header-bar,
.ast-above-header-bar .site-above-header-wrap {
  min-height: 0;
}

.ast-header-button-1[data-section*=section-hb-button-] .ast-builder-button-wrap .ast-custom-button {
  margin: 0.5em auto;
  padding: 0.6em 1em 0.8em;
  border-radius: 5px;
}

.ast-logo-title-inline .ast-site-identity {
  padding: 0 0 0.5em;
}

.site-header-primary-section-left {
  position: relative;
  margin-bottom: 0.5em;
}

@media (min-width: 922px) {
  header .custom-logo-link img {
    position: absolute;
    bottom: 0;
  }
}
.ast-builder-menu-1 .menu-item.current-menu-item > .menu-link,
.ast-builder-menu-1 .inline-on-mobile .menu-item.current-menu-item > .ast-menu-toggle,
.ast-builder-menu-1 .current-menu-ancestor > .menu-link,
.ast-builder-menu-1 .menu-item > .menu-link {
  font-size: 1em;
  font-family: ForoBold;
  color: #003768;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

body {
  color: #666;
}

a.button,
.ast-custom-button,
.vc_btn3 {
  font-family: Foro;
}

a.button,
.ast-custom-button,
.vc_btn3.vc_btn3-size-md {
  font-size: 1em;
  padding: 0.3em 2em 0.4em;
}

a.button,
.ast-custom-button,
.vc_btn3.vc_btn3-color-violet,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat {
  background-color: #cc167b;
}
a.button:hover,
.ast-custom-button:hover,
.vc_btn3.vc_btn3-color-violet:hover,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat:hover {
  background-color: #00c0e2;
}

a.button,
.ast-custom-button {
  border-radius: 5px;
}

a.button, .ast-single-post .entry-content a.button,
.vc_btn3,
.ast-single-post .entry-content .vc_btn3 {
  text-decoration: none;
}

a.button {
  display: inline-block;
}

.site-below-footer-wrap[data-section=section-below-footer-builder] {
  background-image: url(img/bg-footer.jpg);
  border-top: none;
}

.ast-footer-copyright {
  font-size: 1em;
  color: white;
}

.wpb-content-wrapper section {
  padding-bottom: 5rem;
  background-repeat: repeat-x;
  background-size: auto 20vh;
  background-position: top center;
  text-align: center;
}
.wpb-content-wrapper section.vc_section-has-fill,
.wpb-content-wrapper section.vc_section-has-fill + .vc_row-full-width + .vc_section,
.wpb-content-wrapper section.vc_section-has-fill + .vc_section {
  padding-top: 20vh;
}
@media (min-width: 768px) {
  .wpb-content-wrapper section {
    background-size: auto 32vh;
  }
  .wpb-content-wrapper section.vc_section-has-fill,
  .wpb-content-wrapper section.vc_section-has-fill + .vc_row-full-width + .vc_section,
  .wpb-content-wrapper section.vc_section-has-fill + .vc_section {
    padding-top: 32vh;
  }
}
@media (min-width: 922px) {
  .wpb-content-wrapper section {
    background-size: auto 42vh;
  }
  .wpb-content-wrapper section.vc_section-has-fill,
  .wpb-content-wrapper section.vc_section-has-fill + .vc_row-full-width + .vc_section,
  .wpb-content-wrapper section.vc_section-has-fill + .vc_section {
    padding-top: 42vh;
  }
}
@media (min-width: 1240px) {
  .wpb-content-wrapper section {
    background-size: auto 58vh;
  }
  .wpb-content-wrapper section.vc_section-has-fill,
  .wpb-content-wrapper section.vc_section-has-fill + .vc_row-full-width + .vc_section,
  .wpb-content-wrapper section.vc_section-has-fill + .vc_section {
    padding-top: 58vh;
  }
}
@media (min-width: 1600px) {
  .wpb-content-wrapper section {
    background-size: auto 76vh;
  }
  .wpb-content-wrapper section.vc_section-has-fill,
  .wpb-content-wrapper section.vc_section-has-fill + .vc_row-full-width + .vc_section,
  .wpb-content-wrapper section.vc_section-has-fill + .vc_section {
    padding-top: 76vh;
  }
}

.title[data-vc-full-width] {
  overflow: visible;
}
.title::before {
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  top: -4rem;
  width: 100%;
  height: 4rem;
  background: rgba(0, 55, 104, 0.5);
}
.title .wpb_text_column {
  padding: 1em 0 3em;
  background-color: #003768;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 3em, 50% 100%, 0% 3em);
          clip-path: polygon(0% 0%, 100% 0%, 100% 3em, 50% 100%, 0% 3em);
}
@media (min-width: 768px) {
  .title .wpb_text_column {
    padding: 1em 0 2em;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  }
}
.title h1,
.title h2 {
  position: relative;
  margin: 0;
  font-size: 2.8rem;
  color: white;
}
@media (min-width: 768px) {
  .title h1,
  .title h2 {
    font-size: 3.5rem;
  }
  .title h1 + p,
  .title h2 + p {
    color: #cc167b;
    font-size: 2.5rem;
  }
}
@media (min-width: 922px) {
  .title h1,
  .title h2 {
    font-size: 4rem;
  }
  .title h1 + p,
  .title h2 + p {
    color: #cc167b;
    font-size: 3rem;
  }
}
.title h1::after,
.title h2::after {
  content: "";
  display: block;
  width: 10%;
  height: 0.3rem;
  margin: auto;
  background-color: #00c0e2;
}
.title h1 + p,
.title h2 + p {
  color: #cc167b;
  font-size: 2rem;
}

.lead {
  font-size: 1.25em;
  font-family: ForoBold;
}

#rsvp .title::before {
  background: rgba(0, 192, 226, 0.5);
}
#rsvp .title .wpb_text_column {
  background-color: #00c0e2;
}
#rsvp .title h2::after {
  background-color: #cc167b;
}/*# sourceMappingURL=frontend-rsvp.css.map */