/*
Theme Name: Timber
Author: Vision Tank
Author URI: http://visiontank.co.uk/
Version: 1.0
*/
/* 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: "newsweekly";
  src: url(../../fonts/newsweekly-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
.inner {
  width: 1240px;
  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: flex;
  justify-content: center;
  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: 1240px) {
  .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: #61625B;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 32px;
  background-color: #1D1D15;
}

ul li {
  list-style: disc;
}

ol li {
  list-style: decimal;
}

strong,
b {
  font-weight: 600;
}

em,
i {
  font-style: italic;
}

.content p,
.content ul,
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 blockquote {
  margin: 0 0 20px;
}
.content a {
  color: #61625B;
}
.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;
}

.alpha,
.content h1,
.bravo,
.content h2,
.charlie,
.content h3,
.delta,
.content h4 {
  font-family: "newsweekly", sans-serif;
}

.alpha,
.content h1 {
  font-size: 70px;
  line-height: 0.94;
  text-transform: uppercase;
  font-weight: 400;
}

.bravo,
.content h2 {
  font-size: 60px;
  line-height: 0.96;
  text-transform: uppercase;
  font-weight: 400;
}

.charlie,
.content h3 {
  font-size: 50px;
  line-height: 0.98;
  letter-spacing: 1px;
  font-weight: 400;
}

.delta,
.content h4 {
  font-size: 40px;
  line-height: 1.02;
  font-weight: 400;
}

.echo,
.content h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.33;
}

.foxtrot,
.content h6 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

@media screen and (max-width: 700px) {
  .alpha,
  .content h1 {
    font-size: 60px;
  }
  .bravo,
  .content h2 {
    font-size: 50px;
  }
  .charlie,
  .content h3 {
    font-size: 40px;
  }
  .delta,
  .content h4 {
    font-size: 27px;
  }
  .echo,
  .content h5 {
    font-size: 22px;
  }
}
.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 16px;
  transition: 0.2s;
  cursor: pointer;
  line-height: 1.42;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-align: center;
  background-color: #62836C;
  color: white;
  border-radius: 3px;
  font-weight: 500;
}
.button svg, .frm_submit input svg,
.frm_submit button svg,
.wp-block-button__link svg {
  transition: 0.2s;
  fill: white;
}
.button:hover, .frm_submit input:hover,
.frm_submit button:hover,
.wp-block-button__link:hover {
  background-color: #D1AF7F;
  color: #1D1D15;
}
.button:hover svg, .frm_submit input:hover svg,
.frm_submit button:hover svg,
.wp-block-button__link:hover svg {
  fill: #1D1D15;
}

.button--arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
}
.button--arrow svg {
  max-width: 11px;
  width: 100%;
}

.button--gold {
  background-color: #D1AF7F;
  color: #1D1D15;
}
.button--gold svg {
  fill: #1D1D15;
}
.button--gold:hover {
  background-color: #E1E0D6;
}

.button--black {
  background-color: #61625B;
  color: white;
}
.button--black svg {
  fill: white;
}
.button--black:hover {
  background-color: #52705B;
}

.button--white {
  background-color: #DFDED4;
  color: #1D1D15;
}
.button--white svg {
  fill: #1D1D15;
}
.button--white:hover {
  background-color: #52705B;
  color: #F5F7F2;
}
.button--white:hover svg {
  fill: #F5F7F2;
}

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

/***MOBILE MENU***/
.mobile_menu_button {
  display: none;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  z-index: 30;
}
.mobile_menu_button p {
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  color: #61625B;
  margin: 2px 0 0;
}

