/*
 Theme Name:   Meni-El Child
 Theme URI:    https://menielementor.wpengine.com/
 Description:  Meni-El Child Theme
 Author:       the WeDesignTech team
 Author URI:   https://wedesignthemes.com/
 Template:     meni-el
 Version:      1.0.0
 Text Domain:  meni-el-child
*/



#GravityForm input:not(.button), #GravityForm .select2-selection__rendered, #GravityForm textarea, #GravityForm select {
    padding: 12px 15px;
    font-size: 14px;
    min-height: 50px;
    background-color: #fff;
    border-color: #eee;
    line-height: 24px;
	    font-weight: 500;
    color: #28303d;
	width: 100%;
}
#GravityForm span.select2-selection {
    line-height: normal;
    border-color: #eee !important;
}