/*
Theme Name: Studio688 Custom
Theme URI: https://studio688.com/
Description: Custom override theme for Studio 688, child of Twenty Twenty-Five.
Author: Studio 688
Author URI: https://studio688.com/
Template: twentytwentyfive
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: studio688-custom
Tags: custom, child-theme
*/

/* Add custom styles below this line */ 
 

.page-id-11 .wp-block-post-title, .page-id-8537 .wp-block-post-title, 
.page-id-8596 .wp-block-post-title,
.tribe-events-widget-events-list__view-more-link {
	display: none !important;
} 
.page-id-8537 main, 
.page-id-11 main {
	--wp--preset--spacing--60: 0;
	margin-top: -20px !important;
}
.wp-container-core-group-is-layout-8165f36a {
	padding-bottom: 0;
}
.book-now-button a { 
	font-weight: bold;
    background-color: var(--wp--preset--color--accent-1) !important;
    padding: 0.5rem 1rem !important;
}
html body header img {
    --wp--preset--shadow--natural: 0px 0px 0px rgba(0, 0, 0, 0);
}


@media (max-width: 600px) {
    .wp-block-navigation-item__label {
        font-size: 2.8rem;
    }
}

