/*
	Theme Name: Beauty Proof
	Description: Custom child theme created especially for Beauty Proof by Web Savvy Marketing on the <a href="http://web-savvy-marketing.com/go/studiopress/">Genesis framework</a>.
	Author: Web Savvy Marketing
	Author URI: http://www.web-savvy-marketing.com/
	Version: 1.0.0
	Template: genesis
*/

/* Stylesheet from Genesis 2.0.0 */

/* Imports
---------------------------------------------------------------------------------------------------- */

@import url(//fonts.googleapis.com/css?family=IM+Fell+English:400,400italic);
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700,600,300);

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

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

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

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

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

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

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

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

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

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

html {
	font-size: 62.5%; /* 10px browser default */
	-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}

body {
	background-color: #fff;
	color: #5d5e5e;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.3;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

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

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

a {
	color: #5d5e5e;
	text-decoration: none;
}

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

a:hover {
	color: #0099CC;
}

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

strong {
	font-weight: 700;
}

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

blockquote {
	color: #5d5e5e;
}

blockquote {
	background: url(images/blockquote.png) no-repeat 0 0 transparent;
	margin: 0 0 2px;
	margin: 0 0 2rem;
	padding: 0 0 0 40px;
	padding: 0 0 0 4rem;
}

blockquote em {
	display: block;
}

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

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #4a4b4c;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

h1 {
	font-size: 26px;
	font-size: 2.6rem;
}

h2 {
	font-size: 24px;
	font-size: 2.4rem;
}

h3 {
	font-size: 22px;
	font-size: 2.2rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

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

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

img {
	height: auto;
	width: auto; /* IE8 */
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #c7c8ca;
	-webkit-border-radius: 0px;
	color: #4a4b4c;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 4px 5px;
	padding: 0.4rem 0.5rem;
	width: 100%;
}

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #3f3c3d;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 5px 14px;
	padding: 0.5rem 1.4rem;
	text-transform: uppercase;
	width: auto;
}

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

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

.button {
	border-radius: 3px;
	display: inline-block;
}

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

input[type="search"] {
	-webkit-appearance: none;
	-webkit-border-radius:0px;
}

.ie7 .search-form {
	overflow: hidden;
}

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

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

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

th,
td {
	text-align: left;
}

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

caption {
	padding-bottom: 6px;
	font-family: 'IM Fell English', serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
	letter-spacing: 2px;
}

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

/* Ingredient Key Table Shortcode */

div .key {
	padding-top: 4px;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.ingredient-key {
	background-color:transparent;
	line-height: 1;
	margin-bottom: 0;
}

.ingredient-key tbody {
	border-bottom: 0;
}

.ingredient-key td {
	border: 0;
	width: 25%;
	color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
	text-align: center;
}

.ingredient-key .safe {
	border-top: 4px solid #339966;
	color: #339966;
	font-weight: 600;
}

.ingredient-key .reasonable {
	border-top: 4px solid #cccc00;
	color: #cccc00;
	font-weight: 600;
}

.ingredient-key .caution {
	border-top: 4px solid #ff0000;
	color: #ff0000;
	font-weight: 600;
}

.ingredient-key .insufficient {
	border-top: 4px solid #808080;
	color: #808080;
	font-weight: 600;
}

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

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

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

.site-inner {
	clear: both;
	padding-top: 40px;
	padding-top: 4rem;
}

.home .site-inner {
	padding-top: 0;
}

/* Home Page Content
--------------------------------------------- */

.home-top {
	margin: 12px auto;
	margin: 1.2rem auto;
}

.home-ctas {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 20px 0;
	margin: 2rem 0;
	overflow: hidden;
}

.home-ctas .widget-area {
	float: left;
	width: 355px;
}

.home-ctas .widget-area.home-cta1 {
	margin-right: 35px;
	margin-right: 3.5rem;
}

.home-ctas .widget-area.home-cta3 {
	float: right;
}	

.home-main .widget {
	overflow: hidden;
}

.home-main ol,
.home-main ul,
.home-main p {
	font-family: 'Source Sans Pro',sans-serif;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.home-main ol,
.home-main ul {
	margin-left: 20px;
	margin-left: 2rem;
}

.home-main ol li {
	list-style-type: decimal;
}

.home-main ul li {
	list-style-image: url(images/list-style.png);
	list-style-type: none;
}

.home-main ol ol,
.home-main ul ul {
	margin-bottom: 0;
}

/* Soliloquy
--------------------------------------------- */

div.soliloquy-container {
	max-height: inherit !important;
}

.ie7 div.soliloquy-container {
	max-height: 620px !important;
}

div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	background: rgba(0,0,0,.7);
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	overflow: hidden;
	padding: 25px 10px;
	padding: 2.5rem 1rem;
	text-align: left;
}

.soliloquy-caption-inside h2,
.soliloquy-caption-inside h3,
.soliloquy-caption-inside h4 {
	color: #FFF;
	display: block;
	float: left;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	padding: 12px 0 0 20px;
	padding: 1.2rem 0 0 2rem;
	width: 28%;
}

.soliloquy-caption-inside h2 {
	font-size: 25px;
	font-size: 2.5rem;
}

.soliloquy-caption-inside p {
	background: url(images/bracket.png) no-repeat left center;
	display: block;
	float: right;
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 1.2;
	min-height: 52px;
	margin: 0;
	padding: 4px 0 0 32px;
	padding: 0.4rem 0 0 3.2rem;
	width: 71%;
}

.ie7 .soliloquy-caption-inside p {
	width: 66%;
}

div.soliloquy-container .soliloquy-control-nav {
	background:url(images/slider-dots.png) no-repeat scroll -9999px -9999px;
	bottom: auto;
	margin: 0 auto;
	margin: 0 auto;
	padding: 20px 0 0;
	position: relative;
	text-align: center;
}

div.soliloquy-container .soliloquy-control-nav li {
	margin: 0 15px 0 0;
}

div.soliloquy-container .soliloquy-control-nav li a {
	background:url(images/slider-dots.png) no-repeat scroll 0 0;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition:    opacity 1s ease-in-out;
	-ms-transition:     opacity 1s ease-in-out;
	-o-transition:      opacity 1s ease-in-out;
	transition:         opacity 1s ease-in-out;
}

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

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

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

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

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

/* Content */

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

.page-template-page_blog-php .content {
	position: relative;
}

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

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

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

/* Primary Sidebar */

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

.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: 0 0 20px 2.564102564102564%;;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

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

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

.search-form {
	position: relative;
}

.search-form input[type="submit"] {
	background: url(images/arrow-right.png) no-repeat center center #202020;
	border: 0;
	bottom: 0;
	height: 30px;
	padding: 0;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	width: 30px;
}

.search-form input[type="submit"]:hover {
	background-color: #555;
}

.sticky {
}

.centered img,
img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem
}

.alignnone img,
img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 18px 24px 0;
	margin: 0 1.8rem 2.4rem 0;
}

