/**
 *  Theme Name: Paleo Running Momma
 *  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-paleo-running-momma
 *  License: All rights reserved.
 */

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

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

/**
 * Notes
 * - TOC (you are here)
 *
 * Elements
 * - Text
 * - Headings
 * - Titles
 * - Links
 * - Forms
 * - Search Forms
 *
 * Containers
 * - Body
 * - 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: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    color: #231f20;
    overflow-x: hidden;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    margin: 12px 0 16px;
    font-weight: 400;
}

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

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

h3 {
    font-size: 19px;
    font-size: 1.9rem;
}

h4,
h5,
h6 {
    font-size: 17px;
    font-size: 1.7rem;
}

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

.archive-title,
h1.entry-title,
.widget-title {
    margin-top: 0;
}

.archive-title,
.page h1.entry-title,
.widget-title {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-size: 2.8rem;
}

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

.archive-title {
    margin-bottom: 12px;
}

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

.single h1.entry-title {
    font-size: 29px;
    font-size: 2.9rem;
    text-align: center;
}

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

.post-listing .entry-title {
    margin: 8px auto 0;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
}

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

/* ---------- [ Entry Content ] ---------- */

.single .entry-content {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8;
}

.single .entry-content h2 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.166666666666667;
    margin-bottom: 5px;
}

.single .entry-content h3 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.181818181818182;
    margin-bottom: 5px;
}

.single .entry-content h4 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.1;
    margin-bottom: 5px;
}

.single .entry-content h2 + p,
.single .entry-content h3 + p,
.single .entry-content h4 + p {
    margin-top: 5px;
}

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

a {
    text-decoration: none;
    color: #231f20;
    -webkit-transition: 400ms;
    transition: 400ms;
}

a:hover {
    color: #919191;
    cursor: pointer;
}

/* [ In-content Links ] */

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

.single .entry-content a:hover,
.archive-description a:hover,
.author-box a:hover {
    text-decoration: underline;
}

/* [ More Links ] */

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

.more-link-container .more-link {
    display: inline-block;
    padding: 8px 12px;
    color: #255b68;
    background: #d0eadb;
    line-height: 1;
    font-weight: 700;
}

.more-link-container .more-link:hover {
    color: #fff;
    background: #255b68;
}

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

input,
select,
textarea {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    background: #fff;
    border: 0;
    color: #255b68;
}

a.button,
.button,
input[type="submit"] {
    text-transform: lowercase;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    background: #d963a5;
    display: inline-block;
    line-height: 1.1;
    padding: 8px 32px;
}

.button a {
    color: #fff;
}

a.button:hover,
.button:hover,
.button:hover a {
    background: #255b68;
}

.page .button {
    margin-right: 2px;
    margin-bottom: 4px;
}

/* [ Placeholders ] */

::-webkit-input-placeholder {
    color: #255b68;
    text-transform: lowercase;
}

::-moz-placeholder {
    color: #255b68;
    text-transform: lowercase;
}

:-ms-input-placeholder {
    color: #255b68;
    text-transform: lowercase;
}

:-moz-placeholder {
    color: #255b68;
    text-transform: lowercase;
}

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

.search-form {
    position: relative;
    overflow: hidden;
    background: #f4eeeb;
    border-radius: 20px;
}

.sidebar .search-form {
    background: #e8dbd4;
}

.search-form ::-webkit-input-placeholder {
    text-transform: none;
}

.search-form ::-moz-placeholder {
    text-transform: none;
}

.search-form :-ms-input-placeholder {
    text-transform: none;
}

.search-form :-moz-placeholder {
    text-transform: none;
}

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

