/*@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;700;800&display=swap");*/

@font-face {
    font-family: 'LamaSans';
    src: url('../fonts/LamaSans-Medium.ttf')
}

/*General*/
/* ------- Insert custom styles below this line ------- */

:root {
  --primary: #2e3033;
  --secondary: #721232;
  /* #D9000D; */
  --muted: #fff;
  --lightMuted: #f8f8f8;
  --warning: #d90429;
  --success: #4bb543;
  --transparent: transparent;
  --light: #f7f8fb;
  --text: #161212;
  --background: rgba(225, 225, 225, 0.32);
  font-family: LamaSans !important;
}

/* h1, h2, h3, h4, h5, h6{
  color: var(--text) !important;
} */

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  padding: 8px 30px;
  background: var(--secondary);
}
button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: var(--primary);
}
/* Custom Classes */
body {
  overflow-x: hidden !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}
/* Header menu */
.nav-header > ul > li.menu-item-has-children > a::after {
  margin: 0 7px;
}
.nav-header > ul > li > a:hover {
  color: var(--text) !important;
  background-color: transparent !important;
}

@media (max-width: 768px) {
  .nav-header > ul > li > a:hover {
    color: var(--secondary) !important;
  }
}

.nav-header > ul > li ul li a:hover {
  color: var(--secondary) !important;
}

.nav-header > ul > li ul li a:hover {
  background: transparent !important;
}
/* Home page cards */
.hkb-category.hkb-category--style7 .hkb-category__iconwrap {
  margin: 25px 0 0 20px !important;
}
.home .hkb-category .hkb-category__headerlink {
  display: flex;
  width: 100%;
  align-items: center;
  border-bottom: 1px solid rgba(112, 112, 112, 0.12);
  padding-bottom: 10px;
}
.home .hkb-category .hkb-category__title {
  width: max-content;
  padding-left: 10px;
  color: #1d1d1d;
  line-height: 44px;
}
.hkb-category .hkb-category__articlelist a {
  padding-right: 15px;
}
.hkb-category .hkb-category__articlelist a:before {
  left: unset;
  right: 0px;
  color: var(--secondary);
  background: var(--secondary);
  border: unset;
  width: 8px;
  height: 8px;
  top: 10%;
}
/* Home sidebar*/
a.hkb-widget__entry-title {
  position: relative;
  display: inline-block;
}
a.hkb-widget__entry-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: unset;
  right: 0px;
  color: var(--secondary);
  background: var(--secondary);
  border: unset;
  height: 8px;
  width: 8px;
  border-radius: 99%;
}
/* Category archive */
/*set category name card style */
.archive .ht-categoryheader.hkb-category--withicon {
  padding: 20px 40px;
  border-bottom: unset;
  box-shadow: 0 0 20px 0px #00000014;
  border-radius: 20px;
}
.archive .ht-categoryheader .hkb-category__iconwrap {
  margin-left: 20px;
  margin-right: 0;
}
/*set article list card style*/
.archive .ht-articlelist > li {
  padding: 40px;
  border-bottom: 1px solid var(--muted);
}
.archive .ht-articlelist > li:last-child {
  border-bottom: unset;
}
.archive .ht-articlelist .hkb-article__title {
  /* color:var(--secondary); */
  position: relative;
  padding-right: 30px;
}
.archive .ht-articlelist .hkb-article__title::after {
  content: url("/wp-content/uploads/2023/08/article-icon.svg");
  display: block;
  position: absolute;
  right: 0;
  top: 0px;
  width: 25px;
  height: auto;
}
/*hover state*/
.archive .ht-articlelist > li:hover {
  background-color: var(--lightMuted);
}
.archive .ht-articlelist > li:hover .hkb-article__title {
  color: var(--primary);
}

