@charset "UTF-8";
/* 
Theme Name: The Ravenous Couple
Theme URL: http://www.theravenouscouple.com
Description: Custom theme for the Ravenous Couple.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 1.0
*/
/*CSS RESET*/
body {
  height: 100%;
}

html, body, div, h1, h2, h3, p, ul, ol, li, form, fieldset, input, textarea, p, blockquote {
  font-size: inherit;
  margin: 0 0 1.7em;
  padding: 0;
}

ul {
  list-style: none;
}

img, fieldset, a {
  border: 0;
  outline-style: none;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

/*---------STRUCTURE---------*/
@font-face {
  font-family: "MuseoSans300";
  src: url("museosans-300-webfont.eot");
  src: url("museosans-300-webfont.eot?iefix") format("eot"), url("museosans-300-webfont.woff") format("woff"), url("museosans-300-webfont.ttf") format("truetype"), url("museosans-300-webfont.svg#webfontmGslnrLz") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=icomoon-] {
  font-family: "icomoon";
  font-size: 22px;
  line-height: 1;
}

.icomoon-rss:before {
  content: "";
}

.icomoon-pinterest:before {
  content: "";
}

.icomoon-instagram:before {
  content: "";
}

.icomoon-facebook:before {
  content: "";
}

.icomoon-twitter:before {
  content: "";
}

body {
  color: #404040;
  font-size: 16px;
  font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Geneva, sans-serif;
  line-height: 1.7em;
  background-color: #fff;
  margin: 0;
  padding: 0;
  position: relative;
}

a {
  text-decoration: none;
}

a:link, a:visited, a:active {
  color: #ed211f;
  text-decoration: none;
}

a:hover {
  color: #ffd600;
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  font-family: MuseoSans300, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Geneva, sans-serif;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 10px;
}

h1, h2 {
  color: #ed211f;
  font-size: 26px;
  line-height: 26px;
}

h3 {
  color: #ed211f;
  font-size: 18px;
  line-height: 18px;
  text-transform: lowercase;
}

h4 {
  color: #ed211f;
  font-size: 15px;
  line-height: 15px;
  text-transform: lowercase;
}

.clear {
  width: 1px;
  height: 1px;
  clear: both;
}

#wrapper {
  background-color: #fff;
  background-image: url("images/chopsticks.png");
  background-repeat: no-repeat;
  background-position: 677px top;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  width: 970px;
  overflow: hidden;
  border-right: 1px solid #efeeed;
  border-left: 1px solid #efeeed;
}

.clear {
  clear: both;
}

/*Header*/
#header {
  margin-bottom: 30px;
  position: relative;
  background-image: url("images/sep.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 bottom;
}
@media (min-width: 1024px) {
  #header {
    background-image: none;
  }
}

#header .logo {
  margin-top: 20px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.sociallinks {
  font-size: 10px;
  line-height: 13px;
  text-align: left;
  text-transform: lowercase;
  margin-top: -33px;
  margin-right: 5px;
  margin-bottom: 0;
  float: right;
}

.sociallinks a {
  margin-right: 2px;
  margin-left: 2px;
}

.sep {
  background-image: url("images/chopstickssm.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-top: 0;
  margin-bottom: 20px;
  height: 44px;
}

#searchform {
  color: #666;
}

/*Content*/
#content {
  display: inline;
  width: 600px;
  min-height: 750px;
  float: left;
  overflow: hidden;
}

.pagecontent ul {
  margin-top: 0;
  margin-bottom: 15px;
}

.pagecontent ul li {
  background-image: url("images/bullet.png");
  background-repeat: no-repeat;
  background-position: 0 8px;
  padding-bottom: 5px;
  padding-left: 11px;
}

/*Sidebar*/
#sidebar {
  font-size: 95%;
  line-height: inherit;
  display: inline;
  margin-top: 15px;
  padding-bottom: 20px;
  width: 340px;
  float: right;
}

h3.widgettitle {
  background-image: url("images/sep.png");
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: contain;
  margin-top: 0;
  margin-bottom: 1.4em;
  padding-top: 0;
  padding-bottom: 10px;
}

