/*======================================
Theme Name: Divi child theme
Theme URI: https://marcusbroadhead.com/
Description: Divi child theme for your new site. All modifying should be done in this theme and not the Divi theme.
Author: Real Avenue Design
Author URI: https://realavenuedesign.com
Author Email: contact@realavenuedesign.com
Template: Divi
Version: 1.1.1
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
======================================*/

 /* ===== NOTES ==================================================================
 * 

 * 
 * =============================================================================== */

/*add your custom CSS below this line*/

/* Add this code to header area
<meta name="theme-color" content="#dbd9c0"/> */

/*make Divi Builder text style settings sticky on scroll*/
/* Makes the text editor panel a sticky */
.mce-panel .mce-stack-layout-item.mce-first {
	position: sticky!important;
	top: -60px;
}