/* 
Theme Name: Deluke Group
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Search Result Page CSS */
.search-result-section h2.search-result-title {
    color: #1e181a;
    font-weight: 400;
    font-family: "TikTokSans-Medium";
}
/*  */

/* News Page CSS */
.news-col .feature-image-main a,
.search-result-section .elementor-widget-archive-posts article a {
	overflow: hidden;
}

.news-col .feature-image-main a img,
.search-result-section .elementor-widget-archive-posts article a .elementor-post__thumbnail {
	transition: all .2s ease-out !important;
}

.news-col .feature-image-main a:hover img,
.search-result-section .elementor-widget-archive-posts article a:hover .elementor-post__thumbnail  {
    transform: scale(1.1);
}
/*  */
/* News Single Page CSS */
.news-content h3 {
	line-height: 44px;
    font-size: 44px;
    color: #1e181a !important;
    font-weight: 400;
    font-family: "TikTokSans-Medium" !important;
    margin: 25px 0;
	letter-spacing: -0.05em;
}

.news-content p {
	line-height: 1.5;
    margin-bottom: 30px !important;
}

.news-content ol {
    margin-top: 15px;
}

.news-content ul {
	margin: 30px 0;
}

.news-content ul li,
.news-content ol li {
	line-height: 1.5;
}

/* Media Query  */
@media (min-width: 768px) {
	.news-content p:has(> img):first-of-type > img {
		width: 100%;
		height: 627px;
		object-fit: cover;
		object-position: center;
	}
}

@media (max-width: 1024px) {
	.news-content h3 {
		font-size: 35px;
		line-height: 45px;
	}
}

@media (max-width: 576px) {
	.news-content h3 {
        font-size: 25px;
        line-height: 35px;
    }
	.news-content p {
		margin-bottom: 20px !important;
	}
}