/*#wp-admin-bar-view-site{
	
}*/
#wpadminbar{
	border-bottom: 1px solid #666;
}
#wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon{
	/*background: red !important;*/
	/*margin-right:0px !important;
	width:20px !important;*/
}
#wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon::before{
	/*content: "" !important;*/
}
@media (min-width: 960px) { 
	#adminmenu div.wp-menu-name{
		font-size:12px;
	}
}
#login {
    max-width: 320px;
    width: 100%;
}
.login h1 a{
	background-image: url("logo_onlygolf.png");
    background-position: center center;
    background-repeat: no-repeat;
	background-size:contain;
	width:100%;
}
#wp-admin-bar-wp-logo,
#wp-admin-bar-customize,
#wp-admin-bar-themes,
#wp-admin-bar-widgets,
#wp-admin-bar-menus,
#wp-admin-bar-comments,
#wp-admin-bar-updates,
#wp-admin-bar-edit{
	display:none !important;
}
#wpadminbar #wp-admin-bar-site-name > .ab-item::before,
#wpadminbar #wp-admin-bar-site-name > .ab-item::before,
#wpadminbar #wp-admin-bar-site-name > .ab-item::after
{
	content:none !important;
}

#wpadminbar #wp-admin-bar-site-name > .ab-item,
#wpadminbar #wp-admin-bar-site-name > .ab-item{
	background-image: url("icon_onlygolf.png") !important; 
    background-position: left center !important;
    background-repeat: no-repeat !important;
	background-size:contain !important;
	padding-left:40px !important;
}
@media (max-width: 768px) { 
	#wpadminbar #wp-admin-bar-site-name > .ab-item,
	#wpadminbar #wp-admin-bar-site-name > .ab-item{
		padding-left:0px !important;
	}
}
#wpadminbar #wp-admin-bar-new-content .ab-submenu #wp-admin-bar-new-post,
#wpadminbar #wp-admin-bar-new-content .ab-submenu #wp-admin-bar-new-media,
#wpadminbar #wp-admin-bar-new-content .ab-submenu #wp-admin-bar-new-page,
#wpadminbar #wp-admin-bar-new-content .ab-submenu #wp-admin-bar-new-user{
	display:none !important;
}
/*HIDE ATTACHED FIELDS*/
@media (min-width: 992px) { 
	.attachment-details .setting .value, .attachment-details .setting input[type="tel"], .attachment-details .setting input[type="text"], .attachment-details .setting input[type="password"], .attachment-details .setting input[type="number"], .attachment-details .setting input[type="search"], .attachment-details .setting input[type="email"], .attachment-details .setting input[type="url"], .attachment-details .setting textarea, .media-sidebar .setting .value, .media-sidebar .setting input[type="tel"], .media-sidebar .setting input[type="text"], .media-sidebar .setting input[type="password"], .media-sidebar .setting input[type="number"], .media-sidebar .setting input[type="search"], .media-sidebar .setting input[type="email"], .media-sidebar .setting input[type="url"], .media-sidebar .setting textarea {
		width:62%;
	}
	.compat-item .field{
		width:62%;
	}
}
@media (max-width: 992px) { 
	.compat-item .field{
		width:99%;
	}
}
.attachment-details .setting span, .compat-item label span, .media-sidebar .setting span{
	display: inline-block;
    float: none;
    line-height: 12px;
    padding-top: 4px;
}
.media-modal label br.clear, 
.media-modal legend br.clear{
    display:none;
}
.media-types-required-info{
    display:none;
}
/*FIX TAG ORDER HIDE*/
#toplevel_page_customtaxorder{
	display: none;
}
/*FIX ADVANCED ORDER MOVIL*/
.wp-list-table td.a_order_drag.column-a_order_drag.ui-sortable-handle{
	display: table-cell !important;	
}
.wp-list-table td.a_order_drag.column-a_order_drag.ui-sortable-handle::before{
	display: none !important;
}
/*HIDE LINK ADD GALLERY*/
.postbox .inside label[for="easy_image_gallery_link_images"]{
	display: none;
}