.lines-button {
  padding: 8px 5px 8px 0;
  -webkit-transition: 0.3s;
  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 {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  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 {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 2rem;
}
.lines-button.x.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.lines-button.x2 .lines {
  -webkit-transition: background 0.3s 0.5s ease;
  transition: background 0.3s 0.5s ease;
}
.lines-button.x2 .lines:before, .lines-button.x2 .linesafter {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s 0.6s ease, transform 0.3s ease;
}
.lines-button.x2.close .lines {
  -webkit-transition: background 0.3s 0s ease;
  transition: background 0.3s 0s ease;
  background: transparent;
}
.lines-button.x2.close .lines:before, .lines-button.x2.close .lines:after {
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
  transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
  transition: top 0.3s ease, transform 0.3s 0.5s ease;
  top: 0;
  width: 2rem;
}
.lines-button.x2.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x2.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.lines {
  display: block;
  width: 30px;
  margin-right: 2px;
  height: 0.25rem;
  background: #61625B;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.lines:before, .lines:after {
  display: inline-block;
  width: 30px;
  height: 0.25rem;
  background: #61625B;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: "";
  -webkit-transform-origin: 0.14286rem center;
  -ms-transform-origin: 0.14286rem center;
  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: flex;
    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 {
  object-fit: cover;
  object-position: center;
}

img {
  height: auto;
}

.header {
  background-color: #1D1D15;
  position: relative;
  padding: 10px 0;
  width: 100%;
}

.header__inner {
  display: flex;
  align-items: center;
}

.header__logo {
  width: 225px;
  fill: white;
  transition: 0.2s;
  display: block;
  position: relative;
  z-index: 1;
}
.header__logo:hover {
  transform: scale(1.02);
}
.header__logo.hide {
  opacity: 0;
  visibility: hidden;
}

.header__nav {
  display: flex;
  flex-grow: 1;
  justify-content: center;
}

.header__menu {
  padding: 0;
}

.header__menu__items {
  display: flex;
  align-items: center;
  padding: 0;
  flex-grow: 1;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  column-gap: 40px;
}

.menu-item {
  display: inline-block;
}
.menu-item a {
  transition: 0.2s;
  color: #E1E0D6;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.16px;
  border-bottom: 2px solid transparent;
  padding-bottom: 2px;
  line-height: 1.5;
}
.menu-item:hover a, .menu-item.current-menu-item a, .menu-item.current-page-ancestor a, .menu-item.current-menu-ancestor a {
  color: #D1AF7F;
}
.menu-item:hover svg, .menu-item.current-menu-item svg, .menu-item.current-page-ancestor svg, .menu-item.current-menu-ancestor svg {
  fill: #D1AF7F;
}

.sub-menu {
  opacity: 0;
  visibility: hidden;
  display: flex;
  position: absolute;
  z-index: 6;
  width: 209px;
  padding: 19px 22px;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 10px;
  border: 1px solid #E8E8E0;
  border-radius: 8px;
  top: 40px;
  left: -20px;
  background-color: #F5F7F2;
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.2s;
}
.sub-menu .menu-item {
  margin: 0;
}
.sub-menu .menu-item a {
  border-color: transparent;
  display: inline-block;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
  color: #3D3E36;
}
.sub-menu .menu-item:hover a, .sub-menu .menu-item.current-menu-item a {
  color: #62836C;
}

.menu-item-has-children {
  position: relative;
  cursor: pointer;
}
.menu-item-has-children:after {
  content: "";
  width: 100%;
  height: 40px;
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 10;
}
.menu-item-has-children:after a {
  cursor: pointer;
}
.menu-item-has-children svg {
  position: relative;
  transition: 0.2s;
  width: 9px;
  bottom: 2px;
  left: 2px;
  fill: #E1E0D6;
}
.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.menu-item-has-children:hover svg {
  fill: #D1AF7F;
}

.header_menu_bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #1D1D15;
  z-index: 20;
  display: none;
}

.header__menu__logo_wrap {
  display: none;
}

.mobile_menu_button .lines {
  background: #E1E0D6;
}
.mobile_menu_button .lines:after, .mobile_menu_button .lines:before {
  background: #E1E0D6;
}

.button--header {
  left: 60px;
}

@media screen and (max-width: 1200px) {
  .button--header {
    left: 0;
  }
  .header__nav {
    justify-content: flex-end;
  }
  .menu-item {
    margin-left: 0;
  }
  .menu-item a {
    font-size: 18px;
    line-height: 20px;
  }
  .menu-item.menu-item-has-children {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    flex-wrap: wrap;
    margin-left: 20px;
  }
  .menu-item.menu-item-has-children.active svg {
    transform: rotate(180deg);
  }
  .menu-item.menu-item-has-children svg {
    position: static;
    margin-top: -2px;
    width: 10px;
  }
  .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    background-color: transparent !important;
    display: none;
    width: 100%;
    transition: none;
    padding: 10px 20px 5px;
    text-align: center;
    padding-left: 0;
    border: none;
    box-shadow: none;
  }
  .sub-menu::before {
    display: none;
  }
  .sub-menu .menu-item {
    display: block;
    margin: 10px 0;
  }
  .sub-menu .menu-item a {
    font-size: 15px;
    opacity: 0.8;
    transition: 0.2s;
    border-bottom: 1.5px solid transparent;
    color: #E1E0D6;
  }
  .sub-menu .menu-item a:hover {
    color: #D1AF7F;
    border-bottom: 1.5px solid #D1AF7F;
  }
  .sub-menu .menu-item:last-of-type {
    margin-bottom: 0;
  }
  .sub-menu .menu-item svg {
    display: none;
  }
  .header__menu {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 20;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
    width: 100%;
    padding: 20px 20px 0px 20px;
  }
  .header__menu__items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    row-gap: 30px;
    z-index: 21;
  }
  .header__menu__items.active {
    opacity: 1;
    visibility: visible;
  }
  .header__menu__logo_wrap {
    display: block;
    max-width: 100px;
    width: 100%;
    margin: 0 auto;
  }
  .header__menu__logo {
    display: block;
    width: 100%;
  }
}
.footer {
  background-color: #1D1D15;
  padding: 50px 0;
}
.footer p a:hover {
  text-decoration: underline;
}

