/*
Theme Name: Astra Child
Template: astra
Version: 1.0.11
*/


/*Buyer Match Form*/
.buyer-match-form input,
.buyer-match-form textarea,
.buyer-match-form select{
	text-transform: uppercase; 
	margin-bottom: 0 !important;
}

.buyer-match-form .gfield_description,
.buyer-match-from .gfield_label {
	padding-bottom: 0 !important;
	line-height: 1.5 !important;
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
	background-color: #2e5a73 !important;
}

.buyer-match-form label[for="inf_field_FirstName"], .buyer-match-form label[for="inf_field_LastName"], .buyer-match-form label[for="inf_field_StreetAddress1"], .buyer-match-form label[for="inf_field_City"], .buyer-match-form label[for="inf_field_State"], 
.buyer-match-form label[for="inf_field_PostalCode"], .buyer-match-form label[for="inf_field_Email"], 
.buyer-match-form label[for="inf_field_Phone1"], .buyer-match-form label[for="inf_custom_PresentOccupation"], .buyer-match-form label[for="inf_custom_Whatspecificopportunitiesareyouinterestedin"], .buyer-match-form label[for="inf_custom_Doyouplantohaveinvestors"]
{
	display: none; 
}

.buyer-match-form input {
	margin: 10px auto;
	width: 49%
}

.buyer-match-form .infusion-field:not(:first-child) {
	display: inline !important; 
}

.buyer-match-form div {
	height: auto; 
	line-height: 1;
}

.buyer-match-form select {
	margin-top: 10px;
}

.buyer-match-form .infusion-option {
	width: 100%; 
	display: block;
}

.buyer-match-form .infusion-radio input {
	width: auto;
}

.buyer-match-form .infusion-checkbox input {
	width: auto; 
}