﻿/*!
Theme Name: RTSH-RTI Turkish
Theme URI: http://RTSH.AL
Author: RTSH.AL
Author URI: http://RTSH.AL
Description: Custom theme for RTSH.AL
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rtsh
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
*/

* {
  padding: 0;
  margin: 0;
  font-family: "Gotham Pro";
}
figure {
  margin: 0;
}
html {
  scroll-behavior: smooth;
  /* background-color:#e8e8e8; */
}

:lang(tr),
:lang(gr),
:lang(sr) {
  font-family: "Open Sans", sans-serif;
}

section {
  width: 100% !important;
  padding: 15px 0;
}

header {
  font-family: "Gotham Pro";
  height: 100px;
  position: absolute;
  width: 100%;
  z-index: 999;
  top: 0;
}

.header-wrapp {
  height: 100px;
}

.wrapper {
  position: relative;
}

@media (max-width: 575px) {
  .wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    /* padding: 0 15px; */
  }

  header {
    font-family: "Gotham Pro";
    height: 80px;
    position: absolute !important;
    width: 100%;
    z-index: 999;
    top: 0;
    background-color: #cb1212;
  }

  .site-branding{
    width: 100px;
    margin: 15px;
  }

  .site-branding img{
    width: 100%;
  }
  
}

.top-bar {
  width: 100%;
  height: 60px;
  /* background-color:#25292f ; */
  background-color: #cb1212;
  z-index: 99;
  position: relative;
}

.top-bar-content-wrapper {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.lower-bar-content-wrapper {
  /* width: 1440px; */
  width: 1300px;
  height: 100%;
  margin: 0 auto;
}

.top-logo {
  width: 130px;
  height: 100%;
  float: left;
  padding: 5px;
  box-sizing: border-box;
}

.top-logo img {
  padding: 5px 5px 5px 0;
  width: 90%;
  height: 90%;
  object-fit: cover;
}

.top-menu {
  width: 70%;
  float: left;
  height: 60px;
}

.top-menu img {
  width: 28px;
  margin-right: 10px;
  vertical-align: bottom;
}

.top-menu ul,
.lower-bar ul {
  list-style: none;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-evenly;
  flex-direction: row;
  align-items: center;
  margin: 0;
}

.lower-bar ul {
  width: 85%;
  margin: 0;
  float: left;
}

.top-menu ul li a,
.lower-bar ul li a {
  text-decoration: none;
}

.top-menu ul li a {
  color: #fff;
  /* custom added */
  text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}

.top-menu ul li a:hover {
  text-decoration: underline;
}

.lower-bar {
  width: 100%;
  height: 40px;
  background-color: #000;

  /* position: fixed; */
  position: absolute;
  top: 60px;
  transition: top 0.3s;
}

.lower-bar ul li a {
  color: #fff;
}

.lower-bar ul li a:hover {
  border: 0px;
  border-bottom: 4px solid;
  border-image: linear-gradient(
    to right,
    rgb(255, 0, 0),
    rgba(58, 123, 213, 0)
  );
  border-image-slice: 1;
}



/* HomePage container */

.section-title {
  font-weight: 100;
  text-transform: uppercase;
  padding-left: 35px;
  color: #cb1212;
}

.section-title-wrapper {
  width: 100%;
  position: relative;
  /* float:left; */
}

.section-title-wrapper::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #cb1212;
  position: absolute;
  top: 14px;
}

.container {
  width: 1200px;
  margin: 0px auto;
  /* padding-top: 100px; */
}

@media (max-width: 575px) {
  /* Styles for extra small screens (phones) */
  .container {
    width: 100%;
    margin: 80px auto;
    padding: 0 15px;
  }
}


.slider-news {
  display: flex;
  justify-content: center;
}

.big-slide {
  position: relative;
  /* width: 615px; */
  height: 500px;
}

.big-slide figure {
  width: 100%;
  height: 100%;
}

.big-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.big-slide .slide-details {
  font-family: "Gotham Pro";
  position: absolute;
  bottom: 10px;
  padding: 15px 25% 30px 30px;
  color: #fff;
  z-index: 99;
}

.big-slide .slider-gradient,
.main-slider .gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  /* background: radial-gradient(at bottom left, #000, rgb(255, 255, 255, 0)); */
  background: radial-gradient(at bottom left, #0000009c, rgb(255, 255, 255, 0));
}

.big-slide .slide-category {
  margin-bottom: 15px;
}

.big-slide .slide-post-time {
  margin-top: 10px;
  /* background-color: #cb1212;
  padding: 3px 15px; */
  width: auto;
  float: left;
  font-size: 14px;
}

@media (max-width: 575px) {
  .slider-news {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
}

/* //////////////////// */

.half-size {
  flex: 1;
}

.list-news {
  margin-left: 15px;
  overflow: overlay;
  position: relative;
  float: left;
  height: 500px;
}

.list-news-item {
  width: 100%;
  margin-bottom: 7px;
  float: left;
  position: relative;
  background-color: #eee;
}

.list-news-item:last-of-type {
  margin-bottom: 0;
}

.list-news-item img {
  width: 140px;
  height: 120px;
  object-fit: cover;
  float: left;
  position: relative;
}

.list-news-item-details {
  font-family: "Gotham Pro";
  width: calc(100% - 140px);
  height: 120px;
  /* background-color: #fff; */
  position: relative;
  float: left;
  padding: 10px 15px 0 15px;
  box-sizing: border-box;
}

.list-news-item-details a {
  text-decoration: none;
  color: #1c1e23;
}

.list-news-item-details a:hover {
  text-decoration: underline;
  color: #cb1212;
}

.list-news-item a h2 {
  margin-bottom: 5px;
  font-size: 14px;

  display: -webkit-box;
  -webkit-line-clamp: 3; /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5; /* Adjust line height as needed */
  /* max-height: 3em; */
}


.list-news-item-details .list-item-category,
.list-news-item-details .list-item-post-time {
  font-size: 12px;
}

.list-item-post-time {
  font-size: 14px;
  margin-top: 5px;
}


@media (max-width: 575px) {
  .list-news{
    width: 100%;
    height: auto;
    margin: 15px 0 0 0;
  }
}

/*ScrollBar*/

.list-news {
  overflow: hidden; /* Hide the scrollbar by default */
  transition: overflow 0.8s ease-in-out; /* Smooth transition */
}

.list-news:hover {
  overflow: auto; /* Show the scrollbar on hover */
}

.list-news::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.list-news::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  background-color: #f5f5f5;
}

