#article-category{
    margin-top:60px;
}

.article-thumb img{
    width:100%;
}

.article-title a{
    font-size: 18px;
    line-height: 1.3;
    color: #000;
    font-weight: 300;
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align:center;
    display:inline-block;
    width:100%;
}

.blog-article-description{
    font-size:16px;
    line-height:1.6;
}

.article-info{
    text-transform: uppercase;
    font-size: 12px;
    text-align:center;
    margin-bottom: 20px;
}

.image img{
    width: 100%;
}

.caption{
    padding: 30px 0 15px;
}

.cont-btn-link-art{
    text-align:center;
    margin-bottom:20px;
}

.cont-btn-link-art a{
    font-size:12px;
}

.cont-leave-comment{
    text-align:right;
    padding: 10px 0;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

.cont-leave-comment a{
    font-size: 12px;
    color:#000;
}

.article-layout{
    margin-bottom:30px;
}

.coloana-dreapta-blog{
    border-left:1px solid #ddd;    
}

.articole-recente{
    margin-bottom: 30px;
}

.articole-recente-titlu{
    font-weight: 500;
    font-size: 16px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    z-index: 1;
}

.articole-recente-titlu::before{
    position: absolute;
    content: "";
    z-index: 2;
    width: 50px;
    height: 3px;
    background: #ececec;
    bottom: 0;
}

.articole-recente-lista{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.articole-recente-lista li{
    margin-bottom: 15px;
}

.articole-recente-lista li a{
    color: rgb(102,102,102);
    text-decoration: none;
}

.poza-heading-blog{
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.poza-heading-blog::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0,0,0,.5);
    content: "";
}

.poza-heading-blog .container{
    padding: 100px 0;
}

.poza-heading-blog h1{
    z-index: 3;
    color: #fff;
    display:block;
    position:relative;
    text-align:center;
    padding-bottom:20px;
}

.poza-heading-blog h1::after{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 3px;
    background: #fff;
    content: "";
}

.blog-item-raspuns-wrapper{
    padding: 20px;
    background: rgba(0,0,0, 0.05);
    margin-top:30px;
}

.blog-item-share-lista{
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
    text-align: center;
}

.blog-item-share-lista li{
    display:inline-block;
    margin-right:10px;
}

.blog-item-share-lista li a i{
    font-size:28px;
}

.blog-item-share-lista-item a{
    text-decoration: none;
    display: inline-block;
    text-align: center;
    margin:0 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.img-pag-blog{
    width:100%;
    margin-bottom:30px;
    max-width:450px;
    margin-left:auto;
    margin-right:auto;
    display:block;
}

/*************************/



.modul-blog-item .modul-blog-item-image-wrapper{
    position: relative;
    z-index: 1;
}

.modul-blog-item .modul-blog-item-image-wrapper::before{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    transition: all 0.8s;
    background-color: rgba(139, 139, 139, 0.5);
    z-index: 3;
}

.modul-blog-item:hover .modul-blog-item-image-wrapper::before{
    opacity: 1;
    transform: perspective(0) rotateX(0);
}

.modul-blog-item .modul-blog-item-image-wrapper::after{
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateX(90deg);
    transform-origin: bottom;
    transition: all 0.8s;
    background-color: rgba(139, 139, 139, 0.5);
    z-index: 3;
}

.modul-blog-item:hover .modul-blog-item-image-wrapper::after{
    opacity: 1;
    transform: perspective(0) rotateX(0)
}
.modul-blog-item-image-link{
    display: block;
}


.modul-blog-item .modul-blog-item-image{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.modul-blog-item-image::after{
    display: block;
    padding-bottom: 125%;
    content: '';
}

.modul-blog-item-body{
    padding: 25px 0;
}


.modul-blog-item-date{
    margin-bottom: 10px;
    color: #8b8b8b;
    font-weight: 600;
    font-style: italic;
    font-size: 16px;
    font-family: 'EB Garamond';
}

.modul-blog-item-title{
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing:2px;
}

.modul-blog-item-link{
    color: #000;
}

.modul-blog-item-link:hover{
    color: #000;
    text-decoration: none;
}

.modul-blog-item-desc{
    color: #8b8b8b;
    line-height: 1.8;
    margin-bottom: 10px
    
}

.modul-blog-btn-link{
    font-family: 'EB Garamond';
    font-style: italic;
    font-size: 18px;
    color: #000;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #000;
}

.modul-blog-btn-link:hover{
    color: #000;
    text-decoration: none;
}

.modul-blog-btn-link::before{
    position: absolute;
    bottom: -1px;
    height: 1px;
    background: #fff;
    content: '';
    z-index: 3;
    width: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.modul-blog-btn-link:hover::before{
    width:100%;
}

/*************************/