.footer__inner {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footer__left {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  max-width: 280px;
}
.footer__left .footer__left__desc {
  font-size: 16px;
  line-height: 1.5;
  color: #DFDED4;
}

.footer__left__socials {
  display: flex;
  flex-direction: row;
  column-gap: 20px;
}
.footer__left__socials .footer__social {
  position: relative;
}
.footer__left__socials .footer__social svg {
  fill: #D1AF7F;
  max-width: 20px;
  width: 100%;
  height: 20px;
}

.footer__middle {
  display: flex;
  flex-direction: row;
  column-gap: 120px;
}
.footer__middle .menu-item-has-children {
  margin: 0;
}
.footer__middle .menu-item-has-children a {
  font-family: "newsweekly", sans-serif;
  font-size: 32px;
  line-height: 1;
  color: #D1AF7F;
}
.footer__middle .menu-item-has-children svg {
  display: none;
}
.footer__middle .sub-menu {
  background-color: unset;
  opacity: 1;
  visibility: visible;
  left: 0;
  width: 150px;
  padding: 0;
  box-shadow: none;
  border: none;
}
.footer__middle .sub-menu .menu-item {
  margin: 0;
}
.footer__middle .sub-menu .menu-item a {
  border-color: transparent;
  display: inline-block;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
  color: #DFDED4;
  font-family: "Montserrat", sans-serif;
}
.footer__middle .sub-menu .menu-item:hover a, .footer__middle .sub-menu .menu-item.current-menu-item a {
  color: #D1AF7F;
}

.footer__right {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.footer__right h5 {
  font-family: "newsweekly", sans-serif;
  color: #D1AF7F;
  font-size: 32px;
  line-height: 1;
}
.footer__right .footer__right__links {
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  align-items: center;
}
.footer__right .footer__right__links a {
  color: #DFDED4;
}
.footer__right .footer__right__links .alt__footer__Link {
  min-width: 250px;
}
.footer__right .footer__right__links svg {
  max-width: 20px;
  width: 100%;
}
.footer__right .footer__right__links .footer__right__link {
  fill: #D1AF7F;
}
.footer__right .footer__right__links .footer__right__link--alt {
  fill: none;
  stroke: #D1AF7F;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.67px;
}

.footer__bottom {
  position: relative;
  width: 100%;
  border-top: 1px solid rgba(235, 237, 235, 0.2);
  padding-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer__bottom p, .footer__bottom a {
  color: #DFDED4;
  font-size: 12px;
  line-height: 2;
  opacity: 0.5;
}
.footer__bottom a {
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {
  .footer__top {
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 30px;
  }
  .footer__top .footer__left__socials {
    justify-content: center;
  }
  .footer__left .footer__logo {
    margin: 0 auto;
  }
  .footer__middle {
    row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer__middle .menu-item-has-children a {
    width: 100%;
  }
  .footer__middle .sub-menu {
    display: block;
  }
  .footer__right__links {
    margin: 0 auto;
  }
  .footer__bottom {
    flex-direction: column;
    align-items: 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: "Montserrat", sans-serif;
  border: 1px solid #61625B;
  border-radius: 0;
  background-color: #ffffff;
  padding: 6px 10px;
  color: #61625B;
  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: #61625B;
}
.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: #61625B;
  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: #61625B;
  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: #61625B;
}
.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: #61625B;
}
.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 {
  border: 2.5px solid #E1E0D6;
  border-radius: 14px;
  padding: 32px 42px 42px 42px;
}
.gform_wrapper .gform_heading {
  margin-bottom: 25px;
}
.gform_wrapper .gform_heading .gform_title {
  font-family: "newsweekly", sans-serif;
  font-size: 40px;
  line-height: 1.02;
  letter-spacing: 1px;
  color: #3D3E36;
  margin-bottom: 30px;
}
.gform_wrapper .gform_heading .gform_description {
  font-size: 20px;
  color: #3D3E36;
  line-height: 1.6;
}
.gform_wrapper .gform_heading .gform_required_legend {
  display: none;
}
.gform_wrapper .gf_page_steps .gf_step .gf_step_number {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  padding: 18px;
  background-color: #E1E0D6;
  color: rgba(61, 62, 54, 0.5);
  border: none;
  align-items: center;
  justify-content: center;
}
.gform_wrapper .gf_page_steps .gf_step .gf_step_label {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #1A1A1A;
  opacity: 0.5;
  text-transform: none;
}
.gform_wrapper .gf_page_steps .gf_step_active .gf_step_number {
  background-color: #62836C;
  color: white;
}
.gform_wrapper .gf_page_steps .gf_step_active .gf_step_label {
  opacity: 1;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  opacity: 0.5;
}
.gform_wrapper .gf_page_steps .gf_step_completed .gf_step_number {
  background-color: #61625B;
  color: white;
}
.gform_wrapper .gf_page_steps .gf_step_completed .gf_step_number:after {
  content: none !important;
}
.gform_wrapper .gform_body .gform_fields {
  row-gap: 20px;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  font-size: 14px;
  color: #3D3E36;
  line-height: 1;
  font-weight: 500;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_required {
  color: #1D1D15;
  position: relative;
  right: 2px;
}
.gform_wrapper .gform_body .gform_fields .gfield input, .gform_wrapper .gform_body .gform_fields .gfield textarea, .gform_wrapper .gform_body .gform_fields .gfield select {
  border: 1.5px solid #D7D9D4;
  border-radius: 10px;
  background-color: unset;
  padding: 14px 12px;
  color: #61625B;
  font-size: 14px;
  line-height: 1.428;
  font-family: "Montserrat", sans-serif;
  height: auto !important;
  width: 100%;
  box-shadow: none;
}
.gform_wrapper .gform_body .gform_fields .gfield select option, .gform_wrapper .gform_body .gform_fields .gfield select .gf_placeholder {
  color: #61625B;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  box-shadow: none;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_address .ginput_address_zip {
  width: 100%;
  box-shadow: none;
}
.gform_wrapper .gform_body .gform_fields .gfield a {
  color: #61625B;
  text-decoration: underline;
}
.gform_wrapper .gform_body .gform_page .gform_page_footer {
  justify-self: end;
}
.gform_wrapper .gform_body .gform_page .gform_page_footer .gform_next_button {
  display: flex !important;
  padding: 14px 22px !important;
  border-radius: 3px !important;
  background-color: #62836C !important;
  font-size: 14px !important;
  color: white !important;
  transition: 0.2s !important;
}
.gform_wrapper .gform_body .gform_page .gform_page_footer .gform_next_button:hover {
  background-color: #D1AF7F !important;
  color: #1D1D15 !important;
}
.gform_wrapper .gform_body .gform_page .gform_page_footer .gform_previous_button {
  display: flex !important;
  padding: 14px 22px !important;
  border-radius: 3px !important;
  background-color: #61625B !important;
  font-size: 14px !important;
  color: white !important;
  transition: 0.2s !important;
}
.gform_wrapper .gform_body .gform_page .gform_page_footer .gform_previous_button:hover {
  background-color: #62836C !important;
}
.gform_wrapper .gform_body .gform_page .gform_page_footer #gform_submit_button_2 {
  display: flex !important;
  padding: 14px 22px !important;
  border-radius: 3px !important;
  background-color: #62836C !important;
  font-size: 14px !important;
  color: white !important;
  transition: 0.2s !important;
}
.gform_wrapper .gform_body .gform_page .gform_page_footer #gform_submit_button_2:hover {
  background-color: #D1AF7F !important;
  color: #1D1D15 !important;
}
.gform_wrapper .gform_footer .gform_button {
  display: flex !important;
  padding: 14px 22px !important;
  border-radius: 3px !important;
  background-color: #62836C !important;
  font-size: 14px !important;
  color: white !important;
  transition: 0.2s !important;
}
.gform_wrapper .gform_footer .gform_button:hover {
  background-color: #D1AF7F !important;
  color: #1D1D15 !important;
}

@media screen and (max-width: 800px) {
  .gform_wrapper {
    padding: 30px 20px;
  }
}
.popup_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(3, 3, 3, 0.3);
  z-index: 23;
  display: none;
}

.popup {
  position: fixed;
  top: 40px;
  right: 20px;
  left: 20px;
  margin: 0 auto;
  z-index: 24;
  transition: 0.4s;
  background-color: white;
  max-width: 700px;
  width: 100%;
  padding: 40px;
  border-radius: 12px;
  display: none;
}
.popup.active {
  display: block;
}

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

.section {
  padding: 70px 0;
  background-color: #F5F7F2;
  min-height: 500px;
}

.section--black {
  background-color: #1D1D15;
}

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

.page__hero {
  display: flex;
  width: 100%;
  padding: 70px 20px;
  justify-content: center;
  background-color: #E1E0D6;
  text-align: center;
  align-items: center;
  min-height: 340px;
  position: relative;
}
.page__hero .page__hero__title {
  position: relative;
  color: #3D3E36;
  margin: 0 auto 20px;
  max-width: 700px;
  width: 100%;
}
.page__hero .page__hero__text {
  color: #3D3E36;
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}
.page__hero .hero__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}

.page__hero--green {
  background-color: #52705B;
}
.page__hero--green .page__hero__title {
  color: #D1AF7F;
}
.page__hero--green .page__hero__text {
  color: #E1E0D6;
}

.page__hero--image {
  background-color: #1D1D15;
}
.page__hero--image .page__hero__title, .page__hero--image .page__hero__text {
  color: #F5F7F2;
}

.page__hero--front {
  min-height: 740px;
  background-color: #1D1D15;
}
.page__hero--front .hero__img {
  opacity: 0.9;
}
.page__hero--front .page__hero__title {
  max-width: 800px;
}

@media screen and (max-width: 1000px) {
  .page__hero, .page__hero--front {
    min-height: 0;
  }
}
@media screen and (max-width: 700px) {
  .page__hero--front .front__logo {
    width: 90px;
  }
}
.cta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 0 100px 0;
  background-color: #62836C;
  color: #F5F7F2;
}

