/**Blog posts**/
@media (max-width:980px) and (min-width:768px){
	.recent-articles-overview .article-content{
	    padding: 22px 10px !important;
    }
}

.article-category{
	line-height: 1.2em !important;
}
.post-template-default ol[style="list-style-type:lower-alpha"],
.case-study-template-default ol[style="list-style-type:lower-alpha"],
.event-details-template-default ol[style="list-style-type:lower-alpha"]{
	margin-left: 10px !important;
	list-style-position: inside !important;
}

.post-template-default sup{
	font-size: 10px !important;
}

.post-template-default .wp-block-quote{
	border-color: #DEAC28 !important;
}

.post-template-default .wp-block-quote p{
	font-style: italic !important;
	font-weight: 700 !important;
}

.post-template-default .wp-block-quote p:not(:last-child){
	padding-bottom: 10px !important;
}
.post-template-default ol,
.case-study-template-default ol,
.event-details-template-default ol{
	margin-left: 20px !important;
	list-style-position: outside !important;
}

.post-template-default ul,
.case-study-template-default ul,
.event-details-template-default ul{
	margin-left: 10px !important;
	list-style-position: outside !important;
}

.post-template-default ul li::marker,
.case-study-template-default ul li::marker,
.event-details-template-default ul li::marker{
	font-size: 12px !important;
}

.post-template-default p strong,
.post-template-default li strong,
.case-study-template-default p strong,
.case-study-template-default li strong,
.event-details-template-default p strong,
.event-details-template-default li strong{
	font-family: "Source Sans Pro", sans-serif !important;
	font-weight: 700 !important;
}

.no-posts-found{
	font-family: "Bitter", serif;
    font-size: 18px;
    color: #001870;
	font-weight: 700 !important;
}

.single-post #menu-footer-menu,
.single-event-details #menu-footer-menu,
.single-case-study #menu-footer-menu{
	margin-left: -10px !important;
}