/*
Theme Name: Vantage Child theme of vantage
Theme URI: 
Description: Child theme of vantage theme for the Vantage theme
Author: <a href="https://siteorigin.com/">SiteOrigin</a>
Author URI: 
Template: vantage
Version: 1.20.32
*/

/* Pictoa-style side navigation */
.aip-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aip-image-wrapper img {
    max-width: 100%;
    height: auto;
    display: block;
}

.aip-side-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 48px;
    font-weight: bold;
    color: rgba(255,255,255,0.9);
    text-decoration: none;
    padding: 10px 20px;
    z-index: 10;
    background: rgba(0,0,0,0.3);
    border-radius: 6px;
    transition: background 0.2s ease;
}

.aip-side-nav:hover {
    background: rgba(0,0,0,0.6);
}

.aip-left {
    left: 10px;
}

.aip-right {
    right: 10px;
}

/* Gallery thumbnails */
.aip-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.aip-thumb-link img {
    border-radius: 4px;
    transition: transform 0.2s ease;
}

.aip-thumb-link:hover img {
    transform: scale(1.05);
}

/* Hide empty titles on viewer page */
.page .entry-title:empty {
    display: none !important;
}

.no-lightbox {
    pointer-events: auto !important;
}
