/* .pm_albums.listing_isotope {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
} */
.pm_albums.listing_isotope p,.pm_albums .images_counter{
    display: none;
}
.pm_albums.listing_isotope img{
    border-radius: 7px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.new_gallery_btn .gallery_btn1,
.new_gallery_btn .gallery_btn2{
    outline: none;
    padding: 7px 13px;
    margin-right: 10px;
    border-radius: 4px;
    margin-bottom: 20px;
    color: #292929;
    background-color: #fff !important;
    border: 1px solid #292929 !important;
    font-family: var(--si-body-font-family) !important;
}
.new_gallery_btn .gallery_btn1:hover,
.new_gallery_btn .gallery_btn2:hover{
    opacity: .7;
}
.new_gallery_btn .gallery_btn1{
    background-color: #292929 !important;
    border: 1px solid #292929 !important; 
    color: #fff;
}
.new_gallery_btn .gallery_btn1:hover{
    background-color: #292929 !important;
    color: #fff
}
.new_gallery_btn .gallery_btn1 span.sm-only-callus{
    text-transform: capitalize !important;
    padding-right: 4px;
}
.new_gallery_btn .gallery_btn2:hover{
    opacity: .8 !important;
}
html.dark-mode a.btn.btn-primary.rounded.me-2.px-5 {
    background-color: #ee9d24 !important;
    color: #222;
}

html.dark-mode .new_gallery_btn .gallery_btn1{
    background-color: #ee9d24 !important;
    border: 1px solid #ee9d24 !important;
    color: #222;
}
html.dark-mode .new_gallery_btn .gallery_btn1:hover{
    background-color: #fff !important;
    color: #292929
}

h3.gallery-inner-title.new_gallery-inner-title{
    width: 320px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* .pm_gallery.isotope.photo_gallery{
    display: flex;
    flex-wrap: wrap;
} */
/* .pm_gallery.isotope.photo_gallery .pm_gallery_item {
    max-width: 340px;
    margin: 0px auto;
} */
.pm_gallery.isotope.photo_gallery img{
    border-radius: 7px;
    width: max-content;
}

header .navbar-brand img, footer .navbar-brand img{width:120px !important;}
@media screen and (max-width:600px){header .navbar-brand img, footer .navbar-brand img{width:90px !important;}}
.bg__gradient_sec_1{background:linear-gradient(90deg, #ee9d2424 0%, #f6ca4429 50%, #ee9d2429 100%) !important;}