/*
Theme Name: TheLittleEpicurean
Theme URI: https://www.thelittleepicurean.com
Author: Lindsay Humes
Author URI: https://www.lindsayhumes.com
Description: WordPress Theme by StudioLMH
Version: 2.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: thelittleepicurean
Tags: blog

/*--------------------------------------------------------------
# Import Styles
--------------------------------------------------------------*/
@import url('css/social.css');
@import url('css/recipe.css');

/*--------------------------------------------------------------
1. NORMALIZE
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

a:active, a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 20px;
}

mark {
    background: inherit;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 15px 30px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 16px;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: none;
    cursor: pointer;
    border-radius: 0px !important;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    margin: 0 2px;
    padding: 5px;

}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td, th {
    padding: 0;
}

/*--------------------------------------------------------------
2. ELEMENTS
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

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

body {
    background: transparent;
}

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

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

hr {
    border: 0;
    height: 1px;
    margin-bottom: 15px;
}

ul, ol {
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-padding-start: 0px;
    margin: 15px 0 15px 30px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 15px 15px;
}

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

figure {
    margin: 15px 0;
}

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

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

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

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

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

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

.gallery {
    margin-bottom: 15px;
}

.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;
}

/*--------------------------------------------------------------
D. ACCESSIBILITY
--------------------------------------------------------------*/
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    border-radius: 0px;
    clip: auto !important;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 30px 15px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
3. TYPOGRAPHY
--------------------------------------------------------------*/
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
}

button, textarea::placeholder, select, .main-navigation, input, input[type="searchform"]::placeholder {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-family: "brandon-grotesque", sans-serif;
    letter-spacing: 1px;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: 0px auto 15px;
    text-transform: uppercase;
    font-weight: 700;
}

p {
    margin-bottom: 30px;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 30px;
}

p:last-child {
    margin-bottom: 0px;
}

.small-caps, #discussion label, .widget li, .widget label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "brandon-grotesque", sans-serif;
}

.small-meta, .comment-body p, .widget p, .widget-about p {
    font-size: 13px;
}

.small-serif {
    text-transform: none;
    letter-spacing: 0px;
    font-family: 'Lusitana', serif;
    font-style: italic;
    font-size: 16px;
    line-height: 1.5;
}

.small-sans {
    line-height: 1.5;
    font-size: 16px;
}

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

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

blockquote {
    margin: 30px;
    border-left-style: solid;
    border-left-width: 3px;
    padding: 0px 30px;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Lusitana', serif;
}

address {
    margin: 0 0 15px;
}

pre {
    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-width: 1px;
    border-bottom-style: dotted;
    cursor: help;
}

mark, ins {
    text-decoration: none;
}

big {
    font-size: 125%;
}

h1.entry-title {
    font-size: 42px
}

/*--------------------------------------------------------------
A. CAPTIONS
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 15px;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
B. LINKS
--------------------------------------------------------------*/
a, a:focus, a:active {
    text-decoration: none;
    font-weight: inherit;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
}

a:hover, a:active {
    outline: 0;
}

.entry-content a {
    color: #0f2d37;
    background-image: linear-gradient(180deg, transparent 0, #cad8dd 0);
    text-decoration: none;
    background-position: 0 .7em;
    background-repeat: no-repeat;
    padding: 1px 0;
    transition: all .1s ease-in-out;
    font-weight: 700;
}

.entry-content a:hover {
    background-position: 0 0;
    color: #0f2d37;
}
.entry-content #shop-widget a, a.pinit-button {
    background-image: none;
}

/*--------------------------------------------------------------
4. FORMS
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    padding: 15px 30px;
    border: none;

}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    transition: all .8s ease 0s;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    border-style: solid;
    border-width: 2px;
    border-radius: 0px;
    padding: 5px;
    width: 100%;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    background-color: transparent;
}

select {
    border-style: solid;
    border-width: 2px;
    text-transform: uppercase;
    -webkit-appearance: none;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    max-width: 300px;
    width: 100%;
    font-size: 11px;
    letter-spacing: 1px;
    padding: 13px;
    line-height: 1;
    background-image: url(images/arrow.png);
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: center;
    background-position: 97%;
    background-color: transparent;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    color: inherit;
}

textarea {
    width: 100%;
    text-transform: none;
}

input[type="checkbox"] {
    padding: 0px !important;
    border-radius: 11px;
    -webkit-appearance: button;
    border: 1px solid #0f2d37;
    background-color: transparent;
    color: #FFF;
    white-space: nowrap;
    overflow: hidden;
    width: 11px !important;
    height: 11px;
    margin-right: 5px !important;
    line-height: 1 !important;
}

input[type="checkbox"]:checked {
    background-color: #0f2d37;
    border: 1px solid #0f2d37;
}

/*--------------------------------------------------------------
A. SEARCH FORM
--------------------------------------------------------------*/
#searchform {
    margin-left: auto;
}

