@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

div, nav, header, footer, aside {
  display: block;
}

body {
  background: #FDFCF0;
  text-align: center;
  font-family: "PT Serif", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #111111;
  font-weight: 400;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  padding: 0 0 300px 0;
  background: url(../images/footer.svg) repeat-x center bottom #FDFCF0;
  background-size: auto 200px;
}

@media all and (max-width: 940px) and (min-width: 0px) {
  body {
    padding-bottom: 200px;
    background-size: auto 160px;
  }
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#site-wrapper {
  overflow: hidden;
}

.container {
  display: block;
  margin: auto;
  text-align: left;
  width: 944px;
  position: relative;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .container {
    width: auto;
    margin: 0 32px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .container {
    width: auto;
    margin: 0 20px;
  }
}
a {
  color: #3A6512;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

a:hover {
  color: #111111;
}

.clearfix {
  display: block;
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
}

.spacer {
  height: 64px;
}
.spacer.spacer-extra-small {
  height: 24px;
}
.spacer.spacer-small {
  height: 32px;
}
.spacer.spacer-large {
  height: 96px;
}
.spacer.spacer-extra-large {
  height: 128px;
}

/* Accessibility tweaks */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

@media all and (max-width: 1023px) {
  .spacer {
    height: 48px;
  }
  .spacer.spacer-extra-small {
    height: 12px;
  }
  .spacer.spacer-small {
    height: 24px;
  }
  .spacer.spacer-large {
    height: 64px;
  }
  .spacer.spacer-extra-large {
    height: 64px;
  }
  .spacer.about-bottom-spacer {
    height: 28px;
  }
}
.next-page-loader,
.has-another-page {
  display: none !important;
}

.animate {
  opacity: 0;
}

.animated-delay-100 {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
}

.animated-delay-200 {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

.animated-delay-300 {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}

.animated-delay-400 {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.animated-delay-500 {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.animated-delay-600 {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

.animated-delay-700 {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}

.animated-delay-800 {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}

.animated-delay-900 {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}

.animated-delay-1000 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.animated-delay-1100 {
  animation-delay: 1s;
  -webkit-animation-delay: 1.1s;
}

.animated-delay-1200 {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}

.animated {
  opacity: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #000;
}

h1 {
  font-size: 30px;
  line-height: 48px;
}

h2 {
  font-size: 22px;
  line-height: 36px;
}

h3 {
  font-size: 20px;
  line-height: 32px;
}

h4 {
  font-size: 18px;
  line-height: 28px;
}

h5 {
  font-size: 16px;
  line-height: 26px;
}

h6 {
  font-size: 14px;
  line-height: 26px;
}

p {
  font-size: 18px;
  line-height: 28px;
}

small {
  font-size: 16px;
  line-height: 26px;
}

.hero {
  font-size: 38px;
  line-height: 54px;
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  margin: 0 0 17px 0;
}

article .first-heading {
  padding-top: 0px;
}

article h1 {
  font-size: 32px;
  line-height: 42px;
}

article h2 {
  font-size: 32px;
  line-height: 42px;
}

article h3 {
  font-size: 24px;
  line-height: 36px;
}

article h4 {
  font-size: 20px;
  line-height: 32px;
}

article h5 {
  font-size: 18px;
  line-height: 28px;
}

article h6 {
  font-size: 16px;
  line-height: 26px;
}

article p {
  margin: 0 0 18px 0;
}

article ul {
  margin: 0 0 11px 0;
}
article ul li {
  margin: 0 0 17px 0;
  padding: 0 0 0 30px;
  line-height: 28px;
  position: relative;
}
article ul li:before {
  position: absolute;
  line-height: 26px;
  content: "•";
  left: 5px;
  top: 0px;
  display: block;
}

article p + ul {
  margin-top: -11px;
}

article ol {
  margin: 0 0 11px 30px;
  list-style: decimal outside;
  line-height: 28px;
}
article ol li {
  margin: 0 0 17px 0;
  padding: 0px;
}

article p + ol {
  margin-top: -11px;
}

article small {
  display: block;
  margin: 0 0 28px 0;
  font-size: 16px;
  line-height: 26px;
}

strong {
  font-weight: 700;
}

@media all and (max-width: 1023px) {
  h1 {
    font-size: 26px;
    line-height: 40px;
  }

  h2 {
    font-size: 20px;
    line-height: 30px;
  }

  h3 {
    font-size: 18px;
    line-height: 28px;
  }

  h4 {
    font-size: 16px;
    line-height: 28px;
  }

  h5 {
    font-size: 14px;
    line-height: 26px;
  }

  h6 {
    font-size: 12px;
    line-height: 26px;
  }

  p {
    font-size: 16px;
    line-height: 26px;
  }

  small {
    font-size: 14px;
    line-height: 22px;
  }

  .hero {
    font-size: 26px;
    line-height: 40px;
  }

  article h1,
article h2,
article h3,
article h4,
article h5 {
    padding-top: 18px;
  }

  article h1 {
    font-size: 26px;
    line-height: 40px;
  }

  article h2 {
    font-size: 22px;
    line-height: 36px;
  }

  article h3 {
    font-size: 20px;
    line-height: 30px;
  }

  article h4 {
    font-size: 18px;
    line-height: 28px;
  }

  article h5 {
    font-size: 16px;
    line-height: 28px;
  }

  article h6 {
    font-size: 14px;
    line-height: 26px;
  }

  article p {
    margin: 0 0 26px 0;
  }

  article ul {
    margin: 0 0 11px 0;
    font-size: 16px;
  }

  article ol {
    margin: 0 0 11px 30px;
    font-size: 16px;
  }
}
.button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border: none;
  font-family: "PT Serif", Helvetica, Arial, sans-serif;
  background: #3A6512;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
  border-radius: 2px;
  padding: 14px 24px 14px 24px;
  line-height: 20px;
  height: 52px;
  font-size: 18px;
  font-weight: 700;
  color: #FFF;
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  letter-spacing: 0.5px;
}
.button:hover {
  color: #FFF;
  background: #CDA51B;
}
.button:active {
  background: #3A6512;
}
.button.button-bordered {
  background: transparent;
  border: 2px solid #3A6512;
  box-shadow: none;
  padding: 12px 22px 12px 22px;
  color: #3A6512;
}
.button.button-bordered:before {
  background: #3A6512;
}
.button.button-bordered:hover {
  color: #FFF;
  border-color: #3A6512;
}
.button.button-bordered:active {
  background: #3A6512;
  border-color: #3A6512;
}
.button.button-bordered-secondary {
  background: transparent;
  border: 2px solid #CDA51B;
  box-shadow: none;
  padding: 12px 22px 12px 22px;
  color: #CDA51B;
}
.button.button-bordered-secondary:before {
  background: #CDA51B;
}
.button.button-bordered-secondary:hover {
  color: #FFF;
  border-color: #CDA51B;
}
.button.button-bordered-secondary:active {
  background: #CDA51B;
  border-color: #CDA51B;
}
.button.button-white-fill {
  background: #FFF;
  color: #3A6512;
}
.button.button-white-fill:before {
  border-bottom: 60px solid #E9F6F5;
}
.button.button-white-bordered {
  border-color: #FFF;
  color: #FFF;
  line-height: 24px;
}
.button.button-white-bordered:hover {
  color: #3A6512;
}
.button.button-white-bordered:before {
  border-bottom: 60px solid #FFF;
}

.icon-link {
  padding: 0 0 0 31px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #3A6512;
  display: inline-block;
  font-weight: 600;
}
.icon-link svg {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  position: absolute;
}
.icon-link:hover {
  color: #3A6512;
}

textarea,
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  border: 1px solid #CCC;
  border-radius: 4px;
  width: 100%;
  height: 52px;
  font-family: "PT Serif", Helvetica, Arial, sans-serif;
  color: #111111;
  padding: 14px 14px 14px 14px;
  line-height: 24px;
  font-size: 16px;
  position: relative;
  z-index: 1;
  box-shadow: none;
  background: transparent;
}
textarea:focus, textarea:active,
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):active {
  border-color: #999;
}

textarea {
  height: 124px;
  line-height: 22px;
}

.select-field {
  position: relative;
  border: 1px solid #CCC;
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
  height: 56px;
}
.select-field:before {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 0;
  background: url(../images/icon-select.svg) no-repeat;
  content: "";
}
.select-field select,
.select-field select.medium {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  cursor: pointer;
  border: none;
  top: 0px;
  left: 0px;
  font-family: "PT Serif", Helvetica, Arial, sans-serif;
  color: #111111;
  height: 52px;
  padding: 15px 84px 15px 14px;
  line-height: 26px;
  font-size: 16px;
  background: none transparent;
  width: 100%;
  width: calc(100% + 40px);
  background: transparent;
  z-index: 1;
  overflow: hidden;
}

.help-block {
  display: block;
  padding: 8px 0 0 0;
  font-size: 14px;
  line-height: 20px;
}
.help-block.error-block {
  background: #bf2525;
  padding: 8px 14px;
  font-weight: bold;
  margin: 8px 0 0 0;
  color: #FFF;
}

.has-error {
  border: 1px solid #bf2525;
  padding: 14px;
}

.form-submit {
  padding: 20px 0 0 0;
  overflow: hidden;
  position: relative;
}
.form-submit .form-submit-inner {
  float: left;
  padding: 0 60px 0 0;
}

.loading .form-submit .form-submit-inner {
  background: url(../images/ajax-loader.gif) no-repeat right center;
}

.logged-in-bar {
  background: #CDA51B;
  line-height: 20px;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  padding: 12px 20px;
}
.logged-in-bar a {
  color: #FFF;
  text-decoration: underline;
  margin: 0 0 0 10px;
}

#site-header .container {
  padding: 22px 0;
  background: url(../images/header-flowers.svg) no-repeat right bottom;
}
#site-header .logo {
  float: left;
  padding: 20px 0 0 0;
  position: relative;
}
#site-header .logo span {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 12px;
  color: #000;
  line-height: 17px;
}
#site-header nav {
  float: right;
  padding: 30px 115px 0 0;
}
#site-header nav ul {
  margin: 0 -12px;
}
#site-header nav ul li {
  display: inline-block;
  margin: 0 12px;
}
#site-header nav ul li a {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  position: relative;
}
#site-header nav ul li a:hover {
  color: #000;
}
#site-header nav ul li.current-menu-item a {
  color: #000;
}
#site-header nav ul li.current-menu-item a:before {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 2px;
  display: block;
  content: "";
  background: #000000;
}

