@font-face {
	font-family: "Sofia Pro";
	src: url("../fonts/sofia-pro-100-normal.woff2") format("woff2");
	font-style: normal;
	font-weight: 100;
	font-display: swap;
}

@font-face {
	font-family: "Sofia Pro";
	src: url("../fonts/sofia-pro-600-normal.woff2") format("woff2");
	font-style: normal;
	font-weight: 600;
	font-display: swap;
}

/* The PHP filter removes Blocksy's builder output. This is a safety net for
   older/custom Blocksy templates which bypass that filter. */
body.lbf-legacy-footer-active #main-container > footer.ct-footer {
	display: none !important;
}

#site-footer.lbf-site-footer,
#site-footer.lbf-site-footer * {
	box-sizing: border-box;
}

#site-footer.lbf-site-footer {
	position: relative;
	z-index: 2;
	display: flex;
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	flex-direction: row;
	justify-content: center;
	color: #fff;
	background: #000;
	font-family: "Sofia Pro", sans-serif;
	font-size: 16px;
	font-weight: 100;
	line-height: 1;
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#site-footer.lbf-site-footer > .grid-container {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: none;
	margin: 0 auto;
	padding: 60px 24px 30px;
}

#site-footer.lbf-site-footer .site-footer-inner {
	position: relative;
	width: 100%;
	height: 100%;
}

#site-footer.lbf-site-footer .grid-x {
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0;
	flex-flow: row wrap;
}

#site-footer.lbf-site-footer .grid-padding-x > .cell {
	min-width: 0;
	padding-right: 5px;
	padding-left: 5px;
}

#site-footer.lbf-site-footer .small-up-1 > .cell {
	width: 100%;
}

#site-footer.lbf-site-footer .widget-area,
#site-footer.lbf-site-footer .copyright-section {
	margin-right: -10px;
	margin-left: -10px;
}

#site-footer.lbf-site-footer .widget-area {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#site-footer.lbf-site-footer .widget-area .cell {
	text-align: left;
}

#site-footer.lbf-site-footer .widget-area aside {
	margin: 0;
	padding: 0 0 40px;
	color: #fff;
	font: inherit;
}

#site-footer.lbf-site-footer .widget-area #nav_menu-5 {
	padding-bottom: 0;
}

#site-footer.lbf-site-footer .widget-area ul,
#site-footer.lbf-site-footer .social-icons {
	margin: 0;
	padding: 0;
	list-style: none;
}

#site-footer.lbf-site-footer .widget-area ul {
	position: relative;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	line-height: 1.6;
}

#site-footer.lbf-site-footer .widget-area li {
	display: list-item;
	width: 100%;
	margin: 0 0 4px;
	padding: 0;
	line-height: 1.6;
	list-style: none;
}

#site-footer.lbf-site-footer .widget-area li:last-child {
	margin-bottom: 0;
}

#site-footer.lbf-site-footer .widget-area li a {
	display: inline;
	margin: 0;
	padding: 4px 0;
	color: #fff;
	background: transparent;
	font-family: "Sofia Pro", sans-serif;
	font-size: 0.94em;
	font-weight: 100;
	line-height: 1.4;
	text-decoration: none;
	transition: opacity 180ms ease;
}

#site-footer.lbf-site-footer .widget-area li a:hover {
	opacity: 0.7;
}

#site-footer.lbf-site-footer a:focus-visible {
	outline: 1px solid currentColor;
	outline-offset: 4px;
}

#site-footer.lbf-site-footer .copyright-section {
	padding-top: 50px;
}

#site-footer.lbf-site-footer .copyright-section > .grid-x {
	align-items: center;
}

#site-footer.lbf-site-footer .copyright-section > .grid-x > .cell {
	width: 100%;
	padding-bottom: 25px;
}

#site-footer.lbf-site-footer .social-icons {
	width: 100%;
	font-size: 0;
	line-height: 25.6px;
	text-align: center;
}

#site-footer.lbf-site-footer .social-icons li {
	display: inline-block;
	width: 24px;
	height: auto;
	margin: 5px 20px 5px 0;
	padding: 0;
	font-size: 16px;
	line-height: 25.6px;
	vertical-align: middle;
}

