/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.3
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 FORM ==*/
.gform_wrapper {
    margin-top: 0px !important;
}

.gform_body input, .gform_body textarea {
    padding: 10px 10px !important;
    border-radius: 3px !important;
    margin: 0px !important;
    height: 40px !important;
    font-size: 14px !important;
    border: 1px solid #C4C4C4 !important;
    background-color: WHITE !important;
    color: #4C4C4C !important;
}

.gform_body input::-webkit-input-placeholder, .gform_body textarea::-webkit-input-placeholder {
    color: #4c4c4c !important;
}

.gform_body input::-moz-placeholder, .gform_body textarea::-moz-placeholder {
    color: #4c4c4c !important;
}

.gform_body input:-ms-input-placeholder, .gform_body textarea:-ms-input-placeholder {
    color: #4c4c4c !important;
}

.gform_footer {
    position: relative;
}

.gform_button {
    color: white !important;
    padding: 13px 28px !important;
    outline: none;
    transition: .3s;
    -webkit-transition: .3s;
    font-size: 14px !important;
    text-transform: uppercase !important;
    border-radius: 3px !important;
    /*background-color: #4B82A8!important;*/
    background-color: #828282 !important;
    text-align: center !important;
    font-family: Lato Bold !important;
    cursor: pointer !important;
    display: inline-block !important;
    border: 1px solid #828282 !important;
}

.gform_wrapper .gform_footer {
    text-align: center;
}

.gform_button:hover { /*background-color: #2b4b61 !important;*/
    background-color: #0C0C0C !important;
    color: white !important;
    border-color: #0C0C0C !important;
}

.gform_body li {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.gform_body textarea {
    height: 115px !important;
    width: 100% !important;
    border-radius: 0px !important;
}

.datepicker {
    width: 100% !important;
}

.gform_body select {
    height: 48px !important;
}

.gform_body input[type="radio"] {
    margin-top: 1px !important;
}

.ginput_container_radio {
    margin-top: 0px !important;
}

.gform_wrapper label {
    color: #5D6472;
    font-family: Lato;
    font-size: 17px !important;
    font-weight: normal !important;
}

.gfield_required {
    color: #5D6472 !important;
}

.form_left {
    width: 49%;
    float: left;
    clear: none !important;
    margin: 0px 0px 15px !important
}

.form_right {
    float: right;
    width: 49%;
    clear: none !important;
    margin: 0px 0px 15px !important
}

.no_label .gfield_label {
    display: none !important;
}

.left_label .gfield_label {
    float: left;
    width: 108px;
    padding-top: 22px;
}

.left_label .ginput_container {
    float: right;
    width: 85%;
}

.gform_drop_area {
    background-color: white !important;
}

.gform_body input::-webkit-input-placeholder, .gform_body textarea::-webkit-input-placeholder {
    color: #D1AF85;
}

.gform_wrapper.gravity-theme .gfield-choice-input {
    vertical-align: sub !important
}


textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

.market-insights-loop-item:hover{
transform: scale(1.02);
    transition: .3s;
    -webkit-transition: .3s;
    -webkit-transform: scale(1.02);
}
