/* COLLECTION */
.post-category > span{
	padding:4px 16px;
	border-radius:100px;
	color:var(--color4);
	background-color:var(--color6);
	display:inline-block;
}
.post-date{
	color:var(--gray);
}
.has-white-color .post-date{
	color:var(--white);
}
.post-collection{
	display:flex;
	flex-wrap:wrap;
	gap:16px;
}
.wp-block-post-excerpt__more-link{
	display:none;
}
.post-collection > .post-item{
	width:100%;
}
.post-collection.map-list .post-category{
	display:flex;
	gap:4px;
	flex-wrap:wrap;
}
.post-collection.map-list .post-category > p{
	margin:0;
	display:inline-block;
	padding:4px 8px;align-content;
	border-radius:100px;
	color:var(--color4);
	background-color:var(--color14);
	font-size:12px;
	line-height:16px;
	font-weight:600;
}
.post-collection.map-list .post-opening-container{
	display:flex;
	gap:6px;
	flex-wrap:wrap;
}
.post-collection.map-list .post-opening-container > div > span{
	font-size:16px!important;
	line-height:26px!important;
	color:var(--color7);
	margin-right:8px;
}
.post-collection.map-list .post-opening-container > .post-opening-hours-label{
	margin:0;
	width:100%;
}
.post-collection.map-list .post-opening-container > .post-opening-hours-label,
.post-collection.map-list .post-opening-container > div > span:first-child{
	font-size:16px;
	line-height:24px;
	color:var(--color3);
	font-weight:600;
}


