.recent-posts-list {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.4;
}
.recent-posts-list li {
	padding-bottom: 10px;
	border-bottom: 1px solid #777;
	margin-bottom: 10px;
}
.recent-posts-list li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.recent-posts-list li:after {
	content: "";
	clear: both;
	display: block;
}
.recent-posts-list .teaser-title {
	color: #999999;
	font-size: 1.15em;
}
.recent-posts-list .teaser-title:hover, .recent-posts-list .teaser-title:focus {
	color: #DDDDDD;
}
.recent-posts-list .teaser-content {
	line-height: 1.5;
	font-size: 0.85em;
}
.recent-posts-list .teaser-content p:last-child {
	margin-bottom: 0;
}
.recent-posts-list .read-more-link {
	display: none;
	color: #999999;
	float: right;
}
.recent-posts-list .read-more-link:hover, .recent-posts-list .read-more-link:focus {
	color: #DDDDDD;
}

.entry-content:after {
	content: "";
	clear: both;
	display: block;
}
.entry-content p:first-child img.aligncenter.size-full {
	width: 100%;
}

/*Menu*/
.main-header-menu .sub-menu {
	background: #28315c;
	border-top: 0 !important;
}

.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link {
	line-height: 1.2;
	color: #fff;
	border-color: rgba(255, 255, 255, 0.3) !important;
}
.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link:hover, .ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link:focus {
	color: #e9e9e9;
}

.ast-separate-container .ast-archive-description {
	background-color: #28315c;
}
.ast-separate-container .ast-archive-description .ast-archive-title {
	color: #fff;
}

/*  Buttons */
.align-btn-left {
	float: left;
	display: inline-block;
}

.align-btn-right {
	float: right;
	display: inline-block;
}

.align-btn-none {
	float: none;
	display: inline-block;
}

.align-btn-center {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.custom-button {
	outline: 0 none;
	margin: 3px;
	cursor: pointer;
	text-decoration: none !important;
	font-family: inherit;
	font-weight: inherit;
	line-height: 1;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.custom-button span {
	display: inline-block;
	color: #ffffff;
	background-color: #28315c;
	border-radius: 2px;
	padding: 1em 1.75em;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
	        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}
.custom-button:hover, .custom-button:focus {
	opacity: 0.8;
}
.custom-button.small span {
	font-size: 0.8em;
	padding: 1em 1.5em;
}
.custom-button.medium span {
	padding: 0.75em 1em;
}
.custom-button.large span {
	font-size: 1.2em;
	padding: 1em 1.5em;
}
.custom-button.x-large span {
	font-size: 1.5em;
	padding: 1em 1.5em;
}
/*# sourceMappingURL=npcg.css.map */