/*
Theme Name:  Decibel Child
Theme URI: http://decibel.wolfthemes.com/
Description: Decibel Child theme
Author: WolfThemes
Author URI: http://wolfthemes.com/
Template: decibel
Version: 1.0.0
*/

.footer_nav.ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    font-size: 1.4rem;
    color: #808080;
    font-family: 'Montserrat';
    font-weight: 500;
}
.footer_nav >li {
    padding: 0 15px;
    list-style: none;
}
.footer_nav >li >a{
    text-decoration: none;
    font-size: 1.4rem;
    color: #808080;
}