/*
	Theme Name: Custom Theme by PixelMeDesigns.com
	Theme URI: https://www.PixelMeDesigns.com
	Author: Pixel Me Designs
	Author URI: https://www.PixelMeDesigns.com
	Version: 2.0.1
  
	Template: genesis
	Template Version: 2.0.1
 
	License: GPL-2.0+
	License URI: https://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 768px
		- max-width: 580px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

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

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


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

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

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

body {
	background-color: #f9f9f9;
    color: #414141;
font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.7625;
	font-weight: 300;
}

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: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #ff6f60;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
}

a:hover {
	color: #333;
}

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

strong {
	font-weight: 700;
}

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

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

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

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
color: #282828;
	margin: 0 0 5px;
font-weight: 600;
line-height: 1.5;
}


h1 {
	font-size: 25px;
}
h2{
	font-size: 22px;
}

.entry-title {
	text-transform: uppercase;
color: #282828;
	font-size: 25px;
	letter-spacing: 1px;
}

.entry-title a{
color: #282828;
	font-size: 25px;
}

.category .content .entry-title,
.category .content .entry-title a,
.tag .content .entry-title,
.tag .content .entry-title a,
.search .content .entry-title,
.search .content .entry-title a{
	font-size: 16px;
}

h2 a:hover {
	text-decoration: none;
}


h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

.widgettitle{
	color: #282828;
    text-align: center;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.sidebar .widgettitle{
	border: 1px solid #282828;
	padding: 2%;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}


.content .entry-content h1,
.content .entry-content h2,
.content .entry-content h3,
.content .entry-content h4{
	border: 1px solid #282828;
	padding: 1%;
	text-align: center;
	text-transform: uppercase;
letter-spacing: 1px;
	font-weight: normal;
	margin: 0 auto 10px;
}

.content .entry-content h1{
	font-size: 22px;
	font-weight: 600;
}

.content .entry-content h2{
	font-size: 20px;
}

.content .entry-content h3{
	font-size: 18px;
}

.content .entry-content h4{
	font-size: 14px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

.wp-caption {
background: #eee;
padding: 5px;
}


img {
	height: auto;
max-width: 100%;
}

.screen-reader-text{
display: none;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #282828;
color: #282828;
	font-size: 12px;
letter-spacing: 1px;
	padding: 10px;
	width: 100%;
}

input[type="checkbox"], input[type="radio"]{
	width: auto;
	margin: 0 5px 0 0;
}

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],

.button,

.entry-content .button {
	background-color: #ff6f60;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 10px 24px;
	text-transform: uppercase;
	width: auto;
}

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

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

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,

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


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

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


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

/* Site Containers
--------------------------------------------- */

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

.site-inner {
	clear: both;
	padding: 2% 1%;
	background: #fff;
border-top: 3px solid #000;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

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

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

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

/* Content */

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

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

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

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

/* Primary Sidebar */

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

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

/* Secondary Sidebar */

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

.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 {
	float: left;
}

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

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

.search-form input[type="submit"] {
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	position: absolute;
	width: 0px;
}

.sticky {
}

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

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

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

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

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

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

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

.breadcrumb {
	margin-bottom: 20px;
}

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

.archive-description {
	padding: 40px 40px 24px;
}

.author-box {
	padding: 40px;
}

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


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

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


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

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

.featured-content{
overflow: hidden;
}

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

.featured-content .entry-title {
	border: none;
	font-size: 17px;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
	font-size: 17px;
}

.sidebar .featured-content img {
    margin: 0!important;
}

.sidebar .featured-content .entry {
    margin: 0 !important;
    padding: 0 1.3% 2% 1.3% !important;
    display: inline-block;
    width: 49.9%;
    vertical-align: top;
}

.sidebar .featured-content .aligncenter{
margin: 0 auto;
}

.sidebar .featured-content .entry-title{
font-size: 10px;
}

.sidebar .featured-content .entry-title a{
	font-size: 10px;
}


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

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

.enews-widget {
	color: #999;
}

.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: #f15123;
	color: #fff;
	margin: 0;
	width: 100%;
}

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

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

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

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

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 10px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

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

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

img#wpstats {
	display: none;
}


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

.site-header {
	background-color: #fff;
}

.site-header .wrap {
	padding: 10px 0;
}

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

.title-area {
	float: left;
	padding: 16px 0;
	width: 320px;
}

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

.site-title {
	font-size: 28px;
	line-height: 1;
	margin: 0 0 8px;
	text-transform: uppercase;
}

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

.site-description {
	color: #999;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0;
}

/* Full width header, no widgets */

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

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

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 20px 0;
}

.header-image .site-title a {
background: url(images/header.png) no-repeat;
	background-position: center !important;
	background-size: contain !important;
	min-height: 186px;
	width: 800px;
margin: 0px auto;
image-rendering: -webkit-optimize-contrast;
}

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

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

.site-header .widget-area {
	float: right;
	width: 400px;
}

.header-image .site-header .widget-area {
	padding: 10px 0;
}

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


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



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

.site-header {
margin: 0px auto;
font-size: 12px;
}

.site-header .menu-item {
	display: inline-block;
	text-align: left;
}