@media all and (max-width: 940px) and (min-width: 0px) {
  #site-header nav ul li a {
    font-size: 16px;
  }
}
@media all and (max-width: 890px) and (min-width: 0px) {
  #site-header nav {
    clear: both;
    float: none;
  }
}
@media all and (max-width: 767px) {
  #site-header .container {
    background-size: 70px auto;
    background-position: right 47px;
    margin-right: 10px;
    padding-bottom: 0px;
  }
  #site-header .container .logo {
    margin: 0 0 22px 0;
  }
  #site-header .container .logo img {
    width: 200px !important;
  }
  #site-header .container nav {
    clear: both;
    float: none;
    margin: 0 -10px 0 -20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background: #FFF;
    padding: 20px 20px 10px 20px;
    text-align: center;
  }
  #site-header .container nav ul {
    text-align: center;
  }
  #site-header .container nav ul li {
    margin-bottom: 10px;
  }
}
#page-title {
  background: #3A6512;
  padding: 32px;
}
#page-title h1 {
  font-size: 32px;
  line-height: 42px;
  color: #FFF;
  font-weight: bold;
}

@media all and (max-width: 767px) and (min-width: 0px) {
  #page-title {
    padding: 24px 0;
  }
  #page-title h1 {
    font-size: 26px;
    line-height: 36px;
  }
}
.page-block {
  padding: 48px 0 0 0;
}
.page-block article {
  margin: 0 0 -18px 0;
}
.page-block article p a {
  text-decoration: underline;
}
.page-block article h4 {
  margin-bottom: 2px;
}
.page-block article .alignright {
  float: right;
  display: block;
  margin: 0 0 20px 20px;
}
.page-block article .alignleft {
  float: left;
  display: block;
  margin: 0 20px 20px 0;
}
.page-block article .wp-caption {
  max-width: 100% !important;
}
.page-block article .wp-caption p {
  font-size: 13px;
  line-height: 18px;
  display: block;
  color: #555;
}
.page-block article p img {
  margin: 10px 0 -10px 0;
}

