/*
   Theme Name:   GP Child
Description:  Generate Press Child Theme
Author:       AdhubMedia
Template:     generatepress
Version:      1.0.1
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         GP extend
Text Domain:  generatepress_child
 */

.site-header .header-image{
width:330px;
}


.partner-carousel {
  width: 100%;
  padding: 20px 0;
}

.partner-carousel .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-carousel img {
  max-height: 70px;
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
  filter: grayscale(100%);
}

.partner-carousel img:hover {
  transform: scale(1.05);
  filter: grayscale(0%);
}

/* Responsive ottimizzato */
@media (max-width: 768px) {
  .partner-carousel img {
    max-height: 60px;
  }
}

@media (max-width: 480px) {
  .partner-carousel img {
    max-height: 50px;
  }
  .site-header .header-image{
	width:200px;
  }
}

