@charset "UTF-8";
/*
Theme Name: MrsWages
Theme URI: http://underscores.me/
Author: Twin State
Author URI: http://www.tsts.com
Description: Mrs. Wages Theme 2015
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mrswages
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

MrsWages is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Theme colors
# Fonts
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Theme colors
--------------------------------------------------------------*/
/* Action area */
/* Newsletter */
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
/* $import url(http://fonts.googleapis.com/css?family=Rokkitt:400,700); */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: "effra", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.pure-g [class*=pure-u] {
  font-family: "effra", sans-serif;
  font-weight: 400;
}

body {
  margin: 0;
  font-size: 18px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

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: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 6px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 0.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  /*
  	border: 1px solid;
  	border-color: #ccc #ccc #bbb;
  	border-radius: 3px;
  	background: #e6e6e6;
  	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  	color: rgba(0, 0, 0, .8);
  	font-size: 12px;
  	font-size: 0.75rem;
  	line-height: 1;
  	padding: .6em 1em .4em;
  	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  */
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  /*
  	border-color: #ccc #bbb #aaa;
  	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
  */
}

button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
  /*
  	border-color: #aaa #bbb #bbb;
  	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
  */
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
textarea {
  /*
  	color: #666;
  	border: 1px solid #ccc;
  	border-radius: 3px;
  */
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search] {
  padding: 3px;
}

textarea {
  /*
  	padding-left: 3px;
  	width: 100%;
  */
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #cd3c37;
}

a:visited {
  color: #cd3c37;
}

a:hover,
a:focus,
a:active {
  color: #cd3c37;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
  text-decoration: underline;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.navigation-container-shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 );
  /* IE6-9 */
  height: 100px;
  z-index: 1;
  position: absolute;
  width: 100%;
}

.navigation-container {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 36px;
  height: 100px;
}

.main-navigation {
  text-align: center;
  z-index: 2;
}

@-moz-document url-prefix() {
  .main-menu {
    z-index: 2;
    position: relative;
  }
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 33%;
}

.main-navigation li {
  float: left;
}

.main-navigation li.menu-item-has-children a:after, .main-navigation li.mega-menu-item-has-children a:after {
  font-family: fontAwesome;
  content: "";
  font-size: 20px;
  margin-left: 10px;
}

.main-navigation li.menu-item-has-children ul a:after, .main-navigation li.mega-menu-item-has-children ul a:after {
  content: "";
  margin-left: 0;
}

/*
.main-navigation li.menu-item-has-children:hover > a:after,
.main-navigation li.menu-item-has-children.focus > a:after{
	font-family: fontAwesome; 
	content:'\f077';
}
*/
.main-navigation a {
  display: block;
  text-decoration: none;
  font-family: "Rokkitt", serif;
  color: #fff;
  font-size: 30px;
  margin: 0 15px;
  padding: 10px 10px;
}

.main-navigation ul ul.sub-menu, .main-navigation ul ul.mega-sub-menu {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  left: -999em;
  z-index: 3;
  background: rgba(0, 0, 0, 0.5);
  margin: 0 15px;
  padding: 0;
  text-align: left;
  opacity: 0;
}

.main-navigation ul ul.mega-sub-menu .slides li {
  transition: all 0.3s;
}

.main-navigation ul ul.mega-sub-menu .slides:hover li {
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* For IE8 and earlier */
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#fff')";
  -webkit-filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.75));
  filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.75));
  transition: all 0.3s;
}

.main-navigation ul ul.mega-sub-menu ul li:hover, .main-navigation ul ul.mega-sub-menu ul li.focus {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
  transition: all 0.3s;
  transform: scale(1.05);
}

.main-navigation ul ul.sub-menu .products li {
  transition: all 0.3s;
}

.main-navigation ul ul.sub-menu .slides:hover li {
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* For IE8 and earlier */
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#fff')";
  -webkit-filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.75));
  filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.75));
  transition: all 0.3s;
}

.main-navigation ul ul.sub-menu .slides:hover li:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
  transition: all 0.3s;
  transform: scale(1.05);
}

