/*
 * Theme Name: Zicklin
 * Author: Projestic
 * Version: 1.0
 */

 .theme_btn {
    position: relative;
    font-size: 22px;
    line-height: 1;
    font-weight: 400;
    padding: 18px 38px;
    letter-spacing: 4px;
    border-radius: 0;
    cursor: pointer;
    transition: .3s color, .3s background, .3s border;
    text-transform: uppercase;
    border:1px solid transparent;
}

.theme_btn:hover {
    background: 0 0;
    color: #8e322a;
    border-color:#8e322a;
}

.reviews-badges {
    background: #F4F1F0;
}

 h6 a {
    color: #8e322a;
}

.form-box> p {
    height: 0;
    margin: 0;
}