/*
Theme Name: Beaver Builder Theme Store
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: The Beaver Builder theme store!
Author: The Beaver Builder Team
Author URI: http://www.wpbeaverbuilder.com
Template: bb-theme
*/

/* General
------------------------------------------------------------*/

body {
    color: #3b3b3b;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #424141;
    font-family: "museo", serif;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -0.01em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #424141;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 21px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
mark {
    background: transparent !important;
}
a {
    -webkit-transition: background 0.2s, color 0.2s;
       -moz-transition: background 0.2s, color 0.2s;
            transition: background 0.2s, color 0.2s;
}
b,
strong,
label {
    font-weight: 600;
}
hr {
    border-color: #cccccc;
}
blockquote {
    border-color: #e6e6e6;
    background: #f6f6f6;
    padding: 20px;
}


/* Helper Classes
------------------------------------------------------------*/

/*Image Shadow*/
.fl-image-shadow img {
    box-shadow: 0px 3px 15px rgba(0,0,0,0.1);
}

/*Logged In/Out Elements*/
.logged-in .fl-logged-in-hidden {
    display: none !important;
}
.logged-out .fl-logged-out-hidden {
    display: none !important;
}

/*Cart Full/Empty Elements*/
.fl-cart-empty .fl-checkout-link {
    display: none !important;
}

/*qTips*/
.qtip-default {
    background-color: #505050;
    border: 1px solid #303030;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    padding: 3px;

    -webkit-box-shadow: 0 0 10px #666;
            box-shadow: 0 0 10px #666;
}

/*Syntax Highlighting*/
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
    background: #f4f4f5 !important;
    border: 1px solid #e6e6e6 !important;
    border-radius: 2px;
}
:not(pre)>code[class*=language-],
pre[class*=language-] {
  font-size: 15px;
}
code[class*=language-],
pre[class*=language-] {
    overflow: auto;
    word-wrap: normal;
    white-space: pre;
}
.token.function {
    color: #9A5454;
}

/*Footnote*/
.fl-footnote {
    font-style: italic;
    font-size: 16px;
    line-height: 1.3;
    color: #828282;
}

/*Hero Gradient*/
.fl-hero-gradient .fl-row-content-wrap {
    background-color: #0e5a71;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMwZjYzN2QiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzBjNTA2NSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
    background-image: -webkit-gradient(linear, 0% 0%, 100% 100%,color-stop(0, rgb(15, 99, 125)),color-stop(1, rgb(12, 80, 101)));
    /* Android 2.3 */
    background-image: -webkit-repeating-linear-gradient(top left,rgb(15, 99, 125) 0%,rgb(12, 80, 101) 100%);
    /* IE10+ */
    background-image: repeating-linear-gradient(to bottom right,rgb(15, 99, 125) 0%,rgb(12, 80, 101) 100%);
    background-image: -ms-repeating-linear-gradient(top left,rgb(15, 99, 125) 0%,rgb(12, 80, 101) 100%);
}

/*User Switching*/
#user_switching_switch_on {
    position:absolute;
    top:5px;
    right:10px;
	left: auto !important;
	bottom: auto !important;
    font-size: 13px;
    font-weight:600;
}

/* Header
------------------------------------------------------------*/

/*Topbar*/
.fl-page-bar {
    border: none;
}
/*Logo*/
.fl-logo-img {
    position: relative;
    top: -2px;
}

/*Nav*/
.fl-page-nav .navbar-nav, .fl-page-nav .navbar-nav a {
    font-size: 16px;
}
.fl-page-nav ul.navbar-nav > li > a {
    padding: 15px 10px;
}

/*Fixed Nav*/
.fl-page-nav-right.fl-page-header-fixed .fl-page-nav {
    position: relative;
    top: 5px;
}


/* Footer
------------------------------------------------------------*/

.fl-page-footer {
    font-size: 14px;
    border-top: 0;
}
.fl-subfooter .fl-heading-text {
    font-weight: 600;
}
.fl-subfooter .gform_wrapper input[type=text],
.fl-subfooter .gform_wrapper input[type=email] {
    min-width: 295px;
}
.fl-subfooter .gform_wrapper li.gfield.gfield_error,
.fl-subfooter .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: #1B4754;
}


/* Homepage / Landing Pages
------------------------------------------------------------*/

/*Herobar*/
.fl-herobar {
    color: #fff;
    font-size: 20px;
    letter-spacing: -0.01em;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.fl-herobar h1 {
    color: #fff;
    line-height: 1.2;
    font-size: 29px;
    font-weight: 600;
}
.fl-herobar #fl-homepage-video img {
    box-shadow: 0px 3px 21px rgba(0,0,0,0.18);
}

/*Buttons*/
.fl-button-cta a.fl-button,
.fl-herobar .fl-button-demo a.fl-button {
    font-size: 19px;
    text-shadow: -1px 1px 1px rgba(0,0,0,0.2);
}
.fl-button-cta a.fl-button {
    font-weight: 600 !important;
    border-bottom: 2px solid #ca7a1b !important;
}
.fl-herobar .fl-button-demo a.fl-button {
    border: 2px solid rgba(255,255,255,0.6);
    background: rgba(255,255,255,0.1);
}
.fl-herobar .fl-button-demo a.fl-button:hover {
    background: rgba(255,255,255,0.2);
}

/*Info Sections*/
.fl-info-section-heading {
    font-size: 32px;
    margin: 0 0 30px;
}
.fl-info-section-subheading {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3;
}
.fl-info-section-copy {
    line-height: 1.5;
    color: #656565;
    margin-top: 15px;
}
.fl-info-section-callout {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    margin: -10px 0 30px;
    letter-spacing: 0.01em;
    color: #656565;
    font-style: italic;
}

/*Orange CTA Bar*/
.fl-cta-bar h2 {
    font-weight: 500;
}

/*Testimonials*/
.fl-testimonial-image.alignleft {
    margin: 5px 20px 13px 0;
}
.fl-testimonial-content {
    color: #D6D6D6 !important;
    display: block;
    line-height: 1.3;
    font-size: 17px;
    font-style: italic;
}
.fl-testimonial-source {
    clear: both;
    color: #8E9CA0 !important;
    font-size: 15px;
}
.fl-testimonial-source a {
    color: #8E9CA0 !important;
}

/*Nitty Gritty Container*/
.fl-nitty-gritty,
.fl-nitty-gritty .fl-row-content-wrap {
    min-height: 1120px;
}
.fl-nitty-gritty .fl-tabs-vertical .fl-tabs-labels {
    width: 24%;
}
.fl-nitty-gritty .fl-tabs-vertical .fl-tabs-panels {
    width: 76%;
}

