/*
 Theme Name:     Support Desk Click Shop
 Author:         Jędrzej Meder
 Template:       supportdesk
 Version:        2.0
 */
/*
 **** base ****
 1. Fonts
 2. App Colors
 3. Organisms
 3.1 Main
 3.1.1 Section
 3.1.2 Container
 3.1.3 Category Header
 3.2 Services section
 3.3 Popular question section
 3.4 Forum section
 4. Molecules
 5. Atoms
 6. Common
 6.1 Navbar
 6.2 Breadcrumbs
 7. Utilities
 **** pages ****
 1. Homepage
 2. st_Category pages
 3. Archive
 4. Contact
 5. Single st_kb
 6. 404 page
 7. Tag page
 8. Category page
 */
/* = Fonts
 -------------------------------------------------------------- */
/* Rawson */
/* Rawson */
@font-face {
  font-family: 'Rawson';
  font-weight: 100;
  src: url("/wp-content/themes/supportdesk_cs/fonts/Rawson-Set-OT/Rawson-Thin.otf") format("opentype");
}
@font-face {
  font-family: 'Rawson';
  font-weight: 300;
  src: url("/wp-content/themes/supportdesk_cs/fonts/Rawson-Set-OT/Rawson-Light.otf") format("opentype");
}
@font-face {
  font-family: 'Rawson';
  font-weight: 500;
  src: url("/wp-content/themes/supportdesk_cs/fonts/Rawson-Set-OT/Rawson-Regular.otf") format("opentype");
}
@font-face {
  font-family: 'Rawson';
  font-weight: 600;
  src: url("/wp-content/themes/supportdesk_cs/fonts/Rawson-Set-OT/Rawson-Medium.otf") format("opentype");
}
@font-face {
  font-family: 'Rawson';
  font-weight: 900;
  src: url("/wp-content/themes/supportdesk_cs/fonts/Rawson-Set-OT/Rawson-Bold.otf") format("opentype");
}
html, body {
  font-family: 'Rawson';
  width: 100vw;
  overflow-x: hidden;
  position: relative;
}
/* = App Colors
 -------------------------------------------------------------- */
/* = 3. Organisms
 -------------------------------------------------------------- */
.o-section {
  padding: 45px 0 45px 0;
  width: 100%;
}
.o-section__white {
  background-color: #fff;
}
.o-section__blue-light {
  background-color: #e9eef2;
}
.o-section__blue-dark {
  background-color: #d9e1e7;
}
.o-container {
  margin: 0 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0 0.625rem;
}
.o-category-header {
  background: #e9eef2;
  background-image: url("/wp-content/themes/supportdesk_cs/images/common/blob-header.svg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width : 750px) {
  .o-category-header {
    margin-bottom: 2rem;
    background-size: cover;
  }
}
.o-category-header--container {
  display: flex;
  align-items: center;
}
@media only screen and (max-width : 750px) {
  .o-category-header--container {
    flex-flow: column;
  }
}
.o-category-header--livesearch {
  padding: 40px 0;
  margin-top: 80px;
}
@media only screen and (max-width : 750px) {
  .o-category-header--livesearch {
    margin-top: 60px;
  }
}
.o-category-header--livesearch-header {
  color: #312f2f;
}
@media only screen and (max-width : 750px) {
  .o-category-header--livesearch-header {
    margin: 20px 0;
  }
}
.o-category-header--livesearch-header__main {
  font-size: 2rem;
  font-weight: 900;
}
.o-category-header--livesearch-header__subtext {
  font-size: 1rem;
  font-weight: 500;
}
.o-category-main--header {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  background: url(../images/common/bg-banner.jpg) no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
  padding: 3rem 0;
}
.o-category-main--header h1 {
  color: #1b1b1b;
  margin-bottom: 0;
}
.o-category-main--header p {
  color: #1b1b1b;
  font-weight: 600;
}
.o-footer .footer--container {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.o-footer .footer--container .col-fourth {
  width: calc(100%/4);
}
@media only screen and (max-width : 750px) {
  .o-footer .footer--container .col-fourth {
    width: calc(100%/2);
    padding-right: 22px;
  }
}
.o-footer .footer--container .col-fourth .widget-title {
  color: #697b8c;
  font-size: 1rem;
  padding: 0;
}
.o-footer .footer--container .col-fourth .widget-title span {
  background: transparent;
}
.o-footer .widget_nav_menu li a {
  color: #fff;
  padding: 0;
}
.o-footer .menu .footer-menu-img {
  height: 30px;
  background-repeat: no-repeat;
  background-position: left;
}
.o-footer .menu .footer-menu-img a {
  display: none;
}
.o-footer .menu .footer-menu-img__acronis {
  background-image: url("../images/partners/acronis.svg");
}
.o-footer .menu .footer-menu-img__google {
  background-image: url("../images/partners/google.svg");
}
.o-footer .menu .footer-menu-img__microsoft {
  background-image: url("../images/partners/microsoft.svg");
}
.o-footer .menu .footer-menu-img__odin {
  background-image: url("../images/partners/odin.svg");
}
.o-footer .menu .footer-menu-img__ox {
  background-image: url("../images/partners/ox.svg");
}
.o-footer .menu .footer-menu-img__payu {
  background-image: url("../images/partners/payu.svg");
}
.o-allCategories--wrapper {
  display: flex;
  flex-flow: row wrap;
}
.o-allCategories--wrapper .m-allCategories--items__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width : 750px) {
  .o-allCategories--wrapper .m-allCategories--items__header {
    flex-flow: column;
  }
}
.o-allCategories--wrapper .m-allCategories--items__headerText {
  font-size: 1.4rem;
  font-weight: 600;
  color: #312f2f;
}
.o-allCategories--wrapper .m-allCategories--item-list {
  list-style-type: none;
  padding: 0 0 0 18px;
  display: inline-block;
}
.o-allCategories--wrapper .m-allCategories--item-list li {
  margin: 0 0 15px;
  padding-left: 18px;
  line-height: 18px;
  position: relative;
}
.o-allCategories--wrapper .m-allCategories--item-list li:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  background: transparent url(/wp-content/themes/supportdesk_cs/images/common/ico.svg);
  left: -5px;
  background-size: cover;
  top: -4px;
}
.o-allCategories--wrapper .m-allCategories--item-list--link {
  color: #1b1b1b;
  font-weight: 600;
  font-size: 1rem;
}
.o-allCategories--wrapper .m-allCategories--item-list--link:hover {
  text-decoration: none;
  color: #e20000;
}
/* = services section
 -------------------------------------------------------------- */