.list-news::-webkit-scrollbar-thumb {
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #9e9e9e;
}

/* Cards */

.cards {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.card-item {
  flex: 0 0 24%;
  background-color: #fff;
  margin-bottom: 15px;
}


@media (max-width: 575px) {
  .cards {
    width: 100%;
  }

  .card-item{
    flex: 100%;
  }
  
}
/* .card-item:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, .16);
} */

.card-item:hover img {
  /* transform: scale(1.2);
transition: all ease .2s; */
  transform: scale3d(1.1, 1.1, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.44, 1.18);
}

.card-item img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  transition: all ease 0.3s;
}

.card-item:hover figure,
.card-item figure {
  width: 100%;
  height: 170px;
  position: relative;
  overflow: hidden;
  margin: 0;
}

.card-item-details {
  padding: 15px 0px;
}

.card-item-details a {
  text-decoration: none;
  color: #1c1e23;
}

.first-card .card-item-details a {
  color: #fff;
}

.first-card figure,
.first-card:hover figure {
  height: 340px;
}

.first-card .gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    at bottom left,
    rgb(0, 0, 0),
    rgb(255, 255, 255, 0)
  );
  z-index: 1;
}

.card-item-details h2 {
  font-size: 18px;
  /* display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; */
}

.card-item-details a h2:hover {
  text-decoration: underline;
  color: #cb1212;
}

.card-details {
  margin: 0 0 5px 0;
  color: #838383;
}

.card-details span.card-category {
  font-size: 14px;
  margin-bottom: 5px;
  /* font-weight: bold; */
}

.card-details span.card-post-time {
  font-size: 12px;
  margin-top: 8px;
}

.first-card {
  flex: 0 0 49.4%;
  position: relative;
}