#searchform input {
    max-width: 250px;
    width: 100%;
    line-height: 1;
    border: 0px;
    background-image: url(images/search.png);
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: center;
    background-position: 100%;
    text-align: right;
    -webkit-appearance: none;
    padding: 5px 15px 5px 0px;
    background-color: transparent;
}

.site-footer #searchform input {
    background-position-x: 0;
    background-position: 0;
    text-align: left;
    padding: 5px 0px 5px 15px;
}

.not-found #searchform input, .recipe-box #searchform input {
    max-width: 100%;
    margin: 15px auto;
    padding: 15px 30px;
    border: 2px solid #eaeff1;
    background-position-x: 0;
    background-position: 0;
    text-align: left;
}

#searchform input::placeholder {
    color: #0f2d37;
}

#searchform input:active::placeholder, #searchbar input:focus::placeholder, #searchbar input:hover::placeholder {
    display: none !important;
    visibility: 0 !important;
    opacity: 0 !important;
}

/*--------------------------------------------------------------
A. CONTACT FORM
--------------------------------------------------------------*/
.contact-form label {
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
}

/*--------------------------------------------------------------
5. NAVIGATION
--------------------------------------------------------------*/
/*--------------------------------------------------------------
A. HEADER
--------------------------------------------------------------*/
.site-branding {
    padding: 10px 0px;
}

#site-branding {
    max-width: 1200px;
    margin: 0px auto;
    width: inherit;
}

.social-menu li {
    font-size: 18px;
    padding: 0px 10px 0px 0px;
}

#site-branding .cr {
    text-align: right;
}

ul.social-menu {
    display: table-cell;
    vertical-align: middle;
}

#site-branding ul.social-menu {
    padding-left: 5px;
}

/*--------------------------------------------------------------
B. MENUS
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    text-align: center;
    line-height: 1;
    width: 100%;
    z-index: 1000000;
    padding: 30px 5px;
    position: relative;
    background-image: url('images/bg2.png');
}

.main-navigation #site-branding {
    display: table;
    width: 100%;
}

.col-3 {
    display: table-cell;
    width: 30%;
    text-align: center;
    vertical-align: middle;
}
.col-3.site-header {
    width: 40%;
}

#left-menu {
    text-align: left;
}

#right-menu {
    text-align: right;
}

.fixed {
    position: fixed !important;
    width: 100%;
    z-index: 1000000;
    border-top: 0px;
}

.main-navigation a, #drawer a {
    font-weight: 700;
}

.main-navigation li:after, .main-navigation li:first-child:before {
    content: '\00b7';
    padding: 0px 3px 0px 5px;
}

.main-navigation li ul li:after, .main-navigation li ul li:first-child:before {
    display: none;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
}

.main-navigation li, .social-menu li {
    display: inline-block;
    margin: 0px;
}

.main-navigation .social-menu a, .mobile-navigation .social-menu a {
    padding: 0px 3px;
}

.main-navigation .social-menu a:hover, .mobile-navigation .social-menu a:hover {
    background: transparent;
}

.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 60px;
    left: -999em;
    z-index: 99999;
    display: block;
    padding: 10px;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul ul li {
    text-align: left;
    margin: 0px;
    display: block;
    line-height: 2;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

/*--------------------------------------------------------------
C. DRAWER
--------------------------------------------------------------*/
#drawer {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 300px;
    color: inherit;
    z-index: 999999999999;
    padding: 20px;
    display: none;
}

#close-drawer {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
}

#cover {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 899;
    display: none;
}

#drawer ul {
    list-style-type: none;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-padding-start: 0px;
    margin: 0px auto;
    text-align: center;
}

#drawer ul li {
    display: block;
    text-align: center;
    padding: 0px;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-padding-start: 0px;
    line-height: 3;
}