#main {
  padding: 48px 0;
}
#main.full-width .container {
  padding: 0px;
}
#main .container {
  padding: 0 0 0 260px;
  position: relative;
}
#main .container #on-this-page {
  float: left;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 230px;
}
#main .container #on-this-page h5 {
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #767676;
  margin: 0 0 6px 0;
}
#main .container #on-this-page ul li a {
  font-size: 18px;
  line-height: 30px;
  text-decoration: underline;
}
#main .container #on-this-page ul li:hover a {
  color: #000;
}
#main .container #on-this-page ul li.current a {
  color: #000;
  font-weight: bold;
}
#main .container #content .page-block {
  padding: 0 0 48px 0;
}
#main .container #content .page-block .container {
  padding: 0px;
  width: auto !important;
}

@media all and (max-width: 1000px) and (min-width: 0px) {
  .instagram-post {
    display: none !important;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  #main .container {
    padding-left: 160px;
  }
  #main .container #on-this-page {
    width: 130px;
  }
  #main .container #on-this-page ul li a {
    font-size: 16px;
    line-height: 28px;
  }

  .instagram-post {
    display: none !important;
  }

  .wp-image-205 {
    max-width: 40%;
  }

  .wp-image-236 {
    max-width: 40%;
  }
}
@media all and (max-width: 600px) and (min-width: 0px) {
  #main {
    padding-top: 32px;
  }
  #main .container {
    padding-left: 0px;
  }
  #main .container #on-this-page {
    display: none;
  }
  #main .container #content .page-block .container {
    margin: 0px;
  }

  #main.full-width .container .container {
    margin: 0px;
  }
}
#home-banner {
  overflow: hidden;
}
#home-banner .container {
  padding: 84px;
  text-align: center;
}
#home-banner .container h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: normal;
  margin: 0 0 10px 0;
}
#home-banner .container .home-logo {
  display: block;
  position: relative;
  width: 500px;
  margin: 0 auto;
}
#home-banner .container .home-logo span {
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
  display: block;
  color: #000;
}
#home-banner .container .home-logo span.and {
  font-weight: normal;
  position: absolute;
  bottom: 5px;
  left: 58px;
  font-size: 76px;
  opacity: 0.2;
}
#home-banner .container .home-logo span.simon {
  padding: 4px 0 0 126px;
}
#home-banner .container img {
  width: 500px;
  margin: 0 auto;
}
#home-banner .container h4 {
  padding: 20px 0 0 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 24px;
}
#home-banner .container p {
  font-size: 24px;
  line-height: 34px;
}
#home-banner .container .home-banner-left {
  position: absolute;
  bottom: -20px;
  left: 100px;
  display: block;
  width: 131px;
}
#home-banner .container .home-banner-right {
  position: absolute;
  bottom: -10px;
  right: 100px;
  display: block;
  width: 88px;
}
#home-banner.home-banner-found-guest {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#home-banner.home-banner-found-guest .container {
  padding-bottom: 0px;
}

