/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/
.social-icons.social-icons-colored .social-telegram a,
.social-icons.social-icons-colored-hover .social-telegram a:hover {
  background-color: #0088cc;
}

/* ----------------------------------------------------------------
  Blockquotes Post
-----------------------------------------------------------------*/
.custom-content blockquote {
  border-left: 3px solid #2250fc;
  font-size: 20px;
  padding: 10px 20px;
  margin: 0 0 20px; }

/* ----------------------------------------------------------------
  Meta Post
-----------------------------------------------------------------*/
.post-item .post-item-description .post-meta-author {
  color: #C2C2C2;
  position: relative;
  top: -4px;
  font-size: 12px;
  margin-right: 8px;
}

.post-item .post-item-description .post-meta-author i {
  margin-right: 4px !important;
}
      
.post-item .post-item-description .post-meta-author a {
  color: #C2C2C2;
}

.post-item.quote .post-item-description .post-meta-author {
  color: #ffffff;
  opacity: 0.8;
}
      
.post-item.quote .post-item-description .post-meta-author a,
.post-item.quote .post-item-description .post-meta-author p {
  color: #ffffff;
}

.post-items-transparent .post-item .post-item-wrap .post-item-description .post-meta-author {
  opacity: .7;
}

.single-post .post-item .post-item-description .post-meta-author {
  color: #777;
  font-size: 13px;
  margin-right: 16px;
}
      
.single-post .post-item .post-item-description .post-meta-author a {
  color: #777;
}