/*
	Theme Name: SleepWell
	Description: This is the theme for sleepwell.
	Author: IAMPMEDIA
	Version: 2.2.8
	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
	Template: genesis
*/

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
@font-face {
    font-family: Hiekka Graphics;
    src: url(../../../);
}
@font-face {
    font-family: Nexa Rust;
    src: url(../../../);
}
@font-face {
    font-family: Phosphate;
    src: url(../../../);
}

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

html{font-family:'Hiekka Graphics';-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## Box Sizing
--------------------------------------------- */
html, input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}

/* ## Float Clearing
--------------------------------------------- */
.author-box:before, .clearfix:before, .entry:before, .entry-content:before, .footer-widgets:before, .nav-primary:before, .nav-secondary:before, 
.pagination:before, .site-container:before, .site-footer:before, .site-header:before,.site-inner:before, .widget:before, .wrap:before {
	content: " ";
	display: table;
}
.author-box:after, .clearfix:after, .entry:after, .entry-content:after, .footer-widgets:after, .nav-primary:after, .nav-secondary:after,
.pagination:after, .site-container:after, .site-footer:after, .site-header:after, .site-inner:after, .widget:after, .wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */
html {
	font-size: 62.5%; /* 10px browser default */
}
body > div {
	font-size: 2rem;
}
body {
	background-color: #fff;
	color: #371716;
	font-family: 'Hiekka Graphics', sans-serif;
	font-size: 20px;
	font-size: 2rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.3;
	margin: 0;
	/*background:url(/wp-content/uploads/2017/07/cream-BG.jpg);*/
}
a, button, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button, .gallery img {
	-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;
		font-family: 'Nexa Rust', sans-serif;
	transition:         all 0.1s ease-in-out;
}
a {
	color: #7cb0b4;
	text-decoration: none;
}
a:hover, a:focus {
	color: #371716;
	text-decoration: none;
}
p {
	margin: 0 0 28px;
	padding: 0;
}
ol, ul {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}
b, strong {
	font-weight: 700;
}
blockquote, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 40px;
}
blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

/* ## Headings
--------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Nexa Rust', sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 10px;
}
h1 {
	font-size: 36px;
	font-size: 3.6rem;
}
h2 {
	font-size: 30px;
	font-size: 3rem;
}
h3 {
	font-size: 24px;
	font-size: 2.4rem;
}
h4 {
	font-size: 20px;
	font-size: 2rem;
}
h5 {
	font-size: 18px;
	font-size: 1.8rem;
}
h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */
embed, iframe, img, object, video, .wp-caption {
	max-width: 100%;
}
img {
	height: auto;
}
figure {
	margin: 0;
}

/* ## Gallery
--------------------------------------------- */
.gallery {
	overflow: hidden;
}
.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}
.gallery-columns-1 .gallery-item {
	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 img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}
.gallery img:hover, .gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */
input, select, textarea {
	background-color: #ece8db;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 5px 16px;
	width: 100%;
}
input:focus, textarea:focus {
	border: 1px solid #999;
	outline: none;
}
input[type="checkbox"], input[type="image"], input[type="radio"] {
	width: auto;
}
::-moz-placeholder {
	color: #333;
	opacity: 1;
}
::-webkit-input-placeholder {
	color: #333;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .button, #mc_embed_signup .button {
	background-color: #371716;
	border: 0;
	color: #ece8db;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 16px 24px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}
button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover,
button:focus, input:focus[type="button"], input:focus[type="reset"], input:focus[type="submit"],
.button:focus  {
	background-color: #7cb0b4;
	color: #371716;
}
.entry-content .button:hover, .entry-content .button:focus {
	color: #ece8db;
}
.button {
	display: inline-block;
}
a.button.small, button.small, input[type="button"].small, input[type="reset"].small,input[type="submit"].small {
	padding: 8px 16px;
}
.site-container button:disabled, .site-container button:disabled:hover, .site-container input:disabled,
.site-container input:disabled:hover, .site-container input[type="button"]:disabled, .site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}
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: 15px;
	width: 100%;
	word-break: break-word;
}
tbody {
	border-bottom: 1px solid #eee;
}
td, th {
	text-align: left;
}
td {
	border-top: 1px solid #eee;
	padding: 6px;
}
th {
	font-weight: 400;
	padding: 0 6px;
}
td:first-child, th:first-child {
	padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */
.screen-reader-text, .screen-reader-text span, .screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}
.screen-reader-text:focus, .screen-reader-shortcut:focus, .genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #ece8db;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}
.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.wrap, .homerow{
	margin: 0 auto;
	max-width: 950px;
}
.site-inner, .page .site-inner {
	clear: both;
	padding-top: 40px;
	word-wrap: break-word;
	/*HERE-----------------*/
	max-width: 950px;
    margin: 0 auto;
}

/* ## 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: 1060px;
}
.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}
.sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}
.content {
	float: right;
	width: 880px;
}
.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: 660px;
}
.full-width-content .content {
	width: 100%;
	background-color: #fff;
}
.sidebar-primary {
	float: right;
	width: 360px;
}
.sidebar-content .sidebar-primary, .sidebar-sidebar-content .sidebar-primary {
	float: left;
}
.sidebar-secondary {
	float: left;
	width: 180px;
}
.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
---------------------------------------------------------------------------------------------------- */
/* ## Avatar
--------------------------------------------- */
.avatar {
	border-radius: 50%;
	float: left;
}
.author-box .avatar, .alignleft .avatar {
	margin-right: 24px;
}
.alignright .avatar {
	margin-left: 24px;
}
.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
	background-color: #ece8db;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1px;
	padding: 12px 30px;
}
.after-entry, .archive-description, .author-box {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding: 60px;
}
.archive-description p:last-child, .author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */
.search-form {
	overflow: hidden;
}
.entry-content .search-form, .site-header .search-form {
	margin-bottom: 40px;
	width: 50%;
}
.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}
.post-password-form input[type="submit"], .search-form input[type="submit"] {
	margin-top: 10px;
}
.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;
}

/* ## Titles
--------------------------------------------- */
.archive-description .entry-title, .archive-title, .author-box-title {
	font-size: 20px;
	font-size: 2rem;
}
.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}
.entry-title a, .sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}
.entry-title a:hover, .entry-title a:focus {
	color: #7cb0b4;
}
.widget-title {
	font-size: 26px;
	margin-bottom: 20px;
}
.sidearea h4.entry-title {
	font-size: 17px;
}
.sing.blogholder{
	border:none;
}
/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
	display: block;
	margin: 0 auto;
}
a.alignnone {
	display: inline-block;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
a.alignleft, a.alignnone, a.alignright {
	max-width: 100%;
}
img.centered, .aligncenter {
	display: block;
	margin: 0 auto 24px;
}
img.alignnone, .alignnone {
	margin-bottom: 12px;
}
a.alignleft, img.alignleft, .wp-caption.alignleft {
	margin: 0 24px 24px 0;
}
a.alignright, img.alignright, .wp-caption.alignright {
	margin: 0 0 24px 24px;
}
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}
.entry-content p.wp-caption-text {
	margin-bottom: 0;
}
.entry-content .wp-audio-shortcode, .entry-content .wp-playlist, .entry-content .wp-video {
	margin: 0 0 28px;
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}
.widget p:last-child, .widget ul > li:last-of-type, .widget-area .widget:last-of-type {
	margin-bottom: 0;
}
.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.widget ul > li:last-of-type {
	padding-bottom: 0;
}
.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}
.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}
.widget_calendar table {
	width: 100%;
}
.widget_calendar td, .widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
	background: none;
	padding: 0;
}
.featured-content .entry:last-of-type {
	margin-bottom: 0;
}
.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
--------------------------------------------- */
.sidebar .enews-widget, .sidebar .enews-widget .widget-title {
	color: #ece8db;
}
.sidebar .widget.enews-widget {
	background-color: #333;
}
.sidebar .enews-widget input, .sidebar .enews-widget input:focus {
	border: 1px solid #333;
}
.sidebar .enews-widget input[type="submit"] {
	background-color: #7cb0b4;
	color: #ece8db;
}
.sidebar .enews-widget input:hover[type="submit"], .sidebar .enews-widget input:focus[type="submit"]  {
	background-color: #ece8db;
	color: #333;
}
.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}
.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}
.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */
#wpstats {
	display: none;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}
