#wpadminbar {
  overflow-x: clip;
}

/* Fix header position when admin bar is visible */
body.admin-bar .sc-header-section.sticky {
  top: 32px !important;
}
@media screen and (max-width: 782px) {
  body.admin-bar .sc-header-section.sticky {
    top: 46px !important;
  }
}

.overflow-x {
  overflow-x: clip;
}

header {
  position: sticky;
  top: 0;
  z-index: 9999;
}

body.page-id-35 header,
body.page-id-35 footer {
  display: none;
}

.sc-menu-bar {
  transition: 0.6s !important;
  transition-delay: 0.4s !important;
}
.sc-menu-bar.active {
  opacity: 0;
  pointer-events: none;
  transition: 0s !important;
  transition-delay: 0s !important;
}

.sc-menu-bar .elementor-icon-wrapper {
  display: flex;
  align-items: center;
}

body.home .sc-header-section .sc-menu {
  opacity: 0;
  transition: 0.3s;
}

body.home .sc-header-section.sticky .sc-menu {
  opacity: 1;
}

.wpml-ls-legacy-list-horizontal a {
  color: #3d1e1b;
  font-weight: 400;
  transition: 0.3s;
  font-size: 20px;
  text-transform: uppercase;
}

.wpml-ls-legacy-list-horizontal,
.wpml-ls-legacy-list-horizontal a {
  padding: 0px !important;
}

.hamburger-menu .dialog-widget-content {
  pointer-events: none;
}
.hamburger-menu .hamburger-menu-inner-main {
  pointer-events: auto;
}
.hamburger-menu .eicon-close:before {
  content: "";
  background-image: url("../assets/svg/close-icon.svg");
  background-size: 25px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  display: block;
}

/* IMAGE ANIMATION */
.wooprex-scale {
  opacity: 0;
  clip-path: inset(100% 0 0 0); /* fully hidden from bottom */
  transition:
    clip-path 2.2s ease,
    opacity 0.35s;
  overflow: hidden;
}

.wooprex-scale.animated {
  opacity: 1;
  clip-path: inset(0 0 0 0); /* fully visible */
}

.wooprex-scale.animated img {
  animation: clipReveal 2.4s ease forwards;
}

@keyframes clipReveal {
  from {
    clip-path: inset(100% 0 0 0); /* hidden from bottom */
  }
  to {
    clip-path: inset(0 0 0 0); /* fully visible */
  }
}

.elementor-heading-title,
p {
  overflow-wrap: anywhere;
}

/** FORM **/

.wsf-form label.wsf-label {
  color: #484848 !important;
  font-weight: 400 !important;
  font-size: 23px !important;
  margin-bottom: 15px !important;
}
.wsf-form .wsf-text-danger {
  color: #484848 !important;
}

.wsf-form input[type="text"].wsf-field,
.wsf-form input[type="tel"].wsf-field,
.wsf-form input[type="email"].wsf-field,
.wsf-form select.wsf-field,
.wsf-form textarea.wsf-field {
  background-color: transparent !important;
  font-size: 23px !important;
  font-weight: 300 !important;
  color: #484848 !important;
  border: 1px solid #3d1e1b !important;
  padding: 13px 20px !important;
  border-radius: 0px !important;
  width: 100% !important;
  cursor: pointer;
}
.wsf-form input[type="text"].wsf-field:focus,
.wsf-form input[type="tel"].wsf-field:focus,
.wsf-form input[type="email"].wsf-field:focus,
.wsf-form select.wsf-field:focus,
.wsf-form textarea.wsf-field:focus {
  outline: none !important;
  box-shadow: none !important;
}
.wsf-form input[type="text"].wsf-field::placeholder,
.wsf-form input[type="tel"].wsf-field::placeholder,
.wsf-form input[type="email"].wsf-field::placeholder,
.wsf-form textarea.wsf-field::placeholder {
  color: #484848 !important;
  opacity: 1 !important;
}

.wsf-form textarea.wsf-field {
  height: 180px !important;
  max-height: 180px !important;
}

.wsf-form [data-row-radio],
.wsf-form [data-row-checkbox] {
  margin-right: 25px !important;
  margin-bottom: 0 !important;
}

.wsf-form input[type="radio"].wsf-field + label.wsf-label,
.wsf-form input[type="checkbox"].wsf-field + label.wsf-label {
  margin-left: 30px !important;
  cursor: pointer;
  margin-top: -7px !important;
  font-size: 23px !important;
  margin-bottom: 0 !important;
}

.wsf-form input[type="radio"].wsf-field,
.wsf-form input[type="checkbox"].wsf-field {
  background: transparent !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  border-color: #3d1e1b !important;
  cursor: pointer;
  width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
}
.wsf-form input[type="radio"].wsf-field {
  border-radius: 50% !important;
}