/*Nitty Gritty Labels*/
.fl-nitty-gritty .fl-tabs-labels {
    margin-top: 36px;
}
.fl-nitty-gritty .fl-tabs-label {
    border-bottom: 1px solid #DCD9D9;
    border-top: 1px solid #F3F3F3;
    background: #EBECEE;
}
.fl-nitty-gritty .fl-tabs-label:last-child {
    border-bottom: 0;
}
.fl-nitty-gritty .fl-tabs-label,
.fl-nitty-gritty .fl-tabs-vertical .fl-tabs-label.fl-tab-active {
    padding: 10px 10px 19px 20px;
    left: 0;
}
.fl-nitty-gritty .fl-tabs-label.fl-tab-active:hover,
.fl-nitty-gritty .fl-tabs-label.fl-tab-active {
    background: #f7951f;
    border-top: 1px solid #f7951f;
    border-bottom: 1px solid #f7951f;
    border-right: 0;
    border-left: 0;
}
.fl-nitty-gritty .fl-tabs-label:hover {
    background: #ffd8a9;
    border-top: 1px solid #ffd8a9;
    border-bottom: 1px solid #ffd8a9;
}
.fl-nitty-gritty .fl-tabs-label h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    margin: 10px 0 0;
}
.fl-nitty-gritty .fl-details-package {
    color: #696969;
    font-size: 14px;
    margin: 0 0 0 4px;
    line-height: 1.3;
    display: inline-block;
}
.fl-nitty-gritty .fl-tabs-label.fl-tab-active h3,
.fl-nitty-gritty .fl-tabs-label.fl-tab-active .fl-details-package {
    color: #333;
}

/*Nitty Gritty Content*/
.fl-nitty-gritty .fl-tabs-panels h2 {
    margin-top: 15px;
    margin-bottom: 20px;
}
.fl-nitty-gritty .fl-tabs-panels {
    border: 0;
    padding: 5px 20px 0;
    min-height: 650px !important;

    box-shadow: 0 5px 20px rgba(0,0,0,0.05)
}
.fl-nitty-gritty .fl-tabs-panels h4 {
    font-size: 18px;
    font-weight: 600;
}
.fl-nitty-gritty .fl-tabs-panels p {
    margin-bottom: 20px;
}
.fl-nitty-gritty .fl-tabs-panels .fl-details-col p {
    margin-bottom: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid #EEEEEE;
}
.fl-nitty-gritty .fl-tabs-panel-content .fl-details-col p:last-child {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 0;
}
.fl-nitty-gritty .fl-tabs-panels .fl-page-layout-button {
    text-align: center;
}
.fl-nitty-gritty .fl-tabs-panels .fl-page-layout-button .fl-button {
    margin: 25px auto !important;
    text-align: center !important;
}


/* Newsletter Forms
------------------------------------------------------------*/

.fl-subfooter .gform_wrapper .gform_footer {
    margin-top: 6px;
}
.fl-newsletter .gform_wrapper .gfield_label {
    display: none !important;
}
.fl-newsletter .gform_wrapper input[type=text],
.fl-newsletter .gform_wrapper input[type=email] {
    font-size: 16px;
    height: 45px;
    padding: 0 10px;
    margin-bottom: 10px;
}
.fl-newsletter .gform_wrapper input[type=submit] {
    background-color: #0F637D;
    border: 0;
    color: #fff;
    padding: 16px 40px;
    font-weight: 600;
}

/*Success*/
.fl-newsletter .gform_confirmation_message {
    color: #d1d1d1;
}

/*Validation*/
.fl-newsletter .gform_wrapper div.validation_error {
    border: 0;
    color: #EF5D5D;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
.fl-newsletter .gform_wrapper li.gfield.gfield_error,
.fl-newsletter .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  margin-bottom: 6px !important;
  padding: 6px 15px 0 !important;
  border-top: 0;
  border-bottom: 0;;
}
.fl-newsletter .gform_wrapper li.gfield_error input[type=text],
.fl-newsletter .gform_wrapper li.gfield_error input[type=url],
.fl-newsletter .gform_wrapper li.gfield_error input[type=email],
.fl-newsletter .gform_wrapper li.gfield_error input[type=tel],
.fl-newsletter .gform_wrapper li.gfield_error input[type=number],
.fl-newsletter .gform_wrapper li.gfield_error input[type=password],
.fl-newsletter .gform_wrapper li.gfield_error textarea {
    border: 0;
}
.fl-newsletter .gform_wrapper .validation_message {
    color: #EF5D5D;
}

/* Contact Forms
------------------------------------------------------------*/

.fl-contact-form .gform_fields input[type=text],
.fl-contact-form .gform_fields input[type=checkbox],
.fl-contact-form .gform_fields input[type=password],
.fl-contact-form .gform_fields input[type=email],
.fl-contact-form .gform_fields textarea,
.fl-contact-form .gform_fields select {
    margin-bottom: 30px;
    background-color: #fcfcfc;
    border: 1px solid #D8D6D6;
}
.fl-contact-form .gform_fields input[type=text],
.fl-contact-form .gform_fields input[type=password],
.fl-contact-form .gform_fields input[type=email],
.fl-contact-form .gform_fields select {
    height: 45px;
    padding: 0 8px !important;
}
.fl-contact-form .gform_fields select {
    color: #424141;
}
.fl-contact-form .gfield_label {
    font-weight: 600 !important;
    margin: 0 0 5px !important;
}
.fl-contact-form .fl-contact-name label {
    display: none;
}
.fl-contact-form .fl-contact-optin .gfield_label {
    display: none !important;
}
.fl-contact-form .gform_fields textarea {
    padding: 10px !important;
}
.fl-contact-form input[type=submit] {
    padding: 12px 80px;
    font-size: 19px !important;
    background: #0F637D;
    border: 1px solid #134758;
}
.fl-contact-form .gform_wrapper .gfield_required {
    color: #0F637D;
}

/* Optins
------------------------------------------------------------*/

/* Content Pages
------------------------------------------------------------*/

.fl-content-page-title {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}
.fl-content-page-subtitle {
    font-size: 17px;
    line-height: 1.5;
    font-style: italic;
    text-align: center;
}
.fl-content-page h2 {
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    margin-bottom: 25px;
}
.fl-angle-content-page .fl-content-page-title {
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 6px;
    letter-spacing: -.02em;
    color: #5f6165;
}
.fl-angle-content-page .fl-content-page-subtitle {
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
    color: #11637d;
    font-weight: 500;
    margin: 0;
    position: relative;
}
.fl-angle-content-page .fl-content-page-subtitle:after {
    content: "";
    position: absolute;
    width: 260px;
    height: 2px;
    background: #dbdbe0;
    top: 70px;
    left: 50%;
    margin-left: -130px;
}
.fl-angle-content-page .fl-content-page h2 {
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    margin-bottom: 25px;
}
.fl-angle-content-page .fl-row-content-wrap {
    background: linear-gradient(to right bottom, #f7f9fb 50%, transparent 50%);
}
.fl-angle-content-page .fl-row-content-wrap:before {
    content:"";
    position: absolute;
    height: 45px;
    left:0;
    right:0;
    top:0;
    background: url('img/content-page-bg-triangle.png') no-repeat top left;
    background-size: contain;
}

/* Support Page
------------------------------------------------------------*/

.fl-support-resource-list {
    margin: 25px 0 30px;
}
.fl-support-resource-list li {
    margin-bottom: 4px;
}
.fl-support-page h3 {
    font-weight: 600;
    font-size: 16px;
    text-transform:uppercase;
}
.fl-support-search input[type=text] {
    background-color: #fcfcfc;
    border: 1px solid #D8D6D6;
    display: inline-block;
    height: 45px;
    padding: 0 8px !important;
    width: 64%;
}
.fl-support-search input[type=submit] {
    display: inline-block;
    width: 30%;
    margin-left: 1%;
    padding: 11px 30px;
    position: relative;
    top: 1px;
}


/* Gravity Forms Styles
------------------------------------------------------------*/

.gform_wrapper .field_description_below .gfield_description,
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    margin: -10px 0 9px 1px;
    padding-top: 0;
    font-size: 14px;
    font-weight: 500;
}
.gform_wrapper .gfield_checkbox li input, .gform_wrapper .gfield_checkbox li input[type=checkbox] {
    vertical-align: text-top;
}
.ginput_recaptcha {
    margin-bottom: 40px;
}