/* Single page */
.single .hkb-article__title {
  position: relative;
}
.single .hkb-article__title::after {
  content: "";
  display: block;
  background-color: var(--secondary);
  width: 60px;
  height: 3px;
  position: absolute;
  right: 0;
  bottom: -20px;
}
/* Comments */
.ht-commentform .ht-commentform__title {
  border-bottom: unset;
  position: relative;
}
.ht-commentform .ht-commentform__title::after {
  content: "";
  display: block;
  background-color: var(--secondary);
  width: 60px;
  height: 3px;
  position: absolute;
  right: 0;
  bottom: -10px;
}
textarea:focus,
select:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus {
  outline-color: var(--secondary);
  outline-offset: 0;
  outline-style: auto;
  outline-width: 1px;
}
/* Search in breadcrumbs */
.hkb-site-search .hkb-site-search__loader {
  right: unset;
  left: 40px !important;
}
/* CTA in home page */
.container {
  background: var(--muted);
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 60px;
  margin-top: 100px;
  position: relative;
}
.text-container {
  width: max-content;
  margin-right: auto;
  margin-left: 30px;
}
.img-container {
  position: absolute;
  right: 0;
  bottom: -10px;
}
/* single page breadcrumbs */
.hkb-breadcrumbs .hkb-breadcrumbs__icon {
  transform: scalex(-1);
}
.single .hkb-breadcrumbs > li:last-child {
  display: none;
}
.single .hkb-breadcrumbs > li:nth-last-child(2) svg {
  display: none;
}

/****************************************/

/* .ht-container {
    max-width: 1364px;
    padding: 1rem;
} */

/*Site header*/
.site-header {
  height: 600px;
}

.site-header .site-header__title {
  font: normal normal bold 40px/48px Tajawal;
  margin: 3rem auto;
}

.ht-sitecontainer {
  background: #ffffff;
}

.hkb_widget_exit {
  max-width: 395px;
  min-height: 100px;
  background: #ffffff;
  border-radius: 21px;
  padding: 40px;
  margin-bottom: 2rem;
  width: 100%;
  padding-right: 0 !important;
}

.hkb_widget_articles {
  max-width: 395px;
  min-height: 100px;
  background: #ffffff;
  border-radius: 21px;
  margin-bottom: 2rem;
  width: 100%;
}

.widget .widget__title {
  margin-bottom: 32px;
}

.hkb_widget_articles ul li {
  font: normal normal normal 16px/27px;
}

.hkb_widget_exit .hkb_widget_exit__content {
  font: normal normal normal 16px/27px;
  color: #667580;
  margin-bottom: 16px;
}

.hkb_widget_exit .hkb_widget_exit__btn {
  width: calc(100% + 2.5rem);
  height: 42px;
  border-radius: 11px;
  font: normal normal medium 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
  background: var(--text);
  border: 1px solid var(--text);
  color: var(--muted);
}

@media(max-width: 980px){
  .hkb_widget_exit .hkb_widget_exit__btn {
    width: 30%;
    margin-right: 2rem;
  }
}

.ht-mobile-exit {
  font: normal normal normal 16px/27px;
  color: #000000;
  margin-bottom: 16px;
  background: #fff;
}

.ht-mobile-exit .hkb_widget_exit__btn {
  width: 126px;
  height: 42px;
  border-radius: 11px;
  font: normal normal medium 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
  background: var(--text);
  border: 1px solid var(--text);
  color: var(--muted);
}

.hkb_widget_exit__btn:hover {
  border: 1px solid var(--text);
  color: var(--text);
  background: transparent !important;
}

a.hkb-widget__entry-title::before {
  border-radius: 50%;
}

.hkb_widget_articles {
  border-radius: 12px;
}

/**
* Lessons categories
**/

.hkb-category.hkb-category--style7:not(.hkb-category--witharticles)
  .hkb-category__iconwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.hkb-category.hkb-category--style7 .hkb-category__content {
  display: block;
}

.hkb-category__count {
  display: block;
  font: normal normal normal 16px/19px;
  color: var(--secondary);
  white-space: nowrap;
}

.hkb-category__count:hover {
  color: var(--text);
}

.hkb-category__description {
  max-width: 277px;
  width: 100%;
  font: normal normal normal 16px/27px;
  color: #161615;
}

.hkb-category.hkb-category--style7 .hkb-category__link {
  max-width: 400px;
}

.nav-header ul li a {
  font: normal normal bold 16px/19px;
  color: #ffffff;
}

.nav-header .nav-header__mtoggle span {
  left: 20px;
}

.hkb-category .hkb-category__description {
  font: normal normal normal 16px/27px;
  letter-spacing: 0px;
  color: #161615;
}

.hkb-category__link:hover {
  background: #fff;
}

#hkb-search {
  height: 60px;
  box-shadow: none;
  border-radius: 48px;
}

