.container {
    max-width: 1200px;
}
.main-content {
    padding: 35px;
}
.post-content img {
    max-width: 100%;
    width: 100%;
}
.post-sidebar .hours, .post-sidebar .map {
    padding: 10px 0;
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
}
.hours span {
    color: #000;
}
.sidebar-form .form-group {
    margin-bottom: 15px;
}
.form-control, .form-select {
    box-shadow: none!Important;
}
input.submit-btn.btn {
    background: #A51336;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.submit-btn:hover {
    opacity: .8;
}
.featured-img {
    margin-bottom: 50px;
}
