/**
 * Theme Name: Rey Child
 * Theme URI: http://reytheme.com/
 * Description: This is a child theme of Rey.
 * Author: Marius H.
 * Author URI:  https://twitter.com/mariushoria
 * Template: rey
 * Version: 1.0.2
 * License: General Public License
 * License URI: http://www.gnu.org/licenses/gpl.html
 * Text Domain: rey-child
 */

.header-hover .rey-siteHeader {
    transition-property: opacity, background-color;
}

.header-hover .rey-siteHeader:hover {
    background-color: #fff;
}

.grecaptcha-badge {
    display: none !important;
}