/*
Theme Name: Adventure Valley theme
Theme URI: https://www.gluedlimited.co.uk
Version: 1.1
Description: Advanture Valley Theme 2026.
Author: David Wilson
Author URI: https://www.gluedlimited.co.uk
template: bb-theme
*/

/* Add your custom styles here...Remember to change the Version number above! */ 


/* Style the button on the mobile menu */


.custom-mobile-button .button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #006666; /* Change this to your desired color */
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
}

/* Center the buttons and add spacing */
.custom-mobile-button {
    text-align: center;
    margin-bottom: 5px !important; /* Adjust this value to increase or decrease the spacing */
	margin-top: 10px !important;
    padding: 0px !important; /* Ensure no extra padding is added */
}

/* Ensure buttons stay at the top */
.uabb-advanced-menu {
    display: flex;
    flex-direction: column;
    padding-top: 0 !important; /* Remove any extra padding at the top */
	margin-top: -300px !important; /* Remove top margin */
}

/* Remove extra padding or margin from menu items */
.uabb-advanced-menu > li {
    margin-top: 0px !important; /* Remove top margin */
    padding-top: 0px !important; /* Remove top padding */
}

/* Hide the buttons on larger screens */
@media (min-width: 768px) {
    .custom-mobile-button {
        display: none;
    }
}
