/*
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.   ***************/
body #wrapper{
	max-width: 1100px;
    margin: 0 auto;
}
.header-full-width .container{
	padding: 0 !important;
}
#logo{
	width: unset !important;
}
.head-title a{
	color: #6ea2d3;
	font-size: 45px;
	font-weight: 700;
}
.head-title p{
    font-size: 20px;
	color: #6fa9d4;
}

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

}