#topsidebar a {
  color: #ed211f;
}

#topsidebar a:hover {
  color: #ffd600;
}

#topsidebar h3.widgettitle {
  background-image: none;
  padding-bottom: 2px;
}

#topsidebar .aboutimg {
  margin-top: -20px;
  margin-left: 5px;
}

#topsidebar-ad {
  text-align: center;
  margin-bottom: 25px;
}

#topsidebar-ad div {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

#leftsidebar {
  margin-right: 20px;
  width: 160px;
  float: left;
}

#rightsidebar {
  width: 160px;
  float: left;
}

.widget {
  margin-bottom: 20px;
  overflow: hidden;
}

.widget a:link, .widget a:visited, .widget a:active {
  color: #404040;
  text-decoration: none;
}

.widget a:hover {
  color: #ed211f;
  text-decoration: none;
}

.widget ul {
  line-height: 1;
  overflow: hidden;
}

.widget ul li {
  background-image: url("images/bullet.png");
  background-repeat: no-repeat;
  background-position: 0 6px;
  list-style-type: none;
  padding-top: 0;
  padding-bottom: 6px;
  padding-left: 9px;
  margin-bottom: 1em;
}

.widget_categories ul li {
  background-image: url("images/bullet.png");
  background-repeat: no-repeat;
  background-position: 0 6px;
  list-style-type: none;
  padding-top: 0;
  padding-bottom: 2px;
  padding-left: 9px;
}

.widget p {
  margin-top: 6px;
  margin-bottom: 2px;
}

h3.widgettitle a {
  color: #ed211f !important;
}

.widget_twitter .entry-meta {
  color: #b5b4b1 !important;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin-top: 2px;
}

.widget_twitter .entry-meta a {
  color: #b5b4b1 !important;
}

.widget_twitter .from-meta {
  display: none;
}

/*Post Styles*/
.post {
  margin-bottom: 30px;
}

.post h2 {
  margin: 0 0 2px;
  padding: 0;
  vertical-align: middle;
}

.post h2, a.h2, h2 a:link, h2 a:visited, h2 a:active {
  color: #ed211f;
  text-decoration: none;
}

.post h2 a:hover {
  color: #ffd600;
  text-decoration: none;
}

.post .edit {
  text-transform: lowercase;
  letter-spacing: 0;
}

.postdate {
  color: #979692;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.postmeta {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 15px;
}

.postmeta, .postmeta a, .metabottom, .metabottom a {
  color: #979692;
  text-decoration: none;
}

.postmeta a:hover, .edit a:hover {
  color: #ffd600;
  text-decoration: none;
}

.metacat {
  text-transform: uppercase;
}

.postmeta p {
  margin: 0;
  padding: 0;
}

.metabottom {
  color: #979692;
  background-image: url("images/sep.png");
  background-repeat: no-repeat;
  margin-top: 20px;
  padding-top: 5px;
}

.metabottom .left {
  line-height: 20px;
  width: 60%;
  float: left;
}

.metabottom .right {
  line-height: 20px;
  text-align: right;
  width: 40%;
  float: right;
}

.post ul {
  list-style-type: disc;
  margin-top: 0;
  margin-bottom: 17px;
  margin-left: 15px;
}

.post ol {
  list-style-type: decimal;
  margin-top: 0;
  margin-bottom: 17px;
  margin-left: 20px;
}

.post li {
  margin-bottom: 5px;
}

.alignleft {
  margin-right: 10px;
  float: left;
}

.alignright {
  margin-left: 10px;
  float: right;
}

