/*
Theme Name:     Jobhunt Child
Theme URI:      https://themeforest.net/item/jobhunt-job-board-wordpress-theme-for-wp-job-manager/22563674
Author:         MadrasThemes
Author URI:     https://madrasthemes.com/
Description:    This is the child theme for the jobhunt theme
Template:       jobhunt
Version:        1.2.6
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    jobhunt-child
Tags:           e-commerce, two-columns, left-sidebar, right-sidebar, custom-colors, custom-menu, featured-images, full-width-template, threaded-comments, rtl-language-support, footer-widgets, sticky-post, theme-options
*/
/*fieldset.fieldset-job_title.fieldset-type-text.col-sm-12 {
    display: none;
}*/
.page-id-1686 .jobhunt-register-login-form-inner {
	width: 100% !important;
	flex: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
}
.page-id-1686 .jobhunt-register-login-form .nav {
	display: none;
}
.page-id-1686 div#jh-register-tab-content {
	display: none;
}
.page-id-1686 div#jh-login-tab-content {
	display: block !important;
	opacity: 1 !important;
}
.radio-toolbar {
	margin: 10px;
}

.radio-toolbar input[type="radio"] {
	opacity: 0;
	position: fixed;
	width: 0;
}

.radio-toolbar label,.radio-toolbar div {
	cursor: pointer;
	display: inline-block;
	padding: 10px 20px;
	font-size: 16px;
	border: 2px solid #444;
	border-radius: 4px;
	width: 100% !important;
}
.radio-toolbar label strong{line-height: 38px; letter-spacing: 0.5px;}
.radio-toolbar label em {
    font-style: normal;
}
.radio-toolbar input[type="radio"]:checked + label strong {
    color: #fff;
}
.radio-toolbar span {
    float: right;
}
.radio-toolbar label:hover, .radio-toolbar div:hover, .radio-toolbar strong:hover, .radio-toolbar label:hover strong {
	background-color: #24324a ;
	color: #fff;	
}

.radio-toolbar input[type="radio"]:focus + label, .radio-toolbar input[type="radio"]:focus + div {
	border: 2px dashed #444;
}

.radio-toolbar input[type="radio"]:checked + label, .radio-toolbar input[type="radio"]:checked + div {
	/*background-color: #bfb;*/
	/*border-color: #4c4;*/
	background-color: #24324a;
    border-color: #24324a;
    color: #fff;
}

#p1 input[type="image"], #p2 input[type="image"]{display: none;}
.btn-thm {
    background: #1c1d2c;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    border-radius: 4px;
    margin-right: 10px;
    cursor: pointer;
}
.page-id-1686 .site-content-page-header-inner {
    display: none;
}
.page-id-1686 button.btn.btn-secondary {
    border: 2px solid #1c1d2c;
    padding: 4px 30px;
    border-radius: 4px;
    cursor: pointer;
}
.page-id-1686 input.btn.btn-thm {
    padding: 10px 30px;
    margin-top: 5px;
    border: none;
    color: #fff;
}
#signupfrm .form-group {
    margin-bottom: 15px;
}
#signupfrm div#resp {
	display: none;
    background: #0080007a;
    color: #fff;
    padding: 9px 10px;
    border-radius: 4px;
}