/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
article.blog-item {
  box-shadow: 0 4px 20px 0 #0000000D;
  background: #fff;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  width: 100%; }
  article.blog-item .thumb {
    display: block;
    width: 100%;
    background-size: cover;
    padding-top: 50%;
    position: relative;
    overflow: hidden; }
    article.blog-item .thumb img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      border-radius: 0;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      transform: scale(1);
      transition: transform .3s ease-in-out; }
    article.blog-item .thumb .category {
      position: absolute;
      top: 1.5em;
      left: 1.5em;
      padding: .25em 1em;
      font-size: 14px;
      border-radius: 40px;
      background: #0db2e7;
      color: #fff;
      font-weight: 700; }
  article.blog-item .info {
    padding: 1.25em; }
    article.blog-item .info .meta .meta-info {
      font-weight: 200;
      font-size: 14px;
      color: #0db2e7;
      margin-bottom: 1em; }
    article.blog-item .info .meta h2 {
      margin: 0;
      font-size: 18px;
      line-height: 22px; }
      article.blog-item .info .meta h2 a {
        color: #1C3F85;
        text-decoration: none; }
  article.blog-item:hover .thumb img {
    transform: scale(1.1); }

/*# sourceMappingURL=item.css.map */
