/*
Theme Name: AlForno Child
Theme URI: https://alforno.qodeinteractive.com
Description: A child theme of AlForno
Author: Select Themes
Author URI: https://qodeinteractive.com
Version: 1.0.4
Text Domain: alforno
Template: alforno
*/

:root {
    --white: #FFFFFF;
    --deep-sea-green: #44746B;
    --dark-jungle-green: #34645B;
    --light-aquamarine: #9CF4E5;
    --gunmetal-blue: #303853;
    --forest-green: #30533E;
}

body {
    font-family: "grenadine-mvb", sans-serif;
}

h1, h2, h3, h4, h5 {
    font-family: "filmotype-ace", sans-serif !important;
}

strong {
    font-weight: 600;
}

h6, .qodef-h6, .elementor-widget-heading h6.elementor-heading-title {
    font-family: "grenadine-mvb", sans-serif;
    font-weight: 500 !important;
}

.qodef-page-title {
    display: none;
}

textarea {
    background-color: rgba(52,100,91,0.75);
}

.widget a,
.widget a:hover {
    color: var(--light-aquamarine);
}

.elementor-widget-text-editor {
    font-family: "grenadine-mvb", sans-serif !important;
}

/* General */
#qodef-page-header {
    background-color: transparent;
}

.elementor-widget-video {
    pointer-events: none;
}

body .elementor-widget-video .elementor-wrapper:not(.e-hosted-video) {
    aspect-ratio: unset;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 35.25%;
}

body .elementor-widget-video .elementor-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.html5-video-player .video-click-tracking, .html5-video-player .video-stream {
    width: 100% !important;
    left: 0 !important;
}

/* Logo */
#qodef-page-header .qodef-header-logo-link {
    transition: all 0.3s ease-in-out;
}

#qodef-page-header .qodef-header-logo-link:hover,
#qodef-page-header .qodef-header-logo-link:focus {
    transform: rotate(-12deg);
}

#qodef-page-header .qodef-header-logo-link img,
.qodef-opener-icon .qodef-m-icon {
    filter: drop-shadow(2px 2px 8px rgba(0,0,0,0.5));
    -webkit-filter: drop-shadow(2px 2px 8px rgba(0,0,0,0.5)); /* Safari and Chrome */
    -moz-filter: drop-shadow(2px 2px 8px rgba(0,0,0,0.5)); /* Firefox */
    -ms-filter: drop-shadow(2px 2px 8px rgba(0,0,0,0.5)); /* Internet Explorer */
    -o-filter: drop-shadow(2px 2px 8px rgba(0,0,0,0.5)); /* Opera */
}

/* Hamburger menu */
.qodef-opener-icon.qodef-source--svg-path span path,
.qodef-opener-icon.qodef-source--svg-path span>* {
    fill: var(--light-aquamarine);
    stroke: var(--light-aquamarine);
}

#qodef-side-area-close.qodef-opener-icon.qodef-source--svg-path span path,
#qodef-side-area-close.qodef-opener-icon.qodef-source--svg-path span>* {
    fill: var(--dark-jungle-green);
    stroke: var(--dark-jungle-green);
}

.qodef-opener-icon.qodef-source--svg-path:hover .shakeyyy,
.qodef-opener-icon.qodef-source--svg-path:focus .shakeyyy  {
    animation:shift 1.2s linear infinite;
}

.qodef-opener-icon.qodef-source--svg-path:hover .shakey2,
.qodef-opener-icon.qodef-source--svg-path:focus .shakey2 {
    animation-delay: 0.15s;
}

.qodef-opener-icon.qodef-source--svg-path:hover .shakey3,
.qodef-opener-icon.qodef-source--svg-path:focus .shakey3 {
    animation-delay: 0.3s;
}

@keyframes shift {
    0% {
        transform: translateX(-2px);
    }
    50% {
        transform: translateX(2px);
    }
    100% {
        transform: translateX(-2px);
    }
}

/* Sticky header */
.qodef-header-sticky {
    height: 150px;
    padding: 20px;
}

/* Side menu */
.widget_nav_menu .menu-side-menu-container {
    padding-bottom: 60px;
}

#qodef-side-area .widget .qodef-widget-title,
#qodef-side-area .widget:not(.widget_alforno_core_title_widget),
#qodef-side-area .widget a {
    color: var(--dark-jungle-green);
}

