.mk-blog-spotlight-item {
  width: 100%;
  float: left;
}
.mk-blog-spotlight-item.one-column {
  width: 100%;
}
.mk-blog-spotlight-item.two-column {
  width: 50%;
}
.mk-blog-spotlight-item.three-column {
  width: 33.33%;
}
.mk-blog-spotlight-item.four-column {
  width: 25%;
}
@media handheld, only screen and (max-width: 960px) {
  .mk-blog-spotlight-item.three-column,
  .mk-blog-spotlight-item.four-column {
    width: 50% !important;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .mk-blog-spotlight-item.three-column,
  .mk-blog-spotlight-item.four-column,
  .mk-blog-spotlight-item.two-column,
  .mk-blog-spotlight-item.one-column {
    width: 100% !important;
  }
}
.mk-blog-spotlight-item .featured-image {
  position: relative;
  width: 100%;
}
.mk-blog-spotlight-item .featured-image > a {
  line-height: 4px;
  display: block;
}
.mk-blog-spotlight-item .featured-image img {
  width: 100%;
}
.mk-blog-spotlight-item .featured-image .image-hover-overlay {
  opacity: .9;
  background-color: #000000 !important;
  transition: all 0.25s ease-out;
}
.mk-blog-spotlight-item .featured-image:hover .image-hover-overlay {
  opacity: .3;
}
.mk-blog-spotlight-item .item-wrapper {
  width: 100%;
  height: 100%;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
.mk-blog-spotlight-item .item-wrapper:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.5em;
}
.mk-blog-spotlight-item .item-wrapper .mk-blog-meta {
  vertical-align: middle;
  display: inline-block;
  margin: 0 auto;
  max-width: 70%;
}
.mk-blog-spotlight-item .item-wrapper h3 {
  margin: 8% 0;
  font-size: 20px !important;
  font-weight: bold !important;
  letter-spacing: 2px;
}
.mk-blog-spotlight-item .item-wrapper h3,
.mk-blog-spotlight-item .item-wrapper time {
  color: #ffffff;
}
.mk-blog-spotlight-item .item-wrapper h3 a,
.mk-blog-spotlight-item .item-wrapper time a {
  color: #ffffff;
}
.mk-blog-spotlight-item .item-wrapper h3 a:hover,
.mk-blog-spotlight-item .item-wrapper time a:hover {
  color: #ffffff;
}
.mk-blog-spotlight-item .item-wrapper time {
  font-size: 14px;
  font-style: italic;
  letter-spacing: 1px;
  margin-bottom: 30px;
  text-transform: uppercase;
  opacity: 0.7;
}
.mk-blog-spotlight-item .item-wrapper time:after {
  width: 20px;
  height: 2px;
  content: "";
  display: block;
  margin: 6% auto;
  background-color: #ffffff;
}
.mk-blog-spotlight-item .item-wrapper .mk-button {
  margin: 5% auto 0;
}
