.empori-button, button {
    background-color: var(--empori-primary-alt-color);
}

.empori-button:hover, button:hover {
    background-color: var(--empori-primary-color);
}

body .empori-header .empori-header-logo img {
    max-width: 300px;
}

body .empori-footer-logo {
    width: 250px !important;
    max-width: 300px !important;
}

body footer {
    background-color: var(--empori-pure-menu-background-color) !important;
}

body footer .empori-footer-container .row .column .footer-static-contact-info span{
    color: var(--empori-pure-font-color) !important;
}

body footer .empori-footer-container .copyright-content-container.pure-copyright .copyright-main span{
    color: var(--empori-pure-font-color) !important;
}

body footer .empori-footer-container .copyright-content-container.pure-copyright .copyright-main i{
    color: var(--empori-pure-font-color) !important;
}

html body footer .empori-footer-container .row .column a, 
html body footer .empori-footer-container .row .column h1, 
html body footer .empori-footer-container .row .column h2, 
html body footer .empori-footer-container .row .column h3, 
html body footer .empori-footer-container .row .column h4, 
html body footer .empori-footer-container .row .column p, 
html body footer .empori-footer-container .row .column ul, 
html body footer .empori-footer-container .row .column ol, 
html body footer .empori-footer-container .row .column li, 
html body footer .empori-footer-container .row .column span {
    color: var(--empori-pure-font-color) !important;
}

body .menu-item a:hover {
    color: #CDE6FE;
    filter: none !important;
}

body .empori-button.text-like, button.text-like {
    box-shadow: none !important;
    color: black !important;
}

body .empori-button.text-like:hover {
    background-color: transparent !important;
}