/*
Theme Name: Timber
Author: Vision Tank
Author URI: http://visiontank.co.uk/
Version: 1.0.1
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html,
*,
*:before,
*:after {
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

input:focus {
  outline: none;
}

@font-face {
  font-family: "yumin";
  src: url(fonts/yumin.woff) format("woff"), url(fonts/yumin.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
.inner {
  width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.inner--thin {
  width: 960px;
  margin: 0 auto;
}

.inner--thinner {
  width: 760px;
  margin: 0 auto;
}

.inner--thinnest {
  width: 560px;
  margin: 0 auto;
}

.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 20px;
}
.grid > [class*=grid_] {
  padding: 0 20px;
}

.grid_1-2 {
  width: 50%;
}

.grid_1-3 {
  width: 33.3333333333%;
}

.grid_2-3 {
  width: 66.6666666667%;
}

.grid_1-4 {
  width: 25%;
}

.grid_3-4 {
  width: 75%;
}

.grid_1-5 {
  width: 20%;
}

.grid_2-5 {
  width: 40%;
}

.grid_3-5 {
  width: 60%;
}

.grid_4-5 {
  width: 80%;
}

.grid_1-6 {
  width: 16.6666666667%;
}

.grid_5-6 {
  width: 83.3333333333%;
}

.grid_1-8 {
  width: 12.5%;
}

.grid_3-8 {
  width: 37.5%;
}

.grid_5-8 {
  width: 62.5%;
}

.grid_7-8 {
  width: 87.5%;
}

.grid_1-10 {
  width: 10%;
}

.grid_3-10 {
  width: 30%;
}

.grid_7-10 {
  width: 70%;
}

.grid_9-10 {
  width: 90%;
}

.grid_1-12 {
  width: 8.3333333333%;
}

.grid_5-12 {
  width: 41.6666666667%;
}

.grid_7-12 {
  width: 58.3333333333%;
}

.grid_11-12 {
  width: 91.6666666667%;
}

@media screen and (max-width: 1200px) {
  .inner {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .inner--thin {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 800px) {
  .inner--thinner {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .inner--thinnest {
    width: 100%;
    padding: 0 20px;
  }
}
body {
  color: #0b2d38;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  line-height: 34px;
}

ul li {
  list-style: disc;
}

ol li {
  list-style: decimal;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

.content p,
.content ul,
.content blockquote {
  margin: 0 0 20px;
}
.content a {
  color: #007bc7;
}
.content .wp-block-button__link {
  background: green;
  color: inherit;
}
.content img {
  height: auto;
}
.content blockquote {
  padding: 0 0 0 20px;
  border-left: 4px solid #e6e6e6;
}

.bravo,
.content h2 {
  font-size: 52px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "yumin", sans-serif;
}

.charlie,
.content h3 {
  font-size: 44px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "yumin", sans-serif;
}

.delta,
.content h4 {
  font-size: 36px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "yumin", sans-serif;
}

.echo,
.content h5 {
  font-size: 24px;
  font-weight: 800;
  font-family: "yumin", sans-serif;
}

@media screen and (max-width: 700px) {
  .bravo,
  .content h2 {
    font-size: 40px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
  }
  .charlie,
  .content h3 {
    font-size: 30px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
  }
  .delta,
  .content h4 {
    font-size: 24px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
  }
}
.button--left,
.wp-block-button.alignleft {
  text-align: left;
}

.button--center,
.wp-block-button.aligncenter {
  text-align: center;
}

.button--right,
.wp-block-button.alignright {
  text-align: right;
}

.button, .frm_submit input,
.frm_submit button,
.wp-block-button__link {
  display: inline-block;
  position: relative;
  padding: 14px 35px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  line-height: 22px;
  transition: 0.2s;
  cursor: pointer;
  background-color: #e6dad9;
  border-radius: 5px;
  color: #5f5256;
  text-align: center;
}
.button:hover, .frm_submit input:hover,
.frm_submit button:hover,
.wp-block-button__link:hover {
  background-color: #ceb5b5;
}

.button--white {
  background-color: #f5f3ea;
  color: #5f5256;
}

.frm_submit {
  text-align: right;
}
.frm_submit input,
.frm_submit button {
  border: none;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  color: #ffffff;
  -moz-appearance: none;
  appearance: none;
}
.frm_submit img {
  display: none;
}

/***MOBILE MENU***/
.mobile_menu_button {
  display: none;
  cursor: pointer;
  vertical-align: middle;
}
.mobile_menu_button p {
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  color: #0b2d38;
  margin: 2px 0 0;
}

