/*
	Theme Name: Whitmore WordPress Theme
	Description: A custom theme created for Courtney Whitmore
	Author: Lindsey Riel
	Author URI: http://www.prettydarncute.com/
	Version: 1.1

	Template: genesis
	Template Version: 2.0.1
*/


/*
Fonts
---------------------------------------------------------------------------------------------------- */

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400);

@font-face {
  font-family: 'pretty';
  src: url('fonts/pretty.eot?#iefix') format('embedded-opentype'),  url('fonts/pretty.otf')  format('opentype'), url('fonts/pretty.woff') format('woff'), url('fonts/pretty.ttf')  format('truetype'), url('fonts/pretty.svg#pretty') format('svg');
  font-weight: normal;
  font-style: normal;
}



/*
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
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/* Grid Template for Category Archives
--------------------------------------------- */

.category-entries .entry-content p {
	display: none;
	}

.archive-page-title {
	clear: none;
	float: left;
	font-size: 30px;
	margin: 0 auto 20px;
	text-align: left;
	text-transform: uppercase;
	width: auto;
}

.category-page-widget a,
.category-page-widget a:hover {
	color: #fff;
}

.category-page-widget {
	clear: both;
	color: #000;
	display: inline-block;
	float: left;
	list-style: none;
	margin: 0 auto 80px;
	text-align: center;
	width: auto;
}

