/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/


#jecs_directory_scan
	.featured-project {
		padding: 1em;
		border-width: 2px;
		border-style: groove;
		border-color: threedface;
		border-image: initial;
	}
#jecs_directory_scan
	.featured-project legend {
		width: auto;
		font-weight: bold;
		font-size: 18pt;
		color: #2d648e;
		padding: 0 20px;
		cursor: pointer;
	}
#jecs_directory_scan
	.featured-project legend i {
		color: #c5c554;
	}
#jecs_directory_scan
	.link-container {
		display: inline-block;
		margin-bottom: 16px;
	}
#jecs_directory_scan
	.link-container:hover .img-link, .link-container:hover .file-link {
		border: solid 2px yellow;
	}
#jecs_directory_scan
	.img-link {
		max-width: 160px;
		min-width: 160px;
		min-height: 90px;
		width: 100%;
		display: inline-block;
		margin-right: 30px;
		position: relative;
		border: solid 2px transparent;
		border-radius: 8px;
	}
#jecs_directory_scan
	.img-link .link-text {
		position: absolute; bottom: -16px;
		left: 20px; right: 0;
		margin: 0 auto;
		font-size: 8pt;
		font-weight: normal;
		font-style: italic;
	}
#jecs_directory_scan
	.img-link img {
		max-width:160px;
		border-radius: 6px;
	}
#jecs_directory_scan
	.file-link {
		max-width: 160px;
		min-width: 160px;
		min-height: 90px;
		width: 100%;
		display: inline-block;
		margin-right: 30px;
		position: relative;
		border: solid 2px transparent;
		border-radius: 8px;
	}
#jecs_directory_scan
	.file-link .link-text {
		position: absolute; bottom: -16px;
		left: 20px; right: 0;
		margin: 0 auto;
		font-size: 10pt;
		font-weight: normal;
		font-style: normal;
	}
#jecs_directory_scan
	.file-link .link-icon {
		min-height: 90px;
		color: rgb(35,60,79);
		width: 100%;
		display: block;
		position: relative;
		background-color: rgba(100,100,100,0.2);
		border-radius: 6px;
	}
#jecs_directory_scan
	.file-link .link-icon i {
		font-size: 60px;
		display: inline-block;
		float: none;
		position: relative;
		top: 14px;
		left: 49px;
	}
	
/* hide the first one which is the master folder. */
#jecs_directory_scan > fieldset {
	border: none !important;
	padding: 0 !important; 
}
#jecs_directory_scan > fieldset > legend {
	display: none;
	border: none;
}
#jecs_directory_scan > fieldset > hr {
	margin: 0.613em 0;
}
#jecs_directory_scan p.readme {
	font-size: 10pt;
}
#jecs_directory_scan legend.is-inactive + div.project-links, #jecs_directory_scan legend.is-inactive + p.readme + div.project-links, #jecs_directory_scan legend.is-inactive + p.readme {
	display:none!important;
	visibility: hidden;
}