/*

Theme Name: Ristorante Berton
Theme URI: hangar.it
Description: Wordpress theme
Version: 1.0
Author: HDG
Author URI: hangar.it

*/

/*--------------------------------------------------- Options */

	/* Font
		
	font-family: 'aktiv-grotesk', 'Helvetica Neue', Helvetica, Arial, sans-serif
	font-weight: 200, 300, 400, 600, 700
	font-style: normal, italic
	
	*/

	:root {
		
		--gold: #CEA74A;
		--gray: #645F51;
		--light-gray: #ebebeb;
		--menu-light: #ababab;
		--accordion-light-gray: #f5f5f5;
		
		--font-family: 'aktiv-grotesk', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		
		--max-width: 1600px;
		--half-max-width: -800px;
		
		--container-width: 90%;
		
	}
	
	#CybotCookiebotDialog,
	#CybotCookiebotDialog * {
		font-size: 12px !important;
		font-weight: 400 !important;
	}

	#CybotCookiebotDialogHeader,
	#CybotCookiebotDialogPoweredByText {
		display: none !important;
	}

	#CybotCookiebotDialogBodyContentTitle {
		font-weight: 700 !important;
	}

	#CybotCookiebotDialogBodyButtonsWrapper button {
		text-transform: uppercase;
	}
	
	.grecaptcha-badge {
		display: none !important;
	}

	.wpcf7 form .wpcf7-response-output {
		padding: 15px;
		margin: 20px 0 0;
		text-align: center;
		font-weight: 600;
	}

/*--------------------------------------------------- Animation */

	.js .animation,
	.js section,
	.js img,
	.js video {
		transition: 1.5s !important;
		transition-delay: .1s !important;
	}
	.animation-hide {
		opacity: 0;
		transform: translate(0, 50px);
	}
	.no-animation {
		opacity: 1 !important;
		transform: none !important;
	}
	
/*--------------------------------------------------- Standard */
	
	* {
		font-family: var(--font-family);
		font-weight: 300;
		color: var(--gray);
	}
	
	body {
		background: var(--light-gray);
	}
	
	b,
	stong {
		font-weight: 700;
	}
	
	i,
	em {
		font-style: italic;
	}
	
	main img {
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}
	
	video {
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}
	
	.btn {
		display: inline-block;
		color: var(--gold);
		border: 2px solid var(--gold);
		line-height: 2;
		padding: 0 20px;
		text-transform: uppercase;
		font-weight: 400;
		text-decoration: none;
		background: #fff;
		transition: .5s;
	}
	
	.btn:hover {
		background: var(--gold);
		color: #fff;
	}
	
	.spacer-header {
		display: block;
		width: 100%;
		height: 130px;
	}
	
	.spacer-sec,
	.spacer-small {
		display: block;
		width: 100%;
		height: 30px;
	}
	
	.spacer-no-mobile {
		display: block;
		width: 100%;
		height: 0;
	}
	
	.spacer-title {
		display: block;
		width: 100%;
		height: 53px;
	}
	
	.gold-line {
		display: block;
		width: 100%;
		height: .5px;
		background: var(--gold);
		margin: 10px 0;
	}
	
	.gray-line {
		display: block;
		width: 100%;
		height: .5px;
		background: var(--gray);
		margin: 0 0 10px;
	}
	
	.underline {
		display: inline-block;
		padding-bottom: 10px;
		border-bottom: 0.5px solid var(--gray);
	}
	
	.centered {
		display: table;
		text-align: center;
		margin: 0 auto;
	}
	
	.title {
		font-size: 12px;
		color: var(--gold);
		padding-bottom: 10px;
		border-bottom: 1px solid var(--gold);
		display: inline-block;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 3px;
		margin-bottom: 30px;
	}
	
	.title-gold {
		font-size: 12px;
		color: var(--gold);
		display: inline-block;
		font-weight: 400;
		margin-bottom: 30px;
	}
	
	.big-font {
		font-weight: 200;
		font-size: 35px;
		margin-bottom: 30px;
		line-height: 1.2;
	}
	
	.big-txt {
		font-weight: 200;
		font-size: 25px;
		margin-bottom: 30px;
		line-height: 1.2;
	}
	
	.medium-txt {
		font-weight: 300;
		font-size: 14px;
		line-height: 1.3;
		margin-bottom: 30px;
	}
	
	.small-txt {
		font-size: 14px;
		line-height: 1.3;
		margin-bottom: 30px;
	}
	
	.emb-txt {
		font-size: 25px;
		font-weight: 300;
		line-height: 1.2;
		margin-bottom: 30px;
	}
	
	.emb-small-txt {
		font-size: 18px;
		font-weight: 300;
		line-height: 1.2;
	}
	
	.arrow-link {
		text-decoration: none;
		color: var(--gold);
		font-size: 16px;
		display: flex;
		align-items: baseline;
		cursor: pointer;
		margin-bottom: 30px;
	}
	
	.arrow-link.centered {
		justify-content: center;
	}
	
	.arrow-link .arrow {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 21px;
		height: 21px;
		border: 1px solid var(--gold);
		border-radius: 100px;
		margin-left: 10px;
		transition: .5s;
	}
	
	.arrow-link .arrow svg {
		fill: var(--gold);
		width: 12px;
		height: auto;
		transition: .5s;
	}
	
	.arrow-link:hover .arrow {
		border: 1px solid var(--gold);
		background: var(--gold);
	}
	
	.arrow-link:hover .arrow svg {
		fill: #fff;
	}
	
	.standard-txt {
		font-size: 18px;
		font-weight: 300;
	}
	
	.crop-media {
		overflow: hidden;
		width: 100%;
		position: relative;
		height: 80vw;
		max-height: 600px;
		margin-bottom: 30px;
	}
	
	.crop-media video,
	.crop-media img {
		position: absolute;
		width: 100%;
		height: 100%;
		object-fit: cover;
		margin: 0;
	}
	
	.gold-color {
		color: var(--gold);
		font-weight: inherit;
	}
	
	.small-right-image {
		width: 60%;
		margin-left: auto;
		max-width: 500px;
	}
	
