/*
Theme Name: Avada (Full Width)
Description: Avada child theme with custom Sickkids footer and header
Author: Sickkids
Author URI: http://www.sickkids.ca/
Template: Avada
Version: 5.6.2
Text Domain:  Avada
*/
/* -------------------------------
	OVERRRIDE DEFAULT SETTINGS
   -------------------------------*/
div.fusion-header {
	/*---Remove green area from the header---*/
	/*display:none*/
}

.fusion-header-wrapper {
	/*---Fix the problem that the header overlap on top of the content---*/
	position: relative !important;
}

input[type=button] {
	appearance:push-button; /* expected from UA defaults */
}
/* -------------------------------
** SICKKIDS FOOTER
   -------------------------------*/
#sickkids_footer {
	width: 100%;
	height: 300px;
	background: #FFFFFF;
	padding: 20px;
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
}
