.footer,
.box.xlarge{
	letter-spacing: 0;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #666;
	font-family: 'Source Sans Pro', sans-serif;
}


.footer h1, .footer h1 a,
.footer h2, .footer h2 a,
.footer h3, .footer h3 a,
.footer h4, .footer h4 a, 
.footer h5, .footer h5 a, 
.footer h6, .footer h6 a{
	color: #999;
}



/* Footer Text */
.footer h4{
	font-size: 1.5rem;
	font-weight: 200;
}
.footer .copyright{
	font-size: 1.1rem;
}
.footer p{
	font-size: 1.2rem;
}

.footer-1 .footer-top{
	padding-top: 0;
	padding-bottom: 0;
}


/*------------------------------------------------------------------
[17. Form Elements]
*/



.footer .contact-form-container .form-element, 
.footer .contact-form-container textarea,
.footer .signup-form-container .form-element, 
.footer .signup-form-container textarea,
.footer .search-form-container .form-element,
.footer .comment-form .form-element, 
.footer .comment-form textarea{
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 3rem;
	background: none;
	border-top: none;
	border-right: none;
	border-bottom: 0.1rem solid #ddd;
	border-left: none;
	letter-spacing: 0.1rem;
	color: #999;
	font-weight: 200;
}

.signup-form-container .form-element, 
.signup-form-container textarea{
	font-size: 1.8rem;
	font-weight: 700;
	text-transform: uppercase;
}
.footer .form-element:focus, 
textarea:focus{
	border-color: #ddd;
	box-shadow: none;
	color: #232323;
}
.footer .form-element.required-field:focus, 
textarea.required-field:focus{
	border-color: #e62739;
	box-shadow: none;
	color: #232323;
}
.footer .field-wrapper{
	position: relative;
	overflow: hidden;
}
.footer .form-element + .border{
	width: 0;
	height: 0.1rem;
	margin-right: 1rem;
	position: absolute;
	left: 0;
	bottom: 3rem;
	z-index: 102;
	-webkit-transition-property: width;
     -moz-transition-property: width;
      -ms-transition-property: width;
       -o-transition-property: width;
          transition-property: width;
    -webkit-transition-duration: 500ms;
	   -moz-transition-duration: 500ms;
	     -o-transition-duration: 500ms;
	    -ms-transition-duration: 500ms;
	        transition-duration: 500ms;
	-webkit-transition-delay: 200ms;
	   -moz-transition-delay: 200ms;
	     -o-transition-delay: 200ms;
	    -ms-transition-delay: 200ms;
	        transition-delay: 200ms;
}

.footer .form-element + .border{
	background-color: #232323;
}
.footer .form-element:focus + .border{
	width: 100%;
}
.footer .form-element.required-field,
textarea.required-field{
	background: none;
	border-color: #e62739;
	color: #e62739;
}


/* Signup 1 & 2 Form Elements */
.signup-1 .form-element,
.signup-2 .form-element{
	text-align: center;
}
.signup-1 .form-submit,
.signup-2 .form-submit{
	width: 14rem;
}
.signup-1 .form-response,
.signup-2 .form-response{
	width: 100%;
	text-align: center;
}
.signup-2 .form-response{
	margin-left: -4rem;
}
.signup-2{
	background-image: url(../images/generic/hero-fw-1.jpg);
}
.signup-2 .signup-form-container{
	background-color: rgba(0,0,0,0.6);
}
.signup-2 .form-element{
	border-color: #999;
	color: #999;
}
.signup-2 .form-element:focus,
.signup-2 .form-element.required-field:focus{
	border-color: #999;
	box-shadow: none;
	color: #fff;
}
.signup-2 .form-element + .border{
	background-color: #fff;
}
.signup-2 .form-response{
	color: #fff;
}
.signup-2 .form-element.required-field,
.signup-2 .form-element.required-field:focus{
	background: none;
	border-color: #e62739;
	color: #e62739;
}

