/*
Theme Name: ConnectWP ChildTheme 
URI: http://connect.mikado-themes.com
Description: A child theme of Connect Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themesVersion: 1.0.0
Template: connectwp
*/

.gform_wrapper textarea.medium,
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	border:1px solid rgba(234, 234, 234, 1)!important;
	padding: 17px 10px!important;
	margin-bottom:-3px!important;
	border-radius:3px;
	font-weight:400!important;
}

.gform_wrapper label.gfield_label{
	font-size:14px!important;
	color:#444!important;
	margin-bottom:5px!important;
	font-family:Montserrat,sans-serif!important;
	letter-spacing:-1px!important;
	font-weight:400!important;
	margin-bottom:0!important;
}

.gform_wrapper .gform_footer input[type=submit]{
	background-color:#1fbdf2;
	font-family:Montserrat,sans-serif;
	color:white;
	outline:0;
	border:none;
	border-radius:30px;
	letter-spacing:-1px;
	padding:19px 45px;
	cursor:pointer;
	min-width:177px;
	transition:all .3s ease!important;
	-webkit-transition:all .3s ease!important;
	-moz-transition:all .3s ease!important;
	font-size:17px!important;
}

body .gform_wrapper .top_label div.ginput_container{
	margin-top:4px!important;
}

.gform_wrapper .gform_footer input[type=submit]:hover{
	background-color:#1bdd9b!important;
}