/**
 * The footer styles
 * 
 * @since 1.0.0
 */

/**
 * General
 */

.footer-widget-area a,
.site-footer a {
	color: rgb( 195, 154, 100 );
}


/*--------------------------------------------------------------
Widgets
--------------------------------------------------------------*/

.footer-widget-area {
	padding: 40px 0 0;
	color: rgb( 255, 255, 255 );
	font-size: 1.4rem;
	background: rgb( 33, 25, 21 );
}

@media screen and ( min-width: 800px ) {
	
	/* Reset the previous column styling */
	
	.footer-widget-area .widget:nth-of-type(odd),
	.footer-widget-area .widget:nth-of-type(even) {
		padding: 0;
		clear: none;
	}
	.footer-widget-area .widget:nth-of-type(odd):last-of-type {
		float: left;
		width: 33.33333%;
	}
	
	/* Style the three-column layout */
	
	.footer-widget-area .widget {
		float: left;
		width: 33.33333%;
	}
	.footer-widget-area .widget:first-of-type,
	.footer-widget-area .widget:nth-of-type(4n+4) {
		padding-right: 30px;
		clear: both;
	}
	.footer-widget-area .widget:nth-of-type(3n+3) {
		padding-left: 30px;
	}
	.footer-widget-area .widget:nth-of-type(2),
	.footer-widget-area .widget:nth-of-type(5n+5) {
		padding: 0 15px;
	}
}

.footer-widget-area .widget-title {
	color: rgb( 255, 255, 255 );
	font-weight: 300;
}

/* Links */
.links-widget .widget-title {
	width: 124px;
	height: 30px;
	margin: 0 0 0.8em;
	padding: 0;
	background: url(../images/logo-footer.svg) no-repeat;
	background-size: 100%;
	text-indent: -9999px;
}
.links-widget .widget-title::after {
	display: none;
}
.links-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.links-widget li {
	padding: 10px 0;
	line-height: 1;
	border-bottom: 1px solid rgba( 255, 255, 255, 0.2 );
}
.links-widget li::before {
	margin: 0 8px 0 0;
	font-size: 1.6rem;
}
.links-widget ul a {
	color: rgb( 255, 255, 255 );
}

/* Popular Posts */
.footer-widget-area .latest-posts-widget article h1 {
	color: rgb( 255, 255, 255 );
}
.footer-widget-area .latest-posts-widget article .views {
	color: rgb( 195, 154, 100 );
}

/* Latest Tweets */

.footer-widget-area .latest-tweets-widget li .tweet-image {
	display: block;
	max-height: 200px;
	margin: 4px 0;
	padding: 4px;
	border: 1px solid rgba( 255, 255, 255, 0.2 );
	overflow: hidden;
}
.footer-widget-area .latest-tweets-widget li .tweet-image img {
	display: block;
	width: 100%;
	height: auto;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

.site-footer {
	background: rgb( 42, 32, 26 );
}

/* Social Links */

.site-footer .social-links {
	margin-bottom: 20px;
}
.site-footer .social-links a {
	color: rgb( 255, 255, 255 );
}

/* Copyright */
.site-footer .copyright {
	margin-bottom: 10px;
	color: rgba( 255, 255, 255, 0.55 );
	font-size: 1.2rem;
	text-align: center;
}

/* Meta Navigation */

.site-footer .meta-navigation {
	color: rgba( 255, 255, 255, 0.55 );
	font-size: 1.2rem;
	text-align: center;
}
.site-footer .meta-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.site-footer .meta-navigation li {
	display: inline-block;
	margin: 0 5px;
}
.site-footer .meta-navigation li::first-child {
	margin-left: 0;
}
.site-footer .meta-navigation li::last-child {
	margin-right: 0;
}
