/* TABLE of CONTENTS

	- BASIC STUFF
		- fonts
		- colors
		- defaults
		- grid
		- forms
	- TYPOGRAPHY
	- NAVBAR
		- bigger-than-tablet
		- smaller-than-tablet
	- LOGO
	- SLIDER
	- NEWSLETTER
	-	FEATURED
	- ADSENSE
	- GRID-LIST
	- LIST-LIST
	- FOOTER
	- OTHERS
	- SIDEBAR
	- SINGLE
	- RECIPE formatting
	- PAGE & POST typo
	- LATEST POST WIDGET
 */
/* fonts */
/* colors */
.border-top {
  border-top: 1px solid #000; }

.border-right {
  border-right: 1px solid #000; }

.border-left {
  border-left: 1px solid #000; }

.border-bottom {
  border-bottom: 1px solid #000; }

.border-bold {
  border-width: 3px !important; }

.border-extrabold {
  border-width: 4px !important; }

.c-black {
  color: #000; }

.bg-black {
  background-color: #000; }

.link-black a {
  color: #000; }
  .link-black a:hover {
    color: #feaa26; }

.c-white {
  color: #fff; }

.bg-white {
  background-color: #fff; }

.link-white a {
  color: #fff; }
  .link-white a:hover {
    color: #feaa26; }

.c-main {
  color: #feaa26; }

.bg-main {
  background-color: #feaa26; }

.link-main a {
  color: #feaa26; }
  .link-main a:hover {
    color: #000; }

.c-grey {
  color: #bbb; }

.bg-grey {
  background-color: #f4f4f4; }

.link-grey a {
  color: #bbb; }
  .link-grey a:hover {
    color: #feaa26; }

/* defaults */
html {
  font-size: 62.5%; }

body {
  font-size: 16px;
  line-height: 1.375em;
  font-family: "Lora", serif; }
  body:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
    z-index: 0;
    background-color: #f4f4f4; }
  body#tinymce:before {
    background-color: transparent;
    display: none; }
  body .mainwhitebg {
    box-shadow: -4rem 0 0 #fff, 4rem 0 0 #fff;
    padding: 2rem 0; }

.container {
  max-width: 127.74rem;
  width: 100%;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 127.74rem) {
    .container {
      padding: 0 1rem;
      width: calc(100% - 2rem); } }

.inner {
  padding: 2rem; }

.inner-top {
  padding-top: 2rem; }

.inner-bottom {
  padding-bottom: 2rem; }

.inner-left {
  padding-left: 2rem; }

.inner-right {
  padding-right: 2rem; }

.gutter {
  margin: 2rem; }

.gutter-top {
  margin-top: 2rem; }

.gutter-bottom {
  margin-bottom: 2rem; }

.gutter-left {
  margin-left: 2rem; }

.gutter-right {
  margin-right: 2rem; }

.relative {
  position: relative; }

.left {
  float: left; }

.right {
  float: right; }

.center-margin {
  margin-left: auto !important;
  margin-right: auto !important;
  float: none; }

.cf:after {
  content: "";
  display: table;
  clear: both; }

.text-vertical {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media screen and (max-width: 768px) {
    .text-vertical {
      position: static;
      transform: none; } }

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

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

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

a {
  text-decoration: none;
  -o-transition: all 0.20s ease-in-out;
  -webkit-transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
  transition: all 0.20s ease-in-out; }

img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%; }

.meta {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem; }

.meta-meta {
  font-size: 1.12rem; }

.category hr {
  width: 4rem;
  height: .2rem;
  border: 0;
  box-shadow: 0;
  display: block;
  margin: .5rem 0; }

/* grid */
.nofloat {
  float: none; }

.col {
  float: left; }

.col-half {
  width: 50%; }

.col-one-third {
  width: 33.33%; }

.col-two-third {
  width: 66.66%; }

.col-80 {
  width: 80%; }

.col-20 {
  width: 20%; }

.col-100 {
  width: 100%; }

.img a:hover .bg {
  opacity: 0.75; }
.img a .bg {
  -o-transition: all 0.20s ease-in-out;
  -webkit-transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
  transition: all 0.20s ease-in-out;
  opacity: 0.95;
  padding-top: 100%;
  width: 100%;
  height: 0;
  background-size: cover;
  background-position: center;
  position: relative; }
  .img a .bg:after {
    top: 1.2rem;
    bottom: 1.2rem;
    left: 1.2rem;
    right: 1.2rem;
    position: absolute;
    z-index: 0;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.5);
    content: ""; }

@media screen and (max-width: 1024px) {
  .col-md-half {
    width: 50%; }

  .col-md-one-third {
    width: 33.33%; }

  .col-md-two-third {
    width: 66.66%; }

  .col-md-80 {
    width: 80%; }

  .col-md-100 {
    width: 100%; } }
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .col-lg-half {
    width: 50%; }

  .col-lg-one-third {
    width: 33.33%; }

  .col-lg-two-third {
    width: 66.66%; }

  .col-lg-80 {
    width: 80%; }

  .col-lg-100 {
    width: 100%; } }
/* forms */
input, textarea, select, button {
  display: block;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  font-style: italic;
  font-family: "Lora", serif;
  text-transform: lowercase;
  line-height: 4rem;
  height: 4rem;
  border-radius: 0;
  outline: none;
  text-indent: 2rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: inset 1px 0 0 #000, inset -1px 0 0 #000, inset 0 1px 0 #000, inset 0 -1px 0 #000;
  -webkit-box-shadow: inset 1px 0 0 #000, inset -1px 0 0 #000, inset 0 1px 0 #000, inset 0 -1px 0 #000; }

textarea {
  height: 17.5rem; }

input[type="submit"], button {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  text-indent: 0;
  border-radius: 0;
  outline: none;
  background-color: #feaa26;
  color: #000;
  cursor: pointer; }
  input[type="submit"]:hover, button:hover {
    background-color: #000;
    color: #fff; }

select {
  padding: 1.2rem;
  text-indent: 0;
  margin-top: 1.5rem; }

/* TYPOGRAPHY */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Playfair Display", serif;
  margin: 1.5rem 0;
  padding: 0;
  line-height: 1.25em; }

h1, .h1 {
  font-size: 4.8rem; }

h2, .h2 {
  font-size: 3.6rem; }

h3, .h3 {
  font-size: 2.8rem; }

h4, .h4 {
  font-size: 1.8rem; }

h5, h6, .h5, .h6 {
  font-size: 1.6rem; }

blockquote {
  font-size: 2.4rem; }

@media screen and (max-width: 1024px) {
  h1, .h1 {
    font-size: 3.2rem; }

  h2, .h2 {
    font-size: 2.6rem; }

  h3, .h3 {
    font-size: 2.2rem; }

  h4, .h4 {
    font-size: 1.8rem; }

  h5, h6, .h5, .h6 {
    font-size: 1.6rem; }

  blockquote {
    font-size: 2.0rem; } }
/* NAVBAR */
#navbar {
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  line-height: 5rem;
  /* smaller-than-tablet */ }
  #navbar ul {
    margin: 0;
    padding: 0;
    display: inline-block; }
    #navbar ul li {
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative; }
      #navbar ul li a {
        display: inline-block;
        margin: 0;
        padding: 0 1rem; }
      #navbar ul li:after {
        content: '|';
        color: #feaa26; }
      #navbar ul li:last-child:after {
        content: ''; }
      #navbar ul li ul {
        display: none;
        position: absolute;
        top: 100%;
        background: #000;
        padding: 0 1.5rem; }
        #navbar ul li ul li {
          display: block;
          border-top: 1px solid rgba(255, 255, 255, 0.2); }
          #navbar ul li ul li:after, #navbar ul li ul li a:after {
            display: none; }
          #navbar ul li ul li:first-child {
            border: 0; }
          #navbar ul li ul li a {
            display: block;
            min-width: 20rem;
            line-height: 1em;
            padding: 2rem 0; }
        #navbar ul li ul ul {
          left: 100%;
          top: 0; }
      #navbar ul li:hover > ul {
        display: block; }
      #navbar ul li.menu-item-has-children a:after, #navbar ul li.page_item_has_children a:after {
        content: " \f107";
        font-family: "FontAwesome";
        font-size: 1rem; }
  #navbar #searchbutton, #navbar #bars {
    padding: 0 1rem; }
  #navbar #get_search_form {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
  @media screen and (min-width: 1024px) {
    #navbar #bars {
      display: none; } }
  @media screen and (max-width: 1024px) {
    #navbar #bars {
      display: block; }
    #navbar #main-menu {
      display: none; } }

.mainpadding-top {
  height: 5rem !important;
  width: 100%; }

.admin-bar #navbar {
  top: 32px; }

