@charset "UTF-8";
@font-face {
  font-family: "GT Haptik Medium";
  src: url("font/GT-Haptik-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Haptik Medium";
  src: url("font/GT-Haptik-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Haptik Rg Rotalic";
  src: url("font/GT-Haptik-Medium-Rotalic.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Haptik Rg Rotalic";
  src: url("font/GT-Haptik-Medium-Rotalic.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  color: #202020;
  font-family: "GT Haptik Medium", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "GT Haptik Medium", sans-serif;
}

a {
  color: #202020;
  transition: all 1s;
}
a:hover, a:active {
  color: #000;
}

.container {
  max-width: 100%;
  width: 1600px;
  padding: 0 3em;
}
@media (max-width: 992px) {
  .container {
    padding: 0 1em;
  }
}
.container.container_tiny {
  width: 576px;
}
.container.container_small {
  width: 992px;
}
.container.container_medium {
  width: 1200px;
}
.container.container_big {
  width: 1920px;
}

img {
  max-width: 100%;
}

.img_obj, .postheader_jeroboam .postheader_img img,
.postheader_jeroboam .slider_postheader img, .postheader_home .postheader_img img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.img_absolute, .pastrace_jeroboam .img-wrapper img, .gallery_jeroboam .item img, .box_news .innerbox .img img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.css_flex_align_center, .box_jeroboam_info .col_text .innerbox, .box_contact_jeroboam .innerbox, .postheader_jeroboam .container .inner, .postheader_home .container .inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.subtitle_section {
  font-family: "GT Haptik Rg Rotalic", sans-serif;
  line-height: 1.3em;
  margin-bottom: 1em;
}

.static-top {
  padding-right: calc(42.5px + 1em);
}
@media (max-width: 992px) {
  .static-top {
    padding-right: calc(100px + 0.5em);
  }
}
.static-top .select_languages {
  position: absolute;
  top: 0.5em;
  right: 0;
  background-color: #fff;
}
@media (max-width: 992px) {
  .static-top .select_languages {
    right: 52px;
  }
}

#header-2 .navbar-toggler {
  position: absolute;
  top: 0.5em;
  right: 0;
}

.select_languages {
  position: relative;
  margin-left: 1em;
  max-height: 42.5px;
  overflow: hidden;
  padding-top: 42.5px;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 42.5px;
}
@media (max-width: 992px) {
  .select_languages {
    margin-right: 0.5em;
    margin-left: 0;
  }
}
.select_languages span {
  position: absolute;
  top: 0;
  left: 0;
}
.select_languages span,
.select_languages a {
  overflow: hidden;
  border-radius: 50%;
  width: 42.5px;
  border: 2px solid #fff;
  height: 42.5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "GT Haptik Medium", sans-serif !important;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}
.select_languages span img,
.select_languages a img {
  width: auto;
  height: 38.5px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0s;
}
.select_languages a {
  margin: 4px 0;
  transition: all 0.4s;
}
.select_languages a:hover, .select_languages a:active {
  background-color: #202020;
  color: #fff;
}
.select_languages a:hover img, .select_languages a:active img {
  height: 42.5px;
}
.select_languages:hover, .select_languages:active {
  max-height: 1000px;
}

.title_section > * {
  font-weight: 500;
  font-size: 4em;
  line-height: 1em;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .title_section > * {
    font-size: 2.5em;
    margin-bottom: 1.5rem;
  }
}
.title_section.title_small > * {
  font-size: 2em;
}
@media (max-width: 767px) {
  .title_section.title_small > * {
    font-size: 1.5em;
  }
}

.link_section a {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background-color: #202020;
  color: #fff;
  line-height: 1.25em;
  border-radius: 50px;
}
.link_section a:hover {
  text-decoration: none;
  background-color: #f6c563;
  color: #202020;
}
.link_section.link_big a {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .link_section.link_big a {
    font-size: 1.25rem;
  }
}
.link_section.light a {
  background-color: #f6c563;
  color: #202020;
}
.link_section.light a:hover {
  background-color: #202020;
  color: #fff;
}

.img_section img {
  width: 100%;
}

.video_container {
  position: relative;
  padding-top: 56.25%;
}
.video_container iframe,
.video_container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.postheader_home {
  min-height: 560px;
  height: 100vh;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.postheader_home .container {
  position: relative;
  z-index: 5;
  height: 100%;
}
.postheader_home .container .inner {
  justify-content: space-between;
}
.postheader_home a {
  color: #fff;
}
.postheader_home .top {
  padding: 3em 0 1.5em;
}
@media (max-width: 1200px) {
  .postheader_home .top {
    padding-top: 2em;
  }
}
@media (max-width: 992px) {
  .postheader_home .top {
    padding-top: 1em;
    padding-bottom: 0;
  }
}
.postheader_home .top .title {
  margin-bottom: 2em;
}
.postheader_home .top .title .logo_img {
  width: 192px;
}
@media (min-width: 993px) {
  .postheader_home .top .title {
    display: none;
  }
}
.postheader_home .top .intro_postheader {
  font-size: 3em;
  line-height: 1em;
}
@media (max-width: 1600px) {
  .postheader_home .top .intro_postheader {
    font-size: 3vw;
  }
}
@media (max-width: 992px) {
  .postheader_home .top .intro_postheader {
    font-size: 3.2258064516vw;
  }
}
@media (max-width: 767px) {
  .postheader_home .top .intro_postheader {
    font-size: 1.25em;
  }
}
.postheader_home .top .intro_postheader .blank_space {
  color: transparent;
  display: inline-block;
  margin: 0;
}
@media (max-width: 992px) {
  .postheader_home .top .intro_postheader .blank_space {
    display: none;
  }
}
.postheader_home .top .intro_postheader .blank_space a:first-letter {
  color: #fff;
  font-family: "GT Haptik Rg Rotalic", sans-serif;
}
.postheader_home .top .intro_postheader .blank_space:first-letter {
  color: #fff;
  font-family: "GT Haptik Rg Rotalic", sans-serif;
}
.postheader_home .bottom {
  padding: 2em 0;
}
@media (max-width: 767px) {
  .postheader_home .bottom {
    text-align: center;
  }
}
.postheader_home .bottom .footer_postheader > .row {
  align-items: flex-end;
}
.postheader_home .bottom .title_logo {
  margin-bottom: 2em;
}
.postheader_home .bottom .title_logo img {
  width: 100%;
}
@media (max-width: 992px) {
  .postheader_home .bottom .title_logo {
    display: none;
  }
}
.postheader_home .bottom .title {
  padding: 0 0 2em;
  margin-bottom: 2em;
}
.postheader_home .bottom .title h1 {
  font-weight: 500;
  font-size: 25rem;
  line-height: 0.7em;
}
@media (max-width: 1920px) {
  .postheader_home .bottom .title h1 {
    font-size: 20vw;
  }
}
.postheader_home .postheader_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.postheader_home .postheader_img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0));
  opacity: 0.25;
}
@media (max-width: 992px) {
  .postheader_home .postheader_img:before {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .postheader_home .postheader_img:before {
    opacity: 0.5;
  }
}
.postheader_home .postheader_img video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.postheader_jeroboam {
  min-height: 560px;
  height: 100vh;
  position: relative;
  overflow: hidden;
  color: #fff;
}
@media (max-width: 767px) {
  .postheader_jeroboam {
    height: 56.25vw;
  }
}
.postheader_jeroboam .container {
  position: relative;
  z-index: 5;
  height: 100%;
}
.postheader_jeroboam .container .inner {
  justify-content: space-between;
}
.postheader_jeroboam a {
  color: #fff;
}
.postheader_jeroboam .top {
  padding: 3em 0 1.5em;
}
@media (max-width: 1200px) {
  .postheader_jeroboam .top {
    padding-top: 2em;
  }
}
@media (max-width: 992px) {
  .postheader_jeroboam .top {
    padding-top: 0.5em;
  }
}
.postheader_jeroboam .top .logo_title {
  font-size: 3em;
  line-height: 1em;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .postheader_jeroboam .top .logo_title {
    font-size: 2.25em;
  }
}
.postheader_jeroboam .top .logo_title a {
  color: #fff;
}
.postheader_jeroboam .bottom {
  padding: 2em 0;
  /*
  @media (max-width: $mob-res) {
    text-align: center;
  }

  */
}
.postheader_jeroboam .bottom .box_icon {
  margin-bottom: 3em;
}
@media (max-width: 1600px) {
  .postheader_jeroboam .bottom .box_icon {
    margin-bottom: 2em;
  }
}
@media (max-width: 1200px) {
  .postheader_jeroboam .bottom .box_icon {
    margin-bottom: 1em;
  }
}
@media (max-width: 767px) {
  .postheader_jeroboam .bottom .box_icon {
    display: none;
  }
}
.postheader_jeroboam .bottom .box_icon img {
  height: 9rem;
  width: auto;
}
@media (max-width: 1600px) {
  .postheader_jeroboam .bottom .box_icon img {
    height: 7rem;
  }
}
@media (max-width: 1200px) {
  .postheader_jeroboam .bottom .box_icon img {
    height: 5rem;
  }
}
.postheader_jeroboam .bottom .title {
  padding: 1em 0 2em;
}
.postheader_jeroboam .bottom .title h1 {
  font-weight: 500;
  font-size: 8rem;
  line-height: 1em;
}
@media (max-width: 1600px) {
  .postheader_jeroboam .bottom .title h1 {
    font-size: 6.5rem;
  }
}
@media (max-width: 1200px) {
  .postheader_jeroboam .bottom .title h1 {
    font-size: 5.5rem;
  }
}
@media (max-width: 992px) {
  .postheader_jeroboam .bottom .title h1 {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .postheader_jeroboam .bottom .title h1 {
    font-size: 2.25rem;
  }
}
.postheader_jeroboam .bottom .title h1 > span {
  display: block;
}
.postheader_jeroboam .bottom .title h1 .arrow_icon {
  display: inline-block;
  width: 5rem;
}
@media (max-width: 1200px) {
  .postheader_jeroboam .bottom .title h1 .arrow_icon {
    width: 3.5rem;
  }
}
@media (max-width: 767px) {
  .postheader_jeroboam .bottom .title h1 .arrow_icon {
    width: 2rem;
  }
}
.postheader_jeroboam .bottom .title h1 .arrow_icon svg {
  width: 100%;
}
.postheader_jeroboam .bottom .title h1 .arrow_icon svg path {
  fill: #fff;
}
.postheader_jeroboam .bottom .footer_postheader .row {
  align-items: center;
}
.postheader_jeroboam .bottom .link_section {
  text-align: right;
}
@media (max-width: 767px) {
  .postheader_jeroboam .bottom .link_section {
    margin-top: 1em;
    text-align: center;
  }
}
.postheader_jeroboam .postheader_img,
.postheader_jeroboam .slider_postheader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.postheader_jeroboam .postheader_img:before,
.postheader_jeroboam .slider_postheader:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0));
  opacity: 0.3;
}
@media (max-width: 767px) {
  .postheader_jeroboam .postheader_img:before,
  .postheader_jeroboam .slider_postheader:before {
    opacity: 0.5;
    height: 60%;
  }
}
.postheader_jeroboam .postheader_img:after,
.postheader_jeroboam .slider_postheader:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000);
  opacity: 0.5;
}
@media (max-width: 767px) {
  .postheader_jeroboam .postheader_img:after,
  .postheader_jeroboam .slider_postheader:after {
    opacity: 0.75;
    height: 60%;
  }
}
.postheader_jeroboam .owl-stage {
  display: flex;
}
.postheader_jeroboam .owl-item,
.postheader_jeroboam .item,
.postheader_jeroboam .owl-stage,
.postheader_jeroboam .owl-stage-outer {
  height: 100%;
}
.postheader_jeroboam .owl-nav.disabled,
.postheader_jeroboam .owl-dots.disabled {
  display: none;
}

