.menu-text, ul#menu-sidebar-page-menu li{
font-family: 'Montserrat' !important;
font-weight: 500 !important;
}
.news_section h3.news-title a{
font-family: 'Montserrat' !important;
font-weight:500;
color:#0e1263;
}
.news_section .news-short-content, .date-post h2{
font-family: 'Montserrat' !important;
font-weight:500;
color:#000;
}
.news_section .news-more-link{
border-radius: 30px;
font-family: "Montserrat";
font-weight: 500;
color: #fff !important;
display: inline-block !important;
padding: 5px 20px;
background-color: #e36900;
}
.news_section .news-more-link:hover{
background-color: #45a648;
}
.news_pagination a{
background:#000;
}
.news-post-card ul.fusion-filters{
margin: 0px 0px 30px 0px;
display:flex!important;
}
.news-post-card ul.fusion-filters > li.fusion-filter{
border:1px solid #45a648;
color: white;
min-width: 100px;
padding: 5px 10px;
border-radius: 100px;
text-align:center;
}
.news-post-card ul.fusion-filters > li.fusion-filter.fusion-active{
background:#45a648;
}
.news-post-card ul.fusion-filters > li.fusion-filter:hover{
background:#45a648;
}
@media screen and (max-width: 480px) {
.news_section .news-short-content {
font-size:17px;
}
.news_section .news-more-link{
font-size:17px;
padding: 5px 20px;
}
.date-post, .post-content-text{
width:100%;
}
.news-post-card ul.fusion-filters{
gap:5px;
justify-content: center;
}
}