/*
 Theme Name:   OnePress Child
 Theme URI:    https://www.solutit.nl/
 Description:  OnePress Child Theme
 Author:       Hindrik Heerema
 Author URI:   https://www.solutit.nl/
 Template:     onepress
 Version:      1.0.0
 Tags:         Clean fresh template
 Text Domain:  onepress-child
*/

/* =Eigen CSS hier beneden plaatsen
-------------------------------------------------------------- */

.col-sm-6.col-lg-6.firstpadding {
    padding-left: 0px;
    padding-right: 15px;
}
form.bestelformulier {
    display: flex;
}
.col-sm-6.col-lg-6.secondpadding {
    padding-left: 45px;
    padding-right: 15px;
}
.col-sm-6.col-lg-6.firstpadding input,
.col-sm-6.col-lg-6.firstpadding select,
.col-sm-6.col-lg-6.secondpadding textarea{
    width: 100%;
}
form.bestelformulier .wpcf7-response-output {
    margin: 0;
    margin-top: 25px;
}
@media screen and (max-width: 1140px) {
    #nav-toggle {
        display: none !important;
    }
}
@media screen and (max-width: 575px) {
    form.bestelformulier {
        display: block;
    }
    .col-sm-6.col-lg-6.firstpadding,
    .col-sm-6.col-lg-6.secondpadding {
        padding-right: 0px;
    }
    .col-sm-6.col-lg-6.secondpadding {
      padding-left: 0px;
  }
}
