.elementor-3394 .elementor-element.elementor-element-65e5d7d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}/* Start custom CSS for shortcode, class: .elementor-element-e041d87 *//* ================= HEADER ================= */



.bbs-gallery-title{
display:flex;
align-items:center;
gap:18px;
margin-bottom:18px;
}

.bbs-line{
width:55px;
height:3px;
background:#8B1D16;
}

.bbs-gallery-title h1{
margin:0;
font-size:36px;
font-weight:500;
text-transform:uppercase;
line-height:16px;
color: black;
}

.bbs-gallery-breadcrumb {
    font-size: 14px;
}

.bbs-gallery-breadcrumb a{
color:#999;
text-decoration:none;
}

.bbs-gallery-breadcrumb a:hover{
color:#8B1D16;
}

.bbs-gallery-breadcrumb .sep{
margin:0 7px;
color:#999;
}

.bbs-gallery-breadcrumb .current{
color:#8B1D16;
font-weight:600;
pointer-events:none;
}

/* ================= GALLERY ================= */

.bbs-gallery{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
margin-top:20px;
}

.bbs-gallery a{
display:block;
overflow:hidden;
}

.bbs-gallery img{
width:100%;
height:260px;
object-fit:cover;
display:block;
transition:.35s;
}

.bbs-gallery img:hover{
transform:scale(1.05);
}

@media(max-width:991px){

.bbs-gallery{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:767px){

.bbs-gallery{
grid-template-columns:1fr;
}

.bbs-gallery-title h1{
font-size: 20px;
        line-height: 27px;
        font-weight: 600;
}
.bbs-line {
    width: 20px;
}
}/* End custom CSS */