.category-page-widget li {
	float: left;
	font-size: 12px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.category-page-widget li a {
	color: #fff;
}

.category-page-widget li {
	background: #0b8a3d;
	color: #fff;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	border-bottom: none;
}

.category-page-widget li:hover, .category-page-widget ul a.active {
	background: #03b3a9;
}

.category .entry-pagination {
	display: none;
}

.category .pagination {
	clear: both;
}

.recipe-image a img {
	margin-bottom: 0;
}

.post-image,
.entry-image {
	width: auto;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.archive-page-title {
	font-family: 'Pretty', sans-serif;
	font-size: 32px;
	margin-top: 7px;
}

select {
	background: #f5f5f5 url(images/dropdown.png) no-repeat center right;
	border-radius: 0;
	font-family: 'Pretty', sans-serif;
	border: 1px solid #ddd;
	border-radius: 0 !important;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 7px 20px 7px 7px;
	text-transform: uppercase;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background-color: #fff;
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.625;
	 -webkit-font-smoothing: antialiased;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.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: #0f904c;
	text-decoration: none;
}

.content a {
	color: #0f904c;
}

.content a:hover {
	color: #0f904c;
}

a:hover {
	color: #000;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote {
	background: #fff;
	border: 1px solid #0f904c;
	margin: 40px 0 !important;
	padding: 40px 40px 20px 40px;
}


.entry-content code {
	background-color: #000;
	color: #ddd;
}

cite {
	font-style: normal;
}

div.lined {
	background: #ddd  no-repeat scroll center;
	clear: both;
	margin: 10px 0;
	width: 100%;
	height: 1px;
}

div.cleared {
	background: #fff;
	clear: both;
	margin: 10px 0;
	width: 100%;
	height: 1px;
}

/* Headings
--------------------------------------------- */

.drop_cap {
  color: #0f904c;
  float: left;
  font-size: 73px;
  line-height: 50px;
  padding-left: 3px;
  padding-right: 8px;
  padding-top: 0;
}

.drop_cap_black {
  color: #000;
  float: left;
  font-size: 73px;
  line-height: 50px;
  padding-left: 3px;
  padding-right: 8px;
  padding-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: 'Pretty', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1;
	margin: 0 0 16px;
	text-transform: uppercase;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 25px;
}

h3 {
	font-size: 24px;
}

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;
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
textarea {
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 0 !important;
	color: #000;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 16px;
	-webkit-appearance: none;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #000;
	outline: none;
}

.woocommerce .sidebar input {
	width: 100%;
}

::-moz-placeholder {
	color: #000;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button,
.woocommerce .sidebar .button {
	background-color: #fff;
	border: 1px solid #000;
	box-shadow: none;
	color: #000;
	cursor: pointer;
	font-weight: 400;
	padding: 10px 24px;
	text-transform: uppercase;
	width: auto;
}

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

.entry-content .button:hover {
	color: #545454;
}

.button, .woocommerce .sidebar .button {
	display: block;
	padding: 10px 24px;
	text-align: center;
}

.button-pink {
	background-color: #ff5a81;
	border: 1px solid #ff5a81;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: block;
	font-weight: 400;
	padding: 10px 24px;
	text-align: center;
	text-transform: uppercase;
}

a.button-pink {
	color: #fff;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

.photo-border {
	background-color: #fff;
	padding: 4px;
	outline: 1px solid #ddd;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */
.site-container {
	overflow: hidden;
}

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

.site-inner {
	clear: both;
	padding-top: 30px;
}

.home .site-inner {
	margin-top: 0;
}

/* 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: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 720px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
--------------------------------------------- */

.home .one-third .last {
	padding-right: 0;
}


.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;
}

/* WordPress
--------------------------------------------- */

.avatar {
	border: 2px solid #f5f5f5;
	float: left;
	padding: 7px;
}

.user-profile .alignleft .avatar  {
	margin-right: 10px;
}

.user-profile p {
	line-height: 1.5;
}

.user-profile >iw
.user-profile {
	font-size: 14px;
	text-align: left;
}

.footer-widgets .avatar {
	border: 4px solid #fff;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.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: 0;
}

.sidebar a.alignnone {
	line-height: 0;
}

.alignleft {
	float: left;
	text-align: left;
}

.sidebar .alignnone {
	line-height: 0;
	text-align: left;
}

@-moz-document url-prefix() {
.sidebar .alignleft { float: none;}

}

.alignright {
	float: right;
	text-align: right;
}

.sidebar img.alignnone,
a.alignnone {
	line-height: 0 !important;
	margin: 0 0 0 0 !important;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	text-align: center;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 40px;
}

.archive-description {
	display: none;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}

.author-box {
	border: 1px solid #ddd;
	padding: 30px;
}

.author-box-title {
	color: #000;
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

/* Header Widget Areas
--------------------------------------------- */

.simple-social-icons ul li.social-facebook a, .simple-social-icons ul li.social-gplus a, .simple-social-icons ul li.social-instagram a, .simple-social-icons ul li.social-pinterest a, .simple-social-icons ul li.social-rss a, .simple-social-icons ul li.social-twitter a, .simple-social-icons ul li.social-email a {
  	line-height: 0 !important;
	margin: 0 1px 0 !important;
	padding: 0 !important;
}

.simple-social-icons ul li.social-email,
.simple-social-icons ul li.social-facebook,
.simple-social-icons ul li.social-gplus,
.simple-social-icons ul li.social-instagram,
.simple-social-icons ul li.social-pinterest,
.simple-social-icons ul li.social-rss,
.simple-social-icons ul li.social-twitter {
	margin: 0px 3px 2px !important;
}

.simple-social-icons ul li a {
	padding: 0 2px 0 0 !important;
}

.header-top {
	color: #ddd;
	display: block;
	font-size: 12px;

	padding: 10px 0;
	position: relative;
}

@-moz-document url-prefix() {
	.header-top {
		margin-bottom: -60px;
	}
}

.header-top .widgettitle {
	margin-bottom: 2px;
}

.header-top .widget_shopping_cart .widgettitle:after {
	content: "\f174";
	font-family: "dashicons";
	font-size: 12px;
	padding-left: 4px;
}

.header-top a {
	color: #000;
}

.header-top a:hover {
	color: #545454;
}

.left-header,
.right-header {
	width: 50%;
}

.left-header p,
.right-header p {
	margin-bottom: 0;
}

.left-header {
	float: left;
}

.left-header .simple-social-icons {
	margin-top: 10px;
}

.right-header {
	float: right;
	text-align: right;
}

.right-header .widget {
	float: right;
	margin-top: 24px;
}

.header-top input {
	border: 1px solid #ddd;
	float: left;
	width: 200px;
}

.header-top input,
.footerad-widget input {
	border: 1px solid #ddd;
	padding: 10px;
}

.footerad table {
	border: 0;
}

/* Home Page Widget
--------------------------------------------- */

.soliloquy-container.soliloquy-theme-metro .soliloquy-caption .soliloquy-caption-inside {
	font-size: 22px !important;
}

.soliloquy-theme-metro .soliloquy-caption .soliloquy-caption-inside {
	background: rgba(100%, 100%, 100%, .8) !important;
	color: #000 !important;
	text-shadow: none !important;
}

.featured-sponsor .one-fourth .entry {
	min-height: 198px;
}

.featured-sponsor .one-fourth h2 {
	font-size: 12px;
	height: 24px;
}

.featured-sponsor  {
	margin-left: 0 !important;
	margin-top: 20px;
}

.featured-sponsor .widget-odd.right,
.featured-sponsor .widget-even.right {
	display: inline-block;
	float: left;
	width: 23.076923076923077%;
}

#topimage .aligncenter {
	margin: 0 auto;
}

#topimage {
	background-color: #f5f5f5;
	clear: both;
}

.home .bookswidget {
	background: #f5f5f5;
	min-height: 132px;
	padding: 0 20px 0 20px;
}

.sidebar .bookswidget {
	background: #f5f5f5;
	min-height: 132px;
	padding: 0 20px 0 20px;
}

.one-third.books {
	background-color: #f5f5f5;
}

.one-third.books .last {
	clear: both !important;
}

.one-third.books img {
	border: 2px solid #fff;
	box-shadow: 2px 2px 2px #ddd;
}

.clearstuff {
	clear: both;
}

.home-featured .one-third .books {
	margin-bottom: 0;
}

.booktitle {
	color: #545454;
	display: block;
	font-family: pretty;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
}

.abovebooks {
	background-color: #fff;
	height: 10px;
}

.books {
	background-color: #f5f5f5;
}

.abovepinterest {
	background-color: #fff;
	height: 10px;
}

.widgetspace {
	background-color: #fff;
	height: 23px;
}

.home-featured .readmorelink {
	margin-bottom: 0;
}

.home-featured .featuredpost p {
	display: none;
}

.home .featured-sponsor .widget-headline {
	padding-left: 0 !important;
}

.featured-sponsor h4.widget-title {
	font-size: 17px;
	margin-bottom: 12px;
	padding-left: 0;
}

.home .site-inner {
	padding-top: 20px;
}

.home h2 {
	font-size: 16px;
}

.home-featured .one-third {
	margin-bottom: 4px;
}

.home-featured {
	font-size: 14px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.home .entry {
	margin-bottom: 0;
}

.home-featured .widget {

}

.sliderwidget {
	float: left;
	margin-right: 1%;
	width: 70%;
}

.biowidget {
	background-color: #fff;
	float: right;
	height: auto;
	width: 29%;
}

.blogbiowidget {
	text-align: center;
	width: 100%;
}

.home-featured .entry-content {
	margin-top: 20px;
}

.home-featured .featured-content .entry {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.home-featured .entry-content p {
	margin-bottom: 0;
}

.home-products {
	margin: 0 auto 20px;
	padding: 20px 0 7px 0;
	max-width: 1140px;
}

.home-products .wrap {
	background: url(images/1140border.jpg) top center no-repeat;
}

.home-products .widget-headline {
	margin-bottom: 10px;
}

/* ## Genesis Responsive Slider
--------------------------------------------- */

.genesis_responsive_slider {
	border: 1px solid #ddd;
	padding: 10px;
}

.home-slider #genesis-responsive-slider {
	border: 1px solid #aba9a9 !important;
	margin-bottom: 20px;
}

.slide-excerpt {
	background-color: transparent !important;
	margin: 0 0 18% !important;
}

html > body .slide-excerpt-border {
	background: none;
	border: 0px solid #ddd !important;
	display: inline;
	margin: 0 auto !important;
	position: relative;
	text-align: center;
	z-index: 8;
}

#genesis-responsive-slider h2 a {
	background-color: #fff;
	color: #545454;
	font-family: Lato;
	font-size: 14px;
	font-family: Lato;
	font-weight: 700;
	letter-spacing: 2px;
	margin: 0 auto !important;
	overflow: visible;
	padding: 12px;
	text-align: center;
	text-transform: uppercase;
}

.slide-excerpt-border {
	border: 0;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

.flex-direction-nav li a {
	width: 52px !important;
	height: 52px !important;
	margin: -20px 0 0;
	display: block;
	background: url(images/bg_direction_nav.png) no-repeat 0 0 !important;
	position: absolute;
	top: 50%;
	cursor: pointer;
	transition: none;
	text-indent: -9999px;
	z-index: 100;
}

.flex-direction-nav li .next {
	background-position: -52px 0 !important;
	opacity: .8;
	right: 10px !important;
	text-indent: -9999px;
}

.flex-direction-nav li .next:hover {
	background-position: -52px -50px !important;
	opacity: .9;
}

.flex-direction-nav li .prev {
	left: 10px !important;
	opacity: .8;
}

.flex-direction-nav li .prev:hover {
	background-position: 0 -50px !important;
	opacity: .9;
}

#genesis-responsive-slider {
	background-color: #fff;
	border: 0px solid #000 !important;
	margin: 0 auto;
	padding: 0 !important;
	position: relative;
}

.home-blog-featured img.alignnone {
	margin-bottom: 4px;
}

/* Genesis Simple Share
--------------------------------------------- */

.ssba {
	font-family: 'Pretty', sans-serif;
	font-weight: normal !important;
	text-transform: uppercase;
}

.content a.count,
.content a.count:hover,
.content a.share,
.content a.share:hover {
	border: none;
}

.content .share-filled .share {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.content .share-filled .count {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
	color: #222;
	border: 1px solid #222;
}

.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
	background: #222 !important;
}

.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter:hover .count {
	color: #fff;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 22px;
	line-height: 1;
	margin-bottom: 10px;
	text-align: center;
}

.entry-title a,
.sidebar .widget-title a {
	color: #000;
}

h1.entry-title {
	font-size: 25px;
	margin-bottom: 30px;
}

h1.entry-title a {
	color: #000;
}

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

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

.widget-title {
	font-size: 16px;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}

ul.archives {
	margin-left: 0;
	margin-top: 2rem;
}

ul.archives > li {
	margin-left: 0;
	margin-bottom: 4rem;
}

.page-template-page_archive-php .entry-content ul li {
	list-style-type: none;
	list-style-image: none;
}

.monthly-archives > li {
	margin-bottom: 2rem;
}

.monthly-archives {
	margin-top: 3rem;
}

.page-template-page_archive-php .entry-content ol li li,
.page-template-page_archive-php .entry-content ul li li {
    margin-left: 3rem;
}

.page-template-page_archive-php li h2 {
	background: #f5f5f5;
	padding: 7px;
}

.page-template-page_archive-php .entry-content ul {
	margin-left: 0;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.post-image.entry-image {
	width: 100%;
}

.ad-widget {
	background-color: #fff;
	float: left;
	margin-bottom: 20px;
	width: 100%;
}

p.more-from-category,
a.more-link,
.readmorelink {
	background-color: #f5f5f5;
	border: 4px solid #fff;
	outline: 1px solid #f5f5f5;
	clear: both;
	color: #0f904c;
	display: block;
	font-family: 'Pretty', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	margin: 10px 0 40px 0;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

a.more-link:hover,
.readmorelink:hover {
	color: #000;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 0;
	padding: 0;
}

.featured-content .entry-title {
	border: none;
	font-size: 14px;
	line-height: 1.2;
	margin: 10px 0 10px 0;
	text-align: center;
}

.featured-content .entry-title a {
	border: none;
}

/*
In Post Navigation
---------------------------------------------------------------------------------------------------- */

.prev-next-navigation {
	background: #fff;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	color: #ddd;
	font-size: 14px;
	margin: 20px 0;
	clear: both;
	overflow: hidden;
	padding: 20px;
	text-transform: uppercase;
}

.previous {
	float: left;
	width: 50%;
}

.previous:before {
	color: #000;
	content: "\f340";
	font-family: "dashicons";
	font-size: 11px;
	padding-right: 2px;
}

.next:after {
	color: #000;
	content: "\f344";
	font-family: "dashicons";
	font-size: 11px;
	padding-left: 2px;
}


.prev-next-navigation .next {
	float: right;
	text-align: right;
	width: 50%;
}

.search input {
  -webkit-appearance: none !important;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.footerad-widget {
	margin: 20px auto 0;
	max-width: 1140px;
	min-height: 100px;
}

.footerad-widget .simple-social-icons {
	vertical-align: center;
}

.subscribe-widget {
	background: #f5f5f5;
	clear: both;
	text-align: center;
	margin: 0 auto;
	padding: 10px 20px 10px 20px;
	max-width: 100%;
}

.subscribe-widget input#subbutton {
	color: #000;
	width: 100%;
}

div.enews {
	margin: 0 auto !important;
	text-align: center;
}

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

.subscribe-widget .enews-widget,
.subscribe-widget .enews-widget input {
	margin-bottom: 0;
}

.subscribe-widget input {
	border: 1px solid #ddd;
}

.subscribe-widget .enews-widget input[type="submit"] {
	background: #fff;
	border: 1px solid #ddd;
	font-size: 12px !important;
	font-weight: 400;
	padding: 7px 7px 7px 7px;
	width: 25% !important;
}

.subscribe-widget .enews-widget input {
	display: inline-block;
	padding: 7px;
	width: 24.5%;
}

.enews-widget {
	color: #000;
	margin-bottom: 10px;
}

.enews-widget input {
	margin-bottom: 10px;
	padding: 7px;
}

input#subbutton {
	color: #000;
	width: 100%;
}

input#subbutton:hover {
	color: #000;
}

.sidebar .enews-widget .widget-title {
	background: #f5f5f5;
	border: 0;
	color: #000;
	margin-bottom: 7px;
	padding: 0;
	text-align: center;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

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

.enews-widget input[type="submit"] {
	background: #fff;
	border: 1px solid #000;
	font-weight: 400;
	padding: 7px;
	width: 100%;
}

.after-entry .enews-widget input {
	margin-bottom: 4px;
}

/* Simple Social Icons
--------------------------------------------- */

.site-header .simple-social-icons {
	background: #f5f5f5;
	padding-top: 12px;
	width: 100%;
}

.share-after {
	background-color: #f5f5f5;
	margin: 0 auto;
	padding: 20px 10px 14px 10px;
	text-align: center;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Gravity Forms
--------------------------------------------- */

.gform_body {
	background-color: #fff;
	border: 0;
	padding: 0;
}

.gfield_label {
	font-family: 'Source Sans Pro', sans-serif !important;
	font-weight: 400 !important;
	letter-spacing: 2px;
	text-transform: uppercase !important;
}

div.gform_wrapper input[type="email"],
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;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

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

/* Title Area
--------------------------------------------- */

.title-area {
	align: center;
	margin: 0 auto;
	padding: 16px 0;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	align: center;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 48px;
	font-weight: 300;
	letter-spacing: 4px;
	line-height: 1;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	max-width: 640px;
}

.site-title a {
	color: #000;
}
.site-title a:hover {
	color: #000;
}

.site-description {
	background: transparent;
	color: #000;
	font-size: 13px !important;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 0;
	text-align: center;
	text-transform: lowercase;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	background: transparent;
	padding: 0;
	position: relative;
}

.header-image .site-title a {
	float: left;
	min-height: 145px;
	width: 640px;
}

.header .simple-social-icons {
	display: block;
}

.header-image .site-title > a {
	background-size: contain !important;
	display: block;
	margin: 10px auto;
	text-indent: -9999px;
	max-width: 640px;
}

@-moz-document url-prefix() {
	.header-image .site-title > a {
		margin-bottom: -50px;
		}
}


/* Widget Area
--------------------------------------------- */

.widget-area {
	word-wrap: break-word;
}

.site-header .widget-area {
	margin-top: 0;
	text-align: right;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
}

/* After Blog Post Widget Area
--------------------------------------------- */

.zem_rp_wrap .related_post_title {
	font-size: 16px;
}

.after-entry {
	background: #fff;
	margin-bottom: 40px;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Related Posts Area Widget
--------------------------------------------- */

.related-posts-area {
	background: #fff;
	margin-bottom: 40px;
	padding: 40px !important;
}

.related-posts-area .widget {
	margin-bottom: 40px;
}

.related-posts-area p:last-child,
.related-posts-area .widget:last-child {
	margin: 0;
}

.related-posts-area li {
	list-style-type: none;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #999;
	font-family: 'Pretty', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	-webkit-font-smoothing: subpixel-antialiased;
	width: 100%;
}

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

.genesis-nav-menu a {
	border: 0;
	color: #000;
	display: block;
	font-size: 14px;
	padding: 10px 18px;
	position: relative;
}

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

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

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	background-color: #fff;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	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: 240px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 2px solid #fff;
	border-top: none;
	color: #000;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 16px 10px;
	position: relative;
	text-transform: uppercase;
	width: 230px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -52px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #707070;
	display: inline-block;
	float: right;
	font-size: 14px;
	list-style-type: none;
	padding: 18px 18px 18px 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	margin-right: 10px;
}

.genesis-nav-menu input {
	padding: 9px !important;
	text-transform: uppercase;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary,
.nav-secondary {
	border-bottom: 1px solid #000;
	clear: both;
	margin: 0 auto;
	max-width: 1140px;
	text-align: center;
}

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


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 0;
}

.entry-content a:hover {
	color: #000;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.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 {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	color: #999;
	font-size: 11px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.entry-header .entry-meta {
	margin-bottom: 7px;
	padding: 0 4px;
	text-align: center;
}

.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-family: 'Pretty', sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0;
	margin: 40px 0;
	text-transform: uppercase;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #000;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px 7px 12px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	color: #0f904c;
}

/* Comments
--------------------------------------------- */

.commentnumber {
	color: #000;
	float: right;
	font-size: 40px;
}

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.entry-comments {
	padding: 0;
}

.comment-respond,
.entry-pings {
	padding: 40px 0px 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;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	background-color: #fff;
	border: 1px solid #ddd;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
	background-color: #f5f5f5 !important;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	display: none;
	font-size: 14px;
	padding: 24px;
}

ul.children li.comment {
	border-right: 0;
}

#comments h3 {
	margin: 40px auto;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #000;
	font-size: 14px;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	padding: 4px;
	text-align: center;
	text-transform: uppercase;
	word-wrap: break-word;
}

.sidebar .entry {
	margin-bottom: 0;
}

.sidebar ul > li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	clear: both;
	margin-bottom: 30px;
}

.sidebar .alignleft,
.sidebar .alignnone {
	margin: 0 auto;
}

.sidebar .featuredpost img.alignnone {
    margin-bottom: 0;
}

.sidebar .featuredpost .category-odd {
	margin-left: 0 !important;
}

.sidebar .featuredpost .post {
	border: 1px solid #ddd;
	float: left;
	margin-bottom: 2.564102564102564%;
	padding: 4px;
	margin-left: 2.564102564102564%;
	max-width: 48.717948717948715%;
}

.sidebar-primary widget.featuredpost {
	margin: 0 auto;
	text-align: center;
}

.sidebar h2 {
	font-size: 16px;
	text-align: center;
}

.sidebar .widget-title {
	background: #fff;
	border: 1px solid #000;
	padding: 14px 10px 10px 10px;
	text-align: center;
}

.sidebar .featuredpost .gfwa-even {
	margin-right: 0;
}

.sidebar .enews-widget {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 7px;
}

.sidebar .enews-widget input {
	border: 1px solid #ddd;
	width: 100%;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 10px;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets a {
	color: #c3c3c3;
	font-size: 16px;
	font-style: italic;
}

.footer-widgets {
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #000;
	clear: both;
	font-size: 14px;
	margin: 0 auto 20px;
	max-width: 1140px;
}


.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	background: #fff;
	padding: 15px 30px 0px 30px;
}

.footer-widgets-2 {
	width: 25%;
}

.footer-widgets-1 {
	width: 18%;
}

.footer-widgets-3 {
	width: 25%;
}

.footer-widgets-4 {
	width: 32%;
	text-align: center;
}

.footer-widgets .widget-headline,
.footer-widgets h4.widget-title {
	padding-left: 0;
	padding-right: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	border-right: 1px solid #ddd;
	float: left;
}

.footer-widgets-4 {
	float: right;
}

.footer-widgets .widget {
	clear: both;
	margin-bottom: 14px;
}

.footer-widgets .footer-widgets-4 .widget-title {
	color: #c3c3c3;
	text-align: center;
}

.footer-widgets .widget-title {
	background: #fff;
	color: #000;
	text-align:left;
	margin-bottom: 10px;
	padding: 10px;
}

.footer-widgets li {
	border-bottom: 1px solid #fff;
	list-style-type: none;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}

.footer-widgets h2 {
	font-size: 16px;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.glamfoodie {
	/**float: right;
	text-transform: uppercase;
	padding: 7px 0 0 7px;**/
    display: none;
}

.cr {
	color: #545454;
	float: left;
	font-size: 8px;
	letter-spacing: 0;
	text-transform: uppercase;
	padding: 7px 7px 0 0;
}

.site-footer {
	border-top: 1px solid #ddd;
	font-family: 'Pretty', sans-serif;
	font-size: 9px;
	margin: 0 auto;
	max-width: 1140px;
	letter-spacing: 1px;
	padding: 0 0 10px 0;
	text-align: center;
}

.site-footer p {
	color: #545454;
	margin-bottom: 0;
	text-transform: uppercase;
}

.site-footer .wrap {
	background: transparent;
}

.site-footer a {
	color: #545454;
}

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

#zlrecipe-container {
	background-color: #fff;
	border: 7px solid #fff;
	outline: 1px solid #0f904c;
	margin: 20px 0;
	padding: 20px !important;
}

#zlrecipe-container .b-b {
  border-bottom: 0px !important;
}

/* Mobile Navigation
---------------------------------------------------------------------------------------------------- */

nav {
	clear: both;
}

button.sub-menu-toggle {
	border: 0;
}

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

.title-sub-categories {
	margin-bottom: 20px;
	overflow: hidden;
}

.title-sub-categories .archive-page-title,
.title-sub-categories select {
	float: left;
	clear: none;
	width: auto;
	line-height: 1;
}

.archive select#cat,
.title-sub-categories .archive-page-title,
select.category-select1 {
	margin-right: 20px;
	width: auto;
}

.title-sub-categories select {
	margin-top: 6px;
	text-transform: uppercase;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1139px) {

	.category-entries .entry {
		min-height: 303px;
		overflow: hidden;
	}

	.home .bookswidget {
		background: #f5f5f5;
		min-height: 110px;
		padding: 0 20px 0 20px;
	}

	.home-featured .one-third {
		margin-bottom: 10px;
	}

	.search-form {
		border-radius: 0 !important;
	}

	.site-container,
	.wrap {
		margin: 0 auto;
		max-width: 960px;
	}

	.site-inner {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.site-header .widget-area,
	.content {
		width: 500px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.sidebar-primary,
	.title-area {
		width: 300px;
	}

}

@media only screen and (max-width: 1023px) {

input[type="search"] {
		border-radius: 0;
		-webkit-appearance: none !important;
	}


	.home-featured .one-third .entry {
		padding: 0;
	}

	.home-featured .one-third {
		margin-bottom: 8px;
	}

	.header-image .site-header .wrap {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 10px 16px;
	}

	.site-header .search-form {
		margin: 16px auto ;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
	}

	.sidebar .widget.enews-widget {
		padding: 10px;
	}

	.site-header .widget.enews-widget, .site-header .widget-area {
		float: none !important;
		margin: 0 auto;
		padding: 0 !important;
		text-align: center;
		width: 100%;
	}

	.category-entries .readmorelink {
		bottom: 0;
	}

	.category-entries .entry-title {
  		font-size: 14px;
	}

	.category-entries .entry {
		min-height: 267px !important;
		overflow: hidden;
	}

	.category .site-inner {
		padding: 20px 0;
	}

}


@media only screen and (max-width: 957px) {

	@-moz-document url-prefix() {
		.header-top {
			margin-top: 50px !important;
		}
	}

	.site-container {
		padding-left: 3%;
		padding-right: 3%;
	}

	.right-header {
		float: right;
		margin-left: 2.564102564102564%;
	}

	.left-header {
		float: left;
	}

	.left-header,
	.right-header {
		width: 48.717948717948715%;
	}

	.right-header .widget {
		margin-top: 7px;
	}

	.header-top {
		clear: both;
		margin-bottom: 25px;
		margin-top: -10px;
		padding: 0 0;
	}

}

@media only screen and (max-width: 900px) {

	.subscribe-widget .enews-widget input {
		margin: 4px auto;
		width: 100%
	}

	.subscribe-widget input#subbutton {
		width: 100% !important;
	}

	.home .bookswidget {
		height: 90px;
	}

	.home .bookswidget {
		background: #f5f5f5;
		min-height: 80px;
		padding: 0 20px 0 20px;
	}

	.footer-widgets-2,
	.footer-widgets-4 {
		width: 48.717948717948715% !important;
	}

	.footer-widgets-3 {
		clear: both;
	}

	.footer-widgets-1 {
		border-bottom: 1px solid #ddd;
	}

	.footer-widgets-1,
	.footer-widgets-3 {
		float: left;
		margin-left: 0;
		width: 48.717948717948715% !important;
	}

	.footer-widgets-2 {
		border-right: 0;
		text-align: center;
	}

	.footer-widgets-3 {
		text-align: center;
	}

	.footer-widgets .widget-title {
		text-align: center;
	}

	.footer-widgets-4 {
		border-top: 1px solid #ddd;
		margin-left: 0;
	}

}


@media only screen and (max-width: 860px) {

	.blogbiowidget {
		background-color: #f5f5f5 !important;
		padding-bottom: 20px;
		text-align: center;
		width: 100%;
	}

	.abovepinterest {
		background-color: #f5f5f5;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.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,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}

	.sidebar .bookswidget {
		height: 260px
	}

	.sidebar {
		padding-top: 20px;
		border-top: double #ddd;
	}

}

@media only screen and (min-width: 839px) {

	nav {
		display: block !important;
	}
}

@media only screen and (max-width: 839px) {

	.nav-primary li a::after,
	.nav-secondary li a::after {
		content: "";
	}

	.menu-toggle {
		border: 2px solid #fff;
		outline: 1px solid #ddd;
		padding: 10px;
	}

	.nav-primary {
		background-color: #f5f5f5;
		background-image: none;
		border: 2px solid #fff;
		outline: 1px solid #ddd;
	}

	.nav-primary .genesis-nav-menu {
		background: transparent;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: block;
		font-size: 14px;
		font-weight: 400;
		margin: 0 auto !important;
		overflow: hidden;
		padding: 7px;
		text-align: center;
		visibility: visible;
		width: 100%;
	}

	button.menu-toggle,
	button.sub-menu-toggle {
		background-color: transparent;
		color: #000;
	}

	.sub-menu-toggle {
		padding: 4px;
		position: absolute;
		right: 0;
		top: 0;
	}

	.menu-toggle:before {
		content: "menu";
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 0;
	}

	.menu-toggle.activated:before {
		content: "\2191";
		font-family: 'Source Sans Pro', sans-serif;
	}

	.sub-menu-toggle:before {
		content: "+";
		font-family: 'Source Sans Pro', sans-serif;
	}

	.sub-menu-toggle.activated:before {
		content: "-";
	}

	nav {
		display: none;
		position: relative;
	}

	.genesis-nav-menu .menu-item {
		background-color: transparent;
		display: block;
		position: relative;
		text-align: left;
	}

	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		opacity: 1;
		position: static;
		width: 100%;
	}

	.genesis-nav-menu .sub-menu a {
		border-left: 0;
		position: relative;
		width: auto;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu .sub-menu .sub-menu a {
		background-color: #fff;
		padding-left: 30px;
	}

	.genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
		background-color: #fff;
		padding-left: 40px;
	}

	.nav-primary a:hover,
	.nav-primary .current-menu-item > a {
		color: #333;
	}

	.genesis-nav-menu > .first > a {
		padding-left: 14px;
	}

	.genesis-nav-menu .sub-menu {
		background-color: #f5f5f5 !important;
		border-bottom: 0px solid #000 !important;
		border-left: 0px solid #000 !important;
		border-right: 0px solid #000 !important;
	}
}



@media only screen and (max-width: 767px) {

	.home-featured .widget {
		width: 100%;
	}

	.home .bookswidget {
		background: #f5f5f5;
		min-height: 270px;
		padding: 0 20px 0 20px;
	}

	.biowidget {
		background: #f5f5f5;
		padding-bottom: 20px;
		text-align: center;
		width: 100%;
	}

	.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%;
	}

	.featured-sponsor .one-fourth.widget-odd {
		float: right;
		margin-left: 2.564102564102564%;
		width: 48.717948717948715% !important;
	}

	.featured-sponsor .one-fourth.widget-even {
		float: left;
		margin-left: 0;
		width: 48.717948717948715% !important;
	}

	.home-featured .widget {
		margin-bottom: 20px;
	}

	.home-featured .two-thirds {
		margin-bottom: 20px;
	}

	.home-featured .one-third {
		display: block;
		float: none !important;
		margin: 0 auto;
		width: 100% !important;

	}

	.home-featured .one-third,
	.home-featured  .two-thirds {
		display: block;
		margin: 20px auto;
		width: 100%;
	}

	.one-third.books,
	.home-featured  .one-third .books {
		display: inline-block !important;
		float: left !important;
  		margin-left: 2.564102564102564% !important;
		width: 31.623931623931625% !important;
	}

	.one-third.first.books {
		margin-left: 0 !important;
	}

}

@media only screen and (max-width: 700px) {

	.title-sub-categories select,
	.archive select#cat {
		margin: 0 auto 10px;
		width: 100%;
	}

	.title-sub-categories {
		margin-bottom: 20px;
	}

}

@media only screen and (max-width: 650px) {

	@-moz-document url-prefix() {
		.header-image .site-title > a {
			margin-bottom: -10px;
		}
	}

	@-moz-document url-prefix() {
		.header-top {
			margin-top: 0 !important;
		}
	}

	.home .bookswidget {
		background: #f5f5f5;
		min-height: 170px;
		padding: 0 20px 0 20px;
	}

	.home-blog-featured .one-third {
		margin-left: 0;
		width: 100%;
	}
}

@media only screen and (max-width: 600px) {

	.header-image .site-title a {
		float: none;
		margin: 20px auto 10px;
		text-align: center;
		width: 100%;
	}

	.left-header .simple-social-icons {
		margin: 0 auto !important;
	}

	.header-top {
		clear: both;
		margin-top: -30px;
	}
}

@media only screen and (max-width: 500px) {
	.sidebar .bookswidget {
  		height: 150px;
	}

	@-moz-document url-prefix() {
		.header-image .site-title a {
			min-height: 80px;
		}
	}

	.header-top input {
		border: 1px solid #ddd;
		float: left;
		width: 100%;
	}

	.home .bookswidget {
		background: #f5f5f5;
		min-height: 100px;
		padding: 0 20px 0 20px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	 .widget {
		border: none !important;
		text-align: center;
		width: 100% !important;
	}

	img.alignleft, .wp-caption.alignleft,
	img.alignright, .wp-caption.alignright {
		clear: both;
		margin: 0 0 20px 0;
		display: block !important;
		width: 100%;
	}

	.woocommerce {
		font-size: 12px !important;
}
	.woocommerce table.shop_table, .woocommerce-page table.shop_table {
		padding: 0 !important;
	}

	.woocommerce table.shop_table th, .woocommerce-page table.shop_table th {
		line-height: 18px;
		margin: 0 auto !important;
		padding: 9px 8px !important;
}

.woocommerce #content table.cart td.actions .button, .woocommerce #content table.cart td.actions .input-	text, .woocommerce #content table.cart td.actions input, .woocommerce table.cart td.actions .button, .woocommerce table.cart td.actions .input-text, .woocommerce table.cart td.actions input, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions input, .woocommerce-page table.cart td.actions .button, .woocommerce-page table.cart td.actions .input-text, .woocommerce-page table.cart td.actions input,.woocommerce #content table.cart td.actions .button.alt, .woocommerce #content table.cart td.actions .input-text+.button, .woocommerce table.cart td.actions .button.alt, .woocommerce table.cart td.actions .input-text+.button, .woocommerce-page #content table.cart td.actions .button.alt, .woocommerce-page #content table.cart td.actions .input-text+.button, .woocommerce-page table.cart td.actions .button.alt, .woocommerce-page table.cart td.actions .input-text+.button {
	display: block !important;
	margin: 10px auto !important;
	width: 100% !important;
	}
}

@media only screen and (max-width: 440px) {
	.category-entries .readmorelink {
		font-size: 10px;
		letter-spacing: 0;
	}
}

@media only screen and (max-width: 400px) {

	.header-image .site-title a {
		float: none;
		margin: 30px auto 0;
		text-align: center;
		width: 100%;
	}

	.featured-sponsor .two-thirds .first,
	.featured-sponsor .one-fourth.widget-even,
	.featured-sponsor .one-fourth.widget-odd,
	.featured-sponsor .one-fourth .entry {
		clear: both;
		float: none;
		width: 100% !important;
		margin: 0 auto;
		min-height: 0;
	}

	.featured-sponsor .one-fourth.widget-even,
	.featured-sponsor .one-fourth.widget-odd {
		clear: both;
		margin-top: 20px;
	}

	.featured-sponsor .one-fourth {
		width: 100%;
	}

	.category-entries .entry-title {
  		font-size: 14px;
	}

	.category-entries .readmorelink {
		font-size: 12px;
		letter-spacing: 1px;
	}

	.category-entries .one-third {
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}
}


@media only screen and (max-width: 320px) {

	.subscribe-widget .enews-widget input {
		padding: 4px;
	}

	.subscribe-widget .enews-widget input[type="submit"] {
		padding: 4px 4px 4px 4px;
	}

	.site-header .enews-widget input[type="submit"], .site-header .enews-widget input#subbox {
		border-radius: 0 !important;
		width: 100% !important;
	}

	.site-header .enews-widget input {
		margin-bottom: 5px;
	}
}


