/*!
    Theme Name: JDFlorestal
    Theme URI: https://jdflorestal.com.br/
    Description: Theme for JDFlorestal.
    Author: JDFlorestal
    Author URI: https://jdflorestal.com.br/
    Version: 1.2.0
    Stable tag: 2.4.1
    Requires at least: 4.7
    Tested up to: 5.6
    Requires PHP: 8.0
    License: GNU General Public License v3 or later.
    License URI: https://www.gnu.org/licenses/gpl-3.0.html
    Text Domain: jdflorestal
    Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

body {
  margin: 0;
}

p {
    margin-top: 0;
    margin-bottom: 16px;
}

.bhf-hidden {
    display: none
}

#cookie-law-info-bar {
    z-index: 99999999999;
    left: 0;
    right: 0;
    padding: 40px 75px !important;
    max-width: 1216px;
    border-radius: 0px 40px 0px 0px;
    min-height: 129px;
    border-bottom: 4px solid var(--e-global-color-primary);
}

#cookie-law-info-bar .wt-cli-accept-all-btn {
    display: inline-flex;
    padding: 13px 40px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 8px;
    background: var(--e-global-color-primary) !important;
    color: #FFF !important;
    font-family: "JD Sans Pro", Sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 140% !important;
}

#cookie-law-info-bar .cli-plugin-main-button.cli_settings_button,
#cookie-law-info-bar .cli_settings_button {
    display: inline-flex;
    padding: 13px 40px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 8px;
    background: var(--e-global-color-text) !important;
    color: #FFF !important;
    font-family: "JD Sans Pro", Sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 140% !important;
}

#cookie-law-info-bar .cli-bar-message {
    color: var(--e-global-color-text);
    font-size: 18px;
    font-family: "JD Sans Pro", Sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

#cookie-law-info-bar .cli-bar-message a {
    color: var(--e-global-color-text) !important;
    font-size: 18px;
    font-family: "JD Sans Pro", Sans-serif;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 150%;
    text-decoration: none !important;
}

.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#cookie-law-info-again .cli-modal,
.cli-modal {
    font-size: 18px;
    font-family: "JD Sans Pro", Sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: var(--e-global-color-primary);
    display: flex;
    padding: 16px 32px;
    gap: 16px;
    color: #ffffff;
    font-family: "JD Sans Pro", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    width: 100%;
    border: 0 solid transparent;
    background-color: var(--e-global-color-primary);
    border-radius: 4px;
    transition: all 500ms linear 0s;
    opacity: 1;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
}

@media(max-width: 1215px) {
    #cookie-law-info-bar {
        padding: 32px 24px !important;
    }

    #cookie-law-info-bar .wt-cli-accept-all-btn,
    #cookie-law-info-bar .cli-plugin-main-button.cli_settings_button,
    #cookie-law-info-bar .cli_settings_button,
    #cookie-law-info-again .cli-modal,
    .cli-modal,
    #cookie-law-info-bar .cli-bar-message,
    #cookie-law-info-bar .cli-bar-message a {
        font-size: 16px;
    }

    #cookie-law-info-bar .cli-plugin-main-button.cli_settings_button,
    #cookie-law-info-bar .cli_settings_button,
    #cookie-law-info-bar .wt-cli-accept-all-btn {
        padding: 11px 34px;
    }
}