/* ==========================================================================
MEUBELMATCHERS - REGISTREREN
========================================================================== */
.widget_group.company {
    display: unset !important;
}

.widget_group.company legend,
.widget-item.company,
input#ctrl_fax,
.widget-item.company_website,
.widget-item.vat_number,
.widget-item.company_description {
    display: none;
}

select#ctrl_country {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    height: 40px;
    padding: 6px 12px;
    font-size: 18px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-colorease-in-out .15s, -webkit-box-shadowease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-colorease-in-out .15s, box-shadowease-in-out .15s;
    margin-bottom: 20px;
    font-size: 16px;
}

/* ==========================================================================
End
========================================================================== */


/* ==========================================================================
MEUBELMATCHERS - REGISTREREN - 1023px
========================================================================== */

@media screen and (max-width: 1023px) {}


/* ==========================================================================
End
========================================================================== */