/*
Theme Name: Meloria Default (Classic) Child 2025
Theme URI: http://www.meloria.com
Author: Meloria
Author URI: http://www.meloria.com
Description: Blank Child Theme for Meloria Default (Classic) Theme
Template: meloriadefault
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: four-columns, right-sidebar, full-width-template
Text Domain: meloriachildtheme
*/

/**
 * Table of Contents:
 *
 * 1.0 - Defaults
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */

:root {
  --karla-font: "Karla", serif;
  --Blue: #2b3963;
  --light-blue: rgba(70, 116, 155, 0.3);
  --Blue-10: #e5e9eb;
  --body-color: #4a5668;
  --Avio--body-text: #5f6f88;
  --Sabbia: #c4b9a8;
  --grey-bluegame: #f5f5f5;
  --laguna: #3b678c;
}
@font-face {
  font-family: "Verlag";
  src: url(../meloriadefault-child/assets/fonts/Verlag-Book-1.woff2),
    url(../meloriadefault-child/assets/fonts/Verlag-Light-1.woff);
  font-weight: normal;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: "bootstrap-icons";
  src: url(../meloriadefault-child/assets/fonts/bootstrap-icons.woff2)
      format("woff2"),
    url(../meloriadefault-child/assets/fonts/bootstrap-icons.woff)
      format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.blue-bluegame {
  color: var(--Blue) !important;
}
body {
  font-family: var(--karla-font);
  font-size: 17px;
  color: #394352;
}
a.bluegame-link {
  color: var(--Blue) !important;
  text-decoration: none;
}
a.bluegame-link:hover,
a.bluegame-link:focus,
a.bluegame-link:active {
  color: var(--laguna) !important;
  text-decoration: underline;
}
.yacht-menu a{
  color: var(--Blue)!important;
}
.yacht-menu a:hover {
  color: var(--Blue) !important;
}
div#wpadminbar a {
  color: white !important;
}
.text-blue-bluegame {
  color: var(--Blue) !important;
}
.avio-text {
  color: var(--Avio--body-text) !important;
}
.bg-light-blue {
  background-color: var(--light-blue);
}
.bg-blue-10 {
  background-color: var(--Blue-10);
}
.bg-blue-bluegame {
  background-color: var(--Blue);
}
.bg-waves {
  background-color: var(--body-bgcolor);
  z-index: 0;
}
.bg-waves-up {
  background-image: url(/wp-content/uploads/2025/02/waves-up.svg);
  background-repeat: no-repeat;
  background-position: 4% 18%;
  z-index: 0;
}
.bg-gray-bluegame {
  background-color: rgba(175, 174, 174, 0.3);
}
.btn {
  border: 1px solid;
  font-size: 16px !important;
}
.btn.submit {
  border-color: var(--Blue);
  color: var(--Blue);
}
.bg-gradient-bluegame {
  background: -webkit-gradient(to top, #141622 56%, transparent 117%);
  background: linear-gradient(to top, #141622 56%, transparent 117%);
}
.magic-cursor-base-color #ball-cursor:after,
.magic-cursor-base-color #ball-cursor:before {
  background-color: var(--Blue-10);
  color: var(--Blue);
}
.magic-cursor-base-color #ball-cursor {
  background-color: var(--Blue-10);
}
#ball-cursor-loader {
  border: none;
}
.close-icon {
  color: var(--Blue);
  font-size: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.cursor-default {
  cursor: default !important;
}
/*
 * 1.0 Defaults
 * ----------------------------------------------------------------------------
 */
.sticky-image-title .title {
  white-space: nowrap;
  font-family: "Verlag";
  color: rgba(255, 255, 255, 0.4);
}
.sticky-image-distortion-wrapper .svg-wrapper {
  position: absolute;
}

.sticky-image-distortion-wrapper
  .menu
  .menu__link.active
  .sticky-image-title
  a {
  font-family: "Verlag";
}
.verlag-font {
  font-family: "Verlag";
}
.karla-font {
  font-family: "Karla", sans-serif;
}
select:after {
  content: "\F282" !important;
  font-family: "bootstrap-icons" !important;
  right: 20px;
  top: 50%;
  height: 34px;
  position: absolute;
  pointer-events: none;
  font-size: 22px;
  margin-top: -15px;
}
input:focus,
select:focus,
textarea:focus,
.form-control:focus,
.form-select {
  color: #394352 !important;
}
.sticky-image-distortion-wrapper
  .menu
  .menu__link:hover
  > .sticky-image-title
  a {
  opacity: 1 !important;
}
/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */
.discover-more-button {
  font-family: "Karla", sans-serif;
  border-color: var(--Blue);
  color: var(--Blue);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 139.5%;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
.discover-more-button:hover {
  background-color: var(--Blue);
  color: white !important;
}
.terms-condition-box .box:before {
  border-color: var(--body-color);
}
.btn {
  font-family: "Karla";
}
.wpcf7-spinner {
  display: none;
}
.z-100 {
  z-index: 100 !important;
}
.nav-tabs .nav-link.active {
  color: var(--Blue) !important;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid var(--Blue) !important;
  border-radius: 0;
  font-family: var(--karla-font);
  text-transform: uppercase;
}
.nav-tabs .nav-link {
  color: var(--Avio--body-text) !important;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid transparent;
  border-radius: 0;
  font-family: var(--karla-font);
  text-transform: uppercase;
}
/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

h4.subtitle {
  font-family: "Verlag";
  color: var(--Blue);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 98%; /* 15.68px */
  letter-spacing: 4.8px;
  text-transform: uppercase;
}
.menu__link .range-button {
  display: none;
}
.menu__link.active .range-button {
  display: block;
}
input::placeholder {
  color: #394352 !important;
  font-size: 17px !important;
  line-height: 30px;
}
.interested-in-yacht {
  padding-top: 50px;
  padding-bottom: 50px;
}
/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

.mobile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background: #fff;
  border-bottom: 1px solid #ddd;
  position: relative;
  z-index: 10;
  height: 70px;
}

.mobile-header a,
.logo,
.menu-button {
  color: var(--Blue);
  text-decoration: none;
  font-family: "Karla", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}

.logo {
  flex-grow: 1;
  text-align: center;
}
#ball-cursor{
    width: 64px;
    height: 64px;
}
.menu-button {
  cursor: pointer;
  z-index: 20;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background: #fff;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  transition: left 0.3s ease;
  z-index: 15;
}

