/*
	Theme Name: Mellowmind
    Template: hello-elementor
	Description: Mellowmind theme
	Author: Mellowmind
	Version: 1.0.0
	Text Domain: mellowmind
*/

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: "Redonda";
    font-weight: 300;
    src: url("/wp-content/themes/mellowmind/fonts/Redonda Light.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: "Redonda";
    font-weight: 400;
    src: url("/wp-content/themes/mellowmind/fonts/Redonda Regular.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: "Redonda";
    font-weight: 500;
    src: url("/wp-content/themes/mellowmind/fonts/Redonda Medium.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: "Redonda";
    font-weight: 700;
    src: url("/wp-content/themes/mellowmind/fonts/Redonda Bold.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: "Redonda";
    font-weight: 800;
    src: url("/wp-content/themes/mellowmind/fonts/Redonda Black.ttf") format("truetype");
    font-style: normal;
}

*:not(i) {
    font-family: 'Raleway', sans-serif !important;
}

.mellow-menu .menu-item a {
    font-weight: 400 !important;
    color: black !important
}


.mellow-menu .parent-has-child .sub-arrow i::before {
    color: #bbb !important;
    font-weight: 100 !important;
    opacity: 0.5 !important;
}

.mellow-menu .sub-menu {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.mellow-menu .sub-menu a {
    padding-left: 15px !important;
    transition: all .3s 0s !important;
}

.mellow-menu .sub-menu a:hover {
    background: #ddd !important;
}

.mellow-menu .sub-menu li {
    border: none !important;
}

.mellow-ration-square {
    aspect-ratio: 1/1;
}

.mellow-ration-square>div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mellow-link {
    text-decoration: none !important;
}

.mellow__archive {
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 16px));
    gap: 16px;
}

.mellow__archive__single {
    display: flex;
    flex-direction: column;
    border: 2px solid black;
    border-radius: 8px;
}

.mellow__archive__single img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}


.mellow__archive__single__content {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    height: 150px;
    padding: 0 1rem;
    padding-bottom: 1rem;
}

.mellow__archive__single__content__title {
    font-size: 17px;
    max-width: 300px;
    line-height: 160%;
    color: black !important;
    text-decoration: none !important;
    font-weight: 400;
    margin: 0;
}

.mellow__archive__single__content__actions {
    margin-top: auto;
    display: flex;
    gap: 10px;
    align-items: end;
}

.mellow__archive__single__content__price {
    display: flex;
    flex-direction: column;
    margin-right: auto;
}

.mellow__archive__single__content__price .woocommerce-Price-amount.amount {
    font-weight: 700;
    font-size: 28px;
}

.mellow__archive__single__content__price__vat {
    font-weight: 500;
}

.mellow__archive__single__content__actions__button {
    width: 48px;
    height: 48px;
    border: 1px solid #F28D30;
    border-radius: 10000px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s 0s;
    background: white;
}

.mellow__archive__single__content__actions__button:hover {
    background: #F28D30;
}


.mellow__archive__single__content__actions__button:hover path {
    fill: white !important;
}

.mellow__archive__single__content__actions__button-arrow svg {
    position: relative;
    transform: rotate(45deg);
    top: 2px;
    left: -5px;
}

.mellow-slider .swiper-slide img {
    border: 1px solid #ddd !important;
    border-radius: 24px !important;
}

.mellow-slider .swiper-slide {
    padding: 0 8px !important;

}


.swiper-pagination {
    display: flex;
}

.swiper-pagination-bullet {
    width: 100%;
    background: #ddd !important;
    transition: all .3s;
    opacity: 1;
    border-radius: 1000px;
    margin: 0 !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #F28D30 !important
}

.mellow-top-auto {
    margin-top: auto !important;
}


.wpcf7-form {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.wpcf7-form label {
    font-weight: 600;
    width: 100%;
}

.wpcf7-form-control-wrap {
    margin-top: 0.5rem;
    display: block;
    width: 100%;
}

.wpcf7-form input,
.wpcf7-form textarea {
    background: white !important;
    border: 1px solid #ddd !important;
}

.wpcf7-form input[type="submit"] {
    background: #f28d30 !important;
    width: 100%;
    padding: 0.86rem;
    border-radius: 24px;
    color: white !important;
    font-weight: 600;
}

.wpcf7-form p {
    position: relative;
}

.wpcf7-spinner {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    background: rgba(255, 255, 255, 0.4);
}

.wpcf7-not-valid-tip {
    font-weight: 500 !important;
    font-size: 0.85rem;
    margin-top: 0.25rem;
}

.wpcf7-response-output {
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    border: 1px solid #f28d30;
    border-radius: 8px;
}

@media screen and (max-width: 1024px) {
    .hfe-nav-menu__layout-horizontal {
        top: calc(100% + 4rem) !important;
    }
}

.hfe-nav-menu__layout-horizontal .menu-item {
    border: 0 !important;
}

.mellow-faq .e-n-accordion-item-title-icon {
    position: absolute;
    right: 1rem;
}

.e-n-accordion-item-title {
    border-radius: 4px;
}


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

    .mellow__archive {
        grid-template-columns: repeat(3, calc(33% - 16px));
    }
}

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

    .mellow__archive {
        grid-template-columns: repeat(2, calc(50% - 16px));
    }
}

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

    .mellow__archive {
        grid-template-columns: 100% !important;
    }
}

