/* ==========================================================
   G'LONG HERITAGE GALLERY
   PAGE DETAIL
========================================================== */


/* ==========================================================
   PAGE HERO
========================================================== */

.page-hero {
    background: #f7f7f5;
    border-bottom: 1px solid #e7e7e2;
}

.page-hero-inner {
    padding: 55px 0 50px;
}


/* Breadcrumb */

.page-breadcrumb {
    margin-bottom: 18px;

    font-size: 12px;
    font-weight: 600;

    letter-spacing: 1.4px;
    text-transform: uppercase;

    color: #888;
}

.page-breadcrumb a {
    color: #555;
    text-decoration: none;

    transition: 0.25s;
}

.page-breadcrumb a:hover {
    color: #d5a738;
}

.page-breadcrumb span {
    margin-left: 8px;
}

.page-breadcrumb span:last-child {
    color: #d5a738;
}


/* Main title */

.page-hero h1 {
    margin: 0;

    color: #222;

    font-size: 42px;
    font-weight: 500;

    line-height: 1.25;
}

.page-title-line {
    width: 55px;
    height: 3px;

    margin-top: 20px;

    background: #d5a738;
}


/* ==========================================================
   MAIN LAYOUT
========================================================== */

.page-detail-section {
    padding: 70px 0 80px;
}

.page-main {
    padding-right: 45px;
}


/* ==========================================================
   PAGE CONTENT
========================================================== */

#page-content {
    color: #555;

    font-size: 16px;
    line-height: 1.9;
}

#page-content>*:first-child {
    margin-top: 0;
}


/* Paragraph */

#page-content p {
    margin-bottom: 24px;
}


/* Heading */

#page-content h2 {
    margin-top: 45px;
    margin-bottom: 20px;

    color: #222;

    font-size: 28px;
    font-weight: 500;

    line-height: 1.35;
}

#page-content h3 {
    margin-top: 35px;
    margin-bottom: 16px;

    color: #222;

    font-size: 21px;
    font-weight: 500;
}


/* Images */

#page-content img {
    display: block;

    width: 100%;
    height: auto;

    margin: 35px 0;
}


/* Figure */

#page-content figure {
    margin: 35px 0;
}

#page-content figure img {
    margin: 0;
}

#page-content figcaption {
    padding-top: 10px;

    color: #888;

    font-size: 12px;
    line-height: 1.6;
}


/* Blockquote */

#page-content blockquote {
    position: relative;

    margin: 40px 0;

    padding: 5px 0 5px 28px;

    border-left: 3px solid #d5a738;

    color: #333;

    font-size: 20px;
    line-height: 1.7;
}


/* Lists */

#page-content ul,
#page-content ol {
    margin: 20px 0 25px;
    padding-left: 25px;
}

#page-content li {
    display: list-item;
    margin-bottom: 8px;
}


/* Links */

#page-content a {
    color: #a77d1e;

    text-decoration: underline;

    text-underline-offset: 3px;
}

#page-content a:hover {
    color: #d5a738;
}


/* ==========================================================
   LOADING
========================================================== */

.page-loading {
    padding: 50px 0;

    color: #999;

    font-size: 14px;

    letter-spacing: 1px;
    text-transform: uppercase;
}


/* ==========================================================
   SIDEBAR
========================================================== */

.page-sidebar {
    position: relative;

    padding-left: 42px;

    border-left: 1px solid #deded8;
}


/* Sidebar section */

.page-sidebar-section {
    margin-bottom: 48px;
}


/* Heading */

.page-sidebar-heading {
    display: flex;
    align-items: flex-start;

    gap: 15px;
}

.page-sidebar-number {
    color: #d5a738;

    font-size: 12px;
    font-weight: 600;

    letter-spacing: 1px;
}

.page-sidebar-label {
    display: block;

    margin-bottom: 4px;

    color: #999;

    font-size: 10px;
    font-weight: 600;

    letter-spacing: 1.3px;
}

.page-sidebar-heading h3 {
    margin: 0;

    color: #222;

    font-size: 19px;
    font-weight: 500;

    letter-spacing: 0.5px;
}


/* Yellow separator */