@media screen and (min-width: 1024px) {
    .search-form input {
        height: 34px;
        line-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;
    padding: 0;
}

.search-submit-icon {
    pointer-events: none;
    position: absolute;
    top: 10px;
    right: 12px;
    -webkit-transition: 400ms;
    transition: 400ms;
}

@media screen and (min-width: 1024px) {
    .search-submit-icon {
        font-size: 18px;
        font-size: 1.8rem;
        top: 4px;
        right: 12px;
        -webkit-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        transform: rotate(-20deg);
        color: #d963a5;
    }
}

.search-form input[type="submit"]:hover + .search-submit-icon {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
}

/* [ Header Search ] */

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

#header-search.hide {
    display: none;
}

@media screen and (min-width: 1024px) {
    #header-search {
        display: block !important;
        width: 240px;
        float: right;
        height: auto;
        margin-top: 59px;
    }
}

/* [ Mobile Navigation ] */

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

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

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

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

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

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

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

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

.site-inner {
    padding-top: 30px;
}

@media screen and (min-width: 768px) {
    .site-inner {
        padding: 24px 0 60px;
        background: #f8f4f2;
    }

    .content {
        width: 100%;
        max-width: 645px;
        background: #fff;
        padding: 24px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1024px) {
    .content {
        float: left;
    }

    .single .content {
        padding-bottom: 0;
    }

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

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

.sidebar {
    display: block;
    margin: 40px auto 0;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .sidebar {
        max-width: 645px;
    }
}

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

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

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

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

/* [ Toggles ] */

.menu-toggle,
.sub-menu-toggle {
    display: block;
    color: #255b68;
    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: #d963a5;
}

.sub-menu .sub-menu-toggle {
    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: #255b68;
}

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

.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-size: 17px;
    font-size: 1.7rem;
}


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

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

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

/* [ Sub-menus ] */

.genesis-nav-menu .sub-menu {
    display: none;
    margin-left: 8px;
}

@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: #d963a5;
        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 */
        top: 70px;
    }

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

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

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

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

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

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

@media screen and (min-width: 1024px) {
    .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;
    }

    .genesis-nav-menu .sub-menu .menu-item:hover > a {
        background: #255b68;
    }

    .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: 56px;
    left: 0;
    width: 100%;
    display: none;
    overflow-y: scroll;
    height: calc(100% - 48px);
    background: #255b68;
}

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

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

@media screen and (min-width: 1024px) {
    .nav-primary,
    .admin-bar .nav-primary {
        top: -32px;
        margin-bottom: -32px;
        height: 72px;
    }

    .nav-primary {
        position: relative;
        left: auto;
        width: auto;
        display: block;
        overflow: visible;
        clear: both;
        background: transparent;
        border-top: 1px solid #bfbfbf;
        border-bottom: 1px solid #bfbfbf;
    }

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

/* [ Primary Nav - Menu Items ] */

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

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

    .nav-primary .genesis-nav-menu > .menu-item::after {
        content: '/';
        display: inline-block;
        margin: 0 8px;
        color: #d963a5;
        font-size: 20px;
        font-size: 2rem;
        position: relative;
        top: 1px;
    }

    .nav-primary .genesis-nav-menu > .menu-item:first-of-type::after {
        content: '';
        width: 17px;
        height: 9px;
        background: url(/wp-content/themes/once-coupled-paleo-running-momma/assets/images/menu-arrow.png) no-repeat center;
        background-size: 17px;
        top: 0;
    }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1024px), (min-resolution: 192dpi) and (min-width: 1024px) {
    .nav-primary .genesis-nav-menu > .menu-item:first-of-type::after {
        background-image: url(/wp-content/themes/once-coupled-paleo-running-momma/assets/images/menu-arrow@2x.png);
    }
}

