/*
Theme Name: Divi Child theme of Divi
Theme URI: 
Description: Child theme of Divi theme for the Divi theme
Author: <a href="http://www.elegantthemes.com">Elegant Themes</a>
Author URI: 
Template: Divi
Version: 3.22.7
*/

.et_pb_text ul {
	padding-left: 3em;
}

.hbspt-form input[type='text'],
.hbspt-form input[type='email'] {
	-webkit-appearance: none;
    padding: 14px 4%!important;
	margin:0;
	margin-bottom:1em;
    font-size: 16px;
    color: #666;
    background-color: #fff;
    width: 100%;
    font-weight: 400;
    border-width: 0;
    border-radius: 3px;
	background-color: rgba(110,130,208,0.08);
	border: 0 solid #333;
	border-color: #bec2d8;
    border-bottom-width: 3px;
}
.hbspt-form input::placeholder,
.hbspt-form label {
	font-size:16px;
}

.hbspt-form input[type='file'],
.hbspt-form .hs_recaptcha {
	margin-bottom:1em;
}

.hbspt-form input[type='submit'] {
	width:100%;
	cursor:pointer;
	    color: #ffffff!important;
    border-width: 0px!important;
    border-color: rgba(135,135,135,0);
    border-radius: 4px;
    letter-spacing: 0px;
    font-size: 14px;
    font-weight: 700!important;
    background-image: linear-gradient(90deg,#f92c8b 0%,#b02cd6 100%);
    background-color: #8624E1;
    padding-top: 16px!important;
    padding-bottom: 16px!important;
	transition: letter-spacing 300ms ease 0ms;
	box-shadow: 0px 20px 30px -10px RGBA(255,255,255,0);
}
.hbspt-form input[type='submit']:hover,
.hbspt-form input[type='submit']:focus {
	letter-spacing: 5.5px!important;
}


footer {
	background-image:linear-gradient(90deg,#f92c8b 0%,#b02cd6 100%);
	background-color: #8624E1;
}

footer .et_pb_row {
	padding:5px 0 !important;
}

footer p {
	text-align:center;
	color:#fff;
}

footer a {
	font-weight:600;
}