/* SINGLE */
.post-category{
	display:flex;
	gap:8px;
	flex-wrap:wrap;
}
.post-category > a{
	border:0;
	background-color:var(--color6);
	font-weight:500;
	padding:4px 16px;
	border-radius:100px;
}
.post-category > a:hover{
	background-color:var(--color3);
	color:var(--white);
}
/* POST NAV */
.post-nav{
	border:1px solid var(--color3);
}
.post-nav .wp-block-columns{
	gap:0;
}
.post-nav .wp-block-columns > .wp-block-column:first-child{
	border-bottom:1px solid var(--color3);
}
.post-nav .post-prev,
.post-nav .post-next{
	display:block;
	padding:16px;
	color:var(--black);
}
.post-nav .post-prev:hover,
.post-nav .post-next:hover{
	color:var(--white);
	background-color:var(--color3);
}
.post-nav .post-prev:hover:before,
.post-nav .post-next:hover:after{
	filter:brightness(0) invert(1);
}
.post-nav .post-prev:before{
	content:"";
	width:36px;
	height:36px;
	display:inline-block;
	background-image:url('../imgs/arrow.svg');
	vertical-align:middle;
	margin-right:8px;
}
.post-nav .post-next:after{
	content:"";
	width:36px;
	height:36px;
	display:inline-block;
	background-image:url('../imgs/arrow.svg');
	vertical-align:middle;
	transform:rotate(180deg);
	margin-left:8px;
}
.post-nav .post-prev:before,
.post-nav .post-next:after{
	background-position:center;
	background-size:95%;
	background-repeat:no-repeat;
}
/* POST SOCIAL */
.post-social a.post-twitter{
	background-image:url('../imgs/twitter_ico.svg');
}
.post-social a.post-facebook{
	background-image:url('../imgs/facebook_ico.svg');
}
.post-social a.post-linked_in{
	background-image:url('../imgs/linkedin_ico.svg');
}
.post-social a{
	display:inline-block;
	width:32px;
	height:32px;
	background-position:center;
	background-size:100%;
	background-repeat:no-repeat;
}
.post-social a:hover{
	filter:invert(25%) sepia(84%) saturate(3043%) hue-rotate(304deg) brightness(92%) contrast(89%);
}
.wp-block-bssb-social-share ul > li:hover i{
	color:var(--color2)!important;
}
/* FEATURED */
.is-featured .post-image{
	border-radius:16px;
	margin-bottom:16px;
}
/* PODS */
.is-pods .wp-block-post{
	border-radius:16px;
	padding-bottom:24px;
	padding-left:16px;
	padding-right:16px;
	background-color:var(--white);
	box-shadow: 0px 4px 40px 8px #00000008;
}
.is-pods .wp-block-post-featured-image{
	border-top-left-radius:16px;
	border-top-right-radius:16px;
	margin-left:-16px;
	margin-right:-16px;
}
/* FILTERS */
.post-filters > *{
	flex:1;
	position: relative;
}
.post-filters > * > *{
	width:100%;
}
.post-filters .post-filter-items{
	opacity:0;
	pointer-events:none;
	position:absolute;
	top:100%;
	border: 1px solid #E0E0E0;
    border-radius: 12px;
    background: var(--white);
    z-index: 2;
	overflow:hidden;
}
.post-filters .post-filter-items.active{
	opacity:1;
	pointer-events:unset;
	margin-top:8px;
}
.post-filters .post-filter-items > label{
	padding: 16px;
	display: block;
}
.post-filters .post-filter-items > label:not(:last-child){
	border-bottom: 1px solid var(--border1);
}
.post-filters .post-filter-items > label:hover{
	background: var(--color3);
	color:var(--white);
    cursor: pointer;
}
.post-filters .post-filter-items input[type="checkbox"]{
	display:none;
}
.post-filters .wp-block-kadence-singlebtn{
	display:flex;
	justify-content:space-between;
	font-style:italic;
}
.wp-block-search input[type="search"],
.wp-block-search button[type="submit"]{
	font-size: inherit!important;
    line-height: inherit!important;	
}
.wp-block-search.wp-block-search__button-outside.wp-block-search__text-button input[type="search"]{
	-webkit-appearance: textfield;
	padding:16px;
	border-radius: 100px;
    border: 1px solid #1C2C451A;
    background: var(--white);
}
.wp-block-search.wp-block-search__button-outside.wp-block-search__text-button button[type="submit"]{
	padding:0 16px;
	color:var(--white);
	background-color:var(--color2);
	border:1px solid var(--color2);
	border-radius:100px;
	display: flex;
    align-items: center;
}
.wp-block-search.wp-block-search__button-outside.wp-block-search__text-button button[type="submit"]:hover{
	border-color:var(--color1);
	background-color:var(--color1);
}
.wp-block-search.wp-block-search__button-outside.wp-block-search__text-button button[type="submit"]:before{
	content:"";
	width:20px;
	height:20px;
	background-image:url('../imgs/MagnifyingGlass.svg');
	background-size:contain;
	background-repeat:no-repeat;
	display:inline-block;
	vertical-align:middle;
	filter:brightness(0) invert(1);
	margin-right:6px;
}
.wp-block-search.wp-block-search__button-inside.wp-block-search__icon-button .wp-block-search__inside-wrapper{
	padding: 10px 16px;
    border-radius: 100px;
    border: 1px solid #1C2C451A;
    background: var(--white);
}
.wp-block-search.wp-block-search__button-inside.wp-block-search__icon-button input[type="search"]{
	padding:0!important;
	border:0!important;
}
.wp-block-search.wp-block-search__button-inside.wp-block-search__icon-button button[type="submit"]{
	border:0;
	background:transparent;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	color:var(--color13);
	margin:0!important;
}
.post-filters .wp-block-search button[type="submit"]:before{
	display:none!important;
}
/* MEDIA */
@media(min-width:782px){
	/* COLLECTION */
	.post-collection{
		gap:32px;
	}
	.post-collection > .post-item{
		width:100%;
	}
	.post-collection.map-list > .post-item{
		width:calc((100% / 3) - (64px / 3));
	}
	/* POST LINK BTN */
	.post-link-btn .post-title{
		transition:all var(--fast);
	}
	.wp-block-post-featured-image{
		overflow:hidden;
	}
	.post-nav .post-prev,
	.post-nav .post-next,
	.post-nav .post-prev:before,
	.post-nav .post-next:after,
	.post-image img,
	.wp-block-post-featured-image > a img{
		transition:all var(--normal);
	}
	.wp-block-post-featured-image > a:hover img,
	.is-related .post-image:hover img,
	.post-link-btn .post-image:hover img{
		transform:scale(1.05);
	}
	/* FEATURED */
	.is-featured .post-image{
		padding-top:421px
	}
	/* POST NAV */
	.post-nav .post-next{
		justify-content:end;
	}
	.post-nav .post-prev,
	.post-nav .post-next{
		font-size:24px;
		display: flex;
		align-items: center;
		height:calct(100% - 32px);
	}
	.post-nav .post-prev:before,
	.post-nav .post-next:after{
		flex:none;
	}
	.post-nav .wp-block-columns > .wp-block-column:first-child{
		border-bottom:0;
		border-right:1px solid var(--color3);
	}
	/* SINGLE */
	#__single_page .post-date{
		text-align:right;
	}
	#__single_page .post-category{
		justify-content:end;
	}
	/* PODS */
	.is-pods .wp-block-post{
		display: flex;
		flex-direction: column;
		padding-left:24px;
		padding-right:24px;
		background-color:var(--white);
	}
	.is-pods .wp-block-post-featured-image{
		margin-left:-24px;
		margin-right:-24px;
		margin-bottom:32px;
	}
	/* FILTERS */
	.post-filters > * > .post-filter-items{
		transition:all var(--normal);
	}
	.post-filters > .wp-block-search{
		min-width:0!important;
	}
	/* POST SEARCH */
	.wp-block-search.wp-block-search__button-outside.wp-block-search__text-button button[type="submit"]{
		transition:all var(--normal);
	}
	.wp-block-search.wp-block-search__button-outside.wp-block-search__text-button button[type="submit"]:before{
		margin-right:12px;
	}
}
@media(min-width:1025px){
	/* POST NAV */
	.post-nav .post-prev,
	.post-nav .post-next{
		padding:36px 38px;
		height:calct(100% - 76px);
	}
	.post-nav .post-prev:before,
	.post-nav .post-next:after{
		width:40px;
		height:40px;
	}
	/* FILTERS */
	.post-filters .post-filter-items > label{
		padding: 16px 24px;
	}
}
@media(min-width:1200px){
	/* POST SEARCH */
	.wp-block-search.wp-block-search__button-outside.wp-block-search__text-button button[type="submit"]{
		padding:16px 35px;
	}
	.wp-block-search.wp-block-search__button-outside.wp-block-search__text-button input[type="search"]{
		padding:16px 24px;
	}
}
@media(max-width:781px){
	/* COLLECTION */
	.wp-block-post-template{
		display:flex!important;
		flex-direction:column;
	}
	.wp-block-post-template .wp-block-post-featured-image{
		height: 300px;
		aspect-ratio: unset!important;
	}
	.post-image{
		position:relative;
		height: 254px!important;
		overflow:hidden;
		border-radius:8px;
	}
	.post-image img{
		position:absolute;
		top:0;left:0;
		object-fit:cover;
		width: 100%!important;
		height: 100%!important;
	}
	/* FILTERS */
	.post-filters > *{
		width:100%;
	}
}
