/*
 Theme Name:   BurletBau
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Twenty Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  burletbau
*/

/**** Footer ****/
.footer-nav-widgets-wrapper {
    background-color: #284787;
    color: #fff;
}
.footer-nav-widgets-wrapper .widget-content {
    font-family: inherit;
}
.footer-nav-widgets-wrapper .widget-content p {
    font-family: inherit;
    font-size: 18px;
    font-style: italic;
}
.footer-nav-widgets-wrapper .footer-top {
    display: none;
}
.footer-nav-widgets-wrapper img.alignnone {
    margin-left: 0;
    margin-top: 0;
}
.footer-widgets a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}
.footer-widgets a:hover {
    color: #EBCC47;
}
.footer-nav-widgets-wrapper .footer-widgets.column-two {
    max-width: 300px;
}
.footer-nav-widgets-wrapper .footer-widgets.column-two a {
    font-size: 16px;
    font-style: italic;
    text-transform: uppercase;
}
#site-footer {
    display: none;
}