/*
Theme Name:     Rodopi Child
Theme URI:      https://rodopi.nl
Description:    Child theme for Rodopi.nl built on the tagDiv Newspaper theme (Gossip Pro style).
Author:         Rodopi
Author URI:     https://rodopi.nl
Template:       Newspaper
Version:        1.0.0
*/

/* Parent styles are loaded via functions.php (td-theme handle). Add custom CSS below. */

/* Content headings inside the article -> Roboto (matches the sample) */
.tdb_single_content h1,
.tdb_single_content h2,
.tdb_single_content h3,
.tdb_single_content h4,
.tdb_single_content h5,
.tdb_single_content h6,
.td-post-content h1,
.td-post-content h2,
.td-post-content h3,
.td-post-content h4,
.td-post-content h5,
.td-post-content h6 {
    font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif !important;
    font-weight: 700;
    line-height: 1.3;
    margin: 1.4em 0 0.6em;
}

/* Underline all links inside blogpost content */
.tdb_single_content a,
.td-post-content a {
    text-decoration: underline !important;
    text-underline-offset: 2px;
}

/* Keep tagDiv icon fonts intact inside content */
.tdb_single_content i.td-icon,
.td-post-content i.td-icon {
    font-family: 'newspaper', sans-serif !important;
}

/* ======================================================
   Single post: clean centered reading column (eyespired-style)
   ====================================================== */
body.single .td-main-content-wrap .tdc-zone {
    max-width: 860px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    box-sizing: border-box;
}

body.single .tdb_title .tdb-title-text {
    text-transform: none !important;
    font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: 0;
    color: #1c1c1c;
}

body.single .tdb_title {
    text-align: center;
    margin-bottom: 18px;
}

body.single .tdb-title-line {
    display: none;
}

body.single .tdb_single_date,
body.single .tdb_single_author {
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
    text-transform: none !important;
    color: #8a8a8a;
}

body.single .tdb_single_date {
    font-size: 14px;
}

body.single .tdb_single_date .tdb-date,
body.single .tdb_single_date .tdb-date-icon {
    color: #8a8a8a;
    text-transform: none !important;
}

body.single .tdb_single_author a {
    color: #2d2d2d;
    font-weight: 500;
}

body.single .td-post-content {
    margin-top: 10px;
}

body.single .tdb_single_post_share {
    text-align: center;
    margin: 24px auto 0;
}

/* Prev/next post links: dark by default, theme red on hover */
.tdb_single_next_prev .next-prev-title a {
    color: #1c1c1c !important;
}
.tdb_single_next_prev .next-prev-title a:hover {
    color: #ea1717 !important;
}

/* =====================================================================
   Rodopi tweaks - from INSTRUCTIONS doc (Sept 2026)
   ===================================================================== */

/* ---------- Single post: a bit more space between menu and title (image 6) ---------- */
body.single .tdb_title {
    margin-top: 40px;
}

/* ---------- Header: vertically align logo, weather, date, user, and search bar (image 4) ---------- */
.td-header-desktop-wrap .vc_row_inner {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
}
.td-header-desktop-wrap .vc_row_inner .vc_column_inner {
    float: none !important;
}
.td-header-desktop-wrap .vc_row_inner .vc_column_inner:first-child,
.td-header-desktop-wrap .vc_row_inner .vc_column_inner:nth-of-type(1) {
    flex: 0 0 auto !important;
    width: auto !important;
}
.td-header-desktop-wrap .vc_row_inner .vc_column_inner:last-child,
.td-header-desktop-wrap .vc_row_inner .vc_column_inner:nth-of-type(2) {
    flex: 1 1 auto !important;
    width: auto !important;
}
.td-header-desktop-wrap .vc_row_inner .vc_column_inner:last-child .wpb_wrapper,
.td-header-desktop-wrap .vc_row_inner .vc_column_inner:nth-of-type(2) .wpb_wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 20px !important;
    width: 100% !important;
}
.td-header-desktop-wrap .tdb_header_weather,
.td-header-desktop-wrap .tdb_header_date,
.td-header-desktop-wrap .tdb_header_user {
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 !important;
    line-height: 1 !important;
}
.td-header-desktop-wrap .tdb_search_form {
    float: none !important;
    margin: 0 0 0 auto !important;
}



