/*
Theme Name: Penelope
Theme URI: https://www.lindsayhumes.com/penelope
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: penelope
Tags: blog

*/
/*--------------------------------------------------------------
# TABLE OF CONTENTS
--------------------------------------------------------------
1. Normalize
2. Elements
    A. Alignments
    B. Clearings
    C. Media
    D. Accessiblity
3. Typography
    A. Captions
    B. Links
4. Forms
    A. Search Form
    B. Contact Form
5. Navigation
    A. Header
    B. Menus
    C. Drawer
    D. Pagination: Post + Page Navigation
    E. Infinite Scroll
6. Footer
7. Content + Layout
    A. Post and Pages
    B. Full Post
    C. Shop the Post Feature
    D. Abbreviated/Grid Layout
    E. Thumb
    F. List
    G. Featured
    H. Hero Posts
    G. Page Specific
8. Comments
9. Widgets
    A. StudioLMH Widgets
    B. Additional Widget Areas
    C. Image Widgets
    D. Recipe Box
10. Responsive Features
*/

/*--------------------------------------------------------------
Warning! Do Not Edit This File!
----------------------------------------------------------------
To update your theme, do not edit this file. Instead, use a child theme for customizations.

--------------------------------------------------------------*/

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

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 12px;
}

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: 15px;
}

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: #fff;
}

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: 0px auto 5px;
}

/*--------------------------------------------------------------
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%;
    padding: 0px 5px;
}

.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: 14px;
    line-height: 1.5;
    font-weight: 300;
}

button, textarea, select, .main-navigation, input {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

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

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    text-transform: none;
}

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

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

.small-caps, #comments label, .widget label, .widget li {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

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

.small-serif {
    text-transform: lowercase;
    letter-spacing: 0px;
    font-family: Times, serif;
    font-style: italic;
    font-size: 12px;
}

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

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

blockquote {
    margin: 30px;
    border-left-style: solid;
    border-left-width: 1px;
    padding: 0px 30px;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Oswald', sans-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: solid;
    cursor: help;
}

mark, ins {
    text-decoration: none;
}

big {
    font-size: 125%;
}

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

/*--------------------------------------------------------------
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: 1px;
    border-radius: 0px;
    padding: 5px;
    width: 100%;
    font-family: inherit;
    font-size: 10px;
    letter-spacing: 2px;
}

select {
    border-style: solid;
    border-width: 1px;
    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: 2px;
    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: #FFFFFF;
}

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

/*--------------------------------------------------------------
A. SEARCH FORM
--------------------------------------------------------------*/
#searchform input {
    max-width: 250px;
    width: 100%;
    padding: 10px;
    line-height: 1;
    background-image: url(images/search.png);
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: center;
    background-position: 97%;
    -webkit-appearance: none;
}

#searchform input::placeholder {
    text-transform: uppercase;
    text-align: left;
}

#searchform input:active::placeholder, #searchform input:focus::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
--------------------------------------------------------------*/
.accent {
    width: 100%;
    display: block;
    height: 10px;
}

.site-branding {
    background: #ffffff;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    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;
}

.site-header h1 {
    margin: 0px auto;
    line-height: 1;
    font-weight: 400;
}

#site-branding .cl {
    width: 30%;
}

#site-branding .cr {
    width: 68%;
}

/*--------------------------------------------------------------
B. MENUS
--------------------------------------------------------------*/
.main-navigation, .mobile-navigation {
    clear: both;
    display: block;
    text-align: center;
    line-height: 1;
    width: 100%;
    z-index: 1000000;
    padding: 15px 5px;
    position: relative;
}

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

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

.site-header, ul.social-menu {
    display: table-cell;
    width: 20%;
    vertical-align: middle;
}

ul.social-menu {
    padding-left: 10px;
}

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

.site-header a {
    padding: 0px 5px;
}

.mobile-navigation .primary-menu {
    padding: 15px;
}

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

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

.primary-menu a {
    padding: 15px 10px;
    display: block;
}

.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: 56px;
    left: -999em;
    z-index: 99999;
    display: block;
}

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

.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%;
}
#main-menu {
    display: table;
    width: 100%;
}
/*--------------------------------------------------------------
C. DRAWER
--------------------------------------------------------------*/
#drawer {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 250px;
    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: left;
    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 5px;
}

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

.mobile-navigation .site-header {
    display: table-cell;
    width: 90%;
    vertical-align: middle;
}

