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

::selection {
	background: var(--awb-color6);
	color: var(--awb-color2);
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox label:before {
	border: 1px solid #000000 !important;
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox input:checked+label:after {
	background: #000000 !important;
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox label {
	padding-left: 20px !important;
}

.header-custom {
	transition: all 0.3s ease-out;
}

.header-custom.fusion-sticky-transition {
	backdrop-filter: blur(20px);
}

.swiper-wrapper {
	padding: 0px !important;
}

.fusion-image-carousel {
	margin: 0px !important;
}

.fusion-carousel-item-wrapper, .fusion-image-wrapper {
	height: 100% !important;
}

.fusion-image-wrapper img {
	object-fit: cover !important;
}