/*
 * Theme Name: LotusAds Theme
 * Description: LotusAds Theme
 * Theme URI: 
 * Version: 3.0
 * Author: BHD
 * Languages Folder: /languages
 */
/* Global Styles */

h3.post-title {
    font-size: 22px;
}
.post-title a {
    color: #212121;
    transition: color .2s;
}
.post-excerpt {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 1em;
}
.category_news {
    padding: 20px;
    border: 1px solid #e0e0e0;
}
.pana {
    float: none!important;
    position: relative;
    overflow: hidden;
    width: auto!important;
    display: inline-block;
}
.post-date {
    font-size: 13px;
    color: #867a7a;
}
.row.post-item {
    margin-bottom: 15px;
}
.post-hot {
    padding: 20px 0;
    margin-top: 60px;
}
.post-hot-inner{
	position: relative;
	height: 500px;
	margin-left: -10px;
}
.post-hero-1 {
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
	position: absolute;
}
#header {
    float: none!important;
}
.post-hero-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    padding: 25px;
    z-index: 3;
    text-align: center;
    transform: translateY(-50%);
}
.post-hero-thumb {
    background-size: cover!important;
    background-repeat: no-repeat!important;
}
.post-hero-content a{
	line-height: 23px;
    color: #fff;
    font-size: 22px;
}
.post-hero-item-inner::after {
    content: "";
    background: linear-gradient(
45deg
,#1a237e,#d84315);
    z-index: 2;
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}
.post-hero-item.post-hero-2 {
    position: absolute;
    left: 50%;
    width: 50%;
    top: 0;
    height: 50%;
}
.post-hero-item.post-hero-3 {
    position: absolute;
    left: 50%;
    width: 25%;
    top: 50%;
    height: 50%;
}
.post-hero-item.post-hero-4 {
    position: absolute;
    left: 75%;
    width: 25%;
    top: 50%;
    height: 50%;
}
.post-hero-item{
	padding: 0 0 10px 10px;
}
.post-hero-item-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.post-hero-item .post-date {
    font-size: 13px;
    color: #ffffff;
}
@media (max-width: 768px){
	.post-hot-inner{
	position: relative;
	height: auto;
}
	.post-hero-item {
    width: 100%!important;
    position: relative!important;
    height: 250px!important;
    top: auto!important;
    left: 0!Important;
    margin-bottom: 10px;
}
	.post-hot {
    margin-top: 0px;
}
}


.widget_media_image img, .download img{
	width: 100%;
	height: auto;
}
.sidebar .widget {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #e0e0e0;
    position: relative;
}
.textwidget::after {
    content: "";
    display: table;
    clear: both;
}
h3.widgettitle {
    margin: 0;
    border-bottom: 2px solid #e2d1d1;
    padding-bottom: 10px;
}
.popular-posts ul {
    margin: 15px 0 0;
    padding: 0;
}
.single h1 {
    font-size: 3em;
    line-height: 1.15;
}