@media screen and (min-width: 1024px) {
    .nav-primary > .wrap > .genesis-nav-menu > .menu-item:first-of-type > a {
        padding: 0;
        font-weight: 700;
        color: #255b68;
    }

    .nav-primary > .wrap > .genesis-nav-menu > .menu-item:last-of-type {
        float: right;
        border-left: 1px solid #bfbfbf;
        padding-left: 36px;
        font-family: 'Playfair Display', serif;
        font-style: italic;
        text-transform: lowercase;
    }

    .nav-primary .genesis-nav-menu > .menu-item:nth-last-of-type(2)::after,
    .nav-primary .genesis-nav-menu > .menu-item:last-of-type::after {
        content: none;
    }

    .nav-primary > .wrap > .genesis-nav-menu > .menu-item:last-of-type > a {
        color: #255b68;
        font-weight: 400;
    }

    .nav-primary > .wrap > .genesis-nav-menu > .menu-item:last-of-type > a:hover {
        color: #d963a5;
        opacity: 1;
    }

    .nav-primary .genesis-nav-menu > .menu-item:last-of-type > a::after {
        content: '>';
        margin-left: 4px;
        position: relative;
        top: 2px;
    }

    .nav-primary .genesis-nav-menu > .menu-item:nth-last-of-type(2) > a
    .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;
    color: #fff;
    font-weight: 600;
}

@media screen and (min-width: 1024px) {
    .nav-primary .menu-item a {
        padding: 32px 4px 22px;
        min-height: auto;
        color: #515251;
        letter-spacing: 0;
    }

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

    .nav-primary .genesis-nav-menu > .menu-item > a:hover {
        opacity: 0.8;
    }

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

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

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

/* [ Header Nav ] */

@media screen and (min-width: 1024px) {
    .nav-header .menu-item {
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 600;
        background: #fff;
        border-radius: 8px;
        margin-right: 8px;
    }

    .nav-header .menu-item:last-of-type {
        margin-right: 0;
    }

    .nav-header .menu-item a {
        color: #255b68;
        padding: 8px 28px 0;
    }

    .nav-header .menu-item a:hover {
        color: #d963a5;
    }

    .nav-header .cookbook-link.menu-item a {
        color: #d963a5;
    }

    .nav-header .cookbook-link.menu-item a:hover {
        color: #255b68;
    }
}

/* [ Footer Nav ] */

.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: 13px;
    font-size: 1.3rem;
    line-height: 20px;
    padding: 0;
    letter-spacing: 0.05em;
}

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

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

.pagination,
.pagination-container {
    clear: both;
    text-align: center;
    text-transform: lowercase;
}

/* [ Archive Pagination ] */

.pagination-container {
    margin: 24px auto 44px;
}

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

.pagination-text {
    display: block;
    font-family: 'Abigail Script', script;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 16px;
}

.pagination-text::after {
    content: '';
    display: inline-block;
    width: 79px;
    height: 14px;
    background: url(/wp-content/themes/once-coupled-paleo-running-momma/assets/images/arrow.png) no-repeat center bottom;
    background-size: 79px;
    margin-left: 8px;
    position: relative;
    top: 2px;
    -webkit-transition: 400ms;
    transition: 400ms;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .pagination-text::after {
        background-image: url(/wp-content/themes/once-coupled-paleo-running-momma/assets/images/arrow@2x.png);
    }
}

.pagination-text:hover::after {
    opacity: 0.7;
}

@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: #255b68;
    font-weight: 700;
}

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

.archive-pagination .active a:hover {
    background: #255b68;
    cursor: auto;
}

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

/* [ Entry Pagination ] */

.adjacent-entry-pagination {
    margin: 24px auto 40px;
}

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

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

.adjacent-entry-pagination a {
    padding: 8px 0 20px;
    color: #d963a5;
    font-weight: 700;
}

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

.adjacent-entry-pagination a::after {
    content: '';
    display: block;
    width: 79px;
    height: 14px;
    background: url(/wp-content/themes/once-coupled-paleo-running-momma/assets/images/arrow.png) no-repeat center bottom;
    background-size: 79px;
    margin-top: 4px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .adjacent-entry-pagination a::after {
        background-image: url(/wp-content/themes/once-coupled-paleo-running-momma/assets/images/arrow@2x.png);
    }
}

