/**
Page Name: Content
Page Slug: content
Author: White Point Digital
Author URI: https://whitepointdigital.com
*/


.wpd-back-arrow {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.wpd-back-arrow svg {
    width: 65px;
    height: 17px;
}

.wpd-back-arrow polygon {
    fill: var(--ast-global-color-7);
    transition: all 0.3s ease-in-out;
}

.wpd-back-arrow span {
    font-family: 'Montserrat',sans-serif;
    font-size: 12px;
    line-height: 12px;
    color: var(--ast-global-color-7);
    padding-left: 4px;
    padding-top: 3px;
    transition: all 0.4s ease-in-out;
    font-weight: bold;
}

.wpd-back-arrow:hover polygon {
    fill: var(--ast-global-color-5);
}
.wpd-back-arrow:hover span {
    color: var(--ast-global-color-5);
}


.wpd-fade-button img {
    opacity: 65%;
    transition: opacity 0.5s ease;
}

.wpd-fade-button img:hover {
    opacity: 40%;
}

.wpd-fade-button .n2-ss-item-image-content.n2-ss-item-content.n2-ow-all {
    margin: 0px 3px;
}
.wpd-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.wpd-overlay-text {
    color: var(--ast-global-color-2);
    pointer-events: none;
    font-family: 'Montserrat','sans-serif';
    font-weight: bold;
    font-size: 26px;
    transition: color 0.5s ease;
}

.wpd-fade-button:hover .wpd-overlay-text {
    color: #fff;
}

@media screen and (max-width: 1920px) { }

@media screen and (max-width: 1600px) { }

@media screen and (max-width: 1536px) { }

@media screen and (max-width: 1440px) { }

@media screen and (max-width: 1366px) { }

@media screen and (max-width: 1280px) { }

@media screen and (max-width: 1024px) { }

@media screen and (max-width: 992px) { }

@media screen and (max-width: 768px) {
    .wpd-slider-more p {
        font-size: 125% !important;
        margin-top: 0 !important;
    }

}

