
/*
Theme Name: Type Child
Template: type
*/
.rightbar-ads{
	background-color: #FFF;
}

ins{
	background-color: #FFF;
	text-align: center;
}

.featured-overlay h2 a,
.featured-overlay .entry-meta,
.featured-overlay .entry-meta a {
	color: #fff;
}

.featured-overlay h2 {
	margin: 0;
	font-size: 22px;
	text-align: center;
	text-transform: none;
}

.sidebar .widget-title {
	font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.site-footer-menu {
	text-align: center;
}

.site-footer-menu a {
	margin-left: 10px;
	color: rgba(255,255,255,.8);
	font-size: 0.875rem;
	text-decoration: none;
}

.site-footer-menu a:active,
.site-footer-menu a:focus,
.site-footer-menu a:hover {
	text-decoration: underline;
}

@media screen and (min-width: 960px) {
	.featured-large h2 {
		font-size: 32px;
	}

	.site-footer-menu {
		text-align: right;
	}
}

@media screen and (min-width: 720px) {
	.featured-large h2 {
		font-size: 30px;
	}
}

@media screen and (min-width: 600px) {
	.featured-large h2 {
		font-size: 26px;
	}
}

/** Sidebar posts **/
.widget ul.lcp_catlist_custom li {
	margin-bottom: 20px;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
}

.widget ul.lcp_catlist_custom li div:first-child {
	margin-right: 30px;
	width: 90px;
}

.widget ul.lcp_catlist_custom li div:first-child img {
	width: 90px;
	height: 90px;
}

.widget ul.lcp_catlist_custom li div:last-child {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.widget ul.lcp_catlist_custom li div:last-child h3 {
	margin-top: 0;
	margin-bottom: 5px;
	padding-bottom: 0;
	font-size: 12px;
}

.widget ul.lcp_catlist_custom li div:last-child h3:before {
	content: none;
}

.wppagenavi {
	text-align: center;
}

.taxonomy-description {
	margin-top: 30px;
	text-align: justify;
}

.after-txt {
	display: none;
}
.after-txt.visible {
	display: inline;
}
.button-more {
	margin-top: 10px;
	margin-bottom: 50px;
	cursor: pointer;
	color: #32a6ff;
	text-align: center;
	text-decoration: underline;
	text-transform: uppercase;
}

.shadowed {
	position: relative;
	max-height: 400px;
	overflow: hidden;
}

.shadowed:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0px -100px 80px -30px rgba(255,255,255,1)
}
