/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

:root {
  --wpforms-button-background-color: #cfb580 !important;
  --wpforms-field-border-color: #cfb580 !important;
}
html {
  scroll-behavior: smooth;
}
body:not(.elementor-editor-active) .elementor-menu-anchor {
  position: relative;
}
body:not(.elementor-editor-active) .elementor-menu-anchor:before {
  content: "";
  display: block;
  height: 105px;
  /* fixed header height*/
  margin: -105px 0 0;
  /* negative fixed header height */
  visibility: hidden;
  pointer-events: none;
}

.elementor-element:target {
  scroll-padding-top: 105px;
  scroll-margin-top: 105px;
}
body:not(.home) {
  padding-top: 5rem;
}
.elementor-element,
.elementor-lightbox {
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-horizontal-gap: 0;
}
::selection {
  background-color: #1b1b1b;
  color: #fff;
}
body {
  overflow-x: hidden;
}
.white,
.white path {
  color: #fff;
}
p + p {
  margin-top: 0.5rem;
}

/* Fixed nav */
body.fixed-nav-on #main_header .linea_menu_trigger span {
  background-color: #000;
}
body.fixed-nav-on #main_header .hndsm_lang_switcher a {
  color: #000;
}
#main_header {
  backdrop-filter: blur(3px);
  height: 85px !important;
  transition: all 0.3s ease !important;
}
body.fixed-nav-on #main_header {
  height: 65px !important;
}
#main_header .menu-item a:hover {
  color: rgba(0, 0, 0, 0.5) !important;
}
#main_header .menu-item:after {
  background: none repeat scroll 0 0 transparent;
  bottom: -7px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: var(--e-global-color-accent);
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
#main_header .menu-item:hover:after {
  width: 100%;
  left: 0;
}

#main_header .elementor-widget-site-logo .elementor-widget-container {
  margin: 0rem 0rem -6rem 0rem;
  height: 113px;
  width: 8rem;
  transition: all 0.3s ease !important;
}
#main_header .elementor-widget-site-logo .elementor-widget-container img {
  transform: scale(1);
  transform-origin: top left;
  transition: all 0.3s ease !important;
}
body.fixed-nav-on
  #main_header
  .elementor-widget-site-logo
  .elementor-widget-container {
  margin: 0rem;
  height: 3rem;
  width: 8rem;
}
body.fixed-nav-on
  #main_header
  .elementor-widget-site-logo
  .elementor-widget-container
  div {
  width: 8rem;
  height: 3rem;
}
body.fixed-nav-on
  #main_header
  .elementor-widget-site-logo
  .elementor-widget-container
  img {
  transform: scale(0.4);
  transform-origin: top left;
  /* width: 3rem; */
  /* height: 3rem; */
}

