header.header {
  background-image: url("/assets/img/knowledgebase-img.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cat-container > h3 {
  margin-left: 16px;
  margin-bottom: 6px;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sub-cat-button, .art {
  display: flex;
  padding: 3px 0;
}
.sub-cat-articles .art {
  margin-left: 10px;
}

.sub-cat-button {
  cursor: pointer;
}
.sub-cat-articles {
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-transition: max-height .5s;
  transition: max-height .5s;
  max-height: 0px;
}

.list-icon {
  padding: 0 13px;
  color: #9BA0B3;
} .list-title {
  color: #e99924;
  font-weight: 400;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.loadmore {
  color: grey;
  text-align: center;
  font-size: 14px;
  padding: 3px 0;
  display: block;
  background-color: #fdfdfd;
}

.sub-cat-image {
  color: #8f919b;
} .art-image {
  color: #9BA0B3;
  /*color:#b6b9c3;*/
}

#article-catagorie {
  top: 5rem;
} #article-catagorie h3 {
  font-size: 1.60rem !important;
}

footer.site-footer {
  border-top: 1px solid rgba(117,117,117,0.09);
}
.sub-cat-button .list-icon, .sub-cat-button .list-title, .art .list-icon, .art .list-title {
  -webkit-transition: all 0.2s ;
  transition: all 0.2s;
}
.sub-cat-button:hover .list-icon, .art:hover .list-icon {
  transform: scale(1.3);
}

/*  */
.sub-container, .cat-container .cat-info {
  border-radius: 5px;
  border: 1px solid rgba(117,117,117,0.09);
}
.cat-info .sub-cat:not(:last-child), .sub-container .sub-cat:not(:last-child) {
  border-bottom: 1px solid rgba(117,117,117,0.09);
}
.cat-info .sub-cat-articles .art, .sub-container .sub-cat-articles .art {
  margin-left: 10px;
  margin-right: 10px;
  border-top: 1px solid rgba(117,117,117,0.09);
}
.cat-info .sub-cat-button, .sub-container .sub-cat-button {
  border-bottom: 0px;
}
.cat-info > .art:not(:last-child) {
  border-bottom: 1px solid rgba(117,117,117,0.09);
}
/*  */

/* Catagory page specific changes BEGIN */
header.cat-header h3 {

}
.category-page .art, .category-page .sub-cat-button {
  padding: 3px 0px;
}
.category-page .list-icon {
  padding: 0 10px;
  font-size: 18px;
}
.category-page .list-title {
  line-height: 34px;
}
.category-page .cat-info .art:not(:first-child) {
  border-top: 1px solid rgba(117,117,117,0.09);
}
.category-page .cat-info .art {
  border-bottom: 0;
}
/* Catagory page specific changes EIND */

/* Search bar BEGIN */
.search-bar {
  display: flex;
  width: 240px;
  margin: 0 auto;
  position: relative;
}
.search-bar input {
  border: 2px solid rgba(117,117,117,0.09);
  padding-right: 44px;
  padding-left: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 100%;
  border-radius: 20px;
} .search-bar input:focus {
  outline: none;
}
.search-bar button {
  z-index: 10;
  border: 0 solid transparent;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 44px;
  padding: 0;
  color: grey;
} .search-bar button:focus {
  outline: none;
}
.search-bar button i {
  /* transform: translateX(-50%) translateY(-50%); */
  top: 50%;
  right: 50%;
  font-size: 20px;
}
/* Search bar EIND */

/* Search stuff BEGIN */
.search-container {
  display: none;
}
.index-container {
  display: block;
}
/* Search stuff END */

@media only screen and (min-width: 1930px) {
  section.main > .container,
  main.main-content > .container {
    width: 1600px;
    max-width: none;
  }
  main.main-content > .article-page-container {
    width: 1400px;
    max-width: none;
  }

  header .container,
  nav[aria-label="breadcrumb"] .container {
    width: 1400px;
    max-width: none;
  }

  section.main > .container .cat-info {
    font-size: 1.05rem;
  }

  main.main-content > .category-page .list-title {
    font-size: 1.1rem;
  }
  main.main-content > .category-page .list-icon {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 992px) {
  .cat-col {
    display: none;
  }
}
