/* TESTIMONIAL WIDGET */
.testimonial-widget{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.testimonial-image, .testimonial-text, .testimonial-title{
	margin-bottom: 30px;
}
/* TESTIMONIAL WIDGET */

/* AKVO COVER WIDGET */
.so-widget-akvo-cover{
	max-height: 100vh;
	overflow: hidden;
	position: relative;
}
.so-widget-akvo-cover img{
	box-sizing: border-box;
	vertical-align: top;
}

.so-widget-akvo-cover .lang-list{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 80px;
}

@media( max-width: 768px ){
	.so-widget-akvo-cover .lang-list{
		top: 20px;
	}
}

.so-widget-akvo-cover .lang-list a[href].active, .so-widget-akvo-cover .lang-list a[href]:hover{
	background: rgba(0, 0, 0, 0.3);
}

.so-widget-akvo-cover .cover-overlay{
	background: rgba( 0, 0, 0, 0.8);
	position: absolute;
	padding: 30px;
	bottom: 0;
	color: #fff;
	width: 100%;
	box-sizing: border-box;
}
.so-widget-akvo-cover .cover-overlay-link{
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	box-sizing: border-box;
	top: 0;
	left: 0;
}

/* AKVO COVER WIDGET */

/* LOGOS WIDGET */
.so-widget-logos ul{
	text-align: center;
}
.so-widget-logos li{
	margin: 5px;
	display: inline-block;
}
/* LOGOS WIDGET */


.akvo-bg{
	min-height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
}

/* AKVO GRID WIDGET */
.akvo-grid-parent{
	display: grid;
	grid-template-columns: 1fr 1fr;
}
/* AKVO GRID WIDGET */

/* AKVO IFRAME WIDGET */
.akvo-iframe-widget{
	position: relative;
}
.akvo-iframe-widget ul{
	position: absolute;
	width: 100%;
	bottom: 0;
}
.akvo-iframe-widget ul img, .akvo-iframe-widget ul span{
	display: inline-block;
} 
.akvo-iframe-widget ul span{
	vertical-align: top;
}
/* AKVO IFRAME WIDGET */



/* NESTED FILTERS */
.nested-filters{
	
}
	
.nested-filters nav{
	padding: 15px 0;
	border-bottom: thin solid #e8e8e8;
	border-top: thin solid #e8e8e8;
	margin: 30px auto;
}
	
.nested-filters nav ul{
	list-style: none;
	margin: 0em auto;
	position: relative;
	text-align: left;
}
	
.nested-filters nav ul li{
	display: inline;
	padding: 0;
	margin: 0;
}
	
.nested-filters nav ul li a[href]{
	padding: 0.25em 0.75em;
	font-size: 15px;
	font-weight: 300;
	background: none!important;
}
	
.nested-filters nav ul li a[href]:hover{
	color: #404898!important;
	text-decoration: none;
}
	
.akvo-custom-posts li.post{
	padding: 15px;
	display: block;
	width: 33%;
	float: left;
	position: relative;
}
	
@media screen and (max-width: 1024px) and (min-width: 768px){
	.akvo-custom-posts li.post{ width: 50%; }
}
	
@media screen and (max-width: 768px){
	.akvo-custom-posts li.post{ width: 100%; }
}
	
.akvo-custom-posts li.post a[href]{
	color: inherit;
	text-decoration: none;
}
	
.akvo-custom-posts li.post .imageWrapper{
	background-size: cover;
	background-position: center center;
	height: 250px;
}
	
.akvo-custom-posts li.post:hover .imageWrapper{
	opacity: 0;
	animation: fadeOut ease-in 1;
	-webkit-animation: fadeOut ease-in 1;
	-moz-animation: fadeOut ease-in 1;
		
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
		
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
}
	
.akvo-custom-posts li.post .hovercontent{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	opacity: 0;
}
	
.akvo-custom-posts li.post:hover .hovercontent{
	opacity: 0;
	-webkit-animation: fadeIn ease-in 1;
	-moz-animation: fadeIn ease-in 1;
	animation: fadeIn ease-in 1;
		
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
		
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
}
	
.akvo-custom-posts li.post .title{
	font-weight: bold;
	margin-top: 20px;
}
/* END OF NESTED FILTERS */