/*
	Theme Name: Wives with Knives
	Description: This is a custom child theme created for the Genesis Framework.
	Author: Jeni Elliott - The Blog Maven
	Author URI: http://www.theblogmaven.com
	Version: 1.0
  
	Template: genesis
	Template Version: 2.0.0
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/*
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:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}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-pagiation:before,
.clearfix:before,
.entry:before,
.entry-navigation: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-pagiation:after,
.clearfix:after,
.entry:after,
.entry-navigation: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
--------------------------------------------- */

@import url(http://fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic);

@font-face {font-family: 'ProximaNova-Regular';src: url('webfonts/242437_0_0.eot');src: url('webfonts/242437_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/242437_0_0.woff') format('woff'),url('webfonts/242437_0_0.ttf') format('truetype');}
@font-face {font-family: 'ProximaNova-BoldIt';src: url('webfonts/242437_1_0.eot');src: url('webfonts/242437_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/242437_1_0.woff') format('woff'),url('webfonts/242437_1_0.ttf') format('truetype');}
@font-face {font-family: 'ProximaNova-Bold';src: url('webfonts/242437_2_0.eot');src: url('webfonts/242437_2_0.eot?#iefix') format('embedded-opentype'),url('webfonts/242437_2_0.woff') format('woff'),url('webfonts/242437_2_0.ttf') format('truetype');}
@font-face {font-family: 'ProximaNova-RegularIt';src: url('webfonts/242437_3_0.eot');src: url('webfonts/242437_3_0.eot?#iefix') format('embedded-opentype'),url('webfonts/242437_3_0.woff') format('woff'),url('webfonts/242437_3_0.ttf') format('truetype');}


html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background: #fff url(images/border.png) 0 0 repeat-x;
	color: #000;
	font-family: 'Libre Baskerville', serif;
	font-size: 16px;
	font-size: 1.7rem;
	font-weight: 300;
	line-height: 1.625;
	padding-top: 10px;
	padding-top: 1rem;
}

.home body {
	font-size: 12px;
	font-size: 1.2rem;
}

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

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

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

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

a img:hover {
	opacity: .9;
}

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

strong {
	font-weight: 700;
}

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

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
	margin: 4rem 4rem 2.4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

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

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'ProximaNova-Regular', sans-serif;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
	text-transform: uppercase;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

.split-left h2 {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
	line-height: 1.5;
	margin-top: -12px;
	margin-top: -1.2rem;
	text-align: center;
	text-transform: lowercase;
}

.split-left h2 a {
	color: #000;
}

.split-left h2 a:hover {
	color: #9d3e86;
}

.visual-archive h2 {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
	line-height: 1.5;
	text-align: center;
	text-transform: lowercase;
}

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

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

.split-left h4 {
	border-bottom: 1px solid #a4a39e;
	border-top: 1px solid #a4a39e;
	padding: 3px 0;
	padding: 0.3rem 0;
}

.split-right h4 {
	text-align: left;
}

.footer-widgets h4 {
	color: #1a1a1a;
	font-family: 'ProximaNova-Regular', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 300;
}

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: #e6e6e6;
	border: 2px solid #ccc;
	box-shadow: none;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

select {
	color: #666;
	font-style: italic;
	padding: 8px;
	padding: .8rem;
	text-transform: lowercase;
}

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: #662857;
	border: 1px solid #662857;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'ProximaNova-Regular', sans-serif;
	font-weight: normal;
	padding: 8px 16px;
	padding: 0.8rem 1.6rem;
	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: #D90A1A;
	border: 1px solid #D90A1A;
}

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

.sidebar-subscribe input,
#subscribe input {
	background-color: #fff;
	border: 1px solid #fff;
	border-right: none;
	color: #4d4d4d;
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
	font-style: italic;
	height: 30px;
	padding: 5px 10px;
	padding: 0.5rem 1rem;
	vertical-align: middle;
	width: 290px;
}

