/*
STYLESHEET FOR CUSTOM ADMIN STYLES
*/

/* acf vs. gutenberg styling */
/*
.post-type-page .editor-block-list__layout { display: none; }
.acf-hndle-cog { display: none !important; }
.gutenberg .edit-post-meta-boxes-area .inside, .gutenberg .edit-post-meta-boxes-area__container { box-sizing: border-box; }

#try-gutenberg-panel { display: none; }*/

#groupchecklist { font-size: 12px; }

.userpage-select-width .select2 { width: 25em !important; }

/* better styling for acf flexible content */
.acf-flexible-content .layout .acf-fc-layout-handle {
	color: #fff !important;
	background-color: #32373c !important;
}

.acf-field.acf-accordion .acf-accordion-title {
	padding: 8px 10px !important;
	background-color: #dee8f1;
}

#example_dashboard_widget { display: none; }

.taxonomy-coolsport_brand .column-description p {
	max-height: 40px !important;
	overflow: hidden;
	font-size: 10px;
	line-height: 1.1em;
}

.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; }

.acf-field.fix50 { width: 50% !important; margin-right: 1%; }
.acf-field.fix50 + .acf-field { width: 49% !important; margin-left: -1%; }

.flex-me .acf-table tbody {
	display: flex;
	flex-direction: row;
	justify-content: start;
}

.flex-me .acf-row {
	flex: 1 1 0;
}

.flex-me .acf-fields {
	width: 82%;
}

.repeater-col3 .acf-row {
	width: 33.333% !important;
	display: block;
	float: left;
}

/* 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;
}

.post-type-pickup-stores .column-zip {
	width: 80px;
}

.post-type-pickup-stores .column-store_logo {
	width: 10%;
}
.post-type-pickup-stores .column-store_logo img { 
	width: 85%; 
	height: auto; 
}

.user-admin-color-wrap, 
.user-rich-editing-wrap,
.user-admin-bar-front-wrap,
.user-description-wrap,
.user-url-wrap,
.user-profile-picture,
.user-comment-shortcuts-wrap,
.user-syntax-highlighting-wrap,
#your-profile .yoast-settings,
#your-profile h2 {
	display: none;
}

#your-profile .form-table {
	border-top: 1px solid #cfcfcf;
	margin-top: 0;
}

.flex-list ul{
	display: flex;
	flex-direction: column;
	height: 365px;
	flex-wrap: wrap;
}

.locked_page .row-title::before {
	content: "\f160";
	display: inline-block;
	margin-right: 7px;
	font-family: dashicons;
	font-size: 16px;
	vertical-align: top;
	line-height: 20px;
	color: 	#7f7f7f;
}