/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://tomusborne.com
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the new block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS and is translated into over 25 languages by our amazing community of users. A few of our many features include microdata integration, 9 widget areas, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover) and navigation color presets. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 3.0.2.1612789207
Updated: 2021-02-08 13:00:07

*/


.gform_wrapper .gform_page_footer {
    margin: 14px 0;
    width: 100%;
    border-top: 0px #CCC !important;
    padding: 1px 0 0;
    clear: both;
}

.gform_legacy_markup_wrapper .gfield_required {
    display: none !important;
}

.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
    font-size: 0px !important;
    line-height: 1!important;
    margin: 0 0 8px 10px!important;
    padding: 0!important;
    clear: both;
    filter: alpha(opacity=60);
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: 0 !important;
}

.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
  	width: 50%;
    display: -moz-inline-stack;
    display: inline-flex !important;
    margin: 0;
    padding-right: 1px;
    min-height: 28px;
    vertical-align: top;
    font-size: 90%;
}

.eael-gravity-form .gform_wrapper .validation_error {
    color: #A70909;
    border-top-color: #E90707;
    border-bottom-color: #E90707;
    display: none !important;
}

body .gform_legacy_markup_wrapper .top_label div.ginput_container {
    margin-top: 10px !important;
}

.eael-gravity-form .gfield .validation_message {
    color: #ff0000 !important;
}
html body .elementor-15740 .elementor-element.elementor-element-39788367 .eael-gravity-form .gfield_error {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
    background: #FFFFFF17;
}

.gform_legacy_markup_wrapper .gf_progressbar_wrapper {
    clear: both;
    width: 100%;
    margin: 0 0 0px 0 !important;
    padding: 0 0 0px 0 !important;
}
/* Style ONLY the Gravity Forms Previous button */
.gform_previous_button {
    display: inline-block !important;
    width: 120px !important;
    background-color: #ffffff !important;
    color: #5c5c7a !important;
    border: 1px solid #d8d8e0 !important;
    border-radius: 2px !important;
    padding: 10px 0 !important;
    margin-top: 25px !important;
	margin-right: 15px !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    text-align: center !important;
    cursor: pointer !important;
	width: 80px !important;
}

/* Mobile override for Previous button */
@media (max-width: 768px) {
    .gform_previous_button {
        font-size: 13px !important;   /* MOBILE SIZE */
    }
}

/* Style ONLY the Gravity Forms Previous button */
.gform_next_button {
    display: inline-block;
    width: 120px !important;
    background-color: #18c800 !important;
    color: #ffffff !important;
    border: 1px solid #18c800 !important;
    border-radius: 2px !important;
    padding: 10px 0 !important;
    margin-top: 25px !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-align: center !important;
    cursor: pointer !important;
}

/* Mobile override for Previous button */
@media (max-width: 768px) {
    .gform_next_button {
        font-size: 13px !important;   /* MOBILE SIZE */
    }
}

/* Optional hover effect */
.gform_previous_button:hover {
    background-color: #f4f4f8 !important;
    border-color: #cfd0da !important;
}


/* Make the UL clean */
.gform_wrapper ul.gfield_radio,
.gform_wrapper ul.gfield_checkbox {
    margin: 0;
    padding: 0;
}



/* Stretch label */
.gform_wrapper ul.gfield_radio li label,
.gform_wrapper ul.gfield_checkbox li label {
    width: 100% !important;
    flex: 1;
    display: flex !important;
    align-items: center;
    margin: 0 !important;
}

/* Radio spacing */
.gform_wrapper ul.gfield_radio li input[type="radio"],
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"] {
    margin: 3px 12px 3px 0 !important;
}

/* LESS SPACE UNDER LABELS – top-label forms only */
body .gform_wrapper .gform_fields.top_label .gfield_label {
  margin-bottom: 5px !important;
}

/* Remove extra gap above the input/select container */
body .gform_wrapper .gform_fields.top_label .ginput_container {
  margin-top: 0 !important;
}

/* Reduce space between one field and the next (optional) */
body .gform_wrapper .gform_fields.top_label .gfield {
  margin-bottom: 10px !important;
}

/* Make the form body a relative container */
body .gform_wrapper .gform_body {
    position: relative;
    overflow: hidden;
}

