#top-sec {
    margin-top: 60px;
    position: relative;
    padding-bottom: 20px;
}

#top-sec .sec-title {
    color: #fff;
    font-size: 42px;
    line-height: 1em;
    font-weight: 400;
    padding-top: 80px;
    text-shadow: 0 5px 5px rgb(0 0 0 / 60%);
}

.top-sec__bg-img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.top-sec__bg-img > * {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#top-sec .container {
    position: relative;
    z-index: 2;
}

.top-sec__btn-col {
    text-align: center;
    position: relative;
    margin-top: 30px;
}

.top-sec__btn-col__arrow {
    display: block;
    width: 16px;
    height: 22px;
    margin: 19px auto 0;
    background-image: url(../images/arrow-bottom-black.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: .3s all;
}

.top-sec__btn-col__arrow:hover {
    background-image: url(../images/arrow-bottom-green.svg);
}

.btn {
    display: inline-block;
    font-size: 22px;
    line-height: 42px;
    height: 44px;
    padding-bottom: 2px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.dark-btn {
    background-image: url(../images/btn_dark.png);
    padding-left: 23px;
    padding-right: 23px;
    color: #fff;
    transition: .3s all;
}

.dark-btn:hover {
    background-image: url(../images/btn_green.png);
    color: #000;
}

.top-sec__btn-col .btn {
    height: 38px;
    font-size: 21px;
    line-height: 36px;
    padding-bottom: 6px;
}

#content-sec {
    padding: 40px 0 30px;
}

#content-sec .sec-title {
    font-size: 32px;
    line-height: 1em;
    margin: 0 auto .33em;
}

#content-sec .block-title {
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: .3em;
}

#content-sec .ingredients-block .block-content {
    padding-left: 27px;
    position: relative;
}

#content-sec .ingredients-block .block-content::before {
    content: '';
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/vertical_line.png);
    background-size: 100% 100%;
    background-position: center left;
    background-repeat: no-repeat;
}

#content-sec .block-content > ul,
#content-sec .block-content > ol,
#content-sec .preparation-block ol > li > ul {
    padding: 0;
    margin: 0 0 24px;
    list-style-type: none;
}

#content-sec .ingredients-block li,
#content-sec .preparation-block ol > li > ul > li {
    font-size: 16px;
    font-weight: 400;
}

#content-sec .ingredients-block li {
    line-height: 2.25em;
}

#content-sec .preparation-block ol li {
    line-height: 1.625em;
    font-weight: 400;
}

#content-sec .preparation-block ol li:not(:last-child) {
    margin-bottom: 1.625em;
}

#content-sec .preparation-block ol li::before,
#content-sec .preparation-block ol li strong {
    font-weight: 600;
}

#content-sec .ingredients-block li::before,
#content-sec .preparation-block ol > li > ul > li::before {
    content: '•';
    display: inline-block;
    width: .6em;
    height: 1em;
}

#content-sec .preparation-block ol {
    counter-reset: custom-counter;
}

#content-sec .preparation-block ol > li {
    counter-increment: custom-counter;
}

#content-sec .preparation-block ol > li::before {
    content: counter(custom-counter) ") ";
}

.below-content-container {
    margin-top: 30px;
    padding-bottom: 28px;
    position: relative;
}

.below-content-container::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/underline5.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.below-content-container__date,
.below-content-container__like,
.share-title,
.sharebtn {
    display: inline-block;
    vertical-align: middle;
}

.below-content-container__date,
.below-content-container__like {
    font-size: 16px;
    line-height: 25px;
    padding-top: 4px;
}

.below-content-container__date {
    color: #8EB852;
}

.below-content-container__like {
    position: relative;
    padding-left: 25px;
    float: right;
    color: #EB3748;
    cursor: pointer;
    transition: .3s all;
}

.below-content-container__like.disabled {
    pointer-events: none;
    cursor: default;
}

.below-content-container__like:before {
    content: '';
    display: block;
    width: 18px;
    height: 25px;
    position: absolute;
    top: 4px;
    left: 0;
    background-image: url(../images/like-icon.svg);
    background-size: 17px auto;
    background-position: center;
    background-repeat: no-repeat;
}

