/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 08 2021 | 15:44:07 */
.post-date{
  display: flex;
  align-items: center;
}

.post-date:before{
  content:"";
  width:9px;
  height:9px;
  border-radius:10px;
  background-color: var( --e-global-color-76d9c5c );
  margin-right:10px;
  margin-top:2px;
}


body[data-elementor-device-mode="mobile"].post-date:before{
  width:7px;
  height:7px;
  margin-right:8px;
}

/* body[data-elementor-device-mode="desktop"] div[data-elementor-type="loop"].post .post-title .elementor-heading-title{
display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    height: 70px;
} */
body[data-elementor-device-mode="tablet"] div[data-elementor-type="loop"].post .post-title .elementor-heading-title{
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    height: 70px;
}