/*---------------------------------------------------------------------------------

 Theme Name:   Piedmont Pest Custom
 Theme URI:    https://piedmontpestmanagement.com
 Description:  Custom Template for Piedmont Pest Management
 Author:       Jason Blackburn
 Author URI:   https://didmedia.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

/* set the contact form container to use flexbox layout */
.pa-inline-contact-form .et_pb_contact_form {
  display: flex;
}
/* style each contact form field */
.pa-inline-contact-form p.et_pb_contact_field {
  display: inline-block;
  padding: 0;
  width: 25%;
  margin-right: 20px;
}
/* style for the container of the submit button */
.pa-inline-contact-form .et_contact_bottom_container {
  display: inline-block;
  width: 25%;
  margin-top: 0;
}
/* style for the submit button */
.pa-inline-contact-form .et_contact_bottom_container .et_pb_contact_submit {
  margin: 0 0 0 0px!important;
  width: 100%;
}