﻿  .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;
            font-family: 'sofia-pro', sans-serif;
            font-weight: 600;
            letter-spacing: 2px;
            margin-bottom: 15px;
        }


        .widget {
            margin-bottom: 20px !important;
        }

        .practice-detail, .widget-big {
            margin-bottom: 40px !important;
        }

            .practice-detail h3 {
                line-height: 1.4 !important;
            }

            .practice-detail ul li {
                font-family: "abril-text" !important;
                border-left: 3px solid #990033;
                padding-left: 25px;
                margin-bottom: 16px;
                font-size: 16px;
            }

        .seperator-gray {
            width: 100%;
            border-color: #a1a1a1;
        }

        .widget-title a {
            color: #a1a1a1;
        }

            .widget-title a.active, .widget-title a:hover {
                color: #990033;
            }

        .pagination a:first-child {
            margin-left: 0;
        }

        .blog-details {
            min-height: 90px;
        }

        .widget input, .widget select {
            border-radius: 0;
            width: 100%;
            border-width: 1px;
            margin-bottom: 10px;
            padding: 8px 15px;
        }

        .widget select {
            padding-left: 10px;
        }

        .widget input[type=submit] {
            margin-left: 0;
            margin-top: 10px;
            width: auto !important;
        }

        .widget .tags.alphabet a {
            width: auto;
            color: #020a20;
            border: none;
            padding: 0;
            font-size: 15px;
        }

            .widget .tags.alphabet a.active, .widget .tags.alphabet a:hover {
                background-color: transparent;
                color: #990033;
            }

        .btn-small-red {
            border-bottom: 1px solid #990033;
            color: #990033;
            background-color: transparent;
            font-weight: 400;
        }

            .btn-small-red:hover {
                color: #fff;
                background-color: #990033;
            }

        #overlay {
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 99999;
            top: 0;
            left: 0;
            background: #000;
            display: none;
            opacity: 0.3;
        }

            #overlay img {
                position: absolute;
                top: 40%;
                left: 0;
                margin: 0 auto;
                bottom: 0;
                right: 0;
                width: 100px;
            }

        #scroll-loader {
            visibility: hidden;
        }

        #removeAllFilters {
            display: none;
        }

            #removeAllFilters.display-block {
                display: block;
            }

        .btn-search {
            width: auto !important;
        }