/*
 Theme Name: Total Child
 Version: 3.5.2
 Description: Premium WordPress theme by WPExplorer
 Author: WPExplorer
 Theme URI: http://www.wpexplorer.com
 Author URI: http://www.wpexplorer.com
 License: Custom license
 License URI: http://themeforest.net/licenses/terms/regular
 Text Domain: total
 Template: Total
*/

@import url("../Total/style.css");

/* ------- Insert custom styles below this line ------- */

/*Resources Category Style*/
.resources-category .entry-title {
	text-align: center;
	background-color: #274266;
	padding: 50px 0;
}

.resources-category .entry-title a {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}
.resources-category .entry-title a:after {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background-color: rgba(255, 255, 255, 0.52);
	margin: 10px auto 0;
}

.resources-category .vcex-terms-grid-entry-image {
	margin-bottom: 0;
}

/*Resources Child Category Style*/
.resources-child-category a {
	text-align: center;
	background-color: #274266;
	padding: 50px 0;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	display: block;
	text-transform: uppercase;
	transition: background-color .2s;
}
.resources-child-category a:hover {
	text-decoration: none;
	background-color: #335786;
}
.resources-child-category a:after {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background-color: rgba(255, 255, 255, 0.52);
	margin: 10px auto 0;
}
.resources-child-category img {
	margin-bottom: -6px;
	width: 100%;
}


#resources-entries {
	margin: 30px 0 0;
}
.resources-entry {
	padding: 20px 0;
}
.resources-entry .staff-entry-media {
	max-width: 200px;
	float: left;
	margin-right: 50px;
}
.resources-entry .staff-entry-details {
	float: left;
	width: calc(100% - 300px);
}
.resources-entry .staff-entry-details a {
	color: #555;
	font-size: 26px;
}
.resources-entry .staff-entry-details a:hover {
	color: #0081cc;
}
.resources-child-category__img {
	height: 145px;
	overflow: hidden;
}
.staff-entry-title.entry-title a {
	font-family: 'Roboto', Arial;
	color: #484848;
	font-size: 18px;
	font-weight: 600;
}
.staff-entry-title.entry-title {
	margin: 0;
}
.staff-entry-excerpt p {
	font-family: 'Roboto', Arial;
	color: #6f6f6f;
	font-size: 13px;
}
.resources-post-link {
	font-family: 'Roboto', Arial;
	font-weight: 600;
	font-size: 12px;
	color: #1d6fc2;
	display: inline-block;
	line-height: 38px;
}


/*Category Details*/
.single-resources #post-media img {
	width: auto;
	max-width: 480px;
}
.tax-resources-category .content-area {
	width: 100%;
}
/*Footer*/
.footer-callout-content {
	color: #fff;
}


.progress span{
	left: 0;right: 0;margin: auto;
	line-height: 15px;
}



