
/**************************************
*************BLOG POST**************
***************************************

3.BLOG POST CONTENT
4.BLOG POST WIDGET
**************************************/





/*************************************
3.SINGLE POST CONTENT*****************
**************************************/


@media (min-width:640px) {

	.single-post-content {
		max-width: 1540px;
		margin: 0 auto;
		padding: 20px;
	}

	@media (min-width:1024px) {

		.single-post-content-title {
			max-width: 960px;
			margin: 20px auto;
			padding: 0;
			color: #233748;
			font-family: 'Gotham Pro';
			font-weight: 900;
			font-size: 50px;
			letter-spacing: 1px;
			line-height: 1.4;
			opacity: .9;
		}

	}

	@media (min-width:640px) and (max-width:1023px) {

		.single-post-content-title {
			max-width: 960px;
			margin: 20px auto;
			padding: 0;
			color: #233748;
			font-family: 'Gotham Pro';
			font-weight: 900;
			font-size: 36px;
			letter-spacing: 1px;
			line-height: 1.4;
			opacity: .9;
		}

	}


	.single-post-content-img {
		max-width: 1200px;
		margin: 0 auto;
	}

	.single-post-content-img img{
		width: 100%;
		height: auto;
		display: block;
	}


	@media (min-width:1024px) {

		.single-post-content-inner {
			padding: 40px 0;
			display: flex;
			justify-content: space-between;
			gap: 30px;
		}

	}

	@media (min-width:640px) and (max-width:1023px) {

		.single-post-content-inner {
			padding: 40px 0;
			display: flex;
			flex-flow: column nowrap;
			gap: 30px;
		}

	}



	.single-post-sidebar-left {
		min-width: 220px;
		width: 100%;
		max-width: 280px;
	}

	.lwptoc.lwptoc-autoWidth.lwptoc-baseItems.lwptoc-light.lwptoc-notInherit {
		margin: 0;
		padding: 0;
	}

	.lwptoc_i {
		padding: 0;
	}

	.lwptoc-light .lwptoc_i {
		background-color: transparent;
	}

	.lwptoc_header {
		margin-bottom: 20px;
	}

	.single-post-sidebar-left .lwptoc_title {
		position: relative;
		margin: 0;
		padding: 0;
		color: rgba(35, 55, 72, 1);
		font-family: 'Gotham Pro';
		font-weight: 700;
		font-size: 18px;
		letter-spacing: 1.5px;
		line-height: 1.6;
	}

	.lwptoc_itemWrap {
		display: flex;
		flex-flow: column nowrap;
		gap:10px;
	}

	.lwptoc_item_number {
		color: rgba(0, 0, 0, 1);
		font-weight: 300;
		font-family: 'Gotham Pro';
	}

	.lwptoc_item_label {
		color: rgba(0, 0, 0, 1);
		font-weight: 300;
		font-family: 'Gotham Pro';
	}


	.single-post-content-text, .wp-block-group {
		display: flex;
		flex-flow: column nowrap;
		gap: 10px;
	}

	.single-post-content-text ul {
		margin: 0 0 0 20px;
		padding: 0;

		display: flex;
		flex-flow: column nowrap;
		gap: 10px;
	}

	.single-post-content-text ul li  {
		margin: 0;
		margin: 0;
		font-family: 'Gotham Pro';
		font-weight: 300;
		font-size: 18px;
		line-height: 1.8;
		color: #3F3F3F;
		letter-spacing: 1px;
	}

	.single-post-content-text ol {
		margin: 0 0 0 20px;
		padding: 0;

		display: flex;
		flex-flow: column nowrap;
		gap: 10px;
	}

	.single-post-content-text ol li  {
		margin: 0;
		margin: 0;
		font-family: 'Gotham Pro';
		font-weight: 300;
		font-size: 18px;
		line-height: 1.8;
		color: #3F3F3F;
		letter-spacing: 1px;
	}

	.single-post-content-text h2 {
		padding: 15px 0 0 0;
		margin: 0;
		font-family: 'Gotham Pro';
		font-weight: 700;
		font-size: 18px;
		line-height: 1.8;
		color: #233748;
		letter-spacing: 1px;
	}

	.single-post-content-text h3 {
		padding: 15px 0 0 0;
		margin: 0;
		font-family: 'Gotham Pro';
		font-weight: 700;
		font-size: 18px;
		line-height: 1.8;
		color: #233748;
		letter-spacing: 1px;
	}

	.single-post-content-text p {
		padding: 0;
		margin: 0;
		font-family: 'Gotham Pro';
		font-weight: 300;
		font-size: 18px;
		line-height: 1.8;
		color: #3F3F3F;
		letter-spacing: 1px;
	}



	.single-post-sidebar-right {
		min-width: 260px;
		width: 100%;
		max-width: 360px;
	}

	.single-post-content-category-title {
		margin: 0 0 20px;
		padding: 0;

		font-family: 'Gotham Pro';
		font-weight: 700;
		font-size: 18px;
		line-height: 1.8;
		color: #233748;
		letter-spacing: 1px;
	}

	.single-post-widget-cat-list {
		list-style: none;
		margin: 0 0 20px 0;
		padding: 0;
		border-top: 1px solid rgba(215, 215, 215, 1);
		border-left: 1px solid rgba(215, 215, 215, 1);
		border-right: 1px solid rgba(215, 215, 215, 1);
	}

	.single-post-widget-cat-list .single-post-widget-cat-item  {
		position: relative;
		height: 60px;
		display: flex;
		align-items: center;
		border-bottom: 1px solid rgba(215, 215, 215, 1);
	}

	.single-post-widget-cat-list .single-post-widget-cat-item:hover  {
		background-color: #F6F6F8;
	}

	.single-post-widget-cat-list .single-post-widget-cat-item span {
		font-family: 'Gotham Pro';
		font-weight: 300;
		font-size: 18px;
		line-height: 1.8;
		letter-spacing: 1px;
		text-decoration: none;
		color: rgba(35, 55, 72, .9);
		padding: 0 20px;
	}

	.single-post-widget-cat-list .single-post-widget-cat-item a {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		display: block;
	}


	.single-post-content-tags-title {
		margin: 0 0 20px;
		padding: 0;
		color: #233748;
		font-family: 'Gotham Pro';
		font-weight: 700;
		font-size: 24px;
		letter-spacing: 1px;
		opacity: .9;
	}

	.single-post-widget-tag-list {
		list-style: none;
		margin: 0 0 20px 0;
		padding: 0;
		display: inline-flex;
		flex-flow: row wrap;
		gap: 15px;
	}

	.single-post-widget-tag-list .single-post-widget-tag-item {
		position: relative;
		transform: scale(1);
		transition-duration: .2s;
	}

	.single-post-widget-tag-list .single-post-widget-tag-item:hover {
		position: relative;
		transform: scale(1.05);
		transition-duration: .2s;
	}

	.single-post-widget-tag-list .single-post-widget-tag-item a {
		position: relative;
		font-family: 'Gotham Pro';
		font-weight: 300;
		font-size: 18px;
		line-height: 1.8;
		letter-spacing: 1px;
		text-decoration: none;
		color: rgba(35, 55, 72, .9);
		outline: 1px solid rgba(215, 215, 215, .5);
		background-color: #F6F6F8;
		border-radius: 15px;
		height: 30px;
		display: block;
		padding: 0 10px;
		white-space: nowrap;
		transition-duration: .2s;
	}


	.single-post-widget-tag-list .single-post-widget-tag-item:hover a {
		outline: 1px solid rgba(215, 215, 215, 1);
		transition-duration: .2s;
	}


	.single-post-widget-tag-list .single-post-widget-tag-item a::before {
		content:"#";
		position: relative;
	}


}






