/*
Theme Name: narrow-divi
Description: adapatation of Divi
Author: Dale Jackson
Author URI:
Template: Divi
Version: 1.3.0
*/

@import url('../Divi/style.css');


hr {
    border: 0;
    height: 1px;
	margin-bottom:40px;
    background-image: -webkit-linear-gradient(left, rgba(102,102,102,0), rgba(102,102,102,0.75), rgba(102,102,102,0)); 
    background-image:    -moz-linear-gradient(left, rgba(102,102,102,0), rgba(102,102,102,0.75), rgba(102,102,102,0)); 
    background-image:     -ms-linear-gradient(left, rgba(102,102,102,0), rgba(102,102,102,0.75), rgba(102,102,102,0)); 
    background-image:      -o-linear-gradient(left, rgba(102,102,102,0), rgba(102,102,102,0.75), rgba(102,102,102,0)); 
}

