/* Variables */
/* MIXINS */
/* Fonts */
@import url("https://fonts.googleapis.com/css?family=Cookie|PT+Sans:400,700");
/* icomoon */
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?d0urgu");
  src: url("fonts/icomoon.eot?d0urgu#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?d0urgu") format("truetype"), url("fonts/icomoon.woff?d0urgu") format("woff"), url("fonts/icomoon.svg?d0urgu#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-caret-down:before {
  content: "\e900"; }

/* Global Styles */
*:not(span) {
  color: #3C3831;
  font: 14px "PT Sans", sans-serif; }

strong {
  color: #3C3831;
  font: 14px "PT Sans", sans-serif;
  font-weight: 700; }

::-moz-selection {
  color: #F3F3F4;
  background-color: #FD7679; }

::selection {
  color: #F3F3F4;
  background-color: #FD7679; }

html,
body {
  height: 100%;
  margin: 0;
  padding: 0; }

html {
  background-color: #FD7679; }

a {
  color: #FD7679;
  cursor: pointer; }

h1, h2, h3, h4, h5, h6, p {
  color: #3C3831;
  margin-top: 0; }

h1, h2, h3, h4 {
  font: 28px "Cookie", cursive; }

h5, h6 {
  font: 20px "Cookie", cursive; }

p {
  line-height: 1.5; }

span {
  color: #FD7679; }

img {
  width: 100%;
  height: auto; }

ul {
  margin: 0;
  -webkit-padding-start: 0;
  padding: 0; }

li {
  list-style: none; }

input,
textarea {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 8px 15px;
  border: none;
  background-color: #F3F3F4; }

textarea {
  height: 140px; }

button,
.button,
.wpcf7-submit {
  padding: 8px 15px;
  background-color: #FD7679;
  color: #F3F3F4;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

:active, :focus, :visited, :hover,
a:active, a:focus, a:visited, a:hover, button:hover,
.wpcf7-submit:active, .wpcf7-submit:focus, .wpcf7-submit:visited, .wpcf7-submit:hover {
  outline: 0;
  border: none;
  text-decoration: none; }

.button:focus,
.wpcf7-submit:focus {
  color: #F3F3F4; }

#bhbar {
  display: none; }

/* Template */
.clearfix:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  clear: both; }

.main-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0; }

.module,
.widget_post_views_counter_list_widget,
.article {
  background-color: white; }

.module,
.widget_post_views_counter_list_widget {
  border-top: 4px solid #D8D8D8; }

.article-content {
  padding: 15px 20px; }

.ad {
  text-align: center;
  margin: 20px auto; }
  .ad img {
    max-width: 250px; }

#page-wrapper {
  position: relative;
  min-height: 100%;
  padding-bottom: 138px;
  /* height of footer */
  background-color: #F3F3F4; }

#skm-sovrn-beacon {
  display: none; }

#share-icons {
  margin: 6px 0 3px 0; }
  #share-icons li {
    float: left;
    width: 20%;
    border-right: 3px solid #F3F3F4; }
    #share-icons li a {
      display: block;
      width: 100%;
      height: 40px;
      text-align: center;
      background-color: #3C3831; }
      #share-icons li a .fa {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px;
        color: white; }
  #share-icons li:last-child {
    border-right: none; }

.cookbook ul {
  max-width: 300px;
  margin: 0 auto; }
  .cookbook ul li {
    float: left;
    width: 25%; }
    .cookbook ul li a {
      position: relative;
      display: block; }
      .cookbook ul li a .image-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: transparent;
        z-index: 2;
        -webkit-transition: .2s ease-in-out;
        -moz-transition: .2s ease-in-out;
        transition: .2s ease-in-out; }
      .cookbook ul li a img {
        width: 100%;
        height: auto; }
      .cookbook ul li a:hover .image-overlay {
        background-color: rgba(255, 255, 255, 0.3); }

/* Related posts plugin */
.zem_rp_wrap.zem_rp_th_vertical {
  margin-top: 30px; }

.zem_rp_title {
  color: #3C3831;
  font-weight: bold; }

/* Responsive */
@media screen and (min-width: 768px) {
  #page-wrapper {
    padding-bottom: 85px; } }
