@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Playfair+Display:ital,wght@0,400;0,500;0,700;1,400&display=swap');

@font-face {
  font-family: 'Rustick';
  src: url('../fonts/Rustick/38ECD8_1_0.eot');
  src: url('../fonts/Rustick/38ECD8_1_0.eot?#iefix') format('embedded-opentype'), url('../fonts/Rustick/38ECD8_1_0.woff2') format('woff2'), url('../fonts/Rustick/38ECD8_1_0.woff') format('woff'), url('../fonts/Rustick/38ECD8_1_0.ttf') format('truetype');
}

@keyframes spin1 {
  0% {
  -moz-transform: translate(0.5rem, -0.7rem) rotate(320deg);
  -webkit-transform: translate(0.5rem, -0.7rem) rotate(320deg);
  -o-transform: translate(0.5rem, -0.7rem) rotate(320deg);
  -ms-transform: translate(0.5rem, -0.7rem) rotate(320deg);
  }
  100% {
  -moz-transform: translate(0.5rem, -0.7rem) rotate(680deg);
  -webkit-transform: translate(0.5rem, -0.7rem) rotate(680deg);
  -o-transform: translate(0.5rem, -0.7rem) rotate(680deg);
  -ms-transform: translate(0.5rem, -0.7rem) rotate(680deg); 
  }
}

*:focus {
  outline: none !important;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.7em;
  background: #000;
  color: #fff;
}

.loader {
  display: none;
}

.wrapper {
  padding: 0 15px;
  box-sizing: border-box;
}

h1, h6 {
  font-family: 'Rustick', sans-serif;
  margin: 0 0 0.3em 0;
  font-size: 3.8em;
  line-height: 0.1rem;
  font-weight: normal;
  letter-spacing: -0.05em;
}
h1 span, h6 {
  line-height: 1.1em;
}

h1 em, h3, h2, h5 {
  font-family: 'Playfair Display', sans-serif;
  font-weight: normal;
  font-style: italic;
  margin: 0 0 0.2em 0;
  font-size: 2.4rem;
  line-height: 1.2em;
  letter-spacing: 0;
}
h1 em {
  font-size: 2rem;
  line-height: 1.3em;
}

h1 strong {
  font-family: 'Playfair Display', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  font-size: 1.5rem;
  line-height: 1.6em;
	display: block;
  margin: 0 0 2rem 0;
	
}

h2, h5 {
  font-weight: bold;
  font-style: normal;
  font-size: 1.1em;
  line-height: 1.2em;
}

h5 {
  font-size: 1.6em;
  margin-bottom: 0.5em;
}
h5 span {
	display: block;
	float:right;
	font-weight: normal;
	font-size: 0.8em;
	line-height: 1.4em;
}

h6 {
	padding-top: 1rem;
}

a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

footer a:active, .call-wrapper a:active {
  text-decoration: underline;
}

