/*
Theme Name: JHentai
Version: 1.0
*/

body {
	margin: 0;
	background: #ffffff;
	color: #333;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
}

/*==================================================
Theme Layout
==================================================*/

.jht-container,
.jht-container-fluid {
	box-sizing: border-box;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}

@media (min-width: 576px) {
	.jht-container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.jht-container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.jht-container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.jht-container {
		max-width: 1140px;
	}
}

@media (min-width: 1400px) {
	.jht-container {
		max-width: 1320px;
	}
}

.jht-narrow-page {
	max-width: 960px;
}

.jht-row {
	--jht-gutter-x: 1.5rem;
	--jht-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--jht-gutter-y));
	margin-right: calc(-0.5 * var(--jht-gutter-x));
	margin-left: calc(-0.5 * var(--jht-gutter-x));
}

.jht-row > * {
	box-sizing: border-box;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	margin-top: var(--jht-gutter-y);
	padding-right: calc(0.5 * var(--jht-gutter-x));
	padding-left: calc(0.5 * var(--jht-gutter-x));
}

@media (min-width: 768px) {
	.jht-col-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.jht-col-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
}
/*==================================================
Theme Utilities
==================================================*/

.jht-m-1 {
	margin: 0.25rem !important;
}

.jht-mb-2 {
	margin-bottom: 0.5rem !important;
}

.jht-mb-4 {
	margin-bottom: 1.5rem !important;
}

.jht-me-2 {
	margin-right: 0.5rem !important;
}

.jht-mt-3 {
	margin-top: 1rem !important;
}

.jht-mt-4 {
	margin-top: 1.5rem !important;
}

.jht-mt-5 {
	margin-top: 3rem !important;
}

.jht-p-0 {
	padding: 0 !important;
}

.jht-bg-transparent {
	background-color: transparent !important;
}

.jht-border-0 {
	border: 0 !important;
}

.jht-fw-bold {
	font-weight: 700 !important;
}

.jht-position-relative {
	position: relative !important;
}

.jht-position-absolute {
	position: absolute !important;
}

.jht-start-0 {
	left: 0 !important;
}

.jht-start-50 {
	left: 50% !important;
}

.jht-end-0 {
	right: 0 !important;
}

.jht-top-50 {
	top: 50% !important;
}

.jht-translate-middle {
	transform: translate(-50%, -50%) !important;
}

.jht-translate-middle-y {
	transform: translateY(-50%) !important;
}

.jht-float-start {
	float: left !important;
}

.jht-float-end {
	float: right !important;
}

.jht-clearfix::after {
	display: block;
	clear: both;
	content: "";
}
.jht-inline-flex {
	display: inline-flex !important;
}

.jht-align-center {
	align-items: center !important;
}

.jht-justify-center {
	justify-content: center !important;
}

/*==================================================
Theme Components
==================================================*/

.jht-icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	vertical-align: -0.125em;
}
.jht-icon-star,
.jht-icon-star-regular,
.jht-icon-bars,
.jht-icon-search,
.jht-icon-up-down,
.jht-icon-left-right {
	transform: scale(1.35);
}

