/*---------------------------------------------------------------------------------

 Theme Name:   Divi - Scale Squad Theme
 Theme URI:    https://scalesquad.com/
 Description:  This is a Divi Child Theme by Scale Squad
 Author:       Scale Squad 
 Author URI:   https://scalesquad.com/
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

::-webkit-input-placeholder { /* Edge */
  color: inherit;
}

:-ms-input-placeholder { /* Internet Explorer */
  color: inherit;
}

::placeholder {
  color: inherit;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper textarea,
.gform_wrapper select{
	font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
	padding: 16px;
	font-size: 18px;
	font-weight: 400;
	color: #053041;
	background-color: rgba(255,255,255);
	border: 1px solid #053041;
	border-radius: 0;
}

.gform_wrapper input[type="submit"]{
	font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif !important;
	cursor: pointer;
	padding: 20px 40px;
	color: #fff;
    border: 2px solid #053041;
	background-color: #053041;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
}


.gform_wrapper input[type="submit"]:hover{
	color: #fff;
    border: 2px solid #9ad8f0;
	background-color: #9ad8f0;
}

.gform_wrapper .gform_footer {
	text-align: right;
	justify-content: right;
}

.gform_wrapper .full_width_button .gform_footer {
	text-align: center;
	justify-content: center;
}

.gform_wrapper .full_width_button .gform_footer input{
	width: calc(100% - 16px);
}
