/**
Theme Name: Pur Restaurant
Author: lavallweb
Author URI: https://lavallweb.com
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.24.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pur-restaurant
Template: astra
*/
*:focus{
	color:inherit !important;
	outline:none !important;
}
.premium-cursor-img{display:none};
.premium-global-cursor{transition: width 0.5s, height 0.5s, border-color 0.5s}
.premium-global-cursor.cursor-hover{
	width:70px !important;
	height:70px  !important;
	border-color: red !important;
}
header li a, header .ast-custom-button{
font-weight: 600 !important;
}
/*Menu*/
.site-header-primary-section-right .ast-builder-html-element p{display:none}
/*Home*/
/*parallax*/
#parallaxContainer{
contain: paint;
}
/*layer 1 texto*/
.layer1 h1{
	font-size: 7.7vw;
    display: flex;
    height: 95vh;
    margin: 0;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;}

#parallaxContainer .layer1 {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: sticky;
    z-index: 2;
    top: 0;
}
#parallaxContainer .layer1 div{
    max-width: 70vw;
}
/*layer 2 imgs*/
#parallaxContainer .layer2 {
    position: absolute;
    z-index:1;
    width: 100%;
    display: flex;
    flex-direction: column;
}
#parallaxContainer img{width: 25vw;}
#parallaxContainer .image-align-left{text-align: left;}
#parallaxContainer .image-align-right{text-align: right;}
/*responsive*/
@media only screen and (max-width:1024px) {
	#parallaxContainer img{width: 30vw;}
}
@media only screen and (max-width:921px) {
    #parallaxContainer img{width: 30vw;}
	#parallaxContainer .layer1 {
		 height: 100vh;
		display: flex;
    align-items: center;
    justify-content: center;
	}
}
@media only screen and (min-width:768px) {/*mayor de movil*/
    .texto-vertical{
		writing-mode: vertical-lr; 
		transform:rotate(180deg);
	} 
}
/*GRAVITY FORMS*/
form#gform_1 input, form#gform_1 textarea{
	border: 0;
    border-bottom: 2px solid #E4DDD4;
    background-color: transparent;
    color: #E4DDD4;
    border-radius: 0;
    box-shadow: none;
	font-size:0.9em;
}
form#gform_1 input:focus, form#gform_1 textarea:focus{
    border-bottom: 2px solid black;
}
.gform-theme--foundation .gform_fields{
	row-gap:15px;
}
.gform-theme--framework .field_sublabel_below .gform-field-label--type-sub, #gfield_instruction_1_4{display:none;}
.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input {width:100%;}
form#gform_1 input#gform_submit_button_1{
	font-family: Ablation, Helvetica, Arial, sans-serif;
	background-color:#E4DDD4;
	color: black;
	text-transform:uppercase;
	font-weight:400;

}
#gform_1 a{color:#E4DDD4}
/*CARTA*/
 .lineContainer svg path {

        stroke-width: .005rem;
        stroke-dasharray: 2;
        stroke:#A56F59
    }
    .lineContainer {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    left: 0;
    overflow: hidden;
    width: 100%;
    z-index: 0;
}
/*FILTROS*/
#filtres-carta .elementor-widget-icon-box{
	cursor:pointer;
}
#filtres-carta .filtro-activo .elementor-icon svg{
	fill:#a56f59;
}

/*politica de cookies*/
#cmplz-document{
	font-size: 17px;
    margin-top: 0;
    max-width: inherit;
}
#cmplz-document p{
	font-size: 17px;
	font-weight: 400;
}
#cmplz-document h2{
	font-family: "Montserrat", Sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 1px;
}
/*idioma*/
.idioma .elementor-image-box-wrapper{display:flex;align-items: flex-end;justify-content: flex-start;gap: 10px;}