/*
Theme Name:     Child
Description:    
Author:         AZure
Template:       Avada

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

/* header
 * 
 * ----------------------------------------
 * move main menu down for pc
 *  */
@media only screen and (min-width: 768px){
	/* header style */
	.new-header {
		background-size:auto!important;
	}
	
	.new-header .menu-phone a span, 
	.new-header .menu-email a span {
		color:#a38ac1!important;
	}
	
	.fusion-menu-element-wrapper .fusion-menu-element-list {
		min-height:unset!important;
		background-image: linear-gradient(to bottom, rgba(0,0,0,0.7), rgba(255,0,0,0));
	}
	
	/* homepage */
	.page-id-9 #wrapper {
		background-image:url("/wp-content/uploads/2021/03/bkgd-home.jpg");
		background-repeat:no-repeat;
	}
	
	.page-id-9 .home-content-box {
		text-align:justify;
	}
	
	/* about page */
	.page-id-580 #wrapper {
		background-image: url("/wp-content/uploads/2021/03/bkgd-about.jpg");
		background-repeat:no-repeat;
	}
	
	.page-id-580 .about-content-box {
		text-align:justify;
	}
	
	/* contact page */
	.page-id-12 #wrapper {
		background-image:url("/wp-content/uploads/2021/03/bkgd-contact.jpg");
		background-repeat:no-repeat;
	}
	
	.page-id-12 .about-content-box {
		text-align:justify;
	}
}

@media only screen and (max-width: 480px){
	#boxed-wrapper {
		background:#ffffff;
	}
}

.footer-copyright {
	float:left;
}

.footer-menu {
	float:right;
}

