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

 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 a {
	font-weight: 500!important;
}

#top-menu li.current-menu-item>a {
	font-weight: 600!important;
	color: #373737;
}

::-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: 14px !important;
	font-weight: 400;
	color: #666 !important;
	background-color: rgba(0,0,0,0.03);
	border: 1px solid rgba(0,0,0,0.03);
	border-radius: 3px;
}

#footer-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#footer-form .gform_wrapper textarea,
#footer-form .gform_wrapper select{
	background-color: transparent;
	border: 1px solid rgba(51,51,51,0.15);
}

#newsletter-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#newsletter-form .gform_wrapper textarea,
#newsletter-form .gform_wrapper select{
	color: #fff !important;
	background-color: rgba(255,255,255,0.13);
	border: 1px solid rgba(255,255,255,0);
}

.gform_wrapper input[type="submit"]{
	cursor: pointer;
	padding: 16px 24px;
	color: #fff;
    border: 1px solid #25b6ca;
	background-color: #25b6ca;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#contact-form .gform_wrapper input[type="submit"]{
	background-color: #fff;
	color: #25b6ca;
    border: 2px solid #fff;
}

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

#newsletter-form .gform_confirmation_message{
	color: #fff;
}