/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
.header-call a {
	color: var(--primary_color);
}
.header-call a:hover,
.header-call a:focus {
	color: #82c03e !important;
}
.custom-menu ul {
	font-family: "OpenSans Condensed Medium", san-serif;
	font-size: 18px !important;
}
.custom-menu ul li a {
	margin-top: -10px;
	margin-bottom: -10px;
}
.custom-menu ul li.current-menu-item a .menu-text,
.custom-menu ul li:hover a .menu-text {
	color: var(--primary_color);
}
.custom-menu ul li {
	border-bottom: none !important;
}
.custom-menu ul li .awb-menu__main-background-active {
	border-color: transparent;
}
.custom-menu ul li:hover .awb-menu__main-background-active {
	border-color: transparent;
}
@media (max-width: 1120px) {
	.custom-menu.expanded ul {
		padding-bottom: 20px !important;
	}
}
@media (max-width: 600px) {
	.header-call a {
		font-size: 21px;
	}
}
.hero-title h1 {
	font-size: clamp(3rem, 1.714rem + 3.429vw, 4.5rem) !important;
}
.condensed h1,
.condensed h2,
.condensed h3,
.condensed h4 {
	display: inline-block;
	transform: scaleX(0.75);
    transform-origin: left;
}
.button-default.condensed {
	transform: scaleX(0.75);
    transform-origin: left;
    letter-spacing: 1.5px;
}
.condensed-centered {
	transform: scaleX(0.75);
    transform-origin: center;
}
ol.custom-numbered {
	margin-top: 30px;
	list-style: none;
	counter-reset: custom-counter; /* Initialize counter */
	padding-left: 0;
}
ol.custom-numbered li {
	counter-increment: custom-counter; /* Increment counter */
	margin: 0.5em 0;
	line-height: 1.4em;
	position: relative;
	padding-left: 2em; /* Space for number */
	padding-bottom: 15px;
}
ol.custom-numbered li::before {
	content: counter(custom-counter) ".";
	position: absolute;
	left: 5px;
	top: 0;
	font-family: "OpenSans Condensed Semibold", san-serif; /* Change number font */
	font-size: 24px;
}
ol.custom-numbered strong {
	font-family: "OpenSans Condensed Semibold";
	font-size: 24px;
}
.custom-content p {
	margin-top: 25px !important;
}
.custom-content ul {
	margin-top: -10px;
	line-height: 1.8em;
}
.footer-info a {
	color: #fff;
}