.admin-bar #mobile-navbar {
  top: 8.2rem;
  position: fixed; }

@media screen and (max-width: 782px) {
  .admin-bar #navbar {
    top: 4.6rem;
    position: fixed; }

  .admin-bar #mobile-navbar {
    top: 9.6rem;
    position: fixed; } }
@media screen and (max-width: 600px) {
  .admin-bar #navbar.fixed-adbminbar {
    top: 0 !important; }

  .admin-bar #mobile-navbar.fixed-adbminbar {
    top: 5rem !important; } }
/* LOGO */
.logo {
  text-align: center;
  padding: 6rem 0; }
  .logo img {
    margin: 0rem auto; }
  .logo .title {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 5rem;
    margin: 1.5rem 0;
    padding: 0;
    line-height: 1.25em;
    margin: 0; }
  .logo .tagline {
    font-style: italic; }
.logo img {
    margin: -9rem auto;
}
.logo.center-margin.link-black img {
    height: 144px;
}
.logo {
    text-align: center;
    padding: 7rem 0;
}

/* SLIDER */
#controlLooper .item .img {
  padding-top: 50%;
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative; }
#controlLooper .item .text {
  position: absolute;
  text-shadow: 0 0 0.8rem #000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9; }
@media screen and (max-width: 768px) {
  #controlLooper .item .img {
    padding-top: 60%; }
  #controlLooper .item .text .category, #controlLooper .item .text .more {
    display: none; }
  #controlLooper .item .text h2 {
    margin: 3rem 1rem;
    text-align: center; } }

