/*
* ======================================================
*   Custom Elementor Posts Widget Styles
* ======================================================
*/


.custom-elementor__posts-area {
    display: flex;
    flex-flow: row wrap;
}
.custom-elementor__posts-area
.custom-elementor__article 
{
    margin: 2%;
    background-color: #fff;

}

.custom-elementor__posts-area
.custom-elementor__article
.custom-elementor__thubmnail {
    position: relative;
}

.custom-elementor__posts-area
.custom-elementor__article
.custom-elementor__thubmnail 
img {
    width: 100%;
}

.custom-elementor__posts-area
.custom-elementor__article
.custom-elementor__thubmnail 
.custom-elementor__categories
span {
    position: absolute;
    right: 15px;
    top: 15px;
    background: #cd2653;
    color: #fff;
    padding: 3px 5px;
    font-size: 13px;
    border-radius: 10px;
    
  }


.custom-elementor__posts-area
.custom-elementor__article
.custom-elementor__author-avatar {
    position: absolute;
    left: 20px;
    bottom: -20px;
}

.custom-elementor__posts-area
.custom-elementor__article
.custom-elementor__author-avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}



.custom-elementor__posts-area
.custom-elementor__article h2 {
    font-size: 23px;
    margin: 10px 0;
}

.custom-elementor__posts-area
.custom-elementor__article
.custom-elementor__excerpt {
    font-size: 14px;
}

.custom-elementor__posts-area
.custom-elementor__article-cards {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.custom-elementor__posts-area
.custom-elementor__article-cards
.custum-elementor__contents {
    padding: 20px;
}



/*
* ======================================================
*   Custom Elementor ImageList Widget Styles
* ======================================================
*/


.custom-elementor__image_wrapper {
    display: flex;
    flex-flow: row wrap;
}

.custom-elementor__image_wrapper
.custom-elementor__image_area {
    margin: 2%;
    position: relative;

}

.custom-elementor__image_wrapper
.custom-elementor__image_area
.custom-elementor__icon-wrapper {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
}

.custom-elementor__image_wrapper
.custom-elementor__image_area:hover
.custom-elementor__icon-wrapper {
    opacity: 1;
    visibility: visible;
}

.custom-elementor__image_wrapper
.custom-elementor__image_area:hover {
    background-color: #027F00;
}

.custom-elementor__image_wrapper
.custom-elementor__image_area
.custom-elementor__image {
    width: 100%;
}

.custom-elementor__image_wrapper
.custom-elementor__image_area
.custom-elementor__image:hover {
    opacity:0;
}

