.elementor-1617 .elementor-element.elementor-element-d02a1b5:not(.elementor-motion-effects-element-type-background), .elementor-1617 .elementor-element.elementor-element-d02a1b5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://christensenstudio.com/wp-content/uploads/2026/07/Untitled-design-1.webp");background-position:top center;background-repeat:no-repeat;background-size:cover;}.elementor-1617 .elementor-element.elementor-element-d02a1b5 > .elementor-background-overlay{background-color:#000000;opacity:0.35;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1617 .elementor-element.elementor-element-d02a1b5 > .elementor-container{min-height:600px;}.elementor-1617 .elementor-element.elementor-element-d02a1b5{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-1617 .elementor-element.elementor-element-480d725.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1617 .elementor-element.elementor-element-e872801{text-align:center;}.elementor-1617 .elementor-element.elementor-element-e872801 .elementor-heading-title{font-family:"Cormorant Garamond", Sans-serif;font-size:55px;font-weight:700;line-height:60px;letter-spacing:-0.5px;word-spacing:0px;color:#FFFFFF;}.elementor-1617 .elementor-element.elementor-element-f3108a8{padding:60px 50px 60px 50px;}@media(max-width:767px){.elementor-1617 .elementor-element.elementor-element-d02a1b5 > .elementor-container{min-height:200px;}.elementor-1617 .elementor-element.elementor-element-480d725 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){--kit-widget-spacing:0px;}.elementor-1617 .elementor-element.elementor-element-e872801{text-align:center;}.elementor-1617 .elementor-element.elementor-element-e872801 .elementor-heading-title{font-size:25px;line-height:30px;}.elementor-1617 .elementor-element.elementor-element-f3108a8{padding:30px 10px 30px 10px;}}/* Start custom CSS for html, class: .elementor-element-d890256 */.art-gallery{
    column-count:2;
    column-gap:28px;
}

.art-item{
    break-inside:avoid;
    margin-bottom:28px;
    cursor:pointer;
}

.art-item img{
    width:100%;
    height:auto;
    display:block;
    object-fit:contain;
    transition:.4s;
}

.art-item:hover img{
    transform:scale(1.02);
}

.art-item h3{
    margin:14px 0 0;
    font-size:20px;
    font-weight:400;
    color:#444;
}

/* Lightbox */

#lightbox{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.92);
    display:none;
    justify-content:center;
    align-items:center;
    z-index:99999;
    padding:40px;
}

#lightbox img{
    max-width:95vw;
    max-height:95vh;
    width:auto;
    height:auto;
    object-fit:contain;
}

.close{
    position:absolute;
    top:25px;
    right:35px;
    color:#fff;
    font-size:45px;
    cursor:pointer;
    line-height:1;
}

@media(max-width:767px){

.art-gallery{
    column-count:1;
}

.art-item h3{
    font-size:18px;
}

}




.archive-tabs{
    display:flex;
    justify-content:center;
    gap:15px;
    margin:0 0 45px;
    flex-wrap:wrap;
}

.tab-btn{
    background:transparent;
    border:none;
    padding:12px 30px;
    font-size:25px;
    font-family: Cormorant Garamond;
    cursor:pointer;
    box-shadow: none;
    color:#1c1c1c;
    border-bottom:2px solid transparent;
    transition:.3s;
}

.tab-btn:hover{
    color: #1c1c1c;
    background: transparent;
}

.tab-btn.active{
    color:#111;
    background: transparent;
    border-color:#111;
}

.tab-content{
    display:none;
}

.tab-content.active{
    display:block;
}/* End custom CSS */