/* NEWSLETTER */
.newsletter {
  font-style: italic; }
  .newsletter span {
    text-transform: uppercase;
    font-style: normal;
    display: block; }

/* FEATURED LIST */
#featured .featured-article {
  /* smaller-than-tablet */ }
  #featured .featured-article .img {
    width: 100%;
    max-width: 430px;
    float: left; }
    #featured .featured-article .img .bg:after {
      border-right: 0; }
  #featured .featured-article .text {
    width: 100%;
    max-width: 33rem;
    position: absolute;
    margin-left: -10%;
    right: 0; }
    @media screen and (max-width: 1024px) {
      #featured .featured-article .text .text-vertical {
        position: relative;
        transform: none; } }
  #featured .featured-article:nth-of-type(even) .img {
    float: right; }
    #featured .featured-article:nth-of-type(even) .img .bg:after {
      border-right: 1px solid rgba(255, 255, 255, 0.5);
      border-left: 0; }
  #featured .featured-article:nth-of-type(even) .text {
    left: 0;
    right: auto;
    margin-left: 0;
    margin-right: -10%;
    text-align: right; }
    #featured .featured-article:nth-of-type(even) .text .category hr {
      margin-left: auto;
      right: 0; }
  @media screen and (max-width: 1024px) {
    #featured .featured-article .text, #featured .featured-article:nth-of-type(even) .text {
      max-width: 90%;
      margin: -20% auto 2rem auto;
      position: static;
      text-align: left; }
      #featured .featured-article .text .category hr, #featured .featured-article:nth-of-type(even) .text .category hr {
        margin-left: 0; }
    #featured .featured-article .img, #featured .featured-article:nth-of-type(even) .img {
      max-width: 100%;
      float: none;
      position: static; } }

