.page-template-page-news {
    background: #0f0f0f;
    color: #FFFFFF;
}

.page-template-page-news-php #main-content {
    width: 100%;
}

.page-template-page-news-php .gradient-overlay {
    position: absolute;
    bottom: 0;
    z-index: 1;    
    width: 100%;
    height: 60vh;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.news-hero {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-hero .hero-text {
    z-index: 2;
}

.news-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 80px 0;
    width: 90%;
    margin: 0 auto;
}

.newslist-container {
    width: 66.6%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 30px;
}

.news-sidebar {
    width: 33.3%;
    height: 1130px;
    overflow-y: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    position: relative;
}

.news-sidebar::-webkit-scrollbar {
    display: none;
}

/* .news-sidebar .social-section {
    margin-top: -57px;
} */

.news-sidebar .gradient {
    position: sticky;
    z-index: 99999999999;
    height: 150px;
    bottom: -10px;
    right: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(180deg, #ffffff00, #FFFFFF);
}

.news-sidebar #sb_instagram #sbi_images .sbi_item {
    margin-bottom: 25px !important;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%), 0 2px 4px 0 rgb(0 0 0 / 8%);
    padding: 0 !important;
}

.news-sidebar #sb_instagram .sbi_info {
    padding: 25px;
}

.news-list {
    width: calc(50% - 15px);
    margin-bottom: 32px;
}

.news-list.count1, .news-list.count4 {
    width: 100%;
}

.news-container {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.075);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.5s ease; 
    background: #000000;
    -webkit-box-shadow: 0px 0px 10px 1px #ffffff38;
    box-shadow: 0px 0px 10px 1px #ffffff38;
}

.news-container:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.075);
    -webkit-transform: scale(1.015);
    transform: scale(1.015);
    background: #FFF !important;
}

.news-container:hover .news-content h3 {
    color: #000 !important;
}

.news-image {
    margin-right: 25px;
    width: 100%;
    overflow: hidden;

}

.news-image img {
    height: 100%;
    object-fit: cover;
}

.news-content {
    display: flex;
    padding: 25px;
    justify-content: space-between;
}

.news-content a {
    color: black;
    text-decoration: none;
}

.article-link {
    padding-right: 10px;
}

.news-content a:hover {
    text-decoration: underline;
}

.read-more-link {
    display: block;
    position: absolute;
	color: #C3932C !important;
    font-weight: 700;
    bottom: 0px;
    right: 0px;
    transition: all 0.5s ease;
}

a.read-more-link {
    text-transform: uppercase;
    font-size: 15px;
}

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


.news-navigation {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.news-content h3 {
	font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    /* text-transform: uppercase; */
    font-size: 1.7rem;
    color: #FFFFFF;
    margin: 0;
    min-height: 54px;
}

.news-prev-link {
    position: absolute;
    left: 0;
}

.news-next-link {
    position: absolute;
    right: 0;
}

.news-next-link,
.news-prev-link {
    padding: 20px 60px;
    background: #000;
}

.news-navigation a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 700;
    line-height: 5px;
    font-size: 20px;
}

.news-navigation a:hover {
    text-decoration: underline;
}


/* Smaller that laptop */
@media only screen and (max-width: 1300px) {

    .news-section {
        width: 100%;
    }
    .news-sidebar {
        display: none;
    }

    .newslist-container {
        width: 90%;
        margin: 0 auto;
        padding-right: 0;
    }


}



/* Tablet */
@media only screen and (max-width: 980px) {
    .news-hero {
        height: 400px;
    }

    .news-list {
        width: 100%;
    }

}




/* Phone */
@media only screen and (max-width: 736px) {

    
    .news-sidebar {
        display: none;
    }

    .news-image {
        margin: 0;
        width: 100%;
        height: 100%;  
    }

    .news-content {
        margin-left: 25px;
        flex-direction: column;
    }
    
    
    .news-container {
        display: flex;
        flex-direction: column;
    }
    
    .read-more-link {
        position: static;
        margin-top: 10px;
        padding: 11px;
        text-align: center;
        background-color: #F2802F;
        border: 2px solid #F2802F;
    }

    a.read-more-link {
        color: white;
    }

    .news-hero {
        height: auto;
        min-height: 300px;
        padding: 50px 0;
    }
}

    


/* Phone */
@media only screen and (max-width: 480px) {

    
}