/* Newsletter Page
------------------------------------------------------------*/

.page-id-7464 .fl-page-content {
    background: #DBDBDB;
    min-height: 1400px;
}
.fl-newsletter-page > .fl-row-content-wrap {
    border-radius: 3px;
    box-shadow: 0 9px 50px rgba(0,0,0,0.3);
}
.fl-newsletter-page .gform_wrapper {
    max-width: 400px;
}
.fl-newsletter-page h1 {
    font-weight: 500;
    letter-spacing: -0.01em
}
.fl-newsletter-page .gform_wrapper input[type=text],
.fl-newsletter-page .gform_wrapper input[type=email] {
    min-width: 400px;
}
.fl-newsletter-page .gform_wrapper input[type=submit] {
    display: block;
}
.fl-newsletter-page .gform_wrapper .gform_footer {
    margin: 15px 0 0;
    padding: 0;
}


/* Layout Templates Page
------------------------------------------------------------*/

.fl-builder-layout-thumbs .fl-photo-content img {
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 0 5px #e5e5e5;
       -moz-box-shadow: 0 0 5px #e5e5e5;
            box-shadow: 0 0 5px #e5e5e5;
}
.fl-builder-layout-thumbs .fl-photo-caption.fl-photo-caption-below {
    font-size: 16px;
    padding: 20px 0;
}



/* Pricing Page
------------------------------------------------------------*/

.fl-builder-pricing .fl-pricing-table-inner-wrap,
.fl-builder-pricing .fl-pricing-table-column {
    border-radius: 6px !important;
    border-width: .13em !important;
    border-color: #d9dedf !important;
}
.fl-builder-pricing .fl-pricing-table-features .fa-question-circle {
    color: #b3b3b3;
    cursor: pointer;
    margin-left: 3px;
}
.fl-builder-pricing .fl-pricing-table-features .fa-question-circle:hover {
    color: #505050;
}
.fl-builder-pricing a.fl-button {
    font-size: 18px;
    font-weight: 600;
    padding: 13px 24px 11px;
    text-shadow: -1px 1px 1px rgba(0,0,0,0.1);
}

/*Pricing FAQ*/
.fl-pricing-faq .fl-accordion-item {
    border-radius: 6px;
    padding: 6px 5px 3px;
    border: .13em solid #d9dedf;
}
.fl-pricing-faq .fl-accordion-item-active {
    border-color: #b3cfd5;
}
.fl-pricing-faq .fl-accordion-button-icon {
    color: #11637d;
}
.fl-pricing-faq .fl-accordion-item .fl-accordion-button-label {
    color: #11637d;
    font-size: 20px;
}
.fl-pricing-faq .fl-accordion-content {
    padding: 10px 30px 0 15px;
    font-size: 17px;
}
.fl-pricing-faq .fl-accordion-content a {
    text-decoration: underline;
}
.fl-pricing-faq .fl-accordion-content p {
    margin-bottom: 20px;
}


/* FAQs Page
------------------------------------------------------------*/

.page-id-533 .fl-page-header-fixed {
    display: none !important;
}
.fl-faqs ul {
    list-style-type: none;
    padding: 0 0 15px;
}
.fl-faqs ul li {
    font-size: 19px;
    margin: 0 0 6px;
}
.fl-faqs-div-wrap div {
    padding-top: 25px;
}
.fl-faqs-div-wrap h3 {
    margin-top: -10px;
    font-size: 21px;
    font-weight: 500;
}
.fl-faqs p {
    border-bottom: 1px solid rgb(228, 228, 228);
    padding: 0 0 25px;
}


/* Changelog Page
------------------------------------------------------------*/

.bb-change-logs h4 {
    font-size: 24px;
    margin: 20px 0 10px;
}


/* Woo General
------------------------------------------------------------*/

.woocommerce .order-again {
    display: none;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    float: left;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: right;
}
div.woocommerce h2,
div.woocommerce h3 {
  font-size: 20px;
}
.shop_table {
    font-size: 16px;
}
.woocommerce table.shop_table_message {
    text-align: center;
}
.woocommerce-error a {
    text-decoration: underline;
}

/* Woo Checkout
------------------------------------------------------------*/

.woocommerce {
    margin: 30px 0 150px;
}
.woocommerce-checkout .fl-post-title {
    font-weight: 600;
    font-size: 29px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea,
.woocommerce-page form .form-row select,
.woocommerce-page table.cart td.actions .coupon .input-text {
    font-size: 16px;
}
.woocommerce-billing-fields h3:first-child,
#order_review_heading {
    display: none;
}
.woocommerce-billing-fields .create-account {
    clear: both;
    padding-top: 20px;
}
.woocommerce #payment .terms {
    padding-top: 10px;
    text-align: left;
}
.woocommerce #payment .terms .input-checkbox {
    position: static;
    margin: 0 10px;
}
.woocommerce #payment #place_order {
    background:#0F637D !important;
    border-color:#0A3C4C !important;
    display: block;
    float: none;
    font-size: 18px;
    font-weight: 600;
    padding: 13px 0;
    width: 100%;
}

.woocommerce-checkout #billing_email_field {
    width: 100%;
}
.woocommerce-checkout .cart-subtotal {
    display: none;
}
td.checkout-product-remove {
    width: 20px;
    border-bottom: 1px solid rgb(230, 230, 230);
}

/*Hide coupon*/
.woocommerce-form-coupon-toggle {
    display: none !important;
}

/* Hide Recurring Order Totals */
#order_review .recurring-totals,
#order_review .recurring-total {
    display: none;
}

.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box {
    background: #F3F3F3;
}
.woocommerce-checkout #payment div.payment_box:before {
    border: 1em solid #F3F3F3;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

/* Payment form */
.woocommerce label[for=payment_method_stripe],
.woocommerce label[for=payment_method_paypal] {
    display: inline;
}

/* Woo Thank You */
.woocommerce .woocommerce-thankyou-order-details {
    padding-left: 20px;
}

/*Woo Login*/
.woocommerce-checkout .woocommerce form.login {
    margin: 0 0 50px;
    padding: 10px 30px 20px;
    background: #fff;
}
.woocommerce-checkout .woocommerce form.login h2 {
    font-weight: 600;
    font-size:26px;
}


/* Woo Checkout Complete
------------------------------------------------------------*/

.shop_table .order_item .wc-item-downloads {
    margin: 0;
    padding: 0;
}
.shop_table .order_item .wc-item-downloads li {
    border: none;
    float: none;
    padding: 6px 0 0 0 ;
}
.shop_table .order_item .wc-item-downloads li strong {
    display: none;
}