#drawer ul li ul {
    padding: 0px 0px 0px 15px;
}

.drawer-inner {
    opacity: 0;
    transition: opacity 100ms ease;
    padding: 15px;
}

#drawer.open .drawer-inner {
    opacity: 1;
}

#drawer ul.social-menu {
    display: block;
    width: inherit;
}

#drawer .social-menu li {
    display: inline-block;
    width: inherit;
    padding: 0px 7px;
}

#drawer .social-menu li.search-link {
    display: none;
}

.mobile-navigation {
    display: table;
    padding: 0px 5px;
    clear: both;
    text-align: center;
    line-height: 1;
    width: 100%;
    z-index: 1000000;
    position: relative;
    background-image: url('images/bg2.png');
}

.mobile-navigation .site-header {
    display: table-cell;
    float: none;
    vertical-align: middle;
    max-width: 450px;
    width: 60%;
    padding: 15px 0px;
}

.mobile-navigation .cr {
    float: none;
    vertical-align: middle;
    text-align: right;
    padding: 9px 15px;
    width: 40%;
    display: table-cell;
}

.mobile-navigation li.search-link {
    display: inline-block;
    padding: 10px;
}

/*--------------------------------------------------------------
D. PAGINATION: POST + PAGE NAVIGATION
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation, .pagination {
    margin: 0 0 15px;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 700;
}

.pagination {
    display: block;
    text-align: center;
    margin: 15px auto;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.page-numbers.current {
    padding: 10px;
}

/*Post Pagination*/
.post-pagination {
    display: block;
    text-align: center;
    margin: 15px auto;
    max-width: 900px;
    padding: 0px 15px;
}

.post-pagination .nav-previous {
    float: left;
    display: inline-block
}

.post-pagination .nav-next {
    float: right;
    display: inline-block
}

/*--------------------------------------------------------------
E. INFINITE SCROLL
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
6. FOOTER
--------------------------------------------------------------*/
.site-footer {
    display: block;
    padding: 15px 0px;
    text-align: center;
}

.site-info {
    max-width: 1200px;
    margin: 0px auto;
    padding: 15px;
    width: 95%;
}

.site-info ul {
    margin: 0px auto;
}

.site-info .cl {
    text-align: left;
}

.site-info .cr {
    text-align: right;
}

.footer-menu {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    padding: 10px 0px;
    display: table;
    text-align: center;
    width: 100%;
}

.footer-menu li {
    display: table-cell;
    width: 25%;
    border-left-width: 2px;
    border-left-style: solid;
    vertical-align: middle;
    padding: 10px 0px;
}

.footer-menu li:last-child {
    border-right-width: 2px;
    border-right-style: solid;
}

.footer-nav {
    padding: 10px 0px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.credits {
    padding: 10px 0px 0px;
}

a.designer {
    color: #cad8dd !important;
}

/*DISCLOSURE*/
.disclosure-link {
    display: block;
    position: relative;
    bottom: 0;
    width: 100%;
    height: 5px;
}

.disclosure {
    clear: both;
    width: 100%;
    position: absolute;
    z-index: 7000;
    text-align: center;
    padding: 30px;
    display: none;
    bottom: 0;
    font-family: 'Lusitana', serif;
    font-size: 14px;
}

#disclosure {
    max-width: 600px;
    margin: 0px auto;
}

a.close {
    display: block;
    text-align: right;
}

.disclosure-link .open {
    display: block;
    text-align: center;
    position: absolute;
    left: 60%;
    right: 40%;
    margin: -22px 0px auto;
    width: 125px;
    padding: 5px;
}

/*--------------------------------------------------------------
7. CONTENT + LAYOUT
--------------------------------------------------------------*/
body {
}

.cl, .cr {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
}

.site-content {
    max-width: 100%;
    padding: 0px;
    width: inherit;
    margin: 0px auto;
}

#primary {
    width: 70%;
    float: left;
}

.home #primary {
    text-align: center;
}

.main-content, .archive #primary, .search #primary, .error404 #primary, .post-template-single-full #primary, #primary.recipe-box, .blog #primary {
    float: none;
    width: inherit;
    max-width: 1150px;
    margin: 0px auto;
}

.page .main-content {
    max-width: 100%;
}

.page #primary {
    float: none;
    width: inherit;
    margin: 0px auto;
}

