/*
Theme Name:   localchild
Description:  Write here a brief description about your child-theme
Author:       wellgone
Author URL:   Write here the author's blog or website url
Template:     Divi
Version:      1.0.19
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  localchild
*/

/* Write here your own personal stylesheet */

/* The Divi layout supplies the semantic, site-wide SEO footer. */
#main-footer {
    display: none !important;
}

footer.et_pb_section h2 {
    font-size: 16px !important;
    line-height: 1.5em !important;
}

.localchild-seo-footer {
    background: #17212b;
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.8;
    padding: 48px 0 20px;
}

.localchild-footer-inner {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
}

.localchild-footer-grid {
    display: grid;
    gap: 36px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-bottom: 30px;
}

.localchild-seo-footer h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.45;
    margin: 0 0 14px;
}

.localchild-footer-grid section:first-child h2 {
    font-size: 16px;
    line-height: 1.5;
}

.localchild-seo-footer p {
    color: #cbd5e1;
    margin: 0 0 8px;
}

.localchild-seo-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.localchild-seo-footer li {
    margin: 0 0 7px;
}

.localchild-seo-footer a {
    color: #cbd5e1;
    text-decoration: none;
}

.localchild-seo-footer a:hover,
.localchild-seo-footer a:focus {
    color: #fff;
    text-decoration: underline;
}

.localchild-seo-footer img {
    display: block;
    height: 132px;
    margin-top: 24px;
    object-fit: cover;
    width: 132px;
}

.localchild-friend-links {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    padding: 24px 0 18px;
}

.localchild-friend-links ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 22px;
}

.localchild-friend-links li {
    margin: 0;
}

.localchild-footer-legal {
    color: #94a3b8 !important;
    font-size: 13px;
    margin: 8px 0 0 !important;
    text-align: center;
}

.localchild-footer-legal a {
    color: #afc3d4;
}

@media (max-width: 767px) {
    .localchild-seo-footer {
        padding: 36px 0 18px;
    }

    .localchild-footer-grid {
        gap: 30px;
        grid-template-columns: 1fr;
    }

    .localchild-friend-links ul {
        gap: 7px 16px;
    }
}

/* Single article template. */
.single-post .well-single-hero {
    overflow: hidden;
    position: relative;
}

.single-post .well-single-hero::after {
    background: linear-gradient(90deg, rgba(200, 155, 90, 0), rgba(200, 155, 90, .9), rgba(200, 155, 90, 0));
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: min(220px, 42vw);
}

.single-post .well-single-kicker {
    color: #d8b37a;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 18px;
    text-align: center;
}

.single-post .well-single-kicker p {
    margin: 0;
}

.single-post .well-single-title .et_pb_title_container {
    text-align: center;
}

.single-post .well-single-title .entry-title {
    color: #fff !important;
    font-size: clamp(28px, 3vw, 44px) !important;
    font-weight: 600 !important;
    letter-spacing: .02em;
    line-height: 1.4 !important;
    margin: 0 auto 18px;
    max-width: 1040px;
}

.single-post .well-single-title .et_pb_title_meta_container,
.single-post .well-single-title .et_pb_title_meta_container a {
    color: rgba(255, 255, 255, .72) !important;
    font-size: 14px !important;
}

.single-post .well-single-content {
    color: #344054;
    font-size: 17px;
    line-height: 1.95;
}

.single-post .well-single-content p,
.single-post .well-single-content ul,
.single-post .well-single-content ol,
.single-post .well-single-content blockquote {
    margin-bottom: 1.35em;
}

.single-post .well-single-content p:empty,
.single-post .well-single-content p:has(> br:only-child) {
    display: none;
}

.single-post .well-single-content h2,
.single-post .well-single-content h3,
.single-post .well-single-content h4 {
    color: #17212b;
    font-weight: 650;
    line-height: 1.45;
    margin: 1.7em 0 .75em;
}

.single-post .well-single-content h2 {
    border-left: 3px solid #c89b5a;
    font-size: 26px;
    padding-left: 15px;
}

.single-post .well-single-content h3 {
    font-size: 21px;
}

.single-post .well-single-content a {
    color: #9a6425;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.single-post .well-single-content img {
    border-radius: 2px;
    height: auto;
    margin: 1.4em auto;
    max-width: 100%;
}

