.ce-post-style-adair{
    .category-colored{
        padding:5px 10px;
        font-weight:500;
        font-size:12px;
        line-height:20px;
        color:#000;
        letter-spacing: 0.2em;
        text-align: center;
        text-transform: uppercase;
        display:inline-block;
        z-index:99999;
      }
      .image-link{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
      }
      .entry-meta{
        display:flex;
        align-items:center;
        .entry-meta-single{
          padding-right:24px;
          font-size:14px;
          line-height:24px;
          color:#000;
          display: flex;
          align-items: center;
          &:last-child{
            padding-right:0px; 
          }
          i{
            margin-right:8px;
            font-size:16px;
            line-height:16px;
          }
          img{
            margin-right:8px;
            border-radius:50%;
          }
        }
    }
    .entry-media{
        position:relative;
    }
    .entry-wrapper {
      display: -webkit-flex;
      display: -webkit-box;
      display: -moz-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
    }
    .entry-meta{
      justify-content: center;
    }
  
    .entry-wrapper-content {
      width: 100%;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      padding-left: 0px;
      z-index:999;
      margin-top:40px;
    }
    .media-wrapper{
      position:relative;
    }
    .category-colored{
      position:absolute;
      left:30px;
      bottom:10px;
    }

    &.has-post-thumbnail .entry-wrapper-content{

    }

    &.format-gallery .entry-wrapper-content{

    }
  
    .entry-title{
      text-align:center;
      margin-bottom:23px;
      padding:0 30px;
    }
  
    .entry-content {
      margin-top: 32px;
      opacity:0.5;
      text-align:center;
      padding:0 20px;
    }
  
    .entry-media, .entry-overlay, .entry-media, .post-thumbnail {
      display: block;
    }
  
    &.sticky {
      border-width: 1px;
      border-style: solid;
      padding: 40px !important;
    }
  
    .entry-readmore { 
      font-size: 16px;
      font-weight: 500;
      color:#000;
      position:relative;
      padding-right:24px;
      &:after {
        content: '\e829';
        font-family: "feather";
        position: absolute;
        top: 0;
        right:0;
        font-weight: 300;
      }
    }

    .entry-footer{
        height:60px;
        margin-top:32px;
        display:flex;
        align-items:center;
        justify-content: space-between;
        border-top:1px solid #e5e5e5;
        border-bottom:1px solid #e5e5e5;
        .ce-share-buttons{
          .pre{
            opacity:0.5;
            margin-right:8px;
            font-size:14px;
          }
          a{
            margin-right:24px;
            &:last-child{
              margin-right:0;
            }
            i{
              font-size:16px;
            }
          }
        }
    }
}


// Colm
.ce-post-style-colm{
  .grid-holder {

    padding:10px;

    .grid-holder-inner {
      text-align: left;
    }
  }
  .image-link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
  }
  .entry-media{
    position:relative;
  }
  .entry-wrapper {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .entry-wrapper-content {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 0px;
    z-index:999;
    padding:24px 30px; 
  }
  .media-wrapper{
    position:relative;
  }
  .category-colored{
    position:absolute;
    left:30px;
    bottom:10px;
  }

  .entry-meta-single{
    color:rgba(0,0,0,0.5);
  }

  .entry-title{
    margin-bottom:12px;
    margin-top:12px;
    font-size:24px;
    line-height:36px;
  }

  .entry-content {
    margin-bottom: 24px;
    opacity:0.5;
  }

  .entry-media, .entry-overlay, .entry-media, .post-thumbnail {
    display: block;
  }

  .entry-readmore { 
    font-size: 16px;
    font-weight: 500;
    color:#000;
    position:relative;
    padding-right:24px;
    &:after {
      content: '\e829';
      font-family: "feather";
      position: absolute;
      top: 0;
      right:0;
      font-weight: 300;
      line-height:22px;
    }
  }

  .entry-meta{
    display:flex;
    align-items:center;
    .entry-meta-single{
      padding-right:24px;
      font-size:14px;
      line-height:24px;
      color:#000;
      display: flex;
      align-items: center;
      &:last-child{
        padding-right:0px; 
      }
      i{
        margin-right:8px;
        font-size:16px;
        line-height:16px;
      }
      img{
        margin-right:8px;
        border-radius:50%;
      }
    }
  }
}


