/*
Theme Name: Holistisch Dietiste Child
Theme URI: https://www.net-com.be/
Description: Child thema voor Holistisch Dietiste door Net-Com BV
Author: Lennert Bontinck, Net-Com BV
Author URI: https://www.net-com.be/
Version: 30.8.8.5b
Template: holistisch-dietiste
*/

@import url("../holistisch-dietiste/style.css");

/* 
################################################
# Global CSS variables
################################################
*/

:root {
    --hod_blue: #81cec1;
    --hod_green: #b5dab0;
    --hod_yellow: #dbd57b;
    --hod_grey_bg: #f6f5f4;
}


/* 
################################################
# Imported CSS
################################################
*/

.latest_post_two_holder .latest_post_two_text {
    padding-left: 0;
}

.latest_post_two_holder .latest_post_two_text .separator.small {
    height: 0;
}

.latest_post_two_holder .latest_post_two_info {
    border-top: none;
    padding: 22px 0 0;
}

.latest_post_two_holder .latest_post_two_text {
    padding: 22px 0 0;
}

.latest_post_two_holder .latest_post_two_info_inner .post_info_author_name {
    font-size: 14px;
    font-style: italic;
    color: #222121;
}

.latest_post_two_holder .latest_post_two_text .separator.small {
    margin: 12px 0 17px;
}

.testimonials_c_holder .testimonial_content_inner .testimonial_text_inner .testimonial_author .author_company {
    font-weight: 400;
    font-size: 14px;
    color: #81cec1;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    line-height: 15px;
}

.qode-btn.qode-btn-icon.qode-btn-simple .qode-button-v2-icon-holder {
    padding: 0 0 0 2px;
    border: none;
}

.qode-btn .qode-button-v2-icon-holder {
    transition: transform 0.3s ease, padding-left 0.3s ease !important;
    display: inline-block;
}

.qode-btn.qode-btn-simple:hover .qode-button-v2-icon-holder {
    transition: transform 0.3s ease, padding-left 0.3s ease !important;
    padding-left: 10px;
    transform: translateX(5px);
}

.testimonials_c_holder .flex-control-nav {
    margin-top: 0px;
}

.testimonials_c_holder .testimonial_content_inner {
    padding: 43px 45px;
}

footer .qode-instagram-feed {
    padding-right: 25%;
    padding-top: 8px;
}

.visible-md,
.visible-sm {
    display: none;
}

.hod_grey_background_row {
    background-color: var(--hod_grey_bg);
}

@media only screen and (max-width: 1200px) {
    footer .qode-instagram-feed {
        padding-right: 0;
    }

    .visible-md {
        display: revert;
    }

    .hidden-md {
        display: revert;
    }
}

@media screen and (max-width: 480px) {
    .title.title_size_small h1 {
        font-size: 40px;
    }

    .visible-sm {
        display: unset;
    }

    .hidden-sm {
        display: none;
    }
}

div.comment_form {
    margin-bottom: 130px;
}

.footer_top h5 {
    color: #fff;
    margin: 0 0 40px;
}

.footer_top .widget_nav_menu ul li {
    padding: 0 0 12px;
}

div.comment_form form p.form-submit,
div.comment_holder .comment p.form-submit {
    margin: 0;
    text-align: left;
}

.gallery_holder ul li .gallery_hover {
    background-color: rgba(0, 0, 0, .50);
}


/* 
################################################
# General CSS
################################################
*/

.qode-btn.qode-btn-icon.qode-btn-simple {
    color: var(--hod_blue);
}

.qode-btn.qode-btn-icon.qode-btn-simple:hover {
    color: var(--hod_green);
}

