/**
 *  Theme Name: Mostly Homemade Mom
 *  Theme URI: https://www.oncecoupled.com
 *
 *  Description: Custom Genesis child theme. Made with love!
 *  Tags: custom-made, genesis, child-theme
 *
 *  Author: Once Coupled
 *  Author URI: https://www.oncecoupled.com
 *
 *  Version: 1.0.0
 *  Template: genesis
 *  Template Version: 2.5.3
 *
 *  Text Domain: once-coupled-mostly-homemade-mom
 *  License: All rights reserved.
 */

/* ================================
[ Structure ]
================================ */

/* ---------- [ Table of Contents ] ---------- */

/**
 * Notes
 * - TOC (you are here)
 *
 * Elements
 * - Text
 * - Headings
 * - Titles
 * - Links
 * - Forms
 *
 * Containers
 * - Wrappers
 * - Site Inner
 *
 * Navigation
 * - Menus
 * - Pagination
 *
 * Sections
 * - Header
 * - Sidebar
 * - Footer Widgets
 * - Footer
 *
 * Content
 * - Entries
 * - Breadcrumbs
 * - Archive Description
 * - Author Box
 * - Comments
 */

/* ================================
[ Elements ]
================================ */

/* ---------- [ Text ] ---------- */

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    color: #2d2d2d;
}

/* ---------- [ Headings ] ---------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    line-height: 1.2;
    margin: 12px 0 16px;
}

h1 {
    font-size: 24px;
    font-size: 2.4rem;
}

h2 {
    font-size: 21px;
    font-size: 2.1rem;
}

h3 {
    font-size: 17px;
    font-size: 1.7rem;
}

h4,
h5,
h6 {
    font-size: 15px;
    font-size: 1.5rem;
}

/* ---------- [ Titles ] ---------- */

.archive-type,
.archive-title,
h1.entry-title,
.widget-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 0;
    text-align: center;
}

.archive-type,
.archive-title {
    margin-bottom: 0;
}

.archive-type {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    text-transform: capitalize;
}

h1.entry-title {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .archive-type,
    .archive-title,
    h1.entry-title,
    .widget-title {
        font-size: 24px;
        font-size: 2.4rem;
    }
}

@media screen and (min-width: 1024px) {
    .archive-type,
    .archive-title,
    h1.entry-title {
        text-align: left;
    }

    h1.entry-title {
        margin-bottom: 0;
    }
}

.post-listing .entry-title {
    margin: 8px auto 0;
    font-size: 13px;
    font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
    .post-listing .entry-title {
        font-size: 17px;
        font-size: 1.7rem;
    }
}

/* ---------- [ Links ] ---------- */

a {
    text-decoration: none;
    color: #2d2d2d;
    -webkit-transition: 400ms;
    transition: 400ms;
}

a:hover {
    color: #706e6f;
    cursor: pointer;
}

/* [ In-content Links ] */

.entry-content a,
.archive-description a,
.author-box a {
    color: #f4816e;
}

.entry-content a:hover,
.archive-description a:hover,
.author-box a:hover {
    color: #f8a993;
}

/* [ More Links ] */

.more-link-container {
    text-align: center;
}

.more-link-container .more-link {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    text-transform: lowercase;
    font-size: 18px;
    font-size: 1.8rem;
    color: #f8a993;
    line-height: 1;
}

.more-link-container .more-link:hover {
    color: #f4816e;
}

.more-link-container .more-link .svg-inline--fa {
    color: #2d2d2d;
    -webkit-transition: 400ms;
    transition: 400ms;
}

/* ---------- [ Forms ] ---------- */

input,
select,
textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    background: #f6f6f5;
    border: 0;
}

.button,
a.button {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    text-transform: lowercase;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    background: #2d2d2d;
    display: inline-block;
    line-height: 1;
    padding: 4px 8px;
}

.button a {
    color: #fff;
}

.button:hover a,
a.button:hover {
    background: #f4816e;
}

/* [ Placeholders ] */

::-webkit-input-placeholder {
    color: #2d2d2d;
    text-transform: lowercase;
    letter-spacing: 0.025em;
}

::-moz-placeholder {
    color: #2d2d2d;
    text-transform: lowercase;
    letter-spacing: 0.025em;
}

:-ms-input-placeholder {
    color: #2d2d2d;
    text-transform: lowercase;
    letter-spacing: 0.025em;
}

:-moz-placeholder {
    color: #2d2d2d;
    text-transform: lowercase;
    letter-spacing: 0.025em;
}

/* ---------- [ Search Forms ] ---------- */

.search-container {
    position: relative;
}

.search-form {
    overflow: hidden;
}

