/*
 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
*/
/* ===================================================================================
/* //// Apply Job Button ///// */
.job-detail-buttons .btn-apply{
	display: none !important;
}

/* ///// Dashboard Items ////// */
.menu-item-1709, .menu-item-1710, .menu-item-1819, .menu-item-1712, .menu-item-4695
 , .menu-item-1713,.send-private-wrapper 
{
	display: none !important;
}


/* /////Dashboard statistics ////// */
.statistics>div{
	display: none !important;
}
.statistics > div:nth-child(1){
	display: block !important;
}

/* //// REgister/ Login Heading ///// */
.mfp-content h3{
	display: none !important;
}

/* //// single employee page //// */
.job-detail-detail ul>li:nth-child(1),.job-detail-detail ul>li:nth-child(4){
	display: none !important;
}

.custom-text-27986843:before{
	content: "Education:";
	font-size: 30px;
	color: black;
	font-weight: 500;
}

.custom-text-27986843{
	border-top: 1px solid #c5bfbf9c;
	padding-top: 20px;
}

.custom-text-32115302:before{
	content: "Experience:";
	font-size: 30px;
	color: black;
	font-weight: 500;
}

.custom-text-32115302{
	border-top: 1px solid #c5bfbf9c;
	padding-top: 20px;
}

.custom-text-38728962:before{
	content: "Awards:";
	font-size: 30px;
	color: black;
	font-weight: 500;
}

.custom-text-38728962{
	border-top: 1px solid #c5bfbf9c;
	padding-top: 20px;
}




/* //// Employee Archive page /// */
.widget_job_alert_form_widget{
	display: none !important;
}

.job-applicants, .job-table-applicants,.mark_filled, .expiry-date{
	display:none;
}

/* Logo */
/* Default style for larger screens */
.logo {
	width: 36rem;
}

/* Adjust width for mobile devices */
@media screen and (max-width: 768px) {
	.logo {
		width: 30rem; /* Adjust to a smaller value for mobile */
	}
}

.widecolumn{
	padding:90px;
}
.widecolumn a{
	color:blue;
	font-weight:700;
	text-decoration:underline;
}
@media(max-width:767px){
	.widecolumn{
	padding:50px 16px;
}
}

 */