.retro-layout .v-height {
    height: 250px; }

.retro-layout .v-height2 {
        height: 250px; }
        
  @media (max-width: 767.98px) {
    .retro-layout .img {
      height: 240px; } }
  
  .retro-layout .h-entry {
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden; }
    .retro-layout .h-entry .post-category {
      color: #fff; }
    .retro-layout .h-entry .featured-img {
      position: absolute;
      height: 100%;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05);
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .retro-layout .h-entry:hover .featured-img {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .retro-layout .h-entry.mb-30 {
      margin-bottom: 30px; }
    .retro-layout .h-entry .date {
      font-size: 15px; }
    .retro-layout .h-entry.gradient {
      position: relative; }
      .retro-layout .h-entry.gradient:before {
        z-index: 1;
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
        background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
        background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
        background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
  
  .retro-layout .text {
    position: absolute;
    bottom: 0;
    z-index: 10;
    padding: 20px;
    max-width: 550px; }

    
    .retro-layout .text h2, .retro-layout .text .h2 {
      color: #fff;
      font-size: 18px;
      line-height: 1.2;
      margin-bottom: 0; }
      
    .retro-layout .text span {
      color: rgba(255, 255, 255, 0.7);
      font-size: 12px;
      display: block;
      margin-bottom: 5px; }
    .retro-layout .text.text-sm h2, .retro-layout .text.text-sm .h2 {
      font-size: 18px;
      line-height: 1.5; }
  
  .retro-layout .gradient {
    position: relative; }
    .retro-layout .gradient:before {
      z-index: 1;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
      background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
  
  @media (max-width: 767.98px) {
    .retro-layout .img-5 {
      height: 240px !important;
      margin-bottom: 30px;
      margin-top: 30px; } }
  
  .retro-layout-alt .img-1 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    @media (max-width: 767.98px) {
      .retro-layout-alt .img-1 {
        height: 240px !important;
        position: relative;
        margin-bottom: 30px; } }
  
  .retro-layout-alt .img-2 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    @media (max-width: 767.98px) {
      .retro-layout-alt .img-2 {
        height: 240px !important; } }
  
  .retro-layout-alt .mb30 {
    margin-bottom: 30px; }
  
  .retro-layout-alt .hentry {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px; }
    .retro-layout-alt .hentry .featured-img {
      position: absolute;
      height: 100%;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05);
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .retro-layout-alt .hentry:hover .featured-img {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  
  .retro-layout-alt .gradient {
    position: relative; }
    .retro-layout-alt .gradient:before {
      z-index: 1;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
      background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
  
  .retro-layout-alt .post-category {
    margin-left: 20px;
    margin-top: 10px; }
  
  .retro-layout-alt .v-height {
    height: 300px; }
  
  .retro-layout-alt .text {
    position: absolute;
    bottom: 0;
    z-index: 10;
    padding: 20px;
    max-width: 350px; }
    .retro-layout-alt .text h2, .retro-layout-alt .text .h2 {
      color: #fff;
      font-size: 26px; }
    .retro-layout-alt .text span {
      color: rgba(255, 255, 255, 0.7); }
    .retro-layout-alt .text.text-sm h2, .retro-layout-alt .text.text-sm .h2 {
      font-size: 18px;
      line-height: 1.5; }
  
  .retro-layout-alt .two-col > a {
    width: calc(50% - 15px);
    float: left; }
    @media (max-width: 575.98px) {
      .retro-layout-alt .two-col > a {
        width: 100% !important;
        float: none !important;
        margin-bottom: 30px; } }
  