.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    line-height: 50px;
    font-size: 10px;
}

@media only screen and (max-width: 767px) {
    .social-share-sm li.share-title {
        width: 100%;
        margin: 0;
    }
}

.social-share-sm {
    display: inline-block;
    margin: 10px 0;
    font-family: "Manrope", sans-serif;
}

.social-share-sm li {
    float: left;
    margin-right: 5px;
}

.social-share-sm li span {
    font-weight: 700;
    color: #000;
    line-height: 32px;
}

.social-share-sm li a {
    width: 32px;
    height: 32px;
    display: inline-block;
    line-height: 32px;
    text-align: center;
    background: #ddd;
    color: #fff;
}

.social-share-sm li a:hover {
    transform: translateY(-4px);
}

.social-share-sm li.facebook a {
    background: #3b5998;
}

.social-share-sm li.twitter a {
    background: #1da1f2;
}

.social-share-sm li.google a {
    background: #db4437;
}

.social-share-sm li.pinterest a {
    background: #cb2027;
}

.social-share-sm li.linkedin a {
    background: #0077b5;
}

.firma-detail-content {
    border: 1px solid #ddd;
    border-top: none;
    padding: 10px;
    margin-bottom: 20px;
}

.firma-detail-content p,
.blog-entry p,
.blog-entry ul li {
    font-size: 18px;
    font-family: 'Manrope', sans-serif;
    line-height: 1.4;
}
