/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
body {
	font-family: Lora;
}

p {
	margin: 0 0 18px;
}

.site-header {
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: initial;
}

a {
	color: #0055E0;
}

img.alignleft {
	margin: 7px 20px 4px 0;
}

.genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item &gt; a, .genesis-nav-menu .sub-menu .current-menu-item &gt; a:hover {
	color: #BF6BA2;
}

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

.genesis-nav-menu .sub-menu a {
	font-size: 12px;
	padding: 9px 10px;
	width: 150px;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	border-bottom: 1px solid #888;
}

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

body.custom-background {
	background-image: none;
}

.site-container {
	box-shadow: none;
}

.sidebar {
	font-size: 14px;
}

.widget-title {
	background-color: #fff;
	color: #000;
	font-family: Alice;
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	padding: 5px 1px;
	text-transform: initial;
}

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

#search-2 h4.widget-title {
	font-size: 20px;
}

.socialcount.colors li.twitter, .socialcount.gray li.hover.twitter {
	background-color: #A14180;
}

.socialcount.colors li.facebook, .socialcount.gray li.hover.facebook {
	background-color: #BF6BA2;
}

.socialcount.colors li.plusone, .socialcount.gray li.hover.plusone {
	background-color: #B394C9;
}

.socialcount.colors li.pinterest, .socialcount.gray li.hover.pinterest {
	background-color: #872565;
}

button {
	background-color: #6B3E8C;
	color: #fff;
	font-family: Alice;
}

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

blockquote::before {
	color: #6B3E8C;
	content: none;
}

blockquote {
	color: #6B3E8C;
	font-family: Pacifico;
	font-size: 27px;
	border-left: 5px solid #6B3E8C;
	padding: 0 0 0 20px;
	line-height: 34px;
}

.home article p a {
	display: block;
}

.home-top h4.widget-title {
	font-size: 40px;
}

.home-top h1 {
	display: inline;
	font-size: 20px;
	font-family: Alice;
}

.numbered-dl {
	counter-reset: my-dt-counter;
}

dt {
	font-family: Alice, sans-serif;
	font-size: 30px;
	margin-top: 30px;
}

.numbered-dl dt:before {
	content: counter(my-dt-counter)".";
	counter-increment: my-dt-counter;
	color: #872565;
	font-size: 50px;
	margin: 0 12px 0 0;
	font-weight: bold;
	font-family: Alice;
}

.numbered-dl dd:after {
	content: "";
	display: block;
	clear: both;
}

.numbered-dl dd {
	margin: 10px 0 15px;
}

.value-badge {
	border-radius: 50%;
	border: 5px dotted #5F8500;
	display: inline-block;
	width: 100px;
	height: 100px;
	background: #99C726;
	text-align: center;
	font-size: 25px;
	font-family: Alice;
	font-weight: 700;
	float: right;
	transform: rotate(340deg);
}

.value-badge p {
	margin-top: 25px;
	line-height: 20px;
	color: #FFF;
}

.christmas h1 {
	font-family: petit formal script;
	font-size: 40px;
}

.christmas a {
	font-size: 25px;
}

.page-id-13119 .entry-content ul &gt; li {
	list-style-type: none;
	padding-left: 30px;
	line-height: 26px;
	margin-bottom: 10px;
}

.page-id-13119 .entry-content ul &gt; li:before {
	font-family: FontAwesome;
	margin-right: 15px;
	font-size: 20px;
	color: #5F8500;
	content: "\f1bb";
}

.penny-rec {
	border-radius: 5%;
	border: 5px solid #5F8500;
	display: inline-block;
	width: 300px;
	height: 70px;
	background: #99C726;
	text-align: left;
	font-size: 18px;
	font-family: Alice;
	font-weight: 700;
	float: left;
	padding: 0 0 0 5px;
}

.penny-rec p {
	margin-top: 20px;
	line-height: 20px;
	color: #FFF;
}

.penny-rec img.alignright, .wp-caption.alignright {
	margin: -50px 0 0;
}

.penny-rec img.alignleft {
	margin: -3px 20px 1px 0;
}