@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, #form .fields .column .field label,
#form .fields .column .field input,
#form .fields .column .field textarea, 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;
}

/* 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,
q:before, q:after {
  content: "";
  content: none;
}

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

* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Trajan";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/trajan.woff2") format("woff2");
}
:root {
  --white: #FFFFFF;
  --dark-grey: #333333;
  --cream: #f7f7db;
  --red: #7d1206;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  outline: none;
  color: inherit;
}

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

p, #form .fields .column .field label,
#form .fields .column .field input,
#form .fields .column .field textarea {
  font-family: "Inter", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  color: var(--dark-grey);
  margin-bottom: 30px;
}
p:last-child, #form .fields .column .field label:last-child,
#form .fields .column .field input:last-child,
#form .fields .column .field textarea:last-child {
  margin-bottom: 0;
}

button {
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

.heading, .section__split_images .content .text h3 {
  font-family: "Trajan", serif;
  font-size: 2.25em;
  font-weight: 400;
  line-height: 130%;
  text-align: center;
  color: var(--red);
  margin-bottom: 30px;
}

.box_cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 70px;
  border: solid 1px var(--red);
  font-family: "Trajan", serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 100%;
  color: var(--red);
  margin: 60px auto 0 auto;
  transition: all 0.2s ease;
}
.box_cta:hover {
  background: var(--red);
  color: var(--white);
}
.box_cta.solid {
  background: var(--white);
}
.box_cta.solid:hover {
  background: var(--red);
}

.separator {
  height: 150px;
}

.container {
  position: relative;
  width: 90%;
  max-width: 1220px;
  margin: 0 auto;
}
.container.mw_650 {
  max-width: 650px;
}

/* -------------------------------------------------- */
@media screen and (max-width: 1365px) {
  .heading, .section__split_images .content .text h3 {
    font-size: 2.25em;
  }
  .separator {
    height: 100px;
  }
}
@media screen and (max-width: 1023px) {
  p, #form .fields .column .field label,
  #form .fields .column .field input,
  #form .fields .column .field textarea {
    font-size: 0.875em;
    margin-bottom: 20px;
  }
  .heading, .section__split_images .content .text h3 {
    font-size: 1.625em;
    margin-bottom: 25px;
  }
  .box_cta {
    max-width: 220px;
    height: 50px;
    font-size: 0.875em;
    margin-top: 40px;
  }
  .separator {
    height: 60px;
  }
}
.section__split_images {
  position: relative;
}
.section__split_images .content {
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 500px;
  min-height: 650px;
  margin: 0 auto;
}
.section__split_images .content .text {
  margin-bottom: auto;
}
.section__split_images .content .text h3 {
  font-size: 1.125em;
  margin-top: 25px;
  margin-bottom: 5px;
}
.section__split_images .content .text p, .section__split_images .content .text #form .fields .column .field label, #form .fields .column .field .section__split_images .content .text label,
.section__split_images .content .text #form .fields .column .field input,
#form .fields .column .field .section__split_images .content .text input,
.section__split_images .content .text #form .fields .column .field textarea,
#form .fields .column .field .section__split_images .content .text textarea {
  margin-bottom: 10px;
}
.section__split_images .content .text p a, .section__split_images .content .text #form .fields .column .field label a, #form .fields .column .field .section__split_images .content .text label a,
.section__split_images .content .text #form .fields .column .field input a,
#form .fields .column .field .section__split_images .content .text input a,
.section__split_images .content .text #form .fields .column .field textarea a,
#form .fields .column .field .section__split_images .content .text textarea a {
  transition: all 0.2s ease;
}
.section__split_images .content .text p a:hover, .section__split_images .content .text #form .fields .column .field label a:hover, #form .fields .column .field .section__split_images .content .text label a:hover,
.section__split_images .content .text #form .fields .column .field input a:hover,
#form .fields .column .field .section__split_images .content .text input a:hover,
.section__split_images .content .text #form .fields .column .field textarea a:hover,
#form .fields .column .field .section__split_images .content .text textarea a:hover {
  color: var(--red);
}
.section__split_images .content .text p strong, .section__split_images .content .text #form .fields .column .field label strong, #form .fields .column .field .section__split_images .content .text label strong,
.section__split_images .content .text #form .fields .column .field input strong,
#form .fields .column .field .section__split_images .content .text input strong,
.section__split_images .content .text #form .fields .column .field textarea strong,
#form .fields .column .field .section__split_images .content .text textarea strong {
  font-weight: 600;
}
.section__split_images .content .text p em, .section__split_images .content .text #form .fields .column .field label em, #form .fields .column .field .section__split_images .content .text label em,
.section__split_images .content .text #form .fields .column .field input em,
#form .fields .column .field .section__split_images .content .text input em,
.section__split_images .content .text #form .fields .column .field textarea em,
#form .fields .column .field .section__split_images .content .text textarea em {
  font-style: italic;
}
.section__split_images .image {
  position: absolute;
  top: 0;
  width: calc(50% - 330px);
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.section__split_images .image:first-child {
  left: 0;
  background-position-x: right;
}
.section__split_images .image:last-child {
  right: 0;
  background-position-x: left;
}
.section__split_images.no_mh .content {
  min-height: 0;
}
.section__split_images.privacy .content {
  max-width: 800px;
}
.section__split_images.privacy .content .heading, .section__split_images.privacy .content .text h3 {
  margin-top: 60px;
}
.section__split_images.privacy .content .heading:first-child, .section__split_images.privacy .content .text h3:first-child {
  margin-top: 0;
}

/* -------------------------------------------------- */
@media screen and (max-width: 1366px) {
  .section__split_images .content {
    max-width: 400px;
  }
  .section__split_images .image {
    width: calc(50% - 280px);
  }
}
@media screen and (max-width: 1365px) {
  .section__split_images {
    width: 90%;
    margin: 0 auto;
  }
  .section__split_images .content {
    width: 100%;
    max-width: 650px;
    min-height: 0;
  }
  .section__split_images .images {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    margin: 80px auto 0 auto;
  }
  .section__split_images .images .image {
    position: relative;
    top: auto;
    right: 0 !important;
    left: 0 !important;
    width: calc(50% - 10px);
    height: auto;
    padding: 25.3% 0;
  }
}
@media screen and (max-width: 1023px) {
  .section__split_images .images {
    margin-top: 60px;
  }
  .section__split_images.privacy .content .heading, .section__split_images.privacy .content .text h3 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 414px) {
  .section__split_images .images {
    display: block;
  }
  .section__split_images .images .image {
    width: 100%;
    padding: 50.6% 0;
    margin-bottom: 20px;
  }
  .section__split_images .images .image:last-child {
    margin-bottom: 0;
  }
}
.section__fw_cta {
  position: relative;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.section__fw_cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.section__fw_cta .heading, .section__fw_cta .section__split_images .content .text h3, .section__split_images .content .text .section__fw_cta h3 {
  color: var(--cream);
}
.section__fw_cta p, .section__fw_cta #form .fields .column .field label, #form .fields .column .field .section__fw_cta label,
.section__fw_cta #form .fields .column .field input,
#form .fields .column .field .section__fw_cta input,
.section__fw_cta #form .fields .column .field textarea,
#form .fields .column .field .section__fw_cta textarea {
  color: var(--cream);
}
.section__fw_cta.gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 465px;
}
.section__fw_cta.gallery .box_cta {
  margin-top: 0;
}

