/* # Soap Queen Custom Theme
Theme Name: Soap Queen Custom Theme
Theme URI: http://www.emilywhitedesigns.com/
Description: This is a custom theme created for Soap Queen built on the Genesis Framework.
Author: Emily White Designs
Author URI: http://www.emilywhitedesigns.com/
Template: genesis
Template Version: 2.1.2
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

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,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry: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,
.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,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

@font-face {
    font-family: 'Mallory Light';
    src: url('./fonts/Mallory-Light.eot');
    src: url('./fonts/Mallory-Light.eot?#iefix') format('embedded-opentype'),
         url('./fonts/Mallory-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Mallory Bold';
    src: url('./fonts/Mallory-Bold.eot');
    src: url('./fonts/Mallory-Bold.eot?#iefix') format('embedded-opentype'),
         url('./fonts/Mallory-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	background-color: #fff;
	color: #333;
	font-family: 'Mallory Light', sans-serif;
	font-size: 16px;
	font-weight: 100;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.thumb-nav 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;
	transition:         all 0.1s ease-in-out;
}

.header-image .site-title > a {
	background: url(images/soap-queen-logo-header.png) no-repeat 49px;
	background-size: 240px 143px;
	float: left;
	min-height: 252px;
	width: 100%;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #6d234f;
	text-decoration: none;
}

a:hover {
	color: #bc546d;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Mallory Bold', serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.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 img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 300;
	padding: 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;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #6d234f;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Mallory Light', sans-serif;
	font-size: 20px;
	font-weight: 400;
	padding: 6px 24px;
	text-transform: none;
	width: auto;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #6d234f;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #bc546d;
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	margin-bottom: 60px;
	padding-top: 40px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	margin-bottom: 60px;
	width: 765px;
}

.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: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 350px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 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 {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	border-radius: 50px;
	margin: 0 20px 20px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description {
	background-color: #fff;
	color: #000;
	font-family: 'Mallory Light', sans-serif;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 40px;
	overflow: hidden;
}

.archive-description select {
	border: 1px solid #000;
	color: #000;
	font-family: 'Mallory Light', sans-serif;
	font-size: 14px;
	float: right;
	max-width: 245px;
	padding: 8px;
}

.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	background: #fff;
	border: 1px solid #000;
	overflow: hidden;
	vertical-align: top;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 243px;
}

.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;
}

.search-form input {
	border: none;
	font-family: 'Mallory Light', sans-serif;
	font-size: 14px;
	max-width: 200px;
	padding: 6px 10px;
}

.search-form input[type="submit"] {
	background: #fff;
	color: #6d234f;
	font-family: 'FontAwesome';
	font-size: 17px;
	padding: 8px 12px;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	float: left;
	font-size: 24px;
}

.archive-title span {
	color: #6d234f;
}

.entry-title {
	color: #6d234f;
	font-size: 28px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #6d234f;
}

.entry-title a:hover {
	color: #bc546d;
}

.widget-title {
	color: #bc546d;
	font-family: 'Mallory Light', sans-serif;
	font-size: 22px;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	color: #fff;
}

/* ## 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-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	position: relative;
	margin-bottom: 10px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	border: none;
	display: none;
	margin-bottom: 0;
	padding: 0;
	position: absolute;
	top: 0;
	font-size: 18px;
}

.featured-content .entry:hover .entry-title {
	display: block;
}

.featured-content .entry-title a {
	background: rgba(163, 41, 124, 0.85);
	color: #fff;
	display: table-cell;
	font-size: 18px;
	font-weight: 400;
	height: 170px;
	line-height: 1.3;
	padding: 10px;
	text-align: center;
	text-transform: none;
	vertical-align: middle;
	width: 170px;
}

.sidebar .featured-content img.alignnone,
.sidebar .featured-content a.alignnone {
	display: block;
	margin: 0;
}

.sidebar .widget.featured-content {
	background: none;
	overflow: hidden;
	padding: 0;
}

.sidebar .gs-odd {
	float: left;
}

.sidebar .gs-even {
	float: right;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	border: 1px solid #ccc;
	color: #000;
	font-family: 'Mallory Light', sans-serif;
	font-size: 14px;
	padding: 20px 20px 40px;
	text-align: center;
}

.enews-widget .widget-title {
	color: #6d234f;
	margin-bottom: 15px;
}

.enews-widget p {
	margin-bottom: 20px;
}

.sidebar .widget.enews-widget {
	border: none;
	clear: both;
	padding: 0;
	text-align: left;
}

.sidebar .enews-widget .widget-title {
	text-align: left;
}

.enews-widget input,
.enews-widget input:focus {
	border: none;
}

.enews-widget input {
	background: none;
	font-family: 'Mallory Light', sans-serif;
	font-size: 14px;
	margin-bottom: 0;
	padding: 10px 10px 9px;
	width: 205px;
}

.enews-widget input[type="submit"] {
	background-color: #fff;
	color: #6d234f;
	font-family: 'FontAwesome';
	font-size: 19px;
	margin: 0;
	width: 50px;
}

.enews-widget input:hover[type="submit"] {
	color: #bc546d
}

.enews form + p {
	margin-top: 24px;
}

#subscribe {
	background: #fff;
	border: 1px solid #999;
	display: inline-block;
}

.after-entry-subscribe {
	margin-bottom: 40px;
	position: relative;
}

.after-entry-subscribe:before,
.content .nrelate:before {
	background: #fff url(images/crown-divider-2017.png) center center no-repeat;
	background-size: 33px 38px;
	top: -25px;
	content: "";
	height: 38px;
	left: 50%;
	margin-left: -23px;
	position: absolute;
	width: 46px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	min-height: 160px;
}

.site-header .wrap {
	height: 155px;
	padding: 40px 0 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 0;
	position: absolute;
	width: 308px;
	z-index: 20;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.site-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 14px;
	letter-spacing: -0.05em;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 30px 24px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #6d234f;
}

.genesis-nav-menu .sub-menu {
	border: 1px solid #6d234f;
	border-top: none;
	box-sizing: content-box;
	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: 160px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border-top: none;
	font-size: 14px;
	padding: 20px;
	position: relative;
	width: 160px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 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 {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

.genesis-nav-menu > .menu-item.menu-item-has-children > a:after {
	content: "\f107";
	font-family: 'FontAwesome';
	font-size: 1.2rem;
	padding-left: 0.5rem;
	speak: none;
}

ul.sub-menu li.menu-item-has-children > a:after {
	content: "\f105";
	font-family: 'FontAwesome';
	font-size: 1.2rem;
	padding-left: 1rem;
	speak: none;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu a {
	border-left: 1px solid #000;
	color: #6d234f;
	font-family: 'Mallory Light', sans-serif;
	font-size: 14px;
	padding: 0 16px;
}

.site-header .genesis-nav-menu a:hover {
	color: #bc546d;
}

#menu-header li:first-of-type a {
	border-left: none;
}

#menu-header li:last-of-type a {
	padding-right: 0;
}

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #6d234f;
	height: 52px;
	text-align: right;
}

.nav-primary .wrap {
	position: relative;
}

.nav-primary .wrap:before {
	background: #fff;
	content: "";
	height: 52px;
	left: 40px;
	width: 257px;
	position: absolute;
	z-index: 10;
}

.nav-primary .genesis-nav-menu a {
	color: #fff;
	font-family: 'Mallory Light', sans-serif;
	font-size: 14px;
	padding: 15px 10px 17px;
}

.nav-primary .genesis-nav-menu > li:first-of-type > a {
	padding-left: 0;
}

.nav-primary .genesis-nav-menu > li:last-of-type > a {
	padding-right: 0;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #6d234f;
	padding: 10px 15px 12px;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover {
	background: #6d234f;
	color: #fff;
}

.nav-primary .genesis-nav-menu a:hover {
	color: rgba(255, 255, 255, 0.65);
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}

/* Social Navigation
--------------------------------------------- */

