@font-face {
    font-family: 'Athletics';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/athletics-light.woff2') format('woff2');
}

@font-face {
    font-family: 'Athletics';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/athletics-extra-bold.woff2') format('woff2');
}

body {
    color: #2A2B2A;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.55;
    margin: 0;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    color: #212121;
    font-family: "Athletics", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 16px;
}

h1.is-style-alt,
h2.is-style-alt,
h3.is-style-alt,
h4.is-style-alt,
h5.is-style-alt,
h6.is-style-alt {
    font-family: orator-std, Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
    letter-spacing: .035em;
    font-weight: 400;
    text-transform: lowercase;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #D56638;
    text-decoration: none;
}

h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
    outline: none;
}

h1 {
    font-size: 31px;
}

a {
    color: #D56638;
    text-decoration: underline;
    font-weight: 700;
    background-color: transparent;
}

ul {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

input::placeholder,
select::placeholder,
textarea::placeholder {
    color: #2A2B2A;
    font-family: orator-std, Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
    text-transform: lowercase;
    letter-spacing: .025em;
}

#top-bar {
    /* background-color: #FFDED6; */
    background-color: #32a885;

}

.top-bar-search {
    height: 42.6667px;
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}

.top-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-form {
    border: none;
    margin-bottom: 0;
    overflow: initial;
    max-width: 400px;
    position: relative;

}

.search-submit {
    background: transparent;
    left: 0;
    right: auto;
    border: none;
    margin: 0;
    padding: 0;
    min-width: 0;
    width: 44px;
    height: 44px;
    line-height: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -22px;
}

.search-submit svg {
    /* fill: #2A2B2A; */
    fill: #FFF;
    width: 18px;
    height: 18px;
}

.search-input {
    padding: 12px 16px 12px 44px;
    font-size: 14px;
    text-transform: uppercase;
    width: 350px;
    background-color: transparent;
    border: none;
    transition: background-color 0.5s ease;
    
}

.search-input:focus {
    background-color: #FFF;
    outline: none;
}

.search-input:focus + .search-submit svg {
    fill: #000;
}

.search-input::placeholder {
    color: #FFF;
}

.top-bar-smedia {
    display: flex;
}

ul.social-links {
    display: flex;
}

ul.social-links li {
    list-style-type: none;
}

ul.social-links li+li {
    margin-left: 16px;
}

ul.social-links li a svg {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    /* fill: #2A2B2A; */
    fill: #FFF;
}

ul.social-links li a .label {
    display: none;
}

.lang-switch {
    margin-left: 40px;
}

.lang-switch a {
    color: #2A2B2A;
    text-decoration: none;
}

.lang-switch a svg {
    /* width: 24px; */
    height: 24px;
    vertical-align: middle;
    /* fill: #2A2B2A; */
    fill: #FFF;
}

header#lm-header {
    background: #fff;
    position: relative;
    min-height: 49px;
}

header .lm-header-inner {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #2A2B2A;
}

.nav-menu {
    display: flex;
    flex-flow: column-reverse nowrap;
}

.nav-menu .nav-primary {
    display: flex;
    justify-content: flex-end;
}

.nav-menu .nav-secondary {
    display: flex;
    justify-content: flex-end;
}

.nav-menu .menu {
    display: inline-block;
    width: auto;
}

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

.nav-menu .menu-item {
    float: left;
    list-style: none;
    position: relative;
    letter-spacing: .035em;
}

.nav-menu .menu-item a {
    border: none;
    color: #2A2B2A;
    display: block;
    font-weight: 400;
    line-height: 22px;
    position: relative;
    font-size: 16px;
    padding: 13px 14px;
    text-decoration: none;
}

.title-area {
    width: 100%;
    max-width: 300px;
    text-align: left;
    margin: 20px auto;
}

.lm-title {
    margin: 0;
    font-size: 24px;
    line-height: 30px;
}

.lm-title a {
    color: #2A2B2A;
    text-decoration: none;
    background: url(../images/lonumedhu_logo_new.png) no-repeat center;
    background-size: contain;
    display: block;
    text-indent: -9999em;
    width: 100%;
    height: 0;
    padding-bottom: 37.83333333%;
}

