/*
Theme Name: GR-CPS PureSkin Theme
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1772485500
Updated: 2026-03-02 21:05:00

*/

.mega, .mega .elementor-nav-menu__container, .mega .elementor-nav-menu--main, .mega .elementor-widget-container {
    overflow: visible !important;
}
.mega .elementor-nav-menu--main > .elementor-nav-menu {
    display: flex !important;
    position: relative !important;
    width: 100% !important;
    justify-content: left;
}
.mega .elementor-nav-menu--main
> .elementor-nav-menu
> .menu-item-has-children {
    position: static !important;
}
.mega .elementor-nav-menu--main
> .elementor-nav-menu
> .menu-item-has-children
> .sub-menu {
    background-color: #f3f1ef;
    margin-top: 0 !important;
    margin-left: 0 !important;
    position: absolute !important;
    top: 100% !important;
    max-width: none !important;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px;
    width: auto !important;
    left: 0 !important;
    z-index: 99999 !important;
    right: 0 !important;
    -moz-box-shadow: 0 10px 30px rgba(0,0,0,0.08),
    0 2px 8px rgba(0,0,0,0.06);
    -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.08),
    0 2px 8px rgba(0,0,0,0.06);
    -o-box-shadow: 0 10px 30px rgba(0,0,0,0.08),
    0 2px 8px rgba(0,0,0,0.06);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08),
    0 2px 8px rgba(0,0,0,0.06);
    -moz-transform: none !important;
    -webkit-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    min-width: 0 !important;
    padding: 24px 18px !important;
}
.mega .elementor-nav-menu--main
> .elementor-nav-menu
> .menu-item-has-children
> .sub-menu[style*="display: block"] {
    display: grid !important;
    justify-content: left;
    gap: 18px !important;
    grid-template-columns: repeat(auto-fit, minmax(140px, 200px));
}
.mega .elementor-nav-menu--main
> .elementor-nav-menu
> .menu-item-has-children
> .sub-menu > li {
    max-width: none !important;
    width: auto !important;
    text-align: center;
    flex: none !important;
}
.mega .elementor-sub-item {
    display: flex !important;
    align-items: left !important;
    flex-direction: column !important;
}
.mega .menu-thumb {
    display: block;
    margin-bottom: 10px;
    max-width: 200px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}
.mega .menu-text {
    display: block;
}
@media (max-width: 1200px) {
.mega .elementor-nav-menu--main
  > .elementor-nav-menu
  > .menu-item-has-children
  > .sub-menu[style*="display: block"] {
    gap: 14px !important;
    grid-template-columns: repeat(auto-fit, minmax(130px, 165px));
}
.mega .menu-thumb {
    max-width: 165px;
}
}
@media (max-width: 992px) {
.mega .elementor-nav-menu--main
  > .elementor-nav-menu
  > .menu-item-has-children
  > .sub-menu[style*="display: block"] {
    grid-template-columns: repeat(auto-fit, minmax(120px, 150px));
}
.mega .menu-thumb {
    max-width: 150px;
}
}
@media (max-width: 768px) {
.mega .elementor-nav-menu--main
  > .elementor-nav-menu
  > .menu-item-has-children
  > .sub-menu {
    margin-left: 0 !important;
    position: static !important;
    max-width: none !important;
    width: 100% !important;
    left: auto !important;
    right: auto !important;
    padding: 10px 0 !important;
}
.mega .elementor-nav-menu--main
  > .elementor-nav-menu
  > .menu-item-has-children
  > .sub-menu[style*="display: block"] {
    display: block !important;
}
.mega .menu-thumb {
    display: none !important;
}
}
