/*
Hello! This stylesheet is for the blog "The Girl Who Ate Everything". If you read my blog, great! If you don't...that's cool. [weeps]

This stylesheet is a mess (I'm not a web developer), but you're welcome to look around.

Anyway, here's some info:

Blog URL: www.roboppy.net
Author: Robyn Lee
Created: June 27, 2017
Last update: Nov 5, 2022
*/

/* Footnote code from https://stevans.github.io/inline-footnotes */

/********** Base styles **********/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Neuton:400,400i');

* {
    box-sizing: border-box;
}

::selection {
    background: #99ffff;
    /* WebKit/Blink Browsers */
}

::-moz-selection {
    background: #99ffff;
    /* Gecko Browsers */
}

body {
    margin: 0px;
    padding: 0;
    background: #FFF;
    font-family: 'Roboto', helvetica, arial, sans-serif;
    font-weight: 400;
    font-size: 100%;
}

a {
    color: #FF7800;
    text-decoration: none;
}

a:link {
    color: #FF7800;
    text-decoration: none;
}

a:visited {
    color: #339999;
    text-decoration: none;
}

a:hover {
    color: #FF7800;
    border-bottom: 1px solid #FF7800;
}

a:active {
    color: #FF7800;
    border-bottom: 1px solid #FF7800;
}

nav a:link,
nav a:visited,
nav a:hover,
nav a:active {
    color: #000;
}

#main-header-row {
    display: inline-block;
    width: 100%;
    text-align: center;
}

header#main-header {
    width: 670px;
    margin: 0;
    padding: 0 0 3rem 0;
    display: inline-block;
    background-image: url("/themes/tgwae-classic/border-fork.gif");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 200px;
}

header#main-header h1 {
    font-family: 'Neuton', serif;
    text-align: center;
    font-size: 2.2em;
    font-weight: normal;
    margin: 1rem 0 0 0;
    padding: 0;
}

header#main-header h1 a:link,
header#main-header h1 a:visited,
header#main-header h1 a:hover,
header#main-header h1 a:active {
    text-decoration: none;
    border-bottom: none;
    color: #FF7800;
}

header#main-header nav#main-nav ul a:link,
header#main-header nav#main-nav ul a:visited,
header#main-header nav#main-nav ul a:active,
header#main-header nav#main-nav ul a:hover {
    text-decoration: none;
    border-bottom: none;
    color: #000;
}

header#main-header h2 {
    text-align: center;
    font-size: 1em;
    margin: .25rem 0 0 0;
    padding: 0;
    font-weight: normal;
    font-style: italic;
}

header#main-header nav {
    text-align: center;
    margin: 1.5rem 0 0 0;
    padding: 0;
}

header#main-header nav#main-nav ul {
    list-style: none;
    margin: 0 0 .25rem 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1em;
}

header#main-header nav#main-nav ul li {
    display: inline-block;
    padding: 0 .5rem;
}

/******* Index page display stuff ***/

article.entry-desc {
    border-top: 1px solid #FF7800;
    margin: -0.5rem 0 0 0;
    padding: 2.5rem 0;
}

article.entry-desc:first-child {
    border-top: none;
    margin: -1.5rem 0 0 0;
}

article.entry-desc header {
    border-bottom: none;
}

article.entry-desc header div.header-image {
    margin: 0;
    padding: 0;
}

article.entry-desc header div.header-image a:hover {
    text-decoration: none;
    border-bottom: none;
}

article.entry-desc header h3.entry-desc-title {
    font-family: 'Neuton', serif;
    text-transform: none;
    font-size: 1.75em;
    font-weight: normal;
    margin: 1.5rem 0;
}

article.entry-desc header h3.entry-desc-title a:link,
article.entry-desc header h3.entry-desc-title a:visited,
article.entry-desc header h3.entry-desc-title a:active {
    text-decoration: none;
    border-bottom: none;
    color: #000;
}

article.entry-desc header h3.entry-desc-title a:hover {
    text-decoration: none;
    border-bottom: 1px solid #000;
    color: #000;
}

ul.post-info {
    margin: 0;
    padding: 0;
    font-style: italic;
    color: #888;
}

ul.post-info li {
    display: inline;
    margin: 0;
    padding: 0 6px 0 0
}

ul.post-info li:first-child:before {
    content: none;
}

main nav#index-page-nav {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    padding: 1.5rem 0;
    margin: 0;
    border-top: 1px solid #FF7800
}

main nav#index-page-nav ul {
    padding: 0;
    margin: 0;
}

main nav#index-page-nav ul li {
    display: inline;
    font-size: 1em;
    border-left: 1px solid #000;
    padding: 0 .5em 0 .75em;
    margin: 0;
}