.header-widget-area section:last-of-type {
	margin-top: 25px;
	text-align: right;
}

.header-widget-area section:last-of-type li {
	color: #6d234f;
	border: none;
	display: inline-block;
	font-size: 24px;
	margin: 0 8px;
	padding: 0;
	position: relative;
}

.header-widget-area section:last-of-type .genesis-nav-menu li:hover {
	color: #bc546d;
	position: relative;
}

.header-widget-area section:last-of-type li:last-child {
	margin-right: 0;
}

.header-widget-area section:last-of-type a {
	border: none;
	display: inline-block;
	height: 25px;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	text-indent: -9999px;
	vertical-align: top;
	width: 100%;
	word-wrap: break-word;
}

.genesis-nav-menu.menu-footer-social {
	text-align: center;
	margin: 0;
	width: auto;
}

.genesis-nav-menu.menu-footer-social li {
	background: rgba(255, 255, 255, 0.5);
	border-radius: 30px;
	color: #6d234f;
	border: none;
	display: inline-block;
	font-size: 31px;
	height: 53px;
	margin: 0 5px 10px;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 53px;
}

.genesis-nav-menu.menu-footer-social li:hover {
	background: rgba(255, 255, 255, 0.85);
	position: relative;
}

.genesis-nav-menu.menu-footer-social li:before {
	display: table-cell;
	height: 53px;
	vertical-align: middle;
	width: 53px;
}