.aligncenter {
  text-align: center;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.post blockquote {
  color: #979692;
  font-style: italic;
  padding-right: 20px;
  padding-left: 20px;
  border-left: 4px solid #c4c3c1;
}

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

.wp-caption p {
  color: #979692;
  font-size: 10px;
  text-align: center;
  margin-top: 2px;
  padding-right: 10px;
}

.post .recipe {
  color: #6b6963;
  font-style: normal;
  background-image: url("images/footerbg.png");
  margin-top: 5px;
  margin-bottom: 12px;
  padding: 25px 30px 20px;
  border-style: none;
}

.post .recipe h2 {
  margin-top: 0;
  margin-bottom: 5px;
}

.post .recipe h3 {
  font-style: normal;
  font-weight: normal;
  background-image: url("images/sep.png");
  background-repeat: no-repeat;
  background-position: 0 bottom;
  letter-spacing: 0;
  display: block;
  margin: 20px 0 5px;
  padding-bottom: 10px;
  clear: left;
}

.post .hrecipe .photo {
  float: right;
  width: 1px;
  height: 1px;
}

.post .hhrecipe .recipemeta, .post .recipe .summary {
  margin-top: 1px;
  margin-bottom: 1px;
  clear: left;
}

.post .hrecipe .source p {
  color: #979692;
  font-size: 11.5px;
  margin-top: 1px;
  margin-bottom: 1px;
  clear: left;
}

.post .hrecipe p.time {
  color: #979692;
  font-size: 11.5px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}

.printbutton {
  font-size: 9.5px;
  line-height: 10px;
  text-align: left;
  text-transform: lowercase;
  margin-top: 2px;
  margin-left: 20px;
  float: right;
}

.printbutton img {
  margin-top: -3px;
  margin-right: 3px;
  float: left;
}

.printbutton img, .postmeta img, .post h2 img {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.addthis_toolbox {
  margin-top: 15px;
}

a.more-link {
  color: #ed211f;
  font-size: 18px;
  font-family: MuseoSans300, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Geneva, sans-serif;
  text-decoration: none;
  text-transform: lowercase;
}

a.more-link:hover {
  color: #ffd600;
}

.teaserpost {
  margin-top: 20px;
  margin-bottom: 25px;
  padding-left: 200px;
  overflow: hidden;
}

.teaserpost img {
  margin-right: 20px;
  margin-left: -200px;
  float: left;
}

.teaserpost h2 {
  font-size: 21px;
  line-height: 21px;
  margin-top: 25px;
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  .teaserpost h2 {
    margin-top: 0;
  }
}

.teaserpost .postmeta {
  margin-bottom: 1.2em;
}

.teaserpost p {
  margin: 0 0 8px;
  padding: 0;
}

.excerptmore {
  margin-top: 5px;
}

.excerptmore a.more-link {
  font-size: 15px;
}

/*Archive Styles*/
.archivepost a:hover {
  text-decoration: none;
}

h2.archivetitle {
  margin-bottom: 15px;
}

.archives {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
}
@media (min-width: 768px) {
  .archives {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.archivepost {
  font-size: 11px;
  line-height: 15px;
  text-align: center;
}

.archivepost a {
  text-decoration: none;
}

.archivepost .date {
  color: #979692;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  display: block;
  float: none;
}

.archivepost .title {
  font-size: 15px;
  font-family: MuseoSans300, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Geneva, sans-serif;
  line-height: 17px;
  text-align: center;
  display: block;
  margin-top: 0.5em;
}

.archivepost em {
  color: #979692;
  font-size: 10px;
  font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Geneva, sans-serif;
  font-style: normal;
  text-align: center;
  display: block;
  margin-top: 2px;
}

.archiveslist {
  color: #6b6963;
  font-size: 12px;
  line-height: 19px;
  list-style-type: disc;
  margin-top: 0;
  margin-bottom: 20px;
  overflow: hidden;
}

.archiveslist li {
  background-image: url("images/bullet.png");
  background-repeat: no-repeat;
  background-position: 0 7px;
  list-style-type: none;
  padding-left: 11px;
  width: 30%;
  float: left;
}

.archiveslist ul li {
  color: #ed211f;
  font-size: 11px;
  line-height: 13px;
  list-style-type: none;
}

.archiveslist a:link, .subcategories a:link {
  color: #6b6963;
}

.archiveslist a:visited, .subcategories a:visited {
  color: #979692;
}

.archiveslist a:hover {
  color: #ffd600;
}

.subcategories a:hover {
  color: #ed211f;
}

.archiveslist a:active, .subcategories a:active {
  color: #ed211f;
}

.archiveslist em {
  color: #979692;
  font-size: 10.5px;
}

.pagecontent .linkdirectory li.linkcat {
  background-image: none;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.linkdirectory h3 {
  color: #979692;
  margin-bottom: 4px;
}

.linkdirectory ul li {
  margin-left: 10px;
}

.relatedposts {
  position: relative;
}
.relatedposts .archives {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.relatedposts .archives .archivepost {
  display: block;
  float: none;
  width: 100%;
}
@media (min-width: 600px) {
  .relatedposts .archives {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.subcategories {
  color: #6b6963;
  font-size: 11.5px;
  font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Geneva, sans-serif;
  font-weight: normal;
  background-color: #f4f3f3;
  background-image: none;
  margin-bottom: 15px;
  padding: 15px;
  border-style: none;
  border-radius: 6px;
}

.subcategories h4 {
  color: #ed211f;
  margin-top: 0;
}

.subcategories ul {
  width: 100%;
  overflow: hidden;
}

.subcategories li {
  margin-bottom: 0;
  padding-left: 2em;
}

.subcategories ul li ul li {
  color: #ffd600;
  list-style-type: disc;
  margin-left: 15px;
  width: 150px;
  float: left;
}

/*----FORMS----*/
#submit, .submitbutton {
  color: #fff;
  font-size: 16px;
  font-family: MuseoSans300, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Geneva, sans-serif;
  font-weight: normal;
  background-color: #ed211f;
  text-transform: lowercase;
  cursor: pointer;
  margin-top: 5px;
  padding: 3px 12px;
  border-style: none;
  border-radius: 4px;
}

#submit:hover, .submitbutton:hover {
  background-color: #ffd600;
}

.commentinput, .styledinput, .captchainput, .searchinput {
  color: #6b6963;
  font-size: 90%;
  font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Geneva, sans-serif;
  font-weight: normal;
  background-color: #f4f3f3;
  background-image: none;
  margin-bottom: 5px;
  padding: 5px 7px;
  border-style: none;
  border-radius: 6px;
}

.commentinput:focus, .styledinput:focus, .captchainput:focus, .searchinput:focus {
  background-color: #ebebea;
}

.commentinput {
  width: 475px;
}

.label {
  margin-bottom: 2px;
}

.wpcf7 form p {
  margin: 0;
  padding: 0;
}
.wpcf7 form p span .styledinput {
  width: 100%;
  position: relative;
  padding: 0.5rem 0 0.5rem 0.5rem;
}
@media (min-width: 768px) {
  .wpcf7 form p span .styledinput {
    width: 90%;
  }
}

.wpforms-container-full label {
  color: #ed211f;
}
.wpforms-container-full input {
  border-radius: 6px;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-name .wpforms-field-label,
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-text .wpforms-field-label,
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-email .wpforms-field-label,
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-textarea .wpforms-field-label {
  font-weight: normal;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-text input,
div.wpforms-container-full .wpforms-form input[type=email].wpforms-field-required,
div.wpforms-container-full .wpforms-form input[type=text].wpforms-field-required,
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-textarea textarea {
  border-radius: 6px;
  color: #6b6963;
  background-color: #f4f3f3;
  border-width: 0;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-text input:focus, div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-text input:active,
div.wpforms-container-full .wpforms-form input[type=email].wpforms-field-required:focus,
div.wpforms-container-full .wpforms-form input[type=email].wpforms-field-required:active,
div.wpforms-container-full .wpforms-form input[type=text].wpforms-field-required:focus,
div.wpforms-container-full .wpforms-form input[type=text].wpforms-field-required:active,
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-textarea textarea:focus,
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-textarea textarea:active {
  background-color: #ebebea;
}

div.wpforms-container-full .wpforms-form button[type=submit] {
  background-color: #ed211f !important;
  color: white !important;
  border-radius: 6px !important;
  border-width: 0;
  width: 100%;
}
@media (min-width: 600px) {
  div.wpforms-container-full .wpforms-form button[type=submit] {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
}

/*Footer*/
#footer {
  color: #979692;
  font-size: 11.5px;
  background-color: #f8f8f7;
  background-image: url("images/footerbg.png");
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
  overflow: hidden;
}

.footerwrap {
  margin-right: auto;
  margin-left: auto;
  width: 980px;
}

#footer a:link, #footer a:visited, #footer a:active {
  color: #979692;
  text-decoration: none;
}

#footer a:hover {
  color: #ed211f;
}

#footer h3 {
  background-repeat: repeat-x;
  margin-bottom: 15px;
}

#footer p {
  margin-top: 10px;
  margin-bottom: 10px;
}

#footer .widget_text {
  width: 300px;
  float: left;
}

#footer .subform {
  margin: -6px 0 0 -1px;
  padding: 0;
}

.emailinput, .searchinput {
  color: inherit;
  background-color: #fff;
  background-color: #f4f3f3;
  margin: 0;
  padding: 4px 5px;
  border-style: solid;
  border-width: 0;
  border-color: #e1e1e0;
  border-radius: 4px;
}

.emailsubmit, .searchsubmit {
  color: #fff;
  font-size: 16px;
  font-family: MuseoSans300, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Geneva, sans-serif;
  background-color: #979692;
  text-transform: lowercase;
  cursor: pointer;
  padding: 5px 7px;
  border-style: none;
  border-radius: 4px;
}

.emailsubmit:hover, .searchsubmit:hover {
  background-color: #6b6963;
}

.emailinput:focus, .searchinput:focus {
  border-color: #c4c3c1;
}

#footer .popular-posts {
  margin-right: -18px;
  margin-left: 40px;
  width: 658px;
  float: left;
}

#footer .popular-posts img {
  margin-right: 16px;
}

.subfooter {
  background-image: url("images/sep.png");
  background-repeat: repeat-x;
  margin: 20px 1em 0;
  padding-top: 5px;
  clear: both;
  overflow: hidden;
}

#footerpages {
  text-transform: lowercase;
  width: 50%;
  float: left;
}