main nav#index-page-nav ul li:first-child {
    border-left: none;
}

main nav#index-page-nav ul li:before {
    content: none;
}

/******* Main post content, article.ind-entry *******/

main {
    /*position: relative;*/
    background: #FFF;
    padding: 1rem;
    margin: 0 auto;
    max-width: 670px;
    display: block;
    font-size: 1em;
    text-align: left;
}

main article#ind-entry header {
    margin: 0;
    padding: 0 0 2rem 0;
}

main nav#post-nav ul {
    text-align: center;
    font-size: 1rem;
    text-transform: uppercase;
    border-top: 1px solid #FF7800;
    padding: 1.5rem 0 .5rem 0;
    margin: 0;
}

main nav#post-nav ul li {
    display: inline;
    border-left: 1px solid #000;
    padding: 0 .5rem 0 .75rem;
    margin: 0;
}

main nav#post-nav ul li:first-child {
    border-left: none;
}

main nav#post-nav ul li:before {
    content: none;
}

main header {
    text-align: left;
    /**border-bottom: 1px solid #FF7800;**/
}

main h2.post-title {
    font-family: 'Neuton', serif;
    font-weight: normal;
    font-size: 1.75em;
    margin: 0.5rem 0 1.5rem 0;
    padding: 0;
}

main h3.post-sub-title {
    font-family: 'Neuton', serif;
    padding: 0;
    margin: 0 0 1em 0;
    font-size: 1.25em;
    text-transform: none;
    font-weight: 400;
}

main p.post-date {
    font-size: 1em;
    margin: 0 0 1.5rem 0;
    text-align: left;
    font-style: italic;
}

main p {
    font-size: 1.1em;
    line-height: 1.75em;
    padding: 0;
    margin: 1.5rem 0;
}

main p.caption {
    font-size: 1em;
    font-style: italic;
    color: #555;
    line-height: 1.75em;
}

main p.caption:first-of-type {
    margin: 0 0 1.5em 0;
}

main p.recipe-jump {
    font-style: italic;
    font-weight: bold;
}

main h3 {
    font-family: 'Roboto', sans-serif;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.5em;
    margin-bottom: 1.5rem;
    margin-top: 3rem;
}

main h4 {
    font-size: 1.2em;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 1.5rem;
    margin-top: 3rem;
}

main h5.post {
    font-size: 1em;
    margin: 3rem 0 0 0;
}

main h5.post + p {
    font-size: 1em;
    margin: 0 0 1.5rem 0;
}

main h5.subhead {
    font-size: 1em;
    line-height: 1.75em;
}

main section#content-main dl dt a:hover {
    border: none;
}

main section#content-main figure a:hover {
    /*repeating for new figure tag */
    border: none;
}


main p.post-date-footer {
    margin: 1.5rem 0 0 0;
    font-style: italic;
}

main p.post-info-footer {
    font-style: italic;
    color: #888;
    text-align: right;
}

main p.post-tags {
    margin: 0 0 1.5rem 0;
    text-transform: uppercase;
    font-style: italic;
    line-height: 2.2em;
    font-size: .8em;
    text-align: right;
}

main span.post-tag-ind {
    margin: 0.3em;
    padding: 0 0.3em;
    border: 1px solid #FF7800;
    display: inline-block;
}

main span.post-tag-ind a,
main span.post-tag-ind A:link,
main span.post-tag-ind A:visited,
main span.post-tag-ind A:active {
    text-decoration: none;
    color: #FF7800;
    border-bottom: none;
}

main span.post-tag-ind a:hover {
    text-decoration: none;
    color: #339999;
    border-bottom: none;
}

/***** Misc. <main> styles *****/

main span.thought {
    font-style: italic;
}

main ul,
main ol {
    margin: 1.5em 0 0 1em;
    padding: 0;
}

main ul li {
    margin: 0 0 0.75em 0px;
    list-style: none;
    line-height: 1.75em;
    text-indent: -17px;
}

main ul ul {
    margin: .75em 0 0 2em;
}

main ol li {
    margin: 0 0 0.75em 0.75em;
    line-height: 1.75em;
}

main ul li:before

/*custom bullet */
    {
    /*content: "•"; */
    content: "\25AA";
    padding-right: 10px;
    color: #FF7800;
}

main blockquote {
    color: #777;
    margin: 0 0 0 2em;
    font-size: 1em;
    padding: 1em;
    border-left: 4px solid #ff7800;
    background-color: #fff;
    font-style: italic;
}

main h3#comments {
    text-align: left;
    font-size: 1.5em;
    padding: 0;
    margin: 2rem 0;
}

/***** Image display in individual entry ***/

main dl {}

