/*!
Theme Name: Revive Theme
Theme URI: https://waybackrevive.com/
Author: Revive
Author URI: https://waybackrevive.com/
Description: Revive Theme — Rob's Airport Transfers (migrated from X / blank-theme with design preserved).
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: revive-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
# Header / navbar stability
# Loaded after the Integrity stack so customizer sizes win.
--------------------------------------------------------------*/

.x-navbar {
	background-color: #fff;
}

.x-navbar-inner {
	min-height: 120px;
}

.x-navbar-inner > .x-container.max.width::after {
	content: "";
	display: table;
	clear: both;
}

.x-brand {
	margin-top: 13px;
	line-height: 1;
}

.x-brand img {
	display: block;
	width: 150px;
	height: auto;
	max-height: 94px;
}

.x-navbar .desktop .x-nav > li > a {
	height: 120px;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	line-height: 1;
}

.x-navbar .desktop .x-nav > li ul {
	top: calc(120px - 15px);
}

.x-btn-navbar {
	margin-top: 20px;
}

@media (max-width: 978.98px) {
	.x-navbar-inner {
		min-height: 90px;
	}

	.x-brand {
		margin-top: 10px;
	}

	.x-brand img {
		max-height: 70px;
		width: auto;
	}

	.x-btn-navbar {
		margin-top: 22px;
	}
}