.lines-button {
  padding: 8px 5px 8px 0;
  transition: 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}
.lines-button.close {
  transform: scale3d(0.8, 0.8, 0.8);
}
.lines-button.x.close .lines {
  background: transparent;
}
.lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
  transform-origin: 50% 50%;
  top: 0;
  width: 2rem;
}
.lines-button.x.close .lines:before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.close .lines:after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.lines-button.x2 .lines {
  transition: background 0.3s 0.5s ease;
}
.lines-button.x2 .lines:before, .lines-button.x2 .linesafter {
  transform-origin: 50% 50%;
  transition: top 0.3s 0.6s ease, transform 0.3s ease;
}
.lines-button.x2.close .lines {
  transition: background 0.3s 0s ease;
  background: transparent;
}
.lines-button.x2.close .lines:before, .lines-button.x2.close .lines:after {
  transition: top 0.3s ease, transform 0.3s 0.5s ease;
  top: 0;
  width: 2rem;
}
.lines-button.x2.close .lines:before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x2.close .lines:after {
  transform: rotate3d(0, 0, 1, -45deg);
}

.lines {
  display: block;
  width: 25px;
  margin-right: 2px;
  height: 0.25rem;
  background: #0b2d38;
  transition: 0.3s;
  position: relative;
}
.lines:before, .lines:after {
  display: inline-block;
  width: 25px;
  height: 0.25rem;
  background: #0b2d38;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: "";
  transform-origin: 0.14286rem center;
}
.lines:before {
  top: 0.5rem;
}
.lines:after {
  top: -0.5rem;
}

@media screen and (max-width: 1200px) {
  .mobile_menu_button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}
a {
  text-decoration: none;
}

ul,
ol {
  padding: 0 0 0 20px;
}