.mobile-menu.open {
  left: 0;
  margin-top: 64px;
}

.mobile-menu .sub-menu {
  display: none;
  transition: max-height 0.3s ease;
}
.mobile-menu .sub-menu.open {
  display: block;
  padding-left: 0;
}
.mobile-menu .sub-menu li {
  padding-top: 20px;
}
.mobile-menu .sub-menu a span {
  color: var(--Avio--body-text);
  font-size: 20px;
  letter-spacing: 2px;
}
.menu-item-has-children.open > .sub-menu {
  display: block;
}
.mobile-menu .submenu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 20px;
}
.mobile-menu .bi-chevron-down {
  font-size: 25px;
  color: var(--Blue)!important;
}
.mobile-menu .bi-chevron-down::active{
    color: var(--Blue)!important;
}
.mobile-menu .dropdown-toggle-icon i,
.mobile-menu .submenu-toggle i {
  transition: transform 0.3s ease;
}

.mobile-menu .menu-item-has-children.open i,
.mobile-menu .menu-item-has-children.show i {
  transform: rotate(180deg);
}
#contact-form-meloria {
  scroll-margin-top: 200px;
}
/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */
/* header */

.navbar {
  min-height: 80px !important;
  align-items: center;
  font-family: "Karla", sans-serif;
}

.desktop-menu .dropdown-toggle::after {
  display: none !important;
}

@media (max-width: 991.98px) {
  .navbar-nav {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .navbar-collapse {
    text-align: center;
  }
  
  .yacht-menu dt a {
	display:block;
    min-width:13rem;
  }
  
}

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */
.navbar.navbar-light {
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
}
/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */
.shadow-meloria {
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1);
}
#yacht_layout_panel figure{
  text-align:center;
}
#yacht_layout_panel figure img{
    max-width: 800px;
}
/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */
section.design-performance-image {
  background: url(/wp-content/uploads/2025/04/Design-Performance-Image-scaled.webp)
    no-repeat center center;
  background-size: cover;
}

/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */
.single-post .navbar .nav-link {
  color: var(--Blue);
}
.post-metadata {
  color: var(--Sabbia);
  font-weight: 400;
}
.single-post .post-content h2 {
  font-family: "Verlag";
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: normal !important;
  letter-spacing: 1.5px;
  text-transform: none;
  color: var(--Blue);
}
.post-content h5 {
  font-size: 18px;
}
@media screen and (max-width: 575.98px) {
  .post-content {
    padding: 0 1rem;
  }
  .mobile-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    background: white;
  }

  .sticky-image-distortion-wrapper,
  .sticky-image-distortion-wrapper .menu {
    overflow: visible;
  }
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
  .post-content {
    padding: 0 2rem;
  }
  
  .yacht-menu dt a {
	display:block;
    min-width: 13rem;
  }
  
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .post-content {
    padding: 0 5rem;
  }
  
  .yacht-menu dt a {
	  display:block;
    min-width: 18rem;
  }
  
}
@media screen and (min-width: 1400px) {
  .post-content {
    padding: 0 10rem;
  }
  
  .yacht-menu dt a {
	  display:block;
    min-width: 18rem;
  }
}

/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

/**
   * 5.8 Author Bio
   * ----------------------------------------------------------------------------
   */

/**
   * 5.9 Archives
   * ----------------------------------------------------------------------------
   */

/**
   * 5.10 Search Results/No posts
   * ----------------------------------------------------------------------------
   */

/**
   * 5.11 404
   * ----------------------------------------------------------------------------
   */

/**
   * 5.12 Comments
   * ----------------------------------------------------------------------------
   */

/**
   * 6.0 Sidebar
   * ----------------------------------------------------------------------------
   */

/**
   * 6.1 Widgets
   * ----------------------------------------------------------------------------
   */

/**
   * 7.0 Footer
   * ----------------------------------------------------------------------------
   */
