﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: left;
  word-break: break-all;
}

@media all and (min-width: 992px) {
  a.navbar-brand {
    text-align: center;
  }
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #7a2e2e;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

.cart {
  border-left:3px solid black;
  background: rgba(40, 40, 40, 0.7);
  z-index: 2;
}

.cart .cart-item-info{
  text-align: left;
  padding: 5px 15px;
}

[v-cloak] {
  display: none !important;
}

.fade-enter-active {
  transition: opacity .5s
}
.fade-enter, .fade-leave-active {
  opacity: 0
}


.cart ul {
  width: 100%;
  font-size: 0.9rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cart ul li {
  vertical-align: top;
  padding: 1rem 1rem 1rem 0;
}

.cart ul .cart-item {
  border-bottom: 1px solid rgb(66, 66, 66);
  background-color: rgb(0,0,0,0.3);
  padding-bottom: 22px;
  margin: 18px;
  display: flex;
}

.cart ul .cart-item .item-title {
  color: white;
  font-size: 24px;
  max-width: 169px;
  line-height: 26px;
}

.cart ul .cart-item .item-price {
  font-weight: bold;
  padding-top: 0.5rem;
}

.price span {
  margin-right:15px;
}

/*
.cart ul .cart-item .item-qty {
}
*/

.cart ul .cart-item .item-btns {
  margin-top: 5px;
  font-weight: 900;
  font-size: 24px;
  color:black;
}

.cart ul .cart-item .item-btns span {
  color:black;
}
.cart ul .cart-item .img{
  background-repeat: no-repeat;
  background-size: cover;
  width: 170px;
  margin: 0 10px;
  height: 160px;
}

.cart ul .cart-item:first-child {
  border-top: none;
  margin-top: 50px;
}

.cart ul .cart-item:last-child {
  border-bottom: none;
}

.cart ul .cart-item button {
  margin-right: 3px;
}

.cart .btn-primary{
  margin-bottom:20px;
}
 /* Customize the label (the container) */
 .radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.radio-container .checkmark {
  position: absolute;
  top: 7px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
} 

/* Customize the label (the container) */
.check-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.marketing-row .check-container {
  font-size: 16px;
  line-height: 18px;
}

/* Hide the browser's default checkbox */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.check-container .checkmark {
  position: absolute;
  top: 6px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 1px solid #c8c8c8;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.check-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  /* Customize the label (the container) */
  .marketing-row .check-container {
    padding-left: 25px;
    font-size: 15px;
    line-height: 15px;
  }

  /* Create a custom checkbox */
  .marketing-row .check-container .checkmark {
    top: 6px;
    left: 0;
    height: 18px;
    width: 18px;
  }

  .marketing-row .check-container .checkmark:after {
    left: 6px;
    top: 2px;
  }
}

.form-group select option{
  color: black !important;
}

#placeOrderWindow label{
  color: white;
}

#placeOrderWindow{
  margin: 20px auto;
}

.btn-lg.btn-block{
  font-size: 22px;
}

.sizes{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sizes .name-and-price{
  flex-grow: 1;
  flex-basis: 50px;
  display: flex;
  flex-direction: column;
}
.sizes .topping-name{
  font-size: 18px;
  color: white;
}
.sizes .topping-price{
  font-size:18px;
  color: yellow-green;
}

.sizes .radio-container{
  padding: 8px 0;
}
  
.sizes label{
  flex-grow: 1;
  flex-basis: 0;
  width: 34%;
  margin: 9px 5px;
  display: flex;
  align-items: center;
}
.sizes label span{
  color: white !important;
}

.pizza-svg-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid white;
  border-radius: 50%;
  height: 36px;
  width: 36px;
}
.pizza-svg-wrapper .pizza-svg{
  height: 24px;
  fill: white;
}
.pizza-svg-wrapper .circle{
  background: white;
  height: 24px;
  width: 24px;
  border-radius: 50%;
}

.radio-container.active .pizza-svg-wrapper{
  border: 2px solid #2196F3;
}
.radio-container.active .pizza-svg-wrapper .pizza-svg{
  fill: #2196F3;
}
.radio-container.active .pizza-svg-wrapper .circle{
  background: #2196F3;
}
.sizes.heading div{
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
  color: white;
  text-decoration: underline;
  font-size: 20px;
}

.sizes .radio-container{
  display: flex;
  justify-content: center;
}


