/*
 Theme Name:   applicationatw
 Theme URI:    https://application.atw.jp
 Template:     onepress
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onepress-child
*/

/* override onepress sty;e
-------------------------------------------------------------- */

body, button, input, select, textarea {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight:500;
}

.step.final{
    padding-top:130px;
}

.site .ea-bootstrap .disabled .block {
    top: 130px;
    left: 50%;
    width:100vw;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}


.entry-header .entry-title {
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
  }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}


.site-branding .site-title,
.site-branding .site-text-logo {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight:700;

}


.onepress-menu a {
    color: #333333;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}



/* Add your custom css below
-------------------------------------------------------------- */





html .ea-bootstrap {
    font-family: 'Noto Sans JP', sans-serif!important;
    font-weight:500;}




.ea-bootstrap .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: none;
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
    cursor: default;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: 400;
    height: 20px;
    line-height: 1;
    margin-top: 2px;
    width: 30px;
}

.ui-datepicker .ui-datepicker-next:before {
    content: "\f054";
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev:before {
    content: "\f053";
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
    float: left;
    text-align: left;
}

.ui-datepicker .ui-datepicker-next {
    float: right;
    text-align: right;
}

.ea-form-v2 {
    margin: 0 auto!important;
}


.step.final #number9 .control-label, .step.final .small, .step.final small {
    display: none;
}

.control-label .add {
    color: #dc3545;
    font-size: .75rem;
}

#booking-overview .row-location, #booking-overview .row-worker {
display:none;
}