/* -------------------------------------------------- */
@media screen and (max-width: 1023px) {
  .section__fw_cta {
    padding: 60px 0;
  }
  .section__fw_cta.gallery {
    min-height: 300px;
  }
}
@media screen and (max-width: 414px) {
  .section__fw_cta.gallery {
    min-height: 250px;
  }
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  cursor: pointer;
  z-index: 9;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$number)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transform: scale(1.1);
  transform-origin: 50% 50% 0;
  transition: all 0.4s ease;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.popup::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url("../images/global/misc/close_cta.png");
  background-size: 20px 20px;
}
.popup.open {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$number)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: scale(1);
  transform-origin: 50% 50% 0;
}
.popup .popup_wrap {
  display: flex;
  height: 100%;
}
.popup .popup_wrap .popup_content {
  width: 90%;
  max-width: 880px;
  cursor: default;
  padding: 60px 0;
  margin: auto;
}

body.open {
  overflow: hidden;
}
body.open::after {
  content: "";
  position: fixed;
  top: 0;
  right: 80%;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#mobile_nav {
  position: fixed;
  top: 0;
  right: -80%;
  width: 80%;
  height: 100%;
  background: var(--cream);
  padding: 85px 40px 40px 40px;
  transition: all 0.2s ease;
}
#mobile_nav .close_mobile_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 25px;
  left: 25px;
  width: 30px;
  height: 30px;
}
#mobile_nav .close_mobile_nav span {
  width: 100%;
  height: 1px;
  background: var(--dark-grey);
}
#mobile_nav .close_mobile_nav span:first-child {
  transform: rotate(-45deg);
  transform-origin: 50% 50% 0;
}
#mobile_nav .close_mobile_nav span:last-child {
  transform: rotate(45deg);
  transform-origin: 50% 50% 0;
}
#mobile_nav .nav li {
  margin-bottom: 20px;
}
#mobile_nav .nav li:last-child {
  margin-bottom: 0;
}
#mobile_nav .nav li a {
  font-family: "Trajan", serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 100%;
  color: var(--dark-grey);
}
#mobile_nav .nav li a.active {
  color: var(--red);
}