.mobile-navigation .cr {
    display: table-cell;
    width: 10%;
    vertical-align: middle;
    padding: 9px 15px;
}

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

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

.pagination {
    display: block;
    text-align: center;
    margin: 60px 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;
    background: #ffffff;
}

/*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: 30px 0px;
    text-align: center;
}

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

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

.site-info li {
    display: inline-block;
    margin: 0px 10px;
}

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

.footer-widget {
    padding: 60px;
    display: block;
}

#footer-widget {
    max-width: 1100px;
    width: 100%;
    display: table;
    text-align: center;
    margin: 0px auto;
    background: #ffffff;
    padding: 30px;
}

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

}

#footer-widget .widget {
    border: 0px;
    margin: 0px;
}

#footer-widget .widget:last-child {
    padding: 30px 30px 0px;
}

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
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-template-single-full .full, .blog .full {
    max-width: 900px;
    margin: 0px auto;
}

.full {
    padding: 30px;
    background: #ffffff;
}

.postinfo {
    display: block;
    text-align: center;
}

.postinfo li {
    display: inline-block;
}

.postinfo li:after {
    content: '\00B7';
    padding: 0px 5px;
}

.postinfo li:last-child:after {
    display: none;
}

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

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

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

.entry-footer li {
    display: inline-block;
    padding: 0px 10px;
}

/*Author Bio*/
.post-author {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin: 0px auto;
    background: #ffffff;
    padding: 30px;
    max-width: 900px;

}

.post-author h5 {
    text-align: center;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    padding: 0px 0px 15px;
    margin: 0px auto 15px;
}

.post-author .cr {
    width: 73%;
    position: relative;
    padding: 30px;
    vertical-align: middle;
}

.post-author .cl {
    width: 26%;
    position: relative;
    vertical-align: middle;
    line-height: 0;
}

.post-author .small-meta {
    text-align: justify;
}

/*Related Posts*/
.relatedposts {
    display: block;
    text-align: center;
    padding: 30px;
    line-height: 1;
    max-width: 900px;
    margin: 0px auto;

}

.relatedposts .cl {
    width: 20%;
    line-height: 1.25;
}

.relatedposts .cr {
    width: 79%;
}

.relatedposts h5 {
    margin: 0px auto 15px;
}

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

/*Truncated*/
.blog .full, .archive .full {
    margin: 0px auto 30px;
    padding: 0px;
}

#thumb {
    margin: 0px auto 15px;
    text-align: center;
}

.entry-summary {
    text-align: center;
    padding: 30px;
}

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

}

.post-shop h5 {
    display: table-cell;
    width: 15%;
    vertical-align: middle;
    padding: 15px;
}

#post-shop {
    display: table-cell;
    vertical-align: middle;
    width: 84%;
    padding: 30px;
}

.post-shop p {
    margin: 0px auto;
}

.post-links {
    max-width: 600px;
    margin: 0px auto;
}

#affiliate-widget {
    padding: 15px;
    border-style: solid;
    border-width: 2px;
    border-top: 0px;
    margin: 0px auto 15px;
    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: 300px;
    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(0, 0, 0, .5);
    transition: opacity 200ms ease;
}

.details {
    display: table;
    width: 100%;
    padding: 15px;
    background: #ffffff;
    height: inherit;
}

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

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

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

.thumb .featured {
    height: 250px;
}

.thumb .featured a, .thumb .featured a:hover {
    color: #ffffff;
}

/*--------------------------------------------------------------
F. LIST
--------------------------------------------------------------*/
.list {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 0px 0px 15px;
    margin: 0px 0px 15px;
}

.list-post {
    display: table;
    width: 100%;
}

.list:last-child {
    border-bottom: 0px;
    padding: 0px;
    margin: 0px;
}

.list-post .featured {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    top: 0;
    left: 0;
    display: table;
    vertical-align: middle;
}

.list-post .featured a:hover {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.list-post .entry-header {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 0px 0px 5px;
}

.list-post .entry-title {
    margin: 5px auto 0px;
    text-align: left;
    font-weight: 400;
}

.list-post .postinfo {
    margin: 0px auto;
}

/*--------------------------------------------------------------
G. FEATURED
--------------------------------------------------------------*/
.feat {
    display: inline-block;
    width: 47%;
    margin: 0px 1% 15px;
    vertical-align: top;
}

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

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

.vertical .featured {
    width: 48%;
    margin-left: 5px;
    float: left;
}

.feat .featured {
    height: 400px;
}

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

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

.feat .viewpost {
    width: 150px;
}

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

}