#top-ad-container {
    padding: 20px 0 0;
}

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

#page-header {
    padding: 40px 0 0;
}

.page-header-inner {
    display: flex;
    justify-content: space-between;
}

.page-header-left {
    width: 25%;
    display: flex;
    align-items: center;
}

.page-header-brandmark {
    margin-right: 20px;
    background: url(../images/lonumedhu_brandmark1.png) no-repeat center;
    background-size: contain;
    display: block;
    width: 40px;
    height: 40px;
}

.page-header-slogan {

    font-size: 18px;
    line-height: 1.1;
    font-weight: 700;
}

.page-header-slogan span {
    display: block;
}

.page-header-middle {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-header-middle h2 {
    margin-bottom: 0;
    font-size: 36px;
    text-transform: uppercase;
}

.page-header-right {
    width: 25%;
    display: flex;
    justify-items: center;
    justify-content: center;
}

.page-header-right a {
    color: #2A2B2A;
    font-size: 18px;
    font-family: orator-std, Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
    text-transform: lowercase;
    letter-spacing: .025em;
    text-decoration: none;
    font-weight: 700;
}

.page-header-right svg {
    margin-left: 16px;
    vertical-align: middle;
}


#lm-footer {
    padding: 48px 0;
    background: #FBF8F3;
    font-size: 14px;
}

#lm-footer .lm-footer-inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.lm-footer-socials {
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lm-footer-socials span {
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 300;
    margin-right: 12px;
}

.lm-footer-socials ul.social-links {
    display: flex;
}

.lm-footer-socials ul.social-links li {
    list-style-type: none;
}

.lm-footer-socials ul.social-links li a svg {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    fill: #2A2B2A;
}

#lm-footer a {
    color: #2A2B2A;
}

#lm-footer .lm-footer-brandmark {
    background: url(../images/lonumedhu_brandmark1.png) no-repeat center;
    background-size: contain;
    display: block;
    width: 80px;
    height: 80px;
}

#lm-footer .lm-footer-slogan {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.035em;

}

#lm-footer .lm-footer-slogan span {
    display: block;
}

#lm-footer .nav-footer {
    margin-bottom: 31px;
    margin-top: 38px;
    padding-top: 40px;
    width: 100%;
    border-top: 2px solid #2A2B2A;
}

#lm-footer .nav-footer ul {
    display: flex;
    justify-content: center;
}

#lm-footer .nav-footer ul li {
    list-style-type: none;
}

#lm-footer .nav-footer ul li+li {
    margin-left: 55px;
}

#lm-footer .nav-footer ul li a {
    font-size: 21px;
    letter-spacing: 0.035em;
    text-decoration: none;
    font-weight: 400;
}

#lm-footer .copyright {
    width: 100%;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.035em;
    margin-bottom: 0;
}

#lm-footer .copyright a {
    text-decoration: none;
    font-weight: 400;
    margin-left: 35px;
}

#lm-content {
    padding: 48px 0;
    padding-bottom: 0;
}

.newest-recipes {
    padding: 0 0 60px;
}

.newest-recipes-inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    display: grid;
    gap: 24px 16px;
}

.newest-recipes-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.newest-recipes .post-summary {
    margin-bottom: 0;
    flex-grow: 1;
}

.post-summary-image {
    overflow: hidden;
}

.post-summary.primary .post-summary-image {
    display: block;
    margin-bottom: 12px;
}

.post-summary-image img {
    aspect-ratio: 0.66666667;
    object-fit: cover;
    width: 100%;
}

.post-summary.primary .post-summary-title {
    font-size: 21px;
    font-weight: 400;
    margin: 0;
    letter-spacing: .025em;
    text-align: center;
}

.post-summary.primary .post-summary-title a {
    color: #212121;
    text-decoration: none;
}

.newest-recipes-item:nth-child(1n) .recipe-item-button {
    background: #ff8c70;
    color: white;
}

.newest-recipes-item:nth-child(2n) .recipe-item-button {
    background: #f74639;
    color: white;
}

.newest-recipes-item:nth-child(3n) .recipe-item-button {
    background: #D56638;
    color: white;
}

