/*************************************
 * Login
 *************************************/

body.login {
    background: #80292d !important;
}
body.login div#login {
    padding-top: 40px !important;
}

body.login h1 a {
    background-image: url('../img/zaki-logo1-white.png') !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 155px !important;
    width: 100% !important;
    height: 70px !important;
    /*background-color: #80292d;*/
    background-color: transparent !important;
    margin: 0 auto 15px auto !important;
}

body.login form {
    border: 1px solid #5c1316;
    background-color: #f6f6f0;
}

body.login #nav a, body.login #backtoblog a {
    color: #ffffff;
}

body.login #nav a:hover, body.login #backtoblog :hover, body.login #nav a:focus, body.login #nav a:focus {
    color: #ffffff;
    text-decoration: underline;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

body.login .wp-core-ui .button-primary {
    background: #80292d;
    border-color: #9c4347 #782125 #782125;
    -webkit-box-shadow: 0 1px 0 #782125;
    box-shadow: 0 1px 0 #782125;
    text-shadow: 0 -1px 1px #782125, 1px 0 1px #782125, 0 1px 1px #782125, -1px 0 1px #782125;
}
body.login .wp-core-ui .button-primary.focus,
body.login .wp-core-ui .button-primary.hover,
body.login .wp-core-ui .button-primary:focus,
body.login .wp-core-ui .button-primary:hover {
    background: #9c4347;
    border-color: #80292d;
    -webkit-box-shadow: 0 1px 0 #782125;
    box-shadow: 0 1px 0 #782125;
}

body.login form .input:focus,
body.login form input[type=checkbox]:focus,
body.login input[type=text]:focus, a:focus {
    border-color: #9c4347 #782125 #782125;
    -webkit-box-shadow: 0 0px 0 #782125
    box-shadow: 0 0px 0 #782125
}

body.login input[type=checkbox]:checked:before {
    color: #80292d;
}

/*************************************
 * Plugin page
 *************************************/

[data-slug="zaki-branding"][data-plugin="zaki-branding/zaki-branding.php"]  {
    display: none !important;
}

/*************************************
 * Admin footer
 *************************************/

#zaki-branding-plugin-admin-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #80292d;
    height: 40px;
    width: 100%;
    z-index: 9999;
}

#zaki-branding-plugin-admin-footer > div {
    padding: 0 10px;
}

#zaki-branding-plugin-admin-footer p {
    color: #fff;
    margin: 0 0 10px 0;
    font-size: 12px;
}

#zaki-branding-plugin-admin-footer #zaki-branding-plugin-admin-footer-left {
    float: left;
}

#zaki-branding-plugin-admin-footer #zaki-branding-plugin-admin-footer-right {
    float: right;
}

/*************************************
 * Various
 *************************************/

#wpfooter #footer-thankyou,
#wpfooter #footer-upgrade,
#welcome-panel,
#try-gutenberg-panel {
    display: none !important;
}
 
.block-editor .block-editor__container,
.block-editor .edit-post-sidebar {
    padding-bottom: 40px;
}


/*************************************
 * Welcome widget
 *************************************/

#zaki_welcome_widget a:link,
#zaki_welcome_widget a:visited {
    color: #80292d;
}

#zaki-welcome-widget .handlediv {
    display: none !important;
}

#zaki_welcome_widget_table_1 td {
    line-height: 1;
}

[for="zaki-welcome-widget-hide"] {
    display: none !important;
}