/*
Theme Name:    JDS Child Theme
Description:   Child Theme for Beaver Builder
Version:       1.0.0
Author:        Jelly Design Studio
Author URI:    https://jellydesignstudio.com/
Template:      bb-theme
License:       GNU General Public License v2 or later
License URI:   http://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
    font-family: 'Commando';
    src: url('/Commando.woff2') format('woff2'),
        url('/Commando.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* Headers */
h1,
.large-heading h2 {
  font-family: 'Commando';
  margin: 0 0 10px;
  letter-spacing: 1px;
}

.large-text p {
  font-size: 24px;
}

footer h2 {
  font-size: 30px;
}

@media (max-width: 768px) {	
 .single-post h2,
 .single-career h2 {
   font-size: 28px;
 }
}

a:hover, a:focus {
  text-decoration: none !important;
}

/* Buttons */
.fl-button {
  letter-spacing: 1px;
 }

.healcode-pricing-option-text-link,
.healcode-pricing-option-text-link:hover,
.healcode-contract-text-link,
.healcode-contract-text-link:hover,
.healcode-gift-card-text-link,
.healcode-gift-card-text-link:hover {
  background-color: #2551cf;
  color: #fff;
  font-family: "League Gothic",sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  padding: 10px 24px;
  border-radius: 5px;
  margin-top: 10px;
  display: inline-block;
}

.booking-btn-top {
  background-color: #2551cf;
  color: #fff;
  font-family: "League Gothic",sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  padding: 5px 15px;
  border-radius: 5px;
  margin: 2px 4px;
  display: inline-block;
}

.healcode-pricing-option-text-link:hover,
.healcode-contract-text-link:hover,
.healcode-gift-card-text-link:hover {
  background-color: #1d44b6;
  color: #fff;
}

/* Homepage */
 #main-header .fl-bg-video {
  background-position: left center !important;
}

.uabb-testimonial-author-name {
  margin-top: 20px;
}


div.healcode.registration.modern-theme-wrapper input[type="text"], div.healcode.registration.modern-theme-wrapper input[type="email"], div.healcode.registration.modern-theme-wrapper input[type="password"], div.healcode.registration.modern-theme-wrapper select, div.healcode.registration.modern-theme-wrapper textarea, div.healcode.registration.modern-theme-wrapper .hc-registration-field select, div.healcode.registration.modern-theme-wrapper .hc_registration>.hc-label, div.healcode.registration.modern-theme-wrapper .note, div.healcode.registration.modern-theme-wrapper .communication-settings, div.healcode.registration.modern-theme-wrapper .hc-registration-field label, div.healcode.registration.modern-theme-wrapper .hc-registration-field>.liability, div.healcode.registration.modern-theme-wrapper .liability-checkbox-wrapper, div.healcode.registration.modern-theme-wrapper .hc-actions .submit, div.healcode.registration.modern-theme-wrapper .healcode-registration-promo-text,
div.healcode.prospect.modern-theme-wrapper input[type="text"], div.healcode.prospect.modern-theme-wrapper input[type="email"], div.healcode.prospect.modern-theme-wrapper input[type="password"], div.healcode.prospect.modern-theme-wrapper select, div.healcode.prospect.modern-theme-wrapper textarea, div.healcode.prospect.modern-theme-wrapper .hc-prospect-field select, div.healcode.prospect.modern-theme-wrapper .hc_prospect>.hc-label, div.healcode.prospect.modern-theme-wrapper .note, div.healcode.prospect.modern-theme-wrapper .communication-settings, div.healcode.prospect.modern-theme-wrapper .hc-prospect-field label, div.healcode.prospect.modern-theme-wrapper .hc-prospect-field>.liability, div.healcode.prospect.modern-theme-wrapper .liability-checkbox-wrapper, div.healcode.prospect.modern-theme-wrapper .hc-actions .submit, div.healcode.prospect.modern-theme-wrapper .healcode-prospect-promo-text {
        font-size: 1.5rem !important;
        line-height: 2.5rem !important;
}

div.healcode.registration.modern-theme-wrapper input[type="text"], div.healcode.registration.modern-theme-wrapper input[type="email"], div.healcode.registration.modern-theme-wrapper input[type="password"], div.healcode.registration.modern-theme-wrapper select, div.healcode.registration.modern-theme-wrapper textarea, div.healcode.registration.modern-theme-wrapper .hc-registration-field select,
div.healcode.prospect.modern-theme-wrapper input[type="text"], div.healcode.prospect.modern-theme-wrapper input[type="email"], div.healcode.prospect.modern-theme-wrapper input[type="password"], div.healcode.prospect.modern-theme-wrapper select, div.healcode.prospect.modern-theme-wrapper textarea, div.healcode.prospect.modern-theme-wrapper .hc-prospect-field select, div.healcode.prospect.modern-theme-wrapper .hc-prospect-field label {
        background: #fff;
}