.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 18px;
	margin: 0 0 2.4rem 1.8rem;
}

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

.alignleft img,
.alignright img {
	margin-bottom: 5px;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

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

.centered img,
img.centered,
.alignright img,
img.alignright,
.alignleft img,
img.alignleft,
.alignnone img,
img.alignnone {
	border: 1px solid #b8babc;
}

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

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.author-box {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description {
	margin-bottom: 10px;
	margin-bottom: 1rem;
	overflow: hidden;
	padding: 0;
}

.archive-description p {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.author-box {
	overflow: hidden;
	padding: 0;
}

.author-box h4 {
	color: #C0B951;
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
}

.author-box-title {
	color: #333;
	font-family: 'IM Fell English', serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box a {
	border-bottom: 1px solid #ddd;
}

.author-box p {
	font-family: 'Source Sans Pro',sans-serif;
	margin-bottom: 0;
}

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

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1;
	text-transform: uppercase;
}

h1.entry-title {
	border-bottom: 1px solid #b8babc;
	padding-bottom: 2px;
}

h2.entry-title {
	font-size: 19px;
	font-size: 1.9rem;
	margin-bottom: 8px;
	margin-bottom: 0.8rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #616264;
}

.entry-title a:hover {
	color: #0099CC;
}

.widget-title {
	color: #4A4B4C;
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	border-bottom: 1px solid #B8BABC;
	font-size: 24px;
	font-size: 2.4rem;
	padding:  0 30% 2px 0;
	text-transform: uppercase;
}

.home-ctas .widget-title,
.home-main .widget-title {
	border-bottom: 1px solid #b8babc;
	color: #4a4b4c;
}

.home-ctas .widget-title {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.home-main .widget-title {
	margin-bottom: 25px;
	margin-bottom: 2.5rem;
}

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

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

.featured-content .entry {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

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

.sidebar .featured-content .entry-title {
	border: none;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
	text-transform: capitalize;
}

.sidebar .featured-content .entry {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.sidebar .entry-header {
	clear: none;
}

.featured-content .entry-header .entry-meta {
	margin-bottom: 0;
}

.sidebar .featured-content .post.entry {
	float: left;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding-bottom: 5px;
	position: relative;
	width: 100%;
}

.sidebar .featured-content .post.entry:after {
	border-bottom: 2px solid #e0e1e2;
	bottom: -5px;
	height: 1px;
	left: -15px;
	position: absolute;
	width: 356px;
}

.featured-content .entry-title a {
	border: none;
}

.featured-content .more-from-category {
	clear: both;
	display: block;
}

.featured-content .more-from-category a {
	background: url(images/arrow-morelink.png) no-repeat 90% center #0099CC;
	color: #FFF;
	font-family: 'Source Sans Pro',sans-serif;
	font-size: 14px;
	padding: 4px 2.5px 4px 8px;
	padding: 0.4rem 2.5rem 0.4rem 0.8rem;
}

.featured-content .more-from-category a:hover {
	background-color: #CEC75D;
}

/* Featured Page More Link
--------------------------------------------- */

.featuredpage .more-link,
.wsmfeaturedpage .more-link {
	background: url(images/icon-dot.png) repeat-x center center;
	margin-top: 20px;
	margin-top: 2rem;
	text-align: center;
}

.featuredpage .more-link a,
.wsmfeaturedpage .more-link a {
	background-color: #FFF;
	padding: 0 10px;
	padding: 0 1rem;
}

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

.widget_recent_comments a {
	color: #0099CC;
}

.widget_recent_comments a:hover {
	color: #5d5e5e;
}

/* CTAs
--------------------------------------------- */

.sidebar ul.cta,
ul.cta {
	margin-left: 0;
}

ul.cta li {
	list-style: none outside none;
	float: left;
	margin: 0;
	padding: 8px 0 12px;
	padding: 0.8rem 0 1.2rem;
	text-align: center;
	width: 50%;
}

ul.cta li.cta1,
ul.cta li.cta2 {
	border-bottom: 2px solid #e0e1e2;
}

ul.cta li.cta2,
ul.cta li.cta4 {
	border-left: 2px solid #e0e1e2;
}

ul.cta .cta-title {
	display: block;
	text-transform: uppercase;
}

ul.cta .cta-title.green {
	color: #839e53;
}

ul.cta .cta-title.yellow {
	color: #cdb428;
}

ul.cta .cta-title.red {
	color: #a12b21;
}

ul.cta .cta-title.gray {
	color: #4f4f51;
}

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

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

.enews-widget {
	color: #999;
}

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

.enews-widget .widget-title {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

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

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

/* Yarpp Related Posts
--------------------------------------------- */

.yarpp-related {
	margin-bottom: 40px;
}

.yarpp-related h3 {
	font-size: 18px;
	font-size: 1.8rem;
	text-transform: uppercase;
}

.yarpp-related ul {
	overflow: hidden;
}

.yarpp-related li {
	list-style: none;
	margin-right: 15px;
	margin-right: 1.5rem;
	float: left;
	width: 230px;
}

.yarpp-related .yarpp_title {
	color: #616264;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0;
	text-transform: uppercase;
}

.yarpp-related a.more-link {
	color: #0099CC;
	margin-top: 0;
}

.yarpp-related a:hover.more-link {
	color: #616264;
}

.yarpp-related .post-image {
	border: 1px solid #B8BABC;
}

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

.sidebar .latest-tweets ul {
	margin-left: 0;
}

.latest-tweets ul li {
	list-style: none outside none;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.latest-tweets ul .tweet-text {
	font-style: italic;
}

.latest-tweets ul .tweet-details a {
	color: #0099CC;
}

.latest-tweets ul .tweet-details a:hover {
	color: #5D5E5E;
}

/* Nrelate
--------------------------------------------- */

.content .nr_related_placeholder {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.content div.nrelate .nr_text {
	font-family: 'IM Fell English',serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	text-transform: uppercase;
}

.content div.nrelate .nr_panel {
	margin-right: 20px;
	margin-right: 2rem;
}


.content div.nrelate .nr_title {
	font-size: 22px;
	font-size: 2.2rem;
}

div.nrelate_popular .nr_post_title {
	font-weight: 400;
	text-transform: uppercase;
}

/* Popular Posts
--------------------------------------------- */

.sidebar .widget.RecentlyPopularWidget {
	padding: 0 0 10px;
	padding: 0 0 1rem;
}

.sidebar .widget.RecentlyPopularWidget  .widget-title {
	margin: 0;
	padding: 15px;
	padding: 1.5rem;
}

.sidebar .RecentlyPopularWidget ul,
.RecentlyPopularWidget ul {
	margin-left: 0;
}

.RecentlyPopularWidget ul li {
	border-bottom: 2px solid #E0E1E2;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	list-style: none outside none;
	overflow: hidden;
	padding: 5px 15px;
	padding: 0.5rem 1.5rem;
}

.RecentlyPopularWidget .post-title {
	padding-top: 8px;
	padding-top: 0.8rem;
}

.RecentlyPopularWidget .post-image {
	display: inline-block;
}

.RecentlyPopularWidget ul li:last-child {
	border-bottom: none;
}

.RecentlyPopularWidget ul li img {
	display:inline-block;
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
	width: 68px !important;
}

/* Widget Featured Post
--------------------------------------------- */

.sidebar .widget.widget_featured-posts {
	padding: 0 0 10px;
	padding: 0 0 1rem;
}

.sidebar .widget.widget_featured-posts  .widget-title {
	margin: 0;
	padding: 15px;
	padding: 1.5rem;
}

.sidebar .widget_featured-posts ul,
.widget_featured-posts ul {
	margin-left: 0;
}

.sidebar .widget_featured-posts ul#yiw-featured-post li {
	border-bottom: 2px solid #E0E1E2;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	list-style: none outside none;
	overflow: hidden;
	padding: 5px 15px;
	padding: 0.5rem 1.5rem;
}

.widget_featured-posts .featured-title {
	padding-top: 8px;
	padding-top: 0.8rem;
}

.widget_featured-posts .post-image {
	display: inline-block;
}

.widget_featured-posts ul#yiw-featured-post li:last-child {
	border-bottom: none;
}

.widget_featured-posts ul#yiw-featured-post li:hover {
	background-color: transparent;
}

.widget_featured-posts ul#yiw-featured-post .featured-thumb {
	margin-right: 0;
}

.widget_featured-posts ul li img {
	display:inline-block;
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
	width: 68px !important;
}

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

div.gform_wrapper {
	background-color: #c0b951;
	border-radius: 10px;
	color: #4A4B4C;
	padding: 15px;
	padding: 1.5rem;
}

.ie7 div.gform_wrapper {
	overflow: hidden;
}

div.gform_wrapper h3.gform_title {
	color: #231F20;
	font-weight: 400;
}

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea {
	border: 0;
	color: #4A4B4C;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 5px;
	padding: 0.5rem;
}

div.gform_wrapper .ginput_complex label {
	font-size: 13px;
	font-size: 1.3rem;
	padding: 0;
}

div.gform_wrapper li.gfield .gfield_label {
	font-weight: 400;
}

div.gform_wrapper li.clearit .gfield_label {
	display: none;
}

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

div.gform_wrapper .gform_footer {
	padding: 0;
}

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

.widget-area .widget.gform_widget {
	background-color: #c0b951;
}

.widget-area .widget div.gform_wrapper {
	padding: 0;
}

.gform_widget div.gform_wrapper form {
	overflow: hidden;
	position: relative;
}

.gform_widget div.gform_wrapper input[type="email"],
.gform_widget div.gform_wrapper input[type="text"] {
	font-size: 14px;
	font-size: 1.4rem;
}

.gform_widget div.gform_wrapper input[type="submit"] {
	background-image: url(images/arrow-right.png);
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 0;
	display:block;
	font-size:0;
	height: 29px;
	line-height:0;
	width: 29px;
	text-indent: -9999px;
}

.gform_widget div.gform_wrapper .gform_footer {
	bottom: 0;
	position: absolute;
	right: 0;
}

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

img#wpstats {
	display: none;
}

/* WP Table 
---------------------------- */

h2.tablepress-table-name {
	font-size: 22px;
	font-size: 2.2rem;
	color: #91A43D;
}

table.tablepress thead th,
table.tablepress tfoot th {
    background: #4a4b4c;
	color: #fff;
	font-weight: normal;
	line-height: 1;
	padding: 10px;
	padding: 1rem;
}

table.tablepress tbody td,
table.tablepress tfoot th {
	border-bottom: 1px solid #CCC;
	border-top: none;
	border-right: 1px solid #CCC;
	font-family: 'Source Sans Pro',sans-serif;
}

table.tablepress {
	border: 1px solid #CCC;
}

span.tablepress-table-description {
    margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

table.tablepress tr.odd td,
table.tablepress tr.even td {
	background-color: transparent;
}

table.tablepress th,
table.tablepress td {
	padding: 2px 8px;
	padding: 0.2rem 0.8rem;
}

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

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

.site-header .wrap {
	padding: 15px 0 20px;
	padding: 1.5rem 0 2rem;
}

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

.title-area {
	float: left;
	font-family: 'IM Fell English', serif;
	font-weight: 400;
	padding: 16px 0;
	padding: 1.6rem 0;
	width: 521px;
}

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

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

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

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

/* Full width header, no widgets */

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

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

/* Logo, hide text */

.header-image .title-area .site-title {
	background: url(images/logo.png) no-repeat center;
	margin: 0 0 0 20px;
	width: 501px;
}

.header-image .site-title a {
	min-height: 53px;
	width: 100%;
}

/* Header Top Area
--------------------------------------------- */

.header-top {
	overflow: hidden;
}

.social-icons {
	float: left;
	overflow: hidden;
}

.social-icons a {
	display: block;
	height: 22px;
	float: left;
	margin-right: 8px;
	margin-right: 0.8rem;
	text-indent: -9999px;
	width: 23px;	
}

.social-icons a:hover {
	zoom: 1;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.social-icons a.tw {
	background: url(images/icon-twitter.png) no-repeat center center transparent;
}

.social-icons a.tumblr {
	background: url(images/icon-tumblr.png) no-repeat center center transparent;
}

.social-icons a.insta {
	background: url(images/icon-instagram.png) no-repeat center center transparent;
}

.social-icons a.gp {
	background: url(images/icon-gplus.png) no-repeat center center transparent;
}

.social-icons a.pin {
	background: url(images/icon-pinterest.png) no-repeat center center transparent;
}

.site-header .search-form {
	float: right;
	width: 220px;
}

.site-header .search-form input[type="search"] {
	font-size: 13px;
	padding: 2px 4px;
}

.site-header .search-form input[type="submit"] {
	height: 23px;
	width: 24px;
}

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

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 400px;
	margin-top: -6px;
}

.site-header .widget-area .genesis-nav-menu li,
.site-header .widget-area .genesis-nav-menu .menu-item {
    display: block;
    text-align: right;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1;
}

.site-header .widget-area .genesis-nav-menu li a,
.site-header .widget-area .genesis-nav-menu .menu-item a {
	padding: 0 20px 10px 0;
	padding: 0 2rem 1rem 0;
	letter-spacing: 1px;
}

.site-header .widget-area .genesis-nav-menu li.last-menu-item a,
.site-header .widget-area .genesis-nav-menu .menu-item.last-menu-item a {
	padding-bottom: 0;
}

/* Tagline Bar
--------------------------------------------- */

.tagline {
	width: 100%;
	background-color: #c0b951;
	line-height: 2.5;
	font-weight: 600;
	text-align: center;
	color: #202020;
}

.tagline .white {
	color: #fff;
}

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

.genesis-nav-menu {
	clear: both;
	color: #231f20;
	font-family: 'IM Fell English', serif;
	line-height: 1.5;
	text-align: center;
	width: 100%;
}

.genesis-nav-menu li,
.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.ie7 .genesis-nav-menu .menu-item {
	display: inline;
	zoom: 1;
}

.genesis-nav-menu a {
	border: none;
	color: #231f20;
	display: block;
	padding: 8px 24px;
	padding: 0.8rem 2.4rem;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #0099CC;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #0099CC;
}

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

.genesis-nav-menu .sub-menu {
	background: url(images/submenu-bg.png) repeat 0 0 transparent;
	border-top: 1px solid #FFF;
	left: -9999px;
	position: absolute;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	font-size: 15px;
	font-size: 1.5rem;
	padding: 6px 20px;
	padding: 0.6rem 2rem;
	position: relative;
	text-transform: uppercase;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -35px 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 {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 8px 0;
	padding: 0.8rem 0;
	text-transform: uppercase;
}

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

.genesis-nav-menu > .rss > a {
	margin-left: 28px;
	margin-left: 2.8rem;
}

.genesis-nav-menu > .search {
	padding: 5px 0 0;
	padding: 0.5rem 0 0;
}

.genesis-nav-menu > .twitter a {
	background: url(images/twitter-nav.png) no-repeat left center;
	padding-left: 24px;
	padding-left: 2.4rem;
}

.genesis-nav-menu .search-form {
	width: 220px;
}

/* Sticky Navigation
--------------------------------------------- */

div#subnav {
	padding: 10px 0 ;
	padding: 1rem 0;
	text-transform: uppercase;
}

div#subnav .wrap {
	border-bottom: 1px solid #C5C6C8;
    border-top: 1px solid #C5C6C8;
}

div#subnav .genesis-nav-menu.menu-secondary a {
	padding: 8px 24px;
	padding: 0.8rem 2.4rem;
}

ul.genesis-nav-menu.menu-secondary li li a {
	background-color: transparent;
	border: 0;
	color: #231F20;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 8px 20px;
	padding: 0.8rem 2rem;
	transition: all 0s ease-in-out 0s;
}	

ul.genesis-nav-menu.menu-secondary li a:hover {
	background-color: transparent;
}

div#subnav .genesis-nav-menu .sub-menu .sub-menu {
	margin-top: -40px;
}

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

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

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

.nav-primary .wrap {
	border-bottom: 1px solid #c5c6c8;
	border-top: 1px solid #c5c6c8;
}

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

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

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

.nav-secondary {
	display: none;
	background-color: #fff;
	margin: 1rem 0;
}

.menu-secondary::before {
	content: 'SORT BY: ';
}

.nav-secondary .genesis-nav-menu {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	background-color: #f5f5f5;
}

.nav-secondary .genesis-nav-menu .sub-menu {
	font-size: 15px;
	font-size: 1.5rem;
}

ul.genesis-nav-menu.menu-secondary li li a:hover {
    color: #0099CC;
}

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

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

.entry {
	background-color: #fff;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0;
}

.entry-content a {
	color: #0099CC;
}

.entry-content a:hover {
	color: #5d5e5e;
}

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

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.content .entry .entry-content p {
	margin-bottom: 8px;
	margin-bottom: 0.8rem;
}

.content .page .entry-content p,
.single .entry .entry-content p {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 20px;
	margin-left: 2rem;
}

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

.entry-content ul li {
	list-style-image: url(images/list-style.png);
	list-style-type: none;
}

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

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

.entry-header {
	clear: both;
	display: block;
	overflow: hidden;
}

.entry-meta {
	color:  #C0B951;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
}

.entry-header .entry-meta {
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-header .entry-meta a {
	color: #0099CC;
}

.entry-header .entry-meta a:hover {
	color: #616264;
}

.entry-footer .entry-meta {
	margin-bottom: 0;
	padding: 0;
	text-transform: uppercase;
}

.single .entry-footer .entry-meta {
	border-bottom: 1px solid #b8babc;
	border-top: 1px solid #b8babc;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 5px 0;
	padding: 0.5rem 0;
}

.entry-footer .entry-meta a {
	color: #8f9194;
	font-weight: 600;
}

.entry-footer .entry-meta a:hover {
	color: #0099CC;
}

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

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

.content .entry.right,
.content .entry.left {
	border-bottom: 1px solid #919294;
	float: left;
	min-height: 378px;
	width: 358px;
}

.content .page.entry.right,
.content .page.entry.left,
.single .content .entry.right,
.single .content .entry.left {
	border: none;
	float: none;
	min-height: inherit;
	width: 100%;
}

.content .home-main .post.entry.right,
.content .home-main .post.entry.left {
	min-height: 390px;
}	

.content .entry.right {
	float: right;
}	

.more-link {
	display: block;
	font-family: 'IM Fell English',serif;
	font-size: 17px;
	font-size: 1.7rem;
	font-style: italic;
	margin-top: 8px;
	margin-top: 0.8rem;
}

.more-link a {
	color: #0099CC;
}
	
.more-link a:hover {
	color: #616264;
}

/* Top Image
--------------------------------------------- */

.top-image {
	margin: 10px auto -20px;
	margin: 1rem auto -2rem;
}

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

.archive-pagination,
.entry-pagination {
	clear: both;
	display: block;
	line-height: 1;
	padding: 0;
}

.archive-pagination {
	margin: 0 0 -25px;
	overflow: hidden;
}

.archive-pagination ul {
	float: right;
	max-width: 40%;
}

.archive-pagination li {
	display: inline;
	padding: 4px;
}

.archive-pagination li a {
	color: #616264;
	cursor: pointer;
	display: inline-block;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	color: #0099CC;
}

.archive-pagination li.pagination-previous a,
.archive-pagination li.pagination-next a {
	height: 18px;
	text-indent: -9999px;
	width: 19px;
}

.archive-pagination li.pagination-next a {
	background: url(images/pagination-arrow-right.png) no-repeat center;
}

.archive-pagination li.pagination-previous a {
	background: url(images/pagination-arrow-left.png) no-repeat center;
}

/* Blog template Pagination
--------------------------------------------- */

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

.post-nav-absolute {
	position: absolute;
	right: 0;
	top: 5px;
	width: 40%;
}

.post-nav-absolute .archive-pagination {
	margin: 0;
}

.post-nav-absolute  ul {
	max-width: 100%;
}

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

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

.entry-comments {
	padding: 0;
}

.comment-meta {
	font-family: 'Source Sans Pro',sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
}

.comment-header {
	overflow: hidden;
}

.entry-comments p {
	font-family: 'Source Sans Pro',sans-serif;
	margin-bottom: 8px;
	margin-bottom: 0.8rem;
}

.comment-respond {
	margin-top: 20px;
}

.comment-respond,
.entry-pings {
	padding: 0;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	color: #c0b951;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"],
.comment-respond textarea#comment {
	font-family: 'Source Sans Pro',sans-serif;
	padding: 2px 5px;
	padding: 0.2rem 0.5rem;
	width: 55%
}

.comment-respond h3 {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
}

.comment-respond p {
	margin: 5px 0 0;
}

p.clearit label {
	display: none;
}

.comment-respond .form-submit input[type="submit"] {
	background-color: #0099CC;
	padding: 2px 15px;
	padding: 0.2rem 1.5rem;
	text-transform: capitalize;
}

.comment-respond .form-submit input[type="submit"]:hover {
	background-color: #5d5e5e;
}

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

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

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 20px;
	padding: 2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
}

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

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

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}

.comment-reply a {
	background-color: #0099CC;
	color: #FFF;
	font-size: 14px;
	padding: 0 8px;
	padding: 0.2rem 1.5rem;
}

.comment-reply a:hover {
	background-color: #5d5e5e;
}

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

.sidebar {
	color: #5d5e5e;
	padding-top: 24px;
	padding-top: 2.4rem;
}

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

.sidebar ul {
	margin-left: 15px;
}

.sidebar li {
	list-style-image: url(images/list-style.png);
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

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

.sidebar .widget {
	background-color: #fff;
	border: 2px solid #7e8083;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	overflow: hidden;
	padding: 15px;
	padding: 1.5rem;
}

/* Left-hand sidebar on product review pages */

.sidebar-content .sidebar {
	padding-top: 0;
}

.sidebar-content .sidebar .widget_nav_menu {
	border: none;
	font-size: 20px;
	font-size: 2rem;
	padding: 0;
	margin-bottom: 2rem;
}

.sidebar-content .sidebar .widget_nav_menu .menu-item {
	list-style-image: none;
}

.sidebar-content .sidebar .widget_nav_menu .menu-item.all-menu {
	margin-bottom: 2rem;
}

.sidebar-content .sidebar .widget_nav_menu .menu-item.first-menu-item ~ li {
	margin-top: 2rem;
}

.sidebar-content .sidebar .widget_nav_menu .menu-item.current-menu-item > a {
	color: #0099CC;
	font-weight: 600;
}

/* Intelli Widget
---------------------------------------------- */

.widget_intelliwidget h3.intelliwidget-title {
	margin: 0 !important;
}

.widget_intelliwidget h3.intelliwidget-title a {
	font-size: 18px;
	font-size: 1.8rem;
    line-height: 1.2;
	margin: 0;
	text-transform: uppercase;
}

.widget_intelliwidget div.intelliwidget-excerpt {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.3;
}

.widget_intelliwidget img.intelliwidget-image-Featured {
	border: 1px solid #DDD;
    margin: 0;
    outline: 0 none;
    padding: 0;
}

.widget_intelliwidget .intelliwidget-more-link {
	display: block;
}

.widget_intelliwidget .intelliwidget-more-link a {
	color: #0099CC;
}

.widget_intelliwidget .intelliwidget-more-link a:hover {
	color: #5D5E5E;
}

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

.footer-widgets {
	color: #5d5e5e;
	clear: both;
	padding: 40px 0 0;
	padding: 4rem 0 0;
}

.footer-widgets .wrap {
	padding-top: 25px;
	border-top: 2px solid rgb(126, 128, 131);
	font-size: 15px;
	font-size: 1.5rem;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 32%;
}

.footer-widgets-1 {
	margin-right: 3%;
}

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

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

.footer-widgets a {
	color: #5d5e5e;
}

.footer-widgets a:hover {
	color: #0099CC;
}

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

.footer-widgets .widget-title {
	color: #5d5e5e;
	font-size: 16px;
	font-size: 1.6rem;
}

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

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

.widget_nav_menu {
	margin-left: auto;
	margin-right: auto;
}

.footer-widgets-1 .widget_nav_menu { width: 65%; }
.footer-widgets-2 .widget_nav_menu { width: 40%; }
.footer-widgets-3 .widget_nav_menu { width: 45%; }

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

.site-footer {
	background-color: #fff;
	color: #5d5e5e;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 0;
	text-align: center;
}

.site-footer .wrap {
/*	border-top: 5px solid #3f3c3d; */
	border-top: 1px solid #b8babc;
	padding: 8px 0 30px;
	padding: 0.8rem 0 3rem;
}

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

.footer-right {
	display: none;
}

/*
.footer-left,
.footer-right {
	width: 48%;
}

.footer-left {
	float: left;
}

.footer-right {
	float: right;
}
*/

.site-footer .copyright {
	padding-top: 5px;
	padding-top: 0.5rem;
}

.site-footer .social-icons {
	float: right;
	padding: 0;
}

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

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

	.wrap {
		max-width: 96%;
	}

	.sidebar-primary,
	.home-ctas .widget-area {
		width: 32%;
	}

	.home-ctas .widget-area.home-cta1 {
		margin-right: 2%;
	}
	
	.content {
		width: 66%;
	}
	
	.content .entry.right,
	.content .entry.left {
		min-height: 380px;
		width: 48%;
	}
	
	.yarpp-related li {
		margin-right: 2%;
		width: 30%;
	}
	
	.yarpp-related li img.post-image {
		max-width: 98% !important;
	}
	
	.genesis-nav-menu li.right {
		display: none;
	}
	
	.sidebar .featured-content .post.entry:after {
		left: 0;
		width: 100%;
	}
	
	.RecentlyPopularWidget .post-title {
		padding-top: 0;
	}
	
	div.nrelate .nr_inner {
		text-align: center;
	}
	
	.content div.nrelate .nr_panel {
		display: inline-block;
		float: none;
		margin-bottom: 10px;
		margin-bottom: 1rem;
		min-height: 230px !important;
	}
}

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

	.header-top {
		margin: 20px 0;
		margin: 2rem 0;
	}
	
	.sidebar .entry-header {
		display: inline;
	}
}

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

	div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
		padding: 10px;
		padding: 1rem;
	}

	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}
	
	.header-image .title-area {
		padding-bottom: 1.5rem;
	}
	
	.header-image .title-area .site-title {
    	margin: 0;
    	width: 100%;
	}
	
	.site-header .wrap {
    	padding: 15px 0 0;
    	padding: 1.5rem 0 0;
	}
	
	.site-header .widget-area {
    	float: none;
    	text-align: center;
    	width: 100%;
    	margin-top: 0;
	}
	
	.widget_nav_menu {
    	margin-bottom: 1.5rem;
	}
	
	.site-header .widget-area .genesis-nav-menu li, 
	.site-header .widget-area .genesis-nav-menu .menu-item {
		display: inline-block;
		text-align: center;
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 15px;
		font-size: 1.5rem;
		font-weight: 600;
		line-height: 1;
	}
	
	.site-header .widget-area .genesis-nav-menu li a,
	.site-header .widget-area .genesis-nav-menu .menu-item a {
    	padding: 8px 24px;
		padding: 0.8rem 2.4rem;
	}
	
	.content {
		width: 64%;
	}
	
	ul.cta li.cta1,
	ul.cta li.cta2,
	ul.cta li.cta3,
	ul.cta li.cta4 {
		border: none;
		border-bottom: 2px solid #E0E1E2;
		text-align: left;
		width: 100%;
	}
	
	.content .entry.right,
	.content .entry.left {
		min-height: 340px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.comment-respond input[type="email"],
	.comment-respond input[type="text"],
	.comment-respond input[type="url"],
	.comment-respond textarea#comment {
		margin: 0;
		width: 100%;
	}
	
	table tbody,
	table.tablepress {
		border: none;
	}
	
	.ingredient-key td {
    	font-size: 12px;
    	font-size: 1.2rem;
	}
	
	.sidebar-content .sidebar .widget_nav_menu .menu-item .menu-item {
		font-size: 18px;
    	font-size: 1.8rem;
	}
	
	.footer-widgets-1 .widget_nav_menu { width: 100%; }
	.footer-widgets-2 .widget_nav_menu { width: 45%; }
	.footer-widgets-3 .widget_nav_menu { width: 70%; }
}

