* {
  font-family: SuisseIntl, Open Sans, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lobster-regular {
  font-family: "Lobster", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  background: white !important;
}

/* SABL - COMMENTED
.brand {
  width: 75px;
  height: 22px;
  background: white url('https://cdn.joinhoney.com/images/logo-pphoneyblack.svg?20220628') center center no-repeat;
}
.brand span,
.nav-collapse {
  display: none;
}
.navbar .btn-navbar {
  display: none;
}
*/
.brand span {
  font-family: "Lobster", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 65px;
  color: #7c3aed;
}
.navbar {
  height: 90px;
  background-color: #f9fbfd;
  font-size: 18px;
}
/* SABL - COMMENTED
.brand::after {
  content: 'Help';
  color: #292a2a;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 2px solid #7c3aed;
  position: absolute;
  right: 0;
  top: -12px;
  padding: 21px;
  pointer-events: none;
}
*/
.navbar .navbar-inner {
  background-color: white !important;
  /*padding: 20px;*/
  color: #292a2a;
}
.navbar .nav>li>a {
  margin-bottom: 16px;
}
.navbar .nav .active .caret {
  display: none;
}


/* search area */
#docsSearch {
  background-color: #f9fbfd;
  border-bottom: none;
  padding-bottom: 280px;
}
#docsSearch button {
  display: none;
}
#docsSearch h1 {
  display: none;
}
#docsSearch form::before {
  content: 'Looking for help?';
  display: block;
  font-weight: bold;
  font-size: 24px;
  color: #292a2a;
  margin-top: 5%;
  margin-bottom: 20px;
  margin-left: 20px;
  text-align: left;
}
#docsSearch form::after {
  content: '';
  background-image: url('https://app.sabl.store/img/backend/icons/help/helpdesk.svg');
  background-size: 536px 350px;
  background-repeat: no-repeat;
  width: 536px;
  height: 350px;
  position: absolute;
  right: 0px;
  top: 0px;
  display: inline-block;
}

/* search bar */
#searchBar {
  width: 100%;
  max-width: 1080px;
}
#searchBar .search-query {
  z-index: 1;
  float: left;
  margin-left: 20px;
  width: 45%;
  height: 52px;
  padding: 0px 20px 0px 66px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.06);
  background: white url('https://app.sabl.store/img/backend/icons/help/search-default.svg') no-repeat 22px 16px;
  background-size: 18px 18px;
}
#searchBar .search-query::placeholder {
  color: #c0c0c0;
  font-size: 18px;
  font-weight: 100;
}
#searchBar .search-query::-webkit-input-placeholder {
  color: #c0c0c0;
  font-size: 18px;
  font-weight: 100;
}
#searchBar .search-query::-moz-placeholder {
  color: #c0c0c0;
  font-size: 18px;
  font-weight: 100;
}
#searchBar .search-query:-ms-input-placeholder {
  color: #c0c0c0;
  font-size: 18px;
  font-weight: 100;
}

/* some things to hide */
.icon-article-doc,
.sep {
  display: none;
}

/* arrange articles at the bottom, but above footer */
#contentArea {
  /*display: flex;*/ SABL - Commented
  flex-direction: column;
}
.most-pop-articles {
  order: 1;
  margin: none;
  max-width: 1080px;
  margin-bottom: 80px;
  width: 100%;
}
footer {
  order: 2;
}

/* style article links */
.most-pop-articles.two-col .popArticles a {
  padding: 0 20px 0 0;
}
.most-pop-articles.two-col .popArticles li {
  margin-bottom: 2em;
}
.most-pop-articles h2 {
  display: none;
}
.most-pop-articles::before {
  content: 'Frequently asked questions:';
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 2.5em;
}

/* category cards */
.category-list {
  margin: -180px initial 80px initial;
}
.category-list::before {
  content: 'Choose a category:';
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #292a2a;
  margin-bottom: 20px;
}
.category-list .category {
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.02);
  margin-left: 0;
  margin-right: 1.6%;
}
.category:hover {
  box-shadow: 0px 30px 20px -20px rgba(0, 0, 0, 0.2);
}
.category h3 {
  padding-top: 190px;
}