/* ADESENSE */
.adsense-big {
  text-align: center; }
  .adsense-big img, .adsense-big iframe {
    margin: 0 auto; }

/* GRID LIST */
.grid .img .bg:after {
  border-bottom: 0; }
.grid .text {
  width: calc( 100% - 6rem );
  position: relative; }
  @media screen and (max-width: 728px) {
    .grid .text .text-vertical {
      position: relative;
      transform: none; } }
.grid .vankep {
  margin: -25% 0 0; }

.grid:nth-of-type(odd) .margin {
  margin-right: 3rem; }

.grid:nth-of-type(even) .margin {
  margin-left: 3rem; }

@media screen and (max-width: 1024px) {
  .grid:nth-of-type(odd) .margin {
    margin-right: 0rem; }

  .grid:nth-of-type(even) .margin {
    margin-left: 0rem; } }
/* LIST LIST */
.list-article .img .bg:after {
  border-right: 0; }

/* FOOTER */
#instagram-sidebar {
  position: relative; }
  #instagram-sidebar ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    list-style-type: none;
    position: relative; }
    #instagram-sidebar ul li {
      display: block;
      flex: 1;
      list-style-type: none;
      opacity: 0.6; }
      #instagram-sidebar ul li:hover {
        opacity: 1;
        -o-transition: all 0.20s ease-in-out;
        -webkit-transition: all 0.20s ease-in-out;
        -moz-transition: all 0.20s ease-in-out;
        transition: all 0.20s ease-in-out; }
    @media screen and (max-width: 768px) {
      #instagram-sidebar ul li {
        flex-basis: 33.33%; } }
  #instagram-sidebar p.clear, #instagram-sidebar .box-title {
    display: none; }
  #instagram-sidebar .box-title {
    font-weight: normal; }

#footer {
  position: relative; }
  #footer .social-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 4rem; }
    #footer .social-bar ul {
      padding: 0;
      margin: 0;
      text-align: center;
      display: flex;
      flex-direction: row;
      list-style-type: none;
      justify-content: flex-start; }
      #footer .social-bar ul li {
        display: block;
        flex: 1 1 auto; }
        #footer .social-bar ul li a {
          display: inline-block;
          line-height: 5rem;
          padding: 0 2rem; }
          #footer .social-bar ul li a i {
            margin: 0 1rem; }
    @media screen and (max-width: 768px) {
      #footer .social-bar ul {
        flex-direction: column; } }
  #footer .copyright {
    text-align: center;
    font-style: italic; }

/* OTHERS */
.pager .older {
  text-align: right; }
  .pager .older a {
    display: inline-block;
    padding: 1rem 2rem;
    background: #f4f4f4; }
.pager .newer {
  text-align: left; }
  .pager .newer a {
    display: inline-block;
    padding: 1rem 2rem;
    background: #f4f4f4; }

.wp_link_pages {
  text-align: center; }
  .wp_link_pages a {
    display: inline-block;
    margin: 0 0 0 0.5rem;
    padding: 1rem 2rem;
    background: #f4f4f4; }

.archive-title-box .description {
  font-style: italic;
  font-weight: normal; }
  .archive-title-box .description p {
    margin: .5rem 0 0; }
.archive-title-box .page-title {
  font-weight: normal;
  line-height: 3rem;
  margin: 0; }
  .archive-title-box .page-title span {
    font-weight: bold; }

.post-password-form input {
  margin: 2rem 0; }

.share {
  text-align: center; }
  .share .button {
    display: inline-block;
    position: relative;
    padding: 1rem; }

#page-404 {
  padding: 10rem 0 15rem; }
  #page-404 h1 {
    font-size: 3rem;
    font-weight: normal; }
  #page-404 p {
    font-family: "Lora", serif;
    font-size: 2rem; }

