/* ----------- SCROLL TO TOP START ----------- */
.totopbtn {
    position: fixed;
    bottom: 6rem;
    right: 2rem;
    font-size: 2.5rem;
    z-index: 999!important;
    opacity: 0.5;
    cursor: pointer;
}
.totopbtn:hover {
    opacity: 0.8;
}
div.totopbtn i {
    font-size: 2.5rem!important;
}
/* ----------- SCROLL TO TOP END ------------- */

/* ----------- FOOTER START ------------------ */

.above-footer-level {
    background-color: #FCEEE4;
    color: #666666 !important;
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1);
    border-top: 1px solid #E4D8D1;
}

.above-footer-level div {
    color: #666666 !important;
}

.footer-menu-level {
    background-color: #FFF8F3 !important;
    color: #666666 !important;
    border-top: 1px solid #E4D8D1;
}
.footer-menu-level h4{
    color: #666666 !important;
}
.footer-menu-level a {
    color: #7B5F49 !important;
}
.footer-menu-level li > a {
    color: #7B5F49 !important;
}
.footer-menu-level li > a:hover {
    color: #7B5F49 !important;
}

footer.site-footer {
    color: #7B5F49 !important;
    background-color: #FCEEE4;
    border-top: 1px solid #E4D8D1;
}

footer.site-footer li {
    text-transform: uppercase;
}

footer.site-footer h4,
footer.site-footer .footer-2 a,
footer.site-footer .footer-1 a {
    color: #7B5F49 !important;
}

footer.site-footer a.footer-phone {
    color: #7B5F49 !important;
}

/* ----------- FOOTER END -------------------- */