.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}
:focus {
	color: #333;
	outline: #ccc solid 1px;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
	background-color: #ece8db;
}
.site-header > .wrap {
	padding: 20px 0;
}
.header-widget-area {
	color: #ece8db;
}
/* ## Title Area
--------------------------------------------- */
.title-area {
	float: left;
	padding: 10px 0;
	width: 300px;
}
.header-image .title-area {
	margin: 0 auto;
	max-width: 500px;
	padding: 0;
}
.site-header .title-area {
	float: none !important;
	width: 100%;
}
.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}
.site-title a, .site-title a:hover, .site-title a:focus {
	color: #333;
	text-decoration: none;
}
.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
    min-height: 150px;
    width: 100%;
}
.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}
.site-description, .site-title {
	margin-bottom: 0;
}
.header-image .site-description, .header-image .site-title {
	display: block;
	text-indent: -9999px;
}
.site-header .title-area {
	min-height:100px;
}
.genesis-nav-menu a {
	padding: 20px 20px;
}
.site-header > .wrap {
	padding-bottom: 0;
}
/* ## Widget Area
--------------------------------------------- */
.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	width: 100%;
}
.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}
.genesis-nav-menu a {
	color: #371716;
	text-decoration: none;
	display: block;
	padding: 20px 10px;
}
.genesis-nav-menu a:hover, .genesis-nav-menu a:focus, .genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover, .genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #7cb0b4;
	text-decoration: none;
}
.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	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: 200px;
	z-index: 999;
}
.genesis-nav-menu .sub-menu a {
	background: url(../../uploads/2017/07/cream-BG.png);
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}
.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}
.genesis-nav-menu .menu-item:hover {
	position: static;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}
.genesis-nav-menu > .first > a {
	padding-left: 0;
}
.genesis-nav-menu > .last > a {
	padding-right: 0;
}
.genesis-nav-menu > .right {
	float: right;
}
/* ## Accessible Menu
--------------------------------------------- */
.menu .menu-item:focus {
	position: static;
}
.menu .menu-item > a:focus + ul.sub-menu, .menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}
.sub-menu-toggle, .menu-toggle {
	display: none;
	visibility: hidden;
}

/* ## Site Header Navigation
--------------------------------------------- */
.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## After Header Navigation
--------------------------------------------- */
.nav-primary {
	background-color: transparent;
	text-align: center;
}
.site-header, .threecol, .optin, body.home {
	    background: url(../../uploads/2017/07/cream-BG.png);
}