.bold {
    font-weight: bold;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-50 {
    margin-bottom: 50px;
}

.green_underline {
    border-bottom: 2px solid var(--hod_blue);
    display: table;
}

.center-button {
    display: table;
    margin: auto;
}

.klachten_block a.hoc_clickable_div {
    position: absolute;
    height: 100%;
    width: calc(100% - 30px);
    text-decoration: none;
    margin-top: -50px;
    margin-left: -125px;
}

.klachten_block a.hoc_clickable_div:hover {
    width: 100%;
}

.header_title * {
    font-size: 50px;
    line-height: 50px;
}

.header_description {
    width: 80%;
    max-width: 800px;
    margin: auto;
}

.hod_header {
    background-color: var(--hod_blue);
}

.hod_header .header_title * {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
}

.hod_header .header_description * {
    color: #fff;
    font-size: 16px;
}

.hod_static_drop_shadow_blue {
    box-shadow: 20px 20px 30px var(--hod_blue);
}

a,
a:hover {
    transition: all ease 0.3s;
}

@media only screen and (min-width: 1200px) {
    .hod_static_drop_shadow_blue_lg_only {
        box-shadow: 20px 20px 30px var(--hod_blue);
    }
}

@media only screen and (max-width: 768px) {
    .footer_col2 {
        display: none;
    }

    .footer_col3 {
        text-align: left !important;
    }

    .header_description {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .reverse_row_mobile .section_inner_margin.clearfix {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
}

@media (max-width: 992px) {
    .reverse_row_mobile_large .section_inner_margin.clearfix {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .title.has_fixed_background {
        height: 300px !important;
        overflow: hidden;
        background-size: contain !important;
    }
}

@media (max-width: 500px) {
    .title.has_fixed_background {
        height: 200px !important;
        overflow: hidden;
    }

    .title.has_fixed_background .image img {
        height: 300px !important;
        width: auto !important;
        overflow: hidden;
        max-width: none;
    }
}


/* 
################################################
# Header image CSS
################################################
*/

.title {
    background-size: cover !important;
    margin-bottom: 50px;
}

.title .title_subtitle_holder h1 {
    display: none;
}

.title .title_subtitle_holder .subtitle {
    font-size: 60px;
    color: white;
    line-height: 70px;
    font-style: unset;
}


/* 
################################################
# Home page CSS
################################################
*/

.home_equal_height_klachten h5 {
    min-height: 2.5em;
}

.hoc_home_hello_img img {
    box-shadow: 0 0 20px var(--hod_blue);
    transition: 0.3s all ease;
    max-height: 400px;
    width: auto;
    border-radius: 20px;
}

.hoc_home_hello_img img:hover {
    box-shadow: 0 30px 30px var(--hod_blue);
}

.first_klachten_blocks_home .klachten_block>*>.wpb_wrapper {
    box-shadow: 0 0 15px var(--hod_blue);
}

.first_klachten_blocks_home .klachten_block>*>.wpb_wrapper:hover {
    box-shadow: 0 30px 30px var(--hod_blue);
}

.first_klachten_blocks_home .klachten_block_title p,
.first_klachten_blocks_home .klachten_block_title a {
    font-size: 16px;
    color: #737272;
}

.first_klachten_blocks_home.klachten_blocks .section_inner_margin.clearfix {
    display: flex;
}

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

    .hoc_home_hello_img,
    .hoc_home_hello_img:hover {
        margin-bottom: 30px !important;
    }
}


/* 
################################################
# Contact CSS
################################################
*/

input,
textarea {
    text-transform: inherit !important;
}

.wpcf7-response-output {
    color: black !important;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
    transition: all ease 0.3s;
    border-radius: 15px !important;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
textarea:focus {
    box-shadow: 0 0px 20px var(--hod_blue);
    border: 1px solid var(--hod_blue) !important;
}

.wpcf7 input[type=submit] {
    transition: all ease 0.3s;
    background: var(--hod_blue) !important;
    border: 2px solid var(--hod_blue) !important;
    border-radius: 15px !important;
}

.wpcf7 input[type=submit]:hover {
    transition: all ease 0.3s;
    background: white !important;
    border: 2px solid var(--hod_blue) !important;
    color: var(--hod_blue) !important;
}

.responsive_gmaps :last-child {
    max-width: 100%;
}

.netcom_captcha_form_block p {
    color: var(--faded-text);
    margin-bottom: 0 !important;
    text-align: right;
}

@media (min-width: 1200px) {
    .netcom-left-image-left-col-overlap .vc_column-inner {
        padding: 0 !important;
    }

    .netcom-left-image-left-col-overlap {
        margin-right: -17%;
        width: 50% !important;
        z-index: 2;
        border-radius: 20px;
        overflow: hidden;
        line-height: 0;
    }

    .netcom-left-image-right-col-overlap {
        padding: 30px 20px 30px calc(17% + 60px);
        margin-top: 50px;
        background-color: var(--hod_grey_bg);
        border-radius: 20px;
    }
}

@media (max-width: 1199px) {
    .reverse_row_contact .section_inner_margin.clearfix {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        gap: 30px;
    }

    .su-gmap iframe {
        max-height: 450px !important;
    }
}


/* 
################################################
# Consultatie CSS
################################################
*/

.consultatie_prices_block>*>.wpb_wrapper {
    background: white;
    padding: 50px 30px;
    transition: all .3s ease;
}

.consultatie_prices_block>*>.wpb_wrapper:hover {
    transform: translate(0, -10px);
}

.consultatie_prices_block_number p {
    width: 75px;
    height: 75px;
    line-height: 75px;
    margin: auto;
    font-size: 50px;
    transition: all .3s ease;
}

.consultatie_prices_block_title p {
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: bold;
}

.consultatie_prices_block_time p {
    font-size: 18px;
    padding-bottom: 10px;
}

.consultatie_prices_block_price p {
    font-size: 15px;
    padding-bottom: 10px;
}

.hod_consultatie_img img {
    border-radius: 10px;
}

.hod_consultatie_first_step_img img {
    box-shadow: 20px 20px 30px var(--hod_blue);
}

.hod_consultatie_second_step_img img {
    box-shadow: -20px -20px 30px var(--hod_green);
}

.hod_consultatie_third_step_img img {
    box-shadow: 20px 20px 30px var(--hod_yellow);
}

.consultatie_first_price_block>*>.wpb_wrapper {
    box-shadow: 0 0 15px var(--hod_blue);
}

.consultatie_first_price_block>*>.wpb_wrapper:hover {
    box-shadow: 0 30px 30px var(--hod_blue);
}

.consultatie_first_price_block .consultatie_prices_block_number p {
    border: 2px solid var(--hod_blue);
    color: var(--hod_blue);
}

.consultatie_first_price_block>*>.wpb_wrapper:hover .consultatie_prices_block_number p {
    color: white;
    background: var(--hod_blue);
}

.consultatie_second_price_block>*>.wpb_wrapper {
    box-shadow: 0 0 15px var(--hod_green);
}

.consultatie_second_price_block>*>.wpb_wrapper:hover {
    box-shadow: 0 30px 30px var(--hod_green);
}

.consultatie_second_price_block .consultatie_prices_block_number p {
    border: 2px solid var(--hod_green);
    color: var(--hod_green);
}

.consultatie_second_price_block>*>.wpb_wrapper:hover .consultatie_prices_block_number p {
    color: white;
    background: var(--hod_green);
}

.consultatie_third_price_block>*>.wpb_wrapper {
    box-shadow: 0 0 15px var(--hod_yellow);
}

.consultatie_third_price_block>*>.wpb_wrapper:hover {
    box-shadow: 0 30px 30px var(--hod_yellow);
}

.consultatie_third_price_block .consultatie_prices_block_number p {
    border: 2px solid var(--hod_yellow);
    color: var(--hod_yellow);
}

.consultatie_third_price_block>*>.wpb_wrapper:hover .consultatie_prices_block_number p {
    color: white;
    background: var(--hod_yellow);
}

@media only screen and (max-width: 768px) {
    .hod_consultatie_first_step_img img {
        box-shadow: 0 10px 50px var(--hod_blue);
        margin-bottom: 40px;
    }

    .hod_consultatie_second_step_img img {
        box-shadow: 0 10px 50px var(--hod_green);
        margin-bottom: 40px;
    }

    .hod_consultatie_third_step_img img {
        box-shadow: 0 10px 50px var(--hod_yellow);
        margin-bottom: 40px;
    }

    .consultatie_prices_block:not(:last-child) {
        margin-bottom: 40px;
    }
}


/* 
################################################
# Klachten CSS
################################################
*/

.page-id-372 .klachten_block {
    margin-top: -100px;
    padding-top: 100px;
}

.klachten_block>*>.wpb_wrapper {
    background: white;
    padding: 50px;
    transition: all .3s ease;
    border-radius: 10px;
}

.klachten_block>*>.wpb_wrapper:hover {
    transform: translate(0, -10px);
}

.klachten_block_icon img {
    width: 150px;
    max-width: 100%;
    margin: auto;
    transition: all .3s ease;
    border-radius: 10px;
}

.klachten_block_icon .vc_single_image-wrapper {
    display: table;
    margin: auto;
}

.klachten_block_title p {
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: bold;
    word-break: break-word;
}

.klachten_block_list ul {
    list-style: none;
}

.klachten_block_list ul li:before {
    content: '\2713';
    margin-right: 10px;
}

.klachten_blocks {
    display: flex;
}

.klachten_blocks .full_section_inner.clearfix {
    display: flex;
    width: 100%;
}

.klachten_block>.vc_column-inner,
.klachten_block>.vc_column-inner>.wpb_wrapper {
    height: calc(100% - 50px);
}

.first_klachten_blocks .full_section_inner.clearfix .klachten_block>*>.wpb_wrapper {
    height: 100%;
}

.first_klachten_blocks .klachten_block>*>.wpb_wrapper {
    box-shadow: 0 0 15px var(--hod_blue);
}

.first_klachten_blocks .klachten_block>*>.wpb_wrapper:hover {
    box-shadow: 0 30px 30px var(--hod_blue);
}

.first_klachten_blocks .klachten_block_list ul li:before {
    color: var(--hod_blue);
}

.second_klachten_blocks .klachten_block>*>.wpb_wrapper {
    box-shadow: 0 0 15px var(--hod_green);
}

.second_klachten_blocks .klachten_block>*>.wpb_wrapper:hover {
    box-shadow: 0 30px 30px var(--hod_green);
}

.second_klachten_blocks .klachten_block_list ul li:before {
    color: var(--hod_green);
}

.third_klachten_blocks .klachten_block>*>.wpb_wrapper {
    box-shadow: 0 0 15px var(--hod_yellow);
}

.third_klachten_blocks .klachten_block>*>.wpb_wrapper:hover {
    box-shadow: 0 30px 30px var(--hod_yellow);
}

.third_klachten_blocks .klachten_block_list ul li:before {
    color: var(--hod_yellow);
}

.klachten_block_list ul {
    display: table;
    margin: auto;
}

@media only screen and (max-width: 1200px) {
    .klachten_block {
        width: 50%;
        margin-bottom: 30px;
    }

    .first_klachten_blocks_home.klachten_blocks .section_inner_margin.clearfix {
        display: block;
    }

    .first_klachten_blocks_home .klachten_block_title {
        min-height: 4em;
    }

    .klachten_blocks {
        margin-bottom: 0 !important;
    }

    .klachten_blocks_spacer {
        display: none;
    }

    .klachten_block a.hoc_clickable_div {
        margin-left: -185px;
    }
}

@media only screen and (max-width: 1000px) {
    .klachten_block {
        width: 100%;
        margin-bottom: 30px;
    }

    .klachten_blocks .full_section_inner.clearfix {
        display: block;
    }

    .first_klachten_blocks .klachten_block_title {
        min-height: 4em;
    }

    .klachten_blocks_spacer2 {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .klachten_block {
        width: 100% !important;
    }

    .klachten_block a.hoc_clickable_div {
        margin-left: -300px !important;
    }

    .first_klachten_blocks_home .klachten_block_title {
        min-height: inherit !important;
    }
}


/* 
################################################
# Visie CSS
################################################
*/

.hod_quote {
    border-left: 4px solid var(--hod_blue);
    padding-left: 25px;
}


/* 
################################################
# Blog CSS
################################################
*/

.hod_blog_overview_highlighted_items {
    min-height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: -10px;
}

.hod_blog_overview_highlighted_items .hod_blog_overview_highlighted_item {
    display: flex;
    width: calc(50% - 20px);
    padding: 10px;
    flex-direction: column;
}

.hod_blog_overview_highlighted_item .black_gradient {
    display: flex;
    min-height: 300px;
    -moz-box-shadow: inset 0 -100px 100px -100px var(--hod_blue);
    -webkit-box-shadow: inset 0 -100px 100px -100px var(--hod_blue);
    box-shadow: inset 0 -100px 100px -100px var(--hod_blue);
}

.hod_blog_overview_highlighted_item_content {
    margin-top: auto;
    padding: 0 20px 20px 20px;
    width: 100%;
}

.hod_blog_overview_highlighted_item_category {
    color: white;
    display: table;
    background: var(--hod_blue);
    border-radius: 30px;
    font-size: 10px;
    font-weight: 600;
    padding: 0 10px;
}

.hod_blog_overview_highlighted_item_title {
    color: white;
    font-size: 24px;
    text-shadow: 1px 1px var(--hod_blue) !important;
    transition: all 0.3s ease;
}

.hod_blog_overview_highlighted_item_date {
    color: white;
    font-size: 10px;
    text-shadow: 1px 1px var(--hod_blue) !important;
}

.hod_blog_overview_posts {
    min-height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: -10px;
}

.hod_blog_overview_posts .hod_blog_overview_post {
    display: flex;
    width: calc(25% - 20px);
    padding: 10px;
    flex-direction: column;
}

.hod_blog_overview_post_category {
    color: white;
    background: var(--hod_blue);
    border-radius: 30px;
    font-size: 10px;
    font-weight: 600;
    padding: 0 10px;
    width: fit-content;
    display: table;
    margin-left: 10px;
    margin-top: -20px;
    z-index: 2;
    position: relative;
}

.hod_blog_overview_post_title {
    color: var(--hod_blue);
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
    display: block;
}

.hod_blog_overview_post_date {
    color: var(--hod_blue);
    font-size: 10px;
}

.hod_blog_overview_read_more_button {
    text-align: center;
    margin-top: 40px;
}

.hod_blog_overview_read_more_button a {
    color: var(--hod_blue);
    background: #f4f4f4;
    padding: 10px 30px;
    border-radius: 40px;
    font-weight: 600;
    transition: all ease 0.3s;
}

.hod_blog_overview_read_more_button a:hover {
    color: #f4f4f4;
    background: var(--hod_blue);
}

.hod_blog_overview_post_content *:not(img):not(span) {
    padding: 0px 10px;
}

.hod_blog_overview_post_content {
    background: #f4f4f4;
    padding-bottom: 10px;
    border-radius: 10px;
}

.hod_blog_overview_post_excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    word-break: break-all;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: hidden;
    font-size: 12px;
    min-height: 72px;
}

.hod_blog_meals_items_title,
.hod_blog_news_items_title {
    color: var(--hod_blue);
    font-size: 24px;
    font-weight: 400;
    margin: 50px 0px 30px 0px;
}

.hod_blog_meals_items_title .bold,
.hod_blog_news_items_title .bold {
    font-weight: 600;
}

.hod_simple_blog_overview_posts {
    min-height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: -10px;
}

.hod_simple_blog_overview_posts .hod_simple_blog_overview_post {
    display: flex;
    width: calc(100% - 20px) !important;
    padding: 10px;
    flex-direction: column;
}

@media only screen and (min-width: 768px) {
    .hod_simple_blog_overview_posts .hod_simple_blog_overview_post {
        width: calc(50% - 20px) !important;
    }
}

@media only screen and (min-width: 1000px) {
    .hod_simple_blog_overview_posts .hod_simple_blog_overview_post {
        width: calc(33% - 20px) !important;
    }
}

@media only screen and (min-width: 1200px) {
    .hod_simple_blog_overview_posts .hod_simple_blog_overview_post {
        width: calc(25% - 20px) !important;
    }
}

.hod_simple_blog_overview_post_category {
    color: white;
    background: var(--hod_blue);
    border-radius: 30px;
    font-size: 10px;
    font-weight: 600;
    padding: 0 10px;
    width: fit-content;
    display: table;
    margin-left: 10px;
    margin-top: -13px;
    z-index: 2;
    position: relative;
}

.hod_simple_blog_overview_post_title {
    color: var(--hod_blue);
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-word;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: hidden;
    min-height: 50px;
    transition: all ease 0.3s;
}

.hod_simple_blog_overview_post_title:hover {
    color: var(--hod_green);
    transition: all ease 0.3s;
}

.hod_simple_blog_overview_read_more_button {
    text-align: center;
    margin-top: 15px;
    transition: all ease 0.3s;
}

.hod_simple_blog_overview_read_more_button a {
    color: #f4f4f4;
    background: var(--hod_blue);
    display: block;
    text-align: center;
    width: 50%;
    margin: auto;
    padding: 5px 20px !important;
    border-radius: 40px;
    font-weight: 600;
    transition: all ease 0.3s;
}

.hod_simple_blog_overview_read_more_button a:hover {
    color: #f4f4f4;
    background: var(--hod_green);
}

.hod_simple_blog_overview_post_content *:not(img):not(span) {
    padding: 0px 10px;
}

.hod_simple_blog_overview_post_content {
    background: #f4f4f4;
    padding-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
    transition: all ease 0.5s;
}

.hod_simple_blog_overview_post_content:hover {
    box-shadow: 0 0 25px var(--hod_blue);
    transition: all ease 0.5s;
}

.hod_simple_blog_overview_post_excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    word-break: break-word;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: hidden;
    font-size: 12px;
    min-height: 72px;
}

.hod_simple_blog_meals_items_title,
.hod_simple_blog_news_items_title {
    color: var(--hod_blue);
    font-size: 24px;
    font-weight: 400;
    margin: 50px 0px 30px 0px;
}

.hod_simple_blog_meals_items_title .bold,
.hod_simple_blog_news_items_title .bold {
    font-weight: 600;
}

.hod_simple_blog_overview_post_img_wrapper {
    padding: 0 !important;
    width: 100%;
    height: 250px;
}

.hod_simple_blog_overview_post_img {
    height: 100% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}

.single_hoc_top_image img {
    max-height: 50vh;
}

.single_hoc_image_text_split {
    display: flex;
}

.single_hoc_image_text_split .single_hoc_top_image,
.single_hoc_image_text_split .single_hoc_description {
    width: 50%;
    display: flex;
}

.single_hoc_image_text_split .single_hoc_top_image img {
    padding-right: 10px;
    margin: auto;
}

.single_hoc_image_text_split .single_hoc_description {
    padding-left: 15px;
}

.single_hoc_image_text_split .single_hoc_top_image {
    padding-right: 15px;
}

@media only screen and (max-width: 768px) {
    .single_hoc_image_text_split {
        display: block;
    }

    .single_hoc_image_text_split .single_hoc_top_image,
    .single_hoc_image_text_split .single_hoc_description {
        width: inherit;
        display: inherit;
        padding: inherit;
    }
}


/* 
################################################
# Meals CSS
################################################
*/

ol.single_meal_steps_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ol.single_meal_steps_list li {
    counter-increment: step-counter;
    margin-bottom: 15px;
}

ol.single_meal_steps_list li::before {
    content: counter(step-counter);
    margin-right: 5px;
    font-size: 100%;
    background-color: var(--hod_blue);
    color: white;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 3px;
}

.meal_single_title {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
}

.hod_meals_overview_posts {
    min-height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: -10px;
}

.hod_meals_overview_posts .hod_meals_overview_post {
    display: flex;
    width: calc(33.33% - 20px);
    padding: 10px;
    flex-direction: column;
}

.hod_meals_overview_post_title {
    color: var(--hod_blue);
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
    display: block;
}

.hod_meals_overview_post_type {
    color: var(--hod_blue);
    font-size: 12px;
    position: absolute;
    bottom: 0;
}

.hod_meals_overview_post_content_text {
    min-height: 160px;
    position: relative;
}

.hod_meals_overview_post_content *:not(img):not(span) {
    padding: 0px 10px;
}

.hod_meals_overview_post_content {
    background: #f4f4f4;
    padding-bottom: 10px;
    border-radius: 10px;
}

.hod_meals_overview_post_excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    word-break: break-all;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: hidden;
    font-size: 12px;
    min-height: 72px;
}

.hod_meals_overview_post_img_wrapper {
    padding: 0 !important;
}

@media only screen and (max-width: 1000px) {
    .hod_meals_overview_posts .hod_meals_overview_post {
        display: flex;
        width: calc(50% - 20px);
        padding: 10px;
        flex-direction: column;
    }
}

@media only screen and (max-width: 768px) {
    .hod_meals_overview_posts .hod_meals_overview_post {
        display: block;
        width: 100%;
        padding: 10px;
        flex-direction: column;
    }

    .hod_meals_overview_post_excerpt {
        min-height: auto;
    }

    .hod_meals_overview_post_type {
        color: var(--hod_blue);
        font-size: 12px;
        position: inherit;
        bottom: inherit;
    }

    .hod_meals_overview_post_content_text {
        min-height: inherit;
        position: inherit;
    }
}


/* 
################################################
# News CSS
################################################
*/

.new_single_title {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
}

.single_hoc_image_text_split.news_split .single_hoc_top_image {
    width: 30%;
    display: flex;
}

.single_hoc_image_text_split.news_split .single_hoc_description {
    width: 70%;
    display: flex;
}

.hod_news_overview_posts {
    min-height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: -10px;
}

.hod_news_overview_posts .hod_news_overview_post {
    display: flex;
    width: calc(25% - 20px);
    padding: 10px;
    flex-direction: column;
}

.hod_news_overview_post_title {
    color: var(--hod_blue);
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
    display: block;
}

.hod_news_overview_post_date {
    color: var(--hod_blue);
    font-size: 10px;
}

.hod_news_overview_post_content *:not(img):not(span) {
    padding: 0px 10px;
}

.hod_news_overview_post_content {
    background: #f4f4f4;
    padding-bottom: 10px;
    border-radius: 10px;
}

.hod_news_overview_post_excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    word-break: break-all;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: hidden;
    font-size: 12px;
    min-height: 72px;
}

/* 
################################################
# Flip card CSS
################################################
Theme specific changes to colors 
*/

.flip_card_block.flip_card_color_blue>.vc_column-inner>.wpb_wrapper {
    box-shadow: 0 0 15px var(--hod_blue);
}

.flip_card_block.flip_card_color_green>.vc_column-inner>.wpb_wrapper {
    box-shadow: 0 0 15px var(--hod_green);
}

.flip_card_block.flip_card_color_yellow>.vc_column-inner>.wpb_wrapper {
    box-shadow: 0 0 15px var(--hod_yellow);
}

.flip_card_block.flip_card_color_blue>.vc_column-inner>.wpb_wrapper:hover {
    box-shadow: 0 25px 30px var(--hod_blue);
}

.flip_card_block.flip_card_color_green>.vc_column-inner>.wpb_wrapper:hover {
    box-shadow: 0 25px 30px var(--hod_green);
}

.flip_card_block.flip_card_color_yellow>.vc_column-inner>.wpb_wrapper:hover {
    box-shadow: 0 25px 30px var(--hod_yellow);
}

.flip_card_block.flip_card_color_blue .flip_card_read_more,
.flip_card_block.flip_card_color_blue .flip_card_contact * {
    color: var(--hod_blue) !important;
}

.flip_card_block.flip_card_color_green .flip_card_read_more,
.flip_card_block.flip_card_color_green .flip_card_contact * {
    color: var(--hod_green) !important;
}

.flip_card_block.flip_card_color_yellow .flip_card_read_more,
.flip_card_block.flip_card_color_yellow .flip_card_contact * {
    color: var(--hod_yellow) !important;
}

.flip_card_block.flip_card_color_blue .flip_card_block_list li:before {
    color: var(--hod_blue);
}

.flip_card_block.flip_card_color_green .flip_card_block_list li:before {
    color: var(--hod_green);
}

.flip_card_block.flip_card_color_yellow .flip_card_block_list li:before {
    color: var(--hod_yellow);
}

/* 
################################################
# CTA Page Bottom CSS
################################################
*/

.netcom_CTA_pagebottom_block {
    background-color: var(--hod_blue)
}

.netcom_CTA_pagebottom_block_text_column * {
    color: white;
    font-size: 54px;
    line-height: 54px;
}

@media only screen and (max-width: 767px) {
    .netcom_CTA_pagebottom_block_text_column {
        margin-bottom: 30px;
    }

    .netcom_CTA_pagebottom_block * {
        text-align: center;
    }

    .netcom_CTA_pagebottom_block_text_column * {
        font-size: 34px;
        line-height: 36px;
    }
}

.netcom_CTA_pagebottom_block .section_inner_margin {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* Keeps it responsive on mobile */
}

/* 
################################################
# Buttons CSS
################################################
*/

.netcom_button {
    border-radius: 20px;
}

.netcom_button.qode-btn {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    max-width: 100%;
}

.netcom_button .qode-btn-text {
    flex: 1 1 auto;
    min-width: 0;
    max-width: calc(100% - 64px);
    white-space: normal;
    overflow-wrap: break-word;
    hyphens: auto;
    display: flex;
    align-items: center;
    line-height: 1.3;
    text-align: center;
}

.netcom_button .qode-button-v2-icon-holder {
    flex: 0 0 64px;
    width: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.netcom_button.qode-btn>span {
    margin: 0;
}

@media only screen and (max-width: 768px) {
    .netcom_button.qode-btn.qode-btn-icon .qode-btn-text {
        padding-right: 20px;
        padding-left: 20px;
    }
}

/* 
################################################
# Icon block CSS
################################################
*/

.icon_block_hover_effect_green>*>.wpb_wrapper {
    background: white;
    padding: 50px 30px;
    box-shadow: 0 0 15px var(--hod_green);
    transition: all .3s ease;
    border-radius: 20px;
}

.icon_block_hover_effect_green>*>.wpb_wrapper:hover {
    transform: translate(0, -10px);
    box-shadow: 0 30px 30px var(--hod_green);
}

.icon_block_hover_effect_green .icon_block_hover_effect_icon p {
    width: 75px;
    height: 75px;
    line-height: 75px;
    margin: auto;
    font-size: 50px;
    color: var(--hod_green);
    border: 2px solid var(--hod_green);
    transition: all .3s ease;
    border-radius: 15px;
}

.icon_block_hover_effect_green>*>.wpb_wrapper:hover .icon_block_hover_effect_icon p {
    color: white;
    background: var(--hod_green);
}

.icon_block_hover_effect_title p {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}

.icon_block_hover_effect_text p {
    font-size: 18px;
    padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .icon_block_hover_effect_green.vc_col-sm-6:not(:last-child) {
        margin-bottom: 30px;
    }
}