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

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

#et-top-navigation .nav li:last-child ul {
	right: 0;
}

#top-menu li ul{
	padding: 10px;
}

#top-menu li li {
    padding: 0;
}

::-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{
	padding: 16px !important;
	font-size: 16px !important;
	font-weight: 400;
	color: #666 !important;
	background-color: rgba(255,255,255,0);
	border: 1px solid #222;
	border-radius: 3px;
}

.gform_wrapper input[type="submit"]{
	cursor: pointer;
	padding: 14px 30px;
	color: #fff;
    border: 2px solid #1d5794;
	background-color: #1d5794;
    border-radius: 3px;
    font-size: 20px;
    font-weight: 500;
}

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


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