a,
p,
h1,
h2,
h3,
h4,
span,
blockquote {
    font-family: Manrope, Roboto, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

body {
    overflow-x: hidden;
}

a,
a:visited,
a:hover {
    color: inherit;
}

.site-content {
    background-color: #ffffff;
}

article .entry-header,
.social-sharer-wrapper,
article .entry-header h1 {
    background-color: transparent;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
}

#menu-main-menu .dropdown-menu {
    border: 0;
}

.social-sharer-wrapper .post-date-wrapper {
    display: none;
}

.social-sharer-main-icon-wrapper {
    gap: 10px;
    width:100%;
    justify-content: space-around;
}

.top-social-sharer-parent-div .social-sharer-wrapper {
    width: 100%;
}

.top-social-sharer-parent-div.ringier-social-sharing {
    height: auto;
    border-radius: 8px;
    margin-bottom: 16px;
    padding: 8px 16px;
}

.social-icon-sharer {
    margin-right: 0;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    border-radius: 0;
    gap: 8px;
    align-items: center;
}

.container,
.post-main {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
}

.ringier-archive-categories,
.ringier-home-breadcrumb-div {
    width: 100%;
}

h1.entry-title {
    font-size: 34px;
    line-height: 48px;
    font-weight: 700;
    color: var(--gray-900);
}

h1 span {
    color: var(--brand-primary)
}

.header__announcement-link:hover,
.header__announcement-link:visited {
    color: var(--brand-primary);
}

article a,
article a:link,
article a:active,
.article-body-links {
    color: var(--brand-secondary) !important;
}

#icons-wrapper.sticky {
    position: relative;
}

#breadcrumbs {
    display: flex;
    gap: 4px;
}
.ringier-bread-crumbs-wrap {
    line-height: 20px;
    margin-top: 0;
}

.ringier-bread-crumbs-wrap a,
.ringier-bread-crumbs-wrap a:hover,
.ringier-bread-crumbs-wrap a:visited,
.ringier-bread-crumbs-wrap .breadcrumb_last {
    color: var(--gray-900);
    font-size: 14px;
    line-height: 20px;
}

.ringier-home-icon a {
    line-height: 20px;
}

.ringier-bread-crumbs-wrap .breadcrumbs-separator {
    margin: 0 4px;
    line-height: 20px;
}

.ringier-bread-crumbs-wrap .breadcrumb_last {
    display: inline-block;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    line-height: 20px;
}

.post-thumbnail img,
.entry-content img {
    border-radius: 16px;
}

.entry-content iframe {
    height: 420px;
    display: block;
    margin: 1rem auto;
}

.post-thumbnail img {
    width: 100%;
}

.entry-content .wp-block-image {
    text-align: center;
}

.entry-content .wp-block-image:first-of-type {
    display: none;
}

.entry-content p,
.entry-content h2,
.entry-content h3 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: var(--text-gray-550);
}

.single-post .entry-header {
    padding: 0;
}

.entry-meta,
.article-dek,
.entry-header h1 {
    margin: 12px 0 !important;
}

.entry-content {
    padding-left: 0;
    padding-right: 0;
}

.homepage-post-card-wrapper {
    border-radius: 16px;
    overflow: hidden;
    background-color: var(--gray-200);
}

.homepage-post-card-wrapper .ringier-related-post-title,
.homepage-post-card-wrapper .ringier-related-post-excerpt {
    height: auto;
}

.ringier-related-posts-heading {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
}

.related-post-image-preview {
    position: relative;
}

.related-post-image-preview img {
    height: 240px;
    position: relative;
    object-fit: cover;
}

