/**
Theme Name: pelikan-child
Author: Park.Aero
Author URI: https://park.aero
Description: CSS for pelikan 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: pelikan
Template: astra
*/

/* 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 50px;
background-repeat: no-repeat;
background-image: url("https://pelikan.park.aero/wp-content/uploads/2024/07/pelikan-sk_pa_partner_logo_1.png");
height: 120px;
padding-top: 0px;
padding-bottom: 0px;
}

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

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