.reference-landing .topic-guide {
  max-width: 724px;
  margin: 50px auto; }
  .reference-landing .topic-guide .unordered-list {
    display: flex;
    text-align: center;
    margin: 0;
    list-style: none; }
    @media screen and (max-width: 600px) {
      .reference-landing .topic-guide .unordered-list {
        flex-flow: wrap; } }
    .reference-landing .topic-guide .unordered-list li {
      flex: 0 0 20%; }
      @media screen and (max-width: 600px) {
        .reference-landing .topic-guide .unordered-list li {
          flex: 0 0 33.333%; } }
    .reference-landing .topic-guide .unordered-list li a {
      display: inline-block;
      padding: 15px;
      color: #1C1D1E;
      width: 90%;
      border-radius: 3px;
      transition: all 0.3s ease; }
    .reference-landing .topic-guide .unordered-list li a:hover {
      background-color: #fff;
      box-shadow: inset 0 -0.5px 0 0 #CECECE, 0 4px 6px -2px rgba(0, 0, 0, 0.1); }

.search-guide {
  max-width: 724px;
  margin: 30px auto 0; }
  .reference-landing .search-guide {
    margin-bottom: 50px; }

.ref-ico {
  display: block;
  height: 50px;
  margin: 0 0 10px; }
  .ref-ico svg {
    max-height: 50px; }

@media screen and (max-width: 510px) {
  .page-template-page-reference-landing .searchform-wrap {
    flex-direction: column;
    box-shadow: none; }
    .page-template-page-reference-landing .searchform-wrap .search-field {
      flex: none;
      border-radius: 6px;
      box-shadow: inset 0 -1.5px 0 0 #CECECE, 0 4px 6px -2px rgba(0, 0, 0, 0.15); }
    .page-template-page-reference-landing .searchform-wrap .search-post-type {
      margin-top: 10px;
      height: 56px;
      border-radius: 6px;
      border: none;
      box-shadow: inset 0 -1.5px 0 0 #CECECE, 0 4px 6px -2px rgba(0, 0, 0, 0.15); }
      .page-template-page-reference-landing .searchform-wrap .search-post-type span.search-post-filter {
        padding-left: 30px;
        border: none;
        line-height: 56px;
        width: 100%;
        margin: 0px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .page-template-page-reference-landing .searchform-wrap .search-post-type span.search-post-filter .bb-icons {
          top: 0px; }
    .page-template-page-reference-landing .searchform-wrap .button-search {
      border-radius: 6px;
      margin-top: 10px;
      padding: 17px 40px; } }

.searchform-wrap {
  border-radius: 6px;
  box-shadow: inset 0 -1.5px 0 0 #CECECE, 0 4px 6px -2px rgba(0, 0, 0, 0.15);
  display: flex;
  position: relative; }
  .searchform-wrap .search-field {
    flex: 1;
    border: 0;
    height: 56px;
    border-radius: 6px 0 0 6px;
    padding-left: 60px;
    background-image: none; }
  .searchform-wrap .button-search {
    border-radius: 0 6px 6px 0;
    padding: 0 40px;
    font-weight: 500;
    font-size: 16px; }
  .searchform-wrap .bb-icon-search {
    position: absolute;
    top: 15px;
    left: 30px;
    z-index: 19;
    color: #717375;
    font-size: 20px; }
  .searchform-wrap .search-post-type {
    position: relative;
    padding: 0;
    background-color: #fff; }
    .searchform-wrap .search-post-type .bb-icons {
      font-size: 26px;
      position: relative;
      top: 4px; }
    .searchform-wrap .search-post-type span.search-post-filter {
      line-height: 36px;
      margin-top: 8px;
      display: inline-block;
      padding-left: 20px;
      padding-right: 20px;
      border-left: 1px solid #E7E9EC;
      cursor: pointer; }
    .searchform-wrap .search-post-type .post-type-exp {
      display: none;
      background-color: #fff;
      padding: 8px 20px;
      border-radius: 5px;
      position: absolute;
      z-index: 99;
      top: 65px;
      right: 0;
      box-shadow: inset 0 -0.5px 0 0 #CECECE, 0 4px 6px -2px rgba(0, 0, 0, 0.1); }
      .searchform-wrap .search-post-type .post-type-exp:before {
        content: ' ';
        position: absolute;
        width: 0;
        height: 0;
        top: 0;
        margin: 0 auto;
        right: 25px;
        box-sizing: border-box;
        border: 8px solid black;
        border-color: #fff #fff transparent transparent;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        box-shadow: 2px -3px 3px 0 rgba(0, 0, 0, 0.02);
        z-index: 101;
        opacity: 1;
        visibility: visible; }
      .searchform-wrap .search-post-type .post-type-exp .post-filter-item {
        margin: 5px 0;
        padding: 0 10px 0 0; }
      .searchform-wrap .search-post-type .post-type-exp .post-filter-item:last-of-type {
        border-top: 1px solid #E7E9EC;
        padding-top: 5px; }
      .searchform-wrap .search-post-type .post-type-exp .post-filtered span.post-filter-label {
        color: #e86d2a; }
      .searchform-wrap .search-post-type .post-type-exp label span.post-filter-label {
        transition: all 0.3s ease;
        margin-left: 0;
        line-height: 1; }
      .searchform-wrap .search-post-type .post-type-exp label:hover span.post-filter-label {
        color: #e86d2a; }
      .searchform-wrap .search-post-type .post-type-exp .post-filter-item label {
        display: flex;
        align-items: center;
        padding: 6px 0; }
        .searchform-wrap .search-post-type .post-type-exp .post-filter-item label input[type="radio"] {
          display: none; }
      .searchform-wrap .search-post-type .post-type-exp label {
        white-space: nowrap;
        font-size: 15px;
        cursor: pointer; }
        .searchform-wrap .search-post-type .post-type-exp label span.iradio_minimal {
          display: none; }

.bb-template-v2 .searchform-wrap .search-post-type .post-type-exp {
  background-color: var(--bb-content-background-color);
  border-radius: 10px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.06), 0px 6px 24px rgba(0, 0, 0, 0.12);
  padding: 10px 0;
  top: 55px; }
  .bb-template-v2 .searchform-wrap .search-post-type .post-type-exp:before {
    display: none; }
  .bb-template-v2 .searchform-wrap .search-post-type .post-type-exp .post-filter-item {
    margin: 0 8px;
    padding: 0; }
    .bb-template-v2 .searchform-wrap .search-post-type .post-type-exp .post-filter-item:last-of-type {
      padding-top: 5px; }
    .bb-template-v2 .searchform-wrap .search-post-type .post-type-exp .post-filter-item > label {
      display: block;
      padding: 0; }
      .bb-template-v2 .searchform-wrap .search-post-type .post-type-exp .post-filter-item > label span.post-filter-label {
        border-radius: 6px;
        display: block;
        padding: 0.5625rem 0.9375rem; }
      .bb-template-v2 .searchform-wrap .search-post-type .post-type-exp .post-filter-item > label:hover span.post-filter-label {
        color: var(--bb-headings-color);
        background-color: var(--bb-header-alternate-background); }

.reference-landing .searchform-wrap {
  border-radius: 30px; }
  .reference-landing .searchform-wrap .button-search {
    border-radius: 0 30px 30px 0; }
  .reference-landing .searchform-wrap .bb-icon-search {
    left: 15px;
    opacity: 0.4; }
  .reference-landing .searchform-wrap input.search-field {
    font-size: 16px;
    padding-left: 45px;
    border: 1px solid transparent;
    border-right: 0;
    border-radius: 30px 0 0 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none; }
  .reference-landing .searchform-wrap .search-post-type {
    background-color: var(--bb-content-background-color);
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent; }
  .reference-landing .searchform-wrap:focus-within .bb-icon-search {
    opacity: 1; }
  .reference-landing .searchform-wrap:focus-within .search-post-type,
  .reference-landing .searchform-wrap:focus-within input.search-field {
    border-color: var(--bb-primary-color); }

.bb-template-v2 .reference-landing .searchform-wrap {
  border-radius: 6px; }
  .bb-template-v2 .reference-landing .searchform-wrap input.search-field {
    border-radius: 6px 0 0 6px; }
  .bb-template-v2 .reference-landing .searchform-wrap .button-search {
    border-radius: 0 6px 6px 0; }

.source-code-container {
  overflow: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 3px;
  max-width: 767px; }
  .source-code-container .syntaxhighlighter {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

.syntaxhighlighter.php,
.syntaxhighlighter.js,
.syntaxhighlighter.css {
  max-width: 767px;
  border-radius: 3px;
  margin-bottom: 30px !important; }

@media screen and (min-width: 1100px) and (max-width: 1240px) {
  .source-code-container {
    max-width: 650px; } }

@media screen and (min-width: 1001px) and (max-width: 1100px) {
  .source-code-container {
    max-width: 540px; } }

.source-code-links a {
  margin-right: 15px; }

.breadcrumbs {
  margin-bottom: 25px;
  margin-top: 15px;
  font-size: 15px; }
  .breadcrumbs span.sep {
    margin: 0 2px; }
  .breadcrumbs span {
    padding: 0; }
    .breadcrumbs span a {
      padding: 0; }
    .breadcrumbs span.sep i {
      position: relative;
      top: 1px; }

.ref-entry-content-wrap {
  padding-left: 0;
  padding-right: 0; }

.ref-single-wrap {
  width: 100%;
  border-color: #E7E9EC;
  background-color: #FFFFFF;
  display: flex;
  background: #fff;
  border: 1px solid #E7E9EC;
  border-radius: 10px;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .ref-single-wrap {
      display: block; } }

.ref-sidebar {
  border-color: #E7E9EC;
  background-color: #FBFBFC;
  flex: 0 0 250px;
  background: #FBFBFC;
  border-right: 1px solid #E7E9EC;
  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: 768px) {
    .ref-sidebar {
      min-height: auto;
      width: 100%;
      border: 0; } }
  .ref-sidebar h3.widget-title {
    font-size: 17px;
    font-weight: 500;
    text-transform: none;
    margin: 0 20px 25px; }
  .ref-sidebar .ref-nav-list {
    list-style: none;
    padding: 0;
    margin: 0; }
    .ref-sidebar .ref-nav-list li, .ref-sidebar .ref-nav-list li:not(:last-child) {
      margin-bottom: 0; }
    .ref-sidebar .ref-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; }
      .ref-sidebar .ref-nav-list li a:hover, .ref-sidebar .ref-nav-list li a:focus {
        background: rgba(77, 92, 109, 0.1);
        color: #e86d2a; }
    .ref-sidebar .ref-nav-list li.current a {
      background: rgba(77, 92, 109, 0.1); }
    .ref-sidebar .ref-nav-list li a:before {
      font-family: 'bb-icons';
      content: '\e946';
      color: #ccc;
      margin-right: 3px; }
      .releases-platform .ref-sidebar .ref-nav-list li a:before,
      .releases-platformpro .ref-sidebar .ref-nav-list li a:before,
      .releases-theme .ref-sidebar .ref-nav-list li a:before {
        display: none; }

.releases-app .ref-sidebar .ref-nav-list li a:before,
.releases-appplugin .ref-sidebar .ref-nav-list li a:before {
  display: none; }

.ref-single-content {
  flex: 1;
  padding: 55px 80px;
  min-width: 0;
  /* Managing pre tags overflow */ }
  @media screen and (max-width: 992px) {
    .ref-single-content {
      padding-left: 50px;
      padding-right: 50px; } }

.bp-search-ac {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.06), 0px 6px 24px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  display: block;
  padding: 0;
  overflow: auto;
  max-height: calc(100vh - 76px);
  z-index: 610; }
  .bp-search-ac > li:not(.bbls-view_all_type-type) {
    background-color: var(--bb-content-background-color);
    max-width: 1190px;
    margin: auto;
    width: 100%;
    float: none;
    /* Overwrite jQuery-ui CSS for Header Searchbar */
    padding: 0 15px;
    border-bottom: 1px solid var(--bb-content-border-color);
    color: var(--bb-alternate-text-color); }
    .bp-search-ac > li:not(.bbls-view_all_type-type) .item p {
      margin-bottom: 5px; }
    .bp-search-ac > li:not(.bbls-view_all_type-type) .item-avatar > i {
      align-items: center;
      background-color: var(--bb-content-alternate-background-color);
      border-radius: 50%;
      color: var(--bb-alternate-text-color);
      display: flex;
      font-size: 24px;
      font-weight: 300;
      justify-content: center;
      height: 48px;
      width: 48px; }
    .bp-search-ac > li:not(.bbls-view_all_type-type) .bp-search-ajax-item {
      padding: 15px 0; }
      .bp-search-ac > li:not(.bbls-view_all_type-type) .bp-search-ajax-item .item-avatar {
        margin-right: 15px;
        margin-top: 5px; }
      .bp-search-ac > li:not(.bbls-view_all_type-type) .bp-search-ajax-item .item-desc {
        color: var(--bb-body-text-color);
        font-size: 14px;
        font-weight: 400;
        margin: 0;
        line-height: 21px; }
    .bp-search-ac > li:not(.bbls-view_all_type-type) .entry-meta {
      font-size: 13px;
      font-weight: 400;
      flex-wrap: wrap;
      color: var(--bb-alternate-text-color);
      min-height: 26px;
      margin-bottom: 0; }
      .bp-search-ac > li:not(.bbls-view_all_type-type) .entry-meta a {
        color: var(--bb-alternate-text-color); }
      .bp-search-ac > li:not(.bbls-view_all_type-type) .entry-meta .middot {
        font-size: 20px;
        margin: 0 5px; }
    .bp-search-ac > li:not(.bbls-view_all_type-type):last-child {
      border-bottom: 0; }
      .bp-search-ac > li:not(.bbls-view_all_type-type):last-child:not(.bbls-view_all_type-type) {
        margin-bottom: 12px; }
    .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-reply-type > .bp-search-ajax-item,
    .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-activity_comment-type > .bp-search-ajax-item,
    .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-activity-type > .bp-search-ajax-item {
      display: flex; }
      .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-reply-type > .bp-search-ajax-item > .item a,
      .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-activity_comment-type > .bp-search-ajax-item > .item a,
      .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-activity-type > .bp-search-ajax-item > .item a {
        display: inline; }
      .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-reply-type > .bp-search-ajax-item > .item .item-title a,
      .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-reply-type > .bp-search-ajax-item > .item .item-title p,
      .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-activity_comment-type > .bp-search-ajax-item > .item .item-title a,
      .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-activity_comment-type > .bp-search-ajax-item > .item .item-title p,
      .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-activity-type > .bp-search-ajax-item > .item .item-title a,
      .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-activity-type > .bp-search-ajax-item > .item .item-title p {
        font-size: 14px;
        font-weight: 400;
        color: var(--bb-headings-color);
        letter-spacing: -0.24px; }
      .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-reply-type > .bp-search-ajax-item > .item .item-title a,
      .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-activity_comment-type > .bp-search-ajax-item > .item .item-title a,
      .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-activity-type > .bp-search-ajax-item > .item .item-title a {
        font-weight: 500; }
        .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-reply-type > .bp-search-ajax-item > .item .item-title a > img,
        .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-activity_comment-type > .bp-search-ajax-item > .item .item-title a > img,
        .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-activity-type > .bp-search-ajax-item > .item .item-title a > img {
          display: none; }
      .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-reply-type > .bp-search-ajax-item .woocommerce-product-details__short-description,
      .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-activity_comment-type > .bp-search-ajax-item .woocommerce-product-details__short-description,
      .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-activity-type > .bp-search-ajax-item .woocommerce-product-details__short-description {
        color: var(--bb-body-text-color);
        font-size: 14px;
        font-weight: 400; }
    .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-members-type .bp-search-ajax-item .item-avatar {
      margin-top: 0; }
    .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-members-type .bp-search-ajax-item .item {
      margin-top: 4px; }
    .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-posts-type .bp-search-ajax-item .item-avatar {
      margin-top: 0; }
    .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-reply-type > .bp-search-ajax-item .item .entry-title,
    .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-activity_comment-type > .bp-search-ajax-item .item .entry-title {
      font-weight: 400;
      margin-bottom: 0; }
    .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-topic-type > .bp-search-ajax-item {
      display: flex; }
    .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-cpt-product-type > .bp-search-ajax-item {
      display: flex; }
      .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-cpt-product-type > .bp-search-ajax-item > .item a {
        display: inline; }
      .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-cpt-product-type > .bp-search-ajax-item .woocommerce-product-details__short-description {
        color: var(--bb-body-text-color);
        font-size: 14px;
        font-weight: 400; }
    .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-groups-type > .bp-search-ajax-item {
      display: flex; }
      .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-groups-type > .bp-search-ajax-item .group-details {
        color: var(--bb-body-text-color);
        font-size: 14px;
        font-weight: 400; }
  .bp-search-ac li:hover .item-avatar > i {
    background-color: var(--bb-content-background-color); }
  .bp-search-ac li .bp-member-type,
  .bp-search-ac li .item-meta {
    color: var(--bb-alternate-text-color);
    display: inline-block;
    font-size: rem-calc(13px);
    font-weight: 400;
    letter-spacing: -.15px;
    line-height: rem-calc(19px); }
    .bp-search-ac li .bp-member-type strong,
    .bp-search-ac li .item-meta strong {
      font-weight: 400; }
  .bp-search-ac > li.bbls-view_all_type-type {
    margin-bottom: -10px;
    text-align: center; }
  .bp-search-ac > li a:not(.x) {
    display: flex;
    /* Overwrite jQuery-ui CSS for Header Searchbar */ }
  .bp-search-ac > li .ui-state-active {
    /* Overwrite jQuery-ui CSS for Header Searchbar */
    background: transparent;
    border: none; }
  .bp-search-ac > li.bbls-view_all_type-type {
    /* Overwrite jQuery-ui CSS for Header Searchbar */ }
    .bp-search-ac > li.bbls-view_all_type-type a {
      color: var(--bb-primary-color);
      font-size: 14px;
      font-weight: 500;
      padding: 11px 10px !important; }
      .bp-search-ac > li.bbls-view_all_type-type a:after {
        content: '\e827';
        color: var(--bb-alternate-text-color);
        font-family: "bb-icons";
        font-size: 21px;
        font-weight: 400;
        vertical-align: middle;
        display: inline-block;
        line-height: 22px; }
  .bp-search-ac img {
    border-radius: 50%; }
  .bp-search-ac.ui-menu .ui-menu-item .bp-search-ajax-item.noresult,
  .bp-search-ac.ui-menu .ui-menu-item .loading-msg {
    box-shadow: none; }
  .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_global_search_spinner {
    height: 26px;
    width: 26px; }

.bb-template-v2 .bp-search-ac {
  border-radius: 10px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.06), 0px 6px 24px rgba(0, 0, 0, 0.12); }
  .bb-template-v2 .bp-search-ac > li:not(.bbls-view_all_type-type) {
    border: 0;
    border-radius: 6px;
    margin: 0 12px;
    width: calc(100% - 24px); }
    .bb-template-v2 .bp-search-ac > li:not(.bbls-view_all_type-type):first-child {
      margin-top: 15px; }
    .bb-template-v2 .bp-search-ac > li:not(.bbls-view_all_type-type):first-child:last-child {
      margin-bottom: 15px; }
    .bb-template-v2 .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-undefined-type {
      width: 100%; }
  .bb-template-v2 .bp-search-ac > li.bbls-view_all_type-type {
    margin-top: 15px; }
  .bb-template-v2 .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_global_search_spinner {
    height: 20px;
    width: 20px; }

.entry-content-wrap ul,
.bbdocs-single-content ul {
  padding: 0 20px;
  list-style: disc;
  margin-bottom: 30px; }
  .entry-content-wrap ul ul.children,
  .bbdocs-single-content ul ul.children {
    margin-bottom: 0; }
    .entry-content-wrap ul ul.children li,
    .bbdocs-single-content ul ul.children li {
      margin: 16px 0; }
  .entry-content-wrap ul li,
  .bbdocs-single-content ul li {
    font-weight: 300;
    line-height: 21px;
    color: #4D5C6D; }
    .entry-content-wrap ul li:not(:last-child),
    .bbdocs-single-content ul li:not(:last-child) {
      margin-bottom: 16px; }
    .entry-content-wrap ul li .added,
    .entry-content-wrap ul li .deleted,
    .bbdocs-single-content ul li .added,
    .bbdocs-single-content ul li .deleted {
      color: #fff;
      border-radius: 20px;
      padding: 3px 10px;
      font-size: 12px;
      font-weight: 500;
      font-family: Monaco, Consolas, "Courier New", monospace;
      margin-right: 4px; }
    .entry-content-wrap ul li .added,
    .bbdocs-single-content ul li .added {
      background: #348D2A; }
    .entry-content-wrap ul li .deleted,
    .bbdocs-single-content ul li .deleted {
      background: #BD3328; }

.entry-content-wrap ol ul,
.bbdocs-single-content ol ul {
  list-style: circle;
  padding: 0;
  margin-bottom: 10px; }
  .entry-content-wrap ol ul li,
  .entry-content-wrap ol ul li:not(:last-child),
  .bbdocs-single-content ol ul li,
  .bbdocs-single-content ol ul li:not(:last-child) {
    margin: 2px 0; }

.bbdocs-single-content.bbdocs-single-content--list .article-child.well > ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none; }
  .bbdocs-single-content.bbdocs-single-content--list .article-child.well > ul > li {
    border-bottom: 1px solid #eee;
    padding: 20px 0;
    margin-bottom: 0; }
    .bbdocs-single-content.bbdocs-single-content--list .article-child.well > ul > li:first-child {
      padding-top: 0; }
    .bbdocs-single-content.bbdocs-single-content--list .article-child.well > ul > li:last-child {
      border-bottom: 0; }
  .bbdocs-single-content.bbdocs-single-content--list .article-child.well > ul h4 {
    margin-bottom: 0; }
  .bbdocs-single-content.bbdocs-single-content--list .article-child.well > ul h4 + div {
    margin-top: 1rem; }

.entry-reference .entry-title {
  line-height: 2rem; }

.entry-reference .release-date {
  font-size: 15px;
  font-weight: 300;
  line-height: 21px;
  color: #4D5C6D;
  margin-bottom: 0; }

.entry-reference section {
  margin-bottom: 50px; }
  .entry-reference section h2 {
    border-bottom: 1px solid #E7E9EC;
    margin-bottom: 30px;
    padding-bottom: 15px;
    outline: none; }
  .entry-reference section h3 {
    margin-bottom: 20px;
    outline: none; }

.entry-reference .breadcrumbs span,
.entry-reference .breadcrumbs a {
  padding: 0; }

.ref-heading {
  text-align: center; }

.ref-intro {
  text-align: center;
  font-weight: normal;
  margin: 30px 0 40px;
  padding: 0 10%;
  font-size: 16px;
  color: #4d5c6d; }
  .ref-intro p {
    margin-bottom: 5px; }

.new-in-guide {
  display: flex; }
  @media screen and (max-width: 768px) {
    .new-in-guide {
      flex-flow: wrap; } }
  .new-in-guide .model.box {
    flex: 0 0 31.3%;
    margin: 0 1%;
    background-color: #fff;
    border-radius: 10px;
    font-size: 0.875rem;
    line-height: 1.35;
    margin-bottom: 0.9375rem;
    padding: 0;
    box-shadow: inset 0 -0.5px 0 0 #CECECE, 0 4px 6px -2px rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 768px) {
      .new-in-guide .model.box {
        flex: 0 0 98%; } }
  .new-in-guide .model-heading {
    background-image: url("../img/model-header.svg");
    background-repeat: no-repeat;
    background-color: #FF6132;
    background-size: cover;
    padding: 15px 20px;
    text-align: center;
    border-radius: 10px 10px 0 0; }
    .new-in-guide .model-heading h3 {
      color: #fff;
      margin: 0; }
    .new-in-guide .model-heading a {
      color: #fff; }
  .new-in-guide .model-content {
    padding: 30px; }
    .new-in-guide .model-content .ref-notes {
      padding: 0 0 30px;
      border-bottom: 1px solid #E7E9EC;
      margin-bottom: 30px; }
    .new-in-guide .model-content .ref-note-item {
      display: flex;
      align-items: center;
      padding: 0 0 10px; }
      .new-in-guide .model-content .ref-note-item:last-of-type {
        padding-bottom: 0; }
      .new-in-guide .model-content .ref-note-item .label {
        flex: 0 0 65%; }
  .new-in-guide .model-list {
    list-style: none;
    margin: 0; }
    .new-in-guide .model-list li {
      padding: 0 0 25px; }
      .new-in-guide .model-list li > a,
      .new-in-guide .model-list li .model-meta {
        display: block; }
      .new-in-guide .model-list li .model-meta {
        font-size: 13px;
        color: #A3A5A9;
        padding: 5px 0 0; }
      .new-in-guide .model-list li:last-child {
        padding-bottom: 0; }
      .new-in-guide .model-list li.add-on-lists {
        padding: 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        margin-bottom: 10px; }
        .new-in-guide .model-list li.add-on-lists + .add-on-lists {
          padding-top: 10px;
          border-top: 1px solid #E7E9EC; }
        .new-in-guide .model-list li.add-on-lists h4 {
          margin: 0;
          font-size: 1rem; }
        .new-in-guide .model-list li.add-on-lists .plan {
          margin: 0;
          font-size: 0.875rem;
          line-height: 1.35; }

.post-type-archive-wp-parser-function .post-grid,
.post-type-archive-wp-parser-hook .post-grid,
.post-type-archive-wp-parser-class .post-grid,
.post-type-archive-wp-parser-method .post-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .post-type-archive-wp-parser-function .post-grid .hentry,
  .post-type-archive-wp-parser-hook .post-grid .hentry,
  .post-type-archive-wp-parser-class .post-grid .hentry,
  .post-type-archive-wp-parser-method .post-grid .hentry {
    flex: 0 0 50%; }
    .post-type-archive-wp-parser-function .post-grid .hentry .post-inner-wrap,
    .post-type-archive-wp-parser-hook .post-grid .hentry .post-inner-wrap,
    .post-type-archive-wp-parser-class .post-grid .hentry .post-inner-wrap,
    .post-type-archive-wp-parser-method .post-grid .hentry .post-inner-wrap {
      margin-left: 10px;
      margin-right: 10px; }
    .post-type-archive-wp-parser-function .post-grid .hentry .entry-title,
    .post-type-archive-wp-parser-function .post-grid .hentry .sourcefile,
    .post-type-archive-wp-parser-hook .post-grid .hentry .entry-title,
    .post-type-archive-wp-parser-hook .post-grid .hentry .sourcefile,
    .post-type-archive-wp-parser-class .post-grid .hentry .entry-title,
    .post-type-archive-wp-parser-class .post-grid .hentry .sourcefile,
    .post-type-archive-wp-parser-method .post-grid .hentry .entry-title,
    .post-type-archive-wp-parser-method .post-grid .hentry .sourcefile {
      overflow-wrap: break-word;
      word-break: break-all;
      word-break: break-word; }
    .post-type-archive-wp-parser-function .post-grid .hentry h3.entry-title,
    .post-type-archive-wp-parser-hook .post-grid .hentry h3.entry-title,
    .post-type-archive-wp-parser-class .post-grid .hentry h3.entry-title,
    .post-type-archive-wp-parser-method .post-grid .hentry h3.entry-title {
      font-size: 20px; }
  .post-type-archive-wp-parser-function .post-grid .entry-content,
  .post-type-archive-wp-parser-hook .post-grid .entry-content,
  .post-type-archive-wp-parser-class .post-grid .entry-content,
  .post-type-archive-wp-parser-method .post-grid .entry-content {
    color: inherit; }

.post-type-archive-wp-parser-function .entry-meta,
.post-type-archive-wp-parser-hook .entry-meta,
.post-type-archive-wp-parser-class .entry-meta,
.post-type-archive-wp-parser-method .entry-meta {
  font-size: 14px;
  color: #A3A5A9; }
  .post-type-archive-wp-parser-function .entry-meta a,
  .post-type-archive-wp-parser-hook .entry-meta a,
  .post-type-archive-wp-parser-class .entry-meta a,
  .post-type-archive-wp-parser-method .entry-meta a {
    margin: 0 5px; }

.bb-cli-table,
.single-command #content table {
  border-collapse: separate;
  border: 0; }
  .bb-cli-table th, .bb-cli-table td,
  .single-command #content table th,
  .single-command #content table td {
    background-color: #fff;
    padding: 12px 20px;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .bb-cli-table th,
  .single-command #content table th {
    font-weight: 700;
    font-size: 18px; }
  .bb-cli-table td,
  .single-command #content table td {
    font-size: 16px; }
  .bb-cli-table tbody tr:hover td,
  .single-command #content table tbody tr:hover td {
    background: #F5F5F5; }
  .bb-cli-table thead tr:first-child th,
  .single-command #content table thead tr:first-child th {
    border-top: 1px solid rgba(0, 0, 0, 0.05); }
  .bb-cli-table thead tr:first-child th:first-child,
  .single-command #content table thead tr:first-child th:first-child {
    border-radius: 10px 0 0 0;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    width: 20%; }
  .bb-cli-table thead tr:first-child th:last-child,
  .single-command #content table thead tr:first-child th:last-child {
    border-radius: 0 10px 0 0;
    border-right: 1px solid rgba(0, 0, 0, 0.05); }
  .bb-cli-table tbody td:first-child,
  .single-command #content table tbody td:first-child {
    border-left: 1px solid rgba(0, 0, 0, 0.05); }
  .bb-cli-table tbody td:last-child,
  .single-command #content table tbody td:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0.05); }
  .bb-cli-table tbody tr:last-child td,
  .single-command #content table tbody tr:last-child td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .bb-cli-table tbody tr:last-child td:first-child,
  .single-command #content table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 10px; }
  .bb-cli-table tbody tr:last-child td:last-child,
  .single-command #content table tbody tr:last-child td:last-child {
    border-radius: 0 0 10px 0; }
  .bb-cli-table tbody tr td p:last-child,
  .single-command #content table tbody tr td p:last-child {
    margin-bottom: 0; }

.bb-ref-meta {
  font-size: 13px;
  color: #A3A5A9;
  margin: 5px 0 0; }

.pagination.loop-pagination {
  text-align: right;
  font-size: 14px;
  margin: 15px 0; }
  .pagination.loop-pagination a {
    border: 0;
    color: #e86d2a; }
    .pagination.loop-pagination a:hover {
      border: 0;
      color: #4d5c6d; }
  .pagination.loop-pagination span {
    border: 0; }

.ref-context {
  position: relative; }
  .ref-context .ref-context-link {
    visibility: hidden;
    position: relative;
    display: inline-block;
    width: 1px;
    height: 1px;
    top: -125px; }

.changelog table {
  border-collapse: separate; }
  .changelog table th, .changelog table td {
    padding: 1rem; }
  .changelog table th {
    border: 0; }
  .changelog table tbody tr:first-child td {
    border-top: 1px solid rgba(0, 0, 0, 0.05); }
  .changelog table tbody td:first-child {
    border-left: 1px solid rgba(0, 0, 0, 0.05); }
  .changelog table tbody td:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0.05); }
  .changelog table tbody tr:first-child td:first-child {
    border-top-left-radius: 5px; }
  .changelog table tbody tr:first-child td:last-child {
    border-top-right-radius: 5px; }
  .changelog table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 5px; }
  .changelog table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 5px; }

.changelog-version,
.changelog-desc {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal; }

#icon-selection-wrap .pack-selection {
  background: #eee;
  padding: 12px 15px;
  border-radius: 10px; }
  #icon-selection-wrap .pack-selection label {
    padding-right: 10px; }
  #icon-selection-wrap .pack-selection label#icon_search_label {
    padding: 0;
    float: right; }

