/*
Theme Name: Bee Beauty Pro 3
Theme URI: https://beautyandthebees.com.au/
Description: This is the Bee Beauty Pro 3 theme created for the Genesis Framework.
Author: Weave Media
Author URI: https://www.weavemedia.com.au/

Version: 3.3.1g

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
Requires at least: 5.4
Requires PHP: 5.6
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/

/* Gordita-regular - latin */
@font-face {
  font-family: 'Gordita';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Gordita Regular'), local('Gordita-Regular'),
       url('../beebeautypro/fonts/gordita_regular-webfont.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../beebeautypro/fonts/gordita_regular-webfont.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* Gordita-bold - latin */
@font-face {
  font-family: 'Gordita';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Gordita Bold'), local('Gordita-Bold'),
       url('../beebeautypro/fonts/gordita_bold-webfont.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../beebeautypro/fonts/gordita_bold-webfont.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* Gordita-regular - latin */
@font-face {
  font-family: 'Gordita';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Gordita Medium'), local('Gordita-Medium'),
       url('../beebeautypro/fonts/gordita_medium-webfont.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../beebeautypro/fonts/gordita_medium-webfont.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


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

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}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-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

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

html {
	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 {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #582e83;
	font-family: "Gordita", sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.825;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #582e83;
	font-weight: 400;
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #000;
	text-decoration: none;
}

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

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Gordita", sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 26px;
	color: #582e83;
}

h1 {
	font-size: 30px;
	width: 100%;
	border-bottom: 1px solid #582e83;
	font-weight: 700;
	padding-bottom: 8px !important;
}

h2 {
	font-size: 27px;
}

.home .widget-title {
	font-size: 27px;
	margin-bottom: 50px;
	font-weight: 500;
}

.footer-widgets .widget-title {
    text-align:left;
    font-size: 17px;
    text-transform: normal;
    font-weight: 700;
    margin-bottom: 20px;
    color:#fff;
    padding-bottom:6px;
    border-bottom: 1px solid #fff;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 500;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

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

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.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-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

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

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #fff;
	border: 2px solid #582e83;
	border-radius: 0px;
	color: #582e83;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #582e83;
	border-width: 2px;
	color: #fff;
}

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

.button {
	display: inline-block;
}

.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;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

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

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 500;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


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

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 20px 2% 0;
}

.home .site-inner {
	clear: both;
	margin: 0 auto;
	padding: 0px 0;
}

.site-inner .wrap {
	padding: 0px 5%;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

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

.comment .avatar {
	margin: 0 15px 20px 0;
}

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

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 0px solid #eee;
	font-size: 14px;
	margin-bottom: 20px;
	padding-bottom: 0px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.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-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 27px;
	margin-bottom: 20px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #582e83;
	text-decoration: none;
	font-size:22px;
	line-height:1.5;
	font-weight:500;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #582e83;
}

.widget-title {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

/* 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,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

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

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

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	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 30px;
}

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

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-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 {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


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

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

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f7e3d0;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

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

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


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

.site-header {
	background-color: #f7e3d0;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 10px 10px 0 10px;
}

/* Title Area
--------------------------------------------- */
.title-area {
	float: none;
	width: 100%;
	margin: 0 auto;
}

.wp-custom-logo .title-area {
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
	text-align:center;
}

.wp-custom-logo .title-area img {
	width: auto;
		max-width: 180px;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


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

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	font-size: 15px;
	font-weight: 400;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #0073e5;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

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

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

/* Responsive 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;
}

.genesis-responsive-menu {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #333;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #0073e5;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

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

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 0px;
	padding-top: 0px;
	width: 100%;
	background-color: #F7E3D0;
	border-top: 1px solid #582e83;
	border-bottom: 1px solid #582e83;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

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

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


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

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

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

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

.entry-content ul > li {
list-style-type: circle;
/*background-image: url('https://beautyandthebees.com.au/wp-content/uploads/bee-hive.png');
background-position: left 7%;
background-repeat: no-repeat;
background-size: 15px;
padding: 0 0 0 30px;*/
}

.footer-widgets li,
.woocommerce-cart .entry-content ul > li,
.woocommerce-checkout .entry-content ul > li {
list-style-type: none;
background-image: none;
background-position: 0 0;
padding: 0;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

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

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

.content .sticky {
	background-color: #f7e3d0;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	display:none;
	margin-bottom: 0px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

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

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

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

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f7e3d0;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

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

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

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

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

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

.footer-widgets {
	border-top: 1px solid #eee;
	background-color: #8669a4;
	clear: both;
	padding: 60px 0;
	font-size: 15px;
	color: #fff;
}

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

.footer-widgets a:hover {
	color:#fff;
	text-decoration: underline;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}


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

.site-footer {
	background-color: #582e83;
	border-top: 0px solid #eee;
	font-size: 15px;
	line-height: 1.5;
	padding: 30px;
	text-align: center;
	color:#fff;
}

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

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

/* Custom CSS
---------------------------------------------------------------------------- */

.header-widget-area .widget {
    margin-bottom: 16px !important;
    display: inline-block;
    margin: 0;
    padding: 0;

}
.header-widget-area {
    margin: 0;
	text-align:center;
	float: none;
	width: 100%;
}

.site-header .header-middle {
	text-align:center;
	margin-top: 16px;
	float: none;
	width: 100%;
	font-size: 14px;
	color: #582e83;
	font-weight: 400;
}

.header-middle .widget {
    margin-bottom: 16px !important;
}

#intro_content h1 {
	font-size:27px;
	margin: 0 auto 34px;
	text-align:center;
	max-width: 1000px;
	font-weight: 400;
	border-bottom: none;
}


.home h1,
.home h2,
.home h3 {
	text-align:center;
}

.home h2 {
	text-align:left;
	font-weight: 700;
}


.afterpay-payment-info img,
.afterpay-info img {
	display: inline-block !important;
	width: 90px !important;
	text-align:center;
	margin: 6px auto;
}

p.afterpay-info {
	font-size: 14px;
}

.page .afterpay-paragraph {
	display: none !important;
}

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

#intro_content.wrap,
#intro_content_2.wrap,
#home_categories.wrap,
#home_testimonials.wrap,
#featured_products_1.wrap,
.home_content.wrap {
	padding: 40px 5%;
}

#intro_content.wrap {
	margin-top: -20px;
}

#banners {
	background-color: #9b88b6;
	width: 100%;
	max-width: none;
	clear:both;
}
	
#main_banner {
		float: none;
		width: 100%;
		text-align:center;
}

#main_banner .widget {
		margin-bottom: 0%;
}

#main_banner .main-banner-img {
	width: 90%;
	margin: 0 auto;
	text-align:center;
}

#main_banner .main-banner-img img {
	vertical-align: bottom;
}


