[lang="fa"] .p-blog, [lang="fa"] .p-blog p, [lang="fa"] .latest-posts ul li a {
    font-family: "vazirmatn-Regular" !important;
}

[lang="fa"] .p-blog h1, [lang="fa"] .p-blog h2, [lang="fa"] .p-blog h3, [lang="fa"] .p-blog h4, [lang="fa"] .p-blog h5 , [lang="fa"] .p-blog h6 {   
    font-family: "vazirmatn-Bold" !important;
    font-weight: 400;
    margin: 20px 0;
}
[lang="en"] .p-blog h1, [lang="en"] .p-blog h2, [lang="en"] .p-blog h3, [lang="en"] .p-blog h4, [lang="en"] .p-blog h5 , [lang="en"] .p-blog h6 {   
    font-weight: 400;
    margin: 20px 0;
}
[lang="fa"] .contact-more, [lang="fa"] .sidebar-lawyers, [lang="fa"] .latest-posts h3{
    font-family: 'vazirmatn-Bold';
}
[lang="fa"] .latest-posts{
    text-align: right;
}
[lang="fa"] .latest-posts h3{
    font-size: 14pt;
    margin-bottom: 20px;
}
[lang="fa"] .latest-posts ul {
    direction: rtl;
    padding-right: 20px;
}
.latest-posts ul li {
    list-style: circle;
    margin-bottom: 8px;
}
.p-blog {
    font-size: 17px;
}
.p-blog h3 {
    font-size: 22px;
}

.p-blog ul {
    margin: 10px 35px;

} 
.p-blog li {
    list-style: disc;
}
.contact-more {
    background-color: #e4ffd0;
    padding: 30px;
    border-radius: 5px;
    color: black;
    text-align: center;
    font-size: 18pt;
    margin-bottom: 80px;
    margin-top: 40px;
}
.lawyer-more{
    border: none;
    display: inline-block;
    margin-top: 25px;
    background-color: #429a00;
    color: white !important;
    font-size: 12pt;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 30px;
    box-shadow: 0px 4px 0px #224e01;
}
.tags a {
    border: 1px solid #c1c1c1;
    padding: 0 7px;
    border-radius: 10px;
    margin-left: 5px;
    color: gray !important;
    display: inline-block;
    transition: all 1 ease;
}
.tags a:hover {
    background-color: #ffa000;
    color: white !important;
    border: 1px solid #ffa000;
}

.lawyer-more:hover {
    cursor: pointer;
    background-color: #59ce00;
}
.blog-content .table {
    background-color: white;
    min-width: 400px;
}
.blog-content .table tr:first-child {
    background-color: black;
    color: white;
}
.blog-content .table tr {
    cursor: pointer;
}
.blog-content .table tr:not(:first-child):hover {
    background-color: #f2f2f2;
}
.blog-content img{
    border-radius: 10px;
    margin: 30px 0;
    width: 100% !important;
}
.blog-content, .blog-content p{
    text-align: justify;
    line-height: 32px;
}
.blog-post-single {
    margin: 0 0 30px 0 !important;
}
.top-summary {
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 19px;
    border: 2px dashed #c6c6c6;
    color: black;
}
.blog-content a {
    color: #0d6efd;
}
.sidebar-lawyers {
    border-radius: 10px;
    background-color: #e6fcd6;
    padding: 50px;
    text-align: center;
    color: black;
    font-size: 26px;
    margin-bottom: 30px;
}
.sticky-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.top-links {
    border: 1px dashed gray;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 30px;
}
.top-links ul {
    column-count: 2;
}
@media (max-width: 400px)  { 
    .top-links ul {
        column-count: 1;
    }
}