/* .phone-call {display: none !important;} */
.main-footer {
    /* display: none; */
    background-color: #121212;
    padding: 40px 0 20px 0;
}
.footer-logo-container {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
}
.footer-logo-img {
    width: 180px;
}
.footer-logo-divider {
    margin: 0 15px;
    width: 1px;
    height: 20px;
    background-color: #fff;
}
.footer-logo-salon-name {
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 150px;
    line-height: 18px;
    margin-bottom: 0;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.footer-copyright-container {
    border-top: 1px solid rgba(255,255,255,0.5);
    padding-top: 20px;
}
.footer-copyright-text {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
    line-height: 19px;
    /* font-weight: 600; */
    font-family: "font-semibold", sans-serif !important;
}
.footer-social-links-container {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footer-social-links-text {
    color: #fff;
    margin-bottom: 0;
    line-height: 19px;
    /* display: inline-block; */
    margin-right: 10px;
    /* font-weight: 600; */
    font-family: "font-semibold", sans-serif !important;
}
.footer-social-links {
    /* display: inline-block; */
    text-decoration: none;
    margin-left: 15px;
}
.footer-social-icon {
    width: 20px;
}
.footer-links-container {
    margin-bottom: 20px;
}
.footer-addr-content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.footer-addr-icon {
    width: 20px;
    margin-right: 15px;
}
.footer-addr-text {
    font-size: 14px;
    color: #fff;
    line-height: 19px;
    font-weight: 400;
    margin-bottom: 0;
}
.footer-page-links-container {
    list-style-type: none; 
}
.footer-page-links {
    margin-bottom: 20px;
}
.footer-page-a {
    text-decoration: none;
    color: #fff;
    /* font-weight: 600; */
    font-size: 14px;
    line-height: 19px;
    font-family: "font-semibold", sans-serif !important;
}
.footer-page-a:hover {
    color: #fff;
}
.footer-newsletter-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.footer-newsletter-title {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
}
.footer-newsletter-text {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px;
}
.footer-newsletter-input-container {
    border: 1px solid #fff;
    border-radius: 5px;
    width: max-content;
    /* padding: 1px; */
}
.footer-newsletter-input {
    width: 255px;
    height: 50px;
    padding: 15px;
    background-color: #fff;
    color: #0E0E0E;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: none;
}
.footer-newsletter-join {
    background-color: #121212;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    width: 115px;
    height: 50px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: none;
}

/*--- Bottom Bar CSS ---*/
.bottom-bar-container {
    display: none;
    width: 100%;
    /* height: 60px; */
    background-color: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.bottom-bar {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.bottom-bar-option {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    flex: 1;
    opacity: 0.5;
    position: relative;
}
.bottom-bar-option-icon {
    width: 20px;
    margin-bottom: 3px;
}
.bottom-bar-option-name {
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    color: #121212;
    margin-bottom: 0;
}
.bottom-bar-selected {
    opacity: 1;
}
.bottom-bar-selection-line {
    width: 100%;
    height: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background-color: #D7BF85;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}
.bottom-bar-selected .bottom-bar-selection-line {
    display: block;
}

.salon-locator-footer-links-container {
    list-style-type: none;
    text-align: center;
    padding-left: 0;
}
.sl-footer-links {
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    color: #fff;
}

.ot-sdk-show-settings{
    color: #fff !important;
    border: 0 !important;
    height: auto;
    white-space: normal;
    word-wrap: break-word;
    padding: 0 !important;
    font-size: 14px !important;
    line-height: 1.2;
    cursor: pointer;
    -moz-transition: 0.1s ease;
    -o-transition: 0.1s ease;
    -webkit-transition: 1s ease;
    transition: 0.1s ease;
    background: transparent;
}
.ot-sdk-show-settings:hover{
    color: #fff !important;
    background-color: transparent !important;
    /*text-decoration: underline;*/
}

.disclaimer-section {
    margin-top: 30px;
    padding: 10px;
    font-style: italic;
    color: #999;
    text-align: center;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}


@media only screen and (min-width: 768px) and (max-width: 991px) { 
    .footer-addr-text {
        word-wrap: break-word;
        width: 100%;
    }
    .footer-newsletter-input {
        width: 70%;
    }
    .footer-newsletter-join {
        width: 28%; 
    }
}
@media only screen and (max-width: 767px) {
    .footer-logo-img {
        width: 147px;
    }
    .footer-logo-container{
        justify-content: center;
    }
    .footer-links-container {
        margin-bottom: 30px;
    }
    .m-addr-adjust {
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(255,255,255,0.5);
        margin-bottom: 30px;
    }
    .footer-page-links-container {
        padding-left: 0;
    }
    .footer-newsletter-input-container {
        width: 100%;
    }
    .footer-newsletter-input  {
        width: 70%;
        height: 45px;
    }
    .footer-newsletter-join {
        width: 28%;
        height: 45px;
    }
    .footer-newsletter-container {
        justify-content: flex-start;
        width: 100%;
        padding-top: 30px;
        border-top: 1px solid rgba(255,255,255,0.5);
        margin-top: 10px;
    }
    .footer-copyright-container {
        padding-top: 30px;
    }
    .footer-copyright-text {
        margin-bottom: 30px;
    }
    .footer-social-links-container {
        justify-content: flex-start;
        margin-bottom: 30px;
    }
    .bottom-bar-container {
        display: block;
    }
    .disclaimer-section {
        margin-top: 30px;
        padding: 10px;
        font-style: italic;
        color: #999;
        text-align: center;
    }
}
@media only screen and (max-width: 480px) {
    .main-footer {
        width: 100%;
        padding: 30px 20px;
    }
}