/*
	Theme Name: Mama Natural
	Description: Custom child theme created especially for Mama Natural 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.1 */

/* Table of Contents

	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
		- Social Media
		- Subscribe Box
		- Call to Action
		- WSM Custom Menu
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
		- WP Table
		- Tabber
		- Recently Pupolar
		- FB Like Box
		- Sharethis
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Home Content
		- Entries
		- Pagination
		- Disclaimer
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
Imports
---------------------------------------------------------------------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Handlee); 
/*@import url(http://fonts.googleapis.com/css?family=Satisfy); 
@import url(http://fonts.googleapis.com/css?family=Sanchez:400,400italic);*/
@import url(http://fonts.googleapis.com/css?family=Arimo:400,400italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Bitter);



/*
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;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

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

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

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

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

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


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

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

html {
	background-color: #3b142b;
	background: url(images/logo-rollover.png) no-repeat -9999px -9999px #3b142b;
	font-size: 62.5%; /* 10px browser default */
}

body {
	background: url(images/main-bg.png) repeat;
	color: #333;
	font-family: "Helvetica Neue", HelveticaNeue,"HelveticaNeue-Light", "Helvetica Neue Light", TeXGyreHeros, FreeSans, "Arimo", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.5;
}

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

::selection {
	background-color: #642F4E;
	color: #fff;
}

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

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

a:hover {
	color: #333;
}

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

strong {
	font-weight: 700;
}

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

blockquote {
	background: url(images/blockquote.png) no-repeat 0 16px;
	margin: 0;
	padding: 20px 0 20px 35px;
	padding: 2rem 0 2rem 3.5rem;
}

blockquote em {
	display: block;
	margin: 10px 0 0;
	margin: 1rem 0 0;
}

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

cite {
	font-style: normal;
}

iframe {
	border: 0;
	max-width: 100%;
}

.sidebar iframe {
 /*height: auto;*/
}

hr {
	background-color: #777;
	border: 0;
	clear: both;
	display: block;
	height: 1px;
}
	

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

h1,
h2,
h3,
h4,
h5 {
	color: #351c0a;
	font-family: 'Bitter', serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

h1 {
	font-size: 48px;
	font-size: 4.8rem;
}

h2 {
color:#59334e;
	font-size: 40px;
	font-size: 4rem;
}

h3 { 
color:#59334e;
font-size: 34px;
	font-size: 3.4rem;
	
}

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

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

h6 {
	 font-weight: normal;
	font-family: 'Handlee',cursive;
color: #963;
font-size: 2.4rem;
padding-left: 0.5rem;
	font-size: 20px;
	font-size: 2rem;
}

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

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

img {
	height: auto;
}

.ie8 img {
	width: auto; /* IE8 */
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #666;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 6px 10px;
	padding: 0.6rem 1rem;
	width: 100%;
}

.ie7 input,
.ie7 select,
.ie7 textarea {
	width: 96%;
}

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: #f15a29;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	padding: 6px 15px;
	padding: 0.6rem 1.5rem;
	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: #FA7044;
}

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

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

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


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

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

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

.site-inner {
	background-color: #fff;
	clear: both;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 0;
}

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

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

.content-sidebar-wrap {
	display: block;
	float: left;
	width: 100%;
}

.content-sidebar .content-sidebar-wrap {
	background: url(images/sidebar-bg.png) repeat-y right 0;
}

.sidebar-content .content-sidebar-wrap {
	background: url(images/sidebar-bg.png) repeat-y 0 0;
}

/* Content */

.content {
	float: right;
	padding: 30px 0 0;
	padding: 3rem 0 0;
	width: 828px;
}

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


.full-width-content .content {
	padding: 30px 0 0;
	padding: 3rem 0 0;
	width: 100%;
}

/* Primary Sidebar */

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

.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
---------------------------------------------------------------------------------------------------- */

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

.wavatar,
.avatar {
	float: left;
}

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

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

.search-form {
	font-family: "Helvetica Neue", HelveticaNeue,"HelveticaNeue-Light", "Helvetica Neue Light", TeXGyreHeros, FreeSans, "Arimo", Helvetica, Arial, sans-serif;
	position: relative;
}

.search-form input[type="search"] {
	border: 0;
	padding-right: 25px;
	padding-right: 2.5rem;
}

.search-form input:focus,
.footer-widgets .search-form input[type="search"]:focus {
	border: 0;
}

.genesis-nav-menu .search-form input[type="search"] {
	padding: 5px 25px 5px 5px;
	padding: 0.5rem 2.5rem 0.5rem 0.5rem;
}

.ie7 .search-form input[name="s"] {
	width: 91%;
}

.search-form input[type="submit"] {
	background: url(images/search-icon.png) no-repeat center center;
	bottom: 6px;
	height: 19px;
	padding: 0;
	position: absolute;
	right: 10px;
	text-indent: -999px;
	width: 15px;
}

.ie7 .search-form input[type="submit"] {
	right: 20px;
}

.sticky {
}

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: 5px 24px 24px 0;
	margin: 0.5rem 2.4rem 2.4rem 0;
}

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

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

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

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

.widget.widget_recent_comments ul {
	margin-left: 0;
}

.widget.widget_recent_comments li {
	list-style-image: none;
}

.widget.widget_recent_comments a {
	color: #F15A29;
}

.widget.widget_recent_comments a:hover {
	color: #333;
}

.widget_categories select {
	-webkit-appearance: none;
    -moz-appearance: none;
	background: url(images/select-arrow.png) no-repeat right center #fff;
	border: 0;
	height: 34px;
	line-height: 1;
	text-indent: 0.01px;
	text-overflow: "";
}

.widget_categories select:hover {
	background-image: url(images/select-arrow-hover.png);
}


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

.breadcrumb {
	
  color: #333;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
  text-transform: uppercase;
  padding: 0 40px 24px;
  padding: 0 4rem 2.4rem;  
  border-bottom: 1px solid #e0dedb;
  
}

.archive-description {
	background-color: #fff;
}

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

.author-box {
	background: url(images/author-box-bg.png) repeat 0 0;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	overflow: hidden;
	padding: 30px 40px;
	padding: 3rem 4rem;
}

.author-box  h3{
	font-family: 'Bitter',serif;
color: #642F4E;
font-weight: 400;
line-height: 1.2;
margin: 0px 0px 1.6rem;
	font-size: 34px;
	font-size: 3.4rem;
}

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

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

.author-box .wavatar,
.author-box .avatar {
	margin: 5px 18px 0 0;
	margin: 0.5rem 1.8rem 0 0;
}

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

.entry-title {
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 1.2;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}


.entry-title a {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1;
}

.entry-title a,
.sidebar .widget-title a {
	color: #351c0a;
	display: block;
}

.entry-title a:hover {
	background-color: #e6dbc4;
	color: #351c0a;
}

