<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* =Child-Theme responsive styles starts here
-------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 999px) {
	 .custom_burger_not_tablet {
    	display: none !important;
	}
	.custom_burger_tablet {
		display: block !important;
	}
}

@media (min-width: 1000px) and (max-width: 1279px) {
	 .custom_burger_not_tablet {
    	display: block !important;
	}
	.custom_burger_tablet {
		display: none !important;
	}
}</pre></body></html>