/******  Admin Google Overwrite ****/

/*#adminmenu .wp-submenu-head, #adminmenu a.menu-top .wp-menu-name{
	color: #FFFFFF;
}
#wpadminbar .ab-item, #wpadminbar a.ab-item, #wpadminbar>#wp-toolbar span.ab-label, #wpadminbar>#wp-toolbar span.noticon{
	color:  #fffFFF !important;
}
#adminmenu .wp-submenu a{
	color: #c3c4c7 !important;
}
*/

.wp-block[data-type*=swd-block]{
	max-width: 100% !important;
}





/******  ACF Custom Styling ****/

div[class*="gf_browser"] div a img{  display: none !important; }


.acf-repeater .acf-row:nth-child(even) .acf-row-handle.order{
	background:#e6e6e6 !important;
}

.acf-repeater .acf-row:nth-child(even) .acf-fields{
	background:  #f5f5f5;

}


.acf-range-wrap input[type=number]{ min-width: 5em !important; }
/******  Right Pages Colum ****/

@media (min-width: 1082px){
	.interface-complementary-area{
		width:400px !important;
	}
}

@media (min-width: 1242px){
	.interface-complementary-area{
		width:450px !important;
	}
}

.block-editor-block-list__layout .wp-block:first-child{
	margin-top: 0px !important;
}
.block-editor-writing-flow{ padding:0px !important; }
.components-editor-notices__dismissible, .components-editor-notices__pinned{ z-index:1; }
.block-editor-block-list__layout{margin-top: 0px;}

/****** Page Title ******/
 

.edit-post-visual-editor__post-title-wrapper .editor-post-title{ margin:0px 0 0 0px; padding: 0px 20px; z-index: 1; background-color: #FFFFFF !important;  color: #000000 !important; max-width: 100%;}

.block-editor-block-list__insertion-point{z-index: 99999;}