.mellow__shop {
    margin-bottom: 12rem;
}

.mellow__shop__head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 10rem;
}

.mellow__shop__input--text {
    width: 300px !important;
    border-radius: 1000px !important;
    border-color: #ddd !important;
    padding: 0 1rem !important;
    overflow: hidden !important;
    height: 48px !important;
}

.mellow__shop__input__top--select {
    position: relative !important;
}

.mellow__shop__input__top--select .mellow__shop__input__top {
    height: 48px !important;
    align-items: center !important;
    display: flex !important;
    padding: 0 1.5rem !important;
    width: 200px !important;
    justify-content: space-between !important;
    border: 1px solid #ddd !important;
    border-radius: 1000px !important;
    cursor: pointer !important;
}

.mellow__shop__input__expand {
    position: absolute;
    display: grid;
    grid-template-columns: 50% 50%;
    top: 100%;
    margin-top: 1rem;
    width: 260px;
    gap: 1rem;
    border: 1px solid #ddd !important;
    border-radius: 24px;
    border-radius: 24px !important;
    background: white;
    z-index: 1000;
    padding: 1.5rem !important;
}

.mellow__shop__input--checkbox {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.mellow__shop__input--checkbox input {
    width: 1rem;
    min-width: 1rem;
    min-height: 1rem;
    height: 1rem;
    border-radius: 4px;
    appearance: none;
    background: white;
    border: 2px solid #ddd;
}

.mellow__shop__input--checkbox input:checked {
    background: #F28D30;
    border: 2px solid #F28D30;
}

.mellow__shop__button {
    background: #f28d30 !important;
    color: white;
    border: none;
    border-radius: 1000px;
    height: 48px;
    padding: 0 1.5rem;
}

.mellow__shop__reset {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: black;
    text-decoration: underline;
    cursor: pointer;
}

.mellow__shop__input__expand--hidden {
    display: none !important;
}

.mellow__shop__count {
    font-weight: 600;
    margin-left: 1rem;
    margin-top: 1rem;
    display: block;
}

.mellow__shop__listing {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-top: 4rem;
}

.mellow__shop__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    margin-top: 2rem;
}

.mellow__shop__pagination__button {
    width: 2.5rem;
    height: 2.5rem;
    background: #e5e5e5;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black !important;
}

.mellow__shop__pagination__button-active {
    background: #f28d30 !important;
    color: white !important;
}


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

    .mellow__shop__listing {
        grid-template-columns: repeat(3, calc(33% - 16px));
    }
}

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

    .mellow__shop__listing {
        grid-template-columns: repeat(2, calc(50% - 16px));
    }
}

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

    .mellow__shop__listing {
        grid-template-columns: 100% !important;
    }
}

