/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://tomusborne.com
Description: GeneratePress is a fast, lightweight (less than 1MB zipped), mobile responsive WordPress theme built with speed, SEO and usability in mind. GP can serve as a solid base for any website, and works great with any of your favorite page builders. With an emphasis on WordPress coding standards, we ensure GeneratePress is compatible with all well-coded plugins, including major ones like WooCommerce, WPML, BuddyPress and bbPress. GeneratePress is device friendly (mobile and tablet), uses 100% valid HTML, is fully schema microdata integrated, is translated into over 20 languages by our amazing community and is cross browser compatible (IE9+). Some of our features include 9 widget areas, 5 navigation positions, 5 sidebar layouts, dropdown menus (click or hover) and a back to top button. All our options use the native WordPress Customizer, meaning you can see every change you make instantly before pressing the publish button. 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: 2.0.1512909469
Updated: 2017-12-10 12:37:49

*/

/* Header section CSS 22-04-2025 */

.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_button {
    border-radius: 10px !important;
}
.error404.full-width-content .container.grid-container .inside-article{
    padding: 100px 50px !important;
    text-align: center;
}
/* Tablet view */
@media only screen and (min-width: 768px) and (max-width: 992px) {

    .custom-header-section .fl-row-content-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
        padding: 10px 20px;
    }

    /* Make sure the mobile menu appears over the content, not pushing it */
    .header-menu-cust .fl-menu nav{
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 999;
        background-color: #fff;
        border-top: 1px solid #dc262614;
    }

    /* Optional: smoother opening of mobile menu */
    .header-menu-cust .fl-menu .menu {
      transition: all 0.1s ease;
    }

    .header-menu-cust .fl-menu nav ul li a {
        text-align: left;
    }

    .custom-header-section .fl-menu .menu li a {
        display: block;
        text-align: left;
        padding: 20px 20px;
    }

}

@media only screen and (max-width: 768px) {

    .custom-header-section .fl-row-content-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
        padding: 10px 20px;
    }

    /* Make sure the mobile menu appears over the content, not pushing it */
    .header-menu-cust .fl-menu nav{
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 999;
        background-color: #fff;
        border-top: 1px solid #dc262614;
    }

    /* Optional: smoother opening of mobile menu */
    .header-menu-cust .fl-menu .menu {
      transition: all 0.1s ease;
    }

    .header-menu-cust .fl-menu nav ul li a {
        text-align: left;
    }

    .custom-header-section .fl-menu .menu li a {
        display: block;
        text-align: left;
        padding: 20px 20px;
    }

}