@media (max-width:639px) {

	.single-post-content {
		max-width: 1540px;
		margin: 0 auto;
		padding: 20px;
	}





	.single-post-content-title {
		max-width: 960px;
		margin: 20px auto;
		padding: 0;
		color: #233748;
		font-family: 'Gotham Pro';
		font-weight: 900;
		font-size: 22px;
		letter-spacing: 1px;
		line-height: 1.4;
		opacity: .9;
	}




	.single-post-content-img {
		max-width: 1200px;
		margin: 0 auto;
	}

	.single-post-content-img img{
		width: 100%;
		height: auto;
		display: block;
	}


	.single-post-content-inner {
		padding: 40px 0;
		display: flex;
		flex-flow: column nowrap;
		gap: 30px;
	}





	.single-post-sidebar-left {
		min-width: 220px;
		width: 100%;
		max-width: 280px;
	}

	.lwptoc.lwptoc-autoWidth.lwptoc-baseItems.lwptoc-light.lwptoc-notInherit {
		margin: 0;
		padding: 0;
	}

	.lwptoc_i {
		padding: 0;
	}

	.lwptoc-light .lwptoc_i {
		background-color: transparent;
	}

	.lwptoc_header {
		margin-bottom: 20px;
	}

	.single-post-sidebar-left .lwptoc_title {
		position: relative;
		margin: 0;
		padding: 0;
		color: rgba(35, 55, 72, 1);
		font-family: 'Gotham Pro';
		font-weight: 700;
		font-size: 16px;
		letter-spacing: 1.5px;
		line-height: 1.6;
	}

	.lwptoc_itemWrap {
		display: flex;
		flex-flow: column nowrap;
		gap:10px;
	}

	.lwptoc_item_number {
		color: rgba(0, 0, 0, 1);
		font-weight: 300;
		font-family: 'Gotham Pro';
	}

	.lwptoc_item_label {
		color: rgba(0, 0, 0, 1);
		font-weight: 300;
		font-family: 'Gotham Pro';
	}


	.single-post-content-text, .wp-block-group {
		display: flex;
		flex-flow: column nowrap;
		gap: 10px;
	}

	.single-post-content-text ul {
		margin: 0 0 0 20px;
		padding: 0;

		display: flex;
		flex-flow: column nowrap;
		gap: 10px;
	}

	.single-post-content-text ul li  {
		margin: 0;
		margin: 0;
		font-family: 'Gotham Pro';
		font-weight: 300;
		font-size: 16px;
		line-height: 1.8;
		color: #3F3F3F;
		letter-spacing: 1px;
	}

	.single-post-content-text ol {
		margin: 0 0 0 20px;
		padding: 0;

		display: flex;
		flex-flow: column nowrap;
		gap: 10px;
	}

	.single-post-content-text ol li  {
		margin: 0;
		margin: 0;
		font-family: 'Gotham Pro';
		font-weight: 300;
		font-size: 16px;
		line-height: 1.8;
		color: #3F3F3F;
		letter-spacing: 1px;
	}

	.single-post-content-text h2 {
		padding: 15px 0 0 0;
		margin: 0;
		font-family: 'Gotham Pro';
		font-weight: 700;
		font-size: 16px;
		line-height: 1.8;
		color: #233748;
		letter-spacing: 1px;
	}

	.single-post-content-text h3 {
		padding: 15px 0 0 0;
		margin: 0;
		font-family: 'Gotham Pro';
		font-weight: 700;
		font-size: 16px;
		line-height: 1.8;
		color: #233748;
		letter-spacing: 1px;
	}

	.single-post-content-text p {
		padding: 0;
		margin: 0;
		font-family: 'Gotham Pro';
		font-weight: 300;
		font-size: 16px;
		line-height: 1.8;
		color: #3F3F3F;
		letter-spacing: 1px;
	}



	.single-post-sidebar-right {
		min-width: 260px;
		width: 100%;
		max-width: 360px;
	}

	.single-post-content-category-title {
		margin: 0 0 20px;
		padding: 0;

		font-family: 'Gotham Pro';
		font-weight: 700;
		font-size: 16px;
		line-height: 1.8;
		color: #233748;
		letter-spacing: 1px;
	}

	.single-post-widget-cat-list {
		list-style: none;
		margin: 0 0 20px 0;
		padding: 0;
		border-top: 1px solid rgba(215, 215, 215, 1);
		border-left: 1px solid rgba(215, 215, 215, 1);
		border-right: 1px solid rgba(215, 215, 215, 1);
	}

	.single-post-widget-cat-list .single-post-widget-cat-item  {
		position: relative;
		height: 60px;
		display: flex;
		align-items: center;
		border-bottom: 1px solid rgba(215, 215, 215, 1);
	}

	.single-post-widget-cat-list .single-post-widget-cat-item:hover  {
		background-color: #F6F6F8;
	}

	.single-post-widget-cat-list .single-post-widget-cat-item span {
		font-family: 'Gotham Pro';
		font-weight: 300;
		font-size: 16px;
		line-height: 1.8;
		letter-spacing: 1px;
		text-decoration: none;
		color: rgba(35, 55, 72, .9);
		padding: 0 10px;
	}

	.single-post-widget-cat-list .single-post-widget-cat-item a {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		display: block;
	}


	.single-post-content-tags-title {
		margin: 0 0 20px;
		padding: 0;
		color: #233748;
		font-family: 'Gotham Pro';
		font-weight: 700;
		font-size: 20px;
		letter-spacing: 1px;
		opacity: .9;
	}

	.single-post-widget-tag-list {
		list-style: none;
		margin: 0 0 20px 0;
		padding: 0;
		display: inline-flex;
		flex-flow: row wrap;
		gap: 15px;
	}

	.single-post-widget-tag-list .single-post-widget-tag-item {
		position: relative;
		transform: scale(1);
		transition-duration: .2s;
	}

	.single-post-widget-tag-list .single-post-widget-tag-item:hover {
		position: relative;
		transform: scale(1.05);
		transition-duration: .2s;
	}

	.single-post-widget-tag-list .single-post-widget-tag-item a {
		position: relative;
		font-family: 'Gotham Pro';
		font-weight: 300;
		font-size: 16px;
		line-height: 1.8;
		letter-spacing: 1px;
		text-decoration: none;
		color: rgba(35, 55, 72, .9);
		outline: 1px solid rgba(215, 215, 215, .5);
		background-color: #F6F6F8;
		border-radius: 15px;
		height: 30px;
		display: block;
		padding: 0 10px;
		white-space: nowrap;
		transition-duration: .2s;
	}


	.single-post-widget-tag-list .single-post-widget-tag-item:hover a {
		outline: 1px solid rgba(215, 215, 215, 1);
		transition-duration: .2s;
	}


	.single-post-widget-tag-list .single-post-widget-tag-item a::before {
		content:"#";
		position: relative;
	}


}