.jht-btn {
	display: inline-block;
	padding: 0.375rem 0.75rem;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	border: 1px solid transparent;
	border-radius: 0.375rem;
	background-color: transparent;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.jht-btn:disabled,
.jht-btn.disabled {
	pointer-events: none;
	opacity: 0.65;
}

.jht-btn-close {
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: 0.25em;
	color: #000;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	border: 0;
	border-radius: 0.375rem;
	opacity: 0.5;
}

.jht-btn-close:hover {
	opacity: 0.75;
}

.jht-btn-close:focus {
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	opacity: 1;
}

.jht-btn-close:disabled {
	pointer-events: none;
	user-select: none;
	opacity: 0.25;
}
.jht-card {
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	color: #212529;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.175);
	border-radius: 0.375rem;
}

.jht-card-body {
	box-sizing: border-box;
	flex: 1 1 auto;
	padding: 1rem;
}
.jht-pagination {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap;
  gap: 10px 6px;
  margin: 30px auto;
  padding: 10px 0;
  list-style: none;
}

.jht-page-item {
  list-style: none;
}

.jht-page-link {
  position: relative;
  display: block;
  padding: 8px 14px;
  color: #444;
  font-weight: 500;
  text-decoration: none;
  background-color: #e4e4e4;
  border: 0;
  border-radius: 6px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.jht-page-link:hover {
  color: #111;
  background-color: #bbb;
}

.jht-page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.jht-page-current,
.jht-page-current:hover,
.jht-page-current:focus {
  color: #fff;
  background-color: #222;
}

.jht-page-item.is-disabled .jht-page-link,
.jht-page-link[aria-disabled="true"] {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.jht-nav-list {
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
	padding-left: 0;
	font-size: 15px;
}

.jht-nav-link {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	box-sizing: border-box;
	padding: 12px 16px;
	border: none;
	background-color: transparent;
	color: #333;
	text-align: inherit;
	transition: background-color 0.2s ease, color 0.2s ease;
	font-weight: 500;
}

.jht-nav-link .jht-icon {
	color: #333;
	min-width: 20px;
	transition: color 0.2s ease;
}

.jht-nav-link:hover {
	background-color: #f5f5f5;
	color: #000;
	text-decoration: none;
}

.jht-nav-link:hover i,
.jht-nav-link:hover .jht-icon {
	color: #000;
}

.jht-offcanvas {
	position: fixed;
	top: 60px;
	max-height: calc(100vh - 72px);
	z-index: 1045;
	display: flex;
	flex-direction: column;
	width: 400px;
	max-width: calc(100% - 24px);
	color: #212529;
	visibility: hidden;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
	overflow: hidden;
	outline: 0;
	transition: transform 0.3s ease-in-out, visibility 0s linear 0.3s;
}

.jht-offcanvas-start {
	left: 12px;
	transform: translateX(calc(-100% - 12px));
}

.jht-offcanvas-end {
	right: 12px;
	transform: translateX(calc(100% + 12px));
}

.jht-offcanvas.is-open {
	visibility: visible;
	transform: none;
	transition-delay: 0s;
}

.jht-offcanvas-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem;
}

.jht-offcanvas-header .jht-btn-close {
	padding: 0.5rem;
	margin: -0.5rem -0.5rem -0.5rem auto;
}

.jht-offcanvas-title {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	color: #111;
}

.jht-offcanvas-body {
	flex-grow: 1;
	min-height: 0;
	padding: 1rem;
	overflow-y: auto;
}

.jht-offcanvas-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
	opacity: 0;
	transition: opacity 0.15s linear;
}

.jht-offcanvas-backdrop.is-open {
	opacity: 0.5;
}

@media (max-width: 768px) {
	#offcanvas_left,
	#offcanvas_right {
		width: 60%;
	}
}
body a {
	transition: 0.5s all ease;
	text-decoration: none;
	color: #555;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	font-weight: bold;
}

ul,
label {
	margin: 0;
	padding: 0;
}

body a:hover {
	text-decoration: none;
}

.pc_hidden {
	display: none;
}

.footer {
	padding: 15px;
	text-align:center;
	color: #fff;
	font-size:12px;
	background-color:#000;
}

.footer a {
	color:#fff;
	font-size:12px;
	letter-spacing:1.2px;
}


header{
	width:100%;
	position: fixed;
	top:0;
	left:0;
	z-index:1080;
	opacity : 1;
	transition : all 500ms;
}
header.hide {
	transform:translateY(-60px);
	opacity : 0.1;
	transition : all 500ms;
}

.list_section {
	width: 100%;
	margin-bottom: 35px;
}

.list_row {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	width: 100%;
}

.list_item {
	box-sizing: border-box;
	width: 20%;
	padding: 0 8px 20px 8px;
}

@media all and (max-width: 1080px) {
	.list_item {
		width: 25%;
	}
}

@media all and (max-width: 768px) {
	.list_item {
		width: 50%;
	}

}

.list_inner {
	width: 100%;
	position: relative;
}

.post_item_like {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 60px;
    height: 24px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 11px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 12px;
}

.post_item_like .jht-icon {
    color: rgba(250, 33, 152, 0.8);
    font-weight: 900;
    margin-right: 4px;
}

.post_item_like .jht-icon {
	font-size: 1.1em;
}

.post_item_image {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
}

.post_item_image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.post_item_detail {
	padding-top: 6px;
}

.post_item_title {
	height: 3.2em;
	overflow: hidden;
	margin-bottom: 5px;
}