.main-navigation ul ul a {
  width: 300px;
  color: #fff;
  padding: 10px 0;
  font-size: 24px;
  line-height: normal;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a,
.main-navigation li a:hover,
.main-navigation li a:focus {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
  background-color: transparent;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul,
.main-navigation ul a:hover > ul,
.main-navigation ul a.focus > ul {
  left: auto;
  opacity: 1;
  -webkit-animation: fadeInDownShort 1s;
  -moz-animation: fadeInDownShort 1s;
  animation: fadeInDownShort 1s;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul,
.main-navigation ul ul a:hover > ul,
.main-navigation ul ul a.focus > ul {
  left: 100%;
}

/* Mega Menu */
.main-navigation ul li.products ul.sub-menu, .main-navigation ul .mega-menu-megamenu ul.mega-sub-menu {
  width: 100%;
}

.main-navigation ul .mega-menu-megamenu:hover > ul, .main-navigation ul .mega-menu-megamenu:focus > ul {
  left: -15px;
}

.main-navigation ul li.products:hover > ul, .main-navigation ul li.products.focus > ul {
  left: -15px;
}

.main-navigation ul li ul li, .main-navigation ul ul.mega-sub-menu li {
  position: static;
  margin: 0 auto;
  float: none;
}

.main-navigation ul li.products ul.slides a, .main-navigation ul ul.mega-sub-menu ul.slides a {
  padding: 0;
  width: auto;
  margin: 0 15px 0 5px;
}

.main-navigation ul ul.mega-sub-menu ul.slides {
  margin: 50px 0 20px 0;
  box-shadow: none;
}

.main-navigation ul li.products ul.slides {
  margin: 50px 0 20px 0;
  box-shadow: none;
}

.main-navigation .metaslider .caption-wrap {
  position: static;
  background: transparent;
  color: #cd3c37;
  font-family: "Rokkitt", serif;
  font-size: 24px;
  text-align: center;
  opacity: 1;
}

.main-navigation .flex-direction-nav .flex-prev {
  left: 0;
}

.main-navigation .flex-direction-nav .flex-next {
  right: 0;
  background-position: right;
}

.main-navigation .flex-direction-nav a {
  width: 52px;
  height: 80px;
  margin: -40 0 0;
  display: block;
  background: url(images/bg_direction_nav-white.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 1;
  transition: all 0.3s ease;
}

.main-navigation .flexslider:hover .flex-next, .main-navigation .flexslider:focus .flex-next {
  opacity: 1;
  right: 0;
}

.main-navigation .flexslider:hover .flex-prev, .main-navigation .flexslider:focus .flex-prev {
  opacity: 1;
  left: 0;
}

.main-navigation .flexslider:hover .flex-next:hover, .main-navigation .flexslider:hover .flex-prev:hover,
.main-navigation .flexslider:focus .flex-next:focus, .main-navigation .flexslider:focus .flex-prev:focus {
  opacity: 1;
}

.mega-sub-menu .flexslider {
  padding: 0 70px;
}

.menu-item a img.menu-image-title-below {
  width: 175px;
  height: auto;
}

.sub-menu .slides {
  border: 0;
  margin: 0;
  list-style-type: none;
  list-style: none;
  padding: 0;
  line-height: normal;
  max-width: none;
  max-height: none;
}

.menu-slider {
  padding: 0 70px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/* Mobile Menu */
.mm-menu {
  background: #cd3c37;
}

.mm-menu .mm-navbar > *, .mm-menu .mm-navbar a {
  color: #fff;
}

.mm-menu .mm-search input {
  color: #fff;
  padding-left: 10px;
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu {
  color: rgba(255, 255, 255, 0.7);
}

.mm-menu .mm-listview > li .mm-prev:before, .mm-menu .mm-listview > li .mm-next:after, .mm-menu .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.7);
}

.mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.7);
}

.mm-search input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.mm-search input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.7);
}

.mm-search input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.7);
}

.mm-search input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.mm-listview > li.menu-item-type-custom {
  width: 50%;
  float: left;
}

.mm-listview > li.menu-item-type-custom:nth-child(2n+1) {
  clear: both;
}

.mm-menu .mm-listview > li.menu-item-type-custom:after {
  border: 0 none;
}

.mm-menu .menu-image {
  display: block;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* The bar to display the Kent Precision Brands */
.site-header {
  width: 100%;
  background-color: #5e0e0e;
}

.brand-bar {
  background-color: #5e0e0e;
  max-width: 1280px;
  margin: 0 auto;
}

.brands {
  color: #ae6e6e;
  text-align: center;
  line-height: 59px;
  display: none;
  font-size: 14px;
}

.brands a, .brands a:visited {
  color: #ae6e6e;
  margin: 0 10px;
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* For IE8 and earlier */
  transition: opacity 0.3s;
}

.brands a:hover, .brands a:focus {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}

.brands img {
  vertical-align: middle;
}

/* Search box in brands bar */
.search-area {
  background-image: url(images/search-background.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  height: 59px;
  z-index: 100;
}

.search-area label {
  margin: 16px 0 0 36px;
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.search-area .search-field {
  background-color: transparent;
  color: #fff;
  border: none;
  height: 24px;
  width: 0px;
  vertical-align: top;
  margin: 16px -18px 0 36px;
  background-image: url(images/search.png);
  background-repeat: no-repeat;
  background-position: 0px;
  padding-left: 36px;
  cursor: pointer;
  transition: width 0.6s, border-radius 0.6s, background 0.6s;
}

.search-area .search-field:focus {
  transition: width 0.6s, border-radius 0.6s, background 0.6s;
  width: 200px;
  outline: 0;
  cursor: auto;
}

.search-area .search-submit {
  position: relative;
  left: -5000px;
  width: 1px;
}

.search-area .search-field::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.search-area .search-field:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.7);
}

.search-area .search-field::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.7);
}

.search-area .search-field:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

/* brand */
.site-branding {
  position: relative;
}

.logo {
  position: absolute;
  z-index: 1000;
  box-sizing: border-box;
  top: -15px;
}

.mobile-logo {
  position: relative;
  background-image: url(images/mobile-header-background.jpg);
  background-color: #cd3c37;
  height: 104px;
}

.mobile-menu, .mobile-menu:visited, .mobile-menu:hover {
  position: absolute;
  right: 20px;
  top: 30px;
  color: #fff;
  padding: 6px 20px;
  text-decoration: none;
  border: 2px solid #fff;
  border-radius: 10px;
}

.logo-link {
  display: block;
  line-height: 0;
}

/* Home Action Area */
.home-action-container-pad {
  background-color: #5e3838;
  padding: 20px 0;
}

.home-action-container {
  background-color: #5e3838;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-left: 0;
  border-right: 0;
  -moz-border-image: url(images/s-border2.png) 1 repeat;
  -webkit-border-image: url(images/s-border2.png) 1 repeat;
  -o-border-image: url(images/s-border2.png) 1 repeat;
  border-image: url(images/s-border2.png) 1 fill repeat;
  -moz-border-image: url(images/s-border2.png) 1 repeat;
  -webkit-border-image: url(images/s-border2.png) 1 repeat;
  -o-border-image: url(images/s-border2.png) 1 repeat;
  border-image: url(images/s-border2.png) 1 fill repeat;
  position: relative;
}

