/*
Theme Name: gigglegarage
Version: 1.0
Description: A child theme of Hestia
Template: hestia
Author: Giggle Garage
*/
@import url("../hestia/style.css");
/* Your awesome customization starts here */

/* Make contact form one line for each element */

label {
    display: inherit !important;
}

.hestia-top-bar, .hestia-top-bar .widget.widget_shopping_cart .cart_list {
    background-color: #00bcd4cc !important;
}

/* Hide footer Hestia: use none to hide */
.copyright.pull-right {
    display: inherit;
}

/*---Hide reCaptcha v3 visible seal---*/
.grecaptcha-badge {
opacity:0 !important;
}