/* Handsome button */
.handsome_button {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  position: relative;
  border-radius: 40px 40px 40px 40px;
  overflow: hidden;
  transition: 0.3s ease all;
  will-change: transform;

  /* safari bug fix */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

body.elementor-editor-active .handsome_button {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.repaint {
  transform: translate3d(0, 0, 0);
}

.handsome_button_visible {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.handsome_button:hover {
  position: relative;
}
.handsome_button .elementor-button {
  line-height: 1.2em;
  min-height: 50px;
  display: flex;
  max-width: 80dvw;
  align-items: center;
}
.handsome_button .elementor-button-text {
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.3s ease;
  text-transform: uppercase;
}
.handsome_button:hover .elementor-button-text {
  color: #000 !important;
}
.handsome_button::before {
  /* background-color: #fff; */
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: 0.4s ease;
  width: 100%;
  z-index: 0;
}

.handsome_button:hover::before {
  transform: scaleY(1);
}
.handsome_button > .elementor-widget-container {
  position: relative;
  z-index: 1;
}

/* button arrow */
.handsome_button .elementor-button-text::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-3-6h20v20H-3z'/%3E%3Cg stroke='%23B59572' stroke-width='.833'%3E%3Cpath d='M9.5.25 12.833 4 9.5 7.75'/%3E%3Cpath stroke-linecap='square' d='M12.417 4H1.167'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 20px;
  margin-left: 12px;
  transition: background 0.4s ease;
  width: 20px;
  z-index: 1;
}
.handsome_button:hover .elementor-button-text::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-3-6h20v20H-3z'/%3E%3Cg stroke='%232E2D2C' stroke-width='.833'%3E%3Cpath d='M9.5.25 12.833 4 9.5 7.75'/%3E%3Cpath stroke-linecap='square' d='M12.417 4H1.167'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  animation: arrowAnimation 0.3s ease;
  position: relative !important;
}

/* black button */
.handsome_button.handsome_button_black .elementor-button {
  border: 2px solid #000 !important;
  color: #000 !important;
  padding: 12px 20px 12px 20px;
  border-radius: 40px 40px 40px 40px;
  font-family: "Helvetica", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  background: transparent !important;
}
.handsome_button.handsome_button_black:hover .elementor-button-text,
.handsome_button.handsome_button_black:hover .elementor-button {
  color: #fff !important;
}
.handsome_button.handsome_button_black::before {
  background-color: #000;
}

.handsome_button.handsome_button_black .elementor-button-text::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-3-6h20v20H-3z'/%3E%3Cg stroke='%232E2D2C' stroke-width='.833'%3E%3Cpath d='M9.5.25 12.833 4 9.5 7.75'/%3E%3Cpath stroke-linecap='square' d='M12.417 4H1.167'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.handsome_button.handsome_button_black:hover .elementor-button-text::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-3-6h20v20H-3z'/%3E%3Cg stroke='%23FFF' stroke-width='.833'%3E%3Cpath d='M9.5.25 12.833 4 9.5 7.75'/%3E%3Cpath stroke-linecap='square' d='M12.417 4H1.167'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* white button */
.handsome_button.handsome_button_white .elementor-button {
  border: 2px solid #fff !important;
  color: #fff !important;
  padding: 12px 20px 12px 20px;
  border-radius: 40px 40px 40px 40px;
  font-family: "Helvetica", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  background: transparent !important;
  overflow: hidden;
}
.handsome_button.handsome_button_white:hover .elementor-button-text,
.handsome_button.handsome_button_white:hover .elementor-button {
  color: #000 !important;
}
.handsome_button.handsome_button_white::before {
  background-color: #fff;
}

.handsome_button.handsome_button_white .elementor-button-text::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-3-6h20v20H-3z'/%3E%3Cg stroke='%23FFFFFF' stroke-width='.833'%3E%3Cpath d='M9.5.25 12.833 4 9.5 7.75'/%3E%3Cpath stroke-linecap='square' d='M12.417 4H1.167'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.handsome_button.handsome_button_white:hover .elementor-button-text::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-3-6h20v20H-3z'/%3E%3Cg stroke='%23000000' stroke-width='.833'%3E%3Cpath d='M9.5.25 12.833 4 9.5 7.75'/%3E%3Cpath stroke-linecap='square' d='M12.417 4H1.167'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* black filled button */
.handsome_button.handsome_button_black_filled .elementor-button {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}
.handsome_button.handsome_button_black_filled:hover .elementor-button-text,
.handsome_button.handsome_button_black_filled:hover .elementor-button {
  color: #fff !important;
}
.handsome_button.handsome_button_black_filled::before {
  background-color: #000;
}
.handsome_button.handsome_button_black_filled:hover
  .elementor-button-text::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-3-6h20v20H-3z'/%3E%3Cg stroke='%23FFF' stroke-width='.833'%3E%3Cpath d='M9.5.25 12.833 4 9.5 7.75'/%3E%3Cpath stroke-linecap='square' d='M12.417 4H1.167'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@keyframes arrowAnimation {
  0% {
    background-position: 50%;
  }
  33% {
    background-position: 20px;
  }
  65% {
    background-position: 20px;
  }
  66% {
    background-position: -20px;
  }
  100% {
    background-position: 50%;
  }
}

.fadeInUp {
  animation-name: fadeInUpCustom !important;
}
@keyframes fadeInUpCustom {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

#page {
  overflow-x: hidden;
}

sup {
  font-size: 12px;
  vertical-align: super;
}

