/*
Theme Name: Inforact (Flatsome Child)
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.recent-blog-posts .badge {
  height: 5em;
  width: 5em;
}
.recent-blog-posts .badge .badge-inner {
	border-radius:5px;	
}
.post-date {font-size:80%;color:#999;}
.widget_post_views_counter_list_widget .post-thumbnail {
	margin-right:15px;
	width: 4em;
	height: 4em;
	float:left;
}
.widget_post_views_counter_list_widget .post-thumbnail img {
	border-radius:5px;
}
.widget_post_views_counter_list_widget .post-title {
	display: table-cell!important;
}
.widget_post_views_counter_list_widget ul li {
	margin-bottom: 15px;
}
.widget-title  {font-size:1.3em!important; color: #092c4c;}
.absolute-footer  .container {border-top:1px solid #EEE; padding-top:20px;}
.sidebar-section {
	padding: 30px;
	background: #fafafa;
	border-radius:15px;
}
.box-image img {border-radius:15px;}
.menu li a::before, .product-categories li a::before {
  font-family: fl-icons;
  content: "\f105";
  margin-right: 10px;
}
.featured-post-section {
	padding:30px 20px 0px 20px;
	background: #eeffff;
	border-radius:15px 15px 0 0;
}
.three-posts-section {
	padding:0px 20px 20px 20px;
	background: #eeffff;
	border-radius:0 0 15px 15px;
}

/*
 * CSS Bài Viết Liên Quan.
*/
.feature {
    position: relative;
    overflow: hidden;
}
.feature::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
.feature .image{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-size: cover;
    background-position: center;
}
ul.row.related-post li {
    list-style: none;
}
.related-title {
    line-height: 1.3 !important;
    margin-top: 10px !important;
}

/*
 * END CSS Bài Viết Liên Quan.
*/

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


}