/*
Theme Name: Avas Child
Theme URI: https://x-theme.net/avas/
Author: theme-x
Author URI: https://themeforest.net/user/theme-x
Description: Responsive Multi-Purpose WordPress Theme.
License: GNU General Public License v2 or later
License URI: http://themeforest.net/licenses
Template: avas
Version: 1.2
Text Domain: avas
*/

/* Theme customization starts here
-------------------------------------------------------------- */

.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
	font-weight: 400;
	color: #555;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform-theme--foundation .gfield .ginput_password.large, .gform-theme--foundation .gfield input.large, .gform-theme--foundation .gfield select.large {
	border-color: #B8B8B8;
	height: 45px;
    width: 100%;
    color: #909090;
	font-size: 13px;
    line-height: 26px;
    box-shadow: none;
    padding: 10px 15px;
	border-radius: 6px;
}
.gform-theme--foundation .gfield textarea.medium {
	border-color: #B8B8B8;
    width: 100%;
    color: #909090;
	font-size: 13px;
    line-height: 26px;
    box-shadow: none;
    padding: 10px 15px;
	border-radius: 6px;	
}
.gform-theme--foundation .gform_fields {
	column-gap: 30px;
	row-gap: 24px;
}
.gsection_title {
	font-weight: 400;
    color: #555;
	font-size: 14px
}
.gform_wrapper .gsection {
    border-bottom: 0;
    margin-bottom: 0;
}
.gform_footer input#gform_submit_button_1,
.gform_footer input#gform_submit_button_2,
.gform_footer input#gform_submit_button_3 {
    background-color: #00C39A;
    border-radius: 40px;
    padding: 15px 30px;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
	text-transform: uppercase
}
.gform_heading {
	display: none;
}