.first-card img {
  position: absolute;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.first-card .card-item-details {
  position: absolute;
  z-index: 9;
  color: #ffffff;
  bottom: 0;
  width: 100%;
  padding: 25px 25px 30px 25px;
}

.first-card .card-post-time {
  background-color: #cb1212;
  padding: 4px 8px;
  width: auto;
  float: left;
  clear: both;
  margin-bottom: 6px;
}

.first-card .card-category,
.first-card .card-item-details h2 {
  width: 100%;
  float: left;
}

.live-stream-home,
.ads-space {
  background-color: transparent !important;
}

@media (max-width: 575px) {
  .first-card{
    flex:100%;
  }
  .card-item:hover figure,
  .card-item figure,
  .card-item figure img{
    height: 260px;
  }
}

/* Video Styles */

.homepage-video-section {
  background-color: #000;
  height: 540px
}

.homepage-video-section .section-title-wrapper {
  width: 1200px;
  margin: 0 auto;
}

.videos {
  width: 1200px;
  height: 340px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

@media (max-width: 575px) {
  .videos{
    width: 100%;
    padding: 0 10px;
  }
  .homepage-video-section{
    overflow: hidden;
  }
}

.video-item img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.video-swiper-container {
  width: 100%;
  height: 100%;
  padding: 25px 0;
}

.video-swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */
  width: 100%;
  height: 280px;
  margin-right: 10px !important;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

.video-swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.video-swiper-container .swiper-slide-details {
  position: absolute;
  color: #fff;
  z-index: 9;
  padding: 15px;
  text-align: left;
  bottom: 0px;
}

.video-swiper-container .swiper-slide-time {
  font-size: 14px;
  font-weight: 100;
  margin-bottom: 10px;
}

.video-swiper-container .swiper-slide-details span {
  width: 100%;
  float: left;

  display: flex;
    align-items: center;
}

.video-swiper-container .swiper-slide-details span a {
  color: #fff;
  text-decoration: none;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.video-swiper-container .swiper-slide-details span a:hover{
  color:#cb1212;
}

.video-swiper-container .swiper-slide-category {
  font-size: 14px;
  margin-bottom: 8px;
}
.video-swiper-container .swiper-slide-time {
  margin-top: 5px;
}

.video-swiper-container .swiper-slide-time svg {
  fill: #fff;
  width: 15px;
  height: 15px;
  vertical-align: bottom;
  margin-right: 4px;
}

.video-swiper-container .swiper-slider-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: rgb(2,0,36);
  background: -moz-linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(255,255,255,0) 100%);
  background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#ffffff",GradientType=1); */
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.video-swiper-container .swipper-buttons-holder {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.video-swiper-container .swipper-buttons-holder {
  /* display: none; */
  /* top: calc(50% - 10px); */
  height: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  position: absolute;
  width: 75px;
  bottom: 20px;
  right: 5px;
  z-index: 99;
}

.video-swiper-container .swiper-button-prev img {
  margin-left: -3px;
}

.video-swiper-container .swiper-button-next,
.video-swiper-container .swiper-button-prev {
  opacity: 0.5;
  /* background: rgba(0, 0, 0, 0.34118); */
  background: #ddd;
  border-radius: 50%;
  width: 48px !important;
  height: 48px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  outline: none;
  cursor: pointer !important;
  float: left;
  margin: 0;
}

.video-swiper-container .swiper-button-next::after {
  color: #000;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 35px;
}

.video-swiper-container .swiper-button-prev::after {
  color: #000;
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 35px;
}

.video-swiper-container .swiper-button-next:hover,
.video-swiper-container .swiper-button-prev:hover {
  opacity: 1;
}

.video-swiper-container a,
.swiper-slide-title a {
  color: #fff;
  text-decoration: none;
}

.swiper-slide-title a:hover {
  color: #cb1212;
  /* text-decoration: underline; */
}

.video-swiper-container a:hover {
  text-decoration: underline;
  color: #cb1212;
}

.more-videos-btn{
  width: 100%;
  text-align: right;
}

/* //////////////////// */

.add-demo {
  font-family: "Gotham Pro";
  width: 728px;
  height: 90px;
  line-height: 90px;
  margin: 15px auto;
  background-color: #c8c8c8;
  color: #323232;
  text-align: center;
}

/* Slide Program */

.slide-program {
  width: 100%;
  height: 420px;
  position: relative;
}

.slide-program img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-program figure {
  margin: 0;
}

.slide-program-details {
  position: absolute;
  width: 100%;
  /* bottom:20px; */
  /* padding:30px; */
  color: #fff;
}

.slide-program-titulli a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 575px) {
  .add-demo{
    width: 100%;
  }
}

/* SectionSwiper */

.section-swiper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.section-swiper picture {
  height: 100%;
  width: auto;
  object-fit: cover;
}

.section-swiper .swiper-slider-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: rgb(2,0,36);
  background: -moz-linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(255,255,255,0) 100%);
  background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#ffffff",GradientType=1); */
  background: rgb(57, 57, 57);
  background: -moz-linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(57, 57, 57, 0) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(57, 57, 57, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(57, 57, 57, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#393939",endColorstr="#393939",GradientType=1);
}

.section-swiper .swipper-buttons-holder {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.section-swiper .swipper-buttons-holder {
  /* display: none; */
  /* top: calc(50% - 10px); */
  height: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  position: absolute;
  width: 75px;
  bottom: 20px;
  right: 5px;
  z-index: 99;
}

.section-swiper .swiper-button-prev img {
  margin-left: -3px;
}

.section-swiper .swiper-button-next,
.section-swiper .swiper-button-prev {
  opacity: 0.5;
  /* background: rgba(0, 0, 0, 0.34118); */
  background: #ddd;
  border-radius: 50%;
  width: 48px !important;
  height: 48px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  outline: none;
  cursor: pointer !important;
  float: left;
  margin: 0;
}

.section-swiper .swiper-button-next::after {
  color: #000;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 35px;
}

.section-swiper .swiper-button-prev::after {
  color: #000;
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 35px;
}

.section-swiper .swiper-button-next:hover,
.section-swiper.swiper-button-prev:hover {
  opacity: 1;
}

/* Footer Style */
footer {
  width: 100%;
  height: auto;
  position: relative;
  float: left;
  background-color: #0d1117;
  color: #fff;
}

.social-icons-wrapper {
  width: 100%;
  height: 50px;
  background-color: #25292f;
}

.social-icons-wrapper ul {
  list-style: none;
  width: 1200px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.social-icons-wrapper svg,
.social-icons-wrapper .fa {
  width: 24px;
  fill: #fff;
  color: #fff;
  transition: ease-in-out 200ms;
}

.social-icons-wrapper .fa {
  font-size: 24px;
  text-align: center;
}

.social-icons-wrapper li:first-of-type svg {
  width: 18px;
}

.social-icons-wrapper svg:hover,
.social-icons-wrapper a:hover .fa {
  transform: scale(1.2);
  transition: ease-in-out 200ms;
}


.footer-menus-wrapper {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}

.footer-menus-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
}

.footer-menu ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 40px auto 60px;
}

.footer-menu ul li {
  margin: 6px 0;
}

.footer-menu ul li:first-of-type {
  font-weight: bold;
  font-size: 22px;
}

.footer-menu ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-menu ul li a:hover {
  text-decoration: underline;
}

@media (max-width: 575px) {
  .social-icons-wrapper ul,
  .footer-menus-wrapper{
    width: 100%;
  }
  .footer-menus-wrapper{
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
    padding: 0 15px;
  }

  .social-icons-wrapper{
    padding: 0 60px;
  }
}

/* Me te Lexuarat */

.me-te-lexuarat-wrapper {
  width: 100%;
  height: 100%;
  background-color: #1c1e23;
  float: left;
}
.me-te-lexuarat {
  width: 700px;
  height: 100%;
  position: relative;
  padding: 25px 0 50px;
  margin: 0 auto;
  color: #fff;
}

.me-te-lexuarat h2 {
  width: 80%;
  font-weight: 100;
  margin: 40px auto 20px;
}

.me-te-lexuarat ul {
  list-style: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.me-te-lexuarat ul li span {
  width: 100%;
  float: left;
  position: relative;
}

.me-te-lexuarat ul li span a{
  color:#fff;
  text-decoration: none;
}

.me-te-lexuarat ul li span a:hover{
  text-decoration: underline;
}

.me-te-lexuarat ul li {
  border-bottom: solid 1px #ffffff4d;
  padding: 10px 0;
}

.me-te-lexuarat ul li:hover {
  cursor: pointer;
}

.me-te-lexuarat ul li:hover .most-read-arrow {
  transform: scale(1.3);
}

.me-te-lexuarat ul li:hover .most-read-title {
  text-decoration: underline;
}

.me-te-lexuarat ul li:last-of-type {
  border: none;
}
.most-read-number {
  width: 10% !important;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #5c6d7d;
}

.most-read-category,
.most-read-title {
  width: 85% !important;
  margin: 7px 5px 0 5px;
}

.most-read-title {
  font-weight: 600;
  font-size: 18px;
}

.most-read-arrow {
  width: 10px !important;
}

.most-read-arrow svg {
  width: 10px;
  fill: #fff;
}


@media (max-width: 575px) {
  .me-te-lexuarat{
    width: 70%;
  }
}

/* Keep the two-digit ranking separate from the category and title. */
.me-te-lexuarat ul {
  width: 100%;
  padding: 0;
}

.me-te-lexuarat ul li {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 18px;
  grid-template-rows: auto auto;
  column-gap: 14px;
  width: 100%;
  align-items: center;
}

.me-te-lexuarat ul li span {
  float: none;
  min-width: 0;
}

.most-read-number {
  grid-column: 1;
  grid-row: 1 / 3;
  width: auto !important;
  margin: 0;
  line-height: 1;
}

.most-read-category,
.most-read-title {
  grid-column: 2;
  width: auto !important;
  margin: 4px 0;
  overflow-wrap: anywhere;
}

.most-read-category {
  grid-row: 1;
}

.most-read-title {
  grid-row: 2;
}

.most-read-arrow {
  grid-column: 3;
  grid-row: 1 / 3;
  width: 10px !important;
}

@media (max-width: 575px) {
  .me-te-lexuarat {
    box-sizing: border-box;
    width: 100%;
    padding: 20px 15px 40px;
  }

  .me-te-lexuarat h2 {
    width: 100%;
    margin: 0 0 18px;
  }

  .me-te-lexuarat ul li {
    grid-template-columns: 36px minmax(0, 1fr) 12px;
    column-gap: 10px;
    padding: 14px 0;
    align-items: start;
  }

  .most-read-number {
    padding-top: 2px;
    font-size: 28px;
    line-height: 1;
    text-align: left;
  }

  .most-read-category,
  .most-read-title {
    margin: 0;
  }

  .most-read-category {
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 1.25;
  }

  .most-read-title {
    font-size: 16px;
    line-height: 1.35;
  }

  .most-read-arrow {
    align-self: center;
    justify-self: end;
  }
}

/* Programi Slider */

.slide-program-wrapper {
  width: 100%;
  height: 560px;
  position: relative;
}

.full-wide-slider {
  position: relative;
  width: 100%;
  /* height: 38vw;
  min-height: 8vw; */
  margin-bottom: 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 1.2s ease;
}
.full-wide-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.caption,
.slick-slide::before,
.slick-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slick-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-slide {
  position: relative;
  height: 560px;
}
.slick-slide::before {
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
}
.slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
.slick-slide iframe {
  position: relative;
  pointer-events: none;
}
.slick-slide figure {
  position: relative;
  height: 100%;
}
.slick-slide .slide-image {
  opacity: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.8s ease;
}
.slick-slide .slide-image.show {
  opacity: 1;
}
.slick-slide .image-entity {
  width: 100%;
  height: auto;
  opacity: 0;
}
.slick-slide .loading {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
}
.slick-slide .slide-media {
  -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
  animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.slick-slide.slick-active {
  z-index: 1;
}
.slick-slide.slick-active .slide-media {
  -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
  animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.slick-slide.slick-active .caption {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}

.slick-slide .caption {
  position: absolute;
  top: 65%;
  left: 5%;
  text-align: center;
  padding: 20px;
  /* border: 3px solid; */
  color: #fff;
  margin: 0;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.02em;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease;
  transform: translateY(100px);
}

.slick-dots {
  text-align: center;
  padding-top: 0;
  margin: 0;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  width: 14px;
}
.slick-dots li button {
  font-size: 0; /* Hide the number */
  line-height: 0; /* Hide the number */
  width: 14px;
  height: 14px;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 0 transparent;
  vertical-align: middle;
  color: #fff;
  background-color: #fff;
  transition: all 0.3s ease;
  opacity: 0.4;
  padding: 0;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover {
  opacity: 1;
}
.slick-dots li.slick-active button {
  /* border-color: #2d3042; */
  box-shadow: 0 0 0 2px #fff;
  opacity: 1;
}

/* .container {
  background-color: #f2f2f2;
  color: #444;
  line-height: 1.6;
  padding: 40px 0;
}
.container .content {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}
.container p {
  margin-bottom: 40px;
}
 */
@-webkit-keyframes slideIn {
  from {
    filter: blur(15px);
  }
  to {
    filter: blur(0);
  }
}

@keyframes slideIn {
  from {
    filter: blur(15px);
  }
  to {
    filter: blur(0);
  }
}
@-webkit-keyframes slideOut {
  from {
    filter: blur(0);
  }
  to {
    filter: blur(15px);
  }
}
@keyframes slideOut {
  from {
    filter: blur(0);
  }
  to {
    filter: blur(15px);
  }
}

.ad-box {
  height: 250px;
  /* background-color: #c8c8c8; */
  border: solid 1px #eee;
}

.ad-box img {
  height: 100%;
  transform: none;
}

.card-item:hover .ad-box img {
  transform: none;
}

/* Single Post Styles */

.single-post-wrapper {
  width: 100%;
  height: auto;
  position: relative;
}

.single-post-title-box {
  padding: 10px 0;
}

.single-post-title-box .post-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 14px;
  line-height: 30px;
  padding: 15px 0 0 0;
}

.single-post-title-box .post-meta {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

.single-post-title-box .post-meta-separator {
  margin: 0 2px;
}

.single-post-title-box .post-location {
  margin: 0 !important;
}

.single-post-title-box .post-details span {
  margin-right: 10px;
}
.single-post-title-box .post-details span:last-of-type {
  margin-left: 10px;
}

.single-post-content-wrap {
  width: 1200px;
  height: auto;
  position: relative;
  margin: 30px auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.single-post-content {
  width: 800px;
  float: left;
}

.single-post-content .featured-image {
  width: 100%;
  height: 460px;
  margin-bottom: 15px;
}

.single-post-content .featured-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.single-post-text-content img {
  width: auto;
  height: auto;
  margin: 0 auto;
}

.single-post-text-content figure {
  text-align: center;
  margin: 0 0 15px 0;
}

.single-post-text-content a {
  color: #cb1212;
}

.post-tags h4 img {
  width: 24px;
  margin-right: 10px;
}

.post-tags h4 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  color: #cb1212;
}

.tags li a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
}

.tags li a:hover {
  color: #fff;
}

.tags {
  list-style: none;
  margin: 10px 0;
  overflow: hidden;
  padding: 0;
}

.tags li {
  float: left;
}

.tag {
  background: #eee;
  border-radius: 3px 0 0 3px;
  color: #999;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  color: #333;
  font-size: 14px;
}

.tag:hover {
  background-color: crimson;
  color: white;
}

.tag:hover::after {
  border-left-color: crimson;
}

@media (max-width: 575px) {
  .single-post-content-wrap,
  .single-post-content,
  .single-post-sidebar-wrap{
    width: 100%;
  }

  .single-post-title-box h2{
    padding: 0 15px;
  }

  .single-post-title-box .post-details span{
    font-size: 12px;
  }

  .single-post-content-wrap,
  .related-posts-wrap{
    flex-direction: column !important;
    margin: 80px auto;
  }

  .related-post-item{
    flex:100%;
  }

  .single-post-content .featured-image{
    height: 280px;
  }

  .single-post-text-content,
  .post-tags,
  .single-post-related-posts{
    padding: 0 15px;
  }

  .single-post-sidebar-wrap{
    width: 100% !important;
    margin:0 !important;
    padding: 0 15px;
  }
}


/* Related Posts Single-post-page */

.related-posts-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.related-posts-wrap .related-post-item {
  flex: 0 48%;
}

.related-post-item h2 {
  font-size: 18px;
  padding: 0 0 15px 0;
}

.related-post-item h2 a {
  color: #000;
  text-decoration: none;
}

.related-post-item h2 a:hover {
  color: #cb1212;
  text-decoration: underline;
}

.related-post-item img{
  width:100%;
  height: 250px;
  object-fit: cover;
}

.single-post-sidebar-wrap {
  width: 360px;
  height: auto;
  float: left;
  position: relative;
  margin-top: 115px;
}

.sidebar-block .section-title-wrapper {
  float: left;
}

.sidebar-block {
  width: 100%;
}

.sidebar-block .post-time {
  font-size: 12px;
  margin: 8px 0;
}

.sidebar-block .sidebar-full > a {
  text-decoration: none;
  color: #1c1e23;
}

.sidebar-block .sidebar-full > a:hover {
  color: #cb1212;
  text-decoration: underline;
}

.sidebar-block .sidebar-full > a > h2 {
  display: -webkit-box;
  /* -webkit-line-clamp: 2; */
  /* -webkit-box-orient: vertical; */
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  /* line-height: 1.5; */
  /* max-height: 3em; */
  text-decoration: none;
  /* margin-bottom: 15px; */
  line-height: 26px;
  margin-bottom: 15px;
  font-size: 18px;
}

.sidebar-block .section-title-wrapper::before {
  top: 35px;
}

.iframe-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

/* .iframe-wrapper iframe { */
/* max-width: 73% !important; */
/* max-width: 100% !important;
  width: 100%;
  height: 480px;
} */

.facebook-iframe {
  min-height: 510px;
  height: auto;
  float: left;
  margin: 10px auto;
}

.iframe-wrapper .youtube-iframe {
  max-width: 100% !important;
}

.instagram-iframe {
}

.share-button-on-post-top {
  /* width: 50%; */
  display: flex;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  gap: 6px;
  flex-shrink: 0;
}

.share-button-on-post-top img {
  width: 26px;
  height: 26px;
  display: block;
}

.share-button-on-post-top a {
  display: block;
}

.share-button-on-post-top a:hover {
  opacity: 0.5;
}

.share-button-on-post-top span {
  margin-left: 0 !important;
  /* margin-right: 0 !important; */
}

/* Video Galler======================= */
.video-banner-icon-play {
  position: absolute;
  left: 50%;
  top: 50%;

  display: block;
  width: 2.5em;
  height: 2.5em;

  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1);
  -o-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);

  -webkit-transition: all 0.2s ease-out 0.05s;
  transition: all 0.2s ease-out 0.05s;
}

@media (min-width: 641px) {
  .video-banner-icon-play {
    width: 4.5em;
    height: 4.5em;
  }
}

.video-banner-icon-play:hover {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1.2);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1.2);
  -o-transform: translateX(-50%) translateY(-50%) scale(1.2);
  transform: translateX(-50%) translateY(-50%) scale(1.2);

  /*background: #330099;*/
}

/* Video Modal
-----------------------------------------*/
.video-modal,
.video-modal .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
}