#footerpages li {
  display: inline;
  margin-right: 10px;
}

.copyright {
  color: #b5b4b1;
  font-size: 10px;
  line-height: 12px;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 50%;
  float: right;
}

.adspace {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

/*Comments*/
#comments {
  font-size: 18px;
  margin-bottom: 10px;
}

#respond {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 10px;
}

#commentlist {
  font-size: 11.5px;
  line-height: 17px;
  background-image: url("images/sep.png");
  background-repeat: no-repeat;
  list-style-type: none;
  margin-bottom: 30px;
}

#commentlist li {
  background-image: url("images/sep.png");
  background-repeat: no-repeat;
  background-position: 0 bottom;
  margin: 0 0 1em;
  padding: 13px 10px 11px 55px;
}
#commentlist li .thread-alt {
  margin-left: 5%;
}

#commentlist li.bypostauthor {
  background-color: #f1f1f1;
}

#commentlist li p {
  margin: 2px 40px 6px 0;
  padding: 0;
}

p.commentmeta, .commentmeta a {
  color: #979692;
  font-size: 11px;
  margin: 0 0 4px;
  padding: 0;
}

.commentmeta strong {
  color: #ed211f;
}

.commentmeta strong a {
  color: #ed211f;
  font-weight: bold;
  text-decoration: underline;
}

