.nav .logo, .footer .logo {
    font-weight: bold;
    font-size: 24px;
    color: white;
}
.badge-success {
    color: #fff;
    background-color: #28a745;
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.disabled {
    pointer-events: none;
    opacity: 0.4;
}

.table-xs{
    line-height: 15px;
}
.table-xs table td{
    font-size: 13px;
}
.table-xs table th{
    font-size: 14px;
}
.font-size-small {
    font-size: 11px;
}
.font-size-medium {
    font-size: 12px;
}

.lang-label {
    color: #fff;
    background-color: #1d9729;
    display: inline-block;
    padding: .30em .4em;
}
.category-label {
    color: #fff;
    background-color: #dc3545;
    display: inline-block;
    padding: .30em .4em;
}
.domain-label {
    color: #fff;
    background-color: #4d59dc;
    display: inline-block;
    padding: .30em .4em;
}

.thumb-container {
    height: 225px;
}
.thumb-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.widget-popular-posts__img-holder .thumb-container {
    height: 50px;
}
.widget-popular-posts__img-holder .thumb-container img {
    object-fit: cover;
}

.related-posts .thumb-container{
    height: 150px;
}
.related-posts .thumb-container img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.page-content {
    padding-left: 10px;
    padding-right: 10px;
}
.page-content, .page-content p {
    font-family: 'Lato', sans-serif !important;
    font-size: 17px !important;
}
.page-content img {
    padding-bottom: 15px;
}
