@media screen and (min-width: 50em)
.page-template-front-page .site-header {
	
}

@media screen and (min-width: 50em)
.page-template-front-page .site-header {
	
}

.pulll-qt.wp-block-pullquote.alignfull blockquote {
	padding-left: 2.5em !important;
	padding-right: 2.5em !important;
	padding-top: 2em !important;
	padding-bottom: 2em !important;
}
/* Remove extra header spacing */
.site-header {
  padding: 0 !important;
  margin: 0 !important;
}

/* Remove gap between header and content */
.site-content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Fix main content spacing */
.site-main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Remove space from first section */
.site-main > *:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Remove WordPress default block spacing */
.wp-block-group,
.wp-block-cover,
.wp-block-columns {
  margin-top: 0 !important;
}
/* Remove page title space */
.page .entry-header {
  display: none !important;
}

/* Remove top spacing */
.site-content {
  margin-top: -60px !important;
}
/* ❌ REMOVE SEARCH ICON (Ixion safe) */
.site-header .search-toggle {
    display: none !important;
}

/* 📌 HEADER ALIGNMENT FIX (no breaking layout) */
.site-header .site-branding {
    display: flex;
    align-items: center;
}

/* 🎯 LOGO SIZE CONTROL */
.site-logo img,
.custom-logo {
    max-height: 50px;
    width: auto;
}

/* 🎯 KEEP MENU SAFE (do NOT override structure) */
.menu-toggle {
    padding: 10px;
}

/* 📱 MOBILE CLEAN SPACING */
@media (max-width: 768px) {
    .site-header {
        padding: 10px 15px;
    }

    .custom-logo {
        max-height: 45px;
    }
}
/* 🔍 REMOVE ALL SEARCH ICON VARIATIONS (Ixion) */
.site-header .search-toggle,
.site-header .search-form,
.site-header .search-field,
.site-header .search-submit,
.site-header .search-container,
.main-navigation .search-toggle,
.main-navigation .search-form {
    display: none !important;
}

/* Sometimes Ixion uses SVG icon */
.site-header svg[class*="search"] {
    display: none !important;
}
/* 💻 DESKTOP HEADER SPACING FIX (IXION SAFE) */
@media (min-width: 1024px) {

    /* Increase width so items spread out */
    .site-header .wrap {
        max-width: 1400px !important;
    }

    /* Add horizontal padding (left-right only) */
    .site-header .wrap {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }

    /* Add space between menu items */
    .main-navigation ul li {
        margin-left: 30px !important;
    }
}