/*
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
*/

* {
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
}
*::selection{
	background: var(--awb-color4) !important;
	color: white !important;
}

/* SR ONLY */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

/* MAX WIDTH */
.max-w-400 p {
	max-width: 400px;
}
.max-w-600 p {
	max-width: 600px;
}

/* CHECKLIST */
.checklist-horizontal {
	margin: 0 !important;
	display: flex;
	flex-wrap: wrap;
	gap: 5px 25px;
}
.checklist-horizontal li {
	display: flex;
	gap: 5px;
}
.checklist-horizontal li span,
.checklist-horizontal li div {
	margin: 0 !important;
}

.fusion-text ul {
    margin: 0 0 10px 0 !important;
    /*padding-left: 17px !important;*/
}

/* OFF CANVAS */
.awb-off-canvas-wrap .awb-off-canvas-inner .off-canvas-content {
	min-height: 100vh;   
	min-height: -webkit-fill-available;
	height: auto !important;
	max-height: none !important;
}
.awb-off-canvas-inner{
	overflow-y: scroll !important;
}

/* GRAVITY FORMS */
.gform_required_legend {
    display: none !important;
}
.gform_wrapper {
    margin: 0 !important;
}
.gform_footer {
	margin: 20px 0 0 0 !important;
	padding: 0 !important;
}
.gfield_required {
	color: var(--awb-color4) !important;
}