.commentmeta a:hover {
  color: #ffd600;
  text-decoration: underline;
}

.commentnumber {
  color: #f7f7f6;
  font: bold 30px Arial, sans-serif, Helvetica;
  float: right;
}

.bypostauthor .commentnumber {
  color: #ffffff;
  font: bold 30px Arial, sans-serif, Helvetica;
  float: right;
}

.avatar {
  display: block;
  margin: 4px 0 7px -45px;
  float: left;
  width: unset;
  height: 32px;
}

#commentform {
  margin-bottom: 30px;
  width: 500px;
}

#commentform p {
  margin-bottom: 5px;
}

.wp-smiley {
  vertical-align: middle;
}

/*threaded comments*/
#commentlist li ul {
  margin: 0;
  padding: 0;
}

#commentlist li ul li {
  background-color: #f7f7f6;
  background-image: none;
  margin: 10px 0 0;
  padding: 13px 10px 13px 60px;
  border-bottom: medium none;
}

#cancel_reply, #cancel_reply a {
  color: #ed211f;
  font-size: 11px;
  font-weight: bold;
}

.thdrpy, .thdrpy a {
  color: #ed211f;
  font-size: 11px;
  text-decoration: none;
}

.thdrpy a:hover {
  color: #ffd600;
  text-decoration: underline;
}

