/*
	Theme Name: DHL2014
	Theme URI: http://my.studiopress.com/themes/eleven40/
	Description: DHL2014 is a customization of eleven40. A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Hearts and Laserbeams
	Author URI: http://www.heartsandlaserbeams.com

	Version: 2.2

	Tags: black, white, one-column, two-columns, three-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

 
/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Page Title
		- Column Widths and Positions
		- Genesis Grid Loop
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Headings
	- Widgets
		- Featured Page and Featured Post
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Jetpack
		- Gravity Forms
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Responsive Menu
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Color Styles
		- eleven40 Pro Blue
		- eleven40 Pro Green
		- eleven40 Pro Red
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry-comments:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry-comments:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* fonts */

@font-face {
    font-family: 'ostrich_sansheavy';
    src: url('ostrichsans-heavy-webfont.eot');
    src: url('ostrichsans-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('ostrichsans-heavy-webfont.woff') format('woff'),
         url('ostrichsans-heavy-webfont.ttf') format('truetype'),
         url('ostrichsans-heavy-webfont.svg#ostrich_sansheavy') format('svg');
    font-weight: normal;
    font-style: normal;

}

@import url(http://fonts.googleapis.com/css?family=Sacramento);

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #000;
	font-family: "Times New Roman", Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook",  serif;
	font-size: 18px;
	line-height: 1.625;
	-webkit-font-smoothing: antialiased;
}

body.eleven40-landing {
	background-color: #000;
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #06af88;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #000;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
font-family: 'ostrich_sansheavy', Arial, sans-serif;

	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

h1 {
margin-top: -10px;
	font-size: 2em;
line-height: 1em;
}

h2 {
	font-size: 1.5em;
line-height: 1.1em;
}

h3 {
	/*font-size: 24px;*/
	letter-spacing: 1px;
text-transform: uppercase;
color: #06af88;
font-size: 1.5em;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #f5f5f5;
	border: 1px solid #edda50;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	font-family: "Times New Roman", Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook",  serif;
	font-size: 14px !important;
	padding: 5px 10px;
	width: 100%;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

input:focus,
textarea:focus {
	border: 1px solid #ccc;
	outline: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #000;
border: none;
box-shadow: none;
color: #fff;
cursor: pointer;
font-family: 'Oswald', sans-serif;
font-size: 14px;
font-weight: 400;
letter-spacing: 1px;
padding: 5px 15px;
text-transform: uppercase;
width: auto;
-webkit-font-smoothing: antialiased;
border-radius: 25px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #edda50;
	color: #fff;
	border-radius: 25px;
}

.button,
.button:hover {
	border-radius: 3px;
	display: inline-block;
	text-decoration: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2em;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.eleven40-landing .wrap {
	max-width: 800px;
}

.site-inner {
	clear: both;
	margin: 0px 0 40px;
}

.site-inner .wrap {
/*	border-bottom: double #ddd;*/
}

.eleven40-landing .site-inner {
	margin: 0;
	padding: 0;
}

.eleven40-landing .site-inner .wrap {
	border: none;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 950px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-sidebar-content .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
/*	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;*/
	float: right;
padding: 10px 40px 24px;
width: 875px;
}

.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content,
.content-sidebar-sidebar .content {
	width: 660px;
}

.content-sidebar .content {
	border-left: none;
	float: left;
	padding-left: 0;
}

.content-sidebar-sidebar .content {
	border-left: none;
	float: left;
	padding-left: 0;
}

.sidebar-content-sidebar .content {
	float: left;
}

.sidebar-content .content {
	border-right: none;
	padding-right: 0;
}

.sidebar-sidebar-content .content {
	border-right: none;
	padding-right: 0;
}

.full-width-content .content {
	border: none;
	padding: 40px 0 0;
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 250px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
	margin: -37px 0;
border-right: 2px solid #edebe4;
text-align: center;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 150px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Genesis Grid Loop
--------------------------------------------- */

.genesis-grid-even,
.genesis-grid-odd {
	margin-bottom: 20px;
	/*width: 48%;*/
	width: 100%;
border-bottom: 2px solid #edebe4;
}

.genesis-grid-even {
	float: none;
	
}

.genesis-grid-odd {
	/*clear: both;
	float: left;*/
	clear: both;
float: none;

}

.genesis-grid .entry-title,
.genesis-grid .entry-title a {
	font-size: 24px;
	line-height: 1.2;
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.author-box .avatar {
	height: 64px;
	width: 64px;
}

.entry-comments .avatar {
	height: 48px;
	margin: 0 16px 24px 0;
	width: 48px;
}

.sticky {
}

.search-form {
	overflow: hidden;
	width: 50%;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
/*	margin-bottom: 12px; */
margin-bottom:0px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.featured-content .alignleft img,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

img.alignright,
.featured-content .alignright img,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 16px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #f5f5f5;
	font-size: 16px;
	margin-bottom: 32px;
	padding: 12px 16px;
}

.archive-description,
.author-box {
	background-color: white;
color: black !important;
margin-bottom: 10px;
padding: 30px 20px 20px;
border: 3px solid #EDDA4F;
border-radius: 20px;
}

.sidebar-content-sidebar .archive-description,
.sidebar-content-sidebar .author-box {
	margin: 0 -40px 40px;
}

.archive-description h1,
.author-box h1 {
	color: black;
font-family: "Times New Roman", Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook", serif;
font-size: 16px;
font-weight: 700;
margin-bottom: 4px;
}

.archive-description p,
.author-box p {
	font-size: 15px;
	margin-bottom: 0;
}

/* Headings
--------------------------------------------- */

.entry-title {
	font-size: 36px;
	line-height: 1;
}

.entry-title a,
.sidebar .widgettitle a {
	color: #000;
}

.entry-title a:hover {
	color: #06af88;
	text-decoration: none;
}

.widgettitle {
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.site-header .widget-area .widgettitle {
	color: #fff;
	margin-bottom: 4px;
}

.sidebar .widgettitle a {
	border: none;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Page and Featured Post
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 12px;
	padding: 0;
}

.featured-content .entry-title {
	font-size: 24px;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	/*background-color: #000;*/
	left: 0;
	min-height: 65px;
	/*position: fixed;*/
	top: 0;
	width: 100%;
	z-index: 999;
}

.admin-bar .site-header {
	top: 32px;
}

.header-image .site-header {
	padding: 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	width: 320px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1;
	margin: 0;
	padding: 20px 0;
	text-transform: uppercase;
	display:none;
}

.header-image .site-title {
	padding: 0;
}

.site-title a,
.site-title a:hover {
	color: #fff;
	text-decoration: none;
}

.header-image .site-title a {
	display: block;
	float: left;
	min-height: 65px;
	text-indent: -9999px;
	width: 100%;
}

.site-description {
	border-bottom: double #ddd;
	border-top: double #ddd;
	font-family: "Times New Roman", Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook",  serif;
	font-size: 30px;
	overflow: hidden;
	margin: 40px 0 0;
	padding: 24px 0;
	text-align: center;
	display:none;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	color: #fff;
	float: right;
	text-align: right;
	width: 800px;
}

.site-header .search-form {
	float: right;
	margin-top: 6px;
}

.site-header .widget_text {
	margin-top: 20px;
}

.site-header .widget_text p {
	margin-bottom: 0;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	line-height: 1;
	margin: 0;
	padding: 0;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	border-width: 0;
	display: inline-block;
	margin: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
	/*border: none;
	color: #fff;
	display: block;
	padding: 26px 18px 25px;
	position: relative;*/
border: none;
color: #fff;
display: block;
padding: 0px 15px 10px;
position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	color: #ed702b;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 180px;
z-index: 99;
margin-left: 0px;
}

.genesis-nav-menu .sub-menu a {
	/*border: 1px solid #eee;*/
	border-top: none;
	letter-spacing: 0;
	padding: 16px 20px;
	position: relative;
	width: 190px;
}

.nav-primary .genesis-nav-menu .sub-menu .sub-menu {
	margin: -47px 0 0 189px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
float: right;
/* float: none; 
width: 875px;*/
width:830px;
background-color: white;
text-align: center;
margin-top: 10px;
border-bottom: 2px solid #edebe4;
}

.nav-primary .genesis-nav-menu a {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
}

.nav-primary .genesis-nav-menu > .menu-item > a {
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #EDDA50;
	font-size: 1em;

}

.nav-primary a:hover,
.nav-primary .current-menu-item > a,
.nav-primary .sub-menu .current-menu-item > a:hover {
/*	color: #ed702b; */
	color: #06af88 !important;
}

.nav-primary .sub-menu {
	background-color: white;
border: 2px solid #edebe4;
}

.nav-primary .sub-menu a {
	padding: 10px 10px;
	color: black;
}

.nav-primary .sub-menu a:hover, .nav-primary .genesis-nav-menu > .menu-item > a:hover {
color: #06af88;
}



.nav-primary .sub-menu .current-menu-item > a {
	color: #fff;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
line-height: 1.625;
position: absolute;
top: 32px;
background-color: #ddd;
width: 1140px;
}

.nav-secondary a {
font-family: "Times New Roman", Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook",  serif;
margin: 0 10px;
padding: 0 20px;
font-family: 'ostrich_sansheavy', Arial, sans-serif;
font-size: 1.2em;
}

.nav-secondary a:hover,
.nav-secondary .current-menu-item > a {
	color: #06af88 !important;
}

.nav-secondary .sub-menu .current-menu-item > a {
	color: #fff;
}

#nav_menu-2  .current-menu-item > a {
	color: white !important;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: 10px;
	text-align: center;
}

.responsive-menu-icon::before {
	color: #fff;
	content: "\f333";
	font: normal 24px/1 'dashicons';
	margin: 0 auto;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.single .entry {
	margin-bottom: 16px;
}

.eleven40-landing .entry {
	background-color: #fff;
	padding: 40px 40px 16px;
}

.genesis-grid {
	font-size: 16px;
}

.entry-content ol,
.entry-content p,
.entry-content ul {
	margin-bottom: 20px;
line-height: 1.2em;
font-size: .8em;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-meta {
	clear: both;
	color: #999;
	font-size: 16px;
}

.genesis-grid .entry-meta {
	font-size: 14px;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top:2px solid #edebe4;;
	padding-top: 12px;
	display: none;

}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 40px;
	padding: 40px;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry .widget:last-child,
.after-entry p:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	clear: both;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #9e9787;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	letter-spacing: 1px;
}

.archive-pagination a:hover,
.archive-pagination li.active a {
	background-color: #a1c89c;
	text-decoration: none;
}

/* Comments
--------------------------------------------- */

.entry-comments,
.ping-list {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 16px;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff; 
	border-right: none; 
}

.bypostauthor {
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
font-size: 16px;
/* padding-top: 32px; 
background-color: #ddd;*/
padding: 0 25px 0px;
}

.sidebar img {
	margin-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul {
	margin-bottom: 0;
}

.widget li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	margin-bottom: 8px;
	padding-bottom: 8px;
	text-align: left;
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget ul ol > li {
	list-style-position: outside;
	text-indent: 0;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget ol > li:last-child,
.widget ul > li:last-child {
	border-width: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 0px;
}

.sidebar .search-form {
	width: 100%;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #000;
	color: #999;
	clear: both;
	font-size: 16px;
	padding-bottom: 40px;
	padding-top: 40px
}

.footer-widgets-1,
.footer-widgets-3 {
	width: 350px;
}

.footer-widgets-2 {
	width: 360px;
}

.footer-widgets-1 {
	margin-right: 40px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets .entry-title a,
.footer-widgets .widgettitle {
	color: #fff;
}

.footer-widgets li {
	border-bottom: 1px solid #333;
	list-style-type: none;
	margin-bottom: 8px;
	padding-bottom: 8px;
	word-wrap: break-word;
}

.footer-widgets .search-form {
	width: 100%;
}

.footer-widgets .latest-tweets li span a {
	color: #ccc;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	font-size: 16px;
	padding: 0px 20px;
	text-align: center;
}

.site-footer,
.site-footer a {
	color: #000;
}

.site-footer a:hover {
	color: #ed702b;
	text-decoration: none;
}

.site-footer p {
	margin-bottom: 0;
}


/*
Color Styles
---------------------------------------------------------------------------------------------------- */

.eleven40-pro-blue .archive-pagination a,
.eleven40-pro-blue .button,
.eleven40-pro-blue .footer-widgets .entry-title a, 
.eleven40-pro-blue .genesis-nav-menu a,
.eleven40-pro-blue .site-title a,
.eleven40-pro-blue .site-title a:hover,
.eleven40-pro-green .archive-pagination a,
.eleven40-pro-green .button,
.eleven40-pro-green .footer-widgets .entry-title a, 
.eleven40-pro-green .genesis-nav-menu a,
.eleven40-pro-green .site-title a,
.eleven40-pro-green .site-title a:hover,
.eleven40-pro-red .archive-pagination a,
.eleven40-pro-red .button,
.eleven40-pro-red .footer-widgets .entry-title a, 
.eleven40-pro-red .genesis-nav-menu a,
.eleven40-pro-red .site-title a,
.eleven40-pro-red .site-title a:hover {
	color: #fff;
}

.eleven40-pro-blue .entry-title a,
.eleven40-pro-green .entry-title a,
.eleven40-pro-red .entry-title a {
	color: #333;
}

.eleven40-pro-blue .nav-secondary a,
.eleven40-pro-green .nav-secondary a,
.eleven40-pro-red .nav-secondary a {
	color: #000;
}

/* eleven40 Pro Blue
--------------------------------------------- */

.eleven40-pro-blue a,
.eleven40-pro-blue .entry-title a:hover,
.eleven40-pro-blue .genesis-nav-menu a:hover,
.eleven40-pro-blue .genesis-nav-menu .current-menu-item > a,
.eleven40-pro-blue .nav-primary .sub-menu a:hover,
.eleven40-pro-blue .nav-secondary .sub-menu a:hover,
.eleven40-pro-blue .site-footer a:hover,
.eleven40-pro-blue .site-header .sub-menu a:hover {
	color: #2aa4cf;
}

.eleven40-pro-blue button:hover,
.eleven40-pro-blue input:hover[type="button"],
.eleven40-pro-blue input:hover[type="reset"],
.eleven40-pro-blue input:hover[type="submit"],
.eleven40-pro-blue .archive-pagination a:hover,
.eleven40-pro-blue .archive-pagination li.active a,
.eleven40-pro-blue .button:hover {
	background-color: #2aa4cf;
}

/* eleven40 Pro Green
--------------------------------------------- */

.eleven40-pro-green a,
.eleven40-pro-green .entry-title a:hover,
.eleven40-pro-green .genesis-nav-menu a:hover,
.eleven40-pro-green .genesis-nav-menu .current-menu-item > a,
.eleven40-pro-green .nav-primary .sub-menu a:hover,
.eleven40-pro-green .nav-secondary .sub-menu a:hover,
.eleven40-pro-green .site-footer a:hover,
.eleven40-pro-green .site-header .sub-menu a:hover {
	color: #6ca741;
}

.eleven40-pro-green button:hover,
.eleven40-pro-green input:hover[type="button"],
.eleven40-pro-green input:hover[type="reset"],
.eleven40-pro-green input:hover[type="submit"],
.eleven40-pro-green .archive-pagination a:hover,
.eleven40-pro-green .archive-pagination li.active a,
.eleven40-pro-green .button:hover {
	background-color: #6ca741;
}

/* eleven40 Pro Red
--------------------------------------------- */

.eleven40-pro-red a,
.eleven40-pro-red .entry-title a:hover,
.eleven40-pro-red .genesis-nav-menu a:hover,
.eleven40-pro-red .genesis-nav-menu .current-menu-item > a,
.eleven40-pro-red .nav-primary .sub-menu a:hover,
.eleven40-pro-red .nav-secondary .sub-menu a:hover,
.eleven40-pro-red .site-footer a:hover,
.eleven40-pro-red .site-header .sub-menu a:hover {
	color: #cf4344;
}

.eleven40-pro-red button:hover,
.eleven40-pro-red input:hover[type="button"],
.eleven40-pro-red input:hover[type="reset"],
.eleven40-pro-red input:hover[type="submit"],
.eleven40-pro-red .archive-pagination a:hover,
.eleven40-pro-red .archive-pagination li.active a,
.eleven40-pro-red .button:hover {
	background-color: #cf4344;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1140px) {

	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 300px;
	}


nav.nav-primary {
width: 100% !important;
}

aside.sidebar.sidebar-primary.widget-area {
margin-top: 10px !important;
}

.home-images {
margin: 5px 0px !important;
}

div#mc_embed_signup {
width: 100% !important;
}

.email-footer-middle-chunk {
background-color: #edda50;
width: 85% !important; 
display: inline-block;
vertical-align: top;
height: 70px !important;
text-align: center;
}

.email-footer-points-left, .email-footer-points-right {
height: 70px !important;
width: 35px !important;
}

.email-footer-description, .join-us-title {
font-size:1em !important;	
}

}

@media only screen and (max-width: 1110px) {
span.join-us-title {
padding: 0 5px 0 0 !important;
}

.artist-teaser h1 {
width: 40% !important;
float: right;
display: inline-block !important;
margin-bottom: 0 !important;
text-align: right;
}

}


@media only screen and (max-width: 960px) {

	.header-image .site-header .title-area {
		background-position: center center !important;
	}

	.wrap {
		max-width: 768px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header {
		position: static;
	}

	.site-inner {
		margin-top: 0;
		padding-left: 5%;
		padding-right: 5%;
	}

	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.sidebar .widget {
		padding: 0;
	}

	.genesis-nav-menu li,
	.nav-primary {
		float: none;
		margin-top: 0;
	}

	.genesis-nav-menu,
	.site-header .title-area,
	.site-title {
		text-align: center;
	}

/*	.genesis-nav-menu.responsive-menu {
		display: block;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: none;
	} */
	
	#menu-item-54, #menu-item-45, #menu-item-59, #menu-item-39 {
border-right: none !important;
height:auto !important;
}


 	 
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu li.current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		display: block;
		padding: 10px;
		border: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
		margin-top: 10px;
margin-bottom: 10px;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 20px/1 'dashicons';
		height: 20px;
		padding: 15px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		left: auto;
		opacity: 1;
		position: relative;
		-webkit-transition: opacity 0.4s ease-in-out;
		-moz-transition:    opacity 0.4s ease-in-out;
		-ms-transition:     opacity 0.4s ease-in-out;
		-o-transition:      opacity 0.4s ease-in-out;
		transition:         opacity 0.4s ease-in-out;
		width: 100%;
		z-index: 99;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 20px;
		position: relative;
		width: 100%;
		
	}

	.nav-primary .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu li a,
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu,
	.nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before,
	.nav-primary .genesis-nav-menu.responsive-menu > li:hover > a,
	.nav-primary .genesis-nav-menu.responsive-menu a:hover {
		color: #9e9787;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(255, 255, 255, 0.05);
	}

	.content {
		border: none;
		padding-left: 0;
		padding-right: 0;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
	}

	.author-box {
		padding: 20px;
	}

	.sidebar-content-sidebar .author-box {
		margin-left: 0;
		margin-right: 0;
	}

	.footer-widgets {
		padding-left: 5%;
		padding-right: 5%;
	}

	.footer-widgets .widget:last-child {
		margin-bottom: 40px;
	}

	.footer-widgets-1 {
		margin: 0;
	}
	
	div.sidebar-yellow-banner-bg {
max-width: 200px;
margin: 5px auto;
}


div.sidebar-social-icon-facebook,  div.sidebar-social-icon-twitter,  div.sidebar-social-icon-pinterest,  div.sidebar-social-icon-instagram {
max-width: 50px;
}

div.sidebar-social-wrap {
text-align: center;
}


main.content {
padding-bottom: 0;
}

article {
margin-bottom: 0 !important;
}

.AdWidget_ImageWidget {
max-width: 300px;
display: inline-block;
margin: 10px;
vertical-align: middle;
}

.sidebar {
border-right: none !important;
}

#mp_related_products .mp_one_tile {
margin: 10px !important;

}

.page .product #mp_related_products {
text-align: center; 
}

}

@media only screen and (max-width: 700px) {
.email-footer-middle-chunk {
height: 120px !important;
width:75% !important;
}

.email-footer-points-left,  .email-footer-points-right {
height: 120px !important;
}

.email-footer-intro-wrap {
padding: 20px 20px 0 !important;
line-height:1.2em;
}

span.join-us-title {
padding: 0 5px 0 0 !important;
}


}

@media only screen and (max-width: 600px) {
.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
content: "\f347";
float: right;
font: normal 20px/1 'dashicons';
height: 5px;
padding: 5px 20px;
right: 0;
text-align: right;
z-index: 9999;
}

.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
margin-top: 0;
margin-bottom: 0;
}

ul#menu-main-nav-yellow {
font-size: .8em;
line-height: .8em;
}

.mp_cart_breadcrumbs {
display: none;
}

div.email-footer-intro-wrap {
max-width: 90%;
line-height: 1.1em;
padding: 10px;
}

span.email-footer-description {
display: block;
padding-left: 10px;
}



}
@media only screen and (max-width: 575px) {

.email-footer-points-left, .email-footer-points-right {
display: none !important;
}


.email-footer-middle-chunk {
width: 100% !important;
height: auto !important;
}
}



@media only screen and (max-width: 480px) {

	.site-description {
		font-size: 24px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.genesis-grid-even,
	.genesis-grid-odd {
		width: 100%;
	}
	
	table.mp_cart_login td, table.mp_cart_contents td, table.mp_cart_shipping td {
vertical-align: middle;
font-size: .8em !important;
}

.mp_cart_shipping thead {
padding: 0 !important;
}

/*td {
max-width: 40% !important;
}*/

table.mp_cart_shipping td {
/*max-width: 30% !important;*/
font-size: .7em !important;
}

}

@media only screen and (max-width: 320px) {

	.header-image .site-header .title-area {
		background-size: contain !important;
	}

}

a.dhl-header-title {
font-family: 'ostrich_sansheavy', Arial, sans-serif;
color: black;
font-size: 2.5em;
line-height: 1em;
}

a.dhl-header-description {
font-family: 'Sacramento', cursive;
font-size: 1.7em;
color: black;
text-transform: lowercase;
line-height: 1em;
}

a.dhl-header-title:hover, a.dhl-header-description:hover{
	text-decoration:none;	
}

#search-2 {
/*margin-top: 10px;*/
margin-bottom: 10px;
}

#nav_menu-2 a {
color: black;
opacity: 0;
}

#nav_menu-2 a:hover {
color: white;
text-decoration:none;
}

