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

[class^="faq-icon"], [class*=" faq-icon"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'faq-extension' !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;
}

.faq-iconkeyboard_arrow_right:before {
  content: "\e902";
}
.faq-iconicon-gpg:before {
  content: "\e901";
}
.faq-iconfaq-icon:before {
  content: "\e900";
  color: #fff;
}
.faq-iconcalendar:before {
  content: "\e953";
}
.faq-iconuser:before {
  content: "\e971";
}
.faq-iconeye:before {
  content: "\e9ce";
}
.faq-iconhappy:before {
  content: "\e9df";
}
.faq-iconangry:before {
  content: "\e9ed";
}
.faq-iconplus:before {
  content: "\ea0a";
}
.faq-iconminus:before {
  content: "\ea0b";
}
.faq-iconsearch:before {
  content: "\e986";
}


.admin__menu .item-faqs.level-0>a:before {
    content: "\e900";
    font-family: 'faq-extension';
}





/* faq content */
[class^="faq-"] h1 {
  margin-left: -2px;
}
.faq-content {
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
  color: #797979;
}
.hidden {
  display: none !important;
}
.faq-content .green {
  color: green;
}
.faq-content .created-by {
  font-size: 1.2rem;
  color: #a3a3a3;
}
.faq-content .created-by span:first-child {
  margin-left: 0px;
}
.faq-content .created-by span {
  margin-left: 15px;
}
.faq-content .details .content {
  margin-top: 15px;
}
.faq-content .details .feedback {
  margin-top: 15px;
}
.faq-content .related-question {
  margin-top: 30px;
}
/* feed back */
.feedback .btn {
  position: relative;
  min-width: 60px;
  padding: 6px 12px;
}
.feedback .btn span:last-child {
  margin-left: 3px;
}
.feedback .btn span:first-child {
  font-size: 13px;
}
/* sider left category */
.block-faq-category .block-title {
  margin: 0 0 20px;
}
.block-faq-category .block-title strong {
  font-size: 18px;
  font-weight: 300;
}
.block-faq-category .block-content .items .item a .count{
  color: #858585;
  padding-right: 5px;
}
/* FAQs list */
.faqs-list {
  float: left;
  width: 100%;
}
.faqs-list .item {
  border: 1px solid #e3e3e3;
  margin-bottom: 15px;
}
.faqs-list .item.active {
  a {
    span:before {
      content: '\ea0b';
    }
  }
  .description {
    display: block;
  }
  .read-more {
    display: block;
  }
}
.faqs-list {
  .item {
    .read-more {
      padding: 5px 20px;
      text-align: right;
      cursor: pointer;
      display: none;
      background: rgba(248, 248, 248, 0.63);
      font-weight: 500;
      color: rgba(51, 51, 51, 0.61);
      position: relative;
    }
    .read-more:hover {
      color: #198dd3;
    }
    .read-more:after {
      content: '\e902';
      font-family: 'faq-extension';
      right: 5px;
      top: 6px;
      position: absolute;
    }
  }
}
.faqs-list .description {
  padding: 14px 20px;
  display: none;
  border-top: 1px solid #e3e3e3;
}
.faqs-list .item > a {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: #41362f;
  padding: 10px 15px;
  display: block;
  background: #f8f8f8;
}
.faqs-list .item > a span:before {
  margin-right: 15px;
  font-size: 10px;
}
.faqs-list .item > a:hover {
  text-decoration: none;
}
h2.first-title {
  margin-top: 0px;
}
.faqcat-title {
  margin-top: 0px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 1em;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #ddd;
  width: 100%;
  position: relative;
  color: #198dd3;
  font-weight: bold;
  margin-top: 15px;
}
.faqcat-title i {
  float: left;
  width: 2.15em;
  border-bottom: 1px solid #b55;
  position: absolute;
  bottom: -1px;
  z-index: 9999;
  border-bottom-color: #198dd3;
}
.faqcat-title img {
  max-width: 33px;
  margin: 0 auto;
  padding: 0px 8px;
  max-height: 20px;
  width: auto;
  height: auto;
}
.faqs-list .no-question > a {
  font-weight: normal;
}
/* category list */
.category-list {
  display: grid;
  justify-items: center;
  /*grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));*/
  /*grid-template-columns: repeat(auto-fit, minmax(max(30%, 300px), 1fr));*/
  grid-template-columns: repeat(auto-fit, minmax(33%, 1fr));
  box-sizing: border-box;
  grid-row-gap: 50px;
  padding: 0px 0px 30px;
  margin: 0px 0px 0px;
}
.category-list .category {
  width: 360px;
  height: 100%;
  min-width: 170px;
  max-width: 100%;
  list-style: none;
  box-sizing: border-box;
  padding: 10px 20px 10px;
  margin: 0px 0px 0px 0px;
}
@media (max-width: 991px) {
  .category-list {
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
  }
}
@media (max-width: 600px) {
  .category-list {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 20px;
  }
  .category-list .category {
    padding: 0px 0px 0px;
  }
}
.category-list .category .block {
  height: 100%;
  text-align: center !important;
  padding: 0px;
}
.category-list .category .block h3 {
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 14px;
  margin: 0px;
}
.category-list .category .block .block-link {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  min-height: 138px;
  line-height: 138px;
  background: #ffffff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .15);
  border-radius: 7px;
  -moz-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  box-sizing: border-box;
  padding: 16px 10px 16px;
  margin-bottom: 12px;
}
.category-list .category .block .block-link .block-image {
  width: 60px;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.category-list .category .block .block-link:hover {
  text-decoration: none;
  color: #198dd3 !important;
}
.category-list .category .block h3 a {
  font-weight: 500;
}
.category-list .category .block a:last-child{
  color: #333;
}
/* FAQ form search */
.faq-search-form {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 30px;
}
.faq-search-form form {
  display: table;
  width: 100%;
}
.faq-search-form .field {
  margin: 0;
}
.faq-search-form .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.faq-search-form .field .control:before {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 46px;
  color: #c2c2c2;
  content: '\e986';
  font-family: 'faq-extension';
  margin: 0px 6px 0px 11px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
}
.faq-search-form input {
  padding-left: 35px;
}
.faq-search-form .actions {
  width: 1%;
  display: table-cell;
  vertical-align: top;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.faq-search-form .actions button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding: 6px 25px;
  margin-left: -1px;
}
@media(max-width: 991px) {
  .page.messages,
  .column.main {
    margin-top: 30px;
  }
}
