/*
Theme Name:     Herald Child
Theme URI:      https://mekshq.com/theme/herald/
Description:    Child theme for the Herald theme
Author:         meks
Author URI:     https://mekshq.com
Template:       herald
Version:        0.1.0
*/

/* Aumenta Padding dos Labels das Categorias */
.herald-mod-wrap .herald-mod-h {
    padding: 1.5em;
}

.widget-title span {
    padding: .7805em;
}

/* Regula a altura dos botões de leia mais */
.herald-all-link {
	height: 3rem !important;
	line-height: 2rem !important;
	border: 1px solid #9e9e9e !important;
}

.herald-all-link:hover {
	border: 1px solid #A0CAEE !important;
}


/* Ajusta Breadcrumbs */
.herald-boxed .herald-breadcrumbs {
	background-color: #f0f7fd;
}

.breadcrumb_last  {
	color: #363636;
}

/* Ajusta contador da categoria */
.widget_categories .count {
	border-bottom: 1px solid rgba(84,84,84,0.1);
	float: right;
	line-height: 1.9rem;
}

.widget_categories li {
	border-bottom: 1px solid rgba(84,84,84,0.1);
	padding-bottom: 1rem;
}

.widget_categories li:last-child {
	border-color: transparent;
}

.widget_categories a:hover .count {
	background-color: #363636;
	transition: .2s ease;
}