/*
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... */
@media screen and (min-width: 992px) {
	h3.uabb-infobox-title{
		font-size: 26px !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	h3.uabb-infobox-title{
		font-size: 24px !important;
	}
	
}

@media screen and (max-width: 768px) {
	h3.uabb-infobox-title{
		font-size: 22px !important;
	}
	
	.uabb-infobox-text{
		font-size: 16px !important;
	}
}

.rd-footer p a{
	text-decoration: none !important;
}

.rd-footer p a:hover{
	text-decoration: underline !important;
}

.fl-module-rich-text p a:hover{
	color: inherit !important;
}

#popmake-523 .pum-content .uabb-infobox-left-right-wrap p.uabb-infobox-title-prefix{
	text-align: center;
}