#home-get-access {
  background: #3A6512;
  padding: 64px 0;
}
#home-get-access .container {
  margin: 0 auto;
  max-width: 470px;
}
#home-get-access .container form label {
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  color: #FFF;
  margin: 0 0 10px 0;
}
#home-get-access .container form .cant-find-you {
  background: red;
  padding: 20px;
  color: #FFF;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
#home-get-access .container form .cant-find-you a {
  color: #FFF;
  text-decoration: underline;
}
#home-get-access .container form .get-access-field {
  position: relative;
}
#home-get-access .container form .get-access-field input[type=text] {
  background: #FFF;
  padding: 21px 150px 21px 21px;
  font-size: 16px;
  line-height: 22px;
  font-family: "PT Serif";
  display: block;
  height: 60px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 4px;
}
#home-get-access .container form .get-access-field input[type=submit] {
  display: block;
  border-radius: 4px;
  padding: 16px 0 15px 0;
  width: 128px;
  background: #CDA51B;
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  font-family: "PT Serif";
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
  margin: 0px;
  z-index: 1;
}
#home-get-access .container form small {
  padding: 10px 0 0 0;
  display: block;
  font-size: 13px;
  line-height: 18px;
  color: #FFF;
}

@media all and (max-width: 960px) and (min-width: 0px) {
  #home-banner .container {
    padding: 64px 0;
  }

  #home-banner .container .home-banner-left {
    left: 10px;
  }

  #home-banner .container .home-banner-right {
    right: 10px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  #home-banner .container {
    padding: 64px 0 128px 0;
  }
  #home-banner .container h2,
