/*
Theme Name: Edd magad csinosra
Theme URI: https://frontendtanfolyam.hu/
Author: the WordPress team
Author URI: https://designstreet.hu/
Description: Basic Theme by Tóth Kitti
Tags: one-column, custom-colors, custom-menu
Version: 1.1
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dev-2022

*/

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

.wp-caption {
    font-size: smaller;
}

.wp-caption-text {
    font-size: smaller;
}

.sticky {}

.screen-reader-text {}

.gallery-caption {
    font-size: smaller;
}

.bypostauthor {}

.alignright,
.align-right {
    text-align: right;
}

.alignleft,
.align-left {
    text-align: left;
}

.aligncenter,
.align-center {
    text-align: center;
}

/* === RESET === */

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

code,
pre,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

iframe {
    display: block;
    max-width: 100%;
}

header li,
#main-menu li {
    list-style-type: none;
}

/* === RESPONSIVE TYPO === */

@media screen and (max-width: 479px) {
    html {
        font-size: 18px;
    }
}

@media screen and (min-width: 480px) and (max-width: 1199px) {
    html {
        font-size: 18px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1919px) {
    html {
        font-size: 1.2vw;
    }
}

@media screen and (min-width: 1920px) {
    html {
        font-size: 22px;
    }
}


/* === STYLE === */


:root {
    --main-color: #F2B880;
}

.ease {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth;
    color: #0B0B0B;
    font-family: 'Poppins', sans-serif;
}

ul,
ol {
    padding: 0;
}

ul ul,
ul ul ul,
ol ol,
ol ol ol {
    margin: 0.5rem 0;
}

ol ol,
ol ol ol {
    padding-left: 1rem;
}

ul li {
    list-style-type: disc;
    margin-bottom: 0.25rem;
    margin-left: 1rem;
}

ul li::marker {
    color: var(--main-color);
}

ol {
    list-style: none;
    counter-reset: my-counter;
}

ol li {
    counter-increment: my-counter;
    margin-bottom: 0.25rem;
}

ol li::before {
    content: counter(my-counter) '.';
    background: var(--main-color);
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    display: inline-block;
    line-height: 1.5rem;
    color: white;
    text-align: center;
    margin-right: 0.5rem;
}

p {
    line-height: 1.5;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    font-weight: 700;
    text-decoration: none;
}


h1 {
    font-size: 35px;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    margin-top: 0;
    padding: 0 3rem;
}

.main-page h1 {
    white-space: nowrap;
}

h2 {
    font-size: 40px;
    font-weight: 400;
    background: linear-gradient(143deg, rgba(244, 209, 119, 1) 0%, rgba(240, 118, 147, 1) 70%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.1;
}


h3 {
    font-size: 50px;
    font-weight: 400;
    color: #000;
    line-height: 1.1;
}

h4 {
    font-size: 20px;
    font-weight: bold;

}

h5 {
    font-size: 18px;
    font-weight: 400;

}

h1 a,
h2 a,
h3 a,
h4 a {
    color: inherit;
}

blockquote {
    background: #eee;
    margin-left: 0;
    margin-right: 0;
    padding: 0.5rem 1.5rem;
    overflow: hidden;
    border-left: solid 5px var(--main-color);
}

hr {
    border: none !important;
    height: 3px;
    background: #eee;
}

table {
    border-spacing: 0;
    border: solid 1px #ddd;
}

td,
th {
    padding: 0.5rem 1rem;
    border: solid 1px #ddd;
}

th {
    background: #eee;
    text-align: left;
}

#logo {
    text-align: center;
}

#logo a {
    display: inline-block;
    margin: 1.5rem 0;
}

#logo svg {
    max-width: 120px;
    height: auto;
}

.post-meta ul {
    overflow: hidden;
    display: inline-block;
    margin: 0 auto;
    font-size: smaller;
}

.post-meta ul li {
    display: inline-block;
    float: left;
    margin-right: 20px;
    margin-left: 0;
}

.post-tags a,
.tagcloud a {
    display: block;
    float: left;
    padding: 0.15rem 0.25rem;
    border: solid 2px transparent;
    font-size: small !important;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 5px 5px 0;
    cursor: pointer;
    background: var(--main-color);
    color: #fff;
}

.post-tags a:hover,
.tagcloud a:hover {
    background: #000;
}

.accordion {
    margin: 0 0 2rem 0;
    clear: both;
}

.accordion .accordion-content {
    display: none;
}

.accordion .accordion-title h2,
.accordion .accordion-title h3,
.accordion .accordion-title h4 {
    margin: 0;
}

.accordion .accordion-title {
    cursor: pointer;
    margin: 0;
    line-height: 1.3;
    border-bottom: solid 1px #ddd;
    color: inherit;
    padding: 0.65rem 0.5rem 0.65rem 2rem;
    position: relative;
}

.accordion .accordion-title:after {
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: inline-block;
    height: 0.6rem;
    width: 0.6rem;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.3rem;
    transform: rotate(45deg);
    vertical-align: top;
}

.accordion .accordion-title.active,
.accordion .accordion-title:hover {
    color: var(--main-color);
}

.accordion .active h4 {
    border-bottom: none;
}

.accordion .accordion-title.active:after,
.accordion .accordion-title:hover:after {
    transform: rotate(135deg);
    left: 0.25rem;
    margin-top: -0.35rem;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.accordion .accordion-content {
    margin: 0;
    padding: 1rem 2rem;
    overflow: hidden;
    border-bottom: solid 1px #ddd;
}

.accordion .accordion-content p {
    line-height: 1.4 !important;
}

.accordion .accordion-content p:last-of-type {
    margin: 0 !important;
}

.light-bg {
    background: #eee;
    padding-top: 6vw;
    padding-bottom: 6vw;
}

#copyright {
    padding: 0.75rem 0;
    text-align: center;
    font-size: smaller;
}


.pagination {
    clear: both;
    text-align: center;
    margin-top: 2rem;
}

.nav-links .current {
    color: var(--main-color);
    font-weight: bold;
}

.nav-links {
    display: inline-block;
    border-right: solid 1px #ddd;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

.nav-links a,
.nav-links span {
    display: block;
    float: left;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    color: inherit;
    border-left: solid 1px #ddd;
}

.nav-links a:hover {
    background: #eee;
}

#searchform {
    position: relative;
    width: 100%;
}

#searchform input[type="text"] {
    width: 100%;
    margin: 0;
}

#searchform button {
    border: none;
    height: 100%;
    width: 30px;
    position: absolute;
    right: 10px;
    background: none;
    padding: 0;
    border-radius: 0;
}

#searchform svg {
    border: none;
    height: 60%;
    width: 30px;
}

#gotop {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    background: var(--main-color);
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10000;
}

#gotop svg {
    width: 1rem;
    height: 1rem;
    display: block;
}