button, select {
  display: inline-block;
  margin: 0.6rem auto;
  box-sizing: content-box;
  padding: 0.5rem 1.8rem;
  height: 2.5rem;
  min-width: 220px;
  font-family: 'Playfair Display', sans-serif;
  font-weight: bold;
  font-size: 1.6em;
  letter-spacing: 0.02em;
  border: 2px solid #d05d15;
  border-radius: 2.5em;
  background: #d05d15;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  box-shadow: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

button.menu, button.call {
  display: block;
}

button.menu {
  border-color: #000;
  background: #000;
	color:#fff;
}

button.secondary, select {
  border: 2px solid #fff;
  background: none;
  color: #fff;
}
button.secondary.dark {
  border: 2px solid #000;
  background: none;
  color: #000;
}

button:active {
  background: #fff;
  color: #000;
  border-color: #fff;
}
button.secondary.dark:active {
  background: #000;
  color: #fff;
}

button.call icon, button.glovo icon, button.uber icon {
  position: relative;
  display: inline-block;
  margin-right: 0.3rem;
  width: 1.6rem;
  height: 1rem;
}

button.call icon::after, button.glovo icon::after, button.uber icon::after {
  content: '';
  display: block;
  position: absolute;
  top: -0.2rem;
  right: 0.5rem;
  background: url("../imgs/phone.svg") center center no-repeat;
  background-size: contain;
  width: 1.6rem;
  height: 1.6rem;
}
button.glovo icon, button.uber icon {
  margin-right: 0rem;
  width: 100%;
}
button.glovo icon::after {
  background: url("../imgs/glovo-logo.svg") center center no-repeat;
  background-size: contain;
  width: 100%;
  height: 1.8rem;
  top: -0.7rem;
  right: -4px;
  transition: all 0.3s ease;
}
button.uber icon::after {
  background: url("../imgs/ubereats-logo.svg") center center no-repeat;
  background-size: contain;
  width: 100%;
  height: 1.2rem;
  top: -0.1rem;
  right: -4px;
  transition: all 0.3s ease;
}

button.glovo:active icon::after, button.uber:active icon::after {
  -webkit-filter: brightness(0) saturate(0);
  filter: brightness(0) saturate(0);
}

.call-wrapper {
  position: relative;
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease, opacity 0.2s ease 0.2s;
  margin: 0 !important;
}

.call-wrapper.show {
  height: 140px;
  opacity: 1;
  margin: inherit !important;
}

.call-wrapper a, .call-wrapper em {
  display: block;
  margin-top: 0.8rem;
  font-size: 0.9em;
}

.call-wrapper a {
  margin-top: 0rem;
}

.call-wrapper em {
  color: #999;
}

.call-wrapper .desktop-label {
  display: none;
}

.getLocation {
  position: absolute;
  z-index: 10;
  min-width: 45px;
  width: 0;
  border-color: #fff;
  border-width: 0 0 0 1px;
  background: none;
  border-radius: 0 2.5em 2.5em 0;
  padding: 0.2rem;
  right: 0;
  top: calc(1px + 0.4rem);
}

.getLocation::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  transform: translate(0.5rem, -0.8rem) rotate(-45deg);
  border: solid #fff;
  border-width: 2px;
  border-radius: 50% 50% 50% 0;
  width: 1.2rem;
  height: 1.2rem;
  transition: all 0.3s ease;
  animation: none;
  -webkit-animation: none;
}

.getLocation::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  transform: translate(1.05rem, -0.25rem);
  background: #fff;
  border-width: 0;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}
.getLocation.loading::after {
  background: none;
}
.getLocation.loading::before {
  border-width: 2px 2px 0 0;
  animation: spin1 0.5s infinite linear;
  -webkit-animation: spin1 0.5s infinite linear;
}

button.getLocation:active {
  background: none;
  color: #fff;
  border-color: #fff;
}

.select-wrapper {
  display: block;
  position: relative;
}

.select-wrapper::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  transform: rotate(-45deg);
  border: solid #fff;
  border-width: 0px 0px 2px 2px;
  width: 1rem;
  height: 1rem;
  right: calc(45px + 1.6rem);
  top: calc(50% - 0.8rem);
}

select {
  position: relative;
  z-index: 5;
  text-align: left;
  font-size: 1.2em;
  font-weight: normal;
}

select::-ms-expand {
  display: none;
  /* remove default arrow in IE 10 and 11 */
}

select:focus {
  outline: none !important;
}

select:active {
  background: #fff;
  color: #000;
}
.btn-row {
display: inline-block;
}

/***** HEADER *****/
header, .slider {
  background: url("../imgs/ardosia_bg.jpg") top center no-repeat;
  background-size:cover;
  padding: 0 15px 10vh;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
	position: relative;
}
header {
	padding-bottom: 5vh;
	
}
header::before {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  height: 71px;
  width: 100%;
  background: url("../imgs/pattern.svg") bottom center repeat-x;
}

.header-img {
	width:100vw;
	max-width:600px;
	height:auto;
	margin: auto;
	display: block;
	margin-left:-15px;
	margin-top:3.5rem;
}

header p {
  padding: 0 10px;
  box-sizing: border-box;
  max-width: 400px;
  margin: 0.5em auto 1.5em;
}

.header-logo {
  width: 250px;
  height: 150px;
  background: url("../imgs/logo.svg") center bottom no-repeat;
  background-size: contain;
  margin: 0 auto 20px;
}
.divider {
	height: 0.6rem;
	display: block;
}