/*----PAGE NUMBERS----*/
#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  text-transform: none;
  text-indent: 0;
  word-spacing: 0;
  letter-spacing: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}

#wp_page_numbers {
  font-size: 11px;
  line-height: 15px;
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
  height: 15px;
  clear: both;
}

.searchnavigation #wp_page_numbers {
  margin-top: 35px;
}

.searchnavigation-top #wp_page_numbers {
  margin-top: 25px;
  margin-bottom: 20px;
}

#wp_page_numbers ul {
  text-align: center;
  width: 100%;
}

#wp_page_numbers li {
  display: inline;
}

#wp_page_numbers a {
  color: #979692;
  padding: 3px 5px;
  border: solid 1px #eaf0e8;
}

#wp_page_numbers li.space {
  color: #979692;
  padding: 3px 5px;
}

#wp_page_numbers li.first_last_page {
  font-style: italic;
}

#wp_page_numbers li.active_page a:hover {
  color: #fff;
  background-color: #ed211f;
}

#wp_page_numbers li.page_info {
  color: #979692;
  text-transform: lowercase;
  padding-top: 3px;
  padding-right: 10px;
  padding-bottom: 3px;
}

#wp_page_numbers li a:hover {
  color: #fff;
  background-color: #ffd600;
}

#wp_page_numbers li.active_page a {
  color: #fff;
  background-color: #ed211f;
}

/*PULLDOWN MENU*/
#centeredmenu {
  font-size: 14px;
  font-family: MuseoSans300, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Geneva, sans-serif;
  line-height: 43px;
  text-transform: lowercase;
  letter-spacing: 0.03em;
  margin: 0;
  padding: 0;
  top: -20px;
  width: 100%;
  height: 44px;
  clear: both;
  overflow: hidden;
}

#menu {
  font-weight: normal;
  text-transform: lowercase;
  padding-top: 6px;
  width: 100%;
  height: 30px;
}

#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

#menu {
  width: auto;
}

#menu a {
  color: inherit;
  line-height: 30px;
  text-decoration: none;
  letter-spacing: -0.05px;
  display: block;
  margin-right: 4px;
  margin-left: 4px;
  padding: 0 12px 3px;
  height: 30px;
}

#menu li {
  padding: 0;
  float: left;
}

#menu ul {
  font-weight: normal;
  line-height: 1;
  background-color: #fff;
  margin: 0;
  padding-bottom: 5px;
  position: absolute;
  z-index: 200;
  left: -999em;
  width: 150px;
  height: auto;
  border-bottom: 4px solid #ffd600;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.15);
}

#menu li li {
  font-weight: normal;
  background-color: #fff;
  text-align: left;
  margin: 0;
  width: 150px;
}

#menu li li a {
  color: inherit;
  font-size: 11.5px;
  font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Geneva, sans-serif;
  line-height: 12px;
  text-transform: lowercase;
  margin: 0;
  padding: 8px 15px 6px;
  width: 120px;
  height: 14px;
}

#menu li ul ul {
  margin: -23px 0 0 100px;
}

#menu li ul li:hover a, #menu li ul li li:hover a, #menu li ul li li li:hover a, #menu li ul li li li:hover a {
  color: #ed211f;
}

#menu li:hover a, #menu li.sfhover a {
  color: #ed211f;
}

#menu li:hover li a, #menu li li:hover li a, #menu li li li:hover li a, #menu li li li li:hover li a {
  color: #404040;
}

#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li:hover ul ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul, #menu li.sfhover ul ul ul ul {
  left: -999em;
}