@media screen and (max-width: 950px) {
  #icon-selection-wrap .pack-selection label#icon_search_label {
    float: none;
    clear: both;
    display: block;
    margin-top: 15px;
    width: 100%; }
    #icon-selection-wrap .pack-selection label#icon_search_label input {
      width: 100%; } }

@media screen and (max-width: 650px) {
  #icon-selection-wrap .pack-selection label {
    clear: both;
    display: block;
    padding: 0;
    width: 100%; }
    #icon-selection-wrap .pack-selection label select {
      width: 100%; } }

#font-cheatsheet {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin: -10px; }

#font-cheatsheet .icons_item {
  min-width: 150px;
  padding: 0 0 60px;
  margin: 10px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #E7E9EC;
  text-align: center;
  position: relative; }

#font-cheatsheet .icons_item:hover {
  border-color: #ccc; }

#font-cheatsheet .icons_item_inner {
  padding: 35px 20px 0; }

#font-cheatsheet .icons_item,
#font-cheatsheet .icons_item i {
  overflow: hidden; }

#font-cheatsheet .icons_item i {
  font-size: 55px;
  color: #333;
  text-align: center; }

#font-cheatsheet .icons_name {
  display: block;
  font-size: 17px;
  font-weight: 800;
  color: #333;
  line-height: 1.4;
  margin: 23px 0 5px; }

