/*
 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
------------------------------------------------------- */
gold {color: #c5b779;
}
grape {color: #7987c5;
}
purple {color: #c579ad;
}

green {color: #79c591;
}
/*make Divi Builder text style settings sticky on scroll*/

.mce-panel .mce-stack-layout-item.mce-first {
	position: sticky!important;
	top: -60px;
}
.vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
}