@media screen and (min-width: 980px) {
  /* Global Styles */
  a,
  .button,
  .wpcf7-submit {
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    transition: .2s ease-in-out; }

  a:hover {
    color: #FE9C9F; }

  .button:hover,
  .wpcf7-submit:hover {
    background-color: #FE9C9F;
    color: white; }

  input[type="submit"] {
    width: auto; }

  /* Template */
  .article {
    float: left;
    width: calc(100% - 330px); }

  .article-content {
    padding: 25px 30px; }

  #share-icons {
    position: fixed;
    top: 68px;
    left: 0;
    margin: 0; }
    #share-icons li {
      float: none;
      margin-bottom: 3px;
      border: none;
      width: auto; }
      #share-icons li a {
        width: 40px; }
        #share-icons li a:hover {
          background-color: #FD7679; } }
#header-social {
  position: absolute;
  top: -18px;
  left: 50%;
  width: 175px;
  padding: 10px 0;
  text-align: center;
  transform: translateX(-50%); }
  #header-social a {
    float: left;
    width: 25px;
    height: 25px;
    margin: 0 5px;
    padding: 4px;
    border-radius: 50%;
    background-color: #3C3831; }
    #header-social a .fa {
      color: #F3F3F4; }

.main-header {
  margin-bottom: 60px;
  background-color: #3C3831;
  color: wheat; }
  .main-header nav {
    display: block;
    height: 32px;
    text-align: center; }
    .main-header nav .fa-search {
      position: absolute;
      top: 7px;
      left: 10px;
      font-size: 16px;
      color: white; }
    .main-header nav #preorder-cookbook {
      position: absolute;
      top: 35px;
      left: 0;
      width: 100%; }
    .main-header nav #nav-toggle,
    .main-header nav #nav-search {
      display: block; }
    .main-header nav #nav-search {
      position: relative;
      float: left;
      width: calc(100% - 34px);
      height: 32px;
      margin: 0;
      padding: 6px 10px 6px 35px;
      border: none;
      border-bottom: 3px solid transparent;
      outline: 0;
      background-color: transparent;
      color: #F3F3F4;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      -webkit-transition: .2s ease-in-out;
      -moz-transition: .2s ease-in-out;
      transition: .2s ease-in-out; }
    .main-header nav #nav-toggle {
      float: right;
      width: 34px;
      height: 32px;
      padding: 7px 10px;
      font-size: 16px;
      background-color: #FD7679; }
      .main-header nav #nav-toggle .fa {
        color: white; }
    .main-header nav #menu-main-menu {
      display: none;
      position: absolute;
      top: 32px;
      background-color: white;
      width: 100%;
      z-index: 1000; }
      .main-header nav #menu-main-menu li a {
        display: block;
        padding: 8px 15px;
        color: #3C3831;
        font: 20px "Cookie", cursive; }
      .main-header nav #menu-main-menu li a:after {
        margin-left: 5px;
        font-size: 14px; }
      .main-header nav #menu-main-menu li .active {
        color: #FD7679; }
      .main-header nav #menu-main-menu .sub-menu {
        display: none;
        position: relative;
        width: 100%;
        background-color: white;
        border-left: 3px solid #D8D8D8;
        text-align: left;
        z-index: 100; }
        .main-header nav #menu-main-menu .sub-menu li .fa {
          float: right;
          margin-top: 3px; }
        .main-header nav #menu-main-menu .sub-menu .sub-menu {
          top: 0;
          padding-left: 15px;
          border: none;
          background-color: #F3F3F4; }