#featured_banner_top p,
#featured_banner_bottom p {
	width: 100%;
	margin: 0;
}
	
#featured_banner_top a,
#featured_banner_bottom a {
	text-align:center;
	color: #fff;
	width: 100%;
	max-width: 205px;
	font-weight: 700;
	display:inline-block;
}
	
#featured_banner_top a:hover,
#featured_banner_bottom a:hover {
	text-decoration: none;
}
	
.banner-link a {
	border-top: 2px solid #fff;
}
	
.banner-link a:after {
	display: none;
}
	
#banners .dashicons {
	font-size: 16px;
	vertical-align: middle;
}
	
.featured_banners {
	float: none;
	width: 100%;
}

.featured_banners #featured_banner_top {
    float: left;
    width: 48.717948717948715%;
	margin: 20px 0 20px;
	text-align:center;
}


.featured_banners #featured_banner_bottom {
    float: right;
    width: 48.717948717948715%;
	margin: 20px 0 20px 2.564102564102564%;
	text-align:center;
}


#featured_banner_top img {
	margin-top: 58px;
	max-width: 180px;
}

/* Moisture cream img
#featured_banner_bottom img {
	margin-top: 30px;
	max-width: 150px;
}*/


/* Soaps banner img */
#featured_banner_bottom img {
	margin-top: 10px;
	max-width: 66px;
}

/* Lux banner img 
#featured_banner_bottom img {
	margin-top: 66px;
	max-width: 180px;
}*/
	
.featured_banners .widget {
	margin-bottom: 36px;
	max-width: 300px;
	margin: 0 auto;
}

#intro_content {
		padding: 60px 0 60px;
}

#intro_content_2 {
		background-color: #f7e3d0;
		padding: 60px 0 60px;
}

#intro_content_2 .widget {
	padding: 0;
}

#intro_content_2 .intro-2-col1 {
	font-size: 20px;
	line-height: 1.6;
}
	
#intro_content_2 .intro-2-heading {
	border-bottom: 1px solid #582e83;
	font-weight:700;
	margin-bottom: 10px;
}

#intro_content_2 .one-fourth {
	margin-bottom: 30px;
}

#home_categories {
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 80px 0 0;
	margin-bottom: -20px;
}

#home_as_seen_in {
	background-color: #f7e3d0;
	color: #fff;
	padding: 40px 0 60px;
}

#home_as_seen_in h2 {
    border-bottom: 1px solid #582e83;
}

.home-spotlight {
    background-color: /*#80bb00*/ #fff;
	padding: 80px 0 60px;
	color: #fff;
}

.home-spotlight-inner {
	max-width: 1270px;
	margin: 0 auto;
}

.home-spotlight h1 {
	color: #fff;
	border-bottom: 1px solid #fff;
}

#spotlight_left.one-half {
	margin-bottom: 30px;
}

#spotlight_right {
	text-align: left;
	padding-top: 0px;
    margin: 0 auto;
}

.home-spotlight .button {
	background-color: rgba(0,0,0,0);
	border: 1.5px solid #fff;
	color: #fff;
}
	
#home_testimonials {
	background-color: #9b88b6;
	color: #fff;
	padding: 80px 0 60px;
}

#home_testimonials h2 {
	color: #fff;
}
	
#featured_products_1 {
    background-color: #fff;
    padding: 80px 0 60px;
    margin-bottom: -20px;
}

