.sp-menu {
    display: flex;
    gap: 2.5rem;
}

.sp-megamenu-parent>li>a {
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgb(87 83 78);
    position: relative;
    transition: color 150ms cubic-bezier(0.4,0,0.2,1);
    padding: 0;
    margin: 0 15px;
    line-height: 34px;
display: inline-flex;
flex-direction: row;
}

.sp-megamenu-parent>li:last-child>a
{
    margin-left: 15px;
    padding: 0;
}

.sp-menu-item > a:hover,
.sp-menu-item.active > a,
.sp-menu-item.current-item > a {
    color: rgb(194 124 78);
}

.sp-menu-item > a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: rgb(194 124 78);
    transition: width 300ms;
}

.sp-menu-item > a:hover::before,
.sp-menu-item.active > a::before,
.sp-menu-item.current-item > a::before {
    width: 100%;
}

.font-serif
{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.text-stone-500
{
    color: var(--sppb-stone500);
}

.text-copper
{
    color: var(--sppb-copper);
}

.italic {
    font-style: italic;
}

#sp-bottom .sp-module h3.sp-module-title
{
    color: var(--sppb-stone900);
    text-transform: uppercase;
}

#sp-footer a #sp-bottom a
{
    color: var(--sppb-stone400);
}

#sp-footer a:hover #sp-bottom a:hover
{
    color: var(--sppb-copper);
}

#sp-bottom, #sp-footer
{
    border-top: 1px solid var(--sppb-stonecatch);
}

#sp-footer a:hover, #sp-bottom a:hover
{
    color: var(--sppb-copper);
}

#sp-bottom, #sp-footer
{
    border-top: 1px solid var(--sppb-stonecatch);
}

.sppb-addon-content  p:last-child
{
    margin-bottom: 0;
}



#sppb-addon-636959df-e040-4239-bd4b-72b962124f8d .sppb-addon-table-main.bt tbody td:before, #sppb-addon-636959df-e040-4239-bd4b-72b962124f8d .sppb-addon-table-main.bt tbody td:before, #sppb-addon-636959df-e040-4239-bd4b-72b962124f8d .sppb-addon-table-main th {
    color: #fff;
    background: var(--sppb-stone900);
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
    #sp-header .container {
        max-width: 100%;
    }
    #sp-header .logo-image {
        height: 54px;
    }
    .sp-megamenu-parent>li>a {
    margin: 0 10px;
    }
}

@media only screen and (max-width: 991px) {
    .offcanvas-menu .offcanvas-inner .menu ul.menu-child>li>a {
        line-height: 2;
        font-size: 16px;
    }
}
@media only screen and (max-width: 584px) {
    .sppb-addon-header h1.sppb-addon-title {
        font-size: 35px !important;
    }
    .sppb-addon-table-main.bt tbody td:before {    
        background: none !important;
        word-break: break-word;
        color: var(--sppb-stone900) !important;
        border-right: 1px solid var(--sppb-stone900);
        margin-right: 10px;
        padding-right: 5px;
        min-width: 160px;
    }
    .sppb-addon-table-main.bt tbody td {    
        font-size: 13px;
    }
    
    .sppb-addon-table-main tbody tr {
        border-top: 5px solid var(--sppb-stone900);
    }
}