/*
 Theme Name:   Workreap Child
 Theme URI:    https://vjobonline.net
 Description:  Child theme for Workreap — VJob PWA app guide and customizations
 Author:       VJob Online
 Template:     workreap
 Version:      1.0.0
 Text Domain:  workreap-child
*/

/* Parent loads first; child rules live in assets/css/vjob-pwa-app.css for the PWA guide template. */

/*
 * Header vertical “empty” space — comes from Workreap defaults:
 * .wt-logo { margin: 25px 0 }  (~style.css ~309)
 * .wt-navigation>ul>li>a { margin: 20px 0; padding: 10px 13px }  (~333)
 * .wt-loginarea { margin: 20px 0 … }  (~354)
 * Tighten without editing the parent theme.
 */
#wt-header .wt-logo {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

#wt-header .wt-navigation > ul > li > a {
	margin-top: 8px !important;
	margin-bottom: 8px !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

#wt-header .wt-loginarea {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

/* Welcome ticker: avoid extra block height */
#zeytooon {
	margin: 0 !important;
	padding-top: 4px !important;
	padding-bottom: 4px !important;
	line-height: 1.35 !important;
}

/* Other header styles use even larger logo margins */
.wt-headervfour .wt-logo,
.wt-headereleven .wt-logo,
.wt-headerv2 .wt-logo {
	margin-top: 12px !important;
	margin-bottom: 12px !important;
}
