/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* espa logo */

#espa-widget {
    position: fixed;
    bottom: 5px;
    left: 7px;
    z-index: 9999;
    box-shadow: 0 0 15px #bbbbbb;
    opacity: 1;
    transition: 2s;
}

.scrolled #espa-widget {
    opacity: 0;
    z-index: -1;
    transition: 2s;
}

/* recaptcha hidden */

.grecaptcha-badge {
    opacity: 0 !important;
    visibility: hidden !important;
    z-index: -1 !important;
}

/* footer fix */
footer.footer-container.color-scheme-light {
    background-color: #212121;
}