.home-action-container hr {
  border: none;
  background-image: url(images/dash.png);
  height: 20px;
  margin: 0;
}

.home-action {
  max-width: 1280px;
  margin: 0 auto;
  color: #dfc8c8;
  font-size: 18px;
  text-align: center;
  padding: 0 20px;
}

.home-action br {
  display: none;
}

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

.home-action .action-button {
  font-size: 24px;
  color: #dfc8c8;
  text-decoration: none;
  border: 1px solid #dfc8c8;
  border-radius: 50px;
  padding: 10px 30px;
}

/* Slides */
.flexslider .content {
  font-weight: 400;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}

.main-slides {
  margin-top: 0;
  overflow: hidden;
}

.main-slides .metaslider .flexslider {
  margin: 0;
}

.main-slides .flex-control-nav {
  bottom: 10px;
  right: 30px;
  z-index: 1000;
  margin: 0;
  text-align: right;
}

.main-slides .flex-control-paging li a {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.4);
  height: 20px;
  width: 20px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  text-indent: 9999px;
}

.main-slides .flex-control-paging li a.flex-active {
  background: rgba(255, 255, 255, 0.4);
  border: 2px solid transparent;
}

/* Home Recipes */
.side-item-photo {
  display: none;
}

.home-recipe-container {
  background-image: url(images/wood-bg-repeatable-h.jpg);
}

.home-featured-recipe {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}

.home-recipes {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.home-featured-recipe .cooked-widget {
  float: left;
  width: 100%;
  transition: all 200ms linear;
}

.home-featured-recipe .cooked-widget:hover {
  transform: scale(1.05);
}

aside {
  clear: both;
}

body #cooked-plugin-page .cooked-result-section.cooked-masonry-layout .cooked-result-box .cp-box-entry {
  padding: 5px 20px 0 20px;
}

.cp-featured-recipe .cp-box-entry {
  background: #eee3e3;
  width: 100%;
  float: left;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.cooked-widget .cooked-result-box .cp-featured-recipe .cp-box-img {
  background: #eee3e3;
  width: 100%;
  float: left;
  padding: 20px;
  height: 290px;
  box-sizing: border-box;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.cooked-widget .cooked-result-box .cp-featured-recipe .cp-box-img a {
  overflow: hidden;
  display: block;
  height: 250px;
}

.cooked-widget .cooked-result-box .cp-featured-recipe .cp-box-img img {
  width: 100%;
}

.home-featured-recipe h1 {
  font-family: "Rokkitt", serif;
  color: #5e3838;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  font-size: 36px;
}

.home-featured-recipe .cooked-widget .cooked-result-box .cp-box-entry h2 {
  font-family: "Rokkitt", serif;
  color: #3c2323;
  font-size: 30px;
  line-height: normal;
  border-bottom: 1px solid #ae6e6e;
}

.home-featured-recipe .cooked-widget .cooked-result-box .cp-box-entry h2 a {
  color: #3c2323;
}

.home-featured-recipe .cooked-widget .cooked-result-box .cp-box-entry p {
  font-size: 16px;
  line-height: normal;
}

.see-recipe-button-wrapper {
  background: #ae6e6e;
  width: 100%;
  display: block;
  border-radius: 30px;
  padding: 4px;
  text-align: center;
}

a.see-recipe-button, a.see-recipe-button:visited {
  background: #ae6e6e;
  color: #eee3e3;
  width: 100%;
  display: block;
  border-radius: 30px;
  font-size: 24px;
  padding: 10px 20px;
  text-align: center;
  border: 2px dashed #5e3838;
}

a.see-recipe-button i {
  float: right;
}

.home-recipes .search-section {
  display: none;
}

.home-recipes h2 {
  font-family: "Rokkitt", serif;
  color: #3c2323;
  font-size: 36px;
  line-height: normal;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}

.home-recipes #cooked-plugin-page .cooked-result-section.cooked-masonry-layout .cooked-result-box .cp-box-entry h2 {
  text-shadow: none;
  color: #ae6e6e;
  font-size: 24px;
}

.home-recipes #cooked-plugin-page .cooked-result-section.cooked-masonry-layout .cooked-result-box .cp-box-entry h2 a, .home-recipes #cooked-plugin-page .cooked-result-section.cooked-masonry-layout .cooked-result-box .cp-box-entry h2 a:visited {
  text-shadow: none;
  color: #ae6e6e;
}

.home-recipes .cp-box {
  background: #eee3e3;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3) !important;
}

body #cooked-plugin-page .recipes-pagination a {
  background-color: #5e3838;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: normal;
}

.home-recipes .recipes-pagination {
  display: none;
}

/* Shirley */
.home-shirley-container-pad {
  background-color: #5e3838;
  padding: 20px 0;
}

.home-shirley-container {
  background-color: #5e3838;
  border-style: solid;
  border-width: 1px;
  border-left: 0;
  border-right: 0;
  -moz-border-image: url(images/s-border2.png) 1 repeat;
  -webkit-border-image: url(images/s-border2.png) 1 repeat;
  -o-border-image: url(images/s-border2.png) 1 repeat;
  border-image: url(images/s-border2.png) 1 fill repeat;
  -moz-border-image: url(images/s-border2.png) 1 repeat;
  -webkit-border-image: url(images/s-border2.png) 1 repeat;
  -o-border-image: url(images/s-border2.png) 1 repeat;
  border-image: url(images/s-border2.png) 1 fill repeat;
  position: relative;
}