.archive #primary, .search #primary, .error #primary {
    text-align: center;
}

#secondary {
    width: 26%;
    float: right;
    margin: 0px auto;
    text-align: center;
}

.accent {
    margin: 45px auto;
    border-top-width: 2px;
    border-top-style: solid;
    display: block;
}

.accent h4 {
    width: 250px;
    background: #ffffff;
    margin-top: -15px;
}

/*--------------------------------------------------------------
A. POSTS + PAGES
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0px;
}

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

.single .byline,
.group-blog .byline {
    display: inline;
}

.bypostauthor {
    padding: 5px;
}

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

/*--------------------------------------------------------------
B. FULL POST
--------------------------------------------------------------*/
/*Post Header Area*/
#post-hero .entry-header {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    background-color: rgba(255, 255, 255, .5);

}

#post-hero .entry-title {
    display: block;
    max-width: 600px;
    margin: 0px auto;
}

#post-details {
    display: block;
    padding: 15px 0px;
    margin: 0px auto 15px;
}

.post-details {
    display: table;
    width: 98%;
    max-width: 1200px;
    margin: 0px auto;
}

.post-details li {
    display: inline-block;
    padding: 0px 5px;
}

/*Post Content*/
.post-info {
    display: inline-block;
    width: 100px;
    vertical-align: top;
}

.post-info div {
    display: block;
    text-align: center;
    padding: 0px 0px 10px;
    margin: 0px 0px 10px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.number {
    display: block;
    font-size: 24px;
}

.post-info .fa-stack {
    display: block;
    text-align: center;
    margin: 0px auto;
}

.full {
    display: inline-block;
    vertical-align: top;
    width: 85%;
    float: right;
}

.entry-content p {
    text-align: left;
}

/*Post Footer*/
.entry-footer {
    margin: 0px auto;
    display: block;
    text-align: center;
    border-top-width: 2px;
    border-top-style: solid;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    padding: 15px 0px;
}

#post-tags {
    padding: 0px 0px 15px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.engagement {
    padding: 15px 0px 0px;
}

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

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

/*Related Posts*/
.relatedposts {
    display: block;
    text-align: center;
    line-height: 1;
    margin: 30px auto;
    border-top-width: 2px;
    border-top-style: solid;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.relatedposts h6 {
    width: 300px;
    margin: -8px auto 10px;
    background: #ffffff;
}

.relatedposts .thumb .featured {
    height: 180px;
}

/*--------------------------------------------------------------
C. SHOP THE POST FEATURE
--------------------------------------------------------------*/
.post-shop {
    display: block;
    text-align: center;
    margin: 15px auto;
    border-top-width: 2px;
    border-top-style: solid;
}

.post-shop h6 {
    width: 200px;
    margin: -10px auto 0px;
    background: #ffffff;
}

.post-shop p {
    margin-bottom: 0px;
    -webkit-margin-after: 0px;
    text-align: center;
}

/*--------------------------------------------------------------
D. ABBREVIATED/GRID LAYOUT
--------------------------------------------------------------*/
.abbr {
    display: inline-block;
    width: 30%;
    margin: 0px 1% 30px;
    vertical-align: top;
}

.featured {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 450px;
    display: table;
    line-height: 1;
}

.featured a,
.featured a:visited {
    display: table-cell;
    opacity: 0;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    line-height: 1.25;
    padding: 15px;
    color: #ffffff;
}

.featured a:hover,
.featured a:visited:hover {
    opacity: 1;
    background: rgba(15, 45, 55, .65);
    transition: all .8s ease 0s;
    color: #ffffff;
}

.details {
    display: table;
    width: 100%;
    padding: 15px;
    background-image: url('images/bg2.png');
    height: 100px;
}

#details {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100px;
}

.viewpost {
    padding: 10px;
    background: #ffffff;
}

.details h4 {
    margin: 0px auto;
}

.postinfo {
    margin: 0px auto 10px;
}

#influence .featured {
    height: 300px;
}

/*--------------------------------------------------------------
E. THUMB
--------------------------------------------------------------*/
.thumb {
    display: inline-block;
    width: 24%;
    margin: 0px auto 5px;
    vertical-align: top;
}

.thumb .featured {
    height: 250px;
}