.full_link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.background {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.img_fill_wrap {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}

.img_fill {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

img {
  height: auto;
}

.header {
  background-color: green;
  padding: 20px 0;
}

.header__inner {
  display: -ms-flexbox;
  display: flex;
}

.header__logo {
  width: 150px;
}

.header__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header__menu {
  padding: 0;
}

.menu-item {
  display: inline-block;
  margin: 0 0 0 20px;
}
@media screen and (max-width: 1200px) {
  .header {
    background-color: black;
  }
  .header__menu {
    display: none;
  }
}
.footer {
  background-color: #5f5256;
  padding: 40px 0 20px;
}
.footer p a:hover {
  text-decoration: underline;
}

.footer__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer_logo {
  max-width: 150px;
  width: 100%;
  display: block;
  margin-bottom: 50px;
}

.footer__small_print {
  font-size: 12px;
  font-weight: 300;
  color: #f5f3ea;
  opacity: 0.8;
  line-height: 1.8;
}
.footer__small_print p a {
  color: #f5f3ea;
}

@media screen and (max-width: 900px) {
  .footer__inner {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer_logo {
    margin-bottom: 40px;
  }
  .footer__small_print {
    margin-top: 50px;
    text-align: center;
  }
}
.frm_form_field input[type=text],
.frm_form_field input[type=email],
.frm_form_field textarea,
.frm_form_field select {
  font-size: 18px;
  font-family: "Jost", sans-serif;
  border: 1px solid #0b2d38;
  border-radius: 0;
  background-color: #ffffff;
  padding: 6px 10px;
  color: #0b2d38;
  -moz-appearance: none;
  appearance: none;
}
.frm_form_field input[type=text].placeholder,
.frm_form_field input[type=email].placeholder,
.frm_form_field textarea.placeholder,
.frm_form_field select.placeholder {
  color: #0b2d38;
}
.frm_form_field input[type=text]:-moz-placeholder,
.frm_form_field input[type=email]:-moz-placeholder,
.frm_form_field textarea:-moz-placeholder,
.frm_form_field select:-moz-placeholder {
  color: #0b2d38;
  opacity: 1;
}
.frm_form_field input[type=text]::-moz-placeholder,
.frm_form_field input[type=email]::-moz-placeholder,
.frm_form_field textarea::-moz-placeholder,
.frm_form_field select::-moz-placeholder {
  color: #0b2d38;
  opacity: 1;
}
.frm_form_field input[type=text]:-ms-input-placeholder,
.frm_form_field input[type=email]:-ms-input-placeholder,
.frm_form_field textarea:-ms-input-placeholder,
.frm_form_field select:-ms-input-placeholder {
  color: #0b2d38;
}
.frm_form_field input[type=text]::-webkit-input-placeholder,
.frm_form_field input[type=email]::-webkit-input-placeholder,
.frm_form_field textarea::-webkit-input-placeholder,
.frm_form_field select::-webkit-input-placeholder {
  color: #0b2d38;
}
.frm_form_field input[type=text]:focus,
.frm_form_field input[type=email]:focus,
.frm_form_field textarea:focus,
.frm_form_field select:focus {
  outline: none;
}
.frm_form_field select {
  cursor: pointer;
}

.frm_hidden {
  display: none;
}

.gform_wrapper .gform_required_legend {
  display: none;
}
.gform_wrapper .gform_body .gform_fields {
  row-gap: 20px;
}
.gform_wrapper .gform_body .gfield .gfield_label {
  font-size: 14px;
  font-weight: 500;
  -moz-column-gap: 5px;
  column-gap: 5px;
  color: white;
  font-family: "Jost", sans-serif;
}
.gform_wrapper .gform_body .gfield .gfield_label .gfield_required {
  font-size: 14px;
  color: white;
}
.gform_wrapper .gform_body .gfield input[type=text],
.gform_wrapper .gform_body .gfield input[type=email],
.gform_wrapper .gform_body .gfield input[type=tel],
.gform_wrapper .gform_body .gfield input[type=password],
.gform_wrapper .gform_body .gfield textarea,
.gform_wrapper .gform_body .gfield select {
  font-size: 16px;
  line-height: 26px;
  font-family: "Jost", sans-serif;
  border: none;
  border-radius: 5px;
  background-color: #f9f9f3;
  padding: 12px 15px;
  margin: 0;
  color: #0b2d38;
  height: auto;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
}
.gform_wrapper .gform_body .gfield input[type=text].placeholder,
.gform_wrapper .gform_body .gfield input[type=email].placeholder,
.gform_wrapper .gform_body .gfield input[type=tel].placeholder,
.gform_wrapper .gform_body .gfield input[type=password].placeholder,
.gform_wrapper .gform_body .gfield textarea.placeholder,
.gform_wrapper .gform_body .gfield select.placeholder {
  color: #0b2d38;
  opacity: 0.43;
}
.gform_wrapper .gform_body .gfield input[type=text]:-moz-placeholder,
.gform_wrapper .gform_body .gfield input[type=email]:-moz-placeholder,
.gform_wrapper .gform_body .gfield input[type=tel]:-moz-placeholder,
.gform_wrapper .gform_body .gfield input[type=password]:-moz-placeholder,
.gform_wrapper .gform_body .gfield textarea:-moz-placeholder,
.gform_wrapper .gform_body .gfield select:-moz-placeholder {
  color: #0b2d38;
  opacity: 0.43;
  opacity: 1;
}
.gform_wrapper .gform_body .gfield input[type=text]::-moz-placeholder,
.gform_wrapper .gform_body .gfield input[type=email]::-moz-placeholder,
.gform_wrapper .gform_body .gfield input[type=tel]::-moz-placeholder,
.gform_wrapper .gform_body .gfield input[type=password]::-moz-placeholder,
.gform_wrapper .gform_body .gfield textarea::-moz-placeholder,
.gform_wrapper .gform_body .gfield select::-moz-placeholder {
  color: #0b2d38;
  opacity: 0.43;
  opacity: 1;
}
.gform_wrapper .gform_body .gfield input[type=text]:-ms-input-placeholder,
.gform_wrapper .gform_body .gfield input[type=email]:-ms-input-placeholder,
.gform_wrapper .gform_body .gfield input[type=tel]:-ms-input-placeholder,
.gform_wrapper .gform_body .gfield input[type=password]:-ms-input-placeholder,
.gform_wrapper .gform_body .gfield textarea:-ms-input-placeholder,
.gform_wrapper .gform_body .gfield select:-ms-input-placeholder {
  color: #0b2d38;
  opacity: 0.43;
}
.gform_wrapper .gform_body .gfield input[type=text]::-webkit-input-placeholder,
.gform_wrapper .gform_body .gfield input[type=email]::-webkit-input-placeholder,
.gform_wrapper .gform_body .gfield input[type=tel]::-webkit-input-placeholder,
.gform_wrapper .gform_body .gfield input[type=password]::-webkit-input-placeholder,
.gform_wrapper .gform_body .gfield textarea::-webkit-input-placeholder,
.gform_wrapper .gform_body .gfield select::-webkit-input-placeholder {
  color: #0b2d38;
  opacity: 0.43;
}
.gform_wrapper .gform_body .gfield input[type=text]:focus,
.gform_wrapper .gform_body .gfield input[type=email]:focus,
.gform_wrapper .gform_body .gfield input[type=tel]:focus,
.gform_wrapper .gform_body .gfield input[type=password]:focus,
.gform_wrapper .gform_body .gfield textarea:focus,
.gform_wrapper .gform_body .gfield select:focus {
  outline-color: rgba(143, 170, 164, 0.3);
}
.gform_wrapper .gform_body .gfield textarea {
  height: 200px;
}
.gform_wrapper .gform_body .gfield .ginput_container_select {
  position: relative;
}
.gform_wrapper .gform_body .gfield .ginput_container_select:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 11px;
  height: 7px;
  background: url("assets/images/select_arrow.svg") no-repeat center;
  transform: translateY(-100%);
  pointer-events: none;
}
.gform_wrapper .gform_body .gfield select {
  cursor: pointer;
}
.gform_wrapper .gform_body .gfield.gfield_html a {
  text-decoration: underline;
  color: #0b2d38;
  font-weight: 700;
}
.gform_wrapper .gform_body .hidden_label .gfield_label {
  display: none;
}
.gform_wrapper .gform_body .gfield_visibility_hidden {
  display: none;
}
.gform_wrapper .gform_body .gf_readonly input[type=email] {
  border: 2px solid rgba(37, 37, 37, 0.25);
  border-radius: 4px;
  padding: 13px 12px;
  font-size: 14px;
  letter-spacing: 0.2px;
  width: 100%;
  font-weight: 500;
  margin-bottom: 20px;
  cursor: not-allowed;
}
.gform_wrapper .gform_body .gfield_validation_message {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #d4b4b5;
}
.gform_wrapper .gform_footer {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.gform_wrapper .gform_footer .gform_button {
  display: inline-block;
  position: relative;
  padding: 14px 35px !important;
  font-size: 16px !important;
  font-family: "Jost", sans-serif !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.4px !important;
  border: none !important;
  border-radius: 5px !important;
  line-height: 22px !important;
  color: #0b2d38 !important;
  background-color: #d4b4b5 !important;
  transition: 0.2s !important;
  cursor: pointer;
  max-width: 185px !important;
  width: 100% !important;
}
.gform_wrapper .gform_footer .gform_button:hover {
  background-color: white !important;
  color: #d4b4b5 !important;
}
.gform_wrapper .gform_validation_errors {
  border: solid 2px rgba(192, 43, 10, 0.25) !important;
  background-color: white !important;
  outline: none !important;
}
.gform_wrapper .gform_validation_errors .gform_submission_error {
  font-family: "Jost", sans-serif !important;
  font-size: 16px !important;
  text-transform: none !important;
}
.gform_wrapper .gform_validation_errors .gform-icon {
  margin-top: 1px !important;
}
.gform_wrapper .gfield_validation_message {
  color: #cb4926 !important;
}

.gform-theme--framework .gform_validation_errors .gform_submission_error {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.gform_confirmation_message {
  font-weight: 700;
}
.gform_confirmation_message a {
  color: white;
  text-decoration: underline;
}

.popup_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(3, 3, 3, 0.9);
  z-index: 23;
  display: none;
}

.popup {
  position: fixed;
  top: 40px;
  right: 20px;
  left: 20px;
  margin: 0 auto;
  z-index: 24;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  background-color: #0b2d38;
}
.popup.active {
  opacity: 1;
  visibility: visible;
}

.popup__close {
  position: absolute;
  top: 10px;
  right: 0;
  display: block;
  cursor: pointer;
  transition: 0.2s;
}
.popup__close:hover svg {
  stroke: #000000;
}
.popup__close svg {
  width: 18px;
  stroke: #b1b1b1;
}

.section {
  padding: 60px 0;
}

.section--center {
  text-align: center;
}

.front_hero {
  min-height: 1000px;
  position: relative;
  overflow: hidden;
  padding-top: 200px;
  background-color: #f5f3ea;
}
.front_hero .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.front_hero__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-position: top;
  object-position: top;
}

.front_hero__box {
  position: relative;
  z-index: 1;
  max-width: 530px;
  width: 100%;
  background-color: #fcfcf8;
  border-radius: 15px;
  padding: 0 50px 50px;
}

.front_hero__box__logo {
  max-width: 250px;
  width: 100%;
  display: block;
  margin: -120px auto 20px;
}

.front_hero__box__text_img {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.front_hero__box__content {
  text-align: center;
}

.front_hero__box__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 40px;
}

.front_rsvp {
  background-color: #8faaa4;
  background-color: #5f5256;
  color: #f5f3ea;
  position: relative;
  padding: 80px 0 100px;
}

.rsvp_content {
  max-width: 515px;
  width: 100%;
  position: relative;
}
.rsvp_content h2 {
  margin-bottom: 20px;
}

.rsvp_form {
  margin-top: 30px;
  text-align: left;
}

.rsvp__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 50%;
  width: 100%;
  height: 100%;
  opacity: 0.36;
  -o-object-position: top;
  object-position: top;
}

.front_rsvp__img {
  position: absolute;
  max-width: 140px;
  width: 100%;
  display: block;
  top: 100px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 2;
}

.front_wedding {
  padding: 0;
  position: relative;
  min-height: 600px;
  background-color: #e6dad9;
}
.front_wedding--rev {
  background-color: #eeede6;
}

.front_wedding__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -moz-column-gap: 60px;
  column-gap: 60px;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.front_wedding__img {
  max-width: 50%;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.front_wedding__content {
  max-width: 50%;
  width: 100%;
  padding-left: 60px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.front_wedding__content h2 {
  color: #605154;
  margin-bottom: 20px;
}
.front_wedding__content p {
  font-size: 18px;
  color: #0b2d38;
  font-weight: 400;
}
.front_wedding__content p b {
  font-weight: 600;
}
.front_wedding__content a {
  color: #605154;
  font-weight: 600;
  transition: 0.3s;
}
.front_wedding__content a:hover {
  color: #ceb5b5;
}
.front_wedding__content .button, .front_wedding__content .frm_submit input, .frm_submit .front_wedding__content input,
.front_wedding__content .frm_submit button,
.frm_submit .front_wedding__content button {
  background-color: #ceb5b5;
  color: #5f5256;
}
.front_wedding__content .button:hover, .front_wedding__content .frm_submit input:hover, .frm_submit .front_wedding__content input:hover,
.front_wedding__content .frm_submit button:hover,
.frm_submit .front_wedding__content button:hover {
  background-color: #5f5256;
  color: white;
}

.front_wedding--rev .front_wedding__img {
  right: 0;
  left: initial;
}
.front_wedding--rev .front_wedding__items {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.front_wedding--rev .front_wedding__content {
  padding-left: 0;
  padding-right: 60px;
}

.front_giving {
  background-color: #e6dad9;
  color: #5f5256;
  position: relative;
  overflow: hidden;
  min-height: 560px;
}

.front_giving__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.front_giving__content {
  max-width: 50%;
  width: 100%;
  padding-left: 60px;
}
.front_giving__content h2,
.front_giving__content h4,
.front_giving__content h5 {
  margin-bottom: 20px;
}
.front_giving__content h6 {
  margin-bottom: 0;
  font-weight: 600;
}
.front_giving__content .thank_you {
  text-transform: uppercase;
}
.front_giving__content .button, .front_giving__content .frm_submit input, .frm_submit .front_giving__content input,
.front_giving__content .frm_submit button,
.frm_submit .front_giving__content button {
  color: #0b2d38;
}
.front_giving__content .button:hover, .front_giving__content .frm_submit input:hover, .frm_submit .front_giving__content input:hover,
.front_giving__content .frm_submit button:hover,
.frm_submit .front_giving__content button:hover {
  background-color: #f5f3ea;
}

.front_giving__img {
  max-width: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  -o-object-position: right;
  object-position: right;
}

.front_photos {
  background-color: #eeede6;
  overflow: hidden;
}

.front_photos__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 40px;
}

.front_photos__img {
  width: 200px;
  height: 200px;
  display: block;
}

.front_photos__list__heart {
  position: absolute;
  max-width: 90px;
  width: 100%;
  display: block;
  top: -40px;
  right: -40px;
}

.front_hero__img--mobile {
  display: none;
}

@media screen and (max-width: 1260px) {
  .front_photos__list__heart {
    right: 0;
    bottom: -40px;
    top: initial;
  }
}
@media screen and (max-width: 1200px) {
  .front_hero__img {
    -o-object-position: left;
    object-position: left;
  }
  .rsvp_content {
    max-width: 435px;
  }
  .front_rsvp__img {
    max-width: 120px;
  }
}
@media screen and (max-width: 1000px) {
  .rsvp__img {
    max-width: none;
    opacity: 0.15;
  }
  .rsvp_content {
    position: relative;
    z-index: 3;
    margin: 0 auto;
    text-align: center;
  }
  .front_rsvp__img {
    margin: 0;
    left: initial;
    right: 20px;
    top: 20px;
    -o-object-position: right;
    object-position: right;
    max-width: 80px;
  }
  .front_rsvp {
    color: white;
  }
  .front_wedding {
    padding-top: 60px;
  }
  .front_wedding__img {
    position: static;
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
  }
  .front_wedding__items {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .front_wedding__content {
    padding: 0;
    max-width: none;
  }
  .front_wedding--rev .front_wedding__content {
    padding: 0;
  }
  .front_wedding--rev .front_wedding__items {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .front_giving__img {
    max-width: none;
    opacity: 0.1;
    -o-object-position: center;
    object-position: center;
  }
  .front_giving {
    min-height: 0;
    background-color: #5f5256;
  }
  .front_giving__items {
    position: relative;
    z-index: 3;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
    text-align: center;
  }
  .front_giving__content {
    padding: 0;
    max-width: none;
  }
  .front_hero {
    min-height: 0;
    background-color: #d4b4b5;
  }
  .front_hero__img {
    display: none;
    -o-object-position: top;
    object-position: top;
  }
  .front_hero__img--mobile {
    display: block;
    opacity: 0.3;
  }
  .front_hero .inner {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 700px) {
  .front_hero {
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .front_hero__img--mobile {
    display: none;
  }
  .front_rsvp {
    padding: 60px 0;
  }
  .front_hero__box__logo {
    max-width: 150px;
    margin-bottom: 10px;
    margin-top: -70px;
  }
  .front_hero__box__text_img {
    margin-bottom: 0;
    max-width: 300px;
    margin: 0 auto 10px;
  }
  .front_hero__box__buttons {
    margin-top: 20px;
  }
  .front_wedding {
    padding-top: 0;
  }
  .front_wedding__img {
    max-width: none;
  }
}
@media screen and (max-width: 500px) {
  .front_hero__box {
    padding: 0 20px 30px;
  }
}
.holding__social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.holding__social__item {
  margin: 0 5px;
  position: relative;
}
.holding__social__item svg {
  width: 34px;
  transition: 0.2s;
}

.holding__social__item--facebook svg {
  width: 16px;
}