/*--------------------------------------------------- Header */

	header {
		width: 100%;
		padding: 20px 0;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 9999;
		transition: .5s;
	}
	
	header .container {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		position: relative;
	}
	
	#open-menu {
		display: inline-block;
		position: relative;
		padding: 8px 0;
		transition: .5s;
		margin: 4px 0;
		cursor: pointer;
	}
	
	#open-menu:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 25px;
		height: 2px;
		background: var(--gray);
		transition: .5s;
	}
	
	#open-menu:after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 19px;
		height: 2px;
		background: var(--gray);
		transition: .5s;
	}
	
	#open-menu span {
		display: block;
		position: relative;
		width: 35px;
		height: 2px;
		background: var(--gray);
		transition: .5s;
	}
	
	#open-menu.active {
		padding: 12px 0 0;
		margin: 0;
		height: 26px;
	}
	
	#open-menu.active:before {
		top: 12px;
		opacity: 1;
		width: 35px;
		transform: rotate(45deg);
	}
	
	#open-menu.active:after {
		bottom: 12px;
		opacity: 1;
		width: 35px;
		transform: rotate(-45deg);
	}
	
	#open-menu.active span {
		opacity: 0;
	}
	
	header #btn-list {
		margin: 0 20px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	
	header #btn-list .btn {
		margin: 3px 0 0;
	}
	
	header #btn-list .btn:first-child {
		margin: 0;
	}
	
	header .logo-bmw {
		width: 35px;
		display: flex;
		margin-left: 32px;
		display: none;
	}
	
	header .michelin-star {
		width: 40px;
		height: auto;
		display: none;
	}
	
	header .logo {
		width: 35%;
		max-width: 200px;
		overflow: hidden;
		position: absolute;
		top: 0;
		right: 0;
		transition: .5s;
	}
	
	header .logo a {
		display: block;
		transition: .5s;
	}
	
	header .logo svg {
		fill: var(--gold);
	}
	
	nav {
		position: absolute;
		top: -100vh;
		left: 0;
		width: 100%;
		height: 100vh;
		overflow: hidden;
		z-index: -1;
		opacity: 0;
		transition: .5s;
	}
	
	nav .container {
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		padding: 0 5%;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		transition: .5s;
	}
	
	#main-menu a {
		font-weight: 200;
		text-decoration: none;
		font-size: 30px;
		line-height: 1.2;
		color: var(--menu-light);
		transition: .5s;
	}
	
	#main-menu a:hover,
	#main-menu .current-menu-item a {
		padding-left: 1em;
	}
	
	#main-menu .current-menu-item a {
		color: #000;
		font-weight: 400;
	}
	
	#main-menu .black-color a {
		color: #000;
	}
	
	nav .languages {
		margin-top: 20px;
	}
	
	nav .languages li,
	nav .languages a,
	nav .languages a span {
		font-size: 12px;
		color: var(--menu-light);
	}
	
	nav .languages a,
	nav .languages a span {
		transition: .5s;
	}
	
	nav .languages a:hover,
	nav .languages a:hover span,
	nav .languages .wpml-ls-current-language a,
	nav .languages .wpml-ls-current-language a span {
		color: #000;
	}
	
	header .quick-lang {
		font-size: 12px;
		margin-right: 40px;
		display: none;
	}
	header .quick-lang a {
		text-decoration: none;
		font-size: 12px;
		transition: .5s;
	}
	header .quick-lang a:hover {
		color: var(--gold);
	}
	header .quick-lang a.actual {
		font-weight: 400;
	}
	
	
	
