/*
Theme Name: Optimus
Theme URI: https://example.com/optimus
Author: Optimus
Description: Elementor Free ile header, navbar, footer ve 404 alanlarini tek merkezden yonetmek icin gelistirilmis minimal WordPress temasi.
Version: 1.0.1
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 7.4
Text Domain: optimus
License: GNU General Public License v2.0 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	min-height: 100vh;
}

img,
svg,
video {
	max-width: 100%;
	height: auto;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	top: 8px;
	left: 8px;
	z-index: 100000;
	width: auto;
	height: auto;
	padding: 12px 16px;
	clip: auto;
	background: #fff;
	color: #111;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.optimus-fallback {
	width: min(100% - 32px, 1200px);
	margin-inline: auto;
	padding: 20px 0;
}

.optimus-fallback--header,
.optimus-fallback--footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.optimus-fallback--404 {
	min-height: 60vh;
	display: grid;
	place-content: center;
	text-align: center;
}

.optimus-site-title {
	font-weight: 700;
	color: inherit;
	text-decoration: none;
}

.optimus-content > :first-child,
.optimus-template-preview > :first-child {
	margin-top: 0;
}

.optimus-content > :last-child,
.optimus-template-preview > :last-child {
	margin-bottom: 0;
}
