/* Remove unneccessary spacing / pdEkSe-1Oc-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;
}
  
body {
    overflow-x: hidden;
}
  
/* Custom sticky header / pdEkSe-1Oc-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 #C29765;
    transition: ease 0.5s;
}
  
img.custom-logo {
    transition: ease 0.5s;
}
  
img.custom-logo:hover {
    transition: ease 0.5s;
    transform: scale(0.98);
}
  
    .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 #C29765;
    transition: ease 0.8s;
}
 
.home #modal-2-content > ul > li:nth-child(1) > a,
.sticky-links .current-menu-item a.wp-block-navigation-item__content {
    box-shadow: 0 3px #C29765;
}
  
.sticky-menu {
    /*box-shadow: 1px 1px 6px 0 #dddddd;*/
}
  
/* Center header blocks on mobile / pdEkSe-1Oc-p2 */
@media (max-width: 820px) {
    .sticky-menu .sticky-menu-inner {
    justify-content: center;
}   
}

/* Add shadow to text / pdEkSe-1Qw-p2 */
.text-shadow {
    text-shadow: 1px 1px 10px #000000;
}
  
/* Footer form styling / pdEkSe-1Oc-p2 */
.footer-form {
    gap: 0;
}
  
.footer-form .wp-block-columns,
textarea.textarea {
    margin-bottom: 20px;
}
  
.footer-form input,
.footer-form textarea {
    background-color: #f6f6f6;
    border: 1px solid #003057;
    border-radius: 5px;
}
  
.footer-form input:focus,
.footer-form textarea:focus {
    background-color: #ffffff;
}
  
.footer-form input::placeholder,
.footer-form textarea::placeholder {
    color: #003057;
}
  
.footer-form label {
    display: none;
}
 
/* Hide footer on contact page / pdEkSe-1Oc-p2 */
.page-id-6139 .custom-footer {
    display: none;
}