/*
Theme Name: EK News
Theme URI: https://www.ekchokho.com/news
Description: Google Discover News Theme - All in One Premium Light Weight Design & Discover Optimized.
Author: Ekchokho Solutions
Author URI: https://www.ekchokho.com/
Template: generatepress
Version: 1.0
Requires at least: 5.2
Tested up to: 6.4
Requires PHP: 7.4
Text Domain: ek-news
*/

/* ================= MAIN NAVIGATION ================= */

.main-navigation { 
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; 
}

/* MENU TEXT BLACK */
.main-navigation .main-nav ul li a {
    color: #000000 !important;
}
.main-navigation .main-nav ul li a:hover {
    color: #000000 !important;
}

/* ================= IMAGE STYLING ================= */

.page-header-image-single .attachment-full { 
    box-shadow: rgba(23, 43, 99, .3) 0 7px 28px; 
    border-radius: 16px; 
    margin-bottom: -5px; 
    transition: opacity 0.3s ease-in-out; 
}

.wp-block-image { 
    padding-top: 10px; 
    padding-bottom: 20px; 
}
.wp-block-image img { 
    box-shadow: 0 10px 10px 0 rgb(0 0 0 / 6%); 
    border: 1px solid #cfcfcf; 
    padding: 3px; 
}

img { border-radius:10px }

/* ================= BREADCRUMB ================= */

.rank-math-breadcrumb p { 
    background: #e5e8ec; 
    color: #000000; 
    padding: 5px 10px; 
    border-radius: 4px; 
    font-size: 11px; 
    font-weight: 700; 
}

/* ================= BORDER COLOR BLACK + BLUE ================= */

.double-pink-border { 
    border-top: 4px double #0c4ca4; 
    margin-top:10px; 
    padding-top: 15px; 
}

.nav-next {
    font-weight:600;
    color:#000;
    font-size:16px;
    padding:8px;
    margin-bottom:15px;
    border-radius:10px;
    background:#e6f7ff;
    border-left:6px solid #000000;
}

.nav-previous{
    font-weight:600;
    color:#000;
    font-size:16px;
    padding:8px;
    margin-bottom:15px;
    border-radius:10px;
    background:#e6fff6;
    border-left:6px solid #0c4ca4;
}

/* ================= RELATED POSTS ================= */

.kkb-related-posts { 
    display:flex;
    border:1px dashed #0c4ca4;
    border-radius:5px;
    position:relative;
    padding:9px;
    margin-top:20px;
    margin-bottom:12px;
    background-color:#fffdf9;
}

.kkb-related-posts:before { 
    content:'इसे भी पढ़े';
    position:absolute;
    top:-12px;
    font-size:14px;
    color:#000000;
    left:10px;
    background:#fff;
    padding:0 4px;
    font-weight:500;
    border-radius:50px;
}

/* ================= SCROLLBAR ================= */

::-webkit-scrollbar{
    width:5px;
}
::-webkit-scrollbar-track{
    background:#d1d8eb;
}
::-webkit-scrollbar-thumb{
    background-color:#000000;
    border-radius:20px;
}

/* ================= LANGUAGE SWITCH ================= */

.language-switch select {
    font-size:14px;
    border:1px solid #000000;
    border-radius:8px;
    background-color:#0c4ca4;
    color:#ffffff;
    font-weight:bold;
    cursor:pointer;
}

/* ================= BOTTOM MENU ================= */

@media (max-width:991px){
#BottomMenu{
    background:#fff;
    width:100%;
    height:65px;
    position:fixed;
    bottom:0;
    box-shadow:0 -10px 10px -10px rgba(115,115,115,.45);
    border-radius:20px 20px 0 0;
}
#BottomMenu li a{
    color:#000000 !important;
}
#BottomMenu .svg-icon{
    color:#0c4ca4;
}
}

/* ================= OTHERS ================= */

.avatar{border-radius:50%;}
div.dynamic-entry-content > p{text-align:justify;}