.home-shirley {
  color: #dfc8c8;
  max-width: 1280px;
  margin: 0 auto;
}

.home-shirley-author {
  padding: 20px;
  text-align: center;
}

.home-shirley-author p {
  margin-bottom: 0;
}

.home-shirley-author img.shirley {
  border-radius: 300px;
  width: 50%;
}

.home-shirley-author img.shirley-tips {
  width: 80%;
}

.home-shirley-post {
  position: relative;
}

.home-shirley-post-content {
  background: #eee3e3 url(images/jars.svg);
  background-repeat: no-repeat;
  background-position: 96% 20px;
  color: #5e3838;
  margin: 20px 20px;
  padding: 10px 20px;
  font-size: 18px;
}

.home-shirley-post-content a, .home-shirley-post-content a:visited {
  color: #5e3838;
  text-decoration: none;
}

.home-shirley-post-content a:hover {
  text-decoration: underline;
}

.home-shirley-post-content h3 {
  font-size: 30px;
  font-weight: 400;
  font-family: Rokkitt;
}

/* Newsletter */
.home-newsletter-container {
  background-color: #713e3e;
}

.home-newsletter {
  color: #dfc8c8;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.home-newsletter p {
  font-size: 24px;
}

.home-newsletter-content {
  background-image: url(images/inbox.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.home-newsletter .cc_email_address {
  float: left;
  margin: 0;
}

.home-newsletter .cc_Go {
  float: left;
}

.home-newsletter #cc_form_1 {
  padding: 0 !important;
  margin-top: 0;
  margin-bottom: 3em;
}

.home-newsletter #cc_form_1 label {
  display: none;
}

.home-newsletter #cc_form_1 input.t {
  background-color: #dfc8c8;
  border: none;
  color: #ae6e6e;
  font-size: 18px;
  width: 100%;
  height: 42px;
  border-radius: 0;
  max-width: 100%;
}

input.t::-webkit-input-placeholder::before {
  font-family: fontAwesome;
  content: "  ";
}

input.t::-moz-placeholder::before {
  font-family: fontAwesome;
  content: "  ";
}

/* firefox 19+ */
input.t:-ms-input-placeholder::before {
  font-family: fontAwesome;
  content: " ";
}

/* ie */
input.t:-moz-placeholder::before {
  font-family: fontAwesome;
  content: "  ";
}

.home-newsletter #cc_form_1 input.b {
  background-color: #ae6e6e;
  color: #dfc8c8;
  border: none;
  font-size: 18px;
  font-weight: 400;
  height: 42px;
  padding: 0 20px;
}

.home-newsletter #cc_form_1 input.t::-webkit-input-placeholder {
  color: #ae6e6e;
}

.home-newsletter #cc_form_1 input.t:-moz-placeholder {
  /* Firefox 18- */
  color: #ae6e6e;
}

.home-newsletter #cc_form_1 input.t::-moz-placeholder {
  /* Firefox 19+ */
  color: #ae6e6e;
}

.home-newsletter #cc_form_1 input.t:-ms-input-placeholder {
  color: #ae6e6e;
}

/* Footer */
footer {
  background-color: #3c2323;
  color: #dfa4a4;
  padding: 30px 0 0 0;
}

.footer-columns {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.contact-area {
  box-sizing: border-box;
  font-size: 18px;
}

.contact-area li {
  margin: 6px 0;
}

.designer {
  text-align: center;
  font-size: 12px;
  padding: 20px 0;
}

.designer a {
  color: #dfa4a4;
}

.footer-links {
  box-sizing: border-box;
  font-size: 18px;
}

.footer-links ul {
  margin: 0;
}

.footer-links li {
  list-style: none;
  margin: 6px 0;
}

.footer-links a, .footer-links a:visited {
  color: #dfa4a4;
  text-decoration: none;
}

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

.footer-social {
  background: #64231a;
  color: #eee3e3;
  text-align: center;
  right: 20px;
}

.footer-social h3 {
  font-weight: 300;
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.footer-social p {
  margin: 0 10px;
}

.footer-social a, .footer-social a:visited {
  color: #dfc8c8;
  font-size: 30px;
  padding: 0 8px;
}

/* Page View */
.header-image-bar {
  display: none;
}

.page-content-container {
  background-image: url(images/wood-bg-repeatable-h.jpg);
  overflow: hidden;
}

.page-content-area {
  max-width: 1280px;
  margin: 20px auto 40px auto;
}

.page-content-details {
  color: #64231a;
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3) !important;
  z-index: 1;
  position: relative;
}

.page-content-details h1 {
  font-family: Rokkitt;
  font-size: 42px;
}

/* Recipes Search */
.page-content-details #cooked-plugin-page .search-section .search-wrap {
  background: #e5e1d8;
}

.page-content-details #cooked-plugin-page .search-section .search-row .sbmt-button input {
  background-color: #bbb09c;
}

.page-content-details #cooked-plugin-page .search-section .search-row .sbmt-button input:hover {
  background-color: #7a776e;
}

.page-content-details #cooked-plugin-page .cp-box-entry p {
  display: none;
}

/* Recipe ratings */
#cooked-plugin-page .rating {
  background-image: url(images/rating_small.png) !important;
  /* I should fix this */
}

/* Recipe Homepage */
.cp-box-footer {
  display: none;
}

body #cooked-plugin-page .cooked-result-section.cooked-masonry-layout .cooked-result-box .cp-box {
  transition: all 200ms linear;
  position: relative;
}

.cp-box {
  background: #eee3e3;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3) !important;
}

