/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


/* Brands */
@font-face {
    font-family: 'Font Awesome 5 Brands';
    src: url('fontawesome/webfonts/fa-brands-400.woff2') format('woff2');
    font-display: swap;
}

/* Regular */
@font-face {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    src: url('fontawesome/webfonts/fa-regular-400.woff2') format('woff2');
    font-display: swap;
}

/* Solid */
@font-face {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    src: url('fontawesome/webfonts/fa-solid-900.woff2') format('woff2');
    font-display: swap;
}

/* v4 Compatibility */
@font-face {
    font-family: 'FontAwesome';
    src: url('fontawesome/webfonts/fa-v4compatibility.woff2') format('woff2');
    font-display: swap;
}
.generate-columns.grid-33,
.grid-sizer.grid-33 {
  width: 100% !important;
  padding-left: 0px;
}

.rajoni-post-description a {
  color: #767676;
  font-weight: bold;
}

.rajoni-post-description {
  display: block;
}

.tabat-rajoni {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
  font-size: 14px;
}

.tabat-rajoni .tab {
  flex: 1;
  text-align: center;
  padding: 10px;
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
}

.tabat-rajoni .tab.active {
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

img {
  display: block;
  vertical-align: middle;
}

.sektori-top {
  width: 100%;
}

.top-bar {
  display: none;
}

.titulli-onepost-wrapper {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  background: #f2f2f2;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 15px;
}

.titulli-onepost-image {
  width: 45%;
  float: left;
}

.titulli-onepost-image img {
  border-radius: 7.5px;
  max-width: 100%;
}

.onepost-content {
  margin-top: 10px;
}

.titulli-onepost-content {
  width: 55%;
  float: left;
  padding: 3%;
}

.titulli-onepost-content a {
  text-decoration: none;
}

::selection {
  background-color: #ffe500;
  color: #000000;
}

a:visited {
  text-decoration: none !important;
}

.no-tags {
  border-bottom: 1px solid #e8e9ea;
}

.vija-poste {
  display: none;
}

.similar-post-title a {
  font-size: 1.1rem;
  line-height: 1.3;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  margin-top: 10px;
}

body a:visited {
  text-decoration: none;
}

button:hover {
  opacity: 1;
}

.break-long-words {
  word-break: break-all;
}

p a {
  color: inherit;
  text-decoration: none;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fdede7),
    to(#fdede7)
  );
  background-image: linear-gradient(to bottom, #fdede7 0%, #fdede7 100%);
  background-repeat: no-repeat;
  background-size: 100% 00%;
  background-position: 0 111%;
  -webkit-transition: background-size 0.25s ease-in;
  transition: background-size 0.25s ease-in;
  padding-left: 2px;
  padding-right: 2px;
  border-bottom: 2px solid #d21e3e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-all;
}

p a:hover {
  background-size: 100% 100%;
}

.banner-r-d-kategori {
  margin-top: 20px;
  margin-bottom: 0px;
}

.banner-r-d-artikull {
  margin-top: 0px;
  margin-bottom: 40px;
}

.rajoni-post-container img {
  border-radius: 5px;
}

.adhome-reklama {
  display: block;
}

.artikulli-content-column-1 img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.artikulli-content-column-1 iframe {
  margin-top: 40px;
  width: 100%;
  height: 346px;
}

.onepost-image img {
  width: 100%;
}

.sub-desktop-menu-rajonale {
  display: block;
  display: flex;
  list-style: none;
  margin: 0;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  -webkit-scroll-snap-stop: always;
  -ms-scroll-snap-stop: always;
  scroll-snap-stop: always;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-top: -80px;
}

.menu-container-nav {
  display: none;
}

.horizontal-nav__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 70px;
  padding-bottom: 20px;
}

.horizontal-nav__list li {
  position: relative;
  padding-right: 8px;
  padding-left: 8px;
}

.horizontal-nav__list li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #f6f8fc;
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 200px;
  z-index: 1;
  margin-top: -3px;
  transition: all 0.8s ease-in-out;
}

.horizontal-nav__list li:hover > ul {
  display: block;
}

.horizontal-nav__list li a {
  display: block;
  color: #333;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  font-size: 17px;
  padding-left: 5px;
  padding-right: 5px;
}

.horizontal-nav__list li ul li {
  display: block;
}

.horizontal-nav__list li ul li a {
  padding: 10px 20px;
}

/* Active link styling */
.horizontal-nav__list li.current-menu-item > a,
.horizontal-nav__list li.current-menu-parent > a {
  border-bottom: 3px solid #d21e3e;
  font-weight: bold;
}

.horizontal-nav__list li ul li.current-menu-item > a {
  font-weight: bold;
}

.horizontal-nav__list li a:hover {
  background-color: #d21e3e;
  color: #fff;
}

.horizontal-nav__list_mob {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 70px;
}

.horizontal-nav__list_mob li {
  position: relative;
  padding-right: 8px;
  padding-left: 8px;
}

.horizontal-nav__list_mob li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #f6f8fc;
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 200px;
  z-index: 1;
  margin-top: -3px;
  transition: all 0.8s ease-in-out;
}

.horizontal-nav__list_mob li:hover > ul {
  display: block;
}

.horizontal-nav__list_mob li a {
  display: block;
  color: #333;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  font-size: 17px;
  padding-left: 3px;
  padding-right: 3px;
}

.horizontal-nav__list_mob li ul li {
  display: block;
}

.horizontal-nav__list_mob li ul li a {
  padding: 10px 20px;
}

/* Active link styling */
.horizontal-nav__list_mob li.current-menu-item > a,
.horizontal-nav__list_mob li.current-menu-parent > a {
  border-bottom: 3px solid #d21e3e;
  font-weight: bold;
}

.horizontal-nav__list_mob li ul li.current-menu-item > a {
  font-weight: bold;
}

.horizontal-nav__list_mob li a:hover {
  background-color: #d21e3e;
  color: #fff;
}

.foto-similar-ksh {
  width: 120px;
  align-items: center;
}

.foto-similar-ksh img {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  border-radius: 5px;
}

.similar-posts-ksh h4 {
  font-weight: bold;
}

.art-similar-ksh {
  width: 80%;
  padding: 10px;
}

.permb-similar-ksh {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #ddd;
}

#over-flow-test {
  overflow: hidden;
}

