/*
 * Theme Name:  Newsreader Child
 * Theme URI:   https://newsreader.codesupply.co/
 * Description: Newsreader Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    newsreader
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */


/*  Footer bottom-bar logo fix  */
/* Show the logo to the left of the copyright text */
.cs-footer__item-bottom-bar .cs-footer__logo {
	    width: auto !important;
	    height: 28px !important;
	    flex-shrink: 0;
}

.cs-footer__item-bottom-bar .cs-footer__logo img {
	    width: auto !important;
	    height: 28px !important;
	    display: inline-block !important;
}
}
}