/**
 * Single post Navigations
 */

@media (min-width:1240px) {

	.single-post-content-navi {
		padding: 80px 0 120px 0;
	}


	.single-post-content-navi-posts {
		max-width: 1540px;
		margin: 0 auto;
		padding: 0 20px;

		display: grid;
		grid-template-columns: 1fr 1fr;
		gap:30px;
	}

	.single-post-content-navi-item {
		position: relative;
	}

	.single-post-content-navi-item-name {
		position: absolute;
		left:0;
		right: 0;
		top: 0;
		transform: translateY(-70%);
	}

	.single-post-content-navi-item-name-text {
		position: relative;
		font-family: 'Gotham Pro';
		font-size: 70px;
		color: rgba(35, 55, 72, .2);
		letter-spacing: 0px;
		font-weight: 900;
		line-height: 1;
		text-align: center;
	}

	.single-post-content-navi-item-inner {
		position: relative;
		overflow: hidden;
		max-width: 750px;
	}

	.single-post-content-navi-item-inner::before {
		content:"";
		position: relative;
		display: block;
		padding-top: 100%;
	}

	.single-post-content-navi-item-header {
		position: absolute;
		top:0;
		right: 0;
		left:0;
	}

	.single-post-content-navi-item-header-inner {
		position: relative;
		background-color: #f6f6f8;
		border-radius:20px 20px 0 0;

		display: flex;
		flex-flow: column nowrap;
		gap:20px;
	}

	.single-post-content-navi-item-header-inner::after {
		content:"";
		position: absolute;
		top:0;
		right: 0;
		bottom: 0;
		left: 0;
		display: block;
		border-top: 1px solid rgba(215, 215, 215, .3);
		border-right: 1px solid rgba(215, 215, 215, .3);
		border-left: 1px solid rgba(215, 215, 215, .3);
		border-radius:20px 20px 0 0;
	}

	.single-post-content-navi-item-header-inner-img {
		position: relative;
		border-radius: 20px;
		overflow: hidden;
		z-index: 1;
	}

	.single-post-content-navi-item-header-inner-img a {
		position: relative;
		display: block;
	}

	.single-post-content-navi-item-header-inner-img a img {
		position: relative;
		width: 100%;
		height: auto;
		display: block;
		filter: grayscale(70%);
		transform: scale(1);
		transition: transform .5s ease-in-out;
	}

	.single-post-content-navi-item:hover .single-post-content-navi-item-header-inner-img a img {
		transform: scale(1.08);
		transition: transform .5s ease-in-out;
	}

	.single-post-content-navi-item-header-inner-title {
		position: relative;
		margin: 0;
		padding: 0 20px;
		color: rgba(35, 55, 72, 1);
		font-family: 'Gotham Pro';
		font-weight: 700;
		font-size: 22px;
		letter-spacing: 1.5px;
		line-height: 1.6;
	}

	.single-post-content-navi-item-header-inner-desc {
		margin: 0;
		padding: 0 20px;
		font-family: 'Gotham Pro';
		font-weight: 300;
		font-size: 18px;
		line-height: 1.8;
		color: #4B4B4B;
		letter-spacing: 1px;
	}





	.single-post-content-navi-item-footer {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.single-post-content-navi-item-footer-inner {
		position: relative;
		padding-top: 10px;

		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}

	.single-post-content-navi-item-footer-inner::after {
		content:"";
		position: absolute;
		top:0;
		right: 0;
		bottom: 0;
		left: 0;
		display: block;
		background: linear-gradient(180deg, rgba(246, 246, 248, .8) 0%, rgba(246, 246, 248, 1) 100%);
		border-bottom: 1px solid rgba(215, 215, 215, .3);
		border-right: 1px solid rgba(215, 215, 215, .3);
		border-left: 1px solid rgba(215, 215, 215, .3);
		border-radius:0 0 20px 20px;
		z-index: 1;
	}

	.single-post-content-navi-item-footer-part {
		position: relative;
	}

	.single-post-item-category {
		position: relative;

		display: flex;
		flex-flow: row wrap;
		align-items: flex-end;
	}

	.single-post-item-category::before {
		position: absolute;
		content: "";
		top: -21px;
		left: 0;
		transform: rotate(90deg);
		background: transparent;
		width: 20px;
		height: 20px;
		border-right: 1px solid rgba(215, 215, 215, .5);
		border-bottom: 1px solid rgba(215, 215, 215, .5);
		border-bottom-right-radius: 20px;
		box-shadow: 5px 5px 0 5px #fff;
		z-index: 3;
	}

	.single-post-item-category::after {
		position: absolute;
		content: "";
		bottom: 0;
		right: -21px;
		transform: rotate(90deg);
		background: transparent;
		width: 20px;
		height: 20px;
		border-right: 1px solid rgba(215, 215, 215, .5);
		border-bottom: 1px solid rgba(215, 215, 215, .5);
		border-bottom-right-radius: 20px;
		box-shadow: 5px 5px 0 5px #fff;
		z-index: 3;
	}

	.single-post-item-category-text {
		position: relative;
		background-color: #fff;
		padding: 0 20px 0 10px;
		height: 40px;
		border-top-right-radius: 20px;
		border-top: 1px solid rgba(215, 215, 215, .5);
		border-right: 1px solid rgba(215, 215, 215, .5);
		z-index: 2;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.single-post-item-category-text a {
		position: relative;
		font-family: 'Gotham Pro';
		font-weight: 600;
		font-size: 18px;
		line-height: 1.4;
		color: rgba(75, 75, 75, .5);
		letter-spacing: 1px;
		text-decoration: none;
		margin-top: 5px;
	}

	.single-post-item-category-text a::before {
		content:"";
		position: absolute;
		left:0;
		right: 100%;
		transition: right .3s ease-in-out;
		bottom: -3px;
		height: 2px;
		background-color: rgba(0, 167, 157, 1);
	}

	.single-post-item-category-text a:hover::before {
		right: 0;
		transition: right .3s ease-in-out;
	}


	.single-post-content-navi-item-footer-part:last-child {
		position: relative;
		background-color: #fff;
		padding: 6px 0 0 6px;
		border-radius: 38px 0 0 0;
		border-top: 1px solid rgba(215, 215, 215, .5);
		border-left: 1px solid rgba(215, 215, 215, .5);
		z-index: 2;
	}

	.single-post-content-navi-item-footer-part:last-child::before {
		position: absolute;
		content: "";
		top: -21px;
		right: 0;
		background: transparent;
		width: 20px;
		height: 20px;
		border-bottom-right-radius: 20px;
		border-right: 1px solid rgba(215, 215, 215, .5);
		border-bottom: 1px solid rgba(215, 215, 215, .5);
		box-shadow: 5px 5px 0 5px #fff;
		z-index: 2;
	}

	.single-post-content-navi-item-footer-part:last-child::after {
		position: absolute;
		content: "";
		bottom: 0;
		left: -21px;
		background: transparent;
		width: 20px;
		height: 20px;
		border-bottom-right-radius: 20px;
		border-right: 1px solid rgba(215, 215, 215, .5);
		border-bottom: 1px solid rgba(215, 215, 215, .5);
		box-shadow: 5px 5px 0 5px #fff;
		z-index: 2;
	}

	.single-post-item-btn {
		position: relative;
		width: 70px;
		transition: width .3s ease-in-out;
		background-color: rgba(0, 167, 157, 1);
		border-radius: 35px;
		overflow: hidden;
		z-index: 3;
	}

	.single-post-content-navi-item:hover .single-post-item-btn {
		width: 170px;
		transition: width .3s ease-in-out;
	}

	.single-post-item-btn-text {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}

	.single-post-item-btn-text span {
		position: relative;
		display: block;
		padding-left: 20px;
		width: 176px;
		font-family: 'Gotham Pro';
		font-weight: 700;
		font-size: 14px;
		color: #fff;
		letter-spacing: 1px;
		text-transform: lowercase;
	}

	.single-post-item-btn-arrow {
		position: relative;
		height: 70px;
		width: 70px;
		margin-left: auto;
		border-radius: 50%;
		background-color: rgba(0, 167, 157, 1);

		display: flex;
		justify-content: center;
		align-items: center;
	}

	.single-post-item-btn-arrow span {
		display: block;
		position: relative;
		width: 18px;
		height: 18px;	
	}

	.single-post-item-btn-arrow span::before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 12px;
		height: 12px;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
	}

	.single-post-item-btn-arrow span::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 3px;
		height: 20px;
		transform: translateX(-50%) translateY(-50%) rotate(45deg);
		background-color: #fff;
	}


	.single-post-item-btn a {
		position: absolute;
		top:0;
		right: 0;
		bottom: 0;
		left: 0;
		border-radius: 35px;
		display: block;
	}

}