.similar-posts-container-ksh {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.similar-post-ksh {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px;
  /* Adjust as needed */
}

.similar-post-ksh.first {
  width: 100%;
  /* Adjust as needed */
}

.similar-post-ksh a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.similar-post-ksh h4 {
  margin-left: 10px;
  /* Adjust as needed */
}

.similar-post-row-ksh {
  flex-basis: 100%;
  height: 0;
}

.menu-container {
  position: fixed;
  z-index: 1;
}

.nav-links-arkiva {
  margin: 40px 0;
  text-align: center;
}

.page-numbers-arkiva .page-numbers,
.page-numbers-arkiva .prev,
.page-numbers-arkiva .next {
  margin: 0 3px;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #555;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  margin-top: 30px;
  justify-content: center;
}

.page-numbers-arkiva .page-numbers:hover,
.page-numbers-arkiva .prev:hover,
.page-numbers-arkiva .next:hover {
  background-color: #ddd;
  color: #333;
}

.page-numbers-arkiva .current {
  background-color: #d21e3e;
  color: #fff;
  border-color: #d21e3e;
}

.page-numbers-arkiva .page-numbers:not(.current) {
  margin: 0 3px;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #555;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.page-numbers-arkiva .page-numbers:not(.current):hover {
  background-color: #ddd;
  color: #333;
}

.page-numbers-arkiva .page-numbers.current {
  background-color: #d21e3e;
  color: #fff;
  border-color: #d21e3e;
}

.custom-search-field-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.custom-search-input {
  width: 100%;
  padding-right: 40px;
  /* Adjust the padding to create space for the search button */
  box-sizing: border-box;
}

.custom-search-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 80px;
  background-color: #d21e3e;
  color: #ffffff;
  /* Set the text color to white for better visibility */
}

/* Custom styles for category archive with two columns */
.konkurset-two-columns .rajonipress-category-archive-posts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.konkurset-two-columns .rajonipress-category-archive-post-wrapper {
  /* Adjust styling for each post wrapper in two columns */
  /* Example styles */
  background-color: #f7f7f7;
  padding: 20px;
}

.konkurset-two-columns .rajonipress-category-archive-post-thumbnail {
  /* Adjust styling for each post thumbnail in two columns */
  /* Example styles */
  text-align: center;
}

.konkurset-two-columns .rajonipress-category-archive-post-content {
  /* Adjust styling for each post content in two columns */
  /* Example styles */
  padding-top: 10px;
}

.shpalljet-detajet-data {
  margin-top: 20px;
  font-size: 1rem;
  width: 100%;
}

.perkuj-korniza {
  border-left: 8px solid #888;
  border-right: 8px solid #888;
  border-top: 8px solid #888;
  border-bottom: 8px solid #888;
  padding: 30px;
}

.perkujtimet-artk-img {
  width: 300px;
  margin: 0 auto;
}

.perkujtimet-artk {
  width: 800px;
  justify-content: center;
  margin-bottom: 30px;
}

.artikulli-content-wrapper-shpk p {
  width: 100%;
}

.artikulli-content-wrapper p {
  width: 100%;
}

.artikulli-content-wrapper-shpk {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  width: 800px;
  border-bottom: 1px solid #ddd;
}

.artikulli-content-wrapper-konkurse p {
  width: 100%;
}

.artikulli-content-wrapper-konkurse {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  padding-bottom: 20px;
  width: 850px;
  border-bottom: 1px solid #ddd;
}

.tit-maksimum-gjer-konkurse {
  width: 850px;
}

.shpalljet-detajet-time {
  font-size: 1rem;
}

.tit-maksimum-gjer-pkshp {
  width: 800px;
}

.entry-title-shpalljet {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: bold;
}

.entry-title-shpalljet-tjera {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 1.3rem;
}

.shpalljet-detajet {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 1rem;
}

.shpalljet-detajet-info {
  margin-bottom: 0px;
  font-size: 1rem;
}

.numri-pozitave {
  font-size: 1rem;
  margin-bottom: 0;
}

.afati-i-aplikimit {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 1rem;
}

.rajoni-shpko-head {
  display: flex;
}

.rajoni-shpa-kolona {
}

.rajoni-shpa-kolona-1 {
  margin-right: 25px;
  width: 36%;
  border: 1px solid #ddd;
  line-height: 0;
}

.rajoni-shpa-kolona-2 {
  width: 74%;
  padding: 15px;
  border: 1px solid #ddd;
}

.rajoni-shpa-kolona-3 {
  width: 100%;
  padding: 15px;
  border: 1px solid #ddd;
}

.rajoni-shpa-kolona-1 img {
  display: block;
  max-width: 100%;
  height: auto;
}

.rajoni-other-shpko-head {
  display: flex;
  margin-top: 30px;
}

.rajoni-other-shpa-kolona {
  margin: 0 10px;
  /* Add margin to the left and right sides */
}

.rajoni-other-shpa-kolona-1 {
  width: 33.33333%;
  margin-right: 25px;
  border: 1px solid #ddd;
  padding: 15px;
}

.rajoni-other-shpa-kolona-2 {
  width: 33.33333%;
  background-color: #f1f1f1;
  margin-right: 25px;
  border: 1px solid #ddd;
  padding: 15px;
}

.rajoni-other-shpa-kolona-3 {
  width: 33.33333%;
  background-color: #f1f1f1;
  border: 1px solid #ddd;
  padding: 15px;
}

.artikulli-content-rajoni-shpkonper {
  padding-left: 4%;
  padding-right: 4%;
  margin-top: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  width: 100%;
}

.search-container-mobil {
  flex: 1;
  position: relative;
}

.search-form .search-icon {
  position: absolute;
  top: 50%;
  right: 5px;
  /* Adjust the position as needed */
  transform: translateY(-50%);
  background: none;
  border: none;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="16" height="16"><path d="M208 48c-88.366 0-160 71.634-160 160s71.634 160 160 160 160-71.634 160-160S296.366 48 208 48zM0 208C0 93.125 93.125 0 208 0s208 93.125 208 208c0 48.741-16.765 93.566-44.843 129.024l133.826 134.018c9.366 9.379 9.355 24.575-.025 33.941-9.379 9.366-24.575 9.355-33.941-.025L337.238 370.987C301.747 399.167 256.839 416 208 416 93.125 416 0 322.875 0 208z" fill="%23000" fill-opacity=".4"/></svg>');
  background-position: 10px center;
  background-repeat: no-repeat;
  font-size: 16px;
  color: #000;
  /* Adjust the color as needed */
  cursor: pointer;
  pointer-events: auto;
}

