/***
Custom CSS for WordPress admin styling: BlackWing Creative
Version: 01.25.22
Author: Tim Taricco
Author URL: http://www.timtaricco.com
***/

/*** Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
1  - WordPress Dashboard customizations
2  - WordPress Dashboard login page customizations
3  - Adjust Featured Images in admin columns
***/


/*** 1 - WordPress Dashboard customizations
–––––––––––––––––––––––––––––––––––––––––––––––––– ***/
#wsv-wordpress-dashboard.welcome-panel {max-width: 1220px; background: #ffffff; border: 1px solid #c3c4c7; border-radius: 4px;}
.welcome-panel-content {margin-right: 0 !important; padding: 0 1em;}
.welcome-panel::before {display: none;}

#wp-admin-bar-quicklinks_aps {
	display: none;
} /* Remove "Page Links" submenu from WP Admin bar */
#dashboard-widgets-wrap {
	display: none;
} /* Hide WordPress Dashboard Widgets */
.wrap .notice, .update-nag, div.updated {
	border-radius: 10px;
}
#wp-admin-bar-litespeed-bar-manage,
#wp-admin-bar-litespeed-bar-setting,
#wp-admin-bar-litespeed-bar-imgoptm,
#wp-admin-bar-litespeed-purge-all-lscache,
#wp-admin-bar-litespeed-purge-cssjs {
	display: none;
} /* Hide parts of LiteSpeed admin diamond menu */
.litespeed-top-toolbar .ab-icon::after {
	content: "Clear Cache";
	height: auto;
	width: auto;
	margin: 0;
	padding: 0 8px 0 7px;
	position: relative;
	top: -3px;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	font-size: 13px;
	font-weight: 400;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	line-height: 1;
	border-radius: 0;
	box-sizing: content-box;
	transition: none;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
} /* Add Clear Cache text to LitSpeed admin menu */
.admin-email__actions-primary .button.button-large {
	width: 100%;
	height: 45px;
	border-radius: 10px;
	font-size: 16px;
	line-height: 2.5;
	margin: .25em;
	text-align: center;
} /* Update buttons styling */


/*** 2 - WordPress Dashboard login page customizations
–––––––––––––––––––––––––––––––––––––––––––––––––– ***/
body.login {background: url('/wp-content/mu-plugins/admin_bg.jpg'); background-repeat: no-repeat; background-position: left center; background-size: cover;}
body.login div#login form#loginform p.forgetmenot {display:none}
#login form p.submit {margin: 20px 0 0;}
body.login.wp-core-ui .button-primary {width: 100%; height: 45px; border-radius: 10px; font-size: 16px;}
.login form {border-radius: 10px; padding: 35px 25px;}
.login form .input {border-radius: 10px; margin: 0 6px 6px 0;}
.login #login_error, .login .message, .login .success {border-radius: 10px; border-top: 1px solid #ccd0d4; border-right: 1px solid #ccd0d4; border-bottom: 1px solid #ccd0d4; box-shadow: 0 1px 3px rgba(0,0,0,.04);}
.privacy-policy-page-link {display: none;}


/*** 3 - Adjust Featured Images in admin columns
–––––––––––––––––––––––––––––––––––––––––––––––––– ***/
.wsv_post_thumbs img {
	width: 75px !important;
    height: 75px !important;
    overflow: hidden !important;
}
