/*
Theme Name: Flatsome
Theme URI: http://flatsome.uxthemes.com/
Author: UX-Themes
Author URI: http://www.uxthemes.com/
Description: Multi-Purpose Responsive WooCommerce Theme
Version: 3.7.2
Text Domain: flatsome
License: http://themeforest.net/licenses
License URI: http://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
.is-divider {
	display: none
}
.entry-header-text {
	padding: 0 0em!important;
}

.badge.post-date {
	display: none
}

.header-main {
    border-bottom: 1px solid #dedede;
}

.nav>li {
	margin: 0 10px!important;
}
.flex-right {
	display: none
}
.from_the_blog_excerpt {
	display:none
}
.post-title {
	white-space: nowrap; 
  	overflow: hidden;
  	text-overflow: ellipsis;
}
.nav-pagination>li>a {
	border-radius: 0!important;
}
.from_the_blog_comments {
	display: none	
}
.btf {
	border: 1px green solid;
	border-radius: 5px;
	width: 30%;
	padding: 2px
}
#mobi {
	margin-top: 4px;
    display: none;
    font-size: 12px
}

@media only screen and (max-width: 768px) {
  #mobi {
    display: block;
	padding-left: 15px
  }
}


/*Related post*/
#related_posts .col {
  float: left;
  margin-left: 0;
  list-style: none;
}
.relatedcontent h3 {
  font-size: 16px;
  margin-top: 7px;
}
.relatedthumb img {
  height: 100%;
  max-height: 165px;
}
#related_posts {
  border-top: 4px double #e8e8e8;
        padding-top: 10px;
}
#related_posts li:nth-child(1) {
  padding-left: 0 !important;
}
#related_posts li:nth-child(2) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#related_posts li:nth-child(3) {
  padding-right: 0 !important;
}
.relatedthumb img {
  min-height: 125px;
}