.site-header a {
	border: none;
	color: #fff;
	display: block;
	padding: 3px 10px;
	position: relative;
}

.site-header a:hover {
	color: #ddd;
}

.site-header .current-menu-item > a {
	color: #fff;
}

.site-header .sub-menu {
	border: 1px solid #eee;
background: #fff;
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 170px;
	z-index: 99;
}

.site-header .sub-menu a{
	color: #a0a0a0;
background: none !important;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	width: 170px;
}

.site-header .sub-menu a:hover {
color: #4da1a7;
}

.site-header .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.site-header .menu-item:hover {
	position: static;
}

.site-header .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

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

.nav-primary {
clear: both;
margin: 30px auto;
font-size: 15px;
	text-transform: uppercase;
letter-spacing: 1px;
	font-weight: 600;
}

.nav-primary .wrap{
text-align: center;
margin: 0px auto;
}

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

.nav-primary a {
	border: none;
	color: #282828;
	display: block;
	padding: 1px 15px;
	position: relative;
}

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

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

.nav-primary a:hover{
color: #999;
}

.nav-primary .sub-menu{
	color: #fff;
background: #282828;
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 200px;
	z-index: 99;
}

.nav-primary .sub-menu a{
	color: #fff;
background: none;
	font-size: 12px;
	padding: 10px 10px;
	position: relative;
	width: 200px;
}

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

.nav-primary .sub-menu .sub-menu {
	margin: -34px 0 0 199px;
}

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

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

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

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

.nav-primary > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
}

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

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

.nav-primary > .search {
	padding: 14px 0 0;
}

.nav-primary .start a{
	text-indent: -9999px;
	background: url(images/start1.png) center no-repeat;
background-size: 145px 145px;
	width: 145px;
	height: 145px;
	transition: .7s;
	margin: 0 5px;
}

.nav-primary .start a:hover,
.nav-primary .start.current-menu-item > a  {
	background: url(images/start2.png) center no-repeat;
background-size: 145px 145px;
}

.nav-primary .recipes a{
	text-indent: -9999px;
	background: url(images/recipes1.png) center no-repeat;
background-size: 145px 145px;
	width: 145px;
	height: 145px;
	transition: .7s;
	margin: 0 5px;
}

.nav-primary .recipes a:hover,
.nav-primary .recipes.current-menu-item > a  {
	background: url(images/recipes2.png) center no-repeat;
background-size: 145px 145px;
}

.nav-primary .garden a{
	text-indent: -9999px;
	background: url(images/garden1.png) center no-repeat;
background-size: 145px 145px;
	width: 145px;
	height: 145px;
	transition: .7s;
	margin: 0 5px;
}

.nav-primary .garden a:hover,
.nav-primary .garden.current-menu-item > a  {
	background: url(images/garden2.png) center no-repeat;
background-size: 145px 145px;
}

.nav-primary .health a{
	text-indent: -9999px;
	background: url(images/health1.png) center no-repeat;
background-size: 145px 145px;
	width: 145px;
	height: 145px;
	transition: .7s;
	margin: 0 5px;
}

.nav-primary .health a:hover,
.nav-primary .health.current-menu-item > a  {
	background: url(images/health2.png) center no-repeat;
background-size: 145px 145px;
}

.nav-primary .skin a{
	text-indent: -9999px;
	background: url(images/skincare1.png) center no-repeat;
background-size: 145px 145px;
	width: 145px;
	height: 145px;
	transition: .7s;
	margin: 0 5px;
}

.nav-primary .skin a:hover,
.nav-primary .skin.current-menu-item > a  {
	background: url(images/skincare2.png) center no-repeat;
background-size: 145px 145px;
}

.nav-primary .cleaner a{
	text-indent: -9999px;
	background: url(images/cleaner1.png) center no-repeat;
background-size: 145px 145px;
	width: 145px;
	height: 145px;
	transition: .7s;
	margin: 0 5px;
}

.nav-primary .cleaner a:hover,
.nav-primary .cleaner.current-menu-item > a  {
	background: url(images/cleaner2.png) center no-repeat;
background-size: 145px 145px;
}

.nav-primary .explore a{
	text-indent: -9999px;
	background: url(images/explore1.png) center no-repeat;
background-size: 145px 145px;
	width: 145px;
	height: 145px;
	transition: .7s;
	margin: 0 5px;
}

.nav-primary .explore a:hover,
.nav-primary .explore.current-menu-item > a  {
	background: url(images/explore2.png) center no-repeat;
background-size: 145px 145px;
}

.nav-primary .sub-menu .menu-item a{
	text-indent: 0;
	background: none;
color: #fff;
	height: auto;
width: 100%;
	text-align: left;
	float: none;
margin: 0 auto;
	display: block;
}

.nav-primary .sub-menu .menu-item {
display: block;
}

.nav-primary .sub-menu .menu-item a:hover{
background: none;
color: #ddd;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
clear: both;
	background-color: #282828;
margin: 0px auto;
font-size: 14px;
	text-transform: uppercase;
letter-spacing: 1px;
}

.nav-secondary .wrap{
text-align: left;
margin: 0px auto;
}

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

