/**********************************************************
// Footer >> ASI
**********************************************************/
.Footer-ASI {
	padding: 30px 20px;
	text-align: center;
	font-size: 0;
	}

.Footer-ASI ul {
	margin: auto !important;
	padding: 0 !important;
	width: 100%;
	max-width: 1300px;
	list-style-type: none;
	list-style: none;
	}

.Footer-ASI li {
	margin: 10px 1%;
	padding: 0 10px;
	width: 18%;
	display: inline-block;
	vertical-align: middle;
	}

.Footer-ASI li a { display: inline-block; }
.Footer-ASI li img {
	width: auto;
	height: auto;
	max-width: 200px;
	max-height: 76px;
	}

/**********************************************************
// Footer >> Instagram
**********************************************************/
.Footer-Instagram {
	padding: 10px;
	text-align: center;
	}

.Footer-Instagram-Placeholder {
	margin: auto;
	width: 100%;
	max-width: 1400px;
	height: 230px;
	background: #EEE;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
	font-size: 14px;
	color: #777;
	}

/**********************************************************
// Footer >> Optin
**********************************************************/
.Footer-Optin {
	padding: 40px 0;
	text-align: center;
	}

.Footer-Optin-Top {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	grid-template-rows: auto;
	grid-gap: 0 20px;
	justify-content:center;
	align-items: center;
	}

.Footer-Optin-Top-Center {
	padding: 0 30px;
	line-height: 0;
	font-size: 0;
	display: inline-block;
	position: relative;
	z-index: 20;
	}

.Footer-Optin-Top-Center img {
	width: auto;
	height: auto;
	max-height: 100px;
	}

.Footer-Optin-Top:before,
.Footer-Optin-Top:after {
	content: " ";
	display: block;
	border-top: 2px solid #B2D6B4;
	box-shadow: 0 0 10px 1px #B2D6B4;
	}

.Footer-Optin h2 {
	margin: 20px auto 0 auto;
	padding: 0 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 16px;
	}

.Footer-Optin-Form { margin: 20px auto 0 auto; }
.Footer-Optin-Form .gform_wrapper {
	padding: 0 20px;
	max-width: 940px !important;
	}

.Footer-Optin-Form .gform_wrapper.gravity-theme .gform_fields { align-items: start; }

body .Footer-Optin-Form .gform_wrapper.gravity-theme input[type="text"],
body .Footer-Optin-Form .gform_wrapper.gravity-theme input[type="email"] {
	padding: 10px !important;
	height: 60px;
	line-height: 38px;
	border-radius: 8px;
	letter-spacing: 1px;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	background: transparent !important;
	border: 2px solid #FFF !important;
	color: #FFF;
	box-shadow: 0 0 10px 1px #FFF;
	}

body .Footer-Optin-Form .gform_wrapper ::-webkit-input-placeholder { color: #FFF; text-transform: uppercase; }
body .Footer-Optin-Form .gform_wrapper :-moz-placeholder           { color: #FFF; text-transform: uppercase; }
body .Footer-Optin-Form .gform_wrapper ::-moz-placeholder          { color: #FFF; text-transform: uppercase; }
body .Footer-Optin-Form .gform_wrapper :-ms-input-placeholder      { color: #FFF; text-transform: uppercase; }

body .Footer-Optin-Form .gform_wrapper.gravity-theme #field_submit input {
	padding: 10px !important;
	height: 60px;
	line-height: 38px;
	border-radius: 8px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	background: transparent !important;
	border: 2px solid #FFB948 !important;
	box-shadow: 0 0 10px 1px #FFB948;
	color: #FFB948;
	cursor: pointer;
	-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;
	}

body .Footer-Optin-Form .gform_wrapper.gravity-theme #field_submit input:hover {
	background: #FFB948 !important;
	color: #001B2A;
	}

/**********************************************************
// Footer >> Meta
**********************************************************/
.Footer-Meta a { color: #FFF; }
.Footer-Meta a:hover { color: #FFB948; }
.Footer-Meta {
	padding: 20px;
	line-height: 1.5em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FFF;
	font-weight: 700;
	font-size: 10px;
	}

/**********************************************************
// Media Queries
**********************************************************/
@media
all and (max-width: 1024px),
all and (max-device-width: 1024px)
{
	.Footer-ASI li { width: 31.3%; }
}

@media
all and (max-width: 768px),
all and (max-device-width: 768px)
{
	.Footer-ASI { padding: 10px 20px; }

	.Footer-ASI li {
		margin: 20px auto;
		padding: 0;
		width: 100%;
		display: block;
		}

	.Footer-Optin { padding: 30px 0 0 0; }
}
