/* RESPONSIVE CHANGES ------------------------------------------------------------------------------------------ */
/* Bootstrap will handle most of it automatically */

@media (max-width: 992px) {
	.maddos-review { display: block !important; }
	.maddos-review img { display: inline !important; }
	.maddos-single-left { border-bottom: 1px solid; padding-bottom: 20px; margin-bottom: 20px; }
}

@media (max-width: 768px) {
	.maddos-search { display: none; }
/* Example to remove title and desc if using header image
	#maddos-site-title { display: none; }
	#maddos-site-desc{ display: none; }
*/
}

@media (max-width: 480px) {
	.maddos-post-header { font-size: 1.5em; }
	.maddos-link-header-back { font-size: 1.0em; }
	.maddos-headline { font-size: 0.9em; }
	.maddos-infobar { font-size: 0.9em; }
	.maddos-link-thumbnail a { font-size: 1.6em; }
}

@media (max-width: 320px) {
	.maddos-post-header { font-size: 1.3em; }
	.maddos-link-header-back { font-size: 0.8em; }
	.maddos-headline { font-size: 0.8em; }
	.maddos-infobar{ font-size: 0.8em; }
	.maddos-link-thumbnail a { font-size: 1.4em; }
}

@media (max-width: 240px) {
	.maddos-post-header { font-size: 1.1em; }
	.maddos-link-header-back { font-size: 0.7em; }
	.maddos-headline { font-size: 0.7em; }
	.maddos-infobar{ font-size: 0.7em; }
	.maddos-link-thumbnail a { font-size: 1.2em; }
}
