
// Remove ReCaptcha icon across site

/*
.grecaptcha-badge {
    visibility: hidden !important;
}
*/

// WPFront Notification Bar styles

#wpfront-notification-bar {
      opacity: 0.95;
      text-align: left;
}

#wpfront-notification-bar a {
    color: #333333;
}

/*
#wpfront-notification-bar div {
    text-align: center;
}

#wpfront-notification-bar .announcement-header {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 10px;
}

#wpfront-notification-bar .announcement-text a {
    color: #333333;
}
*/

div.wpfront-close {
    // margin: 26px 20px 0 0;
    margin: 15px 15px 0 0;
    border: 1px #000 solid;
}


// Cookie Notice plugin styles

#cookie-notice {
    opacity: 0.90;
    // padding: 15px;
    // margin-bottom: 100px;
    text-align: center;
    width: 100%;
    z-index: 2;
    position: absolute;
    // border: 5px red solid;
}