.search-form input {
    float: left;
    height: 40px;
    line-height: 40px;
}

@media screen and (min-width: 1024px) {
    .search-form input {
        height: 34px;
    }
}

.search-form input[type="search"] {
    width: calc(100% - 40px);
    padding-right: 0;
    word-break: normal;
}

.search-form input[type="submit"] {
    width: 40px;
    text-indent: -9999px;
}

.search-container .search-submit-icon {
    pointer-events: none;
    position: absolute;
    top: 5px;
    right: 8px;
    color: #f8a993;
    -webkit-transition: 400ms;
    transition: 400ms;
}

@media screen and (min-width: 1024px) {
    .search-container .search-submit-icon {
        top: 9px;
    }
}

.search-form:hover + .search-submit-icon {
    color: #f4816e;
}

/* [ Header Search ] */

.nav-primary #header-search {
    display: none;
    height: 48px; /* help with JS consistency. */
}

@media screen and (min-width: 1024px) {
    .nav-primary #header-search {
        display: block;
        width: 310px;
        float: right;
        height: auto;
    }

    #header-search .search-container::before {
        content: 'Search';
        display: inline-block;
        float: left;
        font-family: 'Moonlights on the Beach', sans-serif;
        font-weight: 400;
        font-size: 45px;
        font-size: 4.5rem;
        text-transform: lowercase;
        margin-right: 16px;
        margin-top: 2px;
        line-height: 32px;
    }

    #header-search ::-webkit-input-placeholder {
        color: transparent;
    }

    #header-search ::-moz-placeholder {
        color: transparent;
    }

    #header-search :-ms-input-placeholder {
        color: transparent;
    }

    #header-search :-moz-placeholder {
        color: transparent;
    }

    #header-search input[type="submit"] {
        background: transparent;
    }

    #header-search .search-submit-icon {
        font-size: 24px;
        font-size: 2.4rem;
        top: 4px;
        right: 4px;
        -webkit-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
}

#header-search .search-container {
    padding-top: 4px;
    padding-bottom: 4px;
}

@media screen and (min-width: 1024px) {
    #header-search .search-container {
        padding: 0;
    }
}

/* [ Mobile Navigation ] */

.mobile-navigation .search-container {
    padding: 0 5%;
}

.mobile-navigation .search-submit-icon {
    top: 12px;
    right: calc(5% + 12px);
}

/* [ Search Placeholders ] */

.search-container ::-webkit-input-placeholder {
    font-family: 'Moonlights on the Beach', sans-serif;
    font-weight: 400;
    font-size: 36px;
    font-size: 3.6rem;
    letter-spacing: 0;
}

.search-container ::-moz-placeholder {
    font-family: 'Moonlights on the Beach', sans-serif;
    font-weight: 400;
    font-size: 36px;
    font-size: 3.6rem;
    letter-spacing: 0;
}

.search-container :-ms-input-placeholder {
    font-family: 'Moonlights on the Beach', sans-serif;
    font-weight: 400;
    font-size: 36px;
    font-size: 3.6rem;
    letter-spacing: 0;
}

.search-container :-moz-placeholder {
    font-family: 'Moonlights on the Beach', sans-serif;
    font-weight: 400;
    font-size: 36px;
    font-size: 3.6rem;
    letter-spacing: 0;
}

/* ================================
[ Containers ]
================================ */

/* ---------- [ Body ] ---------- */

