

.gallery_holder ul li .gallery_hover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: #f7f7f7;
    background-color: rgba(255,255,255,0.6)
}


input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
    border: 2px solid #2775ad; 
    color: #2775ad; 
}

div.wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: #2775ad; 
    color: #f7f7f7;   
}

div.wpcf7-response-output.wpcf7-validation-errors {
    background-color: #2775ad; 
}
