/*
Theme Name: Truemo
Theme URI: https://demo.bravisthemes.com/truemo/
Author: Bravis-Themes
Author URI: https://bravisthemes.com/
Description: Truemo is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Version: 1.0.0
Requires PHP: 7.4
Tested up to: 6.4
License: ThemeForest
License URI: https://themeforest.net/licenses
Text Domain: truemo
Tags: Blog, E-Commerce, Portfolio, Grid Layout, One Column, Two Columns, Three Columns, Four Columns, Left Sidebar, Right Sidebar, Custom Background, Custom Colors, Custom Header, Custom Logo, custom-menu, Editor Style, Featured Image Header, Featured Images, flexible-header, Footer Widgets, Full Width Template, microformats, Post Formats, Sticky Post, Theme Options, threaded-comments, translation-ready, Block Editor Styles, Wide Blocks
Copyright: © 2025 Your Name. This theme is distributed under the GPL.
*/
.pxl-post--featured,
.pxl-post--featured a,
.pxl-post--featured a *,
.pxl-post--featured::before,
.pxl-post--featured::after {
  pointer-events: none !important;
  cursor: default !important;
}
.pxl-post--title {
    white-space: normal !important;
    overflow: hidden !important;
    text-overflow: unset !important;
    word-break: break-word;
    overflow-wrap: break-word;
    line-height: 1.3;
}
.count-pos{
	display: none !important;
}
@media (max-width: 768px) {
    .pxl-header-branding img {
        display: none;
    }

    .pxl-header-branding a {
        display: block;
        width: 170px;
        height: 50px;
        background-image: url("https://the-y-clinic.com/wp-content/uploads/2026/04/Vector-1-1.svg");
        background-size: contain;
        background-repeat: no-repeat;
    }
}