.video-modal {
  overflow: hidden;
  position: fixed;
  opacity: 0;
  -webkit-transform: translate(500%, 0%);
  transform: translate(500%, 0%);
  -webkit-transition: -webkit-transform 0s linear 0s;
  transition: transform 0s linear 0s;
  /* using flexbox for vertical centering */
  /* Flexbox display */
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  /* Vertical alignment */
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.video-modal .overlay {
  z-index: 0;
  /*background: rgba(13, 1, 61, 0.82);*/
  background: rgba(0, 0, 0, 0.9);
  /* overlay color */
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0.05s;
  transition: opacity 0.2s ease-out 0.05s;
}

.video-modal-content {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  margin: 0 auto;
  overflow-y: visible;
  background: #000;
  width: calc(100% - 12em);
  height: 0;
  /* padding-top: calc((100% - 12em) * 0.5625); */
  /* 16:9 calc */
}

/* Scaling to fit within the current Viewport size:
 When viewport aspect ratio is greater than 16:9
 work off the height instead of the width for calc */
@media (min-aspect-ratio: 16/9) {
  .video-modal-content {
    width: 0;
    height: calc(100vh - 10em);
    padding-top: 0;
    padding-left: calc((100vh - 10em) * 1.7778);
    /* 16:9 calc */
  }
}

/* Mobile Layout Tweaks - side margins reduced */
@media (max-width: 640px) {
  .video-modal-content {
    width: calc(100% - 1em);
    padding-top: calc((100% - 1em) * 0.5625);
    /* 16:9 calc */
  }
}

/* modal close button */
.close-video-modal {
  display: block;
  position: absolute;
  left: 0;
  top: -40px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

/* set the iframe element to stretch to fit its parent element */
iframe#youtube {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #000;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
}

/* show the modal: 
 add class to the body to reveal */
.show-video-modal .video-modal {
  opacity: 1;
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
}

.show-video-modal .video-modal .overlay {
  opacity: 1;
}

.show-video-modal .video-modal-content {
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
}

/* Video Single Post */

.videoWrapper {
  position: relative;
  width: 100%;
  height: 0;
  background-color: #000;
}

.videoWrapper43 {
  padding-top: 75%;
}

.videoWrapper169 {
  padding-top: 56%;
}

.videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}