#site-footer.lbf-site-footer .social-icons li a {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0;
	padding: 0;
	border-radius: 50%;
	color: #fff;
	background: #000;
	line-height: 1;
	text-decoration: none;
}

#site-footer.lbf-site-footer .social-icons li a::after {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: inline-block;
	content: "";
	background: #fff;
	transform: scale(0, 1);
	transform-origin: right center;
	transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

#site-footer.lbf-site-footer .social-icons .s-circle_bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: inline-block;
	border-radius: 50%;
	background: #fff;
	opacity: 0;
	transform: scale(0.6);
	transition: opacity 0.2s 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#site-footer.lbf-site-footer .social-icons svg {
	position: relative;
	z-index: 2;
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 2px 0 0;
	fill: #fff;
	vertical-align: middle;
	transition: fill 0.2s ease, transform 0.2s ease;
}

#site-footer.lbf-site-footer .social-icons a:hover svg {
	fill: #000;
	transform: scale(0.8);
}

#site-footer.lbf-site-footer .social-icons a:hover .s-circle_bg {
	opacity: 1;
	transform: scale(1.5);
}

#site-footer.lbf-site-footer .copyright-section .footer_text {
	color: #fff;
	font-family: "Sofia Pro", sans-serif;
	font-size: 18px;
	font-weight: 100;
	line-height: 1;
	text-align: center;
}

#site-footer.lbf-site-footer .copyright-section .footer_text strong {
	font-weight: 600;
}

#site-footer.lbf-site-footer .footer-credit-card-icons {
	width: 100%;
	font-size: 0;
	line-height: 1;
	text-align: center;
}

#site-footer.lbf-site-footer .footer-credit-card-icons img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: none;
	max-height: 34px;
	margin: 0;
	padding: 0 0 0 14px;
	vertical-align: middle;
}

#site-footer.lbf-site-footer .footer-credit-card-icons img:first-child {
	padding-left: 0;
}

#site-footer.lbf-site-footer .footer__wrapper {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	pointer-events: none;
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
	#site-footer.lbf-site-footer > .grid-container {
		padding-right: 30px;
		padding-left: 30px;
	}

	#site-footer.lbf-site-footer .grid-padding-x > .cell {
		padding-right: 10px;
		padding-left: 10px;
	}

	#site-footer.lbf-site-footer .widget-area,
	#site-footer.lbf-site-footer .copyright-section {
		margin-right: -20px;
		margin-left: -20px;
	}

	#site-footer.lbf-site-footer .medium-up-3 > .cell {
		width: 33.3333333333%;
	}
}

@media screen and (min-width: 1024px) {
	#site-footer.lbf-site-footer {
		font-size: 20px;
	}

	#site-footer.lbf-site-footer > .grid-container {
		padding: 80px clamp(52px, calc(8.6805555556vw - 36.6666666667px), 130px) 60px;
	}

	#site-footer.lbf-site-footer .grid-padding-x > .cell {
		padding-right: 20px;
		padding-left: 20px;
	}

	#site-footer.lbf-site-footer .widget-area,
	#site-footer.lbf-site-footer .copyright-section {
		margin-right: -35px;
		margin-left: -35px;
	}

	#site-footer.lbf-site-footer .large-up-5 > .cell {
		width: 20%;
	}

	#site-footer.lbf-site-footer .widget-area .cell.text-left {
		text-align: left;
	}

	#site-footer.lbf-site-footer .widget-area .cell.text-center {
		text-align: center;
	}

	#site-footer.lbf-site-footer .widget-area .cell.text-right {
		text-align: right;
	}

	#site-footer.lbf-site-footer .copyright-section > .grid-x > .cell {
		width: 33.3333333333%;
		padding-bottom: 0;
	}

	#site-footer.lbf-site-footer .social-icons {
		line-height: 32px;
		text-align: left;
	}

	#site-footer.lbf-site-footer .social-icons li {
		margin-right: 35px;
		font-size: 20px;
		line-height: 32px;
	}

	#site-footer.lbf-site-footer .footer-credit-card-icons {
		text-align: right;
	}
}

@media (prefers-reduced-motion: reduce) {
	#site-footer.lbf-site-footer *,
	#site-footer.lbf-site-footer *::before,
	#site-footer.lbf-site-footer *::after {
		transition-duration: 0.01ms !important;
	}
}