/* Woo My Account
------------------------------------------------------------*/

.captchaSizeDivSmall {
    margin-bottom: 10px;
    padding: 0 !important;
}
.woocommerce-account .woocommerce h2 {
    font-size: 19px;
    font-weight: 600;
}
.fl-user-downloads,
.woocommerce_account_subscriptions {
    margin-bottom: 50px;
}
.fl-user-downloads table tr:first-of-type td {
    border-top: none;
}
.fl-user-downloads a {
    display: block;
}
.fl-user-downloads a:hover {
    text-decoration: none;
}
.fl-user-downloads a .fa {
    font-size: 22px;
    margin-right: 10px;
    vertical-align: middle;
}
.fl-user-no-downloads {
    margin: -20px 0 30px 1px;
}
.fl-user-download-description {
    font-size: 13px;
    margin-left: 30px;
}
.fl-user-download-description a {
    display: inline;
    text-decoration: underline;
}
.fl-other-releases {
    margin-top: -10px;
}
.fl-other-releases a {
	margin-right: 7px !important;
}
.fl-previous-releases,
.fl-pre-releases {
    display: none;
}
.fl-dev-release-tag {
	background: #ff0000;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	margin-left: 5px;
	padding: 2px 5px;
	font-size: 12px;
	border-radius: 4px;
}
#customer_login .fl-rememberme {
    margin-left: 15px;
}
.fl-terms-notice {
    font-size: 12px;
    padding: 20px 0;
    text-align: center;
}
.woocommerce table.my_account_orders .order-number a {
    text-decoration: underline;
}
.woocommerce table.my_account_orders .order-actions,
.woocommerce-page table.my_account_orders .order-actions {
    text-align: right !important;
}
.woocommerce table.my_account_subscriptions .subscription-actions {
    text-align: right;
}
.woocommerce table.my_account_orders .order-actions .button,
.woocommerce-page table.my_account_orders .order-actions .button {
    margin: 5px 5px 5px 0;
}
.shop_table.subscription_details .button.upgrade,
.subscription-actions.order-actions .button.upgrade {
    background: #0f637d;
    border-color: #0f637d;
    color: #fff;
    font-weight: 600;
}

/* Edit Account
------------------------------------------------------------*/

.woocommerce-EditAccountForm fieldset {
    margin-top: 50px;
}


/* Domain Manager
------------------------------------------------------------*/

/* Preview */
.fl-domain-manager-preview {
    margin-bottom: 40px;
}

/* Data Table */
.fl-domain-manager .dataTables_filter input[type=search] {
    display: inline-block;
    width: auto;
}
.fl-domain-manager .dataTables_length {
    margin-top: 15px;
}
.fl-domain-manager .dataTables_filter {
    margin-top: 10px;
    margin-bottom: 10px;
}
.fl-domain-manager table.dataTable tbody tr {
    background: transparent;
}
.fl-domain-manager table.shop_table td {
    padding: 10px;
}
.fl-domain-manager .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 2px 10px;
}
.fl-domain-manager .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #fcfcfc;
    border: 1px solid #cccccc;
}
.fl-domain-manager .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #585858;
    color: #fff !important;
}

/* Table Content */
.fl-domain-manager input[type=submit] {
    background: #fcfcfc;
    border: 1px solid #cccccc;
    color: #424141;
    margin-left: 4px;
    padding: 3px 9px;
}
.fl-domain-manager-bulk-select {
    text-align: right;
}
.fl-domain-manager-activated {
    color: #3cb341;
    font-weight: bold;
}
.fl-domain-manager-deactivated {
    color: #ae5842;
    font-weight: bold;
}
.fl-domain-manager-actions {
    text-align: right;
}
.fl-domain-manager-actions a.button {
    margin-left: 4px;
    padding: 3px 9px;
}
.fl-domain-manager .fl-domain-manager-checkbox {
    cursor: pointer;
    margin-left: 10px;
}

/* Sidebar
------------------------------------------------------------*/

.fl-sidebar .fl-widget {
    font-size: 16px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 40px;
}
.fl-sidebar .fl-widget:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.fl-sidebar .fl-widget-title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.fl-sidebar .fl-sidebar-review {
    margin: 20px 0 0;
}
.fl-sidebar .fl-sidebar-review i:before {
    color: #1e8cbe;
    font-size: 23px;
    position: relative;
    bottom: 3px;
    vertical-align: top;
    margin-right: 5px;
}
.fl-sidebar .fl-sidebar-review a {
    font-weight: 600;
    color: #3b3b3b;
}

/*Social Icons*/
.fl-social-sprite {
    background: url('img/social-icon-sprite.png');
    background-size: cover;
}
.fl-sidebar-social {
    margin: 20px 0 0;
}
.fl-sidebar-social li {
    display: inline-block;
    margin-bottom: 15px !important;
    clear: both;
}
.fl-sidebar-social li a {
    font-weight: 600;
    color: #3b3b3b;
}
.fl-sidebar-social .fl-social-sprite {
    height: 24px;
    width: 24px;
    display: block;
    float: left;
    margin: 3px 10px 10px 0;
    vertical-align: center;

    border-radius: 4px
}
.fl-sidebar-social .fl-twitter-icon-sidebar  { margin-top: -1px; }
.fl-sidebar-social .fl-facebook-icon-sidebar { background-position: -24px; }
.fl-sidebar-social .fl-slack-icon-sidebar    { background-position: -48px; }


/* Blog Posts
------------------------------------------------------------*/

/*Typography*/
.blog .fl-builder-content,
.archive .fl-builder-content,
.single-post .fl-builder-content,
.knowledgebase-content {
    font-size: 18px;
    line-height: 1.5;
}
.blog .fl-builder-content strong,
.archive .fl-builder-content strong,
.single-post .fl-builder-content strong,
.knowledgebase-content strong{
    font-weight: 600;
}
.blog .fl-builder-content .fl-rich-text a,
.archive .fl-builder-content .fl-rich-text a,
.single-post .fl-builder-content .fl-rich-text a,
.knowledgebase-content .fl-rich-text a {
    text-decoration: underline;
}
.blog .fl-builder-content .fl-rich-text img,
.archive .fl-builder-content .fl-rich-text img,
.single-post .fl-builder-content .fl-rich-text img,
.knowledgebase-content .fl-rich-text img {
    border: 1px solid #ececec;
}
.single-post .fl-builder-content .fl-rich-text .fl-author-bio img {
    border: none;
}
.blog .fl-builder-content p,
.archive .fl-builder-content p,
.single-post .fl-builder-content p,
.knowledgebase-content p {
    margin: 0 0 25px;
}
.blog .fl-builder-content ul,
.archive .fl-builder-content ul,
.single-post .fl-builder-content ul,
.knowledgebase-content ul {
    margin: 0 0 25px;
}
.blog .fl-builder-content h1.fl-post-title,
.category .fl-builder-content h1.fl-post-title,
.tag .fl-builder-content h1.fl-post-title,
.single-post .fl-builder-content h1.fl-post-title {
    margin-bottom: 7px;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.1;
}
.blog .fl-builder-content h1.fl-post-title {
    font-size: 25px;
}
.single-post .fl-post-content a {
    text-decoration: underline;
}
.single .fl-builder-content h1,
.single .fl-builder-content h2,
.single .fl-builder-content h3,
.single .fl-builder-content h4,
.single .fl-builder-content h5 {
    margin: 1.6em 0 1.6em;
    font-weight: 600;
}
.single .fl-builder-content h2 {
    font-size: 24px;
}
.single .fl-builder-content h3 {
    font-size: 22px;
}
.single .fl-builder-content h4 {
    font-size: 20px;
    text-transform: uppercase;
}
.single .fl-builder-content pre {
    margin: 0 0 30px;
}
.single .fl-builder-content iframe {
    margin: 20px 0 0;
}
.single .fl-builder-content .wp-caption.aligncenter {
    margin-bottom: 30px;
}
img.aligncenter {
    margin-bottom: 30px;
}
.wp-caption p.wp-caption-text {
    font-size: 13px;
    margin: 10px 0 0;
}
.wp-smiley {
    border: none !important;
}

