/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Child theme for Hello Elementor.
Author: K Tools
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Add your custom CSS below */


.site-blog-list-main {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.site-blog-list-main .site-blog-list-col {
    display: flex;
    flex-direction: column;
}

.site-blog-list-main .site-blog-list-col:first-child {
    flex: 0 0 41%;
}

.site-blog-list-main .site-blog-list-col:not(:first-child) {
    flex: 1;
}

.site-blog-col-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
}

.site-blog-list-col .site-blog-img {
    width: 100%;
    height: 261px;
    overflow: hidden;
}

.site-blog-list-col .site-blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}

.site-blog-col-inner:hover .site-blog-img img {
    transform: scale(1.05);
}

.site-blog-list-col .site-blog-content {
    padding: 40px;
    background: #fff;
}

.site-blog-list-col .site-blog-content .site-category {
    font-weight: 700;
    font-size: 11px;
    line-height: 1.36em;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #B89654;
}

.site-blog-list-col .site-blog-content h3 {
    margin: 16px 0 7px;
    transition: all .4s ease-in-out;
    cursor: pointer;
}

.site-blog-list-col .site-blog-content h3 a {
    font-family: "Playfair Display", Sans-serif;
}

.site-blog-list-col .site-blog-content h3 a:hover {
    color: #B89654;
}

.site-blog-list-col .site-blog-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62em;
    color: #6B7280;
    margin-bottom: 16px;
}

.site-blog-content .site-post-info {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.site-blog-content .site-post-info span {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.57em;
    color: #6B7280;
}

.blog-archive-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.blog-archive-wrapper .blog-archive-card {
    display: flex;
    flex-direction: column;
    width: calc((100% - 120px) / 4);
}

.blog-archive-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
}

.blog-archive-card .blog-archive-image {
    width: 100%;
    height: 261px;
    overflow: hidden;
}

.blog-archive-card .blog-archive-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}

.blog-archive-item:hover .blog-archive-image img {
    transform: scale(1.05);
}

.blog-archive-card .blog-archive-content {
    padding: 40px;
    background: #fff;
}

.blog-archive-card .blog-archive-content .blog-archive-category {
    font-weight: 700;
    font-size: 11px;
    line-height: 1.36em;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #B89654;
}

.blog-archive-card .blog-archive-content h3 {
    margin: 16px 0 7px;
    transition: all .4s ease-in-out;
    cursor: pointer;
}

.blog-archive-card .blog-archive-content h3 a {
    font-family: "Playfair Display", Sans-serif;
}

.blog-archive-card .blog-archive-content h3 a:hover {
    color: #B89654;
}

.blog-archive-card .blog-archive-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62em;
    color: #6B7280;
    margin-bottom: 16px;
}

.blog-archive-content .blog-archive-meta {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.blog-archive-content .blog-archive-meta span {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.57em;
    color: #6B7280;
}

.blog-page-wrapper .blog-search-form {
    display: flex;
    justify-content: flex-start;
    gap: 40px;
    width: 500px;
    margin-bottom: 40px;
}

.blog-page-wrapper .blog-search-form button:hover {
    color: #B89654;
}

/* Single blog Post */
.container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
}

.site-blog-main .single-post-header {
    background: #1B2A3B;
    padding: 183px 0 80px;
}

.site-blog-main .single-post-header h1 {
    color: #fff;
    margin-top: 20px;
}

.nav-links a {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.nav-links a:hover {
    color: #B89654;
}

.nav-links {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.blog-page-wrapper .blog-pagination {
    margin-top: 60px;
}

.blog-page-wrapper .blog-pagination .page-numbers {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    list-style-type: none;
    padding: 0;
    justify-content: center;
    gap: 20px;
}

.blog-page-wrapper .blog-pagination .page-numbers .page-numbers:hover {
    background: #B89654;
    color: #1B2A3B;
}

.blog-page-wrapper .blog-pagination .page-numbers .page-numbers {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1B2A3B;
    color: #B89654;
    font-size: 20px;
    font-weight: 600;
}

.blog-page-wrapper .blog-pagination .page-numbers a.next,
.blog-page-wrapper .blog-pagination .page-numbers a.prev {
    width: unset;
    padding: 10px 15px;
    height: 100%;
}

.nav-next a {
    flex-direction: row-reverse;
}

.nav-links .nav-subtitle {
    font-size: 20px;
    line-height: 1;
}

span.nav-title {
    font-size: 18px;
    line-height: 1.3em;
}

.single-post-meta span {
    color: #fff;
}

.single-post-meta {
    display: flex;
    align-items: center;
    gap: 20px;
}


.site-blog-content {
    padding: 80px 0;
}


.site-blog-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.62em;
    color: #1B2A3B;
    margin-bottom: 20px;
}

.site-blog-content h2 {
    margin-top: 30px;
}

.site-blog-content ol li,
.site-blog-content ul li {
    margin-bottom: 10px;
}

.single-post-navigation {
    padding: 0 0 80px;
}

.single-post-header span {
    color: #fff;
}

h1 .highlight {
    color: #B89654;
    font-style: italic;
}

.site-counter-number .elementor-counter-number {
    display: none;
}

.site-service-list ul {
    row-gap: 20px;
}

.site-counsel-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #B89654;
}