/*--------------------------------------------------------------
H. HERO POSTS
--------------------------------------------------------------*/
#hero {
    display: block;
    padding: 30px 15px;
    text-align: center;
}

.hero {
    display: block;
    max-width: 1100px;
    width: inherit;
    margin: 0px auto;
}

.hero .abbr {
    margin: 0px 1%;
}

.hero .featured {
    height: 400px;
}

/*--------------------------------------------------------------
G. PAGE SPECIFIC
--------------------------------------------------------------*/
.page-title {
    margin: 0px auto 15px;
}

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

.page-header {
    text-align: center;
    display: block;
    margin: 0px auto;
}

.archive .page-header {
    display: block;
    margin: 0px auto;
    text-align: left;
}

.page-content {
    text-align: center;
    margin: 0px auto 60px;
}

.page-template article.page, .page article.page {
    margin: 0px auto 30px;
    padding: 30px;
    background: #ffffff;
}

.recipe-box {
    margin: 0px auto 30px;
    background: #FFFFFF;
    padding: 15px !important;
}

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

.search .page-title span {
    display: block;
    font-size: 28px;
    margin: 15px auto 0px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-style: normal;
}

/*Archive Template*/
.page-header.archive-details, .recipe-box {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    padding: 0px 15px;
}

.archive-posts, #recipebox {
    display: inline-block;
    width: 79%;
    vertical-align: top;
    text-align: center;
}

.archive-menu {
    margin: 10px 0px;
}

.archive-menu ul {
    margin: 0px auto;
}

.archive-menu li {
    display: block;
    line-height: 2;
    margin: 0px auto 15px;
}

.archive-menu .sub-menu {
    margin: 0px 0px 0px 15px;
}

.archive-menu li ul li {
    margin: 0px;
}

/*--------------------------------------------------------------
8. COMMENTS
------------------------------------------------------ --------*/
.comments-area {
    max-width: 900px;
    margin: 0px auto;
    width: inherit;
    padding: 30px;
}

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

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

#comments label {
    display: block;
}

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

.comment-body {
    border: 2px solid #ffffff;
    display: block;
    padding: 15px;
    margin: 0px auto 30px;
}

/*COMMENTS RESPONSE*/
.comment-respond {
    border: 2px solid #ffffff;
    padding: 15px;
}

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

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

.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: 0px auto 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::placeholder {
    color: inherit;
    text-transform: uppercase;
}

.widget input[type="checkbox"], .widget input[type="radio"] {
    -webkit-appearance: none;
    border: 1px solid #010101;
    height: 10px;
    width: 10px;
    border-radius: 10px;
    padding: 0px;
    line-height: 1;
    vertical-align: middle;
}

.widget input[type="checkbox"]:checked, .widget input[type="radio"]:checked {
    background-color: #010101;
    border: 1px solid #010101;
}

.mc4wp-form br {
    display: none;
}

.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;
    background: #ffffff;
}

.widget-about-content {
    padding: 15px;
}

.widget-about h5 {
    margin: 0px auto 15px;
}

/*Category Widget & Reader Favorites*/
.widget-post-title {
    margin: 0px auto 15px;
}

.studiolmh-posts .cl {
    text-align: left;
}

.studiolmh-posts .cr {
    text-align: right;
}

/*Social Widget*/
.widget-social {
    border-style: solid;
    border-width: 2px;
    margin: 0px auto 30px;
    padding: 15px;
}

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

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

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

#header-widget {
    background: #ffffff;
}

.header-widget {
    max-width: 1100px;
    margin: 0px auto;
}

.extrawidget .widget, #instagram .widget {
    background: transparent;
}

#instagram {
    background: #ffffff;
    padding: 15px;
    text-align: center;
}

.instagram {
    max-width: 1100px;
    margin: 0px auto;
    padding: 5px;
}

#instagram .list, #header-widget .list {
    display: inline-block;
    width: 30%;
    margin: 0px 1% 15px;
}

#instagram .list:last-child, #header-widget .list:last-child, #recipebox .list:last-child, #postcta .list:last-child {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 0px 0px 15px;
}

/*--------------------------------------------------------------
C. IMAGE WIDGETS
--------------------------------------------------------------*/
.widget_media_image {
    position: relative;
}

.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
--------------------------------------------------------------*/
#recipes {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    margin: 0px auto 15px;
}