.footer_postheader .list > div {
  margin-top: 0.5em;
  display: flex;
  align-items: center;
  /*
  @media (max-width: $mob-res) {
    justify-content: center;
  }
  */
}
.footer_postheader .list .icon_number {
  width: 16px;
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 0.25em;
}
.footer_postheader .list .icon_number svg {
  width: 100%;
}
.footer_postheader .list .icon_number svg path {
  fill: #fff;
}
.footer_postheader .list .arrow_icon {
  width: 16px;
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 0.25em;
}
.footer_postheader .list .arrow_icon svg {
  width: 100%;
}
.footer_postheader .list .arrow_icon svg path {
  fill: #fff;
}

.postheader_simple {
  padding: 3em 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .postheader_simple {
    padding: 0.5em 0 2em;
  }
}
.postheader_simple .top {
  padding-bottom: 5em;
}
@media (max-width: 992px) {
  .postheader_simple .top {
    padding-bottom: 2.5em;
  }
}
@media (max-width: 992px) {
  .postheader_simple .logo_img {
    margin-top: 0.25em;
  }
}
@media (max-width: 767px) {
  .postheader_simple .logo_img {
    width: 192px;
  }
}
.postheader_simple .logo_title {
  font-size: 3em;
  line-height: 1em;
}
@media (max-width: 767px) {
  .postheader_simple .logo_title {
    font-size: 2.25em;
  }
}
.postheader_simple .logo_title a {
  color: #202020;
}
.bg_3 {
  background-color: #f9f6ee;
}

