
:root {
	--everything-slider-color: var(--base-color-text);
	--everything-slider-background: var(--base-color-background);
}

.feature-everything-slider {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.feature-everything-slider .feature-everything-slider__arrow svg {
	width: 25px;
	height: 25px;
	opacity: 1;
}

.feature-everything-slider .feature-everything-slider__slides .slick-dots {
	padding: 0 var(--base-space);
	bottom: calc(-1 * var(--base-offset));
}

@media (max-width:781px) {
	.feature-everything-slider .feature-everything-slider__slides .slick-dots {
		bottom: calc(.5 * var(--base-offset));
	}
}

.feature-everything-slider .feature-everything-slider__slides .slick-dots li {
	opacity: 1;
}

@font-face {
	font-family: "PostGrotesk";
	font-style: normal;
	font-weight: normal;
	src: url("config-fonts/PostGrotesk-Light.woff") format("woff"), url("config-fonts/PostGrotesk-Light.woff2") format("woff2");
}

@font-face {
	font-family: "PostGrotesk";
	font-style: normal;
	font-weight: bold;
	src: url("config-fonts/PostGrotesk-Medium.woff") format("woff"), url("config-fonts/PostGrotesk-Medium.woff2") format("woff2");
}

footer.footer .wp-block-cover[style*="100vh"] {
	min-height: calc(100vh - var(--header-height)) !important;
}

footer.footer .has-text-color a {
	color: inherit !important;
}

footer.footer .wp-block-group.has-background {
	padding-top: calc(var(--base-space) / 2.5) !important;
	padding-bottom: calc(var(--base-space) / 2.5) !important;
	padding-left: var(--base-offset) !important;
	padding-right: var(--base-offset) !important;
}

footer.footer .wp-block-group.has-background>:last-child {
	margin-bottom: 0;
}

footer.footer .wp-block-group.has-background.has-text-background-color a {
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

footer.footer .wp-block-group.has-background.has-text-background-color a:hover {
	text-decoration: none;
	color: var(--base-color-accent) !important;
}

footer.footer .wp-block-cover a {
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

footer.footer .wp-block-cover a:hover {
	text-decoration: none;
	color: var(--base-color-text) !important;
}

footer.footer .site-layout-container>* {
	width: 100%;
	max-width: 100%;
	margin: 0 !important;
}

footer.footer ul {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: var(--base-offset);
	list-style: none;
}

footer.footer p a {
	margin-left: calc(1.5 * var(--base-offset));
}

footer.footer .wp-block-buttons {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: var(--base-space);
}

footer.footer .wp-block-buttons .wp-block-button .wp-block-button__link {
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	color: inherit;
	border-color: inherit;
	font-size: var(--base-font-size-medium);
	padding: .3em .9em;
	line-height: 1;
}

footer.footer .wp-block-buttons .wp-block-button .wp-block-button__link:hover {
	text-decoration: none;
	color: var(--base-color-text);
	border-color: var(--base-color-text);
}

@media (max-width:599px) {
	footer.footer .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
		border-width: 1px;
	}
}

footer.footer p.has-medium-font-size.has-space-after {
	margin-bottom: calc(2 * var(--base-offset-vertical)) !important;
}

.feature-responsive-header {
	letter-spacing: .04em;
	padding: 0;
}

.feature-responsive-header .feature-responsive-header__logo {
	-ms-flex: 0;
	flex: 0;
}

.feature-responsive-header .feature-responsive-header__logo strong {
	font-weight: normal;
}

.feature-responsive-header .feature-responsive-header__logo figure img {
	height: var(--header-height);
	min-width: clamp(44px, 2.6vw, 50px);
	padding: 1px 0 0;
}

.feature-responsive-header .feature-responsive-header__menu {
	-ms-flex: 1;
	flex: 1;
}

.feature-responsive-header .feature-responsive-header__menu ul.menu>li {
	margin-right: 0;
	margin-left: var(--base-offset);
}

.feature-responsive-header .feature-responsive-header__menu ul.menu>li>a {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

@media (max-width:599px) {
	.feature-responsive-header .feature-responsive-header__menu ul.menu>li>a {
		font-size: 16px;
	}
}

@media (max-width:999px) {
	.feature-responsive-header .feature-responsive-header__menu {
		display: block;
		text-align: right;
	}
}

@media (max-width:999px) {
	.feature-responsive-header .feature-responsive-header__menu-trigger {
		display: none;
	}
}

body.has-background-light {
	background-color: var(--base-color-light);
}

@media (max-width:999px) {
	main .wp-block-cover[style*="100vh"] {
		min-height: 60vw !important;
		background-attachment: initial !important;
	}
	
	body.page-id-319 main .wp-block-cover[style*="100vh"] {
		min-height: 66vw !important;
	}
}

.site-layout-container>*:not(.alignfull), .site-layout-container>*.wp-block-group.inner-aligncontent>* {
	margin-left: var(--base-offset) !important;
	margin-right: var(--base-offset) !important;
}

.site-layout-container>*:not(.alignfull).feature-everything-slider, .site-layout-container>*.wp-block-group.inner-aligncontent>*.feature-everything-slider {
	margin: calc(6 * var(--base-offset-vertical)) auto !important;
}

.wp-block-group.has-background>:last-child {
	margin-bottom: var(--base-space);
}

.wp-block-group.has-background .wp-block-cover {
	margin-bottom: var(--base-offset);
}

.wp-block-group.has-background .wp-block-cover:first-child {
	margin-top: var(--base-offset);
}

.wp-block-columns .wp-block-column {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wp-block-columns .wp-block-column .has-space-after {
	-ms-flex: 1;
	flex: 1;
}

@media (max-width:781px) {
	.wp-block-columns .wp-block-column:empty {
		display: none !important;
	}
}

.wp-block-columns.alignfull {
	gap: calc(var(--base-offset) + var(--base-gap)) !important;
}

.wp-block-columns.alignfull .wp-block-columns {
	gap: var(--base-offset) !important;
}

.wp-block-columns.alignfull .wp-block-columns figure:first-child img {
	position: relative;
	top: var(--base-gap);
	margin-bottom: var(--base-gap);
}

.wp-block-columns.alignfull:not(:first-child) {
	padding-top: calc(2 * var(--base-offset-vertical));
	padding-bottom: calc(2 * var(--base-offset-vertical));
}

.wp-block-columns .wp-block-columns.has-space-after:last-child {
	margin-bottom: calc(3 * var(--base-offset-vertical)) !important;
}

.wp-block-cover {
	overflow: hidden;
}

.wp-block-cover video.wp-block-cover__video-background {
	left: -1px;
	right: -1px;
	width: calc(100% + 2px);
	max-width: calc(100% + 2px);
}

.wp-block-group {
	overflow: auto;
}

.wp-block-group.has-background:not(.inner-aligncontent):not(.inner-alignlayout) {
	padding: 0;
}

h1:first-child, h2:first-child {
	margin-top: 0;
}

h1:first-child.has-space-after, h2:first-child.has-space-after {
	margin-bottom: calc(7 * var(--base-offset-vertical)) !important;
}

body.page-id-319 h1:first-child.has-space-after, body.page-id-319 h2:first-child.has-space-after {
	max-height: 2em;
}

h3 {
	margin-top: 0;
	margin-bottom: 0;
}

.wp-block-image.is-style-offset:not(.alignleft):not(.alignright) {
	margin-left: calc(-1 * var(--base-offset));
	margin-top: calc(-1 * var(--base-offset-vertical));
}

.wp-block-column~.wp-block-column .wp-block-image.is-style-offset:not(.alignleft):not(.alignright) {
	margin-left: 0;
	margin-right: calc(-1 * var(--base-offset));
}

.wp-block-image.is-style-offset:not(.alignleft):not(.alignright)+.wp-block-image:not(.is-style-offset) {
	width: 50%;
}

@media (max-width:781px) {
	.wp-block-image.is-style-offset:not(.alignleft):not(.alignright)+.wp-block-image:not(.is-style-offset) {
		width: 70%;
	}
}

.wp-block-image.is-style-offset:not(.alignleft):not(.alignright).has-space-after {
	margin-bottom: calc(9 * var(--base-offset-vertical)) !important;
}

@media (max-width:781px) {
	.wp-block-image.is-style-offset:not(.alignleft):not(.alignright).has-space-after {
		margin-bottom: calc(5 * var(--base-offset-vertical)) !important;
	}
}

.wp-block-image.alignleft {
	width: 50% !important;
	margin: var(--base-offset-vertical) var(--base-offset);
	clear: right;
}

.wp-block-image.alignleft.is-style-offset {
	margin-left: calc(8 * var(--base-offset)) !important;
	width: 45% !important;
}

@media (max-width:781px) {
	.wp-block-image.alignleft.is-style-offset {
		margin-left: calc(2 * var(--base-offset)) !important;
		width: 65% !important;
	}
}

.inner-alignwide>.wp-block-image.alignleft:not(.is-style-offset) {
	margin-left: var(--base-offset) !important;
}

.wp-block-image.alignright {
	width: 47% !important;
	margin: var(--base-offset-vertical) var(--base-offset) !important;
	clear: left;
}

@media (max-width:781px) {
	.wp-block-image.alignright {
		width: 65% !important;
	}
}

.wp-block-image.alignright.is-style-offset {
	margin-right: calc(4 * var(--base-offset)) !important;
}

.inner-alignwide>.wp-block-image.alignright:not(.is-style-offset) {
	margin-right: var(--base-offset) !important;
}

.wp-block-image.has-space-before {
	margin-top: calc(4 * var(--base-offset-vertical)) !important;
}

.wp-block-image.has-space-after {
	margin-bottom: calc(4 * var(--base-offset-vertical)) !important;
}

.wp-block-image.is-style-extra-margin {
	margin: calc(2 * var(--base-offset-vertical)) var(--base-offset) !important;
}

main ul {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 0;
}

p.has-medium-font-size {
	letter-spacing: .02em;
	margin-bottom: var(--base-offset-vertical) !important;
}

p.has-medium-font-size.has-space-before {
	margin-top: calc(1.5 * var(--base-offset-vertical)) !important;
}

p.has-medium-font-size.has-space-after {
	margin-bottom: calc(6 * var(--base-offset-vertical)) !important;
}

p.is-style-underline {
	margin-bottom: 0 !important;
	text-decoration: none;
	border-bottom: 1px solid var(--base-color-text);
	padding-top: 2px;
}

@media (max-width:599px) {
	p.is-style-underline {
		border-bottom-width: .5px;
	}
}

p.is-style-underline:first-child::before {
	content: "-";
	display: block;
	text-decoration: overline;
	overflow: hidden;
	max-height: 1px;
	white-space: nowrap;
	background: var(--base-color-text);
	color: transparent;
}

p.is-style-underline-text {
	background-image: -moz-linear-gradient(top, transparent, transparent calc(( var(--base-font-size-medium) ) * var(--base-line-height) - 1px), var(--base-color-text-light) 0px);
	background-image: -webkit-linear-gradient(top, transparent, transparent calc(( var(--base-font-size-medium) ) * var(--base-line-height) - 1px), var(--base-color-text-light) 0px);
	background-size: 100% calc(var(--base-font-size-medium) * var(--base-line-height));
}

p.is-style-underline-text:first-child::before {
	content: "-";
	display: block;
	text-decoration: overline;
	overflow: hidden;
	max-height: 1px;
	white-space: nowrap;
	background: var(--base-color-text-light);
	color: transparent;
}

.wp-block-separator {
	border-color: var(--base-color-text-light);
	margin-top: calc(1.5 * var(--base-offset-vertical));
	margin-bottom: calc(1.5 * var(--base-offset-vertical));
}

.has-text-background-color .wp-block-separator {
	opacity: .41;
}

.wp-block-columns.alignfull .wp-block-separator {
	margin-top: calc(2.5 * var(--base-offset-vertical));
	margin-bottom: calc(2.5 * var(--base-offset-vertical));
}

.feature-projects-filter {
	text-align: center;
	position: fixed;
	z-index: 1;
	top: calc(var(--header-height) + 2.5 * var(--base-offset-vertical));
	left: 0;
	right: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	gap: calc(2 * var(--base-gap)) calc(1.5 * var(--base-gap));
	width: calc(30 * var(--base-offset)) !important;
	max-width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}

body.is-scrolled-projects .feature-projects-filter {
	opacity: 0;
	pointer-events: none;
}

.feature-projects-filter a {
	padding: .3em calc(var(--base-offset) * 1.05);
	display: inline-block;
	border: 2px solid var(--base-color-text-light);
	color: var(--base-color-text-light) !important;
	border-radius: 1000px;
	font-size: var(--base-font-size-medium);
	line-height: 1;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

@media (max-width:599px) {
	.feature-projects-filter a {
		padding: .2em var(--base-offset);
		border-width: 1px;
	}
}

.feature-projects-filter a:hover, .feature-projects-filter a.is-active {
	text-decoration: none;
	color: var(--base-color-accent) !important;
	border-color: var(--base-color-accent);
}

.feature-projects-filter a.is-active {
	pointer-events: none;
}

.feature-projects-posts[data-presentation="false"] {
	display: -ms-grid;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: var(--base-gap);
	padding-top: calc(var(--header-height) + 9 * var(--base-offset-vertical));
	padding-bottom: calc(3 * var(--base-offset-vertical));
}

@media (max-width:781px) {
	.feature-projects-posts[data-presentation="false"] {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width:599px) {
	.feature-projects-posts[data-presentation="false"] {
		grid-template-columns: 1fr;
	}
}

.feature-projects-posts[data-presentation="false"] .post {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

@media (max-width:781px) {
	.feature-projects-posts[data-presentation="false"] .post {
		display: block;
	}
}

.feature-projects-posts[data-presentation="false"] .post a {
	color: inherit;
	-webkit-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.feature-projects-posts[data-presentation="false"] .post a .post__image {
	-ms-flex: 1;
	flex: 1;
}

.feature-projects-posts[data-presentation="false"] .post a .post__image img {
	height: 100%;
	object-fit: cover;
}

@media (max-width:781px) {
	.feature-projects-posts[data-presentation="false"] .post a .post__image img {
		height: calc(59vw / 2);
		width: 100%;
	}
}

@media (max-width:599px) {
	.feature-projects-posts[data-presentation="false"] .post a .post__image img {
		height: 59vw;
	}
}

.feature-projects-posts[data-presentation="false"] .post a:hover {
	text-decoration: none;
	color: var(--base-color-accent);
}

.feature-projects-posts[data-presentation="false"] .post a:hover h2 {
	color: var(--base-color-accent);
}

.feature-projects-posts[data-presentation="false"] .post a h2 {
	color: inherit;
	margin-top: var(--base-gap);
	font-size: var(--base-font-size-small);
	margin-bottom: var(--base-space);
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.feature-projects-posts[data-presentation="true"] {
	margin-bottom: 0 !important;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: calc(var(--base-space) / 2);
}

.feature-projects-posts[data-presentation="true"] .post {
	position: relative;
	margin-bottom: 0;
	overflow: auto;
}

.feature-projects-posts[data-presentation="true"] .post .post__title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--base-color-accent-transparent);
	opacity: 0;
	-webkit-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
	margin: 0 !important;
	padding: var(--base-offset);
	color: var(--base-color-background);
}

.feature-projects-posts[data-presentation="true"] .post:hover .post__title {
	opacity: 1;
}

.feature-projects-posts[data-presentation="true"] .post[data-format="square"] {
	width: calc(50% - calc(var(--base-space) / 4));
	height: calc(37.5vw - var(--base-space) / 4);
}

.feature-projects-posts[data-presentation="true"] .post[data-format="square"] .post__image img {
	height: calc(37.5vw - var(--base-space) / 4);
	object-fit: cover;
}

.feature-projects-posts[data-presentation="true"] .post[data-format="square"]+[data-format*="portrait"]+[data-format*="square"] {
	margin-top: calc(-37.5vw - var(--base-space) / 4);
}

.feature-projects-posts[data-presentation="true"] .post[data-format="square"]+[data-format*="portrait"]+[data-format*="square"]+* {
	margin-top: calc(var(--base-space) / -2);
}

.feature-projects-posts[data-presentation="true"] .post[data-format*="portrait"] {
	width: calc(50% - calc(var(--base-space) / 4));
	margin-left: auto;
}

.feature-projects-posts[data-presentation="true"] .post[data-format*="portrait"] .post__image img {
	height: calc(37.5vw * 2);
}

.feature-projects-posts[data-presentation="true"] .post[data-format="portrait-left"] {
	margin-left: 0;
}

.feature-projects-posts[data-presentation="true"] .post[data-format="full"] {
	width: 100%;
}

.feature-projects-posts[data-presentation="true"] .post[data-format="full"] .post__image img {
	width: 100%;
	height: calc(37.5vw * 2);
}

body.single-post {
	--header-background: var(--base-color-text);
	--header-color: var(--base-color-background);
}

@media (max-width:781px) {
	body.single-post main .site-layout-container>.wp-block-image, body.single-post main .site-layout-container>.wp-block-cover:not(:first-child), body.single-post main .site-layout-container>.wp-block-group>.wp-block-image, body.single-post main .site-layout-container>.wp-block-group>.wp-block-cover {
		width: 100% !important;
		margin: 0 auto var(--base-offset) !important;
		float: none !important;
		max-width: calc(100% - calc(2 * var(--base-offset)));
	}
}

body.single-post .feature-responsive-header__logo {
	min-width: 30vw;
	color: var(--base-color-background);
}

body.single-post .feature-responsive-header__logo+.feature-responsive-header__logo {
	display: none !important;
}

@media (max-width:781px) {
	body.single-post .feature-responsive-header__logo {
		min-width: 60vw;
	}
}

body.single-post .feature-responsive-header__info {
	-ms-flex: 1;
	flex: 1;
	text-align: center;
}

body.single-post .feature-responsive-header__info+.feature-responsive-header__menu {
	-ms-flex: 0;
	flex: 0;
	min-width: 30vw;
}

@media (max-width:781px) {
	body.single-post .feature-responsive-header__info+.feature-responsive-header__menu {
		min-width: 20px;
	}
}

body.single-post .feature-responsive-header__info a {
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

body.single-post .feature-responsive-header__info a:not(.is-active) span:last-child {
	display: none;
}

body.single-post .feature-responsive-header__info a.is-active {
	color: var(--base-color-accent);
}

body.single-post .feature-responsive-header__info a.is-active span:first-child {
	display: none;
}

body.single-post .feature-projects-single-navigation {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 220px;
	margin: calc(3 * var(--base-offset-vertical)) auto calc(3 * var(--base-offset-vertical)) !important;
}

@media (max-width:781px) {
	body.single-post .feature-projects-single-navigation {
		width: 75%;
	}
}

body.single-post .feature-projects-single-navigation svg {
	width: 40px;
	height: 40px;
}

@media (max-width:781px) {
	body.single-post .feature-projects-single-navigation svg {
		width: 26px;
		height: 26px;
	}
}

body.single-post .feature-projects-single-navigation p {
	line-height: 1;
	margin-bottom: 0;
}

body.single-post .feature-projects-single-navigation p.next {
	-ms-transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}

body.single-post .feature-projects-related-posts {
	margin-top: calc(8 * var(--base-offset-vertical));
	width: 100%;
}

body.single-post .feature-projects-related-posts__grid {
	display: -ms-grid;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	width: 100%;
	gap: calc(var(--base-space) / 2);
}

body.single-post .feature-projects-related-posts__grid .post img {
	height: calc(37.5vw / 3 * 2 - var(--base-space) / 4);
	object-fit: cover;
	width: 100%;
}

@media (max-width:781px) {
	body.single-post .feature-projects-related-posts__grid .post img {
		height: calc(37.5vw - var(--base-space) / 4);
	}
}

@media (max-width:781px) {
	body.single-post .feature-projects-related-posts__grid {
		grid-template-columns: 1fr 1fr;
	}
	
	body.single-post .feature-projects-related-posts__grid>:nth-child(3) {
		display: none;
	}
}

body.single-post .feature-projects-related-posts h3 {
	font-size: var(--base-font-size-medium);
	margin-bottom: var(--base-offset);
}

body.single-post .feature-projects-related-posts h4 {
	margin: var(--base-gap) 0;
	font-size: var(--base-font-size-small);
}

body.single-post .feature-projects-related-posts a {
	-webkit-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;
}

body.single-post .feature-projects-related-posts a * {
	-webkit-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;
}

body.single-post .feature-projects-related-posts a:hover {
	text-decoration: none;
	color: var(--base-color-accent);
}

body.single-post .feature-projects-related-posts a:hover * {
	color: var(--base-color-accent);
}

body.single-post .feature-projects-single-info {
	display: none;
	position: fixed;
	top: 0;
	right: -50%;
	bottom: 0;
	width: 50%;
	background: var(--base-color-accent);
	z-index: 100;
	padding: var(--base-offset);
	padding-top: calc(var(--base-offset-vertical) + var(--header-height));
	overflow: scroll;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0;
	box-shadow: 0 0 6px rgba(0, 0, 0, .2);
	-ms-overflow-style: none;
	scrollbar-width: none;
}

body.single-post .feature-projects-single-info::-webkit-scrollbar {
	display: none;
}

@media (max-width:781px) {
	body.single-post .feature-projects-single-info {
		right: -100%;
		width: 100%;
	}
}

.site-layout-container>body.single-post .feature-projects-single-info:not(.alignfull) {
	margin: 0 !important;
}

body.single-post .feature-projects-single-info.is-visible {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	right: 0;
	-webkit-animation: projectInfoSlideIn 300ms ease-in-out;
	animation: projectInfoSlideIn 300ms ease-in-out;
}

body.single-post .feature-projects-single-info.is-disappearing {
	-webkit-animation: projectInfoSlideOut 300ms ease-in-out;
	animation: projectInfoSlideOut 300ms ease-in-out;
}

body.single-post .feature-projects-single-info .foot {
	margin-top: auto;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: var(--base-offset);
}

body.single-post .feature-projects-single-info .foot>div {
	width: 50%;
}

@media (min-width:1000px) {
	body.single-post .feature-projects-single-info .foot>div {
		width: 33%;
	}
}

body.single-post .feature-projects-single-info .foot ul {
	list-style: none;
	margin-bottom: 0;
	border-top: 1px solid var(--base-color-text);
}

body.single-post .feature-projects-single-info .foot ul li {
	border-bottom: 1px solid var(--base-color-text);
	padding-top: 1px;
}

@-webkit-keyframes projectInfoSlideIn {
	0% {
		right: -50%;
	}
	
	100% {
		right: 0;
	}
}

@keyframes projectInfoSlideIn {
	0% {
		right: -50%;
	}
	
	100% {
		right: 0;
	}
}

@media (max-width:781px) {
	@-webkit-keyframes projectInfoSlideIn {
		0% {
			right: -100%;
		}
		
		100% {
			right: 0;
		}
	}
	
	@keyframes projectInfoSlideIn {
		0% {
			right: -100%;
		}
		
		100% {
			right: 0;
		}
	}
}

@-webkit-keyframes projectInfoSlideOut {
	0% {
		right: 0;
	}
	
	100% {
		right: -50%;
	}
}

@keyframes projectInfoSlideOut {
	0% {
		right: 0;
	}
	
	100% {
		right: -50%;
	}
}

@media (max-width:781px) {
	@-webkit-keyframes projectInfoSlideOut {
		0% {
			right: 0;
		}
		
		100% {
			right: -100%;
		}
	}
	
	@keyframes projectInfoSlideOut {
		0% {
			right: 0;
		}
		
		100% {
			right: -100%;
		}
	}
}
