.post-type-archive-news {
}
.post-type-archive-news .header-section {
    background-color: var(--lightest);
    padding: 3em;
}

.post-type-archive-news h1 {
    margin: 0 auto;
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 16px;
    padding: 0;
}

.post-type-archive-news .header-section p {
    margin: 0 auto;
    padding: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
}

@media (max-width: 992px) {
    .post-type-archive-news .header-section {
        padding: 3em 12px;
    }
    .post-type-archive-news .container, .post-type-archive-news h1, .post-type-archive-news .header-section p {
        max-width: unset;
    }
}

@media (min-width: 992px) {
    .post-type-archive-news h1, .post-type-archive-news .header-section p {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .post-type-archive-news h1, .post-type-archive-news .header-section p {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .post-type-archive-news h1, .post-type-archive-news .header-section p {
        max-width: 1320px;
    }
}

@media (min-width: 992px) {
    .news-list-header-section-content {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .news-list-header-section-content {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .news-list-header-section-content {
        max-width: 1320px;
    }
}

/* background color removed 2025-05-14*/
.all-news{
/*    background-color: var(--lightest);*/
}

.all-news .container div:last-child{
    padding-bottom: 40px;
}
.news-categories h3{
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    padding: 20px;
}
.news-selector .top-content {
    display: flex;
    justify-content: space-between;
}
.news-selector .top-content .button.green.simple {
    color: #248700;
    font-size: 18px;
    line-height: 32px;
    text-decoration: none;
	text-transform: none;
    display: inline-block;
    background: none;
    font-weight: 400;
    padding: 0;
    min-width: unset;
    white-space: nowrap;
}
.news-selector .button.green.simple::after {
    content: url("../images/button-arrow.svg");
    margin-left: 30px;
    transition: 300ms all ease;
    position: relative;
    left: 0;
}

.most-viewed .col-12:nth-child(n+4) {
    /* display: none; */
}

.news-list.news-selector {
    padding: 48px 0;
}


.news-list h2 {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 48px;
}

.news-list.news-selector h2 {
    color: #333333;
}

.news-list.news-selector .news-cart {
    background-color: #fff;
}

.news-selector .news-item .image {
    border-radius: 16px;
    width: 100%;
    height: 207px;
    overflow: hidden;
}

.news-selector .news-item .date {
    white-space: nowrap;
    display: block;
    margin: 5px 0 0 0;
    font-size: 14px;
}

.news-selector .news-item a {
    text-decoration: none;
    color: #333;
}

.news-selector .title-4 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 8px;
}

.news-selector .news-item .image {
    border-radius: 16px;
    width: 100%;
    height: 207px;
    overflow: hidden;
}

.news-selector .news-item .date {
    white-space: nowrap;
    display: block;
    margin: 5px 0 0 0;
    font-size: 14px;
}

.news-selector .news-item a {
    text-decoration: none;
    color: #333;
}

.news-selector .title-4 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 8px;
}

.news-selector .owl-nav {
    margin-top: 50px;
    bottom: -85px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-selector .owl-nav .owl-nav-counter {
    margin: 0 16px;
}

.news-selector .owl-nav .owl-prev .nav-btn {
    transform: rotate(180deg);
}

.news-selector .owl-nav .nav-btn {
    display: block;
    width: 48px;
    height: 48px;
    background-image: url(../images/button-active.svg);
}

.news-list-header-section {
    background-color: var(--lightest);
    min-height: 496px;
    position: relative;
    margin-bottom: 24px;
}

.news-list-header-section-content {
    margin: 0 auto;
}

.news-list-header-section-content .title {
    margin-top: 88px;
    margin-bottom: 16px;
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: #333333;
}
.news-list-header-section-content .subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
}
.news-list-hero-image {
    position: absolute;
    bottom: 0;
    right: 0;
    height: -webkit-fill-available;
    padding-top: 60px;
    margin-right: -11%;
}
.news-categories {
    padding-top: 20px;
    margin-bottom: 40px;
}
.news-categories ul {
    margin: 0;
    width: auto;
    padding: 20px 40px;
    background-color: #fff;
    border-radius: 16px;
}

.news-category-item {
    display: inline-flex;
    margin: 0px 0 0 35px;
}
.news-category-item a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    padding: 4px 16px;
    border: 1.5px solid var(--green);
    border-radius: 31px;
    color: var(--green);
    text-decoration: none;
}
.news-category-item a.current {
    color: #fff;
    background-color: var(--green);
}
.all-news .container div.wp-pagenavi {
    height: 48px;
    text-align: center;
    margin-top: 70px;
    padding-bottom: 100px;
}
.previouspostslink {
    border: 1.5px solid #E0E0E0;
    padding: 15px 20px !important;
}
.previouspostslink:after {
    content: url(../images/prev.svg);
}
.nextpostslink {
    border: 1.5px solid var(--green);
    padding: 15px 20px !important;
}
.nextpostslink:before {
    content: url(../images/next.svg);
}
.wp-pagenavi span, .wp-pagenavi a {
    color: #333333;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    padding: 15px 24px;
    background-color: transparent;
    border-radius: 50%;
}
.wp-pagenavi span:nth-child(2) {
    padding: 15px 25px !important;
}
.wp-pagenavi span:nth-child(n+2) {
    padding: 15px 23px;
}
.wp-pagenavi span.current {
    color: #fff;
    background-color: var(--green);
}
.wp-pagenavi a {
    text-decoration: none;
}

.post-type-archive-news .search {
    background-color: var(--lightest);
    padding: 3em;
    margin-top: 15px;
}

.post-type-archive-news .news-caregories {
    margin-top: 45px;
    flex-wrap: nowrap;
}
.post-type-archive-news .news-caregories label {
    display: block;
    width: 120px;
    text-align: left;
    padding-top: 3px;

    color:  var(--darkest);
    font-weight: bold;
}

.post-type-archive-news .news-caregories a {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 0px 20px;

    color:  var(--darkgrey);
    font-weight: bold;

    background-color: var(--lightest);
    border-radius: 10px;
    line-height: 30px;

    text-decoration: unset;
    text-transform: capitalize;
}

.post-type-archive-news .page-content {
    margin-top: 60px;
}

.post-type-archive-news .news-list {
    margin-top: 60px;
}


.news-cart {
    border: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: none;
    margin-bottom: 30px;
}

.news-cart .news-cart-image {
    aspect-ratio: 2 / 1;
    background-size: cover;
    background-color: var(--lightgrey);
    border-radius: 16px;
}
.news-cart .news-cart-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-cart .card-content_wrap {
    padding: 16px 24px;
    max-height: 254px;
    min-height: 254px;
}

.news-cart .card-date {
    margin-bottom: 5px;
    margin-top: 5px;
    color: #333333;
    font-size: 14px;
    display: block;
    line-height: 24px;
}

.news-cart .card-title {
    margin-bottom: 8px;
    margin-top: 8px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
}
.news-cart .card-title a {
    color: #333333;
    text-decoration: none;
}

.news-cart .card-content {
    color: #333333;
    margin-bottom: 16px;
    min-height: 84px;
    max-height: 84px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.news-cart .card-categories {
    color: var(--darkgrey);
    font-size: 16px;
    min-height: 30px;
}
.news-cart .card-categories a {
    color: var(--darkgrey);
    text-decoration: none;
    text-transform: capitalize;
    margin-right: 5px;
}
.slider .news-cart {
    background-color: #fff;
    box-shadow: unset;
}
.slider .news-cart .categories {
    border-bottom: 0;
    padding-bottom: 16px;
    display: inline;
}
.slider .news-cart .categories a {
    margin-bottom: 0;
    margin-right: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

@media (max-width: 992px) {
    .news-list.news-selector {
        padding: 32px 0;
    }
    .news-list {
        padding-top: 48px 0 60px;
    }
    .news-list label {
        margin-bottom: 32px;
    }
    .news-list .news-cart {
        margin-bottom: 16px !important;
    }
    .news-list label {
        font-size: 20px;
        line-height: 32px;
    }
    .news-list .news-cart .card-title {
        font-size: 18px;
        line-height: 24px;
    }
    .news-categories ul {
        padding: 20px;
    }
}

.news-list .news-cart {
    margin-bottom: 0;
}

.news-list .news-cart .categories {
    display: inline;
}

.news-list .news-cart .categories a {
    text-decoration: none;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    padding: 0 16px;
    background-color: #333333;
    border-radius: 31px;
    margin-right: 8px;
    display: inline-block;
}

.news-list .news-cart .card-date {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}

.pagination-wrapper {
    margin-top: 70px;
    margin-bottom: 70px;
}
.pagination-wrapper hr {
    display: none;
}

.pagination-wrapper a:focus,
.pagination-wrapper a:hover {
    text-decoration: none;
}

.pagination-wrapper .pagination .prev .nav-prev-text,
.pagination-wrapper .pagination .next .nav-next-text {
    display: none;
}
.pagination-wrapper .pagination .nav-links {
    justify-content: center;
    font-size: 16px;

}
.pagination-wrapper .pagination .page-numbers {
    color: var(--darkest);
    margin: 0px 15px;
}
.pagination-wrapper .pagination .page-numbers.current {
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    background-color: var(--darkest);
    color: white;
}
.single-news .container table,
.single-news .container table * {
    border-style: none;
}

.single-news .header-section {
    min-height: 496px;
    background-color: var(--lightest);
    margin-bottom: 24px;
}

.single-news .header-section .hero-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-news .page-content {
    padding: 0px 100px;
    margin-top: 46px;
}

.single-news .date {
    color: #333333;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
}

.single-news h1 {
    margin: 12px 0 36px;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
}

.single-news .categories {
    margin: 0;
    flex-wrap: nowrap;
    padding-bottom: 38px;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.4);
}

.single-news .categories a {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 0px 15px;

    color:  var(--lightest);
    font-size: 15px;

    background-color: var(--darkest);
    border-radius: 10px;
    line-height: 25px;

    text-decoration: unset;
    text-transform: capitalize;
}

.single-news .image {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 488px;
    background-color: transparent;
    padding: 0px;
    margin-top: 48px;
    border-radius: 16px;
}

.single-news video {
    padding: 0px;
    margin-top: 48px;
    border-radius: 16px;
}

.single-news .quotes {
    padding: 0;
    margin-top: 48px;
    margin-bottom: 128px;
}

.single-news .quotes p, .single-news .quotes li {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
}

.single-news .quotes a {
    color: var(--green);
}

.single-news .quotes a:hover {
    color: var(--green);
}

.single-news .quotes h1,
.single-news .quotes h2,
.single-news .quotes h3 {
    margin: 20px 0px;
}

.single-news .tabs_slider .tabs_bg {
    background-color: var(--lightest);
    padding: 60px 0 72px;
}

.single-news .slider .transparent .slide {
    color: #333333;
}

.single-news .slider .transparent .slide .slide_title {
    font-family: 'Space Grotesk', sans-serif;
    text-transform: none;
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 8px;
}
.single-news .slider .transparent .slide .slide_content {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}
.single-news .tabs_slider .slider .inner_slider {
    position: relative;
}
.single-news .tabs_slider .slider .inner_slider .slider-counter {
    position: absolute;
    left: 1px;
    width: 100%;
    text-align: center;
    font-style: normal;
    font-size: 18px;
    line-height: 32px;
    z-index: 0;
}
.single-news .tabs_slider .slider .inner_slider .slider-counter::first-letter {
    font-weight: 700;
}
.single-news .tabs_slider .slider .inner_slider .owl-stage .owl-item {
    opacity: 0;
}
.single-news .tabs_slider .slider .inner_slider .owl-stage .owl-item.active {
    opacity: 1;
}
.single-news .slider .owl-nav {
    bottom: -40px;
}
.single-news .slider .owl-carousel .owl-nav button.owl-prev.disabled, .single-news .slider .owl-carousel .owl-nav button.owl-next.disabled {
    margin: 0 37px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
.single-news .slider .owl-carousel .owl-nav button.owl-prev.disabled span[aria-label="Previous"] {
    content: url(../images/arrow-left.svg);
    position: absolute;
    top: 12px;
    left: 12px;
    transform: none;
}
.single-news .slider .owl-carousel .owl-nav button.owl-next.disabled span[aria-label="Next"] {
    content: url(../images/arrow-left.svg);
    position: absolute;
    top: 12px;
    left: 12px;
    transform: rotate(180deg);
}
.single-news .slider .owl-carousel .owl-nav button.owl-next span[aria-label="Next"] {
    content: url(../images/arrow-right.svg);
    position: absolute;
    top: 12px;
    left: 12px;
}
.single-news .slider .owl-carousel .owl-nav button.owl-prev span[aria-label="Previous"] {
    content: url(../images/arrow-right.svg);
    position: absolute;
    top: 12px;
    left: 12px;
    transform: rotate(180deg);
}
.single-news .slider .owl-carousel .owl-nav button.owl-prev, .single-news .slider .owl-carousel .owl-nav button.owl-next {
    margin: 0 37px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    box-shadow: none;
    z-index: 1;
}
.single-news .breadcrumb_back, .news-list-header-section-content .breadcrumb_back {
    display: none;
    background-color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    padding-left: 18px;
}
.news-list-header-section-content .breadcrumb_back {
    background-color: transparent;
}
.single-news .breadcrumb_back:before, .news-list-header-section-content .breadcrumb_back:before {
    content: url(../images/caret-left.svg);
    position: relative;
    bottom: 2px;
    margin-right: 15px;
}
.single-news .breadcrumb_back:hover, .news-list-header-section-content .breadcrumb_back:hover {
    color: var(--green);
}
.single-news blockquote {
    border-color: var(--green);
}
@media (max-width: 992px) {
    .single-news .container {
        max-width: unset;
    }
    .single-news .page-content {
        padding: 0 12px;
    }
    .single-news .header-section {
        min-height: unset;
    }
    .single-news .breadcrumb_back, .news-list-header-section-content .breadcrumb_back {
        display: block;
    }
    .single-news .breadcrumbs {
        display: none;
    }
    .single-news .header-section .image {
        min-height: 174px;
    }
    .single-news .date {
        font-size: 14px;
        line-height: 24px;
    }
    .single-news h1 {
        margin: 8px 0 32px;
        font-size: 20px;
        line-height: 32px;
    }
    .single-news .categories {
        padding-bottom: 24px;
    }
    .news-cart .card-date {
        margin-left: 8px;
    }
    .single-news .image {
        min-height: 351px;
        margin-top: 24px;
    }
    .single-news video {
        margin-top: 24px;
    }
    .single-news .quotes {
        margin-top: 24px;
        margin-bottom: 60px;
    }
    .single-news .quotes p, .single-news .quotes li {
        font-size: 16px;
        line-height: 28px;
    }
    .single-news .tabs_slider .tabs_bg {
        padding: 60px 0 120px;
    }
    .single-news .tabs_slider .slider .slide {
        background-color: transparent;
    }
    .single-news .slider .transparent .slide .slide_title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    .single-news .slider .transparent .slide .slide_content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 18px;
    }
    .single-news .tabs_slider .slider .slide {
        padding: 0;
    }
    .single-news .tabs_slider .slider .inner_slider .owl-stage .owl-item {
        display: block;
    }
    .page-template-page-news .breadcrumbs {
        display: none;
    }
    .news-list-header-section-content .title {
        margin-top: 88px;
        margin-bottom: 16px;
        font-size: 28px;
        line-height: 40px;
    }
    .news-list-header-section {
        margin-bottom: 32px;
    }
    .news-list-hero-image {
        position: relative;
        display: flex;
        justify-content: right;
        padding-top: 36px;
        margin-right: 0;
        margin-left: 43px;
    }
    .news-list-header-section-content {
        margin: 0 0 195px;
    }
    .news-list-header-section-content .title {
        margin: 32px auto 0;
    }
    .news-list-header-section-content .subtitle {
        margin: 0 auto;
    }
    .news-categories {
        margin-top: 0;
    }
    .news-category-item {
        margin: 32px 24px 0 0;
    }
    .wp-pagenavi {
        margin-top: 0;
    }
    .wp-pagenavi span, .wp-pagenavi a {
        font-size: 16px;
        line-height: 28px;
        padding: 8.5px 15.5px;
    }
    .wp-pagenavi span:nth-child(2) {
        padding: 8.5px 16.5px;
    }
    .nextpostslink {
        padding: 7.5px 11px !important;
    }
    .previouspostslink {
        padding: 7.5px 11px !important;
        border: 1.5px solid #333333;
    }
    .nextpostslink::before {
        position: relative;
        top: 2px;
    }
    .previouspostslink:after {
        position: relative;
        top: 2px;
    }
}
@media (max-width: 576px) {
    .news-list-header-section-content .title, .news-list-header-section-content .subtitle {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
}
@media (min-width: 576px){
    .news-list-header-section-content .title, .news-list-header-section-content .subtitle {
        max-width: 540px;
    }
}
@media (min-width: 768px){
    .news-list-header-section-content .title, .news-list-header-section-content .subtitle {
        max-width: 720px;
    }
}
@media (min-width: 992px){
    .news-list-header-section-content .title, .news-list-header-section-content .subtitle {
        max-width: 960px;
    }
    .news-categories ul li:first-child {
        margin: 0;
    }
}
@media (min-width: 1200px){
    .news-list-header-section-content .title, .news-list-header-section-content .subtitle {
        max-width: 1140px;
    }
}
@media (min-width: 1400px){
    .news-list-header-section-content .title, .news-list-header-section-content .subtitle {
        max-width: 1320px;
    }
}