/*
	Theme Name: Magazine Pro Theme
	Theme URI: http://my.studiopress.com/themes/magazine/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 3.1

	Tags: black, white, one-column, responsive-layout, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/


/* Table of Contents
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Search Form
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Genesis Responsive Slider
		- Jetpack
		- Simple Social Icons
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Color Styles
		- Magazine Pro Blue
		- Magazine Pro Green
		- Magazine Pro Red
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#222}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry-content:before,
.entry:before,
.featured-content:before,
.footer-widgets:before,
.sub-footer:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry-content:after,
.entry:after,
.featured-content:after,
.footer-widgets:after,
.sub-footer:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #222;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
}

body.magazine-landing {
	background-color: #222;
}

.site-container{
	background-color: #F1F1F1;
}

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: #222;
	color: #fff;
}

::selection {
	background-color: #222;
	color: #fff;
}

a {
	background-color: inherit;
	color: #222;
	font-weight: 400;
	text-decoration: none;
}

a:hover {
	color: #8F305C;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #888;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

cite {
	font-style: normal;
}

article {
	padding: 15px;
	background-color: #fff;
}

.woocommerce .site-inner .content,
.woocommerce .site-inner #content{
    background: #ffffff;
}

.woocommerce a.single_add_to_cart_button.button.alt{
	color: #fff;
	background-color: #568C58;
	font-weight:700;
}
.woocommerce a.single_add_to_cart_button.button.alt:hover{
	background-color:#E6E7E8;
	color: #568C58;
}

.woocommerce .related.products li.product {
	padding: 0px;
}
.woocommerce .quantity input.qty {
    width: 4.631em;
}
.woocommerce .woocommerce-checkout #payment {
    background: #ffffff;
}
.woocommerce .woocommerce-checkout #payment ul.payment_methods li {
    list-style: none;
}
.woocommerce #add_payment_method #payment div.payment_box:before, 
.woocommerce .woocommerce-checkout #payment div.payment_box:before {
    display: none;
}
.woocommerce .payment_box fieldset {
    background: #eeeeee;
    color: #000000;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222;
	font-family: 'Marmelad', sans-serif;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 16px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

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;
}
/* Display Short Code Plugin
--------------------------------------------- */
.featured-content img,
.gallery img {
 	width: auto;
}
.featured-posts-grid .listing-item {
	margin-bottom: 40px;
}

.listing-item img {
	vertical-align: top;
}

.featured-posts-grid .listing-item a.image {
	display: block;
}

img.attachment-featured-cat-image.size-featured-cat-image.wp-post-image {
    height: 123px;
    object-fit: cover;
    width: 234px;
}
/* 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 #ddd;
	color: #222;
	font-family: 'Marmelad', sans-serif;
	font-size: 14px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #888;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #222;
	font-family: 'Marmelad', sans-serif;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #222;
	font-family: 'Marmelad', sans-serif;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
a.button,
.entry-content a.button,
.woocommerce .site-inner button,
.woocommerce .site-inner  input[type="button"],
.woocommerce .site-inner input[type="reset"],
.woocommerce .site-inner input[type="submit"],
.woocommerce .site-inner a.button,
.woocommerce .site-inner .entry-content a.button,
.woocommerce .sticky-header-section button,
.woocommerce .sticky-header-section  input[type="button"],
.woocommerce .sticky-header-section input[type="reset"],
.woocommerce .sticky-header-section input[type="submit"],
.woocommerce .sticky-header-section a.button,
.woocommerce .sticky-header-section .entry-content a.button{
	background-color: #568C58;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-weight:300;
	color: #fff;
	cursor: pointer;
	font-family: 'Marmelad', sans-serif;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
a.button:hover,
a.entry-content .button:hover,
.woocommerce .site-inner button:hover,
.woocommerce .site-inner input:hover[type="button"],
.woocommerce .site-inner input:hover[type="reset"],
.woocommerce .site-inner input:hover[type="submit"],
.woocommerce .site-inner a.button:hover,
.woocommerce .site-inner .entry-content a.button:hover,
.woocommerce .sticky-header-section button:hover,
.woocommerce .sticky-header-section input:hover[type="button"],
.woocommerce .sticky-header-section input:hover[type="reset"],
.woocommerce .sticky-header-section input:hover[type="submit"],
.woocommerce .sticky-header-section a.button:hover,
.woocommerce .sticky-header-section .entry-content a.button:hover{
	color: #568C58;
	background-color: #E6E7E8;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

a.button.read-more,
button.read-more {
	clear: both;
	width: 100%;
	padding: 4px;
	text-align: center;
	font-size: 1.1em;
	font-weight:700;
	letter-spacing: 1px;
	color: #568c58;
	background-color: #e6e7e8;
	margin-top: 15px;
}
a.button.read-more:hover,
button.read-more:hover{
	color: #fff;
	background-color: #568c58;
}

a.button.inline{
	clear: none;
	width: auto;
	padding: 0 7px;
	text-align: left;
	font-size: inherit;
	margin: 0;
}
 .archive article a.read-more.button,
 .home-top article a.read-more.button,
 .home-middle article a.read-more.button{
	 position: absolute;
	 width:auto;
	 left: 10%;
	 right: 10%;
	 bottom: 20px;
 }

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}

.single .site-inner,
.page .site-inner,    .woocommerce .site-inner {
	max-width: 940px;
}
.single.content-sidebar-sidebar .site-inner,
.page.content-sidebar-sidebar .site-inner,
.single.sidebar-content-sidebar .site-inner,
.page.sidebar-content-sidebar .site-inner,
.single.sidebar-sidebar-content .site-inner,
.page.sidebar-sidebar-content .site-inner{
	max-width: 1040px;
}

.single .site-inner .entry,
.page .site-inner .entry, .woocommerce .site-inner #content   {
	padding: 50px 75px;
}
.single.full-width-content .site-inner .entry,
.page.full-width-content .site-inner .entry {
	padding: 50px 100px;
}

.magazine-home .site-inner {
	padding-bottom: 10px;
}

.magazine-landing .site-inner,
.magazine-landing .wrap {
	max-width: 800px;
}

.magazine-landing .site-inner {
	padding-bottom: 40px;
}


/* 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: 930px;*/
/*}*/
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 827px;
}