// Birk

.ce-post-style-birk{
  .grid-holder {

    .grid-holder-inner {
      text-align: left;
    }
  }

  .image-link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
  } 

  .entry-media{
    position:relative;
  }
  .entry-wrapper {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .entry-wrapper-content {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 0px;
    z-index:999;
    padding:15px 20px; 
    background:#fff;
  }
  .media-wrapper{
    position:relative;
  }
  .category-colored{
    position:absolute;
    left:10px;
    bottom:10px;
  }
  .entry-meta{
    display:flex;
    align-items:center;
    .entry-meta-single{
      padding-right:24px;
      font-size:14px;
      line-height:24px;
      color:#000;
      display: flex;
      align-items: center;
      &:last-child{
        padding-right:0px; 
      }
      i{
        margin-right:8px;
        font-size:16px;
        line-height:16px;
      }
      img{
        margin-right:8px;
        border-radius:50%;
      }
    }
  }

  .entry-meta-single{
    color:rgba(0,0,0,0.5);
    padding-right:20px;
    &:last-child{
      padding-right:0px !important;
    }

  }

  .entry-title{
    margin-top:8px;
    font-size:20px;
    line-height:32px;
    font-weight:400;
  }

  .entry-content {
    margin-top:12px; 
    margin-bottom: 24px;
    opacity:0.5;
  }

  .entry-media, .entry-overlay, .entry-media, .post-thumbnail {
    display: block;
  }

  .entry-readmore { 
    font-size: 16px;
    font-weight: 500;
    color:#000;
    position:relative;
    padding-right:24px;
    &:after {
      content: '\e829';
      font-family: "feather";
      position: absolute;
      top: 0;
      right:0;
      font-weight: 300;
      line-height:22px;
    }
  }
}

.ce-post-style-rowan{
  color:#fff;

  .image-link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
  } 

  .grid-holder{
    position:relative;
    
  }
  .post-thumbnail{
    position:relative;
    img{
      width:100%;
      height:100%;
      object-fit: cover;
    }
    &:before{
      content:"";
      position:absolute;
      left:0;
      width:100%;
      top:0;
      height:100%;
      background:rgba(0,0,0,0.2);
    }
  }
  .entry-wrapper{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    text-align:center;
    z-index:99;
    justify-content:center;
    padding:25px;
    .entry-wrapper-content{
      width:750px;
    }
  }
  .entry-meta{
    justify-content:center;
    .entry-meta-single{
      color:#fff;
    }
  }

  .entry-header h2{
    color:#fff;
    margin-top:32px;
    margin-bottom:24px;
    font-weight: 700;     

    @media (max-width:767px){
      font-size: 36px;
      line-height: 48px;
    }
  }
  .entry-header .category-colored{
    background: #313a48;
  }
  
}

.ce-post-style-box{
  color:#fff;

  .image-link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
  } 

  .grid-holder{
    position:relative;
    
  }
  .post-thumbnail{
    position:relative;
    img{
      width:100%;
      height:100%;
      object-fit: cover;
      border-radius: 15px;
    }
    &:before{
      content:"";
      position:absolute;
      left:0;
      width:100%;
      top:0;
      height:100%;
      background:rgba(0,0,0,0.2);
      border-radius: 15px;
    }
  }
  .entry-wrapper{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    text-align:center;
    z-index:99;
    justify-content:center;
    padding:25px;
    .entry-wrapper-content{
      width:100%;
    }
  }
  .entry-meta{    
    justify-content: center;
    position: absolute;
    bottom: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    .entry-meta-single{
      color:#fff;
    }
  }

  .entry-header h2{
    color: #fff;
    margin-top: 32px;
    margin-bottom: 24px;
    font-weight: 700;
    position: absolute;
    bottom: 50px;
    left: 0;
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;

    @media (max-width:767px){
      font-size: 36px;
      line-height: 48px;
    }
  }
  .entry-header .category-colored{
    background: #313a48;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  
}

