/* background color substitutions */
.site-header {background-color: #005736}
.nav-primary {background-color: #0C9C39}
.content {background-color: #f0ebd7;}
.sidebar .widget {background-color: #fff;}


/* Crimson Text font 
body {font-family: 'Crimson Text', serif; font-weight: 400;}
body em {font-family: 'Crimson Text', serif; font-weight: 400; font-style: italic;}
body strong {font-family: 'Crimson Text', serif; font-weight: 700;}
*/


/* Font changes */
.widget-title {font-size: 18px; font-weight: 700; text-align: center;}
.sidebar {color: #333333;}


/* sub-footer width change */
.sub-footer-left {width: 100%; text-align: center;}


/* Make a gift button */
#text-9 .widget-title {display: none;}
#text-9 .textwidget {text-align: right;}
.gift-button {display: inline-block; color: #fff; font-size: 18px; line-height: 27px; text-transform: uppercase;
	padding: 0 20px 0 8px;
	background: url('/wp-content/uploads/2014/05/arrow-right.png') no-repeat center right,
	linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); background-color: #fe4819;}
.gift-button:hover {color: #fff;}


/* main menu padding change */
.genesis-nav-menu a {padding: 18px 18px;}

/* sub-menu font size */
.genesis-nav-menu .sub-menu a {font-size: 1.6rem;}