/* Easy Recipe
---------------------------------------------------------------------------------------- */

.easyrecipe .ERSIngredients .ERSIngredientsHeader,
.easyrecipe .ERSInstructions .ERSInstructionsHeader,
.easyrecipe .nutrition .ERSNutritionHeader,
.easyrecipe div .ERSNotesHeader,
.easyrecipe .ERSName {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 22px !important;
	font-weight: 400 !important;
}

div.easyrecipe {
	background-color: #f5f5f5!important;
	border: 1px solid #ddd!important;
	padding: 20px !important;
}

.easyrecipe div {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 17px;
	line-height: 1.7 !important;
}

.easyrecipe .ERSTopRight {
	padding-left: 20px;
}

.easyrecipe .ERSTopRight img {
	border: 3px solid #fff !important;
}

/* Category Archive
---------------------------------------------------------------------------------------- */

.category .title {
	display: block;
}

.category-entries .entry-meta {
	display: none;
}

.category-entries .entry {
	min-height: 360.5px;
	position: relative;
	background: #fff;
	border-bottom: none;
	overflow: hidden;
	padding-bottom: 0;
	margin-bottom: 2.564102564102564%;
}

.category-entries .entry-content-wrap {
	margin-top: 100px;
	padding: 30px 30px 0;
}

