/* Sitewide CSS */
/* Default Config */
html, body {
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    color: #505050;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    letter-spacing: 1px;
}

/* Helper Classes */
.font-lato-black {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    letter-spacing: 1px;
}

.font-lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
}

.font-merriweather {
    font-family: "Merriweather", serif;
    letter-spacing: 1px;
}

.font-merriweather {
    font-family: "Merriweather", serif;
    letter-spacing: 1px;
}

.font-merriweather-light {
    font-family: "Merriweather", serif;
    font-weight: 300;
    letter-spacing: 1px;
}

.site-theme-color, .site-theme-color a {
    color: #508918;
}

a.site-theme-color:hover, .site-theme-color a:hover {
    color: #508918;
    text-decoration-color: #508918;
}

.letter-spacing-1 {
    letter-spacing: 1px;
}

.triangle-white-down {
    display: inline-flex;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 18px solid white;
}

.button-default-green {
    text-align: center;
    display: inline-block;
    font-weight: 900;
    border: none;
    background-color: #3E9A1D;
    color: white;
    border-radius: 5px;
    padding: 8px 25px;
}

.button-default-green:hover {
    color: white;
    text-decoration: none;
}

/* Old Stuff */

p > a {
    color: #508918 !important;
}

.photo {
    display: inline-block;
    margin-top: 30px;
    width: 100%;
    margin-bottom: 2rem;
}

#h-main-content {
    justify-content: center;
    margin: 6rem auto 0;
    max-width: 1298px;
}

@media (max-width: 575.98px) {
    #h-main-content {
        margin: 2rem auto 0;
        padding: 0 !important;
    }
}

#h-navbar {
    height: 60px;
    background: #fff;
    margin-top: 2.5rem;
    /*width: 100%;*/
    /*max-width: 1298px;*/
    /*margin: 0 auto;*/
    padding: 0;
    font-weight: 400;
}

.order-0 {
    text-align: right;
}

.navbar-brand>img {
    margin-left: -63px;
}

.navbar {
    padding: 0;
    /*padding-left: 16px !important;*/
    /*margin: 0px 16px;*/
}

.h-search-form {
    padding-left: 0 !important;
    margin-right: 1rem;
}

.h-nav-container {
    /*padding: 5rem 0 0 !important;*/
    /*max-width: 1037px !important;*/
}

.h-blog-content {
    background: #fff;
    padding: 0 2.5rem 1rem;
    text-align: left;
}