.single-post .well-single-content blockquote {
    background: #f8f5f0;
    border-left: 3px solid #c89b5a;
    color: #475467;
    padding: 20px 24px;
}

.single-post .well-single-note-module {
    margin-top: 24px;
}

.single-post .well-single-note {
    background: #eef1f3;
    border-left: 3px solid #8b98a5;
    color: #667085;
    font-size: 14px;
    line-height: 1.75;
    padding: 19px 22px;
}

.single-post .well-single-note strong {
    color: #344054;
    display: block;
    margin-bottom: 4px;
}

.single-post .well-single-note p {
    margin: 0;
}

.single-post .well-single-post-nav {
    border-top: 1px solid #d9dee3;
    margin-top: 28px;
    padding-top: 26px;
}

.single-post .well-single-post-nav a {
    color: #344054 !important;
    font-size: 14px !important;
    line-height: 1.6;
}

.single-post .well-single-post-nav a:hover,
.single-post .well-single-post-nav a:focus {
    color: #a86f2c !important;
}

.single-post .well-single-aside-column {
    position: relative;
}

.single-post .well-single-sidebar-card {
    background: #fff;
    border: 1px solid #e4e7ec;
    margin-bottom: 24px;
}

.single-post .well-single-lawyer-card img {
    background: #e9edf0;
    display: block;
    height: 330px;
    object-fit: contain;
    object-position: center bottom;
    width: 100%;
}

.single-post .well-single-lawyer-body,
.single-post .well-single-category-card,
.single-post .well-single-contact-card {
    padding: 25px 26px 27px;
}

.single-post .well-single-eyebrow {
    color: #a86f2c;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.6px;
    margin: 0 0 7px;
}

.single-post .well-single-sidebar-card h2 {
    color: #17212b;
    font-size: 22px;
    font-weight: 650;
    line-height: 1.4;
    margin: 0 0 12px;
}

.single-post .well-single-sidebar-card p {
    color: #667085;
    line-height: 1.75;
    margin-bottom: 14px;
}

.single-post .well-single-lawyer-body > a,
.single-post .well-single-contact-card > a {
    background: #a86f2c;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px;
    text-decoration: none;
}

body.single-post .well-single-category-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

body.single-post .well-single-category-card li {
    border-bottom: 1px solid #edf0f2;
    font-size: 15px;
    line-height: 1.55;
    list-style: none;
    margin: 0;
    width: 100%;
}

body.single-post .well-single-category-card li:last-child {
    border-bottom: 0;
}

body.single-post .well-single-category-card a {
    align-items: center;
    box-sizing: border-box;
    color: #475467;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    gap: 16px;
    justify-content: space-between;
    line-height: 1.55;
    min-height: 48px;
    padding: 11px 0;
    text-decoration: none;
    width: 100%;
}

body.single-post .well-single-category-card a span:first-child {
    flex: 1 1 auto;
    min-width: 0;
}

body.single-post .well-single-category-card a span:last-child {
    color: #a86f2c;
    flex: 0 0 auto;
    font-size: 16px;
    line-height: 1;
}

body.single-post .well-single-category-card a:hover,
body.single-post .well-single-category-card a:focus {
    color: #a86f2c;
}

.single-post .well-single-contact-card {
    background: #17212b;
}

.single-post .well-single-contact-card h2 {
    color: #fff;
}

.single-post .well-single-contact-card p:not(.well-single-eyebrow) {
    color: #cbd5e1;
}

.single-post #comment-wrap,
.single-post #respond,
.single-post .comment-respond,
.single-post .comments-area {
    display: none !important;
}