.wsf-form input[type="radio"].wsf-field:checked::after {
  background-color: #3d1e1b !important;
  width: 13px !important;
  height: 13px !important;
  min-height: 13px !important;
  left: -1px !important;
  top: -1px !important;
}

.wsf-form input[type="checkbox"].wsf-field:checked::after {
  left: -2px !important;
  top: -3px !important;
  border-color: #3d1e1b !important;
}

/* .wsf-form select#wsf-1-field-8,
.wsf-form select#wsf-1-field-19 {
  background-image: url("../assets/svg/down-arrow.svg") !important;
} */
.wsf-form select.wsf-field {
  background-repeat: no-repeat;
  background-position: center right 15px !important;
  background-size: 15px !important;
  appearance: none !important;
  -moz-appearance: none;
  color: #484848 !important;
  background-color: transparent !important;
}

.wsf-form select.wsf-field option {
  font-size: 23px !important;
}

/* .wsf-form
  select.wsf-field:not([multiple]):not([size]):not([data-wsf-select2])
  + span.wsf-select-arrow {
  display: none !important;
  border: none !important;
} */

/* .wsf-form select option:not([value=""]) {
  color: #484848 !important;
} */

.wsf-form button.wsf-button {
  font-size: 23px !important;
  font-weight: 400 !important;
  padding: 13px 40px !important;
  border: 1px solid #3d1e1b !important;
  background: transparent !important;
  width: auto !important;
  color: #3d1e1b !important;
  position: relative;
  transition: 0.3s all !important;
  border-radius: 0px !important;
}
.wsf-form button.wsf-button:focus {
  outline: none !important;
  box-shadow: none !important;
}
.wsf-form button.wsf-button:hover {
  background-color: #3d1e1b !important;
  color: #e7dcc6 !important;
}

/* feedback */
.wsf-invalid-feedback {
  /* color: #ffcbcb !important; */
  font-size: 16px !important;
}

.wsf-form .wsf-field-wrapper {
  margin-bottom: 25px !important;
}

.wsf-checkbox .wsf-label {
  margin-bottom: 15px !important;
}
.wsf-checkbox .wsf-inline {
  margin-bottom: 0 !important;
  margin-right: 35px !important;
}
.wsf-checkbox .wsf-inline:last-child {
  margin-right: 0px !important;
}
.wsf-checkbox .wsf-inline .wsf-label {
  margin-bottom: 0px !important;
}

.wsf-alert.wsf-alert-success {
  background-color: transparent !important;
  border: 1px solid #3d1e1b !important;
  color: #484848 !important;
  text-align: center;
}
.wsf-alert.wsf-alert-success p {
  color: #484848 !important;
}

.wsf-form .wsf-bottom {
  margin: 0 !important;
  margin-top: 10px !important;
}

/* Slider */
.swiper-slide {
  height: auto !important;
}
.swiper-slide figure,
.swiper-slide img {
  height: 100%;
  object-fit: cover;
  max-height: 70vh;
}
.elementor-image-carousel-wrapper {
  height: 100%;
}
.elementor-swiper-button {
  border: 1px solid #3d1e1b;
  padding: 8px;
  border-radius: 50%;
}
.button-left .elementor-swiper-button-prev {
  bottom: 0px !important;
  top: inherit !important;
  transform: inherit !important;
  left: 0 !important;
}
.button-left .elementor-swiper-button-next {
  bottom: 0px !important;
  top: inherit !important;
  transform: inherit !important;
  right: inherit !important;
  left: 50px !important;
}
.button-right .elementor-swiper-button-prev {
  bottom: 0px !important;
  top: inherit !important;
  transform: inherit !important;
  left: inherit !important;
  right: 50px !important;
}
.button-right .elementor-swiper-button-next {
  bottom: 0px !important;
  top: inherit !important;
  transform: inherit !important;
  right: 0 !important;
}
/* Slider End */

@media only screen and (min-width: 1481px) {
  .sc-custom-padding-left {
    padding-left: calc((100% - 1400px) / 2);
  }
  .sc-custom-padding-right {
    padding-right: calc((100% - 1400px) / 2);
  }
}

.footer-text a {
  font-size: 18px !important;
}

.sc-color-form .wsf-form input[type="text"].wsf-field,
.sc-color-form .wsf-form input[type="tel"].wsf-field,
.sc-color-form .wsf-form input[type="email"].wsf-field,
.sc-color-form .wsf-form select.wsf-field,
.sc-color-form .wsf-form textarea.wsf-field {
  color: #5c230f !important;
  border-color: #5c230f !important;
}

.sc-color-form .wsf-form input[type="text"].wsf-field::placeholder,
.sc-color-form .wsf-form input[type="tel"].wsf-field::placeholder,
.sc-color-form .wsf-form input[type="email"].wsf-field::placeholder,
.sc-color-form .wsf-form select.wsf-field::placeholder,
.sc-color-form .wsf-form textarea.wsf-field::placeholder {
  color: #5c230f !important;
}