.author-box-wrap {
    background-color: var(--gray-200);
    border-radius: 16px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.author-box-wrap .avatar {
    border-radius: 50%;
}

.author-box-author-name {
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 800;
}

.author-box-author-name span {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #76818E;
}

.author-box-author-bio p {
    margin-bottom: 0;
}

.author-box-wrap .single-social-icons {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.author-box-wrap .single-social-icons a {
    background-color: var(--brand-secondary);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-wrapper-top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    width: 100%;
}

.post-wrapper-top-row-text {
    font-size: 12px;
    color: #ffffff;
}

.post-wrapper-top-row-img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    background-color: #ffffff;
    border-radius: 100%;
}

/* CATEGORY PAGE */
.category-page-header {
    display: flex;
    flex-direction: row;
}

/* HOMEPAGE FEATURED/STICKY SECTION */

.page-title h1,
.page-title h1 span {
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    font-weight: 800;
    letter-spacing: -2%;
}

.page-title p {
    text-align: center;
    color: var(--text-gray-500);
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.home .ringier-home-breadcrumb-div {
    display: none;
}

.ringier-main-featured {
    width: 100%;
    margin-bottom: 0;
}

/* General row container */
.ringier-row-main-featured {
    display: grid;
    gap: 20px;
    margin-bottom: 40px;
    float: left;
}

.ringier-row-main-featured.first-row,
.ringier-row.second-row {
    grid-template-columns: 1fr;
}

/* Style for articles (cards) */
.ringier-row-main-featured .post-card {
    border-radius: 16px;
    overflow: hidden;
    background-color: var(--gray-200);
}

.ringier-row-main-featured.second-row {
    position: relative;
    color: #ffffff;
}

.ringier-row-main-featured.second-row .post-wrapper-top-row-text {
    color: var(--text-gray-550);
}

.ringier-row-main-featured.second-row .post-wrapper-top-row {
    position: relative;
    color: var(--gray-550);
    padding: 0;
}

.ringier-row-main-featured .post-card,
.home-latest-articles-inner {
    border-radius: 16px;
    overflow: hidden;
    background-color: var(--gray-200);
}

.ringier-row-main-featured.first-row .post-card {
    height: 250px;
    position: relative;
}

.ringier-row-main-featured.first-row .post-card .post-image {
    height: 100%;
    width: 100%;
    position: absolute;
}

.ringier-row-main-featured.first-row .post-wrapper {
    position: relative;
    display: flex;
    height: 100%;
    flex-direction: column;
}

.ringier-row-main-featured.first-row .post-image img {
    object-fit: cover;
    float: left;
    width: 100%;
    height: 100%;
}

.ringier-row-main-featured.first-row .post-card-text {
    margin-top: auto;
    padding: 0 20px 20px 20px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 5%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
}

.ringier-row-main-featured .post-card-text p,
.ringier-popular-text-only-title {
    color: var(--gray-900);
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.ringier-row-main-featured.first-row .post-card-text p {
    color: #ffffff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    z-index: 10;
}

.ringier-row-main-featured.second-row .post-wrapper .post-image {
    position: relative;
}

.ringier-posts-by-category,
.home-latest-articles-main-div,
.real-estate-guides-wrapper,
.newsletter-container {
    padding: 0 10px !important;
}

input#newsletter_first_name,
input#email_field,
.alertsSubscribe__button {
    height: 48px;
}

.ringier-row-main-featured.second-row .post-image img,
.ringier-row-main-featured.second-row .post-image .badge-video {
    display: none;
}

.ringier-row-main-featured.second-row .post-card .post-wrapper {
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.home-latest-articles-content .home-latest-articles-post-title,
.home-latest-articles-content .ringier-popular-text-only-title {
    height: auto;
    padding: 0 20px;
}

.ringier-row-main-featured .post-meta {
    display: flex;
    padding: 0;
    gap: 8px;
}

.home-latest-articles-content .ringier-post-meta {
    display: flex;
    padding: 0 20px 20px 20px;
    gap: 8px;
    flex-wrap: wrap;
}

.ringier-category-post-card .post-meta {
    gap: 8px;
    padding: 0 10px;
    display: flex;
    height: auto;
    flex-wrap: wrap;
}

.ringier-row-main-featured .post-meta a,
.ringier-category-post-card .post-meta a,
.home-latest-articles-content .ringier-post-meta a {
    color: var(--gray-550);
    background-color: #048ba829;
    display: inline-block;
    border-radius: 16px;
    width: auto;
    padding: 0 20px;
    line-height: 30px;
}

.ringier-row-main-featured.first-row .post-meta a {
    background-color: #ffffff29;
    border-radius: 16px;
    width: auto;
}

.ringier-row-main-featured.first-row .post-meta a {
    color: #ffffff;
}

.ringier-related-post-text {
    padding: 0;
    display: flex;
    flex-direction: column;
}

.ringier-related-post-text .ringier-related-post-title {
    padding: 0 20px;
}

.ringier-related-post-text .post-meta {
    padding: 20px 20px 12px 20px;
    height: auto;
}

.ringier-related-post-text .post-meta .post-cat {
    color: var(--gray-550);
    background-color: #048ba829;
    display: inline-block;
    border-radius: 16px;
    width: auto;
    padding: 0 20px;
    line-height: 30px;
    margin-right: 8px;
    margin-bottom: 8px;

}

/* AMALGAM IMOBILIARE */

.real-estate-mix {
    display: flex;
    flex-direction: column;
    float: left;
    gap: 20px;
    padding: 0 10px;
    margin-bottom: 40px;
    width: 100%;
}

.real-estate-mix-card {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: var(--gray-200);
    border-radius: 16px;
    text-align: center;
    position: relative;
    width: 100%;
    padding: 0 20px 0 0;
}

.real-estate-mix-card h3 {
    font-weight: 800;
    font-size: 20px;
    line-height: 28px;
    color: var(--gray-900);
    margin: 20px auto 20px 35%;
}

.real-estate-mix-card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: var(--gray-550);
    display: none;
}

.real-estate-mix-card img {
    max-width: 120px;
    height: 75px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.real-estate-mix-card a {
    background-color: #ffffff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.real-estate-mix-card a span {
    display: none;
}

.real-estate-mix-card a img {
    position: relative;
    height: 24px;
}

.custom-section-title {
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin: 40px auto;
    color: var(--gray-900);
    padding: 0 10px;
    width: 100%;
}

.custom-section-title h2 {
    color: var(--gray-900);
    margin-top: 0;
    text-transform: initial;
}

.custom-section-title p {
    color: var(--text-gray-550);
    margin-bottom: 0;
}

.full-width-gray {
    float: right;
    background-color: var(--gray-200);
    position: relative;
    width: 100vw;
    right: 50%;
    margin-right: -50vw;
}

.real-estate-guides {
    float: left;
    gap: 20px;
    margin: 0 auto 40px auto;
    display: flex;
    flex-direction: row;
    overflow-x: auto;
}

.real-estate-guides-card {
    background: #000000;
    border-radius: 16px;
    color: white;
    height: 260px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.real-estate-guides-card:last-of-type {
    background: #ffffff;
}

.real-estate-guides-card h3 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 20px;
    z-index: 10;
    position: relative;
    font-size: 24px;
    line-height: 32px;
}

.real-estate-guides-card img.guides-background {
    opacity: 60%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.real-estate-guides-card h3 img {
    background-color: #ffffff;
    padding: 5px;
    border-radius: 100%;
    position: relative;
}

.real-estate-guides-card h3 img:last-of-type {
    background-color: #F9F9F9;
}

/* HOMEPAGE Q&A */

.qna-section {
    margin: 40px auto;
    background-color: var(--gray-200);
    padding: 20px;
    border-radius: 16px;
    float: left;
    width: 100%;
}

.qna-section .qna-top-row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}


.qna-section .qna-top-row .text-container {
    text-align: center;
    padding-top: 40px;
}

.qna-section .qna-top-row .text-container h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 800;
}

.qna-section .qna-top-row .text-container p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: var(--text-gray-550);
}

.qna-section .qna-top-row .text-container a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: var(--brand-secondary);
    border: 2px solid var(--brand-secondary);
    padding: 8px 16px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.qna-section .qna-bottom-row {
    padding-top: 40px;
    display: grid;
    gap: 20px;
}

.qna-section .qna-bottom-row a {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 10px 20px;
    gap: 10px;
    justify-content: space-between;
}

.qna-section .qna-bottom-row a span {
    font-weight: 400;
}

.qna-section .qna-bottom-row img {
    transform: rotate(315deg);
}

/* PAGINATION */

.page-numbers {
    display: flex;
    gap: 8px;
    justify-content: center
}

.page-numbers li span {
    background: var(--gray-200);
    color: var(--brand-secondary);
    border-radius: 100%;
    padding: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.page-numbers li {
    background: var(--gray-200);
    color: var(--brand-secondary);
    border-radius: 16px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.page-numbers li span.current {
    background: #048BA81A;
    width: 40px;
}

a.page-numbers,
span.page-numbers,
.page-numbers i {
    color: var(--brand-secondary);
}

a.page-numbers:visited {
    color: inherit;
}

/* VIDEO ICON */

.category-post-image-preview {
    position: relative;
}

.badge-video {
    position: absolute;
    left: calc(50% - 32px);
    top: calc(50% - 32px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    z-index: 1;
}

.related-post-image-preview .badge-video img {
    height: auto;
}

.badge-video-icon {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

/* CATEGORY  */

.ringier-category-posts-row {
    display: flex;
    gap: 20px;
    flex-direction: column;
    padding: 0 10px;
}

.ringier-category-post-card-title {
    font-size: 24px;
    line-height: 32px;
    font-family: 'Manrope', sans-serif;
    height: auto;
    margin-bottom: auto;
}

.category-post-image-arrow {
    position: absolute;
    background-color: #ffffff;
    padding: 5px;
    border-radius: 100%;
    top: 20px;
    right: 20px;
    display: flex
}

.ringier-category-post-card {
    background-color: var(--gray-200);
    border-radius: 16px;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
;
}

.ringier-category-post-card .wp-post-image {
    border-radius: 16px 16px 0 0;
    width: 100%;
    height: 275px;
    object-fit: cover;
}

.ringier-category-post-card time,
.home-latest-articles-content time {
    color: var(--text-gray-550);
}

.ringier-category-post-card img.arrow {
    width: auto;
    height: auto;
}

/* HOMEPAGE RECENT POSTS */

.home-latest-articles-main-div .home-latest-articles-post-image-preview,
.home-latest-articles-content {
    position: relative;

}

.home-latest-articles-main-div .home-latest-articles-post-image-preview {
    height: 150px;
}

.home-latest-articles-main-div .home-latest-articles-post-image-preview img {
    padding: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.home-latest-articles-main-div .ringier-popular-post-with-image-text {
    padding: 0;
}

.home-latest-articles-main-div .ringier-popular-post-with-image-text .post-wrapper-top-row {
    position: absolute;
    top: 0;
}

.home-latest-articles-content .ringier-popular-text-only-title {
    padding: 0 20px;
}

.ringier-popular-post-with-image-text time {
    padding: 20px 20px 0 20px;
    display: block;
}

.secondary-featured-post-text.home-category,
.ringier-popular-post-with-image-text.home-category {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.home-latest-articles-content .post-wrapper-top-row {
    margin-bottom: 0;
}

/* POST PAGE */

.imoexpert-entry-meta {
    display: flex;
    gap: 20px;
    align-items: center;
    font-weight: 700;
    color: var(--gray-400);
}

.imoexpert-entry-meta a,
article .imoexpert-entry-meta a {
    font-weight: 700;
    color: var(--gray-400) !important;
}

.imoexpert-entry-meta strong {
    font-weight: 400;
    color: var(--gray-550);
}

.imoexpert-entry-meta .author-name-text,
.imoexpert-entry-meta .post-written-date,
.imoexpert-entry-meta .post-categories {
    display: flex;
    flex-direction: column;
    text-align: left;
    font-size: 12px;
    margin-bottom: 0;
    color: var(--gray-550);
}

.author-avatar {
    width: auto;
}

#authorpage .avatar {
    margin-bottom: 0;
}

.imoexpert-entry-meta .author-avatar-link img {
    border-radius: 50%;
    max-width: 56px;
}

/* ARTICLE GALLERY LIGHTBOX */

.wp-gallery-lightbox {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.wp-gallery-lightbox.is-visible {
  display: block;
}

.wp-gallery-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}

.wp-gallery-lightbox__content {
  position: absolute;
  inset: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-gallery-lightbox__inner {
  position: relative;
  display: inline-block;
}

.wp-gallery-lightbox__img {
  max-width: 100%;
  max-height: 900px;
  display: block;
  background: #000;
}

.wp-gallery-lightbox__close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 26px;
  background: rgba(0,0,0,0.6);
  border: 0;
  color: #fff;
  padding: 4px 8px;
  line-height: 1;
  border-radius: 50%;
  cursor: pointer;
}

body.wp-gallery-lightbox-open {
  overflow: hidden;
}


/* Small devices (e.g., tablets in portrait) */
@media (min-width: 640px) {

    .mobile-only {
        display: none;
    }

    .container,
    .post-main {
        padding: 0 10px;
        max-width: 1080px;
    }

    .page-title h1,
    .page-title h1 span {
        font-size: 44px;
        line-height: 44px;
    }

    .page-title p {
        font-size: 16px;
        line-height: 28px;
    }

    /* styles for screens 640px and up */
    .ringier-bread-crumbs-wrap {
        display: flex;
    }

    .ringier-row-main-featured,
    .real-estate-mix {
        flex-direction: row;
    }

    .real-estate-mix {
        padding: 0;
    }

    .custom-section-title {
        padding: 0;
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
    }

    .custom-section-title p {
        width: 50%;
    }

    .custom-section-title p.description {
        text-align: right;
    }

    .ringier-row-main-featured.first-row {
        grid-template-columns: 2fr 1fr;
    }

    /* Second row: 3 x 1/3 */
    .ringier-row-main-featured.second-row {
        grid-template-columns: repeat(3, 1fr);
    }

    .ringier-row-main-featured.first-row .post-card {
        height: 420px;
    }

    .real-estate-guides {
        display: flex;
    }

    .real-estate-guides-card {
        height: 400px
    }

    .ringier-category-posts-row {
        flex-direction: row;
        padding: 0;
        margin-bottom: 20px;
    }

    .ringier-category-posts-row.row-1 {
        display: grid;
        grid-template-columns: 2fr 1fr;
        gap: 20px;
    }

    .ringier-category-post-card {
        margin-left: 0 !important;
    }

    .author-box-wrap {
        flex-wrap: nowrap;
        gap: 20px;
        flex-direction: row;
        text-align: initial;

    }

    .author-box-wrap .single-social-icons,
    .social-sharer-main-icon-wrapper {
        flex-direction: column;
    }

    .top-social-sharer-parent-div.ringier-social-sharing {
        position: fixed;
        top: 160px;
        margin-left: -80px;
    }

    .social-sharer-wrapper {
        background: #048aa82d;
        margin-bottom: 0;
        border-radius: 8px;
        padding: 8px;
    }

    .ringier-social-sharing {
        background: transparent;
        width: auto;
    }

    .ringier-posts-by-category,
    .home-latest-articles-main-div,
    .real-estate-guides-wrapper,
    .newsletter-container {
        padding: 0 !important;
    }

    .real-estate-mix-card {
        flex-direction: column;
        padding: 20px;
    }

    .real-estate-mix-card img {
        max-width: 100%;
        height: auto;
        position: relative;
    }

    .real-estate-mix-card a {
        font-weight: 700;
        font-size: 16px;
        line-height: 28px;
        color: var(--brand-secondary);
        border: 2px solid var(--brand-secondary);
        padding: 5px 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 16px;
        position: relative;
        background-color: transparent;
        width: auto;
    }

    .real-estate-mix-card a span {
        display: block;
    }

    .real-estate-mix-card p {
        display: block;
    }

    .home-latest-articles-main-div .home-latest-articles-post-image-preview {
        height: 274px;
    }

    .real-estate-mix-card h3 {
        font-size: 24px;
        line-height: 36px;
        margin: 20px auto;
    }

    .qna-section {
        padding: 40px;
    }

    .qna-section .qna-top-row {
        flex-direction: row;
        border-bottom: 2px solid #e6e9e9;
    }

    .qna-section .qna-top-row .text-container {
        text-align: initial;
        padding-top: 0;
    }

    .qna-section .qna-top-row .text-container h3 {
        font-size: 34px;
        line-height: 48px;
    }

    .qna-section .qna-top-row .text-container p {
        font-size: 18px;
        line-height: 32px;
    }

    .qna-section .qna-bottom-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .qna-section .qna-bottom-row a span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

/* BIG SCREENS */

@media (min-width: 1200px) {

    .container,
    .post-main {
        padding: 0;
        max-width: 1212px;
    }
}