.o-services-section .m-container .m-services-title {
  color: #1b1b1b;
  text-align: center;
  font-size: 2rem;
  display: flex;
  align-items: center;
  margin-top: 0;
}
.o-services-section .m-container .m-services-title span {
  color: #e20000;
  margin-right: 0.3rem;
}
.o-services-section .m-container .m-services-title:before, .o-services-section .m-container .m-services-title:after {
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 0.1875rem;
  border-radius: 0.125rem;
  background: #c9d3db;
  content: "";
}
.o-services-section .m-container .m-services-title:before {
  margin-right: 1.875rem;
}
.o-services-section .m-container .m-services-title:after {
  margin-left: 1.875rem;
}
.o-services-section .m-container .m-services-columns {
  padding: 0;
  display: flex;
  justify-content: space-around;
  list-style: none;
  flex-wrap: wrap;
}
.o-services-section .m-container .m-services-columns .m-fixed-columns__col {
  width: 20%;
}
@media only screen and (max-width : 750px) {
  .o-services-section .m-container .m-services-columns .m-fixed-columns__col {
    width: 50%;
  }
}
.o-services-section .m-container .m-services-columns .m-fixed-columns__col .m-services {
  text-align: center;
}
.o-services-section .m-container .m-services-columns .m-fixed-columns__col .m-services__title {
  margin-bottom: 0.125rem;
  color: #1b1b1b;
  font-size: 1.2rem;
  font-weight: 700;
  white-space: nowrap;
}
.o-services-section .m-container .m-services-columns .m-fixed-columns__col .m-services__title:hover {
  text-decoration: none;
}
.o-services-section .m-container .m-services-columns .m-fixed-columns__col .m-services__value {
  margin: 0;
  color: #1b1b1b;
  font-weight: 700;
}
.o-services-section .m-container .m-services-columns .m-fixed-columns__col .m-services__subtext {
  color: #c9d3db;
  font-size: 0.75rem;
  margin: 0;
}
.o-services-section .m-container .m-services-columns__hidden {
  display: none;
}
.o-services-section .m-container .m-services-toggle {
  text-align: center;
}
.o-services-section .m-container .m-services-toggle .a-services-toggle__btn {
  position: relative;
  color: #1b1b1b;
}
.o-services-section .m-container .m-services-toggle .a-services-toggle__btn:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #e20000;
  position: absolute;
  top: 50%;
  right: -20px;
}
.o-services-section .m-container .m-services-toggle .a-services-toggle__btn-top {
  position: relative;
  color: #1b1b1b;
}
.o-services-section .m-container .m-services-toggle .a-services-toggle__btn-top:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #e20000;
  position: absolute;
  top: 50%;
  right: -20px;
}
/* =  tripleListOfArticles
 -------------------------------------------------------------- */
.o-tripleListOfArticles--section .m-tripleListOfArticles-content--wrapper {
  display: flex;
  flex-flow: wrap;
}
.o-tripleListOfArticles--section .m-tripleListOfArticles-content--wrapper .a-section-header {
  margin-bottom: 1rem;
}
.o-tripleListOfArticles--section .m-tripleListOfArticles-content--wrapper .a-section-header .m-tripleListOfArticles-title {
  color: #1b1b1b !important;
}
@media only screen and (max-width : 750px) {
  .o-tripleListOfArticles--section .m-tripleListOfArticles-content--wrapper .a-section-header {
    margin-bottom: 0rem;
  }
  .o-tripleListOfArticles--section .m-tripleListOfArticles-content--wrapper .a-section-header h2 {
    margin-bottom: 0;
  }
}
.o-tripleListOfArticles--section .m-tripleListOfArticles-content--wrapper .m-tripleListOfArticles-content--box {
  margin: 0.2rem 0;
}
.o-tripleListOfArticles--section .m-tripleListOfArticles-content--wrapper .m-tripleListOfArticles-content--box .m-tripleListOfArticles-link {
  color: #1b1b1b;
  font-size: 1rem;
}
.o-tripleListOfArticles--section .m-tripleListOfArticles-content--wrapper .m-tripleListOfArticles-content--box .m-tripleListOfArticles-link:visited {
  color: #1b1b1b;
}
/* =  Popular question section
 -------------------------------------------------------------- */
