/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: DevTeam
Template: flatsome
Version: 1.132
*/
body{
	font-size: 16px;
	overflow-x: hidden;
}
.devqc-floating-left, .devqc-floating-right {
    transition: all 500ms ease;
    z-index: 0;
}
.devqc-floating-left img, .devqc-floating-right img {
    max-width: 200px;
    height: auto;
}
#footer{
	z-index: 9;
}
.row.row-collapse{
	max-width: 1200px !important;
}

.fixed-header #masthead {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    top: 0;
}
.admin-bar .fixed-header #masthead {
    top: 32px;
}

.ux-relay__control .button {
    border-radius: 99px;
    border: 1px solid #000;
    color: #000;
    background: transparent;
}
@media(min-width: 1200px){
	.blog-wrapper .row .post-sidebar.large-4.col{
		max-width: 300px;
		flex-basis: 300px;
	}
	.blog-wrapper .row .large-8.col:not(.medium-12){
		max-width: calc(100% - 300px);
		flex-basis: calc(100% - 300px);
	}
}
header.archive-page-header .col {
    padding: 0;
}
h1.page-title, #at_posts_related .posts-section-title-related{
	text-align: left;
	letter-spacing: normal;
	text-align: left;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    background: url('images/bg-title-cate.png') no-repeat center center;
    background-size: 100% 100%;
}
.breadcrumb-cc {
    background: transparent !important;
    color: #000 !important;
}
.breadcrumb-cc a{
	font-weight: 700;
	color: #000 !important;
}
#post-list .col-inner {
    margin-bottom: 5px;
    border-radius: 10px;
}
#post-list .post-item .post-title{
	font-size: 18px;
}
.widget_media_image img{
	width: 100%;
}
.tagcloud{
	text-align: center;
}
.tagcloud a:hover {
    color: #DD1C11;
}
.tagcloud a {
    border-radius: 4px;
    background: #EAEAEA;
    padding: 6px 8px;
    white-space: nowrap;
    font-size: 12px !important; 
    color: #000000;
    font-weight: 500;
    margin-bottom: 5px;
		margin-right: 3px;
    display: inline-block;	
}
.widget .is-divider, header.entry-header .is-divider{
	display: none;
}
span.widget-title {
    font-size: 18px;
    text-transform: none;
    letter-spacing: normal;
	display: block;
	margin-bottom: 15px;
}
.widget_tag_cloud span.widget-title:before{
	content: "#";
	padding: 6px 8px; 
	background: #EAEAEA;
	border-radius: 4px;
	margin-right: 6px;
	display: inline-block;
}
.widget .col-inner.box-shadow-1 .row {
    padding: 10px !important;
}
.widget .title-cate{
	border-radius: 6px 6px 0 0;
}
.post-featured .col-inner {
    border-radius: 8px 0 0 8px;
    overflow: hidden;
}
.featured-posts > .col-inner{
	 border-radius: 0 8px 8px 0;
    overflow: hidden;
}
.single .article-inner.has-shadow{
	box-shadow: none;
}
.article-inner.has-shadow .entry-header-text-top, .article-inner.has-shadow .entry-content{
	padding: 0;
}
.article-inner .excerpt-post {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 20px;
}
.article-inner .excerpt-post .name {
    background: #E91D12;
    color: #fff;
    font-weight: 400;
    padding: 6px;
    margin-right: 8px;
    border-radius: 6px;
    font-size: 16px;
}
.article-inner .post-meta {
    margin-bottom: 10px;
    color: #7D7D7D;
}
.blog-single .article-inner {
    padding-right: 15px;
    margin-left: -5px;
}
.single-page .tagcloud{
	text-align: left;
}
#at_posts_related .col.post-item .col-inner {
    border-radius: 6px;
    height: 100%;
}
#at_posts_related .posts-section-title-related{
	font-weight: 400;
	font-size: 18px;
}
.hot-news .post-item:last-child .col-inner{
	border: 0;
	padding: 0;
}
.box-content-live.p-4 ul {
    padding-left: 20px;
}
.page-wrapper .page-inner .embed-fixture, .page-wrapper .page-inner .embed-ranking{
	margin-bottom: 20px;
}
@media(max-width: 880px){
	.post-featured .col-inner {
	    border-radius: 8px 8px 0 0;
	}
	.featured-posts > .col-inner{
		 border-radius: 0 0 8px 8px;
	}
	.blog-single .article-inner{
		padding-right: 0;
		margin: 0;
		padding-left: 5px;
	}
	.breadcrumb-cc {
        padding: 5px 10px !important;
    }
    .article-inner .excerpt-post{
    	font-size: 16px;
    }
}