footer .footer-middle .main-area {
    border-bottom: 1px solid #707070;
    padding: 120px 0px 80px;
}
footer .main_logo {
    max-width: 125px;
}
footer .main_logo .image-16by9 {
    padding-bottom: 62.4%;
}
footer h6 {
    margin-bottom: 20px;
}
footer ul.footer.menu {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
footer ul.footer.menu li {
    line-height: 24px;
}
footer ul.footer.menu li a {
    text-decoration: none;
    color: var(--dark-grey);
    font-size: 18px;
    font-weight: 500;
}
footer .padding-right-footer-menu {
    padding-right: 60px;
}
footer .footer-bottom {
    padding: 30px 0px;
}
footer .footer-bottom * {
    color: var(--dark-grey);
}
footer .footer-bottom a {
    color: var(--dark-grey);
    text-decoration: none;
    padding-right: 30px;
    font-size: 14px;
}
footer .footer-bottom a:hover {
    color: var(--bottle);
}
footer .footer-bottom a:last-of-type {
    padding-right: 0px;
}
footer a.button.link-button.social {
    background: var(-white);
    text-align: center;
    border-radius: var(--global-border-radius);
    width: 40px;
    height: 40px;
    padding: 0px;
    margin-bottom: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
footer a.button.link-button.social:hover {
    background-color: var(--peppermint);
}
footer a.button.link-button.social:last-of-type {
    margin-right: 0px;
}
footer a.button.link-button.social > img {
    max-width: 20px;
    max-height: 20px;
}
footer .social-icons {
    text-align: right;
}
.postid-807 .fixed-buttons-single-block {
    display: none;
}
footer .footer-bottom .align-row {
    align-items: center;
}
footer .padding-right-footer-menu a {
    display: block;
    color: var(--text-black);
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
    font-weight: 500;
}
footer .padding-right-footer-menu a.tel-footer,
footer .padding-right-footer-menu a.email-footer {
    color: var(--dark-grey);
}
footer .padding-right-footer-menu a.directions-footer {
    text-decoration: underline;
}
.footer-middle p.large {
    max-width: 75%;
}
footer ul.footer.menu li a:hover,
footer .footer-middle a:hover {
    color: var(--bottle);
}
#collectionModal .modal-dialog {
    width: 1000px;
    max-width: 100%;
    padding: 0px 30px;
}
#collectionModal .modal-header {
    padding: 0px 30px;
    border: 0px;
}
#collectionModal .modal-header button {
    color: var(--black);
    opacity: 1;
}
#collectionModal .modal-content {
    background: var(--alabaster);
}
#collectionModal .modal-body {
    padding: 30px 125px 90px 125px;
}
#collectionModal .pl {
    padding-left: 15px;
}
#collectionModal .pr {
    padding-right: 15px;
}
#collectionModal input[type="submit"] {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 15px;
}
#collectionModal .wpcf7 {
    margin-top: 30px;
}
#collectionModal .wpcf7-form p {
    margin-bottom: 0;
}
#collectionModal .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::before {
    top: 2px;
    transform: unset;
}
@media(max-width: 1199.98px){
    footer .padding-right-footer-menu {
        padding-right: 30px;
    }
    .footer-middle p.large {
        max-width: 100%;
    }
}
@media(max-width: 991.98px){
    footer p.logo-text {
        position: relative;
        margin: 15px 0px 30px;
    }
    footer .padding-right-ipad {
        padding-right: 30px;
    }
    footer a.button.link-button.social {
        height: 40px;
        width: 40px;
    }
    footer a.button.link-button.social > img {
        max-height: 20px;
        max-width: 20px;
    }
    footer .sub-footer-links {
        text-align: right;
    }
    footer h6 {
        margin-bottom: 15px;
    }
    footer .sub-footer-links {
        padding-right: 0px;
    }
    footer .main-area .col-12.col-lg-2 {
        text-align: center;
    }
    footer .main_logo {
        margin: 0 auto;
    }
    .footer-middle p.large {
        text-align: center;
    }
    #collectionModal .modal-body {
        padding: 30px 60px 60px;
    }
    #collectionModal .modal-dialog {
        padding: 0px 40px;
    }
}
@media(max-width: 767.98px){
    footer .footer-middle .main-area {
        padding: 45px 0px 0px;
    }
    footer .footer-bottom div.col-12:first-child {
        order: 3;
        text-align: center;
    }
    footer .footer-bottom div.col-12:nth-child(2) {
        order: 1;
        text-align: center;
        margin-bottom: 30px;
    }
    footer .footer-bottom div.col-12:last-child {
        order: 2;
        text-align: center;
        margin-bottom: 30px;
    }
    .footer-bottom .col-12.offset-lg-1.col-lg-10 {
        margin-bottom: 0px;
    }
    footer .menu-example-footer-menu-container {
        display: none;
        padding-top: 15px
    }
    footer .padding-right-footer-menu {
        padding: 15px 0px;
        border-top: 1px solid var(--dark-grey);
        position: relative;
    }
    footer .padding-right-footer-menu:after {
        content: '';
        background-image: url(../assets/menu-arrow.svg);
        position: absolute;
        right: 0px;
        top: 24px;
        width: 17px;
        height: 10px;
        background-position: center;
        background-size: cover;
        transition: 0.3s ease-in-out;
    }
    footer .padding-right-footer-menu.show-footer-menu:after {
        transform: rotate(180deg);
        transition: 0.3s ease-in-out;
    }
    footer h6 {
        margin-bottom: 0px;
    }
    footer .footer-bottom {
        padding: 15px 0px 45px;
    }
    footer p.logo-text {
        margin: 15px auto 30px;
        max-width: 75%;
    }
    footer .footer-bottom .align-row {
        align-items: start;
    }
    footer .footer.menu {
        padding-top: 15px!important;
    }
    footer .sub-footer-links {
        margin-bottom: 15px;
    }
    #collectionModal .modal-body {
        padding: 30px 45px 45px;
    }
    #collectionModal .modal-dialog {
        padding: 0px 30px;
    }
    #collectionModal .wpcf7 {
        margin-top: 15px;
    }
}
@media(max-width: 575.98px){
    footer .footer-bottom a {
        display: block;
        padding-right: 0px;
        margin-bottom: 15px;
    }
    footer .footer-bottom a:last-of-type {
        margin-bottom: 0px;
    }
    #collectionModal .modal-body {
        padding: 30px;
    }
    #collectionModal .modal-dialog {
        padding: 0px 15px;
    }
    #collectionModal .pl {
        padding-left: 0px;
    }
    #collectionModal .pr {
        padding-right: 0px;
    }
}