/*
Theme Name: 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: 1000px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
/* 	.box-home .box-text{
		height: 250px !important;
	} */
}

h1 {
	font-size: 36px;
	font-weight: bold;
}

.box-home .box-text{
/* 	height: 300px; */
	padding: 20px;
	background-color: #FFF;
}

.margin-top {
	margin-top: 60px !important;
}