/*!
Theme Name: JazzHR Marketplace Theme
Theme URI: 
Description: Custom WordPress template by 3 Media Web.
Version: 1.0
Author: 3 Media Web
Author URI: https://060ed9c5-81b8-4663-b343-1d749d52637c.p.bardy.io/
Tags: 
License: MIT
License URI:
*/


@import url("assets/css/custom-styles.css") all;

/* ADDITIONAL STYLES */
.header-main .brand img {
	height:  auto;
}
.side-bar li.current-cat a {
	font-weight: 600;
	color: #B477D2;
}

.side-bar li.current-cat a:after {
	opacity: 1;
}

.article-list .article.pinned .box {
	border-color: #B477D2;
}

.article-list .article.pinned .box:hover {
	border-color: #281330;
}



.article-list .article.pinned .heading-bar .icon-box .icon:after {
	
}



.article-list .article.pinned aside h3 {
	color: #21202f;
}

.article-list .article.pinned aside .view-more {
    color: aliceblue;
    background: #000;
    color: #FFF;
    padding: 8px 32px;
    border-radius: 50px;
    display: inline-block;
}
.article-list .hidden {
	display: none;
	visibility: hidden;
}
.article-list .article.pinned .box:hover .view-more{background-color: #F1D9FB;
    border-color: #F1D9FB;
    color: #000;}

.load-trigger {
	width: 100%;
	height: 50px;
	/* background: cyan; */
	display: inline-block;
	margin: 60px 0 0 0;
}
.load-trigger.hidden {
	display: none;
	visibility: hidden;
}
.btn-loader-more {
	display: none;
}
.btn-loader-more.loading {
	display: inline-block;
}
.btn-loader-more.loading + .load-trigger {
	display: none;
}
.btn-loader-more span {
	display: inline-block;
	vertical-align: top;
	font-weight: inherit;
	text-decoration: none;
	position: relative;
	padding: 0 0 0 35px;
}
.btn-loader-more span:before {
	content: "";
	width: 50px;
	height: 50px;
	float: left;
	background: url(assets/img/loader.gif) no-repeat left center;
	background-size: 50px auto;
	position: absolute;
	top: 50%;
	left: -15px;
	margin: -25px 0 0 0;
}
.end-results {
	width: 100%;
	text-align: center;
	padding: 30px 0 0;
	font-weight: 700;
	clear: both;
}

.single-provider .breadcrumb ul li:nth-child(2) {
	display: none !important;
}

.embed-responsive iframe {
	width: 100% !important;
	height: 100% !important;
}

.data-fields-info .box ul li.table-head .col:nth-child(3) img {
	height: auto;
}

.modal-content .choose-list br {
	display: none;
}

.side-bar .short-cont h2 img {
	width: auto;
}

.content-inner p + h3 {
	margin-top:  10px;
}
.content-inner p + h4 {
	margin-top:  10px;
}

.btn-white-gray,
.btn-white-blue,
.btn-blue {
	width: auto;
	height: auto;
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
	font-size: 14px;
	color: #ffffff;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
	text-transform: inherit;
	white-space: normal;
	background: #01aedf;
	border: none;
	border-radius: 6px;
	box-shadow: none;
	position: relative;
	cursor: pointer;
	outline: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 1;
	padding: 14px 30px;
	margin: 0;
}
.btn-white-gray:hover,
.btn-white-blue:hover,
.btn-blue:hover {
	color: #ffffff;
	text-decoration: none; 
	background-color: #1fc4f2;
	box-shadow: none;
	outline: 0;
}
.btn-white-blue {
	color: #01aedf;
	background: #ffffff;
	box-shadow: inset #01aedf 0 0 0 2px;
}
.btn-white-gray {
	color: #9fa2a3;
	background: #ffffff;
	box-shadow: inset #9fa2a3 0 0 0 2px;
}
.btn-white-gray:hover {
	color: #ffffff;
	background: #9fa2a3;
}

.btn-white-gray:after,
.btn-white-blue:after,
.btn-blue:after {
	content: "";
	width: 19px;
	height: 28px;
	float: left;
	background: url(assets/img/dott-blue.png) no-repeat bottom left;
	background-size: 100% auto;
	position: absolute;
	bottom: -7px;
	left: -7px;
	z-index: 342;
}

.btn-white-gray:after {
	background-image: url(assets/img/dott-gray9.png);
}

.btn-white-blue:after {
	width: 68px;
	height: 61px;
	background-image: url(assets/img/dott-gray8.png);
	bottom: -24px;
	left: -15px;
	z-index:  -1;
}

.side-bar .icon-out img {
	width: auto;
}

.filter-bar .sort-cont ul.fetching {
	position: relative;
}
.filter-bar .sort-cont ul.fetching:after {
	content: "";
	display:  block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	opacity: 0.6;
	z-index: 10;
}

.top-slider .article figure img {
	width: auto;
	height: auto;
}