/*
Theme Name: Headhunters
Template:   monitor-thecreo
Author: The Wiz
Description: Headhunters
Version: 1.0.0
Text Domain: headhunters
*/

p, div, tr, table, td, body, html {
	font-size: 16px;
}

#primary-menu {
	text-align: left;
}

@media screen and (max-width: 990px) {
	.slicknav_menu {
		display: block !important;
		background-color: #02202f;
	}
	
	.slicknav_btn {
		background-color: transparent;
	}

}

	.search-form {
		display: none !important;
	}

#hh_list ul {
	display: flex;
	margin: auto;
	width: 75%;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}

#hh_list li {
	padding: 1rem;
	border-top: 1px solid #efefef;
	margin-left: -1rem;
	list-style-type: none !important;
	flex-basis: 48%;
	margin-right: 1%;

	
}

#hs_list ul {
	display: flex;
	margin: auto;
	width: 100%;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
}

#hs_list li {
	padding: 1rem;
	text-align: center;
	border-top: 1px solid #c1c1c1;
	margin-left: -1rem;
	list-style-type: none !important;
	flex-basis: 31%;
	margin-right: 1%;
	margin-left: 1%;

	
}

#team-cta, #team-cta div, #team-cta p, #team-cta h1 {
	color: white !important;
}

#join-text {
	border-right: 1px solid #fff;
	margin-right: 3rem;
}

.team-social a {
	margin-right: 15px;
	font-size: 24px;
}

.vc_toggle_title {
	border-bottom: 1px solid #c1c1c1;
	padding: 12px 2rem !important;
}

#testimonials {
	background-position: center center !important;
}

#menu-main .menu-item  a {
	border-bottom: 1px solid #fff !important;
	padding: 4px 0px;
	display: block;
}

#mc_embed_signup input  {
	color: #fff !important; 
	border: 1px solid #fff !important;
	background-color: transparent !important;
}

.footer-social a {
	font-size: 24px;
	margin-right: 10px;
}

.contact-details {
	color: #fff;
}

.contact-details a {
	color: #fff;
}

@media screen and (max-width: 780px) {
	#join-text {
		border-right: 0px !important;
	}
}


.mega-info-desc p, .mega-info, .mega-info span {
	color: #444 !important;
	font-size: 18px !important;
	margin-top: 1.5rem;
}

.mega-info-title {
	margin-top: 1.5rem !important;
}

footer .sub-menu {
	display: none !important;
}

#dark_section,
#dark_section h1,
#dark_section h2,
#dark_section h3,
#dark_section div,
#dark_section p,
#dark_section span,
 {
	color: #fff !important;
}

.single-post .monitor-post-featured-content {
	display: none !important;
}

.entry-header {
	margin-bottom: 0px !important;
}

.entry-content {
	margin: 0 !important;
}

.entry-content p {
	padding-bottom: 18px;
}

.blog_breadcrumb {
	font-size: 14px;
}

.blog .blog_breadcrumb {
	display: none;
}

.blog .entry-content {
	padding-top: 18px;
}

.entry-meta i {
	display: none !important;
}

#hs_list h4 {

	margin-bottom: 1.5rem;
	text-align: center;
}

h1, h2, h3, h4, h5 {
	text-transform: none !important;
}

.ajax-loadmore {
	width: 100%;
	text-align: center;
}

.loadMoreBtn {
	background-color: #46c2ca;
	    color: #fff !important;
	border: 1px solid #46c2ca;
	border-radius: 0px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
    padding: 10px 30px;
    letter-spacing: 1px;
    font-family: 'Montserrat',sans-serif;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
	margin-bottom: 4rem;
}

.loadMoreBtn:hover {
	background-color: #fff;
	color: #46c2ca !important; 
}

.tags-links {
	display: block;
	padding: 1rem 0rem;
}

.heateor_sss_sharing_container {
	margin-bottom: 2rem;
}

.seo-breadcrumb-area  {
	padding: 3rem 0rem;
}

@media screen and (min-width: 768px) {
	.desktop-only {
		display: inline-block;
	}
}

@media screen and (max-width: 767px) {
	.desktop-only {
		display: none !important;
	}
	
	.placement-list {
		text-align: center;
	}
	
	.placement-list li {
		text-align: center;
		list-style-type: none;
	}
}

@media screen and (min-width: 768px) {
	.mobile-only {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.mobile-only {
		display: inline-block !important;
	}
}

.nav-previous a:before {
	content: '\00ab';
	padding-right: 0.5rem;
}

.nav-next a:after {
	content: '\00bb';
	padding-left: 0.5rem;
}

.easy-apply img {
	transition: 0.2s ease all;
	max-width: 200px !important;
}

.easy-apply img:hover {
	opacity: 0.7;
	cursor: pointer !important;
}

#comments {
	display: none !important;
}