/* ========================================================================
   Use this file to add custom K2 Template CSS easily
 ========================================================================== */

@font-face {
  font-family: 'FontAwesome';
  src: url("../../../warp/vendor/uikit/fonts/fontawesome-webfont.woff2") format('woff2'), url("../../../warp/vendor/uikit/fonts/fontawesome-webfont.woff") format("woff"), url("../../../warp/vendor/uikit/fonts/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

div.k2FeedIcon a::before, a.ubUserFeedIcon::before { 
  font-family: FontAwesome;
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f09e";
}

div.itemListCategory {
    background: none;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

div.catItemHeader span.catItemAuthor { display: inline-block; }
div.catItemHeader h3.catItemTitle { font-size: 22px; font-weight: bold; }
div.catItemImageBlock { float: left; padding-right: 10px; }
div.itemContainer { float:none; }
div.catItemCategory { padding: 0; }
div.catItemView { margin-bottom: 0; }
div.catItemReadMore a { text-transform: uppercase; font-weight: bold; }
div.catItemHeader span.catItemDateCreated { color: inherit; font-size: inherit; }
.date_author { margin-bottom:10px !important; }

@media (max-width: 480px) {
  .uk-grid .catItemCategory.uk-text-right { text-align: left !important; padding-left: 20px; }
}

div.userBlock  {  
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

div.userBlock img {
    background: none;
    border: medium none;
    border-radius: 0;
}

div.itemImageBlock { float: left; margin: 0; padding-right: 15px; }
div.itemIntroText { font-weight: inherit; font-size: inherit; line-height: inherit; }
div.itemHeader span.itemDateCreated { font-size: inherit; color: inherit; }
div.itemHeader span.itemAuthor { display: inline; }