/*
Theme Name: Energy Beyond
Theme URI: https://pixelperfect.hu
Author: PixelPerfect
Version: 1.3.3
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: energybeyond
*/

body {

}

.container {
    display: block;
    margin: 0 auto;
    max-width: 1180px;
    padding: 20px 0;
}

.header {
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.red {
    color: #fe0009;
}

strong {
    font-weight: normal;
}

.logo {
    img {
        display: inline-block;
        height: 35px;
        width: auto;
    }
}

.logo2 {

    img {
        display: inline-block;
        height: 40px;
        width: auto;
    }

}

h1 {
    color: black;
    font-size: 2.25rem;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.025em;
}

.gform_confirmation_message pre {
    display: inline-flex !important;
    background-color: #0c479d !important;
    color: white;
    padding: 10px 20px !important;
    justify-content: center !important;
    align-items: center !important;
    font-family: system-ui, sans-serif;
    font-weight: bold;
}

.gform_required_legend {
    display: none !important;
}

.ginput_container.ginput_container_email input {
    width: 100% !important;
}