/*
Theme Name: Curia
Author: VSA Partners, LLC
Author URI: https://www.vsapartners.com
Description: A WordPress theme for the Curia (AMRI 2021 rebrand) website.
Version: 0.5
License: MIT License
*/

/**
 * For the absolute bare minimum, WordPress can install a theme with a single
 * "Theme Name" comment header. A header must be provided before CSS begins.
 *
 * Above, this stylesheet has the practical minimum for non-Theme Directory use.
 *
 * I suggest getting started on your CSS with my reset/normalization stylesheet,
 * Setup.
 * https://github.com/davidegreenwald/css-setup
 */

 @import 'app.css';

#wpforms-form-2531 .wpforms-field-select {
	width:100% !important;
}
 