/*
Theme Name: Orange Banana Villas
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: A custom WordPress theme made by The Free Website Guys for Orange Banana Villas.
Version: 1.1.3
License: GNU General Public License v2 or later
Text Domain: tmt
*/

*, *::before, *::after { box-sizing: border-box; }

html {
	overflow-x: clip;
	max-width: 100%;
}

body {
	margin: 0;
	padding: 0;
	overflow-x: clip;
	max-width: 100%;
}

#tmt-app {
	overflow-x: clip;
	max-width: 100%;
	width: 100%;
}

/* Fixed header offset under the WP admin bar */
body.admin-bar .tmt-site-header {
	top: var(--wp-admin--admin-bar--height, 32px);
}

@media screen and (max-width: 782px) {
	body.admin-bar .tmt-site-header {
		top: var(--wp-admin--admin-bar--height, 46px);
	}
}

/*
 * At ≤600px WordPress sets #wpadminbar to position:absolute, which leaves
 * fixed headers floating with a gap / overlap on scroll. Keep the bar fixed
 * and anchor the header to the admin-bar CSS variable.
 */
@media screen and (max-width: 600px) {
	html #wpadminbar {
		position: fixed !important;
	}

	body.admin-bar .tmt-site-header {
		top: var(--wp-admin--admin-bar--height, 46px);
	}
}
