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

/*************** ADD CUSTOM CSS HERE.   ***************/


.chitiet {
	background-color: #161616;
	padding: 20px;
	border-radius:10px
}
.saboxplugin-wrap{
	border-radius:15px;
	background-color:#161616;
	margin-bottom:20px !important
}
.widget .badge{
	width:80px;
	height:60px
}
.breadc{
    background-color: #161616;
    padding: 15px;
    color: #cbcbcb;
    font-size: 14px;
}
.breadc p{
	margin-bottom: 0px;
}
.home .breadc{
	display: none;
}
/*
header #masthead{
	border-bottom: 1px solid #f1f1f1;
}

#main{
	background-image:linear-gradient(-90deg, rgb(145 208 217 / 59%), rgb(255 255 255 / 0%));
}
*/

.header-block{
	min-height: 0px;
}

.wpcf7-spinner{
	display: none;
}
.mark {
	-webkit-mask: url(images/mark.svg) 0% 0% / 100% 100%;
}
.header-bottom, .sub-menu{
background: linear-gradient(90deg, rgba(234,77,44,1) 0%, rgba(255,166,46,1) 100%);
}
.entry-content{
text-align: justify;
}
blockquote {
color:#F7862D;
}
.aligncenter {
	text-align:center
}

.post-meta {
    color: #999;
    font-size: 12px !important;
}
.post-meta .item-post-mt {
    padding-left: 10px;
    display: inline-block;
    text-transform: capitalize;
}
.post-meta .item-post-mt i {
    margin-right: 3px;
}
.post-meta .item-post-mt:first-child {
    padding-left: 0px;
}
.taxonomy-description{
	padding:20px;
	background-color:#fff
}