/*--------------------------------------------------- Footer */

	footer {
		background: var(--light-gray);
		padding: 30px 0;
		font-size: 10px;
	}
	
	footer * {
		font-size: 10px;
		font-weight: 400;
		text-decoration: none;
		line-height: 1.2;
	}
	
	footer .container {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.logo-footer {
		width: 45%;
		max-width: 200px;
	}
	
	.logo-footer a {
		display: block;
	}
	
	.logo-footer svg {
		fill: var(--gold);
	}
	
	footer .michelin-star {
		display: block;
		width: 20%;
		min-width: 40px;
		max-width: 50px;
		height: auto;
		margin: 20px auto 0;
	}
	
	footer .info {
		width: 45%;
	}
	
	footer .tel {
		display: inline-block;
		margin: 15px 0 30px;
		position: relative;
	}
	
	footer .tel:after,
	footer .languages a:after,
	footer .policy a:after,
	footer .credits:after {
		content: '';
		display: block;
		width: 0;
		height: .5px;
		background: var(--gray);
		transition: .5s;
	}
	
	footer .tel:hover:after,
	footer .languages a:hover:after,
	footer .policy a:hover:after,
	footer .credits:hover:after {
		width: 100%;
	}
	
	footer .social {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		margin: 5px 0 30px;
	}
	
	footer .social-icon {
		display: block;
		width: 15px;
		margin-right: 10px;
	}
	
	footer .yt {
		width: 20px;
	}
	
	footer .social-icon svg {
		fill: var(--gray);
		transition: .5s;
	}
	
	footer .social-icon:hover svg {
		fill: var(--gold);
	}
	
	footer .languages {
		margin-top: 5px;
	}
	
	footer .languages a,
	footer .policy a {
		position: relative;
	}
	
	footer .copy {
		width: 100%;
		margin-top: 30px;
		padding-top: 5px;
		border-top: 1px solid var(--gray);
	}
		
	.newsletter form {
		display: flex;
		align-items: center;
		padding-bottom: 5px;
		border-bottom: 1px solid var(--gray);
		margin-bottom: 10px;
	}
	
	.newsletter input[type="email"] {
		width: calc(100% - 25px);
		font-size: 16px;
	}
	
	.newsletter ::placeholder {
		color: var(--menu-light);
		opacity: 1;
	}
	
	.newsletter button {
		width: 25px;
		height: 25px;
	}
	
	.newsletter .arrow {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 21px;
		height: 21px;
		border: 1px solid var(--gray);
		border-radius: 100px;
		cursor: pointer;
		transition: .5s;
	}
	
	.newsletter .arrow svg {
		fill: var(--gray);
		width: 12px;
		height: auto;
		transition: .5s;
	}
	
	.newsletter .arrow:hover {
		border: 1px solid var(--gold);
		background: var(--gold);
	}
	
	.newsletter .arrow:hover svg {
		fill: #fff;
	}
	
	.newsletter-title {
		font-size: 16px;
		margin-bottom: 10px;
	}
	
	footer .legal {
		margin: 30px 0;
	}
	
	footer .legal-flex {
		display: flex;
		align-items: baseline;
		justify-content: space-between;
	}
	
	footer .policy a,
	footer .credits {
		display: inline-block;
		position: relative;
	}
	
	footer .credits {
		min-width: 76px;
		text-align: right;
	}
	
	footer .credits b {
		font-weight: 700;
	}
	
/*--------------------------------------------------- Scrolled */
	
	.scrolled #scroll-down {
		bottom: 100%;
		opacity: 0;
	}
	
	.scrolled header {
		background: #fff;
		padding: 10px 0;
	}
	
	.scrolled header .container {
		min-height: 30px;
	}
	
	.scrolled header .logo {
		top: 20%;
	}
	
	.scrolled header .logo a {
		margin-top: -34%;
		color: #000;
	}
	
/*--------------------------------------------------- Menu is open */
	
	.menu-is-open nav {
		top: 0;
		opacity: 1;
	}
	
	.menu-is-open nav .container {
		opacity: 1;
	}
	