.nav-secondary .menu-item a {
	border: none;
	color: #fff;
	display: block;
	padding: 10px 14px;
	position: relative;
	transition: .5s;
}

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

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


.nav-secondary .menu-item a:hover{
color: #282828;
	background: #fff;
}

.nav-secondary .sub-menu{
	color: #fff;
background: #282828;
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 200px;
	z-index: 99;
}

.nav-secondary .sub-menu a{
	color: #fff;
background: none;
	font-size: 12px;
	padding: 10px 10px;
	position: relative;
	width: 200px;
}

.nav-secondary .sub-menu a:hover {
color: #ddd;
}

.nav-secondary .sub-menu .sub-menu {
	margin: -34px 0 0 199px;
}

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

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

/* Third Navigation
--------------------------------------------- */

.mobile-content {
clear: both;
	background-color: #282828;
margin: 0px auto;
font-size: 14px;
	text-transform: uppercase;
letter-spacing: 1px;
	display: none;
	width: 100%;
	z-index: 999;
	overflow: hidden;
}

.mobile-content .wrap{
	overflow: hidden;
}

.mobile-content .menu{
float: left;
	width: 50%;
}

.mobile-content #social{
float: right;
margin: 5px auto 0;
	position: absolute;
	top: 0;
	right: 5px;
}

.mobile-content .wrap{
text-align: left;
margin: 0px auto;
}

.mobile-content .menu-item {
	display: inline-block;
	text-align: center;
}

.mobile-content a {
	border: none;
	color: #fff;
	display: block;
	padding: 10px 14px;
	position: relative;
	transition: .5s;
}

.mobile-content > .menu-item > a {
	text-transform: uppercase;
}

.mobile-content a:hover,
.mobile-content .current-menu-item > a {
	color: #a0a0a0;
}


.mobile-content a:hover{
color: #282828;
	background: #fff;
}

.mobile-content .sub-menu{
	color: #fff;
background: #282828;
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 200px;
	z-index: 99;
}

.mobile-content .sub-menu a{
	color: #fff;
background: none;
	font-size: 12px;
	padding: 10px 10px;
	position: relative;
	width: 200px;
}

.mobile-content .sub-menu a:hover {
color: #ddd;
}

.mobile-content .sub-menu .sub-menu {
	margin: -34px 0 0 199px;
}

.mobile-content .menu-item:hover {
	position: static;
}

.mobile-content .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.mobile-content .search-form{
	float: right;
	position: absolute;
	top: 5px;
	right: 10px;
width: 120px;
}

.mobile-content input[type="search"]{
	padding: 4px;
    font-size: 10px;
}

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

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

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

.single .content .entry-content a {
	font-weight: 600;
    padding: 0 10px;
    position: relative;
    z-index: 1;
	color: #282828;
}

.single .content .entry-content p a:after {
    background: rgba(255, 111, 96, 0.7) 0 70%;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: 60%;
    z-index: -1;
}

.category .content .entry,
.tag .content .entry,
.search .content .entry{
padding: 1%;
}

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

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

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

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

.entry-meta {
	color: #282828;
	font-size: 10px;
	text-transform: uppercase;
letter-spacing: 1px;
}


.entry-header .entry-meta {
	color: #ff7114;
	margin-bottom: 24px;
}
.entry-header .entry-meta a{
	color: #ff7114;
}

.entry-footer .entry-meta {
	margin: 20px auto;
	padding: 4%;
	text-align: center;
	display: none;
}

.entry-footer .entry-meta  a{
	color: #282828;
}

.single .entry-footer .entry-meta {
	display: block;
}