.bg_4 {
  background-color: #f6c563;
}

.icon {
  display: inline-block;
}
.icon svg {
  width: 100%;
}

.register_stripe {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.5em;
  line-height: 1em;
  padding: 1.125rem;
  background-color: #f6c563;
}
.register_stripe.infinite {
  white-space: nowrap;
  display: flex;
}

p {
  font-family: "GT Haptik Medium", sans-serif;
  line-height: 1.5em;
}

.text_section a {
  color: #202020;
}
.text_section a:hover {
  text-decoration: underline;
}
.text_section p {
  margin-bottom: 1em;
}
.text_section.text_big p {
  font-size: 1.5em;
}
@media (max-width: 767px) {
  .text_section.text_big p {
    font-size: 1.25em;
  }
}
.text_section.text_bigger p {
  font-size: 2em;
}
@media (max-width: 767px) {
  .text_section.text_bigger p {
    font-size: 1.5em;
  }
}

.big_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.site_section {
  padding: 3em 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .site_section {
    padding: 1.5em 0;
  }
}
.site_section.section_next_event_home {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .site_section.section_next_event_home {
    text-align: center;
  }
}
.site_section.section_next_event_home .register_stripe {
  position: absolute;
  z-index: 8;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-15deg);
}
.site_section.section_next_event_home .register_stripe span:after {
  content: "•";
  margin: 0 0.5em;
}
.site_section.section_next_event_home .row > div .innerbox {
  padding: 1em 0;
}
@media (max-width: 1200px) {
  .site_section.section_next_event_home .row > div .innerbox {
    max-width: 100%;
    margin: 0 auto;
    width: 600px;
  }
}
.site_section.section_next_event_home .row .col_middle .innerbox {
  padding: 1em 0.5em;
}
.site_section.section_next_event_home .row .col_right {
  align-self: flex-end;
}
@media (min-width: 1200px) {
  .site_section.section_next_event_home .row .col_right .innerbox {
    padding-left: 5em;
  }
}
.site_section.section_jeroboam_home {
  padding-top: 5em;
}
@media (max-width: 767px) {
  .site_section.section_jeroboam_home {
    padding-top: 2.5em;
  }
}
.site_section.section_jeroboam_home .text_section {
  margin-bottom: 4em;
}
@media (max-width: 767px) {
  .site_section.section_jeroboam_home .text_section {
    margin-bottom: 2em;
  }
}
.site_section.section_info_home {
  padding-top: 6em;
}
@media (max-width: 767px) {
  .site_section.section_info_home {
    padding-top: 3em;
  }
}
.site_section.section_info_home .informations {
  padding-top: 2em;
}
.site_section.section_info_home .informations .accordion {
  margin-bottom: 3em;
}
@media (max-width: 767px) {
  .site_section.section_info_home .informations .accordion {
    margin-bottom: 2em;
  }
}
.site_section.section_news_home {
  padding: 4em 0;
}
@media (max-width: 767px) {
  .site_section.section_news_home {
    padding: 2em 0;
  }
}
@media (max-width: 767px) {
  .site_section.section_contact_1 .col_right {
    padding-top: 2em;
  }
}
.box_jeroboam {
  margin: 0 0 2em;
}
.box_jeroboam:nth-of-type(1) .innerbox, .box_jeroboam:nth-of-type(4n + 1) .innerbox {
  background-color: #e0807a;
}
.box_jeroboam:nth-of-type(2) .innerbox, .box_jeroboam:nth-of-type(4n + 2) .innerbox {
  background-color: #b5c4af;
}
.box_jeroboam:nth-of-type(3) .innerbox, .box_jeroboam:nth-of-type(4n + 3) .innerbox {
  background-color: #9ab0cf;
}
.box_jeroboam:nth-of-type(4) .innerbox, .box_jeroboam:nth-of-type(4n + 4) .innerbox {
  background-color: #d3ad8f;
}
.box_jeroboam .innerbox {
  padding: 2em;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  width: 540px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .box_jeroboam .innerbox {
    padding: 1em;
    text-align: center;
  }
}
.box_jeroboam .innerbox .img {
  position: relative;
  margin-bottom: 5em;
}
@media (max-width: 992px) {
  .box_jeroboam .innerbox .img {
    margin-bottom: 3em;
  }
}
.box_jeroboam .innerbox .img .register_stripe {
  position: absolute;
  bottom: 0;
  left: -2em;
  padding: 1.125rem 2rem;
  transform: rotate(-15deg);
}
.box_jeroboam .innerbox .img .icon {
  position: absolute;
  right: 2em;
  bottom: 0;
  transform: translate(0, 50%);
  width: auto;
  height: 130px;
}
@media (max-width: 992px) {
  .box_jeroboam .innerbox .img .icon {
    right: 1em;
    height: 72px;
  }
}
.box_jeroboam .innerbox .title,
.box_jeroboam .innerbox .country {
  font-size: 2.5em;
  line-height: 1em;
}
@media (max-width: 767px) {
  .box_jeroboam .innerbox .title,
  .box_jeroboam .innerbox .country {
    font-size: 1.75em;
  }
}
.box_jeroboam .innerbox .info {
  margin-top: 2em;
  align-items: center;
}
.box_jeroboam .innerbox .info .dates .arrow_icon {
  width: 16px;
  display: inline-block;
  top: -1px;
  position: relative;
}
.box_jeroboam .innerbox .info .dates .arrow_icon svg {
  width: 100%;
}
.box_jeroboam .innerbox .info .link {
  text-align: right;
}
@media (max-width: 992px) {
  .box_jeroboam .innerbox .info .link {
    text-align: center;
    padding-top: 1em;
  }
}
.box_jeroboam .innerbox .info .link .coming_soon span {
  display: inline-block;
  padding: calc(0.5em - 1px) 1.5em;
  color: #202020;
  line-height: 1.25em;
  border-radius: 50px;
  border: 1px solid #202020;
}

