/*
	Theme Name: Humorous Homemaking
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Barry Myers
	Version: 1.1
 
	Tags: one-column, two-columns, three-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
	Template: genesis
	Template Version: 2.1
 
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
 
/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
		- Home Page
		- Miscellaneous
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Responsive Slider
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Retina Display
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px
		- max-width: 325px

*/


/*
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:#f0eff0;color:#2f2f28}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
--------------------------------------------- */

.clearfix:before,
.entry-content: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,
.widget:before,
.wrap:before  {
	content: " ";
	display: table;
}

.clearfix:after,
.entry-content: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,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* CUSTOM FONTS */
@font-face {
    font-family: nickainley;
    src: url('https://www.humoroushomemaking.com/wp-content/themes/humorous-homemaking/fonts/nickainley-webfont.eot');
    src: url('https://www.humoroushomemaking.com/wp-content/themes/humorous-homemaking/fonts/nickainley-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.humoroushomemaking.com/wp-content/themes/humorous-homemaking/fonts/nickainley-webfont.woff2') format('woff2'),
         url('https://www.humoroushomemaking.com/wp-content/themes/humorous-homemaking/fonts/nickainley-webfont.woff') format('woff'),
         url('https://www.humoroushomemaking.com/wp-content/themes/humorous-homemaking/fonts/nickainley-webfont.ttf') format('truetype'),
         url('https://www.humoroushomemaking.com/wp-content/themes/humorous-homemaking/fonts/nickainley-webfont.svg#nickainleyregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #2f2f28;
	font-family: 'century gothic', sans-serif;
	font-size: 18px;
	line-height: 1.625;
}

a,
button,
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: #2f2f28;
	color: #fff;
}

::selection {
	background-color: #2f2f28;
	color: #fff;
}

a {
	color: #31a2ac;
	text-decoration: none;
}

a:hover,
.site-footer a:hover {
	color: #af1c1c;
}