/*--------------------------------------------------- Template */

	.wrapper {
		width: 100%;
		max-width: var(--max-width);
		margin: 0 auto;
		background: #fff;
		overflow: hidden;
	}
	
	.container {
		width: var(--container-width);
		margin: 0 auto;
	}
	
	.languages > div {
		padding: 0 !important;
		margin: 0 !important;
		border: 0 !important;
	}
	
	.languages ul {
		text-align: left !important;
		display: flex !important;
	}
	
	.languages li {
		display: flex !important;
		align-items: flex-end;
	}
	
	.languages li:first-child:after {
		content: '/';
		display: inline-block;
		padding: 0 0.5em;
	}
	
	.languages a {
		display: inline-block !important;
		padding: 0 !important;
	}
	
	#scroll-down {
		position: absolute;
		left: 5%;
		bottom: 20px;
		width: 10vw;
		max-width: 50px;
		transition: .5s;
	}
	
	#scroll-down svg {
		fill: var(--gold);
		background: #fff;
		padding: 6px 6px 5px 0;
		animation-name: bounce;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-iteration-count: infinite;
		animation-direction: alternate;
	}
		@keyframes bounce {
			from { margin-bottom: 0; }
			to { margin-bottom: 5px; }
		}

	.go-right {
		width: 80%;
		margin-left: 20%;
	}
	
	.go-left {
		width: 80%;
		margin-right: 20%;
	}
	
	.double-gallery {
		margin-bottom: 30px;
		display: flex;
	}
	
	.double-gallery > div {
		width: 50%;
	}
	
	.double-gallery img {
		margin: 0;
	}
	
	.menu-accordion {
		margin-bottom: 30px;
	}
	
	.accordion {
		display: flex;
		align-items: center;
		justify-content: space-between;
		text-decoration: none;
		padding: 10px 0;
		border-top: .5px solid var(--gray);
		cursor: pointer;
	}
	
	.accordion .medium-txt {
		margin: 0;
	}
	
	.accordion-btn {
		color: var(--gold);
		text-transform: uppercase;
		position: relative;
	}
	
	.accordion-btn:after {
		content: '';
		display: block;
		width: 0;
		height: .5px;
		background: var(--gold);
		transition: .5s;
	}
	
	.accordion:hover .accordion-btn:after {
		width: 100%;
	}
	
	.panel {
		padding: 0 0 50px;
		font-size: 14px;
		display: none;
	}
	
	.panel > div {
		padding: 10px 0;
		border-top: .5px solid var(--gray);
		line-height: 1.2;
	}
	
	.panel .menu-price {
		padding: 0 0 50px;
		border: none;
		line-height: 1;
	}
	
	.panel p {
		margin-top: 10px;
	}
	
	.panel p:first-child {
		margin-top: 0;
	}
	
	.panel strong {
		font-weight: 600;
	}
	
	.panel .menu-spacer {
		border: none;
		padding: 0;
		height: 50px;
	}
	
	.dessert-panel {
		padding-top: 50px;
	}
	
	.panel > div > span {
		width: 100%;
		padding-right: 20%;
		display: block;
		position: relative;
	}
	
	.panel > div > span.dessert i {
		position: absolute;
		right: 0;
		top: 0;
		width: 18%;
		line-break: anywhere;
		text-align: right;
		font-style: normal;
	}
	
	.panel > div > span.a-la-carte:after {
		content: '';
		position: absolute;
		right: 0;
		top: 0;
		width: 18%;
		height: 100%;
		background-image: url(img/ristorante-berton-icon-gray.svg);
		background-position: right top;
		background-repeat: no-repeat;
		background-size: 14px auto;
	}
	
	.alternative-course {
		padding: 10px 0;
		display: block;
		font-size: 10px;
		text-transform: uppercase;
	}
	
	.a-la-carte-logo {
		display: inline-block;
		width: 14px;
		height: auto;
		margin: 0;
		transition: none !important;
	}
	
	.firma {
		width: 30%;
		max-width: 300px;
		margin-left: auto;
		margin-right: 10%;
	}
	
	.columns-block .container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.columns-block .container > div {
		width: 47.5%;
		margin-bottom: 30px;
	}
	
	.columns-block .container img {
		margin-bottom: 15px;
	}
	
	.columns-block .small-txt {
		font-style: italic;
		margin: 2px 0 0;
	}
	
	.sec-experiences img {
		margin-bottom: 15px;
	}
	
	.sec-experiences .standard-txt {
		margin-bottom: 30px;
	}
	
	.two-big-columns > div:first-child {
		margin-bottom: 30px;
		padding: 0 5%;
	}
	
	.two-big-columns img {
		margin: 0;
	}
	
	.hide-mobile {
		display: none;
	}
	
	.riconoscimenti {
		border-bottom: .5px solid var(--gray);
	}
	
	.riconoscimenti > div {
		display: flex;
		justify-content: space-between;
		border-top: .5px solid var(--gray);
		padding: 10px 0;
		font-size: 14px;
		font-weight: 300;
		line-height: 1.2;
	}
	
	.riconoscimenti > div > div:first-child {
		width: 70%;
	}
	
	.riconoscimenti > div > div:last-child {
		color: var(--gold);
		font-weight: 400;
		text-align: right;
	}
	
	.riconoscimenti img {
		display: block;
		width: 40px;
		height: auto;
	}
	
	.press-accordion .accordion-btn {
		font-size: 12px;
		text-transform: none;
	}
	
	.press-accordion .txt {
		font-size: 16px;
		transition: .5s;
	}
	
	.press-accordion a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		text-decoration: none;
		background: var(--accordion-light-gray);
		padding: 10px;
		margin: 3px 0;
		border: 1px solid var(--accordion-light-gray);
		transition: .5s;
	}
	
	.press-accordion a .arrow-link {
		margin: 0;
		font-size: 12px;
	}
	
	.press-accordion a .arrow-link .arrow {
		width: 18px;
		height: 18px;
	}
	
	.press-accordion a .arrow-link .arrow svg {
		width: 10px;
	}
	
	.press-accordion a:hover {
		border-color: var(--gold);
	}
	
	.press-accordion a:hover .txt {
		color: var(--gold);
	}
	
	.press-accordion a:hover .arrow-link .arrow {
		background: var(--gold);
		
	}
	
	.press-accordion a:hover .arrow-link .arrow svg {
		fill: #fff;
		transform: rotate(90deg);
	}
	
	.gifts > div {
		border: 1px solid var(--gold);
		padding: 10px;
		margin: 10px 0;
	}
	
	.gifts .small-txt {
		margin: 0;
	}
	
	.brands {
		background: var(--accordion-light-gray);
	}
	
	.brands .container {
		display: flex;
		align-items: stretch;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	
	.brands .container a {
		width: 45%;
		max-width: 200px;
		text-align: center;
		text-decoration: none;
		padding: 10px 10px 40px;
	}
	
	.brands .small-txt {
		margin: 0;
	}
	
	.title.centered {
		display: table;
		margin: 0 auto;
	}
	
	.page-template-contatti #scroll-down svg {
		background: transparent;
	}
	
	.contact-sec {
		position: relative;
	}
	
	.hover-image {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		text-align: center;
		padding-top: 30px;
	}
	
	.contact-form {
		background: var(--accordion-light-gray);
		padding: 20px 30px 40px;
		font-size: 16px;
	}
	
	.contact-form * {
		font-size: 16px;
	}
	
	.contact-form p {
		margin-top: 20px;
	}
	
	.contact-form input[type="text"],
	.contact-form input[type="email"],
	.contact-form textarea {
		background: #fff;
		margin: 10px 0;
		line-height: 2;
		padding: 0 5px;
	}
	
	.contact-form textarea {
		line-height: 1.3;
	}
	
	.wpcf7-form-control-wrap span {
		margin: 0;
	}
	
	.contact-form input[type="checkbox"] {
		display: inline-block;
		width: 12px;
		height: 12px;
		background: #fff;
		border: .5px solid var(--gray);
		margin-right: 10px;
	}
	
	.contact-form input[type="checkbox"]:checked {
		background: var(--gold);
		border: .5px solid var(--gold);
	}
	
	.contact-form .wpcf7-spinner {
		display: none;
	}
	
	.contact-form input[type="submit"] {
		border: 1px solid var(--gray);
		line-height: 2;
		padding: 0 10px;
		margin-top: 20px;
		transition: .5s;
		font-weight: 600;
	}
	
	.contact-form input[type="submit"]:hover {
		border: .5px solid var(--gold);
		background: var(--gold);
		color: #fff;
	}
	
	.page-template-privacy-policy #scroll-down,
	.page-template-cookie-policy #scroll-down,
	.page-template-aiuti-di-stato #scroll-down,
	.page-template-press #scroll-down,
	.page-template-brands-friends #scroll-down,
	.page-template-contatti #scroll-down {
		display: none;
	}
	
	.sec-experiences .two-columns div a {
		text-decoration: none;
		display: block;
		cursor: pointer;
		transition: 1s;
	}
	.sec-experiences .two-columns div a div {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	.sec-experiences .two-columns div a p {
		transition: .5s;
	}
	
	.sec-experiences .two-columns div a:hover {
		padding: 0 10px;
	}
	
	.sec-experiences .two-columns div a:hover p {
		color: var(--gold);
	}
	
	.page-template-aiuti-di-stato .small-txt a {
		text-decoration: none;
		transition: .5s;
	}
	
	.page-template-aiuti-di-stato .small-txt a:hover {
		color: var(--gold);
	}
	
	.ads {
		display: block;
		margin-top: 5px;
	}
	
	#book-popup {
		position: fixed;
		right: 0;
		bottom: 0;
		background: rgba(206,167,74,.9);
		width: 100vw;
		height: 100vw;
		max-width: 220px;
		max-height: 72px;
		z-index: 999;
	}
	
	#book-popup-content {
		position: absolute;
		border: 2px solid #fff;
		width: calc(100% - 40px);
		height: calc(100% - 40px);
		left: 20px;
		top: 20px;
	}
	
	#book-popup-content a {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		text-decoration: none;
		cursor: pointer;
	}
	
	#book-popup svg {
		fill: #fff;
		width: 30px;
		margin-top: auto;
		display: none;
	}
	
	#book-popup h4 {
		color: #fff;
		font-size: 16px;
		text-align: center;
		padding: 20px 20px 0;
		margin-bottom: auto;
		display: none;
	}
	
	#book-popup span {
		color: #fff;
		display: block;
		width: 100%;
		line-height: 30px;
		text-align: center;
		text-transform: uppercase;
		font-size: 12px;
		font-weight: 700;
		transition: .5s;
	}
	
	#book-popup-content a:hover span {
		background: #fff;
		color: var(--gold);
	}
	
	#book-popup-close {
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		right: -25px;
		top: -27px;
		font-size: 30px;
		line-height: 30px;
		width: 30px;
		cursor: pointer;
		transition: .5s;
	}
	
	#book-popup-close:hover {
		transform: rotate(180deg);
		margin-top: 2px;
	}
	
	.page-template-press .two-columns .container img {
		max-width: 350px;
	}
	
	#temp-popup {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 999999;
	}
	
	#temp-popup-container {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		background: rgba(0,0,0,.75);
	}
	
	#temp-popup-container #temp-popup-content {
		position: relative;
		padding: 15px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	#temp-popup-container .temp-popup-content {
		display: block;
		width: 90%;
		max-width: 350px;
		padding: 5px;
	}
	
	#temp-popup-container .temp-popup-content img {
		display: block;
		width: 100%;
		max-width: none;
		height: auto;
	}
	
	#temp-popup-close {
		position: absolute;
		top: -20px;
		right: 9px;
		cursor: pointer;
		color: #fff;
		font-size: 40px;
		transition: .5s;
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	#temp-popup-close:hover {
		transform: rotate(180deg);
		margin-top: 5px;
	}
	
	.michelin-star-home {
		display: block;
		position: absolute;
		max-width: 108px;
		top: -3px;
		left: 233px;
	}
	
	.sec-home .go-right {
		width: 100%;
		margin-left: 0%;
	}
	
