/* 
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: #1c23ba !important;
}
::selection {
  background: rgba(183, 20, 20, 0.25);
}
body {
  overflow-x: hidden;
  font-family: "Inter";
}

sup {
  font-size: 12px;
  vertical-align: super;
}

img {
  vertical-align: middle;
}
svg {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.comments-area a,
.page-content a {
  text-decoration: initial;
}
ul,
ol {
  padding: 0;
}

ol li {
  list-style: decimal inside;
}
ul.disc li {
  list-style: disc inside;
}

li {
  list-style-type: none;
}

#page .big_icon svg {
  width: 3rem;
  height: 1rem;
  color: #00abd2;
}
#page .big_icon a:hover {
  color: #00abd2;
  border-color: #00abd2;
}

.big_icon .elementor-button-text {
  line-height: 1em;
}
.big_icon .elementor-button-content-wrapper {
  display: flex;
  align-items: flex-end;
}

body.home:not(.scrolled) .m-logo {
  opacity: 0;
  visibility: hidden;
}

body.scrolled .main-header {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
}

#masthead dl {
  color: #fff;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  font-family: "bebas-neue", Sans-serif;
  font-weight: normal;
}
#masthead dl div {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
}
#masthead dl dt {
  font-size: 0.75rem;
  line-height: 1em;
}
#masthead dl dd {
  margin: 0 1rem 0 0.25rem;
  font-size: 1rem;
  line-height: 1em;
}
#masthead dl div.small dt,
#masthead dl div.small ~ div dt {
  font-size: 0.5rem;
}
#masthead dl div.small dd,
#masthead dl div.small ~ div dd {
  font-size: 0.75rem;
}

/* #masthead .menu-item {
  border-bottom: 2px solid transparent;
  padding: 5px 0;
  transition: 0.3s ease all;
}
#masthead .menu-item:hover,
#masthead .menu-item.current-menu-item {
  border-bottom-color: var(--e-global-color-accent);
} */

.hfe-nav-menu .menu-item:after {
  display: block;
  content: "";
  border-bottom: solid 2px var(--e-global-color-accent);
  transform: scaleX(0);
  transition: transform 300ms ease-in-out;
}
#masthead .hfe-nav-menu .menu-item.current-menu-item:after,
.hfe-nav-menu .menu-item:hover:after {
  transform: scaleX(1);
}

body:not(.elementor-editor-active) .translate-text-item {
  display: none;
}
body:not(.elementor-editor-active) .translate-text-item.active {
  display: block;
}

.hndsm_mobile_menu {
  position: fixed;
  background: #000;
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 0;
  z-index: 9999999;
  opacity: 0;
  transform: translatex(-100%);
  transition: all 600ms cubic-bezier(0.4, 0, 0.2, 1);

  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
}
.hndsm_mobile_menu.visible {
  opacity: 1;
  transform: translatex(0%);
}

.hndsm_mobile_menu ul {
  padding: 0;
  margin: 0;
}
.hndsm_mobile_menu li {
  list-style: none;
  margin: 15px 0;
}
.hndsm_mobile_menu li a {
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
}

.hndsm_mobile_menu_icon,
.hndsm_mobile_menu_icon:focus,
.hndsm_mobile_menu_icon:hover {
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
}
.hndsm_mobile_menu_icon .top-bun,
.hndsm_mobile_menu_icon .patty,
.hndsm_mobile_menu_icon .bottom-bun {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 100%;
  transition: transform 250ms cubic-bezier(0.2, 0.6, 0.3, 1),
    width 250ms cubic-bezier(0.2, 0.6, 0.3, 1);
  will-change: transform, width;
}

.hndsm_mobile_menu_icon .top-bun,
.hndsm_mobile_menu_icon .patty,
.hndsm_mobile_menu_icon .bottom-bun {
  height: 1px;
  background-color: #fff;
}
.fixed-nav-on .hndsm_mobile_menu_icon .top-bun,
.fixed-nav-on .hndsm_mobile_menu_icon .patty,
.fixed-nav-on .hndsm_mobile_menu_icon .bottom-bun {
  background-color: #fff;
}

.hndsm_mobile_menu_icon .top-bun {
  transform: translatey(-9.5px);
}
.hndsm_mobile_menu_icon .bottom-bun {
  transform: translatey(9.5px);
}

body.mobile-menu-open {
  overflow-y: hidden;
}
body.mobile-menu-open .hndsm_mobile_menu_icon .top-bun,
body.mobile-menu-open .hndsm_mobile_menu_icon .patty,
body.mobile-menu-open .hndsm_mobile_menu_icon .bottom-bun {
  background-color: #fff;
}
body.mobile-menu-open .top-bun {
  transform: translatex(3.5px) rotate(-135deg);
  width: 28px;
}
body.mobile-menu-open .patty {
  transform: scale(0);
}
body.mobile-menu-open .bottom-bun {
  transform: translatex(3.5px) rotate(135deg);
  width: 28px;
}

.hndsm_mobile_menu_inner {
  color: #000;
}
ul.hndsm_mobile_menu_socials {
  margin: 3rem 0 0 0;
}
.hndsm_mobile_menu_socials li {
  float: left;
  margin: 0;
}
.hndsm_mobile_menu_socials li + li {
  margin-left: 30px;
}
.hndsm_mobile_menu_socials li a {
  font-size: 24px;
}

#page .translate-text-wrapper .elementor-button:not(:hover):focus {
  color: #fff;
  border-color: #fff;
}

body.error404 .page-content {
  margin: 4rem 0;
  text-align: center;
  min-height: 50dvh;
}

#colophon a:not(.hfe-menu-item) {
  color: #fff;
}
#colophon a:not(.hfe-menu-item):hover {
  text-decoration: underline;
}

@media (min-width: 769px) {
  .gallery .elementor-widget-image {
    max-height: 450px;
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  .handsome_wolf_logo svg {
    color: #fff;
  }
}
