#primary.kt_bbnews {
    box-sizing: border-box;
    position: relative;
    width: 100%;
}
#content {
    padding: 112px 0 30px;
}
.site-content {
    flex-wrap: wrap;
    justify-content: center;
}
body {
    background-image: url(/wp-content/uploads/2025/05/white-wood-panel-bg.png);
    background-position: 0 0;
    background-repeat: repeat;
}
main#main {
    padding: 35px 15px;
    margin: 0 !important;
}
.article.type-article {
    border: 2px solid var(--contrast-3);
    border-radius: 10px;
}
.content_news-articles {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    flex-direction: column;
    box-sizing: border-box;
    position: relative;
}
/* font colors */
.news-archive-header h1 {
    color: var(--contrast-2);
}
.kt_bbnews .entry-title, .news-archive-header p {
    color: #000;
}
.kt_bbnews .entry-content p {
    color: #858585;
}
/* font family and weight */
.kt_bbnews .entry-title {
    font-family: "Montserrat", serif;
    font-weight: 600;
    text-transform: none;
}
.news_link-container a {
    font-weight: 600;
}
/* font sizes */
.kt_bbnews .entry-title {
    font-size: 1.25rem;
}
.kt_bbnews .entry-content p {
    font-size: 1rem;
}
/* header */
.news-archive-header {
    text-align: center;
    line-height: 1.2;
}
.news-archive-header h1 {
    font-size: 2.25rem;
    margin-bottom: 10px;
}
.news-archive-header p {
    font-size: 1.125rem;
}
/* article structure */
.article.type-article {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 25px;
    background: #fff;
}
.article .news-article-content {
    width: calc(100% - 20px);
}
.article .news-thumbnail {
    width: calc(100% - 20px);
}
.kt_bbnews .entry-content {
    margin: 10px 0 30px !important;
}
.thumb-img-holder {
    width: 300px;
    max-width: 100%;
    margin: auto;
}
/* Read more button */
.news_link-container {
    box-sizing: border-box;
    width: fit-content;
    padding: 10px 30px;
    border-radius: 50px;
    border: 1px solid transparent;
    margin: 0 0 0 auto;
    background-color: var(--contrast-2);
}
/* grav form section */
.gform-heading-container {
    text-align: center;
    position: relative;
    padding: 20px 0;
    box-sizing: border-box;
    line-height: 1.2;
    margin-bottom: 35px;
    padding: 20px 15px;
}
.gform-heading-container::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    background: var(--contrast-2);
    transform: translate(-50%, -50%);
}
.gform-heading h2 {
    color: #fff;
    font-size: 2.25rem;
}
.gform-heading-copy p {
    margin: 0 !important;
    font-size: 1rem;
}
.gform-form-container {
    padding: 0 15px;
}
/* media queries */
@media screen and (max-width: 768px) {
    .site-content {
        flex-wrap: nowrap;
    }
}
@media screen and (min-width: 768px) {
    #content {
        padding: 135px 0 30px;
    }
    main#main {
        padding: 60px 15px;
    }
    .article.type-article {
        justify-content: space-around;
    }
    .article .news-thumbnail {
        width: calc(35% - 20px);
    }
    .article .news-article-content {
        width: calc(65% - 20px);
    }
    .gform-heading-container::before {
        width: 100vw;
    }
    .thumb-img-holder {
        width: 750px;
        max-width: 100%;
        margin: auto;
    }
}
@media screen and (min-width: 1024px) {
    .news-archive-header h1 {
        font-size: 3.5rem;
        margin-bottom: 20px;
    }
    .news-archive-header p {
        font-size: 1.425rem;
    }
    .kt_bbnews .entry-title {
        font-size: 1.75rem;
    }
    .kt_bbnews .entry-content p {
        font-size: 1.25rem;
    }
    .gform-heading h2 {
        font-size: 3.25rem;
    }
    .gform-heading-copy p {
        font-size: 1.5rem;
    }
}
@media screen and (min-width: 1440px) {
    .news-archive-header h1 {
        font-size: 4.5rem;
    }
    .gform-heading h2 {
        font-size: 3.75rem;
    }
    .gform-heading-copy p {
        font-size: 2rem;
    }
    .kt_bbnews .entry-title {
        font-size: 2rem;
    }
}