/*
Theme Name: ConferPress Child
Theme URI: http://leafcolor.com/
Author: LeafColor
Author URI: http://themeforest.net/user/leafcolor
Description: Child theme for ConferPress - Event, Conference & Ticket WordPress Theme
Version: 1.0.0
Template: conferpress
License: GNU General Public License
License URI: license.txt
Text Domain: conferpress-child
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

/* Add your custom styles below this line */

/* PulmHub breadcrumbs mobile padding adjustments */
@media (max-width: 767px) {
	/* Target PulmHub pages - adjust page-heading padding for sticky nav */
	body.post-type-archive-pulmhub .page-heading,
	body.tax-pulmhub_topic .page-heading,
	body.single-pulmhub .page-heading {
		padding-top: 180px;
		padding-bottom: 56px;
	}
	
	/* Ensure breadcrumbs are visible and properly spaced on mobile */
	body.post-type-archive-pulmhub .page-heading .pathway,
	body.tax-pulmhub_topic .page-heading .pathway,
	body.single-pulmhub .page-heading .pathway {
		margin-bottom: 0;
	}
	
	/* Hide "Not a member?" text on mobile to prevent wrapping */
	#top-nav .top-info .not-a-member-text {
		display: none;
	}
}

