/*
Theme Name: Leading By Design
Theme URI: https://leadingbydesign.com
Version: 1.0
Author: Nicholas Creative
Author URI: https://nicholascreative.com
Template: bb-theme
*/
#lbd-logo-box {
  max-width: 218px;
}

#lbd-mega-menu .widgettitle {
  display: none;
}

.mega-menu-grid > .mega-sub-menu {
  top: 49px !important;
}

#mega-menu-wrap-header #mega-menu-header p {
  margin-bottom: 0;
}

.fl-module a:focus-visible,
.fl-module a:focus-visible span {
  outline: none;
}

.mega-toggle-on ul.mega-sub-menu[role=presentation] > .mega-menu-row .custom-menu-section {
  box-shadow: inset 0 7px 5px -5px rgba(0, 0, 0, 0.07) !important;
}

.grey-box {
  align-self: flex-end;
  height: auto;
}

#arrow-link .fl-button:hover .fl-button-icon,
#arrow-link .fl-button:focus .fl-button-icon {
  margin-left: 12px;
  transition: all 0.2s ease-in-out;
}

.content-menu-mobile {
  width: 100%;
}
.content-menu-mobile .fl-accordion-item {
  position: relative;
  overflow: visible;
}
.content-menu-mobile .fl-accordion-button-label {
  vertical-align: middle;
}
.content-menu-mobile .fl-accordion-content {
  display: block;
  position: absolute;
  top: 74px;
  z-index: 10;
  left: 0;
  width: 100%;
  overflow: visible;
  background: #D9E8F2;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 8px 8px;
}
.content-menu-mobile .facetwp-reset {
  margin-top: 40px;
  color: #333A56;
}

.mega-get-started-mobile {
  display: none !important;
}

@media screen and (max-width: 768px) {
  #mega-menu-wrap-header .mega-menu-toggle + #mega-menu-header {
    left: 0 !important;
    visibility: hidden;
    top: -100% !important;
  }
  #mega-menu-wrap-header .mega-menu-toggle.mega-menu-open + #mega-menu-header {
    visibility: visible !important;
    top: 60px !important;
    left: 0 !important;
  }
  #mega-menu-wrap-header .mega-menu-toggle.mega-menu-open:after {
    display: none;
  }
  body.logged-in #mega-menu-wrap-header .mega-menu-toggle.mega-menu-open + #mega-menu-header {
    top: 106px !important;
  }
  body #mega-menu-wrap-header .mega-menu-toggle.mega-menu-open + #mega-menu-header {
    top: 60px !important;
  }
  .mega-toggle-on ul.mega-sub-menu[role=presentation] > .mega-menu-row .custom-menu-section {
    box-shadow: none !important;
  }
  .mega-get-started-mobile {
    display: block !important;
  }
  .mega-get-started-mobile a {
    display: block !important;
    border-radius: 8px !important;
    border: solid 1px #333A56 !important;
    margin: 0 10px !important;
    text-align: center !important;
  }
}
.mega-no-click-link:hover,
.mega-no-click-link,
.mega-no-click-link > a,
.mega-no-click-link:focus,
.mega-no-click-link > a:hover,
.mega-no-click-link > a:focus {
  cursor: default !important;
}

.mega-close {
  display: none !important;
}

.facetwp-facet {
  margin-bottom: 0 !important;
}
.facetwp-facet i {
  right: unset;
  left: 4px;
  opacity: 1;
}
.facetwp-facet i:before {
  background-image: url("/wp-content/uploads/2026/04/search.svg");
  background-size: 17px 17px;
}
.facetwp-facet input {
  padding-left: 32px;
  padding-right: 12px;
  border: 1px solid #333A56;
  border-radius: 8px;
}
.facetwp-facet input[type=text]::placeholder {
  color: #333A56;
}
.facetwp-facet span {
  width: 100%;
  max-width: 332px;
}
.facetwp-facet .facetwp-checkbox {
  background: url("/wp-content/uploads/2026/04/Check-Box.svg") 0 50% no-repeat;
  background-size: 20px;
  padding-left: 34px;
}
.facetwp-facet .facetwp-checkbox.checked {
  background-image: url("/wp-content/uploads/2026/04/Check-Box-Checked.svg");
}

.facetwp-counter {
  display: none;
}

.facetwp-reset {
  display: block;
  color: #9FB2C1;
  margin-bottom: 8px;
}
.facetwp-reset:hover, .facetwp-reset:focus {
  color: #9FB2C1;
}

.facetwp-load-more {
  font-size: 16px;
  line-height: 20px;
  padding: 12px 24px;
  border-radius: 8px;
  background: #AD4A25;
  border: none;
}
.facetwp-load-more:hover, .facetwp-load-more:focus {
  background: #CE633B;
  transition: all 0.3s ease-in;
  border: none;
}

#staff-writer-section .single-writer {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  margin-bottom: 10px;
}
#staff-writer-section .writer-image {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  object-fit: cover;
}
#staff-writer-section .writer-info .full-name {
  margin-bottom: 0;
  font-weight: 700;
}
#staff-writer-section .writer-info .staff-title {
  margin-bottom: 0;
}

.hbspt-form label {
  font-weight: 500;
}
.hbspt-form input, .hbspt-form select, .hbspt-form textarea {
  border-radius: 8px;
  border: 1px solid #333A56;
  background: transparent;
  color: #4565A5;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 14px;
}
.hbspt-form input:active, .hbspt-form input:focus, .hbspt-form select:active, .hbspt-form select:focus, .hbspt-form textarea:active, .hbspt-form textarea:focus {
  border-color: #4565A5;
}
.hbspt-form textarea::placeholder {
  color: #4565A5;
}
.hbspt-form .hs-email .input input, .hbspt-form .hs-company .input input, .hbspt-form .input select, .hbspt-form .input textarea {
  width: 100% !important;
  min-height: 34px;
}
.hbspt-form .hs-button {
  margin-top: 24px;
  background: #333A56;
  color: #fff;
  padding: 10px 24px;
  width: calc(100% - 8px);
  font-weight: 700;
  border-radius: 8px;
}
.hbspt-form .hs-button:hover, .hbspt-form .hs-button:focus {
  background: #4565A5;
  transition: all 0.3s ease-in;
}
.hbspt-form fieldset {
  margin-bottom: 12px !important;
  max-width: 100% !important;
}
.hbspt-form .hs-error-msgs {
  list-style: none;
  padding-left: 0;
  font-size: 12px;
  margin: 4px 0 0 0;
}
.hbspt-form ul.inputs-list[role=checkbox] {
  list-style: none;
  padding: 0;
}
.hbspt-form ul.inputs-list[role=checkbox] input {
  margin-right: 12px;
}

.dark-bg-form .hbspt-form label {
  color: #fff !important;
}
.dark-bg-form .hbspt-form input, .dark-bg-form .hbspt-form select, .dark-bg-form .hbspt-form textarea {
  border-radius: 8px;
  border: 1px solid #fff !important;
  background: transparent;
  color: #fff !important;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 14px;
}
.dark-bg-form .hbspt-form input:active, .dark-bg-form .hbspt-form input:focus, .dark-bg-form .hbspt-form select:active, .dark-bg-form .hbspt-form select:focus, .dark-bg-form .hbspt-form textarea:active, .dark-bg-form .hbspt-form textarea:focus {
  border-color: #fafafa !important;
}
.dark-bg-form .hbspt-form textarea::placeholder {
  color: #fff !important;
}
.dark-bg-form .hbspt-form .hs-email .input input, .dark-bg-form .hbspt-form .hs-company .input input, .dark-bg-form .hbspt-form .input select, .dark-bg-form .hbspt-form .input textarea {
  width: 100% !important;
  min-height: 34px;
}
.dark-bg-form .hbspt-form .hs-button {
  margin-top: 24px;
  background: #fff;
  color: #333A56 !important;
  padding: 10px 24px;
  width: calc(100% - 8px);
  font-weight: 700;
  border-radius: 8px;
}
.dark-bg-form .hbspt-form .hs-button:hover, .dark-bg-form .hbspt-form .hs-button:focus {
  background: #D9E8F2;
  transition: all 0.3s ease-in;
  color: #333A56 !important;
}
.dark-bg-form .hbspt-form fieldset {
  margin-bottom: 12px !important;
  max-width: 100% !important;
}
.dark-bg-form .hbspt-form .hs-error-msgs {
  list-style: none;
  padding-left: 0;
  font-size: 12px;
  margin: 4px 0 0 0;
  color: #fff;
}
.dark-bg-form .hbspt-form ul.inputs-list[role=checkbox] {
  list-style: none;
  padding: 0;
}
.dark-bg-form .hbspt-form ul.inputs-list[role=checkbox] input {
  margin-right: 12px;
}
.dark-bg-form .hbspt-form ul.inputs-list[role=checkbox] span {
  color: #fff;
}

@font-face {
  font-family: "Proxima Nova Regular";
  src: url("/wp-content/themes/bb-theme-child/fonts/proxima_nova_regular.woff2") format("woff2"), url("/wp-content/themes/bb-theme-child/fonts/proxima_nova_regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova Bold";
  src: url("/wp-content/themes/bb-theme-child/fonts/proxima_nova_bold.woff2") format("woff2"), url("/wp-content/themes/bb-theme-child/fonts/proxima_nova_bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova Semibold";
  src: url("/wp-content/themes/bb-theme-child/fonts/Proxima Nova Semibold.woff2") format("woff2"), url("/wp-content/themes/bb-theme-child/fonts/Proxima Nova Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova Light";
  src: url("/wp-content/themes/bb-theme-child/fonts/proxima_nova_light.woff2") format("woff2"), url("/wp-content/themes/bb-theme-child/fonts/proxima_nova_light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
#lbd-table tbody tr td {
  padding: 24px 48px;
  border-right: solid 1px #D9E8F2;
  border-top: solid 1px #D9E8F2;
  text-align: center;
}
#lbd-table tbody tr td:last-of-type {
  border-right: none;
}
#lbd-table tbody:is(.first-row) tr td {
  border-top: none;
}

.new-window-link .fl-button i:before {
  content: "";
  background-image: url("/wp-content/uploads/2026/04/newWindow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 18px;
  background-size: 100%;
  height: 18px;
  margin-bottom: 4px;
}

.blog-listing-flex-wrapper {
  position: relative;
}
.blog-listing-flex-wrapper #arrow-link {
  position: absolute;
  bottom: 24px;
}

.bio-box-primary {
  position: relative;
}
.bio-box-primary .team-content-box:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: #fff;
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.bio-box-primary .team-photo-box {
  overflow: hidden;
}
.bio-box-primary .team-photo-box img {
  height: 259px !important;
}

.line-table {
  width: 100%;
}
.line-table .t-row {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
}
.line-table .t-row .t-cell {
  flex: 1 0 20%;
}

@media screen and (max-width: 768px) {
  .line-table tbody tr.t-row td.t-cell, .line-table .first-row tr.t-row td.t-cell {
    padding: 20px 40px;
    border-bottom: solid 1px #D9E8F2;
    border-right: none !important;
    border-top: none !important;
    text-align: center;
    flex: 100%;
  }
}

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