/**
 * Beaver Builder editor stylesheet
 *
 * @package    Receptar
 * @copyright  2015 WebMan - Oliver Juhas
 *
 * @since    1.0
 * @version  1.5.0
 */





/**
 * Visual editor fixes
 */

	.wp-editor-wrap button {
		-webkit-box-shadow: none;
		        box-shadow: none;
	}



/**
 * Editting content z-index
 */

	.fl-row:not(:hover) { z-index: 0; }