.genesis-nav-menu.menu-footer-social a {
	border: none;
	display: inline-block;
	left: 0;
	line-height: 1;
	padding: 11px;
	position: absolute;
	text-indent: -9999px;
	top: 0;
	vertical-align: top;
	width: 100%;
}

/* Difficulty Level Navigation
--------------------------------------------- */

.difficulty-level-menu {
	max-width: 1200px;
	margin: 0 auto;
}

.difficulty-level-menu .wrap {
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border: 1px solid #6d234f;
	border-top: none;
	float: right;
	font-family: 'Mallory Light', sans-serif;
	font-size: 18px;
	padding: 25px 35px;
}

.menu-difficulty-level-container {
	display: inline-block;
	padding: 0 25px 0 15px;
}

.menu-difficulty-level-container a {
	color: #6d234f;
	font-family: 'Mallory Light', sans-serif;
	font-size: 17px;
	padding: 7px 10px;
}

.menu-difficulty-level-container a:hover {
	color: #bc546d;
}

.difficulty-level-menu .search-form {
	display: inline-block;
	width: 243px
}

/* Thumbnail Navigation
--------------------------------------------- */

.thumb-nav {
	clear: both;
	text-align: center;
}

.thumb-nav .wrap {
	border-bottom: 1px solid #bc546d;
	padding: 30px 0;
}

.thumb-nav li {
	display: inline-block;
	font-family: 'Mallory Light', sans-serif;
	font-size: 16px;
	margin: 0 5px 10px;
	width: 162px;
}

.thumb-nav li:first-of-type {
	margin-left: 0;
}

.thumb-nav li:last-of-type {
	margin-right: 0;
}

.thumb-nav img {
	border: 1px solid #6d234f;
	box-sizing: content-box;
	display: block;
	margin-bottom: 10px;
}

.thumb-nav a:hover img {
	opacity: .8;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	color: #fff;
	cursor: pointer;
	display: none;
	margin: 0 auto;
	position: relative;
	height: 52px;
}

.responsive-menu-icon::before {
	content: "Menu";
	display: inline-block;
	font-family: 'Mallory Light', sans-serif;
	font-size: 24px;
	left: 50%;
	line-height: 1;
	margin-left: -59px;
	padding: 14px 7px 14px 14px;
	text-align: center;
	position: absolute;
}

.responsive-menu-icon::after {
	content: "\f333";
	display: inline-block;
	font: normal 24px/1 'dashicons';
	margin-right: -45px;
	padding: 14px 14px 14px 7px;
	right: 45%;
	text-align: center;
	position: absolute;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.content .entry {
	background: #fff;
}

.archive .content .entry,
.blog .content .entry,
.search-results .content .entry {
	/* border-bottom: 1px solid #bc546d; */
	padding-bottom: 40px;
	margin-bottom: 50px;
}

.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: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	color: #999999;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 0;
}

.entry-meta i {
	margin-right: 5px;
}

.entry-header .entry-meta {
	margin-bottom: 10px;
}

.archive .entry-header .entry-meta,
.blog .entry-header .entry-meta,
.search-results .entry-header .entry-meta {
	margin-bottom: 30px;
}

.entry-footer .entry-meta {
	padding-top: 24px;
}

.entry-categories {
	display: inline;
	margin-right: 15px;
}

.entry-tags {
	display: inline;
	margin-right: 15px;
}

.fa-tag:before {
	position: relative;
	top: 2px;
}

time.entry-time {
	margin-right: 15px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
	text-align: center;
}

.pagination .fa-caret-right {
	padding-left: 5px;
}

