#archive-lindo .post-text h3{
	margin: 0;
    font-size: 18px;
    font-weight: 600;    
}
#archive-lindo .item2 .post-text h3{
	margin-top: 10px;
}
#archive-lindo .post-text h3 a{
	color:#000;
	text-decoration: none;
}
#archive-lindo .lindo_news{
	margin-bottom: 20px;
}
#archive-lindo .lindo_news .date span{
	font-size: 13px;
    color: #a7a3a3;
}
#archive-lindo .lindo_news .date{
	padding: 5px 0;
}
#archive-lindo .lindo_news p{
	color: #6d6d6d;
}
.pages{
	display: none;
}
.wp-pagenavi {
    float: left;
    width: 100%;
    text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
    padding: 4px 10px !important;
    transition: 0.5s;
    color: #000;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    background: #000;
    color: #fff;
}
h3.sidebar-title{
	font-size: 16px;
    margin: 0;
    background: #e2e2e2;
    color: #777676;
    padding: 10px;
    font-weight: bold;
}
#secondary .menu .sub-menu{
	display: none;
}
#secondary .menu .menu-item-has-children{
	position: relative;
}
#secondary .menu .menu-item-has-children i{
	position: absolute;
	top:10px;
	right:10px;
}
#secondary ul li{
	    list-style: none;
    padding: 5px 10px;
}
#secondary ul li a{
	color: #333;
	font-size: 14px;
	text-decoration: none;
}
.tagcloud a{
	    border: 1px solid #eee;
    padding: 3px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 5px;
    color: #333;
}
.tagcloud{
	    padding: 10px;
}
#secondary .widget {
	    border: 1px solid #eee;
    margin-bottom: 15px;
}
.rpwe-block li:last-child{
	border-bottom:none;
}
.banner{
	    height: 200px;
    padding: 30px 0;
    margin-bottom: 30px;
    background: url(http://themelindo.mauwebsitedep.com/wp-content/uploads/2018/05/breadcrumb_bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.banner:before{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    content:'';
}
.title-main{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 999;
    text-align: center;
    width: 100%;
}
.title-main .title h2{
	color:#fff;
	text-transform: uppercase;
}
#archive-lindo .image-post{
	overflow: hidden;
}
#archive-lindo .image-post img{
	width: 100%;    transform: scale(1);
	transition: 0.5s;
}
#archive-lindo .lindo_news:hover .image-post img{
	    transform: scale(1.05);
}
.item3.lindo_news{
	background: #e4e3e33d;
}
.item3.lindo_news .post-text{
	padding:10px;
}
#archive-lindo .item3.lindo_news .post-text h3 {
    font-size: 16px;
}
#archive-lindo .item3.lindo_news .post-text p{
	font-size: 14px;
}