/*
Theme Name: 	TmisHR Child
Theme URI: 		https://github.com/codeiolab/tmis-hr.git
Description: 	A child theme of tmishr Theme, designed for our demos.
Author: 		https://github.com/codeiolab/tmis-hr.git
Author URI: 	https://github.com/codeiolab/tmis-hr.git
License: 		Only for tmishr Demos.
Template: 		twentytwentyone
Version: 		2.0.0
Text Domain:    twentytwentyonechild
*/

@import "dist/css/index.css";

:root {
	--tmis-primary-color: #2c327f;
	--tmis-secondary-color: #305DAB;
	--tmis-alert-color: #D4942A;
	--tmis-danger-color: #f44336;
	--tmis-bg-primary: #2c327f;
}

body {
    background: #fff !important;
}

.erp_hr_recruitment,
.erp-recruitment-single {
    min-width: 100%;
}

#main > article.entry {
	width: 70%;
}

#wpforo,
#wpforo #wpforo-wrap .wpforo-content.wpfrt {
	width: 100%;
	max-width: 100%;
}

/**** Custom Style */

.wp-custom-logo .site-header {
	align-items: center;
	position: sticky;
	top: 0;
	z-index: 999;
	background-color: #fff;
	padding-top: 15px;
	padding-bottom: 0;
	max-width: 100%;
	padding-left:100px;
	padding-right: 100px;
}
.wp-custom-logo .site-header .wpa-toggle {
	display: none;
}

.wp-custom-logo .site-header .site-logo img {
	/* max-height: 80px; */
}
.tmis-footer {
	background-color: var(--tmis-primary-color);
}
.tmis-footer .site-footer {
	max-width: 100%;
}
.site-footer {
	padding-left: 100px;
	padding-right: 100px;
	max-width: 100%;
	color: #fff !important;
}
.site-footer a {
	color: #fff !important;
	text-decoration: none;

}

element.style {
}
footer.site-footer .row {
	border: none;
}
.tmis-footer .site-footer .row .col-3 ul a {
	color: #fff;
	font-size: 18px;
}
.tmis-footer .site-footer .row .col-3 p {
	color: #fff;
	font-size: 18px;
}
.bottom-shadow {
	box-shadow: 5px 5px 5px #ddd;
}

.content-area .site-main  {
	padding-top: 60px;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color:rgba(75, 131, 252, 0.12);
    border-radius: 4px;
	text-align: center;

}
.breadcrumb .breadcrumb-title {
	font-size: 2.44rem;
	/* line-height: 3.33rem; */
	color: #000;
    margin-bottom: 10px;
}
.breadcrumb .breadcrumb-nav {
	font-size: 0.90rem;
}

.breadcrumb a {
    color: #428bca;
    text-decoration: none;
}
.tmishr-empty-content {
	text-align: center;
	color: var(--tmis-alert-color);
}
.tmishr-widget .forgot-password {
	margin-top: 15px;
	margin-left: 40px;
	text-align: right;
}
.tmishr-widget .forgot-password a{
	text-decoration:  none;
}
img.tmishr-user-profile {
	width: 96px;
}

/*** Add custom css from the theme customization **/
/**
:root {
	--global--color-primary: #2c327f;
}

body {
	color: #000;
}
*/
/** End custom css from the theme customization