.cta__content {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.cta__title {
  position: relative;
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.cta__buttons {
  position: relative;
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  column-gap: 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 20px;
}

.service {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 25px 25px 35px 25px;
  border-radius: 5px;
  background-color: #DFDED4;
  cursor: pointer;
  position: relative;
}
.service:hover .service__content .button, .service:hover .service__content .frm_submit input, .frm_submit .service:hover .service__content input,
.service:hover .service__content .frm_submit button,
.frm_submit .service:hover .service__content button {
  pointer-events: none;
  opacity: 1;
  visibility: visible;
}
.service:hover .service__excerpt {
  opacity: 0;
  visibility: hidden;
}

.service__content {
  text-align: center;
  align-items: center;
}
.service__content .button, .service__content .frm_submit input, .frm_submit .service__content input,
.service__content .frm_submit button,
.frm_submit .service__content button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: 0 auto;
  max-width: 160px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.service__icon {
  display: flex;
  height: 64px;
  margin: 0 auto 15px;
}

.service__title {
  color: #3D3E36;
  margin-bottom: 16px;
}

.service__excerpt {
  color: #3D3E36;
  opacity: 1;
  visibility: visible;
  transition: 0.2s;
}

@media screen and (max-width: 800px) {
  .service {
    padding: 25px 25px 105px 25px;
  }
  .service:hover .service__excerpt {
    opacity: 1;
    visibility: visible;
  }
  .service .service__content .button, .service .service__content .frm_submit input, .frm_submit .service .service__content input,
  .service .service__content .frm_submit button,
  .frm_submit .service .service__content button {
    pointer-events: none;
    opacity: 1;
    visibility: visible;
  }
}
.package {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 25px 25px 35px 25px;
  border-radius: 5px;
  background-color: black;
  cursor: pointer;
  position: relative;
  min-height: 470px;
  overflow: hidden;
}
.package:hover .package__image {
  transform: scale(1.05);
}
.package:hover .package__content .button, .package:hover .package__content .frm_submit input, .frm_submit .package:hover .package__content input,
.package:hover .package__content .frm_submit button,
.frm_submit .package:hover .package__content button {
  opacity: 1;
  visibility: visible;
}
.package:hover .package__bottom {
  bottom: 60px;
  padding-right: 10px;
}

.package__image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.2s;
  opacity: 0.7;
}

.package__title, .package__excerpt {
  z-index: 2;
  position: relative;
  color: white;
}

.package__excerpt {
  font-size: 16px;
  line-height: 1.5;
}

.package__content .package__excerpt {
  margin: 0;
}
.package__content .button, .package__content .frm_submit input, .frm_submit .package__content input,
.package__content .frm_submit button,
.frm_submit .package__content button {
  position: relative;
  max-width: 160px;
  width: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}

.package__grad {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 200px;
  z-index: 2;
}

.package__bottom {
  position: absolute;
  bottom: -10px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  transition: 0.2s;
  z-index: 3;
}

@media screen and (max-width: 800px) {
  .package__content .button, .package__content .frm_submit input, .frm_submit .package__content input,
  .package__content .frm_submit button,
  .frm_submit .package__content button {
    opacity: 1;
    visibility: visible;
  }
  .package__bottom {
    bottom: 60px;
    padding-right: 10px;
  }
}
.flexible_content__items {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.flexible_content_section {
  padding: 40px 0;
}
.flexible_content_section:first-of-type {
  padding-top: 70px;
}
.flexible_content_section:last-of-type {
  padding-bottom: 70px;
}

.image_and_content {
  display: flex;
}
.image_and_content.layout--green {
  background-color: #52705B;
}
.image_and_content.layout--green h1, .image_and_content.layout--green h2, .image_and_content.layout--green h3, .image_and_content.layout--green h4, .image_and_content.layout--green h5 {
  color: #D1AF7F;
}
.image_and_content.layout--green p {
  color: white;
}

.image_and_content__container {
  display: flex;
  flex-direction: row;
  background-color: #DAD8CC;
  align-items: center;
}

.image_and__content__wrap {
  text-align: center;
}

.image_and_content__discover {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  align-items: center;
  cursor: pointer;
}
.image_and_content__discover p {
  color: #3D3E36;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.77;
  margin: 0;
}
.image_and_content__discover svg {
  width: 16px;
  height: 8px;
  fill: #3D3E36;
  stroke-width: 2.667px;
}

.image_and_content__img {
  max-width: 540px;
  width: 100%;
}

.image_and_content__text {
  max-width: 1200px;
  width: 100%;
  text-align: center;
  padding: 46px 60px;
}

.flexible__top_content {
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin: 0 auto;
}
.flexible__top_content p {
  margin: 0;
}

.flexible_content__list {
  row-gap: 40px;
  margin-bottom: 0;
}

.horizontal_pricing__list {
  margin-top: 40px;
}

.review_list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 40px;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 40px;
  margin-top: 20px;
}

.flexible__services {
  margin: 20px -15px;
}
.flexible__services > [class*=grid_] {
  padding: 0 15px;
}
.flexible__services .service__title {
  font-size: 40px;
}
.flexible__services .service {
  padding: 25px 20px 35px 20px;
}

.flexible_content__content .slider__wrap {
  margin-top: 40px;
}

.flexible_central__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0 60px 0;
  background-color: #E8E8E0;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.flexible_central__box__list {
  flex-direction: column;
  row-gap: 10px;
}
.flexible_central__box__list p {
  margin: 0;
}

