/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.17.6
Requires at least:    5.4.0
Requires PHP:         5.6.20
WC requires at least: 4.7.0
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/

/*************** STICKY MOBILE MENU  ***************/

.sticky-mobile-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
}
.sticky-mobile-menu p{
		font-size: 12px;
}
.sticky-mobile-menu .icon-box-img{
		margin-bottom: 0px;
}
.sticky-mobile-menu .col-inner{
		padding: 0 !important;
}
.row-box-shadow-4-hover .col-inner:hover {
    box-shadow: none;
}
.header-nav-main.nav-right .nav-icon{
		position: relative;
}
.header-nav-main.nav-right .nav-icon span.menu-title{
		transform: rotate(90deg);
    position: absolute;
    bottom: -45px;
    right: -8px;
    font-weight: bold !important;
}
.header-nav-main.nav-right .nav-icon span.menu-title:before{
		content: " ";
		width: 25px;
		height: 1px;
		background: rgba(102,102,102,0.85);
		transform: rotate(0deg);
		position: absolute;
		left: -30px;
		bottom: 8px;
}

.blog .entry-category,
.blog .entry-meta{
	display: none;
}

.cm-foo-menu{
	list-style: none;
  margin-bottom: 0px;
  text-align: center;
}
.cm-foo-menu li{
	margin: 0 !important;
	padding: 0;
}
.cm-foo-menu i{
	font-size: 28px;
}
.cm-foo-menu span.menu-title{
  display: block;
  font-size: 12px;
  line-height: 17px;
}