/*Post Header*/
.fl-post-header {
    margin-bottom: 15px;
}

/*Post Meta*/
.fl-post-meta,
.fl-post-meta a {
    color: #98989A;
    font-size: 15px;
    font-style: italic;
    text-decoration: none;
}
.fl-post-meta.fl-post-meta-bottom {
    margin-bottom: 40px;
}
.fl-post-meta.fl-post-meta-bottom a {
    text-decoration: underline;
}

/*Foreword*/
.fl-blog-foreword {
    background: #FEF7EB;
    border: 1px solid #fff2db;
    font-size: 19px;
    font-weight: 300;
    font-style: italic;
    margin: 10px 0 30px;
    padding: 25px 30px;
}
.fl-blog-foreword a {
    text-decoration: none !important;
    font-weight: 500;
}
.fl-blog-foreword p:last-child {
    margin-bottom: 0;
}

/*Author Bio*/
.fl-author-bio {
    background: #f4f4f5;
    border: 1px solid #e6e6e6;
    margin: 30px 0 0;
    padding: 30px;
}
.fl-author-bio img {
    max-width: 100%;
}
.fl-author-bio-thumb {
    float: left;
}
.fl-author-bio-thumb img {
    border: none !important;
}
.fl-author-bio-text {
    margin-left: 125px;
}
.fl-author-bio h3 {
    margin: 0 0 10px !important;
    font-weight: 600 !important;
}
.fl-author-bio p {
    margin-bottom: 0 !important;
}

/*BlockQuotes*/
.single-post .fl-post-content blockquote:before {
    color: #fff;
    background: #A5CCD8;
    content: '\f10d';
    font-family: 'FontAwesome';
    font-size: 15px;
    position: relative;
    left: -55px;
    top: 24px;
    padding: 7px 10px 8px 8px;

    border-radius: 50%;
}
.single-post .fl-post-content blockquote {
    border: 0;
    background: none;
    padding: 0 80px 0 90px !important;
    margin: 0px 0 55px;
    font-style: italic;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3;
}

/*Better Click to Tweet*/
.bctt-click-to-tweet {
    border: 0;
    margin: 60px 0px 70px !important;
    padding: 0px 60px 0 80px !important;
}
.bctt-ctt-text a {
    color: #949393 !important;
    font-style: italic;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
}
a.bctt-ctt-btn {
    display: inline-block;
    position: relative;
    top: 31px;
}

/*Photo Credit*/
.fl-photo-credit {
    font-size: 14px;
    font-style: italic;
    color: #98989A;
}
.fl-photo-credit a {
    color: #98989A;
    text-decoration: none !important;
}

/* Don't underline blogroll titles */
.blog .fl-content .fl-post-title a {
    text-decoration: none;
}

/*Monarch*/
.sharebear:before {
    content: "Just like your Netflix account, it's okay to share...";
    color: #98989A;
    display: inline-block;
    font-style: italic;
    font-size: 15px;
    margin-bottom: -10px;
}

/*Recent Posts Widget*/
.rpwe-block ul {
    list-style: none!important;
    margin-left: 0!important;
    padding-left: 0!important;
}
.rpwe-block li {
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 15px !important;
    padding-bottom: 14px;
    list-style-type: none;
}
.rpwe-block li:last-child {
    border-bottom: 0;
}
.rpwe-block a {
    display: inline!important;
    text-decoration: none;
}
.rpwe-block h3 {
    background: none!important;
    clear: none;
    margin-bottom: 0!important;
    margin-top: 0!important;
    font-weight: 400;
    font-size: 17px!important;
    line-height: 1.4;
}
.rpwe-thumb {
    margin: 2px 0 10px 0;
}
.rpwe-summary {
    font-size: 12px;
}
.rpwe-time {
    color: #bbb;
    font-size: 11px;
}
.rpwe-alignleft {
    display: inline;
    float: left;
}
.rpwe-alignright {
    display: inline;
    float: right;
}
.rpwe-aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.rpwe-clearfix:before,.rpwe-clearfix:after {
    content: "";
    display: table!important;
}
.rpwe-clearfix:after {
    clear: both;
}
.rpwe-clearfix {
    zoom: 1;
}

/*Archive Title*/
.fl-archive .fl-archive-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0F637D;
}

/* Comments
------------------------------------------------------------*/

.fl-comments {
    margin-top: 0;
}
.fl-comments-list .comment-content {
    border: none;
}
#reply-title,
.fl-comments .fl-comments-respond-title,
.fl-comments .fl-comments-list-title {
    font-size: 22px;
    font-weight: 600;
}
.fl-comments .fl-comments-respond-title{
    margin-top: 30px;
}
.fl-comments .fl-comments-list-title {
    margin-top: 40px;
}
.fl-comments .comment-author-link,
.fl-comments .comment-author-link a {
    font-style: italic;
}
.fl-comments .comment-date {
    font-size: 16px;
    font-style: italic;
}
.fl-comments .comment {
    padding: 0 20px 20px;
}
.fl-comments .comment-content {
    padding: 5px 20px 0;
}
.fl-comments-list ol li {
    line-height: 1.5;
}
.fl-comments p {
    font-size: 17px;
}
.fl-comments p:last-child {
    margin-bottom: 5px;
}
.fl-comments .comment-edit-link,
.fl-comments .comment-reply-link {
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
}
.fl-comments .comment-edit-link {
    display: none;
}
.fl-comments-list .comment-reply-link {
    padding: 5px 0;
}
.fl-comments .comment.depth-2,
.fl-comments .comment.depth-4 {
    box-shadow: -1px 1px 1px rgba(0,0,0,0.1);
}
.fl-comments .comment.depth-3,
.fl-comments .comment.depth-5 {
    box-shadow: -1px 1px 1px rgba(0,0,0,0.2);
}
.fl-comments .comment.depth-1 {
    background: #FEF7EB;
    border: 1px solid #fff2db;
    border-radius: 2px;
    margin: 15px 0;
}
.fl-comments .comment.depth-2,
.fl-comments .comment.depth-3 {
    margin-top: 15px;
}
.fl-comments .comment.depth-2 {
    background: #fff;
}
.fl-comments .comment.depth-3 {
    background: #FEF7EB;
}
.fl-comments .comment.depth-4 {
    background: #fff;
}
.fl-comments .comment.depth-5 {
    background: #FEF7EB;
}

