/* START: change menu background and text colors: FAA55D-zen */
body:not(.fse-enabled) #site-navigation, body:not(.fse-enabled) .main-navigation,
button[data-load-more-btn], .button, button, input[type="submit"], .wp-block-button__link, .wp-block-file__button, .a8c-posts-list__view-all, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
	background: #FAA55D;
}

#toggle-menu.button {
	background-color: #FAA55D;
}


#toggle-menu.button:hover {
	background: #e4a22a;
}

body:not(.fse-enabled) #site-navigation.main-navigation ul li.current-menu-item a, body:not(.fse-enabled) .main-navigation.main-navigation ul li.current-menu-item a {
	color: #000;
}


body:not(.fse-enabled) #site-navigation.main-navigation ul li a, body:not(.fse-enabled) .main-navigation.main-navigation ul li a {
	color: #4f4f4f;
}


body:not(.fse-enabled) #site-navigation.main-navigation ul li a::after, body:not(.fse-enabled) .main-navigation.main-navigation ul li a::after {
	color: #9b7020;
}
/* END: 3061865-zen */
/* Add footer widget area columns | 3061865-zen */
.site-footer .widget-area {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
    max-width: 100%;
}

.site-footer .widget-area > .widget {
    width: 100%;
    margin: 0;
}

.site-footer .widget-area > * {
    max-width: none;
}

.site-footer .widget * {
    max-width: 100%;
}

/* End - footer columns | 3061865-zen */

header #thelogo{
	max-width: 200px;
}

/* Page Title font size \ TT-21925435-hc */
.entry-title {
	font-size: 2rem;
}

/* Add back image margins | kb-22104470-hc */
.entry-content > [class="wp-block-image"] {
  margin-top: 32px;
  margin-bottom: 32px;
}

/* Adjust Page Jump Scroll */
#page #content h3 {
    scroll-margin-top: 40px;
}
/* Home → Remove Cover block inner container padding  | 7329253-zen GH */

.home .wp-block-cover__inner-container {
  padding-right: 0;
  padding-left: 0;

}

/* End  | 7329253-zen GH */
/* Home → Remove Cover block inner container padding | 7329253-zen GH */

.home .wp-block-cover__inner-container {
padding-right: 0;
padding-left: 0;
padding-top: 0;
padding-bottom: 0;
}
/*center site title in footer | 7375481-zd*/
.site-footer > *:last-child {
    text-align: center;
}
/*center site title in footer | 7375481-zd*/
.site-footer > *:last-child {
    text-align: center;
    font-size: 10px;
	}
/*center site title in footer | 7375481-zd*/
.site-footer > *:last-child {
    text-align: center;
    font-size: 6px;
    }
/*center site title in footer | 7375481-zd*/
.site-footer > *:last-child {
    text-align: center;
    font-size: 6px;
    }
/*center site title in footer | 7375481-zd*/
.site-footer > *:last-child {
    text-align: center;
    font-size: 14px;
    }
.site-footer > *:last-child::after {
    content:"All opinions/ views (no pun intended!) are my own and all info correct at the time I visited. No stock images used. All own content."
}
/* Remove previous and next post section | 7852769-hc (db) */
.nav-links {
    display: none;
}