.mellow__shop__filter__button {
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
    border: 1px solid #ddd;
    padding: 0 1.5rem;
    border-radius: 10000px;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .mellow__shop__filter__button {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .mellow__shop__head--hidden {
        display: none !important;
    }

    .mellow__shop__head {
        margin-top: 1rem !important;
        flex-direction: column;
        align-items: stretch;
    }

    div.mellow__shop__input__top--select .mellow__shop__input__top {
        width: 100% !important;
    }

    .mellow__shop__input.mellow__shop__input--text {
        width: 100% !important;
    }

    .mellow__shop__reset {
        text-align: center !important;
    }
}

.elementor-201 .elementor-element.elementor-element-7fe6f93 .hfe-nav-menu__toggle {
    margin-left: 0 !important;
}

body.single-product #main {
    max-width: 1440px;
    margin-top: 2rem;
}

body.single-product .woocommerce-breadcrumb {
    display: none !important;
}

body.single-product .product_title {
    font-size: 2.5rem;
    color: black;
    font-weight: 700;
}

body.single-product .entry-summary .price {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
}

body.single-product .entry-summary .price del {
    font-size: 16px;
    color: black;
    font-weight: 300;
}

body.single-product .entry-summary .price ins {
    font-size: 2rem;
    color: black;
}

body.single-product .entry-summary .price span {
    color: black;
    font-weight: 700;
}

body.single-product .entry-summary .woocommerce-product-details__short-description p {
    line-height: 160%;
}

body.single-product .entry-summary .stock {
    color: #f28d30;
    font-weight: 600;
}

body.single-product .entry-summary .single_add_to_cart_button {
    background: #000 !important;
    width: 100%;
    border-radius: 1000px;
    transition: all .3s;
    padding: 1rem;
}

body.single-product .entry-summary .single_add_to_cart_button:hover {
    background: #131313 !important;
}

body.single-product .entry-summary .posted_in a {
    color: #f28d30;
    font-weight: 600;
    pointer-events: none;
}

body.single-product .flex-control-nav.flex-control-thumbs {
    display: flex;
    gap: 0.5rem;
    position: relative;
    margin-top: 0.5rem !important;
    flex-wrap: nowrap;
}

body.single-product .flex-control-nav.flex-control-thumbs li {
    position: relative !important;
    border-radius: 8px;
    transition: all .3s;


    width: 9rem !important;
    height: 9rem !important;
    min-width: 9rem !important;
    max-width: 9rem !important;
}

body.single-product .flex-control-nav.flex-control-thumbs img {
    border-radius: 8px;
    border: 1px solid #bbb;
    transition: all .3s;
}

body.single-product .mellow-left-arrow {
    position: absolute;
    background: white;
    border: 1px solid #ddd;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1000px;
    top: 0;
    cursor: pointer;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    transform: rotate(180deg);
    left: 0.25rem;
}

body.single-product .mellow-right-arrow {
    position: absolute;
    background: white;
    border: 1px solid #ddd;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1000px;
    top: 0;
    bottom: 0;
    cursor: pointer;

    margin-top: auto;
    margin-bottom: auto;
    right: 0.25rem;
}

body.single-product .woocommerce-product-gallery__image {
    border-radius: 24px !important;
}

body.single-product .summary.entry-summary {
    margin-top: 3rem;
}

body.single-product .tabs.wc-tabs::before,
body.single-product .tabs.wc-tabs::after {
    display: none !important;
}


body.single-product .tabs.wc-tabs>li,
body.single-product .tabs.wc-tabs>li a {

    border: none !important;
    background: white !important;
}


body.single-product .tabs.wc-tabs>li a {
    color: black !important;
}

body.single-product #tab-description {
    flex-direction: column;
    padding: 0 0.65rem;
}

body.single-product #tab-description p {
    line-height: 160%;
}

