/**
Theme Name: park-sleep-fly-child
Author: Park.Aero
Author URI: https://park.aero
Description: CSS for park-sleep-fly subdomain
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: park-sleep-fly
Template: astra
*/

/* Remove airports from Menu. Classes are set in "Appearance->Menus" for every language */
.main-navigation .PAD {
	display: none !important;
}

/* Header Logo */
.ast-site-identity img {
	display: none;
}

.site-logo-img {
	width: 100%;
	height: 100%;
	display: inline-block;
}

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

.ast-site-identity {
width: 240px !important;
background-position: center left;
background-size: auto 30px;
background-repeat: no-repeat;
background-image: url("https://park-sleep-fly.park.aero/wp-content/uploads/2024/08/logo-park-sleep-fly.png");
height: 120px;
padding-top: 0px;
padding-bottom: 0px;
}

@media only screen and (max-width: 921px) {
	.ast-site-identity {
		height: 60px;
		background-size: auto 30px;
	}
}

@media only screen and (max-width: 544px) {
	.ast-site-identity {
		background-size: auto 20px;
		width: 180px !important;
	}
}