h4.footer-widget {
  font-family: "Karla", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--Blue);
  text-transform: uppercase;
  letter-spacing: 1.6px;
  margin-bottom: 8px;
  line-height: 1rem;
}
footer .menu-item span {
  color: #394352;
  font-family: "Karla", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.yacht-list-footer a {
  color: #394352;
  font-family: "Karla", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
span.footer-info {
  font-family: "Karla", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #394352;
}
.elements-social .dark li a {
  color: var(--Blue);
}
.newsletter-bluegame h3 {
  color: var(--Blue);
}
#menu-footer-menu li a span {
  color: var(--Blue);
  font-weight: 700;
}
#bluegame-footer #menu-social-menu {
  display: flex;
  gap: 25px;
  font-size: 20px;
}
#bluegame-footer #menu-social-menu li a {
  color: var(--Blue);
}
  #singleYachtModal{
    margin-top: 100px!important;
  }
@media (max-width: 767px) {
  .md-height-500px {
    max-height: 300px;
    object-fit: cover;
  }
}
@media screen and (min-width: 800px) {
  .md-height-500px {
    height: 500px;
    object-fit: cover;
  }
  @media (max-width: 992px) {
    .mobile-nav .navbar-collapse {
      position: fixed;
      top: 50px; /* adjust to height of navbar */
      left: 0;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 15px;
      width: 75%;
      height: 100%;
    }

    .mobile-nav .navbar-collapse.collapsing {
      left: -75%;
      transition: height 0s ease;
    }

    .mobile-nav .navbar-collapse.show {
      left: 0;
      transition: left 300ms ease-in-out;
    }

    .mobile-nav .navbar-toggler.collapsed ~ .navbar-collapse {
      transition: left 500ms ease-in-out;
    }
  }
  #menu-footer-menu .menu-item-has-children > a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    cursor: pointer;
    gap: 10px;
  }

  #menu-footer-menu .menu-item-has-children > a::after {
    content: "\F282";
    font-family: "bootstrap-icons";
    margin-left: 8px;
    transition: transform 0.3s ease;
    font-size: 1rem;
  }

  #menu-footer-menu .menu-item-has-children.open > a::after {
    transform: rotate(180deg);
  }

  #menu-footer-menu .sub-menu {
    display: none;
    list-style: none;
    padding-left: 1rem;
  }

  #menu-footer-menu .menu-item-has-children.open > .sub-menu {
    display: block;
  }

  .scrollable-text {
    max-height: 500px;
    overflow-y: auto;
    scrollbar-width: thin;
    /* Per Firefox */
    scrollbar-color: black transparent;
    /* Colore della barra di scorrimento su Firefox */
  }

  .yacht-logo {
    max-width: 300px;
  }

  /* Webkit (Chrome, Safari) */
  .scrollable-text::-webkit-scrollbar {
    width: 6px;
  }

  .scrollable-text::-webkit-scrollbar-track {
    background: transparent;
  }

  .scrollable-text::-webkit-scrollbar-thumb {
    background: black;
    border-radius: 10px;
    transition: background 0.3s ease-in-out;
  }

  .scrollable-text::-webkit-scrollbar-thumb:hover {
    background: #333;
    /* Leggermente più chiaro al passaggio del mouse */
  }

  .scrollable-text::-webkit-scrollbar-thumb {
    background: linear-gradient(
      to bottom,
      black var(--scroll-progress),
      rgba(0, 0, 0, 0.2) var(--scroll-progress)
    );
  }
}
/**
   * 8.0 Media Queries (Bootstrap)
   * ----------------------------------------------------------------------------
   */

@media (max-width: 575.98px) {
  /* X-Small devices (portrait phones, less than 576px) */
  /**
     * 8.1 - Commons
     * ----------------------------------------------------------------------------
     */
  h1 {
    font-family: "Verlag";
    font-size: 48px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 140% !important;
    text-transform: uppercase;
    color: var(--Blue);
  }
  .single-post h1,
  .page-template-service-page h1 {
    text-transform: none!important;
  }
  h2 {
    font-family: "Verlag";
    font-size: 40px;
    font-style: normal;
    font-weight: 325;
    line-height: 50px !important;
    letter-spacing: 1.5px;
    color: var(--Blue);
  }
  .smaller-h2 h2{
    font-size: 40px;
    text-transform: none!important;
  }
  h3 {
    font-family: "Verlag";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px !important;
    letter-spacing: 2.4px;
    color: var(--Blue);
  }
  .hero-slider-home span.d-inline-block {
    line-height: 60px;
  }
  /**
     * 8.2 - Repeatable Patterns
     * ----------------------------------------------------------------------------
     */
  .bigger-image {
    max-width: 300px;
  }
  .news-title-slider {
    font-size: 32px;
  }
  .dealers-grid-container {
    padding: 0 2rem 2rem 2rem;
  }

  /**
     * 8.3 - Basic Structure
     * ----------------------------------------------------------------------------
     */
  .portfolio-wrapper li:hover a,
  .portfolio-wrapper li:focus a,
  .portfolio-wrapper li.active a{
        border: none;
        color: white !important;
        text-decoration: none;
  }
  .portfolio-wrapper li a {
    color: var(--Avio--body-text);
    font-family: var(--verlag-font);
    border-bottom: none;
  }
  .navbar-blog-meloria .nav-link{
    text-transform: uppercase;
    color: var(--Avio--body-text)!important;
    font-family: var(--karla-font);
    font-size: 16px;
    padding: 12px 16px;
    font-weight: 700;
  }
  .navbar-blog-meloria li:hover a, .navbar-blog-meloria li:focus a, .navbar-blog-meloria li.active a{
    color: var(--Blue) !important;
    font-family: var(--karla-font);
    text-transform: uppercase;
    border: 2px solid var(--Blue);
    
    font-size: 16px;
  }
  .blog-posts-slider .swiper-pagination {
    top: 105%;
    display: flex;
  }
  .blog-posts-slider .swiper-pagination-bullet-active {
    background-color: var(--Blue) !important;
    width: 20px;
    height: 20px;
    border-radius: 50%;
  }
  .blog-posts-slider .swiper-pagination-bullet {
    background: var(--Avio--body-text);
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }
  .logo-yacht-hp-slider img{
  width: 150px
}

  /**
     * 8.4 - Header
     * ----------------------------------------------------------------------------
     */
  :has(.yacht-menu:not(.d-none)) .mobile-header {
    position: fixed !important;
    top: 0px !important;
    width: 100%;
  }
  :has(.yacht-menu:not(.d-none)) header.sticky .navbar {
    transform: none;
  }
  .yacht-menu {
    position: fixed;
    top: 70px;
    height: 90vh;
    overflow-y: auto;
  }
  .img-fluid.yacht-menu-image {
    width: 110px;
  }
  .yacht-menu .gap-sm-5 {
    gap: 3rem !important;
  }
  .mobile-menu {
    background-color: var(--grey-bluegame);
  }
  .mobile-menu a span {
    color: var(--Blue);
    font-weight: 500;
    font-size: 32px;
    font-family: "Verlag";
    text-transform: uppercase;
  }
  #menu-mobile-menu {
    gap: 3rem;
    padding-top: 72px;
  }
  .modal-dialog-center{
    margin-top: 100px!important;
  }

  /**
     * 8.5 - Content
     * ----------------------------------------------------------------------------
     */