/*Comment Form*/
.comment-respond {
    padding: 1px 30px;
    background: #f4f4f5;
    border: 1px solid #e6e6e6;
}
.comment-respond .comment-notes,
.comment-respond .logged-in-as {
    color: #98989A;
    font-size: 15px;
    font-style: italic;
}
.comment-respond textarea {
    font-size: 18px;
    padding: 14px 18px;
    max-height: 160px;
}
.comment-respond input[type=text] {
    height: 40px;
    font-size: 18px;
}
.comment-respond input[type=submit] {
    background: #0f637d;
    border: 0;
    font-size: 16px;
    padding: 11px 28px;

    -webkit-transition: 0.3s background;
       -moz-transition: 0.3s background;
            transition: 0.3s background;
}
.comment-respond input[type=submit]:hover {
    background: #0e556b;
}

/* Polls
------------------------------------------------------------*/

.wp-polls {
    border: 2px solid #333;
    padding: 30px 40px 0;
    margin-bottom: 40px;
}
.wp-polls .Buttons {
    background: #7D2C0F;
    border: 0;
    font-size: 20px;
    padding: 12px 30px;
}
.wp-polls .Buttons:hover {
    border: 0;
}



/* Custom styles for autocomplete search
------------------------------------------------------------*/

#searchform .ui-autocomplete,
#kbsearchform .ui-autocomplete,
.widget_search form .ui-autocomplete {
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    border-top: 0 none;
    padding: 2px 12px;
}
#searchform > div {
    position: relative;
}
#bbp-search-form .ui-autocomplete {
    width: 69.4%!important;
}
.ui-autocomplete li {
    border-bottom: 1px solid #ccc;
}
.ui-autocomplete .ui-menu-item a {
    font-size: 12px;
    padding: 8px 0;
}
.ui-autocomplete li:last-child {
    border: 0 none;
}
.ui-autocomplete li.heading {
    border-bottom: 1px solid #000;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0 5px;
}
.ui-autocomplete .ui-state-focus {
    border: 0 none;
    border-bottom: 1px solid #ccc;
}
.ui-menu-item .fl-autocomplete-found-text {
    display: inline;
    font-weight: bold;
    vertical-align: baseline;
}
.fl-search-spinner {
    display: table-caption;
    position: relative;
}
#searchform .fl-search-spinner {
    position: absolute;
    right: 20px;
    text-align: right;
    top: 10%;
}
.widget_search .fl-search-spinner {
    float: right;
    right: 20px;
    top: -40px;
}
#searchform form .fa-spinner,
#kbsearchform .fa-spinner,
.widget_search form .fa-spinner {
    position: absolute;
    right: -10px;
    top: 10px
}
form#searchform.fl-support-search .fl-search-spinner {
    left: 0;
    right: auto;
    top: 22%;
}
.ui-autocomplete.fl-searching-data {
    filter: blur(2px);
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='2');
}

/* Replyable
------------------------------------------------------------*/
.prompt-unsubscribe p {
	margin: 20px 0 !important;
}

/*
HelpScout
------------------------------------------------------------*/
#hsd_conversations_table .pagination>.active>a,
#hsd_conversations_table .pagination>.active>a:focus,
#hsd_conversations_table .pagination>.active>a:hover,
#hsd_conversations_table .pagination>.active>span,
#hsd_conversations_table .pagination>.active>span:focus,
#hsd_conversations_table .pagination>.active>span:hover {
    color: #3b3b3b;
    background-color: #f5f5f5;
    border-color: #ddd;
}
#hsd_conversations_table .pagination>li>a,
#hsd_conversations_table .pagination>li>span {
    color: #3b3b3b;
    background-color: #fff;
    border: 1px solid #ddd;
}
#hsd_conversations_table .pagination>li>a:hover {
    background-color: #ededed;
}
#hsd_conversations_table .badge-warning {
    background-color: #1e90ff;
}
#hsd_conversations_table .badge-primary {
    background-color: #2ed573;
}
/* Hides ugly WYSIWYG */
#redactor_toolbar_0 {
    display: none !important;
    visibility: hidden !important;
}
#hsd_conversations_table {
    margin-bottom: 30px;
}
#conversation_header {
    margin-bottom: 30px;
}
#hsd_conversation_thread .panel-heading,
#hsd_conversation_thread .panel-body,
#hsd_conversation_thread .panel-footer {
    padding: 25px;
    background-color: #ffffff;
    border-top: 0;
}
#hsd_conversation_thread .panel-heading {
    background-color: white;
    border-bottom: 0;
}
.hs-tickets.woocommerce {
    margin-bottom: 30px;
}
.hs-tickets .redactor_editor {
    padding: 20px;
}
.hs-tickets .redactor_editor p {
    font-size: 18px !important;
}

.form-row.themer-checkout-discount {
  padding: 0px !important;
}
.form-row.discount-body {
  margin: 7px !important;
}
.themer-checkout-discount .discount-head {
  padding: 5px;
  background-color: #0E5A71;
}
.themer-checkout-discount .discount-head .input-checkbox {
  margin-left: 5px !important;
  margin-right: 3px !important;
  margin-top: -5px !important;
}
.themer-checkout-discount .discount-head .discount-text {
  color: #fff;
  font-weight: 600 !important;
  line-height: 1 !important;
}
.themer-checkout-discount .discount-text {
  font-weight: 400 !important;
}

.discount-text span.price {
  float: right;
  font-size: 1.3em;
  padding-top: 6px;
  padding-right: 6px;
}
.themer-checkout-discount {
  background: #fcfcfc;
  border: 1px solid #0E5A71;
  border-radius: 6px;
}

select.previous-downloads {
  height: 40px;
  border-radius: 5px;
  margin-bottom: 10px;
  padding:5px;
}

/* Media Queries
------------------------------------------------------------*/


@media (min-width: 1100px) {
    .fl-page-nav-right .fl-page-header-container {
        padding: 22px 0 20px;
    }
    .fl-page-header-fixed.fl-page-nav-right .fl-page-header-container {
        padding: 10px 0 8px;
    }
}

@media (min-width: 992px) {

    .fl-page-nav-right .fl-page-header-container {
        padding: 22px 30px 20px;
    }
    .fl-page-header-fixed.fl-page-nav-right .fl-page-header-container {
        padding: 10px 30px 8px;
    }
}

@media (max-width: 768px) {
    /*Herobar*/
    .fl-herobar .fl-module-html,
    .fl-herobar .fl-col-small {
        max-width: 500px;
        margin: auto;
    }
    .fl-herobar .fl-demo-link {
       max-width: 100%;
    }

    /*Lema Quote*/
    .fl-lema-quote .fl-module-rich-text {
        text-align: center;
        margin-top: -25px;
    }

    /*CTA Bar*/
    .fl-cta-bar .fl-heading {
        text-align: center !important;
        margin-bottom: -15px !important;
    }

    /*Testimonials*/
    .fl-testimonials .fl-col-small {
        max-width: 500px;
    }

    .fl-nitty-gritty .fl-tabs-vertical .fl-tabs-panels {
      width: 90%;
      margin: auto;
      padding: 0;
    }
    .fl-nitty-gritty .fl-tabs-panel-content {
        padding: 15px 25px 25px 25px;
    }
}