/* Header Cart */
.widget_alforno_core_woo_dropdown_cart .qodef-widget-dropdown-cart-inner,
.widget_shopping_cart .qodef-widget-dropdown-cart-inner,
.widget_alforno_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-title,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-title {
    font-family: "grenadine-mvb", sans-serif;
}

/* Homepage body */
body.home {
    background: transparent linear-gradient(180deg, var(--deep-sea-green) 0, #44746B98 100%) 0 0 no-repeat padding-box;
}

/* Home Hero section */
.home-hero-section .home-hero-image {
    opacity: 0;
}

.home-hero-container .home-hero-title h2.elementor-heading-title  {
    font-size: 30px;
    text-transform: uppercase;
}

.home-hero-container:hover .home-hero-image,
.home-hero-container:focus .home-hero-image {
    opacity: 1;
    transition: all 0.8s ease-in-out;
    bottom: calc(24dvh - 100px);
}

.home-hero-container:hover .home-hero-title h2.elementor-heading-title,
.home-hero-container:focus .home-hero-title h2.elementor-heading-title {
    font-size: 60px;
}

@media only screen and (max-width: 768px) {
    .home-hero-container:hover .home-hero-title h2.elementor-heading-title,
    .home-hero-container:focus .home-hero-title h2.elementor-heading-title {
        font-size: 50px;
    }
}

.home-hero-container:hover .home-hero-title,
.home-hero-container:focus .home-hero-title {
    transition: all 0.3s ease-in-out;
    transform: translateY(-36dvh);
}

.qodef-widget-dropdown-cart-outer {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .home-hero-section .home-hero-container.e-con.e-flex>.e-con-inner {
        position: absolute;
        bottom: 0;
    }
}

/* Home Hero section Slick Slider */
.home-hero-section .slick-next,
.home-hero-section .slick-prev {
    z-index: 9999;
}

.home-hero-section .slick-prev {
    left: 10px;
}

.home-hero-section .slick-next {
    right: 10px;
}

.home-hero-section .slick-dots li button:before,
.home-hero-section .slick-dots li.slick-active button:before {
    color: var(--light-aquamarine);
}

/* Home cards */
.home-card:hover .home-card-title {
    scale: 0.95;
    transition: all 0.3s ease-in-out;
}

.home-card.qodef-banner.qodef-layout--link-overlay:hover .qodef-m-image:after {
    background-color: rgba(0, 0, 0, 0.3);
}

.home-card.qodef-banner.qodef-layout--link-overlay:hover .qodef-m-image img {
    transform: scale(1.1);
}

.home-card.qodef-banner.qodef-layout--link-overlay:hover .qodef-m-title {
    scale: 0.95;
    transition: all 0.3s ease-in-out;
}

.home-card.qodef-banner.qodef-layout--link-overlay .qodef-m-title {
    color: var(--white);
}

@media only screen and (min-width: 1024px) {
    .home-card .qodef-m-image img {
        min-height: 346px;
    }
}

/* Product listing images scale effect on hover */
.qodef-woo-product-list .qodef-e-inner:hover .qodef-e-media-image img {
    transform: scale(1.2);
}

/* Home map */
.home-map {
    mix-blend-mode: luminosity;
}

.home-map #bodyContent p {
    color: var(--dark-jungle-green);
}

/* Footer */
@media only screen and (min-width: 1920px) {
    #qodef-page-footer.qodef-layout--predefined #qodef-page-footer-top-area-inner>.qodef-grid .qodef-grid-inner {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        padding: 95px 5.3% 83px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
    #qodef-page-footer.qodef-layout--predefined #qodef-page-footer-top-area-inner>.qodef-grid .qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media only screen and (min-width: 768px) and (max-width: 1599px) {
    #qodef-page-footer.qodef-layout--predefined #qodef-page-footer-top-area-inner>.qodef-grid .qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (min-width: 1920px) {
    #qodef-page-footer.qodef-layout--predefined .qodef-grid .qodef-grid-item {
        min-width: max-content;
    }
}

#qodef-page-footer-top-area .qodef-grid-inner .qodef-grid-item .widget.widget_block:first-child {
    margin-bottom: 0;
}