#gotop svg path {
    fill: #fff;
}

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

    h1,
    h2 {
        font-size: 2rem;
    }
}

/* === Hero === */


.hero-text strong,
.come_with_me_box strong,
.hero-p strong {
    color: var(--main-color);
}

.hero-social figure:first-of-type,
.hero-social figure:nth-of-type(2) {
    padding-right: 3rem;
}

.hero-social {
    position: relative;
}

.hero-social:after {
    position: absolute;
    content: url('img/follow.svg');
    top: -1.75rem;
    right: -7rem;
}


.hero-btn,
.hero_review {
    padding: 0 3rem;
}

.hero_review_img img {
    border-radius: 50%;
    border: solid 2px #fff;
}

.hero_review_img :where(.is-layout-flex) {
    gap: 0em;
}

.hero .auto-padding {
    padding-top: 3vw;
    padding-bottom: 3vw;
}

.logo {
    margin-bottom: 2rem;
}


.hero .btn-box {
    margin: 2rem 0 5rem 0;
}

.hero_review p {
    margin: 0 0 5px 0;
}

.hero_opinion p {
    font-size: 15px;
}

.hero_opinion figure {
    margin-top: -20px !important;
}

.hero_review_img figure:nth-of-type(2),
.hero_review_img figure:nth-of-type(3) {
    margin-left: -1rem;
}

.hero_review_text {
    margin-left: -1vw !important;
}

.hero_img figure {

    width: 110%;
}

.hero_img figure img {
    bottom: -9rem;
    left: -4rem;
    position: relative;
    width: 110%;
}

.come_with_me_box {
    margin: 2rem 0 2rem 0;
    position: relative;
    display: inline-block;
}

.come_with_me_box:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: -1rem;
    z-index: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.come_with_me_box h1 {
    position: relative;
    z-index: 1;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}


.hero-p {
    font-weight: 200;
    padding: 0 3rem
}

.hero-p p {
    font-size: 20px;
    padding: 1rem 0;
}

.fine_wine_box {
    padding: 6rem 3rem 0 3rem;
    width: 80%;
    font-weight: 200;
}

/* === Mi a célunk? === */

.purpose {
    padding: 6vw 0 5rem 0;
    font-weight: 200;
}

.purpose-img figure {
    position: relative;
    top: 6rem;
}

.purpose-img figure:before {
    position: absolute;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="199" height="52" fill="none"><ellipse cx="5.317" cy="5.309" rx="5.317" ry="5.309" fill="%23E3B588" fill-opacity=".61"/><ellipse cx="52.408" cy="5.309" rx="5.317" ry="5.309" fill="%23E3B588" fill-opacity=".61"/><ellipse cx="99.5" cy="5.309" rx="5.317" ry="5.309" fill="%23E3B588" fill-opacity=".61"/><ellipse cx="146.591" cy="5.309" rx="5.317" ry="5.309" fill="%23E3B588" fill-opacity=".61"/><ellipse cx="193.683" cy="5.309" rx="5.317" ry="5.309" fill="%23E3B588" fill-opacity=".61"/><ellipse cx="5.317" cy="46.27" rx="5.317" ry="5.309" fill="%23E3B588" fill-opacity=".61"/><ellipse cx="52.408" cy="46.27" rx="5.317" ry="5.309" fill="%23E3B588" fill-opacity=".61"/><ellipse cx="99.5" cy="46.27" rx="5.317" ry="5.309" fill="%23E3B588" fill-opacity=".61"/><ellipse cx="146.591" cy="46.27" rx="5.317" ry="5.309" fill="%23E3B588" fill-opacity=".61"/><ellipse cx="193.683" cy="46.27" rx="5.317" ry="5.309" fill="%23E3B588" fill-opacity=".61"/></svg>');
    bottom: 0;
    left: -3.5rem;
}

.purpose-h2 {
    gap: 1em;
}

.wp-block-columns.purpose-h2 {
    align-items: center !important;
}

.purpose-h2 h2 {
    padding-left: 1rem;
}

.purpose-box p {
    font-size: 18px;
    font-weight: 200;
}

.purpose-box_col1 {
    padding-top: 2rem;
}

.purpose-box_col2 {
    padding-top: 1rem;
}

.purpose_box_item {
    background: #FFF8F6;
    border: solid 5px #FFF8F6;
    border-radius: 15px;
    padding: 1.5rem 1.5rem 1rem 1.5rem;
    position: relative;
    transition: box-shadow 0.3s ease-in-out, background 0.3s ease-in-out;
}

.purpose_box_item:hover {
    background: #FFF;
    border: solid 5px #FFF8F6;
    -webkit-box-shadow: -13px 14px 28px 0px rgba(231, 214, 218, 0.54);
    -moz-box-shadow: -13px 14px 28px 0px rgba(231, 214, 218, 0.54);
    box-shadow: -13px 14px 28px 0px rgba(231, 214, 218, 0.54);
}

.purpose-box_col1 .purpose_box_item:before,
.purpose-box_col2 .purpose_box_item:before {
    position: absolute;
    width: 59px;
    height: 59px;
    top: -1.5rem;
}

.purpose-box_col1 .purpose_box_item:first-of-type:before {
    content: url(img/purpose_icon1.svg);
}

.purpose-box_col1 .purpose_box_item:nth-of-type(2):before {
    content: url(img/purpose_icon2.svg);
}

.purpose-box_col2 .purpose_box_item:first-of-type:before {
    content: url(img/purpose_icon3.svg);
}

.purpose-box_col2 .purpose_box_item:nth-of-type(2):before {
    content: url(img/purpose_icon4.svg);
}

.purpose_text2 {
    padding-top: 1rem;
    padding-left: 3rem;
    width: 80%;
}

.purpose_text2 h2 {
    padding-bottom: 1rem;
}

/* === Lorem === */

.lorem .auto-padding {
    padding-top: 0;
    padding-bottom: 3vw;
}

.lorem-box {
    padding: 6rem 1rem 0 3rem;
}

.lorem-text {
    font-weight: 200;
}

.lorem-text strong {
    color: #F2B880;
}

.lorem-icon {
    padding: 1rem 0 3rem 0;
    font-weight: 200;
}

.lorem-icon ul li {
    list-style-type: none;
    position: relative;
    margin-left: 0;
    padding-left: 2.5rem;
    font-size: 22px;
    font-weight: 200;
}

.lorem-icon ul li:before {
    position: absolute;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="20" fill="none"><path d="M10.034 19.38a.482.482 0 0 1-.354-.155L.128 8.891a.482.482 0 0 1 .354-.81H5.08a.483.483 0 0 1 .364.166l3.193 3.673c.345-.738 1.013-1.966 2.185-3.462C12.554 6.247 15.777 2.993 21.29.057a.482.482 0 0 1 .523.806c-.02.016-2.147 1.69-4.593 4.757-2.252 2.822-5.245 7.436-6.718 13.393a.482.482 0 0 1-.469.367Z" fill="%23000"/></svg>');
    top: 2px;
    left: 0;
}