/* ## Footer Navigation
--------------------------------------------- */
.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}
.site-footer .genesis-nav-menu a {
	padding: 0 20px 10px;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
.homerows {
	padding-top: 30px;
}
.home .site-inner {
	padding-top: 0!important;
}
.entry {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 0 80px 70px 80px;
}
.entry-content ol, .entry-content ul {
	margin-bottom: 28px;
	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 code {
	background-color: #333;
	color: #eee;
}

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}
.entry-header .entry-meta {
	margin-bottom: 24px;
}
.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 24px;
}
.entry-categories, .entry-tags {
	display: block;
}
.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */
.pagination {
	clear: both;
	margin: 40px 0;
}
.adjacent-entry-pagination {
	margin-bottom: 0;
}
.archive-pagination li {
	display: inline;
}
.archive-pagination a {
	background-color: #ece8db;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}
.archive-pagination a:hover, .archive-pagination a:focus, .archive-pagination .active a {
	background-color: #7cb0b4;
	color: #ece8db;
}

/* ## Comments
--------------------------------------------- */
.comment-respond, .entry-comments, .entry-pings {
	background-color: #ece8db;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}
.comment-respond, .entry-pings {
	padding: 60px 60px 32px;
}
.entry-comments {
	padding: 60px;
}
.comment-list li {
	padding: 40px 0 0 30px;
}
.comment-list .depth-1 {
	padding-left: 0;
}
.comment-header {
	margin-bottom: 30px;
}
.comment-content {
	clear: both;
}
.comment-content ul > li {
	list-style-type: disc;
}
.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-header p {
	margin-bottom: 0;
}
.entry-pings .reply {
	display: none;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}
.sidebar .widget {
	background-color: #ece8db;
	padding: 40px;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
	/*background-color: #ece8db;*/
	background: url(../../uploads/2017/07/cream-BG.png);
	font-size: 18px;
	font-size: 1.8rem;
	clear: both;
	padding: 35px 0;
}
.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
	width: 47%;
}
.footer-widgets-1 {
	margin-right: 0;
}
.footer-widgets-1, .footer-widgets-2 {
	float: left;
}
.footer-widgets-3 {
	float: right;
}
.blogblob a {
	font-size: 11.5px;
}
a.blotit {
	font-size: 15px;
}
a.categoryhome {
	text-transform: uppercase;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
	background-color: #371716;
	border-top: 1px solid #eee;
	font-size: 16px;
	font-size: 14px;
	line-height: 1;
	padding: 20px 0;
	text-align: center;
}
.site-footer p {
	margin-bottom: 0;
}
.sleepw, .sleepw a {
	color: #ece8db;
	text-decoration: none;
	font-family: 'Nexa Rust', sans-serif;
	text-align: left;
}
.sleepw {
	width: 48%;
	float: left;
}
.rightfoot {
	float: right;
    width: 48%;
    font-size: 11px;
    text-align: right;
}
.footer-widgets .widgettitle {
	font-family: 'Nexa Rust', sans-serif;
	text-transform: uppercase;
}
.footer-widgets .textwidget {
	font-family: 'Hiekka Graphics', sans-serif;
}
.footer-widgets-2 .textwidget {
	color:#666;
}
.rightfoot {
	color: #ece8db;
}

/* # Home
---------------------------------------------------------------------------------------------------- */
.categoryhome {
	font-size: 11px;
}
.titleblog {
	padding: 12px 20px;
}
.homerowaround {
	background-color: #6f6b6c;
}
.entry-title {
	text-align: center;
}
.leftprod {
	width: 48%;
	vertical-align: top;
    padding-top: 43px;
	display: inline-block;
}
.prodright {
	width: 48%;
	display: inline-block;
}
.slick-next {
    right: 10px !important;
}
.slick-prev {
    left: 10px !important;
}
.advafrow {
	background-size: cover;
	background-position: left;
    height: 400px;
    text-align: center;
}
.underlay {
	background-color: rgba(0,0,0,0.3);
	width: 100%;
	height:100%;
    margin: 0 auto;
    text-transform: uppercase;
}
.underlay a {
    color: #ece8db;
    text-decoration: none;
}
.underlay a:hover {
	color: #000;
}
.slickround {
	width: 100%;
}
.nutrition {
	display: table;
}
.nutrition tr {
	display: table-row;
}
.nutrition tr td {
	display: table-cell;
}
.nutrition, .nutrition tbody {
	border:1px solid #999;
	padding: 10px;
}
.nutrition td {
	border-top: none;
	padding-left: 40px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.nutrition th {
	padding-top: 25px;
    padding-left: 40px;
}
.nutrition {
	line-height: 1 !important;
}
.nutriright {
	text-align: right;
	float: right;
	padding-right: 40px;
	padding-left: 0!important;
	width: 100% !important;
}
.nutrition tr:last-child td {
 	padding-bottom: 25px;
}
.product .woocommerce-product-gallery {
	width: 40% !important;
	float: left !important;
}
.entry-summary{
	width: 58%;
}
.bloghold {
	display: flex;
	justify-content: space-between;
}
.product .entry-summary {
	padding: 0;
}
.footer-widgets{
	border-top: 1px solid #eee;
}
.single-product .sidebar-primary {
	display: none;
}
.sleepw a:hover {
    color: #7cb0b4;
}
.product_title {
	margin-bottom: 25px;
}
.bloghold {
	margin-top:20px;
	margin-bottom: 20px;
}
.product {
  	justify-content: space-between;
	padding-left: 0;
	padding-right: 0;
	max-width: 950px;
	margin: 0 auto;
}
.woocommerce-breadcrumb {
	display: none;
}
.surroundblob {
	margin-left: 0;
	margin-right: 0;
}
.nutrition tr.hidesometimes td {
	width: 56%;
	display: table-cell;
	margin-left: 0;
	margin-right: 0;
}
.show, .upshow {
	color: #7cb0b4;
}
.nutrition tr.hidesometimes {
	display: none;
}
.nutrition tr.hidddde {
	display: table-row;
	width: 100%;
	overflow: auto;
}
.archive.woocommerce-page .sidebar-primary {
	display: none;
}
.post.entry {
	padding-left: 0;
	padding-right: 0;
}

.featblog .titleblog {
	max-width: 950px;
}
.sidearea {
	width: 30%;
	float: none;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	float: left;
}
.blogholder {
	width: 65%;
    display: inline-block;
    float: right;
}
.sidebar-primary {
	border: 1px solid #999;
}
.sidearea {
	text-align: left;
	padding: 15px 40px;
}
.sidearea a {
	color: #371716;
	font-size: 17px;
	line-height: 2;
}
.navigation .active a {
	color: #666;
}
.navigation ul {
text-align: center;
}
.navigation ul li {
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
	color: #371716;
	padding: 3px;
}
.navigation .active {
	color:#666;
}
.navigation .next, .navigation .prev {
	padding-right:10px;
	background-color: #ece8db;
	padding-left:10px;
}
.sidearea a:hover {
	color: #7cb0b4;
}
.sidearea h3 {
	margin-bottom: 15px;
}
.home .site-inner {
	max-width: none;
	width: 100%;
}
.rowcontain {
	width: 50%;
	margin: 0 auto;
}
.header-left .fa {
	background-color: #371716;
    width: 30px;
    padding: 5px;
    text-align: center;
    border-radius: 20px;
    color: #ece8db;
}
.header-left {
	width: 200px;
	display: inline-block;
	float: left;
}
.site-header .header-widget-area {
	width: 300px;
	float:right;
	text-align: right;
	display: inline-block;
}
.title-area {
	min-height: 120px;
}
.slick-next {
    right: 10px !important;
    position: absolute;
    top: 40%;
}
.slick-prev {
	left: 10px !important;
    position: absolute;
    top: 40%;
}
.genesis-nav-menu .menu-item a {
	text-transform: uppercase;
}
.genesis-nav-menu a:hover {
	text-decoration: none;
}
.current-menu-item {
	text-decoration: none;
}
.type-product {
	padding-top: 20px;
}
.answer {
	display: none;
}
.faqsec .indivsec {
	border:1px solid #6f6b6c;
	padding: 15px 20px;
	border-collapse: collapse;
}
.footer-widgets-2 {
	float: right;
}
.custom {
	max-width: 950px;
	padding-left: 0;
	padding:0;
}
.page.entry {
	max-width: 950px;
	padding:0;
}
.footer-widgets .wpcf7-form .wpcf7-submit {
	padding: 6px 24px;
	width: 100%;
	margin-top: 15px;
}
.footer-widgets .wpcf7-form p{
	margin-bottom: 0;
} 
.wpcf7-form{
	margin-top: 5px;
}
.slick-slide:focus {
	outline: none;
}
div.wpcf7 .ajax-loader {
	display: none;
}
.bloghold a {
	display: block;
}
.site-inner p {
	color: #666;
	margin-bottom: 3px;
}
.threecol .onecol {
	width: 32%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}
.onecol img {
	margin: 20px;
	width: 50px;
}
.onecol h3 {
	text-transform: uppercase;
}
.home .entry {
	padding-bottom: 0;
}
.header-left .fa:hover, .site-header .fa:hover {
    background-color: #7cb0b4;
}
.quest h4 {
	margin-bottom: 0;
}
.nutrition h4 {
	margin-bottom: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}
.sku_wrapper {
	display: none;
}
.nutrition .fa {
	padding-top: 15px;
}
.ingred td {
	width: 100%;
}
.uphid, .downhid {
	display: none;
}
.answer {
	margin-top: 5px;
	color: #666;
}
.slick-prev {
	z-index:100;
}
.titleblog {
	padding: 8px 0;
}
.sidearea .entry-title{
	text-align: left;
}
.sidearea .entry-title, .sidearea .widgettitle {
	text-transform: uppercase;
}
.archive-description{
	padding:0;
}
.archive-description h1 {
	font-size: 35px;
	text-align: center;
}
.category-blog h2.entry-title{
	font-size: 30px;
	text-align: left;
}
.archive .post {
	padding-bottom: 15px;
}
.post-type-archive-product .sidee {
	display: none;
}
.single-product .site-inner, .post-type-archive-product .site-inner {
	padding-top: 20px;
}
.blogblob .titleblog, .sleep .titleblog {
	padding: 8px 15px;
}
.entry.threecol {
    max-width: 950px;
    margin: 40px auto;
    padding-left: 0;
    padding-right: 0;
    background-color: #ece8db;
}
.genesis-nav-menu {
	font-size: 16px;
	font-weight: 800;
}
.header-widget-area button, .homerows button {
	background-color: #371716;
}
.header-widget-area button, .homerows button:hover{
	background-color: #371716;
	color:#ece8db;
}
.header-widget-area button {
	background-color: transparent;
	color: #371716;
	border: 1px solid #371716;
}
.header-widget-area button:hover{
	color: #7cb0b4;
	border: 1px solid #7cb0b4;
}
.underlay h2, .underlay p {
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: 800;
	width: 40%;
	font-size: 40px;
	margin-left: auto;
	padding-top: 120px;
	margin-right: auto;
	color: #ece8db;
}
.underlay{
	padding: 1px;
}
.categoryhome {
	font-size: 11px;
}
.onecol h3 {
	font-size: 19px;
}
.homerows {
	background-image: url('../../uploads/2017/06/Vanilla-BG.png');
	background-size: cover;
}
.leftprod h2 {
	color: #ece8db;
	text-transform: uppercase;
}
.leftprod h2 {
	font-size: 35px;
	margin: 0;
	font-weight: 800;
	font-family: 'Nexa Rust', sans-serif;
}
.leftprod li {
	list-style-type:disc;
}
.leftprod ul{
	margin-bottom: 20px;
}
.threecol h3 {
	margin-bottom: 30px;
}
.optin {
	padding-top: 40px;
	padding-bottom: 40px;
}
button.nexa {
	padding:8px 15px;
	background-color: #ece8db;
	color:#371716;
}
.hiekka, .product .woocommerce-tabs .column, .leftprod li, a.categoryhome, .sidearea a  {
	font-family: 'Hiekka Graphics', sans-serif;
}
.onecol .hiekka  {
	font-size: 15px;
	color: #666;
}
button, h1, .nexa, h2, h3, h4 {
	font-family: 'Nexa Rust', sans-serif;
	text-transform: uppercase;
}
.quote {
	color: #666;
}
a.blotit, .wpcf7-submit, .headtab h4, .genesis-nav-menu .menu-item a  {
	text-transform: uppercase;
	font-family: 'Nexa Rust', sans-serif;
}
.hidesometimes {
	color: #666;
}
.rightfoot a {
	color: #ece8db;
}
.rightfoot a:hover {
	color: #7cb0b4;
}
.featblog img {
	width: 100%;
}
.featblog {
	background: url(../../uploads/2017/07/cream-BG.png);
}
.surroundblob {
	width: 28%;
	background:url(../../uploads/2017/08/cream-BGsmall-e1502269534709.png);
}
ul {
    list-style-position: inside;
}
.titleblog a {
	color:#371716;
}
.titleblog a:hover {
	color: #7cb0b4;
}
.singcont {
	color: #666;
}
.categ, .categoryhome {
	font-size: 15px;
}
.titim {
	position: absolute;
	width: 100%;
	text-align: center;
	height: 250px;
	left:0;
	margin-top: -40px;
	background-size: cover;
	background-position: center;
}
.titim {
	padding-top: 100px;
}
.titund {
	height: 260px;
}
.leftprod p {
	text-transform: uppercase;
	font-size: 25px;
	margin-bottom: 10px;
	color:#371716;
}
.woocommerce div.product .woocommerce-tabs .panel {
	margin-bottom: 0;
}
.leftprod .column {
	margin-bottom: 25px;
}
.bluesurr {
	padding:20px;
}
.bluesurr h3 {
	text-align: center;
	color: #ece8db;
	margin-top: 20px;
	margin-bottom: 10px;
}
.footer-widgets .wpcf7-form {
	margin-top: 20px; 
}
.titim h1 {
	color: #ece8db;
}
.ptit {
	text-align: center;
}
.indivsec:hover, .headtab:hover {
	cursor: pointer;
}
.site-inner{
	background-color: #fff;
}
.home .site-inner {
	background: url(../../uploads/2017/07/cream-BG.png);
}
.categoryhome, .blotit {
	line-height:1.2;
}
.blogblob .titleblog, .sleep .titleblog {
	padding: 16px 15px 15px 15px;
}
.sleep .titleblog {
	padding: 10px 15px 10px 15px;
}
.slick-slide img {
	float: right;
}
.footer-widgets input.wpcf7-text {
	background-color: rgba(255, 255, 255, 0.3);
}
.answer p {
	margin-bottom: 4px;
	margin-top: 17px;
}
.widget-area.header-widget-area{
	float: right;
    width: 150px !important;
}
.product .entry-content ul {
	margin-left: 0;
}
.product .entry-title {
	text-align: left;
}
.product .textpage {
	width: 60%;
	display: inline-block;
	padding-left: 50px;
}
.product .textpage .entry-summary, .extrainfo {
	width: 100% !important;
	float: none !important;
}
.two-col {
   -moz-column-count: 2;
   -moz-column-gap: 20px;
   -webkit-column-count: 2;
   -webkit-column-gap: 20px;
}
.blogfour {
	width: 48%;
	float: right;
	display: inline-block;
	background:url(../../uploads/2017/07/cream-BG.png);
}
.evenblog {
	float: left;
}
.blogback {
	height: 200px;
    width: 100%;
    background-size: cover;
}
.featblog, .blogfour {
	margin-bottom: 25px;
}
.sleep h2 {
	font-size: 14px;
	width: 100%;
	overflow: hidden;
}
.singblog {
	background-color: #fff;
}
.sing .titleblog p {
	color: #666;
	margin-top: 20px;
}
.sidee a, .categ, .sideetwo a {
	text-transform: uppercase;
}
.sideetwo {
	margin-top: 40px;
}
.indivtest {
	margin-bottom: 14px;
}
.singblog .titleblog h2 {
	margin: 8px 0 25px;
}
.singblog .titleblog p {
	margin: 5px 0;
}
.pagination ul li a {
	color: #000;
}
.pagination ul li.active, .pagination ul li a:hover {
	color: #666;
}
.post-type-archive-product .sideetwo {
	display: none;
}
.hiyd {
	display: none !important;
}
.upshow {
	display:block!important;
}
h1.product_title.entry-title {
	color:#7cb0b4;
	margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs .panel {
	margin-bottom: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding-left: 5px !important;

}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
 	border-radius: 0px !important;
 }
.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h2, .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews h2{
	display: none;
}
.aboutpg p {
	color: #666;
}
.contabout, .twocol {
	margin-bottom: 40px;
}
.contabout p, .twocol p{
	margin-bottom: 0;
}
/*.slick-slide, .slick-track {
	height:405px!important;
	min-height:405px!important;
}*/
.slidtext {
	text-align: center;
	margin: 0 auto;
	width: 50%;
	font-size: 30px;
}
.slidtext p {
	margin: 0 auto;
	width: 50%;
	padding-top: 150px;
}
.aboutpg h2{
	margin-bottom: 20px;
}
.aboutpg h3 {
	margin-bottom: 12px;
}
.product-excerpt p {
	text-transform: uppercase;
	font-size: 25px;
	color:#371716;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin: 20px 0 20px !important;
}
.woocommerce div.product .woocommerce-tabs .panel .woocommerce-Tabs-panel--reviews {
	margin: 0 0 !important;
}
.aboutpg {
	margin-bottom: 60px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	color: #371716 !important;
}
.woocommerce div.product .woocommerce-tabs .panel {
	margin: 0 !important;
}
div#tab-description {
	margin: 15px 0 20px !important;
}
.buyama {
	background-color: #7cb0b4;
	color:#fff;
}
.slidtext p {
	color: #fff;
}
.home .overlay {
	height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
}
.buyama:hover {
	background-color: #371716;
	color: #ece8db;
}
.threecoltit {
	text-align: center;
	width: 100%;
}
#comments {
	margin-bottom: 15px;
}
.o1fonecol {
	padding-right: 30px;
}
.o2fonecol {
	padding-left: 15px;
	padding-right: 15px;
}
.o3fonecol {
	padding-left: 30px;
}

