.upk-elite-grid .upk-post-grid {
  display: grid;
  grid-gap: 20px;
}
.upk-elite-grid .upk-item {
  position: relative;
  overflow: hidden;
  display: flex;
}
.upk-elite-grid .upk-item:hover .upk-main-image::before {
  opacity: 0;
  transform: translateY(-200px);
}
.upk-elite-grid .upk-item:hover .upk-meta-wrap {
  opacity: 0;
  transform: translateX(100px);
}
.upk-elite-grid .upk-item-box {
  position: relative;
}
.upk-elite-grid .upk-image-wrap {
  position: relative;
  display: flex;
}
.upk-elite-grid .upk-main-image {
  overflow: hidden;
  display: flex;
  position: relative;
  width: 100%;
}
.upk-elite-grid .upk-main-image::before {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(207deg, #2B2D42 0, rgba(141, 153, 174, 0) 42%);
  opacity: 1;
  transform: translateY(0);
  transition: all 0.9s cubic-bezier(0.17, 0.73, 0.66, 0.99) 0s, z-index 0s step-end, opacity 0.9s ease;
}
.upk-elite-grid .upk-main-image .upk-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.upk-elite-grid .upk-author-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  display: flex;
  align-items: center;
}
.upk-elite-grid .upk-author-img-wrap img {
  border-radius: 50%;
}
.upk-elite-grid .upk-author-info-warp {
  display: flex;
  flex-direction: column;
}
.upk-elite-grid .upk-author-info-warp .author-name .name {
  text-decoration: none;
  font-weight: 600;
  color: #283D58;
  text-transform: capitalize;
  letter-spacing: 1.1px;
  transition: all 0.3s ease-in-out;
}
.upk-elite-grid .upk-author-info-warp .author-depertment {
  color: #8D99AE;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.upk-elite-grid .upk-content {
  display: flex;
  align-items: center;
}
.upk-elite-grid .upk-title {
  position: relative;
  padding-left: 50px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 0;
}
.upk-elite-grid .upk-title a {
  color: #283D58;
  transition: all 0.5s ease;
}
.upk-elite-grid .upk-title a:hover {
  color: #EF233C;
  background-size: 100% 2px;
}
.upk-elite-grid .upk-title a:before {
  position: absolute;
  content: "";
  border: 1px solid #EF233C;
  width: 37px;
  left: 0;
}
.upk-elite-grid .upk-text-wrap {
  padding-left: 50px;
}
.upk-elite-grid .upk-text {
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #8D99AE;
}
.upk-elite-grid .upk-text p {
  margin: 0;
}
.upk-elite-grid .upk-blog-post-meta {
  display: flex;
  align-items: center;
}
.upk-elite-grid .upk-blog-post-meta .author {
  width: 40px;
  border-radius: 30px;
}
.upk-elite-grid .upk-blog-post-meta .author-name {
  text-decoration: none;
  font-weight: 600;
}
.upk-elite-grid .upk-meta-list {
  display: none;
}
.upk-elite-grid .upk-meta-wrap {
  position: absolute;
  right: 20px;
  top: 20px;
  display: inline-flex;
  align-items: center;
  opacity: 1;
  transform: translateX(0);
  transition: all 0.8s cubic-bezier(0.17, 0.73, 0.66, 0.99) 0s, z-index 0s step-end, opacity 0.6s ease;
}
.upk-elite-grid .upk-category {
  display: flex;
  margin-left: 10px;
}
.upk-elite-grid .upk-category a {
  font-size: 14px;
  color: #dddfe2;
  font-weight: 600;
  padding: 4px 8px;
  display: flex;
  line-height: 1;
  border-radius: 3px;
  transition: all 0.3s ease;
  z-index: 1;
}
.upk-elite-grid .upk-category a + a {
  margin-left: 5px;
}
.upk-elite-grid .upk-reading-time,
.upk-elite-grid .upk-post-time,
.upk-elite-grid .upk-date {
  font-size: 14px;
  color: #ffffff;
  display: flex;
  line-height: 1;
  z-index: 1;
}
.upk-elite-grid .upk-post-time i {
  margin-right: 2px;
}
.upk-elite-grid .upk-style-1 {
  grid-template-columns: repeat(1, 1fr);
}
.upk-elite-grid .upk-style-1 .upk-item:nth-child(n+1) .upk-author-wrap {
  padding: 20px 20px 20px 0;
}
.upk-elite-grid .upk-style-1 .upk-item:nth-child(n+1) .upk-author-img-wrap img {
  width: 38px;
}
.upk-elite-grid .upk-style-1 .upk-item:nth-child(n+1) .upk-author-info-warp {
  padding-left: 15px;
}
.upk-elite-grid .upk-style-1 .upk-item:nth-child(n+1) .upk-author-info-warp .author-name .name {
  font-size: 14px;
}
.upk-elite-grid .upk-style-1 .upk-item:nth-child(n+1) .upk-author-info-warp .author-depertment {
  font-size: 12px;
}
.upk-elite-grid .upk-style-1 .upk-item:nth-child(n+1) .upk-content {
  padding: 30px 30px 30px 0;
}
.upk-elite-grid .upk-style-1 .upk-item:nth-child(n+1) .upk-title {
  margin-bottom: 10px;
  font-size: 16px;
}
.upk-elite-grid .upk-style-1 .upk-item:nth-child(n+1) .upk-title a:before {
  top: 12px;
}
.upk-elite-grid .upk-style-1 .upk-item:nth-child(n+1) .upk-text {
  font-size: 13px;
}
.upk-elite-grid .upk-style-2 {
  grid-template-columns: repeat(6, 1fr);
}
.upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+1) {
  grid-column: span 6/auto;
}
.upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+1) .upk-item-box {
  display: block;
}
.upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+1) .upk-author-wrap {
  padding: 20px 20px 20px 0;
}
.upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+1) .upk-author-img-wrap img {
  width: 38px;
}
.upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+1) .upk-author-info-warp {
  padding-left: 15px;
}
.upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+1) .upk-author-info-warp .author-name .name {
  font-size: 14px;
}
.upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+1) .upk-author-info-warp .author-depertment {
  font-size: 12px;
}
.upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+1) .upk-content {
  padding: 20px;
}
.upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+1) .upk-title {
  margin-bottom: 10px;
  font-size: 16px;
}
.upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+1) .upk-title a:before {
  top: 18px;
}
.upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+1) .upk-text {
  font-size: 13px;
}
.upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+2), .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+3), .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+4), .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+5) {
  grid-column: span 6/auto;
}
.upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+2) .upk-author-wrap, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+3) .upk-author-wrap, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+4) .upk-author-wrap, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+5) .upk-author-wrap {
  padding: 20px 20px 20px 0;
}
.upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+2) .upk-author-img-wrap img, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+3) .upk-author-img-wrap img, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+4) .upk-author-img-wrap img, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+5) .upk-author-img-wrap img {
  width: 38px;
}
.upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+2) .upk-author-info-warp, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+3) .upk-author-info-warp, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+4) .upk-author-info-warp, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+5) .upk-author-info-warp {
  padding-left: 15px;
}
.upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+2) .upk-author-info-warp .author-name .name, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+3) .upk-author-info-warp .author-name .name, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+4) .upk-author-info-warp .author-name .name, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+5) .upk-author-info-warp .author-name .name {
  font-size: 14px;
}
.upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+2) .upk-author-info-warp .author-depertment, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+3) .upk-author-info-warp .author-depertment, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+4) .upk-author-info-warp .author-depertment, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+5) .upk-author-info-warp .author-depertment {
  font-size: 12px;
}
.upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+2) .upk-content, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+3) .upk-content, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+4) .upk-content, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+5) .upk-content {
  padding-top: 30px;
  padding-right: 30px;
}
.upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+2) .upk-title, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+3) .upk-title, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+4) .upk-title, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+5) .upk-title {
  margin-bottom: 10px;
  font-size: 16px;
}
.upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+2) .upk-title a:before, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+3) .upk-title a:before, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+4) .upk-title a:before, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+5) .upk-title a:before {
  top: 12px;
}
.upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+2) .upk-text-wrap, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+3) .upk-text-wrap, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+4) .upk-text-wrap, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+5) .upk-text-wrap {
  display: none;
}
.upk-elite-grid .upk-style-3 {
  grid-template-columns: repeat(6, 1fr);
}
.upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+1) {
  grid-column: span 6/auto;
  grid-row: span 3/auto;
}
.upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+1) .upk-author-wrap {
  padding: 20px 20px 20px 0;
}
.upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+1) .upk-author-img-wrap img {
  width: 38px;
}
.upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+1) .upk-author-info-warp {
  padding-left: 15px;
}
.upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+1) .upk-author-info-warp .author-name .name {
  font-size: 14px;
}
.upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+1) .upk-author-info-warp .author-depertment {
  font-size: 12px;
}
.upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+1) .upk-content {
  padding: 30px 30px 30px 0;
}
.upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+1) .upk-title {
  margin-bottom: 10px;
  font-size: 16px;
}
.upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+1) .upk-title a:before {
  top: 12px;
}
.upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+1) .upk-text {
  font-size: 13px;
}
.upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2), .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3), .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) {
  grid-column: span 6/auto;
}
.upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-item-box, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-item-box, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-item-box {
  display: block;
}
.upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-main-image::before, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-main-image::before, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-main-image::before {
  content: none;
}
.upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-author-wrap, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-author-wrap, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-author-wrap {
  padding: 5px 5px 5px 0;
}
.upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-author-img-wrap img, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-author-img-wrap img, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-author-img-wrap img {
  width: 30px;
}
.upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-author-info-warp, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-author-info-warp, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-author-info-warp {
  padding-left: 10px;
}
.upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-author-info-warp .author-name, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-author-info-warp .author-name, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-author-info-warp .author-name {
  margin-bottom: 0px;
}
.upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-author-info-warp .author-name .name, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-author-info-warp .author-name .name, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-author-info-warp .author-name .name {
  font-size: 12px;
}
.upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-author-info-warp .author-depertment, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-author-info-warp .author-depertment, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-author-info-warp .author-depertment {
  font-size: 10px;
}
.upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-content, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-content, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-content {
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
}
.upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-title, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-title, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-title {
  margin-bottom: 10px;
  font-size: 12px;
}
.upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-title a:before, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-title a:before, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-title a:before {
  top: 12px;
}
.upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-text-wrap, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-text-wrap, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-text-wrap {
  display: none;
}
.upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-meta-wrap, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-meta-wrap, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-meta-wrap {
  display: none;
}
.upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-meta-list, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-meta-list, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-meta-list {
  display: flex;
  padding-left: 50px;
}
.upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-meta-list .upk-date, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-meta-list .upk-date, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-meta-list .upk-date {
  margin-left: 10px;
  margin-right: 0;
}
.upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-category, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-category, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-category {
  margin-left: 0;
}
.upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-reading-time,
.upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-post-time,
.upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-date, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-reading-time,
.upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-post-time,
.upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-date, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-reading-time,
.upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-post-time,
.upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-date {
  color: #999;
}
.upk-elite-grid .upk-date-reading-wrap > div {
  position: relative;
  display: inline-flex;
}
.upk-elite-grid .upk-date-reading-wrap > div:before {
  content: attr(data-separator);
  margin: 0 5px;
}
.upk-elite-grid .upk-date-reading-wrap > div:nth-child(1)::before {
  display: none;
}

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

