/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

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


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


}

/* iPhone */
@media only screen
and (min-width : 320px) 
and (max-width : 767px) {
	
#content section:first-child h1{ font-size:40px !important; }
.lesindustries .box-image{ width:50% !important; }

.mfp-content .lightbox-by-id.lightbox-content{ padding: 25px !important; }
	
}

/* iPhone landscape */
@media only screen
and (min-width : 320px) 
and (max-width : 767px) 
and (orientation : landscape) { /* STYLES GO HERE */}

/* iPhone portrait */
@media only screen
and (min-width : 320px) 
and (max-width : 767px) 
and (orientation : portrait) { /* STYLES GO HERE */}



/* iPad */
@media only screen
and (min-width : 768px) 
and (max-width : 1024px)  { /* STYLES GO HERE */}

/* iPad landscape */
@media only screen
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : landscape) { /* STYLES GO HERE */}

/* iPad portrait */
@media only screen
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : portrait) { 

.mfp-content .lightbox-by-id.lightbox-content{ padding: 50px 25px 25px !important; }

 }