/**
 * Theme Name:     Kuwabara
 * Theme URI:      Kuwabara
 * Author:         Kuwabara
 * Author URI:     Kuwabara
 * Tested up to:   6.0
 * Requires PHP:   5.6.0
 * Description:    Kuwabara
 * Version:        1.0
 * License:        GNU General Public License v2 or later
 * License URI:    http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain:    Kuwabara
 * Tags: blog, custom-logo, portfolio, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, editor-style, footer-widgets, left-sidebar, right-sidebar, wide-blocks
 *
 * This theme, like WordPress, is licensed under the GPL.
 * Use it to make something cool, have fun, and share what you've learned with others.
 *
 * Nito is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
 * Underscores is distributed under the terms of the GNU GPL v2 or later.
**/

.page-numbers {
	display: flex;
    justify-content: center;
    margin-bottom: 42px;
}
.page-numbers li {
	margin: 0 5px;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
}
.page-numbers li a {
	text-align: center;
    width: 100%;
    height: 100%;
    display: block;
    color: #000;
    text-decoration: none;
    line-height: 40px;
    transition: 0.3s;
}
.page-numbers li a img {
	width: 14px;
}
.page-numbers li .current {
	background-color: #000;
    color: #fff;
    pointer-events: none;
    text-align: center;
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    line-height: 40px;
    transition: 0.3s;
}
.page-numbers li .dots {
	text-align: center;
    width: 100%;
    height: 100%;
    display: block;
    color: #000;
    text-decoration: none;
    line-height: 40px;
    transition: 0.3s;
	letter-spacing: -0.6em;
    padding-right: 10px;
}
.p-form__submit {
    pointer-events: auto;
    opacity: 1;
}
.custom-cf7e-confirm .p-form__textarea {
    height: auto;
    min-height: 1px;
}
.wpcf7-form.custom-cf7e-confirm .p-form__itemSelect__item__text {
    padding-left: 0;
}
.wpcf7-form.custom-cf7e-confirm .p-form__textInput__short {
    width: 40px;
    padding-left: 0;
    padding-right: 0;
}
.wpcf7-form.custom-cf7e-confirm .p-form__text,
.wpcf7-form.custom-cf7e-confirm .p-form__agree {
    display: none;
}
.wpcf7-form.custom-cf7e-confirm .btns {
    display: flex;
    justify-content: center;
}
.wpcf7-form.custom-cf7e-confirm .btns .wpcf7-cf7e_back {
    margin-right: 95px;
}
.wpcf7-form.custom-cf7e-confirm .p-form__itemTitle > span {
    display: none;
}
.wpcf7-form.custom-cf7e-confirm .p-form__itemSelect {
    justify-content: flex-start;
}
.wpcf7-form.custom-cf7e-confirm .time__note { display: none; }
.wpcf7-form.custom-cf7e-confirm .p-form__submit.has-spinner.wpcf7-submit.cf7e-confirm.cf7e-btn { display: none !important; }

.wpcf7-form.custom-cf7e-confirm input[type="radio"] + label { display: none; }

.wpcf7-form.custom-cf7e-confirm input[type="radio"]:checked + label { display: block; }

.wpcf7-form.custom-cf7e-confirm input[type="radio"]:checked + label:before, .wpcf7-form.custom-cf7e-confirm input[type="radio"]:checked + label:after { display: none; }

.wpcf7-form.custom-cf7e-confirm .form-ctrl_ttl { display: none; }

.wpcf7-form.custom-cf7e-confirm select { /* Reset Select */ -webkit-appearance: none; -moz-appearance: none; appearance: none; outline: 0; border: 0; -moz-box-shadow: none; box-shadow: none; /* Remove IE arrow */ }

.wpcf7-form.custom-cf7e-confirm select::-ms-expand { display: none; }

.wpcf7-form.custom-cf7e-confirm .form-ctrl_ctn_time_row .ipt { width: 4rem; padding-left: 0; padding-right: 0; text-align: right; }

.wpcf7-form.custom-cf7e-confirm .form-ctrl_ctn_time_row .ipt.slc { width: 7rem; }