/*
Theme Name: Robaro
Theme URI: http://localhost/robaro
Description: A Contemporary Theme for Creative Business
Author: Robaro
Author URI: http://localhost/robaro
Text Domain: robaro
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Robaro stability guards
 * Keep the theme desktop/mobile chrome from appearing together on pages that
 * use imported or legacy templates with incomplete responsive overrides.
 */
@media only screen and (min-width: 1025px) {
	#qodef-page-header {
		display: block !important;
	}

	#qodef-page-mobile-header {
		display: none !important;
		height: 0 !important;
		min-height: 0 !important;
		overflow: hidden !important;
		visibility: hidden !important;
	}
}

@media only screen and (max-width: 1024px) {
	#qodef-page-header {
		display: none !important;
		height: 0 !important;
		min-height: 0 !important;
		overflow: hidden !important;
		visibility: hidden !important;
	}

	#qodef-page-mobile-header {
		display: block !important;
		visibility: visible !important;
	}
}

#qodef-page-footer {
	clear: both;
	position: relative;
	width: 100%;
}