.page-template-contact .video-icon-box {
    bottom: 50%;
    left: 54%;
    top: 36%;
}
.logo-yacht-hp-slider img{
    width: 150px!important;
}
  /**
     * 8.6 - Sidebar
     * ----------------------------------------------------------------------------
     */
  /**
     * 8.7 - Footer
     * ----------------------------------------------------------------------------
     */
  #bluegame-footer {
    padding-top: 50px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* Small devices (landscape phones, less than 768px) */
  /**
     * 8.1 - Commons
     * ----------------------------------------------------------------------------
     */
  h1 {
    font-family: "Verlag";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 140% !important;
    text-transform: uppercase;
    color: var(--Blue);
  }
  h2 {
    font-family: "Verlag";
    font-size: 40px;
    font-style: normal;
    font-weight: 325;
    line-height: 60px !important;
    letter-spacing: 2.56px;
    color: var(--Blue);
  }
  .smaller-h2 h2{
    font-size: 35px;
    text-transform: none!important;
  }
  .page-template-service-page h2 {
    font-size: 32px;
  }
  h3 {
    font-family: "Verlag";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px !important;
    letter-spacing: 2.4px;
    color: var(--Blue);
  }
  .hero-slider-home span.d-inline-block {
    line-height: 60px;
  }
  /**
     * 8.2 - Repeatable Patterns
     * ----------------------------------------------------------------------------
     */
  .bigger-image {
    max-width: 300px;
  }
  .news-title-slider {
    font-size: 48px;
  }
  /**
     * 8.3 - Basic Structure
     * ----------------------------------------------------------------------------
     */
  .logo-range-slider {
    width: 160px;
  }
  .portfolio-wrapper li:hover a,
  .portfolio-wrapper li:focus a,
  .portfolio-wrapper li.active a{
        border: none;
        color: white !important;
        text-decoration: none;
  }
  .portfolio-wrapper li a {
    color: var(--Avio--body-text);
    font-family: var(--verlag-font);
    border-bottom: none;
  }
  .navbar-blog-meloria .nav-link{
    text-transform: uppercase;
    color: var(--Avio--body-text)!important;
    font-family: var(--karla-font);
    font-size: 16px;
    padding: 12px 16px;
    font-weight: 700;
  }
  .navbar-blog-meloria li:hover a, .navbar-blog-meloria li:focus a, .navbar-blog-meloria li.active a{
    color: var(--Blue) !important;
    font-family: var(--karla-font);
    text-transform: uppercase;
    border: 2px solid var(--Blue);
    
    font-size: 16px;
  }
  /**
     * 8.4 - Header
     * ----------------------------------------------------------------------------
     */
  .yacht-menu {
    margin-top: 70px;
  }
  .img-fluid.yacht-menu-image {
    width: 110px;
  }
  #menu-mobile-menu {
    background-color: var(--Blue);
    color: #fff;
  }
  /**
    * 8.5 - Content
    * ----------------------------------------------------------------------------
    */