/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
 .StripeElement {
  box-sizing: border-box;

  height: 40px;

  padding: 10px 12px;

  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.services-wrap .btn.btn-white{
  padding: 12px 20px;
}

.price span{
  padding-bottom:8px;
}

/* The site chrome only. Scoped to the direct child of body so that
   <header> elements inside page content stay in normal flow. */
body > header{
  position:fixed;
  width: 100%;
  z-index: 11;
}

.sepia{
  filter: sepia(100%);
    -webkit-filter: sepia(1);
    -ms-filter: sepia(100%);    
}

.grayscale {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -ms-filter: grayscale(100%); 
}

.background-img-left{
  background-position: left center !important;
}

.header-displace{
  height: 89px;
}

@media (max-width: 992px) {
  .header-displace{
    height: 64px;
  }
}

.reviews h1 span{
  color: white;
  border-bottom: 2px solid grey;
}

.reviews{
  margin: 15px 0;
}

.reviews .author {
  color: white;
  font-size: 22px;
  line-height: 25px;
}
.reviews .source {
  color: lightblue;
  font-size: 14px;
  line-height: 20px;
}

.reviews .source a {
  color: lightblue;
  text-decoration: underline;
}
.reviews .source a:hover {
  color: lightblue;
  text-decoration: underline !important;
}

.reviews .review span {
  color: white;
  font-size: 15px;
  line-height: 16px;
}

.reviews .swiper-wrapper{
  display: flex;
  align-items: flex-start;
}

.reviews .swiper-container{
  margin: 0 50px;
}

.reviews .user-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.reviews .user-img img{
  border-radius: 10px;
  margin-right: 5px;
}

.reviews .user-info {
  display: flex;
  align-self: center;
  margin-bottom: 9px;
}

.reviews .swiper-button-next, .reviews .swiper-button-prev {
  cursor: pointer;
  color: white;
}

.reviews .swiper-slide, .main-slider .swiper-slide{
  border: 2px solid rgba(255,255,255,0.2);
  box-shadow: 0 4px 8px 0 rgba(255,255,255,0.1);
  border-radius: 10px;
  padding: 16px;
  background-color: #0f0f0f;
  height: 285px;
  overflow-y: auto;
}

.accolades.reviews .swiper-slide {
  height: 255px;
}

.ftco-about .review-slide{
  padding: 35px 20px;
}


@media only screen and (max-width:991px){
  .ftco-about .review-slide{
    padding: 25px 0px;
  }
  .reviews .swiper-wrapper {
    align-items: flex-start;
  }
  .reviews .swiper-slide{
    padding: 15px;
  }
}

@media only screen and (max-width:576px){
  .reviews .swiper-container {
    margin: 0 15px;
  }
  .reviews .swiper-slide, .main-slider .swiper-slide {
    min-height: 220px;
  }
}

.navbar-brand img {
  height: 70px;
}

/* ── The Stunod story: /about ─────────────────────────────────────────
   One continuous document on the black page. Three chapters share a
   single ground, one type scale, and one accent that walks the Italian
   tricolor forward as the story advances: green, white, red.          */

.story,
.story-staff {
  --ink: #121618;
  --cream: #f5f1e9;
  --paper: #d9d5ce;
  --haze: rgba(245, 241, 233, 0.55);
  --hair: rgba(245, 241, 233, 0.13);
  --red: #9f3028;
  --green: #4a8a60;
  --accent: var(--red);
  --display: "Cooper Black", "Josefin Sans", sans-serif;
  --utility: "Josefin Sans", sans-serif;
}

.story {
  padding: 72px 0 96px;
  color: var(--paper);
  background: var(--ink);
  border-bottom: 1px solid var(--hair);
}

.story__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Masthead ─────────────────────────────────────────────────────────── */

.story__masthead {
  position: relative;
  margin-bottom: 84px;
  text-align: center;
}

.story__kicker {
  margin: 0 0 4px;
  color: var(--red);
  font-family: "Nothing You Could Do", cursive;
  font-size: 27px;
  line-height: 1.2;
}

.story__masthead h1 {
  margin: 0;
  color: #fff;
  font-family: var(--display);
  font-size: clamp(46px, 9vw, 92px);
  line-height: 1;
}

.story__dateline {
  margin: 18px 0 0;
  color: var(--haze);
  font-family: var(--utility);
  font-size: 14px;
  letter-spacing: 0.22em;
  line-height: 1.3;
  text-transform: uppercase;
}

/* Chapters ─────────────────────────────────────────────────────────── */

.story__chapter + .story__chapter {
  margin-top: 96px;
  padding-top: 80px;
  border-top: 1px solid var(--hair);
}

.story__chapter--one   { --accent: var(--green); }
.story__chapter--two   { --accent: var(--cream); }
.story__chapter--three { --accent: var(--red); }

.story__head {
  position: relative;
  max-width: 760px;
  margin: 0 auto 60px;
  text-align: center;
}

.story__eyebrow {
  margin: 0 0 14px;
  color: var(--accent);
  font-family: var(--utility);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3em;
  line-height: 1;
  text-transform: uppercase;
}

.story__head h2 {
  margin: 0;
  color: #fff;
  font-family: var(--display);
  font-size: clamp(32px, 5.5vw, 58px);
  line-height: 1.08;
}

.story__years {
  margin: 16px 0 0;
  color: var(--haze);
  font-family: var(--utility);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.3;
  text-transform: uppercase;
}

/* The rule is a progress meter: one segment lights per chapter passed. */
.story__rule {
  display: grid;
  grid-template-columns: repeat(3, 46px);
  gap: 6px;
  justify-content: center;
  height: 5px;
  margin: 28px auto 0;
}

.story__rule span { background: rgba(245, 241, 233, 0.14); }

.story__chapter--one   .story__rule span:nth-child(1),
.story__chapter--two   .story__rule span:nth-child(1),
.story__chapter--three .story__rule span:nth-child(1),
.story-staff .story__rule span:nth-child(1) { background: var(--green); }

.story__chapter--two   .story__rule span:nth-child(2),
.story__chapter--three .story__rule span:nth-child(2),
.story-staff .story__rule span:nth-child(2) { background: #fff; }

.story__chapter--three .story__rule span:nth-child(3),
.story-staff .story__rule span:nth-child(3) { background: var(--red); }

/* Copy ─────────────────────────────────────────────────────────────── */

.story__copy {
  max-width: 740px;
  margin: 0 auto;
}

.story__copy::after {
  content: "";
  display: block;
  clear: both;
}

.story__copy p {
  margin: 0 0 27px;
  color: var(--paper);
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.9;
}

.story__copy > p:first-of-type::first-letter {
  float: left;
  margin: 10px 10px 0 0;
  color: var(--accent);
  font-family: var(--display);
  font-size: 66px;
  line-height: 0.72;
}

/* A turn in the story, not a quotation. Emphasis comes from size and
   air plus a tick of the chapter accent, so it reads as a beat in the
   narrative rather than something someone said. */
.story__copy .story__beat {
  clear: both;
  margin: 58px 0;
  color: #fff;
  font-family: var(--utility);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.52;
}

.story__copy .story__beat::before {
  content: "";
  display: block;
  width: 54px;
  height: 4px;
  margin-bottom: 22px;
  background: var(--accent);
}

.story__copy .story__closing {
  clear: both;
  margin: 56px 0 0;
  padding: 34px 30px;
  border-top: 1px solid var(--hair);
  border-bottom: 1px solid var(--hair);
  color: #fff;
  font-family: var(--display);
  font-size: 24px;
  line-height: 1.55;
  text-align: center;
}

/* Photographs ──────────────────────────────────────────────────────── */

.story__figure {
  width: 46%;
  margin: 6px 0 26px;
}

.story__figure--right {
  clear: both;
  float: right;
  margin-left: 34px;
}

.story__figure--left {
  clear: both;
  float: left;
  margin-right: 34px;
}

.story__figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.story__figure figcaption {
  margin-top: 10px;
  padding-left: 12px;
  border-left: 3px solid var(--accent);
  color: var(--haze);
  font-family: var(--utility);
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 1.45;
}

/* Staff ────────────────────────────────────────────────────────────── */

.story-staff {
  padding: 84px 0 40px;
  color: var(--paper);
}

.story__head--center { margin-bottom: 54px; }

/* No dateline in this header, so the rule sits closer to the title. */
.story__head--center h2 + .story__rule { margin-top: 22px; }

.story-staff__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.story-staff__member {
  width: 210px;
  text-align: center;
}

.story-staff__member img {
  display: block;
  width: 168px;
  height: 168px;
  margin: 0 auto 18px;
  border-radius: 10px;
  object-fit: cover;
  object-position: top center;
}

.story-staff__member h3 {
  margin: 0;
  color: #fff;
  font-family: var(--display);
  font-size: 20px;
  line-height: 1.2;
}

.story-staff__member p {
  margin: 8px 0 0;
  color: var(--haze);
  font-family: var(--utility);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.story-cta {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.story-cta a:focus-visible {
  outline: 3px solid var(--cream, #f5f1e9);
  outline-offset: 4px;
}

@media (max-width: 767px) {
  .story {
    padding: 48px 0 68px;
  }

  .story__masthead {
    margin-bottom: 56px;
  }

  .story__chapter + .story__chapter {
    margin-top: 64px;
    padding-top: 56px;
  }

  .story__head {
    margin-bottom: 42px;
  }

  .story__copy p {
    margin-bottom: 23px;
    font-size: 16px;
    line-height: 1.78;
  }

  .story__copy > p:first-of-type::first-letter {
    font-size: 54px;
  }

  .story__copy .story__beat {
    margin: 44px 0;
    font-size: 23px;
  }

  .story__copy .story__beat::before {
    width: 44px;
    margin-bottom: 18px;
  }

  .story__copy .story__closing {
    padding: 28px 16px;
    font-size: 20px;
  }

  .story__figure,
  .story__figure--left,
  .story__figure--right {
    float: none;
    width: 100%;
    margin: 0 0 26px;
  }

  .story-staff {
    padding: 60px 0 30px;
  }
}

.navbar a:hover{
  text-decoration: underline !important;
}

.navbar a:hover{
  text-decoration: underline !important;
}

.navbar .text{
  display: flex;
  align-items: center;
}

.image-slide .swiper-slide{
  height: 100%;
  min-height: 492px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

button:focus, a:focus, div.btn:focus {
  outline:0 !important;
}

.ftco-footer-social.homepage li {
  margin: 0 40px 0 0;
}

.ftco-footer-social.homepage li a {
  background: white;
}

.ftco-footer-social.homepage li a span {
  color: black;
}


.ftco-footer-social.homepage li:last-child {
  margin: 0 0 0 0;
}

.navbar.ftco-navbar-light {
  background: black !important
}



@font-face {
  font-family: "Cooper Black";
  src: url("/fonts/Cooper Black Regular.woff") format("woff");
  src: url("/fonts/Cooper Black Regular.ttf") format("truetype");
}

.main-order-btn.btn.btn-primary  {
  font-family: 'Cooper Black';
  font-size: 50px;
  color: white;
  text-align: center;
  background-color: black;
  border: 2px solid darkslategray;
  border-bottom: 6px solid gray;
  border-radius: 20px;
  padding: 10px 50px;
  margin-top: 25px;
    text-shadow:
      0 0 7px rgb(255, 246, 147),
      0 0 10px rgb(255, 246, 147),
      0 0 21px rgb(164, 158, 91),
      0 0 42px rgb(164, 158, 91),
      0 0 82px rgb(164, 158, 91),
      0 0 92px rgb(164, 158, 91),
      0 0 102px rgb(164, 158, 91),
      0 0 151px rgb(164, 158, 91);
    box-shadow: 0 0 .2rem rgb(255, 246, 147),
      0 0 .2rem rgb(255, 246, 147),
      0 0 2rem rgb(164, 158, 91),
      0 0 0.8rem rgb(164, 158, 91),
      0 0 2.8rem rgb(164, 158, 91);
}

.main-order-btn.btn.btn-primary:hover {
  background-color: rgb(49, 43, 13);
  text-shadow:
      0 0 7px white,
      0 0 10px white,
      0 0 21px white,
      0 0 42px white,
      0 0 82px white,
      0 0 92px white,
      0 0 102px white,
      0 0 151px white;
    box-shadow: 0 0 .2rem white,
      0 0 .2rem white,
      0 0 2rem white,
      0 0 0.8rem white,
      0 0 2.8rem white;
      border: 4px solid white !important;
        border-bottom: 4px solid white !important;
}

.top-section {
  text-align: left;
  margin: 20px 0;
  padding: 20px 20px 25px 20px;
  border-radius: 20px;
  background-color: rgb(20, 20, 20);
}

@media screen and (max-width: 500px) {
  .main-order-btn.btn.btn-primary  {
    font-size: 30px;
    padding: 10px 20px;
  }
}


.slogan {
  font-family: 'Cooper Black';
  color: white;
  font-size: calc(27px + 2vw);
  line-height: calc(37px + 2vw);
  text-align: center;
  margin-bottom: 10px;
}
.slogan-accent {
  color: rgb(227, 228, 145);
  text-align: center;
}
@media screen and (max-width:1199px) and (min-width:992px) {
  .header-contact-info {
    margin-left: -19px;
    margin-right: 19px;
  }
}

.accolades.reviews .user-img img {
  height: 42px;
  width: 42px;
}
