/* Search Popup Start */
.tt_search-result {
    position: absolute;
    background: #fff;
    border: 1px solid #000000;
    z-index: 3;
    margin-top: 10px;
    padding: 10px 20px;
    width: 100%;
    border-radius: 25px;
}

.tt_search-item a {
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 400;
    line-height: 24.2px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #2A2625;
}

.tt_search-item a strong {
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
    letter-spacing: -0.01em;
    text-align: left;
}

.tt_search-result .tt_search-item:last-child {
    border-bottom: unset;
}

.tt_search-result .tt_search-item {
    padding: 15px 0px;
    border-bottom: 1px solid #999897;
}

.tt_search-item a:hover {
    color: #000000;
}
/* Search Popup End */

footer .tt__logo-wrap img {

    max-width: 64%;

}

footer .tt__subtitle {

    border-bottom: 1px solid #000000;

    padding: 0 37px 12px;

}

footer ul li a,

.tt__fmenu-block a {

    color: #2A2625;

    font-size: 14px;

    font-weight: 500;
    transition: all 0.2s ease-in-out;

}
.tt__fmenu-block a:hover {
    color: #000000;
}
.tt__fmenu-block ul {
    gap: 12px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
ul.wp-block-social-links {
    gap: 18px !important;
}
ul.wp-block-social-links li a {
    padding: 0 !important;
}
.wp-block-social-links .wp-social-link svg {
    height: 34px;
    width: 34px;
    position: relative;
    z-index: 9;
    fill: #403d3c !important;
    background: var(--light-yellow);
    padding: 5px;
    box-shadow: 4px 4px 0 #403D3C;
    border-radius: 8px;
    border: 1px solid #403d3c;
}
.sub-menu-img img {
    max-width: 200px !important;
}
.tt__icn-block {

    width: 36px;

    height: 36px;

    background-color: var(--light-yellow);

    border: 1px solid #403D3C;

    border-radius: 8px;

    text-align: center;

    z-index: 1;

    display: inline-block;

}

.tt__icn-block img {

    max-width: 25px;

}

.tt__icn-overlay {

    content: '';

    position: absolute;

    background-color: #403D3C;

    width: 36px;

    height: 36px;

    z-index: 0;

    border-radius: 8px;

    left: 3px;

    top: 3px;

}

.tt__socialicon-sec{

    gap: 24px;

}

.tt__socialicon-sec > a{

    gap: 15px;

}

.tt__socialicon-sec a {

    font-size: 18px;

    color: #2A2625;

    font-weight: 500;

}

.tt__socialicon-sec .tt__social-txt {

    position: relative;

    top: 4px;

}

footer {

    background-color: #F2F1F1;

    padding: 80px 0 37px;

}

.tt__copywrite-sec p{

    font-family: "Instrument Serif", serif;

    font-size: 16px;

    font-style: italic;

    text-align: right;

    color: #000000;

    font-weight: 500;

}
/* start defult wordpress footer style */
footer .row > div .tt__fmenu-block:first-child {
    margin-bottom: 48px;
}

.wp-block-social-link-anchor span {
    display: inline-block;
    margin-left: 26px !important;
    font-size: 18px !important;
    color: #2A2625;
    font-weight: 500;
}
footer .row > div:last-child .tt__fmenu-block:first-child {
    margin-bottom: 0;
}
footer .row > div:last-child .tt__fmenu-block:last-child{
     margin-top: 48px;
}
/* end defult wordpress footer style */
