@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

@font-face {
  font-family: 'Open Sans';
  src: local("Open Sans Light"), local("OpenSans-Light"), url("../fonts/subset-OpenSans-Light.woff2") format("woff2"), url("../fonts/subset-OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"), url("../fonts/subset-OpenSans-LightItalic.woff2") format("woff2"), url("../fonts/subset-OpenSans-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/subset-OpenSans-Regular.woff2") format("woff2"), url("../fonts/subset-OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../fonts/subset-OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/subset-OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Frank Ruhl Libre';
  src: local("Frank Ruhl Libre Medium"), local("FrankRuhlLibre-Medium"), url("../fonts/subset-FrankRuhlLibre-Medium.woff2") format("woff2"), url("../fonts/subset-FrankRuhlLibre-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu';
  src: local("Ubuntu Regular"), local("Ubuntu-Regular"), url("../fonts/subset-Ubuntu-Regular.woff2") format("woff2"), url("../fonts/subset-Ubuntu-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu';
  src: local("Ubuntu Bold"), local("Ubuntu-Bold"), url("../fonts/subset-Ubuntu-Bold.woff2") format("woff2"), url("../fonts/subset-Ubuntu-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'icofont';
  src: url("../fonts/icofont.eot");
  src: url("../fonts/icofont.eot?#iefix") format("embedded-opentype"), url("../fonts/icofont.woff") format("woff"), url("../fonts/icofont.ttf") format("truetype"), url("../fonts/icofont.svg#icofont") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class*='fa-']:before {
  display: inline-block;
  font-family: 'icofont';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-bars:before {
  content: '\0041';
}

.fa-check-square:before {
  content: '\0042';
}

.fa-envelope:before {
  content: '\0043';
}

.fa-facebook-f:before {
  content: '\0044';
}

.fa-file:before {
  content: '\0045';
}

.fa-home:before {
  content: '\0046';
}

.fa-instagram:before {
  content: '\0047';
}

.fa-linkedin:before {
  content: '\0048';
}

.fa-map-marker-alt:before {
  content: '\0049';
}

.fa-phone-alt:before {
  content: '\004a';
}

.fa-square:before {
  content: '\004b';
}

.fa-times:before {
  content: '\004c';
}

* {
  outline: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
}

html {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  background: #161616;
}

body {
  color: #fff;
  background: #161616;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: .1s;
  transition: .1s;
}

.noscroll {
  overflow: hidden;
}

main {
  z-index: 1;
  position: relative;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

a:hover {
  text-decoration: underline;
}

strong,
b {
  font-weight: 400;
}

i {
  font-style: italic;
  font-weight: 300;
}

p + p {
  margin: 1rem 0 0;
}

button,
input {
  -webkit-appearance: none;
}

.text-primary {
  color: #a97c50;
}

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

.underline {
  text-decoration: underline;
}

::-moz-selection {
  color: #fff;
  background: #a97c50;
}

::selection {
  color: #fff;
  background: #a97c50;
}

.container, .cookiebar__container {
  width: 100%;
  max-width: 77rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.container--l {
  max-width: 67rem;
}

.container--m {
  max-width: 57rem;
}

.container--s {
  max-width: 47rem;
}

.space-top {
  padding-top: 4rem;
}

.space-bottom {
  padding-bottom: 4rem;
}

.title {
  text-align: center;
  font-size: 2rem;
  padding: 4rem 1rem 3rem;
  display: inline-block;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 100%;
  font-family: 'Frank Ruhl Libre', serif;
}

@media (min-width: 768px) {
  .title--left {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .title--right {
    text-align: right;
  }
}

.title--small {
  font-size: 1.25rem;
  font-weight: 300;
  padding: 3rem 1rem 4rem;
}

.title--home {
  font-size: 1.5rem;
  padding: 4rem 1rem;
}

.title--in-product {
  padding-bottom: 1rem;
}

.title__icon {
  position: absolute;
  z-index: 0;
  margin-left: -2rem;
  margin-top: 0.25rem;
  height: 0.875em;
}

.title__text {
  display: inline;
  z-index: 1;
  position: relative;
  font-weight: 400;
}

.title__text--uppercase {
  text-transform: uppercase;
}

.title__bottom {
  line-height: 1;
  font-size: 0.75em;
}

.stripes {
  position: relative;
}

.stripes:after {
  content: '';
  height: calc( 100% + 4rem);
  width: 1.8rem;
  z-index: 1;
  position: absolute;
  top: -2rem;
  right: 1rem;
  background: url(../img/stripes.svg) repeat center center;
}

@media (min-width: 768px) {
  .stripes:after {
    right: 3rem;
  }
}

.stripes--right:after {
  right: 1rem;
}

.photo-frame {
  position: relative;
}

.photo-frame:after {
  content: '';
  position: absolute;
  border: 0.0625rem solid #a97c50;
  height: 100%;
  width: 100%;
  right: -1rem;
  bottom: -1rem;
  z-index: -1;
}

.photo-frame img {
  display: block;
}

.wp-text {
  text-align: justify;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 2;
}

.wp-text h1, .wp-text h2, .wp-text h3, .wp-text h4, .wp-text h5, .wp-text h6 {
  color: #a97c50;
  line-height: 1.25;
  padding-bottom: .75em;
}

.wp-text h1 {
  font-size: 2.313em;
}

.wp-text h2 {
  font-size: 2.011em;
}

.wp-text h3 {
  font-size: 1.749em;
}

.wp-text h4 {
  font-size: 1.521em;
}

.wp-text h5 {
  font-size: 1.322em;
}

.wp-text h6 {
  font-size: 1.15em;
}

.wp-text ul {
  list-style: none;
}

.wp-text p + ul {
  margin-bottom: 1rem;
}

.wp-text li {
  margin-left: 2rem;
  position: relative;
}

.wp-text li:before {
  content: '';
  position: absolute;
  top: 0.6rem;
  left: -1rem;
  background: #a97c50;
  border-radius: 50%;
  height: 0.375rem;
  width: 0.375rem;
}

.wp-text strong {
  font-weight: 600;
  font-size: inherit;
}

.loader {
  display: none;
}

.js .loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background: #161616;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.js .loader__logo {
  max-width: 10rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .js .loader__logo {
    max-width: 15rem;
  }
}

.js .loader--hide {
  -webkit-transform: scale(0);
          transform: scale(0);
  pointer-events: none;
}

.topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.875rem;
  line-height: 2;
}

@media (min-width: 992px) {
  .topbar {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.social__link {
  display: inline-block;
  padding: .75rem .5rem .25rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.social__link:hover {
  color: #a97c50;
}

.social__link:hover .social__icon {
  fill: #a97c50;
}

.social__link:hover .social__icon path {
  fill: #a97c50;
}

.social__icon {
  height: 1rem;
  width: 1rem;
  fill: #fff;
  -webkit-transition: .2s;
  transition: .2s;
}

.social__icon path {
  fill: #fff;
  -webkit-transition: .2s;
  transition: .2s;
}

.lang {
  margin-left: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  text-transform: uppercase;
}

.lang .lang-item {
  display: inline-block;
  padding: 0.5rem;
}

.lang .lang-item.current-lang {
  background: #a97c50;
}

.lang .lang-item.current-lang a {
  color: #161616;
}

.lang a {
  color: #fff;
}

.logo {
  text-align: center;
  padding: 0.25rem 0 0.75rem;
}

.logo__img {
  height: 3.3125rem;
}

.topnav-trigger {
  background: none;
  border: 0.0625rem solid #a97c50;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 300;
  font-family: inherit;
  margin: 0 auto 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.125rem 1rem;
  cursor: pointer;
}

@media (min-width: 992px) {
  .topnav-trigger {
    display: none;
  }
}

.topnav-trigger__icon {
  color: #a97c50;
  margin-right: 0.5rem;
  height: 1.25rem;
  width: 1.25rem;
}

.topnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-right: 0.0625rem solid #a97c50;
  text-transform: uppercase;
  width: 100%;
  max-width: 20rem;
  height: 100vh;
  top: 0;
  background: #161616;
  z-index: 999;
  position: fixed;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.1em;
}

.topnav--active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.topnav--hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

@media (min-width: 992px) {
  .topnav {
    border-right: 0;
    border-bottom: 0.0625rem solid #a97c50;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    max-width: unset;
    height: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .topnav--scroll {
    position: fixed;
  }
}

.topnav__single {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.topnav__single:last-child:before {
  content: '';
  position: absolute;
  background: none;
  border: 0.0625rem solid #a97c50;
  width: 100%;
  height: 2rem;
  top: 0.675rem;
  pointer-events: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.topnav__single:last-child:hover:before {
  background: #a97c50;
}

.topnav__single:last-child .topnav__link {
  color: #fff;
}

@media (min-width: 992px) {
  .topnav__single:before {
    content: '';
    position: absolute;
    background: #a97c50;
    height: 1rem;
    width: 0.0625rem;
    top: 1.275rem;
    left: 0;
  }
}

@media (min-width: 992px) {
  .topnav__single--dropdown:after {
    content: '⌄';
    font-weight: 300;
    color: #a97c50;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.45rem;
    text-align: center;
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
    font-size: 1.5rem;
  }
}

.topnav__single--current {
  font-weight: 600;
}

.topnav__link {
  padding: 0.875rem 1rem;
  display: inline-block;
  z-index: 1;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.topnav__link:hover {
  text-decoration: none;
  color: #a97c50;
}

.topnav__dropdown {
  position: absolute;
  z-index: 998;
  text-align: center;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  white-space: nowrap;
  top: 3.5rem;
  -webkit-box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.5);
  border-top: 0.0625rem solid #a97c50;
}

.topnav__dropdown__single {
  border-bottom: 0.0625rem solid #a97c50;
}

.topnav__dropdown__single:last-child {
  border: 0;
}

.topnav__dropdown__link {
  display: inline-block;
  padding: 0.25rem;
  background: #161616;
  width: 11rem;
}

.topnav__dropdown__link:hover {
  text-decoration: none;
  color: #a97c50;
}

@media (min-width: 992px) {
  .topnav__single--dropdown:hover .topnav__dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer {
  padding: 2rem 0;
  border-top: 0.0625rem solid #a97c50;
  font-size: 0.875rem;
  line-height: 2;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .footer {
    margin-top: 4rem;
  }
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 77rem;
  margin: 0 auto;
}

@media (min-width: 1250px) {
  .footer__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.footer__col {
  padding: 1rem 2rem;
}

.footer__icon {
  color: #a97c50;
  width: 1.125rem;
  text-align: center;
  margin-right: 0.25rem;
}

.footer__logo {
  width: 15rem;
}

@media (min-width: 768px) {
  .footer__logo {
    width: 22rem;
  }
}

.footer__logo__img {
  width: 100%;
}

@media (min-width: 768px) {
  .footer__text {
    width: 28.125rem;
  }
}

.footer__address {
  position: relative;
  padding-left: 1.5rem;
}

.footer__address__icon {
  position: absolute;
  top: 0.35rem;
  left: 0;
}

.footer__details {
  position: relative;
  margin-top: 0.25rem;
}

.footer__btn {
  display: block;
  border: 0.0625rem solid #a97c50;
  padding: 0.25rem 1.5rem;
  text-align: center;
  width: 11rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.5rem 0 2rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  top: 0.25rem;
  right: 0;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .footer__btn {
    position: absolute;
  }
}

.footer__btn:hover {
  background: #a97c50;
  text-decoration: none;
}

.footer__privacy {
  padding-bottom: 2rem;
}

.footer__privacy__link {
  font-size: .75rem;
}

.footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 2rem;
}

@media (min-width: 768px) {
  .footer__contact {
    width: 15.125rem;
  }
}

.footer__contact__link {
  margin-bottom: .5rem;
}

.footer__contact__link:hover {
  color: #a97c50;
  text-decoration: none;
}

@media (min-width: 768px) {
  .footer__social {
    width: 11.75rem;
  }
}

.footer__copyright {
  padding: 2rem 1rem 0;
  text-align: center;
}

.eu-top {
  background: #fff;
  color: #161616;
  font-size: 0.5rem;
  font-weight: 400;
  font-family: 'Ubuntu', sans-serif;
  margin-bottom: .0625rem;
}

.eu-top__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .5rem .5rem .25rem;
  text-align: center;
}

.eu-top__img {
  width: 100%;
  max-width: 29.375rem;
  margin: 0 auto .25rem;
}

.eu-top__text {
  width: 100%;
}

@media (min-width: 768px) {
  .eu-top__text {
    width: 50%;
  }
}

.eu-bottom {
  background: #fff;
  color: #161616;
  font-size: 0.5rem;
  font-weight: 400;
  font-family: 'Ubuntu', sans-serif;
}

.eu-bottom__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .25rem .5rem;
  text-align: center;
}

@media (min-width: 768px) {
  .eu-bottom__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.eu-bottom__img {
  max-width: 12rem;
}

.eu-bottom__text {
  padding: 0 2rem;
  width: 100%;
}

.eu-bottom__strong {
  font-weight: 700;
}

.cookiebar {
  position: fixed;
  z-index: 998;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #161616;
  color: #fff;
  border-top: 0.0625rem solid #a97c50;
  font-size: 0.875rem;
  padding: 0.5rem 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cookiebar--hide {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.cookiebar__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  .cookiebar__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.cookiebar__text {
  margin-bottom: 1rem;
  text-align: center;
}

@media (min-width: 992px) {
  .cookiebar__text {
    margin: 0 2rem 0 0;
    text-align: left;
  }
}

.cookiebar__link {
  color: #a97c50;
}

.cookiebar__btn {
  clear: auto;
  cursor: pointer;
  background: none;
  color: #fff;
  border: 0.0625rem solid #a97c50;
  padding: .25rem 1rem;
  white-space: nowrap;
}

.cookiebar-spacer {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 0;
  width: 100%;
  background: #fff;
}

.cookiebar-spacer--active {
  height: 0;
}

@media (min-width: 992px) {
  .cookiebar-spacer--active {
    height: 3.625rem;
  }
}

.error-page {
  text-align: center;
  padding: 5rem 0;
}

.error-page__title {
  font-size: 4rem;
}

.error-page__info {
  font-size: 1.25rem;
  font-weight: 300;
}

.normal-page {
  padding-bottom: 4rem;
}

.home-page {
  overflow: hidden;
  padding-bottom: 0;
  margin-bottom: -2rem;
}

@media (min-width: 768px) {
  .home-page {
    margin-bottom: -4rem;
  }
}

@-webkit-keyframes sectionBG {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes sectionBG {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3rem 0;
}

@media (min-width: 1200px) {
  .intro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.intro__cover {
  margin-bottom: 2.5rem;
  background: url(../img/slider1.jpg) no-repeat center center;
  background-size: cover;
}

@media (min-width: 1200px) {
  .intro__cover {
    margin-bottom: 0;
    width: 50%;
    padding-right: 2rem;
  }
}

.intro__cover--video .intro__bg {
  opacity: 0;
}

.intro__slide__content {
  position: relative;
  height: calc( 50vh + 4.125rem);
  padding: 4.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  pointer-events: none;
  overflow: hidden;
}

.intro__slide:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #161616;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.intro__slide:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.intro__bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  -webkit-transition: .2s;
  transition: .2s;
}

.intro__bg__img {
  height: 100%;
  width: 100%;
}

.intro__title {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1;
  font-family: 'Frank Ruhl Libre', serif;
  font-weight: 500;
}

@media (min-width: 768px) {
  .intro__title {
    font-size: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .intro__slider {
    padding-left: 1.25rem;
    margin-right: -0.75rem;
    width: 50%;
  }
}

.intro__video-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  display: none;
}

.intro__video-container--active {
  display: block;
}

.intro__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.intro__products {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .intro__products {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.intro__product {
  width: 100%;
  padding: 0 0.75rem 1rem;
  position: relative;
}

@media (min-width: 768px) {
  .intro__product {
    width: 33.333333%;
    padding: 0 0.75rem;
  }
}

.intro__product:hover {
  text-decoration: none;
}

.intro__product:hover .intro__btn {
  color: #fff;
  background: #a97c50;
}

.intro__product:hover .intro__innovation__img {
  opacity: 1;
  height: 9rem;
  width: 9rem;
}

.intro__innovation {
  position: absolute;
  z-index: 1;
  left: 0.75rem;
  top: 0;
}

.intro__innovation__img {
  height: 5rem;
  width: 5rem;
}

@media (min-width: 768px) {
  .intro__innovation__img {
    height: 8rem;
    width: 8rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 0.9;
  }
}

.intro__photo {
  height: 25vh;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .intro__photo {
    height: 50vh;
  }
}

.intro__photo:after {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 100%;
  width: 100%;
}

.intro__photo:hover:after {
  opacity: 0;
}

.intro__btn {
  border: 0.0625rem solid #a97c50;
  margin: 1rem 0 0;
  text-align: center;
  padding: 0.75rem 0;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: inline-block;
  width: 100%;
}

.home-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 -1rem;
}

@media (min-width: 768px) {
  .home-about {
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .home-about {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.home-about__main {
  background: #fff;
  color: #161616;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media (min-width: 1200px) {
  .home-about__main {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .home-about__main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100vw;
    height: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@media (min-width: 1200px) {
  .home-about__main:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    width: 4rem;
    height: 100%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.home-about__main__text {
  padding: 0 1rem 3rem;
}

@media (min-width: 768px) {
  .home-about__main__text {
    padding: 0 6rem 3rem 4rem;
  }
}

.home-about__action {
  text-align: right;
}

.home-about__btn {
  border: 0.0625rem solid #a97c50;
  color: #161616;
  margin: 3rem 0 2rem;
  text-align: center;
  padding: 0.75rem 3rem;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: inline-block;
  font-weight: 400;
}

.home-about__btn:hover {
  text-decoration: none;
  background: #a97c50;
}

.home-about__history {
  z-index: 1;
  padding-top: 6rem;
}

@media (min-width: 1200px) {
  .home-about__history {
    width: 50%;
  }
}

.home-about__history__text {
  text-align: justify;
  padding: 0 1rem;
  font-size: 0.875rem;
  line-height: 2;
}

@media (min-width: 768px) {
  .home-about__history__text {
    padding: 1rem;
  }
}

@media (min-width: 992px) {
  .home-about__history__text {
    padding-left: 4rem;
  }
}

.home-about__photo {
  max-width: 40rem;
  margin: 0 auto;
  padding: 1rem;
}

@media (min-width: 992px) {
  .home-about__photo {
    max-width: unset;
    margin: 0;
    padding: 0;
  }
}

.home-about__photo__img {
  width: 100%;
  height: auto;
}

.home-about__content {
  padding: 3rem 0 0 0;
}

@media (min-width: 992px) {
  .home-about__content {
    padding: 3rem 0 0 10rem;
  }
}

.text-section {
  margin-top: -1rem;
}

@media (min-width: 992px) {
  .text-section--right {
    padding: 0 1rem;
  }
}

@media (min-width: 1200px) {
  .text-section--right {
    padding: 0 5rem 0 0;
  }
}

.home-opinions {
  padding: 3rem 0 2rem;
}

.home-opinions .tns-outer {
  position: relative;
}

.home-opinions .tns-controls {
  position: absolute;
  z-index: 1;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  pointer-events: none;
  top: 16%;
  max-width: 17.5rem;
}

@media (min-width: 768px) {
  .home-opinions .tns-controls {
    top: 19%;
    max-width: 37.5rem;
  }
}

@media (min-width: 1200px) {
  .home-opinions .tns-controls {
    top: 40%;
    max-width: unset;
  }
}

.home-opinions .tns-outer [aria-controls] {
  pointer-events: all;
  background: none;
  border: 0.0625rem solid #a97c50;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.75rem;
  width: 2.75rem;
  -webkit-transition: .2s;
  transition: .2s;
}

@media (min-width: 768px) {
  .home-opinions .tns-outer [aria-controls] {
    height: 3.75rem;
    width: 3.75rem;
  }
}

.home-opinions .tns-outer [aria-controls]:hover {
  background: rgba(169, 124, 80, 0.4);
}

.home-opinions .tns-outer [aria-controls] img {
  height: 1.5rem;
  margin-left: -.125rem;
}

.home-opinions .tns-outer [data-controls="next"] {
  margin-left: auto;
}

.home-opinions .tns-outer [data-controls="next"] img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin: 0 -.125rem 0 0;
}

.opinions {
  padding: 15rem 0 5rem;
}

.opinions__content {
  padding: 4.125rem 0 3.375rem;
  text-align: center;
  position: relative;
}

@media (min-width: 1200px) {
  .opinions__content {
    padding: 3.75rem 0 3.375rem;
  }
}

.opinions__icon {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.opinions__icon__img {
  width: 3rem;
}

.opinions__text {
  width: 100%;
  max-width: 31rem;
  margin: 0 auto;
  padding: 2rem 1rem;
  font-size: 1.25rem;
  position: relative;
  z-index: 2;
  font-style: italic;
}

.opinions__author {
  position: relative;
  z-index: 2;
  font-size: 1rem;
}

.dates__content {
  padding: 5rem 0 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  .dates__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.dates__photo {
  margin-bottom: 2rem;
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .dates__photo {
    width: 40%;
  }
}

@media (min-width: 992px) {
  .dates__photo {
    margin-bottom: 0;
    padding: 0;
  }
}

.dates__main {
  width: 100%;
  padding: 1rem 0;
}

@media (min-width: 768px) {
  .dates__main {
    padding: 1rem 0 1rem 6rem;
    width: 60%;
  }
}

.dates__title {
  padding: 0 0 1rem;
}

.dates__text {
  padding: 0 1rem 0 2.5rem;
}

.timeline {
  width: 100%;
  overflow: hidden;
}

.timeline__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  border-top: 0.0625rem solid #a97c50;
  margin: 2rem 0 4rem;
}

.timeline__single {
  color: #888;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
}

.timeline__single--active {
  color: #fff;
  font-weight: 600;
  position: relative;
}

.timeline__single--active:before {
  content: '⌄';
  font-weight: 300;
  color: #a97c50;
  position: absolute;
  left: 0;
  right: 0;
  top: -2.125rem;
  text-align: center;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
  font-size: 1.5rem;
}

.timeline__single:nth-child(even) .timeline__info {
  padding: 5rem 1rem 0;
}

.timeline__info {
  position: relative;
  display: inline-block;
  padding: 3rem 1rem 0;
  width: 4.5rem;
}

.timeline__info:before, .timeline__info:after {
  content: '';
  position: absolute;
  background: #a97c50;
  width: 0.0625rem;
  height: calc( 100% - 2rem);
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.timeline__info--active:before, .timeline__info:hover:before {
  margin-left: calc( 50% - 0.125rem);
}

.timeline__info--active:after, .timeline__info:hover:after {
  margin-right: calc( 50% - 0.125rem);
}

.timeline__date {
  background: #161616;
  position: relative;
  z-index: 1;
  padding-top: .5rem;
  display: block;
}

.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: calc( 100% + 2rem);
  margin: 2rem -1rem;
}

@media (min-width: 768px) {
  .box {
    width: 100%;
    margin: 2rem 0;
  }
}

@media (min-width: 992px) {
  .box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: calc( 100% - 20rem);
  }
}

.box--white {
  background: #fff;
  color: #161616;
  position: relative;
}

@media (min-width: 768px) {
  .box--white:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100vw;
    height: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@media (min-width: 992px) {
  .box--left {
    margin-left: 20rem;
  }
}

.box--home {
  margin-bottom: 6rem;
}

@media (min-width: 1200px) {
  .box--home {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .box--home3 {
    width: calc( 100% - 30rem);
  }
}

.box__main {
  padding: 5rem 1rem;
}

@media (min-width: 1200px) {
  .box__main {
    padding: 5rem 2rem;
  }
}

@media (min-width: 992px) {
  .box__main {
    padding: 5rem 8rem 5rem 0;
  }
  .box__main--left {
    padding: 5rem 2rem 5rem 8rem;
  }
}

.box__title {
  padding: 0 0 1rem 2rem;
}

@media (min-width: 1200px) {
  .box__text {
    padding-left: 2rem;
  }
}

.box__photo {
  z-index: 1;
  top: 0;
  bottom: 0;
  right: -17rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -2rem;
}

@media (min-width: 992px) {
  .box__photo {
    position: absolute;
    margin-top: 0;
  }
}

.box__photo--left {
  right: unset;
  left: -18rem;
}

@media (min-width: 1200px) {
  .box__photo--home3 {
    right: -27rem;
  }
}

.box__photo__img {
  height: 20rem;
  width: 20rem;
}

.box__photo__img--home2 {
  height: 34.24rem;
}

@media (min-width: 1200px) {
  .box__photo__img--home2 {
    margin-top: -14.24rem;
  }
}

@media (min-width: 768px) {
  .box__photo__img--home3 {
    width: 30rem;
    height: auto;
  }
}

.double-photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .double-photos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    max-width: 56rem;
    padding: 2rem 0 5rem;
  }
}

.double-photos__single {
  width: 100%;
  padding: 2rem;
}

@media (min-width: 768px) {
  .double-photos__single {
    width: 50%;
  }
}

.double-photos__img {
  width: 100%;
  height: auto;
}

.categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) {
  .categories {
    margin: 0 -2rem;
    overflow: hidden;
  }
}

.products-page,
.single-cat-page {
  overflow: hidden;
}

.category {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 4rem;
}

@media (min-width: 768px) {
  .category {
    padding: 0 2rem 4rem;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .category {
    width: 25%;
    padding: 0 2rem;
  }
}

.category__photo {
  width: 100%;
  height: 20rem;
  overflow: hidden;
}

.category__photo--single-cat {
  height: 10rem;
}

.category__img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.category__img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.category__btn {
  border: 0.0625rem solid #a97c50;
  margin: 1.5rem 0;
  text-align: center;
  padding: 0.75rem 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.category__btn:hover {
  text-decoration: none;
  color: #fff;
  background: #a97c50;
}

.category__text {
  text-align: justify;
}

.cover-photo {
  width: 100%;
  height: 30vh;
}

.category-info {
  margin-top: -2rem;
  padding-bottom: 2rem;
}

.collapse {
  overflow: hidden;
}

.collapse__single {
  padding: 0 0 0.75rem;
}

.collapse__top {
  border: 0.0625rem solid #a97c50;
  color: #fff;
  width: 100%;
  position: relative;
  font-size: 1.25rem;
  padding: 0.35rem;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.collapse__name {
  margin-left: 5rem;
}

.collapse__content {
  padding: 0 4rem;
  line-height: 2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  height: 0;
  pointer-events: none;
}

.collapse__icon {
  position: absolute;
  top: 0.815rem;
  left: 1rem;
  height: 1rem;
  -webkit-transition: -webkit-filter 0s;
  transition: -webkit-filter 0s;
  transition: filter 0s;
  transition: filter 0s, -webkit-filter 0s;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.collapse__single--active .collapse__top {
  background: #a97c50;
}

.collapse__single--active .collapse__content {
  padding: 2rem 4rem;
  opacity: 1;
  height: auto;
  pointer-events: all;
}

.collapse__single--active .collapse__icon {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-filter: brightness(10);
          filter: brightness(10);
}

.filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem;
}

@media (min-width: 768px) {
  .filter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.filter__single {
  border: 0;
  background: 0;
  font-family: inherit;
  color: #fff;
  padding: 0.5rem 1rem;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  white-space: nowrap;
  text-align: left;
}

@media (min-width: 992px) {
  .filter__single {
    padding: 1rem;
  }
}

.filter__single--active, .filter__single:hover {
  color: #a97c50;
}

@media (min-width: 768px) {
  .filter__single:before {
    content: '';
    position: absolute;
    background: #a97c50;
    height: 1.125rem;
    width: 0.0625rem;
    top: 1rem;
    left: 0;
  }
  .filter__single:first-child:before {
    display: none;
  }
}

.filter__icon {
  color: #a97c50;
  margin-right: 0.5rem;
}

.realizations {
  padding: 1rem 0 0;
}

.realizations__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.realizations__single {
  width: 100%;
  padding: 1.5rem;
  position: relative;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

@media (min-width: 768px) {
  .realizations__single {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .realizations__single {
    width: 33.333333%;
  }
  .realizations__single--in-row-4 {
    width: 25%;
  }
}

.realizations__single:before {
  content: '';
  position: absolute;
  width: calc( 100% - 3rem);
  height: calc( 100% - 3rem);
  background: rgba(0, 0, 0, 0.65);
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.realizations__single:hover:before {
  opacity: 1;
}

.realizations__single--hide {
  display: none;
}

.realizations__link {
  display: block;
  position: relative;
  overflow: hidden;
}

.realizations__link:before, .realizations__link:after {
  content: '';
  position: absolute;
  height: 0.0625rem;
  width: 3rem;
  background: #a97c50;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.realizations__link:after {
  height: 3rem;
  width: 0.0625rem;
}

.realizations__link:hover:before, .realizations__link:hover:after {
  opacity: 1;
}

.realizations__photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.realizations__hidden {
  display: none;
}

.realizations-action {
  text-align: center;
}

.realizations-action__btn {
  border: 0.0625rem solid #a97c50;
  color: #fff;
  margin: 3rem 0 2rem;
  text-align: center;
  padding: 0.75rem 3rem;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: inline-block;
  font-weight: 400;
}

.realizations-action__btn:hover {
  text-decoration: none;
  background: #a97c50;
}

.single-product-before {
  margin-top: 4rem;
}

.single-product-form .wpcf7-form {
  padding: 0;
}

.text-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  .text-photo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (min-width: 768px) {
  .text-photo__text {
    padding-right: 2rem;
    width: 70%;
  }
  .text-photo__text--service {
    width: 55%;
  }
}

.text-photo__text--architects {
  width: 100%;
}

@media (min-width: 768px) {
  .text-photo__photo {
    padding-left: 2rem;
    width: 30%;
  }
}

.text-photo__photo--service {
  margin: 4rem 0;
}

@media (min-width: 992px) {
  .text-photo__photo--service {
    margin: 0;
    width: 45%;
  }
}

.text-photo__img {
  width: 100%;
  height: auto;
}

.architect-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 2rem;
}

@media (min-width: 992px) {
  .architect-contact {
    padding-bottom: 0;
  }
}

.architect-contact__info {
  font-weight: 400;
  margin: 2rem 0 1rem;
}

.architect-contact__name {
  font-weight: 400;
  margin-left: 4rem;
}

.architect-contact__link {
  margin-left: 4rem;
  display: inline-block;
}

.architect-contact__icon {
  color: #a97c50;
  width: 1rem;
  text-align: center;
}

.full-white {
  background: #fff;
  color: #161616;
  padding-bottom: 4rem;
  margin-bottom: -4rem;
}

.architects-page {
  border-bottom: 2rem solid #fff;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .architects-page {
    border-bottom: 4rem solid #fff;
    margin-bottom: -4rem;
  }
}

.download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2rem;
}

@media (min-width: 992px) {
  .download {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.download__type {
  padding: 0.625rem 1.125rem;
  font-weight: 400;
  width: 100%;
  text-align: center;
}

@media (min-width: 992px) {
  .download__type {
    width: 18rem;
    text-align: right;
  }
}

.download__options {
  padding: 0.5rem 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 992px) {
  .download__options {
    width: calc( 100% - 18rem);
    border-left: 0.0625rem solid #a97c50;
  }
}

.download__single {
  color: #161616;
  display: inline-block;
  padding: 0.125rem 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-align: left;
}

.download__single:hover {
  text-decoration: none;
  color: #a97c50;
}

.download__icon {
  color: #a97c50;
}

.download__name {
  margin-left: 1rem;
}

.download__details {
  color: #a97c50;
}

.download-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(169, 124, 80, 0);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  pointer-events: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.download-modal--active {
  background: rgba(169, 124, 80, 0.8);
  z-index: 1000;
  pointer-events: all;
}

@media (min-width: 992px) {
  .download-modal {
    padding: 2rem;
  }
}

.download-modal__container {
  border-radius: 0.25rem;
  background: #fff;
  color: #161616;
  padding: 1.5rem;
  height: 100%;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 50rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(0);
          transform: scale(0);
  overflow-x: auto;
}

.download-modal__container--active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media (min-width: 992px) {
  .download-modal__container {
    padding: 4rem;
  }
}

.download-modal__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 2rem auto;
  width: 2rem;
  height: 2rem;
  background: none;
  border: 0;
  font-size: 2rem;
  line-height: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

@media (min-width: 992px) {
  .download-modal__close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    margin: 0;
  }
}

.download-modal__close:hover {
  color: #da0000;
}

.download-modal__start {
  text-align: justify;
  margin-bottom: 2rem;
}

.download-modal__title {
  text-align: center;
  font-weight: 600;
  font-size: 1.25rem;
}

.download-modal__title--info {
  margin-top: 2rem;
}

.download-modal__category {
  padding: 0.5rem 0 0;
  font-weight: 600;
  font-size: 1.125rem;
  color: #949494;
}

.download-modal__label {
  display: block;
  cursor: pointer;
  padding: 0.25rem 0;
  font-size: 0.875rem;
}

.download-modal__label--acceptance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 1rem;
  text-align: justify;
}

.download-modal__label--error {
  color: #da0000;
}

.download-modal__label__name {
  font-weight: 600;
  padding: 0 0.25rem 0 1.5rem;
  position: relative;
}

.download-modal__label__name:before {
  content: '';
  position: absolute;
  font-size: 1rem;
  left: 0;
  border: 0.0625rem solid;
  height: 1rem;
  width: 1rem;
  line-height: 1;
  text-align: center;
}

.download-modal__label__name--acceptance {
  font-weight: 400;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 0.75rem;
}

.download-modal__label__name--acceptance:before {
  top: 0.25rem;
}

.download-modal__checkbox {
  display: none;
}

.download-modal__checkbox:checked + .download-modal__label__name:before {
  content: '✓';
}

.download-modal__informations {
  max-width: 32rem;
  margin: 0 auto 40px;
}

.download-modal__input {
  width: 100%;
  border: 0;
  background: #ccc;
  padding: 0.5rem;
  margin: 1rem 0 0;
}

.download-modal__input--error {
  -webkit-box-shadow: inset 0 0 0 0.125rem #da0000;
          box-shadow: inset 0 0 0 0.125rem #da0000;
}

.download-modal__submit {
  font-weight: 400;
  font-family: inherit;
  border: 0;
  background: #a97c50;
  color: #fff;
  padding: 0.625rem 2rem;
  margin: 1.5rem auto 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 1rem;
  cursor: pointer;
}

.download-modal__submit--hide {
  display: none;
}

.download-modal__response {
  text-align: center;
  display: none;
}

.download-modal__response--active {
  display: block;
  padding: 1rem 0 0;
  font-weight: 600;
}

.download-modal__response--error {
  color: #da0000;
}

.download-modal__response--success {
  color: #007941;
}

.download-modal__loader {
  display: none;
}

.download-modal__loader--active {
  width: 2rem;
  display: block;
  margin: 1rem auto 0;
}

.row-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 992px) {
  .row-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 992px) {
  .row-2__col {
    padding: 0 2rem;
    width: 50%;
  }
}

.service-page {
  margin-bottom: -2rem;
}

@media (min-width: 768px) {
  .service-page {
    margin-bottom: -4rem;
  }
}

.service-page .wpcf7-acceptance {
  padding: 2rem 0 0;
}

.contact-page {
  overflow: hidden;
  padding-bottom: 0;
  margin-bottom: -2rem;
}

@media (min-width: 768px) {
  .contact-page {
    margin-bottom: -4rem;
  }
}

.wpcf7-form {
  padding: 2rem 0;
}

@media (min-width: 992px) {
  .wpcf7-form {
    padding: 5rem 0;
  }
}

.wpcf7-form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 1rem;
  margin: 0.5rem 0;
}

@media (min-width: 1200px) {
  .wpcf7-form label {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
  }
}

.wpcf7-form .your-file {
  display: none;
}

@media (min-width: 1200px) {
  .wpcf7-form-control-wrap {
    width: calc( 100% - 12rem);
  }
}

.wpcf7-text,
.wpcf7-textarea,
.wpcf7-select {
  width: 100%;
  resize: vertical;
  border: 0.0625rem solid #a97c50;
  background: #fff;
  padding: 0.5rem;
}

.cf7-label {
  padding: 0.375rem 1.5rem 0 0;
}

@media (min-width: 1200px) {
  .cf7-label {
    text-align: right;
    width: 12rem;
  }
}

@media (min-width: 1200px) {
  .cf7-label--service {
    width: 26rem;
  }
}

.cf-file {
  width: calc( 100% - 12rem);
}

.cf-file__btn {
  border: 0.0625rem solid #a97c50;
  text-align: center;
  width: 100%;
  max-width: 10rem;
  line-height: 1;
  padding: 0.5rem;
  cursor: pointer;
}

.wpcf7-acceptance {
  margin: -0.75rem 0 1.5rem;
  display: block;
}

@media (min-width: 1200px) {
  .wpcf7-acceptance {
    padding-left: 11rem;
  }
}

.wpcf7-acceptance label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 0.75em;
  font-weight: 400;
  cursor: pointer;
  text-align: justify;
}

.wpcf7-acceptance label:before {
  content: '';
  color: #a97c50;
  width: 0.875rem;
  min-width: 0.875rem;
  height: 0.875rem;
  border: 0.0625rem solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.25rem;
  margin: 0.125rem 0.75rem 0 0;
}

.wpcf7-acceptance label.active:before {
  content: '✓';
}

.wpcf7-acceptance input[type=checkbox] {
  display: none;
}

.wpcf7-submit {
  font-weight: 400;
  border: 0;
  background: #a97c50;
  color: #fff;
  padding: 0.625rem 0;
  width: 100%;
  max-width: 13rem;
  font-size: 1rem;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .wpcf7-submit {
    float: right;
    margin: 0;
  }
}

.logo-slider {
  width: 100%;
  background: #fff;
  color: #161616;
}

.logo-slider2 {
  width: 100%;
  background: #fff;
  color: #161616;
  padding: 1rem 0;
}

.slider__main3 {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 1rem; /* Dodaje odstęp między elementami */
}

.logo-slider__single2 {
  max-width: 20rem;
  margin: 0;
  flex: 1;
}

.logo-slider__content2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  width: 20rem;
  padding: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Dodajemy efekt przejścia */
}

.logo-slider__content2:hover {
  transform: scale(1.05); /* Powiększa obrazek przy najechaniu */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Dodaje cień przy najechaniu */
}

.logo-slider__img {
  max-width: 100%;
  height: auto;
}

.logo-slider--light-bg {
  padding: 4rem 0 1rem;
}

.logo-slider__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5rem;
  width: 10rem;
  padding: 1rem;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .logo-slider__content {
    height: 6rem;
    width: 14rem;
  }
}

.logo-slider__img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.white-bg {
  background: #fff;
  color: #161616;
  position: relative;
}

@media (min-width: 768px) {
  .white-bg--right:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    width: 100vw;
    height: 100%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.contact-details {
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .contact-details {
    margin-bottom: 0;
  }
}

.contact-details__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1200px) {
  .contact-details__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.contact-details__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 3rem 0 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  .contact-details__main {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (min-width: 1200px) {
  .contact-details__main {
    width: 60%;
  }
}

.contact-details__name {
  font-weight: 400;
}

.contact-details__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 1rem;
}

.contact-details__btn {
  border: 0.0625rem solid #a97c50;
  padding: 0.125rem 1.5rem;
  text-align: center;
  width: 11rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.5rem 0 2rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  white-space: nowrap;
  display: inline-block;
}

.contact-details__btn:hover {
  background: #a97c50;
  text-decoration: none;
}

.contact-details__link {
  margin-left: 1rem;
  line-height: 2;
}

.contact-details__icon {
  color: #a97c50;
  margin-right: 0.5rem;
}

.contact-details__map {
  padding: 2rem 1rem;
}

@media (min-width: 1200px) {
  .contact-details__map {
    width: 40%;
  }
}

.contact-details__map__img {
  width: 100%;
  max-width: 20rem;
  margin: 0 auto;
  display: block;
}

.contact-details__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact-details__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 1rem 0 0;
  width: 100%;
  text-align: center;
}

@media (min-width: 992px) {
  .contact-details__single {
    width: 40%;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .contact-details__single:nth-child(even) {
    width: 60%;
    padding-left: 1rem;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.google-info {
  opacity: 0.75;
  font-size: 0.75rem;
  text-align: center;
  margin: 2rem 0;
}

.google-info__link {
  color: inherit;
  text-decoration: underline;
}

.partners {
  padding-bottom: 4rem;
}

.partners__title {
  font-size: 1.8rem;
  padding: 4rem 1rem 1rem;
  font-family: 'Frank Ruhl Libre', serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.partners__title__icon {
  height: 6rem;
}

.partners__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.partner {
  width: 100%;
  padding: 1rem 0;
  text-align: center;
}

@media (min-width: 768px) {
  .partner {
    padding: 2rem;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .partner {
    width: 33.333333%;
  }
}

.partner__name {
  font-weight: 400;
  font-size: 1.25rem;
}

.partner__text {
  padding: 0.5rem 0;
}

.pagination {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination__list {
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination__single {
  text-decoration: none;
  font-size: 1.25rem;
  height: 2rem;
  width: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 0.0625rem #888;
          box-shadow: inset 0 0 0 0.0625rem #888;
  margin: 0 .25rem;
  -webkit-transition: .2s;
  transition: .2s;
}

@media (min-width: 768px) {
  .pagination__single {
    height: 3rem;
    width: 3rem;
  }
}

.pagination__single:hover {
  -webkit-box-shadow: inset 0 0 0 0.125rem #a97c50;
          box-shadow: inset 0 0 0 0.125rem #a97c50;
  text-decoration: none;
}

.pagination__single--active {
  background: #a97c50;
  -webkit-box-shadow: inset 0 0 0 0 #a97c50;
          box-shadow: inset 0 0 0 0 #a97c50;
  color: #fff;
  pointer-events: none;
}

.pagination__single--dots {
  pointer-events: none;
}

.pagination__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.pagination__btn {
  text-decoration: none;
  padding: .5rem .5rem;
  margin: 0 .25rem;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-filter: brightness(10);
          filter: brightness(10);
}

@media (min-width: 768px) {
  .pagination__btn {
    padding: .75rem .5rem;
  }
}

.pagination__btn:hover {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.pagination__icon {
  height: .75rem;
}

@media (min-width: 768px) {
  .pagination__icon {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.pagination__icon--right {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.pagination__info {
  font-weight: 700;
}

.all-posts__single {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-auto-flow: row;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .all-posts__single {
    grid-gap: 3rem;
    -ms-grid-columns: 1fr 2fr;
        grid-template-columns: 1fr 2fr;
  }
}

.all-posts__photo {
  position: relative;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .all-posts__photo {
    margin-bottom: 0rem;
  }
}

.all-posts__photo:after {
  content: '';
  display: block;
  padding-bottom: 66.6%;
}

@media (min-width: 768px) {
  .all-posts__photo:after {
    padding-bottom: 100%;
  }
}

.all-posts__img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
}

@media (min-width: 1200px) {
  .all-posts__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: justify;
  }
}

.all-posts__title {
  font-family: 'Frank Ruhl Libre', serif;
  font-size: 1.25rem;
}

.all-posts__date {
  padding: .75rem 0;
  font-size: .75rem;
  color: #888;
}

.all-posts__excerpt {
  margin-bottom: 1rem;
}

.all-posts__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1200px) {
  .all-posts__bottom {
    margin-top: auto;
  }
}

.all-posts__btn {
  font-weight: 400;
  font-family: inherit;
  border: 0;
  background: #a97c50;
  color: #fff;
  padding: 0.625rem .5rem .625rem 2rem;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 1rem;
  cursor: pointer;
}

.all-posts__btn:hover {
  background: #8d6843;
  text-decoration: none;
}

.all-posts__btn:focus {
  background: #7f5e3c;
}

.all-posts__btn__icon {
  -webkit-filter: brightness(0.1);
          filter: brightness(0.1);
  width: 1.25rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: block;
  margin-left: 1rem;
}

.single-post .gallery {
  padding: 1rem 0;
  display: -ms-grid;
  display: grid;
  grid-gap: 1rem;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
}

@media (min-width: 992px) {
  .single-post .gallery {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.single-post .gallery .gallery-item {
  margin: 0 !important;
  width: 100% !important;
}

.single-post .gallery a {
  position: relative;
  display: block;
  -webkit-transition: .2s;
  transition: .2s;
}

.single-post .gallery a:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.single-post .gallery a:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

.single-post .gallery img {
  border: 0 !important;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
}

.single-post .gallery br {
  display: none;
}

/* Sunrise */
.caps {
  text-transform: uppercase;
}

.total {
  text-align: center;
  font-size: 1.4em;
  color: #a97c50;
}

.total a {
  text-decoration: underline;
}

.total a:hover {
  color: #a97c50;
}

.single img.attachment-post-thumbnail {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

#menu-item-1274 a.topnav__dropdown__link {
  width: 23.5rem;
}

p.bc {
  padding: 10px 0 0;
}

p.bc span {
  color: #a97c50;
}
/*# sourceMappingURL=style.css.map */