html {
  color: rgb(34, 34, 34);
}
body{
/*    font-size: 1rem;*/
}

.in-widget-popular li a {
  color: rgb(34, 34, 34);
}

.in-widget-archive li a {
  color: rgb(34, 34, 34);
}

.in-widget-popular li a span {
  /*color: #c00000;*/
}

.uk-article-meta {
  color: rgb(34, 34, 34);
}

.uk-article-meta a {
  color: rgb(34, 34, 34);
}

.uk-background-muted {
  background-color: #c00000;
}

.in-breadcrumb .uk-breadcrumb {
    margin-bottom: -36px;
    padding: 3px 15px 0px 15px;
    background: #fff;
}

@media (max-width: 19.9375em) { /* 319- px */
  .in-breadcrumb .uk-breadcrumb {
    display: none;
  }
}

@media (max-width: 22.4375em) { /* 359- px */
  .in-breadcrumb .uk-breadcrumb li:first-child {
    display: none;
    xpadding-left: 5px;
  }

  .in-breadcrumb .uk-breadcrumb li:nth-child(2):before {
    content: "";
    margin-left: 0px;
  }
}

.uk-card-default {
  color: rgb(34, 34, 34);
}

.in-blog p.uk-article-meta span.uk-label {
  background-color: #c00000;
}

.uk-card-secondary> :not([class*='uk-card-media']) .uk-label {
  color: rgb(34, 34, 34);
}
.uk-label-success {
    background-color: #c00000;
}

.uk-link {
  color: #c00000;
}

a.uk-link-reset, .uk-link-reset a {
  color: #c00000 !important;
}

.wg-breadcrumb-heading {
  color: #fff;
}

.wg-breadcrumb-subheading {
  color: #fff;
  padding: 10px;
}

.wg-comment-count {
  color: #c00000 !important;
  display: block;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.wg-comment-count-wrap {
  padding: 10px 0 0 0;
}

@media (max-width: 37.4375em) { /* 599- px */
  .wg-fb-icon {
    display: none;
  }
}

.wg-fb-like {
  position: relative;
  xmin-height: 36px;
  xpadding: 0 !important;
}

.wg-fb-like__button {
  display: inline-block;
  vertical-align: middle;
  xdisplay: none !important;
  xposition: absolute;
  xtop: 0;
}
.wg-read-more {
  color: #c00000;
}

.wg-social-banner {
  padding-top: 16px;
}

.wg-social-banner .uk-icon-button {
  border-radius: 0;
  display: block;
  float: left;
  height: auto;
  margin-right: 1.38940% !important;
  padding: 8px 0;
  text-align: center;
  width: 23.95794%;
}

.wg-social-banner .uk-icon-button:last-child {
  float: none;
  margin-left: 76.04202% !important;
  margin-right: 0 !important;
}

.u-text-align-left {
  text-align: left;
}


@media screen and (max-width: 767px) {
    main{
        margin-top: 80px !important
    }
    .wg-breadcrumb-heading{
            font-size: 30px !important;
    }
}

/* Debug 
.in-breadcrumb .uk-breadcrumb {
    xbackground: transparent;
    xbottom: initial;
    xborder: 1px solid red;
    xmargin-bottom: 0;
    xmargin-left: -30px;
    padding: 0;
    xposition: static !important;
    xtop: 0;
}

.in-breadcrumb [class*='uk-width-1-3'] {
  border: 1px solid green;
}

.wg-social-banner {
  background: pink;
}

.wg-breadcrumb-subheading {
  border: 1px solid #fff;
}

.wg-fb-like > svg {
  background: pink !important;
}

.wg-fb-like__button {
  background: aqua !important;
}

.wg-comment-count-wrap {
  background: pink !important;
}*/