.small_line {
  width: 34px;
  height: 2px;
  background-color: #D1AF7F;
  display: block;
  justify-self: center;
  margin: 12px auto;
}
.small_line:last-of-type {
  display: none;
}

@media screen and (max-width: 1200px) {
  .image_and_content__container {
    flex-direction: column;
    align-items: center;
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
  }
  .flexible_content__list .grid_1-3 {
    max-width: 375px;
    width: 100%;
  }
  .service {
    padding: 25px 20px 105px 20px !important;
  }
}
@media screen and (max-width: 700px) {
  .flexible__services .service__title {
    font-size: 33px;
  }
  .image_and_content__text {
    padding: 30px 20px !important;
  }
}
.flexible_content_tile {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 40px;
  border-radius: 5px;
  background-color: black;
  position: relative;
  min-height: 550px;
  overflow: hidden;
}

.tile__image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.7;
}

.tile__grad {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 200px;
  z-index: 2;
}

.tile__bottom {
  position: absolute;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  z-index: 3;
  bottom: 40px;
  left: 0;
  padding: 0 40px;
}
.tile__bottom a {
  color: #1D1D15;
}

.tile__content {
  color: white;
}

@media screen and (max-width: 500px) {
  .flexible_content_tile {
    min-height: 440px;
    background-color: black;
  }
}
.quote {
  border: 1.5px solid #D3D0C3;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 25px;
  max-width: 300px;
  width: 100%;
}