/*--------------------------------------------------- Min-width: 600px */

@media only screen and (min-width: 600px) {
	
	.btn {
		font-size: 12px;
	}
	
	.spacer-header {
		height: 150px;
	}
	
	.spacer-sec {
		height: 50px;
	}
	
	.spacer-no-mobile {
		height: 50px;
	}
	
	.medium-txt {
		font-size: 16px;
	}
	
	.small-txt {
		font-size: 16px;
	}
	
	.emb-txt {
		font-size: 25px;
	}
	
	header {
		padding: 30px 0;
	}
	
	.scrolled header .container {
		min-height: 38px;
	}
	
	.scrolled header .logo {
		top: 0;
	}
	
	header #btn-list {
		margin: 0 40px;
	}
	
	header .michelin-star {
	    width: 50px;
	}
	
	#main-menu a {
		font-size: 40px;
		line-height: 1.1;
	}
	
	#scroll-down {
		bottom: 30px;
	}
	
	.accordion-btn {
		font-size: 14px;
	}
	
	.panel {
		font-size: 16px;
	}
	
	.panel .menu-price {
		font-size: 20px;
	}
	
	.two-columns-restaurant img {
		width: 60%;
		margin-left: auto;
	}
	
	.two-columns-restaurant .container div:first-child img{
		width: 60%;
		margin-left: 0;
	}
	
	.two-columns-restaurant-invert img {
		width: 60%;
		margin-left: 0;
	}
	
	.brands .container a {
		width: 25%;
		margin: 0 4%;
	}
	
	.two-columns-restaurant .container div .swiper {
		width: 60%;
		margin-left: 40%;
	}
	
	.two-columns-restaurant .container div .swiper img {
		width: 100%;
	}
	
	#book-popup {
		max-height: 220px;
	}
	
	#book-popup svg {
		display: block;
	}
	
	#book-popup h4 {
		display: block;
	}
	
	#book-popup span {
		border-top: 2px solid #fff;
	}
	
}
	
	
/*--------------------------------------------------- Min-width: 768px */

