/*
Theme Name: jodis_theme
Author: miresta
Author URI: https://miresta.com/
Theme URI: https://miresta.com/jodis_theme
Tags: full-site-editing, editor-style, block-styles, block-patterns
Text Domain: jodis_theme
Requires at least: 6.3
Requires PHP: 7.4
Tested up to: 6.3
Version: 1.0.1

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Styles intended only for the front.*/
html:not(:has(.wp-block-woocommerce-coming-soon)) {
    min-width: 400px;
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.wp-site-blocks {
	display: flex;
    flex-direction: column;
	min-height: 100vh;
	padding-top: 95px;
	box-sizing: border-box;
}

.wp-site-blocks:has(.wp-block-jodis-section-background) {
	overflow: hidden;
}

.woocommerce-checkout .wp-site-blocks,
.wp-site-blocks:has(.wp-block-woocommerce-coming-soon) {
	padding-top: 0;
}

* {
	transition: color .3s,
	background-color .3s,
	filter .3s;
}

main {
	flex: 1 0 auto;
}

.site-header {
	position: fixed;
    top: 0;
    width: 100%;
    background: #ffffffde;
    backdrop-filter: blur(5px);
    z-index: 1000;
}

.admin-bar .site-header {
	top: 32px;
}
@media (max-width: 782px) {
	.admin-bar .site-header {
		top: 46px;
	}
}

.site-footer {
    flex: 0 0 auto;
	margin: 0;
}

.grecaptcha-badge {
	visibility: hidden;
}
