.ea-alex-grid {
  position: relative; }
  .ea-alex-grid .ea-alex-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr); }
  .ea-alex-grid .ea-item {
    position: relative;
    overflow: hidden;
    display: flex; }
    .ea-alex-grid .ea-item:hover .ea-button-wrap {
      margin-bottom: 0 !important; }
    .ea-alex-grid .ea-item:hover .ea-readmore {
      background: #fff; }
      .ea-alex-grid .ea-item:hover .ea-readmore .ea-readmore-icon:before {
        width: 50px;
        background: #2B2D42; }
      .ea-alex-grid .ea-item:hover .ea-readmore .ea-readmore-icon span:before,
      .ea-alex-grid .ea-item:hover .ea-readmore .ea-readmore-icon span:after {
        width: 10px;
        transition-delay: .3s;
        background: #2B2D42;
        opacity: 1; }
    .ea-alex-grid .ea-item:hover .ea-post-format a {
      transform: translateY(0);
      opacity: 1; }
  .ea-alex-grid .ea-meta {
    position: absolute;
    top: 15px;
    left: 15px;
    display: flex;
    align-items: center; }
    .ea-alex-grid .ea-meta .ea-author-img img {
      border-radius: 80px;
      margin-right: 10px; }
    .ea-alex-grid .ea-meta .ea-author-name a {
      color: #dcdcdc;
      font-size: 14px;
      text-transform: capitalize;
      font-weight: 600; }
    .ea-alex-grid .ea-meta .ea-date,
    .ea-alex-grid .ea-meta .ea-post-time {
      color: #dcdcdc;
      font-size: 12px;
      font-weight: 500; }
    .ea-alex-grid .ea-meta .ea-post-time {
      margin-left: 5px; }
      .ea-alex-grid .ea-meta .ea-post-time i {
        margin-right: 2px; }
  .ea-alex-grid .ea-image-wrap {
    width: 100%; }
    .ea-alex-grid .ea-image-wrap .ea-img {
      position: relative;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .ea-alex-grid .ea-content-wrap {
    position: absolute;
    overflow: hidden;
    width: 100%;
    bottom: 0;
    height: auto;
    background: rgba(43, 45, 66, 0.3); }
  .ea-alex-grid .ea-content {
    padding: 20px; }
  .ea-alex-grid .ea-title {
    font-size: 18px;
    font-weight: 600;
    display: inline;
    margin: 0; }
    .ea-alex-grid .ea-title a {
      color: #fff; }
  .ea-alex-grid .ea-category {
    margin-bottom: 5px; }
    .ea-alex-grid .ea-category a {
      font-size: 14px;
      font-weight: 500;
      color: rgba(255, 255, 255, 0.5); }
  .ea-alex-grid .ea-button-wrap {
    margin-bottom: -50px;
    transition: margin-bottom 0.5s cubic-bezier(0.25, 0.85, 0.35, 0.98); }
  .ea-alex-grid .ea-readmore {
    display: block;
    position: relative;
    padding: 25px 20px;
    transition: all .3s ease; }
    .ea-alex-grid .ea-readmore .ea-readmore-icon {
      position: relative; }
      .ea-alex-grid .ea-readmore .ea-readmore-icon:before {
        content: '';
        position: absolute;
        left: 0;
        height: 2px;
        width: 15px;
        background: rgba(255, 255, 255, 0.5);
        transition: all .5s ease; }
      .ea-alex-grid .ea-readmore .ea-readmore-icon span:before,
      .ea-alex-grid .ea-readmore .ea-readmore-icon span:after {
        content: '';
        position: absolute;
        left: 40px;
        width: 10px;
        height: 2px;
        background: transparent;
        border-radius: 10px;
        transition: all .5s ease;
        opacity: 0; }
      .ea-alex-grid .ea-readmore .ea-readmore-icon span:after {
        transform: rotate(-45deg);
        bottom: -6px; }
      .ea-alex-grid .ea-readmore .ea-readmore-icon span:before {
        transform: rotate(45deg);
        top: -4px; }
  .ea-alex-grid .ea-content-left .ea-content-wrap {
    left: 0; }
  .ea-alex-grid .ea-content-right .ea-content-wrap {
    right: 0; }
  .ea-alex-grid .ea-post-format {
    position: absolute;
    right: 0;
    top: 0;
    margin: 15px; }
    .ea-alex-grid .ea-post-format a {
      padding: 16px 16px;
      display: inline-flex;
      color: #fff;
      font-size: 16px;
      transform: translateY(15px);
      opacity: 0;
      transition: all 0.5s cubic-bezier(0.25, 0.85, 0.35, 0.98); }

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

@media (min-width: 768px) {
  .ea-alex-grid .ea-style-1 {
    grid-template-columns: repeat(6, 1fr); }
    .ea-alex-grid .ea-style-1 .ea-item:nth-child(5n+1), .ea-alex-grid .ea-style-1 .ea-item:nth-child(5n+2), .ea-alex-grid .ea-style-1 .ea-item:nth-child(5n+3), .ea-alex-grid .ea-style-1 .ea-item:nth-child(5n+4), .ea-alex-grid .ea-style-1 .ea-item:nth-child(5n+5) {
      grid-column: span 3 / auto; }
  .ea-alex-grid .ea-style-2 {
    grid-template-columns: repeat(2, 1fr); }
    .ea-alex-grid .ea-style-2 .ea-content-wrap {
      width: 70%; }
  .ea-alex-grid .ea-style-3 {
    grid-template-columns: repeat(6, 1fr); }
    .ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+2) {
      grid-column: span 3 / auto;
      grid-row: span 2; }
      .ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+2) .ea-meta {
        top: 30px;
        left: 30px; }
      .ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+2) .ea-content {
        padding: 30px; }
      .ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+2) .ea-title {
        font-size: 24px; }
      .ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+2) .ea-category a {
        font-size: 18px; }
      .ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+2) .ea-button-wrap {
        margin-bottom: -60px; }
      .ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+2) .ea-readmore {
        padding: 30px; }
      .ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+2):hover .ea-button-wrap {
        margin-bottom: 0 !important; }
    .ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+1), .ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+3), .ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+4), .ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+5) {
      grid-column: span 3 / auto; }
    .ea-alex-grid .ea-style-3 .ea-item .ea-content-wrap {
      width: 80%; } }