@media only screen and (min-width: 768px) {
	
	header .quick-lang,
	header .michelin-star,
	header .logo-bmw {
		display: block;
	}
	
	.spacer-title {
		height: 57px;
	}
	
	.two-columns .container {
		display: flex;
	}
	
	.two-columns .container > div:first-child {
		width: 60%;
	}
	
	.two-columns .container > div:last-child {
		width: 40%;
	}
	
	.two-columns-invert .container > div:first-child {
		order: 2;
	}
	
	.two-columns-invert .container > div:last-child {
		order: 1;
	}
	
	.sec-chef .container > div:first-child {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
	
	.sec-experiences .two-columns {
		display: flex;
		flex-wrap: wrap;
	}
	
	.sec-experiences .two-columns div {
		width: 50%;
		padding: 0 5%;
	}
	
	.two-colums-centered .container > div:first-child {
		width: 55%;
		margin: 0 5% 0 0;
	}
	
	.two-colums-centered.two-columns-invert .container > div:first-child {
		margin: 0 0 0 5%;
	}
	
	.accordion-content {
		width: 55%;
		margin: 0 0 0 5%;
	}
	
	.crop-media {
		height: 30vw;
	}
	
	.columns-block .container {
		flex-wrap: nowrap;
		gap: 5%;
	}
	
	.columns-block .container > div {
		width: 100%;
	}
	
	.hide-mobile {
		display: block;
	}
	
	.title {
		font-size: 16px;
	}
	
	.title-gold {
		font-size: 16px;
	}
	
	.scrolled header .container {
		min-height: 41px;
	}
	
	.logo-footer {
		width: 25%;
		margin-right: auto
	}
	
	footer .info {
		width: 25%;
		max-width: 300px;
	}
	
	footer .copy {
		width: 40%;
		max-width: 420px;
		margin: 0;
		padding: 0;
		border: none;
		display: flex;
		flex-direction: column;
	}
	
	.newsletter form {
		margin-bottom: 0;
	}
	
	footer .legal-flex {
		margin-top: auto;
	}
	
	.text-three-columns .container {
		display: flex;
		justify-content: space-between;
	}
	
	.text-three-columns .container p {
		width: 30%;
	}
	
	.two-big-columns {
		display: flex;
	}
	
	.two-big-columns > div {
		width: 50%;
	}
	
	.two-big-columns > div:first-child {
		margin: 0;
	}
	
	.two-columns-restaurant .container {
		display: flex;
	}
	
	.two-columns-restaurant .container > div:first-child {
		width: 50%;
		padding: 0 30px 0 0;
		display: flex;
		flex-direction: column;
		
	}
	
	.two-columns-restaurant .container > div:last-child {
		width: 50%;
	}
	
	.two-columns-restaurant .container > div:last-child img {
		padding-left: 30px;
	}
	
	.two-columns-restaurant-invert .container > div:first-child {
		order: 2;
		padding: 0 0 0 5%;
	}
	
	.two-columns-restaurant-invert .container > div:last-child {
		order: 1;
	}
	
	.two-columns-restaurant-invert .container > div:last-child img {
		order: 1;
		padding: 0;
	}
	
	.two-columns-restaurant img {
		width: 100%;
	}
	
	.two-columns-restaurant .container div:first-child :nth-child(2) {
		width: 100%;
		margin-top: auto;
	}
	
	.two-columns-restaurant-centered .container {
		align-items: center;
	}
	
	.press-image {
		width: 60%;
	}
	
	.gifts {
		display: flex;
		align-items: stretch;
		gap: 5%;
	}
	
	.gifts > div {
		padding: 20px;
		margin: 0;
		width: 30%;
	}
	
	.page-template-contatti .two-columns .container > div:first-child.restaurant-smaller {
		width: 40%;
	}
	
	.two-columns .container > div:last-child.contact-form {
		margin-left: auto;
		width: 50%;
	}
	
	.two-columns-restaurant .container div .swiper {
		width: 100%;
		margin-left: 0;
	}
	
	.page-template-press .two-columns .container .big-txt {
		padding-right: 30px;
	}
	
	.michelin-star-home {
		display: none;
	}
	
}

/*--------------------------------------------------- Min-width: 940px */

@media only screen and (min-width: 940px) {
	
	header #btn-list {
		flex-direction: row;
	}
	
	header #btn-list .btn {
		margin: 0 0 0 3px;
	}
	
}