@media (max-width: 767px) {
    .h-blog-aside.d-sm-block {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .h-blog-aside {
        padding-left: 0;
    }
}

.h-post-title, .h-post-title:hover {
    text-transform: capitalize;
    font-family: "Lato";
    font-weight: bolder;
    letter-spacing: 1px;
    line-height: 2.5rem;
    color: black;
    font-size: 24pt;
    margin-bottom: 0.5rem;
    display: inline-block;
}

@media (max-width: 575.98px) {
    .h-post-title, .h-post-title:hover {
        line-height: 1.5rem;
        font-size: 16pt;
    }
}

.h-post-preffix{
    font-family: "Merriweather";
    color: #1A1A1A;
    font-style: italic;
    font-size: 9pt;
    display: inline-block;
    margin: 2px;
    width: 100%;
    letter-spacing: 1px;
}

.h-post-preffix a, .h-post-preffix a:hover {
    color: #508918;
    font-weight: bolder;
    padding-left: 6px;
}

.h-post-image {
    width: 100%;
}

.h-post-text {
    font-family: "Merriweather" !important;
    font-size: 12pt;
    letter-spacing: 1px;
    line-height: 2rem;

}

.h-post-text p {
    margin-bottom: 20px;
    width: 100%;
}

.h-blog-post, .h-podcast-season {
    margin-bottom: 3rem;
    padding-left: 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h-podcast-season>h2,.h-podcast-episode>h3 {
    color: #508918;
    font: 22pt Lato;
    font-weight: bolder;
    letter-spacing: 1px;
}

.h-podcast-episode>h3 {
    margin-top: 4rem;
}

.h-podcast-episode>p>a,.h-podcast-episode>ol>li>a {
    color: #508918;
}

.h-podcast-season>hr {
    border-top: 1px solid #508918;
    margin-bottom: 3rem;
}

.h-podcast-episode>a,.h-podcast-episode>a:hover,.h-podcast-episode>span {
    color: #000;
    font: 20pt Lato;
    display: inline-block;
    margin: 0.5rem 0;
    letter-spacing: 1px;
    font-weight: bold;
}

.h-podcast-episode>.h-readmore,.h-podcast-episode>.h-readmore:hover {
    color: #508918;
    font: 14pt Lato;
    display: inline-block;
    margin: 0.5rem 0 2rem;
    letter-spacing: 1px;
    font-weight: bold;
}

.h-podcast-episode>p {
    font: 12pt Merriweather;
    color: #444444;
    margin-top: 1.5rem;
    line-height: 1.75rem;
}

.h-podcast-episode {
    margin-bottom: 2rem;
}

.h-episode-number {
    color: #508918;
    font-weight: bolder;
}


a>.h-link-leaf { visibility: hidden }
a:hover>.h-link-leaf { visibility: visible }
.active a>.h-link-leaf, .active a:hover>.h-link-leaf { visibility: hidden }

.nav-item a, .nav-item a:hover {
    font-family: "Lato Black", sans-serif;
    color: #505050;
    margin-left: 17px;
}

.active a.nav-link {
    color: #508918;
    font-weight: 600;
}

.content-centered {
    display: flex;
    justify-content: center;
    align-items: center;
}

.h-rss-link, .h-rss-link:hover {
    font-family: "Merriweather";
    font-weight: lighter;
    font-size: 9pt;
    color: #508918;
    text-align: left;
    width: 100%;
    letter-spacing: 1px;
    margin-top: -.5rem;
}

.h-side-widget {
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0 0.4rem 2rem !important;
}

.pagination>.current.page{
    border-radius: 50%;
    width: 36px;
    height: 36px;
    margin: 0 1rem;
    background: #508918;
    color: #fff;
    text-align: center;
    font: 14pt Lato;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination>a.page, .pagination>a.prev, .pagination>a.next {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font: 14pt Lato;
}

.pagination>a.page {
    padding: 0px 28px;
}

.pagination>a.next {
    color: transparent;
    background-image: url("../images/next-arrow.165f9a8d3a55.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.pagination>a.prev {
    color: transparent;
    background-image: url("../images/prev-arrow.409bfe864859.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.h-widget-title {
    width: 100%;
    text-align: center;
    font-family: 'Lato' ;
    font-weight: bolder;
    letter-spacing: 1px;
    font-size: 16pt;
}


.h-email-submit {
    float: right;
    padding-left: 0 !important;
    padding: 0;
}

.full-width {
    width: 100%;
    margin: 0;
}

.h-recipe-form {
    background-image: url("../images/home/home-subscribe.28d4365a9072.png");
    background-size: 250px;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}

.h-recipe-form-input{
    width: 100%;
}

.form-group {
    margin-bottom: 0.5rem;
}

.h-recipe-submit {
    text-align: center;
    padding: 0px !important;
}

.h-recipe-form-title{
    text-align: center;
    margin: 0 0 1.5rem;
    font-family: "Lato";
    color: #1A1A1A;
    font-size: 11pt;
    letter-spacing: 1px;
}

.h-tag-container, .h-side-widget-ad {
    margin: 0rem 1.5rem;
}

.h-side-widget-ad img {
    width: 100%;
}

.h-tag-container a {
    float: left;
    margin: 0 8px 8px 0;
    background: #E9E9E9;
    color: #1A1A1A;
    padding: 2px 15px;
    font-family: "Merriweather";
    font-size: 10pt;
}

.h-post-tags a {
    float: left;
    margin: 0 8px 8px 0;
    background: #E9E9E9;
    color: #1A1A1A;
    padding: 2px 15px;
    font-family: "Merriweather";
    font-size: 10pt;
    border-radius: 3px;
}

.h-post-header {
    padding-left: 15px;
}

.h-post-header h1 {
    margin-bottom: 0;
}

.h-post-tags {
    padding-left: 10px;
}

.h-tag-container a:hover, .h-post-tags a:hover {
    color: #1A1A1A;
}

.form-group input, .form-group button {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-width: 0px;
    font-family: "Merriweather";
    font-size: 12pt;
    letter-spacing: 1px;
}

.form-group input {
    background: #E9E9E9;
    font-style: italic;
}

.form-group button {
    background: #508918;
    color: #fff;
}

.h-recipe-form-button {
    font-family: "Merriweather" !important;
    font-weight: bolder;
    width: 100%;
    margin-bottom: 2rem;
}

#inputPassword3, #inputEmail3 {
    background: #fff;
    width: 90%
}

.h-email-input {
    background: #fff;
    /*width: 60%;*/
    /*float:left;*/
    padding: 0 0 !important;
}

.h-email-input>input {
    float: right;
}

.h-email-input>img {
    background: #fff;
    float: left;
    width: 10%;
    margin-left: 8px;
}

.h-recipe-book-download>.row {
    padding: 0 20px 0px;
}

.h-recipe-book-download>.row>h3 {
    font: 16pt Lato;
    font-weight: bolder;
    padding-top: 10px;
}

.h-recipe-book-download>.row>p {
    font: 12pt Lato;
    margin-right: 20px;
}

.h-form-icon {
    float: left;
    width: 6%;
}

.h-recipe-input {
    background: #fff;
}

.h-footer-logo {
    max-width: 350px;
}

.h-footer-top {
    padding: 3rem;
}

#h-footer {
    margin-top: 3rem;
    background: #F4F4F4;
    position: relative;
}

.mr-auto {
    margin-left: 16px;
}

.h-footer-title {
    text-transform: uppercase;
    font-family: "Lato";
    font-weight: bolder;
    font-size: 12pt;
    color: #508918;
    display: inline-block;
    width: 100%;
}

.h-footer-subtitle{
    color: #000;
    margin-bottom: 0 !important;
}

.h-footer-items {
    padding: 20px;
}
.h-footer-items li {
    list-style:none;
    background-image:none;
    background-position:0;
    position: relative; left: -20px;
    font-family: "Lato";
    font-weight: bolder;
    padding-bottom: 10px;
}

.h-footer-items li a {
    color: #000;
}

.h-footer-center div{
    vertical-align: top;
    display: inline-block;
    height: 320px;
}

.h-description-text {
    font-family: "Merriweather";
    font-size: 11pt;
    letter-spacing: 1px;
}

.h-blog-post>.h-readmore,.h-blog-post>.h-readmore:hover,
.h-related-article>.h-readmore,.h-related-article>.h-readmore:hover {
    font-size: 13pt;
}

.h-footer-link, .h-footer-link:hover, .h-readmore, .h-readmore:hover {
    font-family: "Merriweather";
    font-size: 10pt;
    margin: 3px 0;
    display: inline-block;
    color: #508918;
}

.h-readmore, .h-readmore:hover {
    font-family: "Lato";
    font-weight: bolder;
}

.h-copyright {
    color: #858585;
    font-size: 9pt;
    font-family: "Merriweather";
    margin: 1rem 0;
}

.h-bottom-grass {
    text-align: center;
    border-bottom: 7px solid #508918;
}
.h-bottom-grass img {
    margin-bottom: -7px;
}

#h-social-share-widget>li{
    list-style:none;
    background-image:none;
    background-position:0;
    position: relative;
    left: -70px;
    width: 32px;
    height: 32px;
    padding: 4px;
}

#h-social-share-widget>li>a>.h-social-hover {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    height: 24px;
}
#h-social-share-widget>li:hover>a>.h-social-hover { visibility: visible }
#h-social-share-widget>li>a>.h-social {
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;

}
#h-social-share-widget>li:hover>a>.h-social { visibility: hidden }