body.single-product #tab-description h2,
body.single-product #tab-additional_information h2 {
    display: none !important;
}



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

    body.single-product .tabs.wc-tabs {
        padding: 0 !important;
        border: none;
        width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }



    body.single-product #tab-title-description,
    body.single-product #tab-description {
        width: 66% !important;
        max-width: 66% !important;
    }

    body.single-product #tab-title-additional_information,
    body.single-product #tab-additional_information {
        width: 33% !important;
        max-width: 33% !important;
    }

    body.single-product .woocommerce-Tabs-panel {
        display: flex !important;
    }

    body.single-product .woocommerce-tabs.wc-tabs-wrapper {
        display: flex;
        flex-wrap: wrap;
    }




    body.single-product #tab-additional_information {
        flex-direction: column;
        padding-left: 2rem;
    }
}

body.single-product .woocommerce-product-attributes {
    border: 0 !important;
}


body.single-product .woocommerce-product-attributes-item__label {
    text-align: left !important;
    border: none !important;
    color: black !important;
}

body.single-product .woocommerce-product-attributes-item__value {
    border: none !important;
}

.woocommerce-error {
    border-top-color: #f23030 !important;
    background: white !important;
}


.woocommerce-message {
    border-top-color: #b5f230 !important;
    background: white !important;

}

.woocommerce-error .button.wc-forward,
.woocommerce-message .button.wc-forward {
    background: #f28d30 !important;
    color: white !important;
    border-radius: 100px;
    padding: 0.85rem 1rem;
}

body.single-product .onsale {
    display: none !important;
}

body.single-product .up-sells h2 {
    color: black !important;
}

.up-sells .products {
    grid-template-columns: repeat(4, 1fr);
    display: grid;
}

.up-sells .products::before {
    display: none !important;
}

body.single-product .quantity input {
    margin-bottom: 1rem !important;
    border-color: #ddd !important;
    border-radius: 4px !important;
    width: 100px !important;
}

.mellow__archive__single__content__price {
    position: relative;
}

.mellow__archive__single__content__price del {
    font-size: 1rem !important;
    position: absolute;
    top: -1rem;
}

.mellow__archive__single__content__price del * {
    font-size: 1rem !important;

}

body.single-product #main>.product {
    padding: 0 1rem !important;
}


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

    .up-sells .products {
        grid-template-columns: repeat(3, calc(33% - 16px));
    }
}

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

    .up-sells .products {
        grid-template-columns: repeat(2, calc(50% - 16px));
    }
}

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

    .up-sells .products {
        grid-template-columns: 100% !important;
    }
}

body.woocommerce-cart #content {
    margin-top: 2rem !important;
    margin-top: 2rem;
    max-width: 1440px !important;
    box-sizing: border-box;
}

body.woocommerce-cart h1 {
    margin: 0 !important;
    color: black;
    padding: 0 1rem !important;
    font-weight: 600;
}

body.woocommerce-cart .page-content>.woocommerce.wp-block-group {
    margin-inline: 0;
    margin-top: 1rem;
    display: flex;
    padding: 0 1rem !important;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 800px;
}

body.woocommerce-cart .shop_table {
    border: none !important;
}

body.woocommerce-cart .shop_table th {
    border: none !important;
}

body.woocommerce-cart .shop_table td {
    border: none !important;
}

body.woocommerce-cart .woocommerce-cart-form {
    width: 66% !important;
}

body.woocommerce-cart .cart-collaterals {
    width: 33% !important;
}

body.woocommerce-cart .product-remove a.remove,
body.woocommerce-cart .product-remove a.remove:hover {
    color: #f23030 !important;
    background: white !important;
}

body.woocommerce-cart .product-thumbnail {
    padding: 0 !important;
}

body.woocommerce-cart .product-thumbnail img {
    width: 5rem !important;
    height: auto !important;
    border-radius: 4px !important;
}

body.woocommerce-cart .product-name {
    vertical-align: top;
}

