/*
 Theme Name:     Chommerce
 Description:    Divi child theme for Chommerce.com
 Author:         Jeff Brand, Delta Factory
 Author URI:     https://deltafactory.com/
 Template:       Divi
 Version:        1.1.0
*/

#home-header {
	background-size: 400px !important;
	background-position: 25% 102% !important;
}

.header-ball-inner {
	background-size: 400px !important;
	background-position: 0% 102% !important;
}

.chommerce-logo {
	width: 300px;
}

.market-opportunity-icon .et_pb_image_wrap {
	max-width: 90px;
}

/* CSS animation delayed start */
.delayed-start * {
	animation-play-state: paused !important;
}

.delayed-start.delayed-start-started * {
	animation-play-state: running !important;
}

.hida-helping-bullet-item ul {
	list-style-type: none !important;
	padding-left: 0;
}

.hida-helping-bullet-item ul li {
	position: relative;
	padding-left: 40px;
	min-height: 2em;
	margin-bottom: .5em;
	line-height: 1.2em;
}

.hida-helping-bullet-item ul li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '\e052'!important;
	color: #f16522;
	font-family: 'ETMODULES'!important;
	font-size: 1.6em!important;
}

/* Form styles */
.gform_next_button,
.gform_previous_button, 
.gform_wrapper.gravity-theme input[type=submit] {
	color:#ffffff;
	padding: 10px 20px;
	border-radius: 6px;
	background: #054678;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .05em;
	border: none;
}

.gform_next_button:hover,
.gform_previous_button:hover,
.gform_wrapper.gravity-theme input[type=submit]:hover {
	color:#ffffff !important;
	background: #f05a0a !important;
}

/* Form Field styles */
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme textarea,
.gform_wrapper.gravity-theme select {
	border-radius: 3px;
	color: #054678 !important;
	padding: 15px !important;
}

.gfield_label {
	color:#054678 !important;
}

/* Override silly underline default from Gutenberg. */
body a:where(:not(.wp-element-button)),
a.button-link-no-underline {
	text-decoration: none;
}

/* Check list bullets */
.check-list ul li {
	list-style-type: none;
}
  
.check-list ul li:before {
	content: '\e052';
	font-family: 'ETMODULES';
	margin-right: 10px;
	margin-left: -14px;
	font-size: 1em!important;
}

.check-list-orange ul li:before {
		color: #f16522;
}

.flex-columns .et_pb_text_inner {
	display: flex;
	justify-content: space-between;
}

.contact-form-2023 input,
.contact-form-2023 input[type=text],
.contact-form-2023 input[type=email],
.contact-form-2023 input[type=tel],
.contact-form-2023 select,
.contact-form-2023 textarea {
	background-color: #cfedf1;
}

.gform_wrapper.gravity-theme .contact-form-2023 .left_label .gfield_label {
	padding-right: 1em;
}

@media screen and ( max-width: 980px ) {
	div.gform_wrapper.gravity-theme .contact-form-2023 .left_label .gfield_label {
		padding-right: 0;
		width: 100%;
	}

	div.gform_wrapper.gravity-theme .contact-form-2023 .gform_fields.left_label legend.gfield_label {
		float: none;
		width: 100%;
	}

	div.gform_wrapper.gravity-theme .contact-form-2023 .gform_fields.left_label fieldset .ginput_container,
	div.gform_wrapper.gravity-theme .contact-form-2023 .left_label div.gfield > div:not(.ui-resizable-handle):not(.gfield-admin-icons) {
		width: 100%;
	}
}