@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?fr0q28');
    src:  url('../fonts/icomoon.eot?fr0q28#iefix') format('embedded-opentype'),
      url('../fonts/icomoon.ttf?fr0q28') format('truetype'),
      url('../fonts/icomoon.woff?fr0q28') format('woff'),
      url('../fonts/icomoon.svg?fr0q28#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }

  [class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-binoculars:before {
    content: "\e900";
    font-size: 13px;
    color:white;
  }


.date_post {
    text-align: right;
    color:#888;   
}
.author_post{
  color:#888;
  font-size: 12px;
}
.flex-post {
    display:flex;
    align-items:center;
    Justify-content:space-between;
    margin-top:15px;
}

.button-search {
  height: 21px;
  /*width: 26px;*/
  position: absolute;
  top: 1px;
  right: 1px;
  background: #c4c4c4;
  cursor: pointer;
  border: 1px solid #000;
  
}

.button-search:focus {
  outline: none;
}
.searchform{
  position: relative;
}

.border-bottom {
  border-bottom: 1px solid #aaa;
  padding-bottom:5px;
}
.em-calendar{
  font-size: 12px;
  color:#fff;
}

 .single_tags {
 flex-grow:1;
 padding-left:10px;
  
}