body.woocommerce-cart .product-name a {
    color: black !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

body.woocommerce-cart .quantity input {
    padding: 0.3rem 0.2rem;
    border-color: #ddd !important;
}

body.woocommerce-cart #coupon_code {
    width: 200px !important;
    border-color: #ddd !important;
    border-radius: 8px;
    font-size: 16px;
    padding: 0.75rem 1rem;
    height: 48px !important;
}

body.woocommerce-cart button[name="apply_coupon"],
body.woocommerce-cart button[name="update_cart"] {
    background: #f28d30 !important;
    color: white !important;
    height: 48px;
    padding: 0 2rem;
    border-radius: 1000px !important;
}

body.woocommerce-cart td.actions {
    padding-top: 3rem !important;
}

body.woocommerce-cart .woocommerce-cart-form {
    padding-right: 4rem !important;
}

body.woocommerce-cart .cart_totals {
    width: 100% !important;
}

body.woocommerce-cart .cart_totals h2 {
    font-size: 1.5rem;
    font-weight: 600;
}

body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.woocommerce-cart .checkout-button {
    background: black !important;
    background-color: black !important;
    border-radius: 1000px !important;
    font-size: 1rem !important;
}

body.woocommerce-cart .page-content {
    margin-bottom: 4rem;
}

body.woocommerce-cart .woocommerce-message a {
    color: #f28d30 !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}

body.woocommerce-cart .woocommerce-message {
    width: 100% !important;
}

body.woocommerce-cart .woocommerce-notices-wrapper {
    width: 100% !important;
}

body.woocommerce-cart .wc-empty-cart-message {
    width: 100% !important;
}

body.woocommerce-cart .wc-empty-cart-message .woocommerce-info {
    border-top-color: #f28d30 !important;
    background: white !important;
}

body.woocommerce-cart .wc-empty-cart-message .woocommerce-info::before {
    color: #f28d30 !important;
}

body.woocommerce-cart .return-to-shop .button.wc-backward {
    background: #f28d30 !important;
    color: white !important;
    height: 48px;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    border-radius: 1000px !important;
}

body.woocommerce-cart .cross-sells {
    position: absolute;
    left: 0;
    top: calc(100% + 4rem);
    padding: 0 1rem !important;

    width: 100% !important;
}

body.woocommerce-cart .cross-sells .products {
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    margin-top: 2rem;
}


body.woocommerce-cart .cross-sells .products::before {
    display: none !important;
}

body.woocommerce-cart .cross-sells h2 {
    color: black !important;
    font-weight: 600;
}


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

    body.woocommerce-cart .cross-sells .products {
        grid-template-columns: repeat(3, calc(33% - 16px));
    }
}

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

    body.woocommerce-cart .cross-sells .products {
        grid-template-columns: repeat(2, calc(50% - 16px));
    }
}

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

    body.woocommerce-cart .cross-sells .products {
        grid-template-columns: 100% !important;
    }
}

body.woocommerce-cart .cross-sells .products>div:nth-child(n + 5) {
    display: none !important;
}

@media screen and (max-width: 1024px) {
    body.woocommerce-cart .woocommerce.wp-block-group {
        flex-direction: column !important;
    }

    body.woocommerce-cart .woocommerce-cart-form {
        width: 100% !important;
        padding: 0 !important;
    }

    body.woocommerce-cart .cart-collaterals {
        width: 100% !important;
    }
}

@media screen and (max-width: 768px) {
    body.woocommerce-cart .woocommerce-cart-form__cart-item.cart_item {
        position: relative;
        background: white !important;
    }

    body.woocommerce-cart .woocommerce-cart-form__cart-item.cart_item td {
        background: white !important;
    }


    body.woocommerce-cart .product-remove {
        position: absolute !important;
        top: 1re !important;
    }


    body.woocommerce-cart .woocommerce table.shop_table_responsive td.product-thumbnail {
        display: block !important;
        text-align: left !important;
        padding-left: 3rem !important;
    }

    body.woocommerce-cart .product-thumbnail::before {
        display: none !important;
    }

    body.woocommerce-cart .product-name {
        position: absolute;
        top: 0;
        right: 0;
        max-width: calc(100% - 8rem);
    }

    body.woocommerce-cart .product-name::before {
        display: none !important;
    }

    body.woocommerce-cart .product-quantity {
        padding: 13px !important;
    }
}

