/*
 Theme Name:   Elements
 Theme URI:    http://miclub.com.au
 Description:  MiClub Custom Theme
 Author:       Tom Dorozenko
 Author URI:   http://miclub.com.au
 Version:      1.0.0
 License:      Copyright 2020 - MiClub
*/
@media (max-width: 600px) {
    #navigation #main-menu .logo img {
        max-width: 114px;
    }
}

.portal-wrap #news .news-item .post-content a .title-date {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, rgba(255, 255, 255, 0) 100%);
}

@media (max-width: 600px) {
    .portal-wrap #news .news-item .post-content a .title-date {
        width: 100%;;
    }
}