/*
Theme Name: LOCAL 501 - I.U.O.E.
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.mfp-bg.mfp-ready {
    opacity: .8 !important;
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {

  	/*************** TABLET LANDSCAPE ONLY  ***************/
	#iuoe-name {
		display: none !important;
	}

}



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}