body.open #mobile_nav {
  right: 0;
}

#page {
  position: relative;
  right: 0;
  transition: all 0.2s ease;
}

body.open #page {
  right: 80%;
}

#header_wrapper {
  width: 100%;
  background: var(--white);
}

#header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 150px;
}
#header .logo {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50% 0;
  line-height: 0;
}
#header .logo img {
  height: 100px;
}
#header .cta {
  display: flex;
  align-items: center;
  font-family: "Trajan", serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 100%;
  color: var(--dark-grey);
  transition: all 0.2s ease;
}
#header .cta i {
  display: block;
  font-size: 20px;
  line-height: 20px;
  padding-left: 5px;
}
#header a.cta:hover,
#header button.cta:hover {
  color: var(--red);
}

#sub_header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0;
}
#sub_header .nav {
  display: flex;
}
#sub_header .nav li {
  border-right: solid 1px var(--dark-grey);
  font-family: "Trajan", serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 100%;
  color: var(--dark-grey);
  padding-right: 15px;
  margin-right: 15px;
}
#sub_header .nav li:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
#sub_header .nav li a {
  transition: all 0.2s ease;
}
#sub_header .nav li a:hover, #sub_header .nav li a.active {
  color: var(--red);
}
#sub_header .phone_cta {
  display: none;
  font-family: "Trajan", serif;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 100%;
  color: var(--dark-grey);
}
#sub_header .burger_cta {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 19px;
}
#sub_header .burger_cta span {
  width: 100%;
  height: 1px;
  background: var(--dark-grey);
}

/* -------------------------------------------------- */
@media screen and (max-width: 1023px) {
  #header {
    height: 130px;
  }
  #header .logo img {
    height: 100px;
  }
  #header .cta {
    font-size: 0.875em;
  }
  #sub_header .nav li {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 767px) {
  #header .cta {
    display: none;
  }
  #sub_header {
    justify-content: space-between;
    padding: 22px 0 23px 0;
  }
  #sub_header .nav {
    display: none;
  }
  #sub_header .phone_cta,
  #sub_header .burger_cta {
    display: flex;
  }
}
#hero_wrapper {
  border-top: solid 1px var(--red);
  border-bottom: solid 1px var(--red);
  padding: 10px 0;
}

#hero {
  position: relative;
  width: 100%;
  min-height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 18.23% 0;
}
#hero.small {
  min-height: 150px;
  padding: 9.115% 0;
}

