/*
Theme Name: Bruny Child Theme
Description: Bruny Ocasio
Author:  Envision Online Ltd
Author URI:  http://envision-online.co.uk
Template: Divi
Version:  1.0.0
*/

@import url("../Divi/style.css");
 
/* =Theme customizations
------------------------------------------------------- */

h1 {
font-weight: bold;
}


.download-list ul li.audio:before {
    content: '';
    background: url(wp-content/uploads/2019/06/Icon_Audio.png);
    display: inline-block;
    margin-left: 0;
    margin-right: 15px;
    margin-bottom: -7px;
    width: 25px;
    height: 33px;
    background-size: cover;
    background-repeat: no-repeat;
}

.download-list ul li.pdf:before {
    content: '';
    background: url(wp-content/themes/bt_18/img/bt/Icon_PDF.png);
    display: inline-block;
    margin-left: 0;
    margin-right: 15px;
    margin-bottom: -7px;
    width: 25px;
    height: 33px;
    background-size: cover;
    background-repeat: no-repeat;
}