p {
	margin: 0 0 16px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote {background-image: url(https://www.humoroushomemaking.com/wp-content/themes/humorous-homemaking/images/blockquote.svg);  background-position: middle left;  background-repeat: no-repeat;  text-indent: 32px;  font-size: 0.9em;  }

.entry-content code {
	background-color: #2f2f28;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'helvetica black', 'arial black', sans-serif;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 24px;
}

h1,
.entry-title {
	font-size: 32px;
	color: #2f2f28;
}

h2,
.home-top .entry-title {
	font-size: 28px;
	color: #af1c1c;
}

h3,
.archive-title,
.comments-title,
.home-bottom .entry-title,
.home-middle .entry-title {
	font-size: 24px;
	color: #af1c1c;
}

h4 {
	font-size: 36px;
	font-weight: bolder;
	color: #2f2f28;
	font-family: nickainley;
}

h5 {
	font-size: 18px;
	color: #af1c1c;
}

h6,
.sidebar .entry-title {
	font-size: 16px;
	color: #af1c1c;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px #f8f8f8 inset;
	color: #999;
	font-size: 14px;
	padding: 16px;
	width: 100%;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #af1c1c;
	box-shadow: none;
	border: none;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	padding: 16px 24px;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #8e1515;
	color: #fff;
}

.button {
	display: inline-block;
}

.button a, .button a:hover {
color: #fff;
}

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 #ccc;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ccc;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	background-color: #fff;	margin: 0 auto;/*	max-width: 1140px;*/	overflow: hidden;	padding: 0px;}

.site-inner {	clear: both;	padding-top: 50px;	max-width: 1140px;	margin: 0 auto;}
.wrap {	margin: 0 auto;	max-width: 1140px;}
/* 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: 77%;}

.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: 66%;
}

.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: 44%;
}

.full-width-content .content {
	width: 100%;	margin: 0 auto;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 31%;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 164px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes

--------------------------------------------- */

.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 {
	border-radius: 50%;
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.widget_search input[type="submit"] {	border: 0;	clip: rect(0, 0, 0, 0);	height: 1px;	margin: -1px;	padding: 0;	position: absolute;	width: 1px;}
a.aligncenter img {	display: block;	margin: 0 auto;}

img.centered,.aligncenter {	display: block;	margin: 0 auto 24px;}

a.alignnone {	display: inline-block;}
img.alignnone,.alignnone {	margin-bottom: 12px;}
.alignleft {	float: left;	text-align: left;}
.alignright {	float: right;	text-align: right;}
a.alignleft,a.alignnone,a.alignright {	max-width: 100%;}
a.alignleft,img.alignleft,.wp-caption.alignleft {	margin: 0 24px 12px 0;}
a.alignright,img.alignright,.wp-caption.alignright {	margin: 0 0 12px 24px;}
.alignleft.post-image {	margin-bottom: 24px;}
.entry-content .wp-caption-text {	font-size: 14px;	margin: 0;	text-align: center;}
.gallery-caption,.entry-content .gallery-caption {	margin: 0 0 10px;}
.widget_calendar table {	width: 100%;}
.widget_calendar td,.widget_calendar th {	text-align: center;}
/* Genesis
--------------------------------------------- */

.breadcrumb {
	border: 1px solid #ccc;
	font-size: 12px;
	margin-bottom: 32px;
	padding: 16px 32px;
}

.archive-description,
.author-box,
.sticky {
	border: 1px solid #ccc;
	margin-bottom: 32px;
	overflow: hidden;
	padding: 20px;
}

.author-box-title {
	font-size: 20px;
	margin: 0 0 8px;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

/* Titles
--------------------------------------------- */

.site-header .widget-title {
  color: #fff;
}

.entry-title a,
.sidebar .widget-title a {
	color: #af1c1c;
	text-decoration: none;
}

.entry-title a:hover {
	color: #af1c1c;
}

.archive-title {
	font-size: 20px;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 20px;	margin-top: 20px;
	overflow: hidden;
	word-wrap: break-word;
}

.widget li {
	text-align: left;
}

.widget ol > li {
	border-bottom: 1px solid #ccc;
	list-style-position: inside;
	list-style-type: decimal;
	margin-bottom: 12px;
	padding-bottom: 12px;
	padding-left: 20px;
	text-indent: -20px;
}

.widget ul > li {
	list-style-type: none;
	margin-bottom: 12px;
	padding-bottom: 12px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget p:last-child,
.widget ol > li:last-child.
.widget ul > li:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 32px;
	text-align: center;
}

.featured-content .entry-header {
	border: none;
	margin-bottom: 12px;
}

.featured-content .entry-title {
	margin-bottom: 8px;
}

.featuredpost.widget li {
	text-align: center;
}

.more-from-category {
	padding-top: 12px;
}

.more-from-category a {
	border-top: 1px solid #ccc;
	display: block;
	padding-top: 12px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {	background-position: center top;	background-repeat: no-repeat;	background-size: 100%;    clear: both;    overflow: hidden;    position: relative;}
/* Full width header, no widgets */

/* .header-full-width .title-area,
.header-full-width .site-title {
	text-align: center;
	width: 100%;
}
*/
.header-image .site-description,.header-image .site-title a {	display: block;	text-indent: -9999px;}
.header-full-width.header-image .site-title a {	background-position: center !important;	margin: 0;}
/* Logo, hide text */
.header-image .title-area {	padding: 0;}
.header-image .site-title a {	float: left;	min-height: 110px;	width: 100%;}
/* Widget Area
--------------------------------------------- */
.site-header .widget-area {	color: #fff;	float: right;	width: 600px;}

.site-header .widget-area .widget {	margin-bottom: 0;}
/*Site Navigation---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {	clear: both;	font-size: 14px;	line-height: 0.5;	width: 100%;	text-align: center;	text-transform: uppercase;	}
.genesis-nav-menu .menu-item {	display: inline-block;	text-align: left;}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	padding: 20px 24px;
	position: relative;
	text-decoration: none;
}

.genesis-nav-menu li:hover > a,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	background-color: #fff;
	color: #a5a5a3;
}

.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: 184px;
	z-index: 99;
}

.genesis-nav-menu > li:hover .sub-menu a,
.genesis-nav-menu .sub-menu a {
	background-color: #fafafa;
	color: #a5a5a3;
	font-size: 12px;
	padding: 16px 24px;
	position: relative;
	width: 184px;
}

.genesis-nav-menu > li:hover .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:hover {
	background-color: #ccc;
	color: #2f2f28;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -44px 0 0 183px;
}

.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 {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
}

.genesis-nav-menu > .right > a {
	background: none;
	color: #a5a5a3;
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .right > a:hover {
	color: #31a2ac;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li,
.site-header .widget_nav_menu ul ul {
	border: none;
	margin: 0;
	padding: 0;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary, .nav-primary a, .nav-tertiary, .nav-tertiary a {
	color: #fff;
	background-color: #af1c1c;
}

.nav-primary  li.menu-item-has-children:hover > a,
.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #2f2f28;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #31a2ac;
	color: #af1c1c;
	}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	text-align: center;
	}

.responsive-menu-icon::before {
	content: "\f333";
	display: inline-block;
	text-align: left;
	font: normal 44px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
}

.nav-primary .responsive-menu-icon::after {
content: "MAIN MENU";
        display: block;
		float: middle;
		margin-top: -15px;
        }
		
.nav-secondary .responsive-menu-icon::after {
content: "BLOG MENU";
        display: block;
		float: middle;
		margin-top: -15px;
        }

.site-header .responsive-menu-icon::before {
	padding: 0;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.HH-pro-home .content .widget,
.HH-pro-home .content .widget:last-child {
	margin-bottom: 32px;
}

.HH-pro-home .featured-content .entry {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.HH-pro-home .entry:last-child {
	margin-bottom: 0;
}

.home-middle .featuredpost .alignleft {
	margin-bottom: 0;
	margin-right: 20px;
}

.home-bottom-left,
.home-bottom-right {
	width: 48%;
}

.home-bottom-left {
	float: left;
}

.home-bottom-right {
	float: right;
}

.HH-pro-home .content .featuredpost p {
	margin: 0;
}

.HH-pro-home .content .widget-title {
	padding: 12px 32px;	text-align: center;
}

/* Entries --------------------------------------------- */

.content .entry {
	margin-bottom: 32px;
	padding: 1%;
}

.entry-header {
	margin-bottom: 32px;
	text-align: center;
	}

.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: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-meta {
	font-size: 12px;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #ccc;
	margin: 0;
	padding: 32px 0 8px;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-meta .entry-tags {
	float: right;
}


/* After Entry
--------------------------------------------- */

.after-entry {
	border: 1px solid #ccc;
	margin-bottom: 32px;
	padding: 32px;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 32px;
}

.after-entry .widget:last-child,
.after-entry p:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
	clear: both;
	font-size: 14px;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	border: 1px solid #ccc;
	color: #a5a5a3;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	color: #31a2ac;
}

/* Comments
--------------------------------------------- */

.ping-list,
.entry-comments,
.comment-respond {
	margin-bottom: 40px;
	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: 20px;
}

.comment-list li li {
	margin-right: -20px;
}

.comment {
	border: 1px solid #ccc; 
	border-right: none; 
}

.comment.depth-1 {
	border-right: 1px solid #ccc; 
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.form-allowed-tags {
	background-color: #f8f8f8;
	font-size: 14px;
	padding: 24px;
}

p.subscribe-to-comments {
	padding: 24px 0 16px;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 15px;
}

.sidebar .widget {
	border: 1px solid #ccc;
	margin-bottom: 3%;
	padding: 3%;
	text-align: center;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #fff;
	border-top: 1px dotted #ccc;
	clear: both;
	margin: 0 auto;
	padding-top: 32px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 31%;
}

.footer-widgets-1 {
	margin-right: 36px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets .widget {
	border: 1px solid #ccc;
	margin-bottom: 32px;
	padding: 32px;
	text-align: center;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
}

/*Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #31a2ac;
	color: #fff;
	font-size: 12px;
	padding: 36px;
	text-align: center;
}

.site-footer a {
	color: #fff;
	text-decoration: none;	
}

.site-footer p {
	margin-bottom: 0;
}

/* CUSTOM BARRY ADDED CSS */
/* Post Info & Meta ----------- */

.post-info,
.post-meta {
	clear: both;
	line-height: 0.5;
}

.post-info {
	color: #fff;
	font-size: 0.75rem;
	height: 25px;
	margin: -30px 10px 0px;
}

.post-wrap-short .post-info {
               margin: 0;
}

.post-info .post-info-bar{
    background: #af1c1c;
    display: inline-block;
    float: left;
    height: 35px;
    padding-top: 14px;
    padding-right: 25px;
}

.single-post .post-info .post-info-bar{
        padding-left: 25px;
}

.post-info a,
.post-info .date {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 0 5px;
	margin: 0 0.313rem;
	text-transform: uppercase;
	text-decoration: none;
}

.post-info .author-img {
	background: #af1c1c;
	border-radius: 50%;
	display: block;
	float: left;
	height: 70px;
	margin-top: -25px;
	margin-top: -1.9rem;
	margin-left: -30px;
	margin-left: -1.875rem;
	margin-right: 10px;
	padding: 3px;
	width: 70px;
}

.post-info .author-img img {
	border-radius: 50%;
}

.post-info .author-img a {
	margin: 0 !important;
}

.post-meta {
	border-top: 1px solid #ccc;
	padding-top: 24px;
	padding-top: 1.5rem;
}

.post-wrap-short .post-info .categories {
       float: left;
}

#content div.sd-block {
	border: none;
	padding: 0;
}

#content .sd-content {
	float: left;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	overflow: hidden;
}

p.disclosure-policy {
	font-size: 10px;
	line-height: 1;
}

p.comment-policy, p.affiliate-disclosure {
	font-size: 11px;
	line-height: 1.25;
}

#top-optin {display: block;background: #31a2ac;color: #fff;padding: 15px;position: relative;font-size: 25px;}
/* #before-footer {display: block;background: #31a2ac;color: #fff;padding: 1em;position: relative;margin-bottom: 15px;text-align: center;}
#top-optin .widget, #before-footer .widget {margin-bottom: 0px;!important}
#signup_email {width: 40%;}*/
body.home .site-inner {padding-top: 0px;max-width: 100%;}
/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {
	
	.search-form input[type="search"] {
		background-image: url(images/search@2x.png);
	}

}

@media only screen and (max-width: 1139px) {

	.footer-widgets,	.site-container,	.wrap {		max-width: 960px;	}
	.content-sidebar-sidebar .content-sidebar-wrap,	.sidebar-content-sidebar .content-sidebar-wrap,	.sidebar-sidebar-content .content-sidebar-wrap {		width: 72%;
	}

	.content {
		width: 66%;
	}

	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.site-header .widget-area {
		width: 31%;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary {
		width: 31%;
	}

}
#signup_email {width: 40%;}
@media only screen and (max-width: 767px) {

	body {
		font-size: 14px;
	}
	
	.site-container {
		padding: 20px 5%;
		width: 94%;
	}
	
	.content-sidebar-sidebar .content-sidebar-wrap,	.content-sidebar-sidebar .content,	.content,	.footer-widgets-1,	.footer-widgets-2,	.footer-widgets-3,	.sidebar-content-sidebar .content-sidebar-wrap,	.sidebar-content-sidebar .content,	.sidebar-primary,	.sidebar-secondary,	.sidebar-sidebar-content .content-sidebar-wrap,	.sidebar-sidebar-content .content,	.site-header .widget-area {		width: 100%;	}	
	.five-sixths,	.four-sixths,	.home-bottom-left,	.home-bottom-right,	.one-fourth,	.one-half,	.one-sixth,	.one-third,	.three-fourths,	.three-sixths,	.two-fourths,	.two-sixths,	.two-thirds {		margin: 0;		width: 100%;	}
	.site-title {		font-size: 32px;	}
	.header-image .site-title a {		background-size: contain !important;	}
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,	.genesis-nav-menu.responsive-menu {		display: none;	}	.genesis-nav-menu.responsive-menu .menu-item,	.responsive-menu-icon {		display: block;	}
	.genesis-nav-menu.responsive-menu .menu-item {		margin: 0;	}
	.genesis-nav-menu.responsive-menu .menu-item:hover {		position: static;	}
	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu a,
	.genesis-nav-menu.responsive-menu > li:hover .sub-menu a,
	.genesis-nav-menu.responsive-menu a:hover,
	.genesis-nav-menu.responsive-menu li:hover > a {
		color: #af1c1c;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f140";
		float: right;
		font: normal 20px/1 'dashicons';
		height: 20px;
		padding: 16px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f142";
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.025);
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}

	.genesis-nav-menu.responsive-menu > li:hover .sub-menu a:hover,
	.genesis-nav-menu.responsive-menu > li:hover .sub-menu a,
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 12px 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu a,
	.nav-primary .genesis-nav-menu.responsive-menu > li:hover .sub-menu a,
	.nav-primary .genesis-nav-menu.responsive-menu a:hover,
	.nav-primary .genesis-nav-menu.responsive-menu li:hover > a {
		color: #2f2f28;
	}
	
	.genesis-nav-menu a {
		font-size: 12px;
	}
	
	.nav-secondary {
	color: #fff;
	}
	
	.entry-meta .entry-tags {
		clear: both;
		float: left;
	}
	
	.entry-meta .entry-comments a {
		margin: 0 0 10px;
	}
	
	.HH-pro-home .featuredpost .alignleft,
	.HH-pro-home .featuredpost .alignright {
		float: none;
		margin: 0 auto;
	}
	
	.single-post .post-info .post-info-bar {
    line-height: 1.25;
	height: 55px;
	}
	
	.post-info .author-img {
	height: 50px;
	width: 50px;
	padding: 3px;
	margin-top: -.65rem;
	}
#signup_email {width: 100%;}
/* hide ABOUT ME sidebar widget on small screens */
	#text-5 {
	display: none;
}
}

@media only screen and (min-width: 767px) {
/* hide ABOUT ME sidebar widget on small screens */
	#text-14 {
	display: none;
	}
}

div.bribe-button {
	width: 50%;
	margin: 25px auto 25px auto;
	text-align: center;
	padding: 10px;
	border-radius: 4px;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	background: rgb(66, 184, 221);
}

div.bribe-button h3, div.bribe-button a {
color: #fff;
display: inline;
text-align: center;
}

div.bribe-button a:hover {
color: #af1c1c;
}

@media only screen and (max-width: 325px) {
#signup_email {width: 95%;}}
a.buynow {background: #af1c1c;    color: #fff;    margin: 2px;	margin-right: 10px;    padding: 3px 12px;    width: auto;	}	a.buynow:hover {background: #2f2f28;}div.buynow {border: 5px dashed #2f2f28;padding: 10px;margin: 10px;text-align: center;font-size: 1.25em;font-family: 'helvetica black', 'arial black', 'century gothic', sans-serif;text-transform: uppercase;}
.wp-post-image {    float: none;	display: block;	margin-left: auto;    margin-right: auto;	margin-bottom: 10px;	margin-top: -25px;}
/* -----  Header Bar START ---- */
.header-bar {	background-color: transparent;	padding-top: 10px;}
.header-bar-left {	width: 75%;}
.header-bar-right {	width: 25%;}
.header-bar-left {	float: left;}
.header-bar-right {	float: right;	text-align: right;}
.header-bar .widget {margin-bottom: 10px;}
.header-bar input[type="search"] {	background: inherit;}
#search-6 {background: #af1c1c;}@media screen and (max-width: 767px) {.header-bar-left {width: 100%;}.header-bar-right {width: 100%;}}/* -----  Header Bar END ---- */
/*removes dates from comments*/.comment-meta {    display:  none;}
/* Laundry Monster Landing Page------------------------------------------------------------ */.laundrymonster {background-color: #31a2ac;}.laundrymonster .site-inner {padding: 10px;}#laundry-monster {	clear: both;	margin: 0 auto;	overflow: hidden;	padding: 20px;	width: 70%;	border: 1px solid #ccc;}
.laundry-monster-left {	float: left;	width: 45%;	padding-left: 5%;}
.laundry-monster-right {	float: right;	width: 45%;}
div.laundry-monster-bribe-button {	width: 90%;	margin: 25px auto 25px auto;	text-align: center;	padding: 8px;	border-radius: 4px;    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);	background: #af1c1c;}
div.laundry-monster-bribe-button h3, div.laundry-monster-bribe-button a {color: #fff;display: inline;text-align: center;}
div.laundry-monster-bribe-button:hover {background: #8e1515;}
/* Responsive Design
------------------------------------------------------------ */
@media screen and (max-width: 767px) {    .laundry-monster-left {clear: both;width: 100%;text-align: center;  }
.laundry-monster-right {width: 100%;}}

/* WooCommerce Edits ------------------------------------------------------------ */
ul.products li.product, .woocommerce-page ul.products li.product {
padding: 10px !important;
width: 16% !important;
}

.woocommerce .quantity .qty 
{
width: 5.5em !important;
}

#respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
background-color: #af1c1c !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
white-space: pre-wrap !important;
}

/* WooCommerce Responsive Edits --------------------- */
@media only screen and (max-width: 767px) {
ul.products li.product, .woocommerce-page ul.products li.product {
padding: 10px !important;
width: 45% !important;
}
}

/* toggling search bar START --------------------- */.header-bar .search-form {	float: right;    margin-top: 16px;	}   .search-form input[type="search"] {    cursor: pointer;	background-color: transparent;	background-image: url(images/search-icon.png);	background-position: 5px center;	background-repeat: no-repeat;	background-size: 35px 35px;	border: 0;	height: 40px;	width: 44px;	margin: 3px 0;	padding: 0 0 0 44px;	position: relative;	box-shadow: none;	-webkit-transition: width 400ms ease, background 400ms ease;	transition:         width 400ms ease, background 400ms ease;	}	.search-form input:focus {	background-color: #fff;	border: 1px #f0eff0;	cursor: text;	width: 200px;}	/* toggling search bar END --------------------- *//* -----------footer social icons start ----------------*/#footer-social {list-style-type: none;margin: 0;padding: 4px 0 4px 0;}#footer-social li {display: inline;padding-right: 20px;}#footer-social a:hover {filter: opacity(80%);-webkit-filter: opacity(70%);}/* -----------footer social icons end ----------------*//* -----------genesis featured posts in grid START ----------------*/.home-articles.widget-area .entry {display: inline-block;width: 44%;margin: 0 0 0 3%;text-align: center;overflow: hidden;vertical-align: top;padding: 1rem;}@media only screen and (max-width: 650px) {.home-articles.widget-area .entry {display: block;width: 100%;text-align: center;overflow: hidden;vertical-align: top;padding: 1rem;}}/* -----------genesis featured posts in grid END ----------------*//* -----------Kitchen Hacks Landing Page START ----------------*/body.kitchenhackslanding  {  background: url(https://www.humoroushomemaking.com/wp-content/themes/humorous-homemaking/images/kitchen-hacks-bg.jpg) no-repeat center center fixed;    -webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover; } .kitchenhackslanding .site-container {background-color: transparent;background: rgba(255,255,255,0.8);}.scratch-cooking-hacks {margin-bottom: 25px;text-align: center;}/* -----------Kitchen Hacks Landing Page END ----------------*//* -----------Oils Landing Page START ----------------*/body.oilslanding  {  background: url(https://www.humoroushomemaking.com/wp-content/themes/humorous-homemaking/images/oils-landing-BG.jpg) no-repeat center center fixed;    -webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover; } .oilslanding .site-container {background-color: transparent;background: rgba(255,255,255,0.8);}.scratch-cooking-hacks {margin-bottom: 25px;text-align: center;}/* -----------Oils Landing Page END ----------------*//* -----------Testimonials START ----------------*/div.home-middle.widget-area {background: #af1c1c;color: #fff;}div.home-middle.widget-area .widget:last-child {margin-bottom: -20px !important;}div.home-middle.widget-area h5 {display: none;}div.home-middle.widget-area blockquote {background-image: url(https://www.humoroushomemaking.com/wp-content/themes/humorous-homemaking/images/blockquote-white.svg);}ul.testimonials-list li img {margin-top: 0px;border-radius: 0 !important;	}ul.lSPager.lSpg {display: none;}@media only screen and (max-width: 767px) {div.home-middle.widget-area {display: none;}}/* -----------Testimonials END ----------------*/

.mouse-over-message {
position: relative;
padding: 0;
margin: 0;
}
.mouse-over-message img {
display: block;
max-width: 100%;
height: auto;
}
.mouse-over-message-text {
opacity: 0;
position: absolute;
width: 50%;
color: #fff;
left: 25%;
bottom: 0;
padding: 0.75em 1em;
font-weight: 700;
z-index: 2;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background-color: rgba(0,0,0,.7);
-webkit-transition: opacity .3s ease-in-out;
transition: opacity .3s ease-in-out;
}
.mouse-over-message:hover .mouse-over-message-text {
opacity: 1;
}