/*
Theme Name: ENMEDIO Alojamiento Rural
Theme URI:
Author: Baética Digital
Author URI: https://baetica.com
Description: Custom theme made for ENMEDIO Alojamiento Rural (designed by Patricia Marlo)
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: enmedio
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news

/* Custom */
#wpadminbar {
	top: auto;
	bottom: 0 !important;
}

@media screen {
	html:has(#wpadminbar) {
		margin-top: 0px !important;
	}
}

@media screen and (max-width: 782px) {
	html:has(#wpadminbar) {
		margin-top: 0px !important;
	}
}
