/* --- Web --- */
@media only screen and (max-width: 1700px) {
  .sidebar-subscribe__form {
    grid-template: 1fr 1fr/1fr;
    gap: 5px;
  }
  .sidebar-subscribe__form-input {
    border-right: var(--main-border);
  }
  .sidebar-subscribe__form-btn {
    width: 100%;
  }
  .sidebar-subscribe h4, .sidebar-subscribe__address {
    text-align: center;
  }
}
@media only screen and (max-width: 1440px) {
  .container {
    max-width: 1300px;
  }

  .flights__form-middle {
    flex-direction: column;
    min-height: 130px;
  }
  .flights__form-date {
    width: 100%;
    display: grid;
    grid-template: 1fr/1fr 1fr;
  }
}
/* --- Laptop Landscape --- */
@media only screen and (max-width: 1366px) {
  .container {
    max-width: 1170px;
  }
}
/* --- Tablet Landscape --- */
@media only screen and (max-width: 1200px) {
  .container {
    max-width: clamp(940px, 95vw, 1100px);
  }

  .header__top {
    flex-direction: column;
  }
  .header__top-list {
    justify-content: center;
  }
  .header__top-actions {
    display: grid;
    grid-template: 1fr/1fr 1fr;
  }
  .header__top-actions a {
    justify-content: center;
  }
  .header__bottom-bottomnav-list {
    overflow-x: auto;
  }
  .header__bottom-bottomnav-list a {
    white-space: nowrap;
  }
  .header__bottom-topnav-list a {
    padding: 20px 10px;
  }

  .main__column {
    padding: 20px 10px;
  }
  .main__sidebar-list li {
    max-width: none;
  }
  .main__sidebar-list li::before {
    top: auto;
  }

  .post-small {
    max-height: none;
  }
  .post-aligned__link {
    max-width: none;
  }
  .post-content-horizontal {
    align-items: flex-start;
  }
  .post-global__image-wrap {
    max-height: 400px;
  }
  .post-central-column {
    align-items: flex-start;
  }

  .flights__tables {
    padding: 20px 10px;
  }
  .flights__sidebar {
    padding: 20px 10px;
  }

  .scores__inner {
    padding: 20px 10px;
  }
  .scores__content {
    grid-template: auto/1fr;
    max-width: 100%;
    min-width: 0;
  }
  .scores__right {
    padding: 20px 0;
  }

  .stream__comments {
    padding-right: 10px;
  }
  .stream__inner {
    padding: 20px 0 20px 10px;
  }

  .posts__column {
    padding: 20px 10px;
  }
  .posts__reviews, .posts__people {
    margin: 0 -10px 0 -10px;
    padding: 20px 10px;
  }

  .category__main,
.category__top-block,
.category__videos,
.category__bordered-block {
    padding: 20px 10px;
  }

  .category__people {
    margin: 0;
  }

  .category__reviews {
    margin: 20px 0 0 0;
  }

  .category__top-block {
    margin-bottom: 0;
  }

  .category__videos {
    margin-top: 0;
  }

  .category__bordered-block {
    margin-bottom: 0;
  }

  .category__top-block .medium-banner,
.category__top-block .main__socials {
    margin-bottom: 20px;
  }

  .most-shared__inner {
    padding: 20px 10px;
  }
  .most-shared__posts {
    display: grid;
    grid-template: auto/1fr 1fr;
  }

  .subscribe__inner,
.footer__inner {
    padding: 20px 10px;
  }

  .category-post__sidebar, .category-post__main {
    padding: 20px 10px;
  }

  .comments__wrap {
    padding: 20px 10px;
    margin: 0 -10px;
  }
}
/* --- Tablet Portrait --- */
@media only screen and (max-width: 960px) {
  .container {
    max-width: clamp(748px, 95vw, 900px);
  }

  .search__selects {
    flex-direction: column;
  }

  .top-banner {
    display: none;
  }

  .header {
    margin-top: 10px;
  }
  .header__middle {
    padding: 20px;
    display: grid;
    grid-template: 1fr/repeat(3, 1fr);
  }
  .header__middle-right {
    justify-content: flex-end;
  }
  .header__middle-logo {
    margin: 0 auto;
    width: 22vw;
    min-width: 135px;
  }
  .header__top-nav {
    display: none;
  }
  .header__bottom-topnav {
    display: none;
  }
  .header__bottom-bottomnav {
    padding: 0;
  }
  .header .nos-videos {
    display: none;
  }

  div.header__video,
div.header__middle-left {
    display: none;
  }

  .main__inner {
    grid-template: auto/1fr;
  }
  .main__column-center {
    grid-row: 1/2;
    border: none;
  }

  .flights__tables {
    border-right: none;
  }
  .flights__sidebar {
    padding: 20px 10px;
  }
  .flights__inner {
    grid-template: auto/1fr;
  }

  .post-aligned {
    justify-content: flex-start;
  }

  .scores__next-match {
    grid-template: auto/1fr;
  }
  .scores__next-team:nth-child(2) {
    border-left: none;
  }

  .posts__inner {
    grid-template: auto/1fr;
  }
  .posts__right .post-aligned__image {
    order: 0;
  }
  .posts__right .post-aligned__link {
    order: 1;
  }

  .subscribe__inner {
    grid-template: auto/1fr;
  }

  .burger {
    display: flex;
  }

  .category-post__main {
    border: none;
  }
  .category-post__inner {
    grid-template: auto/1fr;
  }

  .comments__wrap {
    padding-bottom: 0;
  }

  .category__top-block .medium-banner {
    margin: 0 auto 20px auto;
  }

  .category__main-list .post-content-horizontal {
    align-items: flex-start;
  }

  .category__inner {
    grid-template: auto/1fr;
  }

  .category__main-top {
    padding-bottom: 0;
  }
}
/* --- Mobile Phones L--- */
@media only screen and (max-width: 768px) {
  .container {
    max-width: calc(100% - 20px);
  }

  .header__socials {
    display: none;
  }

  .main__inner {
    grid-template: auto/1fr;
  }
  .main__column {
    padding: 20px 10px;
  }
  .main__column-center {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .main__column-left {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .main__column-right {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .main__sidebar-list li {
    justify-content: flex-start;
  }

  .flex-horizontal {
    flex-direction: column;
  }

  .flights__form-destinations {
    flex-direction: column;
  }
  .flights__form-date {
    grid-template: 1fr 1fr/1fr;
    border: none;
    background-color: transparent;
    gap: 20px;
  }
  .flights__form-middle {
    min-height: 255px;
    justify-content: flex-start;
  }
  .flights__form-date label + label::after {
    display: none;
  }
  .flights__form-date label {
    background-color: #fff;
    border: var(--main-border);
  }

  .scores__team-info {
    flex-direction: column;
  }
  .scores__team-info span {
    order: 1;
  }
  .scores__team.right .scores__team-info {
    align-items: flex-start;
  }
  .scores__team.left .scores__team-info {
    align-items: flex-end;
  }
  .scores__team-flag {
    order: 0;
  }

  .stream__inner {
    padding: 10px;
  }
  .stream__content {
    grid-template: auto/1fr;
  }
  .stream__comments-inner {
    max-height: 300px;
  }
  .stream__comments-list li {
    max-width: none;
    padding-right: 10px;
  }
  .stream__comments {
    padding: 0;
  }

  .post-radio {
    padding: 15px 10px;
    align-items: flex-start;
  }

  .slider-buttons .sw-p,
.slider-buttons .sw-n {
    display: none;
  }

  .footer__top {
    grid-template: auto/1fr;
  }

  .comments__item-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .category__main-top {
    grid-template: auto/1fr;
  }
}
/* --- Mobile Phones M--- */
@media only screen and (max-width: 425px) {
  .post-central-column__image {
    max-width: none;
    max-height: 200px;
    margin: 0 auto;
  }

  .flights__form-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .scores__table-top {
    flex-direction: column;
    align-items: center;
  }
  .scores__team.right, .scores__team.left {
    align-items: center;
    padding-top: 0;
  }
  .scores__team.right .scores__team-info, .scores__team.left .scores__team-info {
    align-items: center;
  }
  .scores__next-team {
    padding: 10px;
  }
  .scores__left .scores__next-country {
    flex-direction: column;
    gap: 5px;
  }
  .scores__right .scores__sidebar-list li {
    padding: 10px 0 10px 10px;
  }

  .post-central-column {
    align-items: flex-start;
  }

  .most-shared__posts {
    grid-template: auto/1fr;
  }

  .subscribe__inner {
    gap: 30px;
  }
  .subscribe__form {
    grid-template: auto/1fr;
  }

  .comments__item-comment {
    flex-direction: column;
  }

  .comments__form-button {
    width: 100%;
  }

  .post-content-horizontal {
    grid-template: auto/1fr;
  }

  .post-content-horizontal__image {
    max-width: none;
  }
}
/* --- Mobile Phones S--- */
@media only screen and (max-width: 360px) {
  .kalendae {
    left: 30px !important;
  }
}

/* --- New Styles: 2025-01-09 --- */
@media only screen and (max-width: 1366px) {
    .main-top-post-image {
        min-width: 480px;
        max-width: 480px;
    }
}
@media only screen and (max-width: 1200px) {
    .main-top-post-image {
        min-width: 50%;
        max-width: 50%;
    }
    .top-post-list {
        margin: 0 -10px;
    }
    .top-post-list li {
        margin: 0 10px;
    }
    .top-post-list li {
        width: calc(33.33% - 20px);
    }
}
@media only screen and (max-width: 960px) {
    header.header {
        position: sticky;
        top: 0;
        z-index: 99;
    } 
}
@media only screen and (max-width: 768px) {
    .necrologie-category-list li {
        flex-direction: column;
        gap: 20px;
    }
    .necrologie-category-post__image img,
    .necrologie-category-post__content,
    .necrologie-category-post__image {
        width: 100%;
    }
    .top-post-list {
        flex-wrap: wrap;
    }
    .top-post-list li {
        width: calc(100% - 20px);
    }
    .main-top-post {
        flex-direction: column-reverse;
        gap: 0;
    }
    .main-top-post-image {
        min-width: 100%;
        max-width: 100%;
    }
}

/* --- Blog Styles 25.02.25 --- */
@media only screen and (max-width: 1366px) {

}
@media only screen and (max-width: 1200px) {
    .container-content,
    .container-sidebar {
        padding: 20px 10px 0 10px;
    }

    /* Blog */
    .blog-featured-post-wrap {
        flex-direction: column;
    }    
    .blog-featured-post-image,
    .blog-featured-post-content {
        width: 100%;
    }
    /* Listing */
    .blog-search .blog-listing,
    .blog-post-preview {
        padding-bottom: 20px;
    }
    .blog-post-preview:not(:first-child) {
        margin-top: 20px;
    }
    .blog-post-preview-content {
        padding: 0 20px 0 20px;
    }
    ul.meta.blog-post-top {
        margin-bottom: 7px;
    }
    .blog-post-preview-title {
        font-size: 22px;
        line-height: 23px;
    }
    .blog-post-preview-excerpt {
        font-size: 16px;
        line-height: 20px;
    }
    .blog-post-load-more-wrap {
        padding: 24px 0 30px 0;
    }
}
@media only screen and (max-width: 960px) {
    .container-with-sidebar {
        grid-template: auto/1fr;
    }
    .blog-post-preview-content {
        justify-content: center;
    }
    .container-sidebar {
        border-top: var(--main-border);
        border-left: none;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .blog-comments.comments__wrap {
        padding-bottom: 30px;
    }
    figure.blog-post-featured-image figcaption {
        margin-top: 13px;
    }
    figure.blog-post-featured-image {
        margin-bottom: 26px;
    }
    .single-post-content .grid-gallery {
        padding: 0;
    }
    .blog-post .category-post__post-banner,
    .blog-post .category-post__post-tags {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 768px) {
    .container-content {
        box-sizing: border-box;
        width: 100%;
    }
    /* Featured Post */
    .blog-featured-post-wrap {
        margin-bottom: 18px;
    }
    .blog-featured-post-content {
        padding: 16px 10px 16px 10px;
    }
    .blog-featured-post-title {
        font-size: 26px;
        line-height: 25px;
    }
    /* Blog Categories Tabs */
    .blog-listing-categories-tabs {
        overflow-y: scroll;
        scrollbar-width: 0;
        gap: 20px;
        margin-bottom: 20px;
    }
    .blog-listing-categories-tabs::-webkit-scrollbar {
        width: 0;
    }
    .blog-post-preview {
        flex-direction: column;
    }
    .blog-post-preview-image,
    .blog-post-preview-content {
        width: 100%;
    }
    .blog-post-preview-content {
        padding: 20px 0px 0 0px;
    }

    /* Blog Post */
    .blog-post-title-wrap {
        padding: 0;
    }
    .blog-post-title {
        font-size: 30px;
        line-height: 28px;
    }
    .blog-post-meta {
        gap: 10px;
    }
    .blog-post-intro {
        margin-bottom: 16px;
    }
    .blog-post .container-content {
        font-size: 16px;
        line-height: 23px;
    }
    .single-post-content,
    .grid-gallery,
    .single-post-content p:not(:last-child),
    figure.blog-post-featured-image {
        margin-bottom: 20px;
    }
    .grid-gallery {
        gap: 10px;
    }
    .blog-comments input[type="text"] {
        width: 100%;
    }
}

/* --- JOB Styles 25.04.11 --- */

@media only screen and (max-width: 1366px) {

}
@media only screen and (max-width: 1200px) {
    .job-search-results-bar {
        padding-top: 20px;
    }
    .job-page .container {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px;
    }
    .job-search-form {
        margin-bottom: 11px;
    }
    .job-details-section,
    .job-search-results {
        gap: 20px;
    }
    .job-search-results-list {
        gap: 10px;
    }
    .job-search-post {
        padding: 12px 14px 12px 14px;
    }
    .job-search-results-details {
        padding: 15px 14px 21px 14px;
    }
    .pagination {
        padding-top: 10px;
    }
    .job-categories-grid {
        grid-column-gap: 20px;
        margin-bottom: 40px;
    }
    .job-search-section {
        margin-bottom: 40px;
    }
    .job-partners-grid {
        margin-bottom: 50px;
    }
    .job-search-post-bookmark {
        transform: translateX(3px);
    }
    .widget-hot-offers h5.widget-title {
        padding: 20px 14px 15px 36px;
    }
    .widget-hot-offers i.mask-icon-fire {
        left: 12px;
        top: 21px;
    }
    .widget-hot-offers-list {
        padding: 0 14px 8px 14px;
    }
}
@media only screen and (max-width: 960px) {
    .job-search-results-close {
        right: 15px;
        top: 17px;
    }
    div.job-search-region {
        min-width: 240px;
        max-width: 240px;
    }
    .job-search-results {
        flex-wrap: wrap;
        gap: 40px;
    }
    .job-search-results > div {
        width: 100%;
    }
    .job-categories-grid {
        grid-template-columns: repeat(2, 1fr)
    }
    .job-partners-grid {
        grid-template-columns: repeat(3, 1fr)
    }
    .job-details-section {
        flex-direction: column;
    }
    .job-details-content,
    .job-details-sidebar {
        width: 100%;
    }
    .job-steps-form-section,
    .job-details-section {
        padding-bottom: 40px;
        margin-bottom: 44px;
        gap: 30px;
    }
}
@media only screen and (max-width: 760px) {
    .job-search-form-main {
        flex-direction: column;
    }
    div.job-search-region {
        min-width: 100%;
        max-width: 100%;
    }
    .job-search-filter {
        overflow-y: scroll;
    }
    .job-post-details h2 {
        font-size: 23px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .job-post-details h6 {
        font-size: 18px;
        line-height: 24px;
    }
    .job-details-salary span {
        font-size: 14px;
        line-height: 24px;
    }
    .job-post-actions a {
        font-size: 12px;
    }
    .job-post-footer .job-post-actions a {
        font-size: 0;
        gap: 0;
    }
    .job-section-title h2 {
        font-size: 20px;
    }
    .job-partners-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .row {
        gap: 10px;
    }
    .col {
        width: calc(50% - 5px);
    }
    .job-steps-form label {
        margin-bottom: 10px;
    }
    .job-steps-progress {
        margin-bottom: 25px;
    }
    .job-steps-top {
        padding-top: 11px;
    }
    .predefined-skills-list {
        padding: 20px 10px 10px 10px;
    }
    .job-steps-final-item h5 {
        font-size: 16px;
    }
    .job-steps-item-content span {
        font-size: 14px;
    }
    .job-steps-final-item h5 {
        margin-bottom: 2px;
    }
    .job-steps-item-content:not(:has(span)) {
        transform: translateY(2px)
    }
}