.quote__top {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}

.quote__icons {
  display: flex;
  flex-direction: row;
  column-gap: 5px;
}
.quote__icons .star {
  width: 20px;
  fill: #D1AF7F;
}
.quote__icons .quotation {
  height: 32px;
  width: 21px;
  fill: #D3D0C3;
  stroke-width: 1.7px;
}

.quote__body {
  color: #1D1D15;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
}

.quote__bottom {
  display: flex;
  flex-direction: column;
}

.quote__bottom__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.77;
  color: #1D1D15;
}

.quote__bottom__meta {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.42;
  color: #3D3E36;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  border-radius: 40px;
}
.slick-dots li {
  margin: 0 5px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-dots li.slick-active button {
  background-color: #D1AF7F;
  pointer-events: none;
}
.slick-dots li button {
  width: 8px;
  height: 8px;
  background-color: #DFDED4;
  border-radius: 36px;
  border: none;
  font-size: 0;
  transition: 0.2s;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  transition: 0.5s;
}
.slick-dots li button:focus {
  outline: none;
}

.slider {
  position: relative;
  opacity: 0;
  visibility: hidden;
  overflow: visible;
}
.slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.slider .slick-track {
  display: flex;
  overflow: visible;
}
.slider .slick-slide {
  height: inherit;
  margin: 0 25px;
}
.slider .slick-slide:focus {
  outline: none;
}
.slider .slick-list {
  overflow: visible;
}

.slider__arrows {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-self: center;
  top: 210px;
  left: 0;
  right: 0;
  pointer-events: none;
}

.slick-arrows {
  position: relative;
  height: 50px;
  width: 20px;
  display: block;
  transition: 0.2s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
}
.slick-arrows svg {
  width: 100%;
  height: 100%;
  fill: #61625B;
  transition: 0.2s;
  stroke-width: 3px;
}
.slick-arrows:hover svg {
  fill: #61625B;
}

.prev-arrow svg {
  transform: rotate(180deg);
}

.slick-arrow {
  transition: 0.2s;
}

.slick-disabled {
  opacity: 0.1;
  cursor: auto;
  pointer-events: none;
}
.slick-disabled .slick-arrows {
  cursor: auto;
  pointer-events: none;
}
.slick-disabled .slick-arrows svg {
  fill: #61625B;
}
@media screen and (max-width: 850px) {
  .slider .slick-track .slick-slide {
    margin: 0 15px;
  }
}
.slider__wrap {
  position: relative;
  margin: 0 -25px;
}

.slider__arrows {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-self: center;
  top: 180px;
  left: -15px;
  right: 0;
  width: calc(100% + 30px);
}

.slider__image {
  position: relative;
  width: 370px;
  height: 440px;
}

@media screen and (max-width: 850px) {
  .slider__wrap {
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
  }
}
.horizontal_pricing {
  position: relative;
  display: flex;
  padding: 33px 33px 106px 33px;
  flex-direction: column;
  border: 2px solid #D3D0C3;
  border-radius: 16px;
  min-height: 650px;
  height: 100%;
}
.horizontal_pricing.border--green {
  border-color: #62836C;
  box-shadow: 0 10px 35px -5px rgba(0, 0, 0, 0.1);
}

.horizontal_pricing__highlight_label {
  display: flex;
  position: absolute;
  top: -16px;
  align-self: center;
  padding: 4.5px 15.555px 3.5px 16px;
  justify-content: center;
  align-items: center;
  background-color: #62836C;
  border-radius: 16777200px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.42;
  color: white;
}

.horizontal_pricing__top {
  display: flex;
  flex-direction: column;
  text-align: center;
  row-gap: 10px;
}
.horizontal_pricing__top h4, .horizontal_pricing__top p {
  margin: 0;
}
.horizontal_pricing__top h4 {
  line-height: 1.02;
  font-family: "newsweekly", sans-serif;
  color: #1D1D15;
}
.horizontal_pricing__top .horizontal_pricing__text {
  max-width: 300px;
}
.horizontal_pricing__top .horizontal_pricing__meta {
  font-size: 14px;
  line-height: 1.42;
}

.horizontal_pricing__features {
  display: flex;
  flex-direction: column;
  align-items: self-start;
  row-gap: 10px;
  margin: 30px 0;
}

.horizontal_pricing__feature {
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  align-items: center;
}
.horizontal_pricing__feature svg {
  position: relative;
  fill: #62836C;
  width: 13px;
  height: 9px;
  stroke-width: 1.667px;
}

.horizontal_pricing__button {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 50px;
  margin: 0 auto;
}

.vertical_pricing {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  align-items: center;
  margin-top: 40px;
}
.vertical_pricing .vertical_pricing__main, .vertical_pricing .vertical_pricing__extra {
  width: 100%;
}

.pricing__title {
  color: #62836C;
  text-align: center;
}

.pricing__list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  position: relative;
  width: 100%;
  align-items: center;
}

