/*
Theme Name: Reboost Shell
Theme URI: https://example.com/reboost-shell
Author: Codex
Description: Tema WordPress leve usando a casca HTML do Reboost, com logo, menu e conteudo controlados pelo WordPress.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: reboost-shell
Tags: custom-logo, custom-menu, responsive-layout
*/

body.admin-bar #header.fixed-top {
	top: 32px;
}

.rb-content {
	padding-top: 9rem;
	min-height: 60vh;
}

.rb-content .entry-title,
.rb-content .page-title {
	margin-bottom: 2rem;
}

.rb-content .entry-content > *:first-child {
	margin-top: 0;
}

.rb-content .entry-content > *:last-child {
	margin-bottom: 0;
}

.rb-post-card {
	padding: 2rem;
	margin-bottom: 1.5rem;
	background-color: var(--color-2);
	border: 1px solid rgba(245, 245, 245, 0.08);
	border-radius: 12px;
}

.rb-post-card .entry-title {
	font-size: clamp(2rem, 5vw, 4rem);
}

.rb-post-card a {
	text-decoration: none;
}

.custom-logo {
	display: block;
	width: 100%;
	height: auto;
}

.navbar-nav .menu-item-has-children:hover > .dropdown-menu {
	display: block;
}

.navbar-nav .dropdown-menu {
	background-color: var(--color-2);
	border: 1px solid rgba(245, 245, 245, 0.08);
}

.navbar-nav .dropdown-item {
	color: var(--text-color);
}

.navbar-nav .dropdown-item:hover,
.navbar-nav .dropdown-item:focus {
	color: var(--accent-color);
	background-color: var(--color-1);
}

.footer-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.25rem;
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-menu a {
	color: var(--text-color);
	text-decoration: none;
}

.footer-menu a:hover {
	color: var(--accent-color);
}

.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;
}

.search-form {
	display: flex;
	gap: 1rem;
	max-width: 620px;
}

.search-field {
	width: 100%;
	padding: 0.9rem 1rem;
	color: var(--text-color);
	background: transparent;
	border: 1px solid var(--text-color-2);
	border-radius: 8px;
}

.search-submit {
	white-space: nowrap;
}

@media screen and (max-width: 782px) {
	body.admin-bar #header.fixed-top {
		top: 46px;
	}
}

@media screen and (max-width: 600px) {
	body.admin-bar #header.fixed-top {
		top: 0;
	}
}

@media screen and (max-width: 576px) {
	.rb-content {
		padding-top: 7rem;
	}

	.search-form {
		display: grid;
	}
}
