.custom_resize p{
    margin-right: 5px;
    
}
.custom_resize p select{
   margin-right: 10px;
    text-align: center;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background-color: #e17200;
}

body.pagelayer-body {
    color: #000000;
    font-size: 15px
}
input[type="search"] {
height: 35px;
}    
body.pagelayer-body p {
    font-size: 15px
}
.select2.select2-container .select2-selection{
height: 40px;
}

.wpcf7 {
    font-size: 15px;
    font-weight: bold;
}
.wpcf7-file {
    border: 2px #042e6c dotted;
    padding: 15px;
    width: 100%;
}
.wpcf7-select, .wpcf7-text, .wpcf7-date, .wpcf7-number{
    width: 100%;
    height: 40px;
    color: #444;
    font-family: none;
    font-weight: 600;
    cursor: pointer;
    padding-left: 4px;
}
.wpcf7-select option{
    font-size: 16px;
    color: #444;
    font-family: none;
    font-weight: 600;
}
.wpcf7-form-control.wpcf7-submit {
    font-family: 'ror';
    padding: 10px 30px;
    border-radius: 30px;
    /* border: 2px solid #f3b825; */
    /* background: linear-gradient( #f3b825, #fff); */
    transition: 0.2s;
}
.wpcf7 input[type="email"]{
    width: 100%;
    height: 30px;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    background: #042e6c;
    cursor: pointer;
    border: none;
    /* line-height: 1; */
    border-radius: 30px;
    padding: 10px 30px;
    transition: 0.2s;
    color: #ffffff;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    
    line-height: 40px!important;
    font-size: 15px;
}
html, body, p, textarea, a, div {
    color: #404040;
    outline: 0;
    font-family: 'ror';
}