.pricing__list__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 6px 24px 16px 24px;
  border: 2px solid #E1E0D6;
  border-radius: 16px;
  max-width: 700px;
  width: 100%;
  position: relative;
}
.pricing__list__item h5, .pricing__list__item p {
  margin: 0;
}
.pricing__list__item .pricing__list__item__left {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.pricing__list__item .pricing__list__item__left h5 {
  color: #3D3E36;
  line-height: 1;
  font-family: "newsweekly", sans-serif;
}
.pricing__list__item .pricing__list__item__left p {
  font-size: 16px;
  color: #61625B;
  line-height: 1.5;
}
.pricing__list__item .pricing__list__item__right {
  display: flex;
  flex-direction: row;
  column-gap: 7px;
}
.pricing__list__item .pricing__list__item__right h5 {
  color: #3D3E36;
  line-height: 1;
  font-family: "newsweekly", sans-serif;
}
.pricing__list__item .pricing__list__item__right p {
  font-size: 16px;
  line-height: 1.5;
  color: #61625B;
}

.vertical_pricing__bottom {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  position: relative;
  row-gap: 20px;
}
.vertical_pricing__bottom h6 {
  max-width: 500px;
  color: #1A1A1A;
  line-height: 1.6;
}
.vertical_pricing__bottom .cta__buttons {
  margin-top: 0;
}

.error {
  min-height: 540px;
  background-color: #F5F7F2;
}
.error a {
  text-decoration: underline;
}

.error__title {
  font-weight: 600 !important;
}

.front__logo {
  position: relative;
  width: 140px;
  margin-bottom: 20px;
}

.front_packages {
  position: relative;
  overflow: hidden;
}
.front_packages .front_packages__content {
  text-align: center;
}
.front_packages .front_packages__content h2 {
  color: #D1AF7F;
}
.front_packages .front_packages__content h5 {
  color: #DFDED4;
}
.front_packages .slider__wrap {
  margin: 40px 0;
}
.front_packages .front_packages__bottom {
  text-align: center;
}
.front_packages .front_packages__bottom h6 {
  max-width: 400px;
  margin: 0 auto;
  color: #DFDED4;
}
.front_packages .front_packages__bottom .cta__buttons {
  margin-top: 25px;
}

.front_inspire {
  display: flex;
  width: 100%;
  padding: 70px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #E1E0D6;
  position: relative;
  min-height: 500px;
}
.front_inspire .front__inspire__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.front_inspire .front__inspire__content {
  position: relative;
  color: #F5F7F2;
  z-index: 1;
}
.front_inspire .front__inspire__content a {
  margin-top: 15px;
}

.front_services {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 0 70px 0;
  text-align: center;
  background-color: #1D1D15;
  position: relative;
}
.front_services .front__services__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
}
.front_services .front__services__title {
  color: #D1AF7F;
}
.front_services .front__services__text {
  max-width: 600px;
  margin: 0 auto;
  color: #F5F7F2;
}
.front_services .front__services__content {
  position: relative;
}