.home-recipes .cp-box:hover {
  transform: scale(1.05);
  color: #000;
}

.recipe-category-ribbon {
  position: absolute;
  right: 10px;
  top: -5px;
}

.home-recipes .cp-box-img {
  height: 170px;
  overflow: hidden;
  margin: 20px 20px 0 20px;
}

/* Recipe Page */
.cp-box-img {
  height: 170px;
  overflow: hidden;
  margin: 20px 20px 0 20px;
}

/* Recipe Content */
body .cp_recipe #cooked-plugin-page {
  font-size: 18px;
}

body #cooked-plugin-page .timing ul {
  padding: 0;
}

body #cooked-plugin-page .timing ul li {
  font-size: 18px;
}

#cooked-plugin-page .cooked-result-section.cooked-masonry-layout .cooked-result-box .cp-box-entry h2 {
  text-shadow: none;
  color: #ae6e6e;
  font-size: 24px;
  text-align: left;
}

#cooked-plugin-page .cooked-result-section.cooked-masonry-layout .cooked-result-box .cp-box-entry h2 a, .home-recipes #cooked-plugin-page .cooked-result-section.cooked-masonry-layout .cooked-result-box .cp-box-entry h2 a:visited {
  text-shadow: none;
  color: #ae6e6e;
}

.page-content-details #cooked-plugin-page h1 {
  font-family: Rokkitt;
  font-size: 32px;
  color: #64231a;
  line-height: normal;
}

.recipe-author {
  font-style: italic;
}

.hreview-aggregate {
  text-align: right;
}

body #cooked-plugin-page .rating {
  margin: 0 0 20px 0;
}

.recipe-description {
  background-image: url(images/blockquote-before.png);
  background-repeat: no-repeat;
  background-size: 40px;
  padding-left: 50px;
  min-height: 70px;
  font-size: 24px;
}

.recipe-main-img {
  /*
  	margin-left: -30px;
  	margin-right: -30px;
  */
  border-top: 3px solid #811b29;
  border-bottom: 3px solid #811b29;
}

.page-content-details #cooked-plugin-page .recipe-hints .product-entry {
  font-size: 18px;
}

#cooked-plugin-page .recipe-hints p .hint-check.checked {
  background: #cd3c37;
  border-color: #811b29;
}

.page-content-details #cooked-plugin-page .recipe-hints .product-entry {
  line-height: normal;
}

.page-content-details #cooked-plugin-page h2 {
  text-align: center;
  color: #ae6e6e;
  font-weight: 400;
  font-size: 24px;
  position: relative;
}

.page-content-details #cooked-plugin-page h2 span {
  background: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

.page-content-details #cooked-plugin-page .cp-box-inner h2 span:before {
  content: "•";
  margin-right: 10px;
}

.page-content-details #cooked-plugin-page .cp-box-inner h2 span:after {
  content: "•";
  margin-left: 10px;
}

.page-content-details #cooked-plugin-page .cp-box-inner h2:after {
  background: #ae6e6e;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
}

.page-content-details #cooked-plugin-page p.instruction {
  counter-increment: paragraph;
  margin-left: 40px;
  padding-left: 0;
}

.page-content-details #cooked-plugin-page p.instruction .hint-check {
  display: none;
}

.page-content-details #cooked-plugin-page p.instruction:before {
  position: absolute;
  color: #fff;
  content: counter(paragraph);
  background-color: #ae6e6e;
  border-radius: 30px;
  margin-left: -40px;
  font-size: 24px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.ingredient .amount {
  font-weight: bold;
}

.recipe-action-old {
  display: none;
  /* Hide plugin social for now */
}

.recipe-main-img.fsr-container {
  background-position: 50% 10% !important;
}

body #cooked-plugin-page .search-section .select-row.select-count-3 .select-box {
  width: 50%;
}

body #cooked-plugin-page .search-section .select-row .select-box, body #cooked-plugin-page .search-section .select-row .select-box:first-child {
  width: 100%;
  margin: 0 0 10px;
}

body #cooked-plugin-page .recipe-hints .product-entry .direction-number {
  display: none;
}

body #cooked-plugin-page .recipe-hints .product-entry.instruction {
  padding-left: 0;
}

body #cooked-plugin-page .cp-box-inner {
  padding-left: 0;
  padding-right: 0;
}

body #cooked-plugin-page .recipes-pagination a.page-numbers, body #cooked-plugin-page .recipes-pagination a.page-numbers:hover {
  background-color: #eee3e3;
  color: #811b29;
}

body #cooked-plugin-page .recipes-pagination span.current {
  background-color: #811b29;
  color: #fff;
  line-height: 1.25;
  margin: 0 7px 0 0;
  display: inline-block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 9px 4px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
}

body #cooked-plugin-page .recipes-pagination span.dots {
  background-color: #eee3e3;
  color: #811b29;
  line-height: 1.25;
  margin: 0 7px 0 0;
  display: inline-block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 9px 4px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
}

body #cooked-plugin-page .recipes-pagination a.prev, body #cooked-plugin-page .recipes-pagination a.next {
  color: #811b29;
  padding: 5px 9px 4px;
}

body #cooked-plugin-page .recipe-hints .em-cat {
  counter-reset: paragraph;
}

/* Recipe sidebar */
.recipe-related {
  color: #64231a;
  padding: 20px;
  text-align: center;
}

.recipe-product-image {
  max-width: 50%;
}

.page-sidebar-container a.recipe-product-name, .page-sidebar-container a.recipe-product-name:visited {
  color: #cd3c37;
  font-size: 16px;
}

