/*
Theme Name: Home Mebel STV
Author: George
Description:  Дочерняя тема для сайта.
Template: wpcommander
*/

.contact-form-container {
    border: 1px dashed #5F491B;
}

.site-title {
    width: 20%!important;
}

.contact-header-item_one::before, 
.contact-header-item_two::before, 
.contact-header-item_three::before {
    border-radius: 30px;
}

.contact-header-item_one::before, .contact-header-item_three::before {
    background: #5f491b;
}

.contact-header-item_two::before {
    background: #25D366!important;
    color: #fff;
    content: "\f473";
}

@media only screen and (max-width:700px){
.contact-header-item {
    width: 100%;
}
    
}

