:root {
--transparent: transparent;
--white: #ffffff;
--black: #000000;
--transition1: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
}
@media only screen and (min-width: 468px) {
body header .is-layout-constrained > * + * { margin-top: 0 !important; }
}
body header a { text-decoration: none; }
h3 { margin: 3.0rem 0 1.5rem !important; }
h6 a { text-decoration: none; }
.entry-content p a { color: var(--wp--preset--color--custom-green) !important; hyphens: none !important; }
footer h6 { margin-bottom: 3.0rem !important; }
@media only screen and (max-width: 467px) {
footer h6 { margin-top: 3.0rem !important; }
}
footer .has-custom-blue-background-color a { color: var(--white) !important; }
footer a { font-size : 1.0rem !important; text-decoration: none !important; }
footer a:hover { text-decoration: underline !important; }