.search-form-section {
  width: 100%;
}

.search-submit {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 20px;
}

#search-field {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="16" height="16"><path d="M208 48c-88.366 0-160 71.634-160 160s71.634 160 160 160 160-71.634 160-160S296.366 48 208 48zM0 208C0 93.125 93.125 0 208 0s208 93.125 208 208c0 48.741-16.765 93.566-44.843 129.024l133.826 134.018c9.366 9.379 9.355 24.575-.025 33.941-9.379 9.366-24.575 9.355-33.941-.025L337.238 370.987C301.747 399.167 256.839 416 208 416 93.125 416 0 322.875 0 208z" fill="%23000" fill-opacity=".4"/></svg>');
  background-position: 10px center;
  background-repeat: no-repeat;
  padding-left: 26px;
  /* Adjust the padding as needed */
  padding: 12px 20px 12px 40px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

.rajonisp-search-keyword {
  width: 100%;
  display: grid;
  margin-bottom: 20px;
  padding: 20px;
  border-bottom: 3px solid #ddd;
}

.rajoni-search-highlight {
  background-color: yellow;
  font-weight: bold;
}

.rajonisp-search-results {
  min-width: 1250px;
}

.rajonisp-search-listing {
  display: grid;
  gap: 20px;
  width: 100%;
}

.rajonisp-search-post {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100% !important;
  margin-bottom: 10px;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}

.rajonisp-search-thumbnail {
  flex-shrink: 0;
  width: 35%;
}

.rajonisp-search-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.rajonisp-search-content {
  flex-grow: 1;
}

.rajonisp-search-post-title {
  font-size: 20px;
  color: #000;
  margin: 0;
}

.rajonisp-search-post-title a {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

.rajonisp-search-post-title a:hover {
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}

.rajonisp-search-post-excerpt {
  font-size: 14px;
  margin: 0;
}

.rajonisp-search-post-date {
  font-size: 12px;
  color: #777;
  margin: 0;
}

.gp-icon svg {
  height: 1.4em;
  width: 1.5em;
  top: 0.395em;
  position: relative;
  fill: currentColor;
}

.mobile-header-navigation.has-menu-bar-items .mobile-header-logo {
  width: 195px;
}

.navigation-branding img {
  height: 55px;
  width: 195px !important;
}

.sektori-button-op {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #767676;
  padding: 4px 16px;
  border-radius: 4px;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #8ca8ac;
  border-radius: 10px;
  margin-bottom: 1px;
}

.sektori-header-clean {
  font-size: 1.5rem;
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #333;
  text-decoration: none;
  padding-bottom: 20px;
}

.rajoni-full-column {
  width: 100%;
  margin-bottom: 0px;
}

/*.my-custom-menu-class li:last-child a:after {
  content: "\25BE";
  margin-left: 5px;
}
*/
.desktop-menu {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  -webkit-scroll-snap-stop: always;
  -ms-scroll-snap-stop: always;
  scroll-snap-stop: always;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-top: 70px;
}

.my-custom-menu-class {
  display: inline-flex;
  flex-wrap: nowrap;
}

.first-post .rajonipress-category-archive-post-thumbnail {
  flex: 0 0 60%;
  max-width: 60%;
  margin-right: 40px;
}

.first-post .rajonipress-category-archive-post-content {
  max-width: 40%;
}

.first-post .rajonipress-category-archive-entry-title {
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 10px;
}

.first-post .rajonipress-category-archive-entry-summary {
  font-size: 20px;
  line-height: 1.5;
}

.first-post {
  background-color: #f6f8fc;
}

.similar-posts-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

.similar-post {
  width: calc(25% - 25px);
  margin-bottom: 20px;
  margin-right: 25px;
}

.similar-post:first-child {
  margin-right: 20px;
}

.similar-post:last-child {
  margin-left: 20px;
}

.similar-post-row {
  clear: both;
}

.similar-post a {
  display: block;
}

.similar-post img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.similar-post h4 a:hover {
  text-decoration: underline;
}

.similar-post h4 a {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  line-height: 1.3;
  font-size: 1.2rem;
}

.similar-posts-title {
  margin-top: 0px;
  font-weight: bold;
}

.similar-post.first {
  margin-right: 20px;
}

.artikulli-tags {
  border-top: 1px solid #e8e9ea;
  padding-top: 30px;
  padding-bottom: 20px;
}

.artikulli-share-buttons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  border-bottom: 1px solid #e8e9ea;
}

.artikulli-share-buttons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  color: #c7c7c7;
  text-align: center;
  line-height: 40px;
  margin-right: 5px;
}

.artikulli-print-button {
  color: #c7c7c7;
  font-size: 14px;
  line-height: 40px;
  padding: 0 15px;
  border-radius: 20px;
  margin-right: 5px;
}

.breadcrumbs {
  color: #d21e3e;
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 10px;
}

#breadcrumbs a {
  color: #d21e3e;
  font-size: 16px;
}

#breadcrumbs a:hover {
  color: #d21e3e;
  font-size: 16px;
  text-decoration: none;
}

.entry-meta {
  color: #767676;
  margin-top: 20px;
  font-size: 14px;
}

.entry-featured-image {
  margin-top: 30px;
}

.entry-featured-image img {
  border-radius: 10px;
  width: 1000px;
}

.tit-maksimum-gjer {
  max-width: 1000px;
}

.drejtimi-i-permbatjes {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.artikulli-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  max-width: 1000px;
}

.artikulli-content-column-1 {
  width: 66%;
  margin-right: 1%;
  border-right: 1px solid #ddd;
  padding-right: 4%;
  margin-top: 15px;
}

.artikulli-content-wrapper .content-column img {
  max-width: 100%;
  height: auto;
}

.artikulli-content-column-2 {
  width: 30%;
  margin-top: 25px;
}

.rajonipress-category-archive-pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.rajonipress-category-archive-pagination .page-numbers {
  margin: 0 3px;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #555;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.rajonipress-category-archive-pagination .page-numbers:hover {
  background-color: #ddd;
  color: #333;
}