.adjacent-entry-pagination .pagination-previous a::after {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

@media screen and (min-width: 768px) {
    .adjacent-entry-pagination a,
    .adjacent-entry-pagination a::after {
        float: right;
    }

    .adjacent-entry-pagination a::after {
        margin-top: -2px;
        margin-left: 12px;
    }

    .adjacent-entry-pagination .pagination-previous a::after {
        float: left;
        margin-right: 12px;
        margin-left: 0;
    }
}

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

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

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

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

/* [ Logo ] */

.title-area {
    display: none;
}

@media screen and (min-width: 1024px) {
    .title-area {
        display: block;
        float: left;
        margin: -12px auto 12px;
        overflow: hidden;
    }
}

.site-title {
    margin: 0;
}

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

.title-area .site-title a {
    display: block;
    margin: 0 auto;
    width: 266px;
    height: 172px;
    background: url(/wp-content/themes/once-coupled-paleo-running-momma/assets/images/logo.png) no-repeat center;
    background-size: 266px;
    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-paleo-running-momma/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;
}

@media screen and (min-width: 1024px) {
    .site-description {
        float: left;
        background: url(/wp-content/themes/once-coupled-paleo-running-momma/assets/images/logo-tagline.png) no-repeat center;
        background-size: 337px;
        width: 337px;
        height: 46px;
        display: inline-block;
        margin: 71px 0 0 32px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1024px), (min-resolution: 192dpi) and (min-width: 1024px) {
    .site-description {
        background-image: url(/wp-content/themes/once-coupled-paleo-running-momma/assets/images/logo-tagline@2x.png);
    }
}

/* [ Mobile Navigation ] */

.mobile-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 56px; /* helps with js consistency */
    overflow: hidden;
    z-index: 100;
    color: #255b68;
    background: #fff;
    box-shadow: 0 0 10px 2px #666;
}

@media screen and (min-width: 1024px) {
    .mobile-navigation {
        position: relative;
        width: auto;
        height: auto;
        overflow: visible;
        z-index: 0;
        color: #231f20;
        background: url(/wp-content/themes/once-coupled-paleo-running-momma/assets/images/bg-pink.png);
        background-size: 150px;
        box-shadow: none;
    }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1024px), (min-resolution: 192dpi) and (min-width: 1024px) {
    .mobile-navigation {
        background-image: url(/wp-content/themes/once-coupled-paleo-running-momma/assets/images/bg-pink@2x.png);
    }
}

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

@media screen and (min-width: 1024px) {
    .mobile-navigation {
        text-align: right;
        height: 24px !important;
    }
}

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

.mobile-navigation .social {
    display: none;
}

@media screen and (min-width: 1024px) {
    .mobile-navigation .social {
        float: none;
        width: auto;
        height: auto;
        border: 0;
        display: inline-block;
        margin: 10px 0 -12px;
        vertical-align: top;
    }
}

.mobile-navigation .mobile-logo {
    float: left;
    width: 74%;
}

.mobile-navigation .mobile-logo a {
    background: url(/wp-content/themes/once-coupled-paleo-running-momma/assets/images/mobile-logo.png) no-repeat center;
    background-size: contain;
    display: block;
    height: 56px;
    width: 140px;
}

@media screen and (min-width: 375px) {
    .mobile-navigation .mobile-logo a {
        width: 175px;
    }
}

@media screen and (min-width: 400px) {
    .mobile-navigation .mobile-logo a {
        width: 191px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .mobile-navigation .mobile-logo a {
        background-image: url(/wp-content/themes/once-coupled-paleo-running-momma/assets/images/mobile-logo@2x.png);
    }
}

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

.mobile-navigation .button.cta {
    border-radius: 20px;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1;
    padding: 6px 8px;
    position: absolute;
    top: 16px;
    right: 13%;
    text-align: center;
    overflow: hidden;
}

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

.mobile-navigation .search {
    height: 56px;
    line-height: 56px;
    text-align: center;
    float: right;
    width: 13%;
    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: #255b68;
    cursor: pointer;
}

.mobile-navigation #header-search {
    position: absolute;
    top: 56px;
    left: 0;
    width: 90%;
    margin: 0 5%;
}

.mobile-navigation .search-form {
    margin-top: 1px;
}

/* [ Header Nav ] */

.nav-header {
    display: none;
}

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

}

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

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

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

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