.content .category-entries .entry:last-of-type {
	margin: 0 0 2.564102564102564% 2.564102564102564%;
}

.content .category-entries .entry.first:last-of-type {
	margin: 0 0 2.564102564102564% 0;
}

.category-entries .entry-title {
	font-size: 20px;
	margin-bottom: 10px;
}

.category-entries .entry a {
	color: #04915c;
}

.category-entries .entry a:hover {
	color: #000;
}

.category-entries .entry-content p {
	margin-bottom: 0;
	color: #000;
	font-size: 15px;
}

.category-entries .entry img {
	display: block;
	left: 0;
	overflow: hidden;
	position: absolute;
	-webkit-transition:  all .2s linear;
	-moz-transition:  all .2s linear;
	-o-transition:  all .2s linear;
	transition:  all .2s linear;
}

.category-entries .entry img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
}

@media only screen and (max-width: 1024px) {

	.category-entries .entry img {
		overflow: hidden;
		position: static;
	}

	.category-entries .entry-content-wrap {
		margin-top: 0;
		padding: 30px 0 0 0;
		width: 100%;
	}

	.category-entries .entry-title {
  		font-size: 11px;
		min-height: 30px;
	}

	.category-entries .entry img:hover {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=1);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}

	.category-entries .entry-title {
		margin-bottom: 20px;
	}

}