/* -------------------------------------------------- */
@media screen and (max-width: 1023px) {
  #hero .banner {
    font-size: 1.625em;
  }
}
@media screen and (max-width: 414px) {
  #hero.bg_left_mobile {
    background-position: left center;
  }
}
#gallery {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  row-gap: 20px;
  width: calc(100% + 20px);
  margin: 60px -10px 0 -10px;
}
#gallery.mt_0 {
  margin-top: 0;
}
#gallery .popup_thumbnail {
  display: block;
  position: relative;
  padding: calc(50% - 10px) 0;
  margin: 0 10px;
  overflow: hidden;
}
#gallery .popup_thumbnail .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 1s ease;
}
#gallery .popup_thumbnail:first-child {
  grid-row: 1/3;
}
#gallery .popup_thumbnail:hover .image {
  transform: scale(1.2);
  transform-origin: 50% 50% 0;
}
#gallery .popup_thumbnail .overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(186, 169, 141, 0.8);
  z-index: 1;
}
#gallery .popup_thumbnail .overlay p, #gallery .popup_thumbnail .overlay #form .fields .column .field label, #form .fields .column .field #gallery .popup_thumbnail .overlay label,
#gallery .popup_thumbnail .overlay #form .fields .column .field input,
#form .fields .column .field #gallery .popup_thumbnail .overlay input,
#gallery .popup_thumbnail .overlay #form .fields .column .field textarea,
#form .fields .column .field #gallery .popup_thumbnail .overlay textarea {
  font-size: 1.25em;
  color: var(--white);
}

#gallery_popup_slider {
  padding: 0 40px;
}
#gallery_popup_slider .swiper-button-next,
#gallery_popup_slider .swiper-button-prev {
  width: 40px;
  color: var(--red);
  transition: all 0.2s ease;
}
#gallery_popup_slider .swiper-button-next:after,
#gallery_popup_slider .swiper-button-prev:after {
  font-size: 30px;
}
#gallery_popup_slider .swiper-button-next:hover,
#gallery_popup_slider .swiper-button-prev:hover {
  color: var(--white);
}
#gallery_popup_slider .swiper-button-prev {
  justify-content: flex-start;
  left: 0;
}
#gallery_popup_slider .swiper-button-next {
  justify-content: flex-end;
  right: 0;
}

/* -------------------------------------------------- */
@media screen and (max-width: 1023px) {
  #gallery {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #gallery {
    grid-template-columns: 2fr 2fr;
  }
  #gallery .popup_thumbnail:first-child {
    grid-row: auto/auto;
    grid-column: 1/3;
  }
}
#form_wrapper {
  border-top: solid 1px var(--red);
  border-bottom: solid 1px var(--red);
  padding: 10px 0;
}

#form {
  position: relative;
  width: 100%;
  background: var(--cream);
  padding: 100px 0;
}
@media screen and (max-width: 1023px) {
  #form {
    padding: 60px 0;
  }
}
#form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(247, 247, 219, 0.9);
}
#form .intro {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 80px auto;
}
#form .intro p a, #form .intro .fields .column .field label a, #form .fields .column .field .intro label a,
#form .intro .fields .column .field input a,
#form .fields .column .field .intro input a,
#form .intro .fields .column .field textarea a,
#form .fields .column .field .intro textarea a {
  transition: all 0.2s ease;
}
#form .intro p a:hover, #form .intro .fields .column .field label a:hover, #form .fields .column .field .intro label a:hover,
#form .intro .fields .column .field input a:hover,
#form .fields .column .field .intro input a:hover,
#form .intro .fields .column .field textarea a:hover,
#form .fields .column .field .intro textarea a:hover {
  color: var(--red);
}
#form .fields {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#form .fields .column {
  width: calc(50% - 10px);
}
#form .fields .column .field {
  margin-bottom: 30px;
}
#form .fields .column .field:last-child {
  margin-bottom: 0;
}
#form .fields .column .field label,
#form .fields .column .field input,
#form .fields .column .field textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
}
#form .fields .column .field label {
  margin-bottom: 15px;
}
#form .fields .column .field label.hide {
  display: none !important;
}
#form .fields .column .field label.error {
  color: red;
}
#form .fields .column .field input,
#form .fields .column .field textarea {
  height: 60px;
  background: var(--white);
  border: solid 1px var(--red);
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-decoration: none;
  outline: none;
  padding: 17px 20px;
  margin: 0;
}
#form .fields .column .field textarea {
  height: 447px;
  resize: none;
}
#form .box_cta {
  margin-top: 80px;
  background: var(--red);
  color: var(--white);
}
#form .box_cta:hover {
  background: var(--cream);
  color: var(--red);
}
#form .detect {
  display: none !important;
}