#h-social-share-widget>li>a {
    background-position: left;
    background-repeat: no-repeat;
    float: left;
    background-size: 100%;
    display: list-item;
}

.h-post-avatar img{
    margin: 4rem 0;
    border-radius: 50%;
    border: 2px solid #508918;
    height: 120px;
    width: 120px;
}

.h-post-author-description h4, .h-related-article h4 {
    text-transform: capitalize;
    font-family: "Lato";
    font-weight: bolder;
    letter-spacing: 1px;
    line-height: 1.5rem;
    color: black;
    font-size: 14pt;
    display: inline-block;
}

.h-post-author-description p, .h-related-article p {
    display: inline-block;
    font-family: "Merriweather";
    color: #1A1A1A;
    font-size: 10pt;
    letter-spacing: 1px;
}

.sumome-image-sharer, .sumome-share-client-wrapper {
    /* TODO! */
    display: none !important;
}

#h-related-container {
    margin: 5rem auto 0;
    padding: 0 100px;
    justify-content: center;
    max-width: 1298px;
    background: #fff;
    z-index: 999;
    position: relative;
}

.h-floating-widget {
    position: fixed !important;
    top: 180px;
    margin-left: -70px;
}

.h-blog-content>.h-floating-widget {
    margin-left: -30px;
}

