/******************************************************************
Theme Name: Rayos Core Parent
Description: The Parent theme for Rayos Core Child Themes
Author: Rayos
Author URI: http://townnews.com
Version: 2022.09.28

License: Rayos
License URI: TK

******************************************************************/

/*
WordPress Probz
So Theme Check (http://wordpress.org/plugins/theme-check/)
is constantly telling me that it needs these classes in the CSS even
though they are in the REAL stylesheet in library/css/style.css.
So we're gonna drop these here to keep it happy.
Great work, Theme Check (eye roll)
*/

.sticky {}          /* DO NOT EDIT THIS */
.gallery-caption {} /* THESE ARE USELESS */
.bypostauthor {}    /* THEY ARE ONLY TO KEEP THEME CHECK HAPPY */

/* Shim to Bootstrap 4 Migration */

p {
	margin-top: 1em;
}

#main { 
	width: 100%;
}

.col-xs-12 {
	flex-basis: 100%;
}