/**
 * Theme Name:     Spilltheme
 * Author:         Alexander
 * Template:       generatepress
 * Text Domain:	   spilltheme
 * Description:    Spilltheme - games
 * Version:        1.0
 */
.sub-menu {
border: none;
border-radius: 10px;
	 padding: 20px 15px;
box-shadow: none !important; 
}
/* Target the primary menu links */
#site-navigation .menu li a {
    padding: 4px 15px;
    color: #333; /* Default text color */
    background-color: transparent; /* Default background */
    text-decoration: none;
    display: block; /* Ensure the link covers the full area */
    transition: background-color 0.4s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition */
}

/* Add hover effect to the primary menu */
#site-navigation .menu li a:hover {
    background-color: #fff; /* White background */
    color: #111111 !important; /* Change text color */
    border-radius: 10px; /* Rounded corners */
    transform: translateY(-3px); /* Slight lift */
}
html,  {
    overflow-x: hidden;
}