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

/*************** ADD CUSTOM CSS HERE.   ***************/
.logo a{
	text-transform: none;
}
.cat-count {
    color: #fbfbfb;
    font-size: 12px;
    margin: 0 0 0 5px;
    background: #bf1c1c;
    padding: 5px;
    border-radius: 5px;
}
ul.category-posts{
	list-style: none;
}
ul.category-posts li{
	margin-left: 0;
	padding-left: 30px;
	position: relative;
}
a.title_list {
    font-size: 16px;
}
ul.category-posts li:before{
	    content: "\f0f6";
	        display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 22px;
    position: absolute;
    top: 0;
    left: 0;
}
.col-list_post{
	    padding-left: 50px;
	    position: relative;
}
.col-list_post:before{
	    content: "\f07b";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 26px;
    font-weight: normal;
    color: #4D4D4D;
    position: absolute;
    left: 0;
    top: 0;
}
section.header_search {
    background: #f5f5f5;
    padding: 25px 0;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
.single-post .entry-header .is-divider{
	display: none
}
.entry-content.single-page{
	padding-top: 0;
}
h3.title-lienquan{
	border-bottom: 1px solid #ebebeb
}
.relatedcat ul{
	list-style: none;
	-js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.relatedcat ul li{
	position: relative;
	width: 49%;
}
.relatedcat ul li a{
	font-size: 15px;
}
.relatedcat ul li a:before{
	content: "\f0f6";
	display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 16px;
    margin: 0 10px 0 0;
}
.single-post .entry-header-text{
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 12px;
	margin-bottom: 25px;
}
.single-post  #breadcrumbs{
	color: #808080;
    font-size: 14px;
}
#secondary ul li{
	padding-left: 20px;
	position: relative;
	    padding-top: 5px;
}
#secondary ul li a{
	font-size: 14px;
	padding-top: 0 !important;
}
#secondary ul li:before{
	font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    top: 5px;
    left: 0;
}
.archive h1.page-title.is-large {
    font-size: 32px;
    margin-top: 20px;
}
.archive .col.post-item .box-text-inner:after,
.search .col.post-item .box-text-inner:after{
	content: "Xem chi tiết  →";
	display: inline-block;
	margin-top: 5px;
	font-weight: 600;
	color: #bf1c1c;
}
footer#footer{
	border-top: 1px solid #ebebeb;
}
@media screen and (min-width: 550px){
	.box-list-view .box .box-image, .box-vertical .box-image{
		width: 28% !important
	}
}