/* Shop Button */
.shopbutton {
	background-color: #ec008c;
/* pink */
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}

/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/* Changes Header Size */
.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	display: block;
	height: 245px;
	margin: 0 auto;
	max-width: 1024px;
}

/*
Site Header - Padding Around Bindi Blogger
---------------------------------------------------------------------------------------------------- */
.site-header {
	padding: 10px 0;
	text-align: center;
}

/* Changes Secondary color to HOT PINK color: #ec008c */
a {
	color: #ec008c;
	text-decoration: none;
}

button,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #ec008c;
	color: #fff;
}

.breadcrumb a:hover {
	color: #ec008c;
}

.entry-title a:hover {
	color: #ec008c;
}

.enews-widget input[type="submit"]:hover {
	background-color: #ec008c;
	color: #fff;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #ec008c;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover {
	color: #ec008c;
}

.nav-secondary .genesis-nav-menu a:hover {
	color: #ec008c;
}

.nav-secondary .genesis-nav-menu .sub-menu a:hover {
	color: #ec008c;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #ec008c;
}

.site-footer a:hover {
	color: #ec008c;
}

/* Genesis eNews Extended
--------------------------------------------- */
.enews input[type="email"] {
	color: #000;
	font-size: 18px;
	padding: 18px 20px 20px;
	width: 60%;
}

.enews input[type="submit"] {
	background-color: #ec008c;
	margin: 0;
	padding: 22px;
	width: auto;
}

.enews input[type="submit"]:hover {
	background-color: #ec008c;
	color: #fff;
}

/*
Clear fix for column classes
---------------------------------------------------------------------------------------------------- */
.clear-line:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clear-line {
	display: inline-block;
	width: 100%;
}

html[xmlns] .clear-line {
	display: block;
}

* html .clear-line {
	height: 1%;
}