/* Remove unneccessary spacing / pdEkSe-1KT-p2 */
.wp-site-blocks {
    padding: 0;
    margin: 0;
}
 
.wp-site-blocks > * + *,
body .is-layout-constrained > * + * {
    margin-block-start: 0;
}

#wp--skip-link--target,
.entry-content,
.wp-block-cover {
    margin-top: 0 !important;
}

body {
    overflow-x: hidden;
}

/* Custom sticky header / pdEkSe-1KT-p2 */
@media (min-width: 980px) {
    header.wp-block-template-part {
        position: sticky;
        top: 0;
        z-index: 999;
    }
}

.sticky-menu .wp-block-site-title a {
    text-decoration: none;
    transition: ease 0.5s;
}
 
.sticky-menu .wp-block-site-title a:hover {
    text-decoration: none;
    box-shadow: 0 3px #0BC9CD;
    transition: ease 0.5s;
}

img.custom-logo {
    transition: ease 0.5s;
}

img.custom-logo:hover {
    transition: ease 0.5s;
    transform: scale(0.98);
}

@media (max-width: 600px) {
.sticky-menu-inner .wp-block-group.wp-container-2 {
    flex-direction: column;
    width: 100%;
}

.sticky-menu-inner .wp-container-1 {
    align-items: center;
}
}

	.sticky-links a.wp-block-navigation-item__content {
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 12px;
    transition: ease 0.8s;
}

.sticky-links a.wp-block-navigation-item__content:hover {
    box-shadow: 0 3px #0BC9CD;
    transition: ease 0.8s;
}

.sticky-menu {
    box-shadow: 1px 1px 6px 0 #dddddd;
}

/* Center header blocks on mobile / pdEkSe-1KT-p2 */
@media (max-width: 820px) {
	.sticky-menu .sticky-menu-inner {
    justify-content: center;
}	
}

/* Footer form styling / pdEkSe-1KT-p2 */
.footer-form {
    gap: 0;
}

.footer-form .wp-block-columns,
textarea.textarea {
    margin-bottom: 20px;
}

.footer-form input,
.footer-form textarea {
    background-color: #fed887;
    border: 1px solid #ffc100;
	border-radius: 5px;
}

.footer-form input:focus,
.footer-form textarea:focus {
    background-color: #efefef;
}

.footer-form input::placeholder,
.footer-form textarea::placeholder {
    color: #999999;
}

.footer-form label,
.blog .footer-spacer,
.page-id-1187 .custom-footer {
	display: none;
}

/* Hide footer credit / pdEkSe-1KT-p2 */
body.blog > div.wp-site-blocks > div.wp-block-group {
    display: none;
}