main dl a,
main figure a {
    border: 0;
}

main dt,
main figure {
    text-align: center;
}

main figure {
    margin: 0;
}

main dd,
main figcaption {
    font-size: 0.9em;
    line-height: 1.75em;
    color: #666;
    margin: 0 0 1em 0;
    padding: 0;
    text-align: center;
}

/********* Image display stuff **********/

article.entry-desc div.header-image img {
    height: auto;
    width: 100%;
}

/***** Comment styling **********/

div#content-comments {}

#content-main p.comments-off {
    font-style: italic;
    color: #999;
}

section#comment-section {
    margin: 0 0 1rem 0;
    border-top: 1px solid #FF7800;
}

article.comment-body {
    margin: 1rem 0 3rem 0;
}

main section#comment-section article.comment-body header {
    border-bottom: none;
    text-align: left;
    font-size: 1em;
    margin: 0 0 -1em 0;
    padding: 0;
}

article.comment-body header span.comment-author {
    font-weight: 400;
}

article.comment-body section.comment-main {
    margin: 0 0 0 1.5rem;
}

article.nameroboppy {
    background-color: #ffffea;
}

/***** Secondary content at the bottom ****/

section#content-secondary {
    text-align: center;
    margin: 0;
    padding: 0;
    border-top: 1px solid #FF7800;
}

section#content-secondary h3 {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: normal;
    text-align: center;
    margin: 2rem 0 1rem 0;
}

section#content-secondary ul#randomArchiveLink {
    margin: 0 -.75rem;
    padding: 0;
}

section#content-secondary ul#randomArchiveLink li img {
    width: 30%;
    margin: 0;
    padding: 0;
}

section#content-secondary ul#randomArchiveLink a {
    border: 0;
}

section#content-secondary ul#randomArchiveLink li {
    display: inline;
    margin: 0 .2rem;
}

section#content-secondary ul#randomArchiveLink li:before {
    content: none;
}

/**** Search page style ********/

div#content-search-header h3 {
    display: inline;
    font-size: 1em;
    font-weight: normal;

}

div#content-search-header form {
    display: inline-block;
}

p#search-head-note {
    font-size: 0.8em;
}

div.search-results-list {
    
}

div.search-results-list h3 {
    font-size: 1.5rem;
    font-weight: normal;
    text-transform: none;

}

div.search-results-list p {
    font-style: italic;
    margin-left: 1.5rem;
}

/***** Footer style ************/

footer#main-footer {
    clear: both;
    text-align: center;
    padding: 2rem 0 .5rem 0;
    margin: 0;
    border-top: 1px solid #FF7800;
}

div#content-search {}

div#content-search h3#header-search {
    display: inline;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1em;
}

div#content-search form {
    display: inline;
}

footer#main-footer ul {
    padding: 0;
}

footer#main-footer ul li {
    margin: 0 .5rem;
    text-transform: uppercase;
    list-style: none;
    display: inline;
}


footer#main-footer ul li:before {
    content: none;
}

footer#main-footer p#content-copy {
    font-size: 0.8em;
    color: #666;
}

/***** Social icons list *******/

footer#main-footer ul#links-social li a img {
    border: 0px;
    width: 35px;
}

footer#main-footer ul#links-social li a {
    border: 0;
}

/*** Styles from old theme, need to correct ***/


.image-right {
    float: right;
    margin: 0 0 10px 10px;
    padding: 5px;
    border: 1px solid #ccc;
}

dl.pos-right {
    float: right;
    padding: 0 10px 0 10px;
    margin: 0;
}

dl.pos-left {
    float: left;
    padding: 0 10px 0 10px;
    margin: 0;
}

dl.pos-right dd,
dl.pos-left dd {
    margin: 0;
    padding: 0;
}

div.chat-a {
    background: url("/food/images/style-talk-bubble-corner.jpg");
    background-position: left bottom;
    background-size: 30px;
    background-repeat: no-repeat;
    padding: 10px 10px 30px 0;
}

div.chat-a > p {
    background: #ccff99;
    border-radius: 30px 30px 30px 0px;
    padding: 15px 25px;
    margin: 0px;
}

/*list
************/

dl.list {
    text-align: left;
    color: #000;
    padding: 10px;
}

dl.list dt {
    text-transform: uppercase;
    font-weight: bold;
    color: #5F3006;
    margin: 0 0 3px 0;
}

dl.list dd {
    color: #000;
    line-height: 1.5em;
    margin: 0px 0px 10px 10px;
    padding: 0 0 0 10px;
    border-left: 1px solid #5F3006;
}

/*List, term plus def and address
************/

dl.term-w-address {
    margin: 0;
    padding: 0;
}

