/* TODO: Some of these styles may be theme-specific so move them to theme CSS files as needed */

/* SITE-WIDE STYLES */

.mg-horizontal {
    display: flex;
    justify-content: space-between;
}

.post-categories {
    display: none !important;
}

/* Replace the short horizontal rule above the sidebar credits with a reasonable margin */
.sidebar .credits:before {
    display: none;
}
.sidebar .credits {
    margin-top: 20px;
}

/* MAIN PAGE */

/* Hide the post title */
.posts .post-header {
    display: none;
}

.posts .wpulike {
    pointer-events: none;
    cursor: default;
    padding-top: 6px;
    padding-bottom: 0;
    padding-left: 6px;
}

.posts .wpulike .wp_ulike_general_class {
    padding: 0;
}

/* SINGLE POST */

/* Hide the post title */
.single-post .post-header {
    display: none;
}

/* Hide the short horizontal rule above the meta info (publish date etc.) */
.single-post .post-meta-bottom:before {
    display: none;
}

/* Reduce excessive vertical padding around the meta info */
.single-post .post-inner {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
}
.single-post .post-meta-bottom {
    margin-top: 0;
}

.single-post .wpulike {
    padding: 0;
}

.single-post .ulike-single-post {
    margin-right: 0;
}

/* POSTS ADMIN STYLES
-------------------------------------------------------------------------- */

.column-title { width: 17%; }
.edit-php .column-tags { width: inherit; }
.mg-button-green {
    background: lightgreen !important;
}

/* POSTS ADMIN STYLES FOR OTHER PLUGINS
-------------------------------------------------------------------------- */

/* FIFU COLUMN */

.column-featured_image { width: 70px; }

.edit-php .fifu-quick {
    width: 70px !important;
    height: 70px !important;
}

/* QUICK FEATURED IMAGES COLUMN */

.edit-php .acf-quick-edit legend {
    display: none;
}
