/*
Theme Name: Nelson Report
Version: 1.0
Description: Customized child theme created by 6foot8.com. (Beaver Builder Child Theme)
Author: 6foot8.com
template: bb-theme
*/

/* Add your custom styles here... */ 

/* contact form 7 */

.pp-cf7-content .wpcf7-text,
.pp-cf7-content .wpcf7-email,
.pp-cf7-content .wpcf7-textarea,
.pp-cf7-content .wpcf7-quiz,
.pp-cf7-content .wpcf7-number {
	margin-bottom: 25px !important;
}

/* Gravity Forms */

body .gform_wrapper.gravity-theme .gfield_label,
body .fl-node-ubsph2ldzaf4 .pp-gf-content .gform_wrapper .ginput_container label {
	font-weight: 400;
}

body .gform_wrapper.gravity-theme .gfield-choice-input {
	margin-top: 5px;
	vertical-align: top;
}

body .fl-node-ubsph2ldzaf4 .pp-gf-content .gform_wrapper .gform_footer .gform_button {
	width: auto;
	font-family: var(--gf-local-font-family);
	border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    padding: 12px 24px;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
    text-decoration: none;
    text-shadow: none;
    background-color: #ffffff;
    color: #02639d;
	transition: 0.1s;
}