.rajonipress-category-archive-pagination .page-numbers.current {
  background-color: #d21e3e;
  color: #fff;
  border-color: #d21e3e;
}

.rajonipress-category-archive-posts {
  width: 100%;
}

.rajonipress-category-archive-title {
  font-weight: bold;
  margin-top: 20px;
}

.rajonipress-category-archive-entry-title a {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

.rajonipress-category-archive-entry-title a:hover {
  text-decoration: underline;
}

.rajonipress-category-archive-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.rajonipress-category-archive-post-wrapper {
  padding: 25px;
}

.rajonipress-category-archive-post-thumbnail img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
}

.rajonipress-category-archive-entry-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 1.3;
}

.rajonipress-category-archive-entry-meta {
  color: #999;
  font-size: 14px;
}

.rajonipress-category-archive-entry-summary p {
  margin-bottom: 0;
}

.rajonipress-category-archive-post-wrapper {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
}

.rajonipress-category-archive-post-thumbnail,
.rajonipress-category-archive-entry-title-thumbnail {
  flex: 0 0 auto;
  margin-right: 1rem;
}

.rajonipress-category-archive-entry-title-thumbnail h2 {
  margin: 0;
}

.post-image-above-header .inside-article .featured-image,
.post-image-above-header .inside-article .post-image {
  margin-top: 0;
  margin-bottom: 0em !important;
}

.separate-containers .comments-area,
.separate-containers .inside-article,
.separate-containers .page-header,
.separate-containers .paging-navigation {
  padding: 0px;
}

.main-navigation ul ul {
  box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.1);
}

.your-custom-class-name .sub-menu {
  background-color: #fff;
  border: 0px solid #ccc;
  padding: 10px;
}

.your-custom-class-name .sub-menu li {
  margin-bottom: 5px;
  border: none;
}

.your-custom-class-name .sub-menu li a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.your-custom-class-name .sub-menu li a:hover {
  color: #d21e3e;
}

/* Off-canvas menu styling */
.your-custom-class-name {
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 5px;
  border-bottom: 1px solid #eee;
}

.your-custom-class-name:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.your-custom-class-name a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.your-custom-class-name a:hover {
  color: #d21e3e;
}

.slideout-menu .close-button {
  font-size: 24px;
  color: #333;
  position: absolute;
  top: 20px;
  right: 20px;
}

.slideout-menu .close-button:hover {
  color: #ff5722;
  cursor: pointer;
}

/* Decrease spacing between menu items */
.slideout-menu .main-nav .menu-item {
  margin-bottom: 5px;
}

/* Add background color to menu items on hover */
.slideout-menu .main-nav .menu-item:hover {
  background-color: #f7f7f7;
}

.onepost-meta {
  font-size: 14px;
  color: #767676;
}

.site-header {
  border-bottom: 1px solid #ddd;
}

.sub-menu-container-nav {
  max-width: 1300px;
  margin: 0 auto;
}

.sub-desktop-menu {
  display: block;
  text-align: left;
  margin-top: -20px;
}

.sub-desktop-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sub-desktop-menu li {
  display: inline-block;
}

.sub-desktop-menu li:last-child {
  margin-right: 0;
}

.sub-desktop-menu a {
  display: block;
  color: #767676;
  text-decoration: none;
  padding: 10px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  font-size: 15px;
}

.sub-desktop-menu a:hover {
  color: #000000;
}

.desktop-menu {
  display: block;
  text-align: left;
}

.desktop-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.desktop-menu li {
  display: inline-block;
  margin-right: 20px;
}

.desktop-menu li:last-child {
  margin-right: 0;
}

.my-custom-menu-class li {
  display: inline-block;
  margin-right: 20px;
}

.my-custom-menu-class li.current-menu-item a {
  border-bottom: 3px solid #d21e3e;
}

.desktop-menu a {
  display: block;
  color: #333;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 4px;
  padding-right: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  font-size: 17px;
}

.desktop-menu a:hover {
  background-color: #d21e3e;
  color: #fff;
}

.desktop-menu a:active {
  border-bottom: 3px solid #d21e3e;
  color: #000000;
}

.sektori-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sektori-header-container-reset {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sektori-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #767676;
  padding: 4px 16px;
  border-radius: 4px;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #8ca8ac;
  border-radius: 10px;
  margin-bottom: 16px;
}

.sektori-button-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #767676;
  padding: 5px 24px;
  margin-right: 10px;
  border-radius: 4px;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #ddd;
  border-radius: 10px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.sektori-button-tag a {
  color: #767676;
}

.sektori-button-tag a:hover {
  color: #333;
}

/* Tre postime */
.fillimi-post-category a {
  text-decoration: none;
  color: #d21e3e;
  font-weight: bold;
  font-size: 16px;
}

.rajoni-fillimi-post-category a {
  text-decoration: none;
  color: #767676;
  font-weight: bold;
}

.rajoni-post-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.rajoni-post-content p {
  margin-bottom: 1em;
}

.pagination {
  margin-top: 2em;
}