/* === Ipsum === */

.ipsum {
    margin-bottom: -1.8rem;
}

.ipsum :where(.wp-block-columns.is-layout-flex) {
    gap: 0em;
}

.ipsum :where(figure) {
    margin: 0 0 0em;
}

.ipsum-col-2 {
    background: url(img/ipsum-bg.png);
    background-size: cover;
    padding: 2rem 3rem 3rem 3rem;
}

.ipsum h2 {
    color: #000;
    background: transparent;
}

.ipsum-icon ul {
    padding: 1rem 0 0.5rem 0;
}

.ipsum-icon ul li {
    list-style-type: none;
    position: relative;
    margin-left: 0;
    padding-left: 5rem;
    padding-bottom: 2rem;
    font-size: 20px;
    font-weight: 200;
}

.ipsum-icon ul li:before {
    position: absolute;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="59" height="59" fill="none"><rect width="59" height="59" rx="15" fill="%23FFDCBA"/><path d="M30 43a.876.876 0 0 1-.44-.118c-.147-.085-3.655-2.126-7.213-5.202-2.11-1.822-3.793-3.63-5.004-5.373-1.567-2.255-2.356-4.424-2.343-6.447.015-2.354.856-4.568 2.37-6.233C18.907 17.933 20.96 17 23.15 17c2.806 0 5.372 1.575 6.849 4.07 1.477-2.495 4.043-4.07 6.85-4.07 2.068 0 4.042.842 5.557 2.37 1.663 1.677 2.608 4.047 2.593 6.501-.013 2.02-.816 4.185-2.387 6.437-1.215 1.742-2.896 3.549-4.996 5.371-3.546 3.075-7.029 5.116-7.175 5.202A.877.877 0 0 1 30 43Z" fill="%23fff"/></svg>');
    top: 2px;
    left: 0;
}

.ipsum-icon strong {
    color: #000;
}

.ipsum-col-1 img,
.ipsum-col-1 figure {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.ipsum .button-pop-up {
    margin: 0 auto !important;
}

.ipsum li:first-of-type,
.ipsum li:last-of-type {
    font-size: 25px;
}

/* === Mit szólnál..? ==*/

.how_about-box {
    padding: 0 3rem;
    width: 85%;
    font-weight: 200;
}

.how_about strong {
    font-size: 30px;
    color: var(--main-color);
}

/* === Help ===*/

.help p {
    font-family: 'Catamaran', sans-serif;
}

.help h2 {
    padding-bottom: 1rem;
}

.help .wp-block-cb-reviews .review-txt {
    border-radius: 0;
    background: transparent;
    padding: 1rem;
    margin-bottom: 2rem;
    position: relative;
    border: solid 1px #EBE5E5;
}

.help .wp-block-cb-reviews .review-txt:after {
    display: none;
}

.help-line :where(.is-layout-flex) {
    gap: 0em;
}

.help-line p {
    line-height: 1.1;
    font-size: 23px;
}

time {
    font-size: 16px;
    color: #776860;
}

.help .wp-block-cb-reviews .review-content img {
    border-radius: 0;
}

.wp-block-cb-reviews:not([data-fade="1"]) .item-list>div {
    padding: 0 !important;
}

.wp-block-cb-reviews .overflow {
    padding: 0 1rem;
    margin: 0 3rem;
}

.wp-block-cb-reviews .prev,
.wp-block-cb-reviews .next {
    background: transparent !important;
    box-shadow: none !important;
}

.help .auto-padding {
    padding-top: 4vw;
    padding-bottom: 8vw;
}

/*== We == */

.we {
    font-weight: 200;
}

.we h2 {
    padding-bottom: 1rem;
}

/* === Person 

.person {
    font-weight: 300;
}

.person1 {
    padding-top: 3rem;
}

.person section.full-wide {
    padding-left: 6rem;
    padding-right: 6rem;
}

.person-col1 {
    padding: 0 6rem;
}

.decor {
    position: relative;
    background: rgb(244, 209, 119);
    background: linear-gradient(143deg, rgba(244, 209, 119, 1) 0%, rgba(240, 118, 147, 1) 70%);
    padding: 2px 1.5rem 2px 1.5rem;
    margin-bottom: 0.75rem;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    color: #fff;
    border-radius: 2rem;
    -webkit-box-shadow: 4px 4px 28px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 4px 4px 28px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 4px 4px 28px 0px rgba(0, 0, 0, 0.25);
}

.decor p {
    margin: 0;
    padding: 2px 0rem 2px 0rem;
}

.person h3 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.person-icon {
    padding: 1rem 0rem 0rem 0rem;
}

.person-icon ul li {
    list-style-type: none;
    position: relative;
    margin-left: 0;
    padding-left: 4rem;
    padding-bottom: 2rem;
    font-size: 20px;
}

.person-icon ul li:before {
    position: absolute;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" fill="none"><g filter="url(%23a)"><circle cx="30" cy="26" r="26" fill="%23F6F2EE"/></g><path d="M29.048 34.474a.434.434 0 0 1-.32-.14l-8.612-9.317a.436.436 0 0 1 .319-.73h4.146a.435.435 0 0 1 .328.15l2.879 3.311c.31-.665.913-1.772 1.97-3.121 1.562-1.994 4.468-4.928 9.44-7.576a.436.436 0 0 1 .471.727c-.019.015-1.936 1.524-4.142 4.29-2.03 2.544-4.729 6.704-6.057 12.076a.435.435 0 0 1-.422.33Z" fill="%23000"/><defs><filter id="a" x="0" y="0" width="60" height="60" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="4"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_275_26"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_275_26" result="shape"/></filter></defs></svg>');
    top: 0;
    left: 0;
}

.person-col4 {
    padding-top: 3rem;
}=== */

/* === Footer === */

footer {
    background: #fff;
    padding: 3rem 0 0rem 0;
    font-size: 13px;
}

.footer-col2 {
    padding-left: 1rem;
}

.footer-col2 .wp-block-group {
    align-items: flex-start;
}

.footer-info ul li {
    list-style-type: none;
    position: relative;
    margin-left: 0;
    padding-left: 1.2rem;
    padding-bottom: 0.75rem;
}

.footer-info ul li:before {
    position: absolute;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.42.059c-.349.126-.609.361-.776.703l-.095.194-.014 3.086-.015 3.086-.247.039c-.712.11-1.472.495-2.034 1.03-2.176 2.072-1.365 5.715 1.484 6.668.602.202.316.193 6.102.184l5.217-.008.206-.1c.269-.132.502-.366.634-.635l.1-.206.008-5.41c.005-2.976 0-5.444-.009-5.485-.018-.076-2.868-2.961-3.082-3.12L11.785 0 8.18.001c-3.48.001-3.608.003-3.76.058Zm6.756 2.154c0 1.803-.193 1.61 1.61 1.61h1.33l-.008 5.006-.008 5.006-.064.103c-.149.24.198.22-3.893.229l-3.634.008.235-.229c.571-.554.985-1.305 1.126-2.044l.06-.309.014-.066h2.358c2.26 0 2.362-.003 2.442-.056a.473.473 0 0 0 .016-.762c-.064-.045-.275-.05-2.449-.064l-2.378-.015-.04-.235a4.16 4.16 0 0 0-.508-1.372l-.088-.143H9.98c2.985 0 2.767.015 2.905-.195.124-.189.055-.503-.14-.63-.08-.054-.196-.056-3.16-.057H6.507l-.219-.157c-.451-.324-1.099-.595-1.61-.674l-.247-.039V1.22l.065-.103A.431.431 0 0 1 4.784.91C4.832.898 6.29.887 8.024.885l3.152-.003v1.33Zm1.587.037.69.69h-1.395v-.69c0-.38.003-.692.008-.692.004 0 .318.311.697.692ZM5.787 5.408c-.137.09-.195.204-.195.385 0 .18.058.295.195.385.132.087 6.826.087 6.957 0a.47.47 0 0 0 0-.77c-.13-.087-6.825-.087-6.957 0ZM4.314 8.04c2.017.153 3.318 2.467 2.437 4.334-1.012 2.146-3.908 2.398-5.29.46-.964-1.352-.602-3.341.777-4.276.514-.348 1.327-.593 1.796-.542l.28.024Zm.866 1.858c-.04.026-.466.44-.947.919l-.874.87-.287-.282c-.475-.468-.758-.52-.98-.184-.177.268-.086.446.536 1.058.583.574.73.636 1.013.426.135-.1 2.098-2.072 2.168-2.178.243-.368-.262-.872-.63-.63Z" fill="%23000"/></svg>');
    top: 0;
    left: 0;
}

.tel {
    font-size: 22px;
    font-weight: 800;
}

footer .wp-block-image img {
    vertical-align: middle;
}

.service p {
    padding-left: 1.4rem;
    margin-top: 0;
}

.footer-social {
    margin-top: 2rem;
}

.footer-social figure:nth-of-type(3) {
    right: -5rem;
    position: relative;
}

.footer-social figure:nth-of-type(2) {
    right: -2.5rem;
    position: relative;
}

.footer-social {
    position: relative;
}

.footer-social:after {
    position: absolute;
    content: url(img/follow.svg);
    top: 1.5rem;
    left: 8rem;
    width: 100%;
    height: 100%;
}

/* == Köszönő oldal ==*/

.page-id-241 h1 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    padding: 0 0 0 3rem;
}

