/*
 Theme Name: Resort Retail Chameleon
 Version: 1.0
 Description: Child theme of the Chameleon theme
 Author: Webiste
 Template: Chameleon
 */

@import url("../Chameleon/style.css");
#header {
	padding-top: 10px;
}
p#slogan {
	margin-left: 0 !important;
	margin-top: 77px !important;
	float: none !important;
}
#breadcrumbs {
	display: none;
}
a.more-icon {
	display:none !important;
}
a.readmore {
	display:none !important;
}
@media only screen and ( max-width: 479px ) {
	body {
		padding-top: 12px !important;
	}
	#featured {
		display:block !important;
	}
	.featured-top-shadow, .featured-bottom-shadow {
		width:300px !important;
	}
	.post-thumbnail {
		display:block !important;
		margin-right: 0 !important;
		float: none !important;
	}
}
.featured-description p {
	font-size: 125%;
}
@media only screen and (max-width: 767px) {
	p#slogan {
		margin-left: 0 !important;
	}
}
