/*
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.   ***************/
.sp-dv .box .box-text.text-center.dark {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -10px;
    padding-top: 80px;
    margin-top: -70px;
    z-index: 0;
    width: auto;
}
.sp-dv .box-image {
    min-width: 300px!important; 
    min-height: 300px!important;
    line-height: 300px!important;
    border: solid .5px #333132!important;
    z-index: 9!important;
    background-color: #fff!important;
    text-align: center!important;
	margin-right: -20px;
}

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


}