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

/*--- 2 Column Form Styles Start ---*/

#left {
  width: 47%;
  float: left;
  margin-right:6%;
}
 
#right {
  width: 47%;
  float: left;
}
 
.clearfix:after {
  content:"\0020";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
  overflow:hidden;
  margin-bottom:10px;
}
 
.clearfix {
  display:block;
}

/*--- 2 Column Form Styles End ---*/