.o-notification--section .m-notification--container .m-notification--sidebar .a-notification--sidebar__img-box {
  position: relative;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
}
.o-notification--section .m-notification--container .m-notification--sidebar .a-notification--sidebar__img-box img {
  width: 100%;
  opacity: 0.7;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  cursor: pointer;
  transition: all 0.5s ease;
}
.o-notification--section .m-notification--container .m-notification--sidebar .a-notification--sidebar__img-box img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
  transition: all 0.5s ease;
}
.o-notification--section .m-notification--container .m-notification--sidebar .a-notification--sidebar__img-box .notification--img-text {
  z-index: 1;
  position: absolute;
  color: #1b1b1b;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
  cursor: pointer;
}
@media only screen and (max-width : 750px) {
  .o-notification--section .m-notification--container .m-notification--sidebar .a-notification--sidebar__img-box .notification--img-text {
    text-align: center;
  }
}
.o-notification--section .m-notification--container .m-notification--sidebar .a-notification--sidebar__img-box .notification--img-text span {
  color: #e20000;
}
.o-notification--section .m-notification--container .m-notification--header {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.o-notification--section .m-notification--container .m-notification--header span {
  color: #e20000;
}
.o-notification--section .m-notification--container .m-notification-content--container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
}
.o-notification--section .m-notification--container .m-notification-content--container .m-notification-post-date {
  width: 100%;
  font-weight: 700;
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.o-notification--section .m-notification--container .m-notification-content--container a {
  color: #1b1b1b;
  border-bottom: 1px solid #e20000;
  font-weight: 600;
}
.o-notification--section .m-notification--container .m-notification-content--container a:hover {
  text-decoration: none;
}
.o-notification--section .m-notification--container .m-notification-content--box {
  margin-bottom: 1.5rem;
}
.o-notification--section .m-notification--container .m-notification-content--box h3 {
  margin-bottom: 0.5rem;
}
@media only screen and (max-width : 750px) {
  .o-notification--section .m-notification--container {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
}
/* = Forum section
 -------------------------------------------------------------- */
.o-forum--section .m-forum-header {
  margin: 20px 0;
}
.o-forum--section .m-forum-header .a-forum-header--btn {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width : 750px) {
  .o-forum--section .m-forum-header .a-forum-header--btn {
    justify-content: flex-start;
    margin: 1rem 0;
  }
}
.o-forum--section .m-forum-header .a-forum-header--btn a:visited {
  color: #312f2f;
}
.o-forum--section .m-forum-box--container .m-forum-box--container__item {
  margin: 20px 0;
}
.o-forum--section .m-forum-box--container .m-forum-box--container__item .a-forum-avatar--box__img {
  border-radius: 50%;
  background: #fff;
  padding: 2px;
  margin-bottom: 10px;
}
.o-forum--section .m-forum-box--container .m-forum-box--container__item .a-forum-avatar--box__nickname {
  text-align: center;
  color: #697b8c;
  font-weight: 400;
  word-break: break-all;
}
.o-forum--section .m-forum-box--container .m-forum-box--container__item .a-forum-content--box .a-forum--content {
  color: #1b1b1b;
}
.o-forum--section .m-forum-box--container .m-forum-box--container__item .a-forum-content--box .a-forum--content__title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}
.o-forum--section .m-forum-box--container .m-forum-box--container__item .a-forum-content--box .a-forum--content__title a {
  color: #1b1b1b;
}
.o-forum--section .m-forum-box--container .m-forum-box--container__item .a-forum-content--box .a-forum--content__text a {
  color: #b00000;
}
/* = featuredQuestion section
 -------------------------------------------------------------- */
.o-section--featuredQuestion {
  padding: 25px 0;
}
.o-section--featuredQuestion .m-container--featuredQuestion .a-featuredQuestion--header {
  padding-bottom: 20px;
}
.o-section--featuredQuestion .m-container--featuredQuestion .m-featuredQuestion__questions .m-featuredQuestion__item {
  display: none;
  margin-bottom: 2rem;
}
.o-section--featuredQuestion .m-container--featuredQuestion .m-featuredQuestion__questions .slider-caption {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 100%;
}
.o-section--featuredQuestion .m-container--featuredQuestion .m-featuredQuestion__questions .slider-caption .slide {
  cursor: pointer;
  font-size: 2rem;
  margin: 0 1rem;
  color: #adbac5;
}
.o-section--featuredQuestion .m-container--featuredQuestion .m-featuredQuestion__questions .slider-caption .caption-dot {
  height: 1rem;
  width: 1rem;
  padding: 0;
  margin: 0 10px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
}
.o-section--featuredQuestion .m-container--featuredQuestion .m-featuredQuestion__questions .slider-caption .caption__red {
  background-color: #e20000;
  border: none;
}
.o-section--featuredQuestion .m-container--featuredQuestion .m-featuredQuestion__questions .slider-caption .caption:hover {
  background-color: #fff;
}
.o-section--featuredQuestion .m-container--featuredQuestion .m-featuredQuestion__questions .m-featuredQuestion__question--thumbnail {
  border-radius: 50%;
  background: #fff;
  border: 2px solid #fff;
}
@media only screen and (max-width : 750px) {
  .o-section--featuredQuestion .m-container--featuredQuestion .m-featuredQuestion__questions .m-featuredQuestion__question--thumbnail {
    background: transparent;
    border-radius: 0;
    text-align: center;
    margin: 20px 0;
    border: none;
  }
}
.o-section--featuredQuestion .m-container--featuredQuestion .m-featuredQuestion__questions .m-featuredQuestion__question--thumbnail img {
  border-radius: 50%;
}
@media only screen and (max-width : 750px) {
  .o-section--featuredQuestion .m-container--featuredQuestion .m-featuredQuestion__questions .m-featuredQuestion__question--thumbnail img {
    border-radius: 0;
  }
}
.o-section--featuredQuestion .m-container--featuredQuestion .m-featuredQuestion__questions .m-featuredQuestion__question--header {
  margin: 0;
}
.o-section--featuredQuestion .m-container--featuredQuestion .m-featuredQuestion__questions .m-featuredQuestion__question--title {
  color: #1b1b1b;
}
.o-section--featuredQuestion .m-container--featuredQuestion .m-featuredQuestion__questions .m-featuredQuestion__question--content-link {
  color: #e20000;
}
.o-related-posts {
  padding: 2rem 0;
}
.o-related-posts--header {
  margin-bottom: 2.2rem;
}
.o-related-posts .related-post--wrapper {
  height: 100%;
}
.o-related-posts .related-post--box {
  background-color: #e9eef2;
  padding: 1.5rem;
  min-height: 275px;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
}
@media only screen and (max-width : 750px) {
  .o-related-posts .related-post--box {
    min-height: auto;
    margin-bottom: 1rem;
  }
}
.o-related-posts .related-post--header h3 {
  margin: 0;
}
.o-related-posts .related-post--header a {
  color: #1b1b1b;
}
.o-related-posts .related-post--content {
  margin: 2rem 0;
}
.o-related-posts .related-post--link {
  text-align: right;
}
/* = Molecules
 -------------------------------------------------------------- */
.category--livesearch-bottom {
  display: flex;
  align-items: center;
  padding: 40px 0;
  margin: 20px 0;
  width: 100%;
}
@media only screen and (max-width : 750px) {
  .category--livesearch-bottom {
    flex-flow: column;
  }
  .category--livesearch-bottom .category--livesearch-bottom--or {
    text-align: center;
    margin: 20px 0;
  }
}
/* = Atoms
 -------------------------------------------------------------- */
.a-page-header {
  padding: 40px 0 0 0;
}
.a-page-header h1 {
  color: #1b1b1b;
}
.a-section-header {
  align-items: center;
}
.a-section-header h2 {
  font-size: 1.7rem;
  margin: 0;
}
.a-section-header h2 span {
  font-size: 1.9rem;
  color: #e20000;
}
@media only screen and (max-width : 750px) {
  .a-section-header {
    flex-flow: column;
    align-items: flex-start;
  }
  .a-section-header h2 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
}
.a-btn {
  border-radius: 0.375rem;
  font-size: 1.125rem;
  font-weight: 500;
  background-color: #1b1b1b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#181818));
  background-image: linear-gradient(180deg, #323232, #181818);
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0.125rem solid transparent;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-position 0.4s, -webkit-box-shadow 0.4s;
  transition: background-position 0.4s, -webkit-box-shadow 0.4s;
  transition: background-position 0.4s, box-shadow 0.4s;
  transition: background-position 0.4s, box-shadow 0.4s, -webkit-box-shadow 0.4s;
  background-size: 0.0625rem calc(200% + 1rem);
  text-shadow: 0 0.0625rem 0.375rem rgba(27, 27, 27, .24);
  -webkit-box-shadow: 0 0.125rem 0.3125rem rgba(105, 123, 140, .2);
  box-shadow: 0 0.125rem 0.3125rem rgba(105, 123, 140, .2);
  white-space: nowrap;
}
.a-btn:hover {
  text-decoration: none;
}
.a-btn--big {
  font-size: 16px;
  font-weight: bold;
  height: 45px;
  padding: 9px 25px;
}
.a-btn--medium {
  font-size: 16px;
  font-weight: bold;
  height: auto;
  padding: 7px 20px;
}
.a-btn--small {
  font-size: 14px;
  font-weight: 600;
  height: auto;
  padding: 5px 20px;
}
.a-btn--supersmall {
  font-size: 12px;
  height: 30px;
  padding: 4px 14px;
}
.a-btn--max-width {
  width: 100%;
}
.a-btn--frame-white {
  border-color: #adbac5;
  color: #312f2f;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f7f7f7));
  background-image: linear-gradient(180deg, #fff, #f7f7f7);
  text-shadow: none;
}
.a-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  border: 0;
  background: none;
  text-decoration: none;
  cursor: pointer;
}
.a-link:hover {
  text-decoration: none;
}
.a-link:after {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  content: "";
  width: 100%;
  height: 0.125rem;
  margin-top: 0.125rem;
}
.a-link:hover:after {
  -webkit-transform: scaleY(1.5) translateY(0.125rem);
  -ms-transform: scaleY(1.5) translateY(0.125rem);
  transform: scaleY(1.5) translateY(0.125rem);
}
.a-link:after {
  background-color: #e20000;
}
.a-link--gray:after {
  background-color: #d9e1e7;
}
@media only screen and (max-width : 750px) {
  .a-link-mobile:after {
    background-color: transparent;
  }
}
/* = Common
 -------------------------------------------------------------- */
.o-navbar {
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
  transition: top 0.3s;
  z-index: 99999999;
  border-bottom: 2px solid #adbac5;
}
@media only screen and (max-width : 750px) {
  .o-navbar {
    display: none;
  }
}
.o-navbar .m-navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.o-navbar .m-navbar-container .logo-container {
  display: flex;
  justify-content: center;
}
.o-navbar .m-navbar-container .logo-container p {
  font-size: 0.75rem;
  color: #697b8c;
}
.o-navbar .m-navbar-container .logo-container .logo-fb-like-box {
  margin-left: 15px;
}
.notificationBox {
  position: absolute;
  right: -10px;
  background: #e20000;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #e20000;
  line-height: 11px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  z-index: 999;
}
@media only screen and (max-width : 750px) {
  .notificationBox {
    right: 20px;
    width: 20px;
    height: 20px;
    line-height: 15px;
  }
}
.primary-nav-mobile {
  position: relative;
  position: fixed;
  width: 100%;
  z-index: 999;
}
.primary-nav-mobile--container {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 15px;
}
.primary-nav-mobile--container img {
  width: 100px;
}
.sidebar-left {
  flex-flow: row-reverse;
}
.sidebar-right {
  flex-flow: row;
}
.m-breadcrumbs {
  padding: 20px 15px;
}
.m-breadcrumbs--list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: auto;
  position: relative;
  display: inline-block;
}
.m-breadcrumbs--list li {
  float: left;
}
.m-breadcrumbs--list li-item {
  color: #312f2f;
}
.m-breadcrumbs--list li .sep {
  margin: 0 5px;
}
.cat_buttons {
  width: 100%;
  padding: 0;
}
.cat_buttons--container {
  display: flex;
  justify-content: flex-start;
  flex-flow: wrap;
}
.cat_buttons--container .cbs_button {
  font-weight: 800;
  color: #1b1b1b;
  font-size: 1rem;
  width: auto;
  margin: 4px 12px;
}
.m-sidebar-img-box-with-button {
  display: flex;
  flex-flow: column;
  position: relative;
}
.m-sidebar-img-box-with-button img {
  width: 100%;
}
.m-sidebar-img-box-with-button__text-container {
  background-color: #e9eef2;
  padding: 15px;
}
.m-sidebar-img-box-with-button__text {
  margin-bottom: 1rem;
}
.o-contact-box {
  padding: 4rem 0;
  background-color: #fff;
}
.o-contact-box .m-contact-box--container {
  background: #e9eef2;
  padding: 25px;
}
@media only screen and (max-width : 750px) {
  .o-contact-box .m-contact-box--container {
    flex-flow: column;
    align-items: flex-start;
  }
}
.o-infobox {
  padding: 25px;
  background-color: #e9eef2;
  background-image: url("/wp-content/themes/supportdesk_cs/images/common/blob-do-you-know.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
@media only screen and (max-width : 750px) {
  .o-infobox {
    background-position: right top;
  }
  .o-infobox .m-infobox-content--btn {
    margin-top: 20px;
  }
}
.o-infobox .m-infobox--header {
  font-weight: 600;
  font-size: 2rem;
  padding-bottom: 20px;
}
.o-infobox .m-infobox-content {
  position: relative;
  display: flex;
  width: 100%;
  align-items: flex-end;
}
@media only screen and (max-width : 750px) {
  .o-infobox .m-infobox-content {
    flex-flow: column;
  }
}
/* = Widgets
 -------------------------------------------------------------- */
.widget-title {
  padding: 0;
  font-size: 1.5rem;
  margin: 0 0 1rem;
}
.category-sidebar {
  background-color: #e9eef2;
}
.category-sidebar--img {
  width: 100%;
}
.category-sidebar--textContainer {
  padding: 20px;
}
.category-sidebar--textContainer p {
  margin: 10px 0;
}
.widget_rss .widget-title {
  padding: 0;
  margin: 1rem 0;
}
.widget_rss ul li {
  background: rgba(0, 0, 0, 0) url(../images/kb-small.png) no-repeat 15px 5px;
  margin: 0 0 5px;
  padding-left: 40px;
  line-height: 25px;
}
.st_kb_categories_widget {
  background: #e9eef2;
  background-image: url("/wp-content/themes/supportdesk_cs/images/common/blob-kategorie.svg");
  background-repeat: no-repeat;
  background-position: right top;
  padding: 25px 15px;
}
.st_kb_categories_widget .widget-title {
  margin: 0;
}
.st_kb_categories_widget__hardcoded ul li {
  padding-left: 20px;
  font-weight: 600;
  margin: 10px 0;
}
.st_kb_categories_widget__divider hr {
  margin: 10px 0;
  height: 1px;
  background: #697b8c;
}
.st_kb_categories_widget--list .current-cat > a {
  color: #e20000;
}
.st_kb_categories_widget--list li {
  padding-left: 20px;
  margin: 10px 0;
  font-weight: 600;
}
.st_kb_categories_widget--list li .children li {
  font-weight: 500;
}
.yoast-breadcrumb--container {
  margin: 0 auto 1.5rem 0;
  background-color: #e9eef2;
  padding: 1.5rem 0;
}
.yoast-breadcrumb--container a, .yoast-breadcrumb--container a:visited, .yoast-breadcrumb--container a:hover {
  color: #1b1b1b;
}
.helpful-block-content {
  background: #fff;
  border-top: 2px solid #adbac5;
  border-bottom: 2px solid #adbac5;
}
/* = Utilities
 -------------------------------------------------------------- */
.space-between {
  display: flex;
  justify-content: space-between;
}
.push-end {
  display: flex;
  justify-content: flex-end;
}
.page-wrapper {
  max-width: 1920px;
  margin: auto;
  padding-top: 80px;
}
@media only screen and (max-width : 750px) {
  .page-wrapper {
    padding-top: 40px;
  }
}
/*
 ============================
 =========== homepage =======
 ============================
 */
.homepage-wrapper {
  max-width: 1920px;
  margin: auto;
  padding-top: 80px;
}
@media only screen and (max-width : 750px) {
  .homepage-wrapper {
    padding-top: 40px;
  }
}
.o-homepage-header-section {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  background: url(../images/common/bg-banner.jpg) no-repeat center top;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.o-homepage-header-section .m-homepage-header--container-fluid {
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 40px 0 40px 0;
}
.o-homepage-header-section .m-homepage-header--container-fluid .homepage-header--text {
  color: #1b1b1b;
}
.o-homepage-header-section .m-homepage-header--container-fluid .homepage-header--text__main {
  font-size: 2rem;
  font-weight: 900;
}
.o-homepage-header-section .m-homepage-header--container-fluid .homepage-header--text__sub {
  font-size: 1.5rem;
  color: #312f2f;
}
.o-homepage-header-section .m-homepage-header--container-fluid .homepage-header--text__sub-bottom {
  font-size: 1.2rem;
}
.o-homepage-header-section .m-homepage-header--container-fluid .homepage-header--livesearch {
  margin: 20px 0;
}
/* = 3. Category page
 -------------------------------------------------------------- */
.o-category-content-container {
  display: flex;
  flex-flow: row-reverse wrap;
}
.o-category-content-container .o-category--section {
  width: 70%;
  margin-left: 5%;
}
@media only screen and (max-width : 750px) {
  .o-category-content-container .o-category--section {
    width: 100%;
    margin-left: 0;
  }
}
.o-category-content-container .o-category--section .kb-category-list {
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.o-category-content-container .o-category--section .kb-category-list .kb-category-main-list--item {
  width: 45%;
}
@media only screen and (max-width : 750px) {
  .o-category-content-container .o-category--section .kb-category-list .kb-category-main-list--item {
    width: 100%;
  }
}
.o-category-content-container .o-category--section .kb-category-list .kb-category-main-list--item .kb-category-list--items__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width : 750px) {
  .o-category-content-container .o-category--section .kb-category-list .kb-category-main-list--item .kb-category-list--items__header {
    flex-flow: column;
    align-items: unset;
  }
}
.o-category-content-container .o-category--section .kb-category-list .kb-category-main-list--item .kb-category-list--items__header-text {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 500;
}
.o-category-content-container .o-category--section .kb-category-list .kb-category-main-list--item .kb-category-list--items__header-text a {
  font-size: 1.5rem;
  color: #1b1b1b;
}
.o-category-content-container .o-category--section .kb-category-list .kb-category-list--item-container {
  display: flex;
  flex-flow: column wrap;
  margin: 0;
  list-style-type: none;
  padding: 0;
  width: 100%;
}
.o-category-content-container .o-category--section .kb-category-list .kb-category-list--item-container .kb-category-list--item {
  margin: 0.2rem 0;
  position: relative;
}
.o-category-content-container .o-category--section .kb-category-list .kb-category-list--item-container .kb-category-list--item:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  background: transparent url(/wp-content/themes/supportdesk_cs/images/common/ico.svg);
  left: -10px;
  background-size: cover;
  top: -4px;
}
.o-category-content-container .o-category--section .kb-category-list .kb-category-list--item-container .kb-category-list--item__img {
  box-shadow: 2px 2px 2px #eee;
}
.o-category-content-container .o-category--section .kb-category-list .kb-category-list--item-container .kb-category-list--item .kb-category-list--item-title {
  color: #1b1b1b;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 12px;
}
.o-category-content-container .o-category--section .kb-category-list .kb-all-from-category-list {
  width: 100%;
  padding: 1rem 0;
}
@media only screen and (max-width : 750px) {
  .o-category-content-container .o-category--section .kb-category-list .kb-all-from-category-list {
    padding: 1rem 0 1rem 1rem;
  }
}
.o-category-content-container .o-category--section .kb-category-list .kb-all-from-category-list article h2 {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 500;
}
.o-category-content-container .o-category--section .kb-category-list .kb-all-from-category-list article h2 a:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  background: transparent url(/wp-content/themes/supportdesk_cs/images/common/ico.svg);
  left: -25px;
  background-size: cover;
  top: 0px;
}
.o-category-content-container .o-category--section .subCategories--wrapper .a-allCategory-header {
  font-size: 2rem;
  font-weight: 900;
  border-bottom: 2px solid #e9eef2;
  margin-bottom: 2rem;
}
.o-category-content-container .o-category--section .subCategories--wrapper .a-allCategory-header span {
  color: #e20000;
}
.o-category-content-container .o-category--section .subCategories--wrapper .subcategories-box {
  margin-bottom: 2rem;
}
.o-category-content-container .o-category--section .subCategories--wrapper .subcategories-box .subcategories {
  display: flex;
  flex-flow: wrap;
}
.o-category-content-container .o-category--section .subCategories--wrapper .subcategories-box .subcategories .subcategory {
  display: block;
  width: 50%;
}
@media only screen and (max-width : 750px) {
  .o-category-content-container .o-category--section .subCategories--wrapper .subcategories-box .subcategories .subcategory {
    width: 100%;
  }
}
.o-category-content-container .o-category--section .subCategories--wrapper .subcategories-box .subcategories .subcategory:nth-child(odd) {
  padding-right: 5%;
}
@media only screen and (max-width : 750px) {
  .o-category-content-container .o-category--section .subCategories--wrapper .subcategories-box .subcategories .subcategory:nth-child(odd) {
    padding: 0;
  }
}
.o-category-content-container .o-category--section .subCategories--wrapper .subcategories-box .subcategories .subcategory .subcategory-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.o-category-content-container .o-category--section .subCategories--wrapper .subcategories-box .subcategories .subcategory .subcategory-title h3 a {
  color: #1b1b1b;
  font-size: 1.4rem;
  font-weight: 600;
}
.o-category-content-container .o-category--section .subCategories--wrapper .subcategories-box .subcategories .subcategory .subcategory-posts {
  margin: 0;
  list-style-type: none;
  padding: 0;
  width: 100%;
  padding-left: 25px;
}
.o-category-content-container .o-category--section .subCategories--wrapper .subcategories-box .subcategories .subcategory .subcategory-posts .subcategory-post {
  margin: 0.4rem 0;
  font-size: 0.9rem;
  position: relative;
}
.o-category-content-container .o-category--section .subCategories--wrapper .subcategories-box .subcategories .subcategory .subcategory-posts .subcategory-post:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  background: transparent url(/wp-content/themes/supportdesk_cs/images/common/ico.svg);
  left: -25px;
  background-size: cover;
  top: -4px;
}
.o-category-content-container .o-category--section .subCategories--wrapper .subcategories-box .subcategories .subcategory .subcategory-posts .subcategory-post a {
  color: #1b1b1b;
}
.o-category-content-container .o-category--section .o-infobox {
  margin-bottom: 40px;
}
.o-category-content-container .o-category--section .post .post-date {
  font-weight: 900;
}
.o-category-content-container .o-category-sidebar {
  width: 25%;
}
@media only screen and (max-width : 750px) {
  .o-category-content-container .o-category-sidebar {
    width: 100%;
    margin-bottom: 40px;
  }
}
/*
 ============================
 =========== archive ========
 ============================
 */
.allCategories {
  display: flex;
  flex-flow: row-reverse;
}
@media only screen and (max-width : 750px) {
  .allCategories {
    flex-flow: column;
  }
}
.allCategories--content-wrapper {
  width: 100%;
}
.allCategories aside {
  width: 30%;
  margin-right: 2%;
}
@media only screen and (max-width : 750px) {
  .allCategories aside {
    width: 100%;
  }
}
.allCategories .allCategories-container {
  margin: 20px 0;
}
@media only screen and (max-width : 750px) {
  .allCategories .allCategories-container {
    width: 100%;
  }
}
/*
 ============================
 =========== contact ========
 ============================
 */
.o-contact--container {
  display: flex;
  flex-flow: row-reverse;
}
@media only screen and (max-width : 750px) {
  .o-contact--container {
    flex-flow: column;
  }
}
.o-contact--container .o-contact--section {
  width: 75%;
}
@media only screen and (max-width : 750px) {
  .o-contact--container .o-contact--section {
    width: 100%;
  }
}
.o-contact--container .o-contact--section .m-contact--content .a-contact--steps .a-contact-steps--header {
  margin: 0 !important;
  text-align: left;
}
.o-contact--container .o-contact--section .m-contact--content .a-contact--steps-list li {
  margin: 0 0 4px 0;
}
.o-contact--container .o-contact--aside {
  width: 20%;
  margin: 0 5% 0 0;
}
@media only screen and (max-width : 750px) {
  .o-contact--container .o-contact--aside {
    width: 100%;
    margin-right: 0;
  }
}
.o-contact--container .o-contact--aside .widget-title {
  margin: 20px 0 26px;
  font-size: 24px;
  letter-spacing: 0;
  font-weight: 300;
  border-bottom: 1px solid #e0e0e0;
  padding: 0 0 10px;
  line-height: 26px;
  color: #312f2f;
}
.o-contact--container .o-contact--aside .o-contact--aside-widget {
  text-align: center;
}
.o-contact--container .o-contact--aside .o-contact--aside-widget .a-contact--aside-company {
  font-size: 1.2rem;
}
.o-contact--container .o-contact--aside .o-contact--aside-widget .a-contact--aside-contact {
  display: flex;
  flex-flow: column;
}
.o-contact--container .o-contact--aside .o-contact--aside-widget .a-contact--aside-contact-header {
  font-size: 1.4rem;
  width: 100%;
  color: #1b1b1b;
  margin-top: 20px;
}
.o-contact--container .o-contact--aside .o-contact--aside-widget .a-contact--aside-contact p {
  font-size: 0.6rem;
  color: #999;
  margin: 8px 0;
}
.o-contact--container .o-contact--aside .o-contact--aside-widget .a-contact--aside-contact span a {
  font-size: 1.4rem;
  color: #e20000;
  font-weight: 800;
}
.o-contact--container .o-contact--aside .m-aside--premium-header {
  position: relative;
}
.o-contact--container .o-contact--aside .m-aside--premium-header:after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -7px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #e40000;
  -webkit-transition: 0.15s ease-in;
  -moz-transition: 0.15 ease-in;
  -o-transition: 0.15s ease-in;
  transition: 0.15s ease-in;
}
.o-contact--container .o-contact--aside .m-aside--premium-header-text {
  margin: 0;
  padding: 20px 10px;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #fff;
  background-color: #e20000;
  -webkit-transition: 0.15s ease-in;
  -moz-transition: 0.15 ease-in;
  -o-transition: 0.15s ease-in;
  transition: 0.15s ease-in;
}
.o-contact--container .o-contact--aside .m-aside--premium-text {
  padding: 8px 0 6px 0;
}
/*
 ============================
 ========= single ===========
 ============================
 */
