/*
Theme Name: Newsment
Template: covernews
Version: 1.2.0
*/

/* ===== الخطوط ===== */

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .main-navigation a,
body .font-family-1,
body .site-description,
body .trending-posts-line,
body .widget-title,
body .em-widget-subtitle,
body .grid-item-metadata .item-metadata,
body .af-navcontrols .slide-count,
body .figure-categories .cat-links,
body .nav-links a {
    font-family: 'Roboto';
}

/* ===== الألوان الأساسية ===== */

:root{
    --trezonic-green: #12A86B;
    --trezonic-orange: #FF8C02;
    --trezonic-red: #ED2938;
    --trezonic-dark: #000000;
    --trezonic-footer: #031c27;
}

/* ===== الهيدر العلوي ===== */

body .top-masthead {
    background: #000000;
}

/* ===== صورة الشعار ===== */

body .masthead-banner {
    padding: 0 !important;
    min-height: 250px !important;
    max-height: 300px !important;
    overflow: hidden !important;
    background: #000 !important;
}

/* ===== صورة الهيدر ===== */

body .masthead-banner img,
body .site-header img,
body .custom-logo {
    max-height: 260px !important;
    width: auto !important;
    object-fit: contain !important;
}

/* ===== القائمة الرئيسية ===== */

body .main-navigation {
    background: #000000 !important;
    min-height: 68px !important;
    display: flex !important;
    align-items: center !important;
    border-top: 1px solid #1f1f1f;
    border-bottom: 1px solid #1f1f1f;
}

/* ===== روابط القائمة ===== */

body .main-navigation ul li a {
    font-size: 19px !important;
    font-weight: 700 !important;
    padding: 20px 18px !important;
    line-height: 24px !important;
    color: #ffffff !important;
    transition: 0.3s ease;
}

/* ===== Hover ===== */

body .main-navigation ul li a:hover,
body .main-navigation ul li.current-menu-item a {
    color: var(--trezonic-green) !important;
}

/* ===== الأسهم ===== */

body .main-navigation ul li.menu-item-has-children > a:after {
    font-size: 15px !important;
}

/* ===== البحث ===== */

body .search-icon,
body .af-search-click,
body .main-navigation .search-icon i {
    font-size: 24px !important;
    color: #ffffff !important;
}

/* ===== التصنيفات ===== */

body .full-plus-list .spotlight-post:first-of-type .figure-categories .cat-links a.covernews-categories,
body .figure-categories .cat-links a.covernews-categories {
    background-color: var(--trezonic-green);
    color: #ffffff;
}

.covernews_tabbed_posts_widget .figure-categories .cat-links a.covernews-categories,
.list .spotlight-post .figure-categories .cat-links a.covernews-categories,
.full-plus-list .spotlight-post .figure-categories .cat-links a.covernews-categories,
.trending-posts-vertical-carousel .figure-categories .cat-links a.covernews-categories,
.trending-story .figure-categories .cat-links a.covernews-categories {
    color: var(--trezonic-green);
}

/* ===== التصنيف البرتقالي ===== */

body .full-plus-list .spotlight-post:first-of-type .figure-categories .cat-links a.covernews-categories.category-color-2,
body .figure-categories .cat-links a.category-color-2 {
    background-color: var(--trezonic-orange);
    color: #ffffff;
}

/* ===== التصنيف الأحمر ===== */

body .full-plus-list .spotlight-post:first-of-type .figure-categories .cat-links a.covernews-categories.category-color-3,
body .figure-categories .cat-links a.category-color-3 {
    background-color: var(--trezonic-red);
    color: #ffffff;
}

/* ===== الأزرار والعناصر ===== */

body .secondary-color,
body button,
body input[type="button"],
body input[type="reset"],
body input[type="submit"],
body .site-content .search-form .search-submit,
body .site-footer .search-form .search-submit,
body .em-post-format i,
body span.header-after:after,
body #secondary .widget-title span:after,
body .af-tabs.nav-tabs > li > a.active:after,
body .af-tabs.nav-tabs > li > a:hover:after,
body .exclusive-posts .exclusive-now,
body span.trending-no,
body .tagcloud a:hover {
    background: var(--trezonic-green);
}

/* ===== الروابط ===== */

body a:hover,
body a:focus,
body a:active {
    color: var(--trezonic-green);
}

/* ===== الفوتر ===== */

.site-footer {
    background: var(--trezonic-footer);
    color: #ffffff;
}

.site-footer a,
.site-footer a:hover,
.site-footer a:visited {
    color: #ffffff;
}

/* ===== الوضع الليلي ===== */

body.dark .entry-title a:hover,
body.dark .article-title a:hover,
body.dark .exclusive-slides a:hover {
    color: var(--trezonic-green);
}

/* ===== الموبايل ===== */

@media only screen and (max-width: 768px){

    body .masthead-banner {
        min-height: 160px !important;
        max-height: 190px !important;
    }

    body .masthead-banner img,
    body .site-header img,
    body .custom-logo {
        max-height: 170px !important;
    }

    body .main-navigation {
        min-height: 56px !important;
    }

    body .main-navigation ul li a {
        font-size: 16px !important;
        padding: 14px 12px !important;
    }

    body .search-icon,
    body .af-search-click,
    body .main-navigation .search-icon i {
        font-size: 20px !important;
    }
}