/*
	Theme Name:   Jannah Child
	Theme URI:    http://jannah.tielabs.com/
	Description:  Jannh Child Theme
	Author:       TieLabs
	Author URI:   https://tielabs.com
	Template:     jannah
	Version:      1.0.2
	License:      license purchased
	License URI:  http://themeforest.net/licenses/regular_extended
	Tags:         Tags: two-columns, buddypress, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, microformats, rtl-language-support, sticky-post, threaded-comments, translation-ready
	Text Domain:  jannah-child
*/


/* write custom css after this line */
body.single-post .about-author {
	display:none
}
.tnp-field-email input[type="email"] {
	width:100% !important;
}
.tnp-field-email {
	margin-top:10px !important;
	margin-bottom:10px !important;
}

/* Special Edition - CSS  */
.header-section{
    width: 100%;
	//height: 100%;
	padding: 20px 0 100px;
	background-repeat:no-repeat;
}
.container{
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.flexrow{
    display: flex;
}
.header-section h1, .header-section h2, .header-section h3, .header-section p, .header-section a, .spl-footer, .spl-footer a{
    color: #fff;
}
.header-wrap{
    align-items: center;
    margin-bottom: 80px;
}
.gi-logo{
    width: 40%;
}
.header-title{
    text-align: right;
    width: 50%;
    font-size: 20px;
}
.newslist-wrap{
    width: 66.66%;
    padding-right: 20px;
}
.header-featuredimage{
    width: 33.333%;
}
.header-featuredimage img{
    width: 100%;
}
.newslist-title{
    font-size: 40px;
}
.header-newslist{
    align-items: center;
}
.list-styling{
	align-items: center;
	margin-bottom: 40px;
}
.list-styling div{
	-webkit-text-stroke: 1px lightblue;
	color: transparent;
    font-size: 70px;
    font-weight: 800;
    margin-right: -14px;
    opacity: 0.5;
}
.news-items{
    margin-top: 100px;
    margin-bottom: 100px;
}
.newsblock-wrap{
    flex-wrap: wrap;
    justify-content: space-between;
	gap: 20px;
}
.newsblock{
    margin-bottom: 40px;
}
.newsblock img{
    width: 100%;
}
.spl-footer{
    background-color: #202024;
    padding: 50px 0px;
}
.list-title{
	font-size: 20px;
	font-weight: 500;
}
.newslist-title{
	margin-bottom: 20px;
}
.header-wrap{
 justify-content: space-between;
}
.newsblock img{
	height: 180px;
	object-fit: cover;
	margin-bottom: 15px;
	border-radius: 5px;
	box-shadow: 1px 11px 62px -24px rgba(0,0,0,0.26);
	-webkit-box-shadow: 1px 11px 62px -24px rgba(0,0,0,0.26);
	-moz-box-shadow: 1px 11px 62px -24px rgba(0,0,0,0.26);
}
.spl-footer .tnp{
	margin-left: 0px;
}
.social-followers .social-icons-item .twitter-social-icon
{
	display:none !important;
}
@media screen and (max-width: 767px){
    .newsblock, .gi-logo, .header-title{
        width: 100%;
    }
    .header-wrap{
        flex-wrap: wrap;
    }
	.gi-logo{
		text-align:center;
		margin-bottom: 20px;
	}
	.header-title{
		text-align: center;
	}
}
@media screen and (min-width: 767px){
    .newsblock{
        width: 49%;
    }
}
@media screen and (min-width: 1024px){
    .newsblock{
        width: 30%;
    }
}
@media screen and (max-width: 1024px){
    .newslist-wrap, .header-featuredimage{
        width: 100%;
    }
    .header-newslist{
        flex-wrap: wrap;
    }
}


/* code from additional css */

#div-gpt-ad-4451209-1, #div-gpt-ad-4451209-2{
	display: none;
}

.author-name{
	display: none;
}

.post-country-flag{
	width: 35px;
	height: 20px;
}

@media only screen and (max-width: 920px){
	#div-gpt-ad-4451209-3{
		display:none;
	}
	#div-gpt-ad-4451209-2{
		display: block;
	}
}

@media only screen and (max-width: 550px){
	#div-gpt-ad-4451209-1{
		display:block;
	}
	#div-gpt-ad-4451209-2{
		display: none;
	}
}

.container-wrapper{
	border: none;
}

.show-more-button {
    border-width: 1px !important;
}

.wide-post-box .posts-items li {
    padding-bottom: 10px !important;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

@media only screen and (max-width: 580px){
.post-excerpt-hide-mob{
	display: none;
}	
}

.news_social .twitter-social-icon{
	display:none;
}
