﻿.mr-20 {
    margin-right: 20px;
}

.mr-10 {
    margin-right: 10px;
}

.mt33vh {
    margin-top: 33vh;
}

.text-display-1 {
    font-size: 1.314rem;
    line-height: 1.6;
    text-align: justify;
    letter-spacing: 0;
}

.inner-content {
    display: block;
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    border-bottom: 1px solid #B79855 !important;
    padding-bottom: 40px;
}

    .inner-content h1, .inner-content h2 {
        color: #ffffff !important;
        /*text-transform: uppercase;*/
        letter-spacing: 2px !important;
    }

    .inner-content h2 {
        font-size: 17px !important;
        /*background: #B79855;*/
        padding: 5px 10px;
    }

    .inner-content h1 {
        text-align: center !important;
        vertical-align: middle;
        display: inline-block;
        /*background: #B79855;*/
        color: #B79855 !important;
        padding: 1px 10px;
    }

header {
    height: 50vh !important;
    width: 100% !important;
    /*margin-top: -110px !important;*/
    background-image: url("/Content/showcase/images/slider/slide1.jpg");
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;
}

header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0.7) 0%,
        rgba(0, 0, 0, 0.4) 50%,
        rgba(0, 0, 0, 0.1) 100%);
    pointer-events: none;
    z-index: 1;
}

/* Ensure header content stays above the gradient */
header .navbar-toggle,
header .brand,
header .navbar-address {
    position: relative;
    z-index: 2;
}

.navbar.affix {
    z-index: -9999;
}

.colorized {
    color: #B79855 !important;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #000;
}

h2.h4-margin {
    font-weight: 600;
    font-size: 1.714rem;
    line-height: 1.25;
    letter-spacing: 0.025em;
}

.section-title-custom {
    text-align: center !important;
    text-transform: uppercase;
    letter-spacing: 2px !important;
    font-weight: 600;
    font-size: 2.571rem;
    line-height: 1.166;
    text-align: center;
}

.footer {
    padding: 50px 0;
}

h3.footer-contact {
    color: #B79855 !important;
    font-size: 1.5rem !important;
}

@media only screen and (min-width : 992px) {
    .footer {
        width: 70%;
        margin: auto;
    }
}

.menu-list {
    height: 100%;
}

.brand,
header .brand-text {
    color: #FFF !important;
}

.navbar-toggle .icon-bar {
    background-color: #FFF !important;
}

.owl-carousel .owl-item img {
    width: 80%;
}

.h4-margin {
    margin: 0 0 20px 0 !important;
}

footer {
    border-top: 1px solid #B79855 !important;
}

a.brand {
    background: #B79855;
    padding: 10px;
}

/* BORDER EFFECT */
a.border-effect {
    color: #000;
}

    a.border-effect:hover {
        text-decoration: none;
        color: #B79855;
    }

    a.border-effect:before {
        content: '';
        position: absolute;
        top: -2px;
        left: -2px;
        width: 0;
        height: 0;
        background: transparent;
        border: 2px solid transparent;
    }

    a.border-effect:hover:before {
        animation: animate 1s linear forwards;
    }

@keyframes animate {
    0% {
        width: 0;
        height: 0;
        border-top-color: #B79855;
        border-bottom-color: transparent;
        border-left-color: transparent;
        border-right-color: transparent;
    }

    50% {
        width: 100%;
        height: 0;
        border-top-color: #B79855;
        border-bottom-color: transparent;
        border-left-color: transparent;
        border-right-color: #B79855;
    }

    100% {
        width: 100%;
        height: 100%;
        border-top-color: #B79855;
        border-bottom-color: transparent;
        border-left-color: transparent;
        border-right-color: #B79855;
    }
}

a.border-effect:after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    width: 0;
    height: 0;
    background: transparent;
    border: 2px solid transparent;
}

a.border-effect:hover:after {
    animation: animate2 1s linear forwards;
    animation-delay: 1s;
}

@keyframes animate2 {
    0% {
        width: 0;
        height: 0;
        border-top-color: transparent;
        border-bottom-color: transparent;
        border-left-color: #B79855;
        border-right-color: transparent;
    }

    50% {
        width: 0;
        height: 100%;
        border-top-color: transparent;
        border-bottom-color: #B79855;
        border-left-color: #B79855;
        border-right-color: transparent;
    }

    100% {
        width: 100%;
        height: 100%;
        border-top-color: transparent;
        border-bottom-color: #B79855;
        border-left-color: #B79855;
        border-right-color: transparent;
    }
}

.border-effect-img {
    width: 150px;
    margin-top: 20px;
}
/* BORDER EFFECT */
footer button {
    background: transparent;
    border: none;
    padding: 0;
    color: #000;
}

    footer button:hover {
        color: #B79855;
    }

.section-about-title-home-page {
    text-align: center;
}

.italic {
    font-style: italic !important;
}

.lawyer-fees {
    width: 100%;
    margin: 50px 0;
}

    .lawyer-fees thead tr {
        line-height: 60px;
    }

    .lawyer-fees thead th {
        background: #666666;
        color: #FFF;
    }

    .lawyer-fees tbody tr {
        line-height: 45px;
    }

        .lawyer-fees tbody tr:nth-child(even) {
            background: #CCC;
        }

        .lawyer-fees tbody tr:nth-child(odd) {
            background: #FFF;
        }

        .lawyer-fees tbody tr:nth-child(even) td {
            border-right: 1px solid #FFF !important;
        }

        .lawyer-fees tbody tr:nth-child(odd) td {
            border-right: 1px solid #CCC !important;
        }

    .lawyer-fees tbody td {
        padding: 5px 10px;
        line-height: 20px;
    }

        .lawyer-fees tbody td:first-child {
            background: #666666;
            text-align: left;
            color: #FFF;
            border-top: 1px solid #FFF;
            padding: 10px 5px;
        }
