/*
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
*/

@import url("assets/css/wt.css");

/*Icons style */
.icon-style	img{
    background: var(--nv-secondary-accent);
 padding: 16px;
}

/* Style the field labels */

div.wpforms-container-full .wpforms-form .wpforms-field-label {
   display: block;
   font-weight: 400;
   font-size: 16px;
   float: none;
   line-height: 1.3;
   margin: 0 0 4px 0;
   padding: 0;
 color:white;
}

/* Change the color of the required mark */
div.wpforms-container-full .wpforms-form .wpforms-required-label{color:#fff;}

/* Style the text area */

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-textarea textarea, div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-textarea input {
   background-color: white;
   box-sizing: border-box;
   border-radius:0px;
   color: #333;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   display: block;
   float: none;
   font-size: 16px;
   border: none;
   padding: 5px 10px;
   height: 120px;
   width: 100%;
   line-height: 1.3;
}


/* Style the text and email inputs */
div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=email]{
   
    background-color: white;
   box-sizing: border-box;
   border-radius:0px;
   color: #333;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   display: block;
   float: none;
   font-size: 16px;
   border: none;
   padding: 5px 10px;
   height: 60px;
   width: 100%;
   line-height: 1.3;
}

/* Style the submit button */
div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
       background-color: var(--nv-primary-accent);
   border: none;
   color: #fff;
   font-size: 0.9em;
       text-transform:uppercase;
       font-weight:600;
   padding: 15px 25px;
   
}

div.wpforms-container-full .wpforms-form input[type=submit]:hover, div.wpforms-container-full .wpforms-form input[type=submit]:focus, div.wpforms-container-full .wpforms-form input[type=submit]:active, div.wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full .wpforms-form button[type=submit]:focus, div.wpforms-container-full .wpforms-form button[type=submit]:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
       background-color: var(--nv-secondary-accent);
   border: none;
   color: #121212;
   font-size: 0.9em;
       text-transform: uppercase;
       font-weight:600;
   padding: 15px 25px;
   
}

div.wpforms-container-full .wpforms-form input[type=submit]:hover, div.wpforms-container-full .wpforms-form input[type=submit]:focus, div.wpforms-container-full .wpforms-form input[type=submit]:active, div.wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full .wpforms-form button[type=submit]:focus, div.wpforms-container-full .wpforms-form button[type=submit]:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:focus{
 border: none;
}

.nv-single-page-wrap{
   margin-bottom: 0px;
}