/*
div.ea-autoload { 
  overflow-y: visible;
  height: auto;
  width: 100%;
  max-width: 100%;*/
 /* border: 1px solid #ccc;*/
  position: relative;
    padding-bottom: 150px;
}/*
div.ea-mansory { 
    height: auto;
    overflow: auto;
    min-height: 100%;
    width: 100%;
    column-count: 3;
    column-fill: initial;
    column-gap: 30px;
}*/
div.ea-item-mansory {  
/*
  width: 30%;
  transition: .8s opacity;
  
  padding: 10px;
  flex-wrap: wrap;
*//*
    margin: 0 0 30px;
    display: inline-block;
    position: relative;*/
/*
  overflow: hidden;
  
*/
} 

/*
.ea-mansory .ea-item-mansory:nth-child(2n+1) .ea-item-main-info {
    max-height: 220px;
    overflow: hidden;
}
*/

div.ea-item-mansory img {filter: grayscale(100%);opacity: .9; transition: all .4s;  cursor: pointer;}

div.ea-item-mansory:hover img {filter: grayscale(0%);opacity: 1;}

.ea-mansory-loading {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    bottom: 50px;
    text-align: center;
    width: 100%;
}

div.ea-mansory div.ea-mansory_list-main{
  width: 30%;
  float: left;
  padding: 10px;
}

div.ea-item-mansory-hover{
    font-size: 10px;
    overflow: hidden;
    display: none;
    position: absolute;
    top: 0;
    left: 0px;
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.80);
    height: 100%;
    text-align: justify;
    color: #fff;
    font-size: 11px;
}

div.ea-item-mansory-hover h3 {font-size: 20px; color: #93D60A; font-weight: 600;}

div.ea-item-mansory-hover a {display: inline-block; width: 100%; font-weight: bold; font-size: 15px; color: #fff; margin-top: 10px;}

/*div.ea-mansory div.ea-mansory_list-main:first-child div.ea-item-mansory:first-child{
  height: 500px !important;
}
div.ea-mansory div.ea-mansory_list-main:first-child div.ea-item-mansory:last-child{
  height: 200px !important;
}

div.ea-mansory div.ea-mansory_list-main:last-child div.ea-item-mansory:first-child{
  height: 200px !important;
}
div.ea-mansory div.ea-mansory_list-main:last-child div.ea-item-mansory:last-child{
  height: 500px !important;
}

div.ea-mansory div.ea-mansory_list-main:nth-child(2) div.ea-item-mansory{
  height: 350px !important;
}*/

div.ea-item-main-info-footer{
    background: rgba( 0, 0, 0, 0.8);
    color: #fff !important;
    padding: 15px;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    font-weight: 600; 
}

div.ea-item-main-info{
  position: relative;
  height: 100%; 
}

div.ea-item-main-info-title{
  //
}
/*div.ea-item-mansory:first-child, div.ea-item-mansory:last-child {
}
div.ea-item-mansory:nth-child(2), div.ea-item-mansory:nth-child(5){
  height: 350px !important;
}

div.ea-item-mansory:nth-child(3), div.ea-item-mansory:nth-child(4){
  background: blue;
}*/

/*div.ea-item-mansory { opacity: 0.3; }
div.ea-item-mansory:hover { opacity: 1; } */

div.ea-item-post-featured{background: #93D60A;}

.ea-item-post-featured .ea-item-main-info {padding: 0 20px 20px;}

.ea-item-post-featured .ea-item-main-info h2 {
    font-size: 26px;
    color: #000;
    font-weight: 600;
}

.ea-item-post-featured .ea-item-main-info .ea-item-main-info-content {
    color: #fff;
    font-size: 13px;
    line-height: 17px;
    padding-top: 10px;
    text-align: justify;
}

/* fallback for earlier versions of Firefox */

@supports not (flex-wrap: wrap) {
  div.ea-mansory { display: block; }
  div.ea-mansory div.ea-item-mansory {  
  display: inline-block;
  vertical-align: top;
  }
}

@media only screen and (max-width: 1024px) { 
    div.ea-mansory { column-count: 2;}
}

@media only screen and (max-width: 600px) { 
    div.ea-mansory { column-count: 1;}
}
