/*
Theme Name:   jannah child theme
Description:  Write here a brief description about your child-theme
Author:       Subir
Author URL:   Write here the author's blog or website url
Template:     jannah
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  jannah-child
*/

/* Write here your own personal stylesheet */

.homepage-banner .main-slider .slide{
	background: transparent !important;
	text-align: center;
}
.homepage-banner .tie-slider-nav{
	display: none;
}
.homepage-banner .boxed-slider .thumb-overlay {
    background: transparent !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.homepage-banner .thumb-overlay .thumb-content{
	position: relative;
}
.homepage-banner .thumb-overlay .thumb-desc{
	max-height: none;
	opacity: 1;
	transition: none;
	margin: 20px 0 0 !important;
}
.homepage-banner .boxed-slider-wrapper .tie-slick-dots{
	text-align: center;
}
.homepage-banner .tie-slick-dots button{
	background: rgba(255, 255, 255, 0.35);
}
.post-components .about-author{
	display: flex;
	align-items: center;
}
.post-components .about-author .author-avatar{
	width: 50px;
    height: 50px;
    background: url(https://image.flaticon.com/icons/svg/149/149071.svg) no-repeat center center;
    background-size: cover;
    border-radius: 100%;
}
.post-components .about-author .author-avatar img{
	display: none;
}
.post-components .about-author .author-info{
	display: flex;
}
.magazine2 .post-footer-on-bottom {
    padding: 15px 0 !important;
    border: none !important;
}
.home .breaking-title span.fa{
	display: inline-block;
}
.author .entry-header-outer .about-author{
	display: none;
}
.stream-item-widget .widget-ad-image{
	margin-left: 0;
}

.entry-header .post-meta .meta-item.meta-author-wrapper{
	margin-right: 0;
}
.entry-header .post-meta .date:before{
	display: none !important;
}
.entry-header .post-meta .meta-author .author-name:after{
    content: "\2022";
    color: #ccc;
    margin: 0 5px;
    display: inline-block;
}
.entry-header .post-meta .meta-author .author-name[title="Staff Account"]{
	display: none;
}
.author-name[title="Staff Account"]{
	display: none;
}
.post-meta .meta-item{
	margin-right: 0 !important;
}
.post-meta .meta-item .author-name{
	margin-right: 8px;
}
.post-meta .tie-alignright .meta-item.meta-reading-time{
	padding-left: 15px;
}
.single-post .post-content.container-wrapper{
	position: relative;
	z-index: 1;
}
@media (max-width: 767px){
	.post-meta .tie-alignright {
    	margin-left: 15px;
	}
}
@media (max-width: 670px){
	.miscellaneous-box .posts-items li {
		width: 100% !important;
	}
	.miscellaneous-box .posts-items li:first-child{
		width: 96% !important;
	}
}