/*=========================
STYLE Overrides
=========================*/
.grecaptcha-badge { 
	visibility: hidden;
}
span.wpcf7-list-item{
	margin-left: 0 !important; 
}



.espa-banner {
    position: fixed;
    bottom: 60px;
    right: 0;
    z-index: 10;
    opacity: 1;
    pointer-events: all;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    max-width:500px;
}

.espa-banner.will-hide.hidden {
    opacity: 0;
    pointer-events: none
}
.espa-banner img{
    max-width: 100%
}

@media (max-width: 767px) {
    .espa-banner {
        max-width:200px;
    }
}