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

 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 ------------------------------*/

body{
	line-height: 1.7;
}


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

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

::placeholder {
  color: inherit;
}

.gform_wrapper input[type="submit"]{
	cursor: pointer;
	padding: 18px 30px;
	color: #fff;
    border: 2px solid #06c8ff;
	background-color: #06c8ff;
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.gform_wrapper input[type="submit"]:hover{
	opacity: 0.9
}

.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);
}