.page-id-241 .hero-text {
    padding-top: 8rem;
}

.page-id-241 .hero-social {
    padding-top: 2rem;
    padding-left: 3rem;
}

.page-id-241 .hero-text p {
    padding: 0 5rem 0 3rem;
    font-size: 27px;
    color: #fff;
}

.page-id-241 .hero-social:after {
    display: none;
}

.thanks-img img {
    top: 2.5rem;
    position: relative;
    left: -3rem;
}

.thanks-logo {
    position: relative;
    padding-bottom: 1rem;
}

.thanks-logo img {
    position: relative;
    z-index: 1;
}

.thanks-logo:before {
    position: absolute;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="314" height="84" fill="none"><ellipse cx="8.389" cy="74.71" rx="8.389" ry="8.378" fill="%23fff" fill-opacity=".61"/><ellipse cx="82.692" cy="74.71" rx="8.389" ry="8.378" fill="%23fff" fill-opacity=".61"/><ellipse cx="157.001" cy="74.71" rx="8.389" ry="8.378" fill="%23fff" fill-opacity=".61"/><ellipse cx="231.303" cy="74.71" rx="8.389" ry="8.378" fill="%23fff" fill-opacity=".61"/><ellipse cx="305.612" cy="74.71" rx="8.389" ry="8.378" fill="%23fff" fill-opacity=".61"/><ellipse cx="8.389" cy="8.378" rx="8.389" ry="8.378" fill="%23fff" fill-opacity=".61"/><ellipse cx="82.692" cy="8.378" rx="8.389" ry="8.378" fill="%23fff" fill-opacity=".61"/><ellipse cx="157.001" cy="8.378" rx="8.389" ry="8.378" fill="%23fff" fill-opacity=".61"/><ellipse cx="231.303" cy="8.378" rx="8.389" ry="8.378" fill="%23fff" fill-opacity=".61"/><ellipse cx="305.612" cy="8.378" rx="8.389" ry="8.378" fill="%23fff" fill-opacity=".61"/></svg>');
    top: 2rem;
    left: 0;
}

.thanks-logo:after {
    position: absolute;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="33" height="33" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="m6.587.195-5.802 5.5 9.8 10.308L.18 25.7l5.459 5.84 10.453-9.744 9.85 10.36 5.801-5.5-9.802-10.312 10.407-9.701L26.89.804 16.432 10.55 6.587.195Z" fill="%23fff"/></svg>');
    top: -2rem;
    right: 3rem;
}

.purpose_box_item_thanks {
    background: #FFF8F6;
    border: solid 5px #FFF8F6;
    border-radius: 15px;
    padding: 1.5rem 2rem 1rem 2rem;
    position: relative;
    transition: box-shadow 0.3s ease-in-out, background 0.3s ease-in-out;
}

.purpose_box_item_thanks:hover {
    background: #FFF;
    border: solid 5px #FFF8F6;
    -webkit-box-shadow: -13px 14px 28px 0px rgba(231, 214, 218, 0.54);
    -moz-box-shadow: -13px 14px 28px 0px rgba(231, 214, 218, 0.54);
    box-shadow: -13px 14px 28px 0px rgba(231, 214, 218, 0.54);
}

.purpose_box_item_thanks:before {
    position: absolute;
    width: 59px;
    height: 59px;
    top: -1.5rem;
}

.purpose_box_item_thanks:before {
    content: url(img/purpose_icon1.svg);
}

.page-id-241 .hero .auto-padding {
    padding-top: 8vw;
    padding-bottom: 0vw;
}

.next-step {
    position: relative;
}

.next-step:after {
    position: absolute;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="344" height="234" fill="none"><g filter="url(%23a)"><path fill-rule="evenodd" clip-rule="evenodd" d="M341.866 232C271.792 109.639 147.645 22.215 2 2.305v2.019C146.506 24.166 269.729 110.762 339.559 232h2.307Z" fill="%23F5B57C"/></g><defs><filter id="a" x="0" y=".305" width="343.865" height="233.695" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_3118_3428"/></filter></defs></svg>');
    bottom: -50px;
    left: -50px;
    display: none;
}