.front_about .image_and_content__text {
  padding: 46px 60px 0px;
}
.front_about .image_and_content__img {
  max-width: 540px;
}
.front_about .front__about__button {
  display: inline-block;
  justify-self: center;
  padding: 14px 22px;
}

.front_reviews {
  padding: 80px 0 100px 0;
  position: relative;
  background-color: #1D1D15;
}
.front_reviews .front__reviews__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
}
.front_reviews .front__reviews__content {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.front_reviews .front__reviews__content .front__reviews__title {
  max-width: 600px;
  margin: 0 auto;
  color: #D1AF7F;
}
.front_reviews .front__reviews__content .front__reviews__text {
  color: #DFDED4;
}
.front_reviews .review_list {
  margin-top: 20px;
}
.front_reviews .review_list .quote {
  border-color: rgba(225, 227, 230, 0.3);
}
.front_reviews .review_list .quote .quote__icons .quotation {
  fill: rgba(211, 208, 195, 0.2);
}
.front_reviews .review_list .quote .quote__body {
  color: #EBEDEB;
}
.front_reviews .review_list .quote .quote__bottom__title {
  color: #EBEDEB;
}
.front_reviews .review_list .quote .quote__bottom__meta {
  color: #EBEDEB;
  opacity: 0.5;
}

@media screen and (max-width: 1200px) {
  .front__about__button {
    margin-bottom: 46px;
  }
}
.before-shop-loop {
  display: block;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  width: 100%;
  float: none !important;
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  float: none;
  display: none;
}

.loop {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

.media-content img {
  display: none;
}

.product {
  width: 100%;
  background-color: #eef1f0;
  padding: 20px;
  border-radius: 12px;
  cursor: pointer;
}

.popup_content .link {
  display: block;
  margin-bottom: 20px;
}
.popup_content ul {
  padding-left: 0;
}

.default__content {
  text-align: center;
}

.page__wrap {
  position: relative;
  overflow: hidden;
}

.holding__social {
  display: flex;
  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;
}

.services__list {
  row-gap: 40px;
}

.services__list--green .service {
  background-color: #62836C;
}
.services__list--green .service .service__title, .services__list--green .service .service__excerpt {
  color: #F5F7F2;
}

@media screen and (max-width: 1200px) {
  .services__list .grid_1-3 {
    max-width: 375px;
    width: 100%;
  }
  .services__list .grid_1-4 {
    max-width: 375px;
    width: 100%;
  }
}
.packages__list {
  row-gap: 40px;
}

@media screen and (max-width: 1200px) {
  .packages__list .grid_1-3 {
    max-width: 375px;
    width: 100%;
  }
}
.contact__content {
  max-width: 700px;
  margin: 0 auto;
}

.contact__details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  row-gap: 20px;
}

.contact__details__item {
  display: flex;
  flex-direction: row;
  column-gap: 16px;
}

.contact__details__icon_container {
  position: relative;
  background-color: #62836C;
  border-radius: 50%;
  padding: 12px;
  display: flex;
  justify-content: center;
  max-height: 48px;
  min-width: 48px;
}
.contact__details__icon_container .contact__details__icon {
  position: relative;
  max-width: 24px;
  width: 100%;
  fill: #F5F7F2;
}
.contact__details__icon_container .contact__details__icon--alt {
  fill: none;
  stroke: #F5F7F2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.contact__details__text {
  display: flex;
  flex-direction: column;
}
.contact__details__text h5 {
  font-family: "newsweekly", sans-serif;
  font-size: 32px;
  line-height: 1;
  color: #3D3E36;
  margin: 0;
}
.contact__details__text a {
  color: #3D3E36;
  font-size: 20px;
}

.contact__form {
  margin-top: 40px;
}

.event_enquiry__form {
  max-width: 610px;
  width: 100%;
}

.request_a_quote__container {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  column-gap: 50px;
  align-items: flex-start;
}

.event_enquiry__visualiser {
  display: flex;
  padding: 34px 50px 54px 50px;
  flex-direction: column;
  background-color: #DFDED4;
  max-width: 426px;
  width: 100%;
}

.event_enquiry__visualiser__content {
  display: flex;
  flex-direction: column;
}
.event_enquiry__visualiser__content p {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
}

.event_enquiry__visualiser__button {
  position: relative;
  margin-bottom: 40px;
  color: white !important;
}
.event_enquiry__visualiser__button:hover {
  color: #3D3E36 !important;
}

.event_enquiry__visualiser__image {
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .request_a_quote__container {
    flex-direction: column;
    row-gap: 60px;
    align-items: center;
  }
  .event_enquiry__form {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .event_enquiry__visualiser {
    padding: 30px 20px;
  }
}

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