.widget-title {
	color: #351c0a;
	font-size: 26px;
	font-size: 2.6rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

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

.archive-title {
	font-size: 26px;
	font-size: 2.6rem;
}


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

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

.featured-content .entry {
	background-color: transparent;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0;
}

.featured-content .entry-title a,
.featured-content .entry-title {
	border: none;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.2;
}

.featured-content .entry .entry-content {
	overflow: visible;
}

.featured-content .entry-header {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.featured-content .post  .entry-title {
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
}

.featured-content .entry-meta a {
	color: #F15A29;
}

.featured-content .entry-meta a:hover {
	color: #333;
}

.featured-content .entry-header .entry-author,
.featured-content .entry-header .entry-time,
.featured-content .entry-header .entry-categories,
.featured-content .entry-header .entry-comments-link {
	padding: 0;
}

.featured-content .more-link a {
	color: #f15a29;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
}	

.home-featured .featured-content .entry {
	font-size: 20px;
	font-size: 2rem;
}

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

.sidebar .featured-content  .more-link {
	margin-top: 0;
}

.sidebar .featured-content  .more-link a {
	text-transform: uppercase;
}

.featured-content .more-link a:hover {
	color: #f15a29;
}

.home-main .featured-content .more-link a,
.home-featured .featured-content .more-link a {
	font-size: 20px;
	font-size: 2rem;
}

.footer-widgets .featured-content .entry-title a:hover {
	background-color: transparent;
}

.footer-widgets .featured-content .entry-meta a:hover,
.footer-widgets .featured-content .entry-meta {
	color: #fff;
}


/*  Social Media
--------------------------------------------- */

.social-media {
	display: block;
	overflow: hidden;
}

.site-header .social-media {
	float: right;
}

.social-media a {
	background-image: url(images/social-icons.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 30px;
	margin: 0 0 0 13px;
	margin: 0 0 0 1.3rem;
	-webkit-transition: all .0s ease-in-out;
	-moz-transition:    all .0s ease-in-out;
	-ms-transition:     all .0s ease-in-out;
	-o-transition:      all .0s ease-in-out;
	transition:         all .0s ease-in-out;
	text-align: left;
	text-indent: -999px;
	width: 34px;
}

.footer-widgets .social-media a {
	margin: 0 13px 0 0;
	margin: 0 1.3rem 0 0;
}

.footer-widgets .social-media a:hover.btn-fb,
.social-media a.btn-fb {
	background-position: 0 0;
}

.footer-widgets .social-media a:hover.btn-yt,
.social-media a.btn-yt {
	background-position: -34px 0;
}

.footer-widgets .social-media a:hover.btn-pi,
.social-media a.btn-pi {
	background-position: -68px 0;
}

.footer-widgets .social-media a:hover.btn-insta,
.social-media a.btn-insta {
	background-position: -102px 0;
}

.footer-widgets .social-media a:hover.btn-tw,
.social-media a.btn-tw {
	background-position: -136px 0;
}

.footer-widgets  .social-media a:hover.btn-gp,
.social-media a.btn-gp {
	background-position: -170px 0;
}

.footer-widgets .social-media a:hover.btn-feeds,
.social-media a.btn-feeds {
	background-position: -204px 0;
}

.footer-widgets .social-media a.btn-fb {
	background-position: 0 -30px;
}

.social-media a:hover.btn-fb {
	background-position: 0 -60px;
}

.footer-widgets .social-media a.btn-yt {
	background-position: -34px -30px;
}

.social-media a:hover.btn-yt {
	background-position: -34px -60px;
}

.footer-widgets .social-media a.btn-pi {
	background-position: -68px -30px;
}

.social-media a:hover.btn-pi {
	background-position: -68px -60px;
}

.footer-widgets .social-media a.btn-insta {
	background-position: -102px -30px;
}

.social-media a:hover.btn-insta {
	background-position: -102px -60px;
}

.footer-widgets .social-media a.btn-tw {
	background-position: -136px -30px;
}

.social-media a:hover.btn-tw {
	background-position: -136px -60px;
}

.footer-widgets  .social-media a.btn-gp {
	background-position: -170px -30px;
}

.social-media a:hover.btn-gp {
	background-position: -170px -60px;
}

.footer-widgets .social-media a.btn-feeds {
	background-position: -204px -30px;
}

.social-media a:hover.btn-feeds {
	background-position: -204px -60px;
}

/* Subscribe Box
--------------------------------------------- */

.sidebar .widget.wsm-subscribe,
.widget.wsm-subscribe {
	background: url(images/subscribe-bg.png) repeat 0 0;
	font-size: 18px;
	font-size: 1.8rem;
}

.sidebar .wsm-subscribe .widget-title,
.wsm-subscribe .widget-title {
	color: #642f4e;
	font-size: 33px;
	font-size: 3.3rem;
	line-height: 1.2;
}

.wsm-subscribe .widget-title {
	font-size: 34px;
	font-size: 3.4rem;
}

.wsm-subscribe .descritpion {
	min-height: 168px;
	padding: 0 65px 20px 0;
	padding: 0 6.5rem 2rem 0; 
	position: relative;
}

.wsm-subscribe .descritpion img {
	position: absolute;
	right: -60px;
	top: 0;
}

.subscribe-field {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.subscribe-field input.submit {
	background-color: #642f4e;
}

.subscribe-field input:hover.submit {
	background-color: #8c456f;
}

/*
Post Subscribe Box
--------------------------------------------- */

.post-subscribe .wsm-subscribe {
	padding: 20px 40px;
	padding: 2rem 4rem;
}

.post-subscribe .widget-wrap {
	padding-right: 150px;
	padding-right: 15rem;
	position: relative;
}

.post-subscribe .wsm-subscribe .descritpion {
	margin-bottom: 10px;
	margin-bottom: 1rem;
	min-height: inherit;
	padding: 0;
	position: static;
}

.ie7 .post-subscribe .wsm-subscribe .descritpion {
	height: auto;
	min-height: 0;
}

.post-subscribe .subscribe-field.required {
	display: block;
	float: left;
	margin-right: 8px;
	margin-right: 0.8rem;
	overflow: hidden;
	width: 37.8%;
}

.ie8 .post-subscribe .subscribe-field.required {
	width: 38%;
}

.ie7 .post-subscribe .subscribe-field.required {
	width: 33.2%;
}

.ie7 .post-subscribe .form-submit input.submit {
	padding: 4px 15px;
}

.custom-codes {
	overflow: hidden;
}

.gecko .post-subscribe .subscribe-field.required {
	width: 40%;
}

.post-subscribe .wsm-subscribe .widget-title {
	margin-bottom: 6px;
}

.post-subscribe .subscribe-field input {
	border: 0;
}

.post-subscribe .subscribe-field.form-submit {
	float: right;
	position: block;
}

.post-subscribe .wsm-subscribe .descritpion img {
	bottom: -40px;
	position: absolute;
	right: 0;
	top: auto;
}

/*
Call to Action
--------------------------------------------- */

.call-to-action {
	color: #fff;
	font-size: 36px;
	font-size: 3.6rem;
}

.call-to-action ul li {
	color: #fff;
	font-family: 'Bitter',serif;
	line-height: 1;
	list-style: none outside none !important;
	padding: 10px;
	padding: 1rem;
	text-align: center;
	text-shadow: 0 1px 1px #777;
}

.ie7 .call-to-action ul li {
	letter-spacing: -1px;
}

.sidebar .call-to-action ul li a:hover,
.call-to-action ul li a:hover,
.sidebar .call-to-action ul li a,
.call-to-action ul li a {
	color: #fff;
}

.sidebar .call-to-action ul,
.call-to-action ul {
	margin-left: 0;
}

.call-to-action li span.more-text {
	display: block;
	font-family: "Helvetica Neue", HelveticaNeue,"HelveticaNeue-Light", "Helvetica Neue Light", TeXGyreHeros, FreeSans, "Arimo", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 700;
	margin: 10px 0 0;
	margin: 1rem 0 0;
}

.call-to-action li.cta1 {
	background-color: #642f4e;
}

.call-to-action li.cta2 {
	background-color: #f15a29;
}

.call-to-action li.cta3 {
	background-color: #f6c32a;
}

.call-to-action li.cta4 {
	background-color: #d5c791;
}

.call-to-action li:hover.cta1 {
	background-color: #90697c;
}

.call-to-action li:hover.cta2 {
	background-color: #f28762;
}

.call-to-action li:hover.cta3 {
	background-color: #f6d163;
}

.call-to-action li:hover.cta4 {
	background-color: #dfd4ab;
}

/* WSM Custom Menu
--------------------------------------------- */

.menu-wsm .menu li img {
	display: inline-block;
	float: left;
	margin: 3px 12px 6px 0;
	margin: 0.3rem 1.2rem 0.6rem 0;
}

.footer-widgets .menu-wsm .menu li span {
/*	font-weight: 700; */
	overflow: hidden;
}

/* Most Commented
--------------------------------------------- */

.most_commented li img {
	display: inline-block;
	float: left;
	margin: 3px 12px 6px 0;
	margin: 0.3rem 1.2rem 0.6rem 0;
}

.footer-widgets .most_commented li span {
	font-weight: 700;
	overflow: hidden;
}

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

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

.enews-widget {
	color: #999;
}

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

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

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

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

.sidebar .widget.gform_widget,
.entry-content div.gform_wrapper {
	background: url("images/subscribe-bg.png") repeat;
}

.entry-content div.gform_wrapper {
	padding: 20px;
	padding: 2rem;
}

.sidebar div.gform_wrapper h2.gsection_title,
.sidebar div.gform_wrapper h3.gform_title {
	font-size: 26px;
	font-size: 2.6rem;
}

div.gform_wrapper .gsection .gfield_label,
div.gform_wrapper h2.gsection_title,
div.gform_wrapper h3.gform_title,
div.gform_wrapper li.gfield .gfield_label {
	font-weight: 400;
}

div.gform_wrapper li.gfield .gfield_label {
	margin-top: 0;
}

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 6px 5px;
	padding: 0.6rem 0.5rem;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
	font-size: 1.2rem;
}

div.gform_wrapper ul {
	margin-left: 0;
}

.ie7 div.gform_wrapper li.gfield input.large,
.ie7 div.gform_wrapper li.gfield select.large,
.ie7 div.gform_wrapper li.gfield textarea.textarea {
	width: 95%;
}

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

div.gform_wrapper li,
div.gform_wrapper form li {
	list-style: none outside none !important;
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer {
	padding: 0;
}

.ie div.gform_wrapper .gform_footer input.gform_button,
div.gform_wrapper .gform_footer input.gform_button {
	border-radius: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 6px 15px;
	padding: 0.6rem 1.5rem;
}

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

img#wpstats {
	display: none;
}

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

h2.tablepress-table-name {
	font-size: 18px;
}

table.tablepress thead th,
table.tablepress tfoot th {
    background: #642f4e;
	color: #fff;
	font-family: 'Bitter',serif;
	font-weight: 400;
	line-height: 1.2;
}

table.tablepress tbody td,
table.tablepress tfoot th {
	border-bottom: 1px solid #CCC;
	border-top: none;
	border-right: 1px solid #CCC;
}

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

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

table.tablepress .odd td,
table.tablepress .even td {
	font-size: 18px;
	font-size: 1.8rem;
}

table.tablepress th,
table.tablepress td {
	padding: 4px 8px;
}

/* Tabber
-------------------------------*/

.tabbertabs div.tabberlive ul.tabbernav {
    display: block;
	font-family: "Helvetica Neue", HelveticaNeue,"HelveticaNeue-Light", "Helvetica Neue Light", TeXGyreHeros, FreeSans, "Arimo", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 700;
    margin: 0 0 20px !important;
    overflow: hidden;
    padding: 0 !important;
	text-transform: uppercase;
}

.tabbertabs div.tabberlive ul.tabbernav li {
	border: 0;
	float: left;
	margin: 0 5px 0 0;
	margin: 0 0.5rem 0 0;
	padding: 0;
}

.tabbertabs div.tabberlive ul.tabbernav li:last-child {
	margin-right: 0;
}

.tabbertabs div.tabberlive ul.tabbernav li a {
	background-color: #f6c32a;
	border: 0;
	color: #3b142b;
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 700;
	padding: 10px 20px;
	padding: 1rem 2rem;
}

.ie7 .tabbertabs div.tabberlive ul.tabbernav li a {
	padding: 10px 16px;
}

.ie7 .tabbertabs div.tabberlive ul.tabbernav li a,
.ie8 .tabbertabs div.tabberlive ul.tabbernav li a {
	padding: 10px 18px;
}


.tabbertabs div.tabberlive ul.tabbernav li a:hover {
	background-color: #F15A29;
	color: #fff;
}

.tabbertabs div.tabberlive ul.tabbernav li.tabberactive a {
	background-color: #642f4e;
	color: #fff;
}

.tabbertabs div.tabberlive .tabbertab,
.tabbertabs div.tabberlive {
	background: none transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

/*
Recently Pupolar
-------------------------------------------------- */

.tabbertabs .post-image.alignleft img,
.RecentlyPopularWidget .post-image.alignleft img {
	margin: 3px 12px 6px 0;
	margin: 0.3rem 1.2rem 0.6rem 0;
}	

.tabbertabs .post-content,
.RecentlyPopularWidget .post-content {
	padding-left: 62px;
	padding-left: 6.2rem;
}

.footer-widgets .tabbertabs .post-title,
.footer-widgets .RecentlyPopularWidget .post-title {
	font-weight: 700;
}

.sidebar .RecentlyPopularWidget ul li {
	list-style: none outside none;
	margin-left: 0;
	overflow: hidden;
}

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

/*
FB Like Box
----------------------------------------------- */

.fb-like-box {
	background-color: #fff;
}


/*
Sharethis
----------------------------------------------- */

.post-share {
	/*padding: 1px 0;
	padding: 0.2rem 0; */
}


.share-title {
	 font-weight: normal;
	 font-family: 'Handlee', cursive;
        color: #963;
	font-size: 30px;
	font-size: 2.4rem;
	padding-left: 5px;
	/*padding-left: 0.5rem; */
}

/*
Share This
----------------------------------------------- */

span.stButton * {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

.sidebar .st_facebook_vcount,
.sidebar .st_twitter_vcount,
.sidebar .st_fblike_vcount,
.sidebar .st_pinterest_vcount,
.sidebar .st_plusone_vcount,
.sidebar span.stButton {
	display: none !important;
}

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

.site-header .wrap {
	background-color: #fff;
	padding: 20px 40px;
	padding: 2rem 4rem;
}

.ie7 .site-header .wrap {
	width: 1128px;
}

.ie8 .site-header .wrap {
	max-width: 1138px;
}

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

.title-area {
	float: left;
	font-family: 'Bitter', serif;
	font-weight: 700;
	padding: 0;
	width: 100%;
}

.site-title {
	font-size: 62px;
	font-size: 6.2rem;
	line-height: 1;
	margin: 0 0 4px;
	margin: 0 0 0.4rem;
}

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

.site-description {
	clear: both;
	color: #642f4e;
	font-family: "Helvetica Neue", HelveticaNeue,"HelveticaNeue-Light", "Helvetica Neue Light", TeXGyreHeros, FreeSans, "Arimo", Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-size: 3.1rem;
	font-weight: 300;
	line-height: 1;
	margin: 0;
}

/* Full width header, no widgets */

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

.header-image .site-title {
	float: left;
	width: 467px;
}

.header-image .site-title a {
	background: url(images/logo.png) no-repeat 0 0 #fff;
	display: block;
	text-indent: -999px;
	width: 100%;
}

.header-image .site-title a:hover {
	background: url(images/logo-rollover.png) no-repeat 0 0 #fff;
}

.header-image .site-description {
	clear: none;
	display: block;
	float: left;
	margin: 0;
	padding: 60px 0 0 30px;
	padding: 6rem 0 0 3rem;
}

.header-image .site-header .wrap {
	padding: 20px 45px;
	padding: 2rem 4.5rem;
}

.header-image .site-title,
.header-image .site-title a {
	min-height: 146px;
}

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

.site-header .widget-area {
	float: right;
	margin-bottom: -16px;
	margin-bottom: -1.6rem;
	position: relative;
	width: 630px;
}

.site-header .widget {
	clear: both;
	display: block;
	overflow: hidden;
	text-align: right;
}

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


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

.genesis-nav-menu {
	clear: both;
	color: #CDBD8F;
	font-family: 'Bitter', serif;
	font-size: 0;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: left;
}

.ie7 .genesis-nav-menu {
	margin-top: -2px;
}

.ie7 .genesis-nav-menu .menu-item {
	display: block;
	float: left;
	zoom: 1;
}

.genesis-nav-menu a {
	border: none;
	color: #fff;
	display: block;
	padding: 17px 48px;
	padding:1.7rem 4.8rem;
	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: #333;
}

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

.genesis-nav-menu .sub-menu {
	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: 240px;
	z-index: 99;
}

.genesis-nav-menu li.menu-item-has-children a {
	background-image: url(images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: 92% center;
}

.genesis-nav-menu .sub-menu li.menu-item-has-children a,
.genesis-nav-menu li.menu-item-has-children  .sub-menu a {
	background-image: none;
}

.genesis-nav-menu .sub-menu a {
	background-color: #642f4e;
	border-bottom: 1px dotted #4c203a;
	border-top: none;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 12px 20px;
	padding: 1.2rem 2rem;
	position: relative;
	width: 240px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -49px 0 0 239px;
}

.ie7 .genesis-nav-menu .sub-menu .sub-menu {
	margin-left: 280px;
}

.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: block;
	float: right;
	font-size: 16px;
	font-size: 1.6rem;
	list-style-type: none;
	padding: 18px 0;
	padding: 1.8rem 0;
	text-transform: uppercase;
}

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

.genesis-nav-menu > .rss > a {
	background: url(images/rss.png) no-repeat 0 center;
	margin-left: 10px;
	margin-left: 1rem;
	padding-left: 20px;
	padding-left: 2rem;
}

.genesis-nav-menu > .search {
	max-width: 100%;
	padding: 0;
	position: absolute;
	right: 45px;
	top: 16px;
	width: 300px;
}

.nav-primary .mobile-search {
	display: none;
}

.ie7 .genesis-nav-menu > .search {
	width: 300px;
}

.genesis-nav-menu > .twitter {
	background: url(images/twitter-nav.png) no-repeat 0 center transparent;
	padding-left: 20px;
	padding-left: 2rem;
}

/* 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 {
	position: relative;
}

.ie7 .nav-primary .wrap {
	position: static;
}

.nav-primary .wrap:before {
	background: url(images/menu-bg-before.png) repeat-x 0 0;
	content: "";
	height: 71px;
	left: -53px;
	position: absolute;
	top: 0;
	width: 54px;
}

.nav-primary .wrap:after {
	background: url(images/menu-bg-after.png) repeat-x 0 0;
	content: "";
	height: 71px;
	position: absolute;
	right: -55px;
	top: 0;
	width: 55px;
}

.nav-primary .genesis-nav-menu {
	background: url(images/menu-bg.png) repeat-x 0 0;
	padding: 0 45px;
	padding: 0 4.5rem;
	position: relative;
}

.ie7 .nav-primary .genesis-nav-menu {
	width: 1138px;
}

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

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

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

.nav-secondary {
	background-color: #fff;
}


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

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

.home.paged .home-featured {
	display: none;
}

.home-main,
.home-featured {
	padding: 0 40px;
	padding: 0 4rem;
}

.home-main .entry .entry-content,
.home-featured .entry .entry-content {
	border-bottom: 1px solid #e0dedb;
}

.home-main .post .entry-content p,
.home-featured .post .entry-content p {
	margin-bottom: 10px;
}

.home-main article:last-child .entry-content {
	border: 0;
}	

.home-featured .entry-title,
.home-featured .entry-title a,
.home-featured .widget-title {
	font-size: 48px;
	font-size: 4.8rem;
}

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

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

.entry {
	background-color: #fff;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	padding: 0 40px 24px;
	padding: 0 4rem 2.4rem;
}

.entry .entry-content {
	overflow: hidden;
	padding-bottom: 20px;
	padding-bottom: 2rem;
}

.entry-content a {
	color: #f15a29;
	text-decoration: underline;
}

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

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

.entry-content  h1,
.entry-content h4,
{
color: #642f4e; 
}

/*
.entry-content  h1,
.entry-content h4,
.entry-content h5 {
color: #642f4e; 
}
*/

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

.entry-content ol,
.entry-content ul {
	margin-left: 35px;
	margin-left: 3.5rem;
}

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

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

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

.entry-content .search-form {
	background-color: #F6F2E9;
	padding: 20px;
	padding: 2rem;
	width: 50%;
}

.entry-content .search-form input[type="submit"] {
	bottom: 26px;
	right: 30px;
}

.entry-meta {
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-meta a {
	color: #f15a29;
}

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

.entry-header .entry-meta {
	color: #333;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	text-transform: uppercase;
}

.entry-header .entry-meta span.entry-author {
	padding-left: 0;
}

.entry-footer {
	border-top: 1px solid #e0dedb;
	clear: both;
	display: block;
}

article:last-child .entry-footer {
	border: 0;
}

.single .entry-footer {
	border: 0;
}	

.entry-header .entry-meta .sep {
	padding: 0 3px;
	padding: 0 0.3rem;
}

.entry-content .more-link {
	margin-top: 10px;
	margin-top: 1rem;
	display: block;
}

.entry-content .more-link a {
	text-decoration: none;
}

.more-link a {
	font-weight: 700;
}

.more-link a:hover {
	background-color: #e6dbc4;
	color: #f15a29;
}

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

.archive-pagination,
.entry-pagination {
	font-size: 20px;
	font-size: 2rem;
	margin: 40px 0;
	margin: 4rem 0;
	padding: 0 40px;
	padding: 0 4rem;
}

.archive-pagination .pagination-next.alignright {
	float: left;
	margin-right: 10px;
	margin-right: 1rem;
	text-align: left;
}

.archive-pagination .pagination-previous.alignleft {
	display: inline;
    float: none;
    text-align: left;
}

.archive-pagination .pagination-previous a,
.archive-pagination .pagination-next a {
	background-color: #f15a29;
	color: #fff;
	font-weight: 700;
	padding: 6px 20px;
	padding: 0.6rem 2rem;
	text-transform: uppercase;
}

.archive-pagination .pagination-previous a:hover,
.archive-pagination .pagination-next a:hover {
	background-color: #F28762;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

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

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

/*
Disclaimer
--------------------------------------------- */

.disclaimer {
	background: url(images/author-box-bg.png) repeat;
	clear: both;
	display: block;
	font-size: 13px;
    font-size: 1.3rem;
    font-weight: 300;
	overflow: hidden;
	padding: 20px 40px;
    padding: 2rem 4rem;
}

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

.single .disclaimer {
	margin-top: -30px;
}

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

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

.entry-comments {
	padding: 50px 40px;
	padding: 5rem 4rem;
}

.comment-respond,
.entry-pings {
	padding: 30px 40px 16px;
	padding: 3rem 4rem 1.6rem;
}

.comment-list .comment-respond {
	margin-top: 30px;
	margin-top: 3rem;
	padding: 0;
}

.comment-content {
	clear: both;
}

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

.comment-form .logged-in-as {
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
}

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

.comment-respond input#email,
.comment-respond input#author,
.comment-respond input#url,
.comment-respond .comment-form-comment textarea {
	background-color: #f7f5f0;
	border-color: #e2ddd3;
}	

.comment-respond .comment-form-comment {
	clear: both;
	display: block;
}

.comment-respond label {
	margin-left: 12px;
	margin-left: 1.2rem;
}

.ie7 .comment-respond label {
	clear: both;
	margin-left: 0;
	display: block;
}

.comment-respond .comment-form-comment label {
	display: none;
}

.comment-respond .required {
	color: red;
}

.comment-respond h3,
.comment-heading {
	border-top: 1px solid #e0dedb;
	color: #642f4e;
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding-top: 30px;
	padding-top: 3rem;
}

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

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	overflow: hidden;
}

.comment-list .children {
	clear: both;
	display: block;
	margin-left: 40px;
	margin-left: 4rem;
}

.comment-box {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	overflow: hidden;
}

li.comment .comment-block {
	background-color: #F6F2E9;
    color: #333333;
    display: block;
    float: right;
    padding: 20px;
	padding: 2rem;
	position: relative;
    width: 86%;
}

li.comment.bypostauthor .comment-block,
li.comment.bypostauthor li.byuser.bypostauthor .comment-block,
li.comment.comment-author-genevieve .comment-block {
	background-color: #e6dbc4;
}

.ie7 li.comment .comment-block {
	width: 80%;
}

.ie8 li.comment .comment-block {
	width: 83%;
}

li.comment .children .comment-block {
	width: 85%;
}

li.comment .children ul .comment-block {
	width: 84%;
}

li.comment .children ul ul .comment-block {
	width: 83%;
}

.ie7 li.comment .children ul ul .comment-block {
	width: 78.5%;
}

li.comment .comment-block:before {
	background: url(images/comments-arrow.png) no-repeat;
	content: "";
	height: 19px;
	left: -30px;
	position: absolute;
	top: 30px;
	width: 30px;
}

li.comment.bypostauthor li.byuser .comment-block {
	background-color: #F6F2E9;
}

li.comment.bypostauthor li.byuser .comment-block:before {
	background: url(images/comments-arrow.png) no-repeat;
}

li.comment.bypostauthor .comment-block:before,
li.comment.bypostauthor li.byuser.bypostauthor .comment-block:before,
li.comment.comment-author-genevieve .comment-block:before {
	background-image: url(images/comments-arrow-admin.png);
}

.comment-block .fn,
.comment-block .fn a {
	color: #642f4e;
	font-weight: 700;
}

.comment .wavatar,
.comment .avatar {
	float: left;
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
	max-width: 75px;
}

.reply {
	display: block;
}

.reply a {
	background-color: #f15a29;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 4px 10px;
	padding: 0.4rem 1rem;
	text-transform: uppercase;
}

.reply a:hover {
	background-color: #fe7a50;
}

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

.bypostauthor {
}

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


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

.sidebar {
	background-color: #f6f2e9;
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar a {
	color: #333;
}

.sidebar a:hover {
	color: #f15a29;
}

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

.sidebar ul,
.sidebar ol {
	margin:  0 0 0 16px;
	margin: 0 0 0 1.6rem;
}

.sidebar li {
	list-style-image: url(images/bullet-list.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 {
	border-bottom: 1px solid #e6dbc4;
	padding: 30px 45px;
	padding: 3rem 4.5rem;
}

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

.sidebar .more-link a {
	color: #F15A29;
	font-size: 15px;
	font-size: 1.5rem;
	text-transform: uppercase;
}

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

.footer-widgets {
	background-color: #4a1f38;
	color: #e0dcd3;
	clear: both;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 40px 0 16px;
	padding: 4rem 0 1.6rem;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 355px;
}

.footer-widgets-1 {
	margin-right: 85px;
	margin-right: 8.5rem;
}

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

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

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

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

.footer-widgets .widget {
	margin-bottom: 50px;
	margin-bottom: 5rem;
}

.footer-widgets .widget.widget_text {
	margin-bottom: 0;
}

.footer-widgets .widget-title {
	color: #d5c791;
	font-size: 32px;
	font-size: 3.2rem;
	letter-spacing: -1px;
}

.footer-widgets li {
	border-bottom: 1px dashed #fff;
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	overflow: hidden;
	padding-bottom: 6px;
	padding-bottom: 0.6rem;
	word-wrap: break-word;
}

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


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

.site-footer {
	background-color: #3b142b;
	color: #e0dcd3;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 700;
	padding: 20px 0;
	padding: 2rem 0;
	text-align: center;
	text-transform: uppercase;
}

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

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

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

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


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

	.site-container {
		overflow: hidden;
	}
	
	.wrap {
		max-width: 96%;
	}
	
	.site-inner {
		background-color: transparent;
	}
	
	.site-inner .wrap {
		background-color: #fff;
	}

	.sidebar {
		width: 32%;
	}
	
	.content-sidebar .content {
		margin-left: 2%;
	}
	
	.sidebar-content .content {
		margin-right: 2%;
	}
	
	.header-image .site-header .wrap,
	.sidebar .widget {
		padding: 20px;
		padding: 2rem;
	}
	
	.genesis-nav-menu > .search {
		right: 20px;
		width: 240px;
	}
	
	.content {
		width: 63%;
	}
	
	.site-header .widget-area {
		width: 100%;
	}
		
	.content-sidebar .content-sidebar-wrap {
		background: none;
	}
	
	.nav-primary .genesis-nav-menu {
		padding: 0 20px;
		padding: 0 2rem;
	}
	
	.archive-description,
	.home-main,
	.archive-pagination,
	.entry-pagination,
	.home-featured {
		padding: 0;
	}
	
	.breadcrumb {
	  padding-left: 0;
	  padding-right: 0; 
	  font-size: 11px;
  	font-size: 1.1rem;
	}


	.entry {
		padding: 0 0 20px;
		padding: 0 0 2rem;
	}
	
	.full-width-content .entry {
		padding: 0 20px 20px;
		padding: 0 2rem 2rem;
	}
	
	.comment-respond,
	.entry-pings,
	.entry-comments {
		padding: 20px 0;
		padding: 2rem 0;
	}
	
	.author-box,
	.post-subscribe .wsm-subscribe {
		padding: 20px;
		padding: 2rem;
	}
	
	.disclaimer {
		padding: 20px 20px 0;
		padding: 2rem 2rem 0;
	}
	
	.post-subscribe .subscribe-field.required,
	.gecko .post-subscribe .subscribe-field.required {
		width: 36%;
	}
	
	.sidebar .wsm-subscribe .descritpion {
		padding-right: 95px;
		padding-right: 9.5rem;
	}
		
	.wsm-subscribe .descritpion img {
		right: -32px;
	}
	
	.post-subscribe .wsm-subscribe .descritpion img {
		right: -40px;
	}
	
	.post-subscribe .widget-wrap {
		padding-right: 90px;
		padding-right: 9rem;
	}
	
	.footer-widgets-1 {
		margin-right: 4%;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 30%;
	}
	
	.footer-widgets .widget-title {
		font-size: 30px;
		font-size: 3rem;
	}
	
	.footer-widgets .social-media a {
		margin-right: 8px;
		margin-right: 0.8rem;
	}
	
	.tabbertabs div.tabberlive ul.tabbernav li a {
		padding: 10px;
		padding: 1rem;
	}
	
	li.comment.bypostauthor li.byuser .comment-block:before,
	li.comment .comment-block:before {
		background: url(images/comments-arrow-mobile.png) no-repeat 0 0;
		height: 30px;
		left: 25px;
		top: -25px;
		width: 19px;
	}

	li.comment.bypostauthor li.byuser.bypostauthor .comment-block:before,
	li.comment.bypostauthor .comment-block:before,
	li.comment.comment-author-genevieve .comment-block:before {
		background-image: url(images/comments-arrow-mobile-admin.png);
	}
	
	.comment .wavatar,
	.comment .avatar {
		float: none;
	}
	
	li.comment .children ul ul .comment-block,
	li.comment .children ul .comment-block,
	li.comment .children .comment-block,
	li.comment .comment-block {
		float: none;
		max-width: 100%;
		width: 100%;
	}
	
	.comment-list .children {
		margin-left: 30px;
		margin-left: 3rem;
	}
	
}

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

			
	.header-image .site-title a {
		background-size: 100% auto;
	}
	
	.header-image .site-title a:hover {
		background-size: 100% auto;
	}
	
	.header-image .site-title {
		max-width: 50%;
	}
		
	.site-description {
		font-size: 22px;
		font-size: 2.2rem;
	}

	.header-image .site-description {
		max-width: 48%;
		padding-left: 2%;
	}
		
	.genesis-nav-menu a {
		padding: 17px 22px;
		padding: 1.7rem 2.2rem;
	}
	
	.genesis-nav-menu li.menu-item-has-children a {
		background-position: right center;
	}

	.post-subscribe .subscribe-field.required,
	.gecko .post-subscribe .subscribe-field.required {
		width: 34%;
	}
	
	.footer-widgets .widget-title {
		font-size: 26px;
		font-size: 2.6rem;
	}
	
	.footer-widgets .social-media a {
		background-image: url("images/social-icons-mobile.png");
		height: 24px;
		width: 22px;
	}

	.footer-widgets .social-media a.btn-fb {
		background-position: 0 -24px;
	}

	.footer-widgets .social-media a.btn-yt {
		background-position: -22px -24px;
	}

	.footer-widgets .social-media a.btn-pi {
		background-position: -44px -24px;
	}

	.footer-widgets .social-media a.btn-insta {
		background-position: -66px -24px;
	}

	.footer-widgets .social-media a.btn-tw {
		background-position: -88px -24px;
	}

	.footer-widgets  .social-media a.btn-gp {
		background-position: -110px -24px;
	}

	.footer-widgets .social-media a.btn-feeds {
		background-position: -132px -24px;
	}	
	
	.footer-widgets .social-media a:hover.btn-fb {
		background-position: 0 0;
	}

	.footer-widgets .social-media a:hover.btn-yt {
		background-position: -22px 0;
	}

	.footer-widgets .social-media a:hover.btn-pi {
		background-position: -44px 0;
	}

	.footer-widgets .social-media a:hover.btn-insta {
		background-position: -66px 0;
	}

	.footer-widgets .social-media a:hover.btn-tw {
		background-position: -88px 0;
	}

	.footer-widgets  .social-media a:hover.btn-gp {
		background-position: -110px 0;
	}

	.footer-widgets .social-media a:hover.btn-feeds {
		background-position: -132px 0;
	}

	.footer-widgets .widget-title {
		font-size: 26px;
		font-size: 2.6rem;
	}

}


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

	.header-image .site-title,
	.header-image .site-title a {
		min-height: 114px;
	}
	
	.header-image .site-title a:hover,
	.header-image .site-title a {
		background-size: 100% auto;
	}

	.header-image .site-description {
		font-size: 18px;
		font-size: 1.8rem;
		padding-top: 50px;
		padding-top: 5rem;
	}

	.social-media a {
		float: none;
		display: inline-block;
	}

	.genesis-nav-menu > .search {
		width: 190px;
	}

	.nav-primary .genesis-nav-menu {
		padding: 0;
	}
	
	.genesis-nav-menu a {
		padding: 17px 18px;
		padding: 1.7rem 1.8rem;
	}
	
	.genesis-nav-menu li.menu-item-has-children a {
		padding-right: 25px;
		padding-right: 2.5rem;
	}
	
	.home-featured .featured-content .entry,
	body {
		font-size: 18px;
		font-size: 1.8rem;
	}
	
	.entry .entry-content p {
		display: block;
		overflow: hidden;
	}
		
	h1,
	.entry-title,
	.home-featured .entry-title,
	.home-featured .entry-title a,
	.home-featured .widget-title {
		font-size: 38px;
		font-size: 3.8rem;
	}
	
	h2,
	.call-to-action{
		font-size: 30px;
		font-size: 3rem;
	}
	
	h3,
	.sidebar .wsm-subscribe .widget-title,
	.wsm-subscribe .widget-title	{
		font-size: 26px;
		font-size: 2.6rem;
	}
	
	.entry-title a {
		font-size: 24px;
		font-size: 2.4rem;
	}
	
	h4 {
		font-size: 22px;
		font-size: 2.2rem;
	}
	
	.alignleft.post-image {
		max-width: 148px;
	}
		
	.tabbertabs div.tabberlive ul.tabbernav li a {
		font-size: 11px;
		font-size: 1.1rem;
		padding: 5px 4px;
		padding: 0.5rem 0.4rem;
	}
		
	.post-subscribe .subscribe-field.required,
	.gecko .post-subscribe .subscribe-field.required {
		margin-right: 0;
		width: 100%;
	}
	
	.post-subscribe .subscribe-field.form-submit {
		float: none;
	}
	
	.post-subscribe .widget-wrap {
		position: static;
	}
	
	.post-subscribe .wsm-subscribe .descritpion {
		margin-bottom: 30px;
		margin-bottom: 3rem;
		padding-right: 105px;
		padding-right: 10.5rem;
		position: relative;
	}
	
	.post-subscribe .wsm-subscribe .descritpion img {
		bottom: -34px;
		right: -20px;
		right: -2rem;
	}
	
	.post-subscribe .widget-wrap {
		padding-right: 0;
	}
	
	.footer-widgets {
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	.footer-widgets .widget-title {
		font-size: 20px;
		font-size: 2rem;
	}
	
	.footer-widgets .widget {
		margin-bottom: 30px;
		margin-bottom: 3rem;
	}

	table.tablepress-responsive-tablet {
		border: 0;
	}
	
	table.tablepress-responsive-tablet tbody tr {
		margin-left: -4px;
	}
	
	table.tablepress-responsive-tablet tbody {
		border-top: 1px solid #ccc;
	}
	
	table.tablepress-responsive-tablet thead {
		border-bottom: 1px solid #ccc;
		padding-bottom: 1px;
	}
	
	.content iframe {
		max-height: 300px;
	}

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

}

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

	html {
		background: url(images/logo-rollover-780.png) no-repeat -9999px -9999px;
	}
	
	.header-image .site-title,
	.header-image .site-title a {
		min-height: 130px;
	}
	
	.header-image .site-title,
	.site-inner .wrap {
		max-width: 100%;
	}
	
	.header-image .site-title a {
		background-image: url(images/logo-780.png);
	}
	
	.header-image .site-title a:hover {
		background-image: url(images/logo-rollover-780.png);
	}
	
	.header-image .site-title a:hover,
	.header-image .site-title a {
		background-size: auto auto;
		background-position: center center;
	}
		
	.header-image .site-header .wrap,
	.site-header .wrap {
		background-position: center center;
		padding-top: 30px;
		padding-top: 3rem;
	}
	
	.site-header .widget-area,
	.header-image .site-description,
	.site-description,
	.nav-primary .wrap:before,
	.nav-primary .wrap:after {
		display: none;
	}
	
	.nav-primary .wrap {
		background: none #642f4e;
		overflow: hidden;
	}	
	
	.content {
		padding: 20px;
		padding: 2rem;
	}
	
	.content-sidebar .content {
		margin-left: 0;
	}
	
	.full-width-content .entry {
		padding: 0 20px 20px;
		padding: 0 2rem 2rem;
	}
	
	.footer-widgets .widget-wrap,
	.sidebar .widget-wrap {
		display: block;
		margin: 0 auto;
		max-width: 390px;
	}

	.header-image .site-title,
	.header-image .site-title a {
		text-align: left;
		width: 100%;
	}
	
	.header-image .title-area:hover,
	.header-image .title-area {
		background-position: center 0;
	}
	
	
	.site-title {
		margin-bottom: 10px;
		margin-bottom: 1rem;
	}
	
	.sidebar {
		margin-right: 0;
	}

	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}
	
	.author-box,
	.disclaimer,
	.post-subscribe {
		margin: 0 -30px;
		margin: 0 -3rem;
	}
	
	.tabbertabs div.tabberlive ul.tabbernav li a {
		font-size: 14px;
		font-size: 1.4rem;
		padding: 5px 8px;
		padding: 0.5rem 0.8rem;
	}
		
	.footer-widgets .social-media a {
		background-image: url("images/social-icons.png");
		height: 30px;
		margin: 0 7px 0 0;
		margin: 0 0.7rem 0 0;
		width: 34px;
	}

	.footer-widgets .social-media a:hover.btn-fb {
		background-position: 0 0;
	}

	.footer-widgets .social-media a:hover.btn-yt {
		background-position: -34px 0;
	}

	.footer-widgets .social-media a:hover.btn-pi {
		background-position: -68px 0;
	}

	.footer-widgets .social-media a:hover.btn-insta {
		background-position: -102px 0;
	}

	.footer-widgets .social-media a:hover.btn-tw {
		background-position: -136px 0;
	}

	.footer-widgets  .social-media a:hover.btn-gp {
		background-position: -170px 0;
	}

	.footer-widgets .social-media a:hover.btn-feeds {
		background-position: -204px 0;
	}

	.footer-widgets .social-media a.btn-fb {
		background-position: 0 -30px;
	}

	.footer-widgets .social-media a.btn-yt {
		background-position: -34px -30px;
	}


	.footer-widgets .social-media a.btn-pi {
		background-position: -68px -30px;
	}

	.footer-widgets .social-media a.btn-insta {
		background-position: -102px -30px;
	}


	.footer-widgets .social-media a.btn-tw {
		background-position: -136px -30px;
	}

	.footer-widgets  .social-media a.btn-gp {
		background-position: -170px -30px;
	}

	.footer-widgets .social-media a.btn-feeds {
		background-position: -204px -30px;
	}
	
	.footer-widgets .widget-title {
		font-size: 26px;
		font-size: 2.6rem;
	}

	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.site-header .widget-area,
	.site-inner,
	.title-area {
		width: 100%;
	}
	
				
	/* Primary Navigation Menu Icon properties */
	
	#primary-menu-icon {
		cursor: pointer;
		float: left;
		width: auto;
	}
	
	#primary-menu-icon::before {
		background: url(images/mobile-menu-icon.png) no-repeat center center #4a1f38;
		content:"";
		display: block;
		height: 22px;
		padding: 20px;
		padding: 2rem;
		width: 20px;
	}
	
	#mobile-search-icon {
		cursor: pointer;
		position: absolute;
		right: 0;
		top: 0;
		width: auto;
	}
	
	#mobile-search-icon::before {
		background: url(images/mobile-search-icon.png) no-repeat center center transparent;
		content:"";
		display: block;
		height: 32px;
		padding: 15px 10px;
		padding: 1.5rem 1rem;
		width: 26px;
	}
	
	/* Hide until it's toggled via script */
	
	.mobile-search,
	.menu-primary {
		display: none;
	}

	
	/* Primary Navigation Menu misc properties */
	
	.nav-primary {
		clear: both;
		color: #fff;
		font-size: 20px;
		font-weight: 700;
		width: 100%;
		z-index: 9999;
	}

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

	.nav-primary a {
		background-color: #4a1f38;
		border-bottom: 1px dotted #642f4e;
		color: #fff;
		display: block;
		padding: 20px 24px;
		padding: 2rem 2.4rem;
		position: relative;
	}
	
	.genesis-nav-menu li.menu-item-has-children a {
		background-image: none;
	}

	.nav-primary a:hover,
	.nav-primary .current-menu-item > a,
	.nav-primary .sub-menu .current-menu-item > a:hover {
		background-color: #E6DBC4;
		color: #4A1F38;
	}

	.nav-primary .sub-menu .current-menu-item > a {
		color: #999;
	}

	.nav-primary > .menu-item > a {
		text-transform: uppercase;
	}
	
	.nav-primary .sub-menu {
		left: 0px;
		opacity: 1;
		position: relative;
		-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: 100%;
		z-index: 99;
	}
	
	.nav-primary .sub-menu {
		display: none;
	}
	
	.nav-primary .sub-menu a::before {
		content: "- ";
	}

	.nav-primary .sub-menu a {
		background-color: #4a1f38;
		border-bottom: 1px dotted #642f4e;
		color: #fff;
		font-size: 16px;
		font-size: 1.6rem;
		padding: 18px 30px;
		padding: 1.8rem 3rem;
		position: relative;
		width: 100%;
	}
	
	.nav-primary .sub-menu a:hover {
		background-color: #E6DBC4;
		color: #4A1F38;
	}
	
	.nav-primary .sub-menu li li a {
		padding: 18px 40px;
		padding: 1.8rem 4rem;
	}
	
	.nav-primary .sub-menu .sub-menu {
		margin: 0;
	}

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

	.nav-primary .menu-item:hover > .sub-menu {
		left: auto;
		opacity: 1;
	}
	
	.nav-primary .mobile-search {
		background-color: #642f4e;
		display: none;
		overflow: hidden;
		padding: 5px 10px 0 0;
		position: relative;
		transition: background .5s ease-in-out;
		-moz-transition: background .5s ease-in-out;
		-webkit-transition: background .5s ease-in-out;
		text-align: left;
		z-index: 999;
	}
	
	.nav-primary .search-form {
		display: block;
		float: right;
		padding: 13px 0 0;
		padding: 1.3rem 0 0;
		width: 60%;
	}
	
	.genesis-nav-menu > .right {
		display: none;
	}
	
	
}

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

	.genesis-nav-menu a {
		padding: 10px;
		padding: 1rem;
	}
	
	.footer-widgets .widget-wrap,
	.sidebar .widget-wrap {
		max-width: 304px;
	}
	
	.comment-respond h3,
	.comment-heading,
	.wsm-subscribe .widget-title,
	.author-box h3 {
		font-size: 28px;
		font-size: 2.8rem;
	}
	
	.archive-pagination .pagination-previous a,
	.archive-pagination .pagination-next a {
		font-size: 18px;
		font-size: 1.8rem;
	}
	
	.archive-pagination .pagination-previous,
	.archive-pagination .pagination-next {
		margin-bottom: 10px;
		margin-bottom: 1rem;
	}
	
	.footer-widgets-1 {
		margin-right: 0;
	}
	
}

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

	html {
		background: url(images/logo-rollover-320.png) no-repeat -9999px -9999px;
	}
	
	.header-image .site-title a {
		background-image: url(images/logo-320.png);
		background-size: 250px 78px;
	}
	
	.header-image .site-title a:hover {
		background-image: url(images/logo-rollover-320.png);
		background-size: 250px 78px;
	}
	
	.header-image .site-title,
	.header-image .site-title a {
		min-height: 78px;
	}
	
}

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

	.content {
		padding: 20px;
		padding: 2rem;
	}
	
	.entry .entry-content p {
		display: block;
		overflow:  visible;
	}
		
	
	h1,
	.entry-title,
	.home-featured .entry-title,
	.home-featured .entry-title a,
	.home-featured .widget-title {
		font-size: 32px;
		font-size: 3.2rem;
	}
	
	h2,
	.call-to-action{
		font-size: 28px;
		font-size: 2.8rem;
	}
	
	h3,
	.sidebar .wsm-subscribe .widget-title,
	.wsm-subscribe .widget-title	{
		font-size: 26px;
		font-size: 2.6rem;
	}
	
	.entry-title a {
		font-size: 24px;
		font-size: 2.4rem;
	}
	
	h4 {
		font-size: 22px;
		font-size: 2.2rem;
	}

	.footer-widgets .widget-area {
		padding: 0 20px;
		padding: 0 2rem;
	}
	
	.content iframe {
		max-height: 260px;
	}
	
	.tabbertabs div.tabberlive ul.tabbernav li a {
		font-size: 11px;
		font-size: 1.1rem;
	}
	
	.social-media a,
	.footer-widgets .social-media a {
		background-image: url("images/social-icons-mobile.png");
		height: 24px;
		width: 22px;
	}
	
	.nav-primary .search-form {
		width: 70%;
	}

	.footer-widgets .social-media a:hover.btn-fb,
	.social-media a.btn-fb {
		background-position: 0 0;
	}

	.footer-widgets .social-media a:hover.btn-yt,
	.social-media a.btn-yt {
		background-position: -22px 0;
	}

	.footer-widgets .social-media a:hover.btn-pi,
	.social-media a.btn-pi {
		background-position: -44px 0;
	}

	.footer-widgets .social-media a:hover.btn-insta,
	.social-media a.btn-insta {
		background-position: -66px 0;
	}

	.footer-widgets .social-media a:hover.btn-tw,
	.social-media a.btn-tw {
		background-position: -88px 0;
	}

	.footer-widgets  .social-media a:hover.btn-gp,
	.social-media a.btn-gp {
		background-position: -110px 0;
	}

	.footer-widgets .social-media a:hover.btn-feeds,
	.social-media a.btn-feeds {
		background-position: -132px 0;
	}

	.footer-widgets .social-media a.btn-fb {
		background-position: 0 -24px;
	}

	.social-media a:hover.btn-fb {
		background-position: 0 -48px;
	}

	.footer-widgets .social-media a.btn-yt {
		background-position: -22px -24px;
	}

	.social-media a:hover.btn-yt {
		background-position: -22px -48px;
	}

	.footer-widgets .social-media a.btn-pi {
		background-position: -44px -24px;
	}

	.social-media a:hover.btn-pi {
		background-position: -44px -48px;
	}

	.footer-widgets .social-media a.btn-insta {
		background-position: -66px -24px;
	}

	.social-media a:hover.btn-insta {
		background-position: -66px -48px;
	}

	.footer-widgets .social-media a.btn-tw {
		background-position: -88px -24px;
	}

	.social-media a:hover.btn-tw {
		background-position: -88px -48px;
	}

	.footer-widgets  .social-media a.btn-gp {
		background-position: -110px -24px;
	}

	.social-media a:hover.btn-gp {
		background-position: -110px -48px;
	}

	.footer-widgets .social-media a.btn-feeds {
		background-position: -132px -24px;
	}

	.social-media a:hover.btn-feeds {
		background-position: -132px -48px;
	}

}


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

	.header-image .site-title a:hover,
	.header-image .site-title a {
		background-size: 100% auto;
	}
	
	.content {
		padding: 20px 10px;
		padding: 2rem 1rem;
	}
	
	.author-box,
	.disclaimer,
	.post-subscribe {
		margin: 0 -10px;
		margin: 0 -1rem;
	}
	
	.social-media a,
	.footer-widgets .social-media a {
		margin: 0;
	}
	
}

.references-heading { color: #A7A7A7; font-weight: bold; font-style: italic; font-size:1.5rem; line-height:1;}
.references { color: #BEBEBE; font-size:1.5rem; line-height:1; }
























.genesis-nav-menu a {
    padding-right:1.25em;
    padding-left:1.25em;
}
.genesis-nav-menu li.menu-item-has-children a {
    background-position: 105% center;
}
@media only screen and (min-width: 660px) and (max-width: 982px) {

  .right.search {
    display: none;
  }
  
}