@media (min-width: 1024px) {
  .ea-alex-grid .ea-style-1 .ea-item:nth-child(5n+1), .ea-alex-grid .ea-style-1 .ea-item:nth-child(5n+2) {
    grid-column: span 3 / auto; }
  .ea-alex-grid .ea-style-1 .ea-item:nth-child(5n+3), .ea-alex-grid .ea-style-1 .ea-item:nth-child(5n+4), .ea-alex-grid .ea-style-1 .ea-item:nth-child(5n+5) {
    grid-column: span 2 / auto; }
  .ea-alex-grid .ea-style-1 .ea-item:nth-child(n+1) .ea-content-wrap {
    width: 70%; }
  .ea-alex-grid .ea-style-2 {
    grid-template-columns: repeat(3, 1fr); }
  .ea-alex-grid .ea-style-3 .ea-content-wrap {
    width: 70%; }
  .ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+2) {
    grid-column: span 2 / auto;
    grid-row: span 2; }
  .ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+1), .ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+3), .ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+4), .ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+5) {
    grid-column: span 2 / auto; }
  .ea-alex-grid .ea-style-3 .ea-content-wrap {
    width: 70%; } }

@media (min-width: 1440px) {
  .ea-alex-grid .ea-style-1 .ea-item:nth-child(1) .ea-content-wrap, .ea-alex-grid .ea-style-1 .ea-item:nth-child(2) .ea-content-wrap {
    width: 50%; } }
