/*
	Theme Name: Cariera
    Theme URI: http://themeforest.net/user/gnodesign/portfolio/
    Description: Cariera is a Clean and Professional Job Board Theme which will fit the needs to all Job Seekers and Employers.
    Author: Gnodesign
	Author URI: http://themeforest.net/user/gnodesign/
    Version: 1.8.9
	License: ThemeForest
    License URI: http://themeforest.net/licenses
    Text Domain: cariera
    Domain Path: /lang/
*/

.extra-user .user-name {
    display: none;
}

.extra-user .avatar-img {
    display: none;
}

/* Ukrycie przycisków CTA w nagłówku - wszystkie możliwe kombinacje */
.extra-menu-item.extra-add-listing,
.header-cta,
a.header-cta,
.header-cta.header-cta-job,
.header-cta.header-cta-resume,
.btn.btn-main.btn-effect.btn-small,
a[class*="header-cta"],
a[class*="btn-small"],
div[class*="extra-add-listing"],
.extra-add-listing *,
a.header-cta.header-cta-job.btn.btn-main.btn-effect.btn-small {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    position: absolute !important;
    pointer-events: none !important;
    clip: rect(0,0,0,0) !important;
}

/* Dodatkowe zabezpieczenie dla kontenera */
.extra-menu {
    position: relative !important;
}
