﻿/* 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;
}

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;
}

.about-text{
  display: flex;
  align-items: center;
  color: white;
  font-size: 20px;
  margin-bottom: 15px;
}

.img-sub-text{
  margin-bottom: 15px;
}

.about-us img {
  border-radius: 15px;
}

.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;
}