#menu li:hover ul, .menu li li:hover ul, #menu li li li:hover ul, #menu li li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul, #menu li li li li.sfhover ul, #menu li:hover, .menu li.sfhover, #menu li.current_page_parent, #menu li.current_page_item {
  color: #ed211f;
  left: auto;
}

#desktop-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-image: url("images/navbg.png");
  background-repeat: no-repeat;
  background-position: 0 center;
}

.sociallinks {
  margin-top: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
  float: none;
  line-height: 1;
}

#responsive-menu {
  text-transform: lowercase;
}

#responsive-menu-additional-content .sociallinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#responsive-menu-additional-content .sociallinks a span {
  color: white;
  font-size: 35px;
}
#responsive-menu-additional-content .sociallinks a span:hover {
  color: #ffd600;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.responsive-menu-boring .responsive-menu-inner {
  -webkit-transition: 0.2s -webkit-transform ease-in-out !important;
  transition: 0.2s -webkit-transform ease-in-out !important;
  -o-transition: 0.2s transform ease-in-out !important;
  transition: 0.2s transform ease-in-out !important;
  transition: 0.2s transform ease-in-out, 0.2s -webkit-transform ease-in-out !important;
}

#wpp-3 {
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#wpp-3 > div {
  width: 100%;
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
#wpp-3 > div > span {
  height: auto;
}
#wpp-3 > div > span a {
  font-size: 0;
}
#wpp-3 .wpp-thumbnail {
  float: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

#footer .popular-posts {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
#footer .popular-posts img {
  margin-right: 0;
}

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

.teaserpost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.teaserpost .postthumb {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 190px;
          flex: 1 0 190px;
}
.teaserpost img {
  margin-left: 0;
  float: none;
  margin-right: 2rem;
}

img.logo {
  width: auto;
}

.printbutton img {
  width: auto;
}

.footerwrap {
  width: 100%;
  max-width: 970px;
}

@media (max-width: 767px) {
  #leftsidebar {
    margin-right: 10px;
  }
}
@media (max-width: 1024px) {
  #wrapper {
    background-image: none;
    padding: 0 20px;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  img.logo {
    width: 80%;
    height: auto;
  }

  #sidebar {
    width: 100%;
    margin-bottom: 0;
  }

  #leftsidebar, #rightsidebar {
    width: 48%;
    margin-bottom: 0;
  }

  body, #content, #wrapper, .post, .post .recipe, p, blockquote, .footerwrap, #footer .popular-posts, iframe {
    width: 100%;
    float: none;
    display: block;
    position: relative;
  }

  .post .recipe {
    padding: 20px;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .post.teaserpost {
    margin: 2rem 0;
    padding-left: 0;
    width: 100%;
  }
  .post.teaserpost .postthumb {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) and (min-width: 500px) {
  .post.teaserpost .postthumb {
    width: 60%;
  }
}
@media (max-width: 1024px) {
  .teaserpost img {
    float: none;
    margin: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 1024px) {
  #wpp-3 > div {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}
@media (max-width: 1024px) {
  .subform .emailinput {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}
.subform, .widget_search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767px) {
  #leftsidebar, #rightsidebar {
    width: 100%;
  }

  .subform, .widget_search form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .subform .emailinput, .widget_search form .emailinput {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  .subform .emailsubmit, .widget_search form .emailsubmit {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0;
  }

  .widget_search form .searchinput {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  .widget_search form .searchsubmit {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0;
  }
}
.widget.widget_recent_entries {
  margin-bottom: 0;
}
.widget.widget_recent_entries ul li a {
  line-height: 1.2;
}

#text-7 p {
  line-height: 1.2;
  margin: 1em 0;
}

.textwidget .sociallinks {
  margin-bottom: 1em;
}

.post iframe {
  width: 100%;
}

p:empty {
  display: none;
}

div:empty {
  margin-bottom: 0;
}

.grecaptcha-badge {
  display: none;
}

#wpdcom * {
  margin-bottom: 0;
}

#comments {
  margin-top: 0;
}
/*# sourceMappingURL=style.css.map */