@media only screen and (min-width: 600px) {
  .upk-elite-grid .upk-style-1 {
    grid-template-columns: repeat(3, 1fr);
  }
  .upk-elite-grid .upk-style-1 .upk-item:nth-child(n+1) .upk-title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .upk-elite-grid .upk-style-1 .upk-item:nth-child(n+1) .upk-text-wrap .upk-text {
    font-size: 15px;
  }
  .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+1) {
    grid-column: span 4/auto;
  }
  .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+1) .upk-item-box {
    display: flex;
  }
  .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+1) .upk-image-wrap {
    max-width: 50%;
    min-width: 50%;
  }
  .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+1) .upk-title {
    margin-bottom: 20px;
    font-size: 25px;
  }
  .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+1) .upk-text {
    font-size: 16px;
  }
  .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+2), .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+3), .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+4), .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+5) {
    grid-column: span 2/auto;
  }
  .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+2) .upk-title, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+3) .upk-title, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+4) .upk-title, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+5) .upk-title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+2) .upk-text, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+3) .upk-text, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+4) .upk-text, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+5) .upk-text {
    font-size: 15px;
  }
  .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+1) {
    grid-column: span 3/auto;
  }
  .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+1) .upk-title {
    margin-bottom: 20px;
    font-size: 25px;
  }
  .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+1) .upk-title a:before {
    top: 16px;
  }
  .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+1) .upk-text {
    font-size: 16px;
  }
  .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2), .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3), .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) {
    grid-column: span 3/auto;
  }
  .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-item-box, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-item-box, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-item-box {
    display: flex;
  }
  .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-image-wrap, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-image-wrap, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-image-wrap {
    width: 40%;
  }
  .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-content, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-content, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-content {
    width: 60%;
  }
  .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-author-wrap, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-author-wrap, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-author-wrap {
    padding: 10px 10px 10px 0;
  }
  .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-author-img-wrap img, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-author-img-wrap img, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-author-img-wrap img {
    width: 32px;
  }
  .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-author-info-warp, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-author-info-warp, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-author-info-warp {
    padding-left: 12px;
  }
  .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-author-info-warp .author-name .name, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-author-info-warp .author-name .name, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-author-info-warp .author-name .name {
    font-size: 14px;
  }
  .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-author-info-warp .author-depertment, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-author-info-warp .author-depertment, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-author-info-warp .author-depertment {
    font-size: 12px;
  }
  .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-content, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-content, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-content {
    padding-top: 0px;
    padding-right: 30px;
  }
  .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-title, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-title, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-title {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-title a:before, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-title a:before, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-title a:before {
    top: 12px;
  }
  .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-text-wrap, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-text-wrap, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-text-wrap {
    display: none;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .upk-elite-grid .upk-style-1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+1) {
    grid-column: span 6/auto;
  }
  .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+1) .upk-title {
    font-size: 20px;
  }
  .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+1) .upk-title a:before {
    top: 14px;
  }
  .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+1) .upk-text {
    font-size: 15px;
  }
  .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+2), .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+3), .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+4), .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+5) {
    grid-column: span 3/auto;
  }
  .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+2) .upk-title a:before, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+3) .upk-title a:before, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+4) .upk-title a:before, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+5) .upk-title a:before {
    top: 14px;
  }
  .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+1) {
    grid-column: span 6/auto;
  }
  .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2), .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3), .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) {
    grid-column: span 6/auto;
  }
  .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-item-box, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-item-box, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-item-box {
    display: flex;
  }
}