#nav_menu-2 li {
background-color: #06af88; */
text-align: center;
margin: 5px 0;
font-family: 'ostrich_sansheavy', Arial, sans-serif;
font-size: 1.2em;
padding-bottom: 0;
background: url(http://dearhandmadelife.com/images/dear-handmade-life-sidebar-button-bg.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
text-align: center;
}

.email-footer {

/*padding-left: 40px;
width: 890px;
position: absolute;
margin-left: -35px;
margin-top: -7px; */
margin-top: 20px;
text-align: center;
}

.join-us-title {
font-family: 'ostrich_sansheavy', Arial, sans-serif;
font-size: 1.2em;
padding: 0px 5px 0px 0px;
}

.legal-footer {
font-size: .75em;
/*margin-top: 10px;*/
text-align: center;
}

.legal-footer a{
color:black !important;	
}

.legal-footer a:hover {
color: #06af88 !important;
}

.sidebar-social-icon {
width: 23%;
display: inline-block;
margin: 0px 2px 0 0;
}

#text-2 {
margin-bottom: 0;
/*margin-top:20px;*/
}

.sidebar-social-icon-facebook {
width: 23%;
background-image: url(http://dearhandmadelife.com/images/dear-handmade-life-social-1-facebook.png);
height: 60px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
display: inline-block;
vertical-align: top;
}

.sidebar-social-icon-twitter {
width: 23%;
background-image: url(http://dearhandmadelife.com/images/dear-handmade-life-social-2-twitter.png);
height: 60px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
display: inline-block;
vertical-align: top;
}

.sidebar-social-icon-pinterest {
width: 23%;
background-image: url(http://dearhandmadelife.com/images/dear-handmade-life-social-3-pinterest-2.png);
height: 60px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
display: inline-block;
vertical-align: top;
}

.sidebar-social-icon-instagram {
width: 23%;
background-image: url(http://dearhandmadelife.com/images/dear-handmade-life-social-4-instagram.png);
height: 60px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
display: inline-block;
vertical-align: top;
}

.sidebar-social-icon-facebook:hover {
width: 23%;
background-image: url(http://dearhandmadelife.com/images/dear-handmade-life-social-1-facebook-hover.png);
height: 60px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
display: inline-block;
}

.sidebar-social-icon-twitter:hover {
width: 23%;
background-image: url(http://dearhandmadelife.com/images/dear-handmade-life-social-2-twitter-hover.png);
height: 60px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
display: inline-block;
}

.sidebar-social-icon-pinterest:hover {
width: 23%;
background-image: url(http://dearhandmadelife.com/images/dear-handmade-life-social-3-pinterest-2-hover.png);
height: 60px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
display: inline-block;
}

.sidebar-social-icon-instagram:hover {
width: 23%;
background-image: url(http://dearhandmadelife.com/images/dear-handmade-life-social-4-instagram-hover.png);
height: 60px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
display: inline-block;
}

a.click-div {
width: 100%;
height: 100%;
display: block;
text-decoration: none;
}

.top-grey-nav-wrap {
background-color: #ddd;
margin-top: 32px;
text-align: center;
}

.top-grey-nav-link a {
color: black;
font-family: 'ostrich_sansheavy', Arial, sans-serif;
font-size: 1.1em;
display: inline-block;
}

.top-grey-nav-link a:hover {
color:#06af88;
}

.top-grey-nav-wrap .sidebar-social-icon-facebook, .top-grey-nav-wrap .sidebar-social-icon-twitter, .top-grey-nav-wrap .sidebar-social-icon-pinterest, .top-grey-nav-wrap .sidebar-social-icon-instagram  {
width: 60px;
height: 60px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
display: inline-block;
vertical-align: middle;
}

.top-grey-nav-link {
display: inline-block;
margin: 0 50px;
}

.subheader-text-wrap {
text-align: center;
line-height: 1.1em;
margin-bottom: 20px;
border-bottom: 2px solid #edebe4;
padding-bottom: 20px;
margin-top: 10px;
display: none;
}

.subheader-text-title {
font-family: 'ostrich_sansheavy', Arial, sans-serif;
font-size: 1.5em;
}

.subheader-text-subtitle {
font-weight: bold;
font-size: .9em;
line-height: 1.4em;
}

.subheader-text-description {
font-size: .8em;
line-height: 1em;
}

.page-id-12 #patchwork-subhead, .parent-pageid-12 #patchwork-subhead
{
display:block;	
}

.page-id-11 #craftcation-subhead, .parent-pageid-11 #craftcation-subhead
{
display:block;	
}

.page-id-13 #dhl-subhead, .parent-pageid-13 #dhl-subhead
{
display:block;	
}

.blog div#blog-main-images-wrap {
display: block !important;
}

.blog div#dhl-subhead, .category div#dhl-subhead {
display: block;
}

.page-id-5115 div#podcast-subhead {
display:block;	
}

.entry-title {
font-family: 'ostrich_sansheavy', Arial, sans-serif;
text-transform: uppercase;
font-size: 1.7em !important;
}

.addtoany_share_save_container.addtoany_content_bottom {
text-align: center;
}

a.post-edit-link {
display: none;
}

.sidebar-yellow-banner-bg {
/* background-image: url(); */
background: url(http://dearhandmadelife.com/images/dear-handmade-life-sidebar-button-bg.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
text-align: center;
margin-bottom: 5px;
height: 32px;
}

.sidebar-script-about {
height: 100%;
background-image: url(http://dearhandmadelife.com/images/dear-handmade-life-sidebar-button-about.png);
background-size: 40%;
background-repeat: no-repeat;
background-position: center 5px;
}

.sidebar-script-about:hover {
height: 100%;
background-image: url(http://dearhandmadelife.com/images/dear-handmade-life-sidebar-button-about-hover.png);
background-size: 40%;
background-repeat: no-repeat;
background-position: center 5px;
}

.sidebar-script-contact {
height: 100%;
background-image: url(http://dearhandmadelife.com/images/dear-handmade-life-sidebar-button-contact.png);
background-size: 46%;
background-repeat: no-repeat;
background-position: center 7px;
}

.sidebar-script-contact:hover {
height: 100%;
background-image: url(http://dearhandmadelife.com/images/dear-handmade-life-sidebar-button-contact-hover.png);
background-size: 46%;
background-repeat: no-repeat;
background-position: center 7px;
}

.sidebar-script-shop {
height: 100%;
background-image: url(http://dearhandmadelife.com/images/dear-handmade-life-sidebar-button-shop.png);
background-size: 32%;
background-repeat: no-repeat;
background-position: center 5px;
}

.sidebar-script-shop:hover {
height: 100%;
background-image: url(http://dearhandmadelife.com/images/dear-handmade-life-sidebar-button-shop-hover.png);
background-size: 32%;
background-repeat: no-repeat;
background-position: center 5px;
}

.sidebar-script-shop-cart {
height: 100%;
background-image: url(http://dearhandmadelife.com/images/dear-handmade-life-sidebar-button-checkout.png);
background-size: 80%;
background-repeat: no-repeat;
background-position: center 1px;
}

.sidebar-script-shop-cart:hover {
height: 100%;
background-image: url(http://dearhandmadelife.com/images/dear-handmade-life-sidebar-button-checkout-hover.png);
background-size: 80%;
background-repeat: no-repeat;
background-position: center 1px;
}

.page-id-7 .sidebar-script-about {
background-image: url(http://dearhandmadelife.com/images/dear-handmade-life-sidebar-button-about-hover.png);
}

.page-id-10 .sidebar-script-contact {
background-image: url(http://dearhandmadelife.com/images/dear-handmade-life-sidebar-button-contact-hover.png);
}

.page-id-0 .sidebar-script-shop {
background-image: url(http://dearhandmadelife.com/images/dear-handmade-life-sidebar-button-shop-hover.png);
}

.sidebar-script-sponsors {
height: 100%;
background-image: url(http://dearhandmadelife.com/images/dear-handmade-life-sidebar-we-love-sponsors.png);
background-size: 55%;
background-repeat: no-repeat;
background-position: center 2px;
}

.press-badge {
display: inline-block;
width: 140px;
height: 140px;
padding: 5px;
}

#search-2 {
/* margin-top: 10px; */
/* margin-bottom: 10px; */
background-repeat: no-repeat;
background-position: center 2px;
background: url(http://dearhandmadelife.com/images/dear-handmade-life-sidebar-button-bg.png);
background-size: cover;
max-width: 200px;
margin: 0 auto 10px;
}

.sidebar .search-form {
width: 80%;
margin: 0 auto;
padding: 1px;
}

.home-images {
/*max-width: 100%;
width: 200px;
display: inline-block;
margin: 5px 32px 25px;*/
max-width: 100%;
width: 260px;
display: inline-block;
margin: 5px 5px 25px;
}

.home-images-wrap {
text-align: center;
}



.artist-teaser img {
float: left;
display: inline-block;
border-radius: 100px;
margin-right: 20px;
margin-top: -30px;
}

.artist-teaser h1 {
width: 80% !important;
float: right;
display:inline-block !important;
margin-bottom:0 !important;
}

.artist-teaser h1 a {
color: black;
font-size: .8em;
line-height: .7em;
}

.artist-teaser {
display: table-row;
}

p.artist-description {
float: right;
padding-bottom: 10px;
}

p.subject-to-change {
display: none;
}

#schedule-artist-switcher td, #schedule-artist-switcher tbody {
border: none;
}

#schedule-artist-switcher {
margin-bottom: 0px;
}

p.ShowListingHeading{
margin: 10px 0 0;
font-family: 'ostrich_sansheavy', Arial, sans-serif;
font-size: 1em;
}

.ShowListingTableWrapper {
max-height: 100% !important;
font-family: arial !important;
font-size: .8em !important;

padding-bottom: 0px !important;
}

.ShowListingColumnHeadingCell {
background-color: #edebe4 !important;
color: #000000 !important;
vertical-align: bottom !important;
}

.ShowListingRowHeadingCell {
background-color: #edebe4 !important;
color: #000000 !important;
height: auto !important;
}

.ShowListingTable td {
vertical-align: top;
padding: 4px 1px !important;
border: 1px solid #9e9787 !important;
height:auto !important;
}

.ShowListingTable td p {
text-align: center !important;
vertical-align: middle !important;
margin: 0 !important;
font-size: .75em;
}

.ShowListingBlankCell {
background-color: #D8D6D0 !important;
}

.artist-detail .artist-description {
display: none;
}

#menu-item-54, #menu-item-45, #menu-item-59 {
border-right: 2px solid #edebe4;
height: 18px;
}

.gform_wrapper li, .gform_wrapper form li {
font-size: 16px;
}

.page-id-10 p {
font-size: 16px;
}

div.gform_wrapper input[type="text"], div.gform_wrapper textarea, div.gform_wrapper .ginput_complex label {
font-size: 16px;
padding: 5px 5px;
}

div.gform_wrapper li, div.gform_wrapper form li {
margin: 5px 0 0;
}

.mp_grid .mp_product_detail img, .mp_grid .mp_product_detail img.alignleft, .mp_grid .mp_product_detail img.alignright {
margin: 0 auto;
float: none;
display: block;
border-radius: 80px;
}

.product .mp_buy_form {
float: left;
}

.top-shop-button {
display: table-row;
}

.page .product {
border: none;
margin: 0;
padding: 0;
}

.top-shop-button input.mp_button_addcart {
margin-top: 10px !important;
}

.page .product img {
border-radius: 25px !important;
border: none !important;
}

.mp_product_meta {
display: none;
}

.page .product .mp_product_categories {
display: none;
}

.page .product .entry-meta {
display: none;
}

.page .product #mp_related_products {
margin-top: 20px;
}

#mp_product_list input[type="submit"], .type-product input[type="submit"], .mp_cart_col_updatecart input[type="submit"], .mp_cart_direct_checkout_link, #mp_shipping_submit, #order-id-submit, #mp_payment_confirm, .mp_no_stock, .mp_link_buynow {
border: 1px solid #edda50 !important;
-moz-border-radius: 25px !important;
-webkit-border-radius: 25px !important;
border-radius: 25px !important;
-moz-background-clip: none !important;
-webkit-background-clip: none !important;
background-clip: none !important;
background-color: #edda50 !important;
color: #333;
-moz-box-shadow: none !important;
box-shadow: none !important;
background-image: none !important;
display: inline-block;
/*font-family: "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;*/
font-family: 'Oswald', sans-serif;
line-height: 18px;
text-shadow: none !important;
text-decoration: none;
padding: 5px 10px !important;
font-size: 14px;
text-transform: none;
}

#mp_product_list input[type="submit"]:hover, .type-product input[type="submit"]:hover, .mp_cart_col_updatecart input[type="submit"]:hover, .mp_cart_direct_checkout_link:hover, #mp_shipping_submit:hover, #order-id-submit:hover, #mp_payment_confirm:hover, .mp_no_stock:hover, .mp_link_buynow:hover {
	background-color:#333 !important;
	color:white;
}

#mp_related_products .mp_one_tile {
margin: 10px 30px 10px 0;
}

#mp_related_products .mp_product_detail {
margin-top: 0px;
}

#mp_related_products .entry-title a, #mp_product_list h3.mp_product_name.entry-title {
font-size: 20px !important;
}

#mp_related_products h3  {
line-height: .6em;
text-align: center;
margin-bottom: 0px;
}

 #mp_product_list h3.mp_product_name.entry-title {
	text-align:center;
	margin-bottom:0px; 
 }

#mp_related_products h3.mp_product_name.entry-title {
height: 40px;
}

#mp_related_products .mp_one_product {
text-align: center;
}

#mp_related_products .mp_buy_form {
float: none;
}

input.mp_button_addcart {
margin-top: 0px !important;
}

#mp_product_list h3.mp_product_name.entry-title {
text-align: center;
height: 40px;
}

/*.page-id-0 .entry-title {
display: none;
}*/

.page-id-0 #mp_product_list {
margin: 0;
text-align: center;
}

.page-id-0 .mp_product_detail {
margin-top: 0;
}

.hmedia span.fn {
display: none;
}

.mp_grid .mp_price_buy {
vertical-align: bottom;
text-align: center;
}

.page-id-0 .entry-meta {
display: none;
}

.page-id-0 .entry-header {
display: none;
}

.mp_cart_contents thead, .mp_cart_shipping thead {
background: #edebe4;
}

.mp_cart_contents th.mp_cart_col_product {
background: none;
padding: 0;
text-align: center;
font-family: 'Oswald', sans-serif;
letter-spacing: 2px;
font-weight: normal;
}

.mp_cart_contents th.mp_cart_col_price {
background: none;
padding: 0;
text-align: center;
font-family: 'Oswald', sans-serif;
letter-spacing: 2px;
font-weight: normal;
}

.mp_cart_contents th.mp_cart_col_quant {
background: none;
padding: 0;
text-align: center;
font-family: 'Oswald', sans-serif;
letter-spacing: 2px;
font-weight: normal;
}

td.mp_cart_col_price {
text-align: center;
}

.page-id-0 td {
border: none !important;
}

td.mp_cart_col_tax {
text-align: center;
}

td.mp_cart_col_total {
text-align: center;
}

.page-id-0 tbody {
border: none;
}

.page-id-0 table.mp_cart_contents {
margin-bottom: 0px;
line-height: 1.5em;
}

td.mp_cart_col_quant {
text-align: center;
}

td.mp_cart_col_shipping {
text-align: center;
}

td.mp_cart_col_thumb {
width: 100px;
}

div.mp_cart_breadcrumbs {
font-family: 'Oswald', sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 16px;
}

.mp_cart_shipping thead th {
padding-left: 0;
font-family: 'Oswald', sans-serif;
background-color: white;
letter-spacing: 1px;
}

th.mp_cart_login {
font-family: 'Oswald', sans-serif;
letter-spacing: 2px;
font-weight: normal;
}

.mp_cart_login th {
font-family: 'Oswald', sans-serif;
letter-spacing: 2px;
font-weight: normal;
}

td.mp_cart_or_label {
padding: 0px 0 0 20px;
}

input#mp_login_submit {
margin-top: 10px;
}

.mp_cart_breadcrumbs .current {
font-weight: normal;
}

body.login {
background: white !important;
/* background-image: url(http://dearhandmadelife.com/images/dear-handmade-life-party-background.png); */
background-size: 50%;
}

html {
background: white !important;
}

div.sidebar-mailing-list {
text-align: center;
}

td.mp_cart_col_product_table {
line-height: 1em;
}

.blog .entry-meta {
display: none;
}

a.yarpp-thumbnail {
border: none !important;
margin: 5px 20px !important;
}

.category .entry-meta {
display: none;
}

.category .entry-title a {
font-size: 24px;
line-height: 1.2;
}

.category article {
border-bottom: 2px solid #edebe4;
}

.genesis-grid p {
float: right;
vertical-align: middle;
width: 60%;
font-size: 1em;
}

.single p {
font-size: 1em;
}

.genesis-grid a img {
float: left;
margin-bottom: 20px;
vertical-align: middle;
}

/*a.a2a_dd.addtoany_share_save img {
height: 50px;
}*/

.page-id-0 img.alignleft.post-image.entry-image {
display: none;
}

div.header-logo-2 {
border-bottom: 2px solid #edebe4;
}

.page-id-10 main.content {
padding-top: 30px;
}

.single main.content {
padding-top: 30px;
}

span.yarpp-thumbnail-title {
font-weight: normal !important;
line-height: 1em !important;
max-height: 100px !important;
/* height: 100px; */
font-size: .7em !important;
height: 70px !important;
}

img.grid-featured {
display: inline-block !important;
width: 300px;
float: left;
vertical-align: top;
border-radius: 25px;
}

.blog img.home-images, .page-id-11 img.home-images {
margin: 5px;
width:198px;
}

.page-id-12 img.home-images {
margin: 0px;
width: 160px;
}

.page-id-3938 ul {
margin-left: 0 !important;
}

.ppc h3 {
display: none;
}

.page-id-3938 li {
list-style-type: none !important;
}

.ppc li p img {
margin: 0 auto !important;
width: 100%;
/*
border-radius: 100px;*/
border-radius: 20px;
width: 150px;
float: none !important;
}

.ppc li {
width: 150px;
text-align: center;
display: inline-block !important;
margin: 25px 20px;
height: 220px !important;
position: relative;
}

a.ppc-post-title {
font-family: 'ostrich_sansheavy', Arial, sans-serif;
font-size: 1.5em;
color: black;
display: block;
position: absolute;
bottom: 0 !important;
height: 50px;
margin-bottom: 10px;
}

#ppc-box .ppc-box .ppc ul li p {
clear: both;
position: relative;
top: 0 !important;
display: block;
}