#qodef-page-footer.qodef-layout--predefined #qodef-page-footer-top-area-inner>.qodef-grid .qodef-first-column {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.qodef-working-hours-list.qodef-layout--simple .qodef-e-working-hours {
    max-width: 230px;
}

.qodef-working-hours-list.qodef-layout--simple .qodef-e-working-hours .qodef-hours-item .qodef-hours,
#qodef-page-footer .widget:not(.widget_alforno_core_title_widget),
#qodef-page-footer .widget:not(.widget_alforno_core_title_widget) h1:not([class*="qodef"]),
#qodef-page-footer .widget .qodef-widget-title,
#qodef-page-footer .widget .qodef-widget-title a:hover,
#qodef-page-footer .widget a,
#qodef-page-footer .widget a:hover {
    color: var(--light-aquamarine);
}

.qodef-working-hours-list.qodef-layout--simple .qodef-e-working-hours .qodef-hours-item {
    border-color: var(--light-aquamarine);
}

.qodef-working-hours-list.qodef-layout--simple .qodef-e-working-hours .qodef-hours-item .qodef-hours,
.qodef-hours-item h6,
.qodef-hours-item .qodef-days {
    line-height: 24px;
    font-weight: normal !important;
    font-variant: normal;
    font-style: normal;
    font-size: 15px;
}

p.contact-address {
    width: 170px;
}

.footer-link {
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
}

#qodef-page-footer .widget:not(.widget_alforno_core_title_widget) {
    margin-bottom: 29px;
}

#qodef-page-footer-top-area-inner .qodef-grid-inner .qodef-grid-item:not(:last-of-type) .widget_alforno_core_title_widget,
#qodef-page-footer-top-area-inner .qodef-grid-inner .qodef-grid-item:not(:last-of-type) .widget_custom_html {
    display: inline-block;
    margin-right: 10px;
}

#qodef-page-footer-top-area-inner .qodef-grid-inner .qodef-grid-item .widget_custom_html .instagram-icon {
    color: var(--white);
    display: flex;
    gap: 10px;
}

#qodef-page-footer-top-area-inner .qodef-grid-inner .qodef-grid-item .footer-contact {
    font-weight: 300;
}

#qodef-page-footer .widget.widget_block a h6 {
    background-position: 0 calc(100% - 1px);
    background-repeat: no-repeat;
    transition: background-size .4s cubic-bezier(.22,.61,.36,1);
    background-size: 0 1px;
    background-image: linear-gradient(currentColor, currentColor);
}

#qodef-page-footer .widget.widget_block a h6:hover {
    color: currentColor;
    background-size: 100% 1px;
}