.post_item_title h3 {
	font-size: 15px;
	color: #333;
	font-weight: 600;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	line-height: 1.6;
	margin: 0;
}

.post_item_title a {
	color: #222;
	text-decoration: none;
	transition: color 0.2s ease;
}

.post_item_title a:hover {
	color: #0077cc;
}

.post_item_date {
	font-size: 11px;
	color: #666;
	margin-top: 4px;
	text-align: right;
	line-height: 1.4;
	letter-spacing: 0.3px;
}

.post_item_date .jht-icon {
	margin-right: 4px;
	color: #666;
}

.post_item_date .jht-icon {
	font-size: 1.1em;
}

.item_ranking_number {
  position: absolute;
  z-index: 1;
  top: -4px;
  left: -4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  box-sizing: border-box;
  white-space: nowrap;
  line-height: 1;
  color: rgba(255, 255, 255, 0.9);
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

@media all and (max-width: 768px) {
	.sp_hidden {
		display: none;
	}

	.pc_hidden {
		display: block;
	}
}

.header {
	color: #fff;
	background-color: #000;
	height: 48px;
}

.header_inner {
	height: 48px;
}


h1.logo_title,
div.logo_title {
	font-size: 20px;
	font-weight: bold;
	padding: 0;
	margin-top: 3px;
}

.logo_title a {
	font-family: josefin sans,sans-serif;
	font-weight:400;
	letter-spacing:2.5px;
	color: #fff;
}

.main_col {
	margin-top: 62px;
	padding-top: 15px;
	padding-bottom: 5px;
	min-height: calc(100vh - 115px);
}

.single_container {
	width: 968px;
	max-width: 100%;
}

.single_content {
  margin-bottom: 35px;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
}

.content_image {
  width: 20%;
  padding: 0 8px 8px 8px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .content_image {
    width: 25%;
  }
}

@media screen and (max-width: 480px) {
  .content_image {
    width: 50%;
  }
}

.content_image_inner {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
}

.content_image_inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}


.single_section {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	width: 100%;
	margin-bottom: 35px;
}

.single_section .image_content {
	width: 40%;
}

.single_section .detail_content {
	width: 52%;
	padding-left: 30px;
}

@media all and (max-width: 768px) {
	.single_section .image_content {
		width: 100%;
		text-align: center;
	}

	.single_section .image_content img {
		width: 100%;
		max-width: 300px;
		aspect-ratio: 3 / 4;
		object-fit: cover;
	}

	.single_section .detail_content {
		width: 100%;
		padding-left: 0px;
	}
	
	.detail_content h1 {
		margin-top: 15px;
	}
}

.image_content img {
	width: 100%;
	max-width: 600px;
	height: auto;
	border-radius: 5px;
	display: block;
	margin: 0 auto;
}

.single_section h1 {
	margin-bottom: 15px;
	font-size: 24px;
	color: #111;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.3px;
}

.single_section h2 {
	margin: 24px 0 15px;
	font-size: 18px;
	color: #111;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.2px;
}


.single_post_tags {
	margin-bottom: 20px;
}

.tax_item::before {
	content: "#";
	color: #6b7280;
	margin-right: 4px;
}

.tax_item {
	display: inline-block;
	padding: 4px 10px;
	margin: 2px;
	border-radius: 4px;
	background-color: #e4e4e4;
	font-size: 0.8em;
	line-height: 1.4;
	color: #1f1f1f;
	text-decoration: none;
	transition: background-color 0.2s;
}

.tax_item:hover {
	background-color: #eeeeee;
}

.list_row .tax_item {
	margin: 5px 6px 5px 0;
}