.below-content-container__right-col {
    text-align: right;
    margin-top: 30px;
}

.share-title {
    font-family: 'Ogenblik', sans-serif;
    font-size: 24px;
    line-height: 26px;
    color: #242627;
    padding-bottom: 2px;
}

.addtoany_list,
.widget.widget_a2a_share_save_widget {
    display: inline-block;
}

.sharebtn,
.addtoany_list > a {
    width: 30px;
    height: 30px;
    margin-left: 15px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.share-btns {
    display: inline-flex;
}

.addtoany_list > a > * {
    display: none !important;
}

.sharebtn.inst {
    background-image: url(../images/social-buttons/instagram_green.png);
}

.sharebtn.fb,
.a2a_button_facebook {
    background-image: url(../images/social-buttons/facebook_green.png);
}

.sharebtn.wa,
.a2a_button_whatsapp {
    background-image: url(../images/social-buttons/whatsapp_green.png);
}

.recipe-col:not(:last-child) {
    margin-bottom: 22px;
}

.recipe-block {
    display: block;
    text-decoration: none;
    color: #3D3D3D;
}

.recipe-block__thumb {
    margin-bottom: 16px;
}

.recipe-block__thumb img {
    display: block;
    max-width: 100%;
}

.recipe-block__cat-date {
    display: block;
    font-size: 9px;
    line-height: 1.44em;
    font-weight: 700;
    margin-bottom: 11px;
}

.recipe-block__title {
    display: block;
    font-size: 24px;
    line-height: 1.25em;
    font-weight: 700;
    margin: 0 0 4px;
}

#related-recipes {
    padding-bottom: 30px;
}

#related-recipes .sec-title {
    font-size: 32px;
    line-height: 1.15em;
    margin-bottom: 20px;
}

#content-sec .tags-block {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    text-align: center;
    width: calc(100% + 40px);
    margin: -10px -20px 30px;
}

#content-sec .tags-block .tags-block__tag {
    display: inline-block;
    min-width: 132px;
    padding: 0 26px 2px;
    font-family: 'Ogenblik', sans-serif;
    font-size: 22px;
    line-height: 42px;
    color: #fff;
    text-align: center;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 5px;
}

#content-sec .tags-block .tags-block__tag.green-tag {
    background-image: url(../images/green-tag.png);
}

#content-sec .tags-block .tags-block__tag.red-tag {
    background-image: url(../images/red-tag.png);
}

.top-sec__heart-icon {
    display: block;
    width: 84px;
    height: auto;
    position: absolute;
    bottom: 25px;
    left: 15px;
    transition: .4s all;
}

.top-sec__heart-icon.jiggle-active {
    animation: jiggle ease-in-out .4s infinite;
}

.comments-title {
    margin: 0 0 22px;
    font-size: 24px;
    line-height: 29px;
    color: #8EB852;
}

.comment-list {
    list-style-type: none;
    padding: 0;
    margin: 0 0 38px;
}

.comment-list > li:not(:last-child) > article {
    margin-bottom: 27px;
}

.comment-list > li > article {
    border-bottom: 1px solid #E6E6E6;
    padding: 0 0 23px;
}

#respond #commentform {
    padding-bottom: 23px;
}

#reply-title {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    letter-spacing: .1em;
    color: #888888;
    display: block;
    margin: 0 0 16px;
}

.form-submit {
    margin: 40px 0 0;
    text-align: right;
}

#commentform .submit {
    display: inline-block;
    font-family: 'Ogenblik', sans-serif;
    text-align: center;
    text-decoration: none;
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #090909;
    background-image: url(../images/btn_green.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    padding: 7px 16px 8px;
    border: 0;
    cursor: pointer;
}

.comment-form-comment label {
    display: none;
}

.comment-form-comment {
    margin: 0;
}

.comment-form-comment textarea {
    display: block;
    width: 100%;
    border: 1px solid rgba(163,163,163,.65);
    border-radius: 4px;
    resize: none;
    height: 190px;
    padding: 10px 15px;
    font-size: 16px;
}

.comment-metadata {
    padding-left: 118px;
    font-size: 14px;
    line-height: 31px;
}

.comment-metadata > * {
    color: #666;
}