/*
.page-id-3961 .ppc li p img {
border-radius: 20px;
}
*/

.yarpp-thumbnails-horizontal .yarpp-thumbnail > img, .yarpp-thumbnails-horizontal .yarpp-thumbnail-default {
display: block;
border-radius: 20px;
}

.email-footer div.indicates-required {
display: none;
}

.email-footer div.mc-field-group {
/*width: 80%;
text-align: right; */
padding: 0 10px 5px;

}

.email-footer input#mc-embedded-subscribe {
margin: 0px 20px 10px;
float: right;
text-align: center;
display: none;
}

.email-footer input#mc-embedded-subscribe:hover {
background-color: #9e9787;
}

div.email-footer-intro-wrap {
display: inline-block;
width: auto;
vertical-align: middle;
}

div#mc_embed_signup {
width: 29%;
display: inline-block;
/*vertical-align: middle;*/
}

.email-footer label {
float: right;
margin-bottom: -4px;
font-size: .9em;
padding-top: 5px;
}

#field_1_1 div.chzn-drop {
height: auto;
}

.gform_wrapper .chzn-container .chzn-results {
margin: 0 4px 4px 0;
max-height: 500px !important;
padding: 0 0 0 4px;
position: relative;
overflow-x: hidden;
overflow-y: auto;
line-height:1.2em;
}

