/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://generatepress.com/about
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 3.6.0.1752211866
Updated: 2025-07-11 05:31:06

*/

html body a {
    text-decoration: none;
}

.single.single-post a {
    color: #FE3700;
}

.mt-40{
    margin-top: 40px;
}

.mb-40{
    margin-bottom: 40px;
}

.text-center{
    text-align: center;
}

.custom-post-list-grid,
.more-from-us-grid,
.recent-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.custom-post-card {
    background: #F3F3F3;
    border-radius: 0.375rem;
    padding: 15px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),0 2px 4px -1px rgba(0, 0, 0, 0.06);
    position: relative;
}

button#custom-load-more {
    display: block;
    margin: 20px auto;
}

.custom-post-thumb {
    width: 100%;
    height: 200px;
}

.custom-post-thumb img {
    width: 100%;
    height: 100%;
}

.custom-post-badge {
    background: #fe3700;
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 20px;
    position: absolute;
    top: 25px;
    left: 25px;
}

.custom-post-date {
    font-size: 14px;
    color: #979797;
    margin-top: 10px;
}

.custom-post-title {
	font-size: 18px;
    font-weight: 600;
    margin: 5px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-post-title a {
    text-decoration: none;
    color: #000;
}

.custom-post-title a:hover {
    color: #fe3700;
}

.custom-post-excerpt {
    font-size: 14px;
    color: #000;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-post-source {
    color: #000000;
    font-size: 14px;
    margin-top: 8px;
    text-align: end;
}

.news-card-link.slick-slide {
    border: 1px solid #E2E8F0;
    padding: 16px;
    border-radius: 8px;
    margin: 0px 10px;
}

.news-card-link.slick-slide img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.latest-news-slider-section .slick-next:before, 
.latest-news-slider-section .slick-prev:before {
    color: #000000;
    font-size: 25px;
}

.news-title {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 4px 0 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;        
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-excerpt {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #718096;
    margin: 8px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;      
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-meta {
    margin-top: 20px;
    align-items: center;
    display: flex;
    gap: 10px;
}

.news-source {
    color: #000000;
    text-align: end;
    font-size: 13px;
    line-height: 19px;
}

.news-badge {
    background: #fe3700;
    padding: 5px 12px;
    border-radius: 20px;
    color: #ffffff;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
}

.news-date {
    color: #fe3700;
    font-size: 14px;
    line-height: 21px;
}

.section-heading {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.more-from-card {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.more-from-thumb img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.more-from-content {
    flex: 1;
}

.more-from-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin: 0 0 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.more-from-excerpt {
    font-size: 14px;
    color: #1A202C;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.more-from-title a {
    text-decoration: none;
    color: #000;
}

.horizontal-news-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.horizontal-news-item {
    display: flex;
    gap: 20px;
}

.horizontal-news-thumb img {
    width: 400px;
    height: auto;
    object-fit: cover;
}

.horizontal-news-content {
    flex: 1;
}

.horizontal-news-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.horizontal-news-badge {
    background-color: #fe3700;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 20px;
    text-transform: uppercase;
}

.horizontal-news-date {
    font-size: 14px;
    line-height: 21px;
    color: #fe3700;
}

.horizontal-news-title {
    font-size: 20px;
    font-weight: 600;
    margin: 5px 0 10px;
    line-height: 1.3;
}

.horizontal-news-title a {
    text-decoration: none;
}

.horizontal-news-title:hover {
    text-decoration: underline;
}

.horizontal-news-excerpt {
    font-size: 16px;
    line-height: 24px;
    color: #1A202C;
    margin: 0;
}

.recent-post-link {
    text-decoration: none;
    display: block;
    color: inherit;
}

.recent-post-thumb {
    height: 260px;
}

.recent-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.recent-post-title-wrapper {
    background-color: #091324;
    padding: 15px;
}

.recent-post-title {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.top-two-posts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-bottom: 30px;
}

.bottom-three-posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.post-card {
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.post-thumb {
    position: relative;
    width: 100%;
    height: 320px;
}

.post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-content {
    padding: 15px;
}

.post-source {
    font-size: 14px;
    color: #000;
}

.post-card .post-title {
    font-size: 19px;
    line-height: 23px;
    text-decoration: none;
    font-weight: 700;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-excerpt {
    font-size: 16px;
    line-height: 19px;
    color: #1A202C;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-card .read-more-btn {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 2px 10px;
    text-decoration: none;
    font-size: 14px;
}

.post-date {
    font-size: 14px;
    line-height: 21px;
    color: #888;
    margin: 0;
}

.top-post-wrap{
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
}

html body .common-main-title {
    text-transform: capitalize;
    font-size: 36px;
    line-height: 43px;
    font-weight: 700;
    border-bottom: 2px solid #fe3700;
    display: inline-block;
}

.single-post-item .post-title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-top: 10px;
    margin-bottom: 0px;
}

#load-more {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    margin: 30px auto 0 auto;
    display: block;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
}

.post-grid, .post-grid.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.no-category-message,
.no-posts-message {
    color: #666;
    text-align: center;
}

div#news-wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    align-items: center;
}

select#category-dropdown {
    background: #fff;
    border-color: #E2E8F0;
    border-radius: 6px;
}

button.load-more-button,
.common-load-more{
    background-color: rgb(0, 0, 0);
    border-radius: 8px;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    display: block;
    margin: 20px auto;
}

.no-more-posts {
    color: #FF0000;
}

.game-name-overlay {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #fff;
    color: #000;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    z-index: 2;
}

.single-post .elementor-widget-theme-post-featured-image img{
    max-width: 900px;
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 1440px) {
    .latest-news-slider-section .slick-prev,
    .latest-news-slider-section  .slick-next {
       display: none !important;
    }
}

@media screen and (max-width: 992px) {
    .custom-post-list-grid,
    .more-from-us-grid,
    .recent-posts-grid,
    .post-grid,
    .post-grid.grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
    .horizontal-news-item {
        flex-direction: column;
    }
    .horizontal-news-thumb img {
        width: 100%;
    }
    .bottom-three-posts {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 600px) {
    .custom-post-list-grid,
    .more-from-us-grid,
    .recent-posts-grid,
    .top-two-posts,
    .bottom-three-posts,
    .post-grid,
    .post-grid.grid-3 {
        grid-template-columns: repeat(1, 1fr);
    }
}