/* Responsive */
@media only screen and (max-width: 640px) {
  .img-container {
    display: none;
  }
}
@media only screen and (min-width: 640px) and (max-width: 960px) {
  .img-container img {
    width: 300px;
  }
  /* sidebar and main page sectioning */
  .ht-page.ht-page--sidebarleft .ht-page__content,
  .ht-page.ht-page--sidebarright .ht-page__content {
    width: 56%;
  }
  .ht-page.ht-page--sidebarleft .sidebar,
  .ht-page.ht-page--sidebarright .sidebar {
    width: 40%;
  }
  .hkb-archive {
    display: block;
  }
  .hkb-archive.hkb-archive--2cols > li {
    width: 100%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 980px) {
  /* sidebar and main page sectioning */
  .ht-page.ht-page--sidebarleft .ht-page__content,
  .ht-page.ht-page--sidebarright .ht-page__content {
    width: 100%;
  }
}

@media only screen and (min-width: 960px) {
  /* Home page */
  .ht-page.ht-page--sidebarleft .ht-page__content {
    padding-left: 20px;
    padding-right: 50px;
  }
  /* Category archive */
  .archive .ht-container {
    display: flex;
  }
}

.ht-page.ht-page--sidebarleft .sidebar {
  padding-right: 0;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  /*sub menu*/
  .nav-header > ul > li ul {
    width: 157px !important;
    left: 68% !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1280px) {
  /*sub menu*/
  .nav-header > ul > li ul {
    left: 80% !important;
  }
}

/**
* My code for resonasiveness
* */
@media screen and (max-width: 1346px) {
  .hkb-archive {
    display: flex;
    flex-direction: column;
  }
  /* .ht-container {
        max-width: 1000px;
        padding: 1rem;
    } */
  .site-header .site-header__title {
    font-size: 38px;
  }
}

@media screen and (max-width: 770px) {
  .hkb-category__title {
    font-size: 16px !important;
  }
  .hkb-category__count {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  .site-header .site-header__title {
    font-size: 28px;
  }
}

@media screen and (min-width: 1346px) {
  .hkb-archive.hkb-archive--2cols > li {
    width: 50%;
  }
}

@media screen and (max-width: 1346px) {
  .hkb-archive.hkb-archive--2cols > li {
    width: 100%;
  }

  .hkb-category__description {
    max-width: 600px;
  }

  .hkb-category.hkb-category--style7 .hkb-category__link {
    max-width: 600px;
  }
}

/*
* Archive page, single, search 
* */
body.archive .site-header,
.single .site-header,
.search .site-header,
.error404 .site-header {
  height: 150px;
  background-position: center center;
}

/* body.archive .hkb-site-search,
.single .hkb-site-search,
.search .hkb-site-search {
    display: flex;
    justify-content: flex-end
} */

/* body.archive #hkb-search,
.single #hkb-search,
.search #hkb-search {
    width: 400px;
    height: 45px;
    border: none;
    box-shadow: 0px 0px 0px #00488948;
} */

@media screen and (min-width: 981px) {
  .single .ht-container,
  .search .ht-container {
    display: flex;
  }
  .ht-page.ht-page--sidebarleft .ht-page__content, .ht-page.ht-page--sidebarright .ht-page__content{
    width: 75%;
  }
}

.archive .ht-articlelist > li:hover,
.search .ht-articlelist > li:hover {
  background: #fff;
}

.archive .hkb_widget_articles,
.search .hkb_widget_articles {
  height: 340px;
  margin-inline-end: 2rem;
  overflow: hidden;
}
.archive .hkb_widget_articles {
  height: unset;
  min-height: 236px;
}
.archive .hkb_widget_articles,
.widget {
  background: #fff;
  padding: 3rem;
}

/*.single .widget,*/
/*.archive .widget {*/
/*    padding: 0;*/
/*}*/

.search .hkb-breadcrumbs_wrap {
  width: 250px;
}

.ht-pageheader {
  margin-top: -10px;
}

/*.ht-pageheader .hkb-site-search__button {*/
/*    display: none !important;*/
/*}*/

.hkb-search-noresults {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  align-items: center;
}

.hkb-search-noresults img {
  margin-inline-end: 30px;
}
.hkb-search-noresults__title {
  text-align: right;
}

.hkb-search-noresults__content {
  text-align: right;
  letter-spacing: 0px;
  color: #667580;
  max-width: 322px !important;
  margin-top: -16px;
}

.hkb-site-search {
  position: relative;
  max-width: 600px;
  margin: -10px auto;
  width: 100%;
  display: flex !important;
  /* height: 56px; */
  align-items: flex-end;
  flex-direction: column;
}

.ht-pageheader .hkb-site-search .hkb-site-search__field {
  height: 55px;
}

.hkb-article__content {
  margin-top: 2rem;
}

@media screen and (max-width: 574px) {
  .hkb-search-noresults {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 700px) {
  input#hkb-search {
    height: 50px;
  }
  /*button.hkb-site-search__button {*/
  /*    display: none !important;*/
  /*} */
  .site-header {
    height: 488px;
  }
  .hkb-site-search .hkb-site-search__button {
    top: 5px !important;
  }
}

#ht-navtoggle span,
#ht-navtoggle span::before,
#ht-navtoggle span::after {
  width: 18px;
  height: 1.5px;
}

/*#ht-navtoggle span::before {*/
/*    top: -7px;*/
/*}*/

#ht-navtoggle span::after {
  bottom: -7px;
}

/*  
* Single post page 
* * responsiveness
* */

/* @media screen and (max-width: 700px) {
    body.archive .ht-pageheader,
    .single .ht-pageheader,
    .search .ht-pageheader {
        display: flex;
        flex-direction: column;
    }
    body.archive .ht-pageheader .ht-container,
    .single .ht-pageheader .ht-container,
    .search .ht-pageheader .ht-container {
        width: 100%;
    }
    body.archive #hkb-search, .single #hkb-search,
    .search #hkb-search {
        width: 100%;
    }
} */

/*
* Home page hide third lesson
* */
.hkb-category .hkb-category__articlelist > li:nth-child(3) {
  display: none;
}

.widget {
  padding: 2rem 2.5rem;
  border-radius: 12px;
}

.archive .hkb_widget_articles {
  padding: 0rem 0rem;
}

.widget__title {
  margin-bottom: 1rem !important;
}

.hkb-category .hkb-category__articlelist > li {
  margin: 0 0 1rem;
}

@media screen and (min-width: 568px) {
  .ht-page.ht-page--sidebarright .sidebar {
    padding-right: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .nav-header > ul > li ul {
    max-width: 150px;
    left: 80%;
  }
}

/*
* Override
*/

/* @media screen and (min-width: 768px){
    .site-header .site-header__banner .ht-container {
        padding-left: 0;
        padding-right: 0;
    }
} */

@media screen and (max-width: 1346px) {
  .hkb-archive {
    display: flex;
    flex-direction: row;
  }
  .hkb-archive.hkb-archive--2cols > li {
    width: 50%;
  }
}

.hkb-category__title {
  font-size: 18px !important;
}

.widget__title {
  font-size: 16px !important;
}

@media screen and (max-width: 980px) {
  .ht-page > .ht-container {
    flex-direction: column;
  }
  .ht-page.ht-page--sidebarright .ht-page__content {
    width: 100%;
  }
  .ht-page.ht-page--sidebarright .sidebar {
    padding: 0;
    margin-top: 2rem;
    width: 100%;
  }
  .hkb_widget_articles,
  .hkb_widget_exit {
    max-width: 100%;
  }
}

@media screen and (max-width: 870px) {
  .hkb-archive {
    display: flex;
    flex-direction: column;
  }
  .hkb-archive.hkb-archive--2cols > li {
    width: 100%;
  }
}

/* 
* start of site logo styles
*/

.site-logo {
  width: 300px;
  margin-right: 0;
}

@media screen and (max-width: 480px) {
  .site-logo {
    width: 70%;
    max-width: 200px;
  }
}

/* 
* end of site logo styles
*/

/* 
* start of search box styles
*/

.hkb-site-search__field {
  position: absolute;
  height: 75px;
}

.hkb-site-search .hkb-site-search__button {
  display: block;
  position: relative;
  top: 10px;
  right: -10px;
  background: transparent;
  padding: 20px;
  border-radius: 11px;
}

.hkb-site-search .hkb-site-search__button span {
  display: none;
}

.hkb-site-search__button::after {
  position: absolute;
  display: block;
  content: "";
  background: url(../assets/images/search.svg) no-repeat center center;
  background-size: 25px;
  top: 6px;
  left: 6px;
  width: 25px;
  height: 25px;
  /*width:57px;*/
  /*height: 81px;*/
  /*top: 30%;*/
  /*opacity: .4;*/
}

@media screen and (max-width: 700px) {
}

/* 
* end of search box styles
*/

/* 
* start of download app section styles
*/
.section-download-app {
  max-width: 1364px;
  height: 300px;
  background-repeat: no-repeat;
  border-radius: 23px;
  background-size: cover;
  display: flex;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 4rem;
  background-size: 100% auto;
  background-color: var(--secondary);
  position: relative;
}

@media screen and (max-width: 500px) {
  .section-download-app {
    height: 200px;
  }
}

.download-app-img {
  margin-inline-end: 3rem;
  width: 45%;
  position: relative;
}

.download-app-img img {
  position: absolute;
  bottom: 0;
}

.btns-container a,
.btns-container a img {
  height: 45px;
}

@media screen and (max-width: 960px) {
  /* .download-app-img {
        display: none;
    } */
  /* .download-app-btns-container {
        width: 100%;
    }
    .download-app-btns-container h2 {
        margin-top: 0;
    } */
  .section-download-app {
    height: 295px;
  }
  /* .btns-container a,
    .btns-container a img {
        height: 38px;
    } */
  .no-results-graphic {
    max-width: 320px !important;
  }
  .error404-text,
  .no-results-text,
  .hkb-search-noresults__content,
  .hkb-search-noresults__title {
    text-align: center;
  }
  .error-404-btn {
    margin: 0 auto;
  }
}

@media screen and (max-width: 900px) {
  .download-app-img {
    display: none;
  }
  .download-app-btns-container {
    width: 100%;
  }
  .section-download-app {
    background: var(--secondary);
    background-image: url('/wp-content/uploads/2023/08/app-mobile-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 230px;
  }

  .download-app-btns-container h2 {
    margin-top: 0;
  }
}

.download-app-btns-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.download-app-btns-container h2 {
  color: #fff;
  font-size: 30px;
}

.download-app-btns-container .btns-container {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-self: flex-end;
}

@media screen and (max-width: 480px) {
  .btns-container a,
  .btns-container a img {
    height: 35px;
  }
}

/* 
* end of download app section styles
*/

/* 
* start of footer styles
*/

/* .site-footer__copyright {
    width: 100%;
    height: 100%;
} */

.site-footer {
  background: rgba(225, 225, 225, 0.32);
  padding-bottom: 1rem;
}

#footer {
  display: flex;
  width: 100%;
  flex-direction: column;
  min-width: 100%;
}

.footer-row {
  display: flex;
  justify-content: space-between;
}
.footer-row.row-1 {
  padding-bottom: 2rem;
}

.footer-row.copy-right-row {
  padding-top: 1rem;
}

.copy-right-row .social-media img {
  height: 20px;
}

.site-footer .site-footer__copyright {
  color: var(--text);
  font-weight: 700;
}

.footer-links a {
  color: #b9cbd4;
  text-decoration: none;
  margin-inline-end: 8px;
}

.footer-links a:hover {
  color: rgba(255, 255, 255, 0.685);
}

.footer-links {
  margin-inline-start: 2rem;
  display: flex;
  flex-wrap: wrap;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  margin-inline-end: 8px;
}
/* 
* end of footer styles
*/

/* 
* start of article styles
*/

.hkb-article__content h2 {
  font-size: 20px;
  font-weight: bold;
}

.hkb-article__content p {
  font-size: 18px;
}

.ht-mobile-toc {
  display: none;
}

.hkb-article__content ul,
.hkb-article__content ol {
  padding-right: 30px;
}

/*  
* Shipping price table 
* */
.hkb-article__content table {
  max-width: 800px;
}

.hkb-article__content table tbody tr th,
.hkb-article__content table tbody tr td {
  padding: 16px;
}
/*
* end of article styles
*/

/*  
* start of search results page
*/
.search .ht-articlelist > li {
  min-height: 135px;
  padding: 40px;
  border-bottom: 1px solid var(--muted);
}

@media screen and (max-width: 500px) {
  .search .ht-articlelist > li {
    padding: 1rem;
  }
}
/* 
end of search results page
*/

/**
* start of nav header styles 
*/

.nav-header .menu-title:hover {
  color: #333 !important;
}
/*
*end of nav header style
*/
.hkb-article-related .hkb-article-list {
  list-style: none;
}

.hkb-article-related .hkb-article-list .hkb-article-list__format-standard {
  margin-right: 1rem;
  position: relative;
}

.hkb-article-related
  .hkb-article-list
  .hkb-article-list__format-standard::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--secondary);
  position: absolute;
  right: -17px;
  top: 7px;
  border-radius: 99%;
}