.qodef-first-column .widget_media_image img {
    animation: logo-shake 5s infinite ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes logo-shake {
    0%, 100% { transform: translate(0) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
}

/* Star rating */
#qodef-woo-page.qodef--single .woocommerce-product-rating .woocommerce-review-link,
#yith-quick-view-content.single-product .woocommerce-product-rating .woocommerce-review-link,
#qodef-woo-page .qodef-woo-ratings .qodef-m-star,
#yith-quick-view-modal .qodef-woo-ratings .qodef-m-star,
.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star {
    color: var(--white);
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating .qodef-comment-form-ratings.selected svg,
#yith-quick-view-content.single-product #review_form .comment-form-rating .qodef-comment-form-ratings.selected svg,
#qodef-woo-page .qodef-woo-ratings .qodef-m-star.qodef--active svg,
#yith-quick-view-modal .qodef-woo-ratings .qodef-m-star.qodef--active svg,
.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star.qodef--active svg,
#qodef-woo-page .qodef-woo-ratings .qodef-m-star svg,
#yith-quick-view-modal .qodef-woo-ratings .qodef-m-star svg,
.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star svg {
    fill: var(--white);
}

#qodef-woo-page .qodef-woo-ratings .qodef-m-star svg,
#yith-quick-view-modal .qodef-woo-ratings .qodef-m-star svg,
.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star svg {
    opacity: 0.2;
}

#qodef-woo-page .qodef-woo-ratings .qodef-m-star.qodef--active svg,
#yith-quick-view-modal .qodef-woo-ratings .qodef-m-star.qodef--active svg,
.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star.qodef--active svg {
    opacity: 1;
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating a svg,
#yith-quick-view-content.single-product #review_form .comment-form-rating a svg {
    fill: var(--white);
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating .qodef-comment-form-ratings.selected .active~* svg,
#yith-quick-view-content.single-product #review_form .comment-form-rating .qodef-comment-form-ratings.selected .active~* svg {
    fill: var(--white);
    opacity: 0.2;
}

/* Single Product page */
.qodef-woo-product-title {
    font: normal normal bold 25px/21px Prompt !important;
}

#qodef-woo-page.qodef--single .entry-summary .price,
#yith-quick-view-content.single-product .entry-summary .price {
    line-height: 21px;
    font-variant: normal;
    font-style: normal;
    font-size: 18px;
    font-family: "grenadine-mvb", sans-serif;
    letter-spacing: -0.27px;
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input,
#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-input {
    font-family: sans-serif;
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input,
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus,
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus,
#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-input,
#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-minus,
#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-plus {
    color: var(--white);
    border-color: var(--white)
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus:before,
#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-plus:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='square' stroke-miterlimit='10' stroke-width='48' d='m112 328 144-144 144 144'/%3E%3C/svg%3E");
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus:before,
#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-minus:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='square' stroke-miterlimit='10' stroke-width='48' d='m112 184 144 144 144-144'/%3E%3C/svg%3E")
}

#qodef-woo-page.qodef--single .product_meta .tagged_as .qodef-woo-meta-value a,
#yith-quick-view-content.single-product .product_meta .tagged_as .qodef-woo-meta-value a {
    color: var(--dark-jungle-green);
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a:hover,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.active a,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-active a,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-hover a,
#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li a:hover,
#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li.active a,
#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li.ui-state-active a,
#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li.ui-state-hover a {
    color: var(--light-aquamarine);
    border-bottom: 3px solid var(--light-aquamarine);
    margin-bottom: -3px;
    line-height: 21px;
    font-weight: normal;
    font-variant: normal;
    font-style: normal;
    font-size: 18px;
    font-family: "grenadine-mvb",sans-serif;
    letter-spacing: 0;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs .qodef-following-border,
#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs .qodef-following-border {
    position: absolute;
    bottom: -3px;
    height: 3px;
    background-color: var(--dark-jungle-green);
    z-index: -1;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a,
#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li a {
    color: var(--dark-jungle-green);
    font-weight: bold;
}

[class*=alforno] .select2-container--default .select2-selection--single .select2-selection__rendered,
[class*=alforno] .select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection,
.select2-container--default .select2-selection:focus {
    color: var(--white) !important;
}

.select2-container--default .select2-selection,
.select2-container--default .select2-selection:focus {
    border-color: var(--white) !important;
}

[class*=alforno] .select2-container--default .select2-dropdown {
    background-color: var(--dark-jungle-green);
    border-color: var(--white);
}

[class*=alforno] .select2-container--default .select2-results__option[aria-selected=true],
[class*=alforno] .select2-container--default .select2-results__option[data-selected=true],
[class*=alforno] .select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: var(--light-aquamarine);
}

#qodef-woo-page.qodef--single .related>h2,
#qodef-woo-page.qodef--single .up-sells>h2,
#yith-quick-view-content.single-product .related>h2,
#yith-quick-view-content.single-product .up-sells>h2 {
    color: var(--light-aquamarine);
}

#qodef-woo-page.qodef--single form.cart .variations .reset_variations,
#yith-quick-view-content.single-product form.cart .variations .reset_variations {
    color: var(--dark-jungle-green);
}

#qodef-woo-page.qodef--single .product_meta .posted_in .qodef-woo-meta-value a:after,
#qodef-woo-page.qodef--single .product_meta .posted_in .qodef-woo-meta-value a:before,
#yith-quick-view-content.single-product .product_meta .posted_in .qodef-woo-meta-value a:after,
#yith-quick-view-content.single-product .product_meta .posted_in .qodef-woo-meta-value a:before {
    display: none;
}

#qodef-woo-page.qodef--single .related>h2, #qodef-woo-page.qodef--single .up-sells>h2,
#yith-quick-view-content.single-product .related>h2,
#yith-quick-view-content.single-product .up-sells>h2 {
    font-family: "filmotype-ace", sans-serif;
    line-height: 61px;
    font-weight: normal;
    font-variant: normal;
    font-style: normal;
    font-size: 70px;
    text-transform: uppercase;
}