#featured_products_1 .afterpay-paragraph {
	display: none !important;
}

#home_blog {
	background-color: #fff;
	padding: 80px 0;
}

#home_blog .button {
	background-color: #fff;
}

#home_blog .button:hover {
	background-color: #582e83;
}

.home-content {
    background-color: #f7e3d0;
	padding: 80px 0 60px;
}

#home_content_full {
	margin-bottom: 30px;
}

#home_content_left.one-half {
	margin-bottom: 30px;
}

#home_content_right {
	text-align: left;
	padding-top: 0px;
    margin: 0 auto;
}
	
#home_categories_hair_type {
	background-color: #f7e3d0;
	padding: 80px 0 0;
	margin-bottom: -20px;
}	
	
#home_categories_skin_type {
	background-color: #fff;
	padding: 80px 0 0;
	margin-bottom: -20px;
}	
	
#home_blog {
	padding: 80px 0 60px;
}

#promo_bar {
	color: #582e83;
	background-color: #cac0d8;
	height: 36px;
}
	
#promo_bar .widget {
	margin: 0 auto;
	color: #fff;
	background-color: #cac0d8;
	max-width: 1320px;
}
	
#promo_bar a {
	color: #582e83;
	background-color: #cac0d8;
	text-decoration: none;
	font-weight:400;
}
	
#promo_bar a:hover {
	text-decoration: underline;	
}

#promo_bar p {
	font-size: 13px;
	color: #582e83;
}
	
.pum-theme-default-theme .pum-content + .pum-close {
    background-color: #582e83 !important;
}

#sign_up_offer {
	max-width: 1320px;
	margin: 0 auto;
}


#sign_up_offer .widget {
	color: #fff;
	background-color: #582e83;
	padding: 14px 24px;
	margin-top: 20px;
	margin-bottom: -10px;
	font-size:15px;
}

#home_sign_up_offer {
	max-width: none;
	margin: 0 auto 0;
	background-color: #582e83;
}

#home_sign_up_offer .widget {
	max-width: 1000px;
	color: #fff;
	padding: 14px 24px;
	font-size:15px;
}

.sign-up-offer-heading {
	font-weight: 700;
}

#sign_up_offer p,
#home_sign_up_offer p {
	margin-bottom: 0px;
}

.sign-up-offer-button {
	text-align: right;
	margin-top: 7px;
}

#sign_up_offer .one-fourth,
#home_sign_up_offer .one-fourth {
	margin-bottom: 0px;
}

#sign_up_offer .button,
#home_sign_up_offer .button {
	background-color: #582e83;
	color: #fff;
	border: 1.5px solid #fff;
	padding: 6px 20px 6px !important;
	border-radius:0px;
}

#sign_up_offer .dashicons,
#home_sign_up_offer .dashicons {
    margin-top: 4px;
}

.page #sign_up_offer,
.page #after_content {
    max-width: 990px;
    margin: 0 auto;
}

.woocommerce-page #sign_up_offer {
    max-width: 1320px;
    margin: 0 auto;
}

.tax-product_cat #sign_up_offer .button,
.single-product #sign_up_offer .button {
	padding: 12px 20px !important;
	border-radius:0px;
}

.tax-product_cat #sign_up_offer .dashicons,
.single-product #sign_up_offer .dashicons{
    margin-top: -2px;
}

.thanks-purchase #sign_up_offer .widget {
    display: none !important;
}

#home_happiness_guarantee {
	max-width: none;
	margin: -31px auto 0;
	background-color: #582e83;
}

#home_happiness_guarantee .widget {
	max-width: 1000px;
	color: #fff;
	padding: 30px 24px 40px;
	font-size:15px;
}

.checkout-guarantee {
    padding: 20px 60px;
    background-color: #f5f5f5;
    border-top:3px solid #866fa5;
    margin: 20px 0 60px;
    font-size: 15px;
    clear:both;
}

#after_content {
    max-width: 1320px;
    margin: 0 auto;
}

#after_content h2 {
    font-weight: 700;
    width: 100%;
    border-bottom: 1px solid #582e83;
}

#after_content .woocommerce-loop-product__title {
    border-bottom: none;
}

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

.page-id-159991 #sign_up_offer {
	display: none;
}

#gform_wrapper_9 {
	display: inline-block !important;
}

/*Slide anything*/

.testimonial-content {
	padding: 10px 0 12px;
	border-top: 1px solid #582e83;
}

#home_testimonials p {
	margin-bottom: 0px;
}

.owl-carousel .woocommerce ul.products {
    margin-bottom: 0 !important;
}

button.owl-prev, button.owl-next {
    margin-top: -100px !important;
}

#slider_147763 .owl-prev,
#slider_148060 .owl-prev {
	background: url('https://beautyandthebees.net/wp-content/uploads/Arrow-Left-purple.png') !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: 9px !important;
}

#slider_147763 .owl-next,
#slider_148060 .owl-next {
	background: url('https://beautyandthebees.net/wp-content/uploads/Arrow-Right-purple.png') !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: 9px !important;
}

