.upk-alter-grid .upk-post-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px; }
  .upk-alter-grid .upk-post-grid .upk-post-grid-item {
    position: relative;
    display: flex;
    overflow: hidden;
    transition: all .3s ease; }
    .upk-alter-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box {
      position: relative;
      display: flex;
      flex-direction: column; }
      .upk-alter-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-image-wrapper {
        position: relative;
        display: flex; }
        .upk-alter-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-image-wrapper .upk-main-image {
          overflow: hidden;
          display: flex;
          width: 100%; }
          .upk-alter-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-image-wrapper .upk-main-image .upk-blog-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.4s cubic-bezier(0.25, 0.75, 0.43, 1.01); }
      .upk-alter-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content {
        display: flex;
        padding: 30px;
        height: 100%; }
        .upk-alter-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content > div {
          display: flex;
          flex-direction: column; }
        .upk-alter-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-tags {
          margin-bottom: 10px;
          z-index: 1; }
          .upk-alter-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-tags span {
            font-weight: 600;
            text-transform: uppercase;
            text-decoration: none;
            letter-spacing: 1.1px;
            font-size: 11px;
            transition: all .3s ease-in-out; }
          .upk-alter-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-tags * {
            color: #909aae;
            background-clip: padding-box;
            -moz-background-clip: padding;
            -webkit-background-clip: padding; }
          .upk-alter-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-tags *:hover {
            color: #EF233C; }
        .upk-alter-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title-wrap {
          margin-top: 0;
          line-height: 1.4;
          font-weight: 600; }
          .upk-alter-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title-wrap .upk-blog-title {
            color: #2B2D42;
            transition: all 0.5s ease;
            background-image: linear-gradient(currentColor, currentColor);
            background-position: 0% 100%;
            background-repeat: no-repeat;
            background-size: 0% 2px;
            transition: background-size .3s; }
            .upk-alter-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title-wrap .upk-blog-title:hover {
              color: #EF233C;
              background-size: 100% 2px; }
          .upk-alter-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title-wrap .upk-blog-title:focus {
            background-size: 100% 2px; }
        .upk-alter-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-desc-wrap {
          flex-grow: 1; }
          .upk-alter-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-desc-wrap .upk-blog-desc {
            line-height: 1.5;
            letter-spacing: .5px;
            color: #8D99AE; }
            .upk-alter-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-desc-wrap .upk-blog-desc p {
              margin: 0; }
        .upk-alter-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta {
          display: flex;
          align-items: center; }
          .upk-alter-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta .author {
            width: 40px;
            border-radius: 30px; }
          .upk-alter-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta .upk-blog-date {
            position: relative;
            display: flex;
            padding-left: 25px;
            margin-left: 10px; }
            .upk-alter-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta .upk-blog-date:before {
              content: '';
              position: absolute;
              height: 1px;
              width: 15px;
              background: #8D99AE;
              left: 0px;
              top: 50%;
              transform: translateY(-50%); }
          .upk-alter-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta .upk-post-time,
          .upk-alter-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta .author-name,
          .upk-alter-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta .date {
            font-size: 12px;
            color: #8D99AE;
            text-transform: uppercase;
            font-weight: 600;
            display: flex;
            line-height: 1; }
          .upk-alter-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta .upk-post-time {
            margin-left: 5px; }
            .upk-alter-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta .upk-post-time i {
              margin-right: 2px; }
    .upk-alter-grid .upk-post-grid .upk-post-grid-item:hover .upk-blog-image {
      transform: scale(1.1); }

.upk-alter-grid .upk-post-layout-1 .upk-post-grid-item:nth-child(n+1) {
  grid-column: span 6/auto; }
  .upk-alter-grid .upk-post-layout-1 .upk-post-grid-item:nth-child(n+1) .upk-post-grid-item-box .upk-blog-box-content {
    padding: 30px;
    align-items: flex-start; }
    .upk-alter-grid .upk-post-layout-1 .upk-post-grid-item:nth-child(n+1) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title-wrap {
      margin-bottom: 10px;
      font-size: 16px; }
    .upk-alter-grid .upk-post-layout-1 .upk-post-grid-item:nth-child(n+1) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-desc-wrap {
      margin-bottom: 20px; }
      .upk-alter-grid .upk-post-layout-1 .upk-post-grid-item:nth-child(n+1) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-desc-wrap .upk-blog-desc {
        font-size: 13px; }

.upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+1) {
  grid-column: span 6/auto;
  grid-row: span 3/auto; }
  .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+1) .upk-post-grid-item-box .upk-blog-box-content {
    align-items: center; }
    .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+1) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title-wrap {
      margin-bottom: 10px;
      font-size: 16px; }
    .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+1) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-desc-wrap {
      margin-bottom: 20px; }
      .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+1) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-desc-wrap .upk-blog-desc {
        font-size: 13px; }

.upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+2), .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+3), .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+4) {
  grid-column: span 6/auto; }
  .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+2) .upk-post-grid-item-box, .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+3) .upk-post-grid-item-box, .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+4) .upk-post-grid-item-box {
    display: flex;
    flex-direction: inherit; }
    .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+2) .upk-post-grid-item-box .upk-blog-image-wrapper .upk-main-image, .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+3) .upk-post-grid-item-box .upk-blog-image-wrapper .upk-main-image, .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+4) .upk-post-grid-item-box .upk-blog-image-wrapper .upk-main-image {
      width: 120px; }
    .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+2) .upk-post-grid-item-box .upk-blog-box-content, .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+3) .upk-post-grid-item-box .upk-blog-box-content, .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+4) .upk-post-grid-item-box .upk-blog-box-content {
      padding: 10px;
      align-items: center; }
      .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+2) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title-wrap, .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+3) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title-wrap, .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+4) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title-wrap {
        margin-bottom: 2px;
        font-size: 12px;
        flex-grow: 1; }
      .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+2) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-desc-wrap, .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+3) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-desc-wrap, .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+4) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-desc-wrap {
        display: none; }
      .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+2) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-tags, .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+3) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-tags, .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+4) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-tags {
        display: none; }

.upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(1) {
  grid-column: span 6/auto; }
  .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(1) .upk-post-grid-item-box .upk-blog-box-content {
    align-items: center; }
    .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(1) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title-wrap {
      margin-bottom: 10px;
      font-size: 16px; }
    .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(1) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-desc-wrap {
      margin-bottom: 20px; }
      .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(1) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-desc-wrap .upk-blog-desc {
        font-size: 13px; }

.upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+2), .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+3), .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+4), .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+5) {
  grid-column: span 6/auto; }
  .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+2) .upk-post-grid-item-box .upk-blog-box-content, .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+3) .upk-post-grid-item-box .upk-blog-box-content, .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+4) .upk-post-grid-item-box .upk-blog-box-content, .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+5) .upk-post-grid-item-box .upk-blog-box-content {
    padding: 20px;
    align-items: center; }
    .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+2) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title-wrap, .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+3) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title-wrap, .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+4) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title-wrap, .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+5) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title-wrap {
      margin-bottom: 10px;
      font-size: 16px;
      flex-grow: 1; }
    .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+2) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-desc-wrap, .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+3) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-desc-wrap, .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+4) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-desc-wrap, .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+5) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-desc-wrap {
      display: none; }
    .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+2) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-tags, .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+3) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-tags, .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+4) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-tags, .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+5) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-tags {
      display: none; }

.upk-primary-meta-end-position--yes .upk-alter-grid .upk-post-layout-1 .upk-post-grid-item:nth-child(n+1) .upk-post-grid-item-box .upk-blog-box-content {
  align-items: inherit; }

.upk-primary-meta-end-position--yes .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+1) .upk-post-grid-item-box .upk-blog-box-content,
.upk-primary-meta-end-position--yes .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+1) .upk-post-grid-item-box .upk-blog-box-content {
  align-items: inherit; }

.upk-secondary-meta-end-position--yes .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+2) .upk-post-grid-item-box .upk-blog-box-content, .upk-secondary-meta-end-position--yes .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+3) .upk-post-grid-item-box .upk-blog-box-content, .upk-secondary-meta-end-position--yes .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+4) .upk-post-grid-item-box .upk-blog-box-content {
  align-items: inherit; }