.next-step .purpose-box {
    padding: 0 10rem;
}

.next-step section.full-wide {
    padding: 5rem 0 3rem 0;
}

.next-step .purpose-h2 {
    padding-bottom: 5rem;
}

.page-id-241 .ipsum {
    margin-bottom: 2rem;
    z-index: 1;
    position: relative;
}

.page-id-241 .ipsum h2 {
    font-size: 50px;
    font-weight: 400;
    background: linear-gradient(143deg, rgba(244, 209, 119, 1) 0%, rgba(240, 118, 147, 1) 70%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.1;
}

.page-id-241 .ipsum strong {
    color: #F17793;
}

.page-id-241 .page-id-241.ipsum-icon ul {
    padding: 1rem 0 0.5rem 0;
}

.page-id-241 .ipsum-icon ul li {
    list-style-type: none;
    position: relative;
    margin-left: 0;
    padding-left: 5rem;
    padding-bottom: 2rem;
    font-size: 20px;
    font-weight: 200;
}

.page-id-241 .ipsum-icon ul li:before {
    position: absolute;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" fill="none"><g filter="url(%23a)"><circle cx="30" cy="26" r="26" fill="%23F6F2EE"/></g><path d="M29.048 34.474a.434.434 0 0 1-.32-.14l-8.612-9.317a.436.436 0 0 1 .319-.73h4.146a.435.435 0 0 1 .328.15l2.879 3.311c.31-.665.913-1.772 1.97-3.121 1.562-1.994 4.468-4.928 9.44-7.576a.436.436 0 0 1 .471.727c-.019.015-1.936 1.524-4.142 4.29-2.03 2.544-4.729 6.704-6.057 12.076a.435.435 0 0 1-.422.33Z" fill="%23000"/><defs><filter id="a" x="0" y="0" width="60" height="60" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="4"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_275_26"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_275_26" result="shape"/></filter></defs></svg>');
    top: 2px;
    left: 0;
}

.thanks-page a{
    color: #fff;
}

.thanks-page a:hover{
    color: #fff;
    font-weight: normal;
}

.next-step :where(.wp-block-columns.is-layout-flex) {
    gap: 4em;
}

/* == Popup ==*/

.popup {
    width: 80%;

    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    display: none;
    height: 90%;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 10px;
    background: #fff;
    /* A hullámot megvalósító maszk */
    -webkit-mask-image: url(img/mask.png);
    mask-image: url(img/mask.png);
    -webkit-mask-position: bottom;
    -webkit-mask-repeat: no-repeat;
    /*-webkit-mask-size: 100% auto;*/

    /*background: url(img/signup-img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;*/
}

.popup .column-2 {
    width: 100%;
    height: 100%;
    gap: 0;
}

.popup-text {
    padding: 3rem 2rem 3rem 2rem;
    display: grid;
}

.popup .review_img img {
    border-radius: 50%;
    border: solid 2px #fff;
}

.popup .review_img ul {
    display: flex;
}

.popup .review_img ul li {
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
}

.popup .review_img ul li:nth-of-type(2),
.popup .review_img ul li:nth-of-type(3) {
    margin-left: -1rem;
}

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

.review-flex-1-3 {
    width: calc(33.3333% - var(--gap));
}

.review-flex-2-3 {
    padding-left: 20px;
    width: 48%;
}

.review-flex-2-3 strong {
    font-size: 0.9rem;
}

.review-flex-2-3 p {
    margin: 0;
    margin-top: 5px;
    font-size: 13px;
}

.review-flex-2-3 ul {
    display: flex;
    align-items: center;
    margin: 0;
}

.review-flex-2-3 ul li {
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    padding-right: 10px;
}

.review-flex-2-3 ul li:last-of-type {
    padding-right: 0;
}

.popup-social {
    justify-content: center;
    display: flex;
    padding: 3rem 0 4rem 0;
}

.popup-social div {
    width: 20%;
    justify-content: center;
    display: flex;
}

.popup-h2 {
    display: flex;
    align-items: center;
    margin: 0;
    align-content: flex-end;
    flex-wrap: wrap;
}

.popup-h2 li {
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
}

.popup-h2 li:first-of-type {
    margin-right: 10px;
}

.popup-h2 h2 {
    margin: 0;
}

body .lightbox-popup .close {
    display: block;
    height: 20px;
    line-height: 20px;
    width: 20px;
    text-align: center;
    background: url(img/x.svg);
    background-size: 20px auto;
    background-repeat: no-repeat;
    color: #E3B588;
    border-radius: 50%;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    z-index: 200;
}

.signup-text:after {
    position: absolute;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" fill="none"><ellipse cx="7.047" cy="7.037" rx="7.047" ry="7.037" transform="rotate(-5.019 10.55 .462) skewX(.014)" fill="%23E3B588" fill-opacity=".57"/></svg>');
    top: 8rem;
    right: 4rem;
    z-index: 101;
}

.lightbox-popup:before {
    position: absolute;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="178" height="47" fill="none"><ellipse cx="4.746" cy="42.261" rx="4.746" ry="4.739" fill="%23fff" fill-opacity=".61"/><ellipse cx="46.776" cy="42.261" rx="4.746" ry="4.739" fill="%23fff" fill-opacity=".61"/><ellipse cx="88.811" cy="42.261" rx="4.746" ry="4.739" fill="%23fff" fill-opacity=".61"/><ellipse cx="130.842" cy="42.261" rx="4.746" ry="4.739" fill="%23fff" fill-opacity=".61"/><ellipse cx="172.876" cy="42.261" rx="4.746" ry="4.739" fill="%23fff" fill-opacity=".61"/><ellipse cx="4.746" cy="4.739" rx="4.746" ry="4.739" fill="%23fff" fill-opacity=".61"/><ellipse cx="46.776" cy="4.739" rx="4.746" ry="4.739" fill="%23fff" fill-opacity=".61"/><ellipse cx="88.811" cy="4.739" rx="4.746" ry="4.739" fill="%23fff" fill-opacity=".61"/><ellipse cx="130.842" cy="4.739" rx="4.746" ry="4.739" fill="%23fff" fill-opacity=".61"/><ellipse cx="172.876" cy="4.739" rx="4.746" ry="4.739" fill="%23fff" fill-opacity=".61"/></svg>');
    top: 1rem;
    left: 4rem;
    z-index: 101;
}

.lightbox-popup:after {
    position: absolute;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="27" fill="none"><ellipse cx="2.672" cy="23.793" rx="2.672" ry="2.668" fill="%23E3B588" fill-opacity=".61"/><ellipse cx="26.336" cy="23.793" rx="2.672" ry="2.668" fill="%23E3B588" fill-opacity=".61"/><ellipse cx="50" cy="23.793" rx="2.672" ry="2.668" fill="%23E3B588" fill-opacity=".61"/><ellipse cx="73.664" cy="23.793" rx="2.672" ry="2.668" fill="%23E3B588" fill-opacity=".61"/><ellipse cx="97.328" cy="23.793" rx="2.672" ry="2.668" fill="%23E3B588" fill-opacity=".61"/><ellipse cx="2.672" cy="2.668" rx="2.672" ry="2.668" fill="%23E3B588" fill-opacity=".61"/><ellipse cx="26.336" cy="2.668" rx="2.672" ry="2.668" fill="%23E3B588" fill-opacity=".61"/><ellipse cx="50" cy="2.668" rx="2.672" ry="2.668" fill="%23E3B588" fill-opacity=".61"/><ellipse cx="73.664" cy="2.668" rx="2.672" ry="2.668" fill="%23E3B588" fill-opacity=".61"/><ellipse cx="97.328" cy="2.668" rx="2.672" ry="2.668" fill="%23E3B588" fill-opacity=".61"/></svg>');
    bottom: 3rem;
    right: 6rem;
    z-index: 101;
}

.lightbox-popup {
    background: url(img/sign-bg.png) !important;
    background-size: cover !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.signup-img {
    background: url(img/signup-img.png);
    background-repeat: no-repeat;
    background-position: center;

    background-size: cover;
    background-position: bottom left;
    padding: 3rem;
    font-size: 15px;
    padding-bottom: 0;
    display: grid;
    place-items: center;
}

.popup h2 {
    font-size: 30px;
}

/* Görgetősáv */
.popup::-webkit-scrollbar,
.popup2::-webkit-scrollbar {
    width: 10px;
    /* Görgetősáv szélessége */
}

.popup::-webkit-scrollbar-track,
.popup2::-webkit-scrollbar-track {
    background: #fff;
    /* Görgetősáv háttérszíne */
}

.popup::-webkit-scrollbar-thumb,
.popup2::-webkit-scrollbar-thumb {
    background: var(--light-bg);
    border-left: 0.5px solid #f17793;
    /* Görgetősáv csúszkájának színe */
}

@media screen and (max-width: 1441px) {
    .review-flex-2-3 {
        padding-left: 10px;
        width: 49%;
    }
}

@media screen and (max-width: 1281px) {
    .review-flex-2-3 {
        padding-left: 10px;
        width: 55%;
    }
}

@media screen and (max-width: 1025px) {
    .popup .column-2 {
        display: grid;
    }

    .popup .column-2>div {
        width: 100%;
    }

    .popup {
        -webkit-mask-image: none;
        mask-image: none;
    }

    .signup-img {
        order: 2
    }

    .popup .review_img ul {
        flex-direction: row-reverse;
    }

    .popup .review_img ul li {
        margin-left: -1rem;
    }

    .popup .review_img {
        flex-basis: 50% !important;
    }

    .lightbox-popup:before {
        top: 1rem;
        left: 1rem;
    }

    .lightbox-popup:after {
        bottom: 2rem;
        right: 3rem;
    }

    .signup-img {
        padding: 5rem 0 0 0;
    }
}

@media screen and (max-width: 769px) {
    .popup h2 {
        font-size: 25px;
    }
}

@media screen and (max-width: 541px) {
    .review-flex {
        display: block;
    }

    .review-flex-1-3 {
        width: 100%;
    }

    .popup .review_img ul li:nth-of-type(2),
    .popup .review_img ul li:nth-of-type(3) {
        margin-left: 0;
    }

    .popup .review_img ul li:nth-of-type(1),
    .popup .review_img ul li:nth-of-type(2) {
        margin-left: -2rem;
    }

    .popup .review_img ul li {
        margin-left: 0;
        text-align: center;
    }

    .review-flex-1-3 ul {
        justify-content: center;
    }

    .review-flex-1-3 ul li img {
        width: 70%;
    }

    .review-flex-2-3 {
        width: 100%;
        text-align: center;
    }

    .review-flex-2-3 ul {
        justify-content: center;
    }
}

@media screen and (max-width: 431px) {
    .popup h2 {
        font-size: 22px;
    }

    .popup-h2 {
        flex-wrap: nowrap;
        margin-top: 1rem;
    }

    .popup-social div img{
        width: 50%;
    }

    .popup-text {
        padding: 3rem 1.5rem 3rem 1.5rem;
    }

    .popup {
        width: 90%;
    }

    .lightbox-popup:before {
        display: none;
    }

    .lightbox-popup:after {
        bottom: 0.5rem;
        right: 0.5rem;
    }
}

/* === RESPONSIVE === */

@media screen and (max-width: 1441px) {
    h1 {
        font-size: 24px;
    }

    .hero-social:after {
        right: -8rem;
    }

    .hero_review_text {
        margin-left: -1rem !important;
    }

    footer {
        font-size: 14px;
    }

    .footer-social:after {
        top: 2rem;
        right: 3rem;
    }

    .page-id-241 .hero-text p {
        font-size: 22px;
    }

    .page-id-241 h1 {
        font-size: 40px;
    }
}


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

    h2,
    h3 {
        font-size: 40px;
    }
}

@media screen and (max-width: 1281px) {
    .hero-social:after {
        right: -12rem;
    }

    h1 {
        font-size: 30px;
    }

    .hero .auto-padding {
        padding-bottom: 4vw;
    }

    .hero_img figure img {
        bottom: -9rem;
    }

    h4 {
        font-size: 20px;
    }

    /*.person-icon ul li {
        padding-left: 6rem;
    }

    .person1 section.full-wide {
        padding-bottom: 3rem;
    }*/


    /*.signup-text {
        top: 3rem;
        position: relative;
    }

    .popup .logo {
        margin: 4rem 0 2rem 0;
    }

    .lightbox-popup:before {
        top: 7rem;
    }

    .signup-text {
        padding-top: 5rem;
    }*/
}

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

    .hero-social:after {
        right: 5rem;
    }

    .hero-col.wp-block-columns {
        flex-wrap: wrap !important;
    }

    .hero-col1 {
        flex-basis: 100% !important;
    }

    .home .hero_review_img {
        flex-basis: 20% !important;
    }

    .hero_img figure {
        height: 5rem;
    }

    .hero_img figure img {
        bottom: 0rem;
        top: -21rem;
        left: 25rem;
    }

    .hero-p {
        width: 80%;
    }

    .hero_img figure {
        width: 100%;
    }

    .hero_img figure img {
        width: 100%;
    }

    .fine_wine_box {
        width: 100%;
    }

    .purpose-icon {
        display: none;
    }

    .purpose-h2 h2 {
        padding-left: 0rem;
    }

    .purpose-box {
        position: relative;
        top: 5rem;
        left: -24rem;
        width: 840px;
    }

    h2,
    h3 {
        font-size: 30px;
    }

    .purpose-img figure {
        top: 0rem;
    }

    .purpose {
        padding: 8vw 0 5rem 0;
    }

    .purpose_text2 {
        padding-top: 6rem;
        width: 100%;
    }

    .ipsum .wp-block-columns {
        display: block;
    }



    /*.person section.full-wide {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .person-col1 {
        padding: 0 2rem;
    }

    .person-col4 {
        padding-top: 4rem;
    }*/

    .footer-col1.wp-block-columns {
        flex-wrap: wrap !important;
    }

    .footer-col2 {
        flex-basis: 100% !important;
    }

    .footer-social:after {
        top: 3rem;
        right: 1rem;
    }

    footer .footer-cols2 {
        flex-basis: 60% !important;
    }

    footer .footer-cols1 {
        flex-basis: 30% !important;
    }

    /*.signup-img,
    .signup-text {
        top: 1rem;
        position: relative;
    }

    .lightbox-popup:before {
        top: 3rem;
    }

    .popup .hero_review .wp-block-columns {
        justify-content: center;
    }

    .popup .hero_review_text {
        flex-basis: 40% !important;
    }

    .signup-text {
        padding-top: 2rem;
    }*/

    .page-id-241 h1 {
        padding: 0 1rem;
    }

    .page-id-241 .hero-text p {
        padding: 0 1rem;
    }

    .page-id-241 .hero-text {
        padding-top: 4rem;
    }

    .page-id-241 .hero {
        text-align: center;
    }

    .page-id-241 .hero-social {
        padding-left: 0;
        display: grid;
    }

    .thanks-img {
        margin: 0 auto !important;
    }

    .thanks-img img {
        left: 0;
    }

    .next-step .purpose-box {
        padding: 0;
    }

    .thanks-page .purpose-box {
        top: 0;
        left: 0;
        width: 100%;
    }

    .next-step:after {
        bottom: -100px;
        left: -100px;
    }

    .page-id-241 .ipsum h2 {
        font-size: 30px;
    }

    .page-id-241 .ipsum-icon ul li {
        font-size: 18px;
    }

}