#slider_147807 .owl-prev,
#slider_147784 .owl-prev,
#slider_147769 .owl-prev,
#slider_147766 .owl-prev,
#slider_168058 .owl-prev {
	background: url('https://beautyandthebees.net/wp-content/uploads/Arrow-Left-purple.png') !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;	
	background-size: 22px !important;
	margin-left: -40px !important;
}

#slider_147807 .owl-next,
#slider_147784 .owl-next,
#slider_147769 .owl-next,
#slider_147766 .owl-next,
#slider_168058 .owl-next {
	background: url('https://beautyandthebees.net/wp-content/uploads/Arrow-Right-purple.png') !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: 22px !important;
	margin-right: -40px !important;
}

#slider_147769 button.owl-prev, #slider_147769 button.owl-next {
margin-top: -45px !important;
}

#slider_147766 button.owl-prev, #slider_147766 button.owl-next {
margin-top: -140px !important;
}

#slider_147784 button.owl-prev, #slider_147784 button.owl-next {
margin-top: -67px !important;
}

#slider_147763 button.owl-prev, #slider_147763 button.owl-next,
#slider_148060 button.owl-prev, #slider_148060 button.owl-next {
margin-top: -10px !important;
line-height: 20px !important;
height: 16px !important;
width: 16px !important;
}


#slider_147766 .woocommerce ul.products[class*=columns-] li.product, #slider_147766 .woocommerce-page ul.products[class*=columns-] li.product,
#slider_147769 .woocommerce ul.products[class*=columns-] li.product, #slider_147769 .woocommerce-page ul.products[class*=columns-] li.product,
#slider_147807 .woocommerce ul.products[class*=columns-] li.product, #slider_147807 .woocommerce-page ul.products[class*=columns-] li.product,
#slider_147777 .woocommerce ul.products[class*=columns-] li.product, #slider_147777 .woocommerce-page ul.products[class*=columns-] li.product,
#slider_147775 .woocommerce ul.products[class*=columns-] li.product, #slider_147775 .woocommerce-page ul.products[class*=columns-] li.product {
width: 100%;
}

#slider_147784 img {
    width: 122px;
	margin-bottom: -6px;
}

#slider_168058 img {
    max-width: 180px !important;
}

input[type=password]::-webkit-contacts-auto-fill-button,
input[type=password]::-webkit-credentials-auto-fill-button,
input[type=password]::-ms-clear,
input[type=password]::-ms-reveal {
   visibility: hidden !important;
   display: none !important;
   pointer-events: none;
   height: 0;
   width: 0;
   margin: 0;
}

.gform_confirmation_message {
	border: 1px solid #582e83 !important;
	padding: 20px !important;
	font-weight: 500 !important;
}

/*Dropdown menu*/

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #000;
  min-width: 100px;
  z-index: 1;
  margin-top: 0px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #fff;
  padding: 2px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {
    text-decoration: none;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #222;   text-decoration: underline;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/*toggle*/
/*.toggle-trigger {
	margin: 0px !important;
	font-size: 18px;
	padding: 10px;
	padding-left: 30px;
	background-color: #fafafa;
	background-image: url('images/shortcodes/toggle-plus.png');
	background-position: 10px center;
	background-repeat: no-repeat;
}*/

.toggle-trigger a {
color: #582e83;
text-decoration: none;
display: block;
font-weight: 700;
display: inline-block;
	width: 100%;
	border-bottom: 1px solid #582e83;
}

.toggle-trigger a:after {
	display: inline-block;
	content: "\f347";
	font-family: dashicons;
	float:right;
}

.toggle-trigger a:hover {
	text-decoration: none;
}

.toggle-trigger p {
	margin-bottom: 0;	
}

/*.toggle-trigger.active{
	background-image: url('images/shortcodes/toggle-minus.png') !important;
	background-position: 10px center;
	background-repeat: no-repeat;
}*/

.toggle_container {
	overflow: hidden;
	padding: 0;
}

.home .toggle_container {
	margin: -40px 0 20px;
}

.cosmo-home {
    padding-top: 12px;
}

/*
Clear fix for column classes
---------------------------------------------------------------------------------------------------- */
.clear-line:after {
  	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clear-line {
	display: inline-block;
	width: 100%;
}
 
html[xmlns] .clear-line {
	display: block;
}
 
* html .clear-line {
	height: 1%;
}

/*
Woocommerce mods
---------------------------------------------------------------------------- */

.woocommerce-store-notice, p.demo_store {
	padding: 0.1em 0;
}

.woocommerce a.button {
background-color: #fff;
border: 0;
border-radius: 0;
color: #582e83;
cursor: pointer;
font-size: 16px;
font-weight: 500;
padding: 11px 30px;
text-align: center;
text-decoration: none;
white-space: normal;
width: auto;
border: 1.5px solid #582e83;
}

.woocommerce a.button:hover {
background-color: #582e83;
color: #fff;
}

.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
	width: auto;
}

.woocommerce .content .entry {
padding-top: 20px;
}

.product h2 {
	font-weight: 700;
}

.woocommerce.full-width-content .content, .woocommerce-page.full-width-content .content {
max-width: 1320px;
}

mark {
	display: none;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    font-weight: 500;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
font-size: 1.0em;
text-align: left;
font-weight: 500;
	border-top:1px solid #582e83; 
}

.home .woocommerce ul.products li.product .woocommerce-loop-category__title {
font-size: 1.0em;
text-align: left;
font-weight: 500;
border-top: 1px solid #582e83;
}

.home .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	min-height:82px;
	font-weight:500;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
min-height: 68px;
font-weight: 500;
border-top: 1px solid #582e83;
	text-align:left;
}

