/**
 * Theme Name: itlab Child
 * Description: Child theme for the itlab
 * Author: LineThemes
 * Template: itlab
 */

/* Blog Archive sayfası öne çıkan yazı */
@media only screen and (min-width: 769px) {
	.site .elementor-widget-pp-posts.elementor-grid-1.style2 .pp-post .pp-post-content {
    	width: 100% !important;
	}
	
	.site .elementor-widget-pp-posts.elementor-grid-1.style2 .pp-post .pp-post-thumbnail {
		width: 100% !important;
	}
}

/* Mobile menu iletişim bilgileri */
[class*="sliding-"] .off-canvas-wrap .header-info-text ul {
    list-style: none;
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
    align-items: flex-start;
    flex-wrap: wrap;
}

/* 'Posted by' prefix kaldırma */
.pp-meta-prefix {
	display: none;
}

/* 404 - Page not Found arama kaldırma */
.content-404 {
	display: none;
}

