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

.fusion-content-boxes, .fusion-content-boxes .content-container {
    margin-bottom: 0px !important;
}

.custom-bg {background-size: auto !important;}

.ctm-checklists .content-box-wrapper {
    padding: 15px 0px !important;
}
.ctm-checklists .content-box-wrapper p {
    margin-top: -10px;
}

.fusion-content-boxes .content-box-wrapper {
	border-radius: 10px !important;
}

.fusion-content-boxes .content-wrapper-background {
	padding: 20px !important;
}


/* Responsive */

@media all and (max-width: 820px) {
	.fusion-builder-row {
		max-width: unset !important;
	}
	
	.custom-bg {
		background-image: none !important;
	}
	
	.home table {
		width: 50% !important;
	}
}

@media all and (max-width: 667px) {
	.wpml-ls-legacy-list-horizontal {
		padding: 0 !important;
		font-size: 15px !important;
	}
	
	.title h1, .title h2 {
		font-size: 26px !important;
		hyphens: auto;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
	}
	
	.title h3, h3.content-box-heading {
		font-size: 20px !important;
	}
	
	.home table {
		width: 100% !important;
	}
}

@media all and (max-width: 320px) {
	p, li {
		font-size: 14px !important;
	}
}