.woocommerce div.product .product_title {
    font-weight:700;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-bottom: 4em;
}

.home .woocommerce ul.products li.product, .home .woocommerce-page ul.products li.product {
	margin-bottom: 1em;
}

.woocommerce .products .star-rating {
margin: 0 0 .5em;
}

.woocommerce div.product .woocommerce-product-rating {
margin-bottom: 1.1em;
}

.afterpay-payment-info .amount {
	white-space: nowrap;
}

p.afterpay-payment-info {
	font-size: 14px;
}

.sidebar .amount {
    font-size: 15px;
}

li.product {
	text-align:left;
}

.woocommerce ul.products li.product .price {
font-size:1em;
	text-align:left;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
font-size: 1.5em;
}

.woocommerce .quantity .qty {
padding: 13px 5px 12px;
}

.product_meta {
    padding-bottom: 60px;
    clear:left;
}

.woocommerce a.button, .woocommerce a.button.alt, table.cart td.actions .button,
.woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled], .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled] {
    padding: 14px 16px;
	background-color: #fff;
	border: 1.5px solid #582e83;
	color: #582e83;
}

.checkout-button {
	background-color: #582e83 !important;
	color: #fff !important;
	padding: 20px !important;
}

.single_add_to_cart_button {
	background-color: #582e83 !important;
	color: #fff !important;
}

.woocommerce ul.products li.product .button {
margin-top: 0.2em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
color: #222;
background: #fff;
}

.woocommerce .coupon .input-text {
height: 47px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
line-height: 1.5;
padding: 2px 10px;
}

.woocommerce table.shop_table td {
    border: none;
}

.woocommerce-cart table.cart td {
font-size: 16px;
}

.product-remove, .product-thumbnail, .product-name, .product-price, .product-quantity, .product-subtotal {
    border-bottom: 1px solid #eee;
}

.woocommerce table.shop_table td.actions {
border-top: 1px solid #eee;
}

.woocommerce div.product form.cart .variations td.label {
    width: 30%;
}

.woocommerce-product-details__short-description li {
list-style-type: inherit !important;
margin-left:20px;
}

.archive .woocommerce-review-link,
.page .woocommerce-review-link {
display: inline-block !important;
margin: -32px 0 10px 84px;
font-size: 15px;
}




#Signature_required h3 {
    padding-top:24px;
    margin-bottom: 6px;
    color: #dc1a28;
}

#signature_required_field .woocommerce form .form-row {
    padding: 0;
    margin: 0;
}

p#authority_to_leave_field {
    margin: -16px 0 24px;
}

h1.archive-title {
	display: none;
}

.wc-points-rewards-product-message, p.points, 
.wc-points-rewards-product-message a {
	color: #582e83;
	font-weight: 500;
}

.wc-points-rewards-product-message p {
	padding: 20px;
	background-color: #f0eef5;
	margin-bottom: 10px;
	font-weight:700;
	border-top: 2px solid #866fa5;
	font-size: 15px;
}

.product-msg {
	padding-top: 20px;
	max-width: 544px;
	margin: 0;
}

.product-msg-top {
	text-align:left;
	font-size: 19px;
	font-weight: 700;
	border-bottom: 1px solid #582e83;
	margin-bottom: 8px;
}

.product-msg-btm {
	text-align:left;
	font-weight: 400;
	padding-bottom: 20px;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin:0 0 3em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #582e83;
}

.full-width-content.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: #f0eef5;
}

.related.products {
	clear: both;
}


.related.products ul.products li.product a img,
#home_categories ul.products li.product a img, 
#featured_products_1 ul.products li.product a img,
#mega-menu-item-custom_html-18 ul.products li.product a img, 
#mega-menu-item-custom_html-20 ul.products li.product a img,
#mega-menu-item-custom_html-23 ul.products li.product a img,
#mega-menu-item-custom_html-25 ul.products li.product a img,
#mega-menu-item-custom_html-26 ul.products li.product a img,
.archive .post-559 img,
.archive .post-130401 img,
.archive .post-553 img,
.archive .post-130450 img,
.archive .post-938 img,
.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img {
border-radius: 0px;
}

#mega-menu-item-147834 ul.products li.product .woocommerce-loop-category__title {
display: none;
}

.woocommerce ul.products li.product {
	background-image: none !important;
}

.pf_select .prdctfltr_filter .prdctfltr_regular_title {
    padding: 4px 15px !important;
    font-weight: 400;
}