.entry-comments-link::before {
	content: "";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

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

.archive-pagination,
.entry-pagination {
	font-size: 11px;
	margin: 10px auto 40px;
width: 100%;
	text-align: center;
	clear: both;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	color: #282828;
	cursor: pointer;
	display: inline-block;
	padding: 4px 10px;
	border: 1px solid #fff;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	border: 1px solid #282828;
	color: #ef1172;
}

.prev-next-navigation{
	color: #282828;
	width: 100%;
	clear: both;
	text-transform: uppercase;
Letter-spacing: 1px;
font-size: 11px;
background: #f5f5f5;
	padding: 4%;
	overflow: hidden;
}

.prev-next-navigation a{
color: #282828;
}

.prev-next-navigation .previous{
	width: 48%;
	float: left;
	text-align: left;
}

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

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

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

.entry-comments {
	padding: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.comment-respond a,

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

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

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

li.comment {
	border: 2px solid #f5f5f5;
	border-right: none;
}

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

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

.bypostauthor {
}

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


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

.sidebar {
}


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

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

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

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

.sidebar .enews-widget {
	background-color: #333;
}

.sidebar input[type="search"]{
border: none;
}

.sidebar .search-form{
border: 1px solid #ff6f60;
}

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

.footer-widgets {
	background-color: #282828;
	color: #fff;
	clear: both;
	padding: 20px 0;
}

.footer-widgets-1 {
	width: 50%;
	padding: 2%;
}

.footer-widgets-2 {
	width: 48%;
	padding: 2%;
}

.footer-widgets-1 {
	float: left;
}

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

.footer-widgets a {
	color: #fff;
}

.footer-widgets .widget {
	margin-bottom: 24px;
}

.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

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

.footer-widgets-2 .widget{
	float: left;
width: 48%;
	padding: 0 5%;
}

.footer-widgets-2 .widget:first-of-type{
	width: 100%;
	clear: both;
	padding: 0;
}



.design{
display: inline-block;
text-align: right;
float: right;
}

/*
Back to Top Button
--------------------------------------------- */
.topButton{
	display:inline-block;
	height:40px;
	width:40px;
	position:fixed;
	bottom:40px;
	right:10px;
	padding-top: 5px;
	background-color: #ff6f60;
	color: #fff;
	opacity:0.6;
	text-decoration: none;
	text-align: center;
}

.topButton:hover{
	opacity:1;
	color: #fff;
	transition:1s;
}

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

.site-footer {
	background: #242424;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 15px 0;
	text-align: left;
}

.site-footer a {
text-decoration: none;
	color: #fff;
}

.site-footer p {
	margin-bottom: 0;
}


/*
Newsletter and Social
---------------------------------------------------------------------------------------------------- */

/* Newsletter
--------------------------------------------- */

.newsletter{ 
max-width: 300px;
	margin: 0 auto;
padding: 2% 4% 6%;
	border: 2px solid #282828;
	color: #282828;
	text-align: center;
	text-transform: uppercase;
letter-spacing: 1px;
font-size: 11px;
	font-weight: 600;
 } 

.newsletter h4{
	font-weight: 600;
text-transform: uppercase;
background: #fff;
padding: 5px 5px;
    margin: -25px auto 20px;
    text-align: center;
    width: 100%;
}

.newsletter input[type="text"],
.newsletter input[type="email"]{ 
background: #fff;
width: 100%; 
padding: 8px; 
margin: 10px auto;
 display: block; 
}

 .newsletter input[type="submit"],
.newsletter button{ 
background: #ff6f60;
width: 100%; 
padding: 8px; 
margin: 0px auto;
 color: #fff; 
display: block;
 }

 .newsletter input[type="submit"]:hover,
.newsletter button:hover{ 
background: #ef1071; 
}

.newsletter2{ 
	margin: 0 auto;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
letter-spacing: 1px;
font-size: 11px;
	font-weight: 600;
 overflow: hidden;
}

.newsletter2 h4{
	font-weight: 600;
text-transform: uppercase;
color: #fff;
padding: 5px 5px;
	text-align: left;
	font-size: 30px;
}

.newsletter2 input[type="text"],
.newsletter2 input[type="email"]{ 
background: #fff;
width: 70%; 
padding: 8px; 
margin: 0px auto;
 display: block; 
	float: left;
}

 .newsletter2 input[type="submit"],
.newsletter2 button{ 
background: #ff6f60;
width: 28%; 
padding: 8px; 
margin: 0px auto;
 color: #fff; 
	float: right;
display: block;
 }

 .newsletter2 input[type="submit"]:hover,
.newsletter2 button:hover{ 
background: #ef1071; 
}

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

#social{
margin: 0px auto;
position:relative;
width: 140px;
height: 20px;
}

.nav-secondary .widget-area{
float: right;
margin: 10px auto 0;
}

#social li{
margin:0;
padding:0;
list-style:none;
position:absolute;
top:0;
}

#social li, #social a{
height:20px;
display:block;
}

#pinterest {
background:url(images/pinterest.png) center no-repeat ;
background-size: 20px 20px;
left: 0px;
width: 20px;
height: 20px;
}


#pinterest:hover {
filter:alpha(opacity=80); opacity:0.8;
}

#facebook {
background:url(images/facebook.png) center no-repeat ;
background-size: 20px 20px;
left: 30px;
width: 20px;
height: 20px;
}


#facebook:hover {
filter:alpha(opacity=80); opacity:0.8;
}

#twitter {
background:url(images/twitter.png) center no-repeat ;
background-size: 20px 20px;
left: 60px;
width: 20px;
height: 20px;
}


#twitter:hover {
filter:alpha(opacity=80); opacity:0.8;
}

#instagram {
background:url(images/instagram.png) center no-repeat ;
background-size: 20px 20px;
left: 90px;
width: 20px;
height: 20px;
}


#instagram:hover {
filter:alpha(opacity=80); opacity:0.8;
}

#bloglovin {
background:url(images/bloglovin.png) center no-repeat ;
background-size: 20px 20px;
left: 120px;
width: 20px;
height: 20px;
}


#bloglovin:hover {
filter:alpha(opacity=80); opacity:0.8;
}

#social2{
	display: none;
margin: 0px auto;
position:relative;
width: 140px;
height: 20px;
}

#social2 li{
margin:0;
padding:0;
list-style:none;
position:absolute;
top:0;
}

#social2 li, #social2 a{
height:20px;
display:block;
}

#pinterest2 {
background:url(images/pinterest2.png) center no-repeat ;
background-size: 20px 20px;
left: 0px;
width: 20px;
height: 20px;
}


#pinterest2:hover {
filter:alpha(opacity=80); opacity:0.8;
}