@media (max-width: 468px) {
    .fl-subfooter .gform_wrapper input[type=submit],
    .fl-subfooter .gform_wrapper input[type=text],
    .fl-subfooter .gform_wrapper input[type=email] {
        min-width: 100%;
    }
    .fl-subfooter .gform_wrapper input[type=submit] {
        padding: 14px 0;
    }
}

/*

2020 Beaver Builder Theme Store Rebrand

*/


/* General
------------------------------------------------------------*/

body.flrb {
    color: #3E0000;
    font-size: 16px;
}
.flrb-header-overlay header.fl-builder-content {
    margin: auto;
    left: 0;
    right: 0;
    z-index: 100;
    position: absolute;
}

/* Checklist */
.flrb-checklist {
    list-style-type: none;
    column-fill: balance;
    margin: 0;
    padding: 0;
}
.flrb-checklist li {
    font-weight: bold;
    margin: 0 0 40px 0;
}
.flrb-checklist span {
    color: #FBA613;
    margin: 2px 14px 0px 0;
    display: block;
    float: left;
}


/* Menu Bar */
.flrb-menu-caret:after {

}

/* Headings
------------------------------------------------------------*/

/* Maroon Headings */
.flrb h1, h3 {
    color: #7e2f17;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.flrb h1 {
    font-size: 30px;
}
.flrb h3 {
    font-size: 26px;
}

/*Blue Headings*/
.flrb h2, h4 {
    font-family: "atrament-web",sans-serif;
    color: #1b7497;
    letter-spacing: 1.28px;
    text-transform: uppercase;
}
.flrb h2 {
    font-size: 64px;
}
.flrb h4 {
    font-size: 50px;
    letter-spacing: 1px;
}
.flrb h5 {
    font-weight: 700;
    font-size: 20px;
    color: #3BA2C2;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin: 30px 0 2px;
}
.flrb h5:first-of-type {
    margin-top: 5px;
}
.flrb h5 a {
    color: #3ba2c2;
}
.flrb h6 {
    color: #3E0000;
    font-weight: 600;
    font-size: 16px;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif
    text-transform: uppercase;
}

/* Stacked rows of features (h5) */
.flrb-feature-stack {
    list-style-type: none;
    padding:0;
}
.flrb-feature-stack li {
    padding: 7px 0 14px;
}
.flrb-feature-stack-border li {
    border-top: 1.4px solid #FBA613;
}
.flrb-feature-stack-border li:last-child {
    border-bottom: 1px solid #FBA613;
}

/* Orange Link */
.flrb-highlight-link {
    color: #EE521F;
    font-weight: 600;
}


/* Buttons
------------------------------------------------------------*/

/* CTA and Demo Buttons */

.flrb-cta-button a.fl-button,
.flrb-demo-button a.fl-button {
    font-weight: bold;
    border-radius: 2px;
}
.flrb-cta-button a.fl-button .fl-button-text,
.flrb-demo-button a.fl-button .fl-button-text {
    position: relative;
    display: inline-block;
}
.flrb-cta-button a.fl-button,
.flrb-cta-button a.fl-button:visited {
    border: none;
    background-color: #EE521F;
    padding: 13px 34px 13px 31px;
}
.flrb-cta-button a.fl-button:hover {
    background-color: #EE521F;
    border: none;
}
.flrb-cta-button a.fl-button:hover .fl-button-text:after,
.flrb-demo-button a.fl-button:hover .fl-button-text:after {
    content: "›";
    font-size: 18px;
    position: absolute;
    top: 0px;
    right: -13px;
}
.flrb-demo-button a.fl-button {
    background-color: transparent;
    border: 2px solid #EE521F;
    padding: 11px 25px 11px 22px;
}
.flrb-demo-button a.fl-button:hover {
    background-color: transparent;
    border: 2px solid #EE521F;
}
.flrb-demo-button a.fl-button .fl-button-text {
    color: #3E0000;
}


/* CTAs
------------------------------------------------------------*/

.flrb-cta .fl-row-content {
    background: #1b7a97;
    padding: 13px 40px;
    border-radius: 2px;
}

/* CTA Heading */
.flrb .flrb-cta h2 {
    color: #fff;
    text-transform: none;
    font-family: "museo", serif;
    font-weight: 700;
    font-size: 26px;
    letter-spacing: 0.5px;
}

/* CTA Demo Button */
.flrb-cta .flrb-demo-button a.fl-button .fl-button-text {
    color: #fff;
}


/* Testimonials
------------------------------------------------------------*/

.flrb-testimonial .fl-module-content {
    background: #fff;
    font-size: 20px;
    padding: 22px 0 30px;
    text-align: center;

    box-shadow: 0px 0px 25px rgba(69, 57, 32, 0.07);
}
.flrb-testimonial .bx-pager.bx-default-pager a.bx-pager-link.active {
    background: #EE521F;
}
.flrb-testimonial img {
    display: inline-block;
    margin: 0px auto 10px;
}
.flrb-testimonial p {
    margin: 5px 0 16px;
}
.flrb-testimonial strong  {
    font-size: 22px;
}
.flrb-floating-testimonial p.flrb-testimonial-name,
.flrb-testimonial p.flrb-testimonial-name {
    color: #1b7497;
    font-weight: bold;
    font-size: 17px;
    margin: 30px 0 10px;
}
.flrb-testimonial-name a {
    color: #AEAEAE;
    font-weight: 400;
}

/* Floating Testimonials */
.flrb-floating-testimonial {
    background: #fff;
    padding: 24px 45px 7px 72px;
    box-shadow: 0px 0px 25px rgba(69, 57, 32, 0.07);;
    position: relative;
}
.flrb-floating-testimonial img {
    position: absolute;
    top:14px;
    left:-50px;
}
.flrb-floating-testimonial p.flrb-testimonial-name {
    margin: 15px 0;
}
/* Pricing Table
------------------------------------------------------------*/

.flrb-pricing-table {
    border: 1px solid #1b7a97;
    padding: 0px;
    text-align: center;
    margin: 10px 0 60px 0;
}
.flrb-pricing-table.flrb-pricing-table-pro {
    border: 3px solid #1b7a97;
    margin-top: 9px;
}

/* Top heading and price */
.flrb-pricing-table h5:first-of-type {
    margin: 40px 0 0;
}
.flrb-pricing-table .flrb-pricing-table-price {
    padding: 3px 30px 30px;
}
.flrb-pricing-table .flrb-pricing-table-price .flrb-price-aside,
.flrb-pricing-table .flrb-pricing-table-price .flrb-price-label {
    display: inline-block;
    line-height:1.5;
}
.flrb-pricing-table .flrb-pricing-table-price .flrb-price-label {
    color: #7E2F17;
    font-size: 47px;
    font-weight: 700;
    width: 44%;
    vertical-align: baseline;
    white-space: nowrap;
}
.flrb-pricing-table .flrb-pricing-table-price .flrb-price-label:after {
    content: "/";
    font-weight: 400;
    font-size: 43px;
    position: relative;
    left: 1px;
}
.flrb-pricing-table .flrb-pricing-table-price .flrb-price-aside {
    color: #3E0000;
    font-size: 13px;
    text-align: left;
    width: 53%;
    position: relative;
    top: 0px;
}

