/* Bridge CSS for cross compatibility with unreleased Woo Theme ================ */

.alignnone, .aligncenter { width: 100% !important; height: auto; }
@media screen and (max-width: 475px) {
	div[class*='col-xs']{
		width: 100% !important;
		float: none !important;
	}
}
