/* 
Theme Name: Bemarketing - Hello
Theme URI: https://github.com/elementor/hello-theme/
Description: Barebones theme to be used along with elementor.
Author: Bemarketing
Author URI: https://bemarketing.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


/* 
 * Gravity Forms Styles
*/

/* Gravity Form Title */
.gform_wrapper .gform_heading .gform_title{
    font-family: inherit;
    font-size: 1.9375rem;
    font-weight: 700;
    line-height: 1.2em;
}

/* Gravity Form Description */
.gform_wrapper .gform_heading .gform_description{
    font-family: inherit;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5em;
}

/* Gravity Form Required Text */
.gform_wrapper .gform_heading .gform_required_legend{
    display: none;
}

/* Gravity Form Field Layout */
.gform_wrapper .gform_fields{
    row-gap: 20px !important;
    column0-gap: 20px !important;
}

/* Gravity Form Field Labels */
.gform_wrapper .gform_fields .gfield_label{
    font-family: inherit;
    font-size: inherit;
    font-weight: 600;
    line-height: 1.5em;
}

/* Gravity Form Inputs */
.gform_wrapper .gform_fields input[type="text"],
.gform_wrapper .gform_fields input[type="email"],
.gform_wrapper .gform_fields input[type="tel"],
.gform_wrapper .gform_fields input[type="number"],
.gform_wrapper .gform_fields select{
    height: 40px;
    border: 1px solid #000;
    border-radius: 3px;
    box-shadow: none;
    inset: none;
    font-size: inherit;
    font-family: inherit;
}

.gform_wrapper .gform_fields textarea{
    border: 1px solid #000;
    border-radius: 3px;
    box-shadow: none;
    inset: none;
    font-size: inherit;
    font-family: inherit;
}

.gform_wrapper .gform_fields input[type="text"]::placeholder,
.gform_wrapper .gform_fields input[type="email"]::placeholder,
.gform_wrapper .gform_fields input[type="tel"]::placeholder,
.gform_wrapper .gform_fields input[type="number"]::placeholder,
.gform_wrapper .gform_fields select::placeholder,
.gform_wrapper .gform_fields textarea::placeholder{
    font-size: inherit;
    font-family: inherit;
    color: #000;
}

.gform_wrapper .gform_fields .gfield_radio input[type="radio"],
.gform_wrapper .gform_fields .gfield_radio label{
    font-size: inherit;
    font-family: inherit;
}

/* Gravity Form Footer */

.gform_wrapper .gform-footer{
    margin: 0px !important;
}

/* Gravity Form Submit Button */
.gform_wrapper .gform-footer input[type="submit"]{
    font-family: inherit;
    font-size: 1.75rem;
    line-height: 1em;
}


