/*
Theme Name: Taniaburg
Author: Taniaburg
Description: Child theme for Camping Taniaburg, based on Twenty Twenty-Four.
Template: twentytwentyfour
Version: 0.1.0
Requires at least: 6.7
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: taniaburg
Tags: one-column, custom-colors, custom-menu, custom-logo, full-site-editing, block-patterns, translation-ready, wide-blocks, block-styles, style-variations
*/

/* Center logo in header on mobile */
@media (max-width: 782px) {
	header .wp-block-group.alignwide > .wp-block-group.alignwide > .wp-block-group:first-child {
		flex-basis: 100%;
		justify-content: center;
	}
}

/* Sticky mobile booking CTA */
@media (max-width: 768px) {
	.sticky-cta {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 999;
		display: flex;
		justify-content: center;
		padding: 0.75rem 1rem;
		background: var(--wp--preset--color--contrast-2);
		color: #fff;
		font-size: 0.875rem;
		text-transform: uppercase;
		letter-spacing: 0.1rem;
		text-decoration: none;
	}
}

@media (min-width: 769px) {
	.sticky-cta {
		display: none;
	}
}
