/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

div.gform_confirmation_message {
    color: #c1d72e;
    font-size: 2em;
    line-height: 1.3em;
    margin: 50px 0 50px;
    text-align: center;
}
img.gform_ajax_spinner {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    display: block;
    height: 100% !important;
    left: 0;
    overflow: hidden;
    padding: 25% !important;
    position: fixed;
    right: 0;
    top: 0;
    width: 100% !important;
    z-index: 99999999;
}
.container-wrap, .project-title {
    z-index: 1000 !important;
}