/*--------------------------------------------------------------
# RESET
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, input, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
}

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

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

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

a {
    text-decoration: none;
    outline: 0;
}

:target:before {
    content: "";
    display: block;
    height: 90px; /* fixed header height*/
    margin: -90px 0 0; /* negative fixed header height */
}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
/*
@font-face {
    font-family: 'sweetsans';
font-display:swap;
    src: url('fonts/sweetsans-bold-webfont.woff2') format('woff2'),
    url('fonts/sweetsans-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'sweetsans';
font-display:swap;
    src: url('fonts/sweetsans-bolditalic-webfont.woff2') format('woff2'),
    url('fonts/sweetsans-bolditalic-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'sweetsans';
font-display:swap;
    src: url('fonts/sweetsans-italic-webfont.woff2') format('woff2'),
    url('fonts/sweetsans-italic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'sweetsans';
font-display:swap;
    src: url('fonts/sweetsans-regular-webfont.woff2') format('woff2'),
    url('fonts/sweetsans-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'montserrat';
font-display:swap;
    src: url('fonts/montserrat-bold-webfont.woff2') format('woff2'),
    url('fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat';
font-display:swap;
    src: url('fonts/montserrat-bolditalic-webfont.woff2') format('woff2'),
    url('fonts/montserrat-bolditalic-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'montserrat';
font-display:swap;
    src: url('fonts/montserrat-italic-webfont.woff2') format('woff2'),
    url('fonts/montserrat-italic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'montserrat';
font-display:swap;
    src: url('fonts/montserrat-regular-webfont.woff2') format('woff2'),
    url('fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'leaguespartan';
font-display:swap;
    src: url('fonts/league-spartan-webfont.woff2') format('woff2'),
    url('fonts/league-spartan-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'blonde';
font-display:swap;
    src: url('fonts/blonde-script-webfont.woff2') format('woff2'),
    url('fonts/blonde-script-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
b, strong {
    font-weight: bold;
}

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

address {
    margin: 0 0 15px;
}

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

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
}

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

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

big {
    font-size: 125%;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;

}

h4 {
    font-size: 20px;

}

h5 {
    font-size: 18px;

}

h6 {
    font-size: 16px;

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

*, *:before, *:after {
    box-sizing: inherit;
}

html, body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

body {
    background: #ffffff;
}

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

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

hr {
    background-color: #f7e06f;
    border: 0;
    height: 1px;
    margin-bottom: 15px;
}

ul, ol {
    margin: 0 0 15px 30px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 15px;
}

nav ul, .widget ul, .share, .site-info ul, .archives ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 15px 15px;
}

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

table {
    margin: 0 0 15px;
    width: 100%;
}

.cl, .cr {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}

.col-3 {
    width: 33%;
    display: table-cell;
    vertical-align: middle;
}

.col-3.left, .cl {
    text-align: left;
}

.col-3.right, .cr {
    text-align: right;
}

.col-3.middle {
    text-align: center;
}

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 15px;
}

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

.page-content, .entry-content, .entry-summary {
    margin: 15px 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 15px;
}

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

.screen-reader-text:focus {
    background-color: #BDEDF3;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #f7e06f;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

#content[tabindex="-1"]:focus {
    outline: 0;
}

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

.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 5px auto;
}

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

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

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

embed, iframe, object {
    max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Social Icons
--------------------------------------------------------------*/
li.home-link a:before {
    content: '\f015';
    font-family: "Font Awesome 5 Free";
    padding-right: 2px;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
}

li.shop-link a:before {
    content: '\f290';
    font-family: "Font Awesome 5 Free";
    padding-right: 2px;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;

}

li.video-link a:before {
    content: '\f03d';
    font-family: "Font Awesome 5 Free";
    padding-right: 2px;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;

}

li.recipe-link a:before {
    content: '\f2e6';
    font-family: "Font Awesome 5 Free";
    padding-right: 2px;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
}

li.menu-link a:before {
    content: '\f0c9';
    font-family: "Font Awesome 5 Free";
    padding-right: 2px;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
}

li.shop-link ul li a:before, li.home-link ul li a:before, li.recipe-link ul li a:before, li.video-link ul li a:before {
    display: none;
}

ul.social-menu {
    margin: 0px;
    padding: 0px;
}

.social-menu li {
    display: inline-block;
}

.site-branding .social-menu li {
    margin-right: 10px;
}

.social-menu li a::before {
    font-family: "Font Awesome 5 Brands";
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
}

.footer-social .social-menu li a::before {
    font-size: 18px;
}

.social-menu li a span {
    left: -999em;
    position: absolute;
}

.social-menu li:hover {
    background: none;
}

.social-menu li a[href*="facebook.com"]::before {
    content: "\f39e";
}

.social-menu li a[href*="plus.google.com"]::before {
    content: "\f0d5";
}

.social-menu li a[href*="instagram.com"]::before {
    content: "\f16d";
}

.social-menu li a[href*="linkedin.com"]::before {
    content: "\f0e1";
}

.social-menu li a[href*="pinterest.com"]::before {
    content: "\f0d2";
}

.social-menu li a[href*="snapchat.com"]::before {
    content: "\f2ac";
}

.social-menu li a[href*="stumbleupon.com"]::before {
    content: "\f1a4";
}

.social-menu li a[href*="twitter.com"]::before {
    content: "\f099";
}

.social-menu li a[href*="youtube.com"]::before {
    content: "\f167";
}

.social-menu li a[href$="/feed/"]::before, .social-menu li a[href$="/feed"]::before, .social-menu li a[href*="feedburner.com"]::before, .social-menu li a[href*="feedly.com"]::before, .social-menu li a[href*="?feed=rss2"]::before {
    content: "\f09e";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}

.social-menu li a[href*="bloglovin.com"]::before {
    content: "\f004";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}

.social-menu li a[href*="eepurl.com"]::before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}

.social-menu li:nth-child(2n+0) a {
    color: #f7e06f;
}

.social-menu li:nth-child(3n+0) a {
    color: #00abce;
}

.social-menu li:nth-child(4n+0) a {
    color: #FABAB5;
}

.social-menu li:nth-child(5n+0) a {
    color: #ffc00d;
}

.social-menu li:nth-child(6n+0) a {
    color: #BDEDF3;
}