.site-middle-footer-inner-wrap{
    .site-footer-middle-section-1{
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        @media (max-width: 767px){
            border-right: none;
        }
    }
    .site-footer-middle-section-3{
        border-left: 1px solid rgba(255, 255, 255, 0.1);
        @media (max-width: 767px){
            border-left: none;
        }
    }
    .footer-links{
        h2{
            justify-content: space-between;
            width: 100%;
            background: #FFF;
            margin-bottom: 1px;
            &:hover{
                background: rgba(150, 150, 150, 0.05);
                a{
                    color: var(--global-palette1);
                }
                .kb-svg-icon-wrap{
                    color: var(--global-palette1);
                }
            }
            span{
                display: block;
                &.kb-adv-text-inner{
                    width: 100%;
                }
                &.kb-svg-icon-wrap{
                    position: absolute;
                    right: 5px;
                }
            }
            a{
                padding: 10px 14px;
                border-left: solid 2px transparent;
                text-overflow: ellipsis;
                color: #333;
                display: flex;
                &:hover{
                    color: var(--global-palette1);;
                }
            }
        }
    }
}
.footer-widget-area-inner{
    .social{
        .wp-block-kadence-icon{
            .wp-block-kadence-single-icon{
                width: 36px;
                height: 36px;
                display: flex;
                align-items: center;
                justify-content: center;
                transition: all .3s ease;
                &:hover{
                    transition: all .3s ease;
                    background: #555;
                    &.youtube{
                        background: #b00;
                    }
                    &.facebook{
                        background: #3b5998;
                    }
                    &.twitter{
                        background: #00aced;
                    }
                    &.google{
                        background: #dd4b39;
                    }
                    &.instagram{
                        background: #517fa4;
                    }
                }
            }
        }
    }
}