.recipe-product-ingredients {
  font-size: 16px;
}

.recipe-product-nutrition-facts {
  margin-top: 20px;
}

.mrs-wages-product {
  border-bottom: 1px solid #64231a;
  margin-bottom: 20px;
}

/* Recipe Widget */
.page-sidebar-container .cooked-widget .recipe-list-item {
  padding: 20px 20px 0 20px;
}

.page-sidebar-container .cooked-widget .recipe-list-item {
  border: none;
}

.page-sidebar-container .cooked-widget .recipe-list-item .recipe-title {
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
}

/* Sidebar */
.page-sidebar-container {
  background: #e5e1d8;
  color: #7a776e;
  padding-bottom: 40px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3) !important;
}

.page-sidebar-container a, .page-sidebar-container a:visited {
  color: #7a776e;
}

.page-sidebar-container h2 {
  color: #64231a;
  font-weight: 400;
  font-size: 28px;
  padding: 20px 20px 0 20px;
}

.page-sidebar-container p {
  margin: 20px;
}

.page-sidebar-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-sidebar-container ul a, .page-sidebar-container ul a:visited {
  text-decoration: none;
  display: block;
  padding: 10px 10px 10px 30px;
}

.page-sidebar-container ul a:hover {
  background: #bbb09c;
}

.page-sidebar-container li {
  border-bottom: 1px solid #bbb09c;
}

.page-sidebar-container li:first-child {
  border-top: 1px solid #bbb09c;
}

/* Breadcrumbs */
.breadcrumbs-container {
  background: #e5e1d8;
  border-top: 2px solid #bbb09c;
  border-bottom: 2px solid #bbb09c;
  color: #7a776e;
}

.breadcrumbs-container2 {
  background: #e5e1d8;
  border-top: 2px solid #bbb09c;
  border-bottom: 2px solid #bbb09c;
  margin: 4px 0;
  padding: 0 10px;
}

.breadcrumbs {
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 0;
}

.breadcrumbs a, .breadcrumbs a:visited {
  color: #cd3c37;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/* !Test */
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
## Tables
--------------------------------------------------------------*/
.remedies td {
  padding: 5px 10px;
}

/*--------------------------------------------------------------
## WooCommerce
--------------------------------------------------------------*/
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #339933;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #2c812c;
  color: #fff;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background-color: #339933;
  color: #fff;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background-color: #2c812c;
  color: #fff;
}

.woocommerce ul.products li.product a img {
  width: auto;
  height: auto;
  display: inline;
  margin: 0 0 1em;
  max-height: 200px;
  box-shadow: none;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  text-align: center;
}

.woocommerce div.product div.images img {
  display: block;
  width: auto;
  max-height: 500px;
  box-shadow: none;
}

/*--------------------------------------------------------------
## Popup Triangle
--------------------------------------------------------------*/
.promotion-tab-container {
  right: 0;
  bottom: 0px;
  position: fixed;
  z-index: 10000000;
  margin: 0;
}

.promotion-tab {
  background: #e4b15e;
  color: #000;
  margin-bottom: -80px;
  margin-right: -80px;
  right: 0;
  transform: rotate(315deg);
  border-bottom: none;
  bottom: 0;
  width: 160px;
  height: 160px;
  position: absolute;
  z-index: 9999000;
  line-height: 2.5em;
  font-family: Helvetica, Arial, sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: 0px !important;
  font-size: 15px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: all 0.2s ease, transform 1ms;
}

.promotion-tab:hover {
  width: 180px;
  height: 180px;
  margin-bottom: -90px;
  margin-right: -90px;
  right: 0;
}

.promotion-tab-text {
  color: #000;
  top: 4px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 24px;
  display: inline-block;
  -webkit-font-smoothing: subpixel-antialiased !important;
  font-family: Helvetica, Arial, sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: 0px !important;
  font-size: 15px;
}

.promotion-tab-caret {
  top: 40px;
  bottom: auto;
  left: 50% !important;
  right: 0px !important;
  margin-left: -5px;
  z-index: 10030000;
  position: absolute;
  display: inline-block;
  width: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid currentColor;
  font-family: Helvetica, Arial, sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: 0px !important;
  font-size: 15px;
}

.promotion-popup-container {
  background-color: rgba(208, 2, 27, 0);
  display: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased !important;
  text-rendering: optimizeLegibility;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em !important;
  text-shadow: none !important;
  color: white;
  overflow: auto;
  z-index: 20000001;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.promotion-popup-content-wrap {
  z-index: 10;
  position: relative;
  margin: auto;
  margin-top: 120px;
  margin-bottom: 20px;
  max-width: 100%;
  max-height: 100%;
  background: rgba(255, 255, 255, 0);
  background-position-y: 0%;
  border: none;
  overflow: visible;
  clear: none;
}

.promotion-popup-inner-content-wrap {
  width: 90%;
  border-width: 4px;
  border-color: #000;
  border-radius: 0px;
  transform: scale(1);
  transform-origin: left top 0px;
  position: relative;
  overflow: hidden;
  border-style: solid;
  margin: auto;
  margin-bottom: 20px;
}

@media screen and (min-width: 48em) {
  .promotion-popup-inner-content-wrap {
    width: 500px;
  }
}
.promotion-dismiss-content {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 99999999;
}

.promotion-x {
  width: 100%;
  margin: auto;
  line-height: 25px;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.9);
  font-size: 28px;
  font-weight: 300;
  font-family: "Courier New", "Courier", "Arial";
  text-align: center;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
  transition: box-shadow 0.3s ease;
}

