/* =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;
	}
}