/*
Theme Name: IRPC
Description: Child theme for the Theme Blvd framework
Author: Internet Rights and Principles
Template: breakout
Version: 2.0.1
*/

/*
Note: The parent theme does not include any CSS in
style.css, and so you don't need to @import it here.
*/

@import url(../breakout/style.css);
/* Add your custom CSS here. */

#featured_category_widget {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	word-wrap: normal;
}