@media (min-width:1024px) and (max-width:1239px) {

	.single-post-content-navi {
		padding: 40px 0 120px 0;
	}


	.single-post-content-navi-posts {
		max-width: 1540px;
		margin: 0 auto;
		padding: 0 20px;

		display: grid;
		grid-template-columns: 1fr 1fr;
		gap:20px;
	}

	.single-post-content-navi-item {
		position: relative;
	}

	.single-post-content-navi-item-name {
		position: absolute;
		left:0;
		right: 0;
		top: 0;
		transform: translateY(-70%);
	}

	.single-post-content-navi-item-name-text {
		position: relative;
		font-family: 'Gotham Pro';
		font-size: 70px;
		color: rgba(35, 55, 72, .2);
		letter-spacing: 0px;
		font-weight: 900;
		line-height: 1;
		text-align: center;
	}


	.single-post-content-navi-item-inner {
		position: relative;
		overflow: hidden;
		max-width: 750px;
	}

	.single-post-content-navi-item-inner::before {
		content:"";
		position: relative;
		display: block;
		padding-top: 100%;
	}

	.single-post-content-navi-item-header {
		position: absolute;
		top:0;
		right: 0;
		left:0;
	}

	.single-post-content-navi-item-header-inner {
		position: relative;
		background-color: #f6f6f8;
		border-radius:20px 20px 0 0;

		display: flex;
		flex-flow: column nowrap;
		gap:15px;
	}

	.single-post-content-navi-item-header-inner::after {
		content:"";
		position: absolute;
		top:0;
		right: 0;
		bottom: 0;
		left: 0;
		display: block;
		border-top: 1px solid rgba(215, 215, 215, .3);
		border-right: 1px solid rgba(215, 215, 215, .3);
		border-left: 1px solid rgba(215, 215, 215, .3);
		border-radius:20px 20px 0 0;
	}

	.single-post-content-navi-item-header-inner-img {
		position: relative;
		border-radius: 20px;
		overflow: hidden;
		z-index: 1;
	}

	.single-post-content-navi-item-header-inner-img a {
		position: relative;
		display: block;
	}

	.single-post-content-navi-item-header-inner-img a img {
		position: relative;
		width: 100%;
		height: auto;
		display: block;
		filter: grayscale(70%);
		transform: scale(1);
		transition: transform 1.6s ease-in-out;
	}

	.single-post-content-navi-item:hover .single-post-content-navi-item-header-inner-img a img {
		transform: scale(1.1);
		transition: transform 1.6s ease-in-out;
	}

	.single-post-content-navi-item-header-inner-title {
		position: relative;
		margin: 0;
		padding: 0 20px;
		color: rgba(35, 55, 72, 1);
		font-family: 'Gotham Pro';
		font-weight: 700;
		font-size: 20px;
		letter-spacing: 1.5px;
		line-height: 1.6;
	}

	.single-post-content-navi-item-header-inner-desc {
		margin: 0;
		padding: 0 20px;
		font-family: 'Gotham Pro';
		font-weight: 300;
		font-size: 18px;
		line-height: 1.8;
		color: #4B4B4B;
		letter-spacing: 1px;
	}





	.single-post-content-navi-item-footer {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.single-post-content-navi-item-footer-inner {
		position: relative;
		padding-top: 10px;

		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}

	.single-post-content-navi-item-footer-inner::after {
		content:"";
		position: absolute;
		top:0;
		right: 0;
		bottom: 0;
		left: 0;
		display: block;
		background: linear-gradient(180deg, rgba(246, 246, 248, .9) 0%, rgba(246, 246, 248, 1) 100%);
		border-bottom: 1px solid rgba(215, 215, 215, .3);
		border-right: 1px solid rgba(215, 215, 215, .3);
		border-left: 1px solid rgba(215, 215, 215, .3);
		border-radius:0 0 20px 20px;
		z-index: 1;
	}

	.single-post-content-navi-item-footer-part {
		position: relative;
	}

	.single-post-item-category {
		position: relative;

		display: flex;
		flex-flow: row wrap;
		align-items: flex-end;
	}

	.single-post-item-category::before {
		position: absolute;
		content: "";
		top: -21px;
		left: 0;
		transform: rotate(90deg);
		background: transparent;
		width: 20px;
		height: 20px;
		border-right: 1px solid rgba(215, 215, 215, .5);
		border-bottom: 1px solid rgba(215, 215, 215, .5);
		border-bottom-right-radius: 20px;
		box-shadow: 5px 5px 0 5px #fff;
		z-index: 3;
	}

	.single-post-item-category::after {
		position: absolute;
		content: "";
		bottom: 0;
		right: -21px;
		transform: rotate(90deg);
		background: transparent;
		width: 20px;
		height: 20px;
		border-right: 1px solid rgba(215, 215, 215, .5);
		border-bottom: 1px solid rgba(215, 215, 215, .5);
		border-bottom-right-radius: 20px;
		box-shadow: 5px 5px 0 5px #fff;
		z-index: 3;
	}

	.single-post-item-category-text {
		position: relative;
		background-color: #fff;
		padding: 0 20px 0 10px;
		height: 40px;
		border-top-right-radius: 20px;
		border-top: 1px solid rgba(215, 215, 215, .5);
		border-right: 1px solid rgba(215, 215, 215, .5);
		z-index: 2;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.single-post-item-category-text a {
		position: relative;
		font-family: 'Gotham Pro';
		font-weight: 600;
		font-size: 18px;
		line-height: 1.4;
		color: rgba(75, 75, 75, .5);
		letter-spacing: 1px;
		text-decoration: none;
		margin-top: 5px;
	}

	.single-post-item-category-text a::before {
		content:"";
		position: absolute;
		left:0;
		right: 100%;
		transition: right .3s ease-in-out;
		bottom: -3px;
		height: 2px;
		background-color: rgba(0, 167, 157, 1);
	}

	.single-post-item-category-text a:hover::before {
		right: 0;
		transition: right .3s ease-in-out;
	}


	.single-post-content-navi-item-footer-part:last-child {
		position: relative;
		background-color: #fff;
		padding: 6px 0 0 6px;
		border-radius: 38px 0 0 0;
		border-top: 1px solid rgba(215, 215, 215, .5);
		border-left: 1px solid rgba(215, 215, 215, .5);
		z-index: 2;
	}

	.single-post-content-navi-item-footer-part:last-child::before {
		position: absolute;
		content: "";
		top: -21px;
		right: 0;
		background: transparent;
		width: 20px;
		height: 20px;
		border-bottom-right-radius: 20px;
		border-right: 1px solid rgba(215, 215, 215, .5);
		border-bottom: 1px solid rgba(215, 215, 215, .5);
		box-shadow: 5px 5px 0 5px #fff;
		z-index: 2;
	}

	.single-post-content-navi-item-footer-part:last-child::after {
		position: absolute;
		content: "";
		bottom: 0;
		left: -21px;
		background: transparent;
		width: 20px;
		height: 20px;
		border-bottom-right-radius: 20px;
		border-right: 1px solid rgba(215, 215, 215, .5);
		border-bottom: 1px solid rgba(215, 215, 215, .5);
		box-shadow: 5px 5px 0 5px #fff;
		z-index: 2;
	}

	.single-post-item-btn {
		position: relative;
		width: 70px;
		transition: width .3s ease-in-out;
		background-color: rgba(0, 167, 157, 1);
		border-radius: 35px;
		overflow: hidden;
		z-index: 3;
	}

	.single-post-content-navi-item:hover .single-post-item-btn {
		width: 170px;
		transition: width .3s ease-in-out;
	}

	.single-post-item-btn-text {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}

	.single-post-item-btn-text span {
		position: relative;
		display: block;
		padding-left: 20px;
		width: 176px;
		font-family: 'Gotham Pro';
		font-weight: 700;
		font-size: 14px;
		color: #fff;
		letter-spacing: 1px;
		text-transform: lowercase;
	}

	.single-post-item-btn-arrow {
		position: relative;
		height: 70px;
		width: 70px;
		margin-left: auto;
		border-radius: 50%;
		background-color: rgba(0, 167, 157, 1);

		display: flex;
		justify-content: center;
		align-items: center;
	}

	.single-post-item-btn-arrow span {
		display: block;
		position: relative;
		width: 18px;
		height: 18px;	
	}

	.single-post-item-btn-arrow span::before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 12px;
		height: 12px;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
	}

	.single-post-item-btn-arrow span::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 3px;
		height: 20px;
		transform: translateX(-50%) translateY(-50%) rotate(45deg);
		background-color: #fff;
	}


	.single-post-item-btn a {
		position: absolute;
		top:0;
		right: 0;
		bottom: 0;
		left: 0;
		border-radius: 35px;
		display: block;
	}

}





