/*
Theme Name: Salient Child Theme
Theme URI: https://lfprojects.linuxfoundation.org;
Description: This is a custom child theme for Salient
Author: Asitha de Silva & Andrew Bringaze
Author URI: http://asithadesilva.com;
Template: salient
Version: 1.1
*/

.container-wrap {
	padding-top: 50px;
}


/* Blog Posts */

.blog-recent h3,
.blog-recent .post-header h5 {
	font-size: 36px !important;
	line-height: 40px !important;
	font-weight: bold !important;
}

.author_date {
	font-size: 13px;
	font-weight: 300;
	padding-top: 5px;
}

.blog-recent[data-style="list_featured_first_row"] a.small {
	height: auto !important;
}

.at4-visually-hidden {
	display: none;
}

.at-share-btn-elements span {
	padding: 0 !important;
}

.addthis_inline_share_toolbox.addthis_tool {
	margin-top: 15px;
}


/* Persons Custom Post Type CSS */

.single-person {
	margin-bottom: 20px;
}

.single-person-icon {
	text-align: center;
}

.single-person-icon img {
	max-height: 100px;
	text-align: center;
	border-radius: 50px;
	max-width: 100px !important;
}

.single-person-title h3,
.single-person-title h5 {
	text-align: center;
	font-size: 20px !important;
	margin-bottom: 0 !important;
	line-height: 25px !important
}

.single-person-title h5 {
	font-weight: 100;
}

.single-person-description {
	padding: 20px 0;
	text-align: center
}

.single-person-description p {
	font-size: 11px;
	padding-bottom: 10px !important
}

.long-description {
	margin-bottom: 20px;
}

.social-links {
	text-align: center
}

.sfHover {
	background: #1C1C1C
}

.vc_row-fluid>.span_12 .wpb_column.single-person {
	margin-right: 0;
}


/* Vendors Custom Post Type CSS */

#vendor-parent img {
	max-height: 130px;
	margin-bottom: 0;
	cursor: pointer
}

.lightbox {
	display: none;
}

.featherlight .featherlight-inner img {
	max-height: 100px;
}

#vendor-parent .mix {
	border: 1px solid #ccc;
	width: 22.5%;
	margin-right: 15px;
	margin-bottom: 20px;
	padding: 10px;
}

#vendor-parent .mix:hover {
	border-color: #168fdf;
}

#vendor-parent.wpls-logo-showcase.wpls-logo-grid {
	font-size: 0 !important;
	clear: both;
	margin-top: 60px !important;
}

#vendor-dropdown {
	padding-bottom: 1px;
}

#vendor-dropdown fieldset {
	margin-right: 20px;
}

#vendor-filter-error {
	display: block;
	font-size: 15px;
	color: #000;
}

#vendor-filter-error.hidden {
	display: none;
}

#vendor-dropdown .term-filter-parent {
	font-weight: 600;
}


/* Resources Custom Post Type CSS */

#resource-parent img {
	max-height: 130px;
	margin-bottom: 0;
	cursor: pointer
}

.lightbox {
	display: none;
}

.featherlight .featherlight-inner img {
	max-height: 100px;
}

#resource-parent .mix {
	border: 1px solid #ccc;
	width: 22.5%;
	margin-right: 15px;
	margin-bottom: 20px;
	padding: 10px;
}

#resource-parent .mix:hover {
	border-color: #168fdf;
}

#resource-parent.wpls-logo-showcase.wpls-logo-grid {
	font-size: 0 !important;
	clear: both;
	margin-top: 80px;
}

#resource-dropdown fieldset {
	margin-right: 20px;
}


/* Jobs Styling */

.company .company_logo {
	display: none;
}

.single_job_listing .company .name {
	margin-left: 0;
	padding: 0;
}

.single_job_listing .meta li {
	list-style: none;
}

.job_listing .post-featured-img img {
	max-width: 200px;
}

.single-job_listing .entry-title {
	padding-top: 20px;
}

.job_filters .job_types li {
	list-style: none;
}

.job_listings {
	margin-top: 20px;
}

.job-manager-jobs td,
.job-manager-jobs th {
	padding: 10px !important;
}


/* Projects Quiz */