/* -------------------------------------------------- */
@media screen and (max-width: 1023px) {
  #form .intro {
    margin-bottom: 60px;
  }
  #form .fields .column .field textarea {
    height: 196px;
  }
  #form .box_cta {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #form .fields {
    display: block;
  }
  #form .fields .column {
    width: 100%;
    margin-bottom: 30px;
  }
  #form .fields .column .field {
    margin-bottom: 30px;
  }
}
#menus_wrapper {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
}
@media screen and (max-width: 1023px) {
  #menus_wrapper {
    padding: 60px 0;
  }
}

#menus {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
#menus .menu {
  background: var(--white);
}
#menus .menu .image {
  line-height: 0;
}
#menus .menu .text {
  padding: 80px 60px;
}
#menus .menu .text .heading, #menus .menu .section__split_images .content .text h3, .section__split_images .content #menus .menu .text h3 {
  color: var(--red);
  text-transform: uppercase;
}

/* -------------------------------------------------- */
@media screen and (max-width: 1365px) {
  #menus .menu .text {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 767px) {
  #menus {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 40px;
  }
  #menus .menu {
    background: var(--cream) !important;
  }
  #menus .menu .text .heading, #menus .menu .section__split_images .content .text h3, .section__split_images .content #menus .menu .text h3 {
    color: var(--dark-grey) !important;
  }
  #menus .menu .text p, #menus .menu .text #form .fields .column .field label, #form .fields .column .field #menus .menu .text label,
  #menus .menu .text #form .fields .column .field input,
  #form .fields .column .field #menus .menu .text input,
  #menus .menu .text #form .fields .column .field textarea,
  #form .fields .column .field #menus .menu .text textarea {
    color: var(--dark-grey) !important;
  }
}
@media screen and (max-width: 414px) {
  #menus .menu .text {
    padding: 40px 20px;
  }
}
#footer_wrapper {
  width: 100%;
  background: var(--red);
}

#footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  max-width: 1220px;
  padding: 60px 0;
  margin: 0 auto;
}
#footer .text {
  display: flex;
}
#footer .text .column {
  margin-right: 30px;
}
#footer .text .column:last-child {
  margin-right: 0;
}
#footer .text .column p, #footer .text #form .fields .column .field label, #form .fields #footer .text .column .field label,
#footer .text #form .fields .column .field input,
#form .fields #footer .text .column .field input,
#footer .text #form .fields .column .field textarea,
#form .fields #footer .text .column .field textarea {
  text-align: left;
  color: var(--cream);
}
#footer .text .column p a, #footer .text #form .fields .column .field label a, #form .fields #footer .text .column .field label a,
#footer .text #form .fields .column .field input a,
#form .fields #footer .text .column .field input a,
#footer .text #form .fields .column .field textarea a,
#form .fields #footer .text .column .field textarea a {
  transition: all 0.2s ease;
}
#footer .text .column p a:hover, #footer .text #form .fields .column .field label a:hover, #form .fields #footer .text .column .field label a:hover,
#footer .text #form .fields .column .field input a:hover,
#form .fields #footer .text .column .field input a:hover,
#footer .text #form .fields .column .field textarea a:hover,
#form .fields #footer .text .column .field textarea a:hover {
  color: var(--white);
}
#footer .social {
  display: flex;
}
#footer .social .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: solid 1px var(--cream);
  border-radius: 50%;
  color: var(--cream);
  margin-right: 15px;
  transition: all 0.2s ease;
}
#footer .social .icon:last-child {
  margin-right: 0;
}
#footer .social .icon i {
  font-size: 25px;
  line-height: 25px;
  color: var(--cream);
}
#footer .social .icon:hover {
  background: var(--cream);
}
#footer .social .icon:hover i {
  color: var(--red);
}

/* -------------------------------------------------- */
@media screen and (max-width: 1023px) {
  #footer {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #footer .text {
    display: block;
    width: 100%;
  }
  #footer .text .column {
    margin: 0 0 15px 0;
  }
  #footer .text .column:last-child {
    margin-bottom: 0;
  }
  #footer .text .column p, #footer .text #form .fields .column .field label, #form .fields #footer .text .column .field label,
  #footer .text #form .fields .column .field input,
  #form .fields #footer .text .column .field input,
  #footer .text #form .fields .column .field textarea,
  #form .fields #footer .text .column .field textarea {
    text-align: center;
  }
  #footer .social {
    margin-top: 40px;
  }
}