.promotion-popup-content {
  border-radius: 0px;
  width: 100%;
  height: 350px;
  background-color: #723E3F;
  background-image: url(images/salsa-verde.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  box-sizing: border-box !important;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .promotion-popup-content {
    width: 500px;
    height: 350px;
  }
}
.promotion-popup-content .promotion-title {
  font-size: 2rem;
  padding-top: 80px;
  display: block;
  line-height: normal;
}

.promotion-popup-content #cc_form_1 label {
  display: none;
}

.promotion-popup-content #cc_form_1 {
  margin: 0;
  padding: 0;
}

.promotion-popup-content .kws_input_fields {
  text-align: center;
}

.promotion-popup-content #cc_form_1 .kws_input_container:first-child {
  padding-top: 0;
}

.promotion-popup-content input[type=submit] {
  color: white;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  background-color: #CA3B3C;
  border-width: 0px;
  border-radius: 4px;
  box-shadow: 0 -3px 0px 0px rgba(0, 0, 0, 0.12) inset, inset 0 0 0 1px rgba(0, 0, 0, 0.08);
  padding: 8px 40px;
  position: initial !important;
  height: auto !important;
  width: auto !important;
}

/*--------------------------------------------------------------
## !Media Queries
--------------------------------------------------------------*/
.logo, .search-area {
  display: none;
}

.navigation-container-shadow, .navigation-container {
  display: none;
}

/* sm ≥ 568px	.pure-u-sm-* */
/* md ≥ 768px	.pure-u-md-* */
@media screen and (min-width: 48em) {
  .home-action br {
    display: inline-block;
  }

  .header-image-bar:after {
    content: "";
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(100%, rgba(0, 0, 0, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 );
    /* IE6-9 */
    height: 100px;
    width: 100%;
    z-index: 1;
    position: absolute;
  }

  body #cooked-plugin-page .cooked-result-section.cooked-masonry-layout .cooked-result-box .cp-box {
    height: 400px;
  }

  .page-content-details #cooked-plugin-page h1 {
    font-size: 42px;
  }

  .header-image-bar {
    display: block;
    margin-top: 4px;
    overflow: hidden;
    height: 115px;
    background-image: url(images/veggies-vingette.jpg);
  }

  .recipe-description {
    background-image: url(images/blockquote-before.png);
    background-repeat: no-repeat;
    padding-left: 100px;
    min-height: 70px;
    font-size: 24px;
    background-size: initial;
  }

  .brand-bar {
    height: 100px;
  }

  .main-slides {
    overflow: hidden;
  }

  .cp-featured-recipe .cp-box-entry {
    width: 33%;
    height: 290px;
  }

  .cooked-widget .cooked-result-box .cp-featured-recipe .cp-box-img {
    width: 63%;
    height: 290px;
    margin-left: 3%;
    -ms-transform: rotate(-2deg);
    /* IE 9 */
    -webkit-transform: rotate(-2deg);
    /* Safari */
    transform: rotate(-2deg);
    margin-top: -10px;
  }

  .home-featured-recipe h1 {
    font-size: 48px;
  }

  .home-shirley-post-content {
    margin: 20px 30px;
    padding: 20px 200px 20px 30px;
  }

  .home-action {
    font-size: 24px;
  }

  .home-action p {
    margin: 20px 0 60px 0;
    font-size: 28px;
  }

  .home-action .action-button {
    font-size: 36px;
    padding: 10px 60px;
  }

  .home-featured-recipe .cooked-widget .cooked-result-box .cp-box-entry h2 {
    font-size: 36px;
  }

  a.see-recipe-button, a.see-recipe-button:visited {
    font-size: 20px;
  }

  .home-newsletter #cc_form_1 input.t {
    width: 350px;
  }

  .footer-social {
    background: url(images/circle.svg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #eee3e3;
    text-align: center;
    position: absolute;
    right: 20px;
  }

  .home-shirley-post {
    border-style: solid;
    border-width: 1px;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    -moz-border-image: url(images/s-border2.png) 1 repeat;
    -webkit-border-image: url(images/s-border2.png) 1 repeat;
    -o-border-image: url(images/s-border2.png) 1 repeat;
    border-image: url(images/s-border2.png) 1 fill repeat;
    -moz-border-image: url(images/s-border2.png) 1 repeat;
    -webkit-border-image: url(images/s-border2.png) 1 repeat;
    -o-border-image: url(images/s-border2.png) 1 repeat;
    border-image: url(images/s-border2.png) 1 fill repeat;
    position: relative;
  }

  .footer-links {
    border-left: 1px solid #dfa4a4;
  }

  body #cooked-plugin-page .search-section .select-row.select-count-3 .select-box {
    width: 32%;
  }

  .hreview-aggregate .rating {
    float: right;
  }

  body #cooked-plugin-page .rating {
    margin: 0;
  }

  .main-slides {
    margin-top: 4px;
  }
}
/* lg ≥ 768px	≥ 1024px	.pure-u-lg-* */
@media screen and (min-width: 64em) {
  .main-navigation a {
    font-size: 22px;
    margin: 0 5px;
    padding: 10px 9px;
  }

  .brands {
    display: inline-block;
    text-align: left;
  }

  .side-item-photo {
    position: absolute;
    right: 0;
    top: 80px;
    display: block;
  }

  a.see-recipe-button, a.see-recipe-button:visited {
    font-size: 28px;
  }

  .mobile-logo {
    display: none;
  }

  .logo {
    padding-left: 40px;
    top: auto;
    display: block;
  }

  .navigation-container-shadow, .navigation-container {
    display: block;
  }

  .brand-bar {
    height: 59px;
  }

  .search-area {
    display: block;
  }

  .main-slides {
    margin-top: -100px;
  }

  .header-image-bar {
    display: block;
    margin-top: -100px;
    overflow: hidden;
    height: 115px;
    background-image: url(images/veggies-vingette.jpg);
  }

  .footer-social h3 {
    font-weight: 300;
    font-size: 28px;
  }
}
/* xl ≥ 1280px	.pure-u-xl-* */
@media screen and (min-width: 80em) {
  .main-navigation ul {
    padding-left: calc(50% - 280px);
  }

  .main-navigation a {
    font-size: 26px;
    margin: 0 15px;
    padding: 10px 10px;
  }

  .brands {
    text-align: center;
    font-size: 18px;
  }

  .brands a, .brands a:visited {
    margin: 0 30px;
  }
}
@media screen and (min-width: 84em) {
  .main-navigation a {
    font-size: 30px;
    margin: 0 5px;
    padding: 10px 9px;
  }
}
@media print {
  body #cooked-plugin-page .recipe-main-img {
    display: none;
  }

  body #cooked-plugin-page .print-image {
    display: block;
    width: 33%;
    float: right;
    height: auto;
    margin: 0 0 30px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }

  .recipe-description-container {
    display: none;
  }

  body #cooked-plugin-page .cp-box-inner {
    display: inline-block;
  }
}
.archivePost,
.singlePost {
  max-width: 60rem;
  margin: 3rem auto;
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.35s ease-in-out;
  position: relative;
}
.archivePost::after,
.singlePost::after {
  content: "";
  bottom: 0;
  margin-top: 3rem;
  height: 2px;
  width: 60%;
  border-bottom: 2px solid #cd3c37;
}

