/* GDPR and Cookie Notice Plugin Styling - Start */

body .aio-gdpr-framework input[type="submit"] {
    background-color: #1B7055;
    border-color: #1B7055;
}

body .aio-gdpr-framework input[type="submit"]:hover {
    background-color: #1B7055;
    border-color: #1B7055;
}


body .aio-gdpr-framework input[type="text"]:focus, body .aio-gdpr-framework input[type="email"]:focus {
    border-color: #d1d1d1 !important;
}

body .aio-gdpr-framework label[for="email-field"] {
    margin-top: 30px;
}


body #cookie-notice .button.bootstrap,
body #cookie-notice .button.bootstrap:hover{
    background-image: none !important;
    background-color: #1B7055;
}

/* GDPR and Cookie Notice Plugin Styling - End */