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

/** Global Footer **/
.fusion-footer-widget-area { color: white; }

/** Landing Page Banner - Desktops **/
.page-banner { height: 1000px; }

@media only screen and (max-width: 480px) {
/** Landing Page Banner - Mobile **/
.page-banner { height: 450px; }

/** Font Size Mobile **/
.fusion-title h2 { font-size: 36px !important; }
.fusion-title h3 { font-size: 26px !important; }
.fusion-title h4 { font-size: 20px !important; }

/** Button Styles Mobile **/
.image-CTA .fusion-button { width: 100% !important; }
}

@media only screen and (max-width: 820px) {
/** Landing Page Banner - Tablets **/
.page-banner { height: 500px; }

/** Font Size Mobile **/
.fusion-title h2 { font-size: 36px !important; }
.fusion-title h3 { font-size: 26px !important; }
.fusion-title h4 { font-size: 20px !important; }	
}

@media only screen and (max-width: 1024px) {
.page-banner { height: 565px; }
}