/*
Theme Name: Kubio Child
Theme URI: https://kubiobuilder.com/kubio-theme
Template: kubio
Author: Extend Themes
Author URI: https://kubiobuilder.com
Description: Kubio is an innovative, easily customizable, multi-purpose theme, focused on empowering users to build astonishing WordPress websites. Kubio is mainly designed for small businesses, startups, or personal portfolio websites and works perfectly with Kubio Page Builder which enriches the WordPress block editor with a variety of new blocks and advanced styling options to give you full design freedom.
Tags: entertainment,food-and-drink,portfolio,one-column,two-columns,grid-layout,custom-header,custom-menu,custom-logo,full-width-template,theme-options,translation-ready,featured-images,threaded-comments
Version: 1.0.52.1741964748
Updated: 2025-03-14 15:05:48

*/


.footer-menu-list {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.footer-menu-list li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    border-radius: 100px;
    text-align: center;
}

.footer-menu-list li:hover {
    border-color: #3b8056;
}

.footer-menu-list li span {
    color: #7a7a7a;
}

.footer-menu-list li span:hover {
    color: #3b8056;
}


.main_block a {
    color: #3b8056;
    text-decoration: underline !important;
    font-weight: bold;
}

.main_block p {
    margin-bottom: 0;
}

span.name-brand {
    color: #3b8056;
    font-weight: 500;
}

.main_logo img {
    width: 150px;
}

.main_block svg path {
    fill: #7a7a7a;
}

 .main_block svg {
    width: 13px;
    margin-top: -4px;
}

.text-page strong {
    text-decoration: underline;
}

.footer-menu-list {
    padding-right: 0;
}
