/* NEWSLETTER FOOTER */
#newsletter-form-footer input.wpcf7-form-control.wpcf7-text{
    border: medium none;
    background-color: #F8F8F8;
    color: #AAA;
    width: 92%;
    padding: 5px 10px;
    border-radius: 2px;
    margin: 0 0 5px!important;
}
#newsletter-form-footer input.wpcf7-form-control.wpcf7-submit{
    background-color: #ff0066;
    color: #FFF;
    float: right;
    border-radius: 2px;
    width: 100%;
    padding: 6px 25px;
    text-align: center;
    line-height: 0px;
    border: none;
    height: 30px;
    margin: 0 0 5px!important;
}
#newsletter-form-footer input.wpcf7-form-control.wpcf7-submit:hover{
    background-color: #FFF;
    color: #b7b7b7;
}
#newsletter-form-footer.wpcf7 form.wpcf7-form p {
    margin-bottom: 5px;
}
#newsletter-form-footer p:nth-child(4){
   font-size:9px!important;
}
#newsletter-form-footer span.wpcf7-not-valid-tip{
   font-size:9px!important;
   color: #ff0066;
}
#newsletter-form-footer .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    margin-top: 0px!important;
}
#newsletter-form-footer div.wpcf7-response-output.wpcf7-validation-errors{
    background-color: #ff0066!important;
}
#newsletter-form-footer div.wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: #080808;
}
#newsletter-form-footer div.wpcf7-response-output {
    padding: 9px 0px 10px 47px;
    font-size: 13px;
}

/* NEWSLETTER FORM */
.tnp-widget input[type=text], .tnp-widget input[type=email], .tnp-widget input[type=submit], .tnp-widget select {
    border: medium none;
    width: 100%;
    padding: 5px 10px;
    border-radius: 2px;
}

.tnp-widget label {
    font-size: 12px;
}
.tnp-widget input[type=submit]{
    background-color:#ff0066;
}

/* INFO COOKIES */
#cookie-notice{
    z-index:999999999999!important;
   background-color: #2b2b2b!important;
}

#cookie-notice .button.bootstrap {
    background: linear-gradient(to bottom,#FF0066,#FF0066) #FF0066!important;
    border-color: #FF0066;
    color: #FFF!important;
    font-weight:bold;
}

#cookie-notice .button.bootstrap:hover {
    background: linear-gradient(to bottom,#C6145C,#C6145C) #C6145C!important;
    border-color: #C6145C;
    color: #FFF!important;
    font-weight:bold;
}