/*!
Theme Name: Apside
Theme URI: http://underscores.me/
Author: Keley Live
Author URI: https://keley-live.com
Description: Apside theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: apside
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

Apside is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* Hide reCAPTCHA bagde */
.grecaptcha-badge {
    visibility: hidden;
}

/*--------------------------------------------------------------
## Homepage
--------------------------------------------------------------*/
.navigationVille select {
    display: none;
}

.navigationVille select.selected {
    display: block;
}

/*--------------------------------------------------------------
## Contact Form 7
--------------------------------------------------------------*/
.contact-form form #recipient1 {
    display: none;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.colNav a {
    overflow: initial;
}

@media (max-width: 992px) {
    .footer-widget .menu {
        transition: all 0.75s ease 0s;
    }
}