.btn, button, .gform_button, .wpcf7-submit {
    border-radius: .25rem;
    font-weight:bold;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
//font-family: "brandon-grotesque", sans-serif;
//text-transform: uppercase;
//font-weight: 800;
//font-size:14px;
}



.btn-info {
    border-radius: .0rem;
    font-weight: bold;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #ED7D31;
    background-color: #ffffff;
    border-color: #ffffff;
    border-width: 2px;
    border-style: solid;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 600;

    border:none;
    border-bottom:2px solid #ED7D31;
    padding:0;
}

.btn-info .ionss {
    vertical-align:  middle;
    margin-left: 5px;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info:active:focus, .btn-info:active {
    border-radius: .0rem;
    font-weight: bold;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
    color: #ED7D31;
    background-color: #ffffff;
    border-color: #ffffff;
    border-width: 2px;
    border-style: solid;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 600;

    border:none;
    border-bottom:2px solid #ED7D31;
    padding:0;
}

.btn-info:active, .btn-info.active, .open>.btn-info.dropdown-toggle, .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open>.btn-info.dropdown-toggle:hover, .open>.btn-info.dropdown-toggle:focus, .open>.btn-info.dropdown-toggle.focus {
    color: #4c555a;
    background-color: #ffffff;
    border-color: #e0e0e0;
    background-image: none;
}

.btn-secondary {
    color: #4c555a;
    background: #e0e0e0;
    border-color: #e0e0e0;
    outline:none;
    font-weight:600;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:active:focus, .btn-secondary:active {
    color: #4c555a;
    background: #e0e0e0;
    border-color: #e0e0e0;
    outline:none;
    font-weight:600;
}

.btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .open>.btn-secondary.dropdown-toggle:hover, .open>.btn-secondary.dropdown-toggle:focus, .open>.btn-secondary.dropdown-toggle.focus {
    color: #4c555a;
    background: #e0e0e0;
    border-color: #e0e0e0;
    outline:none;
    font-weight:600;
}


.dropdown-toggle-split, .dropdown-toggle-split:hover, .dropdown-toggle-split:active:hover, .dropdown-toggle-split:active:focus, .dropdown-toggle-split:active.focus, .dropdown-toggle-split.active:hover, .dropdown-toggle-split.active:focus, .dropdown-toggle-split.active.focus, .open>.dropdown-toggle-split.dropdown-toggle:hover, .open>.dropdown-toggle-split.dropdown-toggle:focus, .open>.dropdown-toggle-split.dropdown-toggle.focus {
    border-left:1px solid #e0e0e0;
}


.btn-select-date .fa {
    margin-right:5px;
}

.btn span {
    color:#fff;
}

.gform_button {
    border:none;
    font-weight:bold;
    outline:none;
    display: inline-block;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: .25rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


.btn-success, .btn-success:hover, .btn-success:focus, .btn-success.active, .btn-success:active:focus, .btn-success:active {
    color: #fff;
    background-color: #97C81C;
    border-color: #97C81C;
}

.btn-success .fa {
    color:#fff;
    font-size:12px;
}

.wpcf7-submit, .gform_button, .btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary.active, .btn-primary:active:focus, .btn-primary:active, .btn-primary:active, .btn-primary.active, .open>.btn-primary.dropdown-toggle, .open>.btn-primary.dropdown-toggle:hover, .open>.btn-primary.dropdown-toggle:focus {
    color: #fff;
    background: #ff8f1f;
    border-color: transparent;
    outline:none;
    border:none;
}

.btn-primary .fa {
    color:#fff;
    font-size:12px;
}

