/* Logo */
@media only screen and (min-width: 1024px) {
.main-header .header-items .header-col.logo-item img {
    height: 190px!important;
}
body.window_scrolled .main-header .header-items .header-col.logo-item img {
    height: 90px!important;
}
.site-inner .ft-page-item .ft-title {
    font-size: 19px!important;
}
}

/* Footer */
.footer-col-item.site-logo img {
    height: 200px;
}

/* Coluumns */
@media (min-width: 768px)
{
  .col2 {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      list-style-position: inside;
  }

  .col3 {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
      list-style-position: inside;
  }
}

/* Review stars */
.list-of-reviews span.dashicons-star-filled.r-rate, .review-raiting span.dashicons-star-filled {
    color: #e1341e;
}

.entry-content ol {
    margin-left: 20px;
}

#slmp_geojuice {
    position: relative;
    z-index: 0;
}

.sub-menu .menu-item-has-children > a span:after {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    content: "\f0d7";
    margin-left: 7px;
    font-size: 12px;
}