/*
Theme Name: blusafe
Theme URI: http: //www.plasticadv.it/
Description: Custom child theme for Salient
Author: Plasticadv
Author URI: http: //www.plasticadv.it/
Template: salient
Version: 0.1
*/

.heading-line h2 {
    margin-bottom: 12px;
}
[class*="fa-"] {
    height: 18px !important;
}

.logo-hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.logo-hover:hover {
    -webkit-opacity: 0.25;
    -moz-opacity: 0.25;
    opacity: 0.25;
}