/* Responsive */
@media screen and (min-width: 980px) {
  #header-social {
    left: 0;
    transform: translateX(0);
    top: 0;
    padding-left: 10px;
    width: 185px;
    width: auto; }
    #header-social a:hover {
      background-color: #787063; }
      #header-social a:hover .fa {
        color: white; }

  .main-header {
    margin-bottom: 0;
    background-color: white; }
    .main-header nav {
      position: relative;
      max-width: 1140px;
      height: auto;
      margin: 0 auto;
      overflow: visible; }
      .main-header nav #preorder-cookbook {
        display: block;
        top: 0;
        left: 0;
        width: auto;
        height: 100%;
        padding: 10px 15px 0 15px; }
      .main-header nav .menu-main-menu-container {
        line-height: 0; }
      .main-header nav .fa-search {
        top: 10px;
        left: initial;
        right: 10px;
        color: #3C3831; }
      .main-header nav #nav-search {
        position: absolute;
        top: 0;
        right: 0;
        float: none;
        width: 250px;
        height: 38px;
        padding: 8px 35px 8px 10px;
        color: #3C3831; }
      .main-header nav #nav-search:active, .main-header nav #nav-search:focus, .main-header nav #nav-search:hover {
        border-color: #D8D8D8; }
      .main-header nav #nav-toggle {
        display: none; }
      .main-header nav #menu-main-menu {
        display: inline-block !important;
        position: static;
        width: auto; }
        .main-header nav #menu-main-menu li {
          float: left; }
          .main-header nav #menu-main-menu li a:hover {
            text-decoration: none;
            color: #FD7679; }
        .main-header nav #menu-main-menu .sub-menu {
          position: absolute;
          width: 160px;
          border-left: none; }
          .main-header nav #menu-main-menu .sub-menu li {
            position: relative;
            float: none;
            text-align: left;
            overflow: visible; }
            .main-header nav #menu-main-menu .sub-menu li a:hover {
              background-color: #F3F3F4; }
          .main-header nav #menu-main-menu .sub-menu .sub-menu {
            top: 0;
            left: 160px;
            padding-left: 0;
            border-top: none;
            border-left: 3px solid #D8D8D8;
            background-color: white; }
        .main-header nav #menu-main-menu .menu-item-has-children > a:after {
          font-family: 'icomoon';
          content: "\e900"; }
        .main-header nav #menu-main-menu .menu-item-has-children:hover > .sub-menu {
          display: block; } }
@media screen and (min-width: 1140px) {
  #header-social {
    left: 30px; } }
.main-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  text-align: center;
  background-color: #3C3831; }
  .main-footer p {
    margin-bottom: 10px;
    color: white; }
  .main-footer .credits {
    margin-bottom: 15px; }
    .main-footer .credits p {
      margin: 0; }
      .main-footer .credits p span {
        display: none; }
      .main-footer .credits p .fa {
        color: #FD7679; }
  .main-footer nav {
    display: inline-block; }
    .main-footer nav a {
      display: block;
      float: left;
      width: 25px;
      height: 25px;
      margin: 0 5px;
      padding: 4px;
      border-radius: 50%;
      background-color: white; }

@media screen and (min-width: 768px) {
  .main-footer {
    height: 85px;
    padding: 0 30px;
    overflow: auto; }
    .main-footer section {
      position: relative;
      max-width: 1150px;
      height: 100%;
      margin: 0 auto; }
    .main-footer .credits,
    .main-footer nav {
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
    .main-footer .credits {
      float: left;
      margin: 0; }
      .main-footer .credits br {
        display: none; }
      .main-footer .credits p span {
        display: inline; }
      .main-footer .credits p {
        text-align: left; }
    .main-footer nav {
      float: right; }
      .main-footer nav .fa {
        -webkit-transition: .2s ease-in-out;
        -moz-transition: .2s ease-in-out;
        transition: .2s ease-in-out; }
      .main-footer nav a:hover {
        background-color: #FD7679; }
        .main-footer nav a:hover .fa {
          color: white; } }
#sidebar {
  display: none; }

@media screen and (min-width: 980px) {
  #sidebar {
    display: block;
    float: left;
    width: 300px;
    margin-left: 30px; }
    #sidebar section {
      margin-bottom: 20px; }
    #sidebar .logo-wrap {
      text-align: center; }
      #sidebar .logo-wrap img {
        max-width: 200px; }
    #sidebar .cookbook.popular {
      padding-bottom: 0; }
    #sidebar .cookbook ul li {
      float: left;
      width: 25%; }
      #sidebar .cookbook ul li a {
        position: relative;
        display: block; }
        #sidebar .cookbook ul li a .image-overlay {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: transparent;
          z-index: 2;
          -webkit-transition: .2s ease-in-out;
          -moz-transition: .2s ease-in-out;
          transition: .2s ease-in-out; }
        #sidebar .cookbook ul li a img {
          width: 100%;
          height: auto; }
        #sidebar .cookbook ul li a:hover .image-overlay {
          background-color: rgba(255, 255, 255, 0.3); }
    #sidebar .widget_post_views_counter_list_widget,
    #sidebar .about {
      position: relative;
      margin: 60px 0 40px 0;
      padding: 15px 40px 25px 40px;
      text-align: center; }
      #sidebar .widget_post_views_counter_list_widget #about-img,
      #sidebar .about #about-img {
        position: absolute;
        top: -42px;
        left: calc(50% - 40px);
        width: 80px;
        border-radius: 50%; }
      #sidebar .widget_post_views_counter_list_widget h3,
      #sidebar .about h3 {
        margin-top: 35px;
        text-align: center; }
      #sidebar .widget_post_views_counter_list_widget .button,
      #sidebar .about .button {
        position: absolute;
        bottom: -16px;
        left: calc(50% - 60px);
        width: 120px;
        text-align: center; }
    #sidebar .widget_post_views_counter_list_widget,
    #sidebar .popular {
      padding: 0;
      text-align: left; }
      #sidebar .widget_post_views_counter_list_widget h3, #sidebar .widget_post_views_counter_list_widget h4,
      #sidebar .popular h3,
      #sidebar .popular h4 {
        position: absolute;
        bottom: 100%;
        left: 0;
        margin-bottom: 5px;
        text-align: left; }
      #sidebar .widget_post_views_counter_list_widget ul a,
      #sidebar .popular ul a {
        display: block;
        padding: 10px 15px;
        border-left: 4px solid white;
        color: #3C3831; }
      #sidebar .widget_post_views_counter_list_widget ul a:hover,
      #sidebar .popular ul a:hover {
        background-color: #F3F3F4;
        color: #3C3831;
        border-color: #FD7679; } }