.videoPoster:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  border: 5px solid #fff;
  border-radius: 100%;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
}

.videoPoster:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -24px 0 0 -14px;
  border-left: 40px solid #fff;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
}

.videoPoster:hover:before,
.videoPoster:focus:before {
  border-color: #f00;
}

.videoPoster:hover:after,
.videoPoster:focus:after {
  border-left-color: #f00;
}

.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}

/* /////// */

#newsTicker1 .ent_label {
  background: #cb1212 !important ;
}

#newsTicker1.ent_wrapper {
  width: 100% !important;
  z-index: 0;
}

#newsTicker1 .ent_navigation {
  background: #cb1212 !important ;
}

#newsTicker1 .ent_news_url .ent_heading:hover {
  color: #cb1212 !important ;
}

#newsTicker1 .ent_news_url .ent_date {
  display: none !important;
}

#newsTicker1 .ent_label span {
  width: 100px;
}

/* .iframe-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; 

  background: #f0f0f0; 
}

.iframe-wrapper .iframe-placeholder {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ccc;
  padding: 20px;
  color: #333;
  border: 1px solid #999;
  border-radius: 4px;
  text-align: center;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */

/* Category Page */

.category-page-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.category-content {
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
}


@media (max-width: 575px) {
  .category-content {
    width: 100%;
    padding: 0 15px;
  }
}

.breadcrumbs {
  width: 100%;
  font-size: 14px;
  margin: 10px 0;
}

