/*
 Theme Name:   Superio Child
 Theme URI:    https://themeforest.net/item/superio-job-board-wordpress-theme/32180231
 Description:  Superio Child Theme
 Author:       ApusTheme
 Author URI:   http://apusthemes.com
 Template:     superio
 Version:      1.0.0
 Text Domain:  superio-child
*/
.job_listing.type-job_listing.status-preview{
	background: #fff;
	position: relative;
}

.job_listing.type-job_listing.status-preview:after{
	position: absolute;
	left:0;
	right:0;
	top:0;
	 content: '';
	bottom:0;
}

.job_listing.type-job_listing.status-preview .btn-add-job-shortlist{
	display: none;
}
form.cmb-form .wp-job-board-pro-uploaded-file-preview img{
	width: 150px;
	height: 150px;
	object-fit: cover;
}
.login-register-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

    .mfp-content .form-login-register-inner .title-wrapper {
        margin-bottom: 25px;
        position: absolute;
        top: 15px;
        right: 30px;
    }

#apus-header-mobile .logo img{
	    width: 50%;
}
.register-form-wrapper form.cmb-form .cmb-th{
	margin: 15px 0 3px !important;
}
.send-private-wrapper, .comment-respond{
	display: none !important;
}

.job-category .title{
	text-transform: capitalize !important;
}

.sidebar-job{
	    position: sticky;
    top: 107px;
}
.job-detail-employer-info  .job-category .value{
	    text-align: right;
}
.page-id-7494 .elementor-sticky__spacer{
	display: none !important;
}
.page-id-7494 .elementor-sticky{
	background-color:transparent !important;
	border: none !important;
}
.page-id-7494 .elementor-sticky.elementor-sticky--effects{
	background-color: #fff !important;
}
.page-id-7494 .elementor-sticky .navbar-nav.megamenu > li > a{
	    color: #ffffff !important;
}
.page-id-7494 .elementor-sticky.elementor-sticky--effects .navbar-nav.megamenu > li > a{
	    color: #000000 !important;
}
.page-id-7494 .elementor-sticky .megamenu > li.active > a:before{
	border-top: 1px solid #fff;
	top: 90%;
}

.page-id-7494 .elementor-sticky.elementor-sticky--effects .megamenu > li.active > a{
	color: #2e7d32 !important;
}
.page-id-7494 .elementor-sticky  .login-register-btn a{
	background: #fff;
}
.page-id-7494 .elementor-sticky  .login-register-btn a:hover{
		background: #202124;
}
.page-id-7494 .elementor-sticky.elementor-sticky--effects .login-register-btn a{
		background: #00336612;
}
.page-id-7494 .elementor-sticky.elementor-sticky--effects .login-register-btn a:hover{
		background: #202124;
}
@media (max-width: 767px) {

.sidebar-job{
	    position: relative;
    top: 0;
}
}