/*
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
*/

/*global*/

/*header*/


/*content*/

.small-image {
  max-width: 700px !important;
}

.large-image {
  max-width: 550px !important;
}

.grid {
    position: relative;
}

.grid h5 {
    position: absolute;
    top:53%;
    left:50%;
    transform: translate(-50%,-50%);
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 3px solid #fff;
    transition: all ease 0.3s;
    /*opacity: 0;*/
}


.grid .wpb_column .service_grid {
    transition: all ease 0.6s;
    filter: brightness(0.6) grayscale(0);
}

.grid .wpb_column:hover .service_grid {
    filter: brightness(0.5) grayscale(20);
}


.grid .wpb_column:hover h5 {
    /*opacity: 1;*/
    top: 50%;
}

/*footer*/


div#media_image-2 img {
    /* max-width: 145px !important; */
    max-width: 350px !important;
}

#footer-widgets p {
    font-size: 12px !important;
}

#footer-widgets a {
    text-decoration: underline;
}

/* buttons */

ul.buttons {
    display:none;
}