.bottom-hr{
    width: 90%;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #508918;
    margin: 1em 0;
    padding: 0;
}

.h-related-article a, .h-related-article h4, .h-related-article p, .h-related-article img {
    width: 100%;
    display: inline-block;
    margin-top: 0.5rem;
}

.h-related-article>.h-post-thumb {
    height: 220px;
    margin-bottom: 20px;
}

.h-related-article p {
    margin-bottom: 0 !important;
}

.h-related-article{
    display: inline-block;
}

.h-related-article img {
    height: 210px;
}

.h-podcast-widget {
    background-image: url("../images/roundwedge.682dcb8da67b.png");
    background-color: #F1F1F1;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 30px;
    border-bottom: 3px solid #508918;
}

.h-podcast-button {
    width: 80%;
    margin: 0 1rem 1rem;
}

.h-podcast-rss a, .h-podcast-rss, .h-podcast-rss a:hover {
    font-family: "Merriweather";
    color: #508918;
    font-style: italic;
    font-size: 10pt;
    display: inline-block;
    margin: 2px;
    letter-spacing: 1px;
}
.h-podcast-rss {
    justify-content: space-between;
}

.h-topic-title {
    padding: 0 2rem 3rem 3rem !important;
    width: 100%
}

.h-recipes-title>hr,.h-topic-title>hr {
    width: 100%;
    padding-bottom: 1rem;
}

.h-topic-title>h3 {
    font-family: "Lato";
    color: #1A1A1A;
    font-size: 22pt;
    font-weight: bolder;
    letter-spacing: 1px;
}

.h-recipes-title>div>h3 {
    font-family: "Lato";
    font-size: 22pt;
    font-weight: bolder;
    letter-spacing: 1px;
    color: #508918;
}

.h-recipes-title > div > h1 {
    font-family: "Lato";
    font-size: 22pt;
    font-weight: bolder;
    letter-spacing: 1px;
    color: #508918;
}

.h-recipe-content, .h-recipe-container {
    margin-left: 15px !important;

}

.h-recipes-content {
    margin: 0px 140px 0 185px !important
}

.h-recipes-search-title {
    font-family: "Merriweather";
    color: #949494;
    font-size: 15pt;
    display: inline-block;
    letter-spacing: 1px;
}

.h-recipes-index {
    margin-left: -30px !important;
}

#recipes_search>.input-group {
    height: 40px;
    margin-top: 1.3rem;
    border: 1px solid #508918;
}

#recipes_search>.input-group>input {
    border-color: #fff;
}

#recipes_search>.input-group>.input-group-addon-icon {
    background-color: #508918;

}

#recipes_search>.input-group>.input-group-addon-icon>img {
    height: 38px;
    padding: 8px;
}


.h-recipe-photo-container {
    position: relative;
    width: 100%;
}

.h-recipe-photo>img {
    width: 100%
}

.h-recipe-photo {
    margin: 0 -15px !important;
    overflow: hidden;
    max-height: 400px;
}