.grid.sticky .margin {
  position: relative;
  background: #f4f4f4; }

.dvk-social-sharing {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-size: 1.1rem;
  text-transform: uppercase;
  margin: 3rem 0 2rem 0; }
  .dvk-social-sharing a .ss-icon {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%); }
  .dvk-social-sharing a:hover .ss-icon {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%); }
  .dvk-social-sharing a:hover .ss-text {
    color: #000; }

/* SIDEBAR */
#sidebar .sidebar-inner {
  margin-left: 2rem; }
#sidebar .box {
  margin: 0 0 4rem 0;
  font-style: italic;
  width: 100%; }
  #sidebar .box .box-title {
    font-weight: normal;
    color: #000;
    margin-top: 0;
    font-style: normal;
    line-height: 3rem;
    text-align: center; }
    #sidebar .box .box-title img {
      display: inline;
      margin-right: .5rem; }
    #sidebar .box .box-title span {
      padding: 0 .5rem; }
@media screen and (max-width: 1024px) {
  #sidebar .sidebar-inner {
    margin: 0rem; }
  #sidebar .box {
    float: left; }
  #sidebar .box .inner-left {
    margin: 0;
    padding: 1rem; } }
#sidebar ul {
  list-style-type: none;
  padding: 1rem;
  margin: 0;
  font-style: italic; }
  #sidebar ul li:before {
    content: "";
    width: 1rem;
    height: 1rem;
    background-color: #bbb;
    position: absolute;
    left: 0;
    top: calc(.55rem);
    display: inline-block; }
  #sidebar ul li {
    position: relative;
    padding: 0;
    margin: 0;
    padding-left: 2rem;
    margin-bottom: 1rem; }
    #sidebar ul li:last-child {
      margin-bottom: 0; }
    #sidebar ul li li li li li li li .sub-menu {
      padding-left: 0;
      padding-right: 0; }
      #sidebar ul li li li li li li li .sub-menu li {
        padding-left: 0; }
        #sidebar ul li li li li li li li .sub-menu li a {
          padding-left: 2rem;
          display: inline-block; }
  #sidebar ul:last-child {
    padding-bottom: 0; }
#sidebar table {
  width: 100%;
  text-align: center;
  border-collapse: collapse; }
  #sidebar table th, #sidebar table td, #sidebar table caption {
    border: 1px solid #f4f4f4;
    padding: 1rem; }
#sidebar .widget_rss li:before {
  content: "";
  display: none; }
#sidebar .widget_rss li {
  padding-left: 0;
  padding-bottom: 2rem; }
#sidebar .widget_rss .boxinner a.rsswidget {
  display: block;
  font-size: 1.8rem;
  font-family: "Playfair Display", serif;
  font-style: normal; }
#sidebar .widget_rss .boxinner .rss-date, #sidebar .widget_rss .boxinner cite {
  display: block;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #bbb;
  font-style: normal;
  font-size: 1rem;
  padding: .5rem 0; }
#sidebar .tagcloud a {
  display: inline-block;
  font-size: 1.6rem !important;
  border: 1px solid #000;
  margin: 0 1.5rem 1.5rem 0;
  padding: 1rem 1.5rem; }
#sidebar .null-instagram-feed ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  list-style-type: none;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: .5rem; }
  #sidebar .null-instagram-feed ul li {
    display: block;
    flex: 1 1 auto;
    width: calc(33.33333% - 1rem);
    list-style-type: none;
    opacity: 0.8;
    margin: 0;
    padding: 0rem .5rem 1rem; }
    #sidebar .null-instagram-feed ul li:hover {
      opacity: 1;
      -o-transition: all 0.20s ease-in-out;
      -webkit-transition: all 0.20s ease-in-out;
      -moz-transition: all 0.20s ease-in-out;
      transition: all 0.20s ease-in-out; }
  #sidebar .null-instagram-feed ul li:before {
    display: none; }