.bloghold {
	display: block;
	text-align: center;
}
.surroundblob {
	display: inline-block;
}
.bl1ob, .bl4ob {
	float: left;
	text-align: left;
}
.bl6ob, .bl3ob {
	float: right;
	text-align: left;
}
.blogblob {
	text-align: left;
}
.newsletter {
	max-width: 950px;
	margin: 0 auto;
	padding-top: 12px;
	padding-bottom: 12px;
}
.signup{
	width: 33%;
	display: inline-block;
	vertical-align: middle;
}
.newsletter p {
	width: 50%;
	vertical-align: middle;
	margin: 0 auto;
}
.newsletter .wpcf7-submit {
	width: 100%;
	padding: 6px 24px 6px 24px;
}
.newsletter .wpcf7-form {
	text-align: center;
}
.slick-slide img {
    height: 350px !important;
    width: auto !important;
}
.newsletter div.wpcf7 .ajax-loader {
	display: none;
}
.signu {
	text-align: center;
	margin-bottom: 30px;
	color: #ece8db;
}
.newsletter .your-email input {
	background-color: rgba(255, 255, 255, 0.3);
	border: 1px solid #ece8db;
	color: #371716;
	text-align: left;
	/*font-size: 14px;*/
	margin-bottom: 15px;
}
.newsletter .your-email ::-webkit-input-placeholder { /* WebKit browsers */
	color: #666 !important;
	opacity: 1;
}
.newsletter input[type="submit"] {
	background-color: #ece8db;
    color: #371716;
}
.newsletter .your-email :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #666!important;
	opacity: 1;
}
.newsletter .your-email ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #666 !important;
	opacity: 1;
}
.newsletter .your-email :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #666 !important;
	opacity: 1;
}
.contactpg a{
	font-family: 'Hiekka Graphics', sans-serif;
}
.sooncirc {
    background-color: #ece8db;
    border-radius: 100px;
    width: 150px;
    padding-top: 41px;
    height: 150px;
    font-size: 29px;
    position: absolute;
    margin-top: 215px;
    z-index: 999;
    text-align: center;
    color: #371716;
    border: 1px solid #371716;
    font-family: 'Nexa Rust', sans-serif;
    margin-left: 129px;
}

