/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
body.home footer.et-l .et_pb_section_0_tb_footer {
    border: none !important;
}


.et_pb_text_inner h2 {
	font-size: 22px;
}



.custom-list ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.custom-list ul li {
    list-style: none;
    padding-left: 30px;
    position: relative;
}
.custom-list ul li strong {
	font-size: 1.1em;
}
.custom-list ul li::before {
	content: " ";
    width: 14px;
    height: 14px;
    background: #6f8cc0;
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
}

.gform_wrapper .gform_title {
    text-align: center;
    padding: 10px 0 40px;
}
.gform_wrapper .gfield_label { 
	font-weight: bold;
    font-size: 17px;
}
.gform_wrapper .gfield_required_text {
	font-size: 0px;
}
.gform_wrapper .gfield_required_text::after {
	content: "*";
	font-size: 17px;
}
.gform_wrapper .gform_button {
    font-weight: bold !important;
    text-transform: uppercase !important;
    background: #6f8cc0 !important;
    border-radius: 8px !important;
    font-size: 17px !important;
    padding: 15px 50px !important;
    margin-top: 20px !important;
}
.gform_wrapper .gform_validation_errors {
	display: none !important;
}




footer.et-l .footer-links .et_pb_column {
	display: flex;
	align-items: center;
	justify-content: center;
}
footer.et-l .et_pb_text_inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
footer.et-l .et_pb_text_inner ul li {    
	margin-left: 10px;
    padding-left: 10px;
    line-height: 1em;
    border-left: 1px solid;
}
@media (max-width: 980px) {
	footer.et-l .footer-links .et_pb_column {
		flex-direction: column;
	}
	footer.et-l .et_pb_text_inner ul {
        flex-direction: column;
        margin: 20px 0;
        gap: 10px;
	}
	footer.et-l .et_pb_text_inner ul li {
		border: none;
		margin: 0;
		padding: 0;
	}
}