/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/*-----Custom Blurb Module-----*/

.myblurb img {
    border: 5px solid #8300e9;
    border-radius: 50%;
    margin-top: -150px;
}

.myblurb2 img {
    border: 5px solid #06c8ff;
    border-radius: 50%;
    margin-top: -150px;
}

/*-----Center Footer bottom bar text-----*/

#footer-info {
	text-align: center;
	width: 100%;
}



/*-----Add Line to Left and Right of Text in Divi-----*/


@media (min-width: 981px) {
 .fancy-title h2 {
 position: relative;
 z-index: 1;
 overflow: hidden;
 text-align: center;
 padding-bottom: 0;
 }
 .fancy-title h2:before, .fancy-title h2:after {
 position: absolute;
 top: 49%;
 overflow: hidden;
 width: 50%;
 height: 1px;
 content: '\a0';
 background-color: #EB2000;
 }
 .fancy-title h2:before {
 margin-left: -50%;
 text-align: right;
 }
}