.comment-content {
    margin: 23px 0 38px;
    font-size: 16px;
    line-height: 1.625em;
    padding-left: 118px;
}

.reply {
    padding-left: 118px;
}

.comment-author {
    position: relative;
    padding-left: 118px;
}

.comment-author .avatar {
    position: absolute;
    left: 0;
    top: 0;
}

.comment-author .fn a {
    font-size: 16px;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: .1em;
    color: #8EB852;
}

.comment-author .says {
    display: none;
}

#respond {
    margin-top: 38px;
}

#reply-title small {
    float: right;
}

.comment-reply-link,
.logged-in-as > a,
#reply-title a {
    font-size: 10px;
    line-height: 13px;
    letter-spacing: .1em;
    color: #444444;
}

@media screen and (min-width: 576px) {
    #top-sec {
        padding-bottom: 25px;
    }

    #top-sec .sec-title {
        font-size: 50px;
    }

    #content-sec {
        padding: 50px 0 40px;
    }

    #content-sec .sec-title {
        font-size: 36px;
    }

    #content-sec .block-title {
        font-size: 20px;
    }

    .top-sec__btn-col {
        margin-top: 40px;
    }

    .below-content-container__right-col {
        margin-top: 0;
    }

    .below-content-container__like {
        float: none;
        margin-left: 28px;
    }

    .sharebtn,
    .addtoany_list > a {
        margin-left: 20px;
    }

    #related-recipes .sec-title {
        font-size: 36px;
    }

    #related-recipes {
        padding-bottom: 40px;
    }

    #content-sec .tags-block {
        margin-bottom: 35px;
    }

    .top-sec__heart-icon {
        width: 100px;
        bottom: 15px;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .recipe-block__cat-date {
        font-size: 16px;
        line-height: 1.625em;
        font-weight: 400;
    }
}

@media screen and (min-width: 768px) {
    #top-sec {
        padding-bottom: 30px;
    }

    #content-sec {
        padding: 60px 0 50px;
    }

    #content-sec .sec-title {
        font-size: 42px;
    }

    .top-sec__btn-col {
        margin-top: 55px;
    }

    .below-content-container {
        margin-top: 40px;
    }

    #related-recipes .sec-title {
        font-size: 42px;
    }

    #related-recipes {
        padding-bottom: 60px;
    }

    #content-sec .tags-block {
        margin-bottom: 45px;
    }

    .top-sec__heart-icon {
        width: 110px;
    }

    .comment-meta {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }

    .comment-metadata {
        padding: 0;
    }
}

@media screen and (min-width: 992px) {
    #top-sec {
        margin-top: 100px;
        padding-bottom: 35px;
    }

    .top-sec__btn-col .btn {
        height: 54px;
        font-size: 33px;
        line-height: 48px;
        padding-bottom: 6px;
    }

    #top-sec .sec-title {
        padding-top: 150px;
    }

    #content-sec {
        padding: 80px 0 70px;
    }

    .content-sec__main-container {
        max-width: 760px;
    }

    #content-sec .sec-title {
        font-size: 48px;
    }

    .top-sec__btn-col {
        margin-top: 70px;
    }

    .below-content-container {
        margin-top: 50px;
    }

    .recipe-block__cat-date {
        font-size: 16px;
        line-height: 1.625em;
        font-weight: 400;
    }

    #related-recipes .sec-title {
        font-size: 48px;
    }

    #related-recipes {
        padding-bottom: 80px;
    }

    #content-sec .tags-block {
        margin-bottom: 50px;
    }

    .top-sec__heart-icon {
        width: 120px;
    }
}

@media screen and (min-width: 1200px) {
    #top-sec {
        padding-bottom: 40px;
    }

    #top-sec .sec-title {
        padding-top: 187px;
        font-size: 60px;
    }

    #content-sec {
        padding: 100px 0 90px;
    }

    #content-sec .sec-title {
        font-size: 52px;
    }

    .top-sec__btn-col {
        margin-top: 79px;
    }

    #related-recipes {
        padding-bottom: 90px;
    }

    #related-recipes .sec-title {
        font-size: 52px;
    }

    #content-sec .tags-block {
        margin-bottom: 65px;
    }

    .top-sec__heart-icon {
        width: 124px;
    }
}