/*Footer*/
footer {
    border-top: 1px solid rgba(0,0,0,0.05);
    font-family: "PT Serif Caption";
    color: var(--color-black);
    background: var(--bg-site);
    font-size: 15px;
}
.logo-footer {
    max-width: 120px;
    margin: 0px 0px;
    background: var(--color-theme);
    padding: 2px;
}
.logo-footer img {
    background: var(--color-white);
    padding: 3px;
}
footer .legend {
    color: var(--color-theme);
}
footer a {
    color: var(--color-black);
    text-decoration: none;
}
footer .circle{
    width: 2.25em;
    height: 2.25em;
    border-radius: 50%;
    background: #d93e2d;
    text-align: center;
    float:left;
    margin-right: 5px; 
    margin-bottom: 5px;
}
footer .circle span{
    color: var(--color-white);
    line-height: 35px;
}

.multiple-contact {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 140px;
}

.tel {
    position: fixed;
    bottom: 40px;
    right: 5px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background: var(--color-theme);
    text-align: center;
    cursor: pointer;
    box-shadow: 0 0 4px 0 rgba(2,2,2,0.28);
    border: 0px solid var(--color-black);
}
.tel-withtext {
    position: fixed;
    bottom: 40px;
    right: 5px;
    width: 50px;
    padding: 5px;
    background: var(--color-theme);
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 0 4px 0 rgba(2,2,2,0.28);
    border: 0px solid var(--color-black);
}

.booking {
    position: fixed;
    bottom: 95px;
    right: 5px;
    width: 50px;
    padding: 5px;
    background: var(--color-theme);
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 0 4px 0 rgba(2,2,2,0.28);
    border: 0px solid var(--color-black);
}
.tel .fa {
    color: var(--color-white);
    font-size: 18px;
    line-height: 48px;
}

.tel-withtext a, .booking a, .tel-withtext .fa, .booking .fa {
    color: var(--color-white);
    font-size: 32px;
    line-height: 35px;
}

.tel-withtext a, .booking a {
    text-decoration: none;
}

.design-by{
    font-size: 13px;
}