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

.custom-paragraph-animation, .custom-paragraph-animation h3 {
    font-size: 42px !important;
    color: #fff !important;
    margin: 0 !important;
}

@media screen and (max-width:768px) {
	.custom-paragraph-animation, .custom-paragraph-animation h3 {
    font-size: 23px !important;
    color: #fff !important;
    margin: 0 !important;
}
}

@media screen and (max-width:480px) {
	.custom-paragraph-animation, .custom-paragraph-animation h3 {
    font-size: 20px !important;
    color: #fff !important;
    margin: 0 !important;
}
}

.fusion-body  .fusion-title .comment-reply-title, .fusion-body  .fusion-title div.title-heading-tag, .fusion-body  .fusion-title h1, .fusion-body  .fusion-title h2, .fusion-body  .fusion-title h3, .fusion-body  .fusion-title h4, .fusion-body  .fusion-title h5, .fusion-body  .fusion-title h6, .fusion-body  .fusion-title p.title-heading-tag, .fusion-body .awb-off-canvas-wrap .fusion-title .comment-reply-title, .fusion-body .awb-off-canvas-wrap .fusion-title div.title-heading-tag, .fusion-body .awb-off-canvas-wrap .fusion-title h1, .fusion-body .awb-off-canvas-wrap .fusion-title h2, .fusion-body .awb-off-canvas-wrap .fusion-title h3, .fusion-body .awb-off-canvas-wrap .fusion-title h4, .fusion-body .awb-off-canvas-wrap .fusion-title h5, .fusion-body .awb-off-canvas-wrap .fusion-title h6, .fusion-body .awb-off-canvas-wrap .fusion-title p.title-heading-tag, .fusion-body .fusion-modal .fusion-title .comment-reply-title, .fusion-body .fusion-modal .fusion-title div.title-heading-tag, .fusion-body .fusion-modal .fusion-title h1, .fusion-body .fusion-modal .fusion-title h2, .fusion-body .fusion-modal .fusion-title h3, .fusion-body .fusion-modal .fusion-title h4, .fusion-body .fusion-modal .fusion-title h5, .fusion-body .fusion-modal .fusion-title h6, .fusion-body .fusion-modal .fusion-title p.title-heading-tag {
 
    color: var(--awb-text-color) ;
}
/* 
.fusion-modal h1, .fusion-post-content h1, .fusion-tb-footer h1, .fusion-tb-page-title-bar h1, .fusion-widget-area h1, .post-content h1, .search-page-search-form h1, .title h1, h1 {
	 color: var(--awb-text-color) !important;
}

.fusion-post-content h2, .search-page-search-form h2, h2 {
	color: var(--awb-text-color) !important;
} */

/* Exclude Elementor headings */
h1:not(.elementor-heading-title),
h2:not(.elementor-heading-title),
h3:not(.elementor-heading-title),
.fusion-modal h1,
.fusion-modal h2,
.fusion-modal h3,
.fusion-post-content h1,
.fusion-post-content h2,
.fusion-post-content h3,
.fusion-tb-footer h1,
.fusion-tb-footer h2,
.fusion-tb-footer h3,
.fusion-tb-page-title-bar h1,
.fusion-tb-page-title-bar h2,
.fusion-tb-page-title-bar h3,
.fusion-widget-area h1,
.fusion-widget-area h2,
.fusion-widget-area h3,
.post-content h1,
.post-content h2,
.post-content h3,
.search-page-search-form h1,
.search-page-search-form h2,
.search-page-search-form h3,
.title h1,
.title h2,
.title h3 {
    color: var(--awb-text-color) ;
}