/*
 * Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
 * Extend */
.thim-sc-latest-posts .entry-date i {
  display: none; }

.thim-sc-latest-posts .masonry-post-item {
  float: left;
  width: 50%;
  margin-bottom: 30px;
  padding: 0 15px; }
  .thim-sc-latest-posts .masonry-post-item.masonry-post-small {
    width: 25%; }
    .thim-sc-latest-posts .masonry-post-item.masonry-post-small .item-info h3 {
      font-size: 16px;
      line-height: 1.5; }
    .thim-sc-latest-posts .masonry-post-item.masonry-post-small .item-info .entry-title {
      padding-bottom: 7px; }
  .thim-sc-latest-posts .masonry-post-item img {
    width: 100%;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -khtml-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  .thim-sc-latest-posts .masonry-post-item .item-inner {
    position: relative;
    overflow: hidden; }
    .thim-sc-latest-posts .masonry-post-item .item-inner:before {
      content: '';
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      height: 60%;
      background: -webkit-linear-gradient(to top, #000, transparent);
      background: -o-linear-gradient(to top, #000, transparent);
      background: -moz-linear-gradient(to top, #000, transparent);
      background: linear-gradient(to top, #000, transparent);
      -webkit-transition: all 0.5s;
      -khtml-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      pointer-events: none;
      opacity: 0.8;
      z-index: 1; }
  .thim-sc-latest-posts .masonry-post-item:hover img {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04); }

.thim-sc-latest-posts .loop-wrapper {
  margin-right: -15px;
  margin-left: -15px; }

.thim-sc-latest-posts .item-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px 40px 15px 40px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.61);
  -webkit-transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .thim-sc-latest-posts .item-info .list-meta {
    display: flex;
    font-size: 14px;
    line-height: 25px;
    color: #999; }
  .thim-sc-latest-posts .item-info .category {
    margin-right: 10px; }
    .thim-sc-latest-posts .item-info .category a {
      color: #fff;
      font-size: 14px;
      line-height: 25px;
      text-transform: capitalize;
      padding: 0 20px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      display: inline-block;
      position: relative;
      overflow: hidden; }
      .thim-sc-latest-posts .item-info .category a:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.65;
        background: #2575FC;
        z-index: -1;
        -webkit-transition: all 0.5s;
        -khtml-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
      .thim-sc-latest-posts .item-info .category a:hover:before {
        opacity: 1; }
  .thim-sc-latest-posts .item-info h3 {
    font-size: 26px;
    font-weight: 600;
    text-transform: none;
    line-height: 1.31; }
  .thim-sc-latest-posts .item-info .entry-title {
    color: #fff;
    position: relative;
    padding-bottom: 10px; }
    .thim-sc-latest-posts .item-info .entry-title:before {
      content: '';
      width: 0;
      height: 2px;
      position: absolute;
      bottom: 0;
      left: 0;
      background: #fff;
      -webkit-transition: all 0.5s;
      -khtml-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      opacity: 0;
      visibility: hidden; }
    .thim-sc-latest-posts .item-info .entry-title:hover:before {
      opacity: 1;
      visibility: visible;
      width: 50px; }

.thim-sc-latest-posts.layout-2 .item {
  display: flex;
  padding-bottom: 50px;
  margin-bottom: 58px;
  position: relative;
  overflow: hidden; }
  .thim-sc-latest-posts.layout-2 .item:before {
    content: '';
    border: 1px dashed rgba(51, 51, 51, 0.1);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scale(3, 0.5);
    -moz-transform: scale(3, 0.5);
    -ms-transform: scale(3, 0.5);
    -o-transform: scale(3, 0.5); }
  .thim-sc-latest-posts.layout-2 .item:last-child {
    padding-bottom: 0;
    margin-bottom: 0; }
    .thim-sc-latest-posts.layout-2 .item:last-child:before {
      display: none; }

.thim-sc-latest-posts.layout-2 .date {
  position: relative;
  margin-right: 40px; }
  .thim-sc-latest-posts.layout-2 .date:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 11px;
    width: 76px;
    height: 76px;
    filter: alpha(opacity=10);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    -webkit-opacity: 0.1;
    -khtml-opacity: 0.1;
    -moz-opacity: 0.1;
    -ms-opacity: 0.1;
    -o-opacity: 0.1;
    opacity: 0.1;
    border: 1px solid #f5330c;
    display: inline-block; }
  .thim-sc-latest-posts.layout-2 .date .entry-date {
    font-size: 46px;
    font-weight: bold;
    line-height: 0.83;
    letter-spacing: 0.9px;
    display: block; }
  .thim-sc-latest-posts.layout-2 .date .entry-month {
    font-size: 14px;
    font-weight: 500;
    line-height: 2.71;
    letter-spacing: 2.8px;
    color: #999;
    text-transform: uppercase;
    top: -13px;
    position: relative; }

.thim-sc-latest-posts.layout-2 .info .category {
  margin-top: -7px;
  margin-bottom: 2px; }
  .thim-sc-latest-posts.layout-2 .info .category a {
    font-size: 14px;
    letter-spacing: 0.3px;
    color: #999; }

.thim-sc-latest-posts.layout-2 .info h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.56;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-bottom: 25px; }
  .thim-sc-latest-posts.layout-2 .info h3 .entry-title {
    color: #333; }

.thim-sc-latest-posts.layout-3 .loop-wrapper {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(8, 1fr);
  margin: 0; }

.thim-sc-latest-posts.layout-3 .item {
  grid-column: span 3;
  grid-row: span 1; }
  .thim-sc-latest-posts.layout-3 .item:first-child {
    grid-column: span 5;
    grid-row: span 2; }
    .thim-sc-latest-posts.layout-3 .item:first-child .item-inner h3 {
      font-size: 22px;
      font-weight: bold;
      line-height: 1.45; }
    .thim-sc-latest-posts.layout-3 .item:first-child .item-inner .meta-date .entry-year {
      display: inline-block; }
    .thim-sc-latest-posts.layout-3 .item:first-child .item-inner .info {
      padding: 0 40px 35px; }
      .thim-sc-latest-posts.layout-3 .item:first-child .item-inner .info:before {
        height: 445px; }

.thim-sc-latest-posts.layout-3 .thumbnail img {
  width: 100%; }

.thim-sc-latest-posts.layout-3 .item-inner {
  position: relative;
  overflow: hidden; }
  .thim-sc-latest-posts.layout-3 .item-inner .info {
    padding: 0 30px 19px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: inline-block;
    z-index: 1; }
    .thim-sc-latest-posts.layout-3 .item-inner .info:before {
      content: '';
      background-image: -moz-linear-gradient(90deg, black 0%, transparent 100%);
      background-image: -webkit-linear-gradient(90deg, black 0%, transparent 100%);
      background-image: -ms-linear-gradient(90deg, black 0%, transparent 100%);
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 200px;
      display: inline-block;
      pointer-events: none;
      z-index: -1; }
  .thim-sc-latest-posts.layout-3 .item-inner .list-meta {
    margin-bottom: 3px; }
    .thim-sc-latest-posts.layout-3 .item-inner .list-meta > div {
      display: inline-block; }
  .thim-sc-latest-posts.layout-3 .item-inner .category {
    margin-right: 15px; }
    .thim-sc-latest-posts.layout-3 .item-inner .category a {
      font-size: 16px;
      line-height: 1.88;
      filter: alpha(opacity=60);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
      -webkit-opacity: 0.6;
      -khtml-opacity: 0.6;
      -moz-opacity: 0.6;
      -ms-opacity: 0.6;
      -o-opacity: 0.6;
      opacity: 0.6; }
      .thim-sc-latest-posts.layout-3 .item-inner .category a:hover {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1; }
  .thim-sc-latest-posts.layout-3 .item-inner .meta-date {
    color: rgba(204, 204, 204, 0.6); }
    .thim-sc-latest-posts.layout-3 .item-inner .meta-date .entry-year {
      display: none; }
  .thim-sc-latest-posts.layout-3 .item-inner h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.56;
    letter-spacing: 0.4px;
    text-transform: uppercase; }
    .thim-sc-latest-posts.layout-3 .item-inner h3 .entry-title {
      color: #fff; }

.thim-sc-latest-posts.layout-3 .twitter-inner {
  height: 318px;
  padding: 43px 30px;
  background-color: #f25430;
  display: inline-block;
  width: 100%; }

.thim-sc-latest-posts.layout-3 .thim-tweets {
  color: #fff;
  font-size: 16px;
  line-height: 1.88;
  overflow: hidden;
  max-height: 225px; }
  .thim-sc-latest-posts.layout-3 .thim-tweets .tweet-item {
    padding: 0 10px; }
  .thim-sc-latest-posts.layout-3 .thim-tweets a {
    color: #fff;
    font-weight: bold; }
    .thim-sc-latest-posts.layout-3 .thim-tweets a:hover {
      text-decoration: underline; }
  .thim-sc-latest-posts.layout-3 .thim-tweets .user {
    margin-bottom: 15px; }
    .thim-sc-latest-posts.layout-3 .thim-tweets .user i {
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: 0.5px;
      float: left;
      margin-right: 8px; }
    .thim-sc-latest-posts.layout-3 .thim-tweets .user .name {
      font-size: 14px;
      font-weight: 400;
      line-height: 2.14;
      color: rgba(255, 255, 255, 0.6);
      text-transform: uppercase; }
