/*
Theme Name:     Neve Child
Theme URI:      https://themeisle.com/themes/neve/
Author:         ThemeIsle
Author URI:     https://themeisle.com
Template:       neve
Tested up to:   6.2
Requires PHP:   7.0
Requires at least: 5.4
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:        3.5.8
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    nevechild
Pro Slug:  			neve-pro-addon
AMP: 						true
WordPress Available:  yes
Requires License:     no
Tags: blog, custom-logo, e-commerce, rtl-language-support, 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, footer-widgets, portfolio, left-sidebar, right-sidebar
*/

:root {
  --primary-color: #800080;
  --secondary-color: #ff6600;
  --dark-text-color: #ffffff;
  --text-color: #222222;
}

header.header {
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.3);
}

.top-bar li {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
}

.top-bar i {
  margin-right: 10px;
}
.top-bar li a {
  color: var(--dark-text-color);
}
.top-bar a:hover {
  color: var(--secondary-color);
}

.hfg-grid-main {
  font-family: "Ubuntu condensed";
  padding: 30px;
}

.hfg-grid-main .widget_nav_menu a {
  color: var(--dark-text-color);
}

.hfg-grid-main .widget-title {
  /* color: var(--secondary-color); */
  /* text-decoration: underline var(--primary-color) 5px; */
}

.nv-footer-content a {
  color: var(--secondary-color);
}

.nv-footer-content a:hover {
  color: var(--primary-color);
}

.wpcf7 p {
  width: 49.5%;
  display: inline-block;
  margin-bottom: 20px;
}

.wpcf7 input,
.wpcf7 textarea {
  width: 100%;
  margin-right: 30px;
}
.wpcf7 textarea {
    height: 150px;
  }

.wpcf7 p:nth-last-child(3),
.wpcf7 p:nth-last-child(4) {
  width: 100%;
}

.contact-header {
  font-size: 16px;
  color: var(--primary-color);
}

.contact-info{
  font-size: 16px;
  color: var(--text-color);
}

.nv-footer-content .widget-title{
  color: var(--primary-color);
}
.nv-footer-content .hfg-slot .builder-item:nth-child(2){
  display: none;
}