/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 08 2021 | 15:49:08 */
.research-author{
  display: flex;
  align-items: center;
}

.research-author: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"].research-author:before{
  width:7px;
  height:7px;
  margin-right:8px;
}


body[data-elementor-device-mode="desktop"] div[data-elementor-type="loop"].research .research-title .elementor-heading-title,
body[data-elementor-device-mode="tablet"] div[data-elementor-type="loop"].research .research-title .elementor-heading-title{
  display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    height: 105px;
}

body[data-elementor-device-mode="tablet"].page-id-209 .ecs-posts article.research:nth-child(3){
  display:none;
}