.video-icon-box {
    bottom: 50%;
    left: 54%;
    top: 36%;
}

  /**
     * 8.6 - Sidebar
     * ----------------------------------------------------------------------------
     */

  /**
     * 8.7 - Footer
     * ----------------------------------------------------------------------------
     */
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* Medium devices (tablets, less than 992px) */
  /**
     * 8.1 - Commons
     * ----------------------------------------------------------------------------
     */
  h1 {
    font-family: "Verlag";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 10%;
    color: var(--Blue);
  }
  h2 {
    font-family: "Verlag";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px !important;
    letter-spacing: 2.56px;
    color: var(--Blue);
  }
  .smaller-h2 h2{
    font-size: 35px;
  }
  .page-template-service-page h2 {
    font-size: 32px;
    text-transform: none!important;
  }
  h3 {
    font-family: "Verlag";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px !important;
    letter-spacing: 2.4px;
    color: var(--Blue);
  }
  /**
     * 8.2 - Repeatable Patterns
     * ----------------------------------------------------------------------------
     */
  .bigger-image {
    max-width: 300px;
  }
  .news-title-slider {
    font-size: 48px;
  }
  /**
     * 8.3 - Basic Structure
     * ----------------------------------------------------------------------------
     */
  .portfolio-wrapper li:hover a,
  .portfolio-wrapper li:focus a,
  .portfolio-wrapper li.active a{
        border: none;
        color: white !important;
        text-decoration: none;
  }
  .portfolio-wrapper li a {
    color: var(--Avio--body-text);
    font-family: var(--verlag-font);
    border-bottom: none;
  }
  .navbar-blog-meloria .nav-link{
    text-transform: uppercase;
    color: var(--Avio--body-text)!important;
    font-family: var(--karla-font);
    font-size: 16px;
    padding: 12px 16px;
    font-weight: 700;
  }
  .navbar-blog-meloria li:hover a, .navbar-blog-meloria li:focus a, .navbar-blog-meloria li.active a{
    color: var(--Blue) !important;
    font-family: var(--karla-font);
    text-transform: uppercase;
    border: 2px solid var(--Blue);
    
    font-size: 16px;
  }
  .blog-posts-slider .swiper-pagination {
    display: none;
  }
  .dealers-grid-container {
    padding: 0 3.75rem 3.75rem 3.75rem;
  }
  .logo-range-slider {
    width: 160px;
  }
  /**
     * 8.4 - Header
     * ----------------------------------------------------------------------------
     */
  :has(.yacht-menu:not(.d-none)) .mobile-header {
    position: fixed !important;
    top: 0px !important;
    width: 100%;
  }
  :has(.yacht-menu:not(.d-none)) header.sticky .navbar {
    transform: none;
  }
  .yacht-menu {
    position: fixed;
    top: 70px;
    height: 100vh;
    overflow-y: auto;
  }
  /**
   * 8.5 - Content
   * ----------------------------------------------------------------------------
   */
  img.img-fluid.post-main-photo {
    max-height: 500px;
  }