.page-template-page-contact .box_jeroboam .innerbox {
  height: 100%;
}

.box_news {
  margin-bottom: 30px;
}
.box_news .innerbox {
  padding: 1.5em;
  background-color: #f9f6ee;
  position: relative;
}
.box_news .innerbox .img {
  padding-top: 60%;
  position: relative;
  margin-bottom: 2em;
}
.box_news .innerbox .date {
  font-size: 0.75em;
  margin-bottom: 1rem;
}
.box_news .innerbox .title a {
  color: #202020;
  font-size: 1.5em;
  margin-bottom: 1em;
}
.box_news .innerbox .link {
  padding: 2em 0 0;
}
.box_news .innerbox .link .arrow_icon {
  width: 16px;
  display: inline-block;
  top: -1px;
  position: relative;
}
.box_news .innerbox .link .arrow_icon svg {
  width: 100%;
}
.box_news .innerbox .link a {
  color: #202020;
}

.box_contact_jeroboam {
  margin: 0 0 2em;
  /*
  &:nth-of-type(1),
  &:nth-of-type(4n + 1) {
    .innerbox {
      background-color: $col_5;
    }
  }

  &:nth-of-type(2),
  &:nth-of-type(4n + 2) {
    .innerbox {
      background-color: $col_6;
    }
  }

  &:nth-of-type(3),
  &:nth-of-type(4n + 3) {
    .innerbox {
      background-color: $col_7;
    }
  }

  &:nth-of-type(4),
  &:nth-of-type(4n + 4) {
    .innerbox {
      background-color: $col_8;
    }
  }
  */
}
.box_contact_jeroboam[class*="bg-#b5c4af"] .innerbox {
  background-color: #b5c4af;
}
.box_contact_jeroboam[class*="bg-#d3ad8f"] .innerbox {
  background-color: #d3ad8f;
}
.box_contact_jeroboam[class*="bg-#9ab0cf"] .innerbox {
  background-color: #9ab0cf;
}
.box_contact_jeroboam[class*="bg-#e0807a"] .innerbox {
  background-color: #e0807a;
}
.box_contact_jeroboam .innerbox {
  padding: 2em;
  min-height: 480px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .box_contact_jeroboam .innerbox {
    min-height: 360px;
    padding: 1em;
  }
}

