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

.my-custom-div {
	width: 60%;
}
.my-custom-div-two {
	width: 40%;
}
input::placeholder {
	color: #666666 !important;
}
input[type=text], input[type=password], input[type=email], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=number], input[type=search], input[type=url], textarea {
	border: 1px solid #cccccc !important;
}
.my-custom-div-two {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.my-custom-div .gfield {
	margin-bottom: 10px !important;
}

#gform_fields_1 {
	display: flex !important;
}
.gform_wrapper.gravity-theme .left_label .gfield_html{
	margin: 0 10% !important;
}
header,footer {
	display: none !important;
}
.gform_wrapper.gravity-theme #gform_fields_1 .my-custom-div .gfield_html_formatted {
	margin-left: 0px !important;
}
.gform_wrapper.gravity-theme #gform_fields_1 .my-custom-div .gfield_html {
    max-width: 700px !important;
    margin: 0px !important;
}
button, input[type=button], input[type=submit] {
	background: #2b64b1 !important;
	width: 250px !important;
	text-transform: uppercase;
	padding: 12px 40px;
	border: none !important;
}
.gform_wrapper.gravity-theme .gform_footer.left_label, .gform_wrapper.gravity-theme .gform_footer.right_label, .gform_wrapper.gravity-theme .gform_page_footer.left_label, .gform_wrapper.gravity-theme .gform_page_footer.right_label {
    padding: 0px !important;
}
#gform_fields_1 .spacer {
	display: none !important;
}