../*
Theme Name: Salient Child Theme
Theme URI: https://lfprojects.linuxfoundation.org;
Description: This is a custom child theme for Salient
Author: Asitha de Silva
Author URI: http://asithadesilva.com;
Template: salient
Version: 1.0
*/

.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}

/* 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: 23px; }
	#lf-header { padding-top: 3px; background: #252525; }
	#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;
}