.slick-slide img.sticker {
    height: 185px !important;
    width: auto !important;
    border-radius: 100%;
    background-color: black;
    margin-top: -25px;
    padding: 0px 4px 2px 0;
}
.answer a {
	font-family: 'Hiekka Graphics', sans-serif;
}
.woocommerce-result-count, .woocommerce-ordering {
	display: none;
}
.post-type-archive-product h2 {
	color: #371716;

}
.post-type-archive-product h2:hover {
	color:#7cb0b4;
}
.woocommerce ul.products li.product .button {
    margin-top: 1em;
    display: none;
}
.woocommerce ul.products li.product .button {
    display: none;
}
.single-post .featblog {
	background: none;
	background-color: #fff;
}
.woocommerce button.button.alt:hover {
	background-color: #371716 !important;
}
.woocommerce-cart .quantity .qty {
    height: 37px;
    width: 45px !important;
}
.woocommerce .product .quantity .qty {
	height: 47px;
}
.woocommerce .quantity .qty  input {
	padding: 5px 5px;
}
.woocommerce div.product p.price {
	color: #371716 !important;
}
.woocommerce div.product .stock {
    color: #7cb0b4 !important;
}
.woocommerce button.button {
	font-size: 1.6rem !important;
}
.woocommerce div.product form.cart .button {
    padding: 16px 24px;
}
.woocommerce a.button.alt, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt,
.woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #371716 !important;
	border-radius: 0;
	color: #ece8db !important;
}
.woocommerce a.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #7cb0b4 !important;
	color:#371716 !important;
}
.woocommerce-info {
    border-top-color: #7cb0b4 !important;
}
#mc_embed_signup form {
	padding: 0!important;
}
#mc_embed_signup input {
	border-radius: 0 !important;
}
#mc_embed_signup .button, #mc_embed_signup .mc-field-group {
	width: 100% !important;
	/*    background-color: #371716 !important;*/
}
.footer-widgets-2 input, input#mce-EMAIL {
    background-color: rgba(255, 255, 255, 0.4);
}
.footer-widgets-2 #mc-embedded-subscribe {
	background-color: #371716 !important; 
}
.footer-widgets-2 #mc-embedded-subscribe:hover {
	background-color: #7cb0b4  !important; 
	color: #371716 !important;
}
.footer-widgets-2 #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	margin-bottom: 0 !important;
}
.footer-widgets-2 #mc_embed_signup {
	margin-top: 20px !important;
}
.footer-widgets-2 #mc_embed_signup .button, .newsletter #mc_embed_subscribe.button, .newsletter #mc_embed_signup .button  {
	padding: 3px 22px !important;
	font-size: 16px;
	height: 36px !important;
}
#mc_embed_signup .mc-field-group {
	padding-bottom: 15px !important;
}
.newsletter #mc_embed_signup {
	width: 60% !important; 
	margin: 0 auto !important;
}
.woocommerce-info::before {
	color:#7cb0b4 !important;
}
#mc_embed_signup {
    color: #371716;
}
.footer-widgets #mc_embed_signup {
    width: 100% !important;
    float: right;
    padding-top: 0!important;
    padding-left:0!important;
    padding-right: 0!important;
    clear: none !important;
}
.footer-widgets #mc-embedded-subscribe.button {
	padding: 8px 15px;
}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error, .newsletter #mc-embedded-subscribe.button, #mc_embed_signup input  {
    border: 1px solid #ece8db !important;
}
.newsletter #mc_embed_signup #mce-success-response{
	color: #ece8db !important;
}
.newsletter #mc_embed_signup div.response {
	padding-top: 0 !important;
}
.woocommerce table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	width: 125px !important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	font-size: 15px !important;
	padding: 11px 10px !important;
	border-radius: 0 !important;
	margin-top: -2px !important;
}
 .woocommerce button.button.single_add_to_cart_button.button {
	background-color: #7cb0b4 !important;
	color:#fff !important;
	margin-top: 0 !important;
	padding: 16px 10px !important;
}
.woocommerce-message {
    border-top-color: #7cb0b4 !important
}
.woocommerce-message::before {
    color: #7cb0b4 !important;
}
.woocommerce form .form-row.woocommerce-validated input.input-text {
    border-color: #7cb0b4 !important;
}
.cartlink img{
	width: 30px;
	float: right;
}
.newsletter #mc-embedded-subscribe.button:hover {
    padding: 8px 15px;
    background-color: #371716 !important;
    color: #ece8db !important;
    border: 1px solid #371716 !important;
}
.woocommerce button.button.single_add_to_cart_button.button:hover {
	background-color: #371716 !important;
}
.footer-widgets-2 input#mc-embedded-subscribe {
	color: #ece8db !important;
}
.woocommerce ul.products li.product .price {
    color: #7cb0b4 !important;
}
.response a {
	color: #371716;
	font-family: 'Hiekka Graphics', sans-serif;
}
.footer-widgets-1 ul {
	margin-bottom: 0;
}
.two-col p {
	width: 100%;
}
textarea:focus {
	font-family: 'Hiekka Graphics', sans-serif;
}
.homerows{
	width: 100%; 
	height:100%; 
	min-height:405px; 
	background-size: cover; 
	padding-top: 0; 
	background-position: center;
}
.makers {
	font-style: italic;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	padding: 9px 6px 7px !important;
}
.woocommerce-cart table.cart input {
	padding: 5px 5px;
}
.woocommerce-checkout .woocommerce-info {
	display: none;
}

.woocommerce-checkout .site-inner p {
	color: #371716;
}
.woocommerce-checkout input, .woocommerce-checkout textarea, .cart_item {
	color:#666;
	background-color: #fff;
} 
.woocommerce .col-1 {
	margin-bottom: 20px;
}
.woocommerce-checkout h3 {
	margin-bottom: 20px;
}
.slick-slide img {
	margin-top: 25px;
}
.headcart {
	background-color: #371716;
    width: 30px;
    padding: 5px;
    text-align: center;
    border-radius: 20px;
    color: #ece8db;
}
.nav-primary {
	display: inline-block;
}
.site-header .wrap {
	text-align: center;
}
.site-header .textwidget {
	text-align: left;
}
.woocommerce-cart .product-name a {
	font-family: 'Hiekka Graphics', sans-serif;
}
.woocommerce-cart .product-thumbnail img {
	vertical-align: middle;
}
#ywar_reviews a.ywar_filter_order.active, #ywar_reviews a.ywar_filter_order:hover{
	border-bottom-color: #7cb0b4!important
}
.reviews_bar, #reviews_header{
	display: none;
}
.reviews_bar, .ywar_review_row span{
	font-family: 'Nexa Rust', sans-serif;
	text-transform: uppercase;
}
#ywar_reviews a.ywar_filter_order {
    margin-right: 2px!important; 
    padding: 10px 10px!important;
    font-size: 16px;
}
/* # JUST FOR NOW
---------------------------------------------------------------------------------------------------- */
.single-product .woocommerce-product-details__short-description {
	display: none;
}
.woocommerce form .form-row .required {
	color: #371716 !important;
}

