/* HT50780 - Laura/Niki gallery: quitar fondo gris galería y bordes VC */
/* Fix footer overlap: NO forzar height:auto en .wpb_image_grid_ul (rompe isotope) */
.postid-3818 .vc_box_border_grey,
.single-team.postid-3818 .vc_box_border_grey,
.postid-3819 .vc_box_border_grey,
.single-team.postid-3819 .vc_box_border_grey {
    background-color: transparent !important;
    border-color: transparent !important;
    padding: 0 !important;
}
.postid-3818 .wpb_gallery,
.postid-3818 .wpb_gallery .wpb_wrapper,
.postid-3818 .wpb_image_grid,
.postid-3818 .wpb_image_grid_ul,
.postid-3819 .wpb_gallery,
.postid-3819 .wpb_gallery .wpb_wrapper,
.postid-3819 .wpb_image_grid,
.postid-3819 .wpb_image_grid_ul {
    background: transparent !important;
}
.postid-3818 .wpb_image_grid_ul .isotope-item,
.postid-3819 .wpb_image_grid_ul .isotope-item,
.postid-3818 .wpb_image_grid_ul li,
.postid-3819 .wpb_image_grid_ul li {
    background: transparent !important;
    background-color: transparent !important;
    margin: 0 2px 2px 0 !important;
}
.postid-3818 .wpb_image_grid_ul img,
.postid-3819 .wpb_image_grid_ul img {
    display: block;
    width: 100%;
    height: auto;
}

/* HT50780 tick 01/09 14:05 - fotos isotope visibles (Laura+Niki) */
.postid-3818 .wpb_image_grid_ul,
.postid-3819 .wpb_image_grid_ul {
    display: flex !important;
    flex-wrap: wrap !important;
    height: auto !important;
    min-height: 1px !important;
    overflow: visible !important;
    position: relative !important;
}
.postid-3818 .wpb_image_grid_ul .isotope-item,
.postid-3819 .wpb_image_grid_ul .isotope-item,
.postid-3818 .wpb_image_grid_ul li,
.postid-3819 .wpb_image_grid_ul li {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    width: calc(33.333% - 4px) !important;
    max-width: 350px;
}
.postid-3818 .wpb_image_grid_ul img,
.postid-3819 .wpb_image_grid_ul img {
    opacity: 1 !important;
    visibility: visible !important;
    max-width: 100%;
    height: auto;
}
@media (max-width: 767px) {
    .postid-3818 .wpb_image_grid_ul .isotope-item,
    .postid-3819 .wpb_image_grid_ul .isotope-item {
        width: calc(50% - 4px) !important;
    }
}