.h-recipe-photo-container>div {
    width: 80px;
    height: 30px;
    background-image: url("../images/recipetimebg.f7f435974826.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    color: #fff;
    font-size: 9pt;
    padding: 7px 0 0 35px;
    position: relative;
    bottom: 40px;
    left: 10px;
}

.h-recipe-container, .h-recipe-item {
    padding: 25px;
}

.h-recipe-item>a,.h-recipe-item>a:hover {
    padding: 0.5rem 0 0;
    display: inline-block;
    font-size: 15pt;
    font-family: "Lato";
    font-weight: bolder;
    color: black;
    letter-spacing: 1px;
    white-space: nowrap; overflow: hidden;
    text-overflow: ellipsis;
    max-width: 280px;
    width: 100%;
}

.nopadding {
    padding: 0 !important;
}

.h-recipe-time {
    color: #1A1A1A;
    font: 9pt Lato;
    text-align: center;
}

.h-right-border {
    border-right: 1px solid #E9E9E9;
}

.h-recipe-time>p {
    margin-bottom: 0;
}

.h-recipe-time>span {
    font-size: 20pt;
    font-weight: bolder;
}
.h-ingredients-container>img {
    margin-top: 34px;
}

.h-ingredients-container>h4 {
    color: #508918;
    font: 18pt Lato;
    font-weight: bolder;
    margin: 8px 0 0 25px;
    padding: 10px;
    margin-top: 2rem;
}

.h-ingredients {
    padding: 2rem 4rem 0;
    display: inline-block;
    width: 100%;
}

.h-ingredients>li.h-ingredient-printable {
    left: 0 !important;
}

.h-ingredients>li {
    list-style:none;
    background-image:none;
    background-position:0;
    position: relative;
    left: -4rem;
    font-family: "Lato";
    font-weight: bolder;
    padding-bottom: 10px;
    border-bottom: 1px solid #F1F1F1;
    font: 13pt Merriweather;
    letter-spacing: 1px;
}

.h-ingredients>li>.value {
    margin-left: 3.5rem;

}

.name>a,.name>a:hover {
    color: #508918;
    line-height: 2rem;
}

.h-checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.h-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.h-checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
}

.h-checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    left: 5px;
    width: 25px;
    height: 25px;
    background-image: url("../images/unchecked.1a1d471e8821.svg");
    background-size: 100%;
    background-repeat: no-repeat;
}

.h-checkbox-container input:checked ~ .checkmark:after {
    content: "";
    position: absolute;
    left: 5px;
    width: 25px;
    height: 25px;
    background-image: url("../images/checked.4f8671213ba7.svg");
    background-size: 100%;
    background-repeat: no-repeat;
}

.h-instructions-text {
    font: 12pt Merriweather;
    letter-spacing: 1px;
    padding: 10px;
}

.h-nutrition-facts {
    background-color: #F0F0F0;
    padding: 30px 0px 30px 45px;
    margin: 2rem -5rem 3rem -5px !important;
    display: inline-block !important;
    font: 12pt Merriweather;
}
.h-nutrition-facts>div>h4 {
    font: 20pt Lato;
    font-weight: bolder;
    width: 100%;
}

.h-nutrition-facts-list {
    padding-top: 15px;
    margin-right: -2rem;
}

.h-nutrition-facts-list>li {
    list-style:none;
    background-image:none;
    background-position:0;
    position: relative;
    left: -3.5rem;
    font-family: "Lato";
    font-weight: bolder;
    padding-bottom: 10px;
    border-bottom: 1px solid #F1F1F1;
    font: 11pt Merriweather;
    letter-spacing: 1px;
}

.h-nutrition-facts-list>li>span {
    font-weight: bolder;
}

.h-instructions-text>ol {
    list-style: none;
    padding: 0;
}

.h-instructions-text>ol>li {
    counter-increment: item;
    margin-bottom: 5px;
    font-size: 11pt;
}