.rajoni-post-title a {
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

.rajoni-post-title a:hover {
  color: #000000;
}

.rajoni-post-title a:visited {
  text-decoration: none;
}

.rajoni-post-title-side {
  font-size: 1.5rem;
}

.rajoni-post-title-side a {
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

.rajoni-post-title-side a:hover {
  color: #000000;
}

.rajoni-post-title-fillimi a {
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

.rajoni-post-title-fillimi a:hover {
  color: #000000;
}

.rajoni-post-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #f6f8fc;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 55px;
}

.rajoni-post-container {
  width: calc(25% - 20px);
  margin-bottom: 30px;
}

.rajoni-post {
  box-sizing: border-box;
  overflow: hidden;
  margin: 0;
}

.rajoni-post-thumbnail {
  width: 100%;
  float: left;
  margin-right: 20px;
}

.rajoni-post-title {
  margin: 0;
  font-weight: bold;
  font-size: 1.25rem;
  color: #000000;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 10px;
}

.rajoni-post-title-fillimi {
  margin: 0;
  font-weight: bold;
  font-size: 1.2em;
  color: #000000;
  line-height: 1.2;
  margin-bottom: 10px;
}

.rajoni-post-content {
  margin-top: 20px;
  line-height: 1.5;
  font-size: 18px;
}

.rajoni-post img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

/* Tre postime mbarimi */

/* Dy postime */
.rajoni-dy-post-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.rajoni-dy-post-content p {
  margin-bottom: 1em;
}

.rajoni-dy-post-title a {
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

.rajoni-dy-post-title a:hover {
  color: #000000;
  text-decoration: underline;
}

.rajoni-dy-post-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.rajoni-dy-post-container {
  width: calc(50% - 20px);
  margin-bottom: 30px;
}

.rajoni-dy-post {
  box-sizing: border-box;
  overflow: hidden;
  margin: 0;
}

.rajoni-dy-post-thumbnail {
  width: 100%;
  float: left;
  margin-right: 20px;
}

.rajoni-dy-post-title {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 0.5em;
}

.rajoni-dy-post-content {
  margin-top: 20px;
  line-height: 1.5;
  font-size: 18px;
}

.rajoni-dy-post img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

/* Dy postime mbarimi */

.custom-post {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.custom-post-title a {
  color: #000000;
  text-decoration: none;
}

.custom-post-title a:hover {
  color: #000000;
  text-decoration: underline;
}

.custom-post-content {
  width: 75%;
}

.custom-post-meta span {
  margin-right: 10px;
}

.sektori {
  width: 100%;
}

.sektori-similar {
  width: 100%;
  display: block;
}

.qendrore-posts-container,
.magazina-posts-container {
  width: 100%;
}

.custom-post-container {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rajoni-lajm-post-container {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.onepost-title {
  margin-bottom: 10px;
}

.one-post-container {
  margin-bottom: 30px;
  display: block;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.custom-post-thumbnail {
  max-width: 25%;
  margin-right: 15px;
}

.custom-post-thumbnail img {
  border-radius: 5px;
}

.custom-post-title {
  margin: 0 0 10px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
}

.kryesore-custom-post-title {
  margin: 0 0 0px;
  font-size: 1.05rem;
  line-height: 1.3;
}

.kryesore-custom-post-title a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.kryesore-custom-post-title-fillimi a:hover {
  color: #000;
  text-decoration: underline;
}

.kryesore-custom-post-title-fillimi {
  margin: 0 0 0px;
  font-size: 1rem;
  line-height: 1.3;
}

.kryesore-custom-post-title-fillimi a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.kryesore-custom-post-title a:hover {
  color: #000;
  text-decoration: underline;
}

.article-kryesore-custom-post-title {
  margin: 0 0 0px;
  font-size: 1rem;
  line-height: 1.3;
}

.article-kryesore-custom-post-title a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.article-kryesore-custom-post-title a:hover {
  color: #000;
  text-decoration: underline;
}

.custom-post-meta {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  color: #777;
  margin-bottom: 10px;
}

.custom-post-meta > * {
  margin-right: 10px;
}

.custom-post-date::before {
  content: "\f017";
  font-family: FontAwesome;
  margin-right: 5px;
}

.custom-post-author {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 5px;
}

.custom-post-author img {
  border-radius: 50%;
  margin-right: 10px;
  width: 50px;
  height: 50px;
}

.custom-post-author a {
  font-weight: 600;
  color: #333;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  text-transform: capitalize;
}

.custom-post-author a:hover {
  color: #d21e3e;
}

.custom-post-excerpt {
  font-size: 1rem;
}

.sektori-header {
  font-size: 1.5rem;
  margin: 0;
  padding: 1rem 0;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #333;
  padding-bottom: 20px;
  text-decoration: none;
}

.sektori-header-underline {
  width: 100%;
  border-bottom: 2px solid #e9ecef;
  margin-bottom: 20px;
}

.onepost {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  margin: 120px;
}

.onepost img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.onepost-image img {
  border-radius: 5px;
}

.onepost .onepost-content {
  background-color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.onepost .onepost-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.onepost-title a {
  color: #000000;
  font-weight: 700;
}

.onepost .onepost-date {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

.onepost .onepost-author {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 20px;
}

.onepost-content h2 {
  margin-top: 0;
  font-weight: 700;
  color: #000000;
}

.onepost-content h2 a {
  color: #000000;
}

.onepost-content p {
  margin-bottom: 20px;
}

.onepost-content a {
  text-decoration: none;
}

.onepost-content a:hover {
  text-decoration: underline;
}

.onepost-content a:visited {
  text-decoration: none;
}

.rajoni-two-thirds {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.rajoni-column {
}

.rajoni-column:nth-child(1) {
  width: 67%;
}

.rajoni-column:nth-child(2) {
  width: 33%;
  padding-left: 20px;
}

.rajoni-two-thirds-tefundit {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.rajoni-column-tefundit {
}

.rajoni-column-tefundit:nth-child(1) {
  width: 67%;
}

.rajoni-column-tefundit:nth-child(2) {
  width: 33%;
  padding-left: 20px;
}

.rajoni-half-colums {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.rajoni-half-colums-reset {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.rajoni-column-half {
}

.rajoni-column-half:nth-child(1) {
  width: 50%;
  padding-right: 10px;
}

.rajoni-column-half:nth-child(2) {
  width: 50%;
  padding-left: 10px;
}

.rajoni-33-colums {
  display: flex;
  flex-wrap: wrap;
}

.rajoni-column-33 {
  padding: 20px;
}

.rajoni-column-33:nth-child(1) {
  background-color: #ccc;
  width: 33.333333%;
}

.rajoni-column-33:nth-child(2) {
  background-color: #eee;
  width: 33.333333%;
  padding-left: 20px;
}

.rajoni-column-33:nth-child(3) {
  background-color: #ddd;
  width: 33.333333%;
  padding-left: 20px;
}

.rajoni-header-top-nav {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.rajoni-header-top-nav-kolonat {
  padding: 20px;
}

.rajoni-header-top-nav-kolonat:nth-child(1) {
  background-color: #ccc;
  width: 10%;
}

.rajoni-header-top-nav-kolonat:nth-child(2) {
  background-color: #eee;
  width: 80%;
  padding-left: 0px;
}

.rajoni-header-top-nav-kolonat:nth-child(3) {
  background-color: #ddd;
  width: 10%;
  padding-left: 20px;
}

/* Media queries for tablet devices */
@media only screen and (max-width: 1280px) {
  .sektori-top {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .rajonisp-search-results {
    min-width: 1100px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .inside-header {
    padding: 10px 10px 10px 20px;
  }

  .rajoni-full-column {
    padding-left: 3%;
    padding-right: 3%;
  }

  .rajoni-two-thirds {
    padding-left: 2%;
    padding-right: 2%;
  }

  .rajoni-two-thirds-tefundit {
    padding-left: 0%;
    padding-right: 0%;
  }

  .desktop-menu {
    padding-left: 2%;
    padding-right: 2%;
  }

  .sektori {
    padding-left: 2%;
    padding-right: 2%;
  }

  .entry-header {
    padding-left: 3%;
    padding-right: 3%;
  }

  .artikulli-content-wrapper {
    padding-left: 3%;
    padding-right: 3%;
  }

  .breadcrumbs {
    padding-left: 3%;
    padding-right: 3%;
  }

  .rajonipress-category-archive-main {
    padding-left: 3%;
    padding-right: 3%;
  }

  .rajonipress-category-archive-header {
    padding-left: 3%;
    padding-right: 3%;
  }

  .menu-container-nav {
    display: none;
  }

  .menu-container-nav-desk {
    padding-left: 3%;
    padding-right: 3%;
  }

  .sektori {
    padding-left: 3%;
    padding-right: 3%;
  }
}

/* Media queries for tablet devices */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .rajoni-post-description {
    display: none;
  }

  .sektori-top {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .horizontal-nav__list_mob li a:hover {
    background-color: transparent;
    color: #fff;
  }

  .banner-r-d-artikull {
    margin-top: -20px;
  }

  .adhome-reklama {
    display: none;
  }

  .menu-container-nav {
    display: block;
    display: flex;
    list-style: none;
    padding-left: 3%;
    padding-right: 3%;
    margin: 0;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    -webkit-scroll-snap-stop: always;
    -ms-scroll-snap-stop: always;
    scroll-snap-stop: always;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .menu-container-nav-desk {
    display: none;
  }

  .rajoni-two-thirds-tefundit {
    padding-left: 0%;
    padding-right: 0%;
  }

  .konkurset-two-columns .rajonipress-category-archive-posts {
    display: block;
  }

  .konkurset-two-columns .rajonipress-category-archive-post-wrapper {
    padding: 10px;
    margin-bottom: 30px;
  }

  .konkurset-two-columns .rajonipress-category-archive-post-thumbnail {
    text-align: center;
  }

  .konkurset-two-columns .rajonipress-category-archive-post-content {
    padding-top: 5px;
  }

  .perkujtimet-artk {
    width: 100%;
  }

  .perkuj-korniza {
    width: 100%;
    padding: 10px;
  }

  .artikulli-content-wrapper-shpk {
    width: 100%;
  }

  .tit-maksimum-gjer-pkshp {
    width: 100%;
  }

  .artikulli-content-wrapper-konkurse {
    width: 100%;
  }

  .tit-maksimum-gjer-konkurse {
    width: 100%;
  }

  .rajonisp-search-results {
    min-width: 756px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .artikulli-content-column-1 {
    border: none;
    padding-right: 0%;
  }

  .first-post .rajonipress-category-archive-entry-title {
    font-size: 1.8rem;
  }

  .rajonipress-category-archive-entry-title {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .rajonipress-category-archive-title {
    font-size: 2rem;
  }

  .article-kryesore-custom-post-title {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .similar-post h4 a {
    font-size: 1.1rem;
  }

  .entry-featured-image img {
    border-radius: 0px;
  }

  .custom-post-author {
    font-size: 1rem;
  }

  .entry-header {
    padding-left: 4%;
    padding-right: 4%;
  }

  .rajonipress-category-archive-header {
    padding-left: 3%;
    padding-right: 3%;
  }

  .artikulli-content-wrapper {
    padding-left: 4%;
    padding-right: 4%;
    margin-top: 0px;
    width: 100%;
  }

  .breadcrumbs {
    padding-left: 4%;
    padding-right: 4%;
  }

  .artikulli-content-column-1 {
    margin-bottom: 30px;
    width: 100%;
    margin-top: 20px;
  }

  .artikulli-content-column-2 {
    width: 100%;
  }

  .rajoni-column:nth-child(1) {
    width: 55%;
  }

  .rajoni-column:nth-child(2) {
    width: 45%;
  }

  .kryesore-custom-post-title {
    margin: 0 0 0px;
    font-size: 1rem;
    margin-bottom: 0;
  }

  .kryesore-custom-post-title-fillimi {
    margin: 0 0 0px;
    font-size: 1rem;
    margin-bottom: 0;
  }

  .fillimi-post-category a {
    font-size: 13px;
  }

  .rajoni-column-half:nth-child(2) {
    width: 100%;
    padding-left: 0px;
  }

  .rajoni-column-half:nth-child(1) {
    width: 100%;
    padding-right: 10px;
  }

  .custom-post-thumbnail {
    max-width: 25%;
    margin-right: 8px;
  }

  .rajoni-post-title {
    font-size: 1rem;
  }

  .rajoni-post-title-side {
    font-size: 1.5rem;
  }

  .rajoni-post-title-fillimi {
    font-size: 1rem;
  }

  .custom-post-title {
    font-size: 1rem;
  }

  .onepost-title {
    font-size: 1.3em;
  }
}


/* Media queries for mobile devices */
@media only screen and (max-width: 767px) {

    .artikulli-content-column-1 iframe {
    margin-top: 20px;
    width: 100%;
    height: 216px;
    margin-bottom: -10px;
  }

  .rajoni-post-description {
    display: none;
  }

  .sektori-top {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .titulli-onepost-wrapper {
    display: block;
    align-items: none;
    padding: 0;
    border-bottom: none;
    background: none;
  }

  .titulli-onepost-image,
  .titulli-onepost-content {
    width: 100%;
    float: none;
    padding: 0;
  }

  .one-post-container {
    margin-bottom: 10px;
  }

  .horizontal-nav__list_mob li a:hover {
    background-color: #d21e3e;
    color: #000000;
  }

  a:visited {
    text-decoration: none !important;
  }

  .kryesore-custom-post-title a:hover {
    text-decoration: none;
  }

  .rajoni-dy-post-title a:hover {
    text-decoration: none;
  }

  .custom-post-title a:hover {
    text-decoration: none;
  }

  .onepost-content a:hover {
    text-decoration: none;
  }

  .rajonipress-category-archive-entry-title a:hover {
    text-decoration: none;
  }

  .horizontal-nav__list_mob {
    margin-top: 70px;
  }

  .banner-r-d-artikull {
    margin-top: -15px;
    margin-bottom: 35px;
  }

  .adhome-reklama {
    display: none;
  }

  .menu-container-nav {
    display: block;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    -webkit-scroll-snap-stop: always;
    -ms-scroll-snap-stop: always;
    scroll-snap-stop: always;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .menu-container-nav-desk {
    display: none;
  }

  #wpadminbar {
    position: fixed;
  }

  .konkurset-two-columns .rajonipress-category-archive-posts {
    display: block;
  }

  .konkurset-two-columns .rajonipress-category-archive-post-wrapper {
    padding: 10px;
    margin-bottom: 30px;
    margin-left: 3%;
    margin-right: 3%;
  }

  .konkurset-two-columns .rajonipress-category-archive-post-thumbnail {
    text-align: center;
  }

  .konkurset-two-columns .rajonipress-category-archive-post-content {
    padding-top: 5px;
  }

  .perkujtimet-artk {
    width: 100%;
  }

  .perkuj-korniza {
    margin-right: 3%;
    margin-left: 3%;
    padding: 10px;
  }

  .artikulli-content-wrapper-shpk {
    width: 100%;
  }

  .tit-maksimum-gjer-pkshp {
    width: 100%;
  }

  .artikulli-content-wrapper-konkurse {
    width: 100%;
  }

  .tit-maksimum-gjer-konkurse {
    width: 100%;
  }

  .rajonisp-search-results {
    min-width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .article-kryesore-custom-post-title {
    font-size: 1.15rem;
    line-height: 1.3;
  }

  .kryesore-custom-post-title a {
    font-size: 1rem;
  }

  .kryesore-custom-post-title-fillimi a {
    font-size: 1rem;
  }

  .similar-post h4 a {
    font-size: 1.1rem;
  }

  .entry-featured-image img {
    border-radius: 0px;
  }

  .custom-post-author {
    font-size: 1rem;
  }

  .entry-header {
    padding-left: 4%;
    padding-right: 4%;
  }

  .artikulli-content-wrapper {
    padding-left: 4%;
    padding-right: 4%;
    margin-top: 0px;
  }

  .breadcrumbs {
    padding-left: 4%;
    padding-right: 4%;
  }

  .artikulli-content-column-1 {
    margin-bottom: 30px;
    width: 100%;
    margin-top: 20px;
    border: none;
    padding-right: 0%;
  }

  .artikulli-content-column-2 {
    width: 100%;
  }

  .rajoni-post-thumbnail {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .rajoni-dy-post-thumbnail {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .onepost {
    flex-direction: row;
    align-items: center;
  }

  .onepost img {
    width: 100%;
    margin-right: 20px;
  }

  .onepost .onepost-content {
    text-align: left;
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .onepost .onepost-title {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .onepost .onepost-date {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .onepost .onepost-author {
    font-size: 16px;
    margin-bottom: 0;
  }
  .rajoni-post-description {
    display: none;
  }

  .sektori-top {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .titulli-onepost-wrapper {
    display: block;
    align-items: none;
    padding: 0;
    border-bottom: none;
    background: none;
  }

  .titulli-onepost-image,
  .titulli-onepost-content {
    width: 100%;
    float: none;
  }

  .horizontal-nav__list_mob li a:hover {
    background: none;
    color: #000000;
  }

  .fillimi-post-category {
    padding-top: 0px;
    padding-right: 4px;
    padding-bottom: 4px;
  }

  .banner-r-d-kategori {
    margin-top: 50px;
  }

  .rajoni-shpko-head {
    display: block;
  }

  .rajoni-shpa-kolona-1 {
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
    justify-content: center;
    display: grid;
  }

  .rajoni-other-shpa-kolona-1 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
  }

  .rajoni-shpa-kolona-2 {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
  }

  .rajoni-other-shpa-kolona-2 {
    width: 100%;
    margin-right: 0px;
    border-top: 0;
    border-bottom: 0;
    padding-bottom: 0;
  }

  .rajoni-other-shpa-kolona-3 {
    width: 100%;
    border: 1px solid #ddd;
    border-top: 0;
    padding-top: 0;
  }

  .rajoni-other-shpko-head {
    display: block;
  }

  .rajonipress-category-archive-entry-title a {
    font-weight: 600;
    font-size: 1.06rem;
    line-height: 1.3;
    color: #000;
    text-decoration: none;
  }

  .article-kryesore-custom-post-title {
    font-size: 1.06rem;
    font-weight: 600;
    padding-top: 0px;
    padding-bottom: 6px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .artikulli-content-column-1 {
    margin-top: 20px;
  }

  .my-custom-menu-class li {
    display: inline-block;
    margin-right: 10px;
  }

  .rajoni-full-column-edit {
    margin-top: 40px;
  }

  .rajoni-full-column-opi {
    margin-top: 40px;
  }

  .rajoni-full-column-raj {
    margin-top: 45px;
  }

  .rajoni-full-column-kl {
    margin-top: 55px;
  }

  .rajoni-full-column-shq {
    margin-top: 45px;
  }

  .rajoni-full-column-sp {
    margin-top: 45px;
  }

  .rajoni-post-title a {
    font-size: 1.06rem;
    font-weight: 600;
  }

  .rajoni-dy-post-title a {
    font-size: 1.06rem;
    font-weight: 600;
  }

  .rajoni-half-colums-reset {
    padding-bottom: 0px;
  }

  .rajoni-full-column-ek {
    margin-top: 55px;
  }

  .rajoni-full-column {
    margin-top: 50px;
  }

  .rajoni-full-column-shen {
    margin-top: 30px;
  }

  .rajoni-full-column-ksl {
    margin-top: 50px;
  }

  .rajoni-full-column-ds {
    margin-top: 30px;
  }

  .vija-poste {
    display: block;
    border-bottom: 1px solid #e8e9ea;
  }

  .custom-post-container {
    align-items: normal;
    border-bottom: 1px solid #e8e9ea;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .rajonipress-category-archive-main {
    padding-left: 0%;
    padding-right: 0%;
  }

  .entry-meta {
    font-size: 13px;
  }

  .onepost-meta {
    font-size: 13px;
    margin-top: 5px;
  }

  .fillimi-post-category a {
    font-size: 13px;
  }

  .sektori-button-tag {
    font-size: 14px;
  }

  .rajonipress-category-archive-post-wrapper {
    padding: 4%;
    align-items: normal;
  }

  .first-post .rajonipress-category-archive-post-thumbnail {
    flex: 0 0 45%;
    max-width: 45%;
    margin-right: 10px;
  }

  .first-post .rajonipress-category-archive-post-content {
    max-width: 55%;
  }

  .first-post .rajonipress-category-archive-entry-title {
    font-size: 1.1rem;
    margin-top: 0;
    margin-bottom: 5px;
  }

  .rajonipress-category-archive-post-thumbnail,
  .rajonipress-category-archive-entry-title-thumbnail {
    flex: 0 0 35%;
    max-width: 35%;
    margin-right: 10px;
  }

  .rajonipress-category-archive-post-content {
    max-width: 65%;
  }

  .rajonipress-category-archive-entry-title {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 0px;
  }

  .rajonipress-category-archive-title {
    font-size: 1.8rem;
  }

  .rajonipress-category-archive-header {
    padding-left: 3%;
  }

  .entry-featured-image img {
    border-radius: 0px;
  }

  .custom-post-author {
    font-size: 1rem;
  }

  .entry-header {
    padding-left: 3%;
    padding-right: 3%;
  }

  .artikulli-content-wrapper {
    padding-left: 4%;
    padding-right: 4%;
    margin-top: 0px;
    width: 100%;
  }

  .breadcrumbs {
    padding-left: 3%;
    padding-right: 3%;
  }

  .rajoni-post-list {
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 10px;
    margin-bottom: 40px;
  }

  .onepost-meta {
    font-size: 12px;
  }

  .rajoni-post-title {
    font-size: 1em;
    line-height: 1.3;
    margin-bottom: 0px;
  }

  .rajoni-post-title-side {
    font-size: 1.45rem;
    line-height: 1.3;
    margin-bottom: 0px;
  }

  .rajoni-post-title-fillimi {
    font-size: 1.45rem;
    line-height: 1.3;
    margin-bottom: 0px;
  }

  .onepost-title {
    font-size: 1.65rem;
    margin-bottom: 0px;
    line-height: 1.3;
  }

  .custom-post-thumbnail {
    max-width: 28%;
    margin-right: 10px;
  }

  .custom-post-content {
    width: 70%;
  }

  .sektori-button {
    font-size: 12px;
  }

  .sektori {
    margin-bottom: 0px;
  }

  .rajoni-half-colums {
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .sub-desktop-menu li {
    margin-right: 0px;
  }

  .rajoni-dy-post-thumbnail {
    width: 100%;
    float: none;
    margin-right: 0px;
  }

  .rajoni-post-thumbnail {
    width: 100%;
    float: none;
    margin-right: 0px;
  }

  .rajoni-column-half:nth-child(2) {
    padding-left: 0px;
  }

  .rajoni-column:nth-child(2) {
    width: 100%;
    padding-left: 00px;
  }

  .rajoni-column-half:nth-child(1) {
    width: 100%;
    padding-right: 0px;
  }

  .similar-post {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    position: relative;
    margin-right: 0px;
  }

  .similar-post.first {
    margin-right: 0px;
  }

  .similar-post:first-child {
    margin-right: 0px;
  }

  .similar-post:last-child {
    margin-left: 0px;
  }

  .similar-post-row {
    clear: both;
    width: 100%;
  }

  .similar-post h4 a {
    font-size: 1.06rem;
    font-weight: 600;
  }

  .kryesore-custom-post-title {
    font-size: 1.1rem;
    margin-bottom: 0px;
    line-height: 1;
  }

  .kryesore-custom-post-title a {
    font-size: 1.06rem;
    line-height: 1.3;
    font-weight: 600;
  }

  .kryesore-custom-post-title-fillimi {
    font-size: 1.1rem;
    margin-bottom: 0px;
    line-height: 1;
  }

  .kryesore-custom-post-title-fillimi a {
    font-size: 1.06rem;
    line-height: 1.3;
    font-weight: 600;
  }

  .custom-post-title {
    font-size: 1.06rem;
    font-weight: 600;
  }

  .rajoni-column:nth-child(1) {
    width: 60%;
  }

  .rajoni-column:nth-child(2) {
    width: 40%;
  }

  .desktop-menu {
    display: block;
  }

  .sektori-header {
    font-size: 1.6rem;
  }

  .rajoni-post-container {
    width: calc(50% - 10px);
    margin-left: 10px;
  }

  .rajoni-dy-post-container {
    width: calc(50% - 10px);
    margin-left: 0px;
  }

  .rajoni-dy-post-title {
    font-size: 1.2rem;
    line-height: 1.2;
    margin-top: 10px;
  }

  .onepost img {
    margin-bottom: 10px;
  }

  .onepost .onepost-content {
    width: 100%;
    padding: 10px;
  }

  .onepost-content {
    margin-bottom: 20px;
  }

  .onepost .onepost-title {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .onepost .onepost-date {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .onepost .onepost-author {
    font-size: 14px;
    margin-bottom: 0;
  }

  .rajoni-two-thirds {
    display: block;
  }

  .rajoni-column {
    width: 100%;
  }

  .rajoni-column:nth-child(1) {
    width: 100%;
  }

  .rajoni-column:nth-child(2) {
    width: 100%;
  }

  .rajoni-two-thirds-tefundit {
    display: block;
    padding-left: 0%;
    padding-right: 0%;
  }

  .rajoni-column-tefundit {
    width: 100%;
  }

  .rajoni-column-tefundit:nth-child(1) {
    width: 100%;
  }

  .rajoni-column-tefundit:nth-child(2) {
    width: 100%;
  }

  .rajoni-rajoni-half-colums {
    display: block;
  }

  .rajoni-column-half {
    width: 100%;
  }

  .rajoni-column-half:nth-child(1) {
    width: 100%;
  }

  .rajoni-column-half:nth-child(2) {
    width: 100%;
  }

  .rajoni-rajoni-33-colums {
    display: block;
  }

  .rajoni-column-33 {
    width: 100%;
  }

  .rajoni-column-33:nth-child(1) {
    width: 100%;
  }

  .rajoni-column-33:nth-child(2) {
    width: 100%;
  }

  .rajoni-column-33:nth-child(3) {
    width: 100%;
  }
}
