
/*--------------------------------------------------------------
## Widgets
1. General
2. Widget: About
3. Widget: Key
4. Widget: Posts
--------------------------------------------------------------*/
.widget {
	margin: 0 0 40px;
	padding: 20px;
	border: 2px solid #f4f4f4;

}
.widget-title {
	font-size: 16px;
	margin: 0 0 20px;
	line-height: 1.25;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.widget select {
	max-width: 100%;
}
/*--------------------------------------------------------------
1. Widget: About
--------------------------------------------------------------*/
.lh_about_widget {
	background: transparent;

}

.lh_about_widget .widget-image img {
	width: 300px;
	height: auto;
	line-height: 0;
	display: block;
	margin: 0 auto;
}

.lh_about_widget .widget-image {
	line-height: 0;
}

.lh_about_widget .widget-content {
	margin: 10px 15px;
}

.lh_about_widget .widget-title {
	text-align: center;
	line-height: 1;
	font-size: 13px;
	margin: 0;
}

.lh_about_widget .content-meta {
	font-size: 14px;
	line-height: 1.25;
	margin: 10px 0;
	text-align: center;
}

.lh_about_widget .read-more{
	line-height: 1;
	font-size: 11px;
	display: block;
    text-align: center;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 14px;
    font-style: italic;
}


/*--------------------------------------------------------------
2. Widget: Posts
--------------------------------------------------------------*/
.lh_featured_posts_widget {
	padding: 20px 10px;
}
.widget-posts {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.widget-post {
	width: calc(1 / 2 * 100% - 20px);
	margin: 0 10px 10px;
	-webkit-box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.15);
	-moz-box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.15);
	box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.15);
	text-align: center;
}
.widget-post img {
	display: block;
}
.widget-post-title {
	padding: 5px;
	margin: 0;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Montserrat', Arial, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1.25;
	-ms-word-break: break-all;
	-webkit-word-break: break-word;
	-webkit-word-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.widget .widget-post:last-child, .widget .widget-post:nth-last-child(2) {
	margin: 0 10px;
}

