/* # Site Footer */
.footer-widgets { padding-top:2em;padding-bottom:2em; }

#disclosure { font-size:1rem;padding: var(--global-sm-spacing) 0;border-top: 1px solid #f7fafc29; }


.footer-branding { margin:0 auto; }
.footer-branding img { margin-bottom:var(--global-sm-spacing); }
.site-info { padding: var(--global-sm-spacing) }

.footer-widgets { padding:var(--global-sm-spacing) 0; }


footer.wp-block-template-part { margin-block-start:0; }



.back-to-top {
    position: fixed;
    bottom: -40px;
    right: 40px;
    text-align: center;
    text-decoration: none;
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    z-index: 9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.back-to-top:focus {
    color: #fff;
}
.back-to-top.show {
    bottom: 40px;
    right: 40px;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.back-to-top.show:hover {
    color: #fff;
    bottom: 30px;
    opacity: 1;
}


/* Phones */
@media (max-width: 768px) {
    .hide-on-mobile {
        display: none;
    }
    .back-to-top {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .back-to-top.show {
        bottom: 10px;
        right: 10px;
    }
    .back-to-top.show:hover {
        bottom: 10px;
    }
  
}


