@font-face {
    font-family: 'Open Sans';
    src: url("/fonts/front/pages/friends-club/OpenSans-Regular.eot");
    src: url("/fonts/front/pages/friends-club/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/front/pages/friends-club/OpenSans-Regular.woff2") format("woff2"), url("/fonts/front/pages/friends-club/OpenSans-Regular.woff") format("woff"), url("/fonts/front/pages/friends-club/OpenSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url("/fonts/front/pages/friends-club/OpenSans-Semibold.eot");
    src: url("/fonts/front/pages/friends-club/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"), url("/fonts/front/pages/friends-club/OpenSans-Semibold.woff2") format("woff2"), url("/fonts/front/pages/friends-club/OpenSans-Semibold.woff") format("woff"), url("/fonts/front/pages/friends-club/OpenSans-Semibold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

h2 {
    color: #0a2240;
    font-family: "Open Sans";
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.sirsniga.background {
    color: #fff;
    background: url(/custom_assets/sirsniga20/background.png) #2F3540 repeat center top;
    background-size: 100% auto;
}

.v_header {
    background-image: url(/custom_assets/sirsniga20/sirsniga_head.png?v=1);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 640px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 50px;
}

@media (max-width: 1320px) {
    .v_header {
        height: 400px;
    }
}

@media (max-width: 1024px) {
    .v_header {
        height: 350px;
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .v_header {
        height: 300px;
    }
}

@media (max-width: 680px) {
    .v_header {
        height: 250px;
    }
}

@media (max-width: 480px) {
    .v_header {
        height: 170px;
    }
}


.sirsniga .wrapper {
}

.t_line {
    background-image: url(/custom_assets/sirsniga20/line.png);
    background-repeat: no-repeat;
    background-size: 100% 61px;
    background-position: center;
}

.t_line span {
    color: #fff;
    padding: 0 25px;
    font-family: 'cronos-cap';
    font-size: 48px;
}

.list .item {
    padding: 75px;
    margin: 40px 0;
    background-position: center;
    background-size: cover;
}

.item .description {
    background-color: #ffffff;
    width: 390px;
    height: 360px;
    margin-top: -20px;
}

.blog_item:nth-of-type(even) .item .description {
    margin-left: auto;
}

.item .description .b_title {
    color: #242E41;
    font-family: 'cronos-cap';
    font-size: 36px;
    font-weight: bold;
    line-height: 1.1;
    padding: 40px 30px 40px 30px;
    margin-bottom: 30px;
    text-align: left;
}

.item .description .text, .item .description .text * {
    color: #797979 !important;
    font-family: "Open Sans" !important;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    line-height: 1.4;
    display: inline-block;
    padding: 0 30px;
}

.sirsniga.item .wrapper {
    padding-bottom: 30px;
}

.sirsniga.item h2 {
    color: #fff;
    font-family: 'cronos-cap';
    font-size: 55px;
    font-weight: 400;
    text-align: center;
}

.sirsniga.item .image img {
    width: 100%;
    height: auto;
}

.sirsniga.item .text {
    padding: 20px 100px;
}

.sirsniga.item .text, .sirsniga.item .text * {
    color: #fff;
    font-family: "Open Sans";
    font-size: 17px;
    font-weight: 400;
    max-width: 100%;
    height: auto !important;
}

.mob_img {
    display: none;
}

.v_menu {
    background-color: #0a2240;
    padding: 10px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -1px;
    position: -webkit-sticky;
    position: sticky;
    top: 78px;
    z-index: 10;
}

.v_menu .m_item {
    cursor: pointer;
    width: 20vw;
    max-width: 250px;
    text-align: center;
    padding: 10px 0;
    color: #eae7e3;
    font-family: "Open Sans";
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
}

.v_menu .m_item.active {
    background-image: url("/images/front/modules/friendsclub/border.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    font-weight: 700;
}

#blog {
    display: none;
    padding-bottom: 40px;
}

#blog.active {
    display: block;
}

.blog_item .date{
    color: #fff;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}

.blog_item .date:hover{
    text-decoration: underline;
}

.blog_line{
    background-image: url(/custom_assets/sirsniga20/line.png);
    background-repeat: no-repeat;
    background-size: 100% 61px;
    background-position: center;
    height: 30px;
    margin-top: -23px;
}

.load_more{
    text-align: center;
    margin: 30px 0;
    padding: 20px 0;
}

.load_more a {
    font-family: 'cronos-cap';
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #3191CE;
    background: #fff;
    padding: 20px 38px;
    cursor: pointer;
}

.load_more a:hover{
    background: #f6fcff;
}

.spinner {
    display: none;
    margin: 40px auto;
    height: 40px;
    width: 40px;
    animation: rotate 0.8s infinite linear;
    border: 3px solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
}

.spinner.active{
    display: block;
}

.back-to-blog {
    padding: 100px 100px;
    text-align: center;
}

.back-to-blog a {
    font-family: 'cronos-cap';
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #3191CE;
    background: #fff;
    padding: 20px 38px;
    cursor: pointer;
}

@keyframes rotate {
    0%    { transform: rotate(0deg); }
    100%  { transform: rotate(360deg); }
}

.hide{
    display: none;
}

.login_btn{
    background-color: #cd8352;
    color: #fff;
    border-radius: 45px;
    padding: 10px 25px;
    line-height: 75px;
}

@media (max-width: 1024px) {
    .list .item {
        padding: 45px 75px;
    }

    .sirsniga.item .text {
        padding: 20px 0;
    }

    .sirsniga.item h2 {
        font-size: 36px;
        margin-bottom: 5px;
    }

    .p_item {
        width: 48%;
    }

    .p_item.big {
        width: 100%;
        min-height: 300px;
    }

    .sirsnigatag {
        display: none;
    }

    .blog_line {
        background-size: auto;
    }
}

@media (max-width: 768px) {
    .t_line{
        background-size: auto;
    }

    .item .description .b_title {
        margin-top: 0;
        padding: 33px 0 0 0;
        font-size: 36px;
    }

    .mob_img {
        display: block;
    }

    .mob_img img {
        width: 100%;
        height: auto;
    }

    .list .item {
        padding: 0;
        background-image: none !important;
    }

    .item .description {
        width: 100%;
        height: auto;
        border-radius: 0;
        margin: -10px 0 0 0;
        padding: 0 15px 25px 15px;
    }

    .item .description .text {
        padding: 0;
    }

    .v_menu .m_item {
        width: 150px;
    }

    .p_item.big .image .top {
        width: 80px;
        height: 80px;
    }

    .back-to-blog {
        padding: 40px 100px;
    }

    .back-to-blog a {
        padding: 16px 38px;
    }
}

@media (max-width: 670px) {
    .v_menu{
        top: 44px;
    }

    .item .description .b_title {
        font-size: 34px;
    }

    .item .description .text, .item .description .text * {
        font-size: 15px;
        line-height: 1.5;
    }
}





#blog .item .description {
    margin-top: -20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#blog .item .description .b_title {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 15px;
    margin-top: 0;
}

@media (max-width: 768px) {
    #blog .item .description {
        padding-top: 35px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #blog .item .description {
        align-items: stretch;
    }
}


.sirsniga.item .text iframe {
    width: 100%;
    height: 560px !important;
}

@media (max-width: 1024px) {
    .sirsniga.item .text iframe {
        height: 50vw !important;
    }
}















.lv_header {
    background-image: url("/custom_assets/sirsniga20/sirsniga_head.png?v=1");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 640px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 50px
}

@media (min-width: 1960px) {
    .lv_header {
        height: 850px
    }
}

@media (max-width: 1320px) {
    .lv_header {
        height: 570px;
    }
}

@media (max-width: 1024px) {
    .lv_header {
        height: 350px
    }
}

@media (max-width: 768px) {
    .lv_header {
        height: 300px
    }
}

@media (max-width: 680px) {
    .lv_header {
        height: 250px
    }
}

@media (max-width: 480px) {
    .lv_header {
        height: 170px
    }
}

.lv_header--chef {
    background-image: url("/custom_assets/sirsniga20/Raimondu-recipes-new.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
    height: 760px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 50px
}

@media (max-width: 1024px) {
    .lv_header--chef {
        background: url("/custom_assets/sirsniga20//Zommers-portrait.png") no-repeat left 75px bottom 35px/400px, url("/custom_assets/sirsniga20//Zommers-signature.png") no-repeat right 100px bottom/230px, url("/custom_assets/sirsniga20//Name-line.png") no-repeat right 200px top 80px/370px, url("/custom_assets/sirsniga20//check-recipes-btn.png") no-repeat right 300px top 200px/200px, url("/custom_assets/sirsniga20//Zommers-trans.png") no-repeat center center/1024px, url("/custom_assets/sirsniga20//Zommers-bg.png") no-repeat center center/1024px;
        height: 400px
    }
}

@media (max-width: 768px) {
    .lv_header--chef {
        background: url("/custom_assets/sirsniga20//Zommers-portrait.png") no-repeat left 0px bottom 35px/305px, url("/custom_assets/sirsniga20//Zommers-signature.png") no-repeat right 100px bottom/170px, url("/custom_assets/sirsniga20//Name-line.png") no-repeat right 90px top 80px/370px, url("/custom_assets/sirsniga20//check-recipes-btn.png") no-repeat right 260px top 200px/200px, url("/custom_assets/sirsniga20//Zommers-trans.png") no-repeat center center/768px, url("/custom_assets/sirsniga20//Zommers-bg.png") no-repeat center center/768px;
        height: 320px
    }
}

@media (max-width: 680px) {
    .lv_header--chef {
        background: url("/custom_assets/sirsniga20//Zommers-portrait.png") no-repeat left 0px bottom 15px/270px, url("/custom_assets/sirsniga20//Zommers-signature.png") no-repeat right 30px bottom/170px, url("/custom_assets/sirsniga20//Name-line.png") no-repeat right 75px top 50px/315px, url("/custom_assets/sirsniga20//check-recipes-btn.png") no-repeat right 222px top 160px/170px, url("/custom_assets/sirsniga20//Zommers-trans.png") no-repeat center center/768px, url("/custom_assets/sirsniga20//Zommers-bg.png") no-repeat center center/768px;
        height: 280px
    }
}

@media (max-width: 480px) {
    .lv_header--chef {
        background: url("/custom_assets/sirsniga20//Zommers-portrait.png") no-repeat left -10px bottom 30px/220px, url("/custom_assets/sirsniga20//Zommers-signature.png") no-repeat right 25px bottom/125px, url("/custom_assets/sirsniga20//Name-line.png") no-repeat right 20px top 40px/160px, url("/custom_assets/sirsniga20//check-recipes-btn.png") no-repeat right 20px top 95px/150px, url("/custom_assets/sirsniga20//Zommers-trans.png") no-repeat center center/528px, url("/custom_assets/sirsniga20//Zommers-bg.png") no-repeat center center/528px;
        height: 230px
    }
}

@media (max-width: 320px) {
    .lv_header--chef {
        background: url("/custom_assets/sirsniga20//Zommers-portrait.png") no-repeat left -10px bottom 30px/220px, url("/custom_assets/sirsniga20//Zommers-signature.png") no-repeat right 15px bottom/125px, url("/custom_assets/sirsniga20//Name-line.png") no-repeat right 10px top 40px/160px, url("/custom_assets/sirsniga20//check-recipes-btn.png") no-repeat right 5px top 95px/150px, url("/custom_assets/sirsniga20//Zommers-trans.png") no-repeat center center/528px, url("/custom_assets/sirsniga20//Zommers-bg.png") no-repeat center center/528px;
        height: 230px
    }
}

.lv_header--chef a:first-child {
    position: absolute;
    width: 16%;
    height: 12%;
    background-color: transparent;
    left: 42%;
    top: 70%
}

.lv_header--chef a:nth-child(2) {
    position: absolute;
    width: 16%;
    height: 12%;
    background-color: transparent;
    left: 42%;
    top: 70%
}

@media (max-width: 1920px) {
    .lv_header--chef a:first-child {
        width: 18%;
        left: 40%;
        top: 68%;
        height: 11%;
    }

    .lv_header--chef a:nth-child(2) {
        width: 13%;
        left: 59%;
        top: 68%;
        height: 11%;
    }
}

@media (max-width: 1445px) {
    .lv_header--chef a:first-child {
        top: 66%;
        height: 10%
    }

    .lv_header--chef a:nth-child(2) {
        width: 14%;
        left: 59%;
        top: 66%;
        height: 11%;
    }
}

@media (max-width: 1300px) {
    .lv_header--chef a:first-child {
        top: 64%;
        height: 10%;
        width: 15%;
        left: 43%;
    }

    .lv_header--chef a:nth-child(2) {
        width: 13%;
        left: 59%;
        top: 64%;
        height: 10%;
    }
}

@media (max-width: 1024px) {
    .lv_header--chef a:first-child {
        width: 200px;
        top: 200px;
        right: 300px;
        left: auto
    }
}

@media (max-width: 768px) {
    .lv_header--chef a:first-child {
        right: 260px
    }
}

@media (max-width: 680px) {
    .lv_header--chef a:first-child {
        height: 15%;
        right: 222px;
        width: 170px;
        top: 160px;
        left: auto
    }
}

@media (max-width: 480px) {
    .lv_header--chef a:first-child {
        right: 20px;
        width: 150px;
        top: 95px;
        left: auto
    }
}

@media (max-width: 320px) {
    .lv_header--chef a:first-child {
        right: 5px
    }
}

.lv_header--inner {
    background: url("/custom_assets/sirsniga20/Zommers-portrait.png") no-repeat left 0px top/701px, url("/custom_assets/sirsniga20/Zommers-signature.png") no-repeat right 200px bottom/350px, url("/custom_assets/sirsniga20/Name-line.png") no-repeat right 200px top 80px/610px, url("/custom_assets/sirsniga20/Zommers-trans.png") no-repeat top center/1960px, url("/custom_assets/sirsniga20/Zommers-bg.png") no-repeat top center/1960px;
    position: relative;
    height: 720px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 50px
}

@media (min-width: 1960px) {
    .lv_header--inner {
        background: url("/custom_assets/sirsniga20/Zommers-portrait.png") no-repeat left 0px top/790px, url("/custom_assets/sirsniga20/Zommers-signature.png") no-repeat right 200px bottom/350px, url("/custom_assets/sirsniga20/Name-line.png") no-repeat right 200px top 80px/610px, url("/custom_assets/sirsniga20/Zommers-trans.png") no-repeat top center/100%, url("/custom_assets/sirsniga20/Zommers-bg.png") no-repeat top center/100%
    }
}

@media (max-width: 1445px) {
    .lv_header--inner {
        background: url("/custom_assets/sirsniga20/Zommers-portrait.png") no-repeat left 0px bottom 50px/510px, url("/custom_assets/sirsniga20/Zommers-signature.png") no-repeat right 200px bottom/300px, url("/custom_assets/sirsniga20/Name-line.png") no-repeat right 200px top 80px/510px, url("/custom_assets/sirsniga20/Zommers-trans.png") no-repeat top center/1440px, url("/custom_assets/sirsniga20/Zommers-bg.png") no-repeat top center/1440px;
        height: 520px
    }
}

@media (max-width: 1024px) {
    .lv_header--inner {
        background: url("/custom_assets/sirsniga20/Zommers-portrait.png") no-repeat left 75px bottom 66px/365px, url("/custom_assets/sirsniga20/Zommers-signature.png") no-repeat right 150px bottom/230px, url("/custom_assets/sirsniga20/Name-line.png") no-repeat right 150px top 80px/370px, url("/custom_assets/sirsniga20/Zommers-trans.png") no-repeat center top/1024px, url("/custom_assets/sirsniga20/Zommers-bg.png") no-repeat center top/1024px;
        height: 400px
    }
}

@media (max-width: 768px) {
    .lv_header--inner {
        background: url("/custom_assets/sirsniga20/Zommers-portrait.png") no-repeat left 0px bottom 70px/285px, url("/custom_assets/sirsniga20/Zommers-signature.png") no-repeat right 100px bottom/170px, url("/custom_assets/sirsniga20/Name-line.png") no-repeat right 90px top 80px/370px, url("/custom_assets/sirsniga20/Zommers-trans.png") no-repeat center top/768px, url("/custom_assets/sirsniga20/Zommers-bg.png") no-repeat center top/768px;
        height: 320px
    }
}

@media (max-width: 680px) {
    .lv_header--inner {
        background: url("/custom_assets/sirsniga20/Zommers-portrait.png") no-repeat left 0px bottom 30px/270px, url("/custom_assets/sirsniga20/Zommers-signature.png") no-repeat right 30px bottom/170px, url("/custom_assets/sirsniga20/Name-line.png") no-repeat right 75px top 50px/315px, url("/custom_assets/sirsniga20/Zommers-trans.png") no-repeat center top/768px, url("/custom_assets/sirsniga20/Zommers-bg.png") no-repeat center top/768px;
        height: 280px
    }
}

@media (max-width: 480px) {
    .lv_header--inner {
        background: url("/custom_assets/sirsniga20/Zommers-portrait.png") no-repeat left 0px bottom 25px/220px, url("/custom_assets/sirsniga20/Zommers-signature.png") no-repeat right 25px bottom/145px, url("/custom_assets/sirsniga20/Name-line.png") no-repeat right 20px top 40px/210px, url("/custom_assets/sirsniga20/Zommers-trans.png") no-repeat center top/628px, url("/custom_assets/sirsniga20/Zommers-bg.png") no-repeat center top/628px;
        height: 230px
    }
}

@media (max-width: 320px) {
    .lv_header--inner {
        background: url("/custom_assets/sirsniga20/Zommers-portrait.png") no-repeat left 0px bottom 58px/185px, url("/custom_assets/sirsniga20/Zommers-signature.png") no-repeat right 15px bottom 25px/125px, url("/custom_assets/sirsniga20/Name-line.png") no-repeat right 10px top 40px/160px, url("/custom_assets/sirsniga20/Zommers-trans.png") no-repeat center top/528px, url("/custom_assets/sirsniga20/Zommers-bg.png") no-repeat center top/528px;
        height: 230px
    }
}

.lv_header_p {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

.lv_header_p p {
    text-align: center;
    padding: 0 20px;
    font-family: 'CronosPro-Cap';
    font-size: 24px;
    line-height: 29px;
    max-width: 668px
}

.lv_header_p p span {
    text-transform: uppercase
}

.lv_header p strong {
    font-weight: bold
}

.lv_header_p--inner {
    display: flex;
    flex-direction: column
}

@media (max-width: 480px) {
    .lv_header_p--inner p {
        font-size: 18px
    }
}

.lv_header_p--inner h3 {
    font-family: "DINPRO";
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 20px
}

@media (max-width: 680px) {
    .lv_header_p--inner h3 {
        text-align: center
    }
}

@media (max-width: 480px) {
    .lv_header_p--inner h3 {
        font-size: 22px
    }
}

@media (max-width: 320px) {
    .lv_header_p--inner h3 {
        font-size: 20px
    }
}




.lv_header_h1 {
    width: 100%;
    text-align: center;
}

.lv_header_h1_desktop {
    display: inline;
}

@media (max-width: 1024px) {
    .lv_header_h1_desktop {
        width: 80%;
    }
}

@media (max-width: 500px) {
    .lv_header_h1_desktop {
        display: none;
    }
}

.lv_header-mobile {
    display: none;
}

/*@media (min-width: 1025px) {
    .lv_header--chef {
        background: url(/custom_assets/sirsniga20/Raimondu-recipes-empty.png) no-repeat left top;
        background-size: auto 100%;
    }

    .lv_header-mobile {
        display: block;
        padding-left: 50%;
        padding-bottom: 50px;
    }

    .lv_header-mobile h2 {
        color: #fff;
        font-family: 'cronos-cap';
        font-size: 48px;
        margin-bottom: 40px;
    }

    .lv_header-mobile p {
        color: #fff;
        font-family: 'cronos-cap';
        font-size: 28px;
        margin-bottom: 50px;
        padding-right: 20%;
        padding-top: 0;
    }

    .lv_header-mobile a {
        color: #fff;
        font-family: 'cronos-cap';
        font-size: 28px;
        background: #3191CE;
        padding: 18px 30px;
        margin-right: 20px;
        display: inline-block;
        top: initial !important;
        left: initial !important;
        right: initial !important;
        border: initial !important;
        height: initial !important;
        width: initial !important;
    }

    .lv_header-mobile a:first-child {
        margin-right: 20px;
    }

    .lv_header-mobile a:last-child {
        color: #3191CE;
        background: #fff;
    }
}*/

@media (min-width: 1025px) and (max-width: 1700px) {
    .lv_header--chef {
        height: 40vw;
    }
}


@media (max-width: 1024px) {
    .lv_header--chef > a {
        display: none;
    }

    .lv_header--chef {
        background: url(/custom_assets/sirsniga20/Raimondu-recipes-empty.png) no-repeat left top;
        background-size: auto 100%;
        height: 440px;
    }

    .lv_header-mobile {
        display: block;
        padding-left: 55%;
        padding-bottom: 120px;
    }

    .lv_header-mobile h2 {
        color: #fff;
        font-family: 'cronos-cap';
        font-size: 27px;
        margin-bottom: 5px;
        text-align: left;
    }

    .lv_header-mobile p {
        color: #fff;
        font-family: 'cronos-cap';
        font-size: 15px;
        margin-bottom: 15px;
        padding-right: 20%;
        padding-top: 0;
    }

    .lv_header-mobile a {
        color: #fff;
        font-family: 'cronos-cap';
        font-size: 13px;
        background: #3191CE;
        padding: 10px 18px;
        margin-right: 20px;
        display: inline-block;
        top: initial !important;
        left: initial !important;
        right: initial !important;
        border: initial !important;
        height: initial !important;
        width: initial !important;
    }

    .lv_header-mobile a:first-child {
        margin-right: 20px;
    }

    .lv_header-mobile a:last-child {
        color: #3191CE;
        background: #fff;
    }
}

@media (max-width: 770px) {
    .lv_header--chef {
        background-size: auto 100%;
        height: 380px;
    }

    .lv_header-mobile {
        padding-left: 50%;
        padding-bottom: 70px;
    }

    .lv_header-mobile h2 {
        font-size: 27px;
        margin-bottom: 5px;
    }

    .lv_header-mobile p {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .lv_header-mobile a {
        font-size: 13px;
        padding: 10px 18px;
    }
}

@media (max-width: 660px) {
    .lv_header--chef {
        background-position-x: -50px;
    }

    .lv_header-mobile {
        padding-bottom: 40px;
    }

    .lv_header-mobile p {
        padding-right: 30px;
    }

    .lv_header-mobile a {
        display: block;
        width: 150px !important;
        margin-bottom: 8px;
        padding: 10px 20px;
    }
}

@media (max-width: 600px) {
    .lv_header--chef {
        background-position-x: -91px;
    }

    .lv_header-mobile p {
        padding-right: 10px;
    }
}

@media (max-width: 500px) {
    .lv_header-mobile h2 {
        font-size: 27px;
        margin-bottom: 5px;
    }

    .lv_header-mobile p {
        font-size: 13px;
        text-shadow: 1px 1px rgb(0 0 0 / 50%);
    }
}



@media (max-width: 440px) {
    .lv_header-mobile h2 {
        font-size: 20px;
    }
}


@media (max-width: 380px) {
    .lv_header-mobile h2 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .lv_header-mobile p {
        font-size: 12px;
        text-shadow: 1px 1px rgb(0 0 0 / 50%);
    }
}