.breadcrumbs a {
  text-decoration: none;
  color: #333;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

#category-load-more-button-wrap,
.no-posts {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  padding: 10px;
}

#category-load-more-button-wrap button {
  background: #fff;
  padding: 10px 35px;
  border-radius: 30px;
  border: solid 1px #ccc;
  transition: background-color 0.3s ease;
}

#category-load-more-button-wrap button:hover {
  transition: background-color 0.3s ease;
  background-color: #cb1212;
  border: solid 1px #cb1212;
  color: #fff;
  cursor: pointer;
}

/* Page Layout Style */

/* Main layout styling */
.row {
  display: flex;
  flex-wrap: wrap;
}

/* Tab Menu Styling */
.tab-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-width: 280px;
  flex: 0 0 280px; /* Fixed width for the tab menu */
}

.tab-menu li {
  margin-bottom: 10px;
}

.tab-menu li a {
  display: block;
  padding: 10px 15px;
  background-color: #f5f5f5;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  font-weight: bold;
}

.tab-menu li.active a,
.tab-menu li a:hover {
  background-color: #cb1212;
  color: #fff;
}

/* Tab Content Styling */
.tab-content {
  flex: 1; /* Take the remaining space */
  padding-left: 20px; /* Space between tabs and content */
}

.tab-content .tab-pane {
  display: none;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  /* margin-top: 10px; */
}

/* Show active tab content */
.tab-content .tab-pane.active {
  display: block;
}

/* Additional Styling */
.tab-content .tab-pane p {
  /* margin: 0;
  padding: 0; */
}

.blok {
  /* background-color: #f9f9f9; */
  padding: 20px;
  border-radius: 4px;
}

.blok-body {
  max-width: 100%;
  display: flex;
}

/* PDF icon style on "Vendimet" tab content */

.tab-page-content .embed-svg,
.njoftimet-list-item .embed-svg,
.vendimet-list-item .embed-svg {
  width: 30px;
  fill: #838383;
}

.tab-page-content .embed-svg:hover,
.njoftimet-list-item .embed-svg:hover,
.vendimet-list-item .embed-svg:hover {
  fill: #cb1212;
}

.njoftimet-list-item,
.vendimet-list-item {
  margin-bottom: 15px;
  padding: 10px;
  border-bottom: 1px solid #eee;
}
.njoftime-list ul li a {
  text-decoration: none;
  color: #333;
}

.njoftime-list ul li a:hover {
  text-decoration: underline;
  color: #cb1212;
}

.programi-header-wrapper {
  width: 100%;
  background-color: #000;
  color: #fff;
}

/* Broadcast blocsk on Programet Page */

.broadcast-info {
  display: flex;
  width: 1200px !important;
  margin: 0 auto;
  justify-content: flex-start;
  flex-wrap: nowrap;
  position: relative;
}

.broadcast-item {
  position: relative;
  width: calc(100% * 1 / 3);
  height: 140px;
  margin: 0px 5px;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(45deg, #333 0%, rgb(143 6 6) 100%);
  background: -webkit-linear-gradient( 45deg, #333 0%, rgb(143 6 6) 100%);
  background: linear-gradient(45deg, #333 0%, rgb(143 6 6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ff0001",GradientType=1);
}

.broadcast-emisioni-logo {
  width: 88px;
  height: 88px;
  margin: 30px 0 30px 25px;
  border-radius: 50%;
  background: #fff;
  float: left;
}

.broadcast-emisioni-emri {
  color: #fff;
  margin: 50px 0 0 20px;
  float: left;
  width: 60%;
}

.broadcast-progress-bar-container {
  width: 100%;
  max-width: 235px;
  background-color: #f0f0f0;
  overflow: hidden;
  height: 4px;
  margin: 50px auto 0;
}

.broadcast-progress-bar {
  height: 100%;
  width: 0%;
  background-color: #df0202;
  text-align: center;
  line-height: 30px;
  color: white;
  font-weight: bold;
  transition: width 1s linear;
}


.broadcast-emisioni-koha{
  color: #fff;
    margin: 5px 0 0 20px;
    float: left;
}


/* Programi Transparences Page */

.programi-transparences{
  margin-top: 30px;
  min-height: 960px;
}

#programi-transparences-first-item{
  font-size: 24px;
}

.programi-transparences .myContentsDiv a{
  color:#cb1212;
  text-decoration: none;
}

.programi-transparences .myContentsDiv a:hover{
  color:#ff0e0e;
  text-decoration: underline;
  transition: all 0.1s ease-in-out;
}

.titleCol {
  list-style: none;
    flex: 0 32.33%;
    height: 90px;
    padding: 10px;
    background-color: #cb1212;
    color: #fff;
    font-size: 90%;
    cursor: pointer;
    margin: 4px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.titleCol:hover {
  background-color: #ff1a1a;
}

.titleCol p{
  margin: 0;
}
.myContentsDiv {
  display: none;
  border: 1px solid #ccc;
    padding: 15px;
    border-radius: 15px;
    margin-left: 10px;
    background-color: #f5f5f5;
    box-shadow: 0 0 5px #ddd inset;
}

#tab-side-menu{
  width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    float: left;
    position: relative;
}

.myContentsDiv{
  width: 100%;
  float: left;
  position: relative;
  margin-top: 25px;
  margin-bottom: 45px;
}


@media (max-width: 575px) {
  .programi-transparences{
    margin-top: 100px;
    min-height: 960px;
  }

  .titleCol{
    flex: 1 100%;
  }

  .myContentsDiv{
    margin-left: 0;
  }

  .ad-box{
    height: auto;
  }
  
}


/* Search bar top bar - desktop */

.search {
  color: #fff;
  /* width: 10%; */
  float: left;
  line-height: 60px;
}

.search input[type="text"]{
  /* width: 20rem; */
  height: 2rem;
  padding: 0 1rem; 
  border-radius: 2rem;
  border: none;
  transition: transform 0.1s ease-in-out;
}

.searchInputWrapper {
  position: relative;
}

.searchInput {
  /* width: 20rem; */
  height: 2rem;
  padding: 0 1rem; 
  border-radius: 2rem;
  border: none;
  transition: transform 0.1s ease-in-out;
}

::placeholder {
  color: #a1a1a1;
}

/* hide the placeholder text on focus */
:focus::placeholder {
  text-indent: -999px
}

.searchInput:focus {
  outline: none;
  transform: scale(1.1);
  transition: all 0.1s ease-in-out;
}

.searchInputIcon {
  position: absolute;
  right: 0.8rem;
  top: 0.5rem;
  color: #a1a1a1;
  transition: all 0.1s ease-in-out;
}

.search:focus-within > 
.searchInputWrapper > .searchInputIcon {
  right: 0.2rem;
}

.searchInput:focus {
  outline: none;
  transform: scale(1.1);
  transition: all 0.1s ease-in-out;
}

.searchInputIcon {
  position: absolute;
  right: 0.8rem;
  top: 20px;
  color: #a1a1a1;
  transition: all 0.1s ease-in-out;
}

.container:focus-within > 
.searchInputWrapper > .searchInputIcon {
  right: 0.2rem;
}

/* Single Post Gallery Style */



#single-post-gallery {
  width: 100%;
  height: 480px;
  float: left;
  position: relative;
  margin: 10px 0;
}

#single-post-gallery .portfolio-slides {
  width: 100%;
  height: 100%;
  float: left;
}