.partners {
  text-align: center;
}
.partners img {
  margin: 0 auto 2em;
}
.partners .title_sponsor {
  font-size: 2em;
  margin-bottom: 2em;
}
.partners .main_sponsor ul,
.partners .other_sponsor ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.partners .main_sponsor ul li,
.partners .other_sponsor ul li {
  padding: 0 3em;
  max-width: 50%;
}

.accordion .accordion-item {
  border-bottom: 1px solid #202020;
}
.accordion .accordion-item h3 {
  font-size: 2em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .accordion .accordion-item h3 {
    font-size: 1.5em;
  }
}
.accordion .accordion-item h3 button {
  text-align: left;
  background-color: transparent;
  width: 100%;
  border: none;
  padding: 0.5rem 0;
  padding-right: 2rem;
  position: relative;
  color: inherit;
}
.accordion .accordion-item h3 button .arrow_icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%) rotate(90deg);
  width: 30px;
}
.accordion .accordion-item h3 button .arrow_icon svg {
  width: 100%;
}
.accordion .accordion-item .accordion-body {
  padding: 2em 0;
}
@media (max-width: 767px) {
  .accordion .accordion-item .accordion-body {
    padding: 1.25em 0;
  }
}
.accordion .accordion-item .accordion-body .box_icona {
  padding: 1em;
}
@media (max-width: 767px) {
  .accordion .accordion-item .accordion-body .box_icona {
    display: none;
  }
}
.accordion .accordion-item .accordion-body .box_icona .icon {
  position: relative;
  display: inline-block;
}
.accordion .accordion-item .accordion-body .box_icona .icon svg,
.accordion .accordion-item .accordion-body .box_icona .icon img {
  position: relative;
  z-index: 4;
  width: auto;
  height: 72px;
}
.box_jeroboam_info {
  padding-bottom: 3em;
  margin-bottom: 3em;
  border-bottom: 1px solid #202020;
}
.box_jeroboam_info .col_text .innerbox {
  justify-content: space-between;
}
.box_jeroboam_info .col_text .innerbox .top .row {
  align-items: flex-end;
}
.box_jeroboam_info .col_text .innerbox .bottom {
  padding-top: 3em;
}
@media (max-width: 992px) {
  .box_jeroboam_info .col_text .innerbox .bottom {
    padding-top: 0;
  }
}
.box_jeroboam_info .col_text .innerbox .distance {
  font-size: 8em;
}
@media (max-width: 1600px) {
  .box_jeroboam_info .col_text .innerbox .distance {
    font-size: 6em;
  }
}
@media (max-width: 992px) {
  .box_jeroboam_info .col_text .innerbox .distance {
    margin-bottom: 1.5rem;
    font-size: 4em;
  }
}
.box_jeroboam_info .col_text .innerbox .table {
  margin-bottom: 3.75em;
}
.box_jeroboam_info .col_text .innerbox .table th,
.box_jeroboam_info .col_text .innerbox .table td {
  padding: 0.5rem !important;
  border-color: #202020 !important;
}
.box_jeroboam_info .col_text .innerbox .table thead th {
  font-weight: 500;
  border-bottom: none !important;
}
.box_jeroboam_info .col_text .innerbox .table .arrow_icon {
  display: inline-block;
  position: relative;
  width: 16px;
  margin-right: 0.25em;
}
.box_jeroboam_info .col_text .innerbox .table .arrow_icon svg {
  width: 100%;
  height: auto;
  transform: rotate(-45deg);
}
.box_jeroboam_info .col_text .innerbox .dates {
  margin-bottom: 2rem;
  font-size: 2em;
}
.box_jeroboam_info .col_text .innerbox .dates .arrow_icon {
  width: 16px;
  display: inline-block;
  top: -1px;
  position: relative;
}
.box_jeroboam_info .col_text .innerbox .dates .arrow_icon svg {
  width: 100%;
}
.box_jeroboam_info .col_img .innerbox {
  padding-left: 20%;
  position: relative;
}
@media (max-width: 992px) {
  .box_jeroboam_info .col_img .innerbox {
    padding: 2em 0 0;
  }
}
.box_jeroboam_info .col_img .innerbox .img {
  text-align: center;
}
.box_jeroboam_info .col_img .innerbox .img img {
  margin: 0 auto;
}
.box_jeroboam_info .col_img .innerbox .box_icona {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -100%) rotate(15deg);
}
@media (max-width: 992px) {
  .box_jeroboam_info .col_img .innerbox .box_icona {
    display: none;
  }
}
.box_jeroboam_info .col_img .innerbox .box_icona:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 66%;
  height: 100%;
  transform: translate(-50%, 0);
  z-index: 2;
}
.box_jeroboam_info .col_img .innerbox .box_icona:after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 66%;
  height: 100%;
  transform: translate(-50%, 0);
  background-color: #fff;
}
.box_jeroboam_info .col_img .innerbox .box_icona .icon {
  position: relative;
  z-index: 3;
  font-size: 0.8333333333vw;
  height: 13em;
  width: auto;
}
.box_jeroboam_info .col_img .innerbox .box_icona.percentage_75:before {
  opacity: 0.75;
}
.box_jeroboam_info .col_img .innerbox .box_icona.percentage_50:before {
  opacity: 0.5;
}
.box_jeroboam_info .col_img .innerbox .box_icona.percentage_25:before {
  opacity: 0.25;
}
@media (min-width: 1200px) {
  .box_jeroboam_info:nth-of-type(2n) .col_text {
    order: 2;
  }
  .box_jeroboam_info:nth-of-type(2n) .col_img .innerbox {
    padding: 0 20% 0 0;
  }
  .box_jeroboam_info:nth-of-type(2n) .col_img .innerbox .box_icona {
    left: auto;
    right: 20%;
    transform: translate(50%, -100%) rotate(15deg);
  }
}

