@font-face {
  font-family: AnaloguePro-Black;
  src: url("fonts/AnaloguePro-Black.ttf");
}
@font-face {
  font-family: AnaloguePro-Bold;
  src: url("fonts/AnaloguePro-Bold.ttf");
}
@font-face {
  font-family: AnaloguePro-Hairline;
  src: url("fonts/AnaloguePro-Hairline.ttf");
}
@font-face {
  font-family: AnaloguePro-Light;
  src: url("fonts/AnaloguePro-Light.ttf");
}
@font-face {
  font-family: AnaloguePro-Medium;
  src: url("fonts/AnaloguePro-Medium.ttf");
}
@font-face {
  font-family: AnaloguePro-Regular;
  src: url("fonts/AnaloguePro-Regular.ttf");
}
@font-face {
  font-family: Bebas-Neue;
  src: url("fonts/BebasNeue-Regular.ttf");
}
a {
  text-decoration: none;
  color: #000000;
}
body{
  background-color: #F5F5F5;
  margin:0 auto;
  font-family: AnaloguePro-Bold;
}
.flex-row{
  display: flex;
  flex-direction: row;
}
.flex-column{
  display: flex;
  flex-direction: column;
}
.flex-alignCenter{
  align-items: center;
}
.header{
  background-color: #FFFFFF;
  align-self: center;
  overflow: hidden;
  border-bottom: #CCCCCC;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
/*.regjistrohu , .regjistrohu-button,.navbar ul, .trend, #lajmi1 p,.nav-lajme, .fund_titull, .fillim-sondazhi, .teme p, p.perqindje,.most_Viewed p,.numer, #tekst-lajmi-kryesor:first-child,.lista-name, #informacion p, #titull-artikulli ,.content-bold, #tag-tekst, #sugjerime-header{
  font-family: AnaloguePro-Bold;
}*/
#homepage .navbar ul , #lajmi1 p{
  font-family: Bebas-Neue;
}
.topic, .icons p, .postuar ul, p.mundesi-zgjedhje, #tekst-lajmi-kryesor p:nth-child(2), #copyrights p, #creator p, #inf, .content-joBold,#fillim, .tag-name,#lajme-sugjeruar .lajm-plot .fund_titull, .titull-artikulli :nth-child(2), .video .pershkrim{
  font-family: AnaloguePro-Regular;
}
#lajme2 .lajm-plot .lajme-fund .fund_titull, .titull, .lista .lajm-plot .fund_titull , .emer{
  font-family: AnaloguePro-Medium;
}
.included-topics{
  font-family: AnaloguePro-Light;
}
.header-start{
  padding: 0.5%;  
  justify-content: center; 
  gap:10px; 
  background-color: #FF4D00;
  color: #FFFFFF; 
}
.header-start-button{
  border-style: solid;
  border-radius: 4px;
  text-wrap:nowrap;
  text-align:center;
  border-width: 1px;
  background-color: transparent; 
  border-color: #FFFFFF;
  color: #FFFFFF; 
  font-family: AnaloguePro-Bold;
  font-size: 14px;
  padding: 6px 9px;
}
.header-start-tekst{
  font-size: 14px;
  font-weight: bold;
  margin: 0; 
}
.mobile-header-start{
  display: none;
}
.topmenu{
  overflow: hidden;
  padding-top: 20px;
}
.topmenu-container{
  border-bottom: #CCCCCC;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  align-self: center;
  max-width: 1200px;
  padding-bottom: 15px;
  margin:auto;
  justify-content: space-between;
}
.logo{
  float: left;
  max-height: 44px;
}
.logo img{
  width: 100%;
}
.navbar{
  padding-left: 60px;
  align-self: center;
  padding-top: 15px;
}
#homepage .navbar ul{
  font-size:22px;
}
.navbar ul{
  font-size: 18px;
  justify-content: space-around;
  margin: 0;
  padding: 0;
}
.navbar ul li{
  list-style: none;
  padding-right: 24px;
}
.navbar li:hover{
  color: #FF4D00;
}
.user{
  justify-content: flex-end;
  gap: 8px;
}
.icons{
  justify-content: space-evenly;
  align-items: flex-end;
}
.icons img{
  align-self: center;
  width:50%;
}
.icons p{
  margin-bottom: 0;
  font-size: 10px;
}
.hamburger-menu{
  justify-content: flex-end;
  display: none;
}
.hamburger-menu img{
  max-height: 22px;
}
.mobile-menu{
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #FF4D00;
  flex-direction: column;
}
.mobile-menu .navbar{
  align-self: flex-start;
  padding: 10%;
  padding-bottom: 0;
}
.mobile-menu .navbar ul{
  color: #FFFFFF;
  justify-content: flex-start;
  align-items: flex-start;
}
.mobile-menu .navbar ul li{
  line-height: 2.5;
}
.mobile-menu .navbar ul li:hover{
  color:#CFCFCF
}
.search {
  position: relative;
  width: 100%;
  max-width: 80%; 
  margin: 0 auto;
}
.search input[type="text"] {
  width: 100%;
  padding: 10px;
  padding-right: 40px; 
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  font-size: 16px;
  color: #CFCFCF;
}
.search img {
  position: absolute;
  right: 10px; 
  width: 20px; 
  height: 20px; 
  cursor: pointer;
}
.close{
  width:5%;
  align-self: flex-end;
}
.close img{
  width: 100%;
}
.trending{
  margin:auto;
  max-width: 1200px;
  overflow-x: hidden;
  align-items: center;
    justify-content: center;
    display: flex;
}
.trending ul{
  list-style: none;
  text-wrap: nowrap;
  padding: 0;
  font-size: 14px;
  max-width: 1200px;
}
.trending ul li{
  padding-right: 15px;
}
.trend{
  color: #FF4D00;
}
.topic{
  color: #616161;
  font-weight: 100 ;
  float: left;
}
.content{
  margin: 2% auto;
  flex-wrap: wrap;
  font-size: 16px;
  gap: 3%;
  max-width: 1200px;
}
.main{
  background-color: #FFFFFF;
  flex: 3; 
  border-style: solid;
  border-color: #CCCCCC;
  border-width: 1.3px;
  border-radius: 3px;
}
#lajmi1 p{
  font-size:44px;
  text-transform: uppercase;
  padding-top: 2%;
  padding-bottom: 3%;
  margin: 0px;
}
.img{
  position: relative;
}
.img_kryesor{
  object-fit: fill;
  width: 100%;
}
.overlay-image {
  position: absolute;
  bottom: 5%;
  left: 1.5%; 
  width: 8%;
  height: 8%;
}
#lajme2{
  justify-content: space-between;
  gap:15px;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding-left:20px;
  padding-right:20px;
}
#lajmi1 {
  padding-left:20px;
  padding-right:20px;
  padding-top:20px;
}
#lajme2 .lajm-plot{
  width:30%;
  padding-top: 0;
  padding-bottom:0 ;
}
#lajme2 .lajm-plot .foto-lajm{
  margin-right: 0;
  height: fit-content;
}
#lajme2 .lajm-plot .lajme-fund{
  width: 100%;
}
#lajme2  .lajm-plot .fund_titull{
  width: 100%;
  font-size: 20px;
  margin-top: 5px;
}
#lajme2 .lajm-plot .autori{
  display: none;
}
.play-button-vogel{
  position: absolute;
  bottom: 10%;
  left: 3%;
}
.reklame img{
  max-width: 790px;
  width: 100%;
}
.reklame{
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
.nav{
  gap: 5%;
  position: relative;
}
.nav-lajme{
  margin-left: 20px;
  color: #B1B1B1;
  border-bottom: 3px solid transparent;
}
#homepage .nav-lajme:first-child ,#article .nav-lajme:hover {
  color: #FF4D00;
  border-bottom: 3px solid #FF4D00;
}
.lajm-plot{
  position: relative;
  width: 100%;
}
/*
.full-border::after{
  content: '';
  position: absolute;
  left: -2%;
  right: -2%;
  bottom: 0;
  height: 1px;
  background-color: #CCCCCC;
}
*/
.foto-lajm{
  margin-right: 20px;
  height:176px;
  align-items: center;
}
.foto-lajm :first-child{
  width: 100%;
}
#lajme2 .lajm .foto-lajm{
  width: 100%;
}
.lajme-fund{
  width: 70%;
  justify-content: space-between;
  gap: 10px;
}
.fund_titull{
  font-size:25px;
}
.autori{
  gap: 10px;
}
.foto-autori{
  align-self: center;
}
.foto-autori img{
  width: 100%;
}
.postuar ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 12px;
  text-wrap: nowrap;
}
.koha{
  color: #FF4D00;
}
.lajm3 .reklame{
  position: relative;
}
.sidebar{
 width: 300px;
}
.sidebar .reklame{
  width: 300px;
  align-self: center;
  padding-top:0;
}
.sondazhi{
  justify-content: center;
  margin-bottom: 20px;
}
.fillim-sondazhi {
  font-size:14px;
  font-weight: bolder;
  color: #FF4D00;
  align-self:flex-start;
}
.teme p{
  font-size: 18px;
  color: #000000;
  text-align: start;
  padding: 5%;
  margin: 0;
  font-weight: 500;
}
.rezultate_sondazhi{
  width: 100%;
  border: #FF4D00;
  border-style: solid;
  border-radius: 3px;
  border-width: 1.5px;
}
.zgjedhje{
  border-top:#B3B3B3;
  border-top-width:1px ;
  border-top-style: solid;
  position: relative;
}
.zgjedhje p{
  margin: 0;
  padding: 7% 5%;
}
.fill {
  position: absolute;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #D9D9D9;
  height: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  opacity: 30%;
}
.rezultate_sondazhi :nth-child(2) .fill{
  width: 33%;
}
.rezultate_sondazhi :nth-child(3) .fill{
  width: 41%;
}
.rezultate_sondazhi :nth-child(4) .fill{
  width: 25%;
}
.perqindje{
  float: right;
  font-weight: bold;
  color: #FF4D00;
}
.mundesi-zgjedhje{
  color: #000000;
}
.sondazhi .mediadesk{
  width:35%;
  padding-top: 4%;
  align-self: flex-end;
}
.mediadesk img{
  width: 100%;
}
.most_Viewed p{
  font-size:14px;
  font-weight: bolder;
  color: #FF4D00;
  text-align: left;
}
.most_viewed_lajm{
  margin-bottom: 2%;
}
.numer{
  font-size:70px;
  align-self: center;
  text-align: center;
  color: #CFCFCF;
  width: 18%;
}
.titull{
  font-size: 18px;
  padding-bottom: 3%;
  padding-top: 3%;
  padding-left:6%;
}
.lajm-video::before{
  content: "";
  display: inline-block; 
  background: url(images/play.svg) no-repeat center center;
  background-size: contain; 
  width: 1em;
  height: 1em; 
  margin-right: 10px;
}
/*Article*/
.titull-artikulli{
  font-size:38px;
  padding-bottom: 5%;
  margin:0;
}
.play-button-mes{
  position:absolute;
  width: 6%;
  bottom:50%;
  left: 50%;
}
#artikulli{
  margin: 10px;
}
.group-autori-apps .foto-autori{
  display:flex;
  width: 20%;
}
.group-autori-apps{
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: #CCCCCC;
  border-bottom-style: solid;
  border-bottom-width: 1px;

}
.group-autori-apps .apps .social-media{
  align-self: flex-end;
  list-style-type: none;
  gap: 10px;
  margin: 0%;
  padding: 0;
}
.group-autori-apps .apps img{
  width:100%
}
#artikulli-content{
  justify-content: space-evenly;
}
#fillim{
  width:fit-content;
  color: #FF4D00;
  padding: 15px 0 10px;
  border-bottom: 2px solid #FF4D00;
}
.content-bold{
  color: #000000;
  padding: 0 30px;
}
.content-joBold{
  color: #616161;
  padding: 0 30px;
}
#tags{
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: baseline;
  padding: 0 30px 20px;
}
#tag-tekst{
  font-size: 16px;
  color: #616161;
}
#tags-list{
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.tag-name{
  border-style: solid;
  color: #FF4D00;
  padding: 10px;
  border-width: 1px;
  border-color: #FF4D00;
  border-radius: 30px;
  text-wrap: nowrap;
}
.tag-name:hover{
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}
#sugjerime{
  background-color: #FFFFFF;
}
#lajme-sugjeruar{
  max-height:450px;
  overflow-y: scroll;
}
#lajme-sugjeruar::-webkit-scrollbar {
  width: 10px;
  height: 20px;
} 
#lajme-sugjeruar::-webkit-scrollbar-track {
  background: #F0F0F0; 
}
#lajme-sugjeruar::-webkit-scrollbar-thumb {
  background: #D9D9D9; 
}
#lajme-sugjeruar::-webkit-scrollbar-thumb:hover {
  background: #FF4D00; 
}
#sugjerime-header{
  font-weight: bold;
  padding-top: 3%;
  padding-bottom: 3%;
  padding-left: 4%;
  color: #FF4D00;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #CCCCCC ;
}
#lajme-sugjeruar .lajm-plot{
  width: auto;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 4%;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #CCCCCC ;
}
#lajme-sugjeruar .lajm-plot .fund_titull{
  font-size: 16px;
  margin-top: 14px;
  margin-bottom: 14px;
}
#lajme-sugjeruar .lajm-plot .foto-lajm{
  margin-right: 0;
  align-self: center;
  max-width: 76px;
  height: fit-content;
}
#lajme-sugjeruar .lajm-plot .foto-lajm img{
  width: 76px;
  object-fit: fill;
}
#lajme-sugjeruar .lajm-plot .fund_titull p{
  font-size: 16px;
  padding: 0 10px;
}
#lajme-sugjeruar .lajm-fund .autori{
  display: none;
}
/*Lists*/
#lists .content{
  margin:0;
  max-width: 100%;
}
#lists .topmenu-container{
  max-width: 1240px;
}
.wrapper{
  width: 100%;
  background-color: #323232;
}
#lajmi-kryesor{
  max-width: 1240px;
  background-color: #323232;
  align-items: self-start;
  flex-wrap: nowrap;
  margin-bottom: 5% !important;
  margin-top: 0 !important;
  margin-left: auto;
  margin-right: auto;
}
#lajmi-kryesor .img{
  flex: 1;
  position: relative;
  top:4vh;
}
#tekst-lajmi-kryesor{
  flex: 1;
  color: #FFFFFF;
  align-self: center;
  text-align: center;
  margin-right:4vw;
  padding-top: 25px;
}
#tekst-lajmi-kryesor p:first-child{
  font-size: 33px;
  margin: 0;
  padding-bottom: 20px;
}
#tekst-lajmi-kryesor p:nth-child(2){
  font-size: 14px;
  margin-top: 0;
}
#titull{
  text-align: center;
  padding: 10%;
}
#titull p{
  margin-top: 7%;
  margin-bottom: 7%;
}
#postuar{
  padding-right: 2%;
  align-self: flex-end;
}
.lista-plote{
  margin: auto;
  max-width: 1240px;
}
hr{
  border: none;
  height: 1px;
  background-color: #CCCCCC;
}
.lista{
  justify-content: space-between;
  gap:15px;
  overflow-x: hidden;
}
.lista-name{
  font-size: 18px;
  padding-top: 30px;
  color: #000000;
}
.owl-carousel .item {
  padding-right: 15px;
}
.desktop-list .lajm-plot{
  width: 100%;
}
.owl-nav .owl-prev {
  display: none!important;
}  
.owl-nav  { 
  display: flex;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded{
  display: flex!important;
}
.owl-carousel .owl-stage-outer{
  max-width: 1200px; 
}

.lista .lajm-plot .foto-lajm{
  margin-right: 0;
  height: fit-content;
}
.lista .lajm-plot .foto-lajm .play-button-vogel{
  display: none;
}
.lista .lajm-plot .autori{
  display: none;
}
.lista .lajm-plot {
  flex-shrink: 0;
}
.lista .lajme-fund{
  width: 100%;
}
.lista .lajm-plot .fund_titull{
  font-size:19px;
  margin: 0;
  padding: 3% 5%;
  padding-left: 0;
}
.wrapper.emisione{
  background-color: #FFFFFF;
}

.emisione .owl-nav{
  display: none;
}
.emisione .lista-plote{
  border-bottom: none;
}

.desktop-list{
  max-width: 1240px;
  margin: auto;
  padding-bottom: 40px;
  padding-top: 20px;
}
.desktop-list .lajm-plot{
  flex-shrink: 0;
}
.desktop-list .lajm-plot .autori , .desktop-list .lajm-plot .foto-lajm .play-button-vogel{
  display: none;
}
.desktop-list .lista-plote{
  margin: 0;
}
button.owl-next{
  height: 75%;
}
#topics{
  margin: 2% auto;
  justify-content: space-between;
  max-width: 1200px;
}
.emer{
  color: #616161;
}
.included-topics{
  padding-left: 0;
  list-style-type: none;
  font-size: 16px;
  color: #616161;
}
.included-topics li{
  line-height: 1.7;
}
#footer{
  justify-content: space-between;
  font-size: 14px;
  margin: 2% auto;
  max-width: 1240px;
}
#andale{
  justify-content: space-evenly;
  width: 45%;
}
#andale .logo{
  max-width: 148px;
  width:30%;
}
#creator p{
  padding-right: 2%;
  color: #616161;
}
#creator .mediadesk{
  align-self: center;
}
#fund{
  justify-content: flex-end;
  width: 45%;
}
#informacion{
  justify-content: flex-end;
  padding-right: 3%;
}
#informacion .apps .social-media{
  align-self: flex-end;
  list-style-type: none;
  gap: 10px;
  margin: 0%;
  padding: 0;
}
#informacion .apps img{
  width: 100%;
}
#informacion p{
  text-wrap: nowrap;
  padding-right: 5%;
  margin:0;
  align-self: center;
}
#inf{
  padding: 0;
  text-wrap: nowrap;
  justify-content: flex-end;
}
#inf{
  list-style-type: none;
  color: #616161;
}
#inf li{
  padding-right: 3%;
}
/*Video-feed*/
#faqe-video .titull-artikulli :first-child{
  margin: 0;
}
#faqe-video .titull-artikulli :nth-child(2){
  font-size: 0.7em ;
  margin-top: 10px;
  line-height: 1.3;
}
.video{
  align-items: center;
  position: relative;
  padding: 20px 0;
}
.video .img :first-child{
  width: 100%;
  object-fit: fill;
}
.video-feed .play-button-mes{
  width:35px;
}
.video.paPershkrim .pershkrim{
  display: none;
}
.pershkrim a{
  color: inherit;
}
.video-feed .reklame{
  position: relative;
}
@media (min-width:1300px){
  #lists .topmenu-container{
      max-width: 1240px;
  }
  #lists .topmenu-right{
      padding-right: 40px;
  }
  .trending ul{
      margin-left: 20px;
  }
  #lists .trending ul{
      margin-left: 0;
  }
  #lajmi-kryesor .img{
      right: 40px;
  }
}
@media (max-width: 1300px){
  .topmenu-container,.trending, .content,.desktop-list, #lajmi-kryesor ,.lista-plote, #topics, #footer{
      margin:2% 5% 0%;
  }
  .topmenu{
      padding-top: 0;
  }
  .trending{
      margin-top: 0;
      overflow:hidden;
      justify-content: left;
  }
  .trending ul{
      /*padding-left: 231px;*/
  }
  .desktop-list{
      margin-right: calc(5% - 45px);
  }
  #lajmi-kryesor .img{
      right: 0;
  }
}
@media (max-width: 1024px){
  .topmenu-container .navbar, .user{
      display: none;
  }
  .trending ul{
      /*padding-left: 0;*/
      font-size: 14px;
  }
  .hamburger-menu{
      display: flex;
      gap: 15px;
  }
  .content{
      flex-direction: column;
      align-items: center;
  }
  .fund_titull{
      font-size: 28px;
  }
  .play-button-vogel{
      width:8%;
  }
  #lajme2 .lajm-plot .fund_titull{
      font-size: 20px;
  }
  #tekst-lajmi-kryesor p:first-child{
      font-size: 28px;
  }
  #tekst-lajmi-kryesor p:nth-child(2){
      font-size: 11px;
  }
  #titull{
      font-size:30px;
  }
  .desktop-list{
      margin-right: calc(5% - 15px);
  }
  .included-topics, #footer{
      font-size: 12px;
  }

}
@media (min-width: 1024px){
  .header-start-tekst {
      font-size:16px;
  }
  .header-start-button{
      font-size: 16px;
  }
  .emer{
      font-size: 20px;
  }
  #lajmi1 p{
      font-size: 44px;
  }
  .full-border::after{
      left: -3%;
      right: -3%;
  }
  #titull{
      font-size: 35px;
  }
  #artikulli-content{
      font-size:18px;
  }
  
  .lista-name{
      font-size: 28px;
  }
  .emisione .owl-stage-outer{
      margin-right: 45px;
  }
  .video-feed .play-button-mes{
      width:47px;
  }
  .video .pershkrim{
      font-size: 20px;
  }
}
@media (width: 1024px){
  .desktop-list{
      margin-right: calc(5% - 45px);
  }
}
@media(max-width:865px){
  #lajme2 .lajm-plot .fund_titull , .fund_titull{
      font-size: 25px;
  }
  #lajme2 .lajm-plot {
      width:70%;
      flex-shrink: 0;
  }
  .teme p{
      font-size:16px;
  }
  .zgjedhje p{
      font-size: 16px;
  }
  #tekst-lajmi-kryesor p:first-child{
      font-size: 25px;
  }
  #tekst-lajmi-kryesor p:nth-child(2){
      font-size: 15px;
  }
 
  .mobile-list{
      display: flex;
  }
  #titull{
      font-size: 25px;
  }
  .included-topics, #footer{
      font-size: 11px;
  }
  
}
@media (max-width: 768px) {
 
  .header{
      border: none;
  }
  .play-button-vogel{
      width:10%
  }
  .zgjedhje p{
      padding: 3% 5%;
  }
  .numer{
      font-size: 50px;
  }
  .mediadesk{
      width:15%;
  }
  .titull{
      padding: 3% 5%;
  }
  #titull{
      font-size: 22px;
  }
  #group-autori-apps .apps{
      width: 20%;
  }
  #lajmi-kryesor{
      flex-direction: column-reverse;
  }
  #lajmi-kryesor .img{
      position: relative;
      top: 0;
      right: 0;
      align-self: center;
      width: 100%;
  }
  #tekst-lajmi-kryesor{
      margin-right: 0;
      padding-top: 0;
  }
  #tekst-lajmi-kryesor p:first-child{
      padding-bottom: 10px;
  }
  #tekst-lajmi-kryesor p:nth-child(2){
      font-size: 13px;
  }
  .desktop-list{
      padding-bottom: 0;
      padding-top: 0;
  }
  #footer,  #topics, #andale, #fund{
      flex-direction: column ;
      align-items: center;
      font-size: 12px;
  }
  #footer, #topics{
      margin:2% 0%;
  }
  #andale, #fund{
      width:100%;
      margin:3%;
  }
  #topics, #andale, #fund{
      border-bottom: #CCCCCC;
      border-bottom-width: 1px;
      border-bottom-style: solid;
  }
  .included-topics li{
      display: none;
  }
  #creator .mediadesk{
      width:25%;
      align-self: center;
  }
}
@media  (max-width:650px) {
  .header-start-tekst, .header-start-button {
      font-size:11px;
  }
  .topmenu-container{
      padding: 10px 0;
  }
  .mobile-menu .navbar ul{
      font-size: 14px;
  }
  #lajmi1 p, #titull-artikulli{
      font-size:30px;
  }
  .fund_titull{
      font-size: 20px;
  }
  #artikulli-content, .tag-name, #postuar{
      font-size:12px;
  }
  #lajme2 .lajm-plot .fund_titull , #lajme-sugjeruar .lajm-plot{
      font-size: 18px;
  } 
  #titull{
      font-size: 22px;
  }
  .lista-name{
      font-size:19px;
  }
  .lista .lajm-plot .fund_titull{
      font-size: 16px;
  }
  
}
@media (max-width:510px){
  .header-start-tekst, .header-start-button{
      font-size: 9px;
  }
  .icons p{
      font-size:6px;
  }
  .header-start-button{
      padding: 3px 10px;
  }
  #lajme2 .lajm-plot .fund_titull{
      font-size:18px;
  }
  .nav-lajme{
      font-size: 14px;
  }
  #lajme2 .lajm-plot .foto-lajm , .lista .lajm-plot .foto-lajm{
      width: 100%;
      height: fit-content;
  }
  .foto-lajm{
      width: 55%;
      height: fit-content;
  }
  .postuar ul{
      font: size 12px;
  }
  .foto-autori{
      width: 12%;
  }
  .titull{
      padding: 5%;
  }
  #titull{
      font-size: 16px;
      padding: 3%;
  }
  .fund_titull{
      font-size: 16px;
  }
  #postuar, #inf{
      font-size: 9px;
  }
  #tekst-lajmi-kryesor p:first-child{
      font-size: 22px;
  }
  #informacion .apps{
      width:35%;
  }
  .lajm-plot{
    align-items: center;
  }
}
@media (max-width: 430px){ /*mobile*/
  .logo{
      width:70%;
  }
  .mobile-header-start{
      display: flex;
      padding: 8px 0;
  }
  .regular-header-start{
      display: none;
  }
  .header-start-tekst , .header-start-button{
      font-size: 12px;
  }
  .hamburger-menu img{
      max-width: 18px;
  }
  .content{
      margin: 2% 0;
  }
  .sondazhi , .most_Viewed{
      padding: 0 2%;
  }
  #artikulli{
      padding:20px;
  }
  .titull-artikulli{
      font-size: 28px;
  }
  .tag-name{
      padding: 10px 5px;
      font-size: 10px;
  }
  .lista .lajm-plot .fund_titull{
      font-size: 12px;
  }
  .video-feed .play-button-mes{
      width:6%;
  }
  .content-bold , .content-joBold{
    padding: 0;
  }
}