#single-post-gallery .portfolio-slides li {
  list-style: none;
  width: 100%;
  height: 100%;
}

#single-post-gallery .portfolio-slides li img {
  width: 100%;
  height: 480px !important;
  object-fit: cover;
}

#single-post-gallery .slick-dots {
  display: none !important;
}



#single-post-gallery .slick-prev,
#single-post-gallery .slick-next {
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 99;
  background: #0000006e;
  opacity: 0;
  border-radius: 2px;
}

#single-post-gallery:hover .slick-prev,
#single-post-gallery:hover .slick-next {
  opacity: 1;
  transition: all 600ms;
}

#single-post-gallery .slick-prev {
  left: 0;
  top: 50%;
  transform: translateX(-50px);
  transition: all 600ms;
}

#single-post-gallery :hover .slick-prev {
  transform: translateX(10px);
  transition: all 600ms;
}

#single-post-gallery .slick-next {
  right: 0;
  top: 50%;
  transform: translateX(50px);
  transition: all 600ms;
}

#single-post-gallery :hover .slick-next {
  transform: translateX(-10px);
  transition: all 600ms;
}


#single-post-gallery .slick-prev svg,
#single-post-gallery .slick-next svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  transition: all 600ms;
}

#single-post-gallery .slick-prev:hover svg,
#single-post-gallery .slick-next:hover svg {
  transform: scale(1.2);
  transition: all 600ms;
}

#single-post-gallery a{
  text-decoration: none;
}
#single-post-gallery .slick-arrow .fa{
  display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 50px;
    text-decoration: none;
    font-size: 28px;
    color: #fff;
}

#single-post-gallery .slick-list {
  height: 680px;
}


.pagingInfo {
  width: 75px !important;
  height: 30px;
  background: #0000009c;
  margin: 10px;
  position: absolute;
  padding: 5px 10px;
  color: #fff;
  border-radius: 5px;
  z-index: 99;
  right: 10px;
  bottom: 10px;
  font-size: 14px;
}


/*Mobile Menu ===================================*/

#menu-container {
  display: block;
}

#menu-wrapper {
  overflow: hidden;
  max-width: 100%;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
}

#menu-wrapper #hamburger-menu {
  position: relative;
  width: 25px;
  height: 20px;
  margin: 30px;
  float: left;
}

#menu-wrapper #hamburger-menu span {
  opacity: 1;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  color: black;
  background-color: #fff;
  position: absolute;
  transform: rotate(0deg);
  transition: 0.4s ease-in-out;
}

#menu-wrapper #hamburger-menu span:nth-child(1) {
  top: 0;
}

#menu-wrapper #hamburger-menu span:nth-child(2) {
  top: 9px;
}

#menu-wrapper #hamburger-menu span:nth-child(3) {
  top: 18px;
}

#menu-wrapper #hamburger-menu.open span:nth-child(1) {
  transform: translateY(9px) rotate(135deg);
}

#menu-wrapper #hamburger-menu.open span:nth-child(2) {
  opacity: 0;
  transform: translateX(60px);
}

#menu-wrapper #hamburger-menu.open span:nth-child(3) {
  transform: translateY(-9px) rotate(-135deg);
}

#menu-container .menu-list .menu-submenu {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
  list-style: none;
  text-transform: uppercase;
  padding: 0 20px;
}

#menu-container .menu-list .menu-submenu li a {
  color: #555;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  /* 			padding: 0 35px; */
  margin-left: 10px;
}

#menu-container .menu-list {
  padding-left: 0;
  display: block;
  position: absolute;
  width: 100%;
  max-width: 450px;
  background: #fff;
  /*     box-shadow: rgba(100, 100, 100, 0.2) 6px 2px 10px; */
  z-index: 999;
  overflow-y: auto;
  overflow-x: hidden;
  left: -100%;
  margin: 0;
  height: 100vh;
  top: 80px;
}

/* 

#menu-container .menu-list li.accordion-toggle,
#menu-container .menu-list .menu-login {
  font-size: 16px;
  padding: 20px;
  text-transform: uppercase;
  border-top: 1px solid #000;
  box-shadow: 2px 11px 20px #ccc;
} */

#menu-container .menu-list li:first-of-type {
  border-top: 0;
}

/* #menu-container .menu-list li:last-of-type {
        padding: 0;
    } */

#menu-container > .menu-list > .menu-submenu li {
  padding: 15px 0;
  width: 100%;
}

.accordion-toggle,
.accordion-content {
  cursor: pointer;
  font-size: 16px;
  position: relative;
  padding: 10px 20px;
  font-family: "Oswald";
  letter-spacing: 0.0234em;
  border-bottom: solid 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
}

.accordion-content {
  display: none;
}

.accordion-toggle span:before,
.accordion-toggle span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 15px;
  height: 2px;
  margin-top: -1px;
  background-color: #555;
  transform-origin: 50% 50%;
  transition: all 0.3s ease-out;
}

.accordion-toggle span:before {
  transform: rotate(-90deg);
  opacity: 1;
  z-index: 2;
}

.accordion-toggle.active-tab {
  background: #222;
  transition: all 0.3s ease;
}

.accordion-toggle span.active:before {
  transform: rotate(0deg);
  background: #285dc5 !important;
}

.accordion-toggle span.active:after {
  transform: rotate(180deg);
  background: #285dc5 !important;
  opacity: 0;
}