/* individual category background images */
/* ----- GETTING STARTED ----- */
#category-6 {
  background: white url('https://app.sabl.store/img/backend/icons/help/getting-started.svg') center 25% no-repeat;
  background-size: 128px 128px;
}
#category-6:hover {
  background-image: url('https://app.sabl.store/img/backend/icons/help/getting-started-hover.svg');
  background-size: 128px 128px;
}
/* ----- INTEGRATIONS ----- */
#category-92 {
  background: white url('https://app.sabl.store/img/backend/icons/help/integration.svg') center 25% no-repeat;
  background-size: 128px 128px;
}
#category-92:hover {
  background-image: url('https://app.sabl.store/img/backend/icons/help/integration-hover.svg');
  background-size: 128px 128px;
}
/* ----- GENERAL SETTINGS ----- */
#category-13 {
  background: white url('https://app.sabl.store/img/backend/icons/help/general-settings.svg') center 25% no-repeat;
  background-size: 128px 128px;
}
#category-13:hover {
  background-image: url('https://app.sabl.store/img/backend/icons/help/general-settings-hover.svg');
  background-size: 128px 128px;
}
/* ----- DISCOVER PRODUCT TYPES ----- */
#category-5 {
  background: white url('https://app.sabl.store/img/backend/icons/help/discover-prodct-types.svg') center 25% no-repeat;
  background-size: 128px 128px;
}
#category-5:hover {
  background-image: url('https://app.sabl.store/img/backend/icons/help/discover-prodct-types-hover.svg');
  background-size: 128px 128px;
}
/* ----- DIGITAL PRODUCT HELP ----- */
#category-16 {
  background: white url('https://app.sabl.store/img/backend/icons/help/digital-product-help.svg') center 25% no-repeat;
  background-size: 128px 128px;
}
#category-16:hover {
  background-image: url('https://app.sabl.store/img/backend/icons/help/digital-product-help-hover.svg');
  background-size: 128px 128px;
}
/* ----- CUSTOMER MANAGEMENT ----- */
#category-14 {
  background: white url('https://app.sabl.store/img/backend/icons/help/customer-management.svg') center 25% no-repeat;
  background-size: 128px 128px;
}
#category-14:hover {
  background-image: url('https://app.sabl.store/img/backend/icons/help/customer-management-hover.svg');
  background-size: 128px 128px;
}
/* ----- WHAT PRODUCTS SHOULD I SELL? ----- */
#category-19 {
  background: white url('https://app.sabl.store/img/backend/icons/help/what-products-should-i-sell.svg') center 25% no-repeat;
  background-size: 128px 128px;
}
#category-19:hover {
  background-image: url('https://app.sabl.store/img/backend/icons/help/what-products-should-i-sell-hover.svg');
  background-size: 128px 128px;
}
/* ----- MARKETING YOUR STORE ----- */
#category-20 {
  background: white url('https://app.sabl.store/img/backend/icons/help/marketing-your-store.svg') center 25% no-repeat;
  background-size: 128px 128px;
}
#category-20:hover {
  background-image: url('https://app.sabl.store/img/backend/icons/help/marketing-your-store-hover.svg');
  background-size: 128px 128px;
}
/* ----- INCREASE SALES ----- */
#category-15 {
  background: white url('https://app.sabl.store/img/backend/icons/help/increase-sales.svg') center 25% no-repeat;
  background-size: 128px 128px;
}
#category-15:hover {
  background-image: url('https://app.sabl.store/img/backend/icons/help/increase-sales-hover.svg');
  background-size: 128px 128px;
}
/* ----- FAQs ----- */
#category-17 {
  background: white url('https://app.sabl.store/img/backend/icons/help/faq.svg') center 25% no-repeat;
  background-size: 128px 128px;
}
#category-17:hover {
  background-image: url('https://app.sabl.store/img/backend/icons/help/faq-hover.svg');
  background-size: 128px 128px;
}
/* ----- EMAIL SEQUENCE BUILDER ----- */
#category-18 {
  background: white url('https://app.sabl.store/img/backend/icons/help/email-sequence-builder.svg') center 25% no-repeat;
  background-size: 128px 128px;
}
#category-18:hover {
  background-image: url('https://app.sabl.store/img/backend/icons/help/email-sequence-builder-hover.svg');
  background-size: 128px 128px;
}
/* ----- WHAT YOUR CUSTOMER WILL SEE ----- */
#category-21 {
  background: white url('https://app.sabl.store/img/backend/icons/help/what-your-customer-will-see.svg') center 25% no-repeat;
  background-size: 128px 128px;
}
#category-21:hover {
  background-image: url('https://app.sabl.store/img/backend/icons/help/what-your-customer-will-see-hover.svg');
  background-size: 128px 128px;
}
/* ----- BILLING & PAYMENTS ----- */
#category-8 {
  background: white url('https://app.sabl.store/img/backend/icons/help/billing-and-payments.svg') center 25%
    no-repeat;
  background-size: 128px 128px;
}
#category-8:hover {
  background-image: url('https://app.sabl.store/img/backend/icons/help/billing-and-payments-hover.svg');
  background-size: 128px 128px;
}
/* ----- REFERRAL PROGRAM ----- */
#category-22 {
  background: white url('https://app.sabl.store/img/backend/icons/help/referral-program.svg') center 25%
    no-repeat;
  background-size: 128px 128px;
}
#category-22:hover {
  background-image: url('https://app.sabl.store/img/backend/icons/help/referral-program-hover.svg');
  background-size: 128px 128px;
}


