/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

body, p, li {
	color: #9d9d9d;
	font-size: 14px;
	font-family: Questrial, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	line-height: 175%;
}

h1, h2, h3, h4, h5, h6 {
	color: 000000;
	font-family: Questrial, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

h3 {
	font-size: 20px;
}

.content-type-limited {
	color: #9d9d9d;
	font-size: 14px;
	font-family: Questrial, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	line-height: 175%;
}

.align-right {
	text-align: right;
}