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

.Footer:before {
	content: '';
	width: 100%;
	height: 54px;
	background: url(../Images/Decor-Footer.png) top center no-repeat;
	background-size: cover;
	position: absolute;
	top: -27px;
	right: 0;
	left: 0;
	}

.Footer-Inner {
	margin: auto;
	width: 100%;
	max-width: 1180px;
	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: 60px;
	}

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

.Footer-Optin form { margin-top: 20px; }
.Footer-Optin input[type="email"] {
	margin-right: 12px;
	padding: 0 25px;
	width: 270px;
	height: 50px;
	line-height: 50px;
	background: #FFF;
	border: 0;
	font-family: "Averta", sans-serif;
	font-size: 16px;
	color: #000;
	display: inline-block;
	vertical-align: top;
	}

.Footer-Optin input::-webkit-input-placeholder { text-transform: uppercase; color: #000; }
.Footer-Optin input:-moz-placeholder           { text-transform: uppercase; color: #000; }
.Footer-Optin input::-moz-placeholder          { text-transform: uppercase; color: #000; }
.Footer-Optin input:-ms-input-placeholder      { text-transform: uppercase; color: #000; }

.Footer-Optin button {
	padding: 0 48px;
	width: auto;
	height: 50px;
	border: 0;
	line-height: 50px;
	font-family: "Averta", sans-serif;
	font-weight: 700;
	font-size: 16px;
	background: #F1870F;
	color: #FFF;
	display: inline-block;
	vertical-align: top;
	}

.Footer-Optin button:hover {
	background: #14676D;
	color: #FFF;
	}

/**********************************************************
// Footer >> Social
**********************************************************/
.Footer-Social li { margin: 10px 15px 0 15px; }
.Footer-Social li a:hover { color: #14676D; }
.Footer-Social li a {
	font-size: 30px;
	color: #F28710;
	}

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

.Footer-Nav a {
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.5em;
	font-weight: 600;
	font-size: 10px;
	color: #000;
	display: inline-block;
	}

.Footer-Nav a:hover {
	color: #F28710;
	background-color: transparent;
	}

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

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

/**********************************************************
// Footer >> Meta
**********************************************************/
.Footer-Meta a { color: #000; }
.Footer-Meta a:hover { color: #F28710; }
.Footer-Meta {
	margin: 30px 0 0 0;
	line-height: 2em;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000;
	font-weight: 600;
	font-size: 10px;
	}

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

.Footer-Instagram-Inner {
	margin: auto;
	width: 100%;
	max-width: 1300px;
	}

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

.Footer-Instagram-Title h2 a { color: #000; }
.Footer-Instagram-Title h2 a:hover { color: #F28710; }

.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: 20px auto 0 auto; }
.Footer-Instagram-Code > span {
	padding: 0 10px;
	line-height: 160px;
	background: #F3F2EE;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
	font-size: 10px;
	display: block;
	}

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

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

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

	.Footer-Right {
		margin: 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: 10px auto 0 auto;
		padding: 0 10px;
		width: 270px;
		display: block;
		}

	.Footer-Meta {
		margin: 50px auto 0 auto;
		text-align: center;
		}
	
	.Footer-Nav li {
		margin: 10px auto 0 auto;
		display: block;
		}
}

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

@media
all and (max-width: 600px),
all and (max-device-width: 600px)
{

}
