/*
 Theme Name: Hello Elementor Child
 Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
 Description:    Child Theme Hello Elementor
 Author:         User
 Author URI:     http://example.com
 Template:       hello-elementor
 Version:        1.0.0
*/
@font-face {
  font-family: 'Freehouse Regular';  
  src: url('/wp-content/uploads/2025/02/Freehouse-Regular.woff2') format('woff2'),
       url('/wp-content/uploads/2025/02/Freehouse-Regular.woff') format('woff'),
       url('/wp-content/uploads/2025/02/Freehouse-Regular.ttf') format('truetype');
  font-weight: 400;  
  font-style: normal;
  font-display: block; 
}

@font-face {
  font-family: 'BESITO Regular';
  src: url('/wp-content/uploads/2025/02/BESITORegular.woff2') format('woff2'),
       url('/wp-content/uploads/2025/02/BESITORegular.woff') format('woff'),
       url('/wp-content/uploads/2025/02/BESITORegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Athletics-Regular';
  src: url('/wp-content/uploads/2025/02/Athletics-Regular.woff2') format('woff2'),
       url('/wp-content/uploads/2025/02/Athletics-Regular.woff') format('woff'),
       url('/wp-content/uploads/2025/02/Athletics-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.wp-block-navigation-item,
span.wp-block-navigation-item__label {
  font-family: 'Freehouse Regular', sans-serif !important;
  font-weight: 400 !important;
}

/* recipe popup */

.recipe_popup .dialog-widget-content.dialog-lightbox-widget-content {
  background: none !important;
  box-shadow: none !important;
}

.recipe_popup .elementor-element.elementor-arrows-position-outside .swiper {
  width: calc(100% - 100px);
}

.dialog-message.dialog-lightbox-message {
  scrollbar-width: none;
  -ms-overflow-style: none; 
  overflow-y: auto;
}

/* 
.dialog-message.dialog-lightbox-message::-webkit-scrollbar {
  display: none;
} */

.recipe_popup [class*="elementor-repeater-item-"] .swiper-slide-bg {
  background-repeat: no-repeat !important;
  background-position: right 20px bottom 20px !important;
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
}

.recipe_popup .dialog-widget-content {
  border-radius: 20px !important;
  overflow: hidden !important;
}

.recipe_popup .swiper-slide {
  border-radius: 20px !important;
  overflow: hidden !important;
}

.recipe_popup .elementor-repeater-item-e335af9 .swiper-slide-bg {
  background-size: 240px auto !important;
}

.recipe_popup .elementor-repeater-item-b73f651 .swiper-slide-bg {
  background-size: 230px auto !important;
}

.recipe_popup .elementor-repeater-item-db67591 .swiper-slide-bg {
  background-size: 190px auto !important;
}

.recipe_popup .elementor-repeater-item-61020d7 .swiper-slide-bg {
  background-size: 200px auto !important;
}
.recipe_popup .elementor-repeater-item-e335af9 .swiper-slide-bg {
  background-size: 240px auto !important;
}

/* recipe popup blue bg */
.recipe_popup .elementor-repeater-item-e335af9 .swiper-slide-bg {
  background-size: 230px auto !important;
}

.recipe_popup .elementor-repeater-item-db67591 .swiper-slide-bg {
  background-size: 190px auto !important;
}

.recipe_popup .elementor-repeater-item-61020d7 .swiper-slide-bg {
  background-size: 200px auto !important;
}
.recipe_popup .dialog-message {
  border-radius: 20px !important;
  overflow: hidden !important;
}

.recipe_popup .dialog-widget-content.dialog-lightbox-widget-content {
  border-radius: 20px !important;
  overflow: hidden !important;
}

/* story */

#story_custom_color, #our_product_title, .cocktail_title, .contact_form_title {
  background: linear-gradient(90deg, #F0EBAA 0%, #A18431 130%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.product-custom-text {
  text-align: right;
  color: #0D1526;
  font-family: "Freehouse Regular", Sans-serif;
  font-size: 19px;
  font-weight: 400;
}

/* cocktails page */
.cocktails_hover_btn {
  opacity: 0.7;
  transition: opacity 0.3s ease;
  cursor: pointer;
  outline: none;
}
.cocktails_hover_btn:hover {
  opacity: 1;
}
.cocktails_hover_btn .cocktail_title .elementor-heading-title {
  transition: font-size 0.3s ease;
}
.cocktails_hover_btn:hover .cocktail_title .elementor-heading-title {
  font-size: 100px;
}

/* Styles for the close button */
.recipe-close-btn {
  width: 22px;
  height: 22px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
  outline: none;
}

.recipe-close-btn::before,
.recipe-close-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #284484;
  transition: background 0.3s ease;
}

.recipe-close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.recipe-close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.cocktail-container {
  position: relative;
  /* height: 850px; */
  /* cursor: pointer; */
}

.cocktail-recipe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  opacity: 1;
  width: 100% !important; 
  height: 100% !important;
}

/* Different colors for different cocktails */
.tommys-margarita .cocktail-recipe, .beso-paloma .cocktail-recipe {
  background-color: rgba(220, 109, 65, 0.7); 
}
.clear-margarita .cocktail-recipe, .beso-spicy-cooler .cocktail-recipe {
  background-color: rgba(51, 193, 148, 0.7);
}

.cosmo-margarita .cocktail-recipe, .beso-daiquiri .cocktail-recipe {
  background-color: rgba(108, 165, 80, 0.7); 
}

.mango-margarita .cocktail-recipe, .beso-espresso-martini .cocktail-recipe {
  background-color: rgba(240, 235, 170, 0.7);
}

.cocktail-container.active .cocktail-recipe {
  visibility: visible;
}

.show_recipe_btn {
  transition: opacity 0.3s ease, visibility 0.3s;
  cursor: pointer;
}

.cocktail-container.active .show_recipe_btn {
  opacity: 0;
  visibility: hidden;
}


/* contact form */
#form-field-contact_form_massage {
  margin-bottom: 24px;
}
.follow_us_btn {
  cursor: pointer;
  outline: none;
  display: flex;
}
.follow_us_title {
  color: #284484;
  font-family: "Freehouse Regular", Sans-serif;
  font-size: 29px;
  font-weight: 400;
  text-align: center;
  background-color: #F0EBAA;
  margin-left: -12px;
  padding: 22px 22px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 236px;
  line-height: 25px;
  align-items: center;
}
.follow_us_title:hover {
  color: #4569BB;
}


