/**********************************************************
// Footer
**********************************************************/
.Footer {
	margin-top: var(--30px);
	padding: var(--40px) var(--10px) var(--70px) var(--10px);
	background: #FCF4F1;
	position: relative;
	}

.Footer-Decor {
	width: 100%;
	height: 3.375rem;
	position: absolute;
	top: -1.6875rem;
	right: 0;
	left: 0;
	}

.Footer-Decor img {
	width: 100%;
	height: 100%;
	object-fit: cover;
    object-position: top center;
	user-select: none;
	}

.Footer-Inner {
	margin: auto;
	width: 100%;
	max-width: 73.75rem;
	display: table;
	}

.Footer-Left {
	width: 60%;
	display: table-cell;
	vertical-align: bottom;
	}

.Footer-Right {
	width: 40%;
	text-align: right;
	display: table-cell;
	vertical-align: bottom;
	}

/**********************************************************
// Footer >> Optin
**********************************************************/
.Footer-Optin h2 {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1em;
	font-family: "Baselliost", serif;
	font-weight: 400;
	font-size: var(--60px);
	}

.Footer-Optin h3 {
	margin: var(--20px) 0 0 0 !important;
	font-family: "circe", sans-serif;
	font-weight: 300;
	font-size: var(--16px);
	}

.Footer-Optin form { margin-top: var(--20px); }
.Footer-Optin input[type="email"] {
	margin-right: var(--12px);
	padding: 0 1.5625rem;
	width: 16.875rem;
	height: var(--50px);
	line-height: var(--50px);
	background: var(--Color-White);
	color: var(--Color-Black);
	border: 0;
	font-family: "circe", sans-serif;
	font-size: var(--16px);
	display: inline-block;
	vertical-align: top;
	}

.Footer-Optin input::-webkit-input-placeholder { text-transform: uppercase; color: var(--Color-Black); }
.Footer-Optin input:-moz-placeholder           { text-transform: uppercase; color: var(--Color-Black); }
.Footer-Optin input::-moz-placeholder          { text-transform: uppercase; color: var(--Color-Black); }
.Footer-Optin input:-ms-input-placeholder      { text-transform: uppercase; color: var(--Color-Black); }

.Footer-Optin input[type="email"]:focus-visible {
	border: var(--2px) solid var(--Color-Black);
	border-radius: var(--4px);
	}

.Footer-Optin button {
	margin-top: var(--10px);
	padding: 0 3rem;
	width: auto;
	height: var(--50px);
	line-height: var(--50px);
	text-transform: uppercase;
	letter-spacing: var(--1px);
	font-family: "circe", sans-serif;
	font-weight: 700;
	font-size: var(--16px);
	background: #F1870F;
	color: var(--Color-White);
	border: 0;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
    		transition: all 0.2s ease-in-out;
	}

.Footer-Optin button:hover,
.Footer-Optin button:focus {
	background: var(--Color-Teal);
	color: var(--Color-White);
	}

/**********************************************************
// Footer >> Social
**********************************************************/
.Footer-Social li { margin: var(--10px) var(--15px) 0 var(--15px); }
.Footer-Social li a:hover,
.Footer-Social li a:focus { color: var(--Color-Teal); }
.Footer-Social li a {
	font-size: var(--30px);
	color: var(--Color-Orange);
	}

/**********************************************************
// Footer >> Nav
**********************************************************/
.Footer-Nav {
	margin: var(--30px) auto 0 auto;
	padding-top: var(--20px);
	border-top: var(--1px) solid #C2A58E;
	text-align: center;
	font-size: 0;
	}

.Footer-Nav a {
	text-transform: uppercase;
	letter-spacing: var(--1px);
	line-height: 1.5em;
	font-weight: 600;
	font-size: var(--10px);
	color: var(--Color-Black);
	display: inline-block;
	-webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
    		transition: all 0.2s ease-in-out;
	}

.Footer-Nav a:hover,
.Footer-Nav a:focus {
	color: var(--Color-Orange);
	background-color: transparent;
	}

.Footer-Nav ul {
	margin: 0;
	padding: 0;
	display: block;
	}

.Footer-Nav li {
	margin: 0 var(--15px);
	padding: var(--5px) 0 !important;
	display: inline-block;
	vertical-align: top;
	}

/**********************************************************
// Footer >> Meta
**********************************************************/
.Footer-Meta a { color: var(--Color-Black); }
.Footer-Meta a:hover,
.Footer-Meta a:focus { color: var(--Color-Orange); }
.Footer-Meta {
	margin: var(--30px) 0 0 0;
	line-height: 2em;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: var(--1px);
	color: var(--Color-Black);
	font-weight: 600;
	font-size: var(--10px);
	}

/**********************************************************
// Footer >> Instagram
**********************************************************/
.Footer-Instagram {
	padding: var(--30px) var(--10px);
	text-align: center;
	}

.Footer-Instagram-Inner {
	margin: auto;
	width: 100%;
	max-width: 81.25rem;
	}

.Footer-Instagram-Title { position: relative; }
.Footer-Instagram-Title h2 {
	margin: auto;
	padding: 0 var(--10px) !important;
	background: var(--Color-White);
	line-height: 1em;
	text-transform: lowercase;
	font-weight: 400;
	font-size: var(--16px);
	display: inline-block;
	position: relative;
	z-index: 2000;
	}

.Footer-Instagram-Title h2 a { color: var(--Color-Black); }
.Footer-Instagram-Title h2 a:hover,
.Footer-Instagram-Title h2 a:focus { color: var(--Color-Orange); }

.Footer-Instagram-Title hr {
	margin: auto;
	width: 100%;
	max-width: 100%;
	position: absolute;
	z-index: 1000;
	right: 0;
	left: 0;
	top: 50%;
	}

.Footer-Instagram-Code { margin: var(--20px) auto 0 auto; }
.Footer-Instagram-Code > span {
	padding: 0 var(--10px);
	line-height: 10rem;
	background: #F3F2EE;
	text-transform: uppercase;
	letter-spacing: var(--1px);
	font-weight: 300;
	font-size: var(--10px);
	display: block;
	}

.Footer-Instagram-Code a { display: inline-block; }

.Footer-Instagram .Mobile { display: none; }

/**********************************************************
// Media Queries
**********************************************************/
@media /* 1024px */
all and (max-width: 64rem),
all and (max-device-width: 64rem)
{
	.Footer { padding: var(--40px) var(--10px) var(--30px) var(--10px); }

	.Footer-Left {
		margin: auto;
		width: 100%;
		display: block;
		text-align: center;
		}

	.Footer-Right {
		margin: var(--20px) auto 0 auto;
		width: 100%;
		text-align: center;
		display: block;
		}

	.Footer-Optin input[type="email"] {
		margin: auto;
		display: block;
		text-align: center;
		}

	.Footer-Optin button {
		margin: var(--10px) auto 0 auto;
		padding: 0 var(--10px);
		width: 16.875rem;
		display: block;
		}

	.Footer-Meta {
		margin: var(--50px) auto 0 auto;
		text-align: center;
		}

	.Footer-Nav li {
		margin: var(--10px) auto 0 auto;
		display: block;
		}
}

@media /* 768px */
all and (max-width: 48rem),
all and (max-device-width: 48rem)
{
	.Footer-Instagram .Mobile { display: block; }
	.Footer-Instagram .Desktop { display: none; }
}