img {
  vertical-align: middle;
}
svg {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul,
ol {
  padding: 0;
}

ol li {
  list-style: decimal inside;
}
ul.disc li {
  list-style: disc inside;
}

li {
  list-style-type: none;
}

p {
  margin: 0;
}
a {
  transition: all 0.3s ease;
  text-decoration: none !important;
}

#masthead li.current_page_item a,
#colophon li.current_page_item a {
  font-weight: bold;
}
#masthead .elementor-widget-html {
  font-family: "Roboto", Sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.hndsm_menu_trigger {
  cursor: pointer;
  transition: opacity 0.2s;
  display: flex;
  justify-content: flex-end;
  color: var(--e-global-color-accent);
}
.hndsm_menu_trigger:hover {
  opacity: 0.55;
}
.hndsm_menu_trigger.hndsm_menu_close {
  padding: 1rem 0 0 0;
  align-items: self-start;
}

.hndsm_menu_wrapper {
  transform: translateX(110vw);
  position: fixed;
  background: #fff;
  color: var(--e-global-color-accent);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  padding: 1rem;
  overflow-y: scroll;
  transition: transform 0.6s ease 0s;
  z-index: 9999;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
.hndsm_menu_wrapper.visible {
  transform: translateX(0);
  transform-style: preserve-3d;
}
.main-header.mobile-menu-visible {
  z-index: 99;
}
.hndsm_menu_content {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: flex-start;
  min-height: 100%;
}
.hndsm_menu_logo {
  color: #000;
  font-size: 3rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.hndsm_menu_logo span {
  color: #8f734f;
}
.hndsm_menu_logo span.square {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #8f734f;
}

.hndsm_menu_wrapper ul {
  margin-top: 0rem;
}
.hndsm_menu_wrapper ul,
.hndsm_menu_wrapper ul li {
  list-style: none;
}
.hndsm_menu_wrapper ul li {
  margin-bottom: 0;
}
.hndsm_menu_wrapper ul.menu > li > a {
  font-size: 1.5rem;
  transition: 0.3s ease all;
  font-size: 2rem;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hndsm_menu_wrapper ul a:hover {
  text-decoration: none;
  color: var(--e-global-color-accent);
  /* padding-left: 60px; */
}

.hndsm_menu_wrapper ul ul {
  margin: 1rem 0 2rem 1rem;
}
.hndsm_menu_wrapper ul ul a {
  font-size: 1rem;
  color: #fff;
}
.hndsm_menu_wrapper ul ul li {
  list-style: none;
}
.hndsm_menu_wrapper .sub-menu {
  display: none;
}
.hndsm_menu_wrapper .menu-item.visible > .sub-menu {
  display: block;
}
.hndsm_menu_icons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}
.hndsm_menu_icons a {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--e-global-color-accent);
  border-radius: 50%;
  padding: 0.5rem;
}
.hndsm_menu_icons svg {
  fill: var(--e-global-color-accent);
  width: 1rem;
  height: 1rem;
}

.hndsm_menu_wrapper .menu-item.menu-item-has-children > a::before,
.hndsm_menu_wrapper .menu-item.menu-item-has-children > a::after {
  background: #fff;
  content: "";
  height: 1px;
  width: 15px;
  display: inline-block;
  position: absolute;
  margin: 7px 0;
  right: 0;
  transition: 0.5s background-color, 0.5s transform;
}
.hndsm_menu_wrapper .menu-item.menu-item-has-children > a::after {
  transform: rotate(90deg);
}
.hndsm_menu_wrapper .menu-item.menu-item-has-children.visible > a::before {
  transform: rotate(180deg);
}
.hndsm_menu_wrapper .menu-item.menu-item-has-children.visible > a::after {
  transform: rotate(180deg);
}
.hndsm_menu_wrapper .menu-item a:focus {
  color: #fff;
}

.ehf-header #masthead {
  z-index: 999;
  margin-top: 85px;
}
#masthead .hndsm_lang_switcher a {
  flex-direction: row;
  gap: 0.25rem;
  display: flex;
  align-items: center;
}
#masthead .hndsm_lang_switcher span {
  padding: 0;
  transition: all 0.3s ease;
  font-size: 0.8rem;
}
#masthead .hndsm_lang_switcher a,
#masthead .hndsm_lang_switcher a:hover {
  color: #000 !important;
  transition: all 0.3s ease;
}
#masthead .hndsm_lang_switcher a:hover span {
  color: rgba(0, 0, 0, 0.5) !important;
}

