/*=== .dsvy-blog-style-2 ===*/
.dsvy-featured-container{
    position: relative;
}
.dsvy-blog-style-2 .designervily-box-content{
    box-shadow: 0px 3px 12px 0px rgb(0 0 0 / 8%);
    padding: 30px 30px 35px 30px;
}
.dsvy-blog-style-2 .dsvy-featured-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
}
.dsvy-blog-style-2 .dsvy-featured-wrapper img {
    position: relative;
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.dsvy-blog-style-2:hover .dsvy-featured-wrapper img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.dsvy-blog-style-2 .dsvy-meta-date-wrapper{
    position: absolute;
    left: 30px;
    bottom: 15px;
    color:  var(--dsvy-politicia-white-color);
    font-weight: 500;
    text-align: center
}
.dsvy-blog-style-2 .dsvy-meta-date-wrapper span{
    display:block;
}
.dsvy-blog-style-2 .dsvy-meta-date-wrapper .dsvy-date{
    font-size: 36px;
    background-color: var(--dsvy-politicia-global-color);
    padding: 15px 20px;
}
.dsvy-blog-style-2 .dsvy-meta-date-wrapper .dsvy-month{
    font-size: 16px;
    line-height: 26px;
    background:var(--dsvy-politicia-secondary-color); 
    padding: 5px;
}
.dsvy-blog-style-2:hover .dsvy-meta-date-wrapper{
    transform: rotateX(360deg);
}
.dsvy-blog-style-2 .dsvy-meta-date-wrapper{
    transition: all 500ms ease 300ms;
}
.dsvy-blog-style-2 .designervily-box-content,
.dsvy-blog-style-2 .dsvy-meta-date-wrapper .dsvy-month{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.dsvy-blog-style-2 .dsvy-featured-wrapper,
.dsvy-blog-style-2 .dsvy-meta-date-wrapper .dsvy-date{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.dsvy-blog-style-2 .dsvy-meta-line,
.dsvy-blog-style-2 .dsvy-meta-line a{
    font-size: 12px;
    line-height: normal;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.dsvy-blog-style-2 .dsvy-meta-line:hover,
.dsvy-blog-style-2 .dsvy-meta-line a:hover{
    color: var(--dsvy-politicia-global-color);
 }
.dsvy-blog-style-2 .designervily-box-content .dsvy-post-title{
    font-size: 18px;
    line-height: 24px;
    margin-top: 5px;
    margin-bottom: 15px;
}
.dsvy-blog-style-2 .dsvy-post-title a{
    color: var(--dsvy-politicia-blackish-color);
}
.dsvy-blog-style-2 .dsvy-post-title a:hover{
    color: var(--dsvy-politicia-global-color);
}
.designervily-element-viewtype-carousel.dsvy-element-blog-style-2 .owl-carousel button.owl-dot.active {
    border: 2px solid var(--dsvy-politicia-global-color);
    background: transparent;
    height: 17px;
    width: 17px;
}
.designervily-element-viewtype-carousel.dsvy-element-blog-style-2 .owl-carousel button.owl-dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
}
.designervily-element-viewtype-carousel.dsvy-element-blog-style-2 .owl-carousel .owl-dots {
    margin-top: 25px;
}
.dsvy-blog-style-2 .dsvy-featured-wrapper:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    text-align: left;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    background: linear-gradient(0deg,rgba(var(--dsvy-politicia-blackish-color-rgb),.40) 0%, rgba(0,50,129,0) 90%);
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.dsvy-blog-style-2:hover .dsvy-featured-wrapper:after {
    opacity: 1;
    visibility: visible;
}
.dsvy-element-blog-style-2.designervily-element-viewtype-carousel .dsvy-blog-style-2{
    margin-bottom: 30px;
    padding: 0 10px;
}
@media (max-width: 767px){
    .designervily-element-viewtype-carousel.dsvy-element-blog-style-2 .owl-carousel .owl-dots{
        display: none;
    }
}