#facebook2 {
background:url(images/facebook2.png) center no-repeat ;
background-size: 20px 20px;
left: 30px;
width: 20px;
height: 20px;
}


#facebook2:hover {
filter:alpha(opacity=80); opacity:0.8;
}

#twitter2 {
background:url(images/twitter2.png) center no-repeat ;
background-size: 20px 20px;
left: 60px;
width: 20px;
height: 20px;
}


#twitter2:hover {
filter:alpha(opacity=80); opacity:0.8;
}

#instagram2 {
background:url(images/instagram2.png) center no-repeat ;
background-size: 20px 20px;
left: 90px;
width: 20px;
height: 20px;
}


#instagram2:hover {
filter:alpha(opacity=80); opacity:0.8;
}

#bloglovin2 {
background:url(images/bloglovin2.png) center no-repeat ;
background-size: 20px 20px;
left: 120px;
width: 20px;
height: 20px;
}


#bloglovin2:hover {
filter:alpha(opacity=80); opacity:0.8;
}

.more-link{
	display: block;
	margin-top: 10px;
	color: #ef1172;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	text-decoration: none !important;
}

.more-link a{
	color: #ef1172;
}

.about{
	font-size: 12px;
text-align: center;
}

.about h4{
	font-size: 22px;
text-align: center;
	text-transform: uppercase;
letter-spacing: 1px;
}

.about h4 strong{
	color: #ef1071;
	font-weight: 600;
}

/* Fadeup Effect
---------------------------------------------------------------------------------------------------- */

.js .fadeup-effect {
	opacity: 0;
	overflow: hidden;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInUp {
	from { opacity: 0; -webkit-transform: translateY(20px); }
	to { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInUp {
	from { opacity: 0; transform: translateY(20px); }
	to { opacity: 1; transform: translateY(0); }
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}


@-webkit-keyframes bounce {
  0%       { bottom:5px; }
  25%, 75% { bottom:15px; }
  50%      { bottom:20px; }
  100%     {bottom:0;}
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
 
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
 
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

 
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.page-template-homepage{
background: #fff;
}


.page-template-homepage .site-inner{
max-width: 100%;
padding: 0;
}

#home-top,
#home-video,
#home-about,
#home-ebook,
#home-browse{
	padding: 4% 2%;
	width: 100%;
	clear: both;
}

#home-top{
background: url(/wp-content/uploads/2020/02/home-top.jpg) center no-repeat;
background-size: cover;
padding: 13% 10%;
text-align: center;
clear: both;
overflow: visible;
}

.home-top{
float: right;
width: 100%;
max-width: 400px;
  animation-duration: 2s;
  animation-name: bounceIn;
}

.home-top h4{
text-transform: uppercase;
letter-spacing: 2px;
}

.home-top a{
	width: 100%;
	max-width: 240px;
margin:  15px auto 0;
    text-decoration: none;
    position: relative;
    display: block;
    text-align: center;
	z-index: 99;
    transition: .5s;
}

.home-top h5{
text-transform: uppercase;
letter-spacing: 2px;
padding: 10px;
    position: relative;
    color: #242424;
    background: #fff;
border: 1px solid #242424;
    transition: .5s;
}

.home-top a:after{
    background-color: #242424;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    bottom: -5px;
    right: -5px;
    transition: .5s;
}

#home-video{
    padding: 4% 0%;
    position: relative;
}

#home-video:after {
    background: #f5f5f5;
    content: "";
    display: block;
    float: none;
    height: 400px;
    margin: -340px auto 0;
    position: relative;
    z-index: 1;
    width: 100%;
}

.home-video{
	text-align: center;
    position: relative;
    z-index: 99;
}

.home-video h4{
text-transform: uppercase;
letter-spacing: 2px;
font-size: 21px;
	margin: 10px auto 0;
}

.home-video img:last-of-type{
margin: 15px auto 0;
}

.home-about .widget{
	width: 32%;
	display: inline-block;
	vertical-align: middle;
padding: 0 2%;
}

.home-about .widget:last-of-type{
width: 66%;
}

.home-about .widget:last-of-type img{
max-width: 300px;
}

.home-about .widget:last-of-type a{
		width: 100%;
	max-width: 200px;
margin: 2%;
    text-decoration: none;
    position: relative;
    display: inline-block;
    text-align: center;
	z-index: 99;
}

.home-about .widget:last-of-type h5{
text-transform: uppercase;
letter-spacing: 2px;
padding: 6px 10px;
    position: relative;
    color: #242424;
    background: #fff;
border: 1px solid #242424;
    transition: .5s;
}

.home-about .widget:last-of-type a:after{
    background-color: #242424;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    bottom: -2px;
    right: -5px;
    transition: .5s;
}

#home-ebook{
background: #eee;
	padding: 4% 10%;
}

.home-ebook .widget{
	width: 38%;
	display: inline-block;
	vertical-align: middle;
padding: 0 2%;
}

.home-ebook .widget:last-of-type{
width: 60%;
}

.home-ebook .widget:first-of-type{
float: right;
}

.home-ebook a{
		width: 100%;
	max-width: 240px;
margin: 2%;
    text-decoration: none;
    position: relative;
    display: inline-block;
    text-align: center;
	z-index: 99;
}