.newest-recipes-item:nth-child(4n) .recipe-item-button {
    background: #003811;
    color: white;
}

.newest-recipes-item .recipe-item-button {
    display: block;
    line-height: 1.1;
    padding: 10.6px 12px;
    text-decoration: none;
    border-radius: 3px;
    font-weight: 700;
    text-align: center;
    font-size: 1.3rem;
}

.newest-recipes .more-link-container {
    grid-column: 1 / -1;
    text-align: center;
    margin-top: 16px;

}

.newest-recipes .more-link-container a {
    font-family: orator-std, Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
    text-transform: lowercase;
    letter-spacing: .025em;
    text-decoration: none;
}

.newest-recipes .more-link-container a svg {
    margin-left: 16px;
    vertical-align: middle;
}

.latest-from-the-blog {
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    align-items: center;
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.2);
    background-color: #FBF8F3;
}

.latest-from-the-blog .latest-from-the-blog-content {
    display: flex;
    align-items: center;
    text-align: center;
}

.latest-from-the-blog-content-inner {
    padding: 80px 26px;
}

.latest-from-the-blog .latest-from-the-blog-subheading {
    font-size: 26px;
    font-family: orator-std, Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
    text-transform: lowercase;
    letter-spacing: .025em;
    text-decoration: none;
    margin-bottom: 32px;

}

.latest-from-the-blog .latest-from-the-blog-title {
    font-size: 46px;
}

.latest-from-the-blog .latest-from-the-blog-excerpt {
    font-size: 16px;
    margin-bottom: 20px;
}

.read-more-button-link {
    font-size: 18px;

    background-color: transparent;
    border: 2px solid #2A2B2A;
    border-radius: 3px;
    font-family: orator-std, Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
    font-weight: 700;
    letter-spacing: .035em;
    line-height: 1.3;
    padding: 16px 32px;
    text-decoration: none;
    text-transform: lowercase;

    align-content: center;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    height: 100%;
    text-align: center;
    width: 100%;
    word-break: break-word;
}

.read-more-button-link:not(.has-text-color) {
    color: #2A2B2A;
}

.latest-from-the-blog .latest-from-the-blog-image {
    height: 100%;
    width: 100%;
    position: relative;
}

.latest-from-the-blog .latest-from-the-blog-image img {
    position: absolute;

    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-mid {
    background-color: #FBF8F3;
    margin-bottom: 53px;
}

.home-mid-inner {
    display: grid;
    grid-column-gap: 64px;
    grid-template-columns: 1fr 300px;
    grid-template-areas:
        "latest-blog-listing home-mid-side-ad";
}

.latest-blog-listing {
    grid-area: latest-blog-listing;
    padding-top: 60px;
}

.latest-blog-listing h2 {
    text-transform: uppercase;
    line-height: 1.1;
    /* text-align: center; */
    margin-bottom: 40px;
}

.latest-blog-list-entry {
    align-items: center;
    margin-bottom: 10px;
    display: flex;
    background-color: white;
    position: relative;
}

.block-link {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999em;
  z-index: 10;
}

.latest-blog-list-entry-image-container {
    width: 130px;
    flex-shrink: 0;
    position: relative;
}

.latest-blog-list-entry-image-container img {
    display: block;
    width: 130px;
    height: 130px;

}

.latest-blog-list-entry-image-container .circle {
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    right: -14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: white;
    border-radius: 50%;
}

.latest-blog-list-entry-title {
    flex-grow: 1;
    padding: 16px 16px 16px 0;
}

.latest-blog-list-entry-title h3 {
    font-size: 24px;
    margin-bottom: 0;
}

.latest-blog-list-entry-title a {
    font-weight: 400;
    text-decoration: none;
}

.latest-blog-list-entry-count {
    padding: 16px 30px;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: .025em;
}
.home-mid-side-ad {
    grid-area: home-mid-side-ad;
    max-width: 300px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

.home-mid-side-ad img {
    box-sizing: border-box;
    max-width: 100%;
}

.home-recipe-category {
    padding: 60px 0;
    background-color: #FBF8F3;
    position: relative;
    margin-bottom: 53px;
}


.home-recipe-category .recipe-roundups {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #2A2B2A;
}

.home-recipe-category .recipe-roundups .recipe-roundups-title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.home-recipe-category .recipe-roundups .recipe-roundups-title-container h2 {
    margin-bottom: 0;
}

.home-recipe-category .recipe-roundups .more-link-container {
    text-align: center;
}

.home-recipe-category .recipe-roundups .more-link-container a {
    color: #2A2B2A;
    font-size: 18px;
    font-family: orator-std, Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
    text-transform: lowercase;
    letter-spacing: .025em;
    text-decoration: none;
}

.home-recipe-category .recipe-roundups .more-link-container a svg {
    margin-left: 16px;
    vertical-align: middle;
}

.home-recipe-category .recipe-roundups .recipe-roundups-grid {
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    gap: 16px;
}

#last-section {
    padding: 50px 0;
}

#last-section .more-link-container {
    text-align: center;
    margin-top: 20px;
}

