/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 7/mai/2019, 15:20:02
    Author     : Miguel Carvalho
*/

/* BARRA DE FEED MP */
img.multi-feed-post-image {
    width: 100%;
}
figure.nc-multi-bar-img {
    width: 100%;
    padding-bottom: 50%;
    overflow: hidden;
    position: relative;
    background: black;
    margin-bottom: 15px;
}
img.multi-feed-post-image {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    font-size: 24px;
    text-align: center;
}
a.nc-post-title {
    font-family: 'Roboto';
    font-weight: 600;
    line-height: 20px;
    font-size: 20px;
    text-align: inherit;

}
.nc-multi-bar-post-body {
    margin-bottom: 15px;
}
.nc-overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.nc-multi-bar-img:hover .nc-overlay {
  opacity: 1;
}
.nc-multi-bar-hover-text {
  color: white;
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.nc-multi-bar-block {
        padding: 10px 30px 10px 30px;
}