.single-races #header-2 .header-menu .navbar-toggler path,
.home #header-2 .header-menu .navbar-toggler path {
  fill: #fff;
}

.admin-bar #header-2 .header-menu {
  top: 32px;
}

#header-2 {
  position: static;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
#header-2 .sidenav {
  background-color: #f6c563;
}
#header-2 .sidenav .static-top {
  padding-right: 0.5rem;
}
#header-2 .sidenav .navbar-brand {
  color: #202020;
  font-size: 1.5em;
  position: absolute;
  left: 0.5rem;
  top: 0.125em;
}
#header-2 .sidenav .navbar-brand .logo-header {
  max-width: 170px;
}
#header-2 .sidenav .navbar-brand .first {
  font-family: "GT Haptik Rg Rotalic", sans-serif;
}
#header-2 .sidenav .nav-mobile#primary-menu li a {
  color: #202020 !important;
  font-family: "GT Haptik Medium", sans-serif !important;
}
#header-2 .sidenav .nav-mobile#primary-menu li a:before {
  background-color: #202020 !important;
  display: none;
}
#header-2 .sidenav .nav-mobile#primary-menu li a:hover {
  color: #202020 !important;
}
#header-2 .sidenav .nav-mobile#primary-menu li a:hover:before {
  background-color: #202020 !important;
  display: none;
}
#header-2 .navbar-toggler {
  color: #202020;
}
#header-2 .navbar-toggler a {
  color: #202020;
}
#header-2 .header-menu {
  position: absolute;
  top: 0;
  right: 3em;
  padding-top: 3em;
  z-index: 21;
  background-color: transparent;
  box-shadow: 0 0 0 transparent !important;
}
@media (max-width: 1200px) {
  #header-2 .header-menu {
    padding-top: 2em;
  }
}
@media (max-width: 992px) {
  #header-2 .header-menu {
    padding-top: 0;
    right: 0;
  }
}
@media (min-width: 1920px) {
  #header-2 .header-menu {
    right: calc((100% - 1920px) / 2 + 3em);
  }
}
#header-2 .sticky-fix {
  background-color: #f9f6ee;
  z-index: 20;
}
#header-2 .sticky-fix .navbar-brand {
  color: #202020;
  font-size: 1.5em;
}
#header-2 .sticky-fix .navbar-brand .logo-header {
  max-width: 170px;
}
#header-2 .sticky-fix .navbar-brand .first {
  font-family: "GT Haptik Rg Rotalic", sans-serif;
}
#header-2 .header-menu #navbarResponsive li,
#header-2 .sticky-fix #navbarResponsive li {
  margin-left: 1em;
}
#header-2 .header-menu #navbarResponsive .current-menu-item a,
#header-2 .sticky-fix #navbarResponsive .current-menu-item a {
  background-color: #202020;
  color: #fff;
}
#header-2 .header-menu #navbarResponsive .current-menu-item a:visited, #header-2 .header-menu #navbarResponsive .current-menu-item a:focus,
#header-2 .sticky-fix #navbarResponsive .current-menu-item a:visited,
#header-2 .sticky-fix #navbarResponsive .current-menu-item a:focus {
  color: #fff;
}
#header-2 .header-menu #navbarResponsive .link_races a,
#header-2 .sticky-fix #navbarResponsive .link_races a {
  background-color: #fff;
  color: #202020;
}
#header-2 .header-menu #navbarResponsive .link_races a:visited, #header-2 .header-menu #navbarResponsive .link_races a:focus,
#header-2 .sticky-fix #navbarResponsive .link_races a:visited,
#header-2 .sticky-fix #navbarResponsive .link_races a:focus {
  color: #202020;
}
#header-2 .header-menu #navbarResponsive a,
#header-2 .sticky-fix #navbarResponsive a {
  display: block;
  border-radius: 50px;
  padding: 0.5em 1em;
  background-color: #fff;
  color: #202020;
  font-family: "GT Haptik Medium", sans-serif;
  text-transform: none;
}
#header-2 .header-menu #navbarResponsive a:before,
#header-2 .sticky-fix #navbarResponsive a:before {
  display: none;
}
#header-2 .header-menu #navbarResponsive a:visited, #header-2 .header-menu #navbarResponsive a:focus,
#header-2 .sticky-fix #navbarResponsive a:visited,
#header-2 .sticky-fix #navbarResponsive a:focus {
  color: #202020;
}
#header-2 .header-menu #navbarResponsive a:hover, #header-2 .header-menu #navbarResponsive a:hover:visited,
#header-2 .sticky-fix #navbarResponsive a:hover,
#header-2 .sticky-fix #navbarResponsive a:hover:visited {
  background-color: #202020;
  color: #fff;
}