.ce-post-style-lark{
  article{
    .grid-holder {

      .grid-holder-inner {
        text-align: left;
        display:flex;
      }
    }

    .image-link{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 9999;
    } 

    .media-wrapper{
      flex:10;
    }
    .entry-media{
      position:relative;
    }
    .entry-wrapper {
      padding-left:20px;
      flex:27;
    }

    .entry-wrapper-content {
      width: 100%;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      z-index:999;
    }
    .media-wrapper{
      position:relative;
    }
    .category-colored{
      position:static;
      display:inline-block;
    }

    h2.entry-title{
      margin-top:16px;
      font-size:18px;
      line-height:24px;
      font-weight:400;
    }


    .entry-media, .entry-overlay, .entry-media, .post-thumbnail {
      display: block;
    }
  }
}

.ce-post-style-drake{
  article{
    display:flex;
    @media(max-width:767px){
      flex-wrap:wrap;
    }
  }
  .image-link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
  } 
  .media-wrapper{
    flex:1;
    @media (max-width:767px){
      flex:auto;
    }
  }
  .entry-wrapper{
    flex:1;
    padding-left:30px;
    @media (max-width:767px){
      padding-left:0px;
      padding-top:30px;
    }
  }

  .category-colored{
    position:static;
    display:inline-block;
  }

  .entry-title{
    font-size:28px;
    line-height:36px;
    margin-top:32px;
    margin-bottom:16px;
  }

  .entry-content{
    display:none;
    margin-top:32px;
    color:rgba(0,0,0,0.5);
    a.more-link{
      color:rgb(0,0,0) !important;
      font-weight:500;
    } 
  }

  .entry-meta{
    display:flex;
    align-items:center;
    .entry-meta-single{
      padding-right:24px;
      font-size:14px;
      line-height:24px;
      color:#000;
      display: flex;
      align-items: center;
      &:last-child{
        padding-right:0px; 
      }
      i{
        margin-right:8px;
        font-size:16px;
        line-height:16px;
      }
      img{
        margin-right:8px;
        border-radius:50%;
      }
    }
  }

  .elementor-col-100 &{
    
    margin-bottom:80px;
    .entry-wrapper{
      @media (min-width:768px){
        padding-left:100px;
        display:flex;
        align-items:center;
      }
    }
    .entry-title{
      font-size:36px;
      line-height:42px;
    }
    .entry-content{
      display:block;
    }
  }
}

.ce-post-style-vernon{
  .category-colored{
    color:#fff;
  }
  .entry-title{
    margin-top:32px;
    margin-bottom:64px;
  }
  .entry-readmore{
    display:inline-block;
    background:#eee;
    color:#000;
    padding:20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    &:hover{
      background:#F8DED2;
    }
  }
}
.elementor-widget-ce-posts-carousel button{ display: none; }
.ce-carousel-head{
   position: relative;
   margin-bottom: 30px;
   h3{
      color: #061020;
      font-weight: 700 !important;
   }
   span a{
    text-transform: uppercase;
    font-size: 11px;
    color: #908dab;
   }
  .ce-posts-carousel-controls{
    position: absolute;
    top: 0;
    right: 0;
    a{
      width: 50px;
      height: 50px;
      background: #fff;
      text-align: center;
      line-height: 50px;
      display: inline-block;
      border-radius: 50%;
      box-shadow: 0 0 35px 0px rgba(22, 12, 96, 0.09);
    }
  }
}