div#input_1_1_chzn {
max-width: 98% !important;
}

.email-footer-points-left {
background-image: url(http://dearhandmadelife.com/images/dear-handmade-life-banner-points-left.png);
background-repeat: no-repeat;
height: 38px;
background-size: cover;
display: inline-block;
width: 20px;
background-position: left;
}

.email-footer-points-right {
background-image: url(http://dearhandmadelife.com/images/dear-handmade-life-banner-points-right.png);
background-repeat: no-repeat;
height: 38px;
background-size: cover;
display: inline-block;
width: 20px;
background-position: right;
}

.email-footer-middle-chunk {
background-color: #edda50;
width: 93%;
display: inline-block;
vertical-align: top;
height: 38px;
padding-top: 5px;
text-align: center;
}

.email-footer-description {
font-family: 'ostrich_sansheavy', Arial, sans-serif;
font-size: 1.2em;
}

/* frizzly custom button 092714 */

.frizzly-container
{
width:92px !important;
height: 30px !important;	
}

.frizzly-container.frizzly-fallback > a > div {
width:92px !important;
height:30px !important;
margin:10px 0 0 -10px;	
}

.ERSName {
font-family: 'ostrich_sansheavy', Arial, sans-serif !important;
text-transform: uppercase;
font-size: 2em !important;
}

.easyrecipe .ERSTimes .ERSTime .ERSTimeHeading {
margin-bottom: 4px;
font-family: 'ostrich_sansheavy', Arial, sans-serif !important;
font-size: 1.5em;
}

.easyrecipe .ERSIngredients .ERSIngredientsHeader.ERSHeading {
clear: none;
font-family: 'ostrich_sansheavy', Arial, sans-serif !important;
text-transform: uppercase;
font-size: 2em !important;
margin-bottom: 0px !important;
}

.easyrecipe .ERSIngredients .ERSIngredientsHeader, .easyrecipe .ERSInstructions .ERSInstructionsHeader, .easyrecipe .nutrition .ERSNutritionHeader, .easyrecipe div .ERSNotesHeader {
font-size: 2em !important;
font-weight: 700;
clear: both;
margin-top: 1em;
margin-bottom: 0;
font-family: 'ostrich_sansheavy', Arial, sans-serif !important;
text-transform: uppercase;
}

#content .easyrecipe .ERSIngredients li.ingredient, .easyrecipe .ERSIngredients li.ingredient, .easyrecipe .ERSInstructions li.instruction {
font-size: 18px !important;
font-family: "Times New Roman", Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook", serif !important;
}

.ERSAuthor, .ERSHead {
font-size: 18px !important;
font-family: "Times New Roman", Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook", serif !important;
}

.ERSInstructionsHeader.ERSHeading {
margin-bottom: 0px !important;
}

.hentry.mp_one_tile.mp_thumbnail {
margin: 0 10px;
}

.single-post .content img {
  border-radius: 0px !important;
  text-align: center !important;
}