/*
Theme Name:     Divi Child
Description:    
Author:         Great Little Websites
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

.et-social-instagram a:before {
    content: '\e09a';
}

#notfound-content {
    /*background: blue url(/wp-content/uploads/Home-bar-bw.jpg) no-repeat center center fixed;*/
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), rgba(0, 0, 0, 0.6) url(/wp-content/uploads/Home-bar-bw.jpg) no-repeat center center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    opacity: 0.5;
    filter: alpha(opacity=40);
    /* msie */
}