/*
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.   ***************/

h1.h1slider {
font-size: 50px; 
line-height: 55px; 
color: #000;
}
@media only screen and (max-width: 767px) {
h1.h1slider {
font-size: 30px; 
line-height: 35px; 
} 	
}
@media only screen and (max-width: 400px) {
h1.h1slider {
font-size: 20px; 
line-height: 25px; 
} 	
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.box-image {
    max-height: 300px;
    min-height: 300px;
    background: #fff;
    text-align: center;

}
.box-image img {
    max-width: 100%;
    width: auto;
    max-height: 100%;

}