.ht-articlelist li {
  background: var(--background) !important;
  border-radius: 12px;
  cursor: pointer;
}

.ht-articlelist li:hover {
  background: rgba(225, 225, 225, 0.5) !important;
  border-radius: 12px;
  cursor: pointer;
}

/**
404 page style
*/

.error-404-btn {
  display: block;
  width: fit-content;
  height: 42px;
  border-radius: 11px;
  font: normal normal medium 16px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 21px;
  text-align: center;
  background: var(--text);
  border: 1px solid var(--text);
  color: var(--muted);
  text-decoration: none;
  line-height: 42px;
  cursor: pointer;
  padding: 0 16px;
}

.error-404-btn:hover {
  border: 1px solid var(--text);
  color: var(--text);
  background: var(--transparent);
}

.hkb-error-404-container {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  max-width: 951px;
  width: 100%;
  justify-content: space-evenly;
  min-height: 416px;
}

/* .error404 .ht-sitecontainer {
  min-height: unset;
} */

/*.hkb-error-404-container img {*/
/*    max-width: 300px;*/
/*}*/

.error404 .ht-container {
  max-width: 1200px;
  width: 100%;
}

/*.ht-pageheader .hkb-site-search::after {*/
/*    width: 43px;*/
/*    height: 38px;*/
/*}*/

