:root .page-id-411,
:root .page-id-410,
:root .page-id-412,
:root .page-id-414,
:root .page-id-144,
:root .page-id-540{
    --global-palette1: #e3b1ab;
    --global-palette2: #d6d3ce;
    --global-palette3: #222222;
    --global-palette4: #5d5e60;
    --global-palette5: #9ca094;
    --global-palette6: #e9dad4;
    --global-palette7: #f5efec;
    --global-palette8: #fffcfc;
    --global-palette9: #ffffff;
}

.page-id-540 .customblog .entry-taxonomies a,
.page-id-144  .entry-taxonomies a {
color: var(--global-palette1);
}

.page-id-540 a.post-more-link,
.page-id-144 a.post-more-link {
    border: 1px solid var(--global-palette1);
    background: var(--global-palette1);
}

:root .page-id-143{
    --global-palette1: #e56524;
    --global-palette2: #d6d3ce;
    --global-palette3: #282828;
    --global-palette4: #4e4e50;
    --global-palette5: #393e52;
    --global-palette6: #bde8df;
    --global-palette7: #e8e8e6;
    --global-palette8: #c8c5c0;
    --global-palette9: #ffffff;
}

.site-footer .site-top-footer-wrap .site-footer-row-container-inner .menu a:not(.button) {
    color: #000000;
}
.site-footer .site-top-footer-wrap .site-footer-row-container-inner .menu a:not(.button):hover {
    color: #f6a2af;
	text-decoration: none;
}
.site-footer .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
	fill: #6789a4;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook,
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{
    background-color: transparent !important;
}
a {
    color: var(--global-palette-highlight);
    transition: all .1s linear;
    text-decoration: none;
}
.portalbutton a {
	background: #F6A2AF;
	color: #ffffff !important;
	display: inline;
	border-radius: 50px;
	    padding: 12px 20px 12px 20px;
}
.mobile-navigation ul li.portalbutton {
	margin-top: 20px;
	margin-bottom: 20px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title {
	text-align: center;
}
figure.wp-block-image {
	margin: 0 auto;
}