/* header */
img.custom-logo {
  z-index: 10;
  position: absolute;
  background-color: #284484;
  border-radius: 12px;
  padding: 35px;
  top: 0;
  left: 50%;
  transform: translateX(-50%)
}

#header_wrap {
  background-color: #284484;
  height: 110px;
  margin-bottom: 0;
  justify-content: center;
}

#wp--skip-link--target {
  margin-top: 0;
}

#header_wrap .header_custom_title {
  color: #C9B14B;
  font-family: "Freehouse Regular", Sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  outline: none;
}

#header_wrap .header_custom_title:hover {
  color: #a3801e;
}

#header_wrap .wp-block-navigation__submenu-container.wp-block-navigation-submenu {
  font-size: 18px;
  text-align: center;
  align-items: center;
  border-radius: 12px;
}

#header_wrap .wp-block-navigation__submenu-container .wp-block-navigation-item.wp-block-navigation-link {
  border-radius: 12px;
  color: #284484;
  width: 100%;
}

#header_wrap .wp-block-navigation__submenu-container .wp-block-navigation-item.wp-block-navigation-link:hover {
  background-color: #284484;
  color: #C9B14B;
}

#header_wrap .header_custom_title .wp-block-navigation-item__content{
  text-decoration: none !important;
  outline: none;
}
.mobile_header_menu .sub-arrow svg path{
  fill: #C9B14B;
}
.mobile_header_menu .elementor-nav-menu{
  margin: 50px 0;
}

/* footer */

footer {
  margin-top: 0;
}

.footer_custom  {
  background-image: url(https://besodeagave.com/wp-content/uploads/2025/02/image-3-1.png);
}
.footer_custom .footer_wrap  {
  max-width: 80%;
}

.footer_custom .footer_follow_us a {
  outline: none;
}
.footer_custom .instagram_btn_footer:hover  {
  scale: 1.1;
}

.footer_custom .footer_text {
  font-family: "Athletics-Regular", Sans-serif;
}

.footer_custom .footer_menu_title a {
  color: #C9B14B;
  font-family: "Freehouse Regular", Sans-serif;
  font-size: 29px;
  font-weight: 400;
  text-align: center;
  outline: none;
  text-decoration: none !important;
  text-align: end;
}

.footer_custom .footer_menu_title a:hover {
  color: #a3801e;
  font-size: 29px;

}
.footer_custom .instagram_btn_footer img {
  width: 55px !important;
  margin: 0 auto;
}

/* language switch custom */

.language_switch_custom .trp-language-switcher {
  width: inherit;
}

.language_switch_custom .trp-language-switcher .trp-ls-shortcode-current-language {
  width: inherit !important;
}

.language_switch_custom .trp-language-switcher > div {
  background: none;
  padding: 0;
  border: none;
}

.language_switch_custom .trp-language-switcher .trp-ls-shortcode-language {
  width: inherit !important;
}

.language_switch_custom .trp-language-switcher:focus .trp-ls-shortcode-language, .trp-language-switcher:hover .trp-ls-shortcode-language {
  width: inherit !important;
  padding: 0;
}

.language_switch_custom .trp-language-switcher > div > a > img {
  width: 44px;
  height: 33px;
}

.language_switch_custom .trp-language-switcher > div > a.trp-ls-shortcode-disabled-language {
  outline: none;
}


/* Tablet version */
@media (max-width: 1024px) and (min-width: 768px) {
  .follow_us_btn img {
    height: 64px;
  }
  
  .follow_us_title {
    padding: 19px;
  }
  /* .header_left_block > .e-con-inner {
    justify-content: flex-end;
  } */
}
/* Mobile version */
@media (max-width: 767px) {
  .cocktail-recipe p {
     margin: 8px 0;
  }

  .follow_us_title {
    font-size: 20px;
  }

  #contact_form_send_btn {
    margin-top: 20px;
    padding: 22px;
    font-size: 20px;
  }
}