/* Signup 1 Placeholder text */
.signup-1 ::-webkit-input-placeholder {
	color: #666;
}
.signup-1 :-moz-placeholder {
	color: #666;
	opacity: 1;
}
.signup-1 ::-moz-placeholder {
	color: #666;
	opacity: 1;
}
.signup-1 :-ms-input-placeholder {
	color: #666;
}

/* Signup 2 Placeholder text */
.signup-2 ::-webkit-input-placeholder {
	color: #999;
}
.signup-2 :-moz-placeholder {
	color: #999;
	opacity: 1;
}
.signup-2 ::-moz-placeholder {
	color: #999;
	opacity: 1;
}
.signup-2 :-ms-input-placeholder {
	color: #999;
}


/* Form Element Styling */
.footer .form-element, 
.footer textarea{
	margin-bottom: 2rem;
	border-color: #666;
	font-size: 1.1rem;
	color: #999;
}
.footer .form-element:focus, 
.footer textarea:focus,
.footer .form-element.required-field:focus, 
.footer textarea.required-field:focus{
	border-color: #666;
	box-shadow: none;
	color: #fff;
}
.footer .form-element + .border{
	bottom: 2rem;
	background-color: #fff;
}
.footer .form-element.required-field, 
.footer textarea.required-field{
	background: none;
	border-color: #e62739;
	color: #fff;
}
.footer .form-element.required-field:focus, 
.footer textarea.required-field:focus{
	border-color: #e62739;
}
.footer .form-response{
	color: #999;
}
.footer ::-webkit-input-placeholder {
	color: #666;
}
.footer :-moz-placeholder {
	color: #666;
	opacity: 1;
}
.footer ::-moz-placeholder {
	color: #666;
	opacity: 1;
}
.footer :-ms-input-placeholder {
	color: #666;
}

.footer .social-list a{
	margin-left: 0.8rem;
	margin-right: 0.8rem;
	font-size: 1.1rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}

/*------------------------------------------------------------------
[19. Footer]
*/

/* Common */
.footer{
	width: 100%;
    background: #fff;
    color: #888;
    z-index: 1;
    font-weight: 300;
}
.footer [class*="content-grid"]{
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}
.footer .grid-item{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.footer-top {
	position: relative;
}
.footer-top > .row{
	position: inherit;
	z-index: 1;
	padding-bottom: 30px;
}
.footer .footer-top a{
	font-size: 1.3rem;
	color: #999;
}
.footer .footer-top a:hover{
	color: #fff;
}
.footer-top .footer-logo{
	width: 85%;
	margin-bottom: 3rem !important;
	display: block;
}
.footer .footer-bottom{
	background-color: #332E1B;	
}
.footer .footer-bottom-inner{
	border: none;
}
.footer-bottom .footer-logo{
	width: 6.5rem;
	margin-bottom: 1rem;
	margin-right: 1.4rem;
	line-height: 1.7;
}
.footer .navigation li,
.footer .navigation ul li a{
	padding: 0;
	display: inline-block;
	float: none;
}
.footer .navigation a,
.footer .navigation a, 
.footer .social-list a{
	margin: 0 0.8rem 0 0.6rem;
	font-size: 0.9rem;
	font-weight: normal;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}
.footer .navigation li:last-child a{
	color: #fff;
} 
.footer .social-list a{
	color: #666;
}
.footer .navigation a:hover, 
.footer .social-list a:hover{
	color: #fff;
}
.footer .navigation [class*="icon-"],
.footer .social-list [class*="icon-"]{
	margin-right: 0.5rem;
}
.footer .widget li{
	border-color: #444;
}
.footer .list-group li{
	padding-top: 0;
	border: none;
}
.footer .list-group a:hover + .post-info .post-date{
	color: #6ed3cf;
}
.footer .post-date{
	font-size: 0.9rem;
}
.footer address{
	font-size: 1.2rem;
	line-height: 1.4;
	text-transform: uppercase;
	font-style: normal;
}