dl.term-w-address dt.term {
    text-align: left;
    font-weight: bold;
    margin: 20px 0 10px 0;
    padding: 0;
}

dl.term-w-address dd.term-image {
    margin: 0;
    padding: 0 0 10px 0;
}

dl.term-w-address dd.desc {
    color: #000;
    margin: 0;
    padding: 0 0 0 20px;
    background: url("/food/images/icons/icon-orange-arrows.gif") no-repeat 0 .25em;
}

dl.term-w-address dd.address {
    margin: 5px 0 0 0;
    padding: 0 0 0 20px;
    font-style: italic;
    background: url("/food/images/icons/icon-orange-address.gif") no-repeat 0 .25em;
}


/*** Archives pages styles ****/

nav#archives-menu ul {
    text-align: center;
    font-size: 1em;
    text-transform: uppercase;
    padding: 0;
    margin: 1rem 0;
}

nav#archives-menu ul li {
    display: inline;
    font-size: 1em;
    text-transform: uppercase;
    /* border-left: 1px solid #000; */
    padding: 0 .75em;
    margin: 0;
}

nav#archives-menu ul li:first-child {
    border-left: none;
}

nav#archives-menu ul li:before {
    content: none;
}

/*** Position content boxes ****/

div.row {
    width: 100%;
    text-align: center;
    border-top: 1px solid #FF7800;
    margin: -20px 0 0 0;
    padding: 20px 0 0 0;
}


/*@media (min-width: 681px) {
    main, section#content-secondary {

    }
    section#content-secondary {
        max-width: 680px;
        display: block;
    }
}
*/

/***** Small screen style ****/

@media (max-width: 670px) {

    main,
    section#content-secondary,
    #main-header-row,
    header#main-header {
        width: 100%;
    }

    main dl dt img,
    main figure img,
    main dl.main-image dt img,
    article.entry-desc div.header-image img,
    section#content-main article#ind-entry img,
    main iframe {
        height: auto;
        width: 100%;
    }

    section#content-main article#ind-entry section#comment-section img {
        width: initial;
    }
}

@media (max-width: 412px) {
    section#content-secondary ul#random-archive-links li img {
        width: 90%;
    }

    section#content-secondary ul#random-archive-links li {
        margin: 0;
        padding: 0;
    }

}

/***** Footnote code *****/
/* From https://stevans.github.io/inline-footnotes/ */

/* This creates the counter  */
body {
  counter-reset: cb_counter_var;
}

/* This increments the counter value and defines 
the displayed content  */
sup::after {
  counter-increment: cb_counter_var;
  content: counter(cb_counter_var);
}

/* This initially hides the footnote (i.e. span)  */
input[type=checkbox] ~ span {
    display:none; 
}

/* Sup style */
sup {
  line-height: 0;
  margin: 0 0 0 -0.2em;
}

/* This styles the footnote text which appears 
when the label is clicked  */
input[type=checkbox]:checked ~ span {
    display:block; 
    margin: 1.5em;
    font-size: 85%;
    font-family:$monospace;
    color: mix(#000, $text-color, 30%);
    cursor:default;
}

/* This permanently hides the checkbox  */
input[type=checkbox]{
    display:none;  
}

/* This styles the footnote label to appear 
like a hyperlink  */
input[type=checkbox] ~ label {
    display:inline;
    cursor:pointer;
    color:#FF7800;
    text-decoration:none;
}

/* This styles the footnote label when the mouse 
hover over it */
input[type=checkbox] ~ label:hover {
    text-decoration:underline;
    cursor:pointer;
    color:#FF7800;
}

/* This styles the footnote label after it is clicked */
input[type=checkbox]:checked ~ label {
    color:#FF7800;
    text-decoration:none;
}


/********** Large devices only *********
@media (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33%;
  }
  .col-lg-2 {
    width: 16.66%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33%;
  }
  .col-lg-5 {
    width: 41.66%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33%;
  }
  .col-lg-8 {
    width: 66.66%;
  }
  .col-lg-9 {
    width: 74.99%;
  }
  .col-lg-10 {
    width: 83.33%;
  }
  .col-lg-11 {
    width: 91.66%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
*/

/********** Medium devices only **********
@media (min-width: 768px) and (max-width: 991px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33%;
  }
  .col-md-2 {
    width: 16.66%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33%;
  }
  .col-md-5 {
    width: 41.66%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33%;
  }
  .col-md-8 {
    width: 66.66%;
  }
  .col-md-9 {
    width: 74.99%;
  }
  .col-md-10 {
    width: 83.33%;
  }
  .col-md-11 {
    width: 91.66%;
  }
  .col-md-12 {
    width: 100%;
  }
}

*/
