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

/* Header Color & Font */

#ast-desktop-header, #ast-mobile-header {
	background-color: white;
}

body #ast-desktop-header * {
	color: #0060a7;
}

#ast-desktop-header .main-header-menu>.menu-item-has-children>.menu-link::after {
	border-top-color: #0060a7;
}

#ast-desktop-header .wpml-ls-current-language::after {
	border: 1px solid #0060a7;
}

#ast-mobile-header .mobile-menu-toggle-icon .ast-mobile-svg {
	fill: #0060a7;
}

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

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

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