@media screen and (max-width: 960px) {
  .hkb-error-404-container {
    flex-direction: column-reverse;
  }
  .ht-pageheader .hkb-site-search .hkb-site-search__field {
    height: 55px;
    margin-top: 1rem;
    width: 100%;
    position: inherit;
  }
  .ht-pageheader {
    height: 150px;
  }
  /*.ht-pageheader .hkb-site-search::after {*/
  /*    width: 43px;*/
  /*    height: 69px;*/
  /*}*/
  .ht-pageheader .hkb-site-search__button {
    top: -45px !important;
  }
}

.ht-page.ht-page--sidebarright .sidebar {
  padding-inline-end: 0;
}
.ht-page.ht-page--sidebarright .ht-page__content {
  padding-inline-start: 0;
}

li#menu-item-92 {
  margin-inline-end: 0;
}

li#menu-item-92 a {
  padding-inline-end: 0;
}

@media screen and (max-width: 700px) {
  .site-footer {
    padding-bottom: 8px;
  }
  .site-footer .copy-right-row {
    justify-content: center;
  }
  /*.site-footer .copy-right-row img {*/
  /*    display: none;*/
  /*}*/
  /* .error404-graphic {
    max-width: 350px !important;
  } */
}

.ht-sitecontainer .ht-container .hkb-error-404-container {
  min-height: 70vh !important;
  padding-block: 3rem !important;
}