/* Updates */
#artikulli-content blockquote{
  margin: 0;
}
#artikulli-content blockquote p{
  font-weight: bold;
  color: #000000;
}

#artikulli-content p{
  color: #616161;
  line-height: 1.4;
  font-family: AnaloguePro-Regular;
  font-size: 18px;
}

.most_viewed_lajm:nth-of-type(1) .numer::after {
  content: "1";
}
.most_viewed_lajm:nth-of-type(2) .numer::after {
  content: "2";
}
.most_viewed_lajm:nth-of-type(3) .numer::after {
  content: "3";
}
.most_viewed_lajm:nth-of-type(4) .numer::after {
  content: "4";
}
.most_viewed_lajm:nth-of-type(5) .numer::after {
  content: "5";
}

.horizontal.imazhiim{
  max-width:810px;
  /*max-height: 450px;*/
  justify-content: center;
  display: flex;
}
.horizontal.imazhiim img{
  width:100%;
  object-fit: fill;
}
@media(min-width:768px){
  #artikulli{
   padding:20px;  
  }
}

.lajm-video::before {
content: "";
display: inline-block;
background: url(images/play.svg) no-repeat center center;
background-size: contain;
width: 1em;
height: 1em;
margin-right: 10px;
}


.topmenu-left a {
  font-family: Bebas-Neue;
  font-size: 22px;
}

.mobile-menu .navbar ul a{
  color: #FFFFFF!important;
}
.lajm-plot{
  position: relative;
  width: 100%;
  align-items: flex-start;
}
.lajme-fund{
  width: 70%;
  justify-content: space-between;
  gap: 20px;
}

@media(max-width:430px){
  .main{
    margin: 15px;
  }
}

.contributor_image {
    height: 35px;
    width: 35px;
    border-radius: 100%;
    margin-right: 8px;
}

.lajm-container {
  border-bottom:1px #ccc solid;
  padding:20px;
}

.titull-reels {
  margin-top:20px;
  margin-left:20px;
  margin-right:20px;
}
.group-autori-apps-reels {
  padding-left:20px;
  padding-right:20px;
}

#lists1 .content{
    margin:0;
    max-width:100%;
}



