/*
Theme Name: Nizoral Theme
Description: A Nizoral WordPress theme with multilingual support.
Version: 1.0
License: GNU General Public License v2 or later
Tags: custom-theme, responsive, multilingual
Text Domain: Nizoral
*/
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul li {
  position: relative;
  padding-left: 55px;
  margin: 30px 0;
  display: flex;
  align-items: center;
}

/* ul li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
  background: url('/wp-content/uploads/2025/11/PUNTO-ELENCO.png') no-repeat center center;
  background-size: contain;
} */
ul li:not(.filter-btn)::before {
  content: "";
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
  background: url('/wp-content/uploads/2025/11/PUNTO-ELENCO.png') no-repeat center center;
  background-size: contain;
}
ul li.filter-btn::before {
  content: none !important;
}
.h-\[125\%\] {
  height: 125%;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-40 {
  margin-bottom: 10rem;
}
.z-\[300\] {
  z-index: 300;
}
@media (min-width: 768px) {
  
}
@media (min-width: 768px) {
  .md\:w-\[52\%\] {
    width: 52%;
  }
  .md\:ps-\[60\%\] {
    padding-inline-start: 60%;
  }
  .md\:ps-\[40\%\] {
    padding-inline-start: 40%;
  }
  .md\:pe-\[40\%\] {
    padding-inline-end: 40%;
  }
  .md\:mb-20 {
    margin-bottom: 5rem;
  }
  .md\:mb-40 {
    margin-bottom: 10rem;
  }
  .md\:w-22 {
    width: 5.5rem;
  }
  .md\:w-26 {
    width: 6.5rem;
  }
  .md\:w-28 {
    width: 7rem;
  }
  .md\:w-30 {
    width: 7.5rem;
  }
  .md\:text-\[10rem\] {
    font-size: 10rem;
  }  
}
@media only screen 
      and (min-device-width: 768px) 
      and (max-device-width: 1024px) 
      and (orientation: portrait) {
  #ipad-overlay {
    display: flex !important;
  }
  body{
	overflow:hidden;
	height:100vh;
  }
}