.add_mylist_btn {
	font-size: 13px;
	display: inline-block;
	padding: 0 20px;
	line-height: 34px;
	text-align: center;
	background-color: #f75d89;
	color: #fff;
	border-radius: 6px;
	cursor: pointer;
	font-weight: 500;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	transition: background-color 0.25s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.add_mylist_btn:hover {
	background-color: #ff7098;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.add_mylist_btn:active {
	transform: translateY(0);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.page-h {
	text-align: center;
	margin-bottom: 25px;
	position: relative;
}

.page-h h1 {
	font-size: 26px;
}

.page-h h2 {
	font-size: 26px;
}

.page-h .page-label {
	font-size: 13px;
	color: #777;
	font-weight: normal;
}

.page_title {
	font-size: 1.5em;
}

.not_found_title {
	margin: 0;
	padding: 0;
	color: inherit;
	font-size: 1em;
	font-weight: normal;
}

.page-t {
	margin-bottom: 25px;
	position: relative;
}

.page-t h2 {
	font-size: 26px;
}

.more_page {
	position: absolute;
	right: 12px;
	bottom: 10px;
	color: #333;
	font-size: 13px;
	font-weight: 500;
	display: flex;
	align-items: center;
	transition: color 0.2s ease;
	cursor: pointer;
}

.more_page .jht-icon {
	margin-right: 6px;
	color: #0077cc;
	font-size: 12px;
	transition: color 0.2s ease;
}

.more_page:hover {
	color: #000;
}

.more_page:hover .jht-icon {
	color: #005fa3;
}

.search-box {
	position: relative;
	display: block;
	width: 100%;
	height: 32px;
	margin-bottom: 10px;
	border-radius: 16px;
	background-color: rgb(226, 226, 226);
}

.search-box input[type="text"] {
	position: absolute;
	top: 8px;
	left: 13px;
	width: 72%;
	font-size: 12px;
	color: #000;
	border: none;
	background: none;
	outline: none;
}

.search-box button[type="submit"] {
	position: absolute;
	top: 0;
	right: 6px;
	width: 32px;
	height: 32px;
	font-size: 18px;
	color: rgba(0, 0, 0, 0.75);
	border: none;
	background: none;
	outline: none;
	cursor: pointer;
}

.search-area {
	text-align: center;
	margin: -20px 0 60px 0;
}

.search-area.jht-mt-5 {
	margin: 2rem 0 40px !important;
}

.search-area input {
	width: 50%;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	font-size: 16px;
	background-color: #fff;
 	border: 1px solid #000;
	border-radius: 20px;
}

.hidden_tag {
	display: none;
}

.single_comment h3 {
	font-size: 26px;
}

#reply-title,
.logged-in-as {
	display: none;
}

.comment-form-comment label {
	display: none;
}

.textbox-1 {
	width: 450px;
	height: 100px;
	max-width: 100%;
	padding: 8px 10px;
	border: 1px solid #969da3;
	border-radius: 3px;
	color: #333;
	font-size: 1em;
	line-height: 1.5;
	box-sizing: border-box;
}

.textbox-1::placeholder {
	color: #999;
}

#load_more,
#load_all {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 38px;
	color: #fff;
	background-color: #222;
	border: 2px solid #111;
	border-radius: 5px;
	font-size: 14.5px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.25s ease, transform 0.15s ease;
	margin: 15px 8px 30px;
}

#load_more:hover,
#load_all:hover {
	background-color: #333;
	transform: translateY(-1px);
	color: #fff;
}

#load_more:active,
#load_all:active {
	transform: translateY(0);
}

#load_more i,
#load_all i,
#load_more .jht-icon,
#load_all .jht-icon {
	margin-right: 5px;
	font-size: 15px;
}

#more_btn_list {
	margin: 24px 0 16px 0;
	text-align: center;
}


#more_btn_list .jht-btn {
	margin: 6px 8px !important;
}

.btn_single_ho {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 110px;
	height: 38px;
	box-sizing: border-box;
	color: #fff;
	background-color: #222;
	padding: 0 10px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 6px;
	text-decoration: none;
	border: 2px solid #111;
	transition: background-color 0.25s ease, transform 0.15s ease;
	cursor: pointer;
	gap: 6px;
	flex-shrink: 0;
}

.btn_single_ho:hover {
	background-color: #333;
	transform: translateY(-1px);
	color: #fff;
}

.btn_single_ho .jht-icon {
	margin-right: 6px;
	font-size: 16px;
}

.tag_section {
	width: 100%;
	margin-bottom: 10px !important;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	word-break: break-word;
}

.inner_pager {
  clear: both !important;
  display: block;
  width: 100%;
  margin-top: 30px;
}

/* contact */


/* comment */
.commentlist li {
    margin-top: 20px;
}

.list_section > .single_related_title {
	font-size: 22px !important;
}

.commentlist .comment-text {
    font-size: 17px;
}

.comment-form {
    margin-bottom: 35px;
}

.commentlist .comment-author {
    display: inline;
    color: #2a9d8f !important;
    font-size: 14px;
}

