/*
Theme Name: xbuild
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: Marco Boncompagno
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/
.btn-cta {
  font-weight:bold;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea, .wpcf7 input[type=tel] {
  background-color: #fff;
  color: #000;
  width: 100%;
  border-radius: 0;
  padding: 10px;
  font-size: 18px;
}
.wpcf7 label {
  display: block;
}
.wpcf7 .wpcf7-submit, .wpcf7 .wpcf7-submit:focus {
  width: 100%;
  background: #5BAB7D;
  color: #ffffff;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 0;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 10px;
  transition: background 0.3s;
}
.wpcf7 .wpcf7-submit:hover {
  background: #CC3333;
  color: #ffffff;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 0;
  border: none;
}
.fl-theme-builder-header-shrink-module-top.fl-module-content {
  margin-top: 0 !important;
}
.fl-theme-builder-header-shrink-module-bottom.fl-module-content {
  margin-bottom: 0 !important;
}