.bbdocs-overflow-hidden {
  overflow: hidden; }

.bbdocs-single-wrap {
  width: 100%;
  border-color: #E7E9EC;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  background: #fff;
  border: 1px solid #E7E9EC;
  border-radius: 10px;
  margin-bottom: 30px; }

.bbdocs-sidebar #docs-search {
  margin: 0 0px 25px;
  width: 100%;
  border-radius: 0px;
  border-left: none;
  border-right: none;
  font-size: 12px;
  border-color: #e8e8e8;
  height: 34px;
  margin-bottom: 20px;
  font-family: "Athletics", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  padding-left: 55px;
  padding-top: 3px;
  background: url(../../assets/img/svg/Search.svg);
  background-position: 25px center;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 15px 15px; }

.bbdocs-sidebar #docs-search::placeholder {
  color: #DBDBDB;
  opacity: 1;
  /* Firefox */ }

.bbdocs-sidebar #docs-search:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #DBDBDB; }

.bbdocs-sidebar #docs-search::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #DBDBDB; }

.bbdocs-single-content ol.bbdocs-breadcrumb a {
  font-family: "Athletics", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  font-weight: 400; }

.bbdocs-single-content ol.bbdocs-breadcrumb li span {
  font-family: "Athletics", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  font-weight: 400; }

.bbdocs-single-content ol.bbdocs-breadcrumb {
  margin-bottom: 25px !important; }

.bbdocs-single-content {
  padding: 50px 70px 70px 50px; }

.bbdocs-sidebar ul.doc-nav-list li a {
  font-size: 14px !important;
  line-height: 18px !important;
  letter-spacing: 0px !important;
  font-weight: 500;
  color: #9CA6B2;
  background-color: transparent;
  padding: 0px 10px 20px 55px !important;
  font-family: "Athletics", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  position: relative; }

.bbdocs-sidebar ul.doc-nav-list li ul.children {
  margin-left: 30px; }

