@charset "UTF-8";

.custom-bg {
    /* width: 90%; */
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
}

@media (max-width: 900px) {
  .custom-bg {
    background-position: center center;
  }
}

.main-menu > li:hover > a, .megamenu > li.active > a {
    color: #5bbb7b;
}

.text-ligth-grey {
    color: #6B7177;
}

.image-author {
    border-radius: 50%;
    width: 35px;
}

.category-list > a:hover, .category-list > a.active{
    color: #5bbb7b;
    text-decoration:underline;
}

.tag-list > a{
    color: #5bbb7b;
    background-color: #F5FFF4;
}
.tag-list > a:hover, .tag-list > a.active{
    color: #5bbb7b;
    text-decoration:underline;
}

.large-thumb {
    margin: auto;
    width: 90%;
}