.h-instructions-text>ol>li:before {
    margin-right: 10px;
    content: counter(item);
    border: 2px solid #508918;
    padding-top: 5px;
    border-radius: 100%;
    color: #508918;
    width: 1.2em;
    text-align: center;
    display: inline-block;
    width: 35px;
    height: 35px;
    font: 12pt Lato;
    font-weight: bolder;
}

.h-printable {
    display: none !important;
}

.h-printable>.col-sm-4 {
    vertical-align: top;
    padding-top: 3rem;
}

.tagWrap {
    position: absolute;
    left: 0;
    top: -15px;
    z-index: 3;
    width: 100%;
    background: #fff;
    margin-top: 56px;
    padding: 8px;
    display: none;
    border: 1px solid #508918;
}

.tagWrap span {
    display: block;
    float: left;
    background: #f4f4f4;
    margin: 2px;
    padding: 5px 10px;
    cursor: pointer;
    font: 14px Lato;
    border-radius: 3px;
}

.tagWrap span a {
    color: #1A1A1A
}

.active>img {
    transform: rotate(180deg);
}

.h-copyright>a {
    color: #508918;
}

@media screen and (max-width: 993px) {
    #h-main-content {
        padding: 0 35px;
        /*margin-top: -4rem;*/
    }

    #h-related-container {
    margin: 5rem auto 0;
    padding: 0 10px;
    justify-content: center;
    max-width: 1298px;
    background: #fff;
    z-index: 999;
    position: relative;
    }

    .h-tag-container {
        margin: 0 -35px;
    }

    .pagination>a.page:nth-child(n+5) {
        display: none;
    }

    .h-footer-top {
        padding: 2rem;
    }

    .h-social-button {
        width: auto !important;
    }

    .h-post-avatar {
        text-align: center;
    }

    .h-floating-widget {
        display: none;
    }

    .h-email-submit {
        text-align: center;
    }

    .mx-auto>img {
        width: 100%;
    }

    .navbar-brand>img {
        max-width: 150px;
    }

    .navbar-header {
        width: 100%;
    }

    .navbar-toggle {
        /*float: left;*/
    }

    .navbar-brand {
        /*float: right;*/
    }

    .navbar-toggle {
        background: #fff url("../images/menu.8659515094d8.svg") no-repeat;
        height: 32px;
        /*width: 32px;*/
        border: none;
    }

    .navbar-nav>li {
        border-bottom: 1px solid #E9E9E9;
        padding: 15px;
    }

    .navbar-nav>li>a {
        color: #000;
        font: 14pt Lato;
    }

    .h-ingredients{
        padding: 0 25px 0 0;
    }
    .h-ingredients>li {
        left: 0;
    }
    .h-recipe-container {
        margin-left: 0 !important;
    }

    .h-recipe-content {
        margin: 0 !important;
    }

    .h-print-button {
        display: none;
    }

    .h-topic-title {
        padding: 0 !important;
        margin-left: -15px;
    }

}

.searchWrap .input-group-addon-btn{
    opacity:0.3;
    cursor:pointer;
    text-align: center !important;
}

/* Series Listing Specific */

.h-podcast-season {
    margin-bottom: 0;
}

.series-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.card.series-list-item {
    flex: 0 0 48.5%;
    margin-bottom: 1rem;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    border: transparent;
    background-color: #F1F1F1;
}

@media (max-width: 575.98px) {
    .card.series-list-item {
        flex: 0 0 100%;
    }

    .h-podcast-button {
        width: 100%;
        margin: 0;
    }
}

.series-detail-title {
    font-weight: 900;
}

.series-list-latest-episode {
    display: block;
    color: inherit;
}

.series-list-latest-episode:hover {
    color: inherit;
    text-decoration: none;
}

/* Podcast Listing, Podcast Details */

.podcast-series-title {
    font-size: small;
    color: #508918;
}

/* Footer */

.h-social-button {
    margin: 0 5px;
}

.sumome-stylebufferbottom-shim {
    display: none;
}

.copyright-small {
    font-size: 6pt;
}

/* Home */