.prdctfltr_wc {
margin-top: -20px !important;
}

.woocommerce-ordering {
  border-bottom: 1px solid #582e83;
}

form.woocommerce-ordering,
.woocommerce div.product form.cart .variations select {
	line-height:20px;
	  border-bottom: 1px solid #582e83;
	border-radius: 0px;
}

select {
  border: 0;
  vertical-align: middle !important;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  padding: 0px;
	line-height: 1.5;
}

form.woocommerce-ordering:after {
	content: "\f347";
	font-family: dashicons;
	float: right;
	margin-top: -20px;
}

.variations .value:after {
content: "\f347";
font-family: dashicons;
float: right;
margin: -31px 10px 0 0;
}

.tagline {
	text-align: left;
	font-size: 15px;
}

.term-323 .woocommerce-info {
	display: none;
}

.wjecf-fragment-cart-select-free-product {
    background-color: #f5f5f5 !important;
}

.woocommerce-cart table.cart img {
    width: 96px;
}

/* CUSTOM ON-HOVER IMAGE 
.woocommerce ul.products li.product a img { 
    object-fit: cover;
    padding: 0;
    margin: 0 auto;
}
.woocommerce ul.products li.product a img:nth-of-type(2) {
    display: none;
}
.woocommerce ul.products li.product a:hover img:nth-of-type(2) {
    display: block
}
.woocommerce ul.products li.product a:hover img:nth-of-type(1) {
    display: none;
}

.woocommerce .woocommerce-LoopProduct-link {
    width: 100%;    
}*/

.add-to-cart-happiness p {
    font-size: 14px;
    font-weight: 700;
}

.add-to-cart-happiness .dashicons {
    vertical-align: middle;
}

/* Wholesale
---------------------------------------------------------------------------- */

.domestic_wholesale p.afterpay-info,
.domestic_wholesale .btn-afterpay_express_cart,
.domestic_wholesale .angelleye-proceed-to-checkout-button-separator,
.domestic_wholesale .paypal-buttons,
.domestic_wholesale #Signature_required,
.domestic_wholesale #atl,
.domestic_wholesale .wc_points_rewards_earn_points, 
.domestic_wholesale .wc-points-rewards-product-message,
.export_wholesale p.afterpay-info,
.export_wholesale .btn-afterpay_express_cart,
.export_wholesale .angelleye-proceed-to-checkout-button-separator,
.export_wholesale .paypal-buttons,
.export_wholesale #Signature_required,
.export_wholesale #atl,
.export_wholesale .wc_points_rewards_earn_points,
.export_wholesale .wc-points-rewards-product-message,
.nat_wholesale p.afterpay-info,
.nat_wholesale .btn-afterpay_express_cart,
.nat_wholesale .angelleye-proceed-to-checkout-button-separator,
.nat_wholesale .paypal-buttons,
.nat_wholesale #Signature_required,
.nat_wholesale #atl,
.nat_wholesale .wc_points_rewards_earn_points,
.nat_wholesale .wc-points-rewards-product-message,
.accommodation_wholesale p.afterpay-info,
.accommodation_wholesale .wc_points_rewards_earn_points,
.accommodation_wholesale .wc-points-rewards-product-message{
	display: none !important;
}

.ant-btn-primary {
color: #fff;
border-color: #582e83 !important;
background: #582e83 !important;
}

.ant-alert-info {
background-color: #f2f2f2 !important;
border: 1px solid #582e83 !important;
color:#fff !important;
}

.ant-alert-info .ant-alert-icon {
color: #582e83 !important;
}

.jdgm-prev-badge {
margin-bottom: 12px !important;
font-size: 16px !important;
}

.inline-video .one-third {
    margin-bottom: 0px;
}

.nat-geo {
    margin: 0;
}

.cosmo {
    margin: 12px 0 0 5%;
}

.escape {
    margin: 15px 0 0 5%;
}

.harpers {
    margin: 12px 0 0 5%;
}

.insider {
    margin: 16px 0 0 5%;
}

/* Free gift popup */

.wfg-popup {
    background: linear-gradient(135deg, #9b88b6 0%, #9b88b6 50%, #ffffff 50%, #ffffff 100%) !important;
}

.wfg-popup h2 {
    color: #582e83 !important;
    background:#fff !important;
    background-image: none !important;
}

.wfg-actions .wfg-add-gifts {
    background: #582e83 !important;
    color: #fff !important;
}

button.wfg-no-thanks {
    color: #582e83 !important;
    background: #fff !important;
}


/* Media Queries
---------------------------------------------------------------------------- */

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

	table {
		table-layout: auto;
		word-break: normal;
	}
	
	#home_blog .featuredpost .post {
    float: none;
    margin: 0 auto;
    width: 100%;
	max-width: 400px;
  }
  
  .insider {
    margin: 6px 0 0 5%;
    }

}

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

	
	.footer-widgets-1,
	.footer-widgets-3 {
	    float: left;
	    width: 48%;
	    clear: both;
	}
	
	.footer-widgets-2,
	.footer-widgets-4 {
	    float: right;
	    width: 48%;
	}
	
	#featured_banner_top img {
	margin-top: 58px;
	max-width: 200px;
    }

    /* Moisture cream banner img 
    #featured_banner_bottom img {
	margin-top: 30px;
	max-width: 164px;
	}*/
	
	/* Soaps banner img*/
	    #featured_banner_bottom img {
	margin-top: 10px;	
	max-width: 71px;
	}
	
	 /*   #featured_banner_bottom img {
	margin-top: 66px;
	max-width: 200px;
	} */
	
	#intro_content_2 .intro-2-col1 {
	font-size: 20px;
	}
	

	
}

