.h1-title {
  font-weight: 700;
}
h2.glavna-naslov {
  line-height: 30px !important;
}
.glavna-sazetak p {
    font-family: var(--font-family-source-sans-pro-cws) !important;
    font-size: 18px;
    line-height:26px;
}
.category h3{
  height: 94px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0px !important;  
}
.down-bottom {
    border-bottom: 1px solid var(--border-1);
}
.section02 h3 {
  font-weight: 500;
}
.kolumne-dodatni-post h3{
  font-size: 22px;
}
.section02 .clanak {
  margin-top: 20px;
}
.custom-article {
  margin-bottom: 15px;
  padding: 0;
}

.custom-article .text {
  height: 102px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: var(--font-family-source-sans-pro-cws) !important;
  font-size: 18px;
  padding: 0 !important;
}
.h-200 .img-wrap{
  max-height: 230px;
  overflow: hidden;
  display: block;
  text-align: center;
  width: 100%;
}
.h-200 .img-wrap img {
  width: 100%;
  height: auto;
}
.custom-article h3 a {
  min-height: 90px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 24px !important;
}
.custom-article .post-date {
  padding: 0 !important;
}

#section03 {
  margin-top: 80px;
  margin-bottom: 80px;
}
#section03 .custom-article h3 {
  height: 100px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-article p {
    min-height: 90px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: var(--font-family-source-sans-pro-cws) !important;
    font-size: 18px;
}
#section03 .custom-article p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
 #section03 .img-wrap {
  height: 180px;
  overflow: hidden;
  display: block;
  text-align: center;
  width: 100%;
}
 #section03 .img-wrap img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  display: block;
}
#section03 .article-bottom{
    position: relative;
}
#section03 .article-bottom:nth-child(1)::after, 
#section03 .article-bottom:nth-child(2)::after {
  content: "";
  position: absolute;
  width: 90%;
  bottom: 2%;
  border-bottom: 1px solid var(--gray7);
  left: 50%;
  transform: translateX(-50%);
}
#section03.cat-section-02 .right-line::after {
    height: 95% !important;
}
#section03.cat-section-02 .left-line::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 95%;
    background-color: var(--gray8);
}
p.post-date {
  min-height: unset;
  font-family: var(--font-family-source-sans-pro-cws) !important;
  margin-bottom: 15px !important;
}
.category .post-date {
  margin-top: 5px !important;  
  margin-bottom: 10px;
}
.istrazeno-dodatni-postovi h3{
    font-size: 22px;
    line-height: 24px;
    height: 100px;
}
.najnovije h3{    
    height: unset !important;
    -webkit-line-clamp: unset !important;
}
#category-klima .corner-border::before {
  width: calc(100% - 5px);
}

.izdvojeno-sadrzaj {
  margin-bottom: 20px;
}

.datum {
  font-family: var(--font-family-source-sans) !important;
  font-size: 18px !important;
}

.link-arrow-icon {
  font-family: var(--font-family-oswald-cws) !important;
}

.news-header h3 {
  font-size: 32px !important;
}
.separator-8{
    margin-top: 80px;
}
.order-1 .entry-meta{
    margin-top: 15px !important;
}
.article-bottom {
  position: relative;
}
.article-bottom:nth-child(1):after,
.article-bottom:nth-child(2):after{
/* .article-bottom:nth-child(3):after { */
  content: "";
  position: absolute;
  width: 100%;
  bottom: 2%;
  border-bottom: 1px solid var(--gray7);
  left: 50%;
  transform: translateX(-50%);
}

#category-ai .corner-border::before {
  width: calc(100% - 5px);
}
.sidebar .glavna-naslov {
  font-size: 18px !important;
  line-height: 26px !important;
}
.glavna-sadrzaj h2 a{
    line-height: 34px;
}
.sidebar .glavna-sadrzaj h2 a {
  line-height: 1;
}
.corner-border::before {
  width: calc(100% - 5px);
}
.category .middle-section h3 {
  height: unset !important;
  -webkit-line-clamp: unset !important;
}
/*vesti u kategorijama*/
.category-vest h3{
    height: 35px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;  
    margin-bottom: 15px;
}
.post-text p{
    max-width: 70%;
    margin: 0 auto;
    font-family: var(--font-family-source-sans) !important;
    font-size: 18px !important;
}
.glavna-vest:first-child{
    margin-bottom: 30px;
}
.cat-section-all .img-wrap {
  height: 310px;
  overflow: hidden;
  display: block;
  text-align: center;
  width: 100%;
}
.cat-section-all .img-wrap img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  display: block;
}
#subcategory h3{
    height: 100px;
    margin-bottom: 5px;
}
.izdvojeno-clanak {
    position: relative;
}
.izdvojeno-clanak:nth-child(1):after{
    content: '';
    position: absolute;
    width: 100%;
    bottom: -4%;   
    border-bottom: 1px solid var(--gray7);
    left: 50%;
    transform: translateX(-50%);
}
/* nova visina slika */
#section03 .img-wraper {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    width: 100%;
    display: block;
    position: relative;
    height: unset;
}

#section03 .img-wraper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.svijet-content h3 a{
    font-size: 22px !important;
    font-weight: 500 !important;
}
.izdvojeno-naslov{
  font-size: 24px !important;
}
.zabiljezeno-dodatni-postovi h3{
  font-size: 22px;
}
.category-svijet .izdvojeno-naslov{
  margin-top: 15px;
}
.category-politika .najnovije h2,
.category-svijet .najnovije  h2 {
  margin: 0  
}
/*responsive*/
@media (max-width: 992px) {
  h2 {
    font-size: 24px !important;
  }
  .custom-grid-order {
    display: flex;
    flex-wrap: wrap;
  }
  .custom-grid-order .order-2 {
    order: 1;
  }
  .custom-grid-order .order-1 {
    order: 2;
  }
  .category-cws {
    text-align: center;
 }
 .category-cws h3 a{
    font-size: 22px !important;
 }
  .post-text{
    max-width: 100%;
    }
  .left-line{
        display: none;
    }
  .custom-grid-order .order-1 { order: 3; }    
  .custom-grid-order .order-3 { order: 1; }
  .custom-grid-order .order-2 { order: 2; }  
}