.home-ebook h5{
text-transform: uppercase;
letter-spacing: 2px;
padding: 6px 10px;
    position: relative;
    color: #242424;
    background: #fff;
border: 1px solid #242424;
    transition: .5s;
}

.home-ebook a:after{
    background-color: #242424;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    bottom: -2px;
    right: -5px;
    transition: .5s;
}


.home-about .widget:last-of-type a:hover h5,
.home-top a:hover h5,
.home-ebook a:hover h5{
border: 1px solid #F27162;
color: #F27162;
}



.home-about .widget:last-of-type a:hover:after,
.home-top a:hover:after,
.home-ebook a:hover:after{
background-color: #F27162;
}

.home-browse .widget{
	width: 32%;
	display: inline-block;
	vertical-align: middle;
padding: 0 2%;
}

.home-browse .widget:last-of-type{
width: 66%;
}

.box1,
.box2,
.box3,
.box4{
display: inline-block;
vertical-align: top;
padding: 5%;
width: 45%;
margin: 2%;
text-align: center;
position: relative;
	min-height: 250px;
}

.box1{
	background: url(/wp-content/themes/chemistrycachet/images/box1.jpg) center no-repeat;
background-size: cover;
}

.box2{
	background: url(/wp-content/themes/chemistrycachet/images/box2.jpg) center no-repeat;
background-size: cover;
}

.box3{
	background: url(/wp-content/themes/chemistrycachet/images/box3.jpg) center no-repeat;
background-size: cover;
}

.box4{
	background: url(/wp-content/themes/chemistrycachet/images/box4.jpg) center no-repeat;
background-size: cover;
}

.home-browse h4{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
text-transform: uppercase;
letter-spacing: 2px;
font-size: 20px;
			width: 100%;
	max-width: 240px;
margin: 2%;
    text-decoration: none;
    text-align: center;
	z-index: 99;
}

.home-browse .widget:first-of-type a{
text-transform: uppercase;
letter-spacing: 2px;
font-size: 20px;
	display: block;
			width: 100%;
	max-width: 250px;
margin: 2% auto 0;
    text-decoration: none;
    text-align: center;
	z-index: 99;
}

.home-browse .boxh4,
.home-browse h5{
text-transform: uppercase;
letter-spacing: 2px;
padding: 6px 10px;
    position: relative;
    color: #242424;
    background: #fff;
border: 1px solid #242424;
    transition: .5s;
}

.home-browse h4:after,
.home-browse h5:after{
    background-color: #242424;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    bottom: -5px;
    right: -5px;
    transition: .5s;
}

.home-browse .widget:first-of-type{
	text-align: center;
}

.home-browse .widget:first-of-type img:first-of-type{
max-width: 100px;
}

@keyframes bounceIn {
   0% { 
      opacity: 0; 
      transform: scale(.3);
   }
   50% { 
      opacity: 1;
      transform: scale(1.05);
   }
   70% {
      transform: scale(.9);
   }
   100% {
      transform: scale(1);
   }
} 

.home-browse .widget:first-of-type img:first-of-type,
.home-about .widget:first-of-type img,
.home-ebook .widget:last-of-type img{
  animation-duration: 2s;
  animation-name: bounceIn;
}

.box-outline{
    width: 100%;
    height: 100%;
    position: absolute;
    border: 2px solid #000;
    bottom: -4px;
    right: -4px;
    z-index: 10;
}

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


}

