/*
Theme Name:     Neve Child
Theme URI:      https://themeisle.com/themes/neve/
Template: neve
Author:         ThemeIsle
Author URI:     https://themeisle.com
Description:    Neve is a super fast, easily customizable, multi-purpose theme. It’s perfect for blogs, small business, startups, agencies, firms, e-commerce shops (WooCommerce storefront) as well as personal portfolio sites and most types of projects. A fully AMP optimized and responsive theme, Neve will load in mere seconds and adapt perfectly on any viewing device. While it is lightweight and has a minimalist design, the theme is highly extendable, it has a highly SEO optimized code, resulting in top rankings in Google search results. Neve works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder, Visual Composer, SiteOrigin, Divi). Neve is also WooCommerce ready, responsive, RTL & translation ready. Look no further. Neve is the perfect theme for you!
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    neve
Tags: blog, custom-logo, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, wide-blocks, block-styles
*/

.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_below li.gfield:last-child {
    padding: 0;
    height: 0;
}
.gform_wrapper .gform_footer input[type="submit"] { 
   white-space: normal;
}
.gform_wrapper ul.gform_fields li.gfield {
   padding: 0;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    padding: 0;
    margin: 0;
}
.gform_wrapper li.hidden_label input {
    margin: 0;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, 
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin: 0;
}
.gform_wrapper input[type=text] {
    background: #fff;
    padding: 10px;
    height: 50px;
    border: 0;
    border-radius: 0;
    text-indent: 10px;
    margin: 0;
}
body .gform_wrapper .top_label div.ginput_container {
    margin: 0;
}
.gform_wrapper .gform_footer {

    padding: 0;
}
.gform_wrapper div.validation_error {
    display: none;
}
.gform_wrapper .field_description_below .gfield_description.validation_message {
    padding-top: 0;
    font-size: 12px;
}
.gform_wrapper .gform_footer input[type=submit] {
    background-color: #004aad;
    border-radius: 0;
    margin-top: 15px;
    font-weight: 400;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
    padding: 10px 10px 10px 10px;
    width: 100%;
    font-family: "Raleway";
    white-space: normal;
    line-height: 1.3 !important;
    margin: 0 0 10px 0;
    display: block;
    height: 50px !important;
}
.gform_wrapper .gform_footer input[type=submit]:hover{
	opacity:0.9;
}
.gform_wrapper .gform_body input[type=text] {
	background-color: #fff;
    padding: 10px 10px 10px 10px;
    border-radius: 0;
	text-indent: 10px;
	font-family: "Raleway" !important;
}
.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
    padding: 0 !important;
    width: 25%;
}
.contact-info .elementor-icon-box-title {
    margin-bottom: 0;
}

.header-menu-sidebar .navbar-toggle-wrapper button.navbar-toggle,
.builder-item--nav-icon .navbar-toggle {
    border-radius: 0;
    color: #004aad;
    background: #004aad;
}
.header-menu-sidebar .header-menu-sidebar-bg .icon-bar,
.header-main-inner .icon-bar {
    background: #fff;
}

.other-services h3:hover a {
    color: #004AAD !important;
}
.other-services a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.elementor-slideshow__footer {
    display :none;
}

@media only screen and (max-width: 640px) {
    .gform_wrapper ul.gform_fields li.gfield {
        margin-top: 0;
    }
    .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
        margin-top: 0;
    }
}