/*--------------------------------------------------------------
G. List Style
--------------------------------------------------------------*/
.list {
    display: inline-block;
    width: 47%;
    margin: 0px 1% 30px;
    vertical-align: top;
}

#list {
    display: table;
    width: 100%;
    text-align: center;
    margin: 0px auto;
}

#info {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 15px;
    width: 50%;
}

.list .featured {
    height: 400px;
}

.list .entry-summary {
    padding: 0px;
}

.list .entry-header {
    margin: 0px auto
}

.continue-reading {
    margin: 15px auto 0px;
    text-align: center;
}

/*--------------------------------------------------------------
G. Featured
--------------------------------------------------------------*/
.feat {
    display: block;
    margin: 0px auto 45px;
    text-align: center;
    width: 95%;
}

#feat {
    display: table;
    width: 100%;
}

.feat #featured {
    display: table-cell;
    width: 60%;
}

.feat .featured {
    height: 600px;
}

.feat #info {
    display: table-cell;
    width: 45%;
    padding: 15px;
}

/*--------------------------------------------------------------
H. HERO POSTS
--------------------------------------------------------------*/
#hero {
    display: table;
    width: 100%;
}

#hero .cl, #hero .cr {
    display: table-cell;
    vertical-align: middle;
}

#hero .cl {
    width: 60%;
}

#hero .cr {
    width: 40%;
}

#hero .featured {
    height: 600px;
}

.slider h3 {
    position: absolute;
    margin: -100px 0px 0px;
    background: #fff;
    display: inline-block;
    text-align: center;
    padding: 10px;
}

.slider .featured a {
    opacity: 1;
}

span.post-title {
    font-size: 18px;
    background: #fff;
    padding: 10px;
    position: relative;
    bottom: 80px;
    font-family: "brandon-grotesque", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    max-width: 300px;
    display: inline-flex;
    text-align: center;
}

.slider .featured a {
    opacity: 1;
    vertical-align: bottom;
}

.cl .slider .featured a {
    text-align: right;
}

.cl span.post-title {
    right: 20px;
}

.cr .slider .featured a {
    text-align: left;
}

.cr span.post-title {
    left: 20px;
}

/*--------------------------------------------------------------
FOOTER POSTS
--------------------------------------------------------------*/
.footerposts {
    background: #ffffff;
    padding: 45px 0px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

#footerposts {
    max-width: 1200px;
    margin: 0px auto;
    width: 95%;
    padding: 15px;
    border-top-width: 5px;
    border-top-style: solid;
    background: #ffffff;
    position: relative;
}

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

.footerposts:before {
    position: absolute;
    width: 100%;
    height: 75%;
    top: 0;
    left: 0;
    content: "";
}

ul.ftabs {
    margin: 0px auto;
}

ul.ftabs li {
    background: none;
    display: inline-block;
    cursor: pointer;
}

ul.ftabs li:after, ul.ftabs li:first-child:before {
    content: '\00b7';
    padding: 0px 3px 0px 5px;
}

.ftab-content {
    display: none;
    text-align: center;
    margin: 0px auto;
}

.ftab-content.current {
    display: inherit;
}

.ftab-content ul {
    display: table;
    width: 100%;
}

.ftab-content li {
    display: table-cell;
    width: 25%;
    float: left;
    margin: 0px;
    border: 5px solid #ffffff;
}

.ftab-content li:first-child {
    width: 45%;
}

.ftab-content li:first-child .featured {
    height: 510px;
}

/*--------------------------------------------------------------
G. PAGE SPECIFIC
--------------------------------------------------------------*/
article.page, .page-group {
    max-width: 800px;
    margin: 0px auto;
    width: inherit;
    padding: 15px;
}

.section {
    padding: 30px 0px;
    width: 100%;
    display: block;
    text-align: center;
}

ul.influence {
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-padding-start: 0px;
    margin: 0px auto 15px;
}

.influence li {
    display: inline-block;
    line-height: 3;
    width: 32%;
    margin: 0px;
}

/*CONTACT FORM*/
.contact-table {
    display: table;
    width: 100%;
    margin: 0px auto 10px;
}

.wpcf7 .cl, .wpcf7 .cr {
    display: table-cell;
    width: 50%;
}

.wpcf7 .cl {
    padding: 0px 5px 0px 0px;
}

.wpcf7 .cr {
    padding: 0px 0px 0px 5px;
}

