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

 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{
	padding: 16px !important;
	font-size: 15px !important;
	font-weight: 500;
	color: #565656 !important;
	background-color: rgba(0,0,0,0);
	border: 2px solid #ededed;
	border-radius: 0;
	font-weight: 400;
}

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

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

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


.et_pb_text ol,
.et_pb_text ul{
	padding-left: 0;
}

.et_pb_text ol li,
.et_pb_text ul li{
	margin-bottom: 17px;
    position: relative;
    list-style: none;
    padding-left: 45px;
}

.et_pb_text ol li::marker,
.et_pb_text ul li::marker{
	display: none;
}

.et_pb_text ol li:before,
.et_pb_text ul li:before{
	content: '';
	height: 16px;
	width: 16px;
	background: #e7bc88;
	display: block;
	position: absolute;
	transform: rotate(45deg);
	top: 5px;
	left: 0;
}