.hndsm_lang_switcher {
  font-size: 14px;
  color: var(--e-global-color-accent);
  display: flex;
  gap: 2rem;
}
.hndsm_menu_wrapper .hndsm_lang_switcher {
  color: var(--e-global-color-accent);
}
.hndsm_lang_switcher a {
  text-transform: uppercase;
  position: relative;
}
.hndsm_lang_switcher a.active {
  font-weight: bold;
}
.hndsm_lang_switcher a + a::before {
  content: "/";
  position: absolute;
  display: block;
  left: -1.25rem;
}

.hndsm_lang_switcher img {
  width: 16px;
  height: auto;
}

.hndsm_menu_section {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.hndsm_menu_section img.hfe-site-logo-img {
  width: 120px;
  height: auto;
}

/* Swiper */
#page .swiper-slide {
  display: flex;
  user-select: none;
}
.swiper-initialized .e-con.e-flex {
  flex-grow: initial;
  flex-shrink: 0;
}
.content-slider {
  position: relative;
}
.content-slider.swiper-initialized {
  overflow: hidden;
}

.content-slider .swiper-wrapper {
  /* height: initial !important; */
}
.content-slider .swiper-slide {
  /* max-height: 90dvh;
  max-height: calc(100dvh - 78.91px); */
}
.content-slider .swiper-navigation [type="button"] {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="129.819px" height="238.001px" viewBox="0 0 129.819 238.001" enable-background="new 0 0 129.819 238.001" xml:space="preserve"><g><path fill="%23ffffff" d="M129.819,119c0,2.767-1.058,5.536-3.17,7.648L18.467,234.831c-4.227,4.227-11.072,4.227-15.297,0c-4.224-4.229-4.227-11.073,0-15.297L103.704,119L3.17,18.466c-4.227-4.227-4.227-11.072,0-15.297c4.227-4.224,11.073-4.227,15.297,0l108.182,108.183C128.762,113.464,129.819,116.233,129.819,119z"/></g></svg>');
  background-color: var(--e-global-color-accent);
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: center;
  border: none;
  border-radius: 0;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 9;
  transform: translateY(-50%) rotate(180deg);
}
.content-slider .swiper-navigation [type="button"]:last-child {
  transform: translateY(-50%) rotate(0);
  left: initial;
  right: 0;
}

/* .content-slider .swiper-navigation [type="button"]::before {
  content: "";
  height: 1px;
  width: 1px;
  position: absolute;
  inset: 0;
  box-shadow: 0 0 10px 10px #fff;
} */
.content-slider .swiper-navigation [type="button"]:hover,
.content-slider .swiper-navigation [type="button"]:active,
.content-slider .swiper-navigation [type="button"]:focus {
  background-color: var(--e-global-color-accent);
}

.pum .pum-content {
  text-align: center;
}
.pum .wpforms-container .wpforms-field {
  padding: 5px 0;
}
.pum .wpforms-container .wpforms-field input {
  border-radius: 0;
}
.pum .wpforms-field-label {
  margin: 0 0 3px 0 !important;
}
.pum .wpforms-field.hidden {
  display: none !important;
}
.pum .wpforms-submit-container .wpforms-submit {
  width: 100% !important;
  color: #2c2a32 !important;
  font-family: "Roboto", Sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.3s;
  border-radius: 0;
}
.pum .wpforms-submit:hover,
.pum .wpforms-submit:focus {
  background: #e0c58c !important;
}
div.wpforms-container-full .wpforms-form em.wpforms-error {
  margin-top: 5px !important;
}

#colophon a:hover {
  color: var(--e-global-color-accent);
}
.text-slider .elementor-heading-title {
  text-align: center !important;
  width: 100%;
}

@media (max-width: 768px) {
  .pum-container {
    max-width: 90%;
  }
  html.pum-open.pum-open-overlay.pum-open-scrollable
    body
    > :not([aria-modal="true"]) {
    padding-right: 0 !important;
  }
}
