/* Public styles go here */
.feed_oasen_bloc{
	position:relative;
}
.feed_oasen_bloc #charCounter {
    bottom: 90%;
    right: 0;
}
.feed-oasen .item-body{
	text-align: center;
	color:#ffffff!important;
	text-transform:uppercase;
}
.single-feedoasen .title {
    color: #61448b !important;
    line-height: 1 !important;
    margin: 0;
    font-family: MeridienLTProBold, Arial, Helvetica, sans-serif !important;
    text-transform: uppercase;
}
.single-feedoasen .author{
    text-transform: uppercase;
}
.single-feed_oasen #content{
	width:100%!important;
}
.single-feedoasen .col-md-6,
.single-feedoasen .col-md-12.tags-list{
	padding-left:0px!important;
}
.oasen_meta span{
	text-transform: uppercase;
    font-size: 21px;
}
@media (min-width:768px){
.single-feedoasen .col-md-6{
	padding-right:20px!important;
}	
}
#customForm select#feed_display {
    margin-bottom: 20px;
}
.feedoasen-item {
    width: 265px;
    height: 265px;
}
img.oasen_logo.lazyloaded {
    width: 50%;
    top: -50px;
    position: relative;
}
.feed-oasen>.item img.oasen_logo {
	opacity:0;
}
.item:hover img.feed_oasen_image {
    filter: brightness(40%) grayscale(100%);
    transition: all 0.7s ease-in;
}
.item:hover img.oasen_logo {
	opacity:1;
    filter: brightness(100%) grayscale(0%)!important;
    transition: all 0.7s ease-in;
}