
#ht-colophon > .copyright {
    background-color: #467FF7;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.5em;
    letter-spacing: 0px;
    word-spacing: 0em;
    color: #FFFFFF;
    text-align: center;
    padding: 15px 0;
}

#contact-us {
    background-color: #69727d;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
    fill: #fff;
    text-align: center;
    transition: all .3s;
    white-space: nowrap;
    border: 1px solid #69727d;
}

#ht-masthead .ht-container {
    gap: 20px;
}

#ht-site-navigation.ht-main-navigation ul.sub-menu {
    margin-top: 0;
}

@media screen and (min-width: 768px) {
    #ht-site-navigation.ht-main-navigation ul#menu-menu-1 {
        display: flex;
        flex-wrap: nowrap;
    }

    #ht-site-navigation.ht-main-navigation ul#menu-menu-1 > li > a {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        white-space: nowrap;
    }
}

@media screen and (max-width: 768px) {
    #ht-masthead #contact-us {
        width: 130px;
    } 
}

@media screen and (max-width: 580px) {
    body #ht-site-branding {
        margin-right: 0;
    }
}