a { color: #3C0A45; }
a:hover { color: #999; }

/*h1,h2,h3,h4,h5,h6 { word-spacing: -3px; }*/
h2,strong { font-weight: 600 !important; }

.text-primary { color: #3C0A45 !important; }

.fs-11 { font-size: 11px; }
.fs-12 { font-size: 12px; }
.fs-13 { font-size: 13px; }
.fs-14 { font-size: 14px; }

.bg-soft-info { background-color: #DFF0FA; color: #1F75A4; }
.bg-soft-warning { background-color: #FAEEDA; color: #B98A38; }
.bg-soft-danger { background-color: #FDE3DE; color: #BF634F; }
.bg-soft-success { background-color: #DAF4F0; color: #128B7B; }
.bg-soft-dark { background-color: #DEDEDF; color: #191C1F; }

.mt-30 
{
    margin-top: 30px;
}
.mt-40 
{
    margin-top: 40px;
}
.mt-50 
{
    margin-top: 50px;
}
.mt-60 
{
    margin-top: 60px;
}

.bread::before
{
    content: '//';
    color: #ccc;
    margin-right: 7px;
}

.page-content
{
    font-size: 16px;
    line-height: 1.5;
    padding: 20px;
}

.show-xs
{
    display: none;
}

.alert-light
{
    background-color: #f4f4f4;
}

.text-limit-1-row
{
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical;
}

.text-limit-2-row
{
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
}

.text-limit-3-row
{
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical;
}

.text-limit-4-row
{
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical;
}

.btn-small
{
    font-size: 12px;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    background: #28052E;
    color: #fff;
}

.disable-scrollbars::-webkit-scrollbar
{
    background: transparent;
    width: 0px;
}
.disable-scrollbars
{
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.nowrap { white-space: nowrap; }

@media (max-width: 768px)
{
    a:hover
    {
        color: inherit;
    }
    
    body
    {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .sticky-header
    {
        background-color: #1E1E1E;
        /*position: relative;*/
    }

    .alert
    {
        padding: 8px 12px;
    }
    
    .p-20
    {
        padding: 20px;
    }
    .p-25
    {
        padding: 25px;
    }
    
    .mt-40 
    {
        margin-top: 10px;
    }
    .mt-50 
    {
        margin-top: 20px;
    }
    .mt-60 
    {
        margin-top: 40px;
    }
       
    .show-xs
    {
        display: block;
    }
    .hide-xs
    {
        display: none !important;
    }
    
    .footer-widget-wrapper
    {
        padding: 0 10px;
    }
}