/* transition active state (same for leave and enter) */
.barba-leave-active,
.barba-enter-active {
	transition: 400ms ease;
}

/* initial state */
.barba-leave {
	opacity: 1;
}

.barba-enter {
	opacity: 0;
	margin-left: 100%;
	margin-right: -100%;
}

/* ending state */
.barba-leave-to {
	opacity: 0;
	margin-left: -100%;
	margin-right: 100%;
}

.barba-enter-to {
	opacity: 1;
	margin-left: 0;
	margin-right: 0;
}

/* appear: active state, define the transition */
.barba-appear-active {
	transition: 400ms ease;
}

/* appear: initial state */
.barba-appear {
	opacity: 0;
	margin-left: 100%;
	margin-right: -100%;
}

/* appear: ending state */
.barba-appear-to {
	opacity: 1;
	margin-left: 0;
	margin-right: 0;
}

.no-barba { transition: none !important; }
div[data-barba-namespace="home"] {
	min-height: 250px;
	margin-top: 16px;
	margin-bottom: 16px;
}

.landing-page:not(.lp--no-background) #content {
	background: #f5f5f5;
}

.landing-page:not(.lp--no-background) .container {
	background: white;
	overflow: hidden;
}

.landing-page-header {
	margin-bottom: 15px;
}

.landing-page-header .wp-block-image {
	margin: 0;
	padding: 18px 0 28px;
}

.landing-page-header a {
	text-decoration: none;
	display: inline-block;
}

.landing-page-header img {
	height: 96px;
	width: auto;
}

.landing-page-header img:not(:last-child) {
	margin-right: 12px;
}

.landing-page-header .post-nav-links {
	padding-right: 17px;
	overflow: auto;
	margin-top: 1.5rem;
}

.landing-page-header .post-nav-links a {
	position: relative;
	float: right;
	margin-left: 1rem;
	font-size: 1rem;
	margin-top: .5rem;
}

.page-template-landing-page .wp-block-lh-block-container.container-width-wide > div:first-child,
.page-template-landing-page-barba .wp-block-lh-block-container.container-width-wide > div:first-child {
	width: auto !important;
	margin-left: 0 !important;
	left: -30px !important;
	right: -30px;
}

.lp--full-width {
	margin-left: -15px;
	max-width: calc(100% + 30px);
}

.landing-page #basic-footer {
	color: white;
	background: #5f6062;
	padding: 8px 16px;
}

.landing-page .pull-left {
	float: left;
}

.landing-page .pull-right {
	float: right;
}

.landing-page #basic-footer p {
	margin: 0; font-size: 12px;
}

.landing-page #basic-footer a {
	color: white;
	text-decoration: none;
	font-weight: 400;
}

.page-template-landing-page .wp-block-image .aligncenter,
.page-template-landing-page-barba .wp-block-image .aligncenter {
	text-align: center;
}

@media (max-width: 749px) {
	.landing-page-header .wp-block-image {
		padding-bottom: 0;
	}
}

@media screen and (min-width: 579px) {
	.page-template-landing-page #primary,
	.page-template-landing-page-barba #primary {
		padding-left: 40px;
		padding-right: 40px;
	}

	.landing-page-header .post-nav-links {
		margin-top: 2rem;
	}
	.lp--full-width {
		margin-left: -40px;
		max-width: calc(100% + 80px);
	}
}

@media screen and (min-width: 768px) {
	.page-template-landing-page #primary,
	.page-template-landing-page-barba #primary {
		padding-left: 100px;
		padding-right: 100px;
	}

	.lp--full-width {
		margin-left: -100px;
		max-width: calc(100% + 200px);
	}
}

@media (min-width: 1200px) {
	.landing-page .container {
		max-width: 1170px;
	}
}