@media screen and (min-width: 1024px) {
    .footer-widgets > .wrap {
        max-width: 100%;
    }
}

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

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

.site-footer {
    color: #fff;
    background: #255b68;
    padding: 4px 0;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    text-align: center;
    margin-top: 100px;
}

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

.site-footer::before {
    content: '';
    display: block;
    width: 109px;
    height: 103px;
    background: url(/wp-content/themes/once-coupled-paleo-running-momma/assets/images/logo-footer.png) no-repeat center;
    background-size: 109px;
    margin: -56px auto 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .site-footer::before {
        background-image: url(/wp-content/themes/once-coupled-paleo-running-momma/assets/images/logo-footer@2x.png);
    }
}

@media screen and (min-width: 768px) {
    .site-footer::before {
        margin-bottom: 8px;
    }
}

@media screen and (min-width: 1024px) {
    .site-footer::before {
        content: none;
    }
}

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

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

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

.site-footer .copyright-menu {
    text-align: center;
}

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

@media screen and (min-width: 1024px) {
    .site-footer .copyright-menu {
        margin: 8px auto 0;
    }
}

.site-footer .copyright {
    display: block;
}

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

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

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

@media screen and (min-width: 768px) {
    .site-credits-container {
        margin: 0;
        text-align: left;
    }
}

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

    .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: 20px;
        padding-right: 20px;
    }
}

.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: #255b68;
        position: absolute;
        bottom: 0;
        right: -124px;
        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;
}

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

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

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

.site-footer .back-to-top {
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin: 8px auto 0;
}

.site-footer .back-to-top:hover {
    color: #bfbfbf;
}

@media screen and (min-width: 768px) {
    .site-footer .social,
    .site-footer .back-to-top {
        display: inline-block;
        margin-top: 0;
    }

    .site-footer .back-to-top {
        margin-left: 16px;
    }
}

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

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

.entry {
    margin-bottom: 20px;
}

.post-listing .entry {
    margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
    .post-listing .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;
}

@media screen and (min-width: 1024px) {
    .single .content .entry-header {
        position: relative;
        padding-left: 20px;
    }
}

.entry-meta {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 700;
    margin: 8px 0;
    display: inline-block;
    padding: 0 8px 2px;
    border-bottom: 2px solid #d963a5;
    letter-spacing: 0.025em;
}

