/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Main container elementor background overlay **/
#main-container #footer-main .elementor-background-overlay {
	background-size: auto 50% !important;
	background-origin: content-box !important;
	-webkit-background-clip: content-box !important;
	background-clip: content-box !important;
}

/** General >> GF radio inline **/
.gfield .gfield_radio {
	display: -webkit-inline-flexbox !important;
	display: -moz-inline-flexbox !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-webkit-flex-direction: row !important;
	-moz-flex-direction: row !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
	grid-column-gap: 10px !important;
	column-gap: 10px !important;
}

/** General >> Elementor subheading title **/
.subHeader .elementor-subheading-title {
	padding-right: 10px !important;
	margin: 10px !important;
}


/*= Header ==================== */

/** Header >> Search Icon  Open **/
[type="submit"] .fa-search::before {
	color: rgb(255, 255, 255) !important;
}


/*= Content =================== */

/** Content >> Parentchildmenu link **/
.parentchildmenu ul li, 
.parentchildmenu h4 {
	font-size: 0.9rem !important;
	padding: 10px 10px 11px 12px !important;
	border-bottom: 1px solid rgb(255, 255, 255) !important;
	border-bottom: 1px solid #ddd !important;
}


/*= Footer ==================== */

/** Footer >> Footer main **/
#footer-main, 
#footer-main a {
	color: rgb(255, 255, 255) !important;
}

/** Footer >> Footer main link (:hover) **/
#footer-main a:hover {
	color: var(--e-global-color-85e2a19) !important;
}

/** Footer >> Content elementor theme builder content area **/
#content .elementor-theme-builder-content-area {
	color: var(--e-global-color-85e2a19) !important;
}

/** Footer >> Elementor cta valign bottom elementor cta **/
.elementor-cta--valign-bottom .elementor-cta {
	background-size: contain !important;
}

/** Footer >> Chat component [type="button"] **/
#chat_component [type="button"] {
	width: 60px !important;
	height: 60px !important;
	padding-right: 16px !important;
}

/** Footer >> Strong **/
.headerWarningBar p {
	margin-bottom: 0 !important;
}

/** Footer >> Link **/
#footerBox a {
	color: rgb(255, 255, 255) !important;
}

/** Footer >> Link (:hover) **/
#footerBox a:hover {
	color: rgb(85, 205, 255) !important;
}