#last-section .more-link-container a {
    font-size: 18px;
    font-family: orator-std, Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
    text-transform: lowercase;
    letter-spacing: .025em;
    text-decoration: none;
}

#last-section .more-link-container a svg {
    margin-left: 16px;
    vertical-align: middle;
}

#shop-feature {
    background-image: url(../images/home-shop-bg1.jpg);
    background-size: cover;
    background-position: center center;
    padding: 213px 0 160px;
}

#shop-feature .shop-feature-overlay {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 30px;

    position: relative;
    text-align: center;
    background-color: #FBF8F3;

}

.shop-feature-overlay .brandmark-container {
    background-color: #FBF8F3;
    height: 106px;
    width: 106px;
    border-radius: 50%;
    position: absolute;
    top: -53px;
    right: calc(50% - 53px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.shop-feature-overlay .brandmark-container .brandmark {
    background: url(../images/lonumedhu_brandmark1.png) no-repeat center;
    background-size: contain;
    display: block;
    width: 47px;
    height: 47px;
}

.shop-feature-overlay .shop-feature-title {
    margin-bottom: 20px;
    font-size: 46px;
}

.shop-feature-overlay .shop-feature-description {
    font-size: 18px;
    margin-bottom: 24px;

    position: relative;
}

.shop-feature-overlay hr {
    margin-bottom: 24px;
    height: 2px;
    background-color: #2A2B2A;
    max-width: 100px;
    border: none;
    position: relative;
}

.shop-feature-overlay .shop-feature-more-link {
    font-family: orator-std, Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
    text-transform: lowercase;
    text-decoration: none;

}

.shop-feature-overlay .shop-feature-more-link svg {
    margin-left: 0px;
    vertical-align: middle;
}

#subscribe-section {
    padding: 60px 0 20px;
    background-color: #FBF8F3;
}

#subscribe-section .subscribe-section-inner {
    display: grid;
    grid-column-gap: 44px;
    grid-template-columns: 1fr 1fr;
}

#subscribe-section .subscribe-section-inner .subscribe-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: center;
    margin-bottom: 0;
    padding: 20px 20px;
    background-color: #32a885;
    text-align: center;
}

#subscribe-section .subscribe-section-inner .subscribe-box .subscribe-box-image-container img {
    margin-left: auto;
    margin-right: auto;
}

#subscribe-section .subscribe-section-inner .subscribe-box .subscribe-box-title {
    font-size: 30px;
    text-align: center;
    line-height: 1.0;
    margin-bottom: 20px;
}

#subscribe-section .subscribe-section-inner .subscribe-box .subscribe-box-content {
    text-align: center;
    font-size: 14px;
    margin-bottom: 8px;
}

#subscribe-form-container {
    margin: 24px auto;
    background: none;
    width: auto;
}

.forms-container input {
    display: block;
    /* height: 38px; */
    /* width: 100%; */
}

#subscribe-section .subscribe-section-inner .subscribe-box .forms-container label {
    display: none;
}

#subscribe-section .subscribe-section-inner .subscribe-box .forms-container input {
    border-radius: 0;
    max-width: none;
    line-height: 1;
    padding: 24px 20px;
    height: auto;
}