@media screen and (min-width: 1024px) {
    body::before {
        content: '';
        display: block;
        width: 100%;
        height: 24px;
        background: url(/wp-content/themes/once-coupled-mostly-homemade-mom/assets/images/bg-header.png) repeat-x center;
        background-size: 21px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1024px), (min-resolution: 192dpi) and (min-width: 1024px) {
    body::before {
        background-image: url(/wp-content/themes/once-coupled-mostly-homemade-mom/assets/images/bg-header@2x.png);
    }
}

/* ---------- [ Wrappers ] ---------- */

.content-sidebar-wrap,
.footer-widgets > .wrap,
.site-footer > .wrap,
.nav-recipes > .wrap {
    max-width: calc(100% - 20px);
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .content-sidebar-wrap,
    .footer-widgets > .wrap,
    .site-footer > .wrap,
    .nav-recipes > .wrap {
        max-width: calc(100% - 40px);
    }
}

@media screen and (min-width: 1024px) {
    .wrap,
    .content-sidebar-wrap,
    .footer-widgets > .wrap,
    .site-footer > .wrap,
    .nav-recipes > .wrap {
        max-width: 1020px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* ---------- [ Site Inner ] ---------- */

@media screen and (min-width: 1024px) {
    .site-inner {
        margin: 36px 0;
    }

    .content {
        float: left;
        width: 650px;
    }

     .sidebar-content .content {
        float: right;
    }

     .full-width-content .content {
        width: 100%;
        float: none;
    }
}

.sidebar {
    display: block;
    max-width: 340px;
    margin: 40px auto 0;
}

@media screen and (min-width: 1024px) {
    .sidebar {
        float: right;
        margin: 0;
    }

     .sidebar-content .sidebar {
        float: left;
    }
}

/* ================================
[ Navigation ]
================================ */

/* ---------- [ Menus ] ---------- */

/* [ Toggles ] */

.menu-toggle,
.sub-menu-toggle {
    display: block;
    color: #fff;
    background: transparent;
}

.moved-item .sub-menu-toggle {
    display: none;
}

.menu-toggle {
    padding: 0;
    font-size: 22px;
    font-size: 2.2rem;
}

.sub-menu-toggle {
    position: absolute;
    top: 6px;
    right: 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    padding: 8px 16px;
    color: #f8a993;
}

.sub-menu .sub-menu-toggle {
    color: #2d2d2d;
    font-size: 15px;
    font-size: 1.5rem;
    top: 8px;
}

@media screen and (min-width: 1024px) {
    .menu-toggle,
    .sub-menu-toggle {
        display: none;
    }
}

.menu-toggle:hover {
    color: #f6f6f5;
}

.sub-menu-toggle:hover {
    color: #f4816e;
}

.sub-menu-toggle.activated {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* [ Menus ] */

.genesis-nav-menu {
    clear: both;
    margin: 0;
    line-height: 1;
}

.genesis-nav-menu .menu-item {
    position: relative;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: 0.05em;
}


@media screen and (min-width: 1024px) {
    .genesis-nav-menu .menu-item {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

.genesis-nav-menu .menu-item a {
    display: block;
    padding: 5px 0;
}

.genesis-nav-menu .menu-item a:hover {
    color: #f8a993;
}

.genesis-nav-menu .menu-item.no-click a:hover {
    cursor: default;
}

/* [ Sub-menus ] */

.genesis-nav-menu .sub-menu {
    display: none;
}

@media screen and (min-width: 1024px) {
    .genesis-nav-menu .sub-menu {
        position: absolute;
        z-index: 99;
        left: 0;
        width: 150px;
        margin: 0;
        top: 44px; /* height of menu item, 29px, plus height of ::before element, 15px */
        background: #f8a993;
        text-align: center;
    }

    .genesis-nav-menu .menu-item-has-children:hover > .sub-menu {
        left: auto;
        display: block;
    }

    .genesis-nav-menu > .menu-item-has-children:hover > .sub-menu {
        left: 50%;
        margin-left: -89px; /* half sub-menu width plus half ::after width */
    }

    .genesis-nav-menu > .menu-item-has-children:last-of-type:hover > .sub-menu {
        margin-left: -75px; /* half sub-menu width only */
    }

    .genesis-nav-menu > .menu-item-has-children:hover > .sub-menu > li:first-of-type::before,
    .genesis-nav-menu > .menu-item-has-children:hover > .sub-menu > li:first-of-type::after {
        position: absolute;
        top: -15px;
        left: 0;
        width: 50%;
        content: '';
        border-top: 15px solid transparent;
        -webkit-transition: 400ms;
        transition: 400ms;
    }

    .genesis-nav-menu > .menu-item-has-children:hover > .sub-menu > li:first-of-type::before {
        border-right: 15px solid #f8a993;
    }

    .genesis-nav-menu > .menu-item-has-children:hover > .sub-menu > li:first-of-type::after {
        right: 0;
        left: auto;
        border-left: 15px solid #f8a993;
    }

    .genesis-nav-menu > .menu-item-has-children > .sub-menu > li:hover:first-of-type::before {
        border-right: 15px solid #f6f6f5;
    }

    .genesis-nav-menu > .menu-item-has-children > .sub-menu > li:hover:first-of-type::after {
        border-left: 15px solid #f6f6f5;
    }
}

.genesis-nav-menu .sub-menu .menu-item {
    font-size: 14px;
    font-size: 1.4rem;
    border-top: 0;
}

.genesis-nav-menu .sub-menu a {
    color: #f4816e;
}

@media screen and (min-width: 1024px) {
    .genesis-nav-menu .sub-menu a {
        color: #fff;
    }

    .genesis-nav-menu .sub-menu .menu-item,
    .genesis-nav-menu .sub-menu a {
        display: block;
    }

    .genesis-nav-menu .sub-menu .menu-item {
        border: 0;
        font-size: 13px;
        font-size: 1.3rem;
        letter-spacing: 0;
    }

    .genesis-nav-menu .sub-menu .menu-item:hover > a {
        background: #f3f3f1;
        color: #2d2d2d;
    }

    .genesis-nav-menu .sub-menu a {
        height: auto;
        word-wrap: break-word;
        padding: 4px 8px;
    }

    .genesis-nav-menu .sub-menu .sub-menu {
        margin: -44px 0 0 150px;
    }
}

/* [ Primary Nav ] */

.nav-primary {
    position: fixed;
    z-index: 99;
    top: 48px;
    left: 0;
    width: 100%;
    display: none;
    overflow-y: scroll;
    height: calc(100% - 48px);
    background: #fff;
}

.admin-bar .nav-primary {
    top: 94px;
    height: calc(100% - 94px);
}

@media screen and (min-width: 783px) {
    .admin-bar .nav-primary {
        top: 80px;
        height: calc(100% - 80px);
    }
}

@media screen and (min-width: 1024px) {
    .nav-primary,
    .admin-bar .nav-primary {
        top: -12px;
        height: 68px;
    }

    .nav-primary {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        display: block;
        background: linear-gradient(to bottom, #f6f6f5, #f6f6f5 1px, #fff 1px, #fff);
        background-size: 100% 22px;
        overflow: visible;
        clear: both;
    }

    .nav-primary .wrap {
        position: relative;
        height: 100%;
    }

    .nav-primary .wrap::before {
        content: '';
        width: 8px;
        height: 104px;
        border-left: 1px solid #c4e8e2;
        border-right: 1px solid #c4e8e2;
        position: absolute;
        top: 50%;
        left: -16px;
        transform: translateY(-50%);
    }
}

/* [ Primary Nav - Menu Items ] */

@media screen and (min-width: 1024px) {
    .nav-primary .genesis-nav-menu {
        position: relative;
        top: 48%; /* removed 2% because the position looked a touch too far down... */
        transform: translateY(-50%);
    }
}

.nav-primary .menu-item {
    display: block;
    border-top: 1px solid #eee;
}

@media screen and (min-width: 1024px) {
    .nav-primary .menu-item {
        display: inline-block;
        border: 0;
    }

    .nav-primary .genesis-nav-menu > .menu-item::after {
        content: '\B7';
        display: inline-block;
        margin: 0 8px;
        color: #f8a993;
        font-size: 28px;
        position: relative;
        top: 2px;
    }

    .nav-primary .genesis-nav-menu > .menu-item:last-of-type::after {
        content: none;
    }
}

.nav-primary > .wrap > .genesis-nav-menu > .menu-item:last-of-type {
    border-bottom: 1px solid #eee;
}

@media screen and (min-width: 1024px) {
    .nav-primary > .wrap > .genesis-nav-menu > .menu-item:last-of-type {
        border: 0;
    }

    .nav-primary > .wrap > .genesis-nav-menu > .menu-item:last-of-type > a {
        padding-right: 0;
    }
}

.nav-primary .menu-item a {
    padding: 16px;
    min-height: 48px;
}

@media screen and (min-width: 1024px) {
    .nav-primary .menu-item a {
        padding: 8px;
        min-height: auto;
    }

    .nav-primary .genesis-nav-menu > .menu-item > a {
        display: inline-block;
    }

    .nav-primary .sub-menu .menu-item a {
        padding: 12px 8px;
        height: auto;
    }

    .nav-primary .sub-menu .menu-item:first-of-type a {
        padding-top: 12px;
    }

    .nav-primary .sub-menu .menu-item:last-of-type a {
        padding-bottom: 12px;
    }
}

/* [ Header Nav ] */

@media screen and (min-width: 1024px) {
    .nav-header {
        margin-top: -2px;
        margin-right: 12px;
    }

    .nav-header .menu-item {
        font-family: 'PT Serif', serif;
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: 400;
        float: left;
        display: flex;
        text-transform: lowercase;
    }

    .nav-header .menu-item::before {
        content: '|';
        margin: 4px 8px 0;
    }

    .nav-header .menu-item:first-of-type::before {
        content: none;
    }
}

/* [ Footer Nav ] */

@media screen and (min-width: 768px) {
    .nav-footer {
        float: left;
    }
}

.nav-footer .menu-item::after {
    content: '\B7';
    display: inline-block;
    margin: 0 4px;
}

.nav-footer .menu-item:last-of-type::after {
    content: none;
}

.nav-footer .menu-item a {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 34px;
    padding: 0;
    letter-spacing: 0.1em;
}

.nav-footer .menu-item a:hover {
    color: #aaa;
}

/* [ Recipes Nav ] */

.nav-recipes .genesis-nav-menu .menu-item {
    display: block;
    text-align: center;
    background: #fff;
}

.nav-recipes .genesis-nav-menu > .menu-item {
    margin-top: 8px;
}

@media screen and (min-width: 1024px) {
    .nav-recipes .genesis-nav-menu > .menu-item {
        display: inline-block;
        margin-top: 0;
        margin-right: 4px;
    }
}

.nav-recipes .genesis-nav-menu > .menu-item {
    padding: 0 12px;
}

.nav-recipes .genesis-nav-menu > .menu-item > a {
    background: #fff;
    padding: 0;
    line-height: 34px;
}

@media screen and (min-width: 1024px) {
    .nav-recipes .genesis-nav-menu > .menu-item > a {
        display: inline-block;
    }
}

.nav-recipes .menu-item a .svg-inline--fa {
    display: none;
}

.nav-recipes .genesis-nav-menu > .menu-item > a .svg-inline--fa {
    display: inline-block;
    margin-left: 8px;
}

.nav-recipes .sub-menu-toggle {
    top: 0;
    font-size: 18px;
    font-size: 1.8rem;
}

.nav-recipes .sub-menu-toggle:hover {
    color: #f8a993;
}

.nav-recipes .sub-menu .sub-menu-toggle {
    display: none;
}

@media screen and (min-width: 1024px) {
    .nav-recipes .genesis-nav-menu > .menu-item > .sub-menu-toggle {
        display: inline-block;
        position: relative;
        width: auto;
        top: auto;
        right: auto;
        padding: 0;
    }
}

.nav-recipes .sub-menu {
    margin: 0;
}

@media screen and (min-width: 1024px) {
    .nav-recipes .sub-menu {
        background: #f6f6f5;
    }

    .nav-recipes .genesis-nav-menu > .menu-item-has-children:hover > .sub-menu {
        left: 0;
        margin-left: 0;
        top: 34px;
        width: 100%;
    }

    .nav-recipes .genesis-nav-menu > .menu-item-has-children:hover > .sub-menu > li:first-of-type::before,
    .nav-recipes .genesis-nav-menu > .menu-item-has-children:hover > .sub-menu > li:first-of-type::after {
        content: none;
    }
}

.nav-recipes .sub-menu a {
    color: #2d2d2d;
    padding: 8px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem;
}

.nav-recipes .sub-menu .menu-item:hover a {
    color: #fff;
    background: #f8a993;
}

@media screen and (min-width: 1024px) {
    .nav-recipes .sub-menu > .menu-item:first-of-type a {
        padding-top: 12px;
    }

    .nav-recipes .sub-menu > .menu-item:last-of-type a {
        padding-bottom: 12px;
    }
}

/* ---------- [ Pagination ] ---------- */

.pagination,
.pagination-container {
    clear: both;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    text-transform: lowercase;
}

/* [ Archive Pagination ] */

.pagination-container {
    margin: 32px auto;
}

@media screen and (min-width: 768px) {
    .pagination-container {
        overflow: hidden;
        margin: 40px auto;
    }
}

.pagination-text {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 28px;
}

@media screen and (min-width: 768px) {
    .home .pagination-text {
        float: left;
        line-height: 30px;
        margin: 0;
    }

    .home.first-page .archive-pagination {
        clear: none;
        float: right;
    }
}

.archive-pagination ul {
    margin: 0;
}

.archive-pagination li {
    display: inline-block;
    margin: 0 4px 4px;
}

.archive-pagination a,
.archive-pagination .pagination-omission {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-transform: lowercase;
    color: #fff;
    background: #2d2d2d;
    border-radius: 30px;
}

.archive-pagination a:hover {
    background: #706e6f;
}

.archive-pagination .active a:hover {
    background: #2d2d2d;
    cursor: auto;
}

.archive-pagination .pagination-previous a,
.archive-pagination .pagination-next a {
    width: auto;
    display: inline-block;
    padding: 0 12px;
}

.archive-pagination .pagination-previous .svg-inline--fa,
.archive-pagination .pagination-next .svg-inline--fa {
    font-size: 10px;
    font-size: 1rem;
    position: relative;
    top: -1px;
}

.archive-pagination .pagination-previous .svg-inline--fa {
    margin-right: 4px;
}

.archive-pagination .pagination-next .svg-inline--fa {
    margin-left: 4px;
}

/* [ Entry Pagination ] */

.adjacent-entry-pagination {
    margin: 24px auto 40px;
    font-size: 18px;
    font-size: 1.8rem;
}

@media screen and (min-width: 768px) {
    .adjacent-entry-pagination {
        margin: 32px auto 56px;
    }
}

.adjacent-entry-pagination .pagination-previous,
.adjacent-entry-pagination .pagination-next {
    margin-bottom: 0;
    line-height: 1;
}

.adjacent-entry-pagination a {
    padding: 8px 0 12px;
    color: #f8a993;
}

.adjacent-entry-pagination a:hover {
    color: #f4816e;
}

.adjacent-entry-pagination .svg-inline--fa {
    position: relative;
    top: 2px;
    color: #2d2d2d;
}

.adjacent-entry-pagination .pagination-previous .svg-inline--fa {
    margin-right: 4px;
}

.adjacent-entry-pagination .pagination-next .svg-inline--fa {
    margin-left: 4px;
}

/* ================================
[ Sections ]
================================ */

/* ---------- [ Header ] ---------- */

.site-header {
    margin-top: 48px;
}

@media screen and (min-width: 1024px) {
    .site-header {
        margin-top: 0;
    }
}

/* [ Logo ] */

.title-area {
    margin: 16px auto 12px;
}

@media screen and (min-width: 1024px) {
    .title-area {
        float: left;
        margin-bottom: 0;
    }
}

.site-title {
    margin: 0;
}

@media screen and (min-width: 1024px) {
    .site-title {
        padding: 0;
    }
}

.title-area .site-title a {
    display: block;
    margin: 0 auto;
    width: 250px;
    height: 183px;
    background: url(/wp-content/themes/once-coupled-mostly-homemade-mom/assets/images/logo.png) no-repeat center;
    background-size: 250px;
    text-indent: -9999px;
    position: relative;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .title-area .site-title a {
        background-image: url(/wp-content/themes/once-coupled-mostly-homemade-mom/assets/images/logo@2x.png);
    }
}

@media screen and (min-width: 1024px) {
    .title-area .site-title a {
        z-index: 999;
    }
}

.title-area .site-title a:hover {
    opacity: 0.8;
}

.site-description {
    text-indent: -9999px;
    margin: 0;
    height: 0;
}

/* [ Logo Right ] */

.header-right {
    display: none;
}

@media screen and (min-width: 1024px) {
    .header-right {
        display: block;
        float: right;
        text-align: right;
        width: calc(100% - 280px);
    }
}

/* [ Mobile Navigation ] */

.mobile-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 48px; /* helps with js consistency */
    overflow: hidden;
    z-index: 100;
    color: #fff;
    background: #f8a993;
}

@media screen and (min-width: 1024px) {
    .mobile-navigation {
        position: relative;
        width: auto;
        height: auto;
        overflow: visible;
        z-index: 0;
        float: right;
        color: #2d2d2d;
        background: transparent;
        margin-top: 16px;
    }
}

.admin-bar .mobile-navigation {
    top: 46px;
}

@media screen and (min-width: 783px) {
    .admin-bar .mobile-navigation {
        top: 32px;
    }
}

@media screen and (min-width: 1024px) {
    .mobile-navigation,
    .admin-bar .mobile-navigation {
        top: 0;
    }

    .mobile-navigation {
        margin: 16px 0 12px;
    }
}

.mobile-navigation .menu-toggle {
    float: left;
    width: 15%;
    height: 48px;
}

.mobile-navigation .social {
    float: left;
    width: 70%;
    height: 48px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

@media screen and (min-width: 1024px) {
    .mobile-navigation .social {
        float: right;
        width: auto;
        height: auto;
        border: 0;
        text-align: right;
        display: inline-block;
    }
}

.mobile-navigation .search {
    height: 48px;
    line-height: 48px;
    text-align: center;
    float: right;
    width: 15%;
    font-size: 18px;
    font-size: 1.8rem;
    -webkit-transition: 400ms;
    transition: 400ms;
}

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

.mobile-navigation .search:hover {
    color: #f6f6f5;
    cursor: pointer;
}

.mobile-navigation #header-search {
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    background: #fff;
}

/* [ Header Nav ] */

.nav-header {
    display: none;
}

@media screen and (min-width: 1024px) {
    .nav-header {
        display: inline-block;
    }
}

/* ---------- [ Sidebar ] ---------- */

.widget {
    clear: both;
    margin-bottom: 24px;
}

@media screen and (min-width: 1024px) {
    .widget {
        margin-bottom: 44px;
    }
}

.sidebar .widget-title::before,
.sidebar .widget-title::after {
    content: '';
    display: inline-block;
    width: 69px;
    height: 15px;
    background: url(/wp-content/themes/once-coupled-mostly-homemade-mom/assets/images/widget-title.png) no-repeat center;
    background-size: 69px;
    margin-top: 8px;
    float: left;
    margin-right: 4px;
}

.sidebar .widget-title::after {
    float: right;
    margin-right: 0;
    margin-left: 4px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .sidebar .widget-title::before,
    .sidebar .widget-title::after {
        background-image: url(/wp-content/themes/once-coupled-mostly-homemade-mom/assets/images/widget-title@2x.png);
    }
}

/* ---------- [ Footer Widgets ] ---------- */

.footer-widgets {
    background: url(/wp-content/themes/once-coupled-mostly-homemade-mom/assets/images/bg-wood.png) center;
    background-size: 750px;
    padding: 18px 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .footer-widgets {
        background-image: url(/wp-content/themes/once-coupled-mostly-homemade-mom/assets/images/bg-wood@2x.png);
    }
}

@media screen and (min-width: 1024px) {
    .footer-widgets {
        padding: 44px 0 32px;
    }
}

.footer-widgets-1 {
    margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
    .footer-widgets-1 {
        margin-bottom: 0;
    }

    .footer-widgets-1,
    .footer-widgets-2 {
        float: left;
    }

    .footer-widgets-1 {
        width: calc(100% - 395px);
    }

    .footer-widgets-2 {
        width: 365px;
        margin-left: 30px;
    }
}

.footer-widgets .widget,
.footer-widgets .entry,
.footer-widgets .aligncenter {
    margin-bottom: 0;
}

/* ---------- [ Footer ] ---------- */

.site-footer {
    color: #fff;
    background: #2d2d2d;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    padding: 12px 0;
}

.site-footer .copyright-menu {
    text-align: center;
    letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
    .site-footer .copyright-menu {
        float: left;
    }
}

.site-footer .copyright {
    display: block;
    margin-bottom: 4px;
}

@media screen and (min-width: 768px) {
    .site-footer .copyright {
        float: left;
        margin: 0;
        line-height: 34px;
    }

    .site-footer .copyright::after {
        content: '\B7';
        display: inline-block;
        margin: 0 4px;
    }
}

.site-credits-container {
    text-align: center;
    display: block;
    text-transform: uppercase;
    margin-top: 4px;
}

@media screen and (min-width: 1024px) {
    .site-credits-container {
        position: relative;
        display: inline-block;
        margin-top: 0;
    }

    .site-credits-container::Before {
        content: '\B7';
        display: inline-block;
        margin: 0 4px;
    }

    .site-credits-container:hover {
        cursor: default;
    }
}

.credits-text {
    display: none;
}

@media screen and (min-width: 1024px) {
    .credits-text {
        display: inline-block;
        text-transform: none;
        line-height: 34px;
    }
}

.site-credits-box {
    font-size: 10px;
    font-size: 1rem;
    display: block;
}

@media screen and (min-width: 768px) {
    .site-credits-box {
        clear: both;
    }
}

@media screen and (min-width: 1024px) {
    .site-credits-box {
        max-height: 0;
        width: 125px;
        line-height: 1.25;
        background: #f4816e;
        position: absolute;
        bottom: 0;
        right: -150px;
        overflow: hidden;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    .site-credits-container:hover .site-credits-box {
        max-height: 120px;
        padding: 4px 8px;
    }
}

.site-credits-box span {
    display: block;
    padding: 2px 0;
}

@media screen and (min-width: 768px) {
    .site-credits-box span {
        display: inline-block;
        margin-right: 4px;
        letter-spacing: 0.1em;
    }
}

@media screen and (min-width: 1024px) {
    .site-credits-box span {
        margin: 2px 0;
    }
}

.site-footer .social {
    margin-top: 8px;
}

@media screen and (min-width: 768px) {
    .site-footer .social {
        float: right;
        margin-top: 5px;
    }
}

/* ================================
[ Content ]
================================ */

/* ---------- [ Entries ] ---------- */

.entry {
    margin-bottom: 20px;
}

.single .content .entry {
    margin-bottom: 0;
}

/* [ Entry Image ] */

.post-listing .entry-image-link {
    display: block;
}

.post-listing .entry:hover .entry-image-link,
.home.post-listing .entry .entry-image-link:hover { /* slightly more specific to overwrite following block */
    opacity: 0.8;
}

.home .entry:hover .entry-image-link {
    opacity: 1;
}

/* [ Entry Header ] */

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

.entry-meta {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 10px;
    font-size: 1rem;
    margin: 8px 0 2px;
}

.entry-meta .date-piece {
    margin: 0 1px;
}

/* ---------- [ Breadcrumbs ] ---------- */

.breadcrumb {
    margin-bottom: 20px;
}

.breadcrumb {
    border-left: 4px double #c4e8e2;
    padding-left: 12px;
    font-size: 14px;
    font-size: 1.4rem;
}

.breadcrumb a {
    text-decoration: underline;
}

.breadcrumb a:hover {
    text-decoration: none;
}

/* ---------- [ Archive Description ] ---------- */

.archive-description {
    margin: 0 0 16px;
}

.archive-type,
.archive-type + .archive-title {
    display: inline-block;
}

.archive-type {
    margin-right: 8px;
}

.archive-description p {
    text-align: center;
}

@media screen and (min-width: 1024px) {
    .archive-description p {
        text-align: left;
    }
}

.archive-description p:first-of-type {
    margin-top: 4px;
}

.archive-description p:last-child {
    margin-bottom: 0;
}

/* ---------- [ Author Box ] ---------- */

.author-box {
    margin: 40px 0 24px;
    text-align: center;
}

@media screen and (min-width: 1024px) {
    .author-box {
        margin-bottom: 40px;
    }
}

.author-box .author-box-title {
    display: none;
}

.author-box .avatar {
    border-radius: 100%;
    float: none;
}

@media screen and (min-width: 768px) {
    .author-box .avatar {
        float: left;
        margin-right: 16px;
    }

    .author-box-content {
        text-align: left;
    }
}

.author-box p:first-child {
    margin-top: 4px;
}

.author-box p:last-child {
    margin-bottom: 0;
}

/* ---------- [ Comments ] ---------- */

.entry-comments {
    margin: 28px 0 56px;
}

@media screen and (min-width: 1024px) {
    .entry-comments {
        margin: 40px 0;
    }
}

.comment-list-title {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .comment-list-title {
        text-align: left;
    }
}

.comment {
    padding-bottom: 0;
}

.comment article {
    border-bottom: 1px solid #aaa;
    padding-bottom: 20px;
}

.comment:last-of-type article {
    border-bottom: 0;
}

.comment.bypostauthor {
    background: transparent;
    border-color: transparent;
}

@media screen and (min-width: 768px) {
    .children .comment:last-of-type,
    .children .comment + .comment.bypostauthor:last-of-type {
        margin-bottom: -1px;
    }
}

.comment-author {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
}

.comment-author,
.comment-author .comment-author-link,
.comment-edit-link,
.comment-reply a {
    color: #f8a993;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}

.comment-author .comment-author-link:hover,
.comment-edit-link:hover,
.comment-reply a:hover {
    color: #f4816e;
}

.comment-author .says::after {
    content: ':';
    display: inline-block;
}

.comment-edit-link {
    text-transform: uppercase;
}

.comment-reply {
    margin-top: 12px;
}

.comment-reply-link {
    font-size: 15px;
    font-size: 1.5rem;
    text-transform: lowercase;
}

/* [ Comment Form ] */

.comment-respond {
    margin: 28px 0;
    background: #f6f6f5;
    text-align: center;
    padding: 24px;
}

@media screen and (min-width: 1024px) {
    .comment-respond {
        margin: 40px 0;
    }
}

.comment-respond .comment-reply-title {
    font-size: 17px;
    font-size: 1.7rem;
    text-transform: uppercase;
    font-family: 'PT Serif', serif;
    font-weight: 400;
    letter-spacing: 0.3em;
}

.comment-respond .comment-reply-title::after {
    content: '';
    display: block;
    margin: -12px auto -4px;
    width: 53px;
    height: 36px;
    background: url(/wp-content/themes/once-coupled-mostly-homemade-mom/assets/images/icon-setting.png) no-repeat center;
    background-size: 53px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .comment-respond .comment-reply-title::after {
        background-image: url(/wp-content/themes/once-coupled-mostly-homemade-mom/assets/images/icon-setting@2x.png);
    }
}

@media screen and (min-width: 768px) {
    .comment-respond .comment-reply-title {
        font-size: 23px;
        font-size: 2.3rem;
    }
}

.comment-respond input,
.comment-respond textarea {
    background: #fff;
}

.comment-respond .form-submit input[type="submit"] {
    padding: 12px 36px;
    background: #2d2d2d;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    text-transform: lowercase;
    font-size: 18px;
    font-size: 1.8rem;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .comment-respond .form-submit input[type="submit"] {
        width: auto;
    }
}

.comment-respond .form-submit input[type="submit"]:hover {
    background: #f4816e;
}

/* [ Comment Toggle ] */

.comment-toggle {
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    background: #f4816e;
    display: block;
    width: 150px;
    padding: 8px;
    margin: 0 auto;
    text-transform: lowercase;
    -webkit-transition: 400ms;
    transition: 400ms;
}

.comment-toggle:hover {
    background: #c4e8e2;
}

@media screen and (min-width: 768px) {
    .comment-toggle {
        display: none;
    }
}