.promo-badge {
	margin: -18rem auto 20px calc(50vw - 2rem);
  text-align: center;
  border-radius: 50%;
  padding: 20px 20px 15px;
  width: 130px;
  height: 130px;
  background: #d05d15;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  box-sizing: border-box;
	position: absolute;
}

.promo-badge h2 span {
  color: #000;
  font-family: 'Rustick', sans-serif;
  font-size: 3.6em;
  letter-spacing: -0.07em;
  line-height: 1em;
	font-weight: normal;
}

.promo-badge h2 span span {
  font-size: 0.7em;
  position: relative;
  top: -0.2em;
}

/***** SLIDER *****/
.slider {
  background: url("../imgs/slider.jpg") bottom right no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 15vh 15px calc(15vh + 50px);
}

.slider * {
  position: relative;
  z-index: 5;
}

.slider p {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.slider::before {
  content: '';
  display: block;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  width: 100%;
  height: 90%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/***** MENU *****/
.menu-wrapper {
  padding: calc(10vh + 20px) 15px 10vh;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  background: url("../imgs/ardosia_bg.jpg") top center no-repeat;
	background: #fff;
  background-size: cover;
	color:#000;
}

.menu-wrapper::before {
  content: '';
  display: block;
  position: absolute;
  top: -50px;
  left: 0;
  height: 71px;
  width: 100%;
  background: url("../imgs/pattern.svg") bottom center repeat-x;
}

.menu-wrapper p {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
	
}
.menu-wrapper h3 {
	position: relative;
	margin-left:auto;
	margin-right:auto;
	display: inline-block;
	margin: 0.2em 0 0.8em 0;
}
.menu-wrapper h3::after {
  content: '';
  display: block;
  position: absolute;
  bottom:-0.15em;
  left: 10%;
  height: 4px;
  width: 80%;
  background: url("../imgs/line.svg") center center no-repeat;
	background-size: 100% 100%;
}

.menu-container {
  max-width: 450px;
  text-align: left;
  margin: 0 auto 0;
}

.menu-row {
  margin-bottom: 1.8rem;
}

.menu-row p {
  font-size: 0.9em;
  line-height: 1.5em;
  margin: 0 0 0.5em;
}

.menu-wrapper a {
  color:#000;
	text-decoration: underline;
}
.mb-logos {
	max-width:120px;
	margin-top:1rem;
	padding-left:0.5rem;
}

/***** PIZZAS *****/
.pizza-wrapper, .lab-wrapper {
  display: block;
  padding: 15vh 15px;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  background: url("../imgs/pizzas.jpg") bottom left no-repeat;
  background-size: cover;
  text-align: center;
}
.lab-wrapper {
  background: url("../imgs/lab.jpg") bottom left no-repeat;
  background-size: cover;
}

.pizza-wrapper h3 {
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
	padding-bottom:0.5rem;
}


/***** FOOTER *****/
footer {
  max-width: 450px;
  margin: 0 auto;
  padding: 30px 65px 20px 15px;
  width: 100%;
  box-sizing: border-box;
  background: #000;
  position: relative;
}

footer a {
  margin-right: 15px;
  font-size: 0.9em;
  white-space: nowrap;
}

footer p, .menu-wrapper em p {
  font-size: 0.75em;
	line-height: 1.8em;
}
.menu-wrapper em p {
  font-size: 0.85em;
	line-height: 1.8em;
}

footer .social {
  position: absolute;
  top: 32px;
  right: 15px;
  display: flex;
  flex-direction: row;
}

footer .social a {
  margin: 0 3px;
}

footer .social_ig, footer .social_fb {
  width: 22px;
  height: 22px;
  background: url("../imgs/social_ig.svg") center center no-repeat;
  background-size: contain;
}

footer .social_fb {
  background: url("../imgs/social_fb.svg") center center no-repeat;
  background-size: contain;
}

footer .social_fb:active, footer .social_ig:active {
  filter: invert(27%) sepia(61%) saturate(3078%) hue-rotate(325deg) brightness(95%) contrast(97%);
}

option {
  color: #000;
}

@media (min-width: 375px) {
  button, select {
    min-width: 250px;
  }
	.header-img {
	margin-top:2.5rem;
}
}

@media (min-width: 540px) {
  h1, h6 {
    margin: 0 0 0.2em 0;
    font-size: 4.5em;
  }

	.header-img {
	margin-top:1.5rem;
	width:90vw;
	margin-left:auto;
}
	.promo-badge {
	margin: -19rem auto 20px calc(50vw - 1rem);
}

  .call-wrapper {
    display: block;
  }

  .slider {
    /*background-size: 120vw auto;*/
  }
}

@media (min-width: 768px) {
	.hide-t {
		display:none;
	}
  header {
    min-height: 100vh;
	padding-bottom: 10vh;
}

  header p {
    max-width: 650px;
    margin: 1em auto 2.5em;
  }

  .header-logo {
  width: 340px;
  height: 180px;
  }
  h2 {
    font-size: 1.4em;
  }

  button, select {
    margin: 1rem auto;
  }

  .btn-row {
    display: flex;
    justify-content: center;
  }

  .btn-row div {
    margin-right: 8px;
    margin-left: 8px;
  }
	
  .slider .btn-row div {
    margin-right: 5px;
    margin-left: 5px;
  }

  .select-wrapper::before {
    top: 2.1rem;
  }

  .link-wrapper {
    display: block;
  }
.call-wrapper {
    height:0;
    width:0;
  }
	.call-wrapper .link-wrapper {
		white-space: nowrap;
	}
  .call-wrapper.show {
    height: 100%;
    width: calc(260px + 3.6rem);
  }
  .call-wrapper a, .call-wrapper em {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
  }

  .call-wrapper .desktop-label {
    display: inline-block;
  }

  .call-wrapper .mobile-label {
    display: none;
  }

  .promo-badge {
    /*transform: rotate(20deg);
    margin-left: calc(50vw + 150px);*/
    margin-bottom: 0;
    width: 160px;
    height: 160px;
	  padding-top:24px;
	margin: -21rem auto 20px calc(50vw - 1rem);
}

  .promo-badge h2 span {
    font-size: 4rem;
  }
	.header-img {
	max-width:800px;
}

  .slider {
    /*background-size: 100vw auto;*/
  }

  .slider p {
    max-width: 650px;
  }

  .menu-wrapper p {
    max-width: 450px;
  }
	
	.menu-wrapper em p {
    max-width: 650px;
  }

  .menu-container {
    max-width: 680px;
    display: flex;
  }

  .menu-row {
    width: 305px;
    padding: 0 25px;
  }

  .pizza-wrapper h3 {
    max-width: none;
  }

  footer {
    max-width: 650px;
  }
}

@media (min-width: 992px) {
  h1, h6 {
    font-size: 5em;
  }

  h3 {
    font-size: 2.7em;
  }

  p {}

  button:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
  }
	button.secondary.dark:hover {
	  background: #000;
	  color: #fff;
	}
	
	.menu-wrapper a:hover {
  color:#d05d15;
}

  footer a:hover, .call-wrapper a:hover {
    text-decoration: underline;
  }
	button.glovo:hover icon::after, button.uber:hover icon::after {
		-webkit-filter: brightness(0) saturate(0);
  filter: brightness(0) saturate(0);
}

  button.getLocation:hover {
    background: none;
    color: #fff;
    border-color: #fff;
  }

  header {
  }

  .header-logo {
  width: 360px;
  height: 200px;
  }

  .slide h3 {
	  padding-left: 20px;
	  padding-right: 20px;
	  max-width:450px;
	  margin-left:auto;
	  margin-right:auto;
  }
  .slider-row {
    display: flex;
    justify-content: center;
  }

  footer .social_fb:hover, footer .social_ig:hover {
    filter: invert(27%) sepia(61%) saturate(3078%) hue-rotate(325deg) brightness(95%) contrast(97%);
  }
.getLocation:hover::before {
  border-color: #d05d15;
}
.getLocation:hover::after {
  background: #d05d15;
}
.getLocation.loading:hover::before {
  border-color: #fff;
}
.getLocation.loading:hover::after {
  background: none;
}
}

@media (min-width: 1200px) {}