/*
Theme Name: NFC
Template: lightning
Version: 1.1.0
*/

.site-header,
.single-post .page-header,
.breadcrumb,
.site-footer {
	display: none;
}
.single-post .site-body-container,
.single-post .site-body-container .main-section {
	margin: 0;
	padding: 0;
}
.single-post .site-body {
	padding: 0;
	margin-bottom: 50px;
}
.single-post .entry-header{
	margin-bottom: 0;
}
.favorites-list {
	padding-left: 0;
}
.favorites-list li {
	border: none;
}
#vk-mobile-nav-menu-btn {
  display: none;
}
.single-post .prf_image {
/* 	height: 50vh; */
	margin: 10px 10px 0;
	padding: 20px 20px 0;
	background-color: #f2f2f2;
	border-radius: 10px 10px 0 0;
}
.single-post .prf_image img {
  height: 100%;
  object-fit: cover;
	display: block;
}
.prf_box {
/* 	height: 50vh; */
	background-color: #f2f2f2;
	margin: 0 10px 10px;
	border-radius: 0 0 10px 10px;
	padding: 0 10px 10px;
}
.prf_name {
/* 	margin: 10px 0; */
	padding: 10px;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 0;
}
/* .simplefavorite-button {
	padding: 5px 10px;
} */
.favorites_button .wpfp-span {
	display: inline-block;
	padding: 10px 20px;
	background-color: #f2f2f2;
	margin-bottom: 20px;
}
.wpfp-span > i {
	color: #f4db55;
}
.wpfp-span .wpfp-link > i {
	color: #f4db55;
}
.favorite_list > div {
	text-align: center;
}
.favorite_list > div > a:first-child {
	padding: 15px;
	display: block;
	border-radius: 6px;
	background-color: #f2f2f2;

}
.favorite_list a img {
	height: 125px;
	object-fit: cover;
	width: 125px;
	margin: 0 auto;
	display: block;
}
.favorite_list a span {
	display: block;
	padding-top: 10px;
}
.favorites_empty {
  text-align: center;
}
.favorite_list a.remove-parent {
  text-align: center;
  margin-top: 10px;
  background-color: #f2f2f2;
  padding: 10px 20px;
  display: inline-block;
}
.user_prf {
	margin: 0 5px;
}
.user_prf > div {
	padding: 0;
}
.user_prf > div > a {
	font-size: 5rem;
	color: #fff;
	text-align: center;
	display: block;
	position: relative;
	margin: 5px;
	border-radius: 15px;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #cccccc;
}
.user_prf > div:nth-child(1) > a,
.user_prf > div:nth-child(2) > a {
	font-size: 2rem;
	padding-top: 15px;
	padding-bottom: 15px;
}
.user_prf > div > a:not(.mail_btn):not(.tel_btn)::before {
	content: "";
	display: block;
	padding-top: 100%;
}
.user_prf > div > a.line_btn { background-color: #06c755; }
.user_prf > div > a.facebook_btn { background-color: #1877f2; }
.user_prf > div > a.instagram_btn { background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/ }
.user_prf > div > a.instagram_btn:after{
	content: '';
	position: absolute;
	top: 50%;
	left: -35%;
	width: 100%;
	height: 100%;
	background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
	background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}
.user_prf > div > a.line_mybridge_btn { background-color: #000000; }
/* .user_prf > div > a.sansan_btn { background-color: #000000; }
.user_prf > div > a.eight_btn { background-color: #000000; }
.user_prf > div > a.skypce_btn { background-color: #000000; } */
.user_prf > div > a.mail_btn { background-color: #000000; }
.user_prf > div > a.tel_btn { background-color: #000000; }
.user_prf > div > a > i {
	margin: 0;
}
.user_prf > div > a:not(.mail_btn):not(.tel_btn) > i,
.user_prf > div > a:not(.mail_btn):not(.tel_btn) > img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.prf_foot {
	text-align: center;
	padding: 20px 10px;
}
.prf_foot > div > a {
	background-color: #f2f2f2;
	display: inline-block;
	padding: 10px 20px;
	font-size: 14px;
}