/*
STYLESHEET FOR CUSTOM ADMIN STYLES
*/

/* better styling for acf flexible content */
.acf-flexible-content .layout .acf-fc-layout-handle {
	color: #fff !important;
	background-color: #32373c !important;
}

.acf-field.float-left {
	border-left: 1px solid #eee !important;
	clear: none !important;
	float: left !important;
	min-height: initial !important;
}

.acf-field.float-right {
	border-left: 1px solid #eee !important;
	clear: none !important;
	float: right !important;
	min-height: initial !important;
}

.acf-field.float-me {
	min-height: auto !important;
	float: left !important;
	clear: initial !important;
}

.acf-field.hide-me { display: none; }


/* styling for hidden gravity forms fields*/
.gform_hidden { background-color: rgba(0, 0, 0, 0.05); }
.gfield_visibility_hidden { background-color: #dfdfb2; }

/* page highlighting for child pages */
.level-1 > th, .level-2 > th, .level-3 > th, .level-4 > th {
  border-left: 4px solid cadetblue !important;
}


#tinymce blockquote {
	color: #250256;
	font-size: 18px;
}