/*
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... */ 

legend {
	display: inline;
	width: auto;
}

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] {
	all: unset;
}

button, .button, input[type=button], input[type=submit], input[type=reset] {
	font-size: inherit;
	line-height: inherit;
}

input[type=radio], input[type=checkbox] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

*:before, *:after {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}