/*--------------------------------------------------- Min-width: 1025px AND min-height: 780px */

@media only screen and (min-width: 1025px) and (min-height: 780px) {
	
	nav .languages {
	    margin-top: 50px;
	}
	
	nav .languages li {
		font-size: 16px;
	}
	
	nav .languages li,
	nav .languages a,
	nav .languages a span {
		font-size: 16px;
	}
	
	#book-popup {
		max-width: 300px;
		max-height: 300px;
	}
	
	#book-popup-content {
		width: calc(100% - 60px);
		height: calc(100% - 60px);
		left: 30px;
		top: 30px;
	}
	
	#book-popup svg {
		width: 50px;
	}
	
	#book-popup h4 {
		font-size: 20px;
		padding: 20px 32px 0;
	}
	
}

/*--------------------------------------------------- Min-width: 1024px */

@media only screen and (min-width: 1024px) {
	
	.ads {
		display: inline;
		margin: 0;
	}
	
	.two-columns-restaurant .container > div:last-child {
		width: 31%;
		margin-left: auto;
	}
	.two-columns-restaurant .container > div:first-child {
		width: 60%;
	}
	
	.two-columns-restaurant-invert .container > div:last-child {
		width: 60%;
		margin-left: 0;
	}
	.two-columns-restaurant-invert .container > div:first-child {
		width: 31%;
		margin-left: auto;
	}
	
	.two-columns-restaurant-centered .container > div:last-child {
		width: 65%;
	}
	.two-columns-restaurant-centered .container > div:first-child {
		width: 35%;
	}
	
	.restaurant-smaller {
		width: 40% !important;
	}
	
}