@media screen and (max-width: 480px) {
    body.woocommerce-cart .coupon {
        flex-direction: row !important;
        display: flex !important;
    }
}

body.woocommerce-checkout #content {
    max-width: 1440px !important;
    margin-top: 2rem !important;
}

body.woocommerce-checkout .entry-title {
    margin: 0 !important;
}

.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained,
.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button {
    background: #f28d30 !important;
    border: none !important;
    color: white !important;
    font-weight: 600 !important;
}

.woocommerce-order-details th,
.woocommerce-order-details td {
    border: none !important;
}

.woocommerce-table__product-name.product-name a {
    color: black !important;
    text-decoration: none !important;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    padding: 0 !important;
}

body.woocommerce-order-received #content,
body.woocommerce-checkout #content {
    padding: 0 1rem !important;
}

@media screen and (max-width: 768px) {
    .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
        display: flex !important;
        flex-direction: column;
        gap: 1rem !important;
    }
}

@media screen and (max-width: 1024px) {
    .hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown:not(.menu-is-active) {
        width: 0 !important;
    }
}

footer a {
    color: rgba(255, 255, 255, 0.7) !important;
}

.mellow__blog {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.mellow__blog__single {
    display: flex;
    flex-direction: column;
}

.mellow__blog__single img {
    border-radius: 16px;
    height: 300px !important;
    width: 100% !important;
    object-fit: cover;
}

.mellow__blog__single__content {
    display: flex;
    height: 200px;
    flex-direction: column;
}

.mellow__blog__single__content a {
    text-decoration: none !important;
    color: black !important;
    margin: 1rem 0 !important;
}

.mellow__blog__single__content__actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
}

.mellow__blog__single__content__date {
    color: #0006 !important;
    font-weight: 400;
}

.mellow__blog__single__content__actions__button {
    width: 48px;
    height: 48px;
    border: 1px solid #F28D30;
    border-radius: 10000px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s 0s;
    background: white;
}

.mellow__blog__single__content__actions__button:hover {
    background: #F28D30;
}


.mellow__blog__single__content__actions__button:hover path {
    fill: white !important;
}

.mellow__blog__single__content__actions__button-arrow svg {
    position: relative;
    transform: rotate(45deg);
    top: 2px;
    left: -5px;
}

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

    .mellow__blog {
        grid-template-columns: repeat(3, calc(33% - 16px));
    }
}

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

    .mellow__blog {
        grid-template-columns: repeat(2, calc(50% - 16px));
    }
}

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

    .mellow__blog {
        grid-template-columns: 100% !important;
    }
}


body.single-post #content {
    margin-top: 2rem !important;
    margin-bottom: 5rem !important;
}

body.single-post #comments {
    display: none !important;
}

.mellow-mailchimp-form {
	max-width: min(600px, 100%);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 2rem;
}

.mellow-mailchimp-form__icon {
	position: absolute;
  left: 0;
  top: 1.5rem;
  width: 3rem;
  border-radius:
8px 0 0 8px;
  background:
#f28d30;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mellow-mailchimp-form__icon svg {
	width: 1.25rem;
  height: 1.25rem;
  fill: black;
}



.mellow-mailchimp-form label {
	display: flex;
  flex-direction: column;
  gap:
0.5rem;
  font-weight: 600;
}


.mellow-mailchimp-form input[type="email"] {
	border:
1px solid #ddd;
  border-radius:
8px;
  padding-left: 4rem;
  height: 48px;
}


.mellow-mailchimp-form input[type="submit"] {
	margin-top: 0.5rem;
  background:
#f28d30;
  color: black;
  font-weight: 600;
  border:
none;
  height: 48px;
  border-radius:
8px;
}

.mc4wp-response {
	text-align: center;
  margin-top: 1rem;
}