img {
	-webkit-box-shadow: 0 15px 10px -10px rgba(0,0,0,0.5), 0 1px 4px rgba(0,0,0,0.3), 0 0 40px rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0 15px 10px -10px rgba(0,0,0,0.5), 0 1px 4px rgba(0,0,0,0.3), 0 0 40px rgba(0,0,0,0.1) inset;
	box-shadow: 0 15px 10px -10px rgba(0,0,0,0.5), 0 1px 4px rgba(0,0,0,0.3), 0 0 40px rgba(0,0,0,0.1) inset;
	margin-right: 20px;
	margin-left: 20px;
}

img.noshadow {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin: 0;
}

/* Site Containers
--------------------------------------------- */
.site-container {
	background-color: #fff;
	box-shadow: 0 0 5px #ddd;
	margin: 0 auto;
	max-width: 1140px;
	overflow: hidden;
	padding: 0;
}

.site-inner {
	clear: both;
	padding-top: 0;
	padding-bottom: 0;
}

.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

/* Typographical Elements
--------------------------------------------- */
body {
	background-color: #efefe9;
	color: #5a5a59;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.625;
	text-align: justified;
}

/* Column Widths and Positions
--------------------------------------------- */
/* Content */
.content {
	float: right;
	width: 808px;
}

/* Primary Sidebar */
.sidebar-primary {
	float: right;
	background-color: #dadada;
	width: 332px;
}

/* Entries
--------------------------------------------- */
.content .entry {
	border: 0 solid #eeeee8;
	margin-bottom: 32px;
	padding: 32px;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 200;
	line-height: 1.2;
	margin: 0 0 24px;
	text-align: center;
}

h1,
.entry-title {
	font-size: 36px;
}

h2,
.home-top .entry-title {
	font-size: 28px;
}

h3,
.archive-title,
.comments-title,
.home-bottom .entry-title,
.home-middle .entry-title {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6,
.sidebar .entry-title {
	font-size: 18px;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
	font-size: 15px;
	background-color: #dadada;
}

.sidebar .widget {
	border: 0 solid #a09e9e;
	padding: 32px;
	text-align: center;
	margin-bottom: 16px;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
	background-color: #1d2655;
	color: #fff;
	font-size: 12px;
	padding: 16px;
	text-align: center;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
	clear: both;
	font-size: 20px;
	line-height: 1;
	width: 100%;
	text-align: center;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: center;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	padding: 16px 24px;
	margin-left: -3px;
	margin-right: -3px;
	position: relative;
	border-left: 1px dotted #e5e5e5;
	border-right: 1px dotted #e5e5e5;
}

/* Lifestyle Pro Blue
--------------------------------------------- */
.lifestyle-pro-blue .archive-pagination li a:hover,
.lifestyle-pro-blue .archive-pagination li.active a,
.lifestyle-pro-blue .entry-title a:hover,
.lifestyle-pro-blue a {
	color: #1d2655;
}

.lifestyle-pro-blue .button,
.lifestyle-pro-blue .genesis-nav-menu a,
.lifestyle-pro-blue .site-footer a,
.lifestyle-pro-blue .site-title a,
.lifestyle-pro-blue .site-title a:hover {
	color: #fff;
}

.lifestyle-pro-blue .entry-title a,
.lifestyle-pro-blue .sidebar .widget-title a,
.lifestyle-pro-blue .site-footer a:hover,
.lifestyle-pro-blue a:hover {
	color: #222;
}

.lifestyle-pro-blue .archive-pagination li a,
.lifestyle-pro-blue .genesis-nav-menu .current-menu-item > a,
.lifestyle-pro-blue .genesis-nav-menu .sub-menu a,
.lifestyle-pro-blue .nav-primary a {
	color: #a5a5a3;
}

.lifestyle-pro-blue .button,
.lifestyle-pro-blue .entry-content .button,
.lifestyle-pro-blue .site-footer,
.lifestyle-pro-blue .site-header,
.lifestyle-pro-blue button,
.lifestyle-pro-blue input[type="button"],
.lifestyle-pro-blue input[type="reset"],
.lifestyle-pro-blue input[type="submit"],
.lifestyle-pro-blue.lifestyle-pro-home .content .widget-title {
	background-color: #1d2655;
}

.lifestyle-pro-blue .button:hover,
.lifestyle-pro-blue .entry-content .button:hover,
.lifestyle-pro-blue button:hover,
.lifestyle-pro-blue input:hover[type="button"],
.lifestyle-pro-blue input:hover[type="reset"],
.lifestyle-pro-blue input:hover[type="submit"] {
	background-color: #eeeee8;
}

.lifestyle-pro-blue .nav-secondary {
	background-color: #1d2655;
}

/* Primary Navigation
--------------------------------------------- */
.nav-primary a {
	color: #a5a5a3;
}

.nav-primary  li.menu-item-has-children:hover > a,
.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #222;
}

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
	background-color: #003399;
	color: #fff;
}

/* Target the menu item Anchor (link) */
.nav-secondary li.donate > a {
/* Colors, font sizes, would normally go here */
	background-color: #cc0031;
	color: #fff;
}