.upk-secondary-meta-end-position--yes .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+2) .upk-post-grid-item-box .upk-blog-box-content, .upk-secondary-meta-end-position--yes .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+3) .upk-post-grid-item-box .upk-blog-box-content, .upk-secondary-meta-end-position--yes .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+4) .upk-post-grid-item-box .upk-blog-box-content, .upk-secondary-meta-end-position--yes .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+5) .upk-post-grid-item-box .upk-blog-box-content {
  align-items: inherit; }

.upk-global-link-yes .upk-alter-grid .upk-post-grid-item:hover {
  cursor: pointer; }

@media only screen and (min-width: 600px) {
  .upk-alter-grid .upk-post-layout-1 .upk-post-grid-item:nth-child(n+1) {
    grid-column: span 2/auto; }
    .upk-alter-grid .upk-post-layout-1 .upk-post-grid-item:nth-child(n+1) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-tags span {
      font-size: 12px; }
    .upk-alter-grid .upk-post-layout-1 .upk-post-grid-item:nth-child(n+1) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title-wrap {
      margin-bottom: 20px;
      font-size: 20px; }
    .upk-alter-grid .upk-post-layout-1 .upk-post-grid-item:nth-child(n+1) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-desc-wrap .upk-blog-desc {
      font-size: 15px; }
  .upk-alter-grid .upk-post-layout-2.upk-post-grid {
    grid-template-columns: repeat(8, 1fr); }
  .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+1) {
    grid-column: span 5/auto; }
    .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+1) .upk-post-grid-item-box {
      display: flex;
      flex-direction: row; }
      .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+1) .upk-post-grid-item-box .upk-blog-image-wrapper {
        max-width: 50%;
        min-width: 50%; }
      .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+1) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-tags span {
        font-size: 12px; }
      .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+1) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title-wrap {
        margin-bottom: 20px;
        font-size: 20px; }
      .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+1) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-desc-wrap .upk-blog-desc {
        font-size: 15px; }
  .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+2), .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+3), .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+4) {
    grid-column: span 3/auto;
    display: flex; }
    .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+2) .upk-post-grid-item-box, .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+3) .upk-post-grid-item-box, .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+4) .upk-post-grid-item-box {
      display: flex;
      flex-direction: row; }
      .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+2) .upk-post-grid-item-box .upk-blog-image-wrapper .upk-main-image, .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+3) .upk-post-grid-item-box .upk-blog-image-wrapper .upk-main-image, .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+4) .upk-post-grid-item-box .upk-blog-image-wrapper .upk-main-image {
        width: 130px; }
      .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+2) .upk-post-grid-item-box .upk-blog-box-content, .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+3) .upk-post-grid-item-box .upk-blog-box-content, .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+4) .upk-post-grid-item-box .upk-blog-box-content {
        padding: 15px; }
        .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+2) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title-wrap, .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+3) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title-wrap, .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+4) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title-wrap {
          margin-bottom: 10px;
          line-height: 1.3;
          font-size: 16px;
          flex-grow: 1; }
        .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+2) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-desc-wrap, .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+3) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-desc-wrap, .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+4) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-desc-wrap {
          display: none; }
        .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+2) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-tags, .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+3) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-tags, .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+4) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-tags {
          display: none; }
  .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+1) {
    grid-column: span 4/auto; }
    .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+1) .upk-post-grid-item-box {
      display: flex;
      flex-direction: row; }
      .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+1) .upk-post-grid-item-box .upk-blog-image-wrapper {
        max-width: 50%;
        min-width: 50%; }
      .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+1) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-tags span {
        font-size: 12px; }
      .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+1) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title-wrap {
        margin-bottom: 20px;
        font-size: 20px; }
      .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+1) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-desc-wrap .upk-blog-desc {
        font-size: 15px; }
  .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+2), .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+3), .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+4), .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+5) {
    grid-column: span 2/auto; }
    .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+2) .upk-post-grid-item-box .upk-blog-box-content, .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+3) .upk-post-grid-item-box .upk-blog-box-content, .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+4) .upk-post-grid-item-box .upk-blog-box-content, .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+5) .upk-post-grid-item-box .upk-blog-box-content {
      padding: 20px 25px; }
      .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+2) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title-wrap, .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+3) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title-wrap, .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+4) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title-wrap, .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+5) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title-wrap {
        line-height: 1.3;
        font-size: 18px; }
      .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+2) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-desc-wrap, .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+3) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-desc-wrap, .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+4) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-desc-wrap, .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+5) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-desc-wrap {
        display: none; }
      .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+2) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-tags, .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+3) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-tags, .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+4) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-tags, .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+5) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-tags {
        display: none; } }

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .upk-alter-grid .upk-post-layout-1 .upk-post-grid-item:nth-child(n+1) {
    grid-column: span 3/auto; }
  .upk-alter-grid .upk-post-layout-2.upk-post-grid {
    grid-template-columns: repeat(6, 1fr); }
  .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+1) {
    grid-column: span 6/auto; }
    .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+1) .upk-post-grid-item-box {
      display: flex; }
      .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+1) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-tags span {
        font-size: 12px; }
      .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+1) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title-wrap {
        margin-bottom: 20px;
        font-size: 16px;
        flex-grow: 1; }
      .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+1) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-desc-wrap .upk-blog-desc {
        font-size: 14px; }
  .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+2), .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+3), .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+4) {
    grid-column: span 6/auto; }
    .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+2) .upk-post-grid-item-box, .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+3) .upk-post-grid-item-box, .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+4) .upk-post-grid-item-box {
      display: flex; }
      .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+2) .upk-post-grid-item-box .upk-blog-image-wrapper .upk-main-image, .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+3) .upk-post-grid-item-box .upk-blog-image-wrapper .upk-main-image, .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+4) .upk-post-grid-item-box .upk-blog-image-wrapper .upk-main-image {
        width: 140px; }
      .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+2) .upk-post-grid-item-box .upk-blog-box-content, .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+3) .upk-post-grid-item-box .upk-blog-box-content, .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+4) .upk-post-grid-item-box .upk-blog-box-content {
        padding: 20px; }
        .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+2) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title-wrap, .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+3) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title-wrap, .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+4) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title-wrap {
          margin-bottom: 10px;
          font-size: 14px; }
        .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+2) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-desc-wrap, .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+3) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-desc-wrap, .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+4) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-desc-wrap {
          display: none; }
        .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+2) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-tags, .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+3) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-tags, .upk-alter-grid .upk-post-layout-2 .upk-post-grid-item:nth-child(4n+4) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-tags {
          display: none; }
  .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+1) {
    grid-column: span 6/auto; }
    .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+1) .upk-post-grid-item-box .upk-blog-box-content {
      padding: 19px 40px 20px; }
      .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+1) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title-wrap {
        margin-bottom: 10px;
        font-size: 16px; }
      .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+1) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-desc-wrap {
        margin-bottom: 20px; }
        .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+1) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-desc-wrap .upk-blog-desc {
          font-size: 13px; }
  .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+2), .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+3), .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+4), .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+5) {
    grid-column: span 3/auto; }
    .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+2) .upk-post-grid-item-box .upk-blog-box-content, .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+3) .upk-post-grid-item-box .upk-blog-box-content, .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+4) .upk-post-grid-item-box .upk-blog-box-content, .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+5) .upk-post-grid-item-box .upk-blog-box-content {
      padding: 19px 40px 20px; }
      .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+2) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title-wrap, .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+3) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title-wrap, .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+4) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title-wrap, .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+5) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title-wrap {
        margin-bottom: 10px;
        font-size: 16px; }
      .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+2) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-desc-wrap, .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+3) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-desc-wrap, .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+4) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-desc-wrap, .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+5) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-desc-wrap {
        display: none; }
      .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+2) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-tags, .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+3) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-tags, .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+4) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-tags, .upk-alter-grid .upk-post-layout-3 .upk-post-grid-item:nth-child(5n+5) .upk-post-grid-item-box .upk-blog-box-content .upk-blog-tags {
        display: none; } }