#home-banner .container p {
    font-size: 18px;
    line-height: 24px;
  }
  #home-banner .container h4 {
    font-size: 13px;
  }
  #home-banner .container .home-logo {
    width: 250px;
  }
  #home-banner .container .home-logo span {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    display: block;
    color: #000;
  }
  #home-banner .container .home-logo span.and {
    font-weight: normal;
    position: absolute;
    bottom: 2.5px;
    left: 29px;
    font-size: 38px;
    opacity: 0.2;
  }
  #home-banner .container .home-logo span.simon {
    padding: 2px 0 0 63px;
  }

  #home-get-access {
    padding: 32px 0;
  }
  #home-get-access .container {
    max-width: none;
    margin: 0 32px;
  }
  #home-get-access .container form .get-access-field input[type=text] {
    padding-right: 20px;
    margin: 0 0 10px 0;
  }
  #home-get-access .container form .get-access-field input[type=submit] {
    position: relative;
    top: auto;
    right: auto;
  }
}
.rsvp-form {
  padding: 10px 0 0 0;
}
.rsvp-form .error-response {
  background: #bf2525;
  padding: 14px 14px;
  font-weight: bold;
  margin: 0 0 20px 0;
  color: #FFF;
}
.rsvp-form.rsvp-filled-out .form-submit,
.rsvp-form.rsvp-filled-out .rsvp-details {
  display: none;
}
.rsvp-form.rsvp-filled-out .rsvp-form-person .rsvp-form-person-edit {
  display: none;
}
.rsvp-form .rsvp-form-person,
.rsvp-form .rsvp-details {
  background: #FFF;
  border-radius: 2px;
  border: 1px solid #CCC;
  padding: 24px 24px 1px 24px;
  margin: 0 0 20px 0;
}
.rsvp-form .rsvp-form-person h3,
.rsvp-form .rsvp-details h3 {
  font-size: 28px;
  line-height: 36px;
  margin: 0 0 20px 0;
}
.rsvp-form .rsvp-form-person p,
.rsvp-form .rsvp-details p {
  margin: -16px 0 24px 0;
  font-size: 16px;
  line-height: 24px;
}
.rsvp-form .rsvp-form-person.rsvp-no .form-group-drink,
.rsvp-form .rsvp-details.rsvp-no .form-group-drink {
  display: none;
}
.rsvp-form .rsvp-form-person.rsvp-no .form-group-dietary-requirements,
.rsvp-form .rsvp-details.rsvp-no .form-group-dietary-requirements {
  display: none;
}
.rsvp-form .rsvp-form-person.rsvp-no .form-group-plus-one-name,
.rsvp-form .rsvp-details.rsvp-no .form-group-plus-one-name {
  display: none;
}
.rsvp-form .form-group {
  margin: 0 0 24px 0;
}
.rsvp-form .form-group label {
  display: block;
  font-weight: bold;
  line-height: 24px;
  font-size: 16px;
  margin: 0 0 6px 0;
}
.rsvp-form .form-group .checkboxes .checkbox {
  position: relative;
}
.rsvp-form .form-group .checkboxes .checkbox input {
  position: absolute;
  left: -9999px;
  top: 0px;
}
.rsvp-form .form-group .checkboxes .checkbox label {
  cursor: pointer;
  display: block;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 0 32px;
  position: relative;
}
.rsvp-form .form-group .checkboxes .checkbox label:before {
  width: 18px;
  height: 18px;
  border: 1px solid #CCC;
  border-radius: 2px;
  display: block;
  content: "";
  position: absolute;
  top: 2px;
  left: 0px;
  background: #FFF;
}
.rsvp-form .form-group .checkboxes .checkbox label:after {
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  top: 2px;
  left: 0px;
  z-index: 1;
  display: none;
  background: url(../images/icon-tick-white.svg) no-repeat center center;
  background-size: 14px auto;
}
.rsvp-form .form-group .checkboxes .checkbox input:checked + label:before {
  background-color: #3A6512;
  border-color: #3A6512;
}
.rsvp-form .form-group .checkboxes .checkbox input:checked + label:after {
  display: block;
}

.change-rsvp-link {
  margin: -20px 0 24px 0;
  font-size: 16px;
  line-height: 24px;
}
.change-rsvp-link a {
  text-decoration: underline;
}

body.page-template-page-gifts .page-block-first,
body.page-template-page-full .page-block-first {
  padding-top: 0px;
}

.gift-category {
  padding: 64px 0 0 0;
}
.gift-category h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
}
.gift-category .gifts {
  margin: 0 -16px;
}
.gift-category .gifts section {
  float: left;
  width: 33.33%;
  padding: 0 16px 16px 16px;
}
.gift-category .gifts section img {
  margin: 0 0 10px 0;
}
.gift-category .gifts section h4 {
  line-height: 24px;
  margin: 0 0 4px 0;
}
.gift-category .gifts section .price {
  display: block;
  margin: 0 0 14px 0;
  line-height: 24px;
  font-size: 16px;
}
.gift-category .gifts section .button {
  font-size: 14px;
  padding: 12px 18px;
  line-height: 24px;
  height: 48px;
}

.purchase-lightbox-back {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.2);
}

.purchase-lightbox {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 600px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  z-index: 101;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  padding: 48px;
}
.purchase-lightbox p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 20px 0;
}
.purchase-lightbox p a {
  text-decoration: underline;
  font-weight: bold;
}
.purchase-lightbox h3 {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 10px 0;
}
.purchase-lightbox h4 {
  margin: 0 0 10px 0;
}
.purchase-lightbox .button {
  font-size: 16px;
  padding: 12px 18px;
  line-height: 24px;
  height: 48px;
  margin: 0 0 10px 0;
}
.purchase-lightbox .purchase-step-ill-buy,
.purchase-lightbox .purchase-step-ill-send-money {
  display: none;
}

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