.accordion-toggle.active-tab span.active:before,
.accordion-toggle.active-tab span.active:after {
  background-color: #fff !important;
}

.accordion-toggle.active-tab a {
  color: #fff;
}

#menu-container .menu-list .active li {
  background: #f00;
}

.menu-list li a {
  color: #222;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}


.lajmet-page .section-title a {
  color: inherit;
  text-decoration: none;
}

.lajmet-page .section-title a:hover {
  text-decoration: underline;
}



/* RTI Language dropdown */
.dropdown-container {
  position: relative;
  display: inline-block;
  width: 135px;
}
.dropdown-btn {
  height:40px;
  background: transparent;
  border: 0;
  appearance: none;
  box-shadow: none;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
  /* border-radius: 5px; */
  color:#fff;
}
.dropdown-btn:hover {
  background: transparent;
  border-color: transparent;
  color:#fff;
}
.dropdown-content {
  display: none;
  position: absolute;
  background: white;
  /* border: 1px solid #ccc; */
  width: 100%;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  /* border-radius: 5px; */
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.dropdown-content div {
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: background 0.3s ease-in-out;
}
.dropdown-content div:hover {
  background: #cb1212;
}

.dropdown-content img{
  vertical-align: middle;
}

.dropdown-content a{
  text-decoration: none;
  color: #aaa;
}

.dropdown-content a:hover,
.dropdown-content div:hover a{
  color:#fff;
}

.flag {
  width: 30px;
  height: 30px;
}
.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* Font Awesome interface icons and responsive header */
.mobile-menu-toggle,
.mobile-language-switcher {
  display: none;
}

.searchInputIcon {
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 1;
  pointer-events: none;
}

.fa {
  font-family: "FontAwesome" !important;
  font-style: normal;
  font-weight: normal;
}

.single-post-title-box .post-meta .fa {
  margin-right: 4px;
  font-size: 14px;
}

.breadcrumb-separator {
  display: inline-block;
  margin: 0 4px;
  font-size: 1.15em;
  line-height: 1;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1230px) {
  .container,
  .homepage-video-section .section-title-wrapper,
  .videos,
  .social-icons-wrapper ul,
  .footer-menus-wrapper,
  .single-post-content-wrap,
  .category-content {
    width: calc(100% - 30px);
  }

  .single-post-text-content img,
  .single-post-text-content video,
  .single-post-text-content iframe {
    max-width: 100%;
  }
}

@media (max-width: 900px) {
  .single-post-content-wrap {
    flex-direction: column;
  }

  .single-post-content,
  .single-post-sidebar-wrap {
    width: 100%;
  }

  .single-post-sidebar-wrap {
    margin: 20px 0 0;
  }
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  body.mobile-navigation-open {
    overflow: hidden;
  }

  header {
    position: fixed !important;
    top: 0 !important;
    height: 80px;
    background-color: #cb1212;
  }

  .header-wrapp {
    height: 80px;
  }

  .top-bar,
  .top-bar-content-wrapper {
    height: 80px;
  }

  .top-bar-content-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .top-logo {
    width: 130px;
    min-width: 130px;
    height: 80px;
    padding: 12px 0;
  }

  .top-logo img {
    width: 100%;
    height: 100%;
    padding: 0;
    object-fit: contain;
  }

  .top-bar .top-menu {
    display: none;
  }

  .search {
    display: none;
  }

  .mobile-language-switcher {
    position: relative;
    display: block;
    margin-left: auto;
    z-index: 1002;
  }

  .mobile-language-switcher .dropdown-container {
    display: block;
    width: 46px;
    margin: 0;
  }

  .mobile-language-switcher .dropdown-btn {
    width: 46px;
    height: 44px;
    padding: 7px 8px;
    border: 0;
    justify-content: center;
    background: transparent;
  }

  .mobile-language-switcher .dropdown-btn:hover {
    color: #fff;
    background: transparent;
  }

  .mobile-language-switcher .selected-language {
    display: none;
  }

  .mobile-language-switcher .flag {
    width: 28px;
    height: 28px;
    object-fit: cover;
  }

  .mobile-language-switcher .dropdown-content {
    position: absolute;
    top: 48px;
    right: 0;
    left: auto;
    width: 165px;
    max-height: calc(100dvh - 70px);
    overflow-y: auto;
    transform: translateY(-8px);
    z-index: 1003;
  }

  .mobile-language-switcher .dropdown-content.show {
    transform: translateY(0);
  }

  .mobile-menu-toggle {
    position: relative;
    width: 45px;
    height: 44px;
    margin-left: 5px;
    padding: 12px 10px;
    border: 0;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 1002;
  }

  .mobile-menu-toggle > span:not(.screen-reader-text) {
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 10px;
    background: #fff;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  }

  .mobile-menu-open .mobile-menu-toggle > span:nth-child(1) {
    transform: translateY(9px) rotate(135deg);
  }

  .mobile-menu-open .mobile-menu-toggle > span:nth-child(2) {
    opacity: 0;
    transform: translateX(30px);
  }

  .mobile-menu-open .mobile-menu-toggle > span:nth-child(3) {
    transform: translateY(-9px) rotate(-135deg);
  }

  .lower-bar {
    display: block;
    position: fixed;
    top: 80px !important;
    left: -100%;
    width: 100%;
    max-width: 450px;
    height: calc(100dvh - 80px);
    overflow-y: auto;
    padding: 0 20px 30px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 6px 2px 10px rgba(100, 100, 100, 0.2);
    transition: left 0.4s ease-in-out;
    z-index: 1001;
  }

  .mobile-menu-open .lower-bar {
    left: 0;
  }

  .lower-bar-content-wrapper {
    width: 100%;
    height: auto;
  }

  .lower-bar ul {
    width: 100%;
    height: auto;
    float: none;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .lower-bar li {
    width: 100%;
  }

  .lower-bar ul li a {
    display: block;
    padding: 14px 4px;
    color: #222;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  }

  .container {
    box-sizing: border-box;
    margin: 20px auto 60px;
  }

  .slider-news {
    flex-direction: column;
    align-items: stretch;
  }

  .list-news {
    width: 100%;
    height: auto;
    max-height: 680px;
    margin: 15px 0 0;
    overflow-y: auto;
  }

  .single-post-title-box .post-details {
    padding-left: 15px;
    padding-right: 15px;
  }

  .share-button-on-post-top {
    width: 100%;
    justify-content: flex-start;
  }
}
