/* CSS-file with custom styles - don't delete this file and this rule!!! */
.custom_rule { color: inherit; }

.contact_form_info .columns{
    display: flex;
    margin-bottom: 1em;
}

.contact_form_info .columns .column-1_2:first-child {
    margin-right: 2em;
}

.contact_form_info label,
.contact_form_info textarea,
.contact_form_info input{
    width: 100%;
}

.contact_form_info input[type="submit"] {
    width:auto;
    border: 2px solid #fa6a36;
    margin-bottom: 2px;
    background-color: transparent;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    line-height: 1.3em;
    display: inline-block;
    text-align: center;
    padding: 0.5em 2em 0.5em 2em;
    font-weight: 700;
    border-radius: 2em;
    font-family: 'Merriweather';
    font-size: 1.1em;
    position: relative;
    color: #888;
    float: right;
}

.contact_form_info input[type="submit"]:hover {
    color: #fff;
}

.contact_form_info .wpcf7-acceptance input[type="checkbox"] {
    display: inline-block;
    width: auto;
    height: auto;
}

.contact_form_info .wpcf7-form-control .wpcf7-list-item {
    margin: 0;
}

.wpcf7 .wpcf7-form-control input[type="checkbox"] {
    width: auto;
    height: auto;
}