/*
	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 */
.block-head-7 .bbp-form legend, .block-head-7 .cart_totals>h2, .block-head-7 .comment-reply-title, .block-head-7 .cross-sells>h2, .block-head-7 .related.products>h2, .block-head-7 .the-global-title, .block-head-7 .up-sells>h2{
	background:#F0170F;
	margin-bottom:0;
}
.homefirstblock .timeline-widget{
    height: 330px;
    overflow-x: hidden;
    padding: 10px 5px;
    position: relative;
}

.homefirstblock .timeline-widget::-webkit-scrollbar {
  width: 5px;
}

.homefirstblock .timeline-widget::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #F0170F;
  border: 1px solid #000;
}
.homefirstblock .rpwwt-widget a{
	font-weight:bold;
	font-size:1.2em;
	display:block;
	margin:10px 0;
}
.videoblock .sidebar-left .sidebar .posts-list{
		max-height: 416px;
        overflow-y: auto;
}
.videoblock .sidebar-left .sidebar .posts-list::-webkit-scrollbar {
  width: 5px;
}

.videoblock .sidebar-left .sidebar .posts-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #D5200A;
  border: 1px solid #000;
}
.homefirstblock .second-half-box .post-title a{
	font-size:14px;
	font-weight:500;
	}
.homefirstblock .second-half-box  .posts-items li:first-child{
	margin-bottom:0;
}
.homefirstblock .second-half-box  .posts-items li{
	margin-top:10px;
}
#the-post .entry-content, #the-post .entry-content p{
	text-align:justify !important;
}
.theiaStickySidebar .widget-title{
	margin-bottom: 10px;
}
@media (min-width: 992px) {
	.homefirstblock .sidebar-right .main-content{
		width:75%;
	}    
	.homefirstblock .sidebar-right .sidebar{
		width:25%;
		padding:0 10px 0 0;
	}
	.homefirstblock .second-half-box{
		width:30%;
		padding:0;
	}
	.homefirstblock .first-half-box{
		width:70%;
		padding:0;
	}
	.videoblock .sidebar-left .main-content{
		width:50%;
	}    
	.videoblock .sidebar-left .sidebar{
		width:50%;
		padding-right:20px;
	}
	.hideondesktop {
    	display: none;
  	}
}
@media screen and (max-width: 600px) {
  .hideonmobile {
    display: none;
  }
		.hideondesktop ul li{
		border: 1px solid #AA716B;
		border-radius: 10px;
		background: rgba(5,5,5,.05);
	}
	.hideondesktop ul li .post-details{
		padding: 5px 10px;
	}
	
.hideondesktop .post-thumb .post-cat-wrap {
    right: 10px;
    left: auto;
}
}