/* 
Theme Name: Adimer - Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child Theme
Author: Adimer Srl
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 {
  --e-global-color-fb6db6b: #fbfbfb;
  --e-global-color-9d4e611: #977e45;
  --e-global-color-a00f600: #0c0c0c;
  --e-global-color-e8601eb: #2a2205;
  --e-global-color-ae172ad: #d6b87f;
}
  */

.admin-bar header {
  margin-top: 32px;
}
@media only screen and (max-width: 782px) {
  .admin-bar header {
    margin-top: 46px;
  }
}

/* !---------
! SETUP 
! ---------*/
*:focus-visible {
  outline-color: var(--e-global-color-e8601eb);
}
/* !---------
! HELPERS
! ---------*/
@media screen and (max-width: 768px) {
  .mobile-d-none {
    display: none;
  }
}

/* !---------
! ELEMENTOR FIXES
! ---------*/
.e-con-inner {
  max-width: calc(var(--content-width) - 5vw) !important;
}
.elementor-heading-title {
  line-height: 1.1;
}
@media screen and (max-width: 430px) {
  .elementor-button {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .full-mt {
    --width: 100% !important;
    --flex-wrap: var(--flex-wrap-mobile) !important;
  }
  .full-mt .full-mt__text {
    padding: 40px 2.5vw;
  }
}
.elementor-kit-5 button:hover,
.elementor-kit-5 button:focus,
.elementor-kit-5 input[type="button"]:hover,
.elementor-kit-5 input[type="button"]:focus,
.elementor-kit-5 input[type="submit"]:hover,
.elementor-kit-5 input[type="submit"]:focus,
.elementor-kit-5 .elementor-button:hover,
.elementor-kit-5 .elementor-button:focus {
  transform: translate(-2px, -2px) !important;
}

/* ?---------
? HEADER
? ---------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: var(--e-global-color-fb6db6b);
  transition: all 0.3s ease-in-out;
}
header .e-off-canvas {
  z-index: 11111 !important;
}
.mobile-logo,
.burger-menu {
  position: relative;
  z-index: 22222;
}
header.scrolled {
  border-color: var(--e-global-color-fb6db6b);
  box-shadow: 0 1px 32px rgba(17, 17, 16, 0.06);
}
.header-hidden {
  transform: translateY(-100%);
}
@media screen and (min-width: 993px) {
  header .e-off-canvas {
    display: none !important;
  }
}

/* MENUS */
header nav ul li:nth-child(3) {
  margin-inline-end: 150px !important;
}
header nav ul:not(.mobile-nav ul) {
  margin-left: -75px !important;
}
header nav ul li a::after {
  position: absolute !important;
  content: "" !important;
  display: block !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 0 !important;
  height: 2px;
  background: var(--e-global-color-9d4e611);
  transition: width 0.3s ease-in-out;
}
header nav ul li a:hover::after {
  width: 90% !important;
}
footer a:hover {
  color: var(--e-global-color-9d4e611) !important;
}
/* ?---------
? TOOLTIP
? ---------*/
.tooltip-link {
  position: relative;
}
.tooltip-link::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 130%;
  left: 50%;
  background: var(--e-global-color-a00f600);
  color: var(--e-global-color-fb6db6b);
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}

.tooltip-link:hover::after {
  opacity: 1;
}
/* ?---------
? STRETCHY TEXT
? ---------*/
.stretchy-wrap {
  width: 100%;
  display: block;
}

.stretchy-svg {
  width: 100%;
  height: auto;
  overflow: visible;
  display: block;
}

.stretchy-text {
  font-family: "Red Hat Text", Sans-serif;
  font-weight: 400;
  fill: currentColor;
  text-transform: uppercase;
}