.archive .entry-meta,
.search .entry-meta {
    padding: 0;
    color: #d963a5;
    border-bottom: 0;
    font-weight: 400;
    margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
    .single .content .entry-meta {
        position: absolute;
        top: -12px;
        left: -48px;
        border: 0;
        padding: 0;
    }

    .single .content .entry-meta .entry-time {
        display: table-cell;
        width: 52px;
        height: 52px;
        vertical-align: middle;
        color: #d963a5;
        font-size: 17px;
        font-size: 1.7rem;
        word-wrap: normal;
        word-break: normal;
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    .single .content .entry-meta .entry-time::before {
        content: '';
        display: block;
        width: 50px;
        height: 50px;
        background: #fcdce1;
        border-radius: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: -1;
    }
}

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

.breadcrumb {
    margin-bottom: 20px;
}

.breadcrumb {
    border-left: 2px solid #d963a5;
    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;
}

@media screen and (min-width: 768px) {
    .archive-description .archive-title {
        float: left;
        width: calc(100% - 240px);
    }
}

.search .archive-description {
    margin-bottom: 12px;
}

.archive-description .search-form {
    display: none;
}

.search .content > .search-form {
    margin-top: 0;
    margin-bottom: 12px;
}

@media screen and (min-width: 768px) {

    .archive-description .search-form {
        display: block;
        margin-top: 4px;
        margin-bottom: 12px;
    }

    .archive-description .search-form,
    .search .content > .search-form {
        float: right;
        width: 240px;
    }

    .search .content > .search-form {
        margin-top: -8px;
    }
}

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

@media screen and (min-width: 768px) {
    .archive-description p {
        clear: both;
    }
}

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

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

.author-box .avatar {
    border-radius: 100%;
    margin-right: 16px;
    margin-top: 12px;
}

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

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

.author-box::after {
    content: '';
    display: block;
    margin: 0;
    width: 100%;
    height: 28px;
    margin-top: 16px;
    background: url(/wp-content/themes/once-coupled-paleo-running-momma/assets/images/border-dots.png) repeat-x center;
    background-size: 192px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .author-box::after {
        background-image: url(/wp-content/themes/once-coupled-paleo-running-momma/assets/images/border-dots@2x.png);
    }
}

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

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

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

.comment-list-title {
    display: inline-block;
    font-size: 20px;
    font-size: 2rem;
    color: #d963a5;
    font-weight: 700;
    text-transform: lowercase;
    margin-top: 0;
}

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

.comment-list-title::after {
    content: '';
    display: block;
    height: 8px;
    width: 108%;
    margin: -8px -2% 0;
    background: #fcdce1;
}

@media screen and (min-width: 768px) {
    .comment-list-title::after {
        height: 12px;
        margin-top: -12px;
    }
}

.comment {
    padding-bottom: 0;
    margin-bottom: 0;
}

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

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

.comment .avatar {
    margin-top: 4px;
}

.comment ol.children,
.comment ul.children {
    margin: 0;
}

.children .comment:last-of-type {
    margin-bottom: 0;
}

@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: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: lowercase;
    line-height: 1;
}

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

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

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

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

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

a.comment-reply-link {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: lowercase;
    color: #255b68;
}

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

/* [ Comment Form ] */

.comment-respond {
    margin: 28px 0;
    background: #f0f7f5;
    text-align: center;
    padding: 32px 12px;
}

@media screen and (min-width: 1024px) {
    .comment-respond {
        padding: 40px 56px 24px;
        width: calc(100% + 48px);
        margin: 0 -24px;
    }
}

.comment-respond .comment-reply-title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
    color: #255b68;
    position: relative;
    display: inline-block;
}

@media screen and (min-width: 1024px) {
    .comment-respond .comment-reply-title {
        font-size: 32px;
        font-size: 3.2rem;
    }
}

.comment-respond .comment-reply-title::after {
    content: '';
    display: block;
    width: 33px;
    height: 23px;
    background: url(/wp-content/themes/once-coupled-paleo-running-momma/assets/images/comment-icon.png) no-repeat center;
    background-size: 33px;
    position: absolute;
    top: -8px;
    right: -44px;
}

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

.comment-respond .form-submit input[type="submit"] {
    padding: 12px 36px;
    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: #255b68;
}

/* [ Comment Toggle ] */

.comment-toggle {
    color: #fff;
    color: #255b68;
    border: 3px solid #255b68;
    display: block;
    width: 150px;
    padding: 8px 4px;
    margin: 28px auto;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: lowercase;
    -webkit-transition: 400ms;
    transition: 400ms;
}

.comment-toggle:hover {
    color: #d963a5;
    border-color: #d963a5;
}

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

/* Akismet */

.akismet_comment_form_privacy_notice {
    margin: -28px 0 0;
    background: #f0f7f5;
    text-align: center;
    padding: 0 12px 32px;
}

@media screen and (min-width: 1023px) {
    .akismet_comment_form_privacy_notice {
        margin: 0 -24px;
        background: #f0f7f5;
        padding: 0 56px 24px;
    }
}