@keyframes leaf-animation {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes font-opacity-animation {
    from {
        opacity: 1;
    }
    to {
        opacity: 0.8;
    }
}

a > .h-link-leaf {
    visibility: hidden;
}

a:hover > .h-link-leaf {
    visibility: visible;
    animation-name: leaf-animation;
    animation-duration: 1s;
}

.nav-link:hover {
    font-weight: 700;
    opacity: 0.8;
    animation-name: font-opacity-animation;
    animation-duration: 1s;
}

.active a > .h-link-leaf, .active a:hover > .h-link-leaf {
    visibility: hidden
}

.main-images-small {
    padding-left: 10px !important;
}

.main-images-small > .row > :first-child {
    padding-bottom: 8px !important;
}

.main-images-text-over {
    position: absolute;
    color: white;
    bottom: 21px;
    left: 27px;
    width: calc(80% - 2 * 27px);
}

.main-images-small .main-images-text-over {
    left: 36px;
    width: calc(100% - 2 * 36px);
}

.main-images-big img, .blueprint-image img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.main-images-big a:hover img, .blueprint-image:hover img {
    opacity: .5;
}

.main-images-small img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.main-images-small a:hover img {
    opacity: .5;
}

.main-images-text-over h2 {
    line-height: 30px;
}

.main-images-text-over p {
    font-family: "Lato Black", sans-serif;
    margin-bottom: 0;
    line-height: 1.2rem;
}

.latest-posts a:not(.site-theme-color) {
    color: inherit;
}

.latest-post-header {
    position: relative;
    background: lightgrey;
    /* 205 / 370 */
    padding-bottom: 55.4054054%;
    overflow: hidden;
}

@media (max-width: 575.98px) {
    .latest-post-header {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.latest-post-header img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.subscribe-row {
    background-image: url("../images/home/home-subscribe.28d4365a9072.png");
    background-size: 285px;
    height: 250px;
    margin-top: 110px;
}

.subscribe-content {
    position: relative;
    top: -30px;
}

.subscribe-inputs {
    display: flex;
}

.subscribe-inputs input {
    flex: 0 0 81%;
    border-radius: 0;
    border: 1px solid lightgray;
    padding: 10px 20px;
}

.subscribe-inputs button {
    flex: 0 0 19%;
    border-radius: 0;
}

.home-blueprints {
    margin-top: 88px;
}

.blueprint-feature-list {
    font-family: "Lato", sans-serif;
    font-size: 0.8rem;
    font-weight: bold;
    padding: 0;
    list-style: none;
}

.blueprint-feature-list li {
    display: flex;
    align-items: center;
    margin-top: 12px;
    white-space: nowrap;
}

.blueprint-feature-list li:first-of-type {
    margin-top: 0;
}

.blueprint-feature-list li span {
    display: inline-block;
    width: calc(100% - 20px);
}

.blueprint-feature-list li::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../images/checked.4f8671213ba7.svg") no-repeat;
    background-size: 15px;
    margin-right: 5px;
}

@media (max-width: 575.98px) {
    .home-main-images {
        padding: 0;
    }

    .main-images-small {
        padding: 8px 0 0 0;
    }

    .main-images-small > .row > div {
        padding: 0;
    }

    .main-images-small > .row > :first-child {
        padding-right: 4px;
    }

    .main-images-small > .row > :nth-child(2) {
        padding-left: 4px;
    }

    .main-images-text-over {
        position: absolute;
        bottom: 10px;
        left: 15px;
        font-size: 80%;
        color: white;
        width: calc(100% - 15px);
    }

    .main-images-text-over h3 {
        font-size: 1rem;
    }

    .main-images-small .main-images-text-over {
        font-size: 1rem;
        left: 15px;
        bottom: 7px;
        width: calc(100% - 15px);
    }

    .blog-row {
        padding: 0;
    }
}

/* Navigation */
.mobile-menu-icon {
    background-image: none;
}

.navbar-desktop {
    text-align: center;
}

.navbar-desktop li {
    white-space: nowrap;
}

.nav-item-home {
    width: 87px;
}

.nav-item-blog {
    width: 81px;
}

.nav-item-recipes {
    width: 109px;
}

.nav-item-podcasts {
    width: 131px;
}

.nav-item-meal-plan {
    width: 147px;
}