#sidebar .null-instagram-feed p.clear {
  display: none; }

#newsletter p, #advertise-2 p {
  margin: 0; }
#newsletter .box-title, #advertise-2 .box-title {
  display: none; }

/* SINGLE */
#recipe .post-top {
  position: relative; }
  #recipe .post-top .post-title-group {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0; }
    #recipe .post-top .post-title-group.not-absolute {
      position: static; }
    #recipe .post-top .post-title-group .meta {
      display: inline-block;
      padding: .5rem 0rem; }
    #recipe .post-top .post-title-group .post-title {
      padding: .5rem 0rem;
      display: inline-block;
      margin: 0; }
    #recipe .post-top .post-title-group .excerpt {
      font-size: 1.75rem;
      line-height: 1.4em;
      padding: .5rem 0rem;
      font-style: italic; }
      #recipe .post-top .post-title-group .excerpt p {
        margin: 0; }
  @media screen and (max-width: 1024px) {
    #recipe .post-top .post-title-group {
      padding-left: 0 !important;
      padding-right: 0 !important; } }
#recipe .featured-img {
  background: #f4f4f4; }
  #recipe .featured-img img {
    margin: 0 auto; }
#recipe .post-recommended .hentry:first-of-type {
  border: 0; }
#recipe .post-recommended .bg {
  position: relative;
  padding-top: 75%;
  background-size: cover;
  background-position: center; }
  #recipe .post-recommended .bg:after {
    top: .75rem;
    bottom: .75rem;
    left: .75rem;
    right: .75rem;
    position: absolute;
    z-index: 0;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 0;
    content: ""; }
#recipe .post-recommended h3, #recipe .post-recommended p {
  margin: .75rem 0; }
#recipe .post-recommended h3 {
  margin-top: 0; }
#recipe .post-recommended p {
  margin-bottom: 0; }

#comments ul {
  margin: 0;
  padding: 0; }
  #comments ul li {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  #comments ul ul {
    padding-left: 2.5%; }
#comments .comment {
  padding: 2rem  0 1rem 0rem; }
  #comments .comment .author-img img {
    border-radius: 50%; }
  #comments .comment .text {
    overflow: hidden; }
    #comments .comment .text h6 {
      margin: 0;
      font-weight: normal; }
    #comments .comment .text .date {
      font-size: 1rem; }
    #comments .comment .text p {
      margin: 0;
      margin-bottom: 1rem; }

#recipe-author .recipe-author-image img {
  border-radius: 50%; }
#recipe-author .recipe-author-meta h4 {
  margin: 0;
  line-height: 3rem; }
#recipe-author .recipe-author-meta a.button {
  padding: 0 1rem;
  font-size: 1rem; }

/* RECIPE formatting */
.wprm-recipe {
  border: none;
  font-size: initial;
  padding: 0;
  margin: 0;
  font-family: "Lora", serif; }
  .wprm-recipe h2.wprm-recipe-name {
    font-family: "Playfair Display", serif;
    margin: 1.5rem 0;
    padding: 0;
    line-height: 1.25em;
    font-size: 2.6rem; }
  .wprm-recipe > div[class$="container"] .wprm-recipe-details-icon {
    margin-right: .75rem; }
  .wprm-recipe > div[class$="container"] .wprm-recipe-header {
    font-family: "Playfair Display", serif;
    margin: 1.5rem 0;
    padding: 0;
    line-height: 1.25em;
    font-size: 1.8rem; }
  .wprm-recipe > div[class$="container"] ul, .wprm-recipe > div[class$="container"] ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-style: italic; }
    .wprm-recipe > div[class$="container"] ul li:before, .wprm-recipe > div[class$="container"] ol li:before {
      content: "";
      width: 1rem;
      height: 1rem;
      background-color: #bbb;
      position: absolute;
      left: 0;
      top: calc(50% - .5rem);
      display: inline-block; }
    .wprm-recipe > div[class$="container"] ul li, .wprm-recipe > div[class$="container"] ol li {
      position: relative;
      margin: 0;
      padding-left: 2rem;
      margin-bottom: 1rem; }
  .wprm-recipe > div[class$="container"] ol {
    list-style-type: decimal; }
    .wprm-recipe > div[class$="container"] ol li:before {
      display: none; }
    .wprm-recipe > div[class$="container"] ol li {
      margin-left: 2rem;
      padding-left: .5rem; }
  .wprm-recipe .wprm-recipe-ingredients-container,
  .wprm-recipe .wprm-recipe-instructions-container,
  .wprm-recipe .wprm-recipe-notes-container {
    border-top: 1px solid #000;
    padding-bottom: 1rem; }

