﻿    .nav-tabs > li > a {
        font-size: 14px;
        font-family: 'sofia-pro' !important;
        text-transform: uppercase;
    }

    .nav-tabs > li.active > a {
        text-decoration: line-through;
        color: #990033 !important;
    }

    .nav-tabs > li > a {
        color: #a1a1a1 !important;
        border-bottom: none !important;
    }

        .nav-tabs > li > a:hover {
            color: #990033 !important;
        }

    .tab-content p {
        color: #020a20 !important;
    }

    .category-list li a {
        color: #a1a1a1;
    }

        .category-list li a:hover {
            color: #990033;
        }

    .category-list li.active a {
        color: #990033;
    }

    .widget-title {
        font-size: 14px;
        text-transform: uppercase;
        font-family: 'sofia-pro', sans-serif;
        font-weight: 600;
        letter-spacing: 2px;
        margin-bottom: 15px;
    }


    .practice-detail h3 {
        line-height: 1.4 !important;
    }

    .practice-detail ul li {
        font-family: "sofia-pro" !important;
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 0;
        letter-spacing: 1px;
    }

    .seperator-gray {
        width: 100%;
        border-color: #a1a1a1;
    }

    .category-list li {
        padding-left: 0 !important;
    }

    .blog-social.footer-social a {
        margin-left: 0 !important;
    }

        .blog-social.footer-social a i {
            color: #a1a1a1 !important;
        }

        .blog-social.footer-social a:hover i {
            color: #990033 !important;
        }