/**
 * Theme Name: strixx theme
 * Author: Wogi
 * Author URL: https://wogi.io/
 * Version: 1
 * Text Domain: strixx theme
 */

/* #wpadminbar {
  top: -27px;
  transition: 0.2s;
}

#wpadminbar:hover {
  top: 0px;
} */
.screen-content {
    background: #e8eef5;
}
.header-nav > div:empty {
    display: none;
}
.header-nav__menu {
    margin-left: auto;
}
.header-nav__menu .menu-item:not(:has(a[href*="contact"])) {
    display: none;
}
.footer-nav__column[aria-label="Site"] {
    display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent;
}
@media (min-width: 992px) {
	.footer-nav {
		justify-content: flex-end;
	}
}
@media (max-width: 992px) {
    .header-nav__menu {
        margin-left: 0;
        width: 100%;
    }
    .header-nav__menu .menu {
        align-items: center;
        justify-content: center;
    }
	    .menu-item {
        width: 100%;
        max-width: 320px;
        text-align: center;
    }
}