#footer {
  background-color: #f6c563;
  overflow: hidden;
}
#footer .logo-footer {
  max-width: 30em;
}
#footer .topfooter {
  padding: 3em 0 0;
}
@media (max-width: 767px) {
  #footer .topfooter {
    padding-top: 2em;
  }
}
#footer .topfooter .row > div .innerbox .title_footer {
  font-size: 7em;
  line-height: 1em;
}
@media (max-width: 1600px) {
  #footer .topfooter .row > div .innerbox .title_footer {
    font-size: 5em;
  }
}
@media (max-width: 992px) {
  #footer .topfooter .row > div .innerbox .title_footer {
    font-size: 4em;
  }
}
@media (max-width: 767px) {
  #footer .topfooter .row > div .innerbox .title_footer {
    font-size: 3em;
    text-align: center;
  }
}
#footer .topfooter .row .col_right {
  align-self: flex-end;
}
@media (max-width: 767px) {
  #footer .topfooter .row .col_right .subtitle,
  #footer .topfooter .row .col_right .title_small {
    text-align: center;
  }
}
#footer .topfooter .row .col_right .innerbox {
  padding-top: 2em;
}
#footer .bottomfooter {
  padding-top: 2em;
  font-size: 0.875em;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  #footer .bottomfooter {
    text-align: center;
    padding: 0 0 1em;
  }
}
#footer .bottomfooter a {
  color: #202020;
}
#footer .bottomfooter a:hover {
  color: #000;
}
#footer .bottomfooter ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .bottomfooter p {
  line-height: 1.5em;
}
#footer .bottomfooter .title_social {
  text-transform: uppercase;
}
#footer .bottomfooter .social_links ul li {
  display: inline-block;
  margin-right: 1em;
}
#footer .bottomfooter .social_links ul li a {
  text-transform: uppercase;
  text-decoration: underline;
}
@media (max-width: 767px) {
  #footer .bottomfooter .social_links ul li:last-of-type {
    margin-right: 0;
  }
}
#footer .bottomfooter .row .innerbox {
  padding-top: 1em;
}
#footer .form_newsletter {
  position: relative;
  margin: 1em 0 1.5em;
}
#footer .form_newsletter br {
  display: none;
}
#footer .form_newsletter p {
  display: flex;
  background-color: #fff;
  border-radius: 50px;
  padding: 0.75em;
  padding-left: 1.5em;
  justify-content: space-between;
  margin: 0;
}
#footer .form_newsletter .wpcf7-form-control-wrap {
  display: inline-block;
  width: calc(100% - 120px);
}
#footer .form_newsletter input[type=email] {
  width: 100%;
}
#footer .form_newsletter input {
  border: none;
  height: 36px;
}
#footer .form_newsletter input:focus {
  outline: none;
}
#footer .form_newsletter input[type=submit] {
  border-radius: 50px;
  background-color: #202020;
  color: #fff;
  padding: 0.5em 1.5em;
  line-height: 1.25em;
}
#footer .form_newsletter input[type=submit]:disabled {
  opacity: 0.5;
}
#footer .form_newsletter .wpcf7-not-valid-tip {
  position: absolute;
  bottom: 0;
  font-size: 0.7em;
  font-weight: 400;
  transform: translate(0, 150%);
}
#footer .form_newsletter .wpcf7-spinner {
  margin: 0;
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translate(0, -50%);
}
#footer .trattamento_newsletter {
  font-size: 0.7em;
  font-weight: 400;
}

.filter_jeroboams {
  margin-top: 2em;
  display: flex;
  padding: 0.5em;
  border-radius: 50px;
  border: 1px solid #202020;
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
}
.filter_jeroboams .label_country {
  font-family: system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1em;
  padding: 0.5em 1em;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
  margin: 0;
  cursor: pointer;
}
.filter_jeroboams .label_country:focus-within {
  color: var(--form-control-color);
}
.filter_jeroboams input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: var(--form-background);
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
.filter_jeroboams input[type=radio]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  background-color: CanvasText;
}
.filter_jeroboams input[type=radio]:checked::before {
  transform: scale(1);
}

.filter_status {
  margin-top: 2em;
  display: flex;
  padding: 0.5em;
  border-radius: 50px;
  border: 1px solid #202020;
  flex-wrap: wrap;
}
.filter_status .label_status {
  font-family: system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1em;
  padding: 0.5em 1em;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
  margin: 0;
  cursor: pointer;
}
.filter_status .label_status:focus-within {
  color: var(--form-control-color);
}
.filter_status input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: var(--form-background);
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
.filter_status input[type=radio]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  background-color: CanvasText;
}
.filter_status input[type=radio]:checked::before {
  transform: scale(1);
}

.form_contatti {
  margin-top: 2em;
}
.form_contatti > .row > div {
  margin-bottom: 1.5em;
}
.form_contatti > .row > div .wpcf7-not-valid-tip {
  padding: 0.25em 1.5em 0;
  font-size: 0.75em;
}
.form_contatti > .row > div p {
  margin: 0;
}
.form_contatti > .row > div input,
.form_contatti > .row > div textarea {
  height: 4em;
  border-radius: 40px;
  padding: 0 1.5em;
  background-color: #f6c563;
  border: none;
  width: 100%;
}
.form_contatti > .row > div textarea {
  height: 10em;
  padding: 1.5em;
}
.form_contatti .footer_form .trattamento_privacy {
  font-weight: 400;
  font-size: 0.875em;
}
.form_contatti .footer_form .invia {
  position: relative;
  text-align: right;
}
.form_contatti .footer_form .invia input {
  display: inline-block;
  padding: 0.5em 1.5em;
  background-color: #202020;
  color: #fff;
  line-height: 1.25em;
  border-radius: 50px;
  border: none;
}
.form_contatti .footer_form .invia input:hover {
  text-decoration: none;
  background-color: #f6c563;
  color: #202020;
}
.form_contatti .footer_form .invia .wpcf7-spinner {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(0, 125%);
}

