/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 10 2023 | 17:20:07 */
/* Styles by Roch Lavoie */
/* Apply padding to parent container of image, this will be used for the background shape */
.elementor-element .uc_post_grid_style_one_wrap.ue_post_grid.uc-items-wrapper .ue-item .uc_post_image {
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    height: auto;
    padding: 10px;
}

/* Apply css mask to image */
#uc_post_grid_elementor_dc94542 .uc_post_image img {
    width: 100%;
    display: block;
    transition: 0.3s;
    clip-path: circle(50% at 50% 50%);
	margin: 15px;
}

/* Apply background for 1st, 2nd, 3rd items in grid, scalable with any amount of items in the grid. "n" represents interval of images where the rule is applied, "+number" represents the starting position, example: 1 */
.uc_post_grid_style_one_wrap.ue_post_grid.uc-items-wrapper .ue-item:nth-child(3n+1) .uc_post_image {
    background-image: url(/wp-content/uploads/2023/10/updated-bg-shape.png)
}
.uc_post_grid_style_one_wrap.ue_post_grid.uc-items-wrapper .ue-item:nth-child(3n+2) .uc_post_image {
    background-image: url(/wp-content/uploads/2023/10/updated-bg-shape-2.png)
}
.uc_post_grid_style_one_wrap.ue_post_grid.uc-items-wrapper .ue-item:nth-child(3n+3) .uc_post_image {
    background-image: url(/wp-content/uploads/2023/10/updated-bg-shape-3.png)
}