/*Swapped navigation and site title order | GF 35067912-hc*/
@media screen and (min-width: 60em){
    .header-top .wrap {
        display: flex;
        width: 100%;
        min-width: 100%;
    }
    
    .has-top-content .main-navigation {
        order: 1;
        text-align: left;
    }
    
    .has-top-content .site-top-content, .has-top-content .main-navigation + .site-top-content {
        order: 0;
        text-align: left;
    }
}
/* Disables header for all the pages except for the home page | GF 35067912-hc */
body:not(.home) .custom-header {
    display: none;
}
/* center container | 4927120-ZD DZ */
#primary {
  float: none !important;
    max-width: unset !important;
}
body:not(.home) div#content {
    padding-top: 150px;
}
/* center page titles and make them gray | 35146917-hc MR */
h1.entry-title {
	text-align: left;
	color: #ccc;
}
/* increase distance from menu to content | 35146917-hc MR */
div.wrap {
	padding-top: 50px;
}
/* Reduce padding in site footer 4959421-zen | (MA/IZ) */
#block-26 {
    padding-top: 0;
    padding-bottom: 0;
}
aside.widget-area .wrap {
    padding-top: 0;
    padding-bottom: 0;
}
.site-footer .widget-area {
      padding-top: 1em;
    padding-bottom: 0;
}
/* Reduce padding in site footer 4959421-zen | (MA/IZ) */
#block-26 {
    padding-top: 0;
    padding-bottom: 0;
}
aside.widget-area .wrap {
    padding-top: 0;
    padding-bottom: 0;
}
.site-footer .widget-area {
      padding-top: 1em;
    padding-bottom: 0;
}

/* reduce bottom margin for columns block inside #block-26 div in footer | 4959421-zen eD */
#block-26 .wp-block-columns {
    margin-bottom: 0;
}

/* set bottom margin for paragraph blocks inside column block in #block-26 div in footer | 4959421-zen eD */
#block-26 .wp-block-columns p {
    margin-bottom: 1em;
}
/* hide baked-in "VON AUTOMATTIC" credit from site footer | 35212605-hc tcrv */
.site-info{
	display: none;
}
/* End | 35212605-hc tcrv */
/*Hide site title on Lodestar header 35255953-hc sy*/
.site-title {
  display: none;
}