/* MOBILE-MENU */
#mobile-navbar {
  display: none;
  position: fixed;
  z-index: 999999;
  top: 5rem;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.3); }
  #mobile-navbar .navbar-inner {
    height: 100%;
    width: 30rem; }
  #mobile-navbar #main-menu-mobile {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    #mobile-navbar #main-menu-mobile ul {
      margin: 0;
      padding: 0; }
    #mobile-navbar #main-menu-mobile li {
      position: relative;
      margin: 0;
      padding: 0;
      list-style-type: none;
      border-top: 1px solid rgba(255, 255, 255, 0.2); }
      #mobile-navbar #main-menu-mobile li a {
        padding: 1.4rem;
        display: block; }
      #mobile-navbar #main-menu-mobile li ul {
        display: none;
        margin: 0;
        padding: 0;
        background-color: rgba(255, 255, 255, 0.05); }
    #mobile-navbar #main-menu-mobile .expand {
      display: block;
      position: absolute;
      right: 0;
      text-indent: 0;
      top: 0;
      padding: 1.4rem; }

/* PAGE & POST typo */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 2rem 0; }
  .video-container iframe, .video-container object, .video-container embed, .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.post-content img, .post-content .wp-caption, .comment img, .comment .wp-caption {
  margin: 2rem 0;
  padding: 0;
  max-width: 100%;
  width: auto;
  height: auto; }
  .post-content img .wp-caption-text, .post-content .wp-caption .wp-caption-text, .comment img .wp-caption-text, .comment .wp-caption .wp-caption-text {
    margin: .5rem 0 0;
    padding: 0;
    font-style: italic; }
  .post-content img img, .post-content .wp-caption img, .comment img img, .comment .wp-caption img {
    margin: 0; }
.post-content .aligncenter, .post-content .wp-caption.aligncenter, .comment .aligncenter, .comment .wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto; }
.post-content .alignleft, .post-content .wp-caption.alignleft, .comment .alignleft, .comment .wp-caption.alignleft {
  float: left;
  margin: 2rem 2rem 2rem 0; }
.post-content .alignright, .post-content .wp-caption.alignright, .comment .alignright, .comment .wp-caption.alignright {
  float: right;
  margin: 2rem 0rem 2rem 2rem; }
.post-content .gallery, .comment .gallery {
  margin-bottom: 2rem; }
.post-content figure, .comment figure {
  margin: 0; }
.post-content .gallery-item, .comment .gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin-bottom: 2rem; }
  .post-content .gallery-item img, .comment .gallery-item img {
    margin: 0 auto;
    width: auto; }
.post-content .gallery-columns-2 .gallery-item, .comment .gallery-columns-2 .gallery-item {
  max-width: 50%; }
.post-content .gallery-columns-3 .gallery-item, .comment .gallery-columns-3 .gallery-item {
  max-width: 33.33%; }
.post-content .gallery-columns-4 .gallery-item, .comment .gallery-columns-4 .gallery-item {
  max-width: 25%; }
