iframe {
    width: 100%;
}

.booking-menu-link span {
    border: 1px solid #d0a046;
    padding: 3px 5px;
}

.instagram-pics li img {
    max-width: 150px;
    max-height: 50px;
}

.call-to-action-block {
    margin-top: 50px;
}

input.form-error-label {
    border-bottom: 1px solid red;
}

textarea.form-error-label {
    border: 1px solid red;
    margin-bottom: 0;
}

label.form-error-label {
    color: red;
    font-size: 11px;
}

#lightgallery {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-item {
    width: 260px;
    padding: 5px;
}

.single_service_content p {
    margin-bottom: 8px;
}

.single_service_content h3 {
    margin-top: 15px;
}

.single_service_content h4 {
    margin-top: 15px;
}

strong {
    font-weight: bold;
}

table {
    width: 100%;
}

table a {
    text-decoration: underline;
}

.widget_footer.widget_text {
    max-width: 300px;
    text-align: center;
}
