/* Hidden content areas */

#pagetitle,
#sitehomelink,
#uwacore-footer-extras,
#uwamenu-navigation {
    display: none !important;
}

/* Template Designer */

.Template-Designer #pagetitle-Admin {
    display: none;
}

/* Page Designer */

.Page-Designer #pagetitle-Admin {
    font-size: 1rem;
    margin: 4rem 0 0;
    text-align: left;
}
.Page-Designer #pagetitle-Admin::before {
    content: "[Page title]";
    float: left;
    margin: 0 0.5rem 0 2rem;
}

/* Template & Page Designer */

#sitehomelink-Admin {
    font-size: 1rem;
    margin: 4rem 0 0;
    text-align: left;
}
#sitehomelink-Admin::before {
    content: "[Site home link]";
    float: left;
    margin: 0 0.5rem 0 2rem;
}
#uwacore-footer-extras-Admin::before {
    content: "[Social media links]";
}
#uwamenu-navigation-Admin::before {
    content: "[Navigation menu]";
}

/* Label for any "device" - sits next to the "Settings" menu for the part in design mode */
.admin-device-label {
    margin: 0;
    line-height: 20px;
    padding-left: 30px;
    font-weight: bold;
}

/* Page Header (Header Hero device) */

.admin-header-hero-device {
    overflow: hidden;
}
.admin-header-hero-device img {
    height: 150px;
    float: left;
    margin-right: 1em;
}
.admin-header-hero-device .admin- {
    line-height: 20px;
    padding-left: 30px;
    margin: 0;
}
.admin-header-hero-device h1,
.admin-header-hero-device h2,
.admin-header-hero-device h3 {
    text-align: left;
    font-size: 25px;
    line-height: 25px;
    padding-bottom: 50px;
    margin: 0 0 12px;
}

/* Folio device */

.folio-section-admin {
    background-color: #27348b;
    color: white;
    padding: 18px;
    text-align: center;
}
.folio-section-admin .label {
    display: block;
    text-transform: uppercase;
}