#font-cheatsheet .icons_class {
  display: block;
  font-size: 14px;
  line-height: 1.8;
  color: #777; }

#font-cheatsheet .icons_content {
  font-size: 16px;
  font-weight: 500;
  color: #888;
  padding: 6px 0;
  display: block;
  position: absolute;
  bottom: 0;
  border-top: 1px solid #E7E9EC;
  width: 100%; }
  #font-cheatsheet .icons_content span {
    opacity: 0.4; }

#font-cheatsheet .icons_item:hover .icons_content {
  border-color: #ddd; }

.release-grid .new-in-guide {
  display: flex;
  flex-flow: wrap; }

.release-grid .new-in-guide .release-dir-items-wrap {
  flex: 0 0 31.333%;
  max-width: 31.333%;
  margin: 0 1% 30px; }

.release-grid .release-dir-item-link {
  margin: 30px 0 0; }
  .release-grid .release-dir-item-link a i {
    margin: 0 0 0 10px;
    position: relative;
    top: 1px; }

.release-notes-breadcrumbs {
  display: block;
  margin: 0 0 20px; }

.page-template-page-release-notes .entry-header .single-entry-title.entry-title {
  margin: 30px 0 50px; }

.developers-page__heading {
  align-items: center; }
  .developers-page__heading .developers-content {
    flex: 0 0 60%;
    max-width: 60%; }
    .developers-page__heading .developers-content p {
      font-size: 1.7rem;
      line-height: 1.5;
      font-weight: 400;
      color: #122B46; }
  .developers-page__heading h1 {
    font-size: 3rem; }
  .developers-page__heading .developers-featured-img {
    text-align: center;
    flex: 0 0 40%; }
    .developers-page__heading .developers-featured-img img {
      max-height: 300px; }

.single-block {
  flex: 0 0 31.333%;
  margin: 0 1%;
  padding: 0;
  display: flex;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  border: 1px solid #E7E9EC;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: all linear .2s;
  transition: all linear .2s; }
  .single-block:hover {
    box-shadow: 0 6px 24px 0 rgba(18, 43, 70, 0.12); }
  .single-block a.single-block__link {
    display: flex;
    flex-direction: column; }

.single-block--reference {
  flex: 0 0 48%;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: right bottom; }

.single-block--dev {
  background-repeat: no-repeat;
  background-position: right bottom; }

a.single-block__link {
  -webkit-transition: all linear .2s;
  transition: all linear .2s; }
  a.single-block__link .single-block-title h3,
  a.single-block__link .single-block-link {
    color: #e86d2a;
    -webkit-transition: all linear .2s;
    transition: all linear .2s; }
  a.single-block__link:hover .single-block-title h3,
  a.single-block__link:hover .single-block-link {
    color: #4d5c6d; }

.single-block__heading {
  background-color: #fff;
  border-radius: 4px 4px 0 0;
  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; }
  .single-block__heading a {
    text-decoration: none; }
  .single-block__heading .single-block-icon {
    margin: 0 10px 0 0; }
    .single-block__heading .single-block-icon img {
      max-height: 35px;
      max-width: 35px; }
  .single-block__heading .single-block-title h3 {
    margin: 0;
    font-weight: 500; }
  .single-block__heading .ref-ico {
    height: auto;
    margin-bottom: 0; }

.single-block__body {
  padding: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
  color: #4D5C6D; }
  .single-block__body .single-block-content {
    margin-bottom: auto; }
  .single-block__body .single-block-link {
    margin: 30px 0 0;
    color: #e86d2a; }
    .single-block__body .single-block-link i {
      margin-left: 10px; }

.developers-blocks {
  margin: 30px -1%; }

.developers-github {
  padding: 30px;
  display: flex;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #E7E9EC;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: all linear .2s;
  transition: all linear .2s; }
  .developers-github:hover {
    box-shadow: 0 6px 24px 0 rgba(18, 43, 70, 0.12); }
  .developers-github .developers-github__body {
    flex: 0 0 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 40px; }
    .developers-github .developers-github__body .github-content {
      font-size: 1.2rem;
      line-height: 1.5;
      font-weight: 400;
      color: #122B46;
      margin-bottom: 20px; }
    .developers-github .developers-github__body .github-title h2 {
      margin-bottom: 20px; }
  .developers-github .developers-github__figure {
    flex: 1;
    text-align: center; }
    .developers-github .developers-github__figure img {
      max-height: 300px; }
  .developers-github .github-button a {
    display: inline-block;
    padding: 15px 25px;
    background-color: #FF6132;
    color: #fff;
    border-radius: 4px; }
    .developers-github .github-button a i {
      margin-left: 7px;
      position: relative;
      bottom: 1px; }

.reference-landing__body {
  flex-flow: wrap;
  margin: 0 -1%; }

.reference-landing__section {
  margin: 30px 0 30px; }

.cpt-app-screen-thumb {
  cursor: pointer; }
  td .cpt-app-screen-thumb {
    width: 120px; }

.app-screen-modal {
  text-align: center;
  width: fit-content; }
  .app-screen-modal img {
    max-height: 70vh; }

.gutenberg-group {
  background-color: #FBFBFC;
  border: 1px solid #E7E9EC;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 30px; }

.bbdocs-single-content .entry-content .gutenberg-group p:last-of-type,
.gutenberg-group p:last-of-type {
  margin-bottom: 0; }

@media screen and (min-width: 880px) and (max-width: 1110px) {
  #font-cheatsheet {
    grid-template-columns: 1fr 1fr 1fr; } }

@media screen and (max-width: 1000px) {
  .release-grid .new-in-guide .release-dir-items-wrap {
    flex: 0 0 48%;
    max-width: 48%;
    margin: 0 1% 30px; }
  .developers-blocks {
    flex-flow: wrap; }
    .developers-blocks .single-block {
      flex: 0 0 48%;
      max-width: 48%; }
  .developers-github .developers-github__body {
    padding-left: 20px; } }

@media screen and (max-width: 768px) {
  .developers-github .developers-github__body {
    padding-left: 10px; } }

@media screen and (min-width: 620px) and (max-width: 880px) {
  #font-cheatsheet {
    grid-template-columns: 1fr 1fr; } }

@media screen and (max-width: 620px) {
  #font-cheatsheet {
    grid-template-columns: 1fr; }
  .release-grid .new-in-guide .release-dir-items-wrap {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 30px; }
  .developers-blocks .single-block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .developers-page__heading {
    flex-direction: column; }
    .developers-page__heading .developers-content,
    .developers-page__heading .developers-featured-img {
      flex: 0 0 100%;
      max-width: 100%; }
    .developers-page__heading .developers-featured-img {
      margin: 50px 0 0; }
  .developers-github {
    flex-direction: column; }
    .developers-github .developers-github__body,
    .developers-github .developers-github__figure {
      flex: 0 0 100%;
      max-width: 100%; }
    .developers-github .developers-github__body {
      padding-left: 0; }
    .developers-github .developers-github__figure {
      margin: 50px 0 0; } }

/*# sourceMappingURL=main-bb.css.map */