.post-content .gallery-columns-5 .gallery-item, .comment .gallery-columns-5 .gallery-item {
  max-width: 20%; }
.post-content .gallery-columns-6 .gallery-item, .comment .gallery-columns-6 .gallery-item {
  max-width: 16.66%; }
.post-content .gallery-columns-7 .gallery-item, .comment .gallery-columns-7 .gallery-item {
  max-width: 14.28%; }
.post-content .gallery-columns-8 .gallery-item, .comment .gallery-columns-8 .gallery-item {
  max-width: 12.5%; }
.post-content .gallery-columns-9 .gallery-item, .comment .gallery-columns-9 .gallery-item {
  max-width: 11.11%; }
.post-content .gallery-caption, .comment .gallery-caption {
  display: block;
  font-style: italic; }
.post-content .bypostauthor, .comment .bypostauthor {
  font-weight: normal; }
.post-content blockquote, .comment blockquote {
  font-size: 1.8rem;
  line-height: 1.2em;
  padding: 1% 4%;
  margin: 2rem 0;
  box-shadow: inset 3px 0 0 #000;
  background: #f4f4f4; }
.post-content table, .comment table {
  width: 100%;
  text-align: center;
  border-collapse: collapse; }
  .post-content table th, .post-content table td, .post-content table caption, .comment table th, .comment table td, .comment table caption {
    border: 1px solid #f4f4f4;
    padding: 1rem; }

.post-content ul, .post-content ol, #comments .comment-text ul, #comments .comment-text ol {
  list-style-type: none;
  padding: 1rem;
  margin: 0;
  font-style: italic; }
  .post-content ul li:before, .post-content ol li:before, #comments .comment-text ul li:before, #comments .comment-text ol li:before {
    content: "";
    width: 1rem;
    height: 1rem;
    background-color: #bbb;
    position: absolute;
    left: 0;
    top: calc(.55rem);
    display: inline-block; }
  .post-content ul li, .post-content ol li, #comments .comment-text ul li, #comments .comment-text ol li {
    position: relative;
    padding: 0;
    margin: 0;
    padding-left: 2rem;
    margin-bottom: 1rem; }
    .post-content ul li:last-child, .post-content ol li:last-child, #comments .comment-text ul li:last-child, #comments .comment-text ol li:last-child {
      margin-bottom: 0; }
  .post-content ul:last-child, .post-content ol:last-child, #comments .comment-text ul:last-child, #comments .comment-text ol:last-child {
    padding-bottom: 0; }

.post-content ol, #comments .comment-text ol {
  list-style-type: decimal;
  margin-left: 2rem; }
  .post-content ol li:before, #comments .comment-text ol li:before {
    display: none; }
  .post-content ol li, #comments .comment-text ol li {
    list-style-type: decimal;
    padding-left: .5rem; }

/* LATEST POST WIDGET */
.weart_latest_posts a.block {
  display: block;
  font-style: normal;
  padding: 1.2rem 0; }
  .weart_latest_posts a.block:first-of-type {
    border: 0;
    padding-top: 0; }
  .weart_latest_posts a.block .img .bg {
    padding-top: 75%;
    width: 100%;
    background-position: center;
    background-size: cover;
    opacity: .95;
    -o-transition: all 0.20s ease-in-out;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    transition: all 0.20s ease-in-out;
    position: relative; }
    .weart_latest_posts a.block .img .bg:after {
      top: .75rem;
      bottom: .75rem;
      left: .75rem;
      right: .75rem;
      position: absolute;
      z-index: 0;
      display: block;
      border: 1px solid rgba(255, 255, 255, 0.5);
      border-right: 0;
      content: ""; }
  .weart_latest_posts a.block .title {
    margin: .25rem; }
  .weart_latest_posts a.block:hover .img .bg {
    opacity: .75; }

/* WP SPECIFIC */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

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

pre {
  overflow: auto;
  width: 100%; }


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