.wpcf7 input, .wpcf7 textarea {
    text-align: center;
    padding: 15px;
}

.wpcf7 textarea {
    display: block;
    margin: 10px auto;
}

.wpcf7 input[type="submit"] {
    display: block;
    width: 100%;
}

.wpcf7 br {
    display: none;
}

/*FAQS*/
.accordion-button {
    display: block;
    line-height: 3;
}

.accordion-content {
    text-align: left;
    padding: 5px 10px;
}

/*SEARCH TEMPLATE*/
.search .page-title {
    display: block;
}

.search .entry-title span {
    display: block;
    font-size: 28px;
    margin: 15px auto 0px;
}

/*ARCHIVE TEMPLATE*/
.page-meta {
    display: block;
    max-width: 300px;
    margin: 15px auto 0px;
}

/*AFFILIATE SHOP*/
ul.tabs {
    width: 100%;
    display: block;
    margin: 0px auto 30px;
    padding: 15px 0px;
    list-style: none;
    text-align: center;
}

ul.tabs li {
    background: none;
    display: inline-block;
    margin: 0px 10px;
    cursor: pointer;
}

ul.tabs li.current {
    text-decoration: underline;
}

.tab-content {
    display: none;
    text-align: center;
    margin: 0px auto;
}

.tab-content.current {
    display: inherit;
}

.product {
    display: inline-block;
    width: 24%;
    vertical-align: top;
    margin: 0px auto 15px;
}

.product h5 {
    margin: 0px auto;
}

.product .featured {
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
    height: 250px;
    width: 100%;
}

.product #details, .product .details {
    width: 100%;
    height: 65px;
}

/*--------------------------------------------------------------
8. COMMENTS
------------------------------------------------------ --------*/
#discussion {
    display: block;
    padding: 30px 0px;
    width: inherit;
    margin: 30px auto;
}

.comment-respond {
    max-width: 600px;
    margin: 0px auto;
    width: 95%;
}

#discussion p {
    margin-bottom: 5px;
    -webkit-margin-after: 5px;
}
.akismet_comment_form_privacy_notice {
    max-width: 600px;
    margin: 10px auto 0px;
    font-size: 14px;
    font-style: italic;
}
.comments-area {
    max-width: 900px;
    margin: 0px auto;
    width: inherit;
    padding: 30px;
}

#comments-list {
    max-width: 600px;
    width: inherit;
    margin: 0px auto 60px;
}

#discussion h3, #comments h3 {
    text-align: center;
}

#comments label {
    display: block;
}

.comment-list h6 {
    margin: 0px auto 5px;
}

.comment-body {
    display: block;
    padding: 15px;
    margin: 0px auto 30px;
    border-left-width: 5px;
    border-left-style: solid;
}

.comment-body p {
    margin-bottom: 10px;
    -webkit-margin-after: 10px;
}

a.comment-reply-link {
    color: #cad8dd;
}

/*--------------------------------------------------------------
9. WIDGETS
--------------------------------------------------------------*/
.widget {
    padding: 15px;
    margin: 0px auto 30px;
}

.widget-title {
    text-align: center;
    margin: 0px auto 5px;
}

.widget ul, .widget ol {
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.widget p {
    margin-bottom: 5px;
    -webkit-margin-after: 5px;
}

.widget li {
    display: block;
    line-height: 1.25;
    padding: 0px 0px 10px;
    text-align: center;
}

.widget input {
    max-width: 300px;
    width: 100%;
    margin: 2px auto;
    line-height: 1;
    padding: 10px;
    text-align: center;
}

.widget input[type="checkbox"] {
    margin: 0px 4px 0px 0px !important;
    vertical-align: sub;
}

.widget input::placeholder {
    color: inherit;
    text-transform: uppercase;
}

.mc4wp-form br {
    display: none;
}

.mc-type {
    line-height: 1;
    margin: 10px auto;
}

.widget label {
    margin: 10px auto;
    display: block;
    line-height: 1;
}

.tag-cloud-link {
    font-size: 11px !important;
    padding: 0px 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*--------------------------------------------------------------
A. StudioLMH WIDGETS
--------------------------------------------------------------*/
/*About Widget*/
.widget-about {
    margin: 0px auto 30px;
    border-width: 2px;
    border-style: solid;
    padding: 15px;
}

.widget-about-content {
    padding: 5px 0px 0px;
}

.widget-about li {
    display: inline-block;
}

.widget-cta li:after, .widget-cta li:first-child:before {
    content: '\00b7';
    padding: 0px 3px 0px 5px;
}

ul.meta-share {
    display: block;
    margin: 0px auto;
}

.meta-share li {
    display: inline-block;
    padding: 0px 5px;
    font-size: 18px;
}

/*Popular Widget*/
#pop-widget .thumb {
    display: block;
    width: 100%;
    margin: 0px auto 5px;
}

#pop-widget .thumb .featured {
    height: 150px;
}