#home-wrap {
  position: relative; }

#header-social {
  position: absolute;
  top: -18px;
  left: 50%;
  width: 175px;
  padding: 10px 0;
  text-align: center;
  transform: translateX(-50%); }
  #header-social a {
    float: left;
    width: 25px;
    height: 25px;
    margin: 0 5px;
    padding: 4px;
    border-radius: 50%;
    background-color: #3C3831; }
    #header-social a .fa {
      color: #F3F3F4; }

#home-logo {
  margin-bottom: 30px;
  text-align: center; }
  #home-logo img {
    width: 180px; }

.tile-image {
  position: relative; }
  .tile-image .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    transition: .2s ease-in-out; }

.tile-content,
.article header {
  margin-bottom: 10px;
  padding: 15px 20px;
  background-color: white; }
  .tile-content h2,
  .article header h2 {
    margin: 0; }
  .tile-content p,
  .article header p {
    margin: 0; }
  .tile-content .meta,
  .tile-content .meta a,
  .article header .meta,
  .article header .meta a {
    margin-bottom: 10px;
    font-size: 12px;
    color: #787063;
    font-style: italic; }
  .tile-content .meta a,
  .article header .meta a {
    text-decoration: underline; }
  .tile-content .meta a:hover,
  .article header .meta a:hover {
    color: #FD7679; }

.alm-btn-wrap {
  text-align: center; }

.clear3,
.clear2 {
  display: none; }

@media screen and (min-width: 768px) {
  #home-wrap {
    padding: 30px; }

  #home-logo img {
    width: 190px; }

  .tile-article {
    float: left;
    width: calc(50% - 10px); }
    .tile-article h2 {
      -webkit-transition: .2s ease-in-out;
      -moz-transition: .2s ease-in-out;
      transition: .2s ease-in-out; }
    .tile-article a:hover .image-overlay {
      background-color: rgba(255, 255, 255, 0.3); }
    .tile-article a:hover h2 {
      color: #FD7679; }

  .tile-article {
    margin: 0 5px; }

  .tile-content {
    padding: 20px 30px; }

  .clear2 {
    display: block; } }
@media screen and (min-width: 980px) {
  #header-social {
    left: 0;
    transform: translateX(0);
    top: 0;
    padding-left: 10px;
    width: 185px;
    width: auto; }
    #header-social a:hover {
      background-color: #787063; }
      #header-social a:hover .fa {
        color: white; }

  .article header {
    padding: 15px 30px; }

  #tile-articles {
    max-width: 1150px;
    margin: 0 auto; }

  .tile-article {
    width: calc(33.333% - 20px);
    margin: 0 10px 15px 10px; }

  .clear2 {
    display: none; }

  .clear3 {
    display: block; } }
@media screen and (min-width: 1140px) {
  #header-social {
    left: 30px; } }