@media only screen and (max-width: 1139px) {
	
.home-top,
.home-video,
.home-about,
.home-ebook,
.home-browse{
		overflow: hidden;
	}

	.site-inner,
	.wrap {
		max-width: 1140px;
overflow-x: hidden;
	}

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

	.content {
		max-width: 680px;
	}

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

	.site-header .widget-area {
		width: 400px;
	}

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

	.sidebar-primary,
	.title-area {
		width: 300px;
	}
	
.nav-primary .start a{
	text-indent: -9999px;
	background: url(images/start1.png) center no-repeat;
background-size: 125px 125px;
	width: 125px;
	height: 125px;
	transition: .7s;
	margin: 0 5px;
image-rendering: -webkit-optimize-contrast;
}

.nav-primary .start a:hover,
.nav-primary .start.current-menu-item > a  {
	background: url(images/start2.png) center no-repeat;
background-size: 125px 125px;
image-rendering: -webkit-optimize-contrast;
}

.nav-primary .recipes a{
	text-indent: -9999px;
	background: url(images/recipes1.png) center no-repeat;
background-size: 125px 125px;
	width: 125px;
	height: 125px;
	transition: .7s;
	margin: 0 5px;
image-rendering: -webkit-optimize-contrast;
}

.nav-primary .recipes a:hover,
.nav-primary .recipes.current-menu-item > a  {
	background: url(images/recipes2.png) center no-repeat;
background-size: 125px 125px;
image-rendering: -webkit-optimize-contrast;
}

.nav-primary .garden a{
	text-indent: -9999px;
	background: url(images/garden1.png) center no-repeat;
background-size: 125px 125px;
	width: 125px;
	height: 125px;
	transition: .7s;
	margin: 0 5px;
image-rendering: -webkit-optimize-contrast;
}

.nav-primary .garden a:hover,
.nav-primary .garden.current-menu-item > a  {
	background: url(images/garden2.png) center no-repeat;
background-size: 125px 125px;
image-rendering: -webkit-optimize-contrast;
}

.nav-primary .health a{
	text-indent: -9999px;
	background: url(images/health1.png) center no-repeat;
background-size: 125px 125px;
	width: 125px;
	height: 125px;
	transition: .7s;
	margin: 0 5px;
image-rendering: -webkit-optimize-contrast;
}

.nav-primary .health a:hover,
.nav-primary .health.current-menu-item > a  {
	background: url(images/health2.png) center no-repeat;
background-size: 125px 125px;
image-rendering: -webkit-optimize-contrast;
}

.nav-primary .skin a{
	text-indent: -9999px;
	background: url(images/skincare1.png) center no-repeat;
background-size: 125px 125px;
	width: 125px;
	height: 125px;
	transition: .7s;
	margin: 0 5px;
image-rendering: -webkit-optimize-contrast;
}

.nav-primary .skin a:hover,
.nav-primary .skin.current-menu-item > a  {
	background: url(images/skincare2.png) center no-repeat;
background-size: 125px 125px;
image-rendering: -webkit-optimize-contrast;
}

.nav-primary .cleaner a{
	text-indent: -9999px;
	background: url(images/cleaner1.png) center no-repeat;
background-size: 125px 125px;
	width: 125px;
	height: 125px;
	transition: .7s;
	margin: 0 5px;
image-rendering: -webkit-optimize-contrast;
}

.nav-primary .cleaner a:hover,
.nav-primary .cleaner.current-menu-item > a  {
	background: url(images/cleaner2.png) center no-repeat;
background-size: 125px 125px;
image-rendering: -webkit-optimize-contrast;
}

.nav-primary .explore a{
	text-indent: -9999px;
	background: url(images/explore1.png) center no-repeat;
background-size: 125px 125px;
	width: 125px;
	height: 125px;
	transition: .7s;
	margin: 0 5px;
image-rendering: -webkit-optimize-contrast;
}

.nav-primary .explore a:hover,
.nav-primary .explore.current-menu-item > a  {
	background: url(images/explore2.png) center no-repeat;
background-size: 125px 125px;
image-rendering: -webkit-optimize-contrast;
}


}


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

	body {
		background-color: #fff;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 0;
	}

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

.header-image .site-title a{
width: 100%;
margin: 0px auto;
background-position: top center;
}

	.site-inner {
padding: 2%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}
	.site-header .search-form {
		float: none;
	}

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


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

.nav-primary a,
.nav-secondary a{
font-size: 15px;
padding: 5px 10px;
}

.entry{
padding: 5px;
}

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

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

	.footer-widgets {
		padding: 40px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

	.content {
		max-width: 100%;
	}

.nav-primary .start a{
	text-indent: -9999px;
	background: url(images/start1.png) center no-repeat;
background-size: 90px 90px;
	width: 90px;
	height: 90px;
	transition: .7s;
	margin: 0 5px;
image-rendering: -webkit-optimize-contrast;
}

.nav-primary .start a:hover,
.nav-primary .start.current-menu-item > a  {
	background: url(images/start2.png) center no-repeat;
background-size: 90px 90px;
image-rendering: -webkit-optimize-contrast;
}

.nav-primary .recipes a{
	text-indent: -9999px;
	background: url(images/recipes1.png) center no-repeat;
background-size: 90px 90px;
	width: 90px;
	height: 90px;
	transition: .7s;
	margin: 0 5px;
image-rendering: -webkit-optimize-contrast;
}

.nav-primary .recipes a:hover,
.nav-primary .recipes.current-menu-item > a  {
	background: url(images/recipes2.png) center no-repeat;
background-size: 90px 90px;
image-rendering: -webkit-optimize-contrast;
}

.nav-primary .garden a{
	text-indent: -9999px;
	background: url(images/garden1.png) center no-repeat;
background-size: 90px 90px;
	width: 90px;
	height: 90px;
	transition: .7s;
	margin: 0 5px;
image-rendering: -webkit-optimize-contrast;
}

.nav-primary .garden a:hover,
.nav-primary .garden.current-menu-item > a  {
	background: url(images/garden2.png) center no-repeat;
background-size: 90px 90px;
image-rendering: -webkit-optimize-contrast;
}

.nav-primary .health a{
	text-indent: -9999px;
	background: url(images/health1.png) center no-repeat;
background-size: 90px 90px;
	width: 90px;
	height: 90px;
	transition: .7s;
	margin: 0 5px;
image-rendering: -webkit-optimize-contrast;
}

.nav-primary .health a:hover,
.nav-primary .health.current-menu-item > a  {
	background: url(images/health2.png) center no-repeat;
background-size: 90px 90px;
image-rendering: -webkit-optimize-contrast;
}

.nav-primary .skin a{
	text-indent: -9999px;
	background: url(images/skincare1.png) center no-repeat;
background-size: 90px 90px;
	width: 90px;
	height: 90px;
	transition: .7s;
	margin: 0 5px;
image-rendering: -webkit-optimize-contrast;
}

.nav-primary .skin a:hover,
.nav-primary .skin.current-menu-item > a  {
	background: url(images/skincare2.png) center no-repeat;
background-size: 90px 90px;
image-rendering: -webkit-optimize-contrast;
}

.nav-primary .cleaner a{
	text-indent: -9999px;
	background: url(images/cleaner1.png) center no-repeat;
background-size: 90px 90px;
	width: 90px;
	height: 90px;
	transition: .7s;
	margin: 0 5px;
image-rendering: -webkit-optimize-contrast;
}

.nav-primary .cleaner a:hover,
.nav-primary .cleaner.current-menu-item > a  {
	background: url(images/cleaner2.png) center no-repeat;
background-size: 90px 90px;
image-rendering: -webkit-optimize-contrast;
}

.nav-primary .explore a{
	text-indent: -9999px;
	background: url(images/explore1.png) center no-repeat;
background-size: 90px 90px;
	width: 90px;
	height: 90px;
	transition: .7s;
	margin: 0 5px;
image-rendering: -webkit-optimize-contrast;
}

.nav-primary .explore a:hover,
.nav-primary .explore.current-menu-item > a  {
	background: url(images/explore2.png) center no-repeat;
background-size: 90px 90px;
image-rendering: -webkit-optimize-contrast;
}

	.home-browse h4{
max-width: 200px;
	font-size: 18px;
}

}