.ht-voting-comment__submit {
  border-radius: 11px;
}

button:disabled.ht-voting-comment__submit {
  border: 1px solid #e0e1e2;
}

button:enabled.ht-voting-comment__submit {
  background-color: var(--text);
  border: 1px solid var(--text);
}

button:enabled.ht-voting-comment__submit:hover {
  background-color: transparent;
  color: var(--text);
  border: 1px solid var(--text);
}

#navtoc li.active > a {
  /*background-color: #E6F6FF !important;*/
  /*border-radius: 10px;*/
  background-color: transparent !important;
  color: var(--secondary);
}

#navtoc li a:hover {
  color: var(--secondary);
}

.hkb_widget_toc ol li a:hover {
  background-color: transparent !important;
}

#navtoc ol.nav ol {
  margin: 5px 10px 0 0;
}

.nav-header > ul > li:hover > a {
  background-color: transparent !important;
}

.hkb-article-related .hkb-article-list a:hover {
  color: var(--secondary);
}

.hkb_widget_articles ul li a:hover {
  color: var(--secondary);
}

.hkb-category .hkb-category__articlelist li a:hover {
  color: var(--secondary);
}

@media (max-width: 980px) {
  .single-ht_kb .sidebar {
    display: none;
  }
}

.social-media {
  display: flex;
  column-gap: 10px;
  margin-bottom: 10px;
  justify-content: flex-end;
}