/* Pricing Table features */
.flrb-pricing-table ul.flrb-pricing-table-features {
    list-style-type: none;
    text-align: left;
    margin: 0;
    padding: 0;
}
.flrb-pricing-table ul.flrb-pricing-table-features li {
    padding: 13px 0 13px 50px;
}
.flrb-pricing-table ul.flrb-pricing-table-features li:nth-child(odd) {
    background: rgba(62,0,0,.05);
}
.flrb-pricing-table li .flrb-check,
.flrb-pricing-table li .flrb-cross {
    margin: 0px 15px 0px 0;
    display: block;
    float: left;
}
.flrb-pricing-table li .flrb-check {
    color: #FBA613;
}
.flrb-pricing-table li .flrb-cross {
    color: rgba(62,0,0,.37);
}
.flrb-pricing-table ul.flrb-pricing-table-features li.flrb-feature-null {
    color: rgba(62,0,0,.37);
}
/* Pricing Table buttons */
.flrb-pricing-table .flrb-cta-button a.fl-button {
    background: #ee521f;
    width: 80%;
    margin: 35px auto;
}

/* Split Test Pricing Table */
.page-id-666257 .flrb-pricing-table .flrb-cta-button a.fl-button {
    margin: 25px auto 0;
    padding: 13px 20px 13px 20px;
}

/* Beaver Themer Addon */
.flrb-themer-pricing {
    text-align: center;
}
.flrb-themer-pricing .flrb-price-label {
    color: #7E2F17;
    font-size: 47px;
    font-weight: 700;
}
.flrb-themer-pricing .flrb-cta-button a {
    min-width: 150px;
}
.flrb-refund-policy {
    font-size: 14px;
    line-height: 1.9;
}
.flrb-refund-policy a {
    color: #EE521F;
    text-decoration: underline;
}


/* FAQs
------------------------------------------------------------*/

.flrb-faqs .fl-col-content {
    box-shadow: 0px 0px 25px rgba(69, 57, 32, 0.07);
}
.flrb-faqs.flrb-pricing-faqs .fl-col-content {
    box-shadow: none;
}
.flrb-faqs a.fl-accordion-button-label {
    color: #7e2f17;
    font-family: "museo", sans-serif;
    font-weight: 700;
    font-size: 18px;
    padding: 15px 0 ;
}
.flrb-faqs a.fl-accordion-button-label:focus {
    outline:none;
}
.flrb-faqs .fl-accordion-button {
    padding: 0;
}
.flrb-faqs .fl-accordion-item {
    border-bottom: 1px solid #FBA613;
    margin: 0;
    padding: 11px 0;
}
.flrb-faqs .fl-accordion-small .fl-accordion-content {
    padding: 3px 0 3px;
}
.flrb-faqs .fl-accordion-button-icon {
    color: #7e2f17;
    opacity: 1;
    font-size: 30px;
}


/* Homepage
------------------------------------------------------------*/

/* Maroon Headings */
.flrb h1, h3 {
    color: #7e2f17;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.flrb h1 {
    font-size: 30px;
}
.flrb h3 {
    font-size: 26px;
}

/*Blue Headings*/
.flrb h2, h4 {
    font-family: "atrament-web",sans-serif;
    color: #1b7497;
    letter-spacing: 1.28px;
    text-transform: uppercase;
}
.flrb h2 {
    font-size: 64px;
}
.flrb h4 {
    font-size: 50px;
    letter-spacing: 1px;
}
.flrb h5 {
    font-weight: 700;
    font-size: 20px;
    color: #3BA2C2;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin: 30px 0 2px;
}
.flrb-home-hero h1 {
    font-family: sans-serif;
    color: #1b7497;
    text-transform: uppercase;
    font-size: 34px;
    line-height: 1.5;
    font-weight: 600;
}
.font-atrament-web-loaded .flrb-home-hero h1 {
	font-family: "atrament-web",sans-serif;
    font-size: 61px;
    line-height: 1.05;
    letter-spacing: 1.28px;
    font-weight: 400;
}
.flrb-home-hero h2 {
    font-family: "museo", san-serif;
    color: #7e2f17;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 27px;
    text-transform: none;
    line-height: 1.5;
}

/* Product blocks */
.flrb-product-blocks {
    line-height: 1.9;
}

/* Beaver Themer Page
------------------------------------------------------------*/

.flrb-optional-addon {
    position: relative;
    left: 6px;
    bottom: 3px;
}

/* Footer
------------------------------------------------------------*/

/* Newsletter */
.flrb-newsletter h3 {
    color: #FBA613;
}
.flrb-newsletter h4,
.flrb-newsletter p {
    color: #fff;
}
.flrb-newsletter input[type=text],
.flrb-newsletter input[type=email] {
    border-radius:0;
    height: 50px;
}
.flrb-newsletter .gform_wrapper .top_label li.gfield.gf_left_half {
    padding-right: 9px;
}
.flrb-newsletter .gform_wrapper .top_label li.gfield.gf_right_half {
    padding-right: 9px;
    position: relative;
    left: 8px;
}
.flrb-newsletter .gform_footer input[type=submit] {
    background-color: #EE521F;
    border: 0;
    border-radius: 1px;
    font-weight: bold;
    min-width: 100%;
    height: 53px;
}
.flrb-newsletter .gform_wrapper .gform_footer {
    margin-top: 0px;
}

/* Link Lists  */
.flrb-footer-lists {
    list-style-type: none;
    padding:0;
}
.flrb-copyright a,
.flrb-footer-lists a {
    color: #3E0000;
}
.flrb-footer-lists h6 {
    margin: 0 0 3px;
}
.flrb-footer-lists li {
    padding: 5px 0;
}

.flrb-copyright {
    font-size: 12px;
}


/* FLRB Media Queries
------------------------------------------------------------*/

@media (max-width: 992px) {
    .flrb-pricing-table .flrb-pricing-table-price .flrb-price-aside,
    .flrb-pricing-table .flrb-pricing-table-price .flrb-price-label {
        display: block;
        text-align: center;
        width: 100%;
    }
    .flrb-testimonial .fl-module-content {
        padding: 22px 20px 30px;
    }
}
@media (max-width: 768px) {
    header.fl-builder-content-590997 .fl-menu nav {
		position: absolute;
		left: 0;
		right: 0;
		background: #fff;
		box-shadow: 0 0 10px rgb(0 0 0 / 10%);
        z-index: 100;
	}
    .flrb-footer-lists li {
        text-align: center;
    }
    .flrb-newsletter .gform_wrapper .top_label li.gfield.gf_right_half,
    .flrb-newsletter .gform_wrapper .top_label li.gfield.gf_left_half {
        left: 0;
        padding-right: 0;
    }
    .flrb-header-overlay header.fl-builder-content {
        position: relative;
    }
    .flrb-pricing-table {
        margin: 10px 0 20px 0;
    }
}