.sidebar-subscribe input[type="submit"],
#subscribe input[type="submit"] {
	background-color: #662857;
	border: 1px solid #fff;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	color: #fff;
	display: block;
	font-family: 'ProximaNova-Regular', sans-serif;
	font-weight: normal;
	font-size: 19px;
	font-size: 1.9rem;
	font-style: normal;
	height: 30px;
	line-height: 1;
	padding: 0;
	text-transform: uppercase;
	width: 55px;
}

.sidebar-subscribe input[type="submit"]:hover,
#subscribe input[type="submit"]:hover {
	background-color: #D90A1A;
}

.footer-widgets #subscribe input {
	position: relative;
	top: 125px;
}

#subscribe,
.sidebar-subscribe .af-body {
	line-height: 1;
	text-align: center;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	position: relative;
	float: right;
	left: -50%;
}

#subscribe input,
.sidebar-subscribe .af-element,
.sidebar-subscribe input {
	float: left;
	position: relative;
	left: 50%;
}

.sidebar-subscribe input {
	left: 7%;
	top: 55px;
}

#subscribe input[type="submit"],
.sidebar-subscribe .buttonContainer {
	line-height: 1;

}

.footer-widgets #subscribe {
	background: url(images/footer-subscribe.png) no-repeat;
	height: 192px;
	float: none;
	left: auto;
	padding-left: 35px;
	padding-left: 3.5rem;
	position: relative;
	width: 324px;
}

.footer-widgets #subscribe input {
	left: auto;
}

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

.content-sidebar-wrap,
.wrap {
	margin: 0 auto;
	max-width: 1130px;
}

.site-inner {
	clear: both;
	padding: 25px 0 20px;
	padding: 2.5rem 0 2rem;
}

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

.home .content {
	text-align: center;
}

.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: 400px;
}

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

.avatar {
	float: left;
}

.after-content-sub .avatar {
	border: 1px solid #bbb;
	padding: 5px;
	padding: .5rem
}

.alignleft .avatar {
	margin-right: 12px;
	margin-right: 1.2rem;
}

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

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sticky {
}

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

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

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

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

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

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

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 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;
}

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

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

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

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

.author-box {
	padding: 40px;
	padding: 4rem;
}

.author-box-title {
	color: #000;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box a {
	
}

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

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

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

.entry-title {
	color: #d90a1a;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.125;
	text-transform: uppercase
}

.genesis-grid .entry-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 6px;
	margin-bottom: .6rem;
}

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

.entry-title a:hover {
	color: #9d3e86;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	text-align: center;
	text-transform: uppercase;
}

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

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


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

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

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

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

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

.sidebar .featured-content .entry-title {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
	padding-top: 3px;
	padding-top: 0.3rem;
	text-transform: lowercase;
	text-align: center;
}

.sidebar .featured-content .entry-title a {
	color: #000;
}

.sidebar .featured-content .entry-title a:hover {
	color: #662857;
}

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

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

.enews-widget {
	clear: both;
	color: #999;
}

.after-content-sub .enews-widget {
	padding-top: 10px;
	padding-top: 1rem;
}

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

.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: #000;
}

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

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

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

img#wpstats {
	display: none;
}

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

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: 16px;
	padding: 1.6rem;
}

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

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

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


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

.site-header {
	background: #fff url(images/bg.png) 0 22px repeat-x;
}

.site-header .wrap {
	padding: 50px 0;
	padding: 5rem 0;
	max-width: 1140px;
}

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

.title-area {
	font-family: 'ProximaNova-Regular', sans-serif;
	float: left;
	font-weight: normal;
	padding: 16px 0;
	padding: 1.6rem 0;
	text-transform: uppercase;
	width: 448px;
}

.header-image .title-area {
	padding: 0;
	position: relative;
	z-index: 10;
}

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

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

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	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;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	background: url(images/wives-with-knives.png) no-repeat 0 50%;
	min-height: 50px;
	padding: 0;
	position: relative;
}

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

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