@media only screen and (max-width: 768px) {
	
	.header-image .site-title a{
width: 88%;
margin: 0 auto;
float: none;
}

.title-area{
float: none;
margin: 40px auto 0;
}

.single .content{
padding: 2% 5%;
}
	
	.nav-primary,
	.nav-secondary{
		display: none;
	}
	
	.mobile-content {
		display: block;
position: fixed;
	}

	.site-inner{
border: none;
}
	
	#social2{
	display: block;
	}
	
	.home-browse .widget:last-of-type,
	.home-browse .widget,
	.home-about .widget,
	.home-about .widget:last-of-type,
	.home-ebook .widget,
	.home-ebook .widget:last-of-type{
width: 100%;
	display: block;
}
	
	.home-ebook .widget:first-of-type {
	display: block;
		float: none;
	}
	
	.home-about img:first-of-type,
	.home-ebook .widget:first-of-type img{
max-width: 300px;
	margin: 0 auto 15px;
	display: block;
}
	
	.home-about,
	.home-ebook{
		text-align: center;
	}
	
	#home-top{
		position: relative;
	}
	
	.home-top{
position: relative;
width: 100%;
		max-width: 100%;
	float: none;
z-index: 99;
}
	
	#home-top:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: rgba(255,255,255,.5);
    z-index: 98;
}
	
}
 

@media only screen and (max-width: 580px) {
	
	body{
		background: #fff;
	}

	.header-image .site-title a{
width: 88%;
margin: 0 auto;
float: none;
    min-height: 100px;
}
	
	.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%;
	}

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

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

	.footer-widgets {
		padding: 40px 5% 16px;
	}

}

/* Responsive Menu
--------------------------------------------- */
 
.responsive-menu-icon {
width: 100%;
	cursor: pointer;
	display: none;
	margin-bottom: -1px;
	text-align: left;
	color: #fff;
}
 
.responsive-menu-icon::before {
	content: "\f333";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
}

.mobile-content .menu.responsive-menu-icon::before {
	color: #fff;
}
 
@media only screen and (max-width: 768px) {

.mobile-content .menu{
width: 100%;
float: left;
}
 
	.mobile-content .menu.responsive-menu > .menu-item > .sub-menu,
	.mobile-content .menu.responsive-menu {
		display: none;
	}
 
	.mobile-content .menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
 
	.mobile-content .menu.responsive-menu .menu-item {
		margin: 0;
		width: 100%;
	}
 
	.mobile-content .menu.responsive-menu .menu-item:hover {
		position: static;
	}
 
	.mobile-content .menu.responsive-menu .current-menu-item > a,
	.mobile-content .menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.mobile-content .menu.responsive-menu a,
	.mobile-content .menu.responsive-menu a:hover {
		background: none;
		line-height: 1.2;
		padding: 10px 20px;
		text-align: left;
		width: 90%;
	}
	.mobile-content .menu.responsive-menu .current-menu-item > a,
	.mobile-content .menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.mobile-content .menu.responsive-menu a,
	.mobile-content .menu.responsive-menu a:hover {
	color: #fff;
	}
 
	.mobile-content .menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}
 
	.mobile-content .menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
 
	.mobile-content .menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 10px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	.mobile-content .menu.responsive-menu > .menu-item-has-children:before {
	color: #fff;
	}
 
	.mobile-content .menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}
 
	.mobile-content .menu.responsive-menu .sub-menu {
		border: none;
		left: auto;
		opacity: 1;
		padding-left: 25px;
		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;
	}
 
	.mobile-content .menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}
 
	.mobile-content .menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.mobile-content .menu.responsive-menu .sub-menu li a,
	.mobile-content .menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 6px 20px;
		position: relative;
		width: 100%;
	}
 
}