.pagination .fa-caret-left {
	padding-right: 5px;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	color: #6d234f;
	cursor: pointer;
	display: inline-block;
	font-family: 'Mallory Light', sans-serif;
	font-size: 18px;
	padding: 4px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #6d234f;
	color: #fff;
}

.adjacent-entry-navigation {
	font-family: 'Mallory Light', sans-serif;
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 40px;
	text-align: center;
}

/* ## Comments
--------------------------------------------- */

.entry-comments h3,
.comment-respond h3 {
	color: #6d234f;
	font-size: 22px;
	letter-spacing: .5px;
	margin-bottom: 0;
}

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {

}

.comment-header {
	font-family: 'Mallory Light', sans-serif;
	font-size: 16px;
}

li.comment {

}

.comment-content {
	clear: both;
}

.comment-list {
	margin-top: -20px;
}

.comment-list li {
	margin-top: 40px;
	padding: 0;
}

.comment-list li li {
	padding: 0 0 0 40px;
}

.comment-list li li article {
	border-left: 3px solid #f7d47c;
	padding: 20px 0 10px 30px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	color: #000;
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
}

.entry-comments .comment-author,
.entry-comments .comment-author a {
	color: #6d234f;
	font-size: 22px;
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-list .bypostauthor > article {
	border: 1px solid #ccc;
	padding: 40px 40px 30px 40px;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}

.comment-meta {
	margin-top: -5px;
}

.comment-meta a {
	color: #999;
	font-size: 14px;
	font-family: 'Mallory Light', sans-serif;
	font-style: italic;
}

.comment-reply {
	text-align: right;
}

a.comment-reply-link {
	color: #6d234f;
	font-size: 14px;
	font-style: italic;
}

a.comment-reply-link:hover {
	color: #3e4c2a;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
}

.sidebar li {
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #333;
	clear: both;
	padding-top: 40px;
}

.footer-widgets,
.footer-widgets a {
	color: #999;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #6d234f;
	font-size: 16px;
	line-height: 1;
	padding: 100px 0 0;
	position: relative;
	text-align: center;
}

.site-footer:before {
	background: url(images/soap-queen-logo-footer.png) center no-repeat;
	background-size: 200px 54px;
	content: "";
	height: 120px;
	position: absolute;
	top: -14px;
	width: 100%;
}

.creds {
	padding: 40px 0;
}

.site-footer p {
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 0;
}

.site-footer a {
	color: rgba(255, 255, 255, 0.5);
}

.site-footer a:hover {
	color: rgba(255, 255, 255, 0.85);
}

/* # Misc
---------------------------------------------------------------------------------------------------- */

.customFields {
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	color: #999;
	font-family: 'Mallory Light', sans-serif;
	font-size: 14px;
	margin: 30px 0 40px;
	overflow: hidden;
	padding: 8px 0;
}

.customFields span {
	color: #000;
}

.customFields .one-third {
	border-left: 1px solid #999;
	padding-left: 20px;
}

.customFields .one-third.first {
	border-left: none;
	padding-left: 0;
}

.after-entry-share {
	color: #6d234f;
	font-family: 'Mallory Light', sans-serif;
	font-size: 22px;
	margin-bottom: 40px;
	text-align: center;
}

.after-entry-share span {
	margin-right: 20px;
	position: relative;
	top: -3px;
}

.share-buttons {
	display: inline-block;
}

.read-more {
	font-style: italic;
}

.genesis-feature .more-link {
	float: right;
}

.xoxo.blogroll img {
	height: 16px;
	width: 16px;
}

.hbg-category-grid .content {
	width: 775px;
}

.hbg-category-grid.archive .content .entry {
	background: none;
	box-sizing: content-box;
	float: left;
	padding-bottom: 0;
	position: relative;
	margin: 0 3.5% 3.5% 0;
	width: 31%;
}

.hbg-category-grid .content .entry:after {
	display: none;
}


.hbg-category-grid .entry-header:hover .category-image:after {
	display: block;
}

.hbg-category-grid .category-image {
	position: relative;
}

.hbg-category-grid .category-image:after {
	background: rgba(163, 41, 124, 0.85);
	color: #fff;
	content: "View Tutorial";
	display: none;
	font-family: 'Mallory Light', sans-serif;
	font-size: 24px;
	top: 0;
	left: 0;
	right: 0;
	padding-top: 42%;
	position: absolute;
	text-align: center;
	bottom: 0;
}

.hbg-category-grid .content .entry:nth-of-type(3n+1) {
	clear: both;
}

.hbg-category-grid .content .entry:nth-of-type(3n+3) {
	margin-right: 0;
}

.hbg-category-grid .entry img {
	display: block;
	margin-bottom: 10px;
}

.hbg-category-grid .content .entry-title {
	padding: 0;
	font-size: 16px;
	margin-bottom: 0;
	text-align: left;
}

.hbg-category-grid .content .entry-title a {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.more-link {
	font-style: italic;
}

.sidebar-ads-left {
	max-width: 160px;
	float: left;
}

.sidebar-ads-right {
	max-width: 175px;
	float: right;
}

.nrelate {
	margin: 0 0 70px;
	border: 1px solid #ccc;
	padding: 20px 20px 20px;
	position: relative;
	text-align: center;
}

.nrelate .nr_title {
	color: #6d234f;
	font-size: 25px;
	font-family: 'Mallory Light', sans-serif;
	margin-bottom: 20px;
}

.nr_text {
	color: #6d234f;
	font-weight: normal;
	font-size: 14px;
	text-transform: none;
	font-family: 'Mallory Light', sans-serif;
}

.nr_panel {
	display: inline-block;
	float: none;
	padding: 0;
	line-height: 1.4;
	margin: 0 6px 22px;
	vertical-align: top;
	width: 130px;
}

.nrelate .nr_inner {
	text-align: center;
}

.content .pib-hover-btn-link {
	left: 50%;
	top: 50%;
	margin: -55px 0 0 -36px;
}

.content div.easyrecipe {
	background: #fff;
	border: 1px solid #ccc;
	color: #000;
	clear: both;
	font-family: 'Mallory Light', sans-serif;
	font-size: 14px;
	margin: 30px 0;
	overflow: hidden;
	padding: 40px;
	position: relative;
	text-align: left;
}

.content .easyrecipe .ERSName {
	color: #6d234f;
	font-family: 'Mallory Light', sans-serif;
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 20px;
}

.content .easyrecipe .ERSDetails {
	font-style: italic;
	margin-bottom: 10px;
}

.content .easyrecipe .divERSHeadItems {
	font-style: italic;
}

.content .easyrecipe .ERSIngredients .ERSIngredientsHeader,
.content .easyrecipe .ERSInstructions .ERSInstructionsHeader,
.content .easyrecipe div .ERSNotesHeader,
.content .easyrecipe .nutrition .ERSNutritionHeader {
	font-weight: 400;
	font-size: 24px;
}

.content div.easyrecipe div.ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn,
.content div.easyrecipe div.ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn {
	background: #6d234f;
	font-size: 18px;
	font-family: 'Mallory Light', sans-serif;
	font-weight: normal;
	text-transform: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}

a.ERSPrintBtn.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-primary:hover {
	background: #bc546d;
}

.content .easyrecipe .ERSInstructions li.instruction,
.content .easyrecipe .ERSIngredients li.ingredient {
	line-height: 2;
}

.content .easyrecipe .ERSIngredients .ERSHeading,
.content .easyrecipe .ERSInstructions .ERSHeading,
.content .easyrecipe .ERSNotesDiv .ERSHeading {
	margin-bottom: 10px;
	font-size: 18px;
}

.content div.easyrecipe div.ERSSavePrint span.ERSPrintBtnSpan a.ERSPrintBtn span.ERSPrintIcon {
	display: none;
}

.content .easyrecipe .ui-button .ui-button-text {
	position: relative;
	padding: .4em 1em .4em 1em;
}

.content .easyrecipe .ui-button .ui-button-text:before {
	content: "\f02f";
	font-family: FontAwesome;
	margin-right: 15px;
}

.content .gform_wrapper input[type=text],
.content .gform_wrapper input[type=url],
.content .gform_wrapper input[type=email],
.content .gform_wrapper input[type=tel],
.content .gform_wrapper input[type=number],
.content .gform_wrapper input[type=password] {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 300;
	padding: 16px;
}

.content .gform_wrapper .top_label .gfield_label {
	color: #000;
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: normal;
}

.content .gform_wrapper .ginput_complex label {
	font-size: 14px;
}

.content .gform_wrapper .gform_footer input.button,
.content .gform_wrapper .gform_footer input[type=submit] {
	font-size: 20px;
}

.nr_panel {
	display: inline-block;
	float: none;
	padding: 0;
	margin: 0 6px 22px;
	vertical-align: top;
	width: 130px;
}

.nrelate.related-products .nr_inner {
    text-align: center;
    overflow: scroll;
    height: 218px;
}

.related-products .nr_panel {
	width: 160px;
}

.after-entry-subscribe form {
	border: 1px solid #000;
	margin: 0 auto;
	max-width: 262px;
}

.tutorial-credits {
	margin-bottom: 60px;
}

.tc_title {
	color: #6d234f;
	font-family: 'Mallory Light', sans-serif;
	font-size: 22px;
	text-align: center;
}

.tutorial-credits span {
	color: #999;
}

.tutorial-credits span:last-of-type {
	display: none;
}

.content .collapseomatic:before {
	content: "\f02f";
	font-family: FontAwesome;
	margin-right: 10px;
}

.content .collapseomatic {
	background: #bc546d;
	background-image: none;
	color: #fff;
	display: block;
    font-size: 24px;
    margin-bottom: 20px;
    padding: 7px 40px;
    position: relative;
    text-align: left;
}

.content .collapseomatic:after {
	content: "\f078";
	font-family: FontAwesome;
	margin-right: 40px;
	right: 0;
	position: absolute;
}


.content .colomat-hover {
	text-decoration: none;
}

.content .colomat-close {
	background: rgba(163, 175, 116, 0.71);
}

.content .colomat-close:after {
	content: "\f077";
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

/*@media  only screen and (-webkit-min-device-pixel-ratio: 2),
		only screen and (min-resolution: 192dpi)  {

	.header-image .site-title > a {
		background-image: url(images/logo-2x.png);
	}
	.site-footer:before {
		background-image: url(images/footer-logo-2x.png);
	}

}*/

@media only screen and (max-width: 1200px) {

	.header-image .site-title > a {
		background: url(images/soap-queen-logo-header.png) no-repeat center;
		background-size: 240px 143px;
		float: left;
		min-height: 252px;
		width: 100%;
	}

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.hbg-category-grid .content,
	.site-header .widget-area {
		width: 565px;
	}

	.archive-description select {
		clear: both;
		float: left;
		margin-top: 10px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

	.genesis-nav-menu.responsive-menu {
		background: #6d234f;
		display: none;
		float: right;
		max-width: 640px;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.responsive-menu-icon {
		float: right;
		width: 640px;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover,
	.genesis-nav-menu.responsive-menu li.current-menu-item > a,
	.site-header .genesis-nav-menu.responsive-menu li a {
		border: none;
		display: block;
		padding: 20px;
		text-transform: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		float: right;
		color: #fff;
		height: 20px;
		padding: 15px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
		content: "\f107";
		font-family: 'FontAwesome';
		font-size: 19px;
		speak: none;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f106";
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		box-sizing: border-box;
		display: none;
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		font-size: 18px;
		padding: 16px 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu > li.menu-item-has-children:hover > a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
	}

	.site-header .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu,
	.site-header .genesis-nav-menu.responsive-menu > .menu-item-has-children:before,
	.site-header .genesis-nav-menu.responsive-menu > li:hover > a,
	.site-header .genesis-nav-menu.responsive-menu a:hover {
		color: #fff;
	}

	.site-header .genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(255, 255, 255, 0.05);
	}

	.difficulty-level-menu .wrap {
		border-top: 1px solid #6d234f;
		margin-top: -1px;
		max-width: 640px;
		padding: 25px 25px 25px 35px;
	}

	.menu-difficulty-level-container {
		padding: 0 0 0 15px;
	}

	.nav-primary .genesis-nav-menu > li:first-of-type > a,
	.nav-primary .genesis-nav-menu > li:last-of-type > a {
		padding: 20px;
	}

	.genesis-nav-menu > .menu-item.menu-item-has-children > a:after {
		display: none;
	}

	.difficulty-level-menu {
		max-width: 960px;
	}

	.thumb-nav li:first-of-type,
	.thumb-nav li:last-of-type {
		margin: 0 5px;
	}

}

@media only screen and (max-width: 960px) {

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area {
		width: 100%;
	}

	.site-header .wrap {
		height: auto;
		padding: 20px 5%;
	}

	.header-image .title-area {
		background-position: center top;
		position: relative;
	}

	.title-area {
		float: none;
		margin: 0 auto 20px;
		overflow: hidden;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}

	.nav-primary .wrap {
		max-width: none;
		padding: 0;
		width: 100%;
	}

	.nav-primary .wrap:before {
		display: none;
	}

	.responsive-menu-icon {
		width: 100%;
	}

	.genesis-nav-menu.responsive-menu {
		max-width: none;
	}

	.difficulty-level-menu .wrap {
		float: none;
		margin-left: auto;
		margin-right: auto;
		max-width: none;
		padding: 25px 20px;
		text-align: center;
		width: 90%;
	}

	.sidebar .gs-even,
	.sidebar .gs-odd {
		float: none;
		display: inline-block;
		margin: 0 10px 10px 0;
	}

	.hbg-category-grid .content {
		max-width: 775px;
		width: 100%;

	}

	.sidebar-ads-right {
		float: left;
		margin-left: 10px;
	}

}

@media only screen and (max-width: 800px) {

	body {
		background-color: #fff;
		font-size: 16px;
	}

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.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%;
	}

	.sidebar .widget.enews-widget {
		padding: 0;
	}

}

@media only screen and (max-width: 660px) {

	.hbg-category-grid .category-image:after {
		padding-top: 35%;
	}

}

@media only screen and (max-width: 480px) {

	.thumb-nav {
		display: none;
	}

	.home .thumb-nav {
		display: block;
	}

}

@media only screen and (max-width: 430px) {

	.menu-difficulty-level-container a {
		font-size: 18px;
		padding: 20px 12px;
	}

	.difficulty-level-menu .search-form {
		margin-top: 10px;
	}

	.menu-difficulty-level-container {
		padding: 0;
	}

	.difficulty-level-menu .wrap {
		padding: 25px 14px;
	}

	.site-header .genesis-nav-menu a {
		padding: 0 10px;
	}

	.sidebar .gs-even,
	.sidebar .gs-odd {
		width: 45%;
	}

	.featured-content .entry-title a {
		display: block;
		height: 100%;
		font-size: 15px;
		width: 100%;
		padding: 10% 5%;
	}

	.featured-content .entry-title {
		height: 100%;
	}

}

@media only screen and (max-width: 360px) {

	.sidebar .featured-content {
		text-align: center;
	}

	.sidebar .featured-content .widget-title,
	.archive-title {
		text-align: left;
	}

	.hbg-category-grid .content {
		text-align: center;
	}

	.hbg-category-grid .content .entry,
	.hbg-category-grid.archive .content .entry {
		display: inline-block;
		float: none;
		margin: 0 1.75% 5% !important;
		width: 45%;
	}

	.thumb-nav li {
		width: 46%;
	}

}

@media only screen and (max-width: 343px) {

	.title-area {
		width: 100%;
	}

	.header-image .site-title > a {
		background-size: contain;
	}

}

/**
 Bb_recipeKit module style
*/
.bb_recipeKit {
	background-color: rgba(255, 196, 193, 0.2);
}

.bb_recipeKit a {
	color: #bc546d;
}

.bb_recipeKit a:hover,
.bb_recipekit a:focus {
	color: #6d234f;
}

.bb_recipeKit .header {
	background-color: #bc546d;
	color: #fff;
	padding: 16px 120px 16px 24px;
	background-image: url(http://soapqueen.com/wp-content/themes/soap-queen/images/bb-logo-2017.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 120px;
}

.bb_recipeKit .header h1 {
	color: #fff;
	font-size: 22px;
	margin: 0;
}

.bb_recipeKit em,
.bb_recipekit strong {
	color: #6d234f;
	font-family: "Mallory Bold";
}

.bb_recipeKit .content {
	padding: 16px 24px;
	margin: 0;
}
.bb_recipeKit .content p {
	text-align: left !important;
}

.bb_recipeKit .footer {
	text-align: center;
	padding: 0 24px 24px 24px;
}
.bb_recipeKit .btn {
	color: #fff;
	background-color: #bc546d;
	text-transform: uppercase;
  font-family: 'Mallory Bold',Helvetica,Arial,sans-seri;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bb_recipeKit .btn:hover,
.bb_recipeKit .btn:focus {
	background-color: #6d234f;
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.bb_recipeKit .header {
		background-image: none;
		padding: 16px 24px;
	}
}