.site-header .widget-area {
	float: right;
	text-align: right;
	min-width: 500px;
}

.header-image .site-header .widget-area {
	padding: 75px 0 0;
	padding: 7.5rem 0 0;
}

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


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

.genesis-nav-menu {
	clear: both;
	color: #1a1a1a;
	font-family: 'ProximaNova-Regular', sans-serif;
	line-height: 1.5;
	text-transform: uppercase;
	width: 100%;
}

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

.genesis-nav-menu .menu-item:hover {

}

.genesis-nav-menu a {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 3px 12px;
	padding: .3rem 1.2rem;
	position: relative;
}

.genesis-nav-menu li:last-child a {
	border-right: 1px solid #fff;
}

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

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

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

.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: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu li {
	padding: 0;
}

.genesis-nav-menu .sub-menu a {
	background-color: #afbfc6;
	border: none;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px 20px;
	padding: 1rem 2rem;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu li:last-child a {
	border: none;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 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: 28px 0;
	padding: 2.8rem 0;
	text-transform: uppercase;
}

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

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

.genesis-nav-menu > .search {
	padding: 14px 0 0;
	padding: 1.4rem 0 0;
}

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

.site-header .genesis-nav-menu a {

}

.site-header .genesis-nav-menu a:hover,
.site-header .genesis-nav-menu .current-menu-item > a,
.site-header .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	background: #662857;
	border-radius: 5px;
	color: #fff;
}

.site-header .sub-menu a {
	background: #662857;
	border-radius: 0;
	color: #fff;
	margin-top: -5px;
	padding-left: 12px;
}

.site-header .sub-menu a:hover,
.site-header .sub-menu .current-menu-item > a,
.site-header .sub-menu .current-menu-item > a:hover {
	background: #d90a1a;
	border-radius: 0;
	color: #fff;
}

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

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

.nav-primary {
	background-color: #afbfc6;
	min-height: 42px;
}

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

.nav-primary .sub-menu a:hover {
	background: #97a5aa;
	color: #fff;
}

.nav-primary .wrap {
	max-width: 1100px;
}

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

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


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

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

