.block {
  padding: 100px 0 100px 0;
  width: 100%;
  visibility: visible;
}
.block.spacing_none {
  padding: 0 0 0 0;
}
.block.spacing_small {
  padding: 25px 0 25px 0;
}
.block.spacing_medium {
  padding: 50px 0 50px 0;
}
.block.spacing_large {
  padding: 75px 0 75px 0;
}
.block.spacing_top_none {
  padding-top: 0;
}
.block.spacing_bottom_none {
  padding-bottom: 0;
}
@media only screen and (min-width: 1240px) {
  .block.screen_mobile_only {
    display: none;
  }
}
@media only screen and (max-width: 1240px) {
  .block {
    padding: 50px 0;
  }
  .block.spacing_mobile_none {
    padding: 0 0 0 0;
  }
  .block.spacing_mobile_small {
    padding: 25px 0 25px 0;
  }
  .block.spacing_mobile_medium {
    padding: 50px 0 50px 0;
  }
  .block.spacing_mobile_large {
    padding: 75px 0 75px 0;
  }
  .block.spacing_mobile_top_none {
    padding-top: 0;
  }
  .block.spacing_mobile_bottom_none {
    padding-bottom: 0;
  }
  .block.screen_desktop_only {
    display: none;
  }
}
.single-post {
  display: block;
}
footer {
  padding: 100px 0 50px;
  background-color: #f7f5f2;
  color: #7d6a3c;
  font-size: 1.6rem;
  line-height: 1.6rem;
}
@media only screen and (max-width: 1240px) {
  footer {
    padding: 50px 0 50px;
  }
}
footer a {
  color: #7d6a3c;
  font-size: 1.6rem;
  line-height: 1.6rem;
}
footer .grid_container {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #7d6a3c;
}
footer .footer_menu_wrapper {
  padding: 20px 0;
}
footer .footer_menu_wrapper .footer_menu * {
  display: inline-block;
}
footer .footer_menu_wrapper .footer_menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
footer .footer_menu_wrapper .footer_menu li {
  display: inline-block;
}
@media only screen and (max-width: 800px) {
  footer .footer_menu_wrapper .footer_menu li {
    padding: 5px 0;
  }
}
footer .footer_menu_wrapper .footer_menu li:first-child a {
  padding-left: 0;
}
footer .footer_menu_wrapper .footer_menu a {
  color: #7d6a3c;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-family: 'Verlag A', 'Verlag B', 'Arial';
  font-weight: 900;
  text-transform: uppercase;
  padding: 0 12px 0 9px;
  display: block;
  transition: color 0.3s;
  font-family: 'Verlag A', 'Verlag B', 'Arial';
  will-change: color;
}
footer .footer_menu_wrapper .footer_menu a:hover {
  color: #003452;
}
footer .footer_address_wrapper {
  text-align: center;
  margin-bottom: 20px;
}
footer .footer_address_wrapper .address p {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
footer .footer_meta {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: center;
  align-items: center;
}
footer .footer_meta .temp,
footer .footer_meta .time {
  margin: 0 14px;
}
footer .footer_meta .temp:before {
  content: '';
  mask: url("/wp-content/themes/3fo_gutenberg_base/images//weather.svg") no-repeat center contain;
  mask-size: contain;
  -webkit-mask: url("/wp-content/themes/3fo_gutenberg_base/images//weather.svg") no-repeat center;
  -webkit-mask-size: contain;
  height: 20px;
  width: 20px;
  background-color: #7d6a3c;
  display: inline-flex;
  padding-right: 10px;
  vertical-align: bottom;
}
footer .footer_meta .time:before {
  content: '';
  mask: url("/wp-content/themes/3fo_gutenberg_base/images//time.svg") no-repeat center contain;
  mask-size: contain;
  -webkit-mask: url("/wp-content/themes/3fo_gutenberg_base/images//time.svg") no-repeat center;
  -webkit-mask-size: contain;
  height: 20px;
  width: 20px;
  background-color: #7d6a3c;
  display: inline-flex;
  padding-right: 10px;
  vertical-align: bottom;
}
footer .footer_logo_wrapper {
  text-align: center;
}
footer .footer_logo_wrapper svg {
  height: 100px;
  width: 100px;
}
footer .footer_logo_wrapper svg path {
  transition: fill 0.3s;
  will-change: fill;
}
footer .footer_logo_wrapper svg:hover path {
  fill: #003452;
}
footer .footer_copyright_wrapper {
  font-family: 'Verlag A', 'Verlag B', 'Arial';
  margin-top: 3rem;
  font-family: 'Mercury Display A', 'Mercury Display B', 'Garamond';
  font-style: italic;
  font-size: 1.7rem;
  text-align: center;
}
footer .footer_copyright_wrapper a {
  color: #7d6a3c;
  text-decoration: none;
  transition: color 0.3s;
}
footer .footer_copyright_wrapper a:hover {
  color: #003452;
}
footer .footer_logos {
  display: flex;
  margin-top: 30px;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 800px) {
  footer .footer_logos {
    display: none;
  }
}
footer .footer_logos a {
  margin: 0 10px;
  transition: opacity 0.5s;
  will-change: opacity;
  opacity: 1;
}
footer .footer_logos a:hover {
  opacity: 0.7;
}
footer .footer_logos a img {
  max-width: 120px;
  max-height: 60px;
  height: auto;
  width: auto;
}
footer .footer_logos a:last-of-type {
  position: absolute;
  bottom: -15px;
  left: 50px;
}
footer .footer_logos a:last-of-type img {
  max-width: 242px;
  max-height: 97px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"] {
  height: 30px;
  border: 1px solid #ddd;
  width: 100%;
}
.wpcf7-form textarea {
  border: 1px solid #ddd;
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .wpcf7-form {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .wpcf7-form {
    width: 100%;
  }
}
.newsletter {
  text-align: center;
  position: relative;
  background: #000;
  color: #fff;
  height: 480px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1080px) {
  .newsletter {
    height: 420px;
  }
}
.newsletter .content_wrap {
  background: rgba(0,0,0,0.25);
  width: 100%;
  height: 100%;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.newsletter .content_wrap .heading {
  max-width: 140px;
  color: #b29556;
}
.newsletter form {
  width: auto;
  max-width: 600px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-top: 1.5rem;
}
.newsletter form::after {
  content: '';
  display: table;
  clear: both;
}
.newsletter form > label > * {
  float: left;
  margin: 0;
  height: 4rem;
}
.newsletter form input[type="email"] {
  background: none;
  border: 1px solid #7d6a3c;
  color: #b29556;
  font-family: 'Mercury Display A', 'Mercury Display B', 'Garamond';
  font-style: italic;
  font-weight: 400;
  font-size: 1.7rem;
  width: 68%;
  float: left;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  .newsletter form input[type="email"] {
    width: 100%;
    float: unset;
  }
}
.newsletter form input[type="email"]::placeholder {
  color: #fff;
  font-size: 1.7rem;
  line-height: 4rem;
}
.newsletter form input[type="submit"] {
  width: 32%;
  height: 50px;
  cursor: pointer;
  background-color: #7d6a3c;
  border-color: #7d6a3c;
  font-size: 1.4rem;
}
@media only screen and (max-width: 1080px) {
  .newsletter form input[type="submit"] {
    width: 100%;
    margin-top: 14px;
  }
}
.newsletter form input[type="submit"]:hover {
  background-color: #003452;
  border-color: #003452;
  color: #b29556;
}
.newsletter form .consent_wrapper {
  margin-top: 2rem;
}
.newsletter form .consent_wrapper input {
  height: 20px;
  width: 20px;
  background-color: #fff;
  position: relative;
  padding: 0;
  margin: 2px 10px 0 0;
  cursor: pointer;
}
.newsletter form .consent_wrapper input:checked:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  height: 16px;
  width: 16px;
  background-color: #b29556;
}
.newsletter form .consent_wrapper label {
  font-family: 'Mercury Display A', 'Mercury Display B', 'Garamond';
  font-style: italic;
  font-weight: 400;
  color: #b29556;
  vertical-align: top;
  margin: 0;
  font-size: 1.7rem;
}
.newsletter #success {
  display: none;
  margin-top: 20px;
}
.pnlm-container {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  cursor: default;
  width: 100%;
  height: 100%;
  font-family: Helvetica, "Nimbus Sans L", "Liberation Sans", Arial, sans-serif;
  background: #f4f4f4 url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2267%22%20height%3D%22100%22%20viewBox%3D%220%200%2067%20100%22%3E%0A%3Cpath%20stroke%3D%22%23ccc%22%20fill%3D%22none%22%20d%3D%22M33.5%2C50%2C0%2C63%2C33.5%2C75%2C67%2C63%2C33.5%2C50m-33.5-50%2C67%2C25m-0.5%2C0%2C0%2C75m-66.5-75%2C67-25m-33.5%2C75%2C0%2C25m0-100%2C0%2C50%22%2F%3E%0A%3C%2Fsvg%3E%0A") repeat;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
  line-height: 1.4;
  contain: content;
}
.pnlm-container * {
  box-sizing: content-box;
}
.pnlm-container:-moz-full-screen {
  height: 100% !important;
  width: 100% !important;
  position: static !important;
}
.pnlm-container:-webkit-full-screen {
  height: 100% !important;
  width: 100% !important;
  position: static !important;
}
.pnlm-container:-ms-fullscreen {
  height: 100% !important;
  width: 100% !important;
  position: static !important;
}
.pnlm-container:fullscreen {
  height: 100% !important;
  width: 100% !important;
  position: static !important;
}
.pnlm-ui {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.pnlm-grab {
  cursor: grab;
  cursor: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2226%22%20width%3D%2226%22%3E%0A%3Cpath%20stroke%3D%22%23000%22%20stroke-width%3D%221px%22%20fill%3D%22%23fff%22%20d%3D%22m15.3%2020.5s6.38-6.73%204.64-8.24-3.47%201.01-3.47%201.01%203.61-5.72%201.41-6.49c-2.2-0.769-3.33%204.36-3.33%204.36s0.873-5.76-1.06-5.76-1.58%205.39-1.58%205.39-0.574-4.59-2.18-4.12c-1.61%200.468-0.572%205.51-0.572%205.51s-1.58-4.89-2.93-3.79c-1.35%201.11%200.258%205.25%200.572%206.62%200.836%202.43%202.03%202.94%202.17%205.55%22%2F%3E%0A%3C%2Fsvg%3E%0A") 12 8, default;
}
.pnlm-grabbing {
  cursor: grabbing;
  cursor: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2226%22%20width%3D%2226%22%3E%0A%3Cpath%20stroke%3D%22%23000%22%20stroke-width%3D%221px%22%20fill%3D%22%23fff%22%20d%3D%22m15.3%2020.5s5.07-5.29%203.77-6.74c-1.31-1.45-2.53%200.14-2.53%200.14s2.74-3.29%200.535-4.06c-2.2-0.769-2.52%201.3-2.52%201.3s0.81-2.13-1.12-2.13-1.52%201.77-1.52%201.77-0.261-1.59-1.87-1.12c-1.61%200.468-0.874%202.17-0.874%202.17s-0.651-1.55-2-0.445c-1.35%201.11-0.68%202.25-0.365%203.62%200.836%202.43%202.03%202.94%202.17%205.55%22%2F%3E%0A%3C%2Fsvg%3E%0A") 12 8, default;
}
.pnlm-sprite {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%22208%22%3E%0A%3Ccircle%20fill-opacity%3D%22.78%22%20cy%3D%22117%22%20cx%3D%2213%22%20r%3D%2211%22%20fill%3D%22%23fff%22%2F%3E%0A%3Ccircle%20fill-opacity%3D%22.78%22%20cy%3D%22143%22%20cx%3D%2213%22%20r%3D%2211%22%20fill%3D%22%23fff%22%2F%3E%0A%3Ccircle%20cy%3D%22169%22%20cx%3D%2213%22%20r%3D%227%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%2F%3E%0A%3Ccircle%20cy%3D%22195%22%20cx%3D%2213%22%20r%3D%227%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%2F%3E%0A%3Ccircle%20cx%3D%2213%22%20cy%3D%22195%22%20r%3D%222.5%22%2F%3E%0A%3Cpath%20d%3D%22m5%2083v6h2v-4h4v-2zm10%200v2h4v4h2v-6zm-5%205v6h6v-6zm-5%205v6h6v-2h-4v-4zm14%200v4h-4v2h6v-6z%22%2F%3E%0A%3Cpath%20d%3D%22m13%20110a7%207%200%200%200%20-7%207%207%207%200%200%200%207%207%207%207%200%200%200%207%20-7%207%207%200%200%200%20-7%20-7zm-1%203h2v2h-2zm0%203h2v5h-2z%22%2F%3E%0A%3Cpath%20d%3D%22m5%2057v6h2v-4h4v-2zm10%200v2h4v4h2v-6zm-10%2010v6h6v-2h-4v-4zm14%200v4h-4v2h6v-6z%22%2F%3E%0A%3Cpath%20d%3D%22m17%2038v2h-8v-2z%22%2F%3E%0A%3Cpath%20d%3D%22m12%209v3h-3v2h3v3h2v-3h3v-2h-3v-3z%22%2F%3E%0A%3Cpath%20d%3D%22m13%20136-6.125%206.125h4.375v7.875h3.5v-7.875h4.375z%22%2F%3E%0A%3Cpath%20d%3D%22m10.428%20173.33v-5.77l5-2.89v5.77zm1-1.73%203-1.73-3.001-1.74z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.pnlm-render-container {
  cursor: inherit;
  position: absolute;
  height: 100%;
  width: 100%;
}
.pnlm-controls {
  margin-top: 4px;
  background-color: #fff;
  border: 1px solid #999;
  border-color: rgba(0,0,0,0.4);
  border-radius: 3px;
  cursor: pointer;
  z-index: 2;
  -webkit-transform: translateZ(9999px);
  transform: translateZ(9999px);
}
.pnlm-control:hover {
  background-color: #f8f8f8;
}
.pnlm-controls-container {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 1;
}
.pnlm-zoom-controls {
  width: 26px;
  height: 52px;
}
.pnlm-zoom-in {
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  border-radius: 3px 3px 0 0;
}
.pnlm-zoom-out {
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  background-position: 0 -26px;
  border-top: 1px solid #ddd;
  border-top-color: rgba(0,0,0,0.1);
  border-radius: 0 0 3px 3px;
}
.pnlm-fullscreen-toggle-button,
.pnlm-orientation-button,
.pnlm-hot-spot-debug-indicator {
  width: 26px;
  height: 26px;
}
.pnlm-hot-spot-debug-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  margin: -13px 0 0 -13px;
  background-color: rgba(255,255,255,0.5);
  border-radius: 13px;
  display: none;
}
.pnlm-orientation-button-inactive {
  background-position: 0 -156px;
}
.pnlm-orientation-button-active {
  background-position: 0 -182px;
}
.pnlm-fullscreen-toggle-button-inactive {
  background-position: 0 -52px;
}
.pnlm-fullscreen-toggle-button-active {
  background-position: 0 -78px;
}
.pnlm-panorama-info {
  position: absolute;
  bottom: 4px;
  background-color: rgba(0,0,0,0.7);
  border-radius: 0 3px 3px 0;
  padding-right: 10px;
  color: #fff;
  text-align: left;
  display: none;
  z-index: 2;
  -webkit-transform: translateZ(9999px);
  transform: translateZ(9999px);
}
.pnlm-title-box {
  position: relative;
  font-size: 20px;
  display: table;
  padding-left: 5px;
  margin-bottom: 3px;
}
.pnlm-author-box {
  position: relative;
  font-size: 12px;
  display: table;
  padding-left: 5px;
}
.pnlm-load-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 150px;
  margin: -75px 0 0 -100px;
  background-color: rgba(0,0,0,0.7);
  border-radius: 3px;
  text-align: center;
  font-size: 20px;
  display: none;
  color: #fff;
}
.pnlm-load-box p {
  margin: 20px 0;
}
.pnlm-lbox {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  display: none;
}
.pnlm-loading {
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-name: pnlm-mv;
  -webkit-animation-name: pnlm-mv;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  height: 10px;
  width: 10px;
  background-color: #fff;
  position: relative;
}
25% {
  left: 10px;
  top: 0;
  left: 10px;
  top: 0;
}
50% {
  left: 10px;
  top: 10px;
  left: 10px;
  top: 10px;
}
75% {
  left: 0;
  top: 10px;
  left: 0;
  top: 10px;
}
to {
  left: 0;
  top: 0;
  left: 0;
  top: 0;
}
.pnlm-load-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 100px;
  margin: -50px 0 0 -100px;
  background-color: rgba(0,0,0,0.7);
  border-radius: 3px;
  text-align: center;
  font-size: 20px;
  display: table;
  color: #fff;
  cursor: pointer;
}
.pnlm-load-button:hover {
  background-color: rgba(0,0,0,0.8);
}
.pnlm-load-button p {
  display: table-cell;
  vertical-align: middle;
}
.pnlm-info-box {
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 150px;
  margin: -75px 0 0 -100px;
  background-color: #000;
  border-radius: 3px;
  display: table;
  text-align: center;
  color: #fff;
  table-layout: fixed;
}
.pnlm-info-box p {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px 0 5px;
}
.pnlm-info-box a,
.pnlm-author-box a {
  color: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.pnlm-error-msg {
  display: none;
}
.pnlm-about-msg {
  font-size: 11px;
  line-height: 11px;
  color: #fff;
  padding: 5px 8px 5px 8px;
  background: rgba(0,0,0,0.7);
  border-radius: 3px;
  position: absolute;
  top: 50px;
  left: 50px;
  display: none;
  opacity: 0;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
}
.pnlm-about-msg a:link,
.pnlm-about-msg a:visited {
  color: #fff;
}
.pnlm-about-msg a:hover,
.pnlm-about-msg a:active {
  color: #eee;
}
.pnlm-hotspot-base {
  position: absolute;
  visibility: hidden;
  cursor: default;
  vertical-align: middle;
  top: 0;
  z-index: 1;
}
.pnlm-hotspot {
  height: 26px;
  width: 26px;
  border-radius: 13px;
}
.pnlm-hotspot:hover {
  background-color: rgba(255,255,255,0.2);
}
.pnlm-hotspot.pnlm-info {
  background-position: 0 -104px;
}
.pnlm-hotspot.pnlm-scene {
  background-position: 0 -130px;
}
div.pnlm-tooltip span {
  visibility: hidden;
  position: absolute;
  border-radius: 3px;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  text-align: center;
  max-width: 200px;
  padding: 5px 10px;
  margin-left: -220px;
  cursor: default;
}
div.pnlm-tooltip:hover span {
  visibility: visible;
}
div.pnlm-tooltip:hover span:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: rgba(0,0,0,0.7) transparent transparent transparent;
  bottom: -20px;
  left: -10px;
  margin: 0 50%;
}
.pnlm-compass {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 4px;
  bottom: 4px;
  border-radius: 25px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2250%22%20width%3D%2250%22%3E%0A%3Cpath%20d%3D%22m24.5078%206-3.2578%2018h7.5l-3.25781-18h-0.984376zm-3.2578%2020%203.2578%2018h0.9844l3.2578-18h-7.5zm1.19531%200.9941h5.10938l-2.5547%2014.1075-2.5547-14.1075z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  cursor: default;
  display: none;
}
.pnlm-world {
  position: absolute;
  left: 50%;
  top: 50%;
}
.pnlm-face {
  position: absolute;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.pnlm-dragfix,
.pnlm-preview-img {
  position: absolute;
  height: 100%;
  width: 100%;
}
.pnlm-preview-img {
  background-size: cover;
  background-position: center;
}
.pnlm-lbar {
  width: 150px;
  margin: 0 auto;
  border: #fff 1px solid;
  height: 6px;
}
.pnlm-lbar-fill {
  background: #fff;
  height: 100%;
  width: 0;
}
.pnlm-lmsg {
  font-size: 12px;
}
.pnlm-fade-img {
  position: absolute;
  top: 0;
  left: 0;
}
.pnlm-pointer {
  cursor: pointer;
}
.glide {
  display: flex;
  align-items: center;
  position: relative;
}
.glide.transition_fade .glide__slides {
  transform: none !important;
  width: auto !important;
  display: block;
}
.glide.transition_fade .glide__slide {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s;
}
.glide.transition_fade .glide__slide:first-child {
  position: relative;
  opacity: 1;
}
.glide.transition_fade .glide__slide:only-child {
  opacity: 1;
}
.glide.transition_fade .glide__slide--active {
  z-index: 1;
  opacity: 1;
}
.glide .glide__track {
  width: 100%;
}
.glide .glide__slides {
  z-index: 1;
}
.glide .glide__arrows {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.glide .glide__arrows.hide,
.glide .glide__arrows .glide__arrow--disabled {
  pointer-events: none;
  opacity: 0.35;
}
.glide .glide__counter {
  font-size: 2.4rem;
  font-family: 'Mercury Display A', 'Mercury Display B', 'Garamond';
  font-style: italic;
  color: #f7f5f2;
  text-align: center;
}
.glide .next,
.glide .previous {
  z-index: 2;
  position: absolute;
  top: 50%;
}
.glide .next .slider_arrow,
.glide .previous .slider_arrow {
  width: 20px;
  height: 41px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  cursor: pointer;
}
.glide .next {
  right: -30px;
}
.glide .next .slider_arrow {
  mask: url("/wp-content/themes/3fo_gutenberg_base/images/arrow_slider.svg") no-repeat center contain;
  mask-size: contain;
  -webkit-mask: url("/wp-content/themes/3fo_gutenberg_base/images/arrow_slider.svg") no-repeat center;
  -webkit-mask-size: contain;
  background-color: #7d6a3c;
}
.glide .previous {
  left: -30px;
}
.glide .previous .slider_arrow {
  mask: url("/wp-content/themes/3fo_gutenberg_base/images/arrow_slider.svg") no-repeat center contain;
  mask-size: contain;
  -webkit-mask: url("/wp-content/themes/3fo_gutenberg_base/images/arrow_slider.svg") no-repeat center;
  -webkit-mask-size: contain;
  background-color: #7d6a3c;
  transform: rotate(-180deg);
}
.preview_block .glide__track {
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .glide .next,
  .glide .previous {
    filter: drop-shadow(0px 2px 3px rgba(0,0,0,0.8));
  }
  .glide .next .slider_arrow,
  .glide .previous .slider_arrow {
    width: 24px;
    height: 44px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
  }
  .glide .next {
    right: -20px;
  }
  .glide .next .slider_arrow {
    mask: url("/wp-content/themes/3fo_gutenberg_base/images/arrow_slider.svg") no-repeat center contain;
    mask-size: contain;
    -webkit-mask: url("/wp-content/themes/3fo_gutenberg_base/images/arrow_slider.svg") no-repeat center;
    -webkit-mask-size: contain;
    background-color: #f7f5f2;
  }
  .glide .previous {
    left: -20px;
  }
  .glide .previous .slider_arrow {
    mask: url("/wp-content/themes/3fo_gutenberg_base/images/arrow_slider.svg") no-repeat center contain;
    mask-size: contain;
    -webkit-mask: url("/wp-content/themes/3fo_gutenberg_base/images/arrow_slider.svg") no-repeat center;
    -webkit-mask-size: contain;
    background-color: #f7f5f2;
    transform: rotate(-180deg);
  }
}
.page-history .glide__slide:first-child:not(.glide__slide--active) {
  opacity: 0;
}
.social_icons a {
  width: 31px;
  height: 31px;
  display: inline-block;
  text-decoration: none;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s;
  box-sizing: border-box;
  background-color: #7d6a3c;
  will-change: background-color;
}
.social_icons a:hover {
  background-color: #003452;
}
.social_icons a ~ a {
  margin-left: 30px;
}
.social_icons .instagram {
  mask: url("/wp-content/themes/3fo_gutenberg_base/images//social/BPP_Instagram-Icon.svg") no-repeat center contain;
  mask-size: contain;
  -webkit-mask: url("/wp-content/themes/3fo_gutenberg_base/images//social/BPP_Instagram-Icon.svg") no-repeat center;
  -webkit-mask-size: contain;
}
.social_icons .twitter {
  mask: url("/wp-content/themes/3fo_gutenberg_base/images//social/BPP_Twitter-Icon.svg") no-repeat center contain;
  mask-size: contain;
  -webkit-mask: url("/wp-content/themes/3fo_gutenberg_base/images//social/BPP_Twitter-Icon.svg") no-repeat center;
  -webkit-mask-size: contain;
}
.social_icons .facebook {
  mask: url("/wp-content/themes/3fo_gutenberg_base/images//social/BPP_FB-Icon.svg") no-repeat center contain;
  mask-size: contain;
  -webkit-mask: url("/wp-content/themes/3fo_gutenberg_base/images//social/BPP_FB-Icon.svg") no-repeat center;
  -webkit-mask-size: contain;
}
.social_icons .pinterest {
  mask: url("/wp-content/themes/3fo_gutenberg_base/images//social/BPP_Pinterest-Icon.svg") no-repeat center contain;
  mask-size: contain;
  -webkit-mask: url("/wp-content/themes/3fo_gutenberg_base/images//social/BPP_Pinterest-Icon.svg") no-repeat center;
  -webkit-mask-size: contain;
}
@media only screen and (max-width: 800px) {
  .social_icons a {
    width: 26px;
    height: 26px;
  }
}
.sticky_header {
  height: 50px;
  line-height: 50px;
}
.sticky_header .sticky_header_inner {
  background-color: #222;
  color: #fff;
}
.sticky_header.attached .sticky_header_inner {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 5;
}

