/*
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 all {
    input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="number"], input[type="search"], input[type="url"] {
        height: 40px;
    }
}

.fl-builder-pagination {padding:10px;}
.fl-module-content {margin-bottom: 0px;}

.crp_thumb {min-width:300px;}
.crp_featured {min-width:300px;}

.crp_title{
	font-size: 15px;
	font-weight: 100;
	color: gray;
}