/*
 *
 * START OF FILE
 *
 */

/*--------------------------------------------------------------------------------*/

@media only screen and (max-width: 575px) {
	/* hide items inside sticky header: .sticky-sm-hide */
	header .et_pb_sticky_module[style*="fixed"] .sticky-sm-hide {
		display: none;
	}
	.et_mobile_menu {
		height: 60vh;
		overflow: auto;
	}
}

/*--------------------------------------------------------------------------------*/

/*
 *
 * END OF FILE
 *
 */