#category-widget .featured {
    height: 300px;
}

/*Category Widget*/
.widget_studiolmh_category, .widget_studiolmh_tag {
    padding: 0px;
    background: transparent;
}

#category-widget h6 {
    display: block;
    padding: 10px;
}

/*Subscribe Widget*/
.widget_mc4wp_form_widget .widget-title {
    display: none;
}

.mc4wp-form img {
    width: 75px;
}

/*Boxzilla*/
#boxzilla-overlay {
    background: rgba(255, 255, 255, .35) !important;
}

.boxzilla {
    background: #eaeff1 !important;
    border-width: 5px;
    border-style: solid;
}

.boxzilla-content {
    display: block;
    text-align: center;
}

.boxzilla input {
    display: block;
    text-align: center;
    margin: 0px auto 5px;
    padding: 10px;
    width: 100%;
}

.boxzilla input[type="checkbox"] {
    display: inline-block;
    margin: 0px;
}

/*--------------------------------------------------------------
B. ADDITIONAL WIDGET AREAS
--------------------------------------------------------------*/
.extrawidget {
    display: block;
    text-align: center;
    margin: 0px auto 30px;
    padding: 15px;
}

#footer-widget {
    margin: 0px auto;
}

.extrawidget .widget {
    background: transparent;
    padding: 0px;
    margin: 0px auto;
    line-height: 1;
}

#herowidget {
    display: table;
    max-width: 1100px;
    margin: 30px auto;
    text-align: center;
}

#herowidget .widget-area {
    display: table-cell;
    vertical-align: top;
    width: 32%;
    margin: 0px auto;
    padding: 0px;
}

#herowidget #second.widget-area {
    padding: 0px 10px;
}

#herowidget .widget {
    border: 0px;
    margin: 0px;
}

#herowidget .category-widget h6 {
    margin: 0px auto;
}

#herowidget #category-widget .featured {
    height: 328px;
}

#postcta-subscribe {
    display: block;
    text-align: center;
}

#postcta-subscribe .widget {
    padding: 30px;
}

#postcta-subscribe input[type="email"], #postcta-subscribe input[type="text"] {
    max-width: 200px;
}

#postcta-subscribe input[type="submit"] {
    max-width: 120px;
    display: block;
}

/*--------------------------------------------------------------
C. IMAGE WIDGETS
--------------------------------------------------------------*/
.widget_media_image {
    position: relative;
    padding: 0px;
    background: transparent;
}

.widget_media_image .widget-title {
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, .75);
    padding: 10px;
    width: 200px;
    bottom: 45%;
    margin: 0px auto;
    top: 45%;
    vertical-align: middle;
    line-height: 1;
    display: table;
}

/*--------------------------------------------------------------
D. RECIPE BOX
--------------------------------------------------------------*/
/*Recipe Filter*/
#recipe-filter {
    margin: 15px auto 0px;
    text-align: center;
}

.uwpqsf_class {
    display: inline-block;
    width: 24%;
    margin: 0px auto;
    vertical-align: top;
    text-align: left;
    line-height: 1.75;
}

#uwpqsf_id {
    border: 0px;
}

.uform_title {
    display: none;
}

.uwpqsf_class > label {
    font-weight: 400;
}

#recipes {
    text-align: center;
}

/*--------------------------------------------------------------
10. RESPONSIVE FEATURES
--------------------------------------------------------------*/
@media screen and (min-width: 700px) and (max-width: 960px) {
    #primary {
        float: none;
        width: inherit;
        margin: 20px auto;
    }

    #secondary {
        float: none;
        width: inherit;
        margin: 20px auto;
        max-width: 400px;
    }

    .mobile-navigation {
        display: block;
    }

    .main-navigation {
        display: none;
    }

    .main-content, .archive #primary, .search #primary, .error404 #primary, .post-template-single-full #primary, #primary.recipe-box, .blog #primary {
        width: 98%
    }

    .ftab-content li:first-child .featured, .feat .featured {
        height: 400px;
    }

    .featured {
        height: 300px;
    }

    .thumb .featured, .product .featured {
        height: 200px;
    }

    #list {
        display: block;
    }

    #hero .featured {
        height: 500px;
    }
}

