/* Custom spacing / pdEkSe-2Pr-p2 */
.wp-site-blocks,
.wp-block-group {
    padding: 0;
    margin: 0;
}
 
.wp-site-blocks > * + * {
    margin-block-start: 0;
}
 
#wp--skip-link--target,
.entry-content,
.wp-block-cover {
    margin-top: 0 !important;
}
 
/* Custom sticky header / pdEkSe-2Pr-p2 */
.admin-bar header.wp-block-template-part {
    top: 32px;
}
 
@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 .5s;
}
 
.sticky-menu .wp-block-site-title a:hover {
    text-decoration: none;
    box-shadow: 0 3px #00c7de;
    transition: ease .5s;
}
 
img.custom-logo {
    transition: ease .5s;
}
 
img.custom-logo:hover {
    transition: ease .5s;
    transform: scale(0.98);
}
 
@media (max-width: 600px) {
    .wp-container-8.wp-container-8 {
        flex-wrap: wrap;
        justify-content: center;
    }
}
 
.sticky-links a.wp-block-navigation-item__content {
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 12px;
    transition: ease .8s;
}
 
.sticky-links a.wp-block-navigation-item__content:hover {
    box-shadow: 0 3px #00c7de;
    transition: ease .8s;
}
 
.home #modal-3-content > ul > li:nth-child(1) > a,
.sticky-links .current-menu-item a.wp-block-navigation-item__content {
    box-shadow: 0 3px #00c7de;
}
 
.sticky-menu {
/*box-shadow: 1px 1px 6px 0 #0000004d;*/
}
 
/* Footer form styling / pdEkSe-2Pr-p2 */
.footer-form .wp-block-columns,
textarea.textarea {
    margin-bottom: 20px;
}
 
.footer-form input,
.footer-form textarea {
    background-color: #f6f6f6CC;
    border: 1px solid #00c7de;
    border-radius: 5px;
}
 
.footer-form input:focus,
.footer-form textarea:focus {
    background-color: #ffffff;
}
 
.footer-form input::placeholder,
.footer-form textarea::placeholder {
    color: #00c7de;
}
 
.footer-form label {
    display: none;
}
 
.wp-block-jetpack-contact-form-container {
    overflow: hidden !important;
}
 
/* Hide footer credit / pdEkSe-2Pr-p2 */
footer + .wp-block-group {
    display: none;
}
 
/* Hide footer on contact page / pdEkSe-2Pr-p2 */
.page-id-18 .custom-footer {
    display: none;
}