/* # Reviews
---------------------------------------------------------------------------------------------------- */
#reviews #comments {
	display: block;
}
#reviews ol > li{
	list-style: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin-left: 0 !important;
}
.comment_container img {
	display: none !important;
}
#review_form_wrapper {
	margin-bottom: 30px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
	margin-bottom: 7px !important;
}
#reviews .description{
    font-size: 17px !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	padding: 10px 10px 0 !important;
}
.comment-reply-title {
	font-size: 19px;
}
#comments {
	margin-bottom: 0
}
.woocommerce #review_form #respond textarea, #reviews #author, #reviews #email {
	background-color: #fff;
}
.woocommerce .woocommerce-product-rating {
	display: none;
}
.testhome .layoutArea {
	padding: 0;
	text-align: left;
}
.bx-wrapper {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background-color: rgba(0,0,0,0) !important;
}
.bx-wrapper .bx-pager {
	display: none !important;
}
.footer-widgets {
	height: 350px;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 150px!important;
}
#review_form_wrapper{
	padding: 8px;
}
/* #popup
---------------------------------------------------------------------------------------------------- */
 #mc_embed_signup{
 	 width: 49%;
    float: right;
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
    clear: none !important;
 }
 .fa-times-circle {
 	  border-radius: 130%;
    height: 90%;
 }  
 .mc-exit{
 	font-size: 35px;
    color: #444;
    text-shadow: 1px 1px 1px black;
    border-radius: 100%;
    float: right;
    margin: 5px 8px;
 }
 .mc-contain{
 	background: #fff;
    position: absolute;
    overflow: hidden;
    z-index: -1;
 }
 .mc-popup {    position: fixed;
    top: 30%;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 700px;
    height: 100%;
    margin: 0 auto;
}
.mc-overlay {
	background: rgba(000,000,000,0.75);
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
}
#mc_embed_signup{background:#fff; clear:left; font-size:14px; }
.sidesignup {
    width: 100% !important;
    float: none;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    clear: none !important;
}
.mc-containsidebar img {
	width: 100%;
}
.mc-containsidebar {
	margin-top: 50px;
}
.page-template-sleepzone #mc_embed_signup h2 {
    font-size: 16px;
}
.page-template-sleepzone #mc_embed_signup .indicates-required {
	text-align: left;
}
#mc_embed_signup .button {
	background-color: #371716 !important;
}
.mc-popuppage {
	position: relative;
	    width: 80%;
    margin: 0 auto 40px auto;
}
*:before, *:after {
 	overflow: hidden;
 }
.mc-text{     
 	font-family: 'Hiekka Graphics', sans-serif;
 	color:#666;
    font-size: 18px;
    margin-bottom: 10px;
}

.footer-widgets-1 .textwidget{
     max-height: 210px;
    overflow: hidden;
}
.woocommerce-checkout-review-order .shipping th{
	min-width: 110px;
}
.clearfix{
	clear: both;
}
.subandsave{
    margin-top: 0 !important;
    padding: 13px 10px !important;
    margin-left: 5px;
}

.woocommerce a.added_to_cart {
    padding-top: 10px;
    display: block;
    padding-left: 5px;
    float: left;
    padding-bottom: 12px;
}
.sub-options .woocommerce-Price-amount, .sub-options .subscription-details{
	display: none!important;
}
.sub-options a.added_to_cart{
	float: none;
}
.sub-options .added{
	display: none!important;
}
p.sub-cost {
    padding: 5px;
    text-align: center;
}
.sub-options p.product.woocommerce.add_to_cart_inline{
	border: none!important;
	padding: 0px 0px!important;
}
.cart-discount.coupon-subandsave15, .cart-discount.coupon-subandsave10{
	display: none;
}
.woocommerce-cart .woocommerce-message{
	display: none;
}
.woocommerce-cart .recurring-totals th{
	text-align: center;
	padding-left: 0px!important;
	text-align: uppercase;
}
.sub-options a.button.add_to_cart_button{
	margin-top: 10px!important;
}
/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1340px) {
	.wrap, .homerow{
		max-width: 1140px;
	}
	.content-sidebar-sidebar .content-sidebar-wrap, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
		width: 920px;
	}
	.content, .site-header .widget-area {
		width: 800px;
	}
	.sidebar-content-sidebar .content, .sidebar-sidebar-content .content, .content-sidebar-sidebar .content {
		width: 580px;
	}
	.sidebar-primary {
		width: 300px;
	}
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
		width: 47%;
	}
	.footer-widgets-1 {
		margin-right: 60px;
	}
}
@media only screen and (max-width: 1200px) {
	.footer-widgets {
		height: auto;
	}
	.footer-widgets-1 {
    	margin: 0 auto 10px !important;
	}
}
@media only screen and (max-width: 1200px) {
	.wrap, .homerow {
		max-width: 960px;
	}
	.content-sidebar-sidebar .content-sidebar-wrap, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}
	.content {
		width: 620px;
	}
	.sidebar-content-sidebar .content, .sidebar-sidebar-content .content, .content-sidebar-sidebar .content {
		width: 400px;
	}
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
		width: 47%;
	}
	.footer-widgets-1 {
		margin-right: 30px;
	}
	.slick-slide img.sticker {
    	height: 160px !important;
    	margin-top: -41px;;
	}
	.rowcontain {
		width: 62%;
	}
}

@media only screen and (max-width: 1023px) {
	.header-image .site-title > a {
		margin-top: -50px;
	}
	.site-header .title-area {
		min-height: 1px;
	}
	#text-4 {
		margin-bottom: 0;
	}
	.threecol .onecol {
		width: 32%;
	}
	.wrap, .homerow {
		max-width: 800px;
	}
	.content, .content-sidebar-sidebar .content, .content-sidebar-sidebar .content-sidebar-wrap, .footer-widgets-1,
	.footer-widgets-2, .footer-widgets-3, .js .genesis-nav-menu .sub-menu a, .js .genesis-nav-menu .sub-menu, 
	.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%;
	}
	.site-header .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	.genesis-nav-menu li, .header-image .title-area, .site-header ul.genesis-nav-menu, .site-header .search-form {
		float: none;
	}
	.genesis-nav-menu, .site-description,
	.site-header .title-area, .site-header .widget-area, .site-title {
		text-align: center;
	}
	.site-header .search-form {
		margin: 16px auto;
	}
	.js nav.nav-primary, .js .site-header nav {
	/*	display: none;*/
		position: relative;
	}
	.js .site-header nav .wrap {
		padding: 0;
	}
	.js nav.pagination {
		display: block;
	}
	.menu-toggle, .sub-menu-toggle {
		border-width: 0;
		background-color: transparent;
		color: #371716;
		display: none;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}
	.sub-menu-toggle:hover, .sub-menu-toggle:focus {
		border-width: 0;
	}
	.rowcontain {
	    width: 67%;
	    margin: 0 auto;
	}
	.menu-toggle {
		border-top: 1px solid #eee;
		line-height: 20px;
		position: relative;
		right: 0;
		z-index: 1000;
		width: 50%;
	}
	.site-header .menu-toggle {
		border: 0;
	}
	.menu-toggle:before, .menu-toggle.activated:before {
		margin-right: 10px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}
	.sub-menu-toggle {
		float: right;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}
	.sub-menu-toggle:before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}
	.sub-menu-toggle.activated:before {
		content: "\f142";
	}
	.js .nav-primary .genesis-nav-menu .menu-item, .js .site-header .genesis-nav-menu .menu-item {
		display: inline-block;
		float: none;
		margin: 1px 10px;
		position: relative;
		text-align: left;
	}
	.js .genesis-nav-menu .menu-item:hover {
		position: relative;
	}
	.js .nav-primary .genesis-nav-menu .menu-item a, .js .site-header .genesis-nav-menu .menu-item a {
		border: none;
		padding: 12px 0;
		width: 100%;
	}
	.js .genesis-nav-menu .sub-menu {
		border: none;
	}
	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}
	.js .genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}
	.js .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}
	.js .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
	.js nav button:hover, .js .menu-toggle:hover, .js .nav-primary {
		background-color: transparent;
		color: #000;
	}
	.js nav button:focus, .js .menu-toggle:focus {
		background-color: transparent;
		color: #7cb0b4;
	}
	.footer-widgets-1, .footer-widgets-2 {
		margin: 0 auto 40px;
	}
	.header-left {
		width: 150px;
	}
	.leftprod h2 {
		font-size:33px;
	}
}
@media only screen and (max-width: 870px) {

	.theformhome#theform div {
		text-align: center;
	}
	.prehomefor {
		text-align: center;
		float: none;
	}
}

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

	body > div {
		font-size: 1.8rem;
	}
	body {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.site-inner {
		padding: 5% 5% 0;
	}
	.home .site-inner {
		padding: 0;
	}
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	.after-entry, .archive-description, .author-box, .comment-respond, .entry, .entry-comments,
	.entry-pings, .sidebar .widget {
		padding: 30px 15px;
		margin-bottom: 5%;
	}
	.sidebar {
		margin-bottom: 5%;
	}
	.pagination {
		margin: 5% auto;
	}
	.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%;
	}
	.slick-slide img.sticker {
		height: 150px !important;
		margin-top: -55px;
	}
	.rowcontain {
		width: 75%;
	}
	.sub-options a.add_to_cart_button{
		margin-left: 5px!important;
	}
	.subandsave{
		margin-left: 0px; clear: both;display: block;margin-top: 5px!important;
	}
}