/*--------------------------------------------------- Min-width: 1200px */

@media only screen and (min-width: 1200px) {
	
	.big-font {
		width: 50%;
	}
	
	.spacer-sec {
		height: 80px;
	}
	
	.spacer-no-mobile {
		height: 80px;
	}
	
	footer .legal {
		margin: 43px 0 0;
	}
	
	.two-columns .container > div:first-child {
		width: 50%;
	}
	
	.two-columns .container > div:last-child {
		width: 50%;
	}
	
	.two-columns .go-left,
	.two-columns .go-right {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	
	.sec-restaurant .container > div:first-child {
		width: 40%;
		margin-right: 10%;
	}
	
	.sec-restaurant .container > div:last-child {
		width: 45%;
		margin-right: 5%;
	}
	
	.sec-chef {
		margin-top: -10%;
	}
	
	.sec-chef .container > div:first-child {
		width: 40%;
		margin: 0 5%;
	}
	
	.two-colums-centered .container > div:first-child {
		width: 45%;
	}
	
	.accordion-content {
		width: 45% !important;
	}
	
	.two-colums-centered .container {
		align-items: center;
	}
	
	.columns-block .container {
		gap: 10%;
	}
	
	.two-big-columns {
		align-items: stretch;
	}
	
	.two-big-columns > div:last-child img {
		height: 100%;
		object-fit: cover;
	}
	
	.brands {
		padding: 30px 0 50px;
	}
	
	.brands .container a {
		margin: 0 7%;
	}
	
}
	
/*--------------------------------------------------- Min-width: 1300px */

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

	.page-template-home .two-columns .container > div:last-child {
		width: 40%;
		margin-left: 10%;
	}
	.page-template-home .sec-restaurant .container > div:first-child {
	    width: 40%;
	    margin: 0;
	}
	.page-template-home .sec-restaurant .container > div:last-child {
		width: 35%;
		margin-right: 25%;
		margin-left: 0;
	}
	
	.page-template-il-menu .two-columns .container > div:last-child {
		width: 35%;
		margin-left: 15%;
	}
	.page-template-il-menu .two-columns-invert .container > div:last-child {
		width: 50%;
		margin-left: 0;
	}
	.page-template-il-menu .two-columns-invert .container > div.pre-accordion-content {
		width: 40%;
		margin-right: 10%;
	}
	
	.page-template-lo-chef .two-columns .container > div.cop {
		width: 40%;
		margin-right: 10%;
	}
	.page-template-lo-chef .two-big-columns > div {
		width: 45%;
		margin-left: 5%;
	}
	.page-template-lo-chef .two-big-columns > div:first-child {
		padding: 0 5%;
	}
	
	.page-template-esperienze .two-columns-restaurant-centered .container > div:first-child {
		margin-left: 5%;
	}
	.page-template-esperienze .two-columns-restaurant-centered .container > div:last-child {
		width: 50%;
	}
	.page-template-esperienze .two-columns-restaurant .container > div:last-child img {
		padding-left: 0;
	}
	
	.page-template-regala-una-cena .two-columns-restaurant-centered .container > div:last-child {
		width: 50%;
	}
	.page-template-regala-una-cena .two-big-columns > div:first-child {
		padding: 0 10% 0 5%;
	}
	.page-template-regala-una-cena .two-big-columns > div:last-child {
		width: 32%;
		margin-left: auto;
	}
	
	.page-template-press .two-columns .container > div:first-child {
		width: 40%;
	}
	.page-template-press .two-columns .container > div:last-child {
		margin-left: 10%;
	}
	
}
	
/*--------------------------------------------------- Min-width: 1600px */

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

	header {
		width: var(--max-width);
		left: 50%;
		margin-left: var(--half-max-width);
	}
	
	#scroll-down {
		left: 50%;
		margin-left: -720px;
	}
	
	.two-big-columns > div:first-child {
		padding: 0 10%;
	}
	
	#book-popup {
		right: calc(50vw - 800px);
	}
	
	main .container {
		width: 90%;
	}
	
	.go-right {
	    width: 65%;
	    margin-left: 35%;
	}
	
}