@media (min-width:640px) and (max-width:1023px) {

	.single-post-content-navi {
		padding: 40px 0 120px 0;
	}


	.single-post-content-navi-posts {
		max-width: 1540px;
		margin: 0 auto;
		padding: 0 20px;

		display: grid;
		grid-template-columns: 1fr;
		grid-row-gap:120px;
	}

	.single-post-content-navi-item {
		position: relative;
		max-width: 750px;
	}

	.single-post-content-navi-item-name {
		position: absolute;
		left:0;
		right: 0;
		top: 0;
		transform: translateY(-70%);
	}

	.single-post-content-navi-item-name-text {
		position: relative;
		font-family: 'Gotham Pro';
		font-size: 70px;
		color: rgba(35, 55, 72, .2);
		letter-spacing: 0px;
		font-weight: 900;
		line-height: 1;
		text-align: center;
	}


	.single-post-content-navi-item-inner {
		position: relative;
		overflow: hidden;
	}

	.single-post-content-navi-item-inner::before {
		content:"";
		position: relative;
		display: block;
		padding-top: 100%;
	}

	.single-post-content-navi-item-header {
		position: absolute;
		top:0;
		right: 0;
		left:0;
	}

	.single-post-content-navi-item-header-inner {
		position: relative;
		background-color: #f6f6f8;
		border-radius:20px 20px 0 0;

		display: flex;
		flex-flow: column nowrap;
		gap:15px;
	}

	.single-post-content-navi-item-header-inner::after {
		content:"";
		position: absolute;
		top:0;
		right: 0;
		bottom: 0;
		left: 0;
		display: block;
		border-top: 1px solid rgba(215, 215, 215, .3);
		border-right: 1px solid rgba(215, 215, 215, .3);
		border-left: 1px solid rgba(215, 215, 215, .3);
		border-radius:20px 20px 0 0;
	}

	.single-post-content-navi-item-header-inner-img {
		position: relative;
		border-radius: 20px;
		overflow: hidden;
		z-index: 1;
	}

	.single-post-content-navi-item-header-inner-img a {
		position: relative;
		display: block;
	}

	.single-post-content-navi-item-header-inner-img a img {
		position: relative;
		width: 100%;
		height: auto;
		display: block;
		filter: grayscale(70%);
		transform: scale(1);
		transition: transform 1.6s ease-in-out;
	}

	.single-post-content-navi-item:hover .single-post-content-navi-item-header-inner-img a img {
		transform: scale(1.1);
		transition: transform 1.6s ease-in-out;
	}

	.single-post-content-navi-item-header-inner-title {
		position: relative;
		margin: 0;
		padding: 0 20px;
		color: rgba(35, 55, 72, 1);
		font-family: 'Gotham Pro';
		font-weight: 700;
		font-size: 20px;
		letter-spacing: 1.5px;
		line-height: 1.6;
	}

	.single-post-content-navi-item-header-inner-desc {
		margin: 0;
		padding: 0 20px;
		font-family: 'Gotham Pro';
		font-weight: 300;
		font-size: 18px;
		line-height: 1.8;
		color: #4B4B4B;
		letter-spacing: 1px;
	}





	.single-post-content-navi-item-footer {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.single-post-content-navi-item-footer-inner {
		position: relative;
		padding-top: 10px;

		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}

	.single-post-content-navi-item-footer-inner::after {
		content:"";
		position: absolute;
		top:0;
		right: 0;
		bottom: 0;
		left: 0;
		display: block;
		background: linear-gradient(180deg, rgba(246, 246, 248, .9) 0%, rgba(246, 246, 248, 1) 100%);
		border-bottom: 1px solid rgba(215, 215, 215, .3);
		border-right: 1px solid rgba(215, 215, 215, .3);
		border-left: 1px solid rgba(215, 215, 215, .3);
		border-radius:0 0 20px 20px;
		z-index: 1;
	}

	.single-post-content-navi-item-footer-part {
		position: relative;
	}

	.single-post-item-category {
		position: relative;

		display: flex;
		flex-flow: row wrap;
		align-items: flex-end;
	}

	.single-post-item-category::before {
		position: absolute;
		content: "";
		top: -21px;
		left: 0;
		transform: rotate(90deg);
		background: transparent;
		width: 20px;
		height: 20px;
		border-right: 1px solid rgba(215, 215, 215, .5);
		border-bottom: 1px solid rgba(215, 215, 215, .5);
		border-bottom-right-radius: 20px;
		box-shadow: 5px 5px 0 5px #fff;
		z-index: 3;
	}

	.single-post-item-category::after {
		position: absolute;
		content: "";
		bottom: 0;
		right: -21px;
		transform: rotate(90deg);
		background: transparent;
		width: 20px;
		height: 20px;
		border-right: 1px solid rgba(215, 215, 215, .5);
		border-bottom: 1px solid rgba(215, 215, 215, .5);
		border-bottom-right-radius: 20px;
		box-shadow: 5px 5px 0 5px #fff;
		z-index: 3;
	}

	.single-post-item-category-text {
		position: relative;
		background-color: #fff;
		padding: 0 20px 0 10px;
		height: 40px;
		border-top-right-radius: 20px;
		border-top: 1px solid rgba(215, 215, 215, .5);
		border-right: 1px solid rgba(215, 215, 215, .5);
		z-index: 2;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.single-post-item-category-text a {
		position: relative;
		font-family: 'Gotham Pro';
		font-weight: 600;
		font-size: 18px;
		line-height: 1.4;
		color: rgba(75, 75, 75, .5);
		letter-spacing: 1px;
		text-decoration: none;
		margin-top: 5px;
	}

	.single-post-item-category-text a::before {
		content:"";
		position: absolute;
		left:0;
		right: 100%;
		transition: right .3s ease-in-out;
		bottom: -3px;
		height: 2px;
		background-color: rgba(0, 167, 157, 1);
	}

	.single-post-item-category-text a:hover::before {
		right: 0;
		transition: right .3s ease-in-out;
	}


	.single-post-content-navi-item-footer-part:last-child {
		position: relative;
		background-color: #fff;
		padding: 6px 0 0 6px;
		border-radius: 38px 0 0 0;
		border-top: 1px solid rgba(215, 215, 215, .5);
		border-left: 1px solid rgba(215, 215, 215, .5);
		z-index: 2;
	}

	.single-post-content-navi-item-footer-part:last-child::before {
		position: absolute;
		content: "";
		top: -21px;
		right: 0;
		background: transparent;
		width: 20px;
		height: 20px;
		border-bottom-right-radius: 20px;
		border-right: 1px solid rgba(215, 215, 215, .5);
		border-bottom: 1px solid rgba(215, 215, 215, .5);
		box-shadow: 5px 5px 0 5px #fff;
		z-index: 2;
	}

	.single-post-content-navi-item-footer-part:last-child::after {
		position: absolute;
		content: "";
		bottom: 0;
		left: -21px;
		background: transparent;
		width: 20px;
		height: 20px;
		border-bottom-right-radius: 20px;
		border-right: 1px solid rgba(215, 215, 215, .5);
		border-bottom: 1px solid rgba(215, 215, 215, .5);
		box-shadow: 5px 5px 0 5px #fff;
		z-index: 2;
	}

	.single-post-item-btn {
		position: relative;
		width: 170px;
		background-color: rgba(0, 167, 157, 1);
		border-radius: 35px;
		overflow: hidden;
		z-index: 3;
	}



	.single-post-item-btn-text {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}

	.single-post-item-btn-text span {
		position: relative;
		display: block;
		padding-left: 20px;
		width: 176px;
		font-family: 'Gotham Pro';
		font-weight: 700;
		font-size: 14px;
		color: #fff;
		letter-spacing: 1px;
		text-transform: lowercase;
	}

	.single-post-item-btn-arrow {
		position: relative;
		height: 70px;
		width: 70px;
		margin-left: auto;
		border-radius: 50%;
		background-color: rgba(0, 167, 157, 1);

		display: flex;
		justify-content: center;
		align-items: center;
	}

	.single-post-item-btn-arrow span {
		display: block;
		position: relative;
		width: 18px;
		height: 18px;	
	}

	.single-post-item-btn-arrow span::before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 12px;
		height: 12px;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
	}

	.single-post-item-btn-arrow span::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 3px;
		height: 20px;
		transform: translateX(-50%) translateY(-50%) rotate(45deg);
		background-color: #fff;
	}

	.single-post-item-btn a {
		position: absolute;
		top:0;
		right: 0;
		bottom: 0;
		left: 0;
		border-radius: 35px;
		display: block;
	}

}






