/*
Theme Name: Cantina Valentina WP Themes
Theme URI:
Author: Ennismore
Author URI: https://ennismore.com
Description: Cantina Valentina WordPress Theme
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 5.7
Version:
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cantina-valentina-wp-themes
Tags:
*/


.hero-logo {
    z-index: 100 !important;
    position: relative;
    margin-right: -140px;
  }

  /* Responsive css */
  @media screen and (max-width: 768px) {
    .div-mobile-footer {
      margin-left: 10px !important;
    }

    .hero-logo {
      margin-top: 40px;
      margin-right: 0px !important;
    }

    .hero-section-col {
      flex-direction: column-reverse;
      padding-right: 0px !important;
      padding-left: 0px !important;
    }

    .hero-right-img figure.wp-block-media-text__media {
      width: 280px;
      margin-left: auto;
    }

    .remove-padding,
    .div-mobile-responsive-promo {
      padding-left: 0px !important;
    }

    .div-mobile-responsive-promo {
      border: none !important;
      padding: 0px !important;
    }

    .div-mobile-promo {
      padding: 30px !important;
      border: 1px solid #ff554b;
      margin-top: 30px !important;
    }

    .images .image,
    .images .first {
      width: 125px !important;
      height: 125px !important;
      bottom: 150px !important;
      right: -10px !important;
      object-fit: contain !important;
    }

    .padding-mb {
      padding-left: 15px !important;
      padding-right: 15px !important;
    }

    .repeat-img-mobile {
      margin-top: -106px !important;
    }
  }

  .images .image {
    position: fixed;
    bottom: 30px;
    right: 10px;
    z-index: 1000 !important;
  }

  .images .first {
    position: fixed;
    bottom: 30px;
    right: 10px;
    z-index: 900 !important;
  }

  .images:hover .image {
    display: none;
    cursor: pointer;
  }

  .images figure {
    cursor: pointer !important;
    opacity: 0;
    transform: translate(180px, 180px) scale(0.9);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .images.visible figure {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }

  .offset-text {
    text-underline-offset: 10px !important;
  }

  .banner-cover {
    position: relative;
  }

  .banner-cover-1 img {
    position: absolute;
    top: 0 !important;
    right: 50px;
  }

  .banner-cover-2 img {
    position: absolute;
    left: 0;
    bottom: 50px;
  }

  .footer-languag-menu li {
    z-index: 100000000000000000 !important;
  }

  .footer-languag-menu li ul {
    top: -103px !important;
  }

  .floating-v {
    position: relative !important;
    animation: float 3s ease-in-out infinite;
  }

  @keyframes float {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-40px);
    }
    100% {
      transform: translateY(0);
    }
  }

  .dublin-mobile-menu .wp-block-navigation__container:only-child,
  .wp-block-page-list:only-child {
    flex-grow: 1;
    margin-top: 50px !important;
  }

  .hero-logo {
    z-index: 100 !important;
    position: relative;
    /* 	margin-left: 40px; */
  }
  .sticky-desktop-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }
  .row-header {
    padding: 0px 16px !important;
  }

  .mb-button a:hover {
    background-color: #f4c7c8 !important;
  }
  .mobile-menu.show {
    left: 0 !important;
    z-index: 100000 !important;
  }
  .mobile-menu {
    transition: 0.3s;
    z-index: 1000;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: calc(100vw + 30px);
    overflow: hidden !important;
  }
  /*mobile footer marfin-left css*/
  @media screen and (max-width: 768px) {
    .div-mobile-footer {
      margin-left: 10px !important;
    }

    .dublin-mobile-menu .wp-block-navigation__responsive-dialog {
      margin-top: 25px !important;
    }

    .dublin-mobile-menu
      .wp-block-navigation__responsive-dialog
      .wp-block-navigation__responsive-container-close
      svg {
      margin-left: 10px !important;
    }
    .location-banner-cover {
      min-height: 430px !important;
    }

    .location-banner-cover p {
      margin-top: 80px !important;
    }

    .location-banner-logo-image img {
      width: 200px !important;
      height: fit-content !important;
    }
  }

  /*promo-section-mobile-responsive-css*/
  @media screen and (max-width: 768px) {
    .div-mobile-responsive-promo {
      border: none;
    }
  }

  .brussels-logo img {
    position: relative;
    z-index: 2008989898989898989898989898989898 !important;
  }