@media only screen and (max-width: 768px) {

	.featured-sponsor .one-fourth.widget-even,
	.featured-sponsor .one-fourth.widget-odd {
		margin-top: 20px;
	}

	.glamfoodie {
		/**float: right;
		text-transform: uppercase;
		padding: 0px;**/
        display: none;
	}

	.footerad-widget .two-thirds.first {
		margin-top: 0;
		width: 100%;
	}

	.footerad-widget .one-third {
		margin-top: 35px;
		width: 48.717948717948715% !important;
	}

	.footerad-widget .one-third.widget-odd {
		float: right;
		margin-bottom: 20px;
		margin-left: 2.564102564102564%;
	}

	.footerad-widget .one-third.widget-even {
		float: left;
		margin-left: 0 !important;
	}

	.site-footer {
		clear: both;
		padding: 7px 0;
	}

	.category-entries .category-odd {
		clear: both;
		margin-left: 0;
		width: 48.717948717948715%;
	}

	.category-entries .category-even {
		clear: none;
		margin-left: 2.564102564102564%;
		width: 48.717948717948715%;
	}

	.category-entries .entry-title {
  		font-size: 11px;
	}

	.category-entries .entry {
		margin-bottom: 5%;
	}

}

article .zem_rp_th_vertical { display: none !important; }

#jp-relatedposts h3.jp-relatedposts-headline em:before {
  border-top: none !important;
}

#jp-relatedposts h3.jp-relatedposts-headline{
  font-family: 'Pretty', sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

/*#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
    width: 180px !important;
}*/

/*#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img, #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span {
    width: 150px !important;
    height: 150px !important;
    object-fit: cover !important;
}*/

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img{
   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) !important;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
    text-decoration: none !important;
}

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
    margin-top: 7px !important;
}
