/*
Theme Name: ONLINE VALLES
Template: kadence

*/

/* Theme customization starts here
-------------------------------------------------------------- */

/* header */
.header-html ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.header-html ul li a {
    text-decoration: none !important;
    display: block;
    padding: 0 5px;
}

@media (min-width: 1024px) {
.site-header-item .custom-logo {
    position: absolute;
    top: 5px;
}
}


/* footer */

.site-footer-wrap a {
    color: var(--global-palette8);;
}

.site-footer-wrap .wp-block-image {
    margin: 0;
}

.logo-footer.wp-block-kadence-image img {
    max-width: 200px;
}

.site-top-footer-inner-wrap .widget-area .widget,
.site-middle-footer-wrap .widget-area .widget {
    margin-bottom: 1rem;
}

ul.seo-links {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

ul.seo-links a {
    color: var(--global-palette8);
    line-height: 1.2;
    margin: 0 15px;
    font-size: 12px;
}

.site-footer-wrap a.footer-social-item {
    display: inline-block;
    margin: 0 10px 5px 0;
    padding: 0;
    width: auto;
    height: auto;
}