/*
 Theme Name:   Szabó Anasztázia
 Theme URI:    https://weart.hu
 Description:  Egyedileg kódolt weboldal kinézet.
 Author:       weart.hu
 Author URI:   https://weart.hu
 Template:     generatepress
 Version:      0.1
*/

/* Bal oldali menü stílusa */
@media screen and (min-width: 768px) {
	.left-navigation {
		margin-right: auto;
	}
	.inside-header{
		align-items: flex-start
	}
	.button a{
		display: flex;
		padding: 0 1.5rem !important;
		border-radius: 0 10px 0 10px;
		background: var(--button);
		color: white !important;
	}
}

body:not(.home) .site-header{
	background-image: url(https://szaboanasztazia.weart.hu/wp-content/uploads/2026/08/bg.png);
	background-position-x: center;
	background-position-y: top;
	background-size: cover;
}