/* Global Elements */
.mobile-only {
	display: none;
}

/* Global Elements: MOBILE-only */
@media (max-width: 999px) {
	.wp-site-blocks {
		overflow-x: hidden;
	}
	
	.mobile-only {
		display: block;
	}
	
	span.mobile-only {
		display: inline;
	}
	
	.desktop-only {
		display: none;
	}
}

/* Main container */
.wp-site-blocks>.entry-content, .wp-site-blocks footer.wp-block-template-part {
	margin-block-start: 0;
}

/* Page header */
body {
	padding-top: 137px;
}

header.wp-block-template-part>.wp-block-group {
	height: 137px;
	position: fixed;
	z-index: 10;
	top: 0;
	width: 100%;
}

body.admin-bar header.wp-block-template-part>.wp-block-group {
	top: 32px;
}


/* Page header: MOBILE-only */
@media (max-width: 999px) {
	body {
		padding-top: 78px;
	}

	header.wp-block-template-part>.wp-block-group {
		height: 78px;
	}
	
	body.admin-bar header.wp-block-template-part>.wp-block-group {
		top: 46px;
	}
}

/* Headings */
.wp-site-blocks .wp-block-heading>em, .editor-styles-wrapper .wp-block-heading>em {
	font-family: var(--wp--preset--font-family--satisfy);
	text-transform: none;
}

.wp-site-blocks .wp-block-heading.contrast-color>em, .editor-styles-wrapper .wp-block-heading.contrast-color>em {
	color: var(--wp--preset--color--rtl-orange);
}