/* sidebar */
#sidebar form .search-query {
  height: 40px;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.03);
  border: solid 1px rgba(0, 0, 0, 0.06);
  background-size: 14px 14px;
  background-position: 14px 12px;
  padding: 0 0 0 40px;
}
#sidebar form .search-query::placeholder {
  font-size: 12px;
}
#sidebar form .search-query::-webkit-input-placeholder {
  font-size: 12px;
}
#sidebar form .search-query:-moz-placeholder {
  font-size: 12px;
}
#sidebar form .search-query:-ms-input-placeholder {
  font-size: 12px;
}

#sidebar button,
#sidebar h3 {
  display: none;
}
#sidebar .sm {
  margin-bottom: 100px;
}
#sidebar .nav-list li {
  line-height: 58px;
}
#sidebar .nav-list a {
  font-size: 14px;
  font-weight: 600;
}
#sidebar .nav-list .active a {
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 4px solid #7c3aed;
  border-radius: 1px;
}
#sidebar .nav-list .active a .icon-arrow,
#sidebar .nav-list .active a:hover .icon-arrow {
  display: none;
}

/* article content & results */
#main-content {
  background: none;
}
#main-content .contentWrapper {
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.03);
  border: solid 1px rgba(0, 0, 0, 0.06);
}
#main-content .sort {
  display: none;
}
#categoryHead {
  margin-bottom: 40px;
}
#fullArticle .title {
  margin-bottom: 1.5em;
}

/* search results */
#serp-dd {
  background-color: #ffffff;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(32, 32, 32, 0.1);
  width: 44.8%;
  top: 180px;
  margin-left: 20px;
}
#sidebar #serp-dd {
  top: 60px;
  width: 600px;
}
#serp-dd:after,
#serp-dd:before {
  bottom: 100%;
  left: 12%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  background: transparent;
}
#serp-dd:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
#serp-dd:before {
  border-color: rgba(32, 32, 32, 0);
  border-bottom-color: rgba(32, 32, 32, 0.1);
  border-width: 11px;
  margin-left: -11px;
}
#serp-dd .result a {
  color: #292929;
  font-size: 14px;
}
#serp-dd .result .active a {
  color: white;
  background-color: #7c3aed;
}

/* related articles */
.related a span {
  color: #7c3aed;
}

@media only screen and (max-device-width: 987px) {
  #searchBar .search-query {
    width: 90%;
  }
  #serp-dd {
    width: 90%;
    z-index: 10000000000;
  }
  #docsSearch form::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .navbar .brand {
    padding-right: 20px;
  }
}
@media (max-width: 560px) {
  #serp-dd {
    margin-top: -30px;
  }
}
@media (max-width: 460px) {
  #serp-dd .result {
    max-height: 310px;
  }
}

#olark-container textarea {
  resize: none !important;
}
