/*
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.   ***************/


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


}

#content > div > div > div > p{
	display:none;
}

.box-text-inner h5.header-title,
.box-text-inner .header-title,
.dark .box-text-inner h5,
.dark h5.header-title {
  color: #000000 !important;
	font-weight:700 !important;
}

.box-text-inner p.count,
.dark .box-text-inner p {
  color: #333333 !important;
}

.box.box-category .box-text.dark {
  background-color: rgba(164, 191, 205, 0.9) !important;
}