@media (max-width: 980px) {
    .single-post .well-single-aside-column {
        display: grid !important;
        gap: 22px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 30px;
    }

    .single-post .well-single-sidebar-card {
        margin-bottom: 0;
    }

    .single-post .well-single-contact-card {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .single-post .well-single-hero {
        padding-bottom: 48px !important;
        padding-top: 52px !important;
    }

    .single-post .well-single-kicker {
        letter-spacing: 2px;
    }

    .single-post .well-single-content {
        font-size: 16px;
        line-height: 1.9;
    }

    .single-post .well-single-content h2 {
        font-size: 22px;
    }

    .single-post .well-single-aside-column {
        display: block !important;
    }

    .single-post .well-single-sidebar-card {
        margin-bottom: 20px;
    }

    .single-post .well-single-post-nav .nav-previous,
    .single-post .well-single-post-nav .nav-next {
        display: block;
        float: none;
        margin-bottom: 12px;
        text-align: left;
        width: 100%;
    }
}

/* Legal Insights category archives. */
.well-archive-page {
    background: #f7f8fa;
    color: #344054;
}

.well-archive-shell {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
}

.well-archive-hero {
    align-items: center;
    background-position: center;
    background-size: cover;
    color: #fff;
    display: flex;
    min-height: 320px;
    padding: 72px 0;
    text-align: center;
}

.well-archive-eyebrow,
.well-archive-heading > p {
    color: #c89b5a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0 0 8px;
}

.well-archive-hero h1 {
    color: #fff;
    font-size: clamp(36px, 5vw, 60px);
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 14px;
}

.well-archive-hero p:last-child {
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
    line-height: 1.8;
    margin: 0 auto;
    max-width: 760px;
}

.well-archive-category-nav {
    background: #f5f7f9;
    border-bottom: 1px solid #e5e9ed;
    padding: 22px 0;
}

.well-archive-category-nav .well-archive-shell {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.well-archive-category-nav a {
    background: #fff;
    border: 1px solid #e5e9ed;
    color: #344054;
    font-size: 14px;
    padding: 10px 20px;
    text-decoration: none;
    transition: .2s ease;
}

.well-archive-category-nav a:hover,
.well-archive-category-nav a:focus,
.well-archive-category-nav a.is-active {
    background: #17212b;
    border-color: #17212b;
    color: #fff;
}

/* Match the Divi blog index category navigation to native category archives. */
body.page-id-13789 .et_pb_section:has(.well-blog-categories) {
    background: #f5f7f9;
    border-bottom: 1px solid #e5e9ed;
    padding-bottom: 22px;
    padding-top: 22px;
}

body.page-id-13789 .et_pb_row:has(.well-blog-categories) {
    padding-bottom: 0;
    padding-top: 0;
}

body.page-id-13789 .et_pb_module:has(.well-blog-categories),
body.page-id-13789 .et_pb_text_inner:has(> .well-blog-categories),
body.page-id-13789 .et_pb_column:has(.well-blog-categories) {
    max-width: 100%;
    width: 100%;
}

body.page-id-13789 .well-blog-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    width: 100%;
}

body.page-id-13789 .well-blog-categories a {
    background: #fff;
    border: 1px solid #e5e9ed;
    color: #344054;
    display: block;
    font-size: 14px;
    line-height: 1.7;
    padding: 10px 20px;
    text-decoration: none;
    transition: .2s ease;
}

body.page-id-13789 .well-blog-categories a:hover,
body.page-id-13789 .well-blog-categories a:focus,
body.page-id-13789 .well-blog-categories a.is-active {
    background: #17212b;
    border-color: #17212b;
    color: #fff;
}

.well-archive-content {
    padding: 54px 0 72px;
}

.well-archive-grid {
    align-items: start;
    display: grid;
    gap: 36px;
    grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
}

.well-archive-heading {
    margin-bottom: 18px;
}

.well-archive-heading h2 {
    border-left: 3px solid #c89b5a;
    color: #17212b;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.35;
    margin: 0;
    padding-left: 14px;
}

.well-archive-list {
    background: #fff;
    border: 1px solid #e5e9ed;
    padding: 0 28px;
}

.well-archive-card {
    align-items: start;
    border-bottom: 1px solid #e8ecef;
    display: grid;
    gap: 26px;
    grid-template-columns: 180px minmax(0, 1fr);
    margin: 0;
    min-height: 168px;
    padding: 28px 0;
}

.well-archive-card:last-child {
    border-bottom: 0;
}

.well-archive-thumb {
    background: #eef1f3;
    display: block;
    height: 122px;
    overflow: hidden;
    text-decoration: none;
}

.well-archive-thumb img {
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
    width: 100%;
}

.well-archive-card:hover .well-archive-thumb img {
    transform: scale(1.04);
}

.well-archive-thumb span {
    align-items: center;
    border-left: 3px solid #c89b5a;
    color: #25313b;
    display: flex;
    flex-direction: column;
    font-size: 15px;
    font-weight: 600;
    height: 100%;
    justify-content: center;
    letter-spacing: .5px;
    line-height: 1.7;
    text-align: center;
}

.well-archive-thumb small {
    color: #7a8793;
    font-size: 10px;
    letter-spacing: 1.2px;
}

.well-archive-card h3 {
    color: #1d2939;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.45;
    margin: 0 0 8px;
    padding: 0;
}

.well-archive-card h3 a {
    color: inherit;
    text-decoration: none;
}

.well-archive-card h3 a:hover,
.well-archive-card h3 a:focus,
.well-archive-more,
.well-archive-meta a {
    color: #a86f2c;
}

.well-archive-meta {
    color: #8a96a3;
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 11px;
}

.well-archive-meta span {
    margin: 0 5px;
}

.well-archive-excerpt {
    color: #667085;
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
}

.well-archive-more {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
    text-decoration: none;
}

.well-archive-empty {
    padding: 48px 24px;
    text-align: center;
}

.well-archive-sidebar {
    display: grid;
    gap: 24px;
}

/* Shared blog-list sidebar, synchronized with the single-post sidebar. */
.well-blog-sidebar {
    align-content: start;
    display: grid;
    gap: 24px;
}

.well-blog-sidebar-card {
    background: #fff;
    border: 1px solid #e4e7ec;
    margin: 0;
}

.well-blog-sidebar .well-single-lawyer-card {
    border-radius: 4px;
    border-top: 0;
    overflow: hidden;
}

.well-blog-sidebar .well-single-lawyer-card img {
    background: #e9edf0;
    display: block;
    height: 320px;
    object-fit: cover;
    object-position: center 16%;
    width: 100%;
}

.well-blog-sidebar .well-single-lawyer-body,
.well-blog-sidebar .well-single-category-card,
.well-blog-sidebar .well-single-contact-card {
    padding: 25px 26px 27px;
}

body .well-blog-sidebar .well-blog-search-form {
    align-items: stretch;
    display: flex;
    margin: 0;
    width: 100%;
}

body .well-blog-sidebar .well-blog-search-form input[type="search"] {
    appearance: none;
    background: #fff;
    border: 1px solid #d9dee3;
    border-radius: 0;
    box-sizing: border-box;
    color: #344054;
    flex: 1 1 auto;
    font-size: 14px;
    height: 46px;
    line-height: 1.5;
    min-width: 0;
    padding: 0 13px;
    width: auto;
}

body .well-blog-sidebar .well-blog-search-form input[type="search"]::placeholder {
    color: #98a2b3;
    opacity: 1;
}

body .well-blog-sidebar .well-blog-search-form button {
    background: #17212b;
    border: 1px solid #17212b;
    border-radius: 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 600;
    height: 46px;
    line-height: 1;
    margin: 0;
    padding: 0 18px;
    transition: background-color .2s ease, border-color .2s ease;
}

body .well-blog-sidebar .well-blog-search-form button:hover {
    background: #a86f2c;
    border-color: #a86f2c;
}

body .well-blog-sidebar .well-blog-search-form input[type="search"]:focus-visible,
body .well-blog-sidebar .well-blog-search-form button:focus-visible {
    outline: 2px solid #c89b5a;
    outline-offset: 2px;
    position: relative;
    z-index: 1;
}

.well-blog-sidebar .well-single-lawyer-body {
    padding-bottom: 28px;
}

.well-blog-sidebar .well-single-eyebrow {
    color: #a86f2c;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.6px;
    line-height: 1.5;
    margin: 0 0 7px;
}

.well-blog-sidebar h2 {
    border: 0;
    color: #17212b;
    font-size: 23px;
    font-weight: 650;
    line-height: 1.4;
    margin: 0 0 11px;
    padding: 0;
}

.well-blog-sidebar .well-single-lawyer-body p:not(.well-single-eyebrow),
.well-blog-sidebar .well-single-contact-card p:not(.well-single-eyebrow) {
    color: #667085;
    font-size: 15px;
    line-height: 1.75;
    margin: 0 0 14px;
}

.well-blog-sidebar .well-single-lawyer-focus {
    color: #344054 !important;
    font-weight: 600;
    letter-spacing: .2px;
}

.well-blog-sidebar .well-single-lawyer-body > a,
.well-blog-sidebar .well-single-contact-card > a {
    align-items: center;
    background: #a86f2c;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
    padding: 12px 16px;
    text-decoration: none;
    transition: background-color .25s ease;
    width: 100%;
}

.well-blog-sidebar .well-single-lawyer-body > a:hover,
.well-blog-sidebar .well-single-lawyer-body > a:focus,
.well-blog-sidebar .well-single-contact-card > a:hover,
.well-blog-sidebar .well-single-contact-card > a:focus {
    background: #17212b;
    color: #fff;
}

body .well-blog-sidebar .well-single-category-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

body .well-blog-sidebar .well-single-category-card li {
    border-bottom: 1px solid #edf0f2;
    font-size: 15px;
    line-height: 1.55;
    list-style: none;
    margin: 0;
    width: 100%;
}

body .well-blog-sidebar .well-single-category-card li:last-child {
    border-bottom: 0;
}

body .well-blog-sidebar .well-single-category-card a {
    align-items: center;
    box-sizing: border-box;
    color: #475467;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    gap: 16px;
    justify-content: space-between;
    line-height: 1.55;
    min-height: 48px;
    padding: 11px 0;
    text-decoration: none;
    width: 100%;
}

body .well-blog-sidebar .well-single-category-card a span:first-child {
    flex: 1 1 auto;
    min-width: 0;
}

body .well-blog-sidebar .well-single-category-card a span:last-child {
    color: #a86f2c;
    flex: 0 0 auto;
    font-size: 16px;
    line-height: 1;
}

body .well-blog-sidebar .well-single-category-card a:hover,
body .well-blog-sidebar .well-single-category-card a:focus {
    color: #a86f2c;
}

.well-blog-sidebar .well-single-contact-card {
    background: #17212b;
}

.well-blog-sidebar .well-single-contact-card h2 {
    color: #fff;
}

.well-blog-sidebar .well-single-contact-card p:not(.well-single-eyebrow) {
    color: #cbd5e1;
}

.well-sidebar-card {
    background: #fff;
    border: 1px solid #e5e9ed;
    padding: 22px;
}

.well-sidebar-card h2 {
    border-left: 3px solid #c89b5a;
    color: #17212b;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 16px;
    padding-left: 12px;
}

.well-sidebar-search form {
    display: flex;
}

.well-sidebar-search input[type="search"] {
    border: 1px solid #d9dee3;
    border-right: 0;
    min-width: 0;
    padding: 11px 12px;
    width: 100%;
}

.well-sidebar-search button,
.well-sidebar-search input[type="submit"] {
    background: #17212b;
    border: 1px solid #17212b;
    color: #fff;
    cursor: pointer;
    padding: 0 18px;
}

.well-lawyer-card {
    padding: 0;
}

.well-lawyer-card img {
    background: #eef1f3;
    display: block;
    height: 330px;
    object-fit: contain;
    object-position: center bottom;
    width: 100%;
}

.well-lawyer-card > div {
    padding: 22px;
}

.well-lawyer-role {
    color: #a86f2c;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.4px;
    margin: 0 0 5px;
}

.well-lawyer-card h2 {
    border: 0;
    font-size: 24px;
    margin-bottom: 8px;
    padding: 0;
}

.well-lawyer-card p {
    color: #667085;
    line-height: 1.75;
    margin: 0 0 9px;
}

.well-lawyer-card a {
    background: #a86f2c;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    margin-top: 8px;
    padding: 9px 16px;
    text-decoration: none;
}

.well-sidebar-categories ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.well-sidebar-categories li {
    border-bottom: 1px solid #eef1f3;
    margin: 0;
}

.well-sidebar-categories li:last-child {
    border-bottom: 0;
}

.well-sidebar-categories a {
    color: #475467;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    text-decoration: none;
}

.well-sidebar-categories a:hover,
.well-sidebar-categories a:focus {
    color: #a86f2c;
}

.well-sidebar-categories small {
    color: #98a2b3;
}

.well-numeric-pagination {
    padding: 26px 0 0;
}

.well-numeric-pagination ul,
.page-id-13789 .wp-pagenavi {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.well-numeric-pagination li {
    margin: 0;
}

.well-numeric-pagination a,
.well-numeric-pagination span,
.page-id-13789 .wp-pagenavi a,
.page-id-13789 .wp-pagenavi span {
    align-items: center;
    background: #fff;
    border: 1px solid #d9dee3;
    color: #344054;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    min-width: 40px;
    padding: 0 12px;
    text-decoration: none;
}

.well-numeric-pagination a:hover,
.well-numeric-pagination a:focus,
.well-numeric-pagination .current,
.page-id-13789 .wp-pagenavi a:hover,
.page-id-13789 .wp-pagenavi a:focus,
.page-id-13789 .wp-pagenavi .current {
    background: #c89b5a;
    border-color: #c89b5a;
    color: #fff;
}

.page-id-13789 .wp-pagenavi .pages {
    background: transparent;
    border: 0;
    color: #667085;
    min-width: 0;
}

@media (max-width: 980px) {
    .well-archive-grid {
        grid-template-columns: 1fr;
    }

    .well-archive-sidebar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .well-blog-sidebar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .well-blog-sidebar .well-single-contact-card {
        grid-column: 1 / -1;
    }

    .well-blog-sidebar .well-single-lawyer-card img {
        height: 300px;
        object-position: center 15%;
    }

    .well-sidebar-search {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .well-archive-hero {
        min-height: 260px;
        padding: 56px 0;
    }

    .well-archive-hero p:last-child {
        font-size: 15px;
    }

    .well-archive-category-nav .well-archive-shell {
        -ms-overflow-style: none;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 4px;
        flex-wrap: nowrap;
        scrollbar-width: none;
    }

    .well-archive-category-nav .well-archive-shell::-webkit-scrollbar {
        display: none;
    }

    .well-archive-category-nav a {
        flex: 0 0 auto;
    }

    body.page-id-13789 .well-blog-categories {
        -ms-overflow-style: none;
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 4px;
        scrollbar-width: none;
    }

    body.page-id-13789 .well-blog-categories::-webkit-scrollbar {
        display: none;
    }

    body.page-id-13789 .well-blog-categories a {
        flex: 0 0 auto;
    }

    .well-archive-content {
        padding: 36px 0 48px;
    }

    .well-archive-heading h2 {
        font-size: 25px;
    }

    .well-archive-list {
        padding: 0 18px;
    }

    .well-archive-card {
        gap: 18px;
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 22px 0;
    }

    .well-archive-thumb {
        height: 180px;
    }

    .well-archive-card h3 {
        font-size: 19px;
    }

    .well-archive-sidebar {
        grid-template-columns: 1fr;
    }

    .well-blog-sidebar {
        grid-template-columns: 1fr;
    }

    .well-blog-sidebar .well-single-contact-card {
        grid-column: auto;
    }

    .well-blog-sidebar .well-single-lawyer-card img {
        height: auto;
        object-fit: contain;
        object-position: center top;
    }
}

/* Contact page: editorial legal-service layout and map fallback. */
.page-id-13501 .well-contact-hero {
    color: #fff;
    overflow: hidden;
    position: relative;
}

.page-id-13501 .well-contact-hero::after {
    background: linear-gradient(90deg, transparent, #c89b5a, transparent);
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: min(300px, 56vw);
}

.page-id-13501 .well-contact-kicker,
.page-id-13501 .well-contact-kicker p {
    color: #d8b37a;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 0 0 17px;
    text-align: center;
}

.page-id-13501 .well-contact-hero-title h1 {
    color: #fff;
    font-size: clamp(38px, 5vw, 64px);
    font-weight: 600;
    letter-spacing: .04em;
    line-height: 1.25;
    margin: 0 0 20px;
    text-align: center;
}

.page-id-13501 .well-contact-hero-copy {
    margin: 0 auto 30px;
    max-width: 720px;
}

.page-id-13501 .well-contact-hero-copy p {
    color: rgba(255, 255, 255, .82);
    font-size: 18px;
    line-height: 1.85;
    margin: 0;
    text-align: center;
}

.page-id-13501 .well-contact-action,
.page-id-13501 .well-contact-action p {
    margin: 0;
}

.page-id-13501 .well-contact-action a {
    border: 1px solid rgba(255, 255, 255, .48);
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 650;
    min-width: 190px;
    padding: 13px 20px;
    text-align: center;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.page-id-13501 .well-contact-action a.is-primary {
    background: #c89b5a;
    border-color: #c89b5a;
    color: #17212b;
}

.page-id-13501 .well-contact-action a:hover,
.page-id-13501 .well-contact-action a:focus {
    background: #fff;
    border-color: #fff;
    color: #17212b;
    transform: translateY(-2px);
}

.page-id-13501 .well-contact-trustline {
    margin-top: 27px;
}

.page-id-13501 .well-contact-trustline p {
    color: rgba(255, 255, 255, .65);
    font-size: 13px;
    letter-spacing: 1px;
    margin: 0;
    text-align: center;
}

.page-id-13501 .well-contact-section-heading {
    margin: 0 auto 38px;
    max-width: 760px;
    text-align: center;
}

.page-id-13501 .well-contact-section-heading > p:first-child {
    color: #a86f2c;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
    margin: 0 0 9px;
}

.page-id-13501 .well-contact-section-heading h2 {
    color: #17212b;
    font-size: clamp(30px, 3.5vw, 43px);
    font-weight: 600;
    line-height: 1.35;
    margin: 0 0 13px;
}

.page-id-13501 .well-contact-section-heading > p:last-child {
    color: #667085;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
}

.page-id-13501 .well-contact-card {
    background: #fff;
    border: 1px solid #e4e7ec;
    min-height: 270px;
    padding: 30px 27px;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.page-id-13501 .well-contact-card:hover {
    border-color: rgba(168, 111, 44, .52);
    box-shadow: 0 18px 40px rgba(16, 24, 40, .08);
    transform: translateY(-5px);
}

.page-id-13501 .well-contact-card-content span {
    color: #c89b5a;
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 26px;
}

.page-id-13501 .well-contact-card-content h3 {
    color: #17212b;
    font-size: 22px;
    font-weight: 650;
    margin: 0 0 12px;
}

.page-id-13501 .well-contact-card-content p {
    color: #667085;
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 7px;
}

.page-id-13501 .well-contact-card-content .well-contact-card-value {
    color: #344054;
    font-size: 16px;
    font-weight: 650;
    overflow-wrap: anywhere;
}

.page-id-13501 .well-contact-card-content a {
    color: #a86f2c;
    font-weight: 650;
    text-decoration: none;
}

.page-id-13501 .well-contact-map-card,
.page-id-13501 .well-contact-visit-card {
    border: 1px solid #e4e7ec;
    min-height: 520px;
    overflow: hidden;
}

.page-id-13501 .well-contact-map-code,
.page-id-13501 .well-contact-map-code .et_pb_code_inner,
.page-id-13501 #well-contact-map {
    height: 100%;
    min-height: 520px;
    width: 100%;
}

.page-id-13501 #well-contact-map {
    background: #e8ecef;
    position: relative;
}

.page-id-13501 .well-contact-map-fallback {
    align-items: center;
    background: linear-gradient(135deg, #e8ecef, #dfe5e8);
    color: #344054;
    display: flex;
    flex-direction: column;
    inset: 0;
    justify-content: center;
    line-height: 1.8;
    padding: 30px;
    position: absolute;
    text-align: center;
    z-index: 2;
}

.page-id-13501 .well-contact-map-fallback strong {
    color: #17212b;
    font-size: 20px;
    margin-bottom: 8px;
}

.page-id-13501 .well-contact-map-kicker {
    color: #9b7442;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.4px;
    margin-bottom: 14px;
}

.page-id-13501 .well-contact-map-fallback a {
    background: #17212b;
    border: 1px solid #17212b;
    color: #fff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
    margin-top: 22px;
    min-width: 210px;
    padding: 12px 20px;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.page-id-13501 .well-contact-map-fallback a:hover,
.page-id-13501 .well-contact-map-fallback a:focus-visible {
    background: #c89b5a;
    border-color: #c89b5a;
    color: #17212b;
}

.page-id-13501 .well-contact-map-fallback small {
    color: #667085;
    display: block;
    font-size: 12px;
    margin-top: 13px;
}

.page-id-13501 #well-contact-map.is-ready .well-contact-map-fallback {
    display: none;
}

.page-id-13501 .well-contact-visit-card {
    background: #17212b;
    color: #fff;
    padding: 40px 34px;
}

.page-id-13501 .well-contact-eyebrow {
    color: #d8b37a !important;
    font-size: 12px !important;
    font-weight: 700;
    letter-spacing: 2px;
}

.page-id-13501 .well-contact-visit-content h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.45;
    margin: 0 0 26px;
}

.page-id-13501 .well-contact-visit-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-id-13501 .well-contact-visit-content li {
    border-top: 1px solid rgba(255, 255, 255, .13);
    display: grid;
    gap: 9px;
    grid-template-columns: 54px 1fr;
    padding: 16px 0;
}

.page-id-13501 .well-contact-visit-content li strong {
    color: #d8b37a;
    font-size: 13px;
}

.page-id-13501 .well-contact-visit-content li span,
.page-id-13501 .well-contact-privacy {
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.7;
}

.page-id-13501 .well-contact-privacy {
    margin-top: 22px;
}

.page-id-13501 .well-contact-visit-action,
.page-id-13501 .well-contact-visit-action p {
    margin: 0;
}

.page-id-13501 .well-contact-visit-action a {
    background: #c89b5a;
    color: #17212b;
    display: block;
    font-weight: 700;
    padding: 13px 18px;
    text-align: center;
    text-decoration: none;
    transition: background-color .2s ease, transform .2s ease;
}

.page-id-13501 .well-contact-visit-action a:hover,
.page-id-13501 .well-contact-visit-action a:focus {
    background: #fff;
    transform: translateY(-2px);
}

.page-id-13501 .well-contact-form-heading {
    margin-bottom: 30px;
}

/* Specific selectors intentionally override the shared legacy form module only on this page. */
.page-id-13501 .well-contact-form-wrap .et_pb_contact_form_container {
    background: #fff !important;
    border: 1px solid #dfe3e7 !important;
    box-shadow: 0 22px 55px rgba(16, 24, 40, .09);
    padding: 48px 52px 54px !important;
}

.page-id-13501 .well-contact-form-wrap .et_pb_contact_main_title {
    color: #17212b !important;
    font-size: 28px !important;
    font-weight: 600 !important;
    margin-bottom: 22px;
}

.page-id-13501 .well-contact-form-wrap input,
.page-id-13501 .well-contact-form-wrap textarea,
.page-id-13501 .well-contact-form-wrap select {
    background: #f7f8fa !important;
    border: 1px solid #d9dee3 !important;
    color: #344054 !important;
    font-size: 16px !important;
    min-height: 50px;
    padding: 13px 14px !important;
}

.page-id-13501 .well-contact-form-wrap textarea {
    min-height: 150px;
}

.page-id-13501 .well-contact-form-wrap input:focus,
.page-id-13501 .well-contact-form-wrap textarea:focus,
.page-id-13501 .well-contact-form-wrap select:focus {
    border-color: #a86f2c !important;
    outline: 2px solid rgba(168, 111, 44, .12);
}

.page-id-13501 .well-contact-form-wrap .et_pb_contact_submit {
    background: #a86f2c !important;
    border: 1px solid #a86f2c !important;
    color: #fff !important;
    font-size: 15px !important;
    letter-spacing: 2px !important;
    padding: 11px 25px !important;
}

.page-id-13501 .well-contact-form-wrap .et_pb_contact_submit:hover {
    background: #17212b !important;
    border-color: #17212b !important;
}

@media (max-width: 980px) {
    .page-id-13501 .well-contact-card {
        min-height: 235px;
    }

    .page-id-13501 .well-contact-map-card,
    .page-id-13501 .well-contact-visit-card {
        min-height: 440px;
    }

    .page-id-13501 .well-contact-map-code,
    .page-id-13501 .well-contact-map-code .et_pb_code_inner,
    .page-id-13501 #well-contact-map {
        min-height: 440px;
    }
}

@media (max-width: 767px) {
    .page-id-13501 .well-contact-hero-title h1 {
        font-size: 36px;
    }

    .page-id-13501 .well-contact-hero-copy p {
        font-size: 16px;
    }

    .page-id-13501 .well-contact-action,
    .page-id-13501 .well-contact-action a {
        width: 100%;
    }

    .page-id-13501 .well-contact-card {
        min-height: 0;
        padding: 25px 23px;
    }

    .page-id-13501 .well-contact-card-content span {
        margin-bottom: 16px;
    }

    .page-id-13501 .well-contact-map-card,
    .page-id-13501 .well-contact-map-code,
    .page-id-13501 .well-contact-map-code .et_pb_code_inner,
    .page-id-13501 #well-contact-map {
        min-height: 370px;
    }

    .page-id-13501 .well-contact-visit-card {
        min-height: 0;
        padding: 31px 24px;
    }

    .page-id-13501 .well-contact-form-wrap .et_pb_contact_form_container {
        padding: 29px 20px 34px !important;
    }

    .page-id-13501 .well-contact-form-wrap .et_pb_contact_main_title {
        font-size: 24px !important;
    }
}
