.social-icons {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    margin-left: 8px;
}


.social-icons .icons-cont{
    display: flex;
    justify-content: center;
}

.social-icons .callout {
    font-family: 'Avenir LT W01_55 Roman1475520';
    color: black;
    font-size: 24px;
    margin-bottom: 7px;
    padding-top: 5px;
    width: 100%;
    text-align: center;
}

.social-icons .social-icon {
    font-size: 30px;
    line-height: 30px;
    color: #6f6f6f;
    transition: color .3s ease;
}

.social-icons .tripadvisor {
    width: 100%;
    text-align: center;
    padding-top: 5px;
}

.social-icons .tripadvisor .ta_text {
    font-family:'Avenir LT W01_55 Roman1475520';
    color: #222;
    font-size: 16px;
    display: block;
    padding-top: 40px;
}

.social-icons .tripadvisor img {
    width: 200px;
}

.footer-section .footer-top .social-icons {
    justify-content: center;
    margin-bottom: 30px;
    align-items: center;
}

.tiktok-icon{
    max-width: 20px;
    position: relative;
    top: 2px;
    filter: invert(11%) sepia(4%) saturate(16%) hue-rotate(350deg) brightness(97%) contrast(77%);
}

@media(min-width: 730px) {
    .social-icons .callout {
        width: auto;
        padding-bottom: 0;
    }
}

@media(min-width: 64em) {
    .social-icons .social-icon {
        font-size: 20.8px;
        line-height: 20.8px;
        margin: 0 10px;
    }
    .social-icons .social-icon:hover {
        color: #000;
    }
    .social-icons .tripadvisor {
        text-align: right;
        flex: 1;
    }
    .social-icons .tripadvisor .ta_text {
        display: inline;
        padding-top: 0;
    }
    .footer-section .footer-top .social-icon .tiktok-icon {
        max-width: 22px;
        top: 4px;
    }
}

@media(min-width: 1600px) {
    .social-icons .callout {
        font-size: 22px;
    }
    .social-icons .tripadvisor .ta_text {
        font-size: 22px;
    }
}

@media (min-width: 64em) {
}