@media only screen and (min-width: 767px) {
	
	.site-header .widget {
		margin-bottom: 20px;
	}
	
	.title-area {
		float: left;
		padding-bottom: 25px;
		padding-top: 25px;
	}
	
	.wp-custom-logo .title-area {
	padding-bottom: 2px;
	padding-top: 2px;
	width: 100%;
	max-width: 33%;
	}
	
	.wp-custom-logo .title-area img {
		max-width: 183px;
		float:left;
	}
	
	.header-widget-area .widget {
    display: inline-block;
    margin: 0;
    padding: 0;
	width:100%;

	}
	.site-header .header-middle {
    float: left;
	text-align:center;
    padding: 0 0 0 0;
    margin: 36px 0 0 0;
    position: relative;
    width: 33%;
	font-size: 16px;
	}
	
	.header-widget-area {
    float: right;
	text-align:right;
    padding: 0 0 0 0;
    margin: 24px 0 0 0;
    position: relative;
    width: 33%;
	}	
	
	#home_blog .featuredpost .post {
    float: none;
    margin: 0 auto;
    width: 100%;
	max-width: 420px;
  }
	
	#main_banner .main-banner-img {
	width: 65%;
	}
	
	.banner-link a:after {
	display: inline-block;
	content: "\f345";
	font-family: dashicons;
	float:right;
	}
	
		#featured_banner_top a,
	#featured_banner_bottom a {
		max-width: none;
	text-align:left;
	}
	
	#featured_banner_top img {
	margin-top: 52px;
	max-width: 250px;
}

    /* Moisture cream 
    #featured_banner_bottom img {
	margin-top: 30px;
	max-width: 190px;
	}*/
	
	/* Soaps banner img*/
	#featured_banner_bottom img {
	margin-top: 10px;
	max-width: 81px;
	}
	
	/*	#featured_banner_bottom img {
	margin-top: 66px;
	max-width: 250px;
	}*/
}