.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: 750px;
}

.magazine-landing .content {
	background-color: #fff;
	padding: 50px 60px 24px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
	width: 650px;
}

.sidebar-content .content{
	width: 650px;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 540px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 250px;
}

.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
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 47%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.author-box .avatar {
	height: 70px;
	margin-right: 30px;
	width: 70px;
}

.comment .avatar {
	height: 50px;
	margin: 0 16px 24px 0;
	width: 50px;
}

.sticky {
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignright {
	max-width: 100%;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.entry-content .igit_relpost{
	height: auto;
}
.entry-content #igit_title a:hover{
	border: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	border-bottom: 1px dotted #888;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.archive-description,
.author-box {
	margin-bottom: 30px;
	padding: 15px;
	background-color: #fff;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description p:last-child,
.author-box p:last-child,
.search-results .archive-description h1 {
	margin-bottom: 0;
}

.author-box-title {
	color: #222;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box p {
	margin-bottom: 0;
}

/* Author Box
--------------------------------------------- */

div.abh_box.abh_box_ ul.abh_tabs li a:hover,
div.abh_box.abh_box_ ul.abh_tabs li.abh_active a:hover,
div.abh_box.abh_box_ li.abh_active,
div.abh_box.abh_box_ ul.abh_tabs li.abh_active a,
div.abh_box.abh_box_ ul.abh_tabs{
	background: transparent !important;
}

div.abh_box.abh_box_ ul.abh_tabs {
	border-top: solid 2px;
	border-bottom: solid 1px black !important;
	font-family: 'Marmelad' !important;
	font-size: 19px !important;
	padding: 10px !important;
}

div.abh_box.abh_box_ ul.abh_tabs li.abh_active a {
	color: #568c58 !important;
}

div.abh_box.abh_box_ ul.abh_tabs li a {
	font-weight: 700;
}

div.abh_text.abh_box_ .name a.url {
	font-size: 1.2em !important;
}

div.abh_box.abh_box_ .abh_tab_content {
	border-bottom: solid 1px black !important;
	border-top: none;
}



/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	width: 50%;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
}

.footer-widgets .search-form input,
.sub-footer .search-form input{
	border: none;
	font-family: 'Marmelad', sans-serif;
	font-size: 18px;
	padding: 10px;
}

.genesis-nav-menu .search-form input {
	background-color: #fff;
	border: 1px solid #222;
	color: #222;
	text-transform: uppercase;
	width: 180px;
}

.genesis-nav-menu .search-form ::-moz-placeholder {
	color: #fff;
}

.genesis-nav-menu .search-form ::-webkit-input-placeholder {
	color: #fff;
}

.genesis-nav-menu .search-form input:focus {
	border: 1px solid #fff;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sidebar .search-form input{
	background-color: #E6E7E8;
	font-family: 'Marmelad', sans-serif;
	font-size: 22px;
	padding: 10px;
}
.nav-primary .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
	margin-top: 10px;
display: none !important;
}

.nav-primary .search-form input[type="search"] {
	background-color: transparent;
	background-image: url(https://www.homemademommy.net/wp-content/uploads/2017/05/searchicon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	text-transform: initial;
	width: 0;
}

.nav-primary .search-form input[type="search"]:focus {
	background-color: #fff;
	border: 2px solid black;
	font-size: 18px;
	cursor: text;
	outline: 0;
	width: 230px;
}

.nav-primary .search-form input[type="submit"] {
	display: none;
}

.nav-primary input[type="search"] {
	-webkit-appearance: textfield;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 36px;
	line-height: 1;
	color: #568C58;
}

.entry-title a,
.sidebar .widget-title a {
	color: #568C58;
	font-weight: 500;
}

.entry-title a:hover {
	color: #8F305C;
}

.widget-title {
	clear: both;
	font-size: 16px;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.magazine-home .content .widget-title,
.sidebar .widget-title,
.archive h1.archive-title {
	background-color: #4F7651;
	color: #fff;
	padding: 5px;
	padding-left:10px;
	font-size: 26px;
	line-height: 32px;
	font-family: 'Marmelad', sans-serif;
	text-transform: capitalize;
}

.sidebar .enews .widget-title {
	background: none;
	padding: 0;
}

.footer-widgets .widget-title,
.sub-footer .widget-title{
	color: #fff;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}

.archive h2.entry-title{
	font-size: 24px;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget,
.widget li {
	word-wrap: break-word;
}

.widget li {
 	list-style-type: none;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding-bottom: 0;
}

.widget ul > li:last-child {
	margin-bottom: 0;
}

.widget .genesis-nav-menu li li {
	margin: 0;
	padding: 0;
}

.widget.recent-posts-extended h3 a{
	font-family: 'Marmelad', sans-serif;
}

.more-from-category {
    text-align: right;
}
.before-entry.widget-area {
    clear: both;
}
.after-comments .widget {
    margin-top: 40px;
}
/* Featured Content
--------------------------------------------- */

.featured-content {
	clear: both;
	overflow: hidden;
}

.home-middle .featured-content a,
.home-top .featured-content a {
	position: relative;
}

.featured-content .entry {
 	margin-bottom: 30px;
}

.content .home-middle .featured-content .entry,
.content .home-top .featured-content .entry,
.archive article {
	border: none;
	float: left;
	max-width: 100%;
}

.home-top .featured-content .entry,
.archive article {
	width: 30%;
}
.home-middle .featured-content .entry {
	width: 48%;
}

.content .home-bottom .featured-content .entry,
.sidebar .featured-content .entry {
	border: none;
}

.sidebar .featured-content .entry:last-child {
	border-bottom: none;
}

.home-middle .featured-content .entry-content p:last-child,
.home-top .featured-content .entry-content p:last-child,
.sidebar .featured-content .entry:last-child,
.archive article:last-child {
	margin-bottom: 0;
}

.home-top .featured-content .entry,
.archive article {
	margin-right: 5%;
}
.home-middle .featured-content .entry{
	margin-right: 4%;
}
.home-top .featured-content .entry:nth-of-type(3n),
.archive article:nth-of-type(3n) {
	margin-right: 0;
}

.archive article,
.home-middle article,
.home-top article {
	position: relative;
}
.archive article .entry-content {
	margin-bottom: 30px;
}
.home-middle article .entry-content,
.home-top article .entry-content,
.widget_homemade_featured_products_widget .entry-content{
	margin-bottom: 60px;
}

.home-middle .widget_homemade_featured_products_widget img.aligncenter{
	float:left;
	margin: 0 24px 24px 0;
}
@media screen and (max-width: 1023px ) {
	.home-top .widget_homemade_featured_products_widget img.aligncenter {
		float:left;
		margin: 0 24px 24px 0;
	}
}
@media screen and (max-width: 480px ) {
	.home-middle .widget_homemade_featured_products_widget img.aligncenter,
	.home-top .widget_homemade_featured_products_widget img.aligncenter{
		float: none;
		margin: 0 auto 24px;
	}
}

.home-middle .featured-content .entry:nth-of-type(2n){
	margin-right: 0;
}

.home-top .featured-content .entry:nth-of-type(3n+1),
.archive article:nth-of-type(3n+1) {
	clear: left;
}
.home-middle .featured-content .entry:nth-of-type(2n+1) {
	clear: left;
}

.archive article .entry-content img {
	display: block !important;
	margin: 0 auto 24px !important;
	float: none;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	line-height: 1.2;
}

.sidebar .featured-content .entry-title {
	font-size: 20px;
}

.featured-content .entry-title a {
	border: none;
	font-family: Marmelad;
}

.featured-content a.alignnone {
	display: inline-block;
	margin-bottom: 20px;
	max-width: 100%
}

.featured-content .entry-header .entry-meta {
	margin-bottom: 10px;
}

.js .content .home-middle a .entry-time, 
.js .content .home-top a .entry-time {
	background-color: #8F305C;
	bottom: 24px;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	padding: 5px 10px;
	position: absolute;
	right: 0;
}

.js .home-middle a.alignleft,
.js .home-top a.alignleft {
	margin: 0 24px 14px 0;
}

.js .home-middle a.alignright,
.js .home-top a.alignright {
	margin: 0 0 24px 24px;
}

.js .home-middle a.alignleft img,
.js .home-middle a.alignright img,
.js .home-top a.alignleft img,
.js .home-top a.alignright img {
	margin: 0;
}

.home-middle a.more-link,
.home-top a.more-link {
	background-color: #eee;
	clear: both;
	color: #222;
	display: block;
	font-size: 14px;
	margin-top: 20px;
	padding: 8px 10px;
	text-align: center;
}

.home-middle a.more-link:hover,
.home-top a.more-link:hover {
	background-color: #8F305C;
	color: #fff;
}

.featured-content ul {
	clear: both;
	margin-bottom: 30px;
}

.featured-content li {
	list-style-type: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	background-color: #568C58;
	color: #aaa;
	padding: 40px;
}

.enews form + p {
	margin-top: 24px;
}

.enews-widget .widget-title {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #8F305C;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #E6E7E8;
	color: #8F305C;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.magazine-home .content #genesis-responsive-slider,
.magazine-home .content .genesis_responsive_slider li {
	border: none;
}

.magazine-home  .genesis_responsive_slider {
	margin-bottom: 40px;
}

.magazine-home .content .genesis_responsive_slider li:before {
	content: "";
	margin: 0;
}

.magazine-home .content .genesis_responsive_slider .slide-excerpt,
.magazine-home .content .genesis_responsive_slider .slide-excerpt-border  {
	background: transparent;
	border: none;
	margin: 0;
}

.magazine-home .content .genesis_responsive_slider .slide-excerpt {
	padding: 0;
}

.magazine-home .content #genesis-responsive-slider,
.magazine-home .content .genesis_responsive_slider .slides li,
.magazine-home .content .genesis_responsive_slider .flex-direction-nav li {
	margin: 0;
	padding: 0;
}

.magazine-home .content .genesis_responsive_slider .flex-control-nav {
	line-height: 1;
}

.magazine-home .content .genesis_responsive_slider .flex-control-nav li {
	margin: 0;
	padding: 0 5px;
}

.magazine-home .content .genesis_responsive_slider .flex-direction-nav li a {
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
}

.magazine-home .content .genesis_responsive_slider .slide-excerpt-border  {
	background: #fff;
	width: 100%;
}

.magazine-home .content .genesis_responsive_slider h2,
.magazine-home .content .genesis_responsive_slider h2 a {
	line-height: 1.2;
	margin: 0;
}

.magazine-home .content .genesis_responsive_slider p {	
	font-size: 14px;
	margin: 10px 0 0;
}

.magazine-home .content .genesis_responsive_slider .flex-direction-nav li a {
	background: url(images/icon-direction-nav.png) no-repeat -50px 0;
	background-size: 100px 98px;
	height: 49px;
	outline: none;
	right: -25px;
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
	width: 50px;
}

.magazine-home .content .genesis_responsive_slider .flex-direction-nav li a:hover {
	background-position: -50px -49px;
}

.magazine-home .content .genesis_responsive_slider .flex-direction-nav li a.prev {
	background-position: 0 0;
	bottom: auto;
	left: auto;
	right: 62px;
	top: 30px;
}

.magazine-home .content #genesis-responsive-slider .flex-direction-nav li a.next {
	bottom: auto;
	left: auto;
	right: 10px;
	top: 30px;
}

.magazine-home .content #genesis-responsive-slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -49px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}

/* Simple Social Icons
--------------------------------------------- */

.sidebar .simple-social-icons ul li {
	margin: 0 2px 4px !important;
}

.footer-widgets .simple-social-icons ul li a{
	padding: 10px;
}
.footer-widgets .simple-social-icons ul li a:hover{
	padding: 10px;
}

/* Simple Share Buttons
--------------------------------------------- */
img.ssbp-email-powered-by {
    display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header{
	background-color: #fff;
}
.site-header .wrap {
	padding: 30px 0;
	text-align: center;
	font-size: 16px;
}

#sticky-header-section{
	background: #8f305c;
	width: 100%;
	padding: 10px;
}

#sticky-header-section .wrap {
	color: #fff;
	text-align: center;
	font-size: 16px;
}
#sticky-header-section .optin-text{
	text-align: right;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(20%);
	-ms-transform: translateY(20%);
	transform: translateY(20%);
}
#sticky-header-section .optin-buttons{
	text-align: left;
}
#sticky-header-section button{
	background-color: transparent;
	padding: 0;
	vertical-align: text-bottom;
	height: 80%;
	position:absolute;
	top:5px;
	right:30px;
}
#sticky-header-section .button{
	margin-left: 15px;
	line-height: 1;
	font-weight:300;
	padding: 13px 17px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-top: 30px;
	width: 380px;
}