@media only screen and (max-width: 800px){
	.mc-popuppage #mc_embed_signup, .mc-popup #mc_embed_signup{
		width: 100%;
		margin-bottom: 30px;
		padding-top: 10px;

	}
	.mc-containpage img, .mc-contain img {
		width: 100% !important;
		margin-bottom: 0 !important;
	}
	.mc-overlay {
	    background: rgba(000,000,000,0.75);
	    position: fixed;
	    height: 100vh;
	    width: 100%;
	    z-index: 9999;
	    top: 0;
	}
	.mc-popup {
		width: 80%;
		top: 15%;
	}
	.mc-exit {
		position: absolute;
		right: 0;
	}
}

@media only screen and (max-width: 750px){
	.rowcontain {
		margin-top: 35px;
	}
	.menu-toggle, .sub-menu-toggle {
		border-width: 0;
		background-color: transparent;
		color: #371716;
		display:block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}
		.js nav.nav-primary, .js .site-header nav  {
		display: none;
		position: relative;
	}
	.js .nav-primary .genesis-nav-menu .menu-item, .js .site-header .genesis-nav-menu .menu-item {
		display: block;
	}
	.threecol .onecol {
		width: 100%;
		margin-bottom: 30px;
	}
	.blogim {
		height:100px !important;
	}
	.surroundblob {
		height: 100%;
	}
	.rowcontain {
		width: 85%;
	}
	.site-header .widget-area {
		width: 150px;
		display: inline-block;
		float: right;
	}
	.underlay h2, .underlay p {
		width: 70%;
	}
	.bloghold {
		margin-top: 0;
		margin-bottom: 15px;
	}
	.onecol img {
		margin: 0;
	}
	.onecol {
		padding-right: 5% !important;
		padding-left: 5%;
		margin:0;

	}
	button.nexa {
		margin-bottom: 10px;
	}
	.site-header button.menu-toggle {
		padding: 10px 15px 10px 0;
	}
	.headcart {
	    margin-bottom: 7px;
	    text-align: center;
	    float: right;
	    margin-top: -8px;
	    position: absolute;
	    top: 40px;
	}
	.menu-toggle {
		float: left;
		text-align: left;
	}
	.textwidget button {
		padding: 10px 24px;
	}
	.header-left .widget {
		margin-bottom: 5px
	}
	.header-image .site-title > a {
		min-height: 120px;
	}
	.cartbut{
		width: 20%;
	    float: right;
	    top: 149px;
	    position: absolute;
	    right: 5%;
	}
	#text-5 {
		text-align: right;
	}
	#text-5 a{
		float: right;
	}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{
		overflow: hidden
	}
}
@media only screen and (max-width: 600px){
	.header-image .site-title > a {
		margin-top: 0;
	}
}

@media only screen and (max-width: 600px){
	.two-col {
	   -moz-column-count: 1;
	   -moz-column-gap: 20px;
	   -webkit-column-count: 1;
	   -webkit-column-gap: 20px;
	}
	.leftprod ul {
		margin-bottom: 5px;
	}
	.bloghold {
		display: block;
		width: 70%;
	}
	.surroundblob {
		width: 100%;
		margin: 10px auto;
	}
	.underlay h2, .underlay p {
		padding-top: 125px;
	}
	.rowcontain {
	    width: 95%;
	}
	.leftprod {
	    width: 100%;
	    padding-top: 0;
	}
	.homerowaround button.nexa {
		margin: 5px;
	}
	.leftprod .column, .leftprod p{
		margin-bottom: 0;
	}
	.leftprod h2 {
	    font-size: 30px;
	}
	.leftprod p, .leftprod h2, .leftprod{
		text-align: center;
	}
	.slick-slide .overlay img {
	    display: block;
	    text-align: center;
	    float: right;
	    margin: 0 auto;
	    width: 50%;
	    height: 165px !important;
	}
	.slick-arrow {
		display: none !important;
	}
	.slick-slide img {
		height: 165px !important;
	}
	.slick-slide .prodright a img {
		float: none !important;
		height: 150px !important;
		margin: 0 auto !important;
		padding-bottom: 15px;
	}
	.sooncirc{
		width: 30px;
		height: 30px;
		margin-top: 10px;
		margin-left:5px;
		font-size: 15px;
	}
	.prodright {
	    width: 100%;
	    text-align: center;
	    display: inline-block;
	    margin: 0 auto;
	}
	.slick-slide img.sticker {
	    height: 100px !important;
	    margin-top: -60px;
	}
	.onecol {
	    padding-left: 30px;
	    padding-right: 30px;
	}
	.underlay h2, .underlay p {
		font-size: 35px;
		padding-top: 100px;
	}
	.slidtext p {
		padding-top: 100px;
		font-size: 27px;
	}
	.newsletter p, .signup {
    	width: 49%;
	}
	.product .textpage {
    	width: 100%;
	}
	.product .woocommerce-product-gallery {
		margin: 0 auto;
		float: none!important;
	}
	.product .textpage {
		padding-left: 0;
	}
	.sidearea{
		display: none;
	}
	.blogholder {
		width: 100%;
	}
	.header-image .site-title > a {
	    min-height: 100px;
	    width: 100%;
	    margin-bottom: 6px
	}
	.slidtext p {
		font-size: 24px;
		width: 80%;
	}
	.header-left {
	    width: 48%;
	    float: left;
	    text-align: center;
	}
	.header-widget-area img {
		display: none;
	}
	.header-widget-area a {
		width: 100%;
	}
	.header-widget-area, .site-header .widget-area  {
		float: right;
		width: 37% !important;
	}
	.header-widget-area a button{
		width: 100%;
		padding: 3px 3px;
	}
	#text-4, .header-widget-area a button {
		margin-bottom: 10px;
	}
	.headtab h4 {
		font-size: 17px;
	}
	.nutrition td {
	    padding-left: 15px;
	}
	.nutriright {
		padding-right: 15px;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		font-size: 17px;
    	padding: 0 10px;
	}
	.site-inner {
	    padding: 20px 10px 20px 10px;
	}
	.menu-toggle {
		float: left;
		margin-bottom: 4px;
	}
	.site-header button.menu-toggle {
	    padding: 5px 5px;
	    text-align: left;
	}
	.site-header > .wrap {
	    padding-top: 5px;
	}
	.indivsec h4 {
		font-size: 16px;
	}
	.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	    font-size: 13px !important;
	    padding: 9px 5px !important;
	    border-radius: 0 !important;
	    margin-top: 0px !important;
	}
	.wrap {
		padding-left: 10px;
		padding-right: 10px;
	}
	.blogim {
	    height: 200px !important;
	}
	.site-header .textwidget {
    	text-align:left;
	}
	.header-left .fa{
		width: 21px;
	    padding: 3px;
	    text-align: center;
	    font-size: 15px;
	    margin: 0 3px;
	}
	.headcart {
	    margin-bottom: 0px;
    font-size: 22px!important;
    padding: 3px;
    width: 45px;
    float: right;
    margin-top: 10px;
	}
	.genesis-nav-menu {
		font-size: 14px;
	}
	.js .nav-primary .genesis-nav-menu .menu-item a, .js .site-header .genesis-nav-menu .menu-item a {
		padding: 8px;
	}
	.cartbut{
	    top: 15px;
	}
	.cartbut .numbercart{
		display: none;
	}
	.threecol {
		padding-right: 7PX;
		padding-left: 7px;
	}
}