#post-wrap {
  position: relative;
  max-width: 1130px;
  padding-top: 0;
  /* Recipes plugin */ }
  #post-wrap .article header {
    margin-bottom: 0; }
    #post-wrap .article header p.meta {
      margin-bottom: 0; }
  #post-wrap .article-info:first-child {
    margin-bottom: 0; }
  #post-wrap .article-info {
    font-weight: bold; }
    #post-wrap .article-info .fa {
      margin-right: 10px; }
  #post-wrap .article-content .description {
    margin-bottom: 20px; }
    #post-wrap .article-content .description div span {
      display: block;
      margin-bottom: 5px;
      line-height: 1.5;
      color: #3C3831 !important;
      font: 14px "PT Sans", sans-serif !important; }
  #post-wrap .article-content .directions {
    margin: 20px auto 0 auto; }
  #post-wrap .article-content .recipe {
    position: relative;
    width: 300px;
    margin: 0 auto; }
    #post-wrap .article-content .recipe .perforated {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
    #post-wrap .article-content .recipe header,
    #post-wrap .article-content .recipe article {
      padding: 25px 25px;
      background-color: #FFFFDC; }
    #post-wrap .article-content .recipe header {
      padding-bottom: 0;
      border-bottom: 3px solid #DCDCA5; }
    #post-wrap .article-content .recipe article {
      padding-top: 15px; }
    #post-wrap .article-content .recipe h3 {
      margin: 0 0 5px 0; }
    #post-wrap .article-content .recipe p {
      margin-bottom: 5px;
      font-size: 16px;
      font-weight: bold; }
    #post-wrap .article-content .recipe li {
      margin-bottom: 5px; }
    #post-wrap .article-content .recipe .fa {
      margin-right: 10px;
      display: block;
      float: left;
      margin-bottom: 6px; }
  #post-wrap .article-content .download-recipe {
    margin-bottom: 5px;
    text-align: center; }
    #post-wrap .article-content .download-recipe .button {
      display: block;
      background-color: #3C3831; }
      #post-wrap .article-content .download-recipe .button .fa {
        margin-right: 5px;
        color: #F3F3F4;
        -webkit-transition: .2s ease-in-out;
        -moz-transition: .2s ease-in-out;
        transition: .2s ease-in-out; }
    #post-wrap .article-content .download-recipe a:hover {
      background-color: #787063; }
      #post-wrap .article-content .download-recipe a:hover .fa {
        color: white; }
  #post-wrap .bo-recipe .fn.p-name {
    padding: 0; }
  #post-wrap .bo-recipe .photo-container {
    display: none; }
  #post-wrap .bo-recipe .hrecipe.h-recipe {
    padding: 30px;
    background-color: #F3F3F4; }
  #post-wrap .bo-recipe .bo-recipe-save-container {
    margin-left: 10px; }

@media screen and (max-width: 350px) {
  #post-wrap .article-content .recipe {
    width: calc(100% + 40px);
    margin-left: -20px; }

  /* Related posts plugin */
  .zem_rp_wrap.zem_rp_th_vertical {
    display: none; } }
@media screen and (min-width: 980px) {
  #post-wrap {
    padding: 30px 50px; }
    #post-wrap .download-recipe {
      float: right; } }
#about-wrap #signature {
  text-align: right;
  color: #FD7679; }

.contact p {
  color: #787063;
  font-style: italic; }
  .contact p a {
    font-style: italic; }

/* Responsive */
@media screen and (min-width: 980px) {
  .contact input[type="text"],
  .contact input[type="email"],
  .contact textarea {
    margin-bottom: 0;
    padding: 8px 15px;
    background: #F3F3F4;
    background-image: none;
    border: none;
    border-radius: 0; }
  .contact textarea {
    margin: 0 0 10px 0; }
  .contact input[type="submit"] {
    float: right; }
  .contact .wpcf7-response-output {
    margin: 25px 0 5px 0;
    border: none;
    padding: 8px 15px;
    color: white;
    background-color: #3C3831; }
  .contact .wpcf7-mail-sent-ok {
    background-color: #90CB87; }
  .contact .wpcf7-not-valid-tip {
    color: #FD7679; } }
#search-wrap #no-results {
  margin-left: 30px; }
  #search-wrap #no-results a {
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    transition: .2s ease-in-out; }
    #search-wrap #no-results a:hover {
      color: #FE9C9F; }

#category-wrap {
  position: relative; }
  #category-wrap h1 {
    margin-bottom: 30px;
    text-align: center; }

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