/*
Theme Name: Mavix Construction Child
Template: mavix-construction
Theme URI: http://creativthemes.com/downloads/mavix-construction/
Author: Creativ Themes
Author URI: http://creativthemes.com/
Description: Mavix Construction is a modern WordPress Theme designed for construction, renovation, factory, engineering, handyman, building, architecture, interior, and development-related businesses. This theme features a clean and professional design that is aesthetically pleasing and easy to navigate. The layout is fully responsive, ensuring your website looks great on all devices, including desktops, laptops, tablets, and smartphones.
Version: 1.0
Requires at least: 5.1
Requires PHP: 5.6
Tested up to: 6.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mavix-construction
Tags: translation-ready, custom-background, theme-options, custom-menu, threaded-comments, featured-images, footer-widgets, left-sidebar, editor-style, right-sidebar, full-width-template, two-columns, custom-colors, custom-header, custom-logo, blog, entertainment, portfolio

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Mavix Construction is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/* --- Custom Footer Styles --- */
.site-footer {
    text-align: center;
    background-color: #3f5a36 ;
     padding: 20px 40px;
}

/* --- Header bar style --- */
#masthead .header-bottom {
    background-color: #3f5a36; /* dark green */
}

/* --- Header button stype --- */
#masthead .custom-menu-item a {
    background-color: #fbbe3f;
    border-color: #fbbe3f;
    color: #fff;
}

#masthead .custom-menu-item a:hover,
#masthead .custom-menu-item a:focus {
    background-color: #fff;
    border-color: #fff;
    color: #fbbe3f;
}

/* Top-level menu background */
.main-navigation ul.nav-menu {
    background-color: #3f5a36; 
}

/* Dropdown menu background */
.main-navigation ul ul {
    background-color: #3f5a36; 
}