.site-counsel-img {
    width: 60px !important;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-service-card h3 {
    margin-top: 0;
}

.site-service-list ul {
    white-space: nowrap;
    width: max-content;
    animation: tmarq 32s linear infinite;
}

.site-service-list-card-title .elementor-icon-list-icon,
.site-service-card .elementor-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1B2A3B;
}

.site-service-list-card-title .elementor-icon-list-icon svg {
    margin-right: 0 !important;
}

.site-service-list-card-title .elementor-icon-list-text {
    padding-left: 20px !important;
    width: calc(100% - 48px);
}

.site-our-attorneys-counsel-img {
    width: 96px !important;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-attrorneys-bio-content .elementor-icon {
    margin-top: 15px;
}

.site-attroneys-content::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 25px;
    bottom: -24px;
    width: 1px;
    background: #B89654;
}

.site-attroneys-content:last-child::before {
    height: 91%;
}

.site-logo-heading a {
    font-family: 'Playfair Display';
}

.site-contact-form {
    margin: 0 !important;
}

.site-contact-form .wpforms-field label {
    color: #000;
    font-family: "Playfair Display" !important;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.31em;
}

.site-contact-form .wpforms-field input,
.site-contact-form .wpforms-field textarea {
    border-radius: 0 !important;
}

.site-contact-form .wpforms-field input:focus,
.site-contact-form .wpforms-field textarea:focus {
    border-color: #B89654 !important;
    outline: unset !important;
    box-shadow: unset !important;
}

.site-contact-form .site-contact-form-btn {
    background-color: #B89654 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1em !important;
    letter-spacing: 0.05em !important;
    color: #1B2A3B !important;
    border: 1px solid #B89654 !important;
    padding: 14px 24px 14px 24px !important;
    height: unset !important;
    width: 100%;
    border-radius: 0 !important;
}

.site-contact-form .site-contact-form-btn:hover {
    color: #B89654 !important;
    background: transparent !important;
}

.site-contact-form .site-contact-form-btn:focus {
    outline: unset !important;
    box-shadow: unset !important;
}

.site-contact-form .site-contact-form-btn::after {
    content: none !important;
}


@keyframes tmarq {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.site-attorneys-bio-left {
    position: sticky;
    top: 100px;
}

.site-team-member-list {
    position: sticky;
    top: 0;
    z-index: 1;
}

@media screen and (max-width:1300px) {
    .blog-archive-wrapper .blog-archive-card {
        width: calc((100% - 80px) / 3);
    }
}

@media screen and (max-width:1024px) {
    .hfe-nav-menu__layout-horizontal.menu-is-active ul {
        display: block !important;
    }

    .hfe-nav-menu__layout-horizontal ul {
        display: none !important;
    }

    .nav-links {
        flex-wrap: wrap;
    }

    .single-post-navigation {
        padding: 0 0 60px;
    }

    span.nav-title {
        font-size: 16px;
    }

    .site-navigation .hfe-nav-menu .hfe-nav-menu__toggle {
        width: 51px;
    }

    .site-nav-btn {
        max-width: unset;
        width: calc(100% - 71px);
    }

    .blog-archive-wrapper {
        gap: 30px;
    }

    .blog-archive-card .blog-archive-content {
        padding: 30px;
    }

    .blog-archive-wrapper .blog-archive-card {
        width: calc((100% - 30px) / 2);
    }

    .site-blog-list-main {
        gap: 30px;
    }

    .site-blog-list-col:first-child,
    .site-blog-list-col:not(:first-child) {
        flex: unset !important;
        width: calc((100% - 30px) / 2);
    }

    .site-blog-list-col .site-blog-content {
        padding: 30px;
    }

    .site-blog-main .single-post-header {
        padding: 160px 0 60px;
    }

    .site-blog-content {
        padding: 60px 0;
    }
}

@media screen and (max-width:767px) {
    .site-attorneys-bio-left {
        position: unset;
    }

    .single-post-navigation {
        padding: 0 0 40px;
    }

    span.nav-title {
        font-size: 14px;
    }

    .site-our-attorneys-counsel-img {
        width: 70px !important;
        height: 70px;
    }

    .site-counsel-img {
        width: 50px !important;
        height: 50px;
    }

    .site-navigation .hfe-nav-menu .hfe-nav-menu__toggle {
        width: 34px;
    }

    .site-nav-btn {
        max-width: unset;
        width: calc(100% - 34px);
    }

    .blog-page-wrapper .blog-search-form {
        width: 100%;
    }

    .site-blog-list-main {
        gap: 30px;
    }

    .site-blog-list-col:first-child,
    .site-blog-list-col:not(:first-child) {
        width: 100%;
    }

    .site-blog-list-col .site-blog-content {
        padding: 30px;
    }

    .site-blog-list-col .site-blog-content p {
        font-size: 14px;
    }

    .blog-archive-wrapper .blog-archive-card {
        width: 100%;
    }

    .blog-archive-wrapper {
        gap: 30px;
    }

    .blog-archive-card {
        width: 100%;
    }

    .blog-archive-card .blog-archive-content {
        padding: 30px;
    }

    .blog-archive-card .blog-archive-content p {
        font-size: 14px;
    }

    .site-blog-main .single-post-header {
        padding: 141px 0 40px;
    }

    .site-blog-content {
        padding: 40px 0;
    }
}