@media only screen and (max-width: 680px) {
	
	.site-header .widget-area .genesis-nav-menu li a,
	.site-header .widget-area .genesis-nav-menu .menu-item a {
		padding: 8px 22px;
		padding: 0.8rem 2.2rem;
		letter-spacing: normal;
	}
	
	.tagline {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.2;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.tagline .white {
		display: block;
	}
	
	.nav-secondary {
		display: block;
		margin-top: 10px;
		margin-top: 1rem;
	}
	
	.site-inner {
		padding-top: 20px;
		padding-top: 2rem;
	}
	
	.content,
	.sidebar-primary {
		width: 100%;
	}
	
	.category .sidebar .RecentlyPopularWidget,
	.archive .sidebar .RecentlyPopularWidget,
	.single .sidebar .RecentlyPopularWidget,
	.sidebar .widget.gform_widget,
	.sidebar .widget.wsmfeaturedpage {
		display: none;
	}
	
	ul.genesis-nav-menu.menu-secondary a,
	.genesis-nav-menu a {
		padding: 4px 10px;
		padding: 0.4rem 1rem;
	}
	
	ul.cta li.cta1,
	ul.cta li.cta2,
	ul.cta li.cta3,
	ul.cta li.cta4 {
		list-style: none outside none;
		float: left;
		margin: 0;
		padding: 8px 0 12px;
		padding: 0.8rem 0 1.2rem;
		text-align: center;
		width: 50%;
	}

	ul.cta li.cta2,
	ul.cta li.cta4 {
		border-left: 2px solid #e0e1e2;
	}
	
	ul.cta li.cta3,
	ul.cta li.cta4 {
		border-bottom: 0;
	}

	
	.home-ctas .widget-area.home-cta1 {
		margin-right: 3.5%;
	}	
	
	.home-ctas .widget-area {
		width: 31%;
	}
	
	.home-ctas .widget-title {
		font-size: 18px;
		font-size: 1.8rem;
	}
	
	.archive-description,
	.archive-pagination {
		float: none;
		margin: 0 0 8px;
		margin: 0 0 0.8rem;
		max-width: 100%;
		width: 100%;
	}
	
	.archive-pagination ul {
		float: right;
		max-width: 100%;
	}
	
	.post-nav-absolute {
		top: -22px;
		width: 100%;
	}
	
	.archive-title {
		padding-right: 0;
		padding-top: 10px;
	}
	
		
	div#subnav {
		display: none !important;
	}
	
	.widget_intelliwidget .intelliwidget-image-container.intelliwidget-align-right,
	.widget_intelliwidget .intelliwidget-image-container.intelliwidget-align-left {
    	max-width: 20% !important;
	}
	
	.footer-widgets-1 { width: 43%; }
	.footer-widgets-2,
	.footer-widgets-3 { width: 25%; }
	
	.footer-widgets-2 .widget_nav_menu { width: 85%; }
	.footer-widgets-3 .widget_nav_menu { width: 100%; }
}

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

	.header-image .title-area {
    	padding-bottom: 0;
	}
	
	.header-image .title-area .site-title {
		background: url("images/logo-android.png") no-repeat scroll center center transparent;
		width: 100%;
		float: none;
	}
	
	.site-header .widget-area .genesis-nav-menu li,
	.site-header .widget-area .genesis-nav-menu .menu-item {
    	display: block;
	}
	
	.tagline {
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	div.soliloquy-container .soliloquy-caption {
		position: relative;
	}
	
	div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
		background: none #444;
		filter: 0;
	}
	
	.soliloquy-caption-inside p,
	.soliloquy-caption-inside h2,
	.soliloquy-caption-inside h3,
	.soliloquy-caption-inside h4 {
		float: none;
		padding-left: 30px;
		padding-left: 3rem;
		width: 100%;
	}
	
	.content .entry.right,
	.content .entry.left,
	.footer-left,
	.footer-right,
	.content .home-main .post.entry.right,
	.content .home-main .post.entry.left, 
	.home-ctas .widget-area.home-cta1,
	.home-ctas .widget-area {
		margin: 0 0 20px;
		margin: 0 0 2rem;
		min-height: inherit;
		width: 100%;
	}

	.yarpp-related li {
		margin: 0 0 10px;
		margin: 0 0 1rem;
		width: 100%;
	}
	
	.site-footer .social-icons {
		float: left;
	}
	
	.footer-widgets {
		padding: 0;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		float: none;
		width: 100%;
	}
	
	.footer-widgets-1 {
		margin-right: 0;
	}
	
	.footer-widgets-1 .widget_nav_menu,
	.footer-widgets-2 .widget_nav_menu,
	.footer-widgets-3 .widget_nav_menu {
		width: 100%;
		text-align: center;
	}
}

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

	.site-header .wrap {
		position: relative;
	}
	
	.tagline {
    	font-size: 12px;
    	font-size: 1.2rem;
	}
	
	.header-top {
		margin: 45px 0 0;
		margin: 4.5rem 0 0;
	}

	.header-image .title-area .site-title {
		background: url(images/logo-iphone.png) no-repeat scroll center center transparent;
		width: 100%;
	}
	
	.site-header .search-form {
		clear: both;
		display: block;
		float: none;
		margin: 0 auto;
		width: 80%;
	}
	
	.social-icons {
		float: none;
		margin: 0 0 10px;
		margin: 0 0 1rem;
		text-align: center;
		width: 100%;
	}
	
	.social-icons a {
		display: inline-block;
		float: none;
	}
	
	ul.genesis-nav-menu.menu-secondary li li a {
		padding: 5px 20px;
		padding: 0.5rem 2rem;
	}
	
	.footer-left p {
		text-align: center;
	}
	
	ul.cta li.cta1,
	ul.cta li.cta2,
	ul.cta li.cta3,
	ul.cta li.cta4 {
		border: none;
		border-bottom: 2px solid #E0E1E2;
		text-align: left;
		width: 100%;
	}
	
	.content div.nrelate .nr_panel {
		min-height: inherit !important;
	}
}

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

	.header-image .title-area .site-title {
			background: url(images/logo-mobile.png) no-repeat scroll center center transparent;
	}
}