/* Contact Page */
.box-contacts .item .item-wrap {
    background-color: #f2f2f2;
    font-weight: 600;
    font-size: 14px;
    color: #222;
    overflow: hidden;
    text-align: left;
    padding: 17px 20px;
}

.box-contacts .item.support .item-wrap .icon {
    background: url(//demo.wpthemego.com/themes/sw_histore/wp-content/themes/histore/assets/img/bg_general.png) no-repeat -9px -1706px #f2f2f2;
}

.box-contacts .item.phone .item-wrap .icon {
    background: url(//demo.wpthemego.com/themes/sw_histore/wp-content/themes/histore/assets/img/bg_general.png) no-repeat -9px -1761px #f2f2f2;
}

.box-contacts .item.address .item-wrap .icon {
    background: url(//demo.wpthemego.com/themes/sw_histore/wp-content/themes/histore/assets/img/bg_general.png) no-repeat -9px -1818px #f2f2f2;
}

.box-contacts .item .item-wrap .icon {
    display: inline-block;
    height: 66px;
    width: 66px;
    border-radius: 50%;
    border: 1px solid #b7b7b7;
    float: left;
    margin-right: 10px;
}

.box-contacts .item .item-wrap .info {
    padding: 20px 0;
    line-height: 20px;
}

.title_style3 h3 {
    font-size: 18px;
    color: #222;
    font-weight: 700 !important;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}

.box-contacts #frm-send-contact input {
    border-radius: 0;
    color: #8c8c8c;
    height: 41px;
    padding: 0 15px;
    width: 100%;
}

.captcha-box .captcha-img {
    height: 45px;
    width: auto;
    margin: 0;
    padding: 0;
}

.captcha-box a.captcha-reload {
    float: left;
    height: 45px;
    width: 45px;
    line-height: 40px;
    background: darkseagreen;
}

.captcha-box .input.text {
    float: right;
    width: calc(100% - 245px);
}

.captcha-box .captcha-img {
    height: 45px;
    width: auto;
    margin: 0;
    padding: 0;
}

.captcha-box a.captcha-reload {
    float: left;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: darkseagreen;
    margin-left: 15px;
    display: block;
}

.captcha-box .input.text {
    float: right;
    width: calc(100% - 230px);
}

.box-contacts .btn-submit {
    height: 43px;
    border-radius: 0;
    background-color: #ff7200;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 30px;
    border: 0;
}

.box-contacts .btn-submit:hover {
    background-color: #cc5b00;
    color: #ffffff;
}