/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/

/* Buttons
--------------------------------------------- */

.footer-widgets a.button,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.home-even a.button,
.home-odd a.button {
	background: transparent;
	clear: both;
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 1px;
	margin-top: 20px;
	padding: 15px 25px;
	text-decoration: none;
	text-transform: uppercase;
}

.footer-widgets a.button,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.home-odd a.button {
	border: 2px solid #fff;
	color: #fff !important;
}

.footer-widgets a.button:hover,
.footer-widgets a.button:focus,
.home-odd a.button:hover,
.home-odd a.button:focus {
	background-color: #fff;
	color: #000 !important;
}

.footer-widgets button:focus,
.footer-widgets button:hover,
.footer-widgets input[type="button"]:focus,
.footer-widgets input[type="button"]:hover,
.footer-widgets input[type="reset"]:focus,
.footer-widgets input[type="reset"]:hover,
.footer-widgets input[type="submit"]:focus,
.footer-widgets input[type="submit"]:hover {
	background-color: #fff !important;
	color: #000 !important;
}

.home-even a.button {
	border: 2px solid #000;
	color: #000;
}

.home-even a.button:hover,
.home-even a.button:focus {
	background-color: #000;
	color: #fff;
}

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

.footer-widgets {
	background-color: #35c379;
	clear: both;
	font-size: 24px;
	font-size: 2.4rem;
	padding: 100px 0;
	text-align: center;
}

.footer-widgets,
.footer-widgets a,
.footer-widgets a:focus,
.footer-widgets a:hover 
.footer-widgets .featured-content .entry-title a,
.footer-widgets .widget-title{
	color: #fff !important;
	text-decoration: none;
}

.footer-widgets a {
	text-decoration: underline;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

body.archive.category-64 .archive-description {
display: none;
}