.header-image .title-area {
	padding: 0;
	position: relative;
}

.site-title {
	font-family: 'Marmelad', sans-serif;
	font-size: 48px;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:hover {
	color: #222;
	font-weight: 900;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

/* Full width header, no widgets */
.header-image .site-description{
	display: block;
	text-indent:0;
	font-family: 'Lato', sans-serif;
	color: #568c58;
	bottom: 70px;
	font-size: 18px;
	position: absolute;

}
.header-image .site-title a {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;

}

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 0;
}

/*.header-image */
.site-title a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	display: block;
	min-height: 70px;
	text-indent: -9999px;
	width: 100%;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	.header-image .site-title > a {
		float: left;
		width: 100%;
		background: url(images/logo@2x.png) no-repeat left top !important;
    		background-size: contain !important;
	}
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 728px;
}

.header-image .site-header .title-area,
.header-image .site-header .widget-area {
	padding: 40px 0;
}

.site-header .widget-area p {
	margin-bottom: 0;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #222;
	font-family: 'Marmelad', sans-serif;
	font-size: 20px;
	line-height: 1;
	text-transform: uppercase;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #222;
	display: block;
	text-transform: capitalize;
	padding: 25px 15px;
	font-size: 22px;
	position: relative;
	font-weight: 500;

}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #568C58;
}

