﻿footer {
    background-color: var(--bg-main);
    color: var(--color-text-site);
    font-size: 16px;
    position: relative;
}

footer .logo-footer {
    max-width: 120px;
    margin: 0px auto;
    background-color: transparent;
    padding: 2px;
}

footer .logo-footer img {
    background-color: transparent;
    padding: 3px;
}

footer .legend {
    color: var(--color-theme);
    font-family: 'Playfair Display', sans-serif;
    font-size: 28px;
    line-height: 1.3em;
}
footer p, footer a {
    font-family: 'Playfair Display', sans-serif;
    margin-bottom: 0;
    line-height: 2em;
}
footer a {
    color: var(--color-text-site);
    text-decoration: none;
}
footer .circle {
    width: 2.25em;
    height: 2.25em;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .circle span {
    color: var(--color-white);
    line-height: 35px;
}

footer h3 {
    font-size: 28px;
}

.map {
    background-color: var(--bg-main);
}
.map iframe {
    margin-bottom: -6px;
}

footer .home-contact .border-theme {
    border-top-width: 0 !important;
    border-bottom-width: 0 !important;
}

.multiple-contact {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 140px;
}
.tel {
    width: auto;
    text-align: center;
    cursor: pointer;
    font-family: 'Playfair Display', sans-serif;
    letter-spacing: 2px;
}
.tel-withtext {
    width: auto;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    font-family: 'Playfair Display', sans-serif
    letter-spacing: 2px;
}
.booking {
    width: auto;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    font-family: 'Playfair Display', sans-serif;
    letter-spacing: 2px;
}
.tel .fa {
    font-size: 18px;
    line-height: 48px;
}
.tel-withtext a, .booking a, .tel-withtext .fa, .booking .fa {
    font-size: 32px;
    line-height: 45px;
}
.tel-withtext a, .booking a {
    text-decoration: none;
}
.tel-withtext a span, .booking a span{
    font-size: 14px;
    line-height: 35px;
}
.design-by {
    font-size: 13px;
    position: relative;
}

/*Responsive*/
@media (max-width: 1199px) {
}

@media (max-width: 1024px) {
}

@media (max-width: 991px) {
    footer .home-contact .border.border-theme {
        border-top-width: 0 !important;
        border-bottom-width: 0 !important;
        border-left-width: 1px !important;
        border-right-width: 0 !important;
    }
}

@media (max-width: 767px) {
    footer .home-contact .border.border-theme {
        border-top-width: 1px !important;
        border-bottom-width: 1px !important;
        border-left-width: 0 !important;
        border-right-width: 0 !important;
    }
    footer p, footer a {
        font-size: 14px;
    }
}
/* -------------------------------------------------- */