header .logo {
    width: auto;
    position: absolute;
    top: 29px;
    left: 10px;
    transition: all 0.3s;
}

header .logo img{
	width:50%;
}
header .menu {
    font-family: "Montserrat";
    position: absolute;
    top: 15px;
    right: 5px;
    width: inherit;
    text-align: right;
}
header.mini .logo {
    width: auto;
    top: 29px;
}
.news_section .date{
font-size:15px;
}

.news_section .title a, .news_section .title{
font-size:27px;
}

.news_section .item{
padding-bottom:30px;
margin-bottom:15px;
}


.custom-news .custom-news-list .article-item .category{
font-size:14px;
}

.custom-news .custom-news-list .article-item h3{
font-size:22px;
}

.custom-news .custom-news-list .article-item p{
font-size:15px;
}

.custom-news .custom-news-list .article-item{
width:34.5%;
}

.custom-news .article-item:nth-child(3n){
width:31%;
}





.full-page-news .full-page-news-list .article-item .category{
font-size:14px;
}

.full-page-news .full-page-news-list .article-item h3{
font-size:20px;
}

.full-page-news .full-page-news-list .article-item p{
font-size:14px;
}

.full-page-news .full-page-news-list .article-item .read-more{
font-size:14px;
}

h1.article_category_title{
font-size:55px;
}

h2.article_category_title{
font-size:20px;
}


.morearticles h2{
font-size:24px;
}






