/*
 Theme Name:   Tijerina Legal Group.
 Theme URI:
 Description:  .
 Author:       Ax Silva.
 Author URI:   http://example.com
 Template:     kadence
 Version:      1.0
*/

h2 b,
h2 strong {
    color: #d5ac5a;
    font-weight: 800;
}

.header-html a {
    font-style: normal;
    font-weight: 600;
    font-size: 0.75rem;
    letter-spacing: 1px;
    border-radius: 30px 30px 30px 30px;
    color: #d5ac5a;
    background: #b51832;
    border: 1px solid currentColor;
    border-color: var(--global-palette9);
    padding: .5rem 1rem 0.5rem 1rem;
    text-decoration: none !important;
    color: #fff;
    font-family: var(--global-body-font-family);
}

.header-html a:hover {
    background: #d5ac5a;
    color: #fff;
}

h1:first-line {
    font-weight: 500 !important;
    font-size: 2rem;
}
h1 strong:last-of-type {
    font-weight: 800 !important;
}

.p-reviews {
    transform: translateY(-1rem);
}

.p-reviews,
.p-reviews em {
    display: inline-flex;
    align-items: center;
}

.p-reviews em {
    font-style: normal;
    font-weight: bold;
}

.p-reviews em:before {
    content: "";
    width: 136px;
    height: 26px;
    background: url(img/stars.svg) center/contain no-repeat;
    display: inline-flex;
    align-items: center;
}

.testimonial {
    background: url(img/message.svg) center/contain no-repeat;
}

.call-us span {
    font-size: 2rem !important;
}

.call-us span em {
    font-style: normal;
}
.call-us span em,
.call-us span b {
    color: #d5ac5a;
}
.call-us span b {
    font-weight: 900;
}

.call-us small {
    /* font-size: 0.75rem !important; */
    letter-spacing: 5px;
    font-weight: bold;
}

.services .kt-has-4-columns {
    counter-reset: numbers;
}

.services .kt-has-4-columns .wp-block-kadence-column {
    counter-increment: numbers;
    position: relative;
}

.services .kt-has-4-columns .wp-block-kadence-column .kt-blocks-info-box-link-wrap:before {
    content: counter(numbers, decimal-leading-zero);
    display: block;
    position: absolute;
    top: 2rem;
    right: 1.5rem;
    color: #eaeaea10;
    font-weight: 900;
    font-family: Inter;
    font-size: 2.625rem;
}

.number-list ul {
    counter-reset: numbers;
}

.number-list ul li {
    gap: 2.25rem;
}

.number-list ul li strong {
    display: block;
}

.number-list ul li:before{
    counter-increment: numbers;
    content: counter(numbers);
    display: inline-flex;
    padding: 1rem;
    border: 4px solid #D5AC5A;
    font-weight: 900;
    font-family: Inter;
    font-size: 2.875rem;
    min-width: 5.375rem;
    height: 5.375rem;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
}

.kb-advanced-slide-inner-wrap {
    padding: 1.75rem !important;
}

.name-client em {
    font-size: 0.75rem;
    font-weight: 400;
    font-style: normal;
}

.name-client:after {
    content: "";
    width: 102px;
    height: 17px;
    background: url(img/stars.webp) center/contain no-repeat;
    display: block;
}

iframe {
    border-radius: 1rem;
}

.btn-call-us strong {
    font-weight: 900;
}
.btn-call-us em {
    font-size: 0.875rem;
    font-weight: 400 !important;
    letter-spacing: 1px;
    font-style: normal;
}

@media (max-width: 576px) {
    h1+p {
        line-height: 1.2 !important;
    }
    h1+p br {
        display: none;
    }
    .awards .kt-inside-inner-col {
        background: none !important;
    }
    .services .wp-block-kadence-column:not(:last-child) h3 br {
        display: none;
    }
    .footer-menu-container {
        justify-content: center !important;
    }
    .footer-navigation .menu {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 576px) {
    .mr-tijerina br,
    footer .site-info,
    .thank-post-text br {
        display: none;
    }
    .site-footer-row {
        align-items: center;
    }
}