.active {
    color: #2ebaae;
    pointer-events: none;
    cursor: default;
}
#header .links ul li.active a{
    font-weight: 600;
}
.links .active h3{
    color: #2ebaae;
}
ul.actions .button.sponsor-btn {
    color: #fff !important;
    background-color: #2ebaae;
    transition: all 0.3s ease;
}
ul.actions .button.sponsor-btn:hover {
    background-color: rgba(46, 186, 174, 0.71);
    transition: all 0.3s ease;
}

.links img {
    height: 20px;
    width: 30px;
    opacity: 0.4;
}

.links .selected a img {
    opacity: 1;
}

.hideSection {
    display: none;
}

.article-flag {
    float: left;
    margin-right: 15px;
    margin-top: 5px;
}
.links li h3 {
    overflow: auto;
}


/*Responsive css*/
@media only screen and (max-width: 768px) {
    .post > header .meta .author{
        display: none;
    }
    .post > header .title{
        margin-bottom: 10px;
    }
    .post > header .meta{
        margin-bottom: 10px;
    }
    .post h1{
       display: none;
    }
    article.post{
        display: flex;
        flex-wrap: wrap;
    }
    .post > header{
        order: -1;
        left: 0;
    }
    .image.featured{
        order: -1;
    }
    .post > .ad-btn{
        order: -1;
    }
    .post > .image.featured {
        margin-right: -24px;
    }
    .post > .align-center{
        width: 100%;
    }
    body.single #wrapper {
        padding-top: 0;
    }
    body.single #wrapper article.post {
        border-top: 0 none;
    }
}
/* Responsive top menu */
@media screen and (max-width: 736px) {
    body.single {
        padding-top: 2.7em;
    }
    body.single #wrapper article.post > header {
        padding: 3em 0em 0.5em 0em;
    }
}