.singlePost {
  margin-top: 1.5rem !important;
}

.articleExcerpt {
  line-height: 1.5;
  font-size: 1.1em;
  max-width: 40rem;
}

.archivePostTitle,
.archiveTitle {
  text-decoration: none;
  font-size: 1.4em;
  transition: all 0.15s ease-in-out;
}
.archivePostTitle:hover,
.archiveTitle:hover {
  color: #a62e2a;
  text-decoration: none;
}

.archiveHeader {
  max-width: 60rem;
  margin: 0 auto;
}

.archiveTitle {
  color: #cd3c37;
}

.entry-footer {
  background: none;
}

.cat-links {
  margin-right: 1rem;
}

.cat-links a {
  transition: all 0.25s ease-in-out;
  font-weight: normal;
}
.cat-links a:hover {
  color: #d7635f;
}

.tags-links a {
  font-weight: normal;
}

.cat-links,
.post-edit-link,
.tags-links {
  color: #ac3c3c;
  font-weight: bold;
}

.post-edit-link {
  margin-left: 1rem;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.post-edit-link:hover {
  color: #ac3c3c;
}

.singlePostTitle {
  font-size: 3.3em;
  color: #cd3c37;
}

.singlePostContent p, .singlePostContent ul {
  font-size: 1.1em;
  line-height: 1.5;
}
.singlePostContent h2 {
  font-size: 2em;
}
.singlePostContent h3 {
  font-size: 1.7em;
}
.singlePostContent h4 {
  font-size: 1.5em;
}
.singlePostContent h2, .singlePostContent h3, .singlePostContent h4 {
  color: #a62e2a;
}
.singlePostContent a {
  transition: all 0.25s ease-in-out;
}
.singlePostContent a:hover {
  color: #7d221f;
}

.site-main .post-navigation {
  max-width: 60rem;
  margin: 0 auto;
}

.archivePostEntry {
  display: flex;
  justify-content: space-between;
}

.archivePostEntry .featured-image {
  width: 30rem;
  margin-top: 1rem;
  padding: 0 2rem;
}

@media (max-width: 768px) {
  .archivePostEntry {
    flex-wrap: wrap-reverse;
  }

  .archivePostEntry .featured-image {
    width: 100%;
    padding: 0;
  }
}
.more_info_button {
  color: #000;
  border: 0;
  margin-top: 12px;
  background: none;
}

.more_info_button span {
  background: #000;
  color: #fff;
  font-family: Times, serif;
  width: 18px;
  height: 18px;
  line-height: 20px;
  font-size: 12px;
  display: inline-block;
  border-radius: 9px;
}

.more_wrap {
  position: relative;
}

.more_info {
  position: absolute;
  display: flex;
  left: -2000px;
  top: 8px;
  transition: opacity 0.5s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  width: 600px;
  padding-top: 66px;
  text-align: left;
  opacity: 0;
  z-index: 999;
  background: #fff;
  padding: 20px;
}
.more_close {
  position: absolute;
  top: 12px;
  right: 12px;
  border: 0;
  background: none;
  cursor: pointer;
}

.more_info.open {
  opacity: 1;
  left: 0;
}

.more_info .left {
  width: 40%;
  padding-right: 5%;
}

.more_info .right {
  width: 55%;
}

@media (max-width: 1200px) {
    .more_info {
        flex-wrap: wrap;
    }

    .more_info .left, .more_info .right {
        width: 100%;
        padding: 0 3%;
        box-sizing: border-box;
    }
    .more_info.open {
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 99999;
        width: 80vw;
        max-height: 90vh;
        overflow: auto;
    }
}



.more_info ul {
  padding: 0 0 0 24px !important;
}

.more_info li {
  list-style: initial !important;
  margin-bottom: 8px;
}

.page-content-container {
  overflow: visible;
}

.page-content-area {
  margin-bottom: 0;
}

/*# sourceMappingURL=mw-style.css.map */
