/*
	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 */

.breaking-title:before {
    background-color: #db272a;
}
.theme-header .components {
    margin-left: 10px;
}
@media (max-width: 991px)
{
#tie-wrapper #theme-header .logo-container, #tie-wrapper #theme-header #main-nav {
    background-color: transparent !important;
}
.mobile-components-row .mobile-header-components {
    background: black;
}
.slide .post-thumb img {
    width: 315px !important;
    height: 180px !important;
}
}

.posts-items.posts-list-container li:first-child .post-thumb img {
    width: 390px;
    height: 220px;
}
.posts-items.posts-list-container li:not(:first-child) .post-thumb img {
    width: 120px;
    height: 85px;
}
.post-widget-thumbnail img.tie-small-image {
    height: 85px;
}
.slide .post-thumb img {
    width: 260px;
    height: 160px;
    object-fit: cover;
    object-position: center center;
}

