/* .tee-time-listing-footer ul,
.tee-time-listing-footer li,
.tee-time-listing-footer ul > li {
    padding: 0;
    margin: 0;
}
.tee-time-listing-footer a:hover {
    text-decoration: none;
}
.tee-time-listing-footer a {
    text-decoration: none;
    line-height: inherit;
    cursor: pointer;
}
.flex-wrapper {
    text-align: center;
    font-size: 0.65rem;
}
.flex-wrapper:nth-child(2) {
    padding: 25px 0;
}
a.explore-more-links {
    font-family: montserrat, sans-serif;
}
.icons-wrapper .svg-fill {
    fill: #454242;
}
.icons-wrapper {
    display: flex;
    list-style-type: none;
    justify-content: center;
    gap: 31px;
}
.explore-more-links {
    text-transform: uppercase;
    font-size: 1rem;
    padding: 25px 0;
}
a.explore-more-links , .explore-more-links a {
    color: #385888;
}
.explore-more-links:hover {
    color: #6d6e70;
}
.footer-additional-section-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    flex-direction: column;
    align-items: center;
    gap: 7px;
}
.footer-additonal-link-outs {
    display: flex;
    text-transform: capitalize;
}
a.address-text {
    color: #000;
}
a.contact-number {
    padding-left: 0.1rem;
    color: #385888;
}
.footer-additonal-link-outs sup {
    position: relative;
    font-size: 0.55rem;
    line-height: 0;
    left: 3px;
    top: -0.65em;
}
.page-layout-tee-time-property-search-page-layout .footer-additonal-link-outs .property-name::after {
    content:none;
}
.page-layout-tee-time-property-search-page-layout .footer-additonal-link-outs .address-text,
.page-layout-tee-time-property-search-page-layout .footer-additonal-link-outs .property-contact{
    display: none;
}
.property-name::after {
    content: " | ";
    padding: 0 0.7rem 0 0.1rem;
}
.address-text::after {
    content: " | ";
    padding: 0 0.7rem;
    color: #000;
}
.address-text:hover {
    color: #6d6e70;
}
.contact-number:hover {
    color: #6d6e70;
}
.property-name,
.property-contact,
.address-text,
.contact-number {
    font-family: montserrat, sans-serif;
    font-size: 1rem;
    letter-spacing: 0.01rem;
}
.property-contact::after {
    content: ":";
    padding-right: 3px;
    font-size: 1rem;
}
.footer-additonal-copyrights {
    font-family: montserrat, sans-serif;
    margin-top: 1rem;
}
.name-branding {
    font-size: 0.95rem;
    text-transform: capitalize;
}
.name-branding::after {
    content: "|";
    padding: 0 0.8rem;
}
.footer-additonal-copyrights {
    display: flex;
}
.footer-navigation {
    display: flex;
    align-items: center;
}
.footer-navigation a {
    text-transform: capitalize;
    font-size: 0.95rem;
    color: #385888;
}
.footer-navigation a:nth-child(2) {
    padding: 0 0.4rem 0 0;
    color: #000;
}
.footer-navigation a:first-child::after {
    content: "|";
    padding: 0 0.8em;
    color: #000;
}
/* Responsive Code For Mobile and Tab*/
/* @media only screen and (max-width: 1024px) {
    .flex-wrapper:nth-child(2) {
        padding: 25px 0 0;
    }
    .footer-additonal-link-outs {
        gap: 0.5rem;
        flex-direction: column;
    }
    .footer-additonal-copyrights {
        flex-direction: column;
        gap: 0.5rem;
        margin-top: 1.5rem;
    }
    .property-name::after,
    .name-branding::after,
    .address-text::after {
        content: none;
    }
    .property-contact::after {
        content: ":";
        padding-right: 0;
        font-size: 0.8rem;
    }
    .footer-additional-section-wrapper {
        text-align: center;
    }
    .footer-additonal-link-outs sup {
        font-size: 0.45rem;
    }
    .property-name,
    .property-contact,
    .address-text,
    .contact-number {
        font-size: 0.8rem;
    }
    .name-branding {
        font-size: 0.7rem;
    }
    .property-contact {
        margin-top: 1.5rem;
    }
     .footer-navigation {
        justify-content: center;
    }
    .footer-navigation a {
        font-size: 0.7rem;
    }
}
 */