.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: 190px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	font-family: 'Lato', sans-serif;
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: none;
	font-size: 14px;
	font-weight: 400;
	padding: 20px;
	position: relative;
	text-transform: none;
	width: 190px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -53px 0 0 189px;
}

.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: #fff;
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 25px 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 {
	padding: 7px 45px 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	/*border-top: 1px solid #222;*/
}

.site-header .sub-menu .sub-menu {
	margin-top: -54px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: transparent;
	color: #222;
	position: relative;
	width: 58%;
	margin: 32px 0;
	float: right;
}

.nav-primary a {
	color: #222;
}

.nav-primary a:hover,
.nav-primary .sub-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #568C58;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: none;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	border-top: 2px solid #222;
	border-bottom: 1px solid #222;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: -1px;
	text-align: center;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
}

.site-header .responsive-menu-icon::before {
	padding: 0;
}

/* SuperSide Me styles */
.slide-nav-link:focus,
.side-navigation:focus,
.side-navigation a:focus,
.menu-close:focus,
.sub-menu-toggle:focus{
	outline: none !important;
}
.sidr.left .menu-close {
	padding: 16px 24px;
	width: 100%;
	text-align: left;
}
.search-me input[type="search"]{
	background-color: #E6E7E8;
	font-family: 'Marmelad', sans-serif;
	font-size: 16px;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 60px;
}

