/* 
Theme Name: Mousiki Apopsi Custom Theme Child
Theme URI: https://www.digizone.gr/web
Description: Karousis Theme Child is a child theme of mousikiapopsi.gr Main Theme, created by DigiZone Web team
Author: DigiZone Web Team
Author URI: https://www.digizone.gr/web
Template: mousikiapopsi-theme
Version: 1.0.1
Text Domain: mousikiapopsi-theme-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.sticky-header.shrink {
  background-color: #fff !important;
    height: 70px !important;
    -moz-box-shadow:0 5px 5px rgba(182, 182, 182, 0.75);
    -webkit-box-shadow: 0 5px 5px rgba(182, 182, 182, 0.75);
    box-shadow: 0 5px 5px rgba(182, 182, 182, 0.75);
}

.sticky-header.shrink #menu-kentriko-menoy > li > a {
  color: #A31B34 !important;
}

.sticky-header.shrink #menu-kentriko-menoy > li:hover > a {
  color: #000 !important;
}
 
.sticky-header .logo {
  transition: transform 0.5s ease;
  transform-origin: left center; /* Set the scaling point to the left */
}
 
/* Reduced heights when scrolling */
@media (min-width: 1025px) {
   .sticky-header.shrink {
    height: 95px; /* 75% of 125px */
  }
}
 
@media (min-width: 768px) and (max-width: 1024px) {
  .sticky-header.shrink {
    height: 85px; /* 75% of 120px */
  }
}
 
@media (max-width: 767px) {
   .sticky-header.shrink {
    height: 65px; /* 75% of 90px */
  }
}
 
/* Reduced logo size when scrolling */
 .sticky-header.shrink .logo {
  transform: scale(0.7);
}