/*
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 {
	max-width: 100%;
	overflow: hidden;
}

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


}
.blog-single  .entry-header .entry-header-text {
	padding-bottom: 0;
}
.entry-content.single-page {
	padding-top: 0;
}
.tab-section .box-category .box-image img {
	height: 200px;
	object-fit: cover;
}
.product-small.box .box-image img {
	height: 200px;
	object-fit: contain;
}
.product-small.box .box-text {
	padding-bottom: 0;
}
#wide-nav > .container {
	display: block;
}
#wide-nav > .container .header-nav {
	display: block;
	text-align: center;
}