.archive .content .entry,
.home .content .entry,
.page-template-page_blog-php .content .entry {
	border-bottom: 2px solid #eee;
}

.entry-content a {
	color: #8F305C;
}

.entry-content a:hover {
	color: #222;
}

.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-meta {
	font-size: 14px;
}

.entry-header .entry-meta {
	margin-bottom: 10px;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	border-bottom: 1px solid #222;
	border-top: 1px solid #222;
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 30px 0;
}

.after-entry p:last-child {
	margin-bottom: 0;
}

.after-entry .widget {
	margin-bottom: 30px;
}

.after-entry .widget:last-child {
	margin-bottom: 0;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	margin: 40px 0;
	text-align: center;
	clear:both;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #8F305C;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #8F305C;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}
.entry-comments h3,
.entry-pings h3,
.comment-respond h3{
	min-height: 37px;
	padding: 15px
}

.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 article {
	background-color: #fff;
	padding: 0;
}

ol.comment-list>li,
ol.ping-list>li,
.comment-respond form {
	border: 0;
	border-top: solid 5px #F1F1F1;
}

.comment-respond form {
	padding: 15px 25px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	padding: 15px 25px;
	border: 0;
}

li.comment {
	background-color: #fff;
	border: 2px solid #fff;
	border-right: none;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .featured-content p:last-child {
	margin-bottom: 24px;
}

.sidebar li {
	border-bottom: 1px dotted #888;
	margin-bottom: 6px;
	padding-bottom: 6px;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar .tagcloud a,
.sidebar .tagcloud a:visited {
	background-color: #eee;
	color: #222;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}

.sidebar .tagcloud a:hover {
	background-color: #8F305C;
	color: #fff;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets,
.sub-footer {
	background-color: #304d31;
	color: #fff;
	clear: both;
	font-size: 14px;
	padding: 60px 0 0;
}
.sub-footer{
	background-color: #d07c31;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.sub-footer-widgets-1,
.sub-footer-widgets-2,
.sub-footer-widgets-3 {
	width: 360px;
}

.footer-widgets-1,
.sub-footer-widgets-1 {
	margin-right: 30px;
}

.footer-widgets-1,
.footer-widgets-2,
.sub-footer-widgets-1,
.sub-footer-widgets-2{
	float: left;
}

.footer-widgets-3,
.sub-footer-widgets-3 {
	float: right;
}

.footer-widgets a,
.sub-footer a {
	color: #E6E7E8;
	font-weight: 300;
}

.footer-widgets a:hover,
.sub-footer a:hover {
	color: #fff;
}

.footer-widgets p:last-child,
.sub-footer p:last-child {
	margin-bottom: 0;
}

.footer-widgets .widget,
.sub-footer .widget {
	margin-bottom: 50px;
}

.footer-widgets li,
.sub-footer li {
	margin-bottom: 20px;
}

.footer-widgets .enews-widget,
.sub-footer .enews-widget {
	padding: 0;
}

.footer-widgets form button,
.footer-widgets form input[type="button"],
.footer-widgets form input[type="reset"],
.footer-widgets form input[type="submit"],
.footer-widgets .button,
.sub-footer form button,
.sub-footer form input[type="button"],
.sub-footer form input[type="reset"],
.sub-footer form input[type="submit"],
.sub-footer .button{
	background-color: #8F305C;
	color: #fff;
	font-family: 'Marmelad', sans-serif;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-weight: 300;
}

.footer-widgets form button:hover,
.footer-widgets form input[type="button"]:hover,
.footer-widgets form input[type="reset"]:hover,
.footer-widgets form input[type="submit"]:hover,
.footer-widgets .button:hover,
.sub-footer form button:hover,
.sub-footer form input[type="button"]:hover,
.sub-footer form input[type="reset"]:hover,
.sub-footer form input[type="submit"]:hover,
.sub-footer .button:hover{
	background-color: #E6E7E8;
	color: #8F305C;
	font-family: 'Marmelad', sans-serif;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-weight: 300;

}

.footer-widgets .widget-title,
.sub-footer .widget-title {
	color: #fff;
	font-family: 'Marmelad';
	padding-left: 2px;
	text-transform: capitalize;
	font-size: 30px;
	padding-bottom: 8px;
	border-bottom: solid 1px #E6E7E8;
}

/*
Colored Blocks Widget
---------------------------------------------------------------------------------------------------- */
.widget_colored_blocks article:nth-child(4n+1){
	background-color: rgb(255, 223, 195);
}

.widget_colored_blocks article:nth-child(4n+2){
	background-color: rgb(199, 229, 170);
}

.widget_colored_blocks article:nth-child(4n+3){
	background-color: rgb(255, 234, 189);
}

.widget_colored_blocks article:nth-child(4n+0){
	background-color: rgb(223, 204, 213);
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #304d31;
	font-family: 'Marmelad', sans-serif;
	font-size: 14px;
	text-align: center;
}

.site-footer .wrap {
	padding: 30px 0;
}

.site-footer,
.site-footer a {
	color: #E6E7E8;
}

.site-footer a:hover {
	color: #fff;
}

.site-footer p {
	margin-bottom: 0;
}

.footer-color-boxes{
	background: url(/wp-content/themes/magazine-pro/images/homemademommy-color-blocks.png);
	height: 40px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.header-color-boxes{
	background: url(/wp-content/themes/magazine-pro/images/homemademommy-color-blocks.png);
	height: 10px;
	margin: 0;
}

/*
Color Styles
---------------------------------------------------------------------------------------------------- */

.magazine-pro-blue a.more-link:hover,
.magazine-pro-blue .home-middle a.more-link,
.magazine-pro-blue .home-top a.more-link,
.magazine-pro-blue .site-title a:hover,
.magazine-pro-green a.more-link:hover,
.magazine-pro-green .home-middle a.more-link,
.magazine-pro-green .home-top a.more-link,
.magazine-pro-green .site-title a:hover,
.magazine-pro-orange a.more-link:hover,
.magazine-pro-orange .home-middle a.more-link,
.magazine-pro-orange .home-top a.more-link,
.magazine-pro-orange .site-title a:hover {
	color: #222;
}

.magazine-pro-blue .archive-pagination li a:hover,
.magazine-pro-blue .footer-widgets a:hover,
.magazine-pro-blue .sub-footer a:hover,
.magazine-pro-blue .home-middle a.more-link:hover,
.magazine-pro-blue .home-top a.more-link:hover,
.magazine-pro-blue .site-footer a:hover,
.magazine-pro-green .archive-pagination li a:hover,
.magazine-pro-green .footer-widgets a:hover,
.magazine-pro-green .sub-footer a:hover,
.magazine-pro-green .home-middle a.more-link:hover,
.magazine-pro-green .home-top a.more-link:hover,
.magazine-pro-green .site-footer a:hover,
.magazine-pro-orange .archive-pagination li a:hover,
.magazine-pro-orange .footer-widgets a:hover,
.magazine-pro-orange .sub-footer a:hover,
.magazine-pro-orange .home-middle a.more-link:hover,
.magazine-pro-orange .home-top a.more-link:hover,
.magazine-pro-orange .site-footer a:hover {
	color: #fff;
}

.magazine-pro-blue .enews-widget input:hover[type="submit"],
.magazine-pro-green .enews-widget input:hover[type="submit"],
.magazine-pro-orange .enews-widget input:hover[type="submit"] {
	background-color: #fff;
}

.magazine-pro-blue .footer-widgets a:hover,
.magazine-pro-green .footer-widgets a:hover,
.magazine-pro-orange .footer-widgets a:hover,
.magazine-pro-blue .sub-footer a:hover,
.magazine-pro-green .sub-footer a:hover,
.magazine-pro-orange .sub-footer a:hover {
	color: #ccc;
}

/* Magazine Pro Blue
--------------------------------------------- */

.magazine-pro-blue a:hover,
.magazine-pro-blue .entry-content a,
.magazine-pro-blue .entry-title a:hover,
.magazine-pro-blue .genesis-nav-menu a:hover,
.magazine-pro-blue .genesis-nav-menu .current-menu-item > a,
.magazine-pro-blue .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.magazine-pro-blue .nav-primary a:hover,
.magazine-pro-blue .nav-primary .sub-menu a:hover,
.magazine-pro-blue .nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #469bd1;
}

.js.magazine-pro-blue .content .home-middle a .entry-time,
.js.magazine-pro-blue .content .home-top a .entry-time,
.magazine-pro-blue button:hover,
.magazine-pro-blue input:hover[type="button"],
.magazine-pro-blue input:hover[type="reset"],
.magazine-pro-blue input:hover[type="submit"],
.magazine-pro-blue .archive-pagination li a:hover,
.magazine-pro-blue .archive-pagination li.active a,
.magazine-pro-blue .button:hover,
.magazine-pro-blue .enews-widget input[type="submit"],
.magazine-pro-blue .entry-content .button:hover,
.magazine-pro-blue .home-middle a.more-link:hover,
.magazine-pro-blue .home-top a.more-link:hover,
.magazine-pro-blue .sidebar .tagcloud a:hover {
	background-color: #469bd1;
}

.magazine-pro-blue .button:hover {
	color: #fff;
}

/* Magazine Pro Green
--------------------------------------------- */

.magazine-pro-green a:hover,
.magazine-pro-green .entry-content a,
.magazine-pro-green .entry-title a:hover,
.magazine-pro-green .genesis-nav-menu a:hover,
.magazine-pro-green .genesis-nav-menu .current-menu-item > a,
.magazine-pro-green .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.magazine-pro-green .nav-primary a:hover,
.magazine-pro-green .nav-primary .sub-menu a:hover,
.magazine-pro-green .nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #568C58;
}

.js.magazine-pro-green .content .home-middle a .entry-time,
.js.magazine-pro-green .content .home-top a .entry-time,
.magazine-pro-green button:hover,
.magazine-pro-green input:hover[type="button"],
.magazine-pro-green input:hover[type="reset"],
.magazine-pro-green input:hover[type="submit"],
.magazine-pro-green .archive-pagination li a:hover,
.magazine-pro-green .archive-pagination li.active a,
.magazine-pro-green .button:hover,
.magazine-pro-green .enews-widget input[type="submit"],
.magazine-pro-green .entry-content .button:hover,
.magazine-pro-green .home-middle a.more-link:hover,
.magazine-pro-green .home-top a.more-link:hover,
.magazine-pro-green .sidebar .tagcloud a:hover {
	background-color: #568C58;
}

.magazine-pro-green .button:hover {
	color: #fff;
}

/* Magazine Pro Orange
--------------------------------------------- */

.magazine-pro-orange a:hover,
.magazine-pro-orange .entry-content a,
.magazine-pro-orange .entry-title a:hover,
.magazine-pro-orange .genesis-nav-menu a:hover,
.magazine-pro-orange .genesis-nav-menu .current-menu-item > a,
.magazine-pro-orange .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.magazine-pro-orange .nav-primary a:hover,
.magazine-pro-orange .nav-primary .sub-menu a:hover,
.magazine-pro-orange .nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #f2a561;
}

.js.magazine-pro-orange .content .home-middle a .entry-time,
.js.magazine-pro-orange .content .home-top a .entry-time,
.magazine-pro-orange button:hover,
.magazine-pro-orange input:hover[type="button"],
.magazine-pro-orange input:hover[type="reset"],
.magazine-pro-orange input:hover[type="submit"],
.magazine-pro-orange .archive-pagination li a:hover,
.magazine-pro-orange .archive-pagination li.active a,
.magazine-pro-orange .button:hover,
.magazine-pro-orange .enews-widget input[type="submit"],
.magazine-pro-orange .entry-content .button:hover,
.magazine-pro-orange .home-middle a.more-link:hover,
.magazine-pro-orange .home-top a.more-link:hover,
.magazine-pro-orange .sidebar .tagcloud a:hover {
	background-color: #f2a561;
}

.magazine-pro-orange .button:hover {
	color: #fff;
}

/*
Social Share Buttons Plugin styles
---------------------------------------------------------------------------------------------------- */
.ssbp-container {
    margin-bottom: 15px !important;
}
.ssbp-wrap .ssbp-list li,
.ssbp-wrap .ssbp-list li a {
	height: 60px;
}
.ssbp-wrap .ssbp-container .ssbp-list span.ssbp-each-share {
	color: #8f305c;
	font-size: 12px;
}
a.ssbp-btn:visited {
	color: #8f305c !important;
}
a.ssbp-btn:visited:hover,
a.ssbp-btn:visited:focus,
a.ssbp-btn:visited:active{
	background-color: #8f305c !important;
	color: white !important;
}

@media only screen and (max-width: 480px){
	.ssbp-container {
		margin-bottom: 0px !important;
	}
}
/* woocommerce */
.woocommerce.archive ul.products li.product h3 {
	margin-bottom: 60px;
}

.woocommerce.archive ul.products li.product a.button {
	position: absolute;
	bottom: 0;
}

.woocommerce.archive ul.products li.product {
	position: relative;
}
.woocommerce ul.products li.product .price {
    display: none !important;
}

h1.product_title.entry-title {
    font-size: 24px;
    line-height: 30px;
}

/* Helper Classes
--------------------------------------------- */
.no-margin-bottom, .no-margin-bottom img {
	margin-bottom: 0;
}

.spacer-for-ads {
	padding: 30px 0 60px 0;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1139px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.title-area {
		width: 380px;
	}

	.site-header .widget-area {
		width: 570px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 780px;
	}

	.content {
		width: 630px;
	}

	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content {
		width: 450px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sub-footer-widgets-1,
	.sub-footer-widgets-2,
	.sub-footer-widgets-3,
	.home-top .featured-content .entry,
	.archive article,
	.sidebar-primary {
		width: 300px;
	}

	.home-middle .featured-content .entry {
		width: 465px
	}

	.sidebar-secondary {
		width: 150px;
	}

	.home-top .featured-content .entry,
	.home-middle .featured-content .entry,
	.archive article {
		margin-right: 3%;
	}
	.footer-widgets .simple-social-icons ul li a,
	.footer-widgets .simple-social-icons ul li a:hover {
		padding: 12px;
	}

}

@media only screen and (max-width: 1023px) {

	.site-inner,
	.wrap {
		max-width: 750px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sub-footer-widgets-1,
	.sub-footer-widgets-2,
	.sub-footer-widgets-3,
	.home-middle .featured-content .entry,
	.home-top .featured-content .entry,
	.archive article,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.genesis-nav-menu,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.nav-primary {
		position: static;
		width: 100%;
		margin-top:15px;
		margin-bottom: 15px;
	}

	.featured-content .entry,
	.site-header .search-form,
	.site-title {
		float: none;
	}

	.primary-nav .site-header,
	.title-area {
		padding-top: 0;
	}


	.title-area {
		padding-bottom: 20px;
	}

	.header-image .site-header .title-area {
		padding-bottom: 0;
	}

	.header-image .site-title a{
		background-size: contain !important;
		background-position: center !important;
	}

	.header-image .site-description{
		bottom: 20px;
		width: 100%;
		margin: 0 auto;
	}

	.genesis-nav-menu > .right {
		display: none;
	}
}

@media only screen and (max-width: 800px) {

	.header-image .site-header .title-area{
		padding: 30px 0;
	}

	.header-image .site-header .site-description{
		bottom: 50px;
		width: 100%;
		margin: 0 auto;
	}

}
@media only screen and (max-width: 768px) {

	.single.full-width-content .site-inner .entry,
	.page.full-width-content .site-inner .entry,
	.single .site-inner,
	.page .site-inner,
	.woocommerce .site-inner #content,
	.woocommerce .site-inner {
		padding: 25px;
	}

	.footer-widgets,
	.sub-footer,
	.nav-secondary,
	.site-footer,
	.site-header,
	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	.genesis-nav-menu > .first > a {
		padding-left: 20px;
	}

	.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 a {
		line-height: 1;
		padding: 18px 20px;
	}

	.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: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 16px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		color: #fff;
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		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 .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 14px 20px;
		position: relative;
		width: 100%;
	}

	.home-top .featured-content .entry,
	.home-bottom .featured-content .entry,
	.home-middle .featured-content .entry,
	.archive article{
		padding-bottom: 20px;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.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%;
	}

	.magazine-home .content .genesis_responsive_slider h2,
	.magazine-home .content .genesis_responsive_slider h2 a {
		font-size: 20px;
		line-height: 1.2;
	}
	
	.magazine-home .content .genesis_responsive_slider .slide-excerpt-border p {
		display: none;
	}
	.entry-footer {
		margin-top: 20px;
	}

	#sticky-header-section .optin-buttons,
	#sticky-header-section .optin-text {
		text-align: center;
		margin-bottom: 12px;
	}

/*
Display Post Short Code Plugin
---------------------------------------------------------------------------------------------------- */
.featured-posts-grid .listing-item {
    margin-bottom: 27px;
    text-align: center;
}
img.attachment-featured-cat-image.size-featured-cat-image.wp-post-image {
    height: 171px;
    object-fit: cover;
    width: 317px;
}

}

@media only screen and (max-width: 480px) {

	.magazine-home .content .genesis_responsive_slider .flex-direction-nav {
		display: none;
	}

	.magazine-home .content .genesis_responsive_slider .slide-excerpt {
		width: 100%;
	}
	.header-image .site-description{
		display: none;
	}
	.entry-content .igit_relpost{
		width: 50%;
	}
	.entry-content .igit_relpost:nth-child(2n){
		clear:both;
	}
	.header-image .site-header .title-area {
		padding: 30px 0 15px 0;
	}
}

@media only screen and (max-width: 445px){

	h1,
	.entry-title{
		font-size: 30px;
	}

	h2 {
		font-size: 28px;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 20px;
	}

	h5 {
		font-size: 18px;
	}

	h6 {
		font-size: 16px;
	}

	.single.full-width-content .site-inner .entry, .page.full-width-content .site-inner .entry {
		padding: 15px;
	}

	.single .site-inner, .page .site-inner {
		padding: 15px;
	}

	.footer-widgets .simple-social-icons ul li a{
		padding: 20px;
	}
	.woocommerce.archive ul.products li.product a.button {
		padding: 10px;
	}
}

@media only print{
	
	iframe,
    .slide-nav-link,
    .title-area,
    .nav-primary,
    #sticky-header-section,
    .read-more.button,
    .comment-respond,
    #igit_rpwt_css,
    .footer-color-boxes,
    .simple-social-icons,
    .widget_search,
    .rpwe_widget,
    .print-hide,
    .sub-footer,
    #comments,
    .after-entry.widget-area,
    .entry-footer {
        display: none;
    }
    .single .site-inner, 
    .page .site-inner, 
    .woocommerce .site-inner,
    .entry-footer,
    .after-entry.widget-area,
    .footer-widgets .widget-area{
        width: 100% !important;
        max-width: 1500px !important;
    }

    .site-inner,
    .sub-footer,
    article.post,
    .single.full-width-content .site-inner .entry, 
    .page.full-width-content .site-inner .entry,
    .site-footer .wrap,
    .footer-widgets .widget,
    .footer-widgets {
        padding: 0;
        margin: 0;
    }

    .entry-content {
        overflow-wrap: break-word;
    	overflow: visible;
    }
    .entry-content img{
    	display: none;
    }
    .sub-footer .widget-area{
        width: 30%;
    }
    footer .widget-area{
        width: 30%;
    }
    

}

