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

span.datecs { float:right; }
.fullform { float:left; width:100%; }
.left-form { float:left; width:50%; }
.right-form { float:left; width:50%; }
input[type=text].customtextf1 { display:inline; width:250px; border:0px; border-bottom:1px dotted; }
input[type=text].customtextf2 { display:inline; width:100%; border:0px; border-bottom:1px dotted; }
input[type=number].customtextf1 { display:inline; width:250px; border:0px; border-bottom:1px dotted; }
textarea.customtextarea { width:350px; max-width:100%; }
.signclass { background:#f5f5f5; }
h2.centeralign, h4.centeralign { text-align:center; margin-bottom:20px; }
.wpcf7-form-control-wrap { position:inherit; }
.cftable { margin-bottom:10px; }
.cftable th, td { padding:10px; }
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
