/*----------------------- Links --------------------*/
a {
	color: #EA1D76;
	text-decoration: none;
}

/*----------------------- Titles --------------------*/
.entry-title a:hover,
.footer-widgets .entry-title a {
	color: #EA1D76;
	text-decoration: none;
}

/*----------------------- Buttons --------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.home-featured .more-link {
	background-color: #393941;
	background: -moz-linear-gradient(top,  #393941 0%, #c8c8c8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#393941), color-stop(100%,#f77b2e));
	background: -webkit-linear-gradient(top,  #393941 0%,#c8c8c8 100%);
	background: -o-linear-gradient(top,  #393941 0%,#c8c8c8 100%);
	background: -ms-linear-gradient(top,  #393941 0%,#c8c8c8 100%);
	background: linear-gradient(to bottom,  #393941 0%,#c8c8c8 100%);
	border: none;
	border-radius: 3px;
	box-shadow: 0 1px #c8c8c8;
	color: #fff;
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393941', endColorstr='#f77b2e',GradientType=0 );
	font-size: 14px;
	padding: 16px 24px;
	text-shadow: none;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.home-featured .more-link:hover {
	background-color: #f77b2e;
	background: -moz-linear-gradient(top,  #c8c8c8 0%, #393941 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f77b2e), color-stop(100%,#82a458));
	background: -webkit-linear-gradient(top,  #c8c8c8 0%,#393941 100%);
	background: -o-linear-gradient(top,  #c8c8c8 0%,#393941 100%);
	background: -ms-linear-gradient(top,  #c8c8c8 0%,#393941 100%);
	background: linear-gradient(to bottom,  #c8c8c8 0%,#393941 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f77b2e', endColorstr='#393941',GradientType=0 );
	text-decoration: none;
}

/*----------------------- Primary Navigation --------------------*/
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #fff;
	text-decoration: none;
	text-shadow: -1.5px -1.5px #393941;  
}

.nav-primary .genesis-nav-menu a:hover:before,
.nav-primary .genesis-nav-menu .current-menu-item > a:before {
	color: #EA1D76;
	content: "\25BE";
}

/*----------------------- Site Footer --------------------*/
.footer-widgets .widget-title {
	color: #393941;
}

.footer-widgets .widget-title::before {
	color: #393941;
	margin-right: 12px;
}

.footer-widgets {
	background-color: #d6d7d9;
	color: #393941;
	clear: both;
	padding: 40px 0 16px;
	text-shadow: none
}

.site-footer {
	background-color: #393941;
	color: #c8c8c8;
	font-size: 14px;
	padding: 40px 0;
	text-align: center;
}

/*----------------------- Category Page Border Line --------------------*/
.content .entry {
	background: #fff url(images/lines-vertical.png);
	background-size: 3px 1px;
	border-bottom: 0px solid #3a2d18;
	box-shadow: inset 0px -5px 0px #eaeaea;
}