/*
Theme Name: RoboJob Lite Child
Template: robojob-lite
Version: 1.0
*/

.login-menu {
    display: none !important;
}

.entry-author {
    display: none !important;
}

/* Hide duplicate page header on single posts */
.single-post .page-header {
    display: none !important;
}

/* Hide author name */
.single-post .byline {
    display: none !important;
}

/* Hide comment count */
.comment-number {
    display: none !important;
}

/* Category header design */
body.category .page-header {
    background: linear-gradient(
        135deg,
        #071D3D 0%,
        #0B345E 55%,
        #6558E8 100%
    ) !important;

    min-height: 0 !important;
    padding: 25px 20px !important;
}

/* Category title */
body.category .page-header h1,
body.category .page-header .page-title {
    color: #ffffff !important;
    font-size: 38px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    text-transform: none !important;
}

/* Tashi footer colors */
.site-footer,
footer#colophon {
    background: linear-gradient(
        135deg,
        #0A1C31 0%,
        #102944 60%,
        #252957 100%
    ) !important;
}

/* Footer links */
.site-footer a,
footer#colophon a {
    color: #C7D2E3 !important;
}

.site-footer a:hover,
footer#colophon a:hover {
    color: #35C6D0 !important;
}

/* Homepage/archive content background */
.section.section-content.archive-content {
    background: #F5F8FC !important;
}

/* Homepage main background */
body.home .page-header,
body.blog .page-header {
    background: #F5F8FC !important;
    background-image: none !important;
}

/* Remove gray overlay on homepage */
body.home .page-header::before,
body.blog .page-header::before {
    background: transparent !important;
    opacity: 0 !important;
}

/* Remove empty space below footer on homepage */
body.home .page-header,
body.blog .page-header {
    min-height: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

/* ========================================
   Tashi Finance - Single Post Typography
   ======================================== */

/* Main article text */
.single-post .entry-content p,
.single-post .entry-content li {
    color: #46566A !important;
    font-size: 17px;
    line-height: 1.75;
}

/* Article H1 */
.single-post .entry-title {
    color: #071D3D !important;
    font-weight: 600 !important;
}

/* Article H2 */
.single-post .entry-content h2 {
    color: #071D3D !important;
    font-weight: 600 !important;
    line-height: 1.3;
    margin-top: 34px;
    margin-bottom: 16px;
}

/* Article H3 */
.single-post .entry-content h3 {
    color: #102944 !important;
    font-weight: 600 !important;
    line-height: 1.35;
    margin-top: 26px;
    margin-bottom: 12px;
}

/* Links inside article */
.single-post .entry-content a {
    color: #0FAFA5 !important;
    text-decoration: none;
}

.single-post .entry-content a:hover {
    color: #6558E8 !important;
    text-decoration: underline;
}

/* Table text */
.single-post .entry-content table,
.single-post .entry-content th,
.single-post .entry-content td {
    color: #46566A;
}

/* Normal capitalization for article headings */
.single-post .entry-title,
.single-post .entry-content h2,
.single-post .entry-content h3 {
    text-transform: none !important;
}

/* Tashi main navigation colors */
.navbar-nav > li > a {
    color: #56677A !important;
}

.navbar-nav > li > a:hover,
.navbar-nav > li.current-menu-item > a,
.navbar-nav > li.current_page_item > a,
.navbar-nav > li.active > a {
    color: #0FAFA5 !important;
}

/* Post cards on homepage and category/archive pages */
body.home .entry-title,
body.blog .entry-title,
body.archive .entry-title {
    color: #071D3D !important;
    font-weight: 600 !important;
}

/* Post card excerpt */
body.home .entry-content,
body.blog .entry-content,
body.archive .entry-content,
body.home .entry-content p,
body.blog .entry-content p,
body.archive .entry-content p {
    color: #56677A !important;
}

/* Post card date/meta */
body.home .entry-meta,
body.blog .entry-meta,
body.archive .entry-meta {
    color: #66758A !important;
}

/* Post card title links */
body.home .entry-title a,
body.blog .entry-title a,
body.archive .entry-title a {
    color: #071D3D !important;
    font-weight: 600 !important;
}

body.home .entry-title a:hover,
body.blog .entry-title a:hover,
body.archive .entry-title a:hover {
    color: #0FAFA5 !important;
}

/* Remove image hover overlay and plus icon */
.card-featured-image::before,
.card-featured-image::after {
    display: none !important;
    opacity: 0 !important;
    background: transparent !important;
}


/* Keep featured image clickable without dark overlay */
.card-featured-image img {
    opacity: 1 !important;
}

/* Hide plus icon on featured image hover */
.card-featured-image .hover-icon {
    display: none !important;
}

/* Subtle featured image hover zoom */
.card-featured-image {
    overflow: hidden;
}

.card-featured-image img {
    transition: transform 0.3s ease;
}

.card-featured-image:hover img {
    transform: scale(1.03);
}

/* Back to top button */
#to-top {
    background: #0FAFA5 !important;
    color: #ffffff !important;
}

#to-top:hover {
    background: #6558E8 !important;
    color: #ffffff !important;
}

/* Top accent bar */
.top-bar {
    background: #0FAFA5 !important;
}


/* Reduce empty space above posts on desktop */
body.home .page-header,
body.blog .page-header {
    padding-top: 1px !important;
}


/* Reduce empty space above posts on mobile */
@media (max-width: 768px) {
    body.home .page-header,
    body.blog .page-header {
        min-height: 0 !important;
        padding-top: 1px !important;
    }
}

/* Reduce space before post cards */
body.home .archive-content,
body.blog .archive-content,
body.category .archive-content {
    padding-top: 35px !important;
}

@media (max-width: 768px) {
    body.home .archive-content,
    body.blog .archive-content,
    body.category .archive-content {
        padding-top: 20px !important;
    }
}

/* Hide header search */
.menu-header-search {
    display: none !important;
}


/* Standard pages header */
body.page .page-header {
    background: linear-gradient(
        135deg,
        #071D3D 0%,
        #0B345E 55%,
        #6558E8 100%
    ) !important;

    min-height: 0 !important;
    padding: 40px 20px !important;
}

/* Standard pages title */
body.page .page-header h1,
body.page .page-header .page-title {
    color: #ffffff !important;
    font-size: 38px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    text-transform: none !important;
}

/* Standard pages text */
body.page .entry-content p,
body.page .entry-content li {
    color: #46566A !important;
    font-size: 17px;
    line-height: 1.75;
}

/* Standard pages H2/H3 */
body.page .entry-content h2 {
    color: #071D3D !important;
    font-weight: 600 !important;
    text-transform: none !important;
}

body.page .entry-content h3 {
    color: #102944 !important;
    font-weight: 600 !important;
    text-transform: none !important;
}