/*
Theme Name: Chameleon Child 1
Description: Child theme for Chameleon
Author: Websites.ca
Template: Chameleon
Version: 0.1.0
*/

@import url("../Chameleon/style.css");

#breadcrumbs { display: none; }

div.websitesca-footer-link, div.websitesca-footer-link a { color: #ccc; font-size: x-small; }

/*========== TEMP FIX FOR CHROME FONT BUG ==========*/

body
{
    -webkit-animation-duration: 0.1s;
	-webkit-animation-name: fontfix;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0.1s;
}

@-webkit-keyframes fontfix{
	from{ 	opacity: 1; }
	to{	opacity: 1; }
}