
/* Block Styles */

/* Block Style - pinned CTA */
.pinit {
    position: fixed;
    width: 100% !important;
    bottom: 0px;
    opacity:1;
    height: auto;
    transition: all .5s;
    z-index: 1;
}
.unpinit {
    height: 0px;
}


.site-brand .wp-block-site-logo {
    margin-right:50px;
}

.wp-block-navigation .wp-block-navigation-item {
    margin-right:20px;
}
