
.page-subscribe .gform_fields {
    list-style: none;
    padding: 0;
}
.page-subscribe .gform_fields label {
    display: none;
}
.page-subscribe .gform_fields input[type="text"] {
    border: solid 1px #dadada;
}
.page-subscribe .gform_footer .gform_button {
    border: none;
    color: #ffff;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}
.page-subscribe .gform_submission_error,
.page-subscribe .validation_message {
    font-size: .9em;
}

@media screen and (min-width: 768px) {
    .page-subscribe form {
        display: flex;
    }
    .page-subscribe .gform_body {
        width: 75%;
    }
    .page-subscribe .gform_footer {
        width: 24%;
        margin-left: 14px;
    }
}

@media screen and (max-width: 767px) {
    .page-subscribe .gform_footer .gform_button {
        margin-top: 10px;
        float: right;
    }
}

body.elementor-page .larger-titles article .elementor-post__title a,
body.elementor-page .larger-titles article .elementor-post__card .elementor-post__title, 
body.elementor-page .larger-titles article .elementor-post__card .elementor-post__title a {
    text-transform: unset !important;
    font-family: var( --e-global-typography-dfc40a0-font-family ), Sans-serif !important;
    font-family: var( --e-global-typography-dfc40a0-font-family ), Sans-serif !important;
    font-size: var( --e-global-typography-dfc40a0-font-size ) !important;
    font-weight: var( --e-global-typography-dfc40a0-font-weight ) !important;
    line-height: var( --e-global-typography-dfc40a0-line-height ) !important;
    letter-spacing: var( --e-global-typography-dfc40a0-letter-spacing ) !important;
    word-spacing: var( --e-global-typography-dfc40a0-word-spacing );
}

body.single-post .page-content h5 {
    font-family: 'Founders Grotesk',sans-serif !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 24px !important;
    line-height: 28px !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    color: #183C23 !important;
}