.page-template-contact .video-icon-box {
    bottom: 50%;
    left: 49%;
    top: 36%;
}


  /**
   * 8.6 - Sidebar
   * ----------------------------------------------------------------------------
   */

  /**
     * 8.7 - Footer
     * ----------------------------------------------------------------------------
     */
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Large devices (desktops, less than 1200px) */
  /**
     * 8.1 - Commons
     * ----------------------------------------------------------------------------
     */
  h1 {
    font-family: "Verlag";
    font-size: 120px;
    font-style: normal;
    font-weight: 400;
    line-height: 140% !important;
    color: var(--Blue);
  }
  h2 {
    font-family: "Verlag";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px !important;
    letter-spacing: 2px;
    color: var(--Blue);
  }
  .smaller-h2 h2{
    font-size: 47px;
    text-transform: none!important;
  }
  .page-template-service-page h2 {
    font-size: 32px;
  }
  h3 {
    font-family: "Verlag";
    font-size: 47px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px !important;
    letter-spacing: 3.2px;
    color: var(--Blue);
  }
  .stack-item h2 {
    font-size: 48px;
    line-height: normal !important;
  }
  .hero-slider-home span.d-inline-block {
    line-height: 100px;
  }
  /**
     * 8.2 - Repeatable Patterns
     * ----------------------------------------------------------------------------
     */
  .full-screen-md {
    height: 100vh;
  }
  .h-md-100 {
    height: 100%;
  }
  .bigger-image {
    max-width: 400px;
  }
  .news-title-slider {
    font-size: 48px;
  }
  /**
     * 8.3 - Basic Structure
     * ----------------------------------------------------------------------------
     */
  .portfolio-wrapper li:hover a,
  .portfolio-wrapper li:focus a,
  .portfolio-wrapper li.active a{
        border: none;
        color: white !important;
        text-decoration: none;
  }
  .portfolio-wrapper li a {
    color: var(--Avio--body-text);
    font-family: var(--verlag-font);
    border-bottom: none;
  }
  .navbar-blog-meloria .nav-link{
    text-transform: uppercase;
    color: var(--Avio--body-text)!important;
    font-family: var(--karla-font);
    font-size: 16px;
    padding: 12px 16px;
    font-weight: 700;
  }
  .navbar-blog-meloria li:hover a, .navbar-blog-meloria li:focus a, .navbar-blog-meloria li.active a{
    color: var(--Blue) !important;
    font-family: var(--karla-font);
    text-transform: uppercase;
    border: 2px solid var(--Blue);
    
    font-size: 16px;
  }
  .first-stripe-range {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .dealers-grid-container {
    padding: 0 3.75rem 3.75rem 3.75rem;
  }
  .logo-range-slider {
    width: 180px;
  }
  .sticky-image-distortion-wrapper .menu {
    padding: 50px 0 100px 30px;
  }
  
    .yacht-menu__close{
	  top:4rem;
  }
  /**
     * 8.4 - Header
     * ----------------------------------------------------------------------------
     */
  .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .yacht-menu {
    margin-top: 80px;
  }

  .navbar-nav .menu-item-has-children {
    position: static;
  }

  /* .navbar-nav .menu-item-has-children > .sub-menu {
    position: fixed !important;
    top: 80px !important;
    left: 0;
    width: 100vw;
    background: white;
    display: none;
    padding: 36px 60px !important;
    z-index: 9999;
  }

  .navbar-nav .menu-item-has-children:hover > .sub-menu {
    display: block !important;
  }

  .navbar-nav .sub-menu:hover {
    display: block !important;
  } */
  .navbar-nav .sub-menu li {
    padding-bottom: 36px;
  }
  .sub-menu .nav-item span {
    font-family: Verlag;
    color: var(--Blue);
    font-size: 32px;
    font-style: normal;
    font-weight: 325;
    line-height: normal;
  }
  .dropdown-item.active,
  .dropdown-item:active {
    background-color: transparent;
    color: var(--Blue);
  }
  /**
   * 8.5 - Content
   * ----------------------------------------------------------------------------
   */
  .sticky-image-distortion-wrapper .svg-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .image-dp {
    max-width: 500px;
  }
  img.img-fluid.post-main-photo {
    max-height: 500px;
  }
  .yacht-gallery img,
  .swiper-wrapper.image-gallery-style-01 img {
    max-height: 500px;
    width: 100%;
  }
.page-template-contact .video-icon-box {
    bottom: 50%;
    left: 55%;
    top: 36%;
}

  /**
   * 8.6 - Sidebar
   * ----------------------------------------------------------------------------
   */

  /**
     * 8.7 - Footer
     * ----------------------------------------------------------------------------
     */
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  /* X-Large devices (large desktops, less than 1400px) */
  /**
     * 8.1 - Commons
     * ----------------------------------------------------------------------------
     */
  h1 {
    font-family: "Verlag";
    font-size: 120px;
    font-style: normal;
    font-weight: 400;
    line-height: 140% !important;
    color: var(--Blue);
  }
  h2 {
    font-family: "Verlag";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px !important;
    letter-spacing: 2px;
    color: var(--Blue);
  }
  .smaller-h2 h2{
    font-size: 47px;
    text-transform: none!important;
  }
  .page-template-service-page h2 {
    font-size: 32px;
  }
  h3 {
    font-family: "Verlag";
    font-size: 47px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px !important;
    letter-spacing: 3.2px;
    color: var(--Blue);
  }
  .stack-item h2 {
    font-size: 48px;
    line-height: normal !important;
  }
  .hero-slider-home span.d-inline-block {
    line-height: 100px;
  }
  /**
     * 8.2 - Repeatable Patterns
     * ----------------------------------------------------------------------------
     */
  .full-screen-md {
    height: 100vh;
  }
  .h-md-100 {
    height: 100%;
  }
  .bigger-image {
    max-width: 500px;
  }
  .news-title-slider {
    font-size: 48px;
  }
  .sticky-image-distortion-wrapper .menu {
    padding: 50px 0 100px 100px;
  }
  /**
     * 8.3 - Basic Structure
     * ----------------------------------------------------------------------------
     */
  .portfolio-wrapper li:hover a,
  .portfolio-wrapper li:focus a,
  .portfolio-wrapper li.active a{
        border: none;
        color: white !important;
        text-decoration: none;
  }
  .portfolio-wrapper li a {
    color: var(--Avio--body-text);
    font-family: var(--verlag-font);
    border-bottom: none;
  }
  .navbar-blog-meloria .nav-link{
    text-transform: uppercase;
    color: var(--Avio--body-text)!important;
    font-family: var(--karla-font);
    font-size: 16px;
    padding: 12px 16px;
    font-weight: 700;
  }
  .navbar-blog-meloria li:hover a, .navbar-blog-meloria li:focus a, .navbar-blog-meloria li.active a{
    color: var(--Blue) !important;
    font-family: var(--karla-font);
    text-transform: uppercase;
    border: 2px solid var(--Blue);
    
    font-size: 16px;
  }
  .first-stripe-range {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .dealers-grid-container {
    padding: 0 3.75rem 3.75rem 3.75rem;
  }
  .logo-range-slider {
    width: 180px;
  }
  /**
     * 8.4 - Header
     * ----------------------------------------------------------------------------
     */
  .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .desktop-menu {
    position: fixed !important;
  }
  :has(.yacht-menu:not(.d-none)) .desktop-menu {
    position: fixed !important;
    top: 0px !important;
  }
  :has(.yacht-menu:not(.d-none)) header.sticky .navbar {
    transform: none;
  }
  .yacht-menu {
    position: fixed;
    top: 80px;
    height: 100vh;
    overflow-y: auto;
  }
  .navbar-nav .menu-item-has-children {
    position: static;
  }

  /* .navbar-nav .menu-item-has-children > .sub-menu {
    position: fixed !important;
    top: 80px !important;
    left: 0;
    width: 100vw;
    background: white;
    display: none;
    padding: 36px 60px !important;
    z-index: 9999;
  }

  .navbar-nav .menu-item-has-children:hover > .sub-menu {
    display: block !important;
  }

  .navbar-nav .sub-menu:hover {
    display: block !important;
  }  */
  .navbar-nav .sub-menu li {
    padding-bottom: 36px;
  }
  .sub-menu .nav-item span {
    font-family: Verlag;
    color: var(--Blue);
    font-size: 32px;
    font-style: normal;
    font-weight: 325;
    line-height: normal;
  }
  .dropdown-item.active,
  .dropdown-item:active {
    background-color: transparent;
    color: var(--Blue);
  }

  /**
   * 8.5 - Content
   * ----------------------------------------------------------------------------
   */
  .sticky-image-distortion-wrapper .svg-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .sticky-image-distortion-wrapper .menu {
    padding: 50px 0 100px 30px;
  }
  .sticky-image-title .title {
    top: 35%;
  }
  .image-dp {
    max-width: 500px;
  }
  img.img-fluid.post-main-photo {
    max-height: 500px;
  }
  .yacht-gallery img,
  .swiper-wrapper.image-gallery-style-01 img {
    max-height: 700px;
    width: 100%;
  }

   .page-template-contact .video-icon-box {
    bottom: 50%;
    left: 50%;
    top: 36%;
}

  /**
     * 8.6 - Sidebar
     * ----------------------------------------------------------------------------
     */

  /**
     * 8.7 - Footer
     * ----------------------------------------------------------------------------
     */
}

@media (min-width: 1400px) and (max-width: 1499px) {
  /* XX-Large devices (larger desktops) */
  /**
     * 8.1 - Commons
     * ----------------------------------------------------------------------------
     */
  h1 {
    font-family: "Verlag";
    font-size: 120px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 10%;
    color: var(--Blue);
  }
  h2 {
    font-family: "Verlag";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px !important;
    letter-spacing: 2px;
    color: var(--Blue);
  }
  .smaller-h2 h2{
    font-size: 47px;
    text-transform: none!important;
  }
  .page-template-service-page h2 {
    font-size: 32px;
  }
  h3 {
    font-family: "Verlag";
    font-size: 47px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px !important;
    letter-spacing: 3.2px;
    color: var(--Blue);
  }
  .stack-item h2 {
    font-size: 48px;
    line-height: normal !important;
  }
  .hero-slider-home span.d-inline-block {
    line-height: 100px;
  }
  :has(.yacht-menu:not(.d-none)) .desktop-menu {
    position: fixed !important;
    top: 0px !important;
  }
  :has(.yacht-menu:not(.d-none)) header.sticky .navbar {
    transform: none;
  }
  .yacht-menu {
    position: fixed;
    top: 80px;
    height: 100vh;
    overflow-y: auto;
  }
  /**
     * 8.2 - Repeatable Patterns
     * ----------------------------------------------------------------------------
     */
  .full-screen-md {
    height: 100vh;
  }
  .h-md-100 {
    height: 100%;
  }
  .bigger-image {
    max-width: 500px;
  }
  .news-title-slider {
    font-size: 48px;
  }
  /**
     * 8.3 - Basic Structure
     * ----------------------------------------------------------------------------
     */
   .portfolio-wrapper li:hover a,
  .portfolio-wrapper li:focus a,
  .portfolio-wrapper li.active a{
        border: none;
        color: white !important;
        text-decoration: none;
  }
  .portfolio-wrapper li a {
    color: var(--Avio--body-text);
    font-family: var(--verlag-font);
    border-bottom: none;
  }
  .navbar-blog-meloria .nav-link{
    text-transform: uppercase;
    color: var(--Avio--body-text)!important;
    font-family: var(--karla-font);
    font-size: 16px;
    padding: 12px 16px;
    font-weight: 700;
  }
  .navbar-blog-meloria li:hover a, .navbar-blog-meloria li:focus a, .navbar-blog-meloria li.active a{
    color: var(--Blue) !important;
    font-family: var(--karla-font);
    text-transform: uppercase;
    border: 2px solid var(--Blue);
    
    font-size: 16px;
  }
  .first-stripe-range {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .dealers-grid-container {
    padding: 0 3.75rem 3.75rem 3.75rem;
  }
  .logo-range-slider {
    width: 180px;
  }
  .sticky-image-distortion-wrapper .menu {
    padding: 50px 0 100px 30px;
  }
  .yacht-gallery img,
  .swiper-wrapper.image-gallery-style-01 img {
    max-height: 600px;
    width: 100%;
  }
  /**
   * 8.4 - Header
   * ----------------------------------------------------------------------------
   */
  .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .navbar-nav .menu-item-has-children {
    position: static;
  }

  /* .navbar-nav .menu-item-has-children > .sub-menu {
    position: fixed !important;
    top: 80px !important;
    left: 0;
    width: 100vw;
    background: white;
    display: none;
    padding: 36px 60px !important;
    z-index: 9999;
  }

  .navbar-nav .menu-item-has-children:hover > .sub-menu {
    display: block !important;
  }

  .navbar-nav .sub-menu:hover {
    display: block !important;
  } */
  .navbar-nav .sub-menu li {
    padding-bottom: 36px;
  }
  .sub-menu .nav-item span {
    font-family: Verlag;
    color: var(--Blue);
    font-size: 32px;
    font-style: normal;
    font-weight: 325;
    line-height: normal;
  }
  .dropdown-item.active,
  .dropdown-item:active {
    background-color: transparent;
    color: var(--Blue);
  }
  /**
   * 8.5 - Content
   * ----------------------------------------------------------------------------
   */
  .sticky-image-distortion-wrapper .svg-wrapper {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .sticky-image-title .title {
    top: 35%;
  }
  .image-dp {
    max-width: 500px;
  }
  .sticky-image-distortion-wrapper .menu {
    padding: 50px 0 100px 30px;
  }
  img.img-fluid.post-main-photo {
    max-height: 500px;
  }
    .page-template-contact .video-icon-box {
    bottom: 50%;
    left: 47%;
    top: 36%;
}

  /**
   * 8.6 - Sidebar
   * ----------------------------------------------------------------------------
   */

  /**
     * 8.7 - Footer
     * ----------------------------------------------------------------------------
     */
}
@media screen and (min-width: 1500px) {
  /* XX-Large devices (larger desktops) */
  /**
     * 8.1 - Commons
     * ----------------------------------------------------------------------------
     */
  h1 {
    font-family: "Verlag";
    font-size: 120px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 10%;
    color: var(--Blue);
  }
  h2 {
    font-family: "Verlag";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px !important;
    letter-spacing: 2px;
    color: var(--Blue);
  }
  .smaller-h2 h2{
    font-size: 47px;
  }
  .page-template-service-page h2 {
    font-size: 32px;
    text-transform: none!important;
  }
  h3 {
    font-family: "Verlag";
    font-size: 47px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px !important;
    letter-spacing: 3.2px;
    color: var(--Blue);
  }
  .stack-item h2 {
    font-size: 48px;
    line-height: normal !important;
  }
  .hero-slider-home span.d-inline-block {
    line-height: 100px;
  }
  :has(.yacht-menu:not(.d-none)) .desktop-menu {
    position: fixed !important;
    top: 0px !important;
  }
  :has(.yacht-menu:not(.d-none)) header.sticky .navbar {
    transform: none;
  }
  .yacht-menu {
    position: fixed;
    top: 80px;
    height: 100vh;
    overflow-y: auto;
  }
  /**
     * 8.2 - Repeatable Patterns
     * ----------------------------------------------------------------------------
     */
  .full-screen-md {
    height: 100vh;
  }
  .h-md-100 {
    height: 100%;
  }
  .bigger-image {
    max-width: 500px;
  }
  .news-title-slider {
    font-size: 48px;
  }
  
  /**
     * 8.3 - Basic Structure
     * ----------------------------------------------------------------------------
     */
  .portfolio-wrapper li:hover a,
  .portfolio-wrapper li:focus a,
  .portfolio-wrapper li.active a{
        border: none;
        color: white !important;
        text-decoration: none;
  }
  .portfolio-wrapper li a {
    color: var(--Avio--body-text);
    font-family: var(--verlag-font);
    border-bottom: none;
  }
  .navbar-blog-meloria .nav-link{
    text-transform: uppercase;
    color: var(--Avio--body-text)!important;
    font-family: var(--karla-font);
    font-size: 16px;
    padding: 12px 16px;
    font-weight: 700;
  }
  .navbar-blog-meloria li:hover a, .navbar-blog-meloria li:focus a, .navbar-blog-meloria li.active a{
    color: var(--Blue) !important;
    font-family: var(--karla-font);
    text-transform: uppercase;
    border: 2px solid var(--Blue);
    
    font-size: 16px;
  }
  .blog-posts-slider .swiper-pagination {
    display: none;
  }
  .first-stripe-range {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .dealers-grid-container {
    padding: 0 3.75rem 3.75rem 3.75rem;
  }
  .logo-range-slider {
    width: 180px;
  }
  .sticky-image-distortion-wrapper .menu {
    padding: 50px 0 100px 30px;
  }
  .yacht-gallery img,
  .swiper-wrapper.image-gallery-style-01 img {
    max-height: 800px;
    width: 100%;
  }
  /**
   * 8.4 - Header
   * ----------------------------------------------------------------------------
   */
  .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .navbar-nav .menu-item-has-children {
    position: static;
  }

  /* .navbar-nav .menu-item-has-children > .sub-menu {
    position: fixed !important;
    top: 80px !important;
    left: 0;
    width: 100vw;
    background: white;
    display: none;
    padding: 36px 60px !important;
    z-index: 9999;
  }

  .navbar-nav .menu-item-has-children:hover > .sub-menu {
    display: block !important;
  }

  .navbar-nav .sub-menu:hover {
    display: block !important;
  } */
  .navbar-nav .sub-menu li {
    padding-bottom: 36px;
  }
  .sub-menu .nav-item span {
    font-family: Verlag;
    color: var(--Blue);
    font-size: 32px;
    font-style: normal;
    font-weight: 325;
    line-height: normal;
  }
  .dropdown-item.active,
  .dropdown-item:active {
    background-color: transparent;
    color: var(--Blue);
  }
  /**
   * 8.5 - Content
   * ----------------------------------------------------------------------------
   */
  .sticky-image-distortion-wrapper .svg-wrapper {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .sticky-image-title .title {
    top: 35%;
  }
  .image-dp {
    max-width: 500px;
  }
  .sticky-image-distortion-wrapper .menu {
    padding: 50px 0 100px 30px;
  }
  img.img-fluid.post-main-photo {
    max-height: 500px;
  }
  .page-template-contact .video-icon-box {
    bottom: 50%;
    left: 40%;
    top: 36%;
}

  /**
   * 8.6 - Sidebar
   * ----------------------------------------------------------------------------
   */

  /**
     * 8.7 - Footer
     * ----------------------------------------------------------------------------
     */
}