@media (max-width:639px) {

	.single-post-content-navi {
		padding: 40px 0 120px 0;
	}


	.single-post-content-navi-posts {
		max-width: 1540px;
		margin: 0 auto;
		padding: 0 20px;

		display: grid;
		grid-template-columns: 1fr;
		grid-row-gap:120px;
	}

	.single-post-content-navi-item {
		position: relative;
		max-width: 750px;
	}

	.single-post-content-navi-item-name {
		position: absolute;
		left:0;
		right: 0;
		top: 0;
		transform: translateY(-70%);
	}

	.single-post-content-navi-item-name-text {
		position: relative;
		font-family: 'Gotham Pro';
		font-size: 50px;
		color: rgba(35, 55, 72, .2);
		letter-spacing: 0px;
		font-weight: 900;
		line-height: 1;
		text-align: center;
	}


	.single-post-content-navi-item-inner {
		position: relative;
		overflow: hidden;
		min-height: 600px;
		border-radius: 10px;
	}

	.single-post-content-navi-item-header {
		position: absolute;
		top:0;
		right: 0;
		left:0;
	}

	.single-post-content-navi-item-header-inner {
		position: relative;
		background-color: #f6f6f8;
		border-radius:10px ;

		display: flex;
		flex-flow: column nowrap;
		gap:15px;
	}

	.single-post-content-navi-item-header-inner::after {
		content:"";
		position: absolute;
		top:0;
		right: 0;
		bottom: 0;
		left: 0;
		display: block;
		border-top: 1px solid rgba(215, 215, 215, .3);
		border-right: 1px solid rgba(215, 215, 215, .3);
		border-left: 1px solid rgba(215, 215, 215, .3);
		border-radius:10px;
	}

	.single-post-content-navi-item-header-inner-img {
		position: relative;
		border-radius: 10px;
		overflow: hidden;
		z-index: 1;
	}

	.single-post-content-navi-item-header-inner-img a {
		position: relative;
		display: block;
	}

	.single-post-content-navi-item-header-inner-img a img {
		position: relative;
		width: 100%;
		height: auto;
		display: block;
		filter: grayscale(70%);
		transform: scale(1);
		transition: transform 1.6s ease-in-out;
	}

	.single-post-content-navi-item:hover .single-post-content-navi-item-header-inner-img a img {
		transform: scale(1.1);
		transition: transform 1.6s ease-in-out;
	}

	.single-post-content-navi-item-header-inner-title {
		position: relative;
		margin: 0;
		padding: 0 10px;
		color: rgba(35, 55, 72, 1);
		font-family: 'Gotham Pro';
		font-weight: 700;
		font-size: 18px;
		letter-spacing: 1.5px;
		line-height: 1.6;
	}

	.single-post-content-navi-item-header-inner-desc {
		margin: 0;
		padding: 0 10px;
		font-family: 'Gotham Pro';
		font-weight: 300;
		font-size: 16px;
		line-height: 1.8;
		color: #4B4B4B;
		letter-spacing: 1px;
	}





	.single-post-content-navi-item-footer {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.single-post-content-navi-item-footer-inner {
		position: relative;
		padding-top: 10px;
		border-radius: 0 0 10px 10px;

		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}

	.single-post-content-navi-item-footer-inner::after {
		content:"";
		position: absolute;
		top:0;
		right: 0;
		bottom: 0;
		left: 0;
		display: block;
		background: linear-gradient(180deg, rgba(246, 246, 248, .9) 0%, rgba(246, 246, 248, 1) 100%);
		border-bottom: 1px solid rgba(215, 215, 215, .3);
		border-right: 1px solid rgba(215, 215, 215, .3);
		border-left: 1px solid rgba(215, 215, 215, .3);
		border-radius:0 0 10px 10px;
		z-index: 1;
	}

	.single-post-content-navi-item-footer-part {
		position: relative;
	}

	.single-post-item-category {
		display: none;
	}



	.single-post-content-navi-item-footer-part:last-child {
		position: relative;
		background-color: #fff;
		padding: 6px 0 0 6px;
		border-radius: 25px 0 0 0;
		border-top: 1px solid rgba(215, 215, 215, .5);
		border-left: 1px solid rgba(215, 215, 215, .5);
		z-index: 2;
	}

	.single-post-content-navi-item-footer-part:last-child::before {
		position: absolute;
		content: "";
		top: -11px;
		right: 0;
		background: transparent;
		width: 10px;
		height: 10px;
		border-bottom-right-radius: 10px;
		border-right: 1px solid rgba(215, 215, 215, .5);
		border-bottom: 1px solid rgba(215, 215, 215, .5);
		box-shadow: 2.5px 2.5px 0 2.5px #fff;
		z-index: 2;
	}

	.single-post-content-navi-item-footer-part:last-child::after {
		position: absolute;
		content: "";
		bottom: 0;
		left: -11px;
		background: transparent;
		width: 10px;
		height: 10px;
		border-bottom-right-radius: 10px;
		border-right: 1px solid rgba(215, 215, 215, .5);
		border-bottom: 1px solid rgba(215, 215, 215, .5);
		box-shadow: 2.5px 2.5px 0 2.5px #fff;
		z-index: 2;
	}

	.single-post-item-btn {
		position: relative;
		width: 150px;
		background-color: rgba(0, 167, 157, 1);
		border-radius: 22px;
		overflow: hidden;
		z-index: 3;
	}



	.single-post-item-btn-text {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}

	.single-post-item-btn-text span {
		position: relative;
		display: block;
		padding-left: 20px;
		width: 176px;
		font-family: 'Gotham Pro';
		font-weight: 700;
		font-size: 14px;
		color: #fff;
		letter-spacing: 1px;
		text-transform: lowercase;
	}

	.single-post-item-btn-arrow {
		position: relative;
		height: 44px;
		width: 44px;
		margin-left: auto;
		border-radius: 50%;
		background-color: rgba(0, 167, 157, 1);

		display: flex;
		justify-content: center;
		align-items: center;
	}

	.single-post-item-btn-arrow span {
		display: block;
		position: relative;
		width: 16px;
		height: 16px;	
	}

	.single-post-item-btn-arrow span::before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 6px;
		height: 6px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}

	.single-post-item-btn-arrow span::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 2px;
		height: 16px;
		transform: translateX(-50%) translateY(-50%) rotate(45deg);
		background-color: #fff;
	}


	.single-post-item-btn a {
		position: absolute;
		top:0;
		right: 0;
		bottom: 0;
		left: 0;
		border-radius: 35px;
		display: block;
	}

}