.bbdocs-sidebar ul.doc-nav-list li ul.children li a {
  font-size: 14px !important;
  line-height: 18px !important;
  letter-spacing: 0px !important;
  font-weight: 500;
  color: #4D5C6D; }

.bbdocs-sidebar ul.doc-nav-list li.current_page_item a {
  color: #4D5C6D;
  background-color: transparent; }

.bbdocs-sidebar ul.doc-nav-list li a:hover {
  background-color: transparent !important;
  color: #4D5C6D !important; }

.bbdocs-sidebar ul.doc-nav-list li a:before {
  content: "";
  position: absolute;
  left: 25px;
  top: 0px;
  width: 13px;
  height: 13px;
  background: url(../../assets/img/svg/check-off.svg); }

.bbdocs-sidebar ul.doc-nav-list li.current_page_item > a:before {
  content: "";
  position: absolute;
  left: 22px;
  top: -3px;
  width: 19px;
  height: 19px;
  background: url(../../assets/img/svg/check-on.svg); }

.widget-title {
  display: flex;
  flex-direction: column; }
  .widget-title .dark_icon {
    margin-bottom: 20px; }
    .widget-title .dark_icon img {
      width: 50px; }

body.buddyboss-theme .bbdocs-sidebar {
  padding-top: 30px; }
  body.buddyboss-theme .bbdocs-sidebar .bb-sticky-sidebar--bbdocs .widget-title {
    color: #DF623C;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0px;
    position: relative; }

.bbdocs-single-content {
  border-left: 1px solid #E7E9EC; }

@media screen and (max-width: 1000px) {
  .bbdocs-single-content {
    border-left: none; } }

.bbdocs-sidebar {
  border-color: #E7E9EC;
  background-color: #FBFBFC;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  background: #FBFBFC;
  border-bottom: 0;
  min-height: 60vh;
  border-radius: 10px 0 0 10px;
  margin: 0;
  padding: 30px 0;
  font-size: 14px;
  overflow: initial;
  width: 100%; }
  @media screen and (max-width: 1000px) {
    .bbdocs-sidebar {
      min-height: auto;
      border: 0;
      width: 100% !important; } }
  .bbdocs-sidebar h3.widget-title {
    font-size: 17px;
    font-weight: 500;
    text-transform: none;
    margin: 0 20px 25px; }
  .bbdocs-sidebar ul.doc-nav-list {
    list-style: none;
    padding: 0;
    margin: 0; }
    .bbdocs-sidebar ul.doc-nav-list li a {
      border: 0;
      font-size: 14px;
      color: #939597;
      letter-spacing: -0.24px;
      display: block;
      padding: 12px 20px;
      line-height: 1.5;
      margin-bottom: 1px; }
      .bbdocs-sidebar ul.doc-nav-list li a:hover, .bbdocs-sidebar ul.doc-nav-list li a:focus {
        /*background: rgba(77, 92, 109, 0.1);*/
        color: #e86d2a; }
    .bbdocs-sidebar ul.doc-nav-list ul.children {
      list-style: none;
      margin: 0 0 0 0;
      padding: 0;
      border: none;
      display: none; }
      .bbdocs-sidebar ul.doc-nav-list ul.children a {
        font-weight: 300;
        padding-left: 45px; }
  .bbdocs-sidebar li.current_page_item ul.children,
  .bbdocs-sidebar li.current_page_parent ul.children {
    display: block; }
  .bbdocs-sidebar li.current_page_item a {
    background: transparent; }
  .bbdocs-sidebar li.current_page_item > a {
    background: rgba(77, 92, 109, 0.1); }
  .bbdocs-sidebar li.current_page_item > li.current_page_parent > a, .bbdocs-sidebar li.current_page_item > li.current_page_item > a, .bbdocs-sidebar li.current_page_item > li.current_page_ancestor > a {
    text-decoration: underline; }
  .bbdocs-sidebar li.current_page_item > li.current_page_parent li.current_page_item > a,
  .bbdocs-sidebar li.current_page_item > li.current_page_item li.current_page_item > a,
  .bbdocs-sidebar li.current_page_item > li.current_page_ancestor li.current_page_item > a {
    border-left: 2px solid #3598db;
    color: #191919;
    font-weight: bold; }
  .bbdocs-sidebar li.current_page_item > li.current_page_parent ul.children, .bbdocs-sidebar li.current_page_item > li.current_page_item ul.children, .bbdocs-sidebar li.current_page_item > li.current_page_ancestor ul.children {
    display: block; }

.bbdocs-single-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 55px 80px; }
  @media screen and (max-width: 992px) {
    .bbdocs-single-content {
      padding-left: 50px;
      padding-right: 50px; } }
  .bbdocs-single-content .entry-title {
    color: #122B46;
    font-size: 30px;
    letter-spacing: -0.24px;
    line-height: 45px; }
  .bbdocs-single-content h2 {
    position: relative;
    font-size: 28px;
    line-height: 34px;
    padding-top: 30px;
    border-top: solid 1px #E7E9EC; }
  .bbdocs-single-content ol.bbdocs-breadcrumb {
    margin-bottom: 40px;
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    .bbdocs-single-content ol.bbdocs-breadcrumb li {
      display: inline; }
      .bbdocs-single-content ol.bbdocs-breadcrumb li.delimiter {
        color: #999;
        margin: 0 2px; }
    .bbdocs-single-content ol.bbdocs-breadcrumb a,
    .bbdocs-single-content ol.bbdocs-breadcrumb .current {
      font-size: 14px;
      text-decoration: none; }
  .bbdocs-single-content article {
    position: relative; }
    .bbdocs-single-content article .entry-content {
      width: 100% !important;
      float: none !important;
      display: block; }
      .bbdocs-single-content article .entry-content a.anchorjs-link {
        color: #ccc; }
      .bbdocs-single-content article .entry-content .wp-block-image img {
        max-width: 100%;
        border: 1px solid #ddd;
        border-radius: 5px;
        margin-top: 20px;
        margin-bottom: 30px;
        height: auto;
        background: #F9F9F9;
        box-shadow: 0 3px 20px -1px rgba(7, 10, 25, 0.2);
        display: block; }
      .bbdocs-single-content article .entry-content .fluid-width-video-wrapper {
        border: 1px solid #ddd;
        border-radius: 5px;
        margin-top: 20px;
        margin-bottom: 30px;
        background: #F9F9F9;
        box-shadow: 0 3px 20px -1px rgba(7, 10, 25, 0.2);
        overflow: hidden; }
      .bbdocs-single-content article .entry-content pre {
        background-color: #FBFBFC;
        border-color: #E7E9EC;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        margin-bottom: 30px; }
      .bbdocs-single-content article .entry-content dl {
        margin-bottom: 1em; }
        .bbdocs-single-content article .entry-content dl dt {
          float: left;
          display: inline-block;
          font-weight: 400;
          text-align: center;
          padding: 4px 9px;
          margin-bottom: 1em;
          font-size: 18px;
          line-height: 1.2em;
          border-radius: 50px;
          color: #fff;
          background: #3197d1;
          vertical-align: baseline;
          white-space: nowrap;
          font-size: 15px;
          min-width: 9px;
          position: relative;
          top: 2px; }
        .bbdocs-single-content article .entry-content dl dd {
          padding-top: 3px;
          margin: 0 0 5px 45px; }
          .bbdocs-single-content article .entry-content dl dd:before {
            display: table;
            content: "";
            line-height: 0; }
          .bbdocs-single-content article .entry-content dl dd:after {
            display: table;
            content: "";
            line-height: 0;
            clear: both; }
      .bbdocs-single-content article .entry-content .bbdocs-callout {
        border-left: 5px solid;
        color: #333;
        font-size: 14px;
        margin-bottom: 2em;
        padding: 16px 25px 16px 20px;
        background: #f1f1f1;
        border-color: #cfcfcf; }
        .bbdocs-single-content article .entry-content .bbdocs-callout.callout-yellow {
          background: #fffcd5;
          border-color: #e7dca4; }
        .bbdocs-single-content article .entry-content .bbdocs-callout.callout-blue {
          background: #e8f4ff;
          border-color: #bed1e6; }
        .bbdocs-single-content article .entry-content .bbdocs-callout.callout-green {
          background: #e5fadc;
          border-color: #bbdaaf; }
        .bbdocs-single-content article .entry-content .bbdocs-callout.callout-red {
          background: #fde8e8;
          border-color: #e7aaaa; }
    .bbdocs-single-content article footer.entry-footer.bbdocs-entry-footer {
      margin-top: 60px;
      float: none;
      width: 100%;
      display: block; }
      .bbdocs-single-content article footer.entry-footer.bbdocs-entry-footer:before {
        content: " ";
        display: table; }
      .bbdocs-single-content article footer.entry-footer.bbdocs-entry-footer:after {
        content: " ";
        display: table;
        clear: both; }
      .bbdocs-single-content article footer.entry-footer.bbdocs-entry-footer .bbdocs-article-author {
        display: none; }
      .bbdocs-single-content article footer.entry-footer.bbdocs-entry-footer .bbdocs-help-link a {
        border-bottom: 1px dotted #C5C5C5;
        text-decoration: none; }
        .bbdocs-single-content article footer.entry-footer.bbdocs-entry-footer .bbdocs-help-link a:hover {
          text-decoration: none;
          border-bottom: 1px dotted #999; }
      .bbdocs-single-content article footer.entry-footer.bbdocs-entry-footer time {
        float: right;
        font-weight: normal; }
  .bbdocs-single-content a.bbdocs-print-article {
    color: #777; }
    .bbdocs-single-content a.bbdocs-print-article:hover {
      color: #555; }
    .bbdocs-single-content a.bbdocs-print-article i {
      font-size: 19px; }

.bbdocs-single-content article table {
  border: 1px solid #E7E9EC; }
  .bbdocs-single-content article table th, .bbdocs-single-content article table td {
    border-bottom: 0;
    padding: 0.5rem 1rem; }
  .bbdocs-single-content article table th:first-child, .bbdocs-single-content article table td:first-child {
    padding-left: 1rem; }
  .bbdocs-single-content article table th:last-child, .bbdocs-single-content article table td:last-child {
    padding-right: 1rem; }
  .bbdocs-single-content article table thead th, .bbdocs-single-content article table thead td {
    background-color: #FBFBFC;
    border-bottom: 1px solid #E7E9EC; }

.bbdocs-doc-nav {
  width: 100%;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin: 20px 0 30px 0;
  padding: 20px 0;
  font-size: 15px; }
  .bbdocs-doc-nav:before {
    content: " ";
    display: table; }
  .bbdocs-doc-nav:after {
    content: " ";
    display: table;
    clear: both; }
  .bbdocs-doc-nav .nav-previous {
    float: left;
    width: 50%; }
  .bbdocs-doc-nav .nav-next {
    float: right;
    width: 50%;
    text-align: right; }

/**
 * bbdocs homepage style
 */
.bbdocs-shortcode-wrap:before {
  content: " ";
  display: table; }

.bbdocs-shortcode-wrap:after {
  content: " ";
  display: table;
  clear: both; }

.bbdocs-shortcode-wrap ul.bbdocs-docs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: flex;
  flex-flow: wrap; }
  .bbdocs-shortcode-wrap ul.bbdocs-docs-list:before {
    content: " ";
    display: table; }
  .bbdocs-shortcode-wrap ul.bbdocs-docs-list:after {
    content: " ";
    display: table;
    clear: both; }
  .bbdocs-shortcode-wrap ul.bbdocs-docs-list li.bbdocs-docs-single {
    font-size: 15px;
    line-height: 1.4;
    margin: 0;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #E7E9EC;
    border-radius: 8px;
    background: #fff;
    -webkit-transition: all linear .2s;
    transition: all linear .2s; }
    .bbdocs-shortcode-wrap ul.bbdocs-docs-list li.bbdocs-docs-single a .section_title,
    .bbdocs-shortcode-wrap ul.bbdocs-docs-list li.bbdocs-docs-single a .view-link {
      -webkit-transition: all linear .2s;
      transition: all linear .2s; }
    .bbdocs-shortcode-wrap ul.bbdocs-docs-list li.bbdocs-docs-single h3 {
      font-size: 20px;
      font-weight: 500;
      padding: 35px 30px 0 30px;
      margin: 0;
      line-height: 1.4;
      display: flex;
      align-content: center;
      align-items: center;
      min-height: 68px; }
      .bbdocs-shortcode-wrap ul.bbdocs-docs-list li.bbdocs-docs-single h3 a {
        text-decoration: none; }
    .bbdocs-shortcode-wrap ul.bbdocs-docs-list li.bbdocs-docs-single:hover {
      box-shadow: 0 6px 24px 0 rgba(18, 43, 70, 0.12); }
    .bbdocs-shortcode-wrap ul.bbdocs-docs-list li.bbdocs-docs-single .inside {
      padding: 30px 30px 30px 30px;
      min-height: 180px; }
    .bbdocs-shortcode-wrap ul.bbdocs-docs-list li.bbdocs-docs-single .inside p:last-child {
      margin-bottom: 0; }
    .bbdocs-shortcode-wrap ul.bbdocs-docs-list li.bbdocs-docs-single .view-link {
      padding: 30px 0 0; }
      .bbdocs-shortcode-wrap ul.bbdocs-docs-list li.bbdocs-docs-single .view-link i {
        margin-left: 10px; }
  .bbdocs-shortcode-wrap ul.bbdocs-docs-list.col-2 > li {
    width: 48%; }
    .bbdocs-shortcode-wrap ul.bbdocs-docs-list.col-2 > li:nth-child(2n+1) {
      clear: both;
      margin-right: 3%; }
  .bbdocs-shortcode-wrap ul.bbdocs-docs-list.col-3 > li {
    width: 31%;
    margin-right: 1.1%;
    margin-left: 1.1%; }
  .bbdocs-shortcode-wrap ul.bbdocs-docs-list.col-3 > li {
    flex: 0 0 31%;
    max-width: 31%; }
  .bbdocs-shortcode-wrap ul.bbdocs-docs-list.col-3.col-mix > li:not(.featured) {
    flex: 0 0 47.6%;
    max-width: 47.6%; }
  .bbdocs-shortcode-wrap ul.bbdocs-docs-list.col-mix li.bbdocs-docs-single:not(.featured) .inside {
    min-height: 120px; }

.bbdocs-shortcode-head {
  display: flex;
  align-items: flex-end;
  margin: 30px 0 50px;
  padding: 0 1.1%; }
  .bbdocs-shortcode-head > span {
    flex: 0 0 15%; }
    .bbdocs-shortcode-head > span a i {
      margin: 0 10px 0 0; }
  .bbdocs-shortcode-head > h1 {
    flex: 0 0 70%;
    text-align: center;
    margin: 0; }

.bbdocs-feedback-wrap {
  padding-top: 15px;
  margin: 25px 0; }
  .bbdocs-feedback-wrap:before {
    content: " ";
    display: table; }
  .bbdocs-feedback-wrap:after {
    content: " ";
    display: table;
    clear: both; }
  .bbdocs-feedback-wrap .vote-link-wrap {
    background: #FBFBFC;
    border: 1px solid #E7E9EC;
    padding: 15px 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6gpx;
    border-radius: 6px; }
    .bbdocs-feedback-wrap .vote-link-wrap span {
      margin-left: 10px; }
    .bbdocs-feedback-wrap .vote-link-wrap a {
      font-weight: normal;
      padding: 6px 10px;
      color: #fff;
      text-decoration: none;
      line-height: 150%;
      border-radius: 6px;
      font-size: 14px; }
      .bbdocs-feedback-wrap .vote-link-wrap a .count {
        background-color: #fff;
        color: #999;
        padding: 2px 8px;
        margin-left: 7px;
        vertical-align: 1px; }
      .bbdocs-feedback-wrap .vote-link-wrap a:hover {
        text-decoration: none; }
      .bbdocs-feedback-wrap .vote-link-wrap a.positive {
        background: #6a9c1f;
        border: 1px solid #67981e;
        margin-right: 10px; }
        .bbdocs-feedback-wrap .vote-link-wrap a.positive:hover {
          background-color: #5c871b;
          color: #fff; }
      .bbdocs-feedback-wrap .vote-link-wrap a.negative {
        background: #ac2d22;
        border: 1px solid #a82c21; }
        .bbdocs-feedback-wrap .vote-link-wrap a.negative:hover {
          background-color: #97271e;
          color: #fff; }

.bbdocs-alert {
  padding: 15px;
  border: 1px solid transparent; }
  .bbdocs-alert.bbdocs-alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
  .bbdocs-alert.bbdocs-alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }

.bbdocs-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9985;
  background-color: #000;
  opacity: .5;
  display: none; }

.bbdocs-contact-modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 9990;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border-radius: 3px;
  outline: 0;
  display: none; }
  .bbdocs-contact-modal .bbdocs-modal-close {
    position: absolute;
    display: block;
    z-index: 9997;
    top: 0;
    right: 0;
    text-decoration: none;
    background: #eee;
    padding: 5px 15px 5px 15px;
    color: #666;
    font-size: 15px; }
    .bbdocs-contact-modal .bbdocs-modal-close:hover {
      color: #333;
      background: #ccc; }
  .bbdocs-contact-modal .bbdocs-modal-header, .bbdocs-contact-modal .bbdocs-modal-body {
    padding: 0 50px; }
  .bbdocs-contact-modal .bbdocs-modal-header {
    padding: 20px 0;
    text-align: center; }
  .bbdocs-contact-modal .bbdocs-modal-body {
    padding-bottom: 40px; }
    .bbdocs-contact-modal .bbdocs-modal-body #bbdocs-modal-errors .bbdocs-alert {
      margin-bottom: 20px; }
    .bbdocs-contact-modal .bbdocs-modal-body .bbdocs-form-row {
      margin-bottom: 10px; }
      .bbdocs-contact-modal .bbdocs-modal-body .bbdocs-form-row label {
        padding-bottom: 5px;
        display: block; }
    .bbdocs-contact-modal .bbdocs-modal-body .bbdocs-form-action {
      margin-top: 10px; }
  .bbdocs-contact-modal input[type="text"], .bbdocs-contact-modal input[type="email"] {
    background: #f7f7f7;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #686868;
    padding: 0.625em 0.4375em;
    width: 100%; }
  .bbdocs-contact-modal textarea {
    background: #f7f7f7;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #686868;
    padding: 0.625em 0.4375em;
    width: 100%; }
  .bbdocs-contact-modal input[type="text"]:focus, .bbdocs-contact-modal input[type="email"]:focus {
    background-color: #fff;
    border-color: #007acc;
    color: #1a1a1a;
    outline: 0; }
  .bbdocs-contact-modal textarea:focus {
    background-color: #fff;
    border-color: #007acc;
    color: #1a1a1a;
    outline: 0; }
  .bbdocs-contact-modal input[disabled] {
    cursor: default;
    opacity: .5; }

.bb-icons-spin {
  -webkit-animation: bbdocs-spin 2s infinite linear;
  animation: bbdocs-spin 2s infinite linear; }

@-webkit-keyframes bbdocs-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes bbdocs-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@media screen and (max-width: 1000px) {
  .bbdocs-single-wrap {
    display: block; }
    .bbdocs-single-wrap .bbdocs-sidebar {
      width: 100%; }
    .bbdocs-single-wrap .bbdocs-single-content {
      width: 100%; }
  .bbdocs-shortcode-wrap ul.bbdocs-docs-list.col-3 > li.bbdocs-docs-single.featured, .bbdocs-shortcode-wrap ul.bbdocs-docs-list.col-2 > li.bbdocs-docs-single.featured {
    flex: 0 0 47.6%;
    max-width: 47.6%; } }

@media screen and (max-width: 425px) {
  .bbdocs-hide-mobile {
    display: none; }
  .bbdocs-single-wrap .bbdocs-single-content footer.entry-footer.bbdocs-entry-footer time {
    float: none; }
  .bbdocs-shortcode-wrap ul.bbdocs-docs-list.col-3 > li, .bbdocs-shortcode-wrap ul.bbdocs-docs-list.col-2 > li {
    width: 100%;
    float: none; }
  .bbdocs-feedback-wrap .vote-link-wrap {
    display: block;
    margin-top: 15px; } }

@media screen and (max-width: 540px) {
  .bbdocs-shortcode-wrap ul.bbdocs-docs-list.col-3 > li.bbdocs-docs-single.featured, .bbdocs-shortcode-wrap ul.bbdocs-docs-list.col-3 > li.bbdocs-docs-single:not(.featured), .bbdocs-shortcode-wrap ul.bbdocs-docs-list.col-2 > li.bbdocs-docs-single.featured, .bbdocs-shortcode-wrap ul.bbdocs-docs-list.col-2 > li.bbdocs-docs-single:not(.featured) {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0; } }

.content-docs .entry-header {
  text-align: center; }
  .content-docs .entry-header .entry-title {
    font-size: 2.125rem; }

#top-search-form {
  margin: 0 auto 55px; }
  #top-search-form > .search-form {
    max-width: initial; }
    #top-search-form > .search-form .searchform-wrap {
      border-radius: 30px; }
      #top-search-form > .search-form .searchform-wrap .button-search {
        border-radius: 0 30px 30px 0; }
      #top-search-form > .search-form .searchform-wrap .bb-icon-search {
        top: 15px;
        left: 15px;
        opacity: 0.4; }
      #top-search-form > .search-form .searchform-wrap input.search-field {
        background-color: var(--bb-content-background-color);
        font-size: 16px;
        height: 56px;
        padding-left: 45px;
        border: 1px solid transparent;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        box-shadow: none; }
      #top-search-form > .search-form .searchform-wrap:focus-within .bb-icon-search {
        opacity: 1; }
      #top-search-form > .search-form .searchform-wrap:focus-within input.search-field {
        border-color: var(--bb-primary-color); }

.bb-template-v2 #top-search-form > .search-form .searchform-wrap {
  border-radius: 6px; }
  .bb-template-v2 #top-search-form > .search-form .searchform-wrap .button-search {
    border-radius: 0 6px 6px 0; }

#top-search-form {
  max-width: 724px;
  margin: 20px auto 50px; }

.docs-guide {
  max-width: 724px;
  margin: 30px auto 0;
  text-align: center; }

.bbdocs-single-content article .entry-content ol li em,
.bbdocs-single-content article .entry-content ol li a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

/*# sourceMappingURL=bbdocs.css.map */
