/*
 Theme Name:   Customizer Child Theme
 Description:  Child Theme for Customizer.  Adds a custom widget area under the footer's copyright section to optionally replace the text underneath it.
 Author:       Danny Pesses
 Template:     customizr
 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:  customizrchild
*/


.footer__wrapper #footer__credits .textwidget {
    width: unset;
}
.colophon__row .footer__credits .czr-additional-text {
    font-size: .7rem;
    margin-top: .5rem;
}