@media screen and (min-width: 961px) {
    .mobile-navigation {
        display: none;
    }
}

@media screen and (max-width: 699px) {
    #primary {
        float: none;
        width: inherit;
        margin: 20px auto;
    }

    #secondary {
        float: none;
        width: inherit;
        margin: 20px auto;
        max-width: 400px;
        padding: 20px;
    }

    .cl, .cr {
        display: block;
        width: inherit;
    }

    .mobile-navigation {
        display: block;
    }

    .main-navigation {
        display: none;
    }

    .main-content, .archive #primary, .search #primary, .error404 #primary, .post-template-single-full #primary, #primary.recipe-box, .blog #primary {
        width: 95%
    }

    .page .main-content {
        width: 100%;
    }

    /*Menu*/
    #site-branding .cl, #site-branding .cr {
        display: inline-block;
        width: 49%;
    }

    /*Posts*/
    .post-info {
        display: table;
        width: 100%;
        margin: 0px auto 10px;
        padding: 0px 0px 10px;
        border-bottom: 2px solid #eaeff1;
    }

    .post-info div {
        display: table-cell;
        text-align: center;
        padding: 0px;
        margin: 0px;
        border-bottom-width: 0px;
        vertical-align: middle;
        width: 33%;
    }

    .post-info .fa-stack {
        display: inline-block;
    }

    #post-hero .entry-title {
        padding: 10px;
    }

    .full {
        display: block;
        vertical-align: top;
        width: inherit;
        float: none;
    }

    .wprm-recipe-image img {
        width: 100% !important;
    }

    .engagement .cl, .engagement .cr {
        text-align: center;
        padding: 10px 0px;
    }

    /*Footer*/
    #footerposts .cl, #footerposts .cr {
        text-align: center;
    }

    #footerposts .cr {
        padding: 0px 0px 15px;
    }

    .ftab-content ul {
        display: block;
        width: inherit;
        margin: 0px auto !important;
        text-align: center;
    }

    .ftab-content li:first-child, .ftab-content li {
        display: block;
        float: none;
        width: 100%;
        margin: 0px auto 2px;
    }

    .ftab-content li:first-child .featured, .ftab li .featured {
        height: 200px;
    }

    .site-info .cl, .site-info .cr, .site-info ul {
        display: block;
        text-align: center;
        margin: 0px auto;
        padding: 5px 0px;
    }

    .site-info #searchform input {
        text-align: center;
        background-image: none;
    }

    .footer-menu li {
        display: block;
        width: 100%;
        border-left-width: 0px;
        border-bottom-width: 2px;
        border-bottom-style: solid;
    }

    .footer-menu {
        border-bottom: 0px;
    }

    .footer-menu li:last-child {
        border-right: 0px;
    }

    /*Header Widgets*/
    #herowidget .widget-area {
        display: block;
        width: inherit;
        margin: 0px auto 30px;
    }

    /* Content Types*/
    .thumb, .product {
        width: 48%;
    }

    #feat, .list, .abbr {
        display: block;
        width: 95%;
        margin: 0px auto 30px;
    }

    .feat #featured, .feat #featured, #list {
        display: block;
        width: inherit;
    }

    .featured, .feat .featured, .list .featured {
        height: 300px;
    }

    .thumb .featured, .product .featured {
        height: 200px;
    }

    /*Slider*/
    #hero .featured {
        height: 300px;
    }

    #hero .cl, #hero .cr {
        width: 100%;
        display: block;
    }

    .cl span.post-title, .cr span.post-title {
        display: block;
        margin: 0px auto;
        right: 0;
        left: 0;
        width: 100%;
    }

    /*Recipe Box*/
    .uwpqsf_class {
        display: inline-block;
        width: 48%;
    }

    .influence li {
        width: 48%;
        line-height: 1.25;
        vertical-align: top;
        margin: 0px auto 10px;
    }

}




