/* Extracted from style.css: Widgets */
.widget {
	margin: 0px;
	color: #868686;
}

.widget select {
	max-width: 100%;
}

.widget .widget-title,
.widget .widgettitle {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 600;
	font-size: 1.25rem;
	margin-bottom: 20px;
	padding-top: 10px;
	border-top: 2px solid #1e1e1e;
	color: #1e1e1e;
}

.widget ul {
	margin-left: 0;
	list-style: none;
	padding-left: 0;
}

.widget ul li {
	margin-bottom: 15px;
}

.widget a {
	color: #323232;
}

.widget a:hover {
	color: #007bff;
}

.widget.widget_recent_entries .post-date {
	color: #868686;
	font-size: 0.85rem;
	display: block;
}

#secondary .widget {
	margin-bottom: 60px;
}

#secondary .widget_search input.s.field {
	width: calc(100% - 46px);
}

