/*
Theme Name: Marcus Wolf
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: "tiempos-text-regular";
  src: url(../../fonts/tiempos-text-regular.woff2) format("woff2");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "tiempos-text-regular-italic";
  src: url(../../fonts/tiempos-text-regular-italic.woff2) format("woff2");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "tiempos-headline-regular";
  src: url(../../fonts/tiempos-headline-regular.woff2) format("woff2");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "tiempos-headline-regular-italic";
  src: url(../../fonts/tiempos-headline-regular-italic.woff2) format("woff2");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
.inner {
  width: 1200px;
  margin: 0 auto;
}

.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%;
    padding: 0 20px;
  }
}
@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: #3D3C3A;
  font-family: "tiempos-text-regular", sans-serif;
  font-size: 18px;
  line-height: 1.71;
  overflow-x: hidden;
}

ul li {
  list-style: disc;
}

ol li {
  list-style: decimal;
}

strong,
b {
  font-weight: 600;
}

.content p,
.content ul,
.content blockquote {
  margin: 0 0 20px;
}
.content a {
  color: #FFFDFA;
}
.content .wp-block-button__link {
  background: #5E1B5E;
  color: #FFFDFA;
}
.content img {
  height: auto;
}
.content blockquote {
  padding: 0 0 0 20px;
  border-left: 4px solid #e6e6e6;
}
.content h3,
.content h4,
.content h5 {
  margin-bottom: 20px;
}

.alpha,
.content h1 {
  font-size: 74px;
  font-family: "tiempos-headline-regular", sans-serif;
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: 0.3px;
}

.bravo,
.content h2 {
  font-size: 60px;
  font-family: "tiempos-headline-regular", sans-serif;
  font-weight: 400;
  line-height: 1.13;
  letter-spacing: -0.5px;
}

.charlie,
.content h3 {
  font-size: 46px;
  font-family: "tiempos-headline-regular", sans-serif;
  font-weight: 400;
  line-height: 1.27;
  letter-spacing: -0.5px;
}

.delta,
.content h4 {
  font-size: 35px;
  font-family: "tiempos-headline-regular", sans-serif;
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: -0.5px;
}

.echo,
.content h5 {
  font-size: 27px;
  font-weight: 400;
  line-height: 1.48;
}

.foxtrot,
.content h6 {
  font-size: 20px;
  font-family: "tiempos-text-regular", sans-serif;
  line-height: 1.8;
  font-weight: 400;
}

@media screen and (max-width: 900px) {
  .alpha,
  .content h1 {
    font-size: 48px;
  }
  .bravo,
  .content h2 {
    font-size: 40px;
  }
  .charlie,
  .content h3 {
    font-size: 34px;
  }
  .delta,
  .content h4 {
    font-size: 28px;
  }
  .echo,
  .content h5 {
    font-size: 23px;
  }
  .foxtrot,
  .content h6 {
    font-size: 20px;
  }
}
.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: 12px 26px;
  transition: 0.2s;
  cursor: pointer;
  background-color: #5E1B5E;
  color: #FFFDFA;
  border-radius: 2px;
  font-size: 13px;
  font-family: "tiempos-text-regular", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFFDFA;
  letter-spacing: 2px;
}
.button:hover, .frm_submit input:hover,
.frm_submit button:hover,
.wp-block-button__link:hover {
  background-color: #762277;
}

.frm_submit {
  text-align: right;
}
.frm_submit input,
.frm_submit button {
  border: none;
  font-family: "tiempos-text-regular", 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;
}
.mobile_menu_button .lines {
  height: 2px;
}
.mobile_menu_button .lines:before, .mobile_menu_button .lines:after {
  height: 2px;
}
.mobile_menu_button p {
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  color: #3D3C3A;
  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: 25px;
  margin-right: 2px;
  height: 0.25rem;
  background: #3D3C3A;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.lines:before, .lines:after {
  display: inline-block;
  width: 25px;
  height: 0.25rem;
  background: #3D3C3A;
  -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: #FFFDFA;
  padding: 20px 20px;
  border-bottom: 1px solid rgba(126, 101, 38, 0.4);
  position: relative;
  z-index: 50;
}

.header__inner {
  display: flex;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.header__logo {
  width: 200px;
  fill: #1A1917;
  display: flex;
  transition: 0.4s;
  transition: transform 0.4s ease;
  transform-origin: center;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.header__logo:hover {
  transform: scale(1.04);
}

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

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

.header__menu {
  padding: 0;
}

.header__button--mobile {
  display: none;
  margin-top: 40px;
}

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

.menu-item {
  display: inline-block;
  margin: 0 0 0 30px;
}
.menu-item a {
  color: #393632;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1.25;
  text-transform: uppercase;
  transform: 0.2s;
}
.menu-item a:hover {
  color: #5E1B5E;
}
.menu-item:hover a, .menu-item.current-menu-item a {
  color: #5E1B5E;
}

.sub-menu {
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: row;
  column-gap: 50px;
  row-gap: 10px;
  background-color: #7E6526;
  padding: 30px 40px;
  z-index: 3;
  transition: 0.2s;
  border-radius: 6px;
  position: absolute;
  width: 760px;
  top: 64px;
  left: -60px;
  justify-content: space-between;
}
.sub-menu.sub-menu--about::before {
  left: 60px;
}
.sub-menu.sub-menu--whats-on::before {
  left: 80px;
}
.sub-menu.sub-menu--community::before {
  left: 90px;
}
.sub-menu::before {
  position: absolute;
  top: -8px;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 18px 14px 18px;
  border-color: transparent transparent #7E6526 transparent;
  transform: rotate(0deg);
  z-index: 2;
}
.sub-menu::after {
  position: absolute;
  width: 100%;
  height: 30px;
  top: -12px;
  content: "";
  left: 0px;
}
.sub-menu li {
  margin-left: 0;
}
.sub-menu a {
  color: #393632;
  font-size: 17px;
  letter-spacing: 0px;
  text-transform: none;
  text-decoration: none;
  line-height: 25px;
}
.sub-menu .sub-menu__left,
.sub-menu .menu__right {
  display: flex;
  flex-direction: column;
}
.sub-menu .sub-menu__left {
  row-gap: 10px;
}
.sub-menu .sub-menu__right .sub-menu__right__img {
  border-radius: 10px;
  width: 330px;
  height: 220px;
}
.sub-menu .sub-menu__right .sub-menu__right__title__container {
  display: flex;
  flex-direction: row;
}
.sub-menu .sub-menu__right .sub-menu__right__title__container svg {
  display: flex;
  opacity: 0;
  transition: 0.2s;
  top: 0px;
  left: 7px;
  transform: rotate(-90deg);
}
.sub-menu .sub-menu__right a {
  border-color: transparent;
}
.sub-menu .sub-menu__right a:hover .sub-menu__right__title {
  border-color: #393632;
}
.sub-menu .sub-menu__right a:hover svg {
  opacity: 1;
}
.sub-menu .sub-menu__right .sub-menu__right__title {
  color: #393632;
  font-size: 20px;
  transition: 0.2s;
  border-bottom: 1.5px solid transparent;
  line-height: 25px;
}
.sub-menu .sub-menu-item {
  display: flex;
  flex-direction: row;
}
.sub-menu .sub-menu-item svg {
  display: flex;
  opacity: 0;
  transition: 0.2s;
  top: 0px;
  left: 7px;
  transform: rotate(-90deg);
}
.sub-menu .sub-menu-item a {
  border-color: transparent;
}
.sub-menu .sub-menu-item:hover svg, .sub-menu .sub-menu-item.current-menu-item svg {
  opacity: 1;
}
.sub-menu .sub-menu-item:hover a, .sub-menu .sub-menu-item.current-menu-item a {
  border-color: #7E6526 !important;
}

@media screen and (max-width: 1200px) {
  .header__menu {
    display: none;
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    z-index: 20;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
    width: 100%;
    padding: 0px 20px 0px 20px;
    background-color: #FFFDFA;
    height: 100%;
  }
  .header__button {
    display: none;
  }
  .header__button--mobile {
    display: flex;
  }
  .header__nav {
    justify-content: flex-end;
  }
  .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: 10px;
    z-index: 21;
  }
  .header__menu__items.active {
    opacity: 1;
    visibility: visible;
  }
  .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 {
    opacity: 0.8;
    transition: 0.2s;
    border-bottom: 1.5px solid transparent;
    color: #393632;
    font-size: 14px;
    line-height: 1.07;
    letter-spacing: 2px;
  }
  .sub-menu .menu-item a:hover {
    color: #7E6526;
    border-bottom: 1.5px solid #7E6526;
  }
  .sub-menu .menu-item:last-of-type {
    margin-bottom: 0;
  }
  .sub-menu .menu-item svg {
    display: none;
  }
  .menu-item {
    display: block;
    margin: 10px 0;
  }
  .menu-item a {
    opacity: 0.8;
    transition: 0.2s;
    border-bottom: 1.5px solid transparent;
    color: #393632;
    font-size: 14px;
    line-height: 1.07;
    letter-spacing: 2px;
  }
  .menu-item:last-of-type {
    margin-bottom: 0;
  }
  .menu-item svg {
    display: none;
  }
}
.footer {
  background-color: #FFFDFA;
  padding: 40px 0 20px 0;
  border-top: 1.5px solid rgba(126, 101, 38, 0.4);
}

.footer__inner {
  display: flex;
  justify-content: space-between;
}

.footer__content {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  width: 100%;
  position: relative;
}

.footer__form .gform_wrapper {
  width: auto;
  background-color: unset !important;
  padding: 0 !important;
}
.footer__form .gform_wrapper .gform_body .gform_fields {
  row-gap: 14px !important;
  position: relative !important;
  width: 400px;
}
.footer__form .gform_wrapper .gform_body .gform_fields .ginput_container_email {
  width: 230px !important;
}
.footer__form .gform_wrapper .gform_body .gform_fields .gform-button {
  display: flex !important;
  padding: 16px 27px !important;
  background-color: #393632 !important;
  transition: 0.2s !important;
  border-radius: 0 !important;
  font-family: 400 !important;
  letter-spacing: 2px !important;
  line-height: 1.15 !important;
  font-size: 13px !important;
  color: #FFFDFA !important;
  text-transform: uppercase !important;
  position: absolute;
  top: -10px;
  right: 0;
}
.footer__form .gform_wrapper .gform_body .gform_fields .gform-button:hover {
  background-color: #762277 !important;
}
.footer__form .gform_wrapper .gform_title {
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.5px !important;
  font-family: "tiempos-headline-regular", sans-serif !important;
  color: #393632;
}
.footer__form .gform_wrapper .gfield_checkbox .gchoice {
  align-items: center !important;
  min-width: 420px !important;
  width: 100%;
}
.footer__form .gform_wrapper .gfield_checkbox .gchoice label {
  font-size: 12px !important;
}

.footer__content__top {
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: space-between;
}

.footer__bottom {
  display: flex;
  flex-direction: column;
  row-gap: 26px;
}

.footer__content__top__item {
  display: flex;
  flex-direction: column;
  row-gap: 27px;
}

.footer__logo {
  display: block;
  max-width: 200px;
  width: 100%;
  margin-bottom: 20px;
  transition: 0.4s;
  transition: transform 0.4s ease;
  transform-origin: center;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.footer__logo:hover {
  transform: scale(1.04);
}

.footer__content__container {
  display: flex;
  flex-direction: column;
  text-align: start;
}

.footer__content_title {
  font-size: 23px;
  color: #1A1917;
  line-height: 1.52;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer__content_sub_title {
  font-family: "tiempos-text-regular-italic", sans-serif;
  line-height: 1.71;
  color: #5E1B5E;
}

.footer__content__menu {
  display: flex;
  flex-direction: row;
  column-gap: 40px;
}
.footer__content__menu .menu-item {
  margin: 0 !important;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1.25;
  text-transform: uppercase;
}
.footer__content__menu .menu-item a {
  color: #7E6526;
}

.footer__content__links {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.footer__content__links_list {
  display: flex;
  flex-direction: row;
  column-gap: 40px;
}
.footer__content__links_list a {
  font-size: 14px;
  color: #393632;
  line-height: 2.2;
  transition: 0.2s;
}
.footer__content__links_list a:hover {
  text-decoration: underline;
}

.footer__content__Links__copyrights {
  display: flex;
  flex-direction: row;
  column-gap: 80px;
}
.footer__content__Links__copyrights p,
.footer__content__Links__copyrights a {
  color: #AAA9A6;
  font-size: 10.5px;
  line-height: 1.61;
}

.footer__content__Links__copyrights__list {
  display: flex;
  flex-direction: row;
  column-gap: 30px;
}
.footer__content__Links__copyrights__list a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {
  .footer__logo {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .footer .footer__content {
    align-items: center;
    row-gap: 30px;
    margin: 0 auto;
  }
  .footer .footer__content .footer__content_title,
  .footer .footer__content .footer__content_sub_title {
    text-align: center;
  }
  .footer .footer__content .footer__content__menu {
    flex-direction: column;
    row-gap: 20px;
    text-align: center;
  }
  .footer .footer__content .footer__content__menu .menu-item a {
    font-size: 12px !important;
  }
  .footer .footer__content .footer__content__links {
    align-items: center;
  }
  .footer .footer__content .footer__content__links .footer__content__links_list {
    flex-direction: column;
    text-align: center;
  }
  .footer .footer__content .footer__content__links .footer__content__Links__copyrights {
    flex-direction: column;
    row-gap: 10px;
    text-align: center;
  }
  .footer__content__top {
    flex-direction: column;
    row-gap: 27px;
  }
  .footer__form .gform_wrapper {
    width: 100% !important;
    max-width: 400px;
    margin: 0 auto;
    align-items: center !important;
    padding-bottom: 50px !important;
  }
  .footer__form .gform_wrapper .gform_body .gform_fields {
    row-gap: 14px !important;
    position: static !important;
    width: 100%;
  }
  .footer__form .gform_wrapper .gform_body .gform_fields .ginput_container_email {
    width: 100% !important;
  }
  .footer__form .gform_wrapper .gform_body .gform_fields .ginput_container_email input {
    padding: 0 !important;
  }
  .footer__form .gform_wrapper .gform_body .gform_fields .gfield--type-checkbox {
    grid-column: 1/-1;
  }
  .footer__form .gform_wrapper .gform_body .gform_fields .gfield--type-submit {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
  }
  .footer__form .gform_wrapper .gform_body .gform_fields .gfield--type-submit .gform-button {
    position: static;
    margin: 0 auto;
  }
  .footer__form .gform_wrapper .gfield_checkbox .gchoice {
    min-width: unset !important;
  }
}
@media screen and (max-width: 800px) {
  .footer__content__Links__copyrights__list {
    column-gap: 20px;
  }
}
.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: "tiempos-text-regular", sans-serif;
  border: 1px solid #3D3C3A;
  border-radius: 0;
  background-color: #ffffff;
  padding: 6px 10px;
  color: #3D3C3A;
  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: #3D3C3A;
}
.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: #3D3C3A;
  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: #3D3C3A;
  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: #3D3C3A;
}
.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: #3D3C3A;
}
.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 {
  background-color: rgba(107, 106, 103, 0.05);
  display: flex;
  flex-direction: column;
  padding: 40px 60px 60px 60px;
  align-items: flex-start;
  width: 100%;
}
.gform_wrapper form {
  width: 100%;
}
.gform_wrapper .gform_heading .gform_title {
  color: #393632;
  font-family: "tiempos-headline-regular", sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: -0.5px;
  padding-bottom: 30px;
}
.gform_wrapper .gform_heading .gform_required_legend {
  display: none;
}
.gform_wrapper .gform_body .gform_fields {
  row-gap: 30px;
}
.gform_wrapper .gform_body .gform_fields .form_spacing {
  margin-bottom: -20px !important;
}
.gform_wrapper .gform_body .gform_fields .gfield label {
  font-family: "tiempos-text-regular", sans-serif;
  color: #393632;
  font-size: 14px;
  line-height: 1.77;
  text-align: left !important;
  display: block;
}
.gform_wrapper .gform_body .gform_fields .gfield input,
.gform_wrapper .gform_body .gform_fields .gfield textarea {
  border: none;
  border-bottom: 1.2px solid rgba(107, 106, 103, 0.25);
  background-color: unset;
  box-shadow: none;
  text-align: left !important;
  width: 100%;
}
.gform_wrapper .gform_body .gform_fields .gfield textarea {
  min-block-size: 10rem !important;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox input {
  border: 1.5px solid #d5d3d0 !important;
  border-radius: 4px !important;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox label a {
  text-decoration: underline !important;
  color: #3D3C3A !important;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_required .gfield_required_asterisk {
  position: relative;
  right: 4px;
  color: #393632;
}
.gform_wrapper .gform_footer .gform_button {
  display: flex !important;
  padding: 16px 27px !important;
  background-color: #5E1B5E !important;
  transition: 0.2s !important;
  border-radius: 0 !important;
  font-family: 400 !important;
  letter-spacing: 2px !important;
  line-height: 1.15 !important;
  font-size: 13px !important;
  color: #FFFDFA !important;
  text-transform: uppercase !important;
}
.gform_wrapper .gform_footer .gform_button:hover {
  background-color: #762277 !important;
}

@media screen and (max-width: 1200px) {
  .gform_wrapper {
    padding-left: 20px;
    padding-right: 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 80px 0;
  background-color: #FFFDFA;
  position: relative;
  overflow: hidden;
}

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

@media screen and (max-width: 1200px) {
  .page_section {
    padding: 30px 0;
  }
}
.cta {
  width: 100%;
  position: relative;
  border-top: 1.5px solid rgba(126, 101, 38, 0.4);
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #FFFDFA;
  overflow: hidden;
}

.cta__content {
  position: relative;
}

.cta__title {
  position: relative;
  padding-bottom: 10px;
  z-index: 2;
  max-width: 530px !important;
}

.cta__body {
  position: relative;
  width: 100%;
  max-width: 530px;
  padding-bottom: 10px;
  z-index: 2;
}

.cta__button {
  position: relative;
  z-index: 2;
}

.cta__bg {
  position: absolute;
  fill: rgba(107, 106, 103, 0.1);
  width: 970px;
  bottom: -100px;
  right: -250px;
  z-index: 1;
}

@media screen and (max-width: 1000px) {
  .cta {
    padding-bottom: 230px;
    position: relative;
  }
  .cta__content {
    position: static;
  }
  .cta__bg {
    position: absolute;
    fill: rgba(107, 106, 103, 0.05);
    width: 680px;
    bottom: 0;
    right: 0;
  }
  .cta__title {
    max-width: none !important;
  }
  .cta__body {
    max-width: none;
  }
}
@media screen and (max-width: 800px) {
  .cta {
    padding-bottom: 160px;
  }
  .cta .cta__body {
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .cta .cta__bg {
    width: 440px;
    fill: rgba(107, 106, 103, 0.05);
  }
}
.box_container {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 60px 60px 70px 60px;
  background-color: #1c1c1c;
  justify-content: center;
  text-align: center;
  min-height: 550px;
}
.box_container .content {
  z-index: 2;
}

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

.box_container__border {
  position: relative;
  width: 235px;
  height: 1px;
  background: #7E6526;
  display: flex;
  margin: 20px auto;
}

.box_container__title {
  color: #FFFDFA;
}

.box_container__content h5 {
  font-family: "tiempos-text-regular-italic", sans-serif;
  color: #FFFDFA;
}
.box_container__content p {
  position: relative;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #FFFDFA;
}
.box_container__content .wp-block-button {
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
}
.box_container__content .wp-block-button .wp-block-button__link {
  background-color: #A18747 !important;
}
.box_container__content .wp-block-button .wp-block-button__link:hover {
  background-color: #7e6526 !important;
}

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

.quote__text {
  font-family: "tiempos-text-regular-italic", sans-serif;
  color: #393632;
}

.quote__author {
  font-family: "tiempos-text-regular-italic", sans-serif !important;
  color: #5E1B5E;
}

.quote__author_position {
  color: #393632;
  font-size: 16px;
  font-family: "tiempos-text-regular-italic", sans-serif;
  font-weight: 400;
  line-height: 1.56;
}

.slick-dots {
  display: none !important;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 20px 0 0;
  padding: 0;
}
.slick-dots li {
  margin: 0 5px;
  list-style: none;
}
.slick-dots li.slick-active button {
  opacity: 1;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  opacity: 0.32;
  background-color: white;
  border-radius: 50%;
  border: none;
  font-size: 0;
  transition: 0.2s;
  padding: 0;
}
.slick-dots li button:focus {
  outline: none;
}

.slider {
  position: relative;
  overflow: hidden;
}
.slider .slick-track {
  display: flex;
}
.slider .slick-slide:focus {
  outline: none;
}

.quotes__slider .slider__text {
  text-align: center;
  color: white;
  padding: 0 20px;
  transition: 0.2s;
}
.quotes__slider .slider__text h4 {
  color: white;
}
.quotes__slider .slick-dots li {
  cursor: pointer;
}
.quotes__slider .slick-dots li button {
  cursor: pointer;
}
.quotes__slider .slick-dots li:hover button {
  background-color: white;
}
.quotes__slider .slick-dots .slick-active:hover button {
  opacity: 1;
}

.flexible_content__items {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.flexible_content_section {
  padding: 0;
}
.flexible_content__content {
  display: flex;
  position: relative;
}
.flexible_content__content .method__quotes {
  margin: 0 auto;
  margin: 0 auto;
  margin-top: 40px;
}

.flexible_content__numeral {
  color: rgba(126, 101, 38, 0.4);
  font-size: 50px !important;
  font-family: "tiempos-headline-regular-italic", sans-serif;
  text-transform: lowercase;
  margin-right: 80px;
  position: relative;
}

.content_with_border {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 40px 0;
  width: 100%;
}

.content__border {
  position: relative;
  width: 100%;
  border-bottom: 1.5px solid rgba(126, 101, 38, 0.4);
}

.content__border--bottom {
  padding-top: 40px;
}

.content__border--top {
  margin-bottom: 40px;
  display: flex;
}

.content_with_border__subtitle {
  color: #762277;
  font-family: "tiempos-text-regular-italic", sans-serif;
  margin-bottom: 20px;
  max-width: 720px;
}

.content_with_border__bottom {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 10px 0 20px;
  width: 100%;
}
.content_with_border__bottom h3 {
  margin-bottom: 0;
}

.content_with_no_border {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 20px 0;
  width: 100%;
}

.content_with_border__text {
  max-width: 700px;
}

.indent_content {
  padding-left: 120px;
}

.flexible_content__group {
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}

@media screen and (max-width: 1200px) {
  .content_with_border__bottom {
    padding: 10px 0 0;
  }
  .flexible_content_section {
    padding: 20px 0;
  }
  .content_with_border,
  .content_with_no_border {
    padding: 10px 0;
  }
  .indent_content {
    padding-left: 0;
  }
}
.error {
  min-height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.error p a {
  text-decoration: underline;
  color: #1A1917;
}
.error p a:hover {
  color: #762277;
}

.error__title {
  font-family: "tiempos-headline-regular-italic", sans-serif;
  margin-bottom: 20px;
  margin-top: -100px;
}

.front__top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  margin-bottom: 80px;
  max-width: 700px;
}

.front__top__content h5 {
  color: #5E1B5E;
  font-family: "tiempos-text-regular-italic", sans-serif;
}
.front__top__content a {
  margin-top: 30px;
}
.front__top__content p {
  margin-bottom: 0 !important;
}

.image_with_text {
  display: flex;
  position: relative;
  width: 100%;
  align-items: center;
  margin-bottom: 90px;
  padding: 120px 20px;
  background-color: #1c1c1c;
}
.image_with_text .image_with_text__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.6;
}
.image_with_text .image_with_text__content {
  font-family: "tiempos-text-regular-italic", sans-serif;
  color: #FFFDFA;
  font-size: 42px;
  line-height: 1.32;
  letter-spacing: -0.5px;
  z-index: 2;
  text-align: center;
  margin: 0 auto;
  max-width: 700px;
}

.image_with_text--quote .image_with_text__content p {
  font-family: "tiempos-text-regular-italic", sans-serif;
  color: #FFFDFA;
  font-size: 27px;
  line-height: 1.48;
  letter-spacing: -0.5px;
  z-index: 2;
  text-align: center;
  margin: 0 auto;
  max-width: 700px;
  margin-bottom: 18px;
}
.image_with_text--quote h6 {
  z-index: 2;
  font-family: "tiempos-text-regular-italic", sans-serif;
  color: #FFFDFA;
  line-height: 1.75;
}
.image_with_text--quote p {
  font-family: "tiempos-text-regular-italic", sans-serif;
  color: #FFFDFA;
  z-index: 2;
  font-size: 16px;
}

.image_with_text__content_container {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.front__work {
  position: relative;
  margin-bottom: 100px;
}

.front__work__top {
  display: flex;
  flex-direction: column;
  text-align: start;
  row-gap: 10px;
  position: relative;
  margin-bottom: 50px;
}
.front__work__top h5 {
  color: #5E1B5E;
  font-family: "tiempos-text-regular-italic", sans-serif;
}

.front__work__container {
  display: flex;
  flex-direction: row;
  column-gap: 100px;
  position: relative;
  margin-bottom: 50px;
}
.front__work__container .front__work__left,
.front__work__container .front__work__right {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  border-left: 1.5px solid rgba(126, 101, 38, 0.4);
  padding-left: 25px;
}
.front__work__container .front__work__left p,
.front__work__container .front__work__right p {
  margin: 0;
}

.front__work__bottom {
  flex-direction: column;
}
.front__work__bottom h6 {
  position: relative;
  margin-bottom: 20px;
}
.front__work__bottom .front__work__link {
  color: #762277;
  font-size: 14px;
  line-height: 1.07;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid #762277;
  position: relative;
  padding-bottom: 5px;
}

.front__method {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  max-width: 740px;
  position: relative;
  margin-bottom: 100px;
}
.front__method em {
  color: #5E1B5E;
  font-family: "tiempos-headline-regular-italic", sans-serif !important;
}
.front__method p {
  margin: 0;
}
.front__method a {
  color: #762277;
  font-size: 14px;
  line-height: 1.07;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid #762277;
  position: relative;
  padding-bottom: 5px;
}

.front__principles {
  column-gap: 100px;
}
.front__principles img {
  max-width: 400px !important;
  width: 100%;
}
.front__principles .image_with_content__text {
  max-width: 600px;
}
.front__principles .image_with_content__text em {
  color: #5E1B5E;
  font-family: "tiempos-headline-regular-italic", sans-serif !important;
}

@media screen and (max-width: 700px) {
  .image_with_text {
    padding: 80px 20px;
    margin-bottom: 60px;
  }
  .image_with_text .image_with_text__content {
    font-size: 30px;
  }
}
.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;
}

.image_with_content {
  display: flex;
  flex-direction: row;
  column-gap: 100px;
}
.image_with_content.image_on_right {
  flex-direction: row-reverse;
}
.image_with_content img {
  max-width: 300px;
  width: 100%;
}
.image_with_content .image_with_content__text {
  display: flex;
  flex-direction: column;
}
.image_with_content .image_with_content__text h5 {
  position: relative;
  margin-bottom: 30px;
  color: #762277;
  font-family: "tiempos-text-regular-italic", sans-serif;
  line-height: 1.48;
}
.image_with_content .image_with_content__text .image_with_content__link {
  color: #762277;
  font-size: 14px;
  line-height: 1.07;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid #762277;
  position: relative;
  padding-bottom: 5px;
}

.page__hero__big_title {
  max-width: 540px;
}

.page__hero__left {
  max-width: 600px;
}
.page__hero__left.full_width {
  margin: 0 auto;
  max-width: 800px;
}

.page__hero__container {
  display: flex;
  flex-direction: row;
  column-gap: 100px;
}

.page__hero__thumbnail {
  max-width: 400px;
  width: 100%;
  top: 50px;
  position: relative;
  padding-bottom: 40px;
}

.page_section .quotes__slider {
  position: relative;
  margin-top: 70px;
  padding-bottom: 20px;
}
.page_section .image_with_text {
  position: relative;
  margin-top: 50px;
  margin-bottom: 20px;
}
.page_section .image_with_text h2 {
  font-family: "tiempos-headline-regular", sans-serif;
  font-size: 60px;
  line-height: 1.13;
  letter-spacing: -0.5px;
  margin-bottom: 5px;
}
.page_section .image_with_text h5 {
  color: #FFFDFA !important;
  font-size: 27px !important;
  line-height: 1.48 !important;
  font-family: "tiempos-text-regular-italic", sans-serif !important;
  padding-bottom: 10px;
}
.page_section .image_with_text h6 {
  max-width: 660px;
  line-height: 1.8;
  font-size: 20px;
  font-family: "tiempos-text-regular", sans-serif;
  color: #FFFDFA;
}

@media screen and (max-width: 1000px) {
  .image_with_content {
    display: flex;
    flex-direction: column !important;
    row-gap: 30px;
    align-items: center;
  }
  .page__hero__container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 70px;
  }
  .flexible_content__numeral {
    margin-right: 30px;
  }
  .front__work__container {
    flex-direction: column;
    row-gap: 20px;
  }
  .front__work__container .front__work__left,
  .front__work__container .front__work__right {
    max-width: 100%;
  }
  .page_section .quotes__slider {
    margin-top: 0;
  }
}
@media screen and (max-width: 700px) {
  .page_section .image_with_text h2 {
    font-size: 34px;
  }
  .flexible_content__numeral {
    font-size: 34px !important;
    margin-top: 6px;
    margin-right: 20px;
  }
  .page_section .image_with_text h5 {
    font-size: 23px !important;
  }
}
.page__hero {
  display: flex;
  position: relative;
  background-color: #FFFDFA;
  border-bottom: 1.5px solid rgba(126, 101, 38, 0.4);
  padding: 70px 0 90px 0;
  overflow: hidden;
}
.page__hero.full_width {
  border-bottom: none;
}

.page__hero__top {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  padding-bottom: 10px;
  width: 100%;
  position: relative;
}

.page__hero__small_title {
  font-size: 14px !important;
  text-transform: uppercase;
  line-height: 1.07;
  letter-spacing: 2px;
  color: #7E6526;
}

.page__hero__border {
  position: relative;
  width: 235px;
  border-bottom: 1px solid #7E6526;
  padding-top: 40px;
  margin-bottom: 40px;
}

.page__hero__body {
  width: 100%;
}

.page__hero__subtitle {
  font-family: "tiempos-text-regular-italic", sans-serif;
  color: #762277;
  line-height: 1.48;
}

.post__hero__details {
  opacity: 0.5;
}

.single_post {
  padding: 70px 0 70px 0;
}
.single_post .content br {
  display: none;
}

.single_post__cta {
  background-color: #FFFDFA;
  padding-top: 50px;
  padding-bottom: 60px;
}
.single_post__cta .cta__title {
  margin-bottom: 20px;
}

.more__posts {
  position: relative;
  display: flex;
  flex-direction: row;
  column-gap: 80px;
  margin-bottom: 20px;
}

.more__posts__item {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  min-width: 410px;
}
.more__posts__item:hover .post__item__title {
  color: #762277;
}
.more__posts__item .post__item__title {
  color: #393632;
  transition: 0.2s;
}
.more__posts__item .post__item__body {
  color: #3D3C3A;
}
.more__posts__item .post__item__date {
  color: #7E6526;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1.07;
}

.single_post__form {
  margin-top: -30px;
}
.single_post__form .gform_wrapper {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  padding: 0;
  align-items: flex-start;
  max-width: 420px;
  width: 100%;
  position: relative;
  padding-bottom: 50px;
}
.single_post__form .gform_wrapper .gform_fields {
  row-gap: 20px;
}
.single_post__form .gform_wrapper .gfield--type-checkbox {
  grid-column: 1/-1;
}
.single_post__form .gform_wrapper .gfield--type-submit {
  position: absolute;
  left: 0;
  bottom: 0;
}
.single_post__form .gform_wrapper .gfield--type-submit .gform-button {
  display: flex !important;
  padding: 16px 27px !important;
  background-color: #762277 !important;
  transition: 0.2s !important;
  border-radius: 0 !important;
  font-family: 400 !important;
  letter-spacing: 2px !important;
  line-height: 1.15 !important;
  font-size: 13px !important;
  color: #FFFDFA !important;
  text-transform: uppercase !important;
}
.single_post__form .gform_wrapper .gfield--type-submit .gform-button:hover {
  background-color: #5E1B5E !important;
}

@media screen and (max-width: 1200px) {
  .more__posts {
    flex-direction: column;
  }
}
@media screen and (max-width: 800px) {
  .page__hero {
    padding: 70px 0 70px 0;
  }
  .page__hero .page__hero__top {
    text-align: center;
    padding-bottom: 20px;
  }
  .page__hero .page__hero__border {
    margin: 0 auto;
  }
  .page__hero .page__hero__body {
    text-align: center;
  }
  .page__hero__thumbnail {
    padding-bottom: 0;
  }
  .page_section {
    padding: 70px 0;
  }
}
.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;
}

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

.contact__container__left {
  display: flex;
  flex-direction: column;
  max-width: 450px;
}

.contact__subtitle {
  font-family: "tiempos-text-regular-italic", sans-serif;
  color: #762277;
  position: relative;
}

.contact__emails {
  display: flex;
  flex-direction: column;
  row-gap: 13px;
}
.contact__emails .contact__email {
  color: #3D3C3A;
  text-decoration: underline;
  font-family: "tiempos-text-regular-italic", sans-serif;
  transition: 0.2s;
}
.contact__emails .contact__email:hover {
  color: #762277;
}

.contact__container__right {
  max-width: 600px;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .contact__container {
    flex-direction: column;
    text-align: center;
    row-gap: 30px;
    width: 100%;
  }
  .contact__container .page__hero__border {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .contact__container__left {
    max-width: none;
  }
  .contact__container__right {
    max-width: none;
  }
}
.wolf_circle {
  min-height: 800px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .box_container {
    padding: 50px 20px;
  }
}
.sign_up .sign_up__content {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}
.sign_up .gform_wrapper {
  text-align: center;
  align-items: center;
  max-width: 760px;
  width: 100%;
}
.sign_up .gform_wrapper .gform_title {
  font-size: 46px;
  line-height: normal;
  letter-spacing: -0.5px;
  padding-bottom: 30px !important;
}
.sign_up .gform_wrapper .gfield--type-html {
  font-size: 18px;
  color: #6b6a67;
  line-height: 1.71;
  margin-top: -20px;
}
.sign_up .gform_wrapper .gform_footer .gform_button {
  margin: 0 auto !important;
}
.sign_up .gform_wrapper .form_border {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 235px;
  height: 1px;
  background: #7E6526;
  margin: 0 auto;
  margin-top: 30px;
}

.method__top__big__title {
  position: relative;
}

.method__trademark {
  position: relative;
  width: 12px;
  bottom: 40px;
  right: 10px;
}

.method__top {
  display: flex;
  position: relative;
  text-align: center;
  justify-content: center;
  margin: 0 auto;
  border-bottom: 1.5px solid rgba(126, 101, 38, 0.4);
  padding-bottom: 70px;
}
.method__top .method__top__title {
  color: #7E6526;
  font-size: 14px;
  line-height: 1.07;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 10px;
}
.method__top .wp-block-separator {
  width: 235px;
  height: 1px;
  border-top: none;
  background: #7E6526;
  position: relative;
  display: flex;
  margin-top: 30px;
  margin-bottom: 20px;
}
.method__top h5 {
  color: #762277;
  font-family: "tiempos-text-regular-italic", sans-serif;
  text-align: center;
  margin: 0 auto;
}
.method__top p {
  margin: 14px 0;
}

.method__leadership {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 40px;
  position: relative;
  margin-top: 90px;
  margin-bottom: 80px;
}
.method__leadership .leadership__left {
  display: flex;
  flex-direction: column;
  max-width: 460px;
}
.method__leadership .leadership__left .leadership__title {
  position: relative;
  max-width: 400px;
}
.method__leadership .leadership__left .leadership__title em {
  font-family: "tiempos-headline-regular-italic", sans-serif !important;
}
.method__leadership .leadership__left .leadership__subtitle {
  color: #762277;
  font-family: "tiempos-text-regular-italic", sans-serif;
  position: relative;
}
.method__leadership .leadership__right__container {
  display: flex;
  position: relative;
  background-color: #1c1c1c;
  max-width: 430px;
  width: 100%;
  padding: 200px 0;
  align-items: center;
}
.method__leadership .leadership__image {
  display: flex;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.method__leadership .leadership__image__text {
  font-size: 40px;
  font-family: "tiempos-headline-regular-italic", sans-serif;
  line-height: 1.23;
  letter-spacing: -0.5px;
  color: #FFFDFA;
  z-index: 2;
  text-align: center;
  padding: 0 30px;
}

.method__practices {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  position: relative;
  margin-top: 90px;
  column-gap: 100px;
}
.method__practices .practices__left {
  max-width: 460px;
}
.method__practices .practices__left h2 {
  font-family: "tiempos-headline-regular", sans-serif;
  max-width: 400px;
  position: relative;
  margin-bottom: 10px;
}
.method__practices .practices__left h2 em {
  font-family: "tiempos-headline-regular-italic", sans-serif !important;
  color: #5E1B5E;
}

.practices__list {
  display: flex;
  flex-direction: column;
  position: relative;
  row-gap: 20px;
  width: 100%;
}
.practices__list .practice__list__container {
  display: flex;
  flex-direction: column;
}
.practices__list .practices__list__item {
  display: flex;
  flex-direction: row;
  column-gap: 50px;
  border-bottom: 1px solid var(--Gold-2, rgba(126, 101, 38, 0.4));
  width: 100%;
  min-width: 430px;
  position: relative;
}
.practices__list .practices__list__item:last-of-type {
  border-bottom: none;
}
.practices__list .practices__list__number {
  text-transform: lowercase;
  font-size: 18px;
  font-family: "tiempos-text-regular-italic", sans-serif;
  line-height: 1, 71;
  color: #7E6526;
}
.practices__list .practices__list__text {
  font-family: "tiempos-headline-regular", sans-serif;
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .method {
    padding: 70px 0;
  }
  .method__practices {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  .method__trademark {
    bottom: 20px;
    right: 5px;
  }
  .method__practices {
    flex-direction: column;
    row-gap: 30px;
    margin-top: 40px;
  }
  .method__practices .practices__left h2 {
    max-width: unset;
  }
  .practices__list {
    row-gap: 30px;
  }
  .practices__list .practices__list__item {
    min-width: unset;
  }
}
@media screen and (max-width: 900px) {
  .method__leadership {
    flex-direction: column;
    align-items: center;
    text-align: left;
    margin-top: 70px;
    margin-bottom: 40px;
    row-gap: 40px;
  }
  .method__leadership .leadership__left {
    max-width: none;
  }
}
@media screen and (max-width: 500px) {
  .method__leadership .leadership__right__container {
    max-width: none;
    padding: 120px 0;
  }
}
@media screen and (max-width: 400px) {
  .method__top .inner--thinner {
    padding: 0;
  }
  .method__trademark {
    bottom: 90px;
    right: -135px;
  }
}
.communique__hero .page__hero__body {
  font-family: "tiempos-text-regular-italic", sans-serif;
  color: #5E1B5E;
  max-width: 600px;
}

.communique__list {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
.communique__list a {
  color: unset;
}

.communique__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  border-bottom: 1.5px solid rgba(126, 101, 38, 0.4);
}
.communique__container h3 {
  margin-bottom: 0;
}
.communique__container:last-of-type {
  border-bottom: unset;
}
.communique__container:hover .communique__title {
  cursor: pointer;
}
.communique__container:hover .communique__title:hover {
  color: #5E1B5E;
}

.communique__date {
  color: #7E6526;
  font-size: 14px !important;
  letter-spacing: 2px;
  line-height: 1.07;
  text-transform: uppercase;
}

.communique__title {
  position: relative;
  margin-bottom: 20px;
  transition: 0.2s;
}

.communique__excerpt {
  position: relative;
  margin-bottom: 20px;
}

.communique__link {
  color: #762277 !important;
  font-size: 14px;
  line-height: 1.07;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid #762277;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 60px;
}

.pagination {
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.pagination .pagination__pages {
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  align-items: center;
}
.pagination .pagination__pages li {
  list-style: none;
}
.pagination .pagination__pages li .pagination__page {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #3D3C3A;
  transition: 0.2s;
  position: relative;
  top: 0px;
  width: 41px;
  height: 40px;
  padding: 13px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  top: 2px;
  position: relative;
  cursor: pointer;
}
.pagination .pagination__pages li .pagination__page:hover {
  color: #762277;
  background-color: #f0eeeb;
}
.pagination .pagination__pages li .pagination__page {
  cursor: pointer;
}
.pagination .pagination__pages li .pagination__page.is-active {
  background-color: #5E1B5E;
  width: 41px;
  height: 40px;
  padding: 13px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  top: 2px;
  position: relative;
  cursor: pointer;
  color: #FFFDFA;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.pagination .pagination__pages li .pagination__page.is-active:hover {
  background-color: #762277;
}
.pagination .pagination__arrow {
  position: relative;
  display: flex;
  width: 5px;
  height: 9px;
  position: relative;
  margin-left: 30px;
  top: 4px;
}
.pagination .pagination__arrow.arrow--left {
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 10px;
  top: 3px;
}

@media screen and (max-width: 800px) {
  .communique__hero {
    padding: 70px 0 50px 0;
  }
}
.principles {
  padding: 100px 0 100px 0;
}
.principles .quotes {
  margin-bottom: 0 !important;
}

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

.principles__hero__list__item {
  display: flex;
  flex-direction: row;
  column-gap: 40px;
}
.principles__hero__list__item .list__item__count {
  color: rgba(126, 101, 38, 0.4);
}
.principles__hero__list__item .list__item__text {
  display: flex;
  flex-direction: column;
}
.principles__hero__list__item .list__item__text h6 {
  line-height: 1.6;
}
.principles__hero__list__item .list__item__text p {
  color: #AAA9A6;
  line-height: 1.71;
  font-family: "tiempos-text-regular-italic", sans-serif;
  margin: 0;
}

.principles__hero .page__hero__body {
  max-width: 100%;
  display: flex;
  flex-direction: row;
  column-gap: 70px;
}
.principles__hero .page__hero__subtitle {
  min-width: 340px;
}

.principles .quotes {
  margin-top: 100px;
  margin-bottom: 80px;
}

.principles__profiles {
  display: flex;
  flex-direction: column;
  row-gap: 100px;
}
.principles__profiles img {
  height: 420px;
}

@media screen and (max-width: 1200px) {
  .principles {
    padding: 70px 0 70px 0;
  }
}
@media screen and (max-width: 800px) {
  .principles__hero .page__hero__subtitle {
    min-width: unset;
  }
  .list__item__text h6 {
    font-size: 18px;
  }
  .principles .quotes {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .principles .image_with_content img {
    max-width: 240px;
    height: auto;
  }
  .principles__profiles {
    row-gap: 30px;
  }
  .list__item__count {
    display: none;
  }
  .principles__hero .page__hero__body {
    flex-direction: column;
    row-gap: 10px;
  }
  .principles__hero .page__hero__body .principles__hero__list__item {
    margin: 0 auto;
  }
}

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