@media only screen and (max-width: 500px){
	.blogfour {
		width: 100%;
	}
	.blogback {
		height: 275px;
	}
}

@media only screen and (max-width: 450px){
	.underlay h2, .underlay p {
		font-size: 30px;
	}
	.button.nexa {
		padding: 5px 15px;
	}
	.bloghold {
		width: 90%;
	}
}
@media only screen and (max-height: 600px) and (max-width: 800px){
	.mc-contain img {
		display: none;
	}
}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {
	*, *:before, *:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}
	a, a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	a[href^="javascript:"]:after, a[href^="#"]:after, .site-title > a:after {
		content: "";
	}
	thead {
		display: table-header-group;
	}
	img, tr {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 2cm 0.5cm;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	blockquote, pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	.content, .content-sidebar {
		width: 100%;
	}
	button, input, select, textarea, .breadcrumb, .comment-edit-link, .comment-form, .comment-list .reply a,
	.comment-reply-title, .edit-link, .entry-comments-link, .entry-footer, .genesis-box, .header-widget-area,
	.hidden-print, .home-top, .nav-primary, .nav-secondary, .post-edit-link, .sidebar {
		display: none !important;
	}
	.title-area {
		text-align: center;
		width: 100%;
	}
	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}
	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}
	.author-box {
		margin-bottom: 0;
	}
	h1, h2, h3, h4, h5, h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}
	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}
	blockquote, pre, table {
		page-break-inside: avoid;
	}
	dl, ol, ul {
		page-break-before: avoid;
	}
}
.mc-modal iframe {
	height: 100% !important;
}
.modalContent__content div.modalContent__image {
	width: 100% !important;
	z-index: -1 !important;
}
.modalContent__content .button {
	font-family: 'Nexa Rust', sans-serif !important;
	text-transform: uppercase !important;
}
.modalContent__content {
	color: #371716 !important;

}
#mc_embed_signup input {
	font-family: 'Hiekka Graphics', sans-serif !important;
}
/* #popup
---------------------------------------------------------------------------------------------------- */
 #mc_embed_signup{
 	 width: 49%;
    float: right;
    padding-top: 0px;
    padding-left: 25px;
    padding-right: 25px;
    clear: none !important;
 }
 .fa-times-circle {
 	  border-radius: 130%;
    height: 90%;
 }  
 .mc-exit{
 	font-size: 35px;
    color: #444;
    text-shadow: 1px 1px 1px black;
    border-radius: 100%;
    float: right;
    margin: 5px 8px;
 }
 .mc-contain{
 	background: #fff;
    position: absolute;
    overflow: hidden;
    z-index: -1;
 }
 .mc-popup {    position: fixed;
    top: 30%;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 700px;
    height: 100%;
    margin: 0 auto;
}
.mc-overlay {
	background: rgba(000,000,000,0.75);
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
	z-index: 99999999;
}
#mc_embed_signup{background:#fff; clear:left; font-size:14px; }
.sidesignup {
    width: 100% !important;
    float: none;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    clear: none !important;
}
.mc-containsidebar img {
	width: 100%;
}
.mc-containsidebar {
	margin-top: 50px;
}
.page-template-sleepzone #mc_embed_signup h2 {
    font-size: 16px;
}
.page-template-sleepzone #mc_embed_signup .indicates-required {
	text-align: left;
}
#mc_embed_signup .button {
	background-color: #371716 !important;
}
.mc-popuppage {
	position: relative;
	    width: 80%;
    margin: 0 auto 40px auto;
}
*:before, *:after {
 	overflow: hidden;
 }
.mc-text{     
 	font-family: 'Hiekka Graphics', sans-serif;
 	color:#666;
    font-size: 18px;
    margin-bottom: 10px;
}
/* New Product Launch Amends */
.product_meta{
	display: none;
}
.coupon-sw241, .coupon-swbogof, .coupon-christmasbogof{
	display: none;
}
.video-responsive{
    overflow:hidden;
    position:relative;
    text-align: center;
    margin: 0 auto 40px;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    display: block;
    height: 53vh;
    width:1000px;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.coupon-christmasbogof{
	display:none;
}
.coupon-sleep2020{
	display:none;
}
.page-id-2208 .xmas-warning{
	display:none;
}
@media all and (max-width:800px){
	.trade_bookends{
		display:none!important;
	}
}

.singblog h4{
	margin-top:20px;
	margin-bottom:20px;
	text-transform:lowercase
		
}
.video-responsive{
    overflow:hidden;
    position:relative;
    text-align: center;
    margin: 0 auto 40px;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    display: block;
    height: 53vh;
    width:1000px;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.price-suffix{
	font-size:18px;
	font-style:italic
}
.site-footer p{
	display:none
}
.singblog p{
	margin-bottom: 10px;
	font-weight: normal
}
.product .entry-summary .ssba{
	display:none;
}
.woocommerce-checkout .woocommerce-info{
	display:block
}
.blocks-gallery-grid.aligncenter .blocks-gallery-item figure, .wp-block-gallery.aligncenter .blocks-gallery-item figure{
	display:contents; 
		
}
.wp-block-gallery.aligncenter .blocks-gallery-item figure img{
	padding:20px
}
.save-tag{
	color:#7cb0b4 !important
}
.wpgmp_location_category{
	display:none
}
.wpgmp_locations{
	display:none;
}
.wpgmp_pagination{
	display:none;
}
tr.cart-discount.coupon-swoatbts21{
	display:none;
}
.coupon-bogof0921{
	display:none;
}
.coupon-sfbogof{
	display:none;
}
.onsale.twelvepack{
	max-width: 100px;
  line-height: 1.857em!important;
  height: 100px;
}
#mc_embed_signup #mce-success-response{
	margin:0!important
}
.woocommerce-MyAccount-content .follow-up-subscriptions{
	display:none;
}
.woosticker.custom_sticker_image{
	width:100px!important;
	height:50px!important;
	background-size: 100px auto!important;
}
.wk-shop-label {
     max-width: 100px; 
     position: absolute;
     top: 0;
     left: 0;
     margin: 0;
}
.woocommerce-shop .site-inner .shortdesc p{
	font-size:16px
}
.wp-block-column.review-block.entry.threecol{
	background: rgba(255,255,255,0.2);
	padding: 10px;
}
.review-block a{
	color:#371716
}
@media only screen and (max-width: 600px){.product .woocommerce-product-gallery { 
	width:100%!important
	}
}
@media (max-width: 1000px){
	.sleep-zone-home .wp-block-cover__inner-container{
		width:100vw!important;
		max-width:100vw!important;
	}
}

.price ins {
	text-decoration: none !important;
}

.woocommerce span.onsale {
	display: none;
}