.marquee {
  display: flex;
}
.marquee > div {
  white-space: nowrap;
}

.banner_marquee {
  display: flex;
  /*
      padding-left: 100%;
      padding-right: 100%;
  */
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: scroll;
  animation-duration: 50s;
}

@keyframes scroll {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scroll-start {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scroll-second {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
.gallery_jeroboam .item {
  display: block;
  position: relative;
  padding-top: 66%;
}
.gallery_jeroboam .owl-dots {
  text-align: center;
  padding-top: 1em;
}
.gallery_jeroboam .owl-dots .owl-dot span {
  width: 0.75em;
  height: 0.75em;
  display: inline-block;
  margin: 0 0.25em;
  border-radius: 50%;
  background-color: #202020;
}
.gallery_jeroboam .owl-dots .owl-dot.active span {
  background-color: #f6c563;
}

.pastrace_jeroboam .item {
  padding: 20px 30px;
}
.pastrace_jeroboam .img-wrapper {
  display: block;
  position: relative;
  padding-top: 60%;
}
.pastrace_jeroboam .owl-dots {
  text-align: center;
  padding-top: 1em;
}
.pastrace_jeroboam .owl-dots .owl-dot span {
  width: 0.75em;
  height: 0.75em;
  display: inline-block;
  margin: 0 0.25em;
  border-radius: 50%;
  background-color: #202020;
}
.pastrace_jeroboam .owl-dots .owl-dot.active span {
  background-color: #f6c563;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer > ul {
  text-align: left;
}

/*  19 * A_SETTINGS loader
    Note: impostazioni per modificare il loader
    Note: effetto al caricamento della pagina composto da logo sezioni e loader
    Note: L'evento che fa avviare è la classe 'loaded' posizionato nel body
*/
#main-content {
  filter: blur(13px);
  -webkit-filter: blur(13px);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #main-content {
  filter: unset;
  -webkit-filter: unset;
}

header {
  filter: blur(13px);
  -webkit-filter: blur(13px);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded header {
  filter: unset;
  -webkit-filter: unset;
}

.preload {
  width: 100px;
  height: 100px;
  position: fixed;
  top: 50%;
  left: 50%;
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 80;
}

/* loader mediu*/
#loader {
  display: none;
}

/* loader log*/
.logo-loader {
  transition: all 0.3s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 82;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
  width: 250px;
  height: auto;
}

/* loader section*/
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f6c563;
  z-index: 80;
  transform: translateY(0);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* loader sections direction*/
#loader-wrapper .loader-section.section-layer {
  left: 0;
  opacity: 1;
}

/* loader loaded effect exi*/
.loaded #loader-wrapper .loader-section.section-layer {
  transform: translateY(-100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper {
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s 1s ease-in-out;
}

.loaded .loader-background {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  width: 0px;
}

.loader-background {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  width: 100%;
  max-width: 1140px;
  height: 100vh;
  background: #f6c563;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 82;
}

.loaded .section-header {
  opacity: 1;
  transition: all 0.7s 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.section-header {
  opacity: 0;
  margin-top: unset;
}

.wp-block-themeisle-blocks-advanced-columns-overlay {
  background-color: #f6c563;
}

.innerblocks-wrap h1,
.innerblocks-wrap p {
  font-family: "GT Haptik Medium", sans-serif !important;
}

.h2.h2-nor {
  font-family: "GT Haptik Medium", sans-serif;
}

.pastrace_jeroboam .owl-stage-outer {
  overflow: visible;
}
.pastrace_jeroboam .owl-nav {
  position: relative;
}
.pastrace_jeroboam .owl-nav button {
  position: absolute;
  left: 50vw;
  top: 50%;
  transform: translateY(-50%);
}
.pastrace_jeroboam .owl-nav button span {
  font-size: 2rem;
}
.pastrace_jeroboam .owl-nav button.owl-prev {
  transform: translateX(-100%);
}
.pastrace_jeroboam .owl-nav button.owl-next {
  transform: translateX(100%);
}
.pastrace_jeroboam .owl-nav button.disabled {
  opacity: 0.2;
}

.gallery_section {
  position: relative;
  min-height: 33vh;
  max-height: 400px;
}
.gallery_section button {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background-color: #f6c563;
  color: #202020;
  line-height: 1.25em;
  border-radius: 50px;
  outline: none;
  border: none;
  position: absolute;
  left: 50%;
  top: 50%;
  text-transform: capitalize;
  transform: translate(-50%, -50%);
}
.gallery_section button:hover {
  text-decoration: none;
  background-color: #202020;
  color: #fff;
}
.gallery_section .gallery_section_img img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 70%;
     object-position: 50% 70%;
}

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

.section_jeroboam_gallery {
  padding-bottom: 3em;
}

.page-id-1472 .postheader_simple .subtitle_section,
.page-id-1451 .postheader_simple .subtitle_section {
  display: none;
}
.page-id-1472 .site_section,
.page-id-1451 .site_section {
  padding-top: 5em;
  padding-bottom: 8em;
}

.link-card {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgb(184, 196, 177);
  padding: 30px 15px;
  height: 100%;
}
.link-card .subtitle_section {
  margin-bottom: 3rem;
}
.link-card .title_section {
  margin-bottom: 2rem;
}
.link-card .text_section {
  margin-bottom: 4rem;
}
.link-card .link_section {
  text-align: center;
}

.site_section.section_contact_1 {
  padding-top: 0;
}/*# sourceMappingURL=style-child.css.map */