/*
Theme Name: SmartMag Child
Theme URI: https://smartmag.theme-sphere.com/
Description: A child theme of SmartMag
Author: ThemeSphere
Author URI: https://theme-sphere.com
Template: smart-mag
Version: 1.1
*/

@import url("fonts/heading-pro-bold/heading-pro-bold.css");

/* Homepage VIDEO block: larger, sharp small-post thumbnails. */
@media (min-width: 768px) {
    body.home .elementor-element-8cd055d .small-post .media {
        display: block;
        width: 200px;
        max-width: 100%;
        margin-right: 18px;
        flex-shrink: 0;
    }
}

/* BLUE HEART 105.1 homepage title. */
body.home .elementor-element-33d1237 .blueheart-logo {
    color: #fff;
}

/* Heading Pro Bold: article titles only. */
body .post-title.is-title,
body .post-title.is-title a {
    font-family: "HeadingPro-Bold", "Roboto Condensed", Arial, sans-serif !important;
    font-weight: normal !important;
    font-style: normal;
}

/* Single article main title: 50px on tablet and desktop. */
@media (min-width: 768px) {
    .s-head-modern-a .post-title {
        font-size: 50px;
    }
}

/* Homepage main section headings: Heading Pro Bold. */
body.home .block-head:not(.block-head-g):not(.widget-title) > .heading {
    font-family: "HeadingPro-Bold", "Roboto Condensed", Arial, sans-serif !important;
    font-weight: normal !important;
    font-style: normal;
    line-height: 1.1;
}

@media (min-width: 768px) {
    body.home .block-head:not(.block-head-g):not(.widget-title) > .heading {
        font-size: 60px !important;
    }
}

@media (max-width: 767px) {
    body.home .block-head:not(.block-head-g):not(.widget-title) > .heading {
        font-size: clamp(34px, 9vw, 46px) !important;
    }
}

/* News feed and recommended headings: home, articles and Radio. */
body.home .block-head-g > .heading,
body.single-post .block-head-g > .heading,
body.page-id-5379 .elementor-element-11b53fad .elementor-heading-title {
    font-family: "HeadingPro-Bold", "Roboto Condensed", Arial, sans-serif !important;
    font-size: 30px !important;
    font-weight: normal !important;
    font-style: normal;
    line-height: 1.15;
}

/* Main page titles: default pages, Radio, TV Program and SL2 standings. */
body.page .main-heading.the-page-heading.entry-title,
body.page-id-5379 .elementor-element-1889cb8c .elementor-heading-title,
body.page-id-5140 .bhtvp__header h1,
body.page-id-5420 .bhsl2__header h1 {
    font-family: "HeadingPro-Bold", "Roboto Condensed", Arial, sans-serif !important;
    font-weight: normal !important;
    font-style: normal;
    line-height: 1.1;
}

@media (min-width: 768px) {
    body.page .main-heading.the-page-heading.entry-title,
    body.page-id-5379 .elementor-element-1889cb8c .elementor-heading-title,
    body.page-id-5140 .bhtvp__header h1,
    body.page-id-5420 .bhsl2__header h1 {
        font-size: 60px !important;
    }
}

@media (max-width: 767px) {
    body.page .main-heading.the-page-heading.entry-title,
    body.page-id-5379 .elementor-element-1889cb8c .elementor-heading-title,
    body.page-id-5140 .bhtvp__header h1,
    body.page-id-5420 .bhsl2__header h1 {
        font-size: clamp(36px, 10vw, 48px) !important;
    }
}

/* Archive/category and custom Elementor page titles. */
body.archive .archive-heading,
body.page-id-4476 .elementor-element-c97bd71 .elementor-heading-title,
body.page-id-4778 .elementor-element-b510cfb .elementor-heading-title {
    font-family: "HeadingPro-Bold", "Roboto Condensed", Arial, sans-serif !important;
    font-weight: normal !important;
    font-style: normal;
    line-height: 1.1;
}

@media (min-width: 768px) {
    body.archive .archive-heading,
    body.page-id-4476 .elementor-element-c97bd71 .elementor-heading-title,
    body.page-id-4778 .elementor-element-b510cfb .elementor-heading-title {
        font-size: 60px !important;
    }
}

@media (max-width: 767px) {
    body.archive .archive-heading,
    body.page-id-4476 .elementor-element-c97bd71 .elementor-heading-title,
    body.page-id-4778 .elementor-element-b510cfb .elementor-heading-title {
        font-size: clamp(36px, 10vw, 48px) !important;
    }
}

/* Special landing page titles: Niki Volou and All the News. */
body.page-id-4442 .block-head:not(.widget-title) > .heading,
body.page-id-4431 .block-head:not(.widget-title) > .heading {
    font-family: "HeadingPro-Bold", "Roboto Condensed", Arial, sans-serif !important;
    font-weight: normal !important;
    font-style: normal;
    line-height: 1.1;
}

@media (min-width: 768px) {
    body.page-id-4442 .block-head:not(.widget-title) > .heading,
    body.page-id-4431 .block-head:not(.widget-title) > .heading {
        font-size: 60px !important;
    }
}

@media (max-width: 767px) {
    body.page-id-4442 .block-head:not(.widget-title) > .heading,
    body.page-id-4431 .block-head:not(.widget-title) > .heading {
        font-size: clamp(36px, 10vw, 48px) !important;
    }
}

/* Preserve the original plugin-header appearance after changing the page title to H1. */
body.page-id-5140 .bhtvp__header h1,
body.page-id-5420 .bhsl2__header h1 {
    margin: 0 !important;
    color: #fff !important;
}
