:root {
    /* Typography Variables */
    --font-heading: 'Poppins', sans-serif;;
    --font-body: 'Raleway', Arial, sans-serif;;
        --body-font-size-mobile: 18px;
    --body-font-size-desktop: 20px;
    --body-font-weight: 400;
    --body-line-height-mobile: 1.5;
    --body-line-height-desktop: 1.5;

    /* Home Page Specific Typography Styles */
    
    --home-h1-font-weight: 700;
    --home-h1-text-transform: none;
    --home-h1-mobile-font-size: 40px;
    --home-h1-mobile-line-height: 1.2;
    --home-h1-mobile-margin-bottom: 15px;
    --home-h1-desktop-font-size: 48px;
    --home-h1-desktop-line-height: 1.2;
    --home-h1-desktop-margin-bottom: 25px;
--home-h2-font-weight: 700;
    --home-h2-text-transform: none;
    --home-h2-mobile-font-size: 36px;
    --home-h2-mobile-line-height: 1.2;
    --home-h2-mobile-margin-bottom: 15px;
    --home-h2-desktop-font-size: 44px;
    --home-h2-desktop-line-height: 1.2;
    --home-h2-desktop-margin-bottom: 25px;
--home-h3-font-weight: 700;
    --home-h3-text-transform: none;
    --home-h3-mobile-font-size: 32px;
    --home-h3-mobile-line-height: 1.2;
    --home-h3-mobile-margin-bottom: 15px;
    --home-h3-desktop-font-size: 40px;
    --home-h3-desktop-line-height: 1.2;
    --home-h3-desktop-margin-bottom: 25px;
--home-h4-font-weight: 700;
    --home-h4-text-transform: none;
    --home-h4-mobile-font-size: 28px;
    --home-h4-mobile-line-height: 1.2;
    --home-h4-mobile-margin-bottom: 15px;
    --home-h4-desktop-font-size: 36px;
    --home-h4-desktop-line-height: 1.2;
    --home-h4-desktop-margin-bottom: 25px;
--home-h5-font-weight: 700;
    --home-h5-text-transform: none;
    --home-h5-mobile-font-size: 24px;
    --home-h5-mobile-line-height: 1.2;
    --home-h5-mobile-margin-bottom: 15px;
    --home-h5-desktop-font-size: 32px;
    --home-h5-desktop-line-height: 1.2;
    --home-h5-desktop-margin-bottom: 25px;
--home-h6-font-weight: 700;
    --home-h6-text-transform: none;
    --home-h6-mobile-font-size: 20px;
    --home-h6-mobile-line-height: 1.2;
    --home-h6-mobile-margin-bottom: 15px;
    --home-h6-desktop-font-size: 28px;
    --home-h6-desktop-line-height: 1.2;
    --home-h6-desktop-margin-bottom: 25px;
--home-page-text-font-weight: 400;
    --home-page-text-text-transform: none;
    --home-page-text-mobile-font-size: 16px;
    --home-page-text-mobile-line-height: 1.5;
    --home-page-text-mobile-margin-bottom: 15px;
    --home-page-text-desktop-font-size: 18px;
    --home-page-text-desktop-line-height: 1.5;
    --home-page-text-desktop-margin-bottom: 25px;
    
    /* Internal Page Typography Styles */
    --body-font-size-mobile: 18px;
    --body-font-size-desktop: 20px;
    --body-font-weight: 400;
    --body-line-height-mobile: 1.5;
    --body-line-height-desktop: 1.5;

        --heading-font-weight: 700; /* Covers all heading tags */
    --heading-text-transform: uppercase; /* Covers all heading tags */

    --h1-font-size-mobile-xs: 32px; /* 320px - 575px */
    --h1-font-size-mobile-sm: 40px; /* 576px - 991px */
    --h1-font-size-desktop: 52px; /* 992px and up */
    --h1-line-height-mobile: 1;
    --h1-line-height-desktop: 1;

    --h2-font-size-mobile: 30px;
    --h2-font-size-desktop: 44px;
    --h2-line-height-mobile: 1.2;
    --h2-line-height-desktop: 1.1818181818182;

    --h3-font-size-mobile: 26px;
    --h3-font-size-desktop: 38px;
    --h3-line-height-mobile: 1.1538461538462;
    --h3-line-height-desktop: 1.1578947368421;

    --h4-font-size-mobile: 24px;
    --h4-font-size-desktop: 28px;
    --h4-line-height-mobile: 1.25;
    --h4-line-height-desktop: 1.25;

    --h5-font-size-mobile: 22px;
    --h5-font-size-desktop: 24px;
    --h5-line-height-mobile: 1.3181818181818;
    --h5-line-height-desktop: 1.2916666666667;

    --h6-font-size-mobile: 20px;
    --h6-font-size-desktop: 20px;
    --h6-line-height-mobile: 1.4;
    --h6-line-height-desktop: 1.4;

    --coupon-heading-font-size-mobile: 28px;
    --coupon-heading-font-size-desktop: 52px;

    /* Mobile Header */
    --mobile-header-height: 100px; /* This sets the mobile header height, as well as the distance of the mobile nav menu from the top of the page */
    --mobile-header-logo-max-height: 80px;
    --hamburger-color: #000000;


    /* Navbar */
        --nav-link-font-size: 15px;
    --nav-link-font-family: var(--font-body);
    --nav-link-font-weight: 700;
    --nav-link-text-transform: uppercase;
    --nav-dropdown-icon-desktop: "\e918"; 
    --nav-mobile-nav-link-border-color: #d8d8d8;
    --mobile-nav-dropdown-icon-color: #ffffff;
    --mobile-nav-dropdown-icon-background: rgb(191,3,66);
    --nav-background: #ffffff;
    --nav-background-mobile: #fef8ff;
    --nav-link-hover-text: #0ca7c4;
    --mobile-nav-link-color: ;
    --nav-dropdown-text: #ffffff;
    --nav-dropdown-background: #03c3e6;
    --nav-dropdown-hover-text: #ffffff;
    --nav-dropdown-hover-background: #00afd2;
    --mobile-subnav-background: ;
    --mobile-subnav-text: ;
    --active-parent-background: #500c5d;
    --active-parent-text: #ffffff;
    --nav-link: #000000;

    /* Footer Forms (postscript-contact) */
        --footer-form-text-color: #152a4c; /* This setting covers typed text and placeholders.  */
    --footer-form-background-color: #FFFFFF;
    --footer-form-text-size-mobile: 15px;
    --footer-form-text-size-desktop: 15px;
    --footer-form-field-height: 46px; /* This also changes the line height to center the text */ 
    --footer-form-message-field-height: 100px;
    --footer-form-fields-border-radius: 6px;
    --footer-form-field-margin: 23.8px; /* Vertical space between fields */
    --footer-form-button-margin: 41.75px; /* Vertical space between submit button and form fields */
    --footer-form-arrow-color: #3848a2;
    --footer-form-arrow-width: 12px;
    --footer-form-arrow-height: 8px;
    --footer-form-arrow-right-distance: 16px; /* Measures how far the arrow is from the ride side of input field */
                --footer-form-field-border: 0 none;
    
    /* Conversion Page Settings */
        --charge-h1-font-size-mobile: 36px;
    --charge-h1-font-size-tablet: 45px;
    --charge-h1-font-size-desktop: 50px;
    --sidebar-form-form-border-radius: 0px;
    --sidebar-form-heading-font-size: 36px;
    --sidebar-form-bottom-padding: 55px;
    --sidebar-form-button-offset: -20px;

    --conversion-header-h1-color: #ffffff;
    --conversion-header-divider-background-color: #e26a10;

            --conversion-coupon-background: #03c3e6;
        --conversion-coupon-contents-color: #ffffff;

        --conversion-links-color: ;
    --conversion-links-hover-color: ;

        --conversion-content-one-padding-top-mobile: 30px;
    --conversion-content-one-padding-bottom-mobile: 30px;
    --conversion-content-one-padding-top-desktop: 60px;
    --conversion-content-one-padding-bottom-desktop: 60px;

    --conversion-content-one-heading-color: ;
    --conversion-content-one-text-color: ;
    --conversion-content-one-link-color: rgb(191,3,66);
    --conversion-content-one-link-hover-color: rgb(0,0,0);

        --conversion-content-two-padding-top-mobile: 30px;
    --conversion-content-two-padding-bottom-mobile: 30px;
    --conversion-content-two-padding-top-desktop: 60px;
    --conversion-content-two-padding-bottom-desktop: 60px;

    --conversion-content-two-heading-color: rgb(0,242,255);
    --conversion-content-two-text-color: rgb(255,255,255);
    --conversion-content-two-link-color: rgb(255,255,0);
    --conversion-content-two-link-hover-color: rgb(209,202,0);

        --conversion-content-three-padding-top-mobile: 30px;
    --conversion-content-three-padding-bottom-mobile: 30px;
    --conversion-content-three-padding-top-desktop: 60px;
    --conversion-content-three-padding-bottom-desktop: 60px;

    --conversion-content-three-heading-color: ;
    --conversion-content-three-text-color: ;
    --conversion-content-three-link-color: ;
    --conversion-content-three-link-hover-color: ;

        --conversion-content-four-padding-top-mobile: 30px;
    --conversion-content-four-padding-bottom-mobile: 30px;
    --conversion-content-four-padding-top-desktop: 60px;
    --conversion-content-four-padding-bottom-desktop: 60px;

    --conversion-content-four-heading-color: ;
    --conversion-content-four-text-color: ;
    --conversion-content-four-link-color: ;
    --conversion-content-four-link-hover-color: ;

        --conversion-content-five-padding-top-mobile: 30px;
    --conversion-content-five-padding-bottom-mobile: 30px;
    --conversion-content-five-padding-top-desktop: 60px;
    --conversion-content-five-padding-bottom-desktop: 60px;

        --conversion-content-five-heading-color: ;
    --conversion-content-five-text-color: ;
    --conversion-content-five-link-color: ;
    --conversion-content-five-link-hover-color: ;

    --other-services-box-1-background: #ff0000;
    --other-services-box-1-color: #ffffff;

    --other-services-box-2-background: #0000ff;
    --other-services-box-2-color: #ffffff;

    --other-services-box-3-background: #008000;
    --other-services-box-3-color: #ffffff;

        --conversion-testimonial-title-color: #ffffff;
    --conversion-testimonial-title-font-family: var(--font-heading);
    --conversion-testimonial-title-mobile-font-size: 40px;
    --conversion-testimonial-title-desktop-font-size: 60px;
    --conversion-testimonial-title-font-weight: 700;
    --conversion-testimonial-title-text-align: left;
    --conversion-testimonial-title-text-transform: uppercase;

    
    --testimonial-section-mobile-padding-top: 30px;
    --testimonial-section-mobile-padding-bottom: 30px;
    --testimonial-section-desktop-padding-top: 60px;
    --testimonial-section-desktop-padding-bottom: 60px;

    --testimonial-bg: linear-gradient(rgb(191,3,66), rgb(191,3,66));--testimonial-bg-desktop: url('http://ryno-theme-3.local/wp-content/uploads/1cd3d54a-4fd4-3b0b-a7ae-7de171c80abf.jpg');
    /* Mobile Background Image Settings */
    --testimonial-bg-mobile-position: center;
    --testimonial-bg-mobile-repeat: no-repeat;
    --testimonial-bg-mobile-size: cover;

    /* Desktop Background Image Settings */
    --testimonial-bg-desktop-position: center;
    --testimonial-bg-desktop-repeat: no-repeat;
    --testimonial-bg-desktop-size: cover;

        --conversion-page-review-box-background: #ffffff;
    --conversion-page-review-box-border-radius: 0px;
    --conversion-page-review-box--stars-color: #f3cf41;
    --conversion-page-review-box-text-color: #000000;
    --conversion-page-review-box-text-mobile-font-size: 18px;
    --conversion-page-review-box-text-desktop-font-size: 20px;
    --conversion-page-review-box-author-name-color: #000000;
    --conversion-page-review-box-author-name-mobile-font-size: 18px;
    --conversion-page-review-box-author-name-desktop-font-size: 20px;
            --conversion-review-source-color: #00cce2;
         
    --conversion-review-source-font-size: 30px;

    /* Page Element Options */
    --panel-background: #f2f2f2;
    --panel-border-color: #d8d8d8;
    --panel-color: #383838;

        --shadowbox-background: #ffffff;
    --shadowbox-box-shadow: #c4c4c4;
    --shadowbox-box-shadow-hover: #1f2044;
    --shadowbox-color: #000000;

        --text-shadowbox-background: #019444;
    --text-shadowbox-box-shadow-color: #01244c;
    --text-shadowbox-text-color: #ffffff;
    --text-shadowbox-heading-color: #ffffff;
    --text-shadowbox-link-color: #ffffff;
    --text-shadowbox-link-hover-background: #ffffff;
    --text-shadowbox-link-hover-color: #019444;

        --text-shadowbox-light-background-color: rgb(2,117,219);
    --text-shadowbox-light-box-shadow-color: #01244c;
    --text-shadowbox-light-text-color: #ffffff;
    --text-shadowbox-light-heading-color: #ffffff;
    --text-shadowbox-light-link-color: rgb(237,213,2);
    --text-shadowbox-light-link-background-color: rgb(237,213,2);
    --text-shadowbox-light-link-hover-color: rgb(0,0,0);

        --gradient-box-background: linear-gradient(to bottom, rgb(191,3,66), rgb(191,151,163));
    --gradient-box-border-radius: 15px;
    --gradient-box-text-color: rgb(255,255,255);
    --gradient-box-heading-color: rgb(255,255,255);
    --gradient-box-link-color: rgb(255,246,5);
    --gradient-box-link-background-color: rgb(255,246,5);
    --gradient-box-link-hover-color: rgb(0,0,0);

        --gradient-box-light-background: linear-gradient(to bottom, rgb(154,219,232), rgb(0,156,222));
    --gradient-box-light-border-radius: 15px;
    --gradient-box-light-text-color: rgb(0,0,0);
    --gradient-box-light-heading-color: rgb(0,0,0);
    --gradient-box-light-link-color: rgb(246,255,5);
    --gradient-box-light-link-background-color: rgb(246,255,5);
    --gradient-box-light-link-hover-color: rgb(0,252,252);

        --photo-box-background-image: url(http://ryno-theme-3.local/wp-content/uploads/conversion-header-bg-desktop.jpg);
    --photo-box-background-position: center;
    --photo-box-background-repeat: no-repeat;
    --photo-box-background-size: cover;
    --photo-box-border-radius: 15px;
    --photo-box-text-color: #ffffff;
    --photo-box-heading-color: #ffffff;
    --photo-box-link-color: #03c3e6;
    --photo-box-link-background-color: #03c3e6;
    --photo-box-link-hover-color: #0056b3;

        --color-strip-box-background-color: rgb(255,230,5);
    --color-strip-box-border-radius: 15px;
    --color-strip-box-border-top: #DC762A;
    --color-strip-box-text-color: rgb(0,0,0);
    --color-strip-box-heading-color: rgb(0,0,0);
    --color-strip-box-link-color: #03c3e6;
    --color-strip-box-link-background-color: #03c3e6;
    --color-strip-box-link-hover-color: #0056b3;

        --border-box-background-color: rgb(255,204,0);
    --border-box-border-radius: 15px;
    --border-box-border: #DC762A;
    --border-box-text-color: #000000;
    --border-box-heading-color: #000000;
    --border-box-link-color: #03c3e6;
    --border-box-link-background-color: #03c3e6;
    --border-box-link-hover-color: #0056b3;

    --text-highlight-border-bottom: 5px solid #DBDBDB;
    --text-highlight-border-top: 5px solid #DBDBDB;
    --text-highlight-color: #ff0023;

    --blockquote-background: #ffffff;
    --blockquote-border-color: #000000;
    --blockquote-text-color: #000000;

    /* Slick Carousel Option */
        --slick-dot-color: rgb(191,3,66);
    --slick-dot-color-active: rgb(0,0,0);
    --slick-dot-border-color: rgb(255,255,255);
    --slick-dot-size-desktop: 20px;
    --slick-dot-size-mobile: 10px;
    --slick-dot-border-size: 2px;
    --slick-dot-horizontal-spacing-mobile: 8px;
    --slick-dot-horizontal-spacing-desktop: 15px;
    --slick-dot-vertical-spacing-mobile: 20px;
    --slick-dot-vertical-spacing-desktop: 30px;

    /* Footer Variables */
                --footer-background: #03c3e6;
        --footer-heading: #ffffff;
        --footer-text: #ffffff;
        --footer-links: #ffffff;
        --footer-links-hover: #ffffff;
    
    /* Header and Other New Variables */
    --header-background: rgb(229,229,229);
    --mobile-header-background: #cacaca;
    --mobile-header-drop-shadow-height: 20;
    --mobile-header-drop-shadow-color: rgba(0,0,0,0.7);
    --header-drop-shadow-height: 20;
    --header-drop-shadow-color: rgba(0,0,0,0.7);
    --internal-header-background-color: ;
    --internal-header-background-image: url('/wp-content/uploads/LennoxTheme3_PageTitleBG.jpg');
    --internal-header-background-position: center;
    --internal-header-background-repeat: no-repeat;
    --internal-header-background-size: cover;

    /* Coupon Variables */
        --coupon-background-color: rgba(234, 234, 234, 1);
    --coupon-background-image: none;
    --coupon-background-position: left center;
    --coupon-background-repeat: no-repeat;
    --coupon-background-size: 100%;
    --coupon-heading-color: #777777;
    --coupon-text-color: rgb(119,119,119);
    --coupon-disclaimer-color: rgb(119,119,119);
    --coupon-layout-1-button-background-color: #03c3e6;
    --coupon-layout-1-button-text-color: #ffffff;
    --coupon-layout-1-button-background-hover-color: #00afd2;
    --coupon-layout-1-button-text-hover-color: #ffffff;
    --coupon-layout-1-phone-color: #383838;
    --coupon-layout-1-expiration-color: #123c68;
    --coupon-layout-2-button-icon-color: #ffffff;
    --coupon-layout-2-button-background-color: #03c3e6;
    --coupon-layout-2-button-background-hover-color: ;
    --coupon-layout-2-phone-color: #383838;
    --coupon-layout-2-expiration-color: #123c68;
    --coupon-layout-3-button-background-color: #03c3e6;
    --coupon-layout-3-button-text-color: #ffffff;
    --coupon-layout-3-button-background-hover-color: #00afd2;
    --coupon-layout-3-button-text-hover-color: #ffffff;
    --coupon-layout-3-phone-color: #383838;
    --coupon-layout-3-expiration-color: #123c68;

    /* Accordion Variables */
    --accordion-heading: #ff0023;
    --accordion-heading-hover: #01c234;
    --accordion-icon-color: #ff0023;
    --accordion-icon-color-hover: #01c234;
    --accordion-heading-background: #bbbbbb;
    --accordion-heading-background-hover: #ffffff;
    --accordion-border: #001fff;
    --accordion-body-background: #bbbbbb;
    --accordion-body-text: #ff0023;
    --accordion-link: rgb(191,3,66);
    --accordion-link-hover: rgb(191,3,66);

    --sidebar-form-background: #019444;
    --sidebar-form-heading: #ffffff;

    /* Blog & Pagination Variables */
    --blog-theme-1-heading: #383838;
    --blog-theme-1-date-box-background: #ff8917;
    --blog-theme-1-date-box-text: #ffffff;
    --blog-theme-2-heading: #03c3e6;
    --blog-theme-2-heading-hover: #00afd2;
    --blog-theme-2-heading-divider-line: #ff0023;
    --pagination-link-text-color: #dd3333;
    --pagination-link-text-hover-color: #8224e3;
    --pagination-active-link-background: #dee2e6;
    --pagination-active-link-text-color: #dd3333;
    --single-blog-post-h1-font-size-mobile: 36px;
    --single-blog-post-h1-font-size-desktop: 50px;

    --bullets-font-awesome-icon: url('http://ryno-theme-3.local/wp-content/uploads/Bullet-icon-round.svg');
    --bullets-font-awesome-icon-width: 13px;
    --bullets-font-awesome-icon-height: 13px;
        --bullets-color: rgb(255,0,35);
    --bullets-mask-mode: mask;
    --bullets-use-mask: true;
    --bullets-background: none;
    --bullet-positioning: 6px;

    --primary-links: rgb(0,193,242);
    --primary-links-hover: #00afd2;
    --secondary-links: #ff0023;
    --secondary-links-hover: #BA0031;

    /* Selection and Mark Variables */
    --selection-background: #2E5B96;
    --selection-color: #ffffff;
    --mark-background: #2E5B96;
    --mark-color: #ffffff;

    /* Body and Typography Variables */
    --body-background: #ffffff;
    --body-text: #383838;
    --page-title-h1: #353738;

    /* Content Area Heading Colors */
    --internal-page-h2-color: #000000;
    --internal-page-h3-color: #777777;
    --internal-page-h4-color: #dd3333;
    --internal-page-h5-color: #81d742;
    --internal-page-h6-color: #1e73be;

    /* Form Variables */
    --placeholder-text: #444444;

    /* Contact Page Variables */
    --contact-page-sidebar-heading-font-size: px;
    --contact-page-sidebar-phone-color: ;
    --contact-page-sidebar-phone-font-size: px;

    /* Mobile Promo Banner Variables */
    --mobile-promo-banner-background: #000000;
    --mobile-promo-banner-text: #ffffff;
    --mobile-promo-banner-heading-font-size: 14px;
    --mobile-promo-banner-heading-font-weight: 700;
    --mobile-promo-banner-description-font-size: 14px;
    --mobile-promo-banner-description-font-weight: 400;
    --mobile-promo-banner-button-background: #ff0023;
    --mobile-promo-banner-button-text: #ffffff;
    --mobile-promo-banner-button-font-size: 16px;
    --mobile-promo-banner-button-font-weight: 700;
    --mobile-promo-banner-button-text-transform: uppercase;

    /* Mobile Header Variables */
    --mobile-header-icon-font-size-small: 32px;
    --mobile-header-icon-font-size-large: 50px;
    --mobile-header-phone-icon-color: #001fff;
    --mobile-header-dollar-icon-color: #001fff;
    --mobile-nav-buttons-section-background: #ffffff;

    /* Footer Form Variables */
    --contact-form-section-background-color: #000000;
    --footer-contact-form-text: #ffffff;
    --footer-contact-form-heading: #ffffff;

    /* Footer Variables */
    --copyright-section-background: #001fff;
    --copyright-section-text: #ffffff;

    /* Service Areas Variables */
    --service-areas-icon-color: rgb(0,242,234);
    --service-areas-heading-color: rgb(255,2,233);
    --service-areas-text-color: rgb(255,233,0);
    --service-areas-link-color: rgb(191,3,66);
    --service-areas-link-hover-color: rgb(0,211,119);

    /* Mobile Header Button Variables */
        --mobile-header-button-font-family: var(--font-heading);
    --mobile-header-button-font-size: 20px;
    --mobile-header-button-font-weight: 700;
    --mobile-header-button-text-transform: ;
    --mobile-header-button-1-text-color: rgb(255,255,255);
    --mobile-header-button-2-text-color: rgb(255,255,255);

    /* Form Dropdown Variables */
        --form-dropdown-container-background: rgb(255,255,255);
    --form-dropdown-item-text: rgb(0,0,0);
    --form-dropdown-item-font-size: 16px;
    --form-dropdown-selected-item-background: rgb(0,134,224);
    --form-dropdown-selected-item-text: rgb(255,255,255);
    --form-dropdown-item-hover-background: rgb(0,170,232);
    --form-dropdown-item-hover-text: rgb(0,0,0);

    /* Internal Page Header Variables */
        --internal-header-background-color: ;
    --internal-header-background-image: url('/wp-content/uploads/LennoxTheme3_PageTitleBG.jpg');
    --internal-header-background-position: center;
    --internal-header-background-repeat: no-repeat;
    --internal-header-background-size: cover;

    /* Contact Form Section Background Variables */
    --contact-form-section-background-mobile: none;
    --contact-form-section-background-mobile-position: center;
    --contact-form-section-background-mobile-repeat: no-repeat;
    --contact-form-section-background-mobile-size: cover;

    --contact-form-section-background-tablet: none;
    --contact-form-section-background-tablet-position: center;
    --contact-form-section-background-tablet-repeat: no-repeat;
    --contact-form-section-background-tablet-size: cover;

    --contact-form-section-background-desktop: none;
    --contact-form-section-background-desktop-position: center;
    --contact-form-section-background-desktop-repeat: no-repeat;
    --contact-form-section-background-desktop-size: cover;

    /* Meet the Team Variables */
        --mtt-column-count: 3;
    --mtt-shadowbox-box-shadow-color: rgba(0, 0, 0, 0.16);
    --mtt-shadowbox-background: #FFFFFF;
    --mtt-shadowbox-border-radius: 0;
    --mtt-shadowbox-border-color: rgb(61,158,156);
    --mtt-line-color: #C6C6C6;
    --mtt-maximum-lines-of-text-when-collapsed: 5;
    --mtt-arrow-color: #FC8C30;
    --mtt-arrow-text-collapsed: "SEE MORE";
    --mtt-arrow-text-expanded: "SEE LESS";
    --mtt-arrow-text-color: #4B4B4B;
    --mtt-arrow-text-font-weight: 700;
    --mtt-arrow-text-font-size: 14px;
    --mtt-image-border-radius: 30px;
    --mtt-placeholder-color: #000000;
    --mtt-placeholder-background: #EBEBEB;
    --mtt-name-color: #4B4B4B;
    --mtt-name-font-weight: 800;
    --mtt-name-font-size-0px-575px: 20px;
    --mtt-name-font-size-576px: 24px;
    --mtt-job-title-color: rgb(3,188,6);
    --mtt-job-title-font-weight: 800;
    --mtt-job-title-font-size-0px-575px: 14px;
    --mtt-job-title-font-size-576px: 18px;
    --mtt-bio-color: #868686;
    --mtt-bio-font-weight: 400;
    --mtt-bio-font-size-0px-575px: 14px;
    --mtt-bio-font-size-576px: 16px;

    /* Author Box Variables */
        --meet-the-author-font-size: px;
    --author-name-font-size: px;
    --author-title-font-size: px;
    --author-description-font-size: px;
    --nav-tab-font-size: px;
    --nav-tab-text-color: ;

        --post-heading-font-size: px;
    --post-excerpt-font-size: px;
    --post-link-font-size: px;

    /* Testimonial Variables */
    --testimonial-stars-color: rgb(242,171,39);

    /* Button Variables */
        /* ACF is active */
    /* Primary button data found */
    /* Found in main options page */
    /* Debug: padding_top = 'EMPTY' */
    /* Debug: padding_right = 'EMPTY' */
    /* Debug: padding_bottom = 'EMPTY' */
    /* Debug: padding_left = 'EMPTY' */
    --button-font-family: var(--font-body);
    --button-font-size: 16px;
    --button-font-weight: 600;
    --button-text-transform: uppercase;
    --button-border-width: 0px;
    --button-border-radius: 0px;
    --button-transition-duration: 0.3s;
    --button-padding: 12px 24px 12px 24px;
    --button-lg-font-size: 18px;
    --button-lg-padding: 16px 32px 16px 32px;
    --button-lg-border-radius: 6px;
    --btn-primary-button-background: linear-gradient(45deg, #ff6b6b, #4ecdc4);
    --btn-primary-text-color: rgb(0,0,0);
    --btn-primary-border-color: rgb(209,98,25);
    --btn-primary-show-before: none;
    --btn-primary-show-after: none;
    /* Debug: btn-primary before_enabled = false */
    /* Debug: btn-primary after_enabled = false */
    --btn-primary-hover-show-before: none;
    --btn-primary-hover-show-after: none;
    /* Debug: btn-primary hover before_enabled = false */
    /* Debug: btn-primary hover after_enabled = false */
    --btn-secondary-button-background: rgb(0,255,29);
    --btn-secondary-text-color: rgb(3,0,193);
    --btn-secondary-show-before: none;
    --btn-secondary-show-after: none;
    /* Debug: btn-secondary before_enabled = false */
    /* Debug: btn-secondary after_enabled = false */
    --btn-secondary-hover-show-before: none;
    --btn-secondary-hover-show-after: none;
    /* Debug: btn-secondary hover before_enabled = false */
    /* Debug: btn-secondary hover after_enabled = false */
    --btn-tertiary-show-before: none;
    --btn-tertiary-show-after: none;
    /* Debug: btn-tertiary before_enabled = false */
    /* Debug: btn-tertiary after_enabled = false */
    --btn-tertiary-hover-show-before: none;
    --btn-tertiary-hover-show-after: none;
    /* Debug: btn-tertiary hover before_enabled = false */
    /* Debug: btn-tertiary hover after_enabled = false */
}