/*!
Theme Name: himme
Theme URI: https://them.es/starter
Author: himme
Author URI: https://them.es/
Description: 
Version: 3.6.1
Requires at least: 5.0
Tested up to: 6.8
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: himme
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/build/main.css" */

/* From http://codex.wordpress.org/CSS */

.overlay {
	background-image: url('/wp-content/uploads/2025/09/hero_bg.png');
}





#wrapper {
	position: relative;
	z-index: 1;
}

body:not(.home) #wrapper::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(/wp-content/uploads/2025/09/logo-himmediata-home.png);
	background-size: 290px;
	/* background-position: center; */
	opacity: 0.0075;
	pointer-events: none;
	z-index: 0;
	background-repeat: repeat;
}