/*
 Theme Name:   Onepress Child
 Template:     onepress
 Version:      1.3.0
*/

/*
 * top page
 */
.hero_search li input[type="submit"]{
    vertical-align: sub;
}
/*
 * archive page
 */
body.archive[class^="archive tax-category"] [class^="category"] ul,
body.post-type-archive-service [class^="category"] ul{
    display:inline-block;
    padding-left:0;
    margin-bottom:6px;
}
.taxonomy_label{
    font-weight: bold;
    color: #333;
    margin-top: 10px;
}

.taxonomy_items li{
    list-style: none;
    display: inline-block;
    margin: 0;
}
.taxonomy_items li a{
    margin-right: 5px;
    color: #777777;
}

.taxonomy_items ul{
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.taxonomy_item{
    margin-right: 5px;
}
.stop_accept{
    display: inline-block;
    background-color: gainsboro;
    color: #666;
    margin-left: 10px;
    padding: 1px 10px;
    border-radius: 10px;
    font-size: 0.75rem;
    vertical-align: middle;
}
.posts-navigation .nav-links .nav-next {
    float: left;
}
.posts-navigation .nav-links .nav-previous {
    float: right;
}
.post-type-archive-service .list-article-meta{
    display: none;
}

/*
 * service page
 */
.single-service .page-header {
    display: none;
}
.single-service .entry-meta .posted-on,
.single-service .entry-meta .byline
{
    display: none;
}
.single-service .entry-meta {
    padding-bottom: 0;
}

.single-service #comments h3.comments-title{
    font-size:0;
}
.single-service #comments .comment-reply-title{
    font-size:0;
}
.single-service #comments .comment .avatar{
    display: none;
}
.single-service #comments .comment .comment-wrapper{
    margin-left: 0;
}
.single-service #comments .comment .comment-wrapper:before{
    border: none;
}

.pods-form-ui-row-type-currency code.currency-sign{
    margin: 0;
}

#respond .logged-in-as{
    display: none;
}

.entry-footer{
    display: none;
}

.breadcrumbs .title-average-rating{
    display: none;
}

textarea, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"]{
    background-color: #fff;
    box-shadow: 1px 1px rgba(0, 0, 0, 0.2) inset;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}
textarea:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus{
    background-color: #fff;
}
body .pods-form .pods-field-input textarea{
    width: 100%;
}
.pods-form ul{
    list-style: none;
    padding: 0;
}


@media screen and (min-width: 940px){
    .right-sidebar .sidebar {
        padding-left: 20px;
    }
}

/*
 * 画像の選択画面で固定ページに挿入ボタンが押せなくなる問題への対応
 */
.wp-core-ui .search-form{
    width:auto;
}