/* 
Theme Name: Valpix Child Theme
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child Theme.
Author: Valpix GmbH
Author URI: https://www.valpix.ch/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Custom Styles Valpix */

@import url("https://use.typekit.net/jzs6uvu.css");

html,
body {
  overflow-x:hidden
}
body {
    font-family: "elido", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #4E3808;
}
iframe .ql-editor * {
    font-family: "clavo", serif !important;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
}
*:focus {
    outline:none
}
p:last-child, p:only-child {
    margin-bottom: 0;
}
header.elementor-location-header {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    z-index: 1000;
    padding: 25px 0;
    border-top: 7px solid #D81818;
}
main .e-parent {
    margin: 80px 0;
}
main .big-hero,main .e-parent .e-parent, main .hero-bg {
    margin: 0!important;
}
.hero-bg {
    min-height: 800px;
}
main .main-slider-container {
    margin-top: -800px !important;
}
#main-content-container {
    margin-top: -600px;
}
main .mt-0 {
    margin-top: 0!important
}
main .mb-0 {
    margin-bottom: 0!important
}
h1, h2, h3, h4, h5, h6, .lead p, footer *, .call-cta, .quote-section p, .main-nav a {
    font-family: "clavo", serif;
    font-weight: 500;
    font-style: normal;
}
h1, h4 {
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 7px;
    font-weight: 600;
    line-height: 35px;
}
h2 {
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 25px;
}
h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
}
h5 {
    font-size: 25px;
    margin-bottom: 10px;
}
h6 {
    font-size: 27px;
    font-weight: 600;
    color: #D81818;
}
.call-cta a{
    text-decoration: none !important;
}
.sub-menu {
    position: relative!important;
    margin-top: 15px!important;
    margin-left: 0!important;
    background-color: transparent !important;
}
.sub-menu a {
    border-left: 0 !important;
    background-color: transparent;
    color: #fff !important;
    font-size: 22px;
    padding-left: 0 !important;
}
.sub-menu a:active, .sub-menu a:focus, .sub-menu a:focus-within, .sub-menu a:target, .sub-menu a:hover, .sub-menu a:visited, .sub-menu a:focus-visible {
    background-color: transparent !important;
    outline: none !important;
}
.sub-menu .elementor-item-active {
    background-color: transparent !important;
    text-decoration: underline !important;
}
.mobile-menu .gtranslate_wrapper {
    display: none;
}
.table-infos {
    margin-top: 50px;
    padding: 50px 0 !important;
}
.quote-section p::before, .table-infos::before {
    content: '';
    background: url('assets/img/stars.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 70px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.table-infos::after, .contact-sidebar::after {
    content: '';
    background: url('assets/img/stars.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 70px;
    height: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.contact-sidebar::after {
    margin-left: 0;
    margin-right: auto;
}
.contact-sidebar {
    padding-bottom: 50px;
}
.quote-section p {
    font-size: 30px;
    line-height: 42px;
    font-weight: 600;
    max-width: 870px;
    padding-top: 55px;
    text-align: center;
}
.quote-signature img{
    max-width: 300px;
    margin-top: 30px;
}
.lead p {
    font-size: 23px;
    line-height: 32px;
}
h1 + h2 {
    margin-top: 45px;
}
p + h3 {
    margin-top: 40px;
}
.elementor a {
    color: #D81818;
    text-decoration: underline;
    text-underline-offset: 6px;
}
.main-nav a {
    text-decoration: none !important;
}
.elementor-button {
    text-decoration: none !important;
}
.gtranslate_wrapper {
    text-align: right;
}
.gtranslate_wrapper a {
    color: #fff !important;
    text-decoration: none !important;
    padding: 5px 10px 6px;
}
a.glink.gt-current-lang  {
    text-decoration: underline !important;
}

.swiper-slide, .swiper-slide img {
    height: 750px;
}
.swiper-slide img {
    object-fit: cover;
}
.main-header {
    max-width: 1650px !important;
    margin: 0 auto;
}
.elementor-swiper-button-prev, .elementor-swiper-button-next{
    content: '';
    background-image: url('assets/img/arrow-slider.svg');
    background-size: cover;
    background-position: center;
    width: 60px;
    height: 41px;
    z-index: 100;
}
.elementor-swiper-button-next {
    background-image: url('assets/img/arrow-slider-right.svg');
    right: -100px !important;
}
.elementor-swiper-button-prev {
    left: -100px !important;
}
.elementor-swiper-button svg {
    display: none;
}
.swiper-pagination {
    bottom: -25px !important;
}
.swiper-pagination-bullet, .swiper-pagination-bullet-active {
    content: '';
    background: url('assets/img/dot.svg');
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 17px;
    height: 17px;
    z-index: 100;
    opacity: 1;
    border-radius: 0;
}
.swiper-pagination-bullet-active {
    background: url('assets/img/dot-active.svg');
}
.swiper {
    padding-bottom: 0 !important;
}
.tablepress tr {
    column-count: 2;
    display: inline-block;
    width: 49%;
}
.table-head {
    font-size: 25px;
    font-weight: 700;
}


footer p{
    color: #fff;
}
footer .footer-contact {
    font-size: 35px;
    line-height: 1.2;
}
footer .elementor-button {
    border: 3px solid #fff;
    border-radius: 0;
    background: transparent !important;
    color: #fff;
    font-size: 22px;
    padding: 11px 19px;
}
footer .footer-credits ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
footer .footer-credits ul li {
    margin-right: 40px;
}
.footer-to-top {
    -webkit-transition: all .2s ease-in-out!important;
    -moz-transition: all .2s ease-in-out!important;
    transition: all .2s ease-in-out!important
}
.footer-to-top {
    transform: translateX(200%);
    opacity: 0
}
.footer-to-top.scrolling {
    transform: translateX(0);
    opacity: 1
}
.footer-credits a {
    color: #fff !important;
    text-decoration: none;
}
/* ----------------------------------------------- Responsive ----------------------------------------------- */
@media screen and (max-width: 1480px){
    .main-slider .elementor-swiper-button-prev {
        left: 30px !important;
    }
    .main-slider .elementor-swiper-button-next {
        right: 30px !important;
    }
}
@media screen and (max-width: 1290px){
    .main-slider-container, .page-content section, #main-content-container, footer > .e-con-boxed {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .footer-icon{
        padding-left: 20px;
    }
}
@media screen and (max-width: 1024px){
    .hero-bg {
        min-height: 600px;
    }
    main .main-slider-container {
        margin-top: -600px !important;
    }
	#main-content-container{
		margin-top: -390px !important;
	}
    .main-slider .swiper-slide, .main-slider .swiper-slide img {
        height: 500px;
    }
    
}
@media screen and (max-width: 770px){
    .call-cta p {
        display: none;
    }
}
@media screen and (max-width: 767px){
    .call-cta .elementor-image-box-img img {
        width: 45px;
    }
    .hero-bg {
        min-height: 450px;
    }
    main .main-slider-container {
        margin-top: -460px !important;
    }
	#main-content-container {
		margin-top: -296px !important;
	}
    .main-slider .swiper-slide, .main-slider .swiper-slide img {
        height: 350px;
    }
    .main-slider .elementor-swiper-button-prev, .main-slider .elementor-swiper-button-next {
        width: 35px !important;
        background-size: contain;
        background-repeat: no-repeat;
        height: 25px;
    }
    h1, h4 {
        font-size: 18px;
        letter-spacing: 2px;
        line-height: 33px;
    }
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 26px;
    }
    h5 {
        font-size: 23px;
    }
    h6 {
        font-size: 22px;
    }
    .lead p {
        font-size: 20px;
        line-height: 29px;
    }
    .quote-section p {
        font-size: 25px;
        line-height: 37px;
    }
    .map, .map iframe {
        height: 400px;
    }
    .table-head {
        font-size: 23px;
        font-weight: 700;
    }
    footer .footer-contact {
        font-size: 25px;
    }
    footer .elementor-button {
        border: 2px solid #fff;
        font-size: 18px;
    }
	.foodicon, .drinksicon {
		position: absolute;
		right: 50px;
		max-width: 200px !important;
	}
	.drinksicon img {
		max-height: 160px;
	}
}
@media screen and (max-width: 690px){
    header .gtranslator{
        display: none;
    }
    .mobile-menu .gtranslate_wrapper {
        display: block;
    }
    .mobile-menu .gtranslate_wrapper {
        display: block;
        text-align: left;
        margin-bottom: 20px;
    }
    .gtranslate_wrapper a:first-of-type {
        padding-left: 0;
    }
	.table-head {
        font-size: 21px;
    }
}
@media screen and (max-width: 560px){
    footer .footer-credits ul {
        display: block;
    }
}
@media screen and (max-width: 500px){
	nav ul li a {
		font-size: 25px !important;
	}
	nav .sub-menu li a {
		font-size: 20px !important;
	}
	.drinkscarticon {
		top: 80px !important;
		right: 25px !important;
	}
	.drinkscarticon img{
		height: 170px !important;
	}
}
@media screen and (max-width: 450px){
	.foodicon img {
		width: 130px !important;
	}
	.drinksicon img {
		max-height: 130px;
	}
	.foodicon, .drinksicon {
		position: absolute;
		right: 40px;
		max-width: 130px !important;
	}
}
@media screen and (max-width: 390px){
	.foodicon, .drinksicon {
		position: relative;
		right: 0;
	}
}
@media screen and (max-width: 365px){
    .menuprice, .menuname {
        min-width: 100% !important;
        text-align: left !important;
    }
}