﻿@font-face {
    font-family: "sitefont";
    src: url("/wp-content/themes/extendable/assets/fonts/source-serif-pro/source-serif-pro.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.wpfont {
    font-family: "sitefont";
}

.slideshow-container {
    font-family: "sitefont";
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    position: relative;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.noscript {
    visibility: hidden;
}

.button {
    cursor: pointer;
    position: absolute;
    top: 0%;
    width: 5%;
    height: 100%;
    margin-top: 0%;
    padding: 0px;
    background-color: whitesmoke;
    fill-opacity: 0.2;
    font-weight: bold;
    font-size: 18px;
    border-style: none;
    border-radius: 0 3px 3px 0;
    user-select: none;
    justify-content: space-between;
}

    .button:hover {
        background-color: lightgray;
        fill-opacity: 0.5;
    }

.prev {
    left: 0%;
    background-image: linear-gradient(to left, white, transparent);
}

    .prev:hover {
        background-image: linear-gradient(to left, white, transparent);
    }

.next {
    right: 0%;
    background-image: linear-gradient(to right, white, transparent);
}

    .next:hover {
        background-image: linear-gradient(to right, white, transparent);
    }

.box {
    overflow: hidden;
}

.slide {
    max-height: 100%;
    width: 90%;
    position: relative;
    overflow: hidden;
    left: 5%;
    user-select: none;
    align-items: center;
    font-family: "Source Serif Pro", "Georgia", serif;
    cursor: pointer;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.slide-left {
    transform: translateX(-200%);
    transition: transform 1s ease;
}

.start-right {
    transform: translateX(100%);
    transition: transform 0.0s ease;
}

.slide-right {
    transform: translateX(+200%);
    transition: transform 1s ease;
}

.start-left {
    transform: translateX(0%);
    transition: transform 0.0s ease;
}


.glybtn {
    font-family: "sitefont";
    background: #fafafa;
    padding: 1.5rem 2.5rem;
    margin: 2rem;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}

.nonjs-list {
    list-style: none;
    padding-left: 5.0rem;
    padding-right: 5.0rem;
    margin: 1.5rem 0;
    font-family: "sitefont";
}

    .nonjs-list li {
        background: #fafafa;
        padding: 1.25rem 1.5rem;
        margin-bottom: 1.25rem;
        border-radius: 8px;
        border: 1px solid #e5e5e5;
        box-shadow: 0 1px 2px rgba(0,0,0,0.04);
    }

    .nonjs-list a {
        font-size: 1.1rem;
        font-weight: bold;
        color: #333;
        text-decoration: none;
    }

        .nonjs-list a:hover {
            text-decoration: underline;
        }

    .nonjs-list .summary {
        margin: 0.5rem 0 0;
        color: #555;
        font-size: 0.95rem;
        line-height: 1.4;
    }