@media screen and (max-width: 913px) {
    .hero-social:after {
        right: 2rem;
        top: 0rem;
    }

    .hero_img figure img {
        top: -18rem;
    }


    .hero-p {
        width: 100%;
    }

    .purpose-box {
        top: 4rem;
    }

    .purpose_text2 {
        padding-top: 5rem;
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

@media screen and (max-width: 821px) {
    .hero-social:after {
        right: 1rem;
        top: 0rem;
    }

    .hero_img figure img {
        top: -15rem;
        left: 22rem;
    }

    .purpose-box {
        top: 3rem;
        left: -22rem;
        width: 760px;
    }

    .signup-img .hero_review_text {
        flex-basis: 50% !important;
    }

    .lorem .wp-block-columns {
        display: grid;
    }

    .lorem-text {
        order: 2;
    }

    .lorem-box {
        padding: 1rem 1rem 0 3rem;
    }

    .how_about-box {
        width: 100%;
    }

    p {
        font-size: 18px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 16px;
    }

    .ipsum li:first-of-type,
    .ipsum li:last-of-type {
        font-size: 20px;
    }

    .lorem-icon ul li {
        font-size: 20px;
    }

    .footer-social:after {
        top: 3rem;
        right: 0;
        left: 3rem;
    }

    .ipsum-icon ul li {
        font-size: 18px;
    }

    footer p {
        font-size: 14px;
    }
}

@media screen and (max-width: 769px) {
    .hero-social:after {
        right: 1rem;
        top: 1rem;
    }

    .hero_img figure {
        height: 100%;
    }

    .hero_img figure img {
        top: -5rem;
        left: 0;
    }

    .purpose-box {
        position: static;
        width: 100%;
    }

    .purpose-img {
        order: 2;
        padding-top: 2rem;
    }

    .purpose {
        padding: 15vw 0 0rem 0;
    }

    .lorem-box {
        padding: 0rem 1rem 0 3rem;
    }

    .ipsum .wp-block-columns {
        display: grid;
    }

    .ipsum-col-1 {
        order: 2;
    }

    /*.person-col2 {
        text-align: center;
    }

    .person-col3 {
        order: 2;
        text-align: center;
        padding-bottom: 5rem;
    }

    .person-col4 {
        padding-top: 8rem;
    }

    .person1 section.full-wide {
        padding-bottom: 0rem;
    }*/

    footer {
        padding: 5rem 0 5rem 0;
    }

    .footer-social:after {
        top: 2rem;
        left: 2rem;
    }

    .footer-col2 {
        padding-left: 0rem;
    }

    .footer-social:after {
        top: 2rem;
        left: 8rem;
    }

    /*.lightbox-popup:before {
        top: 1rem;
        left: 1rem;
    }

    .lightbox-popup:after {
        bottom: 3.2rem;
        right: 2rem;
    }*/

    /*.come_with_me_box {
        margin: 7rem 0 2rem 0;
    }*/

    .hero_img figure img {
        top: -3rem;
        left: 0;
    }

    .fine_wine_box {
        padding: 3rem 0rem 0 0rem;
    }

    .purpose {
        padding: 6vw 0 0rem 0;
    }

    .purpose_text2 {
        padding-top: 1rem;
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .we .auto-padding {
        padding-top: 18vw;
        padding-bottom: 8vw;
    }

    .page-id-241 .ipsum h2 {
        font-size: 26px;
    }
}

@media screen and (max-width: 541px) {
    .logo {
        margin: 0rem 0 2rem 0;
    }

    h1 {
        font-size: 24px;
        padding: 0 1rem;
    }

    .hero-btn,
    .hero_review {
        padding: 0 1rem;
    }

    .hero .btn-box {
        margin: 2rem 0 3rem 0;
    }

    .hero_img figure img {
        top: -1rem;
        left: 0;
    }

    .hero-social:after {
        right: 1rem;
        top: 2rem;
    }

    .hero_review_img {
        flex-basis: 30% !important;
    }

    .hero_review_text {
        margin-left: 0rem !important;
    }

    footer :where(.wp-block-columns.is-layout-flex) {
        gap: 0em;
    }

    .footer-col2 {
        padding-left: 0rem;
    }

    /*.signup-text {
        padding: 3rem 2rem;
    }

    .signup-img .hero_review .wp-block-group__inner-container .wp-block-columns {
        display: grid;
    }

    .signup-img .hero_review_img>.wp-block-group {
        padding-left: 2rem;
    }

    .signup-img .hero_review_img figure img {
        width: 70%;
    }

    .signup-img .hero_review_img figure:nth-of-type(2),
    .hero_review_img figure:nth-of-type(3) {
        margin-left: -2rem;
    }

    .signup-img .hero_review_text {
        padding-top: 1rem;
    }*/

    .popup .hero-social figure:first-of-type,
    .hero-social figure:nth-of-type(2) {
        padding-right: 2rem;
    }

    .popup .purpose-h2 figure img {
        width: 70px !important;
    }

    .come_with_me_box:before {
        width: 110%;
    }

    /*.come_with_me_box {
        margin: 8rem 0 2rem 0;
    }*/

    .hero-p {
        padding: 0 0rem 0 1rem;
    }

    .ipsum-col-2 {
        padding: 2rem 1rem 3rem 1rem;
    }

    .how_about-box {
        padding: 0rem;
    }

    .lorem-box {
        padding: 0rem;
    }

    .main-page .hero_review_img figure:nth-of-type(2),
    .main-page .hero_review_img figure:nth-of-type(3) {
        margin-left: -1.5rem;
    }

    .page-id-241 h1 {
        font-size: 30px;
        ;
    }

    .page-id-241 .hero-text p {
        font-size: 20px;
    }

    .page-id-241 .hero-text {
        padding-top: 2rem;
    }

    .purpose-h2 img {
        width: 30px;
    }

    .hero-social figure:first-of-type,
    .hero-social figure:nth-of-type(2) {
        padding-right: 2rem;
    }
}

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

    .hero_opinion p {
        font-size: 13px;
    }

    .hero_img figure img {
        top: -3rem;
    }

    .purpose {
        padding: 3vw 0 0rem 0;
    }

    .lorem {
        background: #fffbfa;
        padding-top: 2rem;
    }

    .lorem-box {
        padding: 0rem 1rem 0 1rem;
    }

    .lorem-icon ul li,
    .ipsum-icon ul li,
    .person-icon ul li {
        font-size: 18px;
    }

    h2,
    h3 {
        font-size: 28px;
    }

    .person-icon ul li {
        padding-left: 4rem;
    }

    .footer-social:after {
        top: 2rem;
        right: 0rem;
    }

    /*.popup .signup-text {
        padding: 3rem 1.5rem;
    }

    .popup .signup-text .purpose-h2 img {
        width: 45px !important;
        height: 40px !important;
    }

    .popup h2 {
        font-size: 22px;
        padding-left: 0.5rem;
    }

    .popup .signup-text .contact-form {
        font-size: 13px;
    }

    .popup .hero_review {
        padding: 3rem 0rem 0rem 0rem;
    }

    .popup .signup-img .hero_opinion p {
        font-size: 10px;
    }

    .popup .hero_review_text>p:first-of-type {
        font-size: 14px;
    }

    .popup .purpose-h2 figure img {
        width: 50px !important;
    }*/


    .hero_review_img figure:nth-of-type(3) {
        margin-left: -2.5rem;
    }

    .hero-social figure:nth-of-type(2) {
        padding-right: 1.5rem;
    }

    h1 {
        font-size: 20px;
    }

    .hero-p p,
    p {
        font-size: 16px;
    }

    .hero_img figure img {
        top: 0rem;
    }

    h2,
    h3 {
        font-size: 22px;
    }

    .we .auto-padding {
        padding-top: 25vw;
        padding-bottom: 8vw;
    }

    .ipsum li:first-of-type,
    .ipsum li:last-of-type {
        font-size: 18px;
    }

    .lorem-icon ul li,
    .ipsum-icon ul li,
    .person-icon ul li {
        font-size: 16px;
    }

    .how_about strong {
        font-size: 22px;
    }

    .page-id-241 h1 {
        font-size: 26px;
    }

    .page-id-241 .hero-text p {
        font-size: 18px;
    }

    .page-id-241 .hero .auto-padding {
        padding-top: 15vw;
        padding-bottom: 0vw;
    }

    .thanks-logo {
        position: relative;
        padding-bottom: 2rem;
    }

}

@media screen and (max-width: 391px) {
    .main-page .hero_review :where(.wp-block-columns.is-layout-flex) {
        gap: 10px;
    }

    h2,
    h3 {
        font-size: 20px;
    }

    .footer-social:after {
        left: 2rem;
    }


    .page-id-241 h2,
    .page-id-241 .ipsum h2 {
        font-size: 22px;
    }

    .wp-block-cb-reviews .overflow {
        margin: 0 1rem;
    }

    .hero_review_text{
        flex-basis: 70%!important;
    }

}

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

    /*.popup .hero_review_text p:first-of-type {
        text-align: center;
    }

    .popup .hero_review {
        padding: 3rem 0rem 0rem 0rem;
    }

    .popup .hero_review_text {
        margin-left: 0rem !important;
    }*/
}

@media screen and (max-width: 281px) {
    /*.popup h2 {
        font-size: 16px;
    }

    .popup .signup-text .purpose-h2 img {
        width: 70px !important;
    }

    .popup .hero-social figure:first-of-type,
    .hero-social figure:nth-of-type(2) {
        padding-right: 1rem;
    }

    .popup .logo {
        margin: 1rem 0 1rem 0;
    }

    .popup .signup-img .hero_review_img>.wp-block-group {
        padding-left: 2rem;
    }

    .popup .hero_review_text>p:first-of-type,
    .popup .hero_review_text p {
        font-size: 9px;
    }

    .popup .signup-img {
        padding: 2rem 1.5rem;
    }

    .popup .signup-img .hero_review_img figure img {
        width: 50%;
    }

    .popup .signup-img .hero_review_img figure:nth-of-type(2),
    .hero_review_img figure:nth-of-type(3) {
        margin-left: -3rem;
    }

    #close {
        height: 15px;
        line-height: 15px;
        width: 15px;
        background-size: 15px auto;
        top: 20px;
        right: 20px;
    }

    .popup .signup-text {
        padding: 2rem 1.5rem;
    }*/

    .main-page h1 {
        white-space: normal;
    }

    .next-step .purpose-h2 img {
        display: none;
    }

    .next-step .purpose-h2 {
        padding-bottom: 3rem;
    }

    .purpose-box p {
        font-size: 14px;
        font-weight: 200;
    }

    .page-id-241 .ipsum-icon ul li {
        font-size: 14px;
    }

    .main-page .hero_review {
        display: none;
    }

    .wp-block-cb-reviews .overflow {
        margin: 0 0;
    }
}

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

    .popup {
        top: 30%;
    }

    .signup-img {
        padding-top: 25rem;
    }

    .popup-text {
        padding: 25rem 2rem 3rem 2rem;
    }

    body .lightbox-popup .close {
        right: 5rem;
        top: 23rem;
    }

}

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

    .signup-img {
        padding-top: 30rem;
        padding-left: 20rem;
    }

    .popup-text {
        padding: 30rem 15rem 3rem 5rem;
    }

    body .lightbox-popup .close {
        right: 18rem;
        top: 35rem;
    }

}

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

    .popup-text {
        padding: 30rem 30rem 3rem 5rem;
    }

    .signup-img {
        padding-top: 30rem;
        padding-left: 28rem;
    }

    body .lightbox-popup .close {
        right: 30rem;
        top: 35rem;
    }

}

.hidden{
    display: none;
}