
/**
 * Contact Us
 *
 * Styling for the Contact Us section (.contact-form-sec): white links/info text,
 * underlined contact links, lavender info titles, and the divider treatment.
 */

/* Contact Us page styles */
.txt-underline a {
	cursor: pointer !important;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
	text-underline-position: from-font;
}

.txt-underline .elementor-widget-container a:hover {
	color: #fff !important;
}

.contact-form-sec .infobox-content a {
	cursor: pointer;
}

.contact-form-sec a, .contact-form-sec .infobox-content div {
	color: #fff;
	cursor: default;
}

.contact-form-sec .contact-info-colm .elementor-widget-text-editor a, .contact-form-sec .infobox-content a, .contact-form-sec .infobox-content div, .contact-form-sec .elementor-kit-6 a {
	font-family: lato, sans-serif;
	color: #fff;
	font-size: 18px;
	line-height: 27px;
	font-style: normal;
	font-weight: 700;
}

.contact-form-sec .infobox-content .infobox-title-section {
	color: #d2c7da;
}

.contact-form-sec .eael-divider.horizontal {
	margin: 30px 0;
	opacity: .6;
	background: #75787b;
}

.contact-form-sec .infobox-content .sub_title {
	text-transform: uppercase;
}
