	.category-title h2 {
  font-weight: 700;
}
.category-title {
    display: inline-block;
}
.title-divider-center:before {
    left: 7px;
}
.map iframe {
    height: 350px;
    width: 100%;
}
.title-divider-center::after {
    left: 44%;
}
.category-title {
    margin-bottom: 30px;
}
.contact input {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    color: #333;
    font-size: .97em;
    height: 2.507em;
    max-width: 100%;
    padding: 0 .75em;
    transition: color .3s, border .3s, background .3s, opacity .3s;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 15px;
}
.contact textarea {
    padding: 10px;
     width: 100%;
       background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    color: #333;
    font-size: .97em;
    min-height: 120px;
    padding-top: .7em;
}
.contact .bp-btn-send {
        background: #c19b4f;
    color: #fff;
    font-size: .97em;
    font-weight: bolder;
    letter-spacing: .03em;
    line-height: 2.4em;
    margin-right: 1em;
    margin-top: 10px;
    max-width: 100%;
    min-height: 2.5em;
    padding: 0 1.2em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    text-shadow: none;
    text-transform: uppercase;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    vertical-align: middle;
    border: 1px solid transparent;
}
.contact .footer-info {
    background: linear-gradient(45deg, #be9a5a, #8b6b43);
    padding: 20px;
    color: #FFF;
    height: 100%;
}
.contact .footer-info h2 {
    min-height: auto;
}