#vendor-parent.projects-quiz {
	margin-top: 20px !important;
}

#vendor-parent.projects-quiz .mix {
	width: 30.5%;
	min-height: 200px;
}

#vendor-parent.projects-quiz .mix p {
	font-size: 10px;
	line-height: 15px;
}

.searchandfilter ul {
	margin-left: 0;
}

.projects-quiz .mix {
	cursor: pointer;
}

@media (min-width: 767px) {}

@media (max-width: 1300px) {
	#vendor-parent img {
		width: auto;
		max-height: 100px;
	}
}

@media (max-width: 1100px) {
	#vendor-parent img {
		max-height: 60px;
	}
}

@media(min-width: 768px) {
	#header-outer:not(.small-nav) {
		margin-top: 30px;
	}
	.banner-box #header-outer:not(.small-nav) {
		margin-top: 60px;
	}
	#lf-header {
		background: #252525;
		height: 30px;
		line-height: 30px;
	}
	#lf-header img {
		max-width: 270px;
	}
	.mix,
	.gap {
		width: calc(100%/4 - (((4 - 1) * 1rem) / 4));
		float: left;
		text-align: center;
	}
}

@media(max-width: 767px) {
	#lf-header {
		display: none;
	}
	.mix,
	.gap {
		width: 45% !important;
		float: left;
		text-align: center;
	}
	#vendor-btns {
		display: flex;
	}
	#vendor-parent img {
		max-height: 50px;
		margin-bottom: 0;
		cursor: pointer;
	}
	#vendor-dropdown fieldset {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
	#vendor-parent.wpls-logo-showcase.wpls-logo-grid {
		margin-top: 20px !important;
	}
	#resource-btns {
		display: flex;
	}
	#resource-parent img {
		max-height: 50px;
		margin-bottom: 0;
		cursor: pointer;
	}
	#resource-dropdown fieldset {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
	#resource-parent.wpls-logo-showcase.wpls-logo-grid {
		margin-top: 20px;
	}
}

p code,
li code {
	display: inline-flex;
	padding: 5px;
}

#slide-out-widget-area .wpml-ls-item,
#slide-out-widget-area .wpml-ls-slot-4,
#slide-out-widget-area .wpml-ls-slot-4 a {
	background-color: #168fdf;
}


/* Move admin bar to bottom of screen */

@media screen and (max-width: 380px) {
	#wp-admin-bar-top-secondary {
		position: absolute !important;
		top: 0;
		right: 0;
	}
}


/* SOCIAL ICONS */

i[class*="fa-"] {
	margin: 0 7px 0 7px;
}

.fa-wechat-f:before,
.fa-wechat:before {
	content: "\f1d7";
}

ol li ol li {
	list-style: lower-alpha !important;
}


/* BANNER */

.banner {
	text-align: center;
	height: 30px;
}

.banner p,
.banner a {
	line-height: 30px;
	color: #fff;
	height: 30px;
	padding: 0;
}

.banner>p>span.banner-purple {
	background: linear-gradient(135deg, #942AFF, #2B89C9 100%) !important;
	width: 100%;
	position: absolute;
	left: 0%;
	height: 30px;
	background: linear-gradient(135deg, #942AFF, #2B89C9 100%) !important;
	width: 100%;
	position: absolute;
	left: 0%;
	height: 30px;
}

.banner>p>.banner-green {
	background: linear-gradient(135deg, #7AC62A, #2B89C9 100%);
	width: 100%;
	position: absolute;
	left: 0%;
	height: 30px;
}

.banner>p>.banner-blue {
	background: linear-gradient(135deg, #8CE4E8, #2B89C9 100%);
	width: 100%;
	position: absolute;
	left: 0%;
	height: 30px;
}

@media only screen and (max-width: 600px) {
	.banner {
		height: 60px!important;
		padding: 0px 10px 0 5px;
		font-size: 13.5px;
		line-height: 18px;
	}
	.banner>p>.banner-green,
	.banner>p>.banner-purple,
	.banner>p>.banner-blue {
		height: 60px !important;
		font-size: 1rem!important;
		line-height: 1.25rem;
	}
	.cyan-border-btn {
		padding: 10px 0!important;
	}
}