﻿footer {
    background-color: var(--color-theme);
    color: var(--color-text-site);
    font-size: 14px;
    border-top: var(--padding-box) solid var(--color-theme);
}
footer .legend {
    color: var(--color-theme);
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: bold;
}
footer p, footer a {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
}
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-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.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: Tahoma, sans-serif;
    letter-spacing: 0px;
}
.tel-withtext {
    width: auto;
    padding: 5px;
    text-align: end;
    cursor: pointer;
    font-family: Tahoma, sans-serif;
    letter-spacing: 1px;
}
.tel-withtext i {
    font-size: 24px;
}
.booking {
    width: auto;
    padding: 5px;
    text-align: end;
    cursor: pointer;
    font-family: Tahoma, sans-serif;
    letter-spacing: 1px;
}
.booking i {
    font-size: 28px;
}
.tel .fa {
    font-size: 18px;
    line-height: 48px;
}
.tel-withtext a, .booking a {
    text-decoration: none;
}
.tel-withtext a span {
    font-size: 14px;
    line-height: 24px;
}
.booking a span {
    font-size: 14px;
    line-height: 28px;
}
.design-by {
    font-size: 13px;
}

/*Responsive*/
@media (max-width: 1199px) {
}

@media (max-width: 1024px) {
}

@media (max-width: 991px) {
    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;
    }
}

@media (max-width: 767px) {
}
/* -------------------------------------------------- */