.entry {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.sidebar .entry {
	margin: 0;
	padding: 0;
}

.visual-archive .entry {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
	padding: 0;
}

.entry-content a {
	color: #9d3e86;
}

.entry-content a:hover {
	text-decoration: underline;
}

.entry-content .more-link {
	font-style: italic;
}

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

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

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

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

.entry-content ul li {
	list-style-type: disc;
}

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

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

.entry-meta,
.post-info {
	border-top: 1px solid #ccc;
	clear: both;
	color: #000;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: italic;
	text-transform: none;
}

.home-top .post-info {
	border-top: 0;
}

.entry-meta a,
.post-info a {
	color: #9d3e86;
}

.entry-meta a:hover,
.post-info a:hover {
	text-decoration: underline;
}

.entry-time, .entry-comments-link {
	background: #fff;
	padding: 0 8px;
	padding: 0 .8rem;
	position: relative;
	top: -10px;
	text-transform: none;
}

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

.genesis-grid .entry-header .entry-meta {
	margin-bottom: 7px;
	margin-bottom: .7rem;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	margin: 0 -40px;
	margin: 0 -4rem;
	padding: 32px 40px 20px;
	padding: 3.2rem 4rem 2rem;
	font-size: 15px;
	font-size: 1.5rem;
}

.genesis-grid .entry-footer, .archive .entry-footer {
	display: none;
}

.genesis-feature .entry-footer {
	display: none;
}

.genesis-feature {
	padding-bottom: 0;
}

.genesis-grid {
	padding-bottom: 0;
}

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

.entry-comments-link {
	margin-left: 5px;
	margin-left: 0.5rem;
}

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

.entry-meta .entry-comments-link {
	margin-left: 0;
	background: none;
	padding: 0;
	top: 0;
}

.entry-meta .entry-categories {
	display: inline;
}

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

.archive-pagination,
.entry-navigation {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #C7C4B9;
	border: 1px solid #C7C4B9;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 4px 8px;
	padding: 0.4rem .8rem;
	text-transform: lowercase;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #662857;
	border: 1px solid #662857;
}

.entry-navigation a {
	
}

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

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

.entry-comments {
	padding: 10px 40px;
	padding: 1rem 4rem;
}

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

.comment-respond a,
.entry-comments a {
	
}

.comment-content {
	clear: both;
}

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

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

.comment-respond label {
	display: block;
	margin-right: 12px;
	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: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5e5f1;
	border: 2px solid #e7c0dd;
	border-right: none;
}

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


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

.sidebar {
	color: #000;
}

.sidebar a {
	color: #662857;
}

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

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

.sidebar li {
	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 {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

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

.split-left {
	float: left;
	margin-right: 40px;
	margin-right: 4rem;
	width: 190px;
}

.split-right {
	float: right;
	width: 160px;
}

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

.footer-widgets {
	background: #fff url(images/border.png) 0 0 repeat-x;
	clear: both;
	padding: 44px 0 16px;
	padding: 4.4rem 0 1.6rem;
	position: relative;
}


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

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

.footer-widgets-1 {
	width: 310px;
}

.footer-widgets-1 {
	margin-right: 40px;
	margin-right: 4rem;
}

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

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

.footer-widgets a {
}

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

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

.footer-widgets .widget-title {
	text-align: left;
}

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

.footer-widgets h2 a,
.footer-widgets .wpp-post-title {
	color: #1a1a1a;
	font-family: 'ProximaNova-Regular', Arial, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	text-transform: uppercase;
}

.footer-widgets h2 a:hover,
.footer-widgets .wpp-post-title:hover {
	color: #662857;
	text-decoration: none;
}

.footer-widgets h2,
.footer-widgets .featuredpost .entry-title,
.footer-widgets .wpp-post-title {
	line-height: .6 !important;
}

.footer-widgets .wpp-post-title {
	margin-top: 5px;
	margin-top: 0.5rem;
}

.footer-widgets img {
	margin-right: 10px;
	margin-right: 1rem;
}

.footer-widgets .entry {
	margin-bottom: 0;
	padding-bottom: 0;
}

.footer-widgets .entry-meta,
.footer-widgets .post-info,
.footer-widgets .wpp-date {
	border: 0;
	clear: none;
	font-size: 10px;
	font-size: 1rem;
	font-style: normal;
	margin-top: -12px;
	margin-top: -1.2rem;
}

.footer-widgets .wpp-date {
	font-weight: 300;
	margin-top: 0;
}

.footer-widgets .entry-time {
	padding: 0;
	top: 0;
}

.footer-widgets li.recentcomments {
	background: url(images/dots.png) bottom left repeat-x;
	color: #1a1a1a;
	font-size: 13px;
	font-size: 1.3rem;
}

.visual-archive .gfwa-1:after,
.visual-archive .gfwa-2:after,
.visual-archive .gfwa-3:after {
	clear: both;
	content: " ";
	display: table;
}

.visual-archive .footer-widgets .gfwa-1 h2 a,
.visual-archive .footer-widgets .gfwa-2 h2 a,
.visual-archive .footer-widgets .gfwa-3 h2 a,
.visual-archive .footer-widgets .gfwa-1 h2,
.visual-archive .footer-widgets .gfwa-2 h2,
.visual-archive .footer-widgets .gfwa-3 h2 {
	font-style: normal;
	line-height: 1;
	text-align: left;
	text-transform: uppercase;
}

.visual-archive .gfwa-1 h2,
.visual-archive .gfwa-2 h2,
.visual-archive .gfwa-3 h2 {
	line-height: 1.3em;
	padding: 4px 0 0;
	padding: .4em 0 0;
}


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

.site-footer {
	color: #1a1a1a;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 0 0 20px;
	padding: 0 0 2rem;
	text-align: center;
}

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

.site-footer a:hover {
	text-decoration: underline;
}

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


/* Wives with Knives Custom
------------------------------------------------------------ */

.home-top h2.entry-title,
.home-top .featuredpost h2,
.home-top p {
	text-align: left;
}

.home-top h2.entry-title,
.home-top .featuredpost h2 {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 0;
	padding-bottom: 0;
}

.home-top h2 a {
	color: #333;
}

.home-top h2 a:hover {
	color: #662857;
}

.home-top .entry-meta,
.home-top .post-info {
	border-top: 0;
}

.home-top h4.widgettitle {
	color: #333;
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	text-align: left;
	text-transform: none;
}

.genesis-grid h1.entry-title {
	font-size: 19px;
	font-size: 1.9rem;
}

.genesis-grid .entry-meta {
	text-transform: uppercase;
}

.genesis-grid p {
	font-size: 12px;
	font-size: 1.2rem;
}

.genesis-grid-even {
    float: right;
    padding: 0 0 15px;
    width: 48%;
}
.genesis-grid-odd {
    clear: both;
    float: left;
    padding: 0 0 15px ;
    width: 48%;
}
.genesis-grid-even,
.genesis-grid-odd {
    margin: 0 0 0px;
}

.cb-slider {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.cb-slider .glossy-square-gray .slide-wrapper {
	border: 6px solid white;
	box-sizing:content-box;
	-moz-box-sizing:content-box; /* Firefox */
}

.cb-slider .layer.cb-slide-title {
	font-family: 'Libre Baskerville', serif;
	font-size: 20px;
	font-size: 2rem;
	font-style: italic;
	padding: 12px 4px;
	text-align: center;
}

.cb-slider .glossy-square-gray .thumbnail-scroller.horizontal {
	box-sizing:content-box;
	-moz-box-sizing:content-box; /* Firefox */
}

.sidebar-subscribe {
	background: url(images/subscribe.png) no-repeat;
	height: 107px;
	margin-bottom: 25px;
	margin-bottom: 2.5rem;
	position: relative;
	width: 400px;
}

.footer-subscribe {
	background: url(images/footer-subscribe.png) no-repeat;
	height: 192px;
	width: 324px;
}

.social {
	/*bottom: 21px;
	text-align: center;
	position: absolute;
	width: 100%;*/
	float: left;
	width: 210px;
}

.after-content-sub .social {
	clear: both;
	float: none;
	margin: 10px auto;
	margin: 1rem auto;
	text-align: center;
	width: 100%;
}

.footer-widgets .social {
	position: relative;
	bottom: 0;
	text-align: left;
}

.social a {
	display: inline-block;
	height: 65px;
	margin: 0 7px 0 0;
}

.social a:hover {
	border: none;
}

.facebook {
	background: url(images/social.png) -1px -1px no-repeat;
	width: 63px;
}

.pinterest {
	background: url(images/social.png) -73px -1px no-repeat;
	width: 65px;
}

.twitter {
	background: url(images/social.png) -145px -1px no-repeat;
	width: 59px;
}

.facebook:hover {
	background: url(images/social.png) -1px -65px no-repeat;
}

.pinterest:hover {
	background: url(images/social.png) -73px -65px no-repeat;
}

.twitter:hover {
	background: url(images/social.png) -145px -65px no-repeat;
}


/*.after-content-sub .facebook,
.footer-widgets .facebook {
	background-position: -2px -2px;
}

.after-content-sub .facebook:hover,
.footer-widgets .facebook:hover {
	background-position: -2px -41px;
}*/

.after-content-sub {
	background: #b2afa8;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	position: relative;
	padding: 22px;
	padding: 2.2rem;
	z-index: 1;
}

.after-content-sub.widget-area {
	min-height: 150px;
}

.after-content-sub:after {
	border: 1px solid #fff;
	content: "";
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	z-index: -1;
}

.after-content-sub .enews-widget .widget-title,
.after-content-sub .enews-widget p {
	color: #fff;
}

.after-content-sub .enews-widget .widget-title {
	background: url(images/after-content-title.png) top center no-repeat;
	text-indent: -9999px;
}

.post-nav {
	padding: 8px 0;
	padding: .8rem 0;
	overflow: hidden;
}

.nav-previous {
	float: left;

}

.nav-previous a {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	background: url(images/prevpost.png) no-repeat;
	display: block;
	width: 260px;
	padding: 28px 0 2px 25px;
	padding: 2.8rem 0 .2rem 2.5rem;
	word-wrap: normal;
}

.nav-next {
	float: right;
}

.nav-next a {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	background: url(images/nextpost.png) no-repeat right top;
	display: block;
	width: 260px;
	padding: 28px 25px 2px 0;
	padding: 2.8rem 2.5rem .2rem 0;
	text-align: right;
	word-wrap: normal;
}

.nav-previous a:hover,
.nav-next a:hover {
	text-decoration: underline;
}

.enews-widget p {
	font-size: 14px;
	font-size: 1.4rem;
}

.enews-widget .widget-title {
	font-size: 22px;
	font-size: 2.2rem;
}

.menu-social-container {
	clear: both;
	margin-top: 20px;
	margin-top: 2rem;
	text-align: center;
}

.menu-social-container li {
	display: inline-block;
	margin: 0 5px;
	margin: 0 .5rem;
}

.menu-social-container li a {
	display: inline-block;
	height: 65px;
	width: 37px;
	text-indent: -9999px;
}

.sidebar-welcome {
	margin: -10px 0 25px 0;
	margin: -1rem 0 2.5rem 0;
}


.ad img,
.ad-left img,
.ad-right img {
	background: url(images/ad-bg.png);
	display: block;
	padding: 12px;
	padding: 1.2rem;
}

.ad img {
	margin-bottom: 25px;
	margin-bottom: 2.5rem;
}

.ad-left {
	float: left;
	margin-left: 8px;
	margin-left: .8rem;
}

.ad-right {
	float: right;
	margin-right: 8px;
	margin-right: .8rem;
}

.featuredpost {
	overflow: hidden;
}

.featuredpost a:hover {
	border: none;
}

.featuredpost .aligncenter {
	margin-bottom: 0;
}

/*.gfwa-even,
.gfwa-odd {
	float: left;
	margin: 0 0 12px 12px;
	margin: 0 0 1.2rem 1.2rem;
	padding: 0;
}

.gfwa-1,
.gfwa-4,
.gfwa-7 {
	margin-left: 0;
}*/

li.recentcomments {
	background: url(images/dotted-border.png) left bottom repeat-x;
	margin-bottom: 8px;
	margin-bottom: .8rem;
	padding-bottom: 12px;
	padding-bottom: 1.2rem;
}

.commentnumber {
	background: url(images/comment-bubble.png) center no-repeat;	
	float: right;
	padding: 4px 0;
	padding: .4rem 0;
	text-align: center;
	width: 42px;
}

.cb-slider .advanced-slider .thumbnail-scroller .thumbnails-visible-container {
	overflow: visible;
}

.cat-name {
    color: #D90A1A;
  	font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.125;
  	margin-bottom: 30px;
  	margin-bottom: 3rem;
    text-transform: uppercase;
}

/* Google Custom Search */

.search tbody,
.search td {
	border: 0;
}

input.gsc-search-button {
	border-radius: 0;
	font-size: 19px;
	font-size: 1.9rem;
	padding: 2px 10px;
	padding: 0.2rem 1rem;
}

input.gsc-input {
	font-size: 13px;
	font-size: 1.3rem;
	font-style: italic;
}

/* Ziplist Customizations */

#zlrecipe-title {
	color: #D90A1A;
}

#zlrecipe-ingredients,
#zlrecipe-instructions {
	color: #662857;
}


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

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	/*.header-image .site-header .wrap {
		background: url(images/logo@2x.png) no-repeat left;
		background-size: 320px 164px;
	}*/

}

@media only screen and (max-width: 1155px) {
	
	.genesis-grid img.alignleft {
		float: none;
		text-align: center;
	}
	
}

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

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

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

	.content,
	.site-header .widget-area {
		width: 620px;
	}

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

	.footer-widgets-3,
	.sidebar-primary {
		width: 324px;
	}
	
	.sidebar-primary {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.title-area {
		width: 300px;
	}

}

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

	.header-image .site-header .wrap {
		background-position: center 64px;
	}
	
	.site-header .widget-area {
		float: none;
		margin: 0 auto 20px;
		margin: 0 auto 2rem;
		text-align: center;
	}
	
	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu {
		float: none;
	}

	.genesis-nav-menu {
		text-align: center;
	}

}

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

	body {
		background-color: #fff;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}

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

	.site-inner {
		padding-left: 3%;
		padding-right: 3%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.site-header .header-widget-area {
		text-align: center;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {

	}

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}
	
	.site-header .genesis-nav-menu {
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}

	.sidebar-primary {
		clear: both;
		float: none;
		margin: 0 auto;
		width: 400px;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 4rem;
	}

	.site-footer {
		padding: 24px 0;
		padding: 2.4rem 0;
	}

	.footer-widgets .wrap {
		padding: 0 5%;
	}

	.footer-widgets-1 {
		margin: 0;
	}

}

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

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

	.site-header .widget-area {
		min-width: 0;
	}

}

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

	.nav-previous a,
	.nav-next a {
		width: 230px;
	}

}

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

	.nav-previous,
	.nav-next {
		float: none;
	}
	
	.nav-previous {
		margin-bottom: 10px;
		margin-bottom: 1rem;
	}
	
	.nav-previous a,
	.nav-next a {
		background-position: top center;
		text-align: center;
		width: 100%;
	}

}

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

	.header-image .site-header .wrap {
		background: url(images/wives-with-knives-300.png) no-repeat 50% 65px;
		min-height: 50px;
	}
	
	.sidebar-primary {
		margin: 0 auto;
		text-align: center;
		width: 400px;
	}
	
}

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

	.after-content-sub #subscribe input[type="email"] {
		width: 200px;
	}
	
}

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

	.header-image .site-header .wrap {
		min-height: 215px;
	}

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

	.footer-widgets-3,
	.sidebar-primary,
	.sidebar-subscribe {
		width: 100%;
	}

	.sidebar-subscribe {
		background-size: contain;
	}
	
	.sidebar .social {
		float: none;
		margin: 0 auto 15px;
		margin: 0 auto 1.5rem;
		text-align: center;
		width: 210px;
	}

	.gfwa-even,
	.gfwa-odd {
		display: inline-block;
		float: none;
		margin: 0 6px 12px !important;
		margin: 0 .6rem 1.2rem !important;
	}

	.featuredpost {
		text-align: center;
	}

	.ad-left,
	.ad-right {
		margin: 0;
	}

}

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

	.sidebar-subscribe input {
		top: 45px;
	}
	
	.sidebar-subscribe input[type="text"] {
		width: 200px;
	}
	
	.split-left,
	.split-right {
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	
}

@media only screen and (max-width: 385px) {
	.after-content-sub .enews-widget .widget-title {
		background: url(images/after-content-title-250.png) center center no-repeat;
	}
	
}

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

	.after-content-sub #subscribe input[type="email"] {
		width: 150px;
	}
	
	.after-content-sub .social {
		width: 220px;
	}
	
}

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

	.sidebar-subscribe input {
		top: 35px;
	}
	
	.sidebar-subscribe input[type="text"] {
		width: 180px;
	}
	
}