#subscribe-section .subscribe-section-inner .subscribe-box .forms-container input[type="email"] {
    background-color: #fcddd5;
    border: 1px solid #2A2B2A;
    font-size: 16px;
    line-height: 1;
    height: 0px;
    width: 100%;
    margin-top: 18px;
    margin-bottom: 16px;
    box-sizing: border-box;

}

#subscribe-section .subscribe-section-inner .subscribe-box .forms-container button[type="submit"] {
    border: none;
    width: 100%;
    font-size: 18px;
    padding: 18px 20px;
    line-height: 1;
    background-color: white;
    text-transform: uppercase;
    letter-spacing: .025em;
}

#subscribe-section .subscribe-section-inner .subscribe-box .forms-container button[type="submit"]:hover {
    background-color: #ffb5a3 !important;
}

.social-meter .social-meter-header {
    margin-top: 40px;
    font-family: orator-std, Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
    margin-bottom: 50px;
}

.social-meter .social-meter-counts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}

.social-meter .social-meter-count {
    text-decoration: none;
    color: #2A2B2A;
    border-bottom: 4px solid #D56638;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.social-meter .social-meter-count:nth-of-type(2) {
    border-bottom: 4px solid #FFDED6;
}

.social-meter .social-meter-count-label {
    font-family: orator-std, Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
    line-height: 1;
    font-size: 16px;
}


.social-meter .social-meter-count-value {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: -3px;
}

.recipe-results {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
}

.recipe-results article {
    width: 100%;
}

.post-summary.primary {
    margin-bottom: 32px;
    ;
}

.pager {
    padding-top: 60px;
    padding-bottom: 60px;
    grid-column: 1/-1;
    text-align: center;
    font-family: orator-std, Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
    font-size: 22px;
    text-transform: lowercase;
}

.pager-page {
    display: inline-block;
    padding: 0 4px;
    margin-right: 6px;
    cursor: pointer;
    text-decoration: underline;
    transition: all 0.1s ease-in-out;
}

.pager-page.dots {
    cursor: default;
}

.pager-page.active {
    cursor: default;
    font-weight: bold;
    text-decoration: none;
}

.content-area {
    display: grid;
    grid-template-columns: 1fr 300px;
    grid-column-gap: 32px;
}

main.lm-main {
    width: 100%;
    max-width: 760px;
}

.entry-header {
    overflow: hidden;
    width: 100%;
    margin-bottom: 18px;
    ;
}

.entry-header .date-line {
    margin-top: 16px;
    font-size: 0.75rem;
}

.entry-content img {
    box-sizing: border-box;
    max-width: 100%;
}

.entry-content ul {
    padding: 12px 0px 24px 40px;
}

.entry-content ol {
    padding-top: 12px;
}

.after-entry .did-you-make {
    padding: 78px 64px 84px;
    margin-bottom: 110px;
    background-color: #F9F6F1;
    text-align: center;
    position: relative;
}

.after-entry .did-you-make h4 {
    font-size: 36px;
}

.did-you-make-brandmark-container {
    background-color: #F9F6F1;
    height: 106px;
    width: 106px;
    border-radius: 50%;
    position: absolute;
    bottom: -53px;
    right: calc(50% - 53px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.did-you-make-brandmark {
    background: url(../images/lonumedhu_brandmark1.png) no-repeat center;
    background-size: contain;
    display: block;
    width: 47px;
    height: 47px;
}

.did-you-make-sharing {
    display: flex;
}

.did-you-make-sharing a {
    flex-grow: 1;
    font-size: 18px;
    display: block;
    font-weight: 700;
    letter-spacing: 0.35em;
    line-height: 1.3;
    padding: 16px 32px;
    text-align: center;
    max-width: 276px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid;
}

.did-you-make-sharing a+a {
    margin-left: 32px;
}

.did-you-make-sharing a.share-facebook {
    color: #D56638;
    border-color: #D56638;
}

.did-you-make-sharing a.share-x {
    color: #003811;
    border-color: #003811;
}

.did-you-make-sharing a.share-pinterest {
    color: #F74639;
    border-color: #F74639;
}

.sidebar-primary {
    width: 100%;

}

.sidebar-primary #side-ad1 img {
    box-sizing: border-box;
    max-width: 100%;
}