/*
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.   ***************/
.row {
   
    max-width: 100% !important;
}

.container {
    max-width: 100% !important;
}
.flex-row {
    max-width: 1080px !important;
}

.header-bg-image {
    background-size: 80%;
}

@media (max-width: 848px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

	.header-bg-image {
    	background-size: 210%;
    	width: 45%;
    	background-position-x: left;
	}
	.header-main {
    	height: 150px !important;
	}
}
@media (max-width: 548px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.header-main {
    	height: 100px !important;
	}
}