
@media (max-width: 575px) {}

@media (max-width: 480px), @media (max-device-width: 480px) {}

@media (max-width: 360px), @media (max-device-width: 360px) {}

@media (min-width: 576px) {}

@media (min-width: 576px) and (max-width: 767px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width: 1440px) {}

@media only screen and (min-device-width : 768px) and (max-device-width : 980px) {
	.osx.et_mobile_device .tippy-popper.tippy-trigger-mobilemenu {
		top: 0 !important;
		left: 0 !important;
	}
	
	.et_mobile_device .tippy-popper-singleton {
		transform: translate3d(0, 0, 0px) !important;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) {}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) {}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {}

@media only screen and (max-device-height: 667px) {
	.et_fixed_nav.osx .tippy-popper {
		transform: none !important;
		top: 0 !important;
		left: 0 !important;
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) {}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) {}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {}
