/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.wide-nav {
	top: -3px !important;
}

.header-main {
	height: 50px !important;
}
/*
.ux-timer {
	font-size: 200% !important;
}*/

.custom-padding-bottom {
	padding-bottom: 0px !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.header-main {
		height: 70px !important;
	}

}