@media only screen and (min-width: 768px) {
		#promo_bar p {
		font-size: 15px;
		max-width: 1320px;
	}
	
	.site-header {
	padding: 10px;
	}
	
}

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

	#slider_147769 button.owl-prev, #slider_147769 button.owl-next {
	margin-top: -65px !important;
	}

	#slider_147766 button.owl-prev, #slider_147766 button.owl-next {
	margin-top: -100px !important;
	}
	
}

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

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

	.site-header {
		position: scroll;
		top: 0;
		z-index: 9999;
	}

	.admin-bar .site-header {
		top: 32px;
	}

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

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

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

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 500;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #0073e5;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

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

	/* Responsive Menu
	--------------------------------------------- */

	.genesis-responsive-menu {
		display: block;
		padding-top: 15px;
	}

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

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		float: none;
		width: auto;
		margin: 0 auto;		
	}
	
	.nav-primary .wrap {
		max-width: 1320px;
		margin: 0 auto;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.site-header .wrap {
		max-width: 1320px;
		margin: 0 auto;
	}
	
	#top_bar {
		color: #fff;
		background-color: #000;
	}
	
	#top_bar .widget {
		margin: 0 auto;
		color: #fff;
		background-color: #000;
		max-width: 1320px;
	}
	
	#top_bar a {
		color: #fff;
		background-color: #000;
		text-decoration: none;
	}
	
		#top_bar a:hover {
		text-decoration: underline;
	}
	

	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		max-width: 1320px;
	}
	
	.home .site-inner {
		max-width: none;
		padding: 0;
	}
	
	.home .widget,
	.banners-inner,
	.home-content {
		max-width: 1320px;
		margin: 0 auto;
	}
	

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

	.content {
		float: left;
		width: 75%;
	}
	
	.home .content {
		float: left;
		width: 100%;
	}

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

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	
	#main_banner {
		float: left;
		width: 64.35897435897436%;
		text-align:center;
	}
	
	#main_banner .main-banner-img {
	width: 500px;
	margin: 0 auto;
	text-align:center;
	}
	
	#main_banner img {
		width: 80%;
		padding-top: 50px;
	}
	
	.featured_banners .widget {
	max-width: none;
	margin: 0 auto;
	}
	
	.featured_banners {
		float: right;
		width: 33.076923076923077%;
	}
	
    .featured_banners #featured_banner_top,
    .featured_banners #featured_banner_bottom {
    float: right;
    width: 80%;
	margin: 0;
	text-align:right;
    }
	
	#featured_banner_top img {
		margin-top: 70px;
		max-width: 200px;
	}
	
	/* Moisture cream
	#featured_banner_bottom img {
		margin-top: 60px;
		max-width: 160px;
	}*/
	
	/*#featured_banner_bottom img {
		margin-top: 60px;
		max-width: 200px;
	}*/
	
		/* Soaps banner img */
		#featured_banner_bottom img {
		margin-top: 20px;
		max-width: 74px;
	}
	
	.home-section,
	.home-content {
		width: 100%;
		max-width: none;
		margin: 0 auto;
	}
	
	.home-section .widget, 
	.home-content-inner {
		max-width: 1320px;
		margin: 0 auto;
	}
	
	#intro_content {
		max-width: 1236px;
	}
	
	#intro_content .intro-content-inner {
		max-width:none;
		margin-bottom: 0px;
		padding: 0 20px;
	}
	
	#intro_content {
		padding: 60px 0 60px;
	}
	
	#intro_content h1 {
		font-size:32px;
		margin: 0 auto 34px;
		text-align:center;
		max-width: 1000px;
		font-weight: 400;
		border-bottom: none;
	}
	
	#intro_content h3 {
		font-size:24px;
		margin-bottom: 30px;
		text-align:center;
	}
	
	
	img.home-icons {
		padding: 0 0 12px;
	}
	
		
	#intro_content_2 {
		padding: 60px 0 60px;
	}
	
	#intro_content_2 .intro-2-col1 {
		font-size: 22px;
	}
	
	#intro_content_2 .intro-2-heading {
		border-bottom: 1px solid #582e83;
		font-weight:700;
	}

	
	#home_categories {
		background-color: #fff;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
		padding: 80px 0 0;
		margin-bottom: -20px;
	}
	
	#home_testimonials {
		background-color: #9b88b6;
		padding: 80px 0 60px;
	}
	
	#featured_products_1 {
		background-color: #fff;
		padding: 80px 0 60px;
		margin-bottom: -20px;
	}	
	
	#featured_products_1 .woocommerce ul.products li.product .button {
		display: none;
	}
	
	.home-content {
		background-color: #f7e3d0;
	}
	
	#home_categories_hair_type {
		background-color: #f7e3d0;
		padding: 60px 0 0;
		margin-bottom: -20px;
	}	
	
	#home_categories_skin_type {
		background-color: #fff;
		padding: 60px 0 0;
		margin-bottom: -20px;
	}	
	
	#home_blog .featuredpost .post {
    	width: 28.6239%;
    	float: left;
    	margin-left: 5.5641%;
 	}
	
	#home_blog .featuredpost .post:nth-of-type(3n+1){
  		margin-left: 0;
	}
	
	#footer_icons {
		max-width: none;
		width: 100%;
		margin: 0 auto;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
	    clear:none;
	}


	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 20%;
	}

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

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* 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%;
		margin-bottom:60px;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
		margin-bottom:60px;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

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

	.footer-widgets .wrap {
		max-width: 1320px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 4);
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 0.5em 3.3em;
    }

}

@media only screen and (min-width: 1200px) {
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 0.5em 4.5em;
    }
	
	#main_banner {
		width: 74.35897435897436%;
		text-align:left;
	}
	
	#main_banner .main-banner-img {
	width: 600px;
	margin: 0 auto;
	text-align:center;
	}
	
	#main_banner img {
		width: auto;
		padding-top: 0;
	}
	
	.featured_banners {
		width: 23.076923076923077%;
	}
	
    .featured_banners #featured_banner_top,
    .featured_banners #featured_banner_bottom {
    float: right;
    width: 100%;
    }
	
	#featured_banner_top img {
		margin-top: 50px;
		max-width: 250px;
	}
	
	/* Moisture cream 
	#featured_banner_bottom img {
		margin-top: 50px;
		max-width: 200px;
	}*/
	
	/* Soaps banner img */
		#featured_banner_bottom img {
		margin-top: 50px;
		max-width: 210px;
	}
	
	/* #featured_banner_bottom img {
		margin-top: 60px;
		max-width: 250px;
	}*/
	
	#intro_content_2 .intro-2-col1 {
	font-size: 22px;
	}
	
}

@media only screen and (min-width: 1320px) {
	
	.site-inner {
	padding: 40px 0 0;
	}
	
	#intro_content.wrap,
	#intro_content_2.wrap,
	#home_categories.wrap,
	#home_testimonials.wrap,
	#featured_products_1.wrap,
	.home_content.wrap {
	padding: 80px 0;
	}
	
	#main_banner .main-banner-img {
	width: 699px;
	}
	
	#featured_banner_top img {
		margin-top: 48px;
		max-width: none;
	}
	
	#featured_banner_bottom img {
		margin-top: 50px;
		max-width: none;
	}
	
	#intro_content_2 .widget {
	padding: 0;
	}
	
	#intro_content_2 .intro-2-col1 {
	font-size: 24px;
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 0.5em 3.7em;
    }
	
	.product ul.products li.product, .product ul.products li.product {
	width: 15%;
	}
	
}

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

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !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;
	}

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

}
