.big-title{
    color: var(--culoare1);
    font-size: 40px;
    font-weight: bold;
}
.subtitle{
    font-size:24px;
    color: var(--culoare1);
}
.categories-list{
    width:100%;
    display:flex;
    justify-content:flex-start;
    align-items:center;
    flex-wrap:wrap;
    margin:0;
    padding:0;
}
.categories-list li{
    margin-top:15px;
    margin-right:30px;
    display:inline-block;
}
.list-article{
    padding:20px 0px;
    display:block;
}
.list-article-image, .article-image{
    height:300px;
    width:100%;
    margin-bottom:25px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
}
.list-article-title{
    font-size:20px;
    font-weight:bold;
    color:var(--culoare1);
}
.list-article-info{
    font-size:16px;
    color:var(--culoare1);
}
.article-author{
    width:100%;
    display:flex;
    justify-content:flex-start;
    align-items:center;
    margin-bottom:30px;
}
.article-author-image{
    height:90px;
    width:90px;
    border-radius:300px;
    background-color:lightgray;
    overflow:hidden;
    display:flex;
    justify-content:center;
    align-items:center;
}
.article-author-image img, .article-author-image a{
    height:100%;
}
.article-author-info{
    margin-left:20px;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    flex-direction:column;
}
.article-author-name{
    font-size:18px;
    color:var(--culoare1);
    margin-bottom:8px;
}
.bluebtn.generalbtn{
    background-color:var(--culoare4);
    color:white;
}
.article-description p, .article-description span, .article-description li{
    color:var(--culoare1);
}





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

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

.article-title{
    font-size: 1.6em;
    line-height: 1.3;
    color: #515151;
    font-weight: 700;
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align:center;
}

.article-title::before {
    position: absolute;
    bottom: 0;
    width: 50px;
    margin-left: -25px;
    left: 50%;
    height: 3px;
    background: #ececec;
    content: "";
}

.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: center center;
    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:20px;
}

.blog-item-share-lista-item a{
    color: #c0c0c0;
    text-decoration: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 2px solid #c0c0c0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.blog-item-share-lista-item a i{
    color: #c0c0c0!Important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.blog-item-share-lista-item a:hover i{
    color:#fff!Important;
} 

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