.page-sidebar-line {
    width: 38px;
    height: 2px;

    margin: 18px 0 20px 38px;

    background: #d5a738;
}


/* ==========================================================
   PAGE NAVIGATION
========================================================== */

.page-navigation {
    margin-left: 38px;
}

.page-nav-link {
    position: relative;

    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 13px 0;

    border-bottom: 1px solid #ecece7;

    color: #444;

    font-size: 13px;
    font-weight: 500;

    letter-spacing: 0.3px;

    text-decoration: none;

    transition: 0.25s;
}

.page-nav-link i {
    color: #aaa;

    font-size: 10px;

    transition: 0.25s;
}

.page-nav-link:hover {
    padding-left: 6px;

    color: #d5a738;
}

.page-nav-link:hover i {
    color: #d5a738;
}


/* Current page */

.page-nav-link.active {
    color: #d5a738;
    font-weight: 600;
}

.page-nav-link.active::before {
    position: absolute;

    left: -14px;

    content: "";

    width: 3px;
    height: 18px;

    background: #d5a738;
}


/* ==========================================================
   COLLECTION CARD
========================================================== */

.page-collection-card {
    padding: 32px;

    background: #8f1118;

    color: #fff;
}

.page-sidebar-number.light {
    color: #e3bd63;
}

.collection-small-title {
    display: block;

    margin-top: 18px;
    margin-bottom: 10px;

    color: #e3bd63;

    font-size: 10px;
    font-weight: 600;

    letter-spacing: 1.5px;
}

.page-collection-card h3 {
    margin-bottom: 17px;

    color: #fff;

    font-size: 22px;
    font-weight: 500;

    line-height: 1.45;
}

.page-collection-card p {
    margin-bottom: 25px;

    color: rgba(255, 255, 255, 0.8);

    font-size: 13px;
    line-height: 1.7;
}


/* Button */

.page-sidebar-button {
    display: inline-flex;
    align-items: center;

    gap: 9px;

    padding: 11px 15px;

    background: #d5a738;

    color: #fff;

    font-size: 11px;
    font-weight: 600;

    letter-spacing: 0.5px;

    text-decoration: none;

    transition: 0.25s;
}

.page-sidebar-button:hover {
    background: #fff;
    color: #222;
}


/* ==========================================================
   AT A GLANCE
========================================================== */

.page-info-row {
    margin-left: 38px;

    padding: 13px 0;

    border-bottom: 1px solid #ecece7;
}

.page-info-row span {
    display: block;

    margin-bottom: 3px;

    color: #999;

    font-size: 10px;

    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.page-info-row strong {
    color: #444;

    font-size: 13px;
    font-weight: 500;
}


/* ==========================================================
   PAGE ERROR
========================================================== */

.page-error {
    padding: 60px 30px;

    background: #f7f7f5;

    text-align: center;
}

.page-error h2 {
    margin-top: 0 !important;

    color: #222;
}

.page-error p {
    color: #777;
}


/* ==========================================================
   TABLET
========================================================== */

@media (min-width: 768px) and (max-width: 991px) {

    .page-main {
        padding-right: 0;
    }

    .page-sidebar {
        margin-top: 55px;

        padding-left: 0;

        border-left: 0;
        border-top: 1px solid #deded8;

        padding-top: 45px;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

    .page-hero-inner {
        padding: 35px 0 32px;
    }

    .page-hero h1 {
        font-size: 30px;
    }

    .page-detail-section {
        padding: 45px 0 55px;
    }

    .page-main {
        padding-right: 0;
    }

    #page-content {
        font-size: 15px;
        line-height: 1.8;
    }

    #page-content h2 {
        margin-top: 35px;

        font-size: 24px;
    }

    #page-content h3 {
        font-size: 19px;
    }

    .page-sidebar {
        margin-top: 45px;

        padding-left: 0;
        padding-top: 38px;

        border-left: 0;
        border-top: 1px solid #deded8;
    }

    .page-navigation,
    .page-info-row {
        margin-left: 0;
    }

    .page-sidebar-line {
        margin-left: 0;
    }

    .page-collection-card {
        padding: 27px 24px;
    }

}