.nav-secondary  li.donate:hover > a {
	background-color: #fff;
	color: #cc0031;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */
/* Logo, hide text */
.header-image .site-title a {
	float: left;
	height: 0;
	width: 100%;
}

.site-header {
	padding: 0;
	background-color: #ffffff;
}

/* Logo, hide text */
.header-image .title-area {
	background-image: url(https://janineheft.com/wp-content/uploads/2016/09/banner.jpg);
	background-position: center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0;
	padding-bottom: 25%;
}

.header-image .site-title a {
	float: left;
	width: 100%;
}

/* Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 800px) {
	.site-inner {
		margin-top: 0;
	}
	
	.content-sidebar .content,
																																																																								.content-sidebar .sidebar,
																																																																								.footer-widgets-1,
																																																																								.footer-widgets-2,
																																																																								.footer-widgets-3,
																																																																								.header-image .site-title > a,
																																																																								.js .genesis-nav-menu .sub-menu,
																																																																								.js .genesis-nav-menu .sub-menu a,
																																																																								.sidebar-content .content,
																																																																								.sidebar-content .sidebar,
																																																																								.site-header {
		width: 100%;
	}
	
	/* Logo, hide text */
	.header-image .title-area {
		background-image: url(https://janineheft.com/wp-content/uploads/2016/09/banner.jpg);
		background-position: center bottom;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 0;
		padding-bottom: 35%;
	}
	
	.site-header {
		position: inherit;
		text-align: center;
		padding: 0;
		background-color: #ffffff;
	}
	
	.header-image .nav-primary:not(button) {
		background: #fff;
		margin-top: 0;
		padding-bottom: 20px;
	}
	
	/* Secondary Navigation
																																																																																																													--------------------------------------------- */
	/* Target the menu item Anchor (link) */
	.nav-secondary li > a {
		background-color: #1d2655;
		text-transform: uppercase;
		font-size: 18px;
		color: #fff;
	}
	
	/* Target the menu item Anchor (link) */
	.nav-secondary li.donate > a {
	/* Colors, font sizes, would normally go here */
		background-color: #cc0031;
		font-size: 18px;
		text-transform: uppercase;
		color: #fff;
	}
	
	.nav-secondary  li.donate:hover > a {
		background-color: #fff;
		color: #cc0031;
		font-size: 18px;
		text-transform: uppercase;
	}
	
	.content-sidebar .content,
																																																																																																																.content-sidebar .sidebar,
																																																																																																																.nav-primary,
																																																																																																																.sidebar-content .content,
																																																																																																																.sidebar-content .sidebar,
																																																																																																																.title-area {
		float: none;
	}
	
	.js .nav-primary .sub-menu a {
		background: none;
		border: none;
	}
	
	.js nav {
		display: none;
		position: relative;
	}
	
	.js nav .wrap {
		padding: 0;
	}
	
	.js nav.pagination {
		display: block;
	}
	
	.menu-toggle,
																																																																																																																																									.sub-menu-toggle {
		background: none;
		border-radius: 0;
		border-width: 0;
		color: #1e1e1e;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}
	
	.menu-toggle:hover,
																																																																																																																																									.menu-toggle:focus,
																																																																																																																																									.sub-menu-toggle:hover,
																																																																																																																																									.sub-menu-toggle:focus {
		background: none;
		border-width: 0;
	}
	
	.menu-toggle {
		padding-bottom: 0;
		padding-top: 10px;
		position: relative;
		right: 0;
		z-index: 1000;
		width: 100%;
	}
	
	.menu-toggle:before,
																																																																																																																																									.menu-toggle.activated:before {
		color: #1e1e1e;
		content: "MENU";
		display: inline-block;
		font: normal 20px/1 'ionicons';
		margin: 0 auto;
		padding-right: 10px;
		text-rendering: auto;
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
		vertical-align: middle;
	}
	
	.sub-menu-toggle {
		float: right;
		padding: 8px 18px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}
	
	.sub-menu-toggle:before {
		content: "MENU";
		display: inline-block;
		font: normal 16px/1 'ionicons';
		text-rendering: auto;
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
	}
	
	.sub-menu-toggle.activated:before {
		content: "MENU";
	}
	
	.js .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin-top: 1px;
		margin-bottom: 1px;
		position: relative;
		text-align: left;
	}
	
	.js .genesis-nav-menu .menu-item:hover {
		position: relative;
	}
	
	.js .genesis-nav-menu .menu-item a {
		border: none;
		padding: 10px;
		width: 100%;
	}
	
	.js .genesis-nav-menu .menu-item a:hover,
																																																																																																																																									.js .genesis-nav-menu .sub-menu {
		border: none;
	}
	
	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
																																																																																																																																									.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}
	
	.js .genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}
	
	.js .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}
	
	.js .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
	
	.js .genesis-nav-menu .sub-menu a {
		border: none;
	}
	
	.js nav button:hover,
																																																																																																																																									.js .menu-toggle:hover,
																																																																																																																																									.js .nav-primary {
		color: #1e1e1e;
	}
	
	.js nav button:focus,
																																																																																																																																									.js .menu-toggle:focus {
		color: #e85555;
	}
	
	.content {
		margin-bottom: 0;
		margin-top: 0;
		padding-bottom: 8%;
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.page .entry-header,
																																																																																																																																									.single .entry-header {
		max-width: 100%;
	}
	
	.entry-content {
		margin-left: 0;
		margin-right: 0;
	}
	
	.entry-header {
		clear: both;
		margin: 0;
	}
	
	img.alignleft.entry-image,
																																																																																																																																									img.alignright.entry-image,
																																																																																																																																									.full-width-content img.pull {
		margin-left: 0;
		margin-right: 0;
	}
	
	img.alignleft.entry-image,
																																																																																																																																									img.alignright.entry-image {
		display: block;
		float: left;
		margin-bottom: 30px;
		max-width: 100%;
	}
	
	.comment-list ul.children {
		margin-left: 0;
	}
	
	.footer-widgets-1,
																																																																																																																																									.footer-widgets-2,
																																																																																																																																									.footer-widgets-3 {
		padding: 8% 5%;
	}
	
	.footer-widgets-1,
																																																																																																																																									.page .entry-header,
																																																																																																																																									.single .entry-header {
		text-align: left;
	}
	
	.site-footer {
		padding: 20px;
	}
}

.responsive-menu-icon::before {
	content: "MENU";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
}