.ea-alice-grid .ea-alice-wrap {
  display: grid; }

.ea-alice-grid .ea-item {
  display: flex;
  overflow: hidden;
  transition: all .3s ease; }

.ea-alice-grid .ea-item-box {
  position: relative;
  display: flex;
  width: 100%; }
  .ea-alice-grid .ea-item-box::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: #1b19198c;
    transition: all .3s ease; }
  .ea-alice-grid .ea-item-box:hover .ea-img-wrap .ea-img {
    transform: scale(1.1); }
  .ea-alice-grid .ea-item-box:hover .ea-category {
    opacity: 1; }

.ea-alice-grid .ea-img-wrap {
  overflow: hidden;
  display: flex;
  width: 100%; }
  .ea-alice-grid .ea-img-wrap .ea-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s ease; }

.ea-alice-grid .ea-category {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  transition: opacity .5s ease;
  z-index: 11; }
  .ea-alice-grid .ea-category a {
    color: #e8e4e4;
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    background: #EF233C;
    padding: 5px 14px;
    transition: all .3s ease; }
    .ea-alice-grid .ea-category a:hover {
      background: #D90429; }
  .ea-alice-grid .ea-category a + a {
    margin-left: 5px; }

.ea-alice-grid .ea-content {
  position: absolute;
  padding: 30px;
  width: 100%;
  bottom: 0;
  z-index: 10; }

.ea-alice-grid .ea-title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0px;
  padding-bottom: 10px;
  text-transform: capitalize; }
  .ea-alice-grid .ea-title a {
    color: #fff;
    transition: all .3s ease; }

.ea-alice-grid .ea-meta {
  display: flex;
  align-items: center;
  font-size: 11px;
  color: #EDF2F4;
  text-transform: capitalize; }
  .ea-alice-grid .ea-meta .ea-author {
    position: relative; }
    .ea-alice-grid .ea-meta .ea-author a {
      color: #EDF2F4; }
    .ea-alice-grid .ea-meta .ea-author span {
      padding-right: 6px; }
  .ea-alice-grid .ea-meta .ea-date {
    position: relative;
    margin-left: 10px;
    padding-left: 10px;
    font-weight: 400; }
    .ea-alice-grid .ea-meta .ea-date:before {
      content: '';
      position: absolute;
      height: 4px;
      width: 4px;
      left: -2px;
      top: 50%;
      border-radius: 10px;
      background: #EDF2F4; }
  .ea-alice-grid .ea-meta .ea-post-time {
    margin-left: 5px; }
    .ea-alice-grid .ea-meta .ea-post-time i {
      margin-right: 2px; }

.ea-alice-grid .ea-style-1 {
  grid-gap: 20px;
  grid-template-columns: repeat(1, 1fr); }

.ea-alice-grid .ea-style-2 {
  grid-template-columns: repeat(6, 1fr); }
  .ea-alice-grid .ea-style-2 .ea-item, .ea-alice-grid .ea-style-2:nth-child(-n+2) {
    grid-column: 6 span/ auto; }

.ea-alice-grid .ea-style-3 {
  grid-gap: 20px;
  grid-template-columns: repeat(6, 1fr); }
  .ea-alice-grid .ea-style-3 .ea-item {
    grid-column: span 6/ auto; }

.ea-alice-grid .ea-content-bottom-center .ea-content {
  left: 50%;
  text-align: center;
  transform: translate(-50%, 0); }
  .ea-alice-grid .ea-content-bottom-center .ea-content .ea-meta {
    justify-content: center; }

.ea-alice-grid .ea-content-bottom-left .ea-content {
  text-align: left;
  left: 0; }
  .ea-alice-grid .ea-content-bottom-left .ea-content .ea-meta {
    justify-content: left; }

.ea-alice-grid .ea-content-bottom-right .ea-content {
  text-align: right;
  right: 0; }
  .ea-alice-grid .ea-content-bottom-right .ea-content .ea-meta {
    justify-content: flex-end; }

.ea-global-link-yes .ea-alice-grid .ea-item:hover {
  cursor: pointer; }

@media (min-width: 768px) {
  .ea-alice-grid .ea-title {
    padding-bottom: 8px;
    font-size: 16px; }
  .ea-alice-grid .ea-meta {
    font-size: 12px; }
  .ea-alice-grid .ea-style-1 {
    grid-template-columns: repeat(2, 1fr); }
  .ea-alice-grid .ea-style-2 .ea-item:nth-child(5n+1), .ea-alice-grid .ea-style-2 .ea-item:nth-child(5n+2), .ea-alice-grid .ea-style-2 .ea-item:nth-child(5n+3), .ea-alice-grid .ea-style-2 .ea-item:nth-child(5n+4), .ea-alice-grid .ea-style-2 .ea-item:nth-child(5n+5) {
    grid-column: 3 span/ auto; }
  .ea-alice-grid .ea-style-3 .ea-item {
    grid-column: span 3/ auto; }
    .ea-alice-grid .ea-style-3 .ea-item:nth-child(6n+1) {
      grid-column: span 3/ auto; }
      .ea-alice-grid .ea-style-3 .ea-item:nth-child(6n+1) .ea-title {
        font-size: 22px; } }

@media (min-width: 1024px) {
  .ea-alice-grid .ea-category a {
    font-size: 12px;
    padding: 7px 14px; }
  .ea-alice-grid .ea-title {
    padding-bottom: 12px; }
  .ea-alice-grid .ea-meta {
    font-size: 14px; }
  .ea-alice-grid .ea-style-1 {
    grid-template-columns: repeat(3, 1fr); }
  .ea-alice-grid .ea-style-2 .ea-item,
  .ea-alice-grid .ea-style-3 .ea-item {
    grid-column: span 2/auto; }
    .ea-alice-grid .ea-style-2 .ea-item .ea-title,
    .ea-alice-grid .ea-style-3 .ea-item .ea-title {
      font-size: 20px; }
  .ea-alice-grid .ea-style-2 .ea-item:nth-child(5n+1), .ea-alice-grid .ea-style-2 .ea-item:nth-child(5n+2) {
    grid-column: 3 span/ auto; }
    .ea-alice-grid .ea-style-2 .ea-item:nth-child(5n+1) .ea-title, .ea-alice-grid .ea-style-2 .ea-item:nth-child(5n+2) .ea-title {
      font-size: 25px; }
  .ea-alice-grid .ea-style-2 .ea-item:nth-child(5n+3), .ea-alice-grid .ea-style-2 .ea-item:nth-child(5n+4), .ea-alice-grid .ea-style-2 .ea-item:nth-child(5n+5) {
    grid-column: 2 span/ auto; }
  .ea-alice-grid .ea-style-3 .ea-item:nth-child(6n+1) {
    grid-column: span 4/ auto;
    grid-row: span 2/auto; }
    .ea-alice-grid .ea-style-3 .ea-item:nth-child(6n+1) .ea-title {
      font-size: 25px; } }