.o-single--section {
  display: flex;
}
@media only screen and (max-width : 750px) {
  .o-single--section {
    flex-flow: column-reverse;
  }
}
.o-single--section aside {
  width: 25%;
  margin-right: 5%;
}
@media only screen and (max-width : 750px) {
  .o-single--section aside {
    width: 100%;
  }
}
.o-single--section article {
  width: 70%;
}
@media only screen and (max-width : 750px) {
  .o-single--section article {
    width: 100%;
  }
}
/*
 ============================
 ====== single st_kb ========
 ============================
 */
.o-article--container {
  display: flex;
  flex-flow: row;
}
@media only screen and (max-width : 750px) {
  .o-article--container {
    flex-flow: column;
  }
}
.o-article--container .m-article--section {
  width: 70%;
}
@media only screen and (max-width : 750px) {
  .o-article--container .m-article--section {
    width: 100%;
  }
}
.o-article--container .m-article--section .a-article--title {
  color: #1b1b1b;
  font-size: 1.4rem;
}
.o-article--container .m-article--section .a-article--tags {
  position: relative;
  padding: 0 0 1rem 0;
}
.o-article--container .m-article--section .a-article--tags__list {
  display: flex;
  flex-flow: row wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.o-article--container .m-article--section .a-article--tags__list:before {
  content: "Słowa kluczowe: ";
  margin-right: 1rem;
  font-size: 1rem;
  font-weight: 800;
  color: #1b1b1b;
  border-bottom: 2px solid #e20000;
}
.o-article--container .m-article--section .a-article--tags__list-item {
  margin-right: 2rem;
}
.o-article--container .m-article--section .a-article--tags__list-item a {
  font-size: 1rem;
  font-weight: 600;
  color: #adbac5;
}
.o-article--container .m-article--section .a-article--tags__list-item a:hover {
  border-bottom: 2px solid #e20000;
}
.o-article--container aside {
  width: 25%;
  margin-left: 5%;
}
@media only screen and (max-width : 750px) {
  .o-article--container aside {
    width: 100%;
    margin-left: 0;
  }
}
/*
 ============================
 ======== page 404 ==========
 ============================
 */
.o-page-404 {
  background: #e9eef2;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}
.o-page-404 .m-page-404--search {
  display: flex;
  flex-flow: column;
}
.o-page-404 .m-page-404--search #ajaxsearchpro1_1, .o-page-404 .m-page-404--search #ajaxsearchpro1_2, .o-page-404 .m-page-404--search div.asp_m.asp_m_1 {
  margin: 2rem 0 1rem 0;
}
/*
 ============================
 ======== tag page ==========
 ============================
 */
.o-tags--page .o-tags--container {
  display: flex;
  flex-flow: row;
}
@media only screen and (max-width : 750px) {
  .o-tags--page .o-tags--container {
    flex-flow: column;
  }
}
.o-tags--page .o-tags--container .o-tags--section {
  padding-bottom: 4rem;
  width: 70%;
}
@media only screen and (max-width : 750px) {
  .o-tags--page .o-tags--container .o-tags--section {
    width: 100%;
  }
}
.o-tags--page .o-tags--container .o-tags--section .a-tag-title {
  color: #1b1b1b;
}
.o-tags--page .o-tags--container .o-tags--section .a-tag-link {
  text-align: right;
}
.o-tags--page .o-tags--container aside {
  width: 25%;
  margin-left: 5%;
}
@media only screen and (max-width : 750px) {
  .o-tags--page .o-tags--container aside {
    width: 100%;
    margin-left: 0;
  }
}
