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

:root {
	--brand-color: #fc5000 !important;
}

.widget-title,
.menu-item {
	text-transform: uppercase;
}
.full-width header.entry-header-outer {
	text-align: left;
}
header h1 {
	font-size: 2.2rem;
}
.breaking-title:before {
	background: #fc5000;
}
a.more-link.button {
	font-family: 'Arial', sans-serif;
    font-weight: 600;
}

.boxed-five-slides-slider .slide {
	height: 400px;
}
.main-slider .main-slider-inner .container {
	padding: unset;
	margin-bottom: 40px;
}
.boxed-five-slides-slider .thumb-title {
	font-size: 20px;
}
.boxed-five-slides-slider .thumb-meta {
    margin-bottom: 0;
    background: #fc5000;
    width: fit-content;
    padding: 3px 5px;
    border-radius: 3px;
	margin-bottom: 10px;
}

#widget-area-before-footer {
	margin-top: 30px;
	.posts-list-items.widget-posts-wrapper {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
		
		.widget-single-post-item {
			width: 100%;
		}
	}
	.post-title.the-subtitle {
		font-size: 1.3rem;
	}
	.post-meta {
		font-size: 14px;
		margin-top: 10px;
	}
}

@media (max-width: 768px) {
	#widget-area-before-footer .posts-list-items.widget-posts-wrapper {
		grid-template-columns: 1fr;
	}
}

body.page-id-69 .featured-area {
	display: none;
}