.recipes .cl {
    text-align: left;
    vertical-align: middle;
}

.recipes .cr {
    text-align: right;
    vertical-align: middle;

}

.recipebox .thumb {
    width: 32%;
    margin: 0px auto 5px;
}

.recipebox .featured {
    height: 300px;
}

#recipebox .list .featured {
    height: 70px;
}

.recipe-filter .widget {
    margin: 0px auto 30px;
    padding: 5px;
}

#recipebox .list, #postcta .list {
    width: 45%;
    margin: 0px 1% 15px;
    display: inline-block;
}

#secondary .thumb {
    display: block;
    margin: 0px auto 5px;
    width: inherit;
}

#secondary .thumb .featured {
    height: 150px;
}

#secondary .recipes .cl, #secondary .recipes .cr {
    display: block;
    float: none;
    text-align: center;
    margin: 0px auto 5px;
    width: inherit;
}

#recipebox .widget {
    background: transparent;

}

#secondary .abbr {
    display: block;
    width: inherit;
    margin: 0px auto 15px;
}

.widget .small-serif li {
    padding: 0px;
    line-height: 1.15;
}

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

    #footer-widget {
        display: block;
    }

    #footer-widget .widget-area {
        display: block;
        width: inherit;
        max-width: 400px;
        margin: 0px auto 30px;
    }

    .featured, .blog .abbr .featured {
        height: 300px;
    }

    #instagram .thumb .featured, #postcta .thumb .featured {
        height: 180px;
    }

    #feat, #info {
        display: block;
        width: 100%;
    }

    .abbr {
        width: 46%;
    }

    .hero .abbr {
        width: 30%;
    }

    .recipe-box {
        display: block;
        padding: 0px;
        text-align: center;
        width: inherit;
    }

    .recipe-box p {
        max-width: 600px;
        margin: 0px auto;
    }

    .recipe-filter {
        display: table;
        max-width: 720px;
        width: 100%;
        margin: 0px auto;
    }

    .recipe-filter .widget {
        display: table-cell;
        vertical-align: top;
        width: 33%;

    }

    #recipebox {
        display: block;
        width: inherit;

    }

    .archive-menu .sub-menu {
        margin: 0px;
    }
}

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

@media screen and (max-width: 699px) {
    .site-header img {
        width: 270px;
        height: auto;
    }

    #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: table;
        width: 100%
    }

    .main-navigation {
        display: none;
    }

    #site-branding .cr {
        display: block;
        text-align: center;
        float: none;
        width: inherit;
        margin: 0px auto;
    }

    #site-branding .cl {
        display: block;
        width: inherit;
        text-align: center;
        margin: 0px auto 15px;
    }

    #footer-widget {
        display: block;
        padding: 15px;
    }

    .footer-widget {
        padding: 15px;
    }

    #footer-widget .widget-area {
        display: block;
        width: inherit;
        max-width: 400px;
        margin: 0px auto 30px;
    }

    .site-branding h1 {
        font-size: 50px;

    }

    .site-branding h6 {
        font-size: 8px;
    }

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

    .featured {
        height: 400px;
    }

    #hero .abbr {
        width: 32%;
        margin: 0px auto;
        display: inline-block;
    }

    #hero .featured {
        height: 180px;
    }

    #hero .details, #hero .viewpost {
        display: none;
    }

    #feat, #info {
        display: block;
        width: inherit;
        text-align: center;
        margin: 0px auto;

    }

    .page-header.archive-details, .recipe-box {
        display: block;
        width: 95%;
        padding: 15px;
        margin: 0px auto 15px;
        text-align: center;
    }

    .recipe-box {
        display: block;
        padding: 0px;
        text-align: center;
        width: inherit;
    }

    #recipebox, .archive-posts {
        display: block;
        width: inherit;

    }

    .recipes .cl, .recipes .cr {
        text-align: center;
    }

    .recipes .cr {
        margin: 0px auto 15px;
    }

    .site-info li, .entry-footer li {
        width: 40%;
        line-height: 3;
    }

    .relatedposts .cl, .relatedposts .cr {
        width: inherit;
        margin: 0px auto 5px;
    }

    .post-shop h5 {
        display: block;
        width: inherit;
    }

    #post-shop {
        display: block;
        width: inherit;
    }

    #recipebox .list, #postcta .list, #instagram .list, #header-widget .list {
        width: 90%;
        margin: 0px auto 5px;
        display: block;
    }
}




