/*--Customization--*/
/*--GENERAL--*/
.imagebox-1-across-fullwidth .inner::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    background: url("/includes/public/assets/shared/bottom-texture.svg");
    background-repeat: repeat-x;
    background-repeat-x: repeat;
    width: 100%;
    height: 26px;
}
/*--IMAGE--*/
.core-imagebox .img-cont::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 65%);
}
/*--CONTENT--*/
.core-imagebox .content-section {
    bottom: 44px;
    left: 25px;
    margin-right: 25px;
    pointer-events: none;
}
.core-imagebox .content-section img.icon {
    width: 65px;
    margin-bottom: 8px;
}
.core-imagebox .content-section img.icon.alt { 
    display: none;
}
.core-imagebox .content-section .slide-pretitle {
    font-size: 30px;
    color: var(--white);
    line-height: 1;
    margin-bottom: -5px;
    letter-spacing: 3px;
}
.core-imagebox .content-section .slide-pretitle a:hover {
    color: var(--white);
}
.core-imagebox .content-section .slide-title {
    font-size: 34px;
    font-weight: 800;
    color: var(--white);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.core-imagebox .slide.overlap-image p {
    font-size: 12px;
    color: var(--white);
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: 0.7px;
}
/*--BUTTON--*/
.ccl-widget .slide.overlap-image .slide-footer {
    display: none;
}
/*--ARROW--*/

@media screen and (min-width:40em) {
    /*--CONTENT--*/
    .core-imagebox .slide.overlap-image p {
        width: 75%;
    }
}

@media screen and (min-width:64em) {
    /*--GENERAL--*/
    .imagebox-1-across-fullwidth .inner::after {     
        background-size: contain;    
        background-repeat-x: repeat;         
        height: 70px;
    }
    /*--CONTENT--*/
    .core-imagebox .content-section {
        bottom: 75px;
        left: 105px;
    }
    .core-imagebox .content-section img.icon {
        width: 112px;
        margin-bottom: 21px;
        pointer-events: all;
    }
    .core-imagebox .content-section .slide-pretitle {
        font-family: var(--font-monserrat);
        font-size: 48px;
        letter-spacing: 2px;
        margin-bottom: 4px;
    }
    .core-imagebox .content-section .slide-title {
        font-family: var(--font-monserrat);
        font-size: 63px;
        margin-bottom: 6px;
        letter-spacing: 3px;
        line-height: 1;
    }
    .core-imagebox .slide.overlap-image p {
        font-family: var(--font-monserrat);
        font-size: 16px;
        line-height: 1.54;
        max-width: 645px;
        letter-spacing: 1px;
        width: 100%;
        margin-bottom: 12px;
    }
    .core-imagebox .slide.overlap-image .slide-footer {
        display: flex;
    }
    .core-imagebox .slide a.read-more:not(p *),
    .core-imagebox .slide .slide-footer a {
        background: url("/includes/public/assets/shared/patina-CTA.svg");
        background-repeat: no-repeat;
        border: none;
        width: 150px;
        height: 25px;
        margin-left: 15px;
        opacity: 1;
    }

    .core-imagebox .slide a.read-more:not(p *):hover,
    .core-imagebox .slide .slide-footer a:hover {
        background: url("/includes/public/assets/shared/patina-CTA.svg");
        background-repeat: no-repeat;
        border: none;
        width: 150px;
        height: 25px;
        transform: translate(0px, 0px);
        z-index: 0;
    }
}