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

.thumb-categorie{
    max-width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.thumb-categorie h1{
    text-transform: uppercase;
    font-weight: 300;
    font-size: 36px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.25px;
    background: rgba(0,0,0,.5);
    margin: 160px 0 30px;
    display: inline-block;
    padding: 10px;
}

.img-article{
    display: inline-block;
    width: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.img-article::after{
    content:'';
    display:block;
    padding-bottom:60%;
}

.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: 15px;
    margin-bottom: 10px;
    text-align: left;
    display: inline-block;
    width: 100%;
    font-family: "Merriweather", serif;
}

.article-title a::before {
    position: absolute;
    bottom: 0;
    width: 50px;
    left: 0%;
    height: 3px;
    background: var(--culoare1);
    content: "";
}

.article-info{
    text-transform: uppercase;
    font-size: 14px;
    text-align: left;
    margin-bottom: 15px;
    display:inline-block;
    margin-right:20px;
}

.article-author{
    display:inline-block;
    font-size:14px;
    
}

.article-info i, 
.article-author i{
    color:var(--culoare1);
    font-size: 18px;
    display: inline-block;
    margin-right:5px;
}

.image img{
    width: 100%;
}

.caption{
    padding: 15px 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;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.cont-leave-comment .btn{
    color:#fff;
}

.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;
}

.blog-item-share-lista-item a.facebook:hover{
	background:#3a589d;
	color:#fff;
	border:2px solid #3a589d;
}

.blog-item-share-lista-item a.twitter:hover{
	background:#2478ba;
	color:#fff;
	border:2px solid #2478ba;
}

.blog-item-share-lista-item a.instagram:hover{
	background:#000;
	color:#fff;
	border:2px solid #000;
}

.blog-item-share-lista-item a.google:hover{
	background:#dd4e31;
	color:#fff;
	border:2px solid #dd4e31;
}

.blog-item-share-lista-item a.linkedin:hover{
	background:#0072b7;
	color:#fff;
	border:2px solid #0072b7
}

.img-pag-blog{
    width: 100%;
    /*max-width: 600px;*/
    display: block;
    margin: auto;
    margin-bottom: 25px;
}

#article-article .heading {
    padding-bottom: 15px;
}

.title-category{
    text-align: center;
    position: relative;
    z-index: 1;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-family: "Merriweather", serif;
    font-size:30px;
}

.title-category::before{
    position: absolute;
    bottom: 0;
    width: 40px;
    left: 50%;
    margin-left: -20px;
    height: 2px;
    background: var(--culoare1);
    content: '';
    z-index: 2;
}

.article-thumb{
    border-bottom: 1px solid var(--culoare1);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    display:flex;
}



.article-body{
    padding:  0 20px;
}

.article-thumb .image{
    position:relative;
    z-index:1;
    overflow:hidden;
    width: 70%;
  
}


.article-thumb .image .img-article{
      transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.article-thumb:hover .image .img-article{
    transform: scale(1.1);
}

.article-body .caption p{
    font-size: 16px;
}