.commentlist .comment-meta {
    display: inline;
    margin-left: 5px;
    font-size: 14px;
}

.commentlist .comment-author .fn,
.commentlist .comment-meta {
    white-space: nowrap;
}

.comment-form .submit {
	background-color: #222;
	color: #fff;
	border: none;
	border-radius: 25px;
	padding: 10px 24px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	box-shadow: none;
	transition: background-color 0.3s ease, transform 0.2s ease;
	letter-spacing: 0.3px;
}

.comment-form .submit:hover {
	background-color: #333;
	transform: translateY(-1px);
}

.comment-form .submit:active {
	transform: translateY(0);
}

/* wpulike */
.btn_single_like {
	display: inline-flex;
	align-items: center;
	height: 38px;
}

.single_like_area {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	margin-top: 24px;
	flex-wrap: nowrap;
}

.single_like_area .wp_ulike_btn {
	transform: none;
	transform-origin: left center;
}

.jht-info-message,
.contact_page .jht-card-body > p:first-child {
	box-sizing: border-box;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 16px;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 6px;
	color: #333;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.7;
	text-align: center;
}

.jht-mylist-empty {
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.contact_page .jht-card-body > p:first-child {
	margin-bottom: 20px;
	font-size: 14px;
}

.contact_page .page_section_content.jht-card {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.contact_page .jht-card-body {
	padding: 0;
	padding-top: 1rem;
}

.btn_single_like .wp_ulike_btn {
	all: unset;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	cursor: pointer;
	box-sizing: border-box;
}

.single_like_area .wpulike-svg-heart {
	width: 23px !important;
}

.single_like_area .wpulike-animated-heart button.wp_ulike_btn {
	width: 40px;
	height: 40px;
	min-width: 0;
	min-height: 0;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	outline: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	appearance: none !important;
}

.single_like_area .wpulike-animated-heart button.wp_ulike_btn.wp_ulike_btn_is_active {
	background: transparent !important;
}

.single_like_area .wpulike-animated-heart button.wp_ulike_btn.wp_ulike_btn_is_active .wpulike-svg-heart {
	fill: #ff6f63 !important;
}

.btn_group_row {
	display: flex;
	gap: 8px;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100%;
}

.btn_group_row .jht-btn,
.btn_group_row .wp_ulike_btn {
	flex: 1 1 0;
	min-width: 0;
	max-width: 100%;
	width: 0;
}



.comment_content .wpulike {
	text-align: right;
	margin: 0 0 20px 0 !important;
}

/* wpcf7 */
.contact_page .wpcf7 label {
	display: block;
	font-size: 14px;
}

.contact_page .wpcf7 label > .wpcf7-form-control-wrap {
	display: block;
	margin-top: 6px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    font-size: 16px;
}

.contact_page .wpcf7 input[type="text"],
.contact_page .wpcf7 input[type="email"],
.contact_page .wpcf7 input[type="url"],
.contact_page .wpcf7 input[type="tel"],
.contact_page .wpcf7 input[type="number"],
.contact_page .wpcf7 select,
.contact_page .wpcf7 textarea {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
}

.wpcf7 input[type="submit"] {
	background-color: #222;
	color: #fff;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.4px;
	transition: background-color 0.3s ease, transform 0.2s ease;
	box-shadow: none;
}

.wpcf7 input[type="submit"]:hover {
	background-color: #333;
	transform: translateY(-1px);
	color: #fff;
}

.wpcf7 input[type="submit"]:active {
	transform: translateY(0);
}

.wpcf7-not-valid-tip {
    color: red;
    font-size: 14px;
    margin-bottom: 10px;
}

.wpcf7 form {
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact_page .wpcf7 form {
	padding: 0;
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;
}

@media (max-width: 768px) {
	.contact_page .wpcf7 {
		box-sizing: border-box;
		width: 100%;
		padding-right: 8px;
		padding-left: 8px;
	}
}

/* reCAPTCHA */
.gglcptch .google-captcha-notice {
    font-size: 12px;
}

.gglcptch .google-captcha-notice a {
    color: #007bff;
    text-decoration: underline;
}

.gglcptch .google-captcha-notice a:hover {
    color: #0056b3;
}

.header button[data-menu] {
    cursor: pointer;
}

.header button[data-menu] .jht-icon {
    color: #fff;
    font-size: 1.25em;
}