/* ================================
   CATEGORY TAG WITH BACKGROUND
================================ */
.tag.news-cat_Name {
    background-color: #b41d1c !important;
    color: #ffffff !important;
}

/* ================================
   CATEGORY LINKS (LIKE LIFESTYLE)
================================ */
.news-cat_Name {
    color: #e6ba7e !important;
}

/* ================================
   TAB MENU ITEM (ALL, ETC.)
================================ */
.tab_menu_Item {
    color: #b41d1c !important;
}

.tab_menu_Item:hover {
    color: #901515 !important;
}

/* ================================
   READ MORE BUTTON / LINK
================================ */
a.read-more {
    color: #b41d1c !important;
    border-color: #b41d1c !important;
}

/* Hover effect */
a.read-more:hover {
    color: #901515 !important;
    border-color: #901515 !important;
}

















/* Target the featured image container */
.post-thumbnail img,
.entry-thumb img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

/* Add the overlay using a pseudo-element */
.post-thumbnail::after,
.entry-thumb::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 50% black */
    pointer-events: none;
}







body.page .theme-page-spacing .entry-content ul li::marker {
    content: '' !important;
}

















.read-more {
    visibility: hidden;
    position: relative;
}

.read-more::after {
    content: "???? ??????";
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
}




.wp-block-search .wp-block-search__button,
.wp-block-search__button.wp-element-button {
    background-color: #b41d1c !important;
    border-color: #b41d1c !important;
    color: #fff !important;
}

.wp-block-search .wp-block-search__button:hover,
.wp-block-search__button.wp-element-button:hover {
    background-color: #8f1616 !important;
    border-color: #8f1616 !important;
}









/* ------------------------------
   HIDE ALL NEWSIFY THEME HEADERS
---------------------------------*/
header.site-header,
.site-header,
.ts-header-area,
.nav-style-one,
.nav-style-two,
.nav-style-three,
.header-main,
.top-header,
.bottom-header,
.header-area {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
    visibility: hidden !important;
}

/* ------------------------------------
   HIDE WRONG ELEMENTOR HEADER SECTION
---------------------------------------*/
.elementor-element-bb33f3b {
    display: none !important;
}

/* ------------------------------------
   FIX YOUR CUSTOM HEADER (TMCoder)
---------------------------------------*/
.e-con[data-id="4217c85"] {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.e-con[data-id="ba2a9d3"] img {
    max-width: 120px !important;
    height: auto !important;
}

/* Menu alignment fix */
.ekit-nav-menu-one-page, 
.ekit-wid-con {
    align-items: center !important;
}

/* Mobile logo fix */
@media(max-width: 767px){
    .e-con[data-id="ba2a9d3"] img {
        max-width: 110px !important;
    }
}

/* Remove any extra empty space above header */
body {
    margin-top: 0 !important;
    padding-top: 0 !important;
}



.recently-post-content .read-more {
    display: none !important;
}









/* Hide Newsify default header completely */
.header-area,
.site-header,
.newsify-header,
.navbar-area,
#masthead {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
}



/* Make ALL site content right-aligned */
body, 
body * {
    text-align: right !important;
    direction: rtl !important;
}


.recently-post-content p {
    display: none;
}


#like-post-wrapper-157906590-21939-69317eed034db {
    display: none !important;
}