/*
Theme Name: KBD Technic
Version: 1.0
Description: Custom theme
Author: DigiSage, Inc.
Author URI: https://digisage.com
template: bb-theme
*/

:root {
   --hsr-pagewidth: 1200px; /* must match global settings */
   --kbd-blue: #113d61;
}

/* general */

/* full-row padding to equalize content width */
.pad-left-pagewidth > .fl-col-content {
   padding-left: calc((100vw - var(--hsr-pagewidth)) / 2);
}
.pad-right-pagewidth > .fl-col-content {
   padding-right: calc((100vw - var(--hsr-pagewidth)) / 2);
}
@media(max-width:1340px) {
   .pad-left-pagewidth > .fl-col-content {
      padding-left: 0px;
   }
   .pad-right-pagewidth > .fl-col-content {
      padding-right: 0px;
   }
}

/* layering helpers */
.z-index-1 {
   position: relative;
   z-index: 1;
}
.z-index-5 {
   position: relative;
   z-index: 5;
}
.z-index-10 {
   position: relative;
   z-index: 10;
}

/* style lists */
#fl-main-content .fl-module-rich-text ul {
   margin-bottom: 20px;
}
#fl-main-content .fl-module-rich-text ul li {
   margin-bottom: 10px;
}
.fl-tabs a:focus {
   outline: none !important;
}

/* menu */
button.pp-advanced-menu-mobile-toggle {
   border: none !important;
}

/* homepage */
.home-slider .fl-slide h2 {
   margin: 0 0 10px 0 !important;
}
.home-slider .bx-wrapper .bx-pager {
   bottom: 30px;
}
.home-slider .bx-wrapper .bx-pager a.bx-pager-link {
   background: rgba(255,255,255,0.4);
}
.home-slider .bx-wrapper .bx-pager a.bx-pager-link.active {
   background: #fff;
}
@media(max-width:768px) {
   .home-slider .bx-wrapper .bx-pager {
      bottom: 25px;
   }
   .home-slider .fl-content-slider-navigation {
      top: 30vw; /* keep R/L arrows in place as height shrinks/grows */
   }
   .home-slider .fl-slide-content {
      padding: 30px 20px 60px 20px !important;
   }
   .home-slider .fl-button-left {
      text-align: center !important;
   }
}

.home-request-form label.gform-field-label {
   display: none !important;
}
.home-request-form .gfield_checkbox label.gform-field-label {
   display: inline-block !important;
}




