/**
 * Theme Name: Jobify - Child
 * Author: Marco Michely
 * Author URI: https://www.michelyweb.de
 * Description: Anpassungen des Themes Jobify für StadtLandJob.de
 * Version: 1.1.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Template: jobify
*/

/**
 * Theme Color Variables
 *
 * CSS custom properties are dynamically generated from Customizer settings
 * via jobify_classic_get_css_variables() in functions.php
 *
 * Available variables:
 * --color-primary, --color-accent, --color-link, --color-body-text,
 * --color-header-background, --color-navigation-text,
 * --color-cta-background, --color-cta-text,
 * --color-footer-widgets-background, --color-footer-widgets-title,
 * --color-footer-widgets-text, --color-footer-widgets-link,
 * --color-copyright-background, --color-copyright-text, --color-copyright-link,
 * --color-grid-bgbox
 *
 * Usage: color: var(--color-primary);
 */

/* Menü kleiner - START >> */
.site-primary-navigation {
	text-align: left !important;
}

.site-primary-navigation ul.nav-menu--primary > li {
	padding: 5px 0 !important;

	a {
		padding: 0 4px !important;
	}
}
/* << Menü kleiner - END */

.site-header,
.site-footer {
	& a {
		text-decoration: none;
	}
	& a:hover {
		text-decoration: underline;
	}
}

/* Button underline fix */
.button,
.button-secondary,
a.button,
a.button-secondary {
	text-decoration: none;
}

/* Page header padding for mobile */
.page-header {
	padding-inline: 1em;

	& h1 {
		text-wrap: balance;
	}
}

/* Job listing & Company profile sidebar */
.job-meta {
	/* Left-align widget titles */
	& .widget-title--job_listing {
		text-align: left;
	}

	/* Hide categories title */
	& .widget:has(.job_listing-categories) .widget-title {
		display: none;
	}

	/* Hide empty widgets */
	& .widget--job_listing:empty {
		display: none;
	}
}