#qodef-woo-page.qodef--single .related,
#qodef-woo-page.qodef--single .up-sells,
#yith-quick-view-content.single-product .related,
#yith-quick-view-content.single-product .up-sells {
    margin-top: 80px
}

.qodef-shortcode h6 a,
.qodef-h6 a, h6 a {
    line-height: 21px;
    font-weight: normal;
    font-variant: normal;
    font-style: normal;
    font-size: 18px;
    font-family: "grenadine-mvb", sans-serif;
    letter-spacing: -0.27px;
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-review__author,
#yith-quick-view-content.single-product .woocommerce-Reviews .woocommerce-review__author,
#qodef-woo-page.qodef--single #review_form .comment-reply-title,
#yith-quick-view-content.single-product #review_form .comment-reply-title {
    font-family: "grenadine-mvb", sans-serif;
    color: var(--white);
}

#qodef-woo-page .button.single_add_to_cart_button {
    font-size: 21px;
    padding: 2px 17px;
    line-height: 25px;
}

/* About page */
.icon-box-container .elementor-icon-box-title {
    margin: 0;
}

/* Impressum */
.impressum-section .elementor-widget-heading .elementor-heading-title {
    font-family: "grenadine-mvb", sans-serif !important;
    font-weight: normal !important;
}

.impressum-section a {
    color: var(--white);
}

/* Elementor Youtube video */
body .elementor-widget-video .elementor-wrapper:not(.e-hosted-video) {
    padding-top: 28.1%;
    padding-bottom: 28.1%;
}

.elementor-widget-video {
    height: 1080px;
    transform: translateY(-28%);
}

.video-column {
    height: 64.499dvh;
    overflow: hidden;
    border-bottom-right-radius: 180px;
    max-height: 560px;
}

@media screen and (max-width: 1368px) {

    .elementor-widget-video {
        height: auto;
        transform: translateY(0);
    }

    .video-column {
        height: auto;
    }
}

/* Language Switcher */
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    margin-right: 14px !important;
}

.wpml-ls-item {
    position: relative;
}

.wpml-ls-item::after {
    content: "/";
    position: absolute !important;
    right: -11px !important;
    top: 0 !important;
    font-size: 14px;
}

.wpml-ls-item + .wpml-ls-item::after {
    content: '';
}

/* Language Switcher - Side Area*/
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
    color: var(--dark-jungle-green);
}

.wpml-ls .wpml-ls-native {
    line-height: normal;
}

/* Language switcher - Footer  */
#qodef-page-footer .qodef-first-column .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a,
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a,
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
    color: var(--light-aquamarine);
}

/* Blog */
@media only screen and (min-width: 1024px) {
    #qodef-page-inner.qodef-content-grid:has(.qodef-blog) {
        padding-top: 80px;
    }
}

.qodef-blog.qodef-grid.qodef-vertical-gutter--huge {
    --qode-columns-row-gap: 94px;
}

.tgc-blog.qodef-blog .qodef-e-content {
    margin-top: 50px;
}

.tgc-blog.qodef-blog .qodef-e-top-holder .qodef-e-info {
    display: none;
}

.qodef-blog.qodef--list .qodef-blog-item .qodef-e-bottom-holder {
    margin-top: 24px;
}

.tgc-blog.qodef-blog.qodef--list .qodef-blog-item .qodef-e-excerpt,
.tgc-blog.qodef-blog .qodef-e-bottom-holder {
    margin-left: 26px;
}

.qodef-blog .qodef-social-share .qodef-social-title,
.qodef-blog .qodef-e-bottom-holder .qodef-e-left.qodef-e-info .qodef-e-info-label {
    color: var(--light-aquamarine);
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.21px;
    font-family: "grenadine-mvb", sans-serif;
}

.qodef-blog .qodef-social-share a {
    color: var(--white);
}

/* Initially hide MyAccount menu item - Last item on side menu and mobile menu */
#menu-side-menu-1 .menu-item:last-child, #menu-side-menu-2 .menu-item:last-child {
    display: none;
}

.qodef-mobile-header-navigation ul li a {
    color: var(--dark-jungle-green);;
}