/*
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.   ***************/
/* sub cat */
.block-subcat{
  display: table;
	margin-bottom: 10px;
}
.block-subcat .node + .node {
  border-top: none;
}
.block-subcat .node {
  margin: 0 10px 0 0px;
  float: left;
}
.block-subcat .node-body {
  width: auto;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  margin-bottom: 5px;
}
.node-body {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.node-main {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.node-title {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
}
.block-subcat .node-body .node-main .node-title a {
  color: #333;
  text-transform: uppercase;
  text-decoration: none;
}

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


}