/*
Theme Name: Univest визитка
Author: WhiteWeb
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: CLF

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.submitter-error { border: 1px solid red!important; }
/* Дополнительные стили здесь */

@media only screen and (min-width : 999px){
    .contact-phones { text-decoration: none; color: #5e5e5e; }
}
.contactsSection_right input[type=button]:hover {
    background-color: #006a3e;
}
.contactsSection_right input[type=button] {
    width: 138px;
    height: 50px;
    background-color: #de8900;
    font-family: "MyriadPro-Regular";
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: none;
}