.social-media a {
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 500px;
  background: transparent;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s;
}

.social-media a img {
  transition: transform 0.2s ease-in;
}

.social-media a:hover img {
  transform: scale(1.1);
}

a {
  transition: color 0.2s;
}

@media (min-width: 901px) {
  .download-app-btns-container h2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .download-app-btns-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}

.social-media-col {
  width: 80%;
}

.social-media-col .footer-divider {
  border-top: 1px solid #aec7d4;
}

.social-media-col .copyright-text {
  text-align: left;
}

@media (max-width: 786px) {
  .footer-row {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .social-media {
    justify-content: center;
    margin-top: 10px;
  }
  .social-media-col .copyright-text {
    text-align: center;
  }
  .footer-divider {
    display: none;
  }
}

@media (min-width: 901px) and (max-width: 1024px) {
  .download-app-btns-container {
    margin-bottom: 40px;
  }
}

.hkb-site-search::after {
  display: none;
}

/*Change voting icons*/
/* .hkb-feedback .ht-voting-upvote{
    background: url('/wp-content/uploads/2023/01/upvote-icon.svg') no-repeat center center;
    background-size: 60px;
    padding: 25px 50px;
    transition: transform 0.3s;
}

.hkb-feedback .ht-voting-downvote{
    background: url('/wp-content/uploads/2023/01/downvote-icon.svg') no-repeat center center;
    background-size: 60px;
    padding: 25px 50px;
    transition: transform 0.3s;
} */

/* .hkb-feedback .ht-voting-upvote:hover{
    transform: translatey(-5px);
    background-color: transparent;
}

.hkb-feedback .ht-voting-downvote:hover{
    transform: translatey(5px);
    background-color: transparent;
} */

.ht-voting {
  margin-top: 20px;
}

.btns-container a:hover img {
  transform: scale(1.05);
}

.btns-container a img {
  transition: transform 0.2s ease-in;
}

@media (min-width: 901px) and (max-width: 1024px) {
  .section-download-app {
    margin-bottom: 0;
  }
}

.hkb-category {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 5px 25px 2px rgba(223, 223, 223, 0.5);
}

.hkb-category--witharticles {
  border-bottom: 0 !important;
}

.hkb-archive > li {
  margin-bottom: 30px;
}

.hkb_widget_exit .widget__title,
.hkb_widget_exit .hkb_widget_exit__content {
  margin-right: 2rem;
}

.kb-archive-bottom {
  margin-top: 70px;
}

@media (min-width: 901px) and (max-width: 1024px) {
  .kb-archive-bottom {
    margin-bottom: 70px;
  }
  .download-app-img img {
    right: -50px;
  }
}

@media (max-width: 900px) {
  .kb-archive-bottom {
    margin-top: 0;
  }
  .download-app-btns-container .btns-container {
    align-self: unset;
  }
  
}

.site-footer .ht-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 696px) {
  .site-footer .ht-container {
    justify-content: center;
  }
  .site-footer .nav-footer{
    display: flex;
    margin-bottom: 15px;
  }
  .site-footer .nav-footer #menu-footer-memu{
    display: flex;
    line-height: 1.2;
  }
  #menu-item-1140{
    margin-right: 0;
  }
  .site-footer .nav-footer .menu-item{
    text-align: center;
  }
}

.site-footer .nav-footer a {
  color: var(--text);
  font-weight: 700;
}

.site-footer .nav-footer a:hover{
  text-decoration: none;
  color: var(--secondary)
}

#ht-kb-articles-widget-2 {
  background: var(--background) !important;
}

.hkb-category.hkb-category--style7.hkb-category--witharticles {
  padding: 25px 20px;
}

.hkb_widget_toc {
  background: var(--background);
}

.hkb-category .hkb-category__articlelist {
  padding-top: 10px;
}

.hkb-meta .hkb-meta__usefulness {
  display: none !important;
}

.imp-articles-title{
  margin-top: 0;
  font-size: 32px;
}

.section-download-app .download-text{
  text-align: center;
}

.hkb-feedback .ht-voting-comment__submit{
  float: none !important;
  font-family: inherit;
}

@media screen and (min-width: 768px){
  .ht-page.ht-page--sidebarleft .ht-page__content {
    padding-left: unset;
  }
}
