/*
Theme Name: B & B Pools
Theme URI: #
Author: B & B Pool
Author URI: https://www.bb-pools.com
Description: B & B Pool
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 7.0
Version: 1.0.1
Text Domain: bb-pools
*/

/* ======= STYLE BUTTON ===== */
.is-style-is-blue-btn .wp-element-button {
    background-color: cornflowerblue;
    color: black;
    border: none;
}

.is-style-is-green-btn .wp-element-button {
    background-color: seagreen;
    color: white;
    border: none;
}

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.wp-block-navigation__responsive-dialog .menu-image {opacity: 0;}

@media (max-height: 550px) {
	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {display: block;}
	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {background-color: inherit;display: none;position: relative;width: 100%;z-index: auto;}
	.wp-block-navigation__responsive-container-open:not(.always-shown) {display: block;}
}
