@charset "UTF-8";
/*
Description: WebsiteValet CSS customizations for Beaver Builder.
Version: 04.10.20
Author: Tim Taricco
*/

/* Add "no-edit" to rows, columns or modules to make them non editable to users other than TheFrameGuy */
.fl-builder-edit .fl-builder-content .no-edit {
	pointer-events: none;
	border: 1px dotted red;
}

.fl-builder-edit .fl-builder-content .no-edit:before {
	content: "Not Editable";
	color: #FFFFFF;
	text-align: center;
	background-color: red;
	border: 1px dotted red;
	padding: 2px 5px;
	font-size: 10px;
	font-weight: 600;
	z-index: 100010;
	position: absolute;
	white-space: nowrap;
}

/* This hides the editor tabs (style, advanced and any others from 3rd party add-ons) */
.fl-builder-lightbox .fl-builder-module-settings .fl-builder-settings-tabs {}

/* Removes the Beaver Logo from the Toolbar */
.fl-builder-bar .fl-builder-bar-title img {}

/* Add "hide" to rows, columns or modules to make them non editable to users other than TheFrameGuy */
.hide {
	display: none !important;
} /* Hide elements */

.fl-builder-edit .hide {
	display: block !important;
} /* Unhide elements when using Beaver Builder */
