/*AJ's Dark Maroon Color:
#a91e22
AJ's s mustard yellow:
#f5ac29
AJ's apostraphe yellow:
#fac533
AJ's orange border:
#f26722*/

#yelp-tag a:before {
  content: none;
}

.order-button a:before {
  content: none;
}

.icon-twitter {
  color: #0084FF;
}

.icon-facebook {
  color: #3b5998;
}

.icon-instagram {
  color:#fb3958;
}

.footnote p {
  font-size:10px;
}

.site-custom-gutters .col-md-4 {
  text-align: center;
}

.tab-pane {
  background-color: #a91e22;
}

.tab-pane h5 {
  color:white;
}

.tab-pane p {
  color: #dad8d8;
}

.tab-pane .col-md-6 {
/*  padding-left: 0px;
  padding-right: 0px;*/
}


.hours-col p {
  font-weight: bold;
  text-decoration: underline;
}
.hours-col li {
  text-align: left;
  list-style-type: none;
}

.hour-col table {
  margin-top: 20%;
}

#section-info {
  background-color: white;
}

#section-menu, #section-menu a, #section-menu h2, #section-gallery h2 {
  color:white !important;
  background-color: #a91e22;
}

#section-menu a {
  /*border: white;*/
}
.location p {
  font-weight: bold;
  text-decoration: underline;
}

#order-now-btn {
  border-radius: 4px;
}

body {
  /* background-color: #a91e22; */
}

/*Make the menu text white to stand out against the tinted header image*/
/* .white-menu-links {
  color: white !important;
} */

.black-menu-links {
  color: black !important;
}

#section-fixed-footer {
  position: fixed;
  bottom: 0;
  background-color: white;
  width: 100%;
  padding: 0px;
  z-index: 1;
} 

#section-fixed-footer .order-now-btn {
  height: 100%;
}

#section-fixed-footer .btn.btn-primary {
    background: #A91E22;
    border: none;
    border-radius: 0px;
    height: 50px;
    width: 320px;
}

#section-fixed-footer .btn.btn-primary:hover {
  background: #8A181B;
}

@media screen and (max-width: 644px) {
  #mville-order-ctarow {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 583px) {
  #mville-order {
    margin-bottom: 5px;
  }
}




/*Show fixed footer on mobile*/
@media screen and (min-width: 0px) and (max-width: 991px) {
  #section-fixed-footer {
    display: block;
  }
}

/*Show fixed footer on desktop*/
@media screen and (min-width: 992px) {
  #section-fixed-footer {
    display: none;
  }
}

/*Order Now Button Styles*/
  .glowing-border {
    outline: none;
    border-color: #f26722;
    box-shadow: 0 0 50px #f26722;
  }

  .glowing-border:hover {

  }

  .order-button a {
    display: block;
    width: 220px;
    height: 70px;
    /*z-index: 1;*/
  }
  .order-button a:after {
    content: '';
    /*background: linear-gradient(120deg, #6559ae, #ff7159, #6559ae);*/
    background: linear-gradient(120deg, #a91e22, #f26722, #a91e22);
    background-size: 400% 400%;
    -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 4px, 216px 4px, 216px 66px, 4px 66px, 4px 100%, 100% 100%, 100% 0%, 0% 0%);
    -moz-animation: gradient 3s ease-in-out infinite, border 1s forwards ease-in-out reverse;
    -webkit-animation: gradient 3s ease-in-out infinite, border 1s forwards ease-in-out reverse;
    animation: gradient 3s ease-in-out infinite, border 1s forwards ease-in-out reverse;
  }
  .order-button a > span {
    display: block;
    /*background: linear-gradient(120deg, #6559ae, #ff7159, #6559ae);*/
    background: linear-gradient(120deg, #a91e22, #f26722, #a91e22);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-animation: gradient 3s ease-in-out infinite;
    -webkit-animation: gradient 3s ease-in-out infinite;
    animation: gradient 3s ease-in-out infinite;
  }

  .navbar-toggler {
    color: black !important;
  }

  /* helpers */
  .order-button a, .order-button a:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .order-button a {
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    letter-spacing: 2px;
    line-height: 70px;
    font-size: 20px;
    font-weight: bolder;
  }

  
  /* motion */
  @-moz-keyframes gradient {
    0% {
      background-position: 14% 0%;
    }
    50% {
      background-position: 87% 100%;
    }
    100% {
      background-position: 14% 0%;
    }
  }
  @-webkit-keyframes gradient {
    0% {
      background-position: 14% 0%;
    }
    50% {
      background-position: 87% 100%;
    }
    100% {
      background-position: 14% 0%;
    }
  }
  @keyframes gradient {
    0% {
      background-position: 14% 0%;
    }
    50% {
      background-position: 87% 100%;
    }
    100% {
      background-position: 14% 0%;
    }
  }
  @-moz-keyframes border {
    0% {
      -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 4px, 216px 4px, 216px 66px, 4px 66px, 4px 100%, 100% 100%, 100% 0%, 0% 0%);
    }
    25% {
      -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 4px, 216px 4px, 216px 66px, 216px 66px, 216px 100%, 100% 100%, 100% 0%, 0% 0%);
    }
    50% {
      -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 4px, 216px 4px, 216px 4px, 216px 4px, 216px 4px, 216px 4px, 100% 0%, 0% 0%);
    }
    75% {
      -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 4px, 4px 4px, 4px 4px, 4px 4px, 4px 4px, 4px 4px, 4px 0%, 0% 0%);
    }
    100% {
      -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 0% 100%);
    }
  }
  @-webkit-keyframes border {
    0% {
      -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 4px, 216px 4px, 216px 66px, 4px 66px, 4px 100%, 100% 100%, 100% 0%, 0% 0%);
    }
    25% {
      -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 4px, 216px 4px, 216px 66px, 216px 66px, 216px 100%, 100% 100%, 100% 0%, 0% 0%);
    }
    50% {
      -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 4px, 216px 4px, 216px 4px, 216px 4px, 216px 4px, 216px 4px, 100% 0%, 0% 0%);
    }
    75% {
      -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 4px, 4px 4px, 4px 4px, 4px 4px, 4px 4px, 4px 4px, 4px 0%, 0% 0%);
    }
    100% {
      -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 0% 100%);
    }
  }
  @keyframes border {
    0% {
      -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 4px, 216px 4px, 216px 66px, 4px 66px, 4px 100%, 100% 100%, 100% 0%, 0% 0%);
    }
    25% {
      -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 4px, 216px 4px, 216px 66px, 216px 66px, 216px 100%, 100% 100%, 100% 0%, 0% 0%);
    }
    50% {
      -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 4px, 216px 4px, 216px 4px, 216px 4px, 216px 4px, 216px 4px, 100% 0%, 0% 0%);
    }
    75% {
      -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 4px, 4px 4px, 4px 4px, 4px 4px, 4px 4px, 4px 4px, 4px 0%, 0% 0%);
    }
    100% {
      -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 0% 100%);
    }
  }
/*End Order Now Button Styles*/



/* Gift card css */
/* .d-flex {
  display: flex;
}

.mar-t-1 {
  margin-top: 15px;
}

.text-center {
  text-align: center;
} */

.gift-card {
  border-radius: 10px;
  background: #fafafa;
  width: 430px;
  color: #3d3d3d;
  display: flex;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  bottom: 15rem;
  left: 1rem;
}

.gift-card__image {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  flex: 1;
  max-width: 150px;
  background-size: auto;
  background-image: url(../imgs/ajsLogoNoText.png);
  background-color:black;
  background-repeat: no-repeat;
  background-position: center;
}

.gift-card__content {
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.gift-card__content a:before {
  background: none;
}

.gift-card__msg {
  font-size: 10px;
  display: block;
  margin-top: 10px;
}

.gift-card__details {
  margin-top: auto;
  align-items: center;
  line-height: 1;
}

.gift-card-buy {
  display: inline-block;
  background: white;
  color: black;
  padding: .4rem;
  margin-top: 20px;
  font-size: 20px;
  border: 1px solid #e3e3e3;
}

.gift-card__amount {
  font-size: 2.5rem;
}

.gift-card__amount-remaining {
  font-size: 14px;
  margin-top: 7px;
}


@media only screen and (max-width:60em) { 
  /* CSS rules here */
  .gift-card {
    width: 365px;
    position: initial;
    margin: 0 auto;
  }
}

.site-cover ul {
  margin-top: .5rem;
  margin-bottom: .5rem;
}


.navbar-dark .navbar-brand {
  color: black;
}




/* Restyled header */
.header-custom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: black;
  font-family: "Raleway", sans-serif;
  text-align: left;
}

.header-custom p {
  margin-bottom: 0;
}

.store-info-block,
.block-hours,
.block-amenities,
.block-buttons,
.block-social {
  margin-bottom: 1.5rem;
}


.header-left {
  flex: 1;
}

.header-right {
  flex: 1;
}

.header-right img {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.store-info-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.block-address {
  /* width: 50%; */
  flex: 1;
}

.block-phone {
  /* width: 50%; */
  flex: 1;
}

.block-phone a {
  color: #a91e22;
}


.block-buttons a {
  border: none;
  width: 30%;
  margin-bottom: .5rem;
  text-transform: uppercase;
}

.block-buttons .redbtn {
  background-color: #a91e22;
  margin-right: 1rem;
}

.block-buttons .redbtn:hover {
  background-color: #FDA403;;
}

.block-buttons .blackbtn {
  background-color: black;
  margin-left: 1rem;
}

.block-buttons .blackbtn:hover {
  background-color: #FDA403;;
}

#section-info {
  padding-top: 0;
  padding-bottom: 2rem;
}

.header-left h3 {
  margin-bottom: 1rem;
}

.header-right h2, .header-right h3, #mobile-text {
  display: none;
}

.block-btns {
  margin-top: 2rem;
}

.header-left strong {
  font-size: 18px;
}

#desktop-text, #mobile-text {
  color: black;
  text-align: left;
  margin-top: 2rem;
  line-height: 175%;
}

#section-info .container-fluid {
  padding: 0;
}

#section-info .row {
  margin-right: 0;
  margin-left: 0;
}

/* mobile queries for location page */
@media screen and (max-width: 1024px) {
  .header-custom {
    flex-direction: column-reverse;
  }
  
  .btn-row1 {
    display: flex;
  }

  .btn-row2 {
    display: flex;
  }


  .block-buttons a {
    border: none !important;
    width: 50%
  }

  .block-buttons .redbtn {
    margin-right: .5rem;
  }
  .block-buttons .blackbtn {
    margin-left: .5rem;
  }

  .header-left h2, .header-left h3, #desktop-text {
    display: none;
  }

  .header-right h2, .header-right h3, #mobile-text {
    display: block;
  }

  .block-social {
    text-align: center;
  }

  .site-vh-100 {
    padding-top: 2em;
  }

  .navbar-dark .navbar-brand, .nav-item a {
    /* color: white !important; */
  }

  .header-right img {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}



/* custom homepage */
#section-find,
#section-cater,
#section-order {
  display: flex;
  font-family: "Raleway", sans-serif;
}


#section-find .blackbtn,
#section-cater .blackbtn,
#section-order .blackbtn {
  background-color: black;
  border: none;
}

#section-find .blackbtn:hover,
#section-cater .blackbtn:hover,
#section-order .btn-primary:hover {
  background-color: #FDA403;
}


#section-find .box-one,
#section-find .box-two,
#section-cater .box-three,
#section-cater .box-four,
#section-order .box-five,
#section-order .box-six {
  display: flex;
  flex: 1;
  height: 40rem;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.box-one {
  order: 1;
}

.box-two {
  order: 2;
}

.box-three {
  order: 3;
}

.box-four {
  order: 4;
}

.box-five {
  order: 5;
}

.box-six {
  order: 6;
}


/* .homepage .btn:hover { */
#section-find .blackbtn:hover {
  background-color: #FDA403;
}

#section-find {
  /* margin-top: 104px; */
  color: white;
  /* text-align: center; */

}

#section-find .box-one {
  background-color: #a91e22;
  /* align-items: center; */
  /* justify-content: center; */
}

.box-two-img,
.box-six-img {
  display: none;
}

#section-find .box-two {
  background-image: url(../imgs/theGodfather.jpg);
  background-size: cover;
}

#section-order .box-six {
  background-image: url(../imgs/greekSellout.jpg);
  background-size: cover;
}


.icon-yelp {
  color: #c41200;
}

/* .icon-yelp:hover {

} */

/* #section-order .box-six {
  background-image: url(../imgs/burger.jpg);
  background-size: cover;
} */

/* .box-six-img {
  display: none;
} */




#section-find .box-one h3,
#section-order .box-five h3 {
  color: white;
}

#section-find .box-one h3,
#section-cater .box-four h3,
#section-order .box-five h3 {
  font-size: 50px;
  font-family: "Raleway", sans-serif;
  padding-bottom: 1.5rem;
}

#section-find .box-one p,
#section-cater .box-four p,
#section-order .box-five p {
  font-size: 20px;
  width: 75%;
  margin: 0 auto;
  /* padding-bottom: 1.5rem; */
  padding-bottom: 2rem;
}

.homepage .btn-primary {
/* #section-find .box-one .btn-row-homepage a { */
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  border: none;
}
#section-find .box-one .btn-row-homepage a:first-child {
  margin-right: 2rem;
}

#section-find .box-one .btn-row-homepage a:nth-child(2) {
  margin-left: 2rem;
}

.navbar-homepage {
  position: initial;
}

.navbar-dark .navbar-nav .nav-link {
  color: black;
}

.homepage .site-section {
  padding: 0;
}


.homepage .site-footer {
  padding-top: 4rem;
}

.box-five {
  background-color: black;
  color: white;
}

.box-five .btn-primary {
  background-color: white;
  color: black;
  font-weight: bold;
}

.box-five .btn-primary:hover {
  background-color: white;
}

/* mobile queries for homepage */
@media screen and (max-width: 1024px) {

  #section-find,
  #section-cater,
  #section-order {
    /* flex: 0; */
    flex-direction: column;
}

  /* #section-find .box-one,
  #section-find .box-two,
  #section-cater .box-three,
  #section-cater .box-four,
  #section-order .box-five,
  #section-order .box-six {
    width: 100%;
    flex: 0;
    flex: auto;
    flex-direction: column;
    width: 100%;
  } */
  
  .box-three {
    order: 4;
  }
  
  .box-four {
    order: 3;
  }

  #section-find .box-one .btn-row-homepage a:first-child,
  #section-find .box-one .btn-row-homepage a:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
  }

  .box-two-img,
  .box-six-img {
    display: block;
    width:100%;
    object-fit: cover;
  }
  
  #section-find .box-two,
  #section-order .box-six {
    background-image: none;
  }

  .box-one .flex-contain,
  .box-four .flex-contain,
  .box-five .flex-contain {
    /* height: 60vh; */
    height: 30rem;
  }

  #section-find .box-one h3,
  #section-cater .box-four h3,
  #section-order .box-five h3 {
    font-size: 50px;
    font-family: "Raleway", sans-serif;
    /* padding-top: 25%; */
    padding-top: 5rem;
  }

  #section-find .box-one p,
  #section-cater .box-four p,
  #section-order .box-five p {
    font-size: 20px;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 1.5rem;
  }

  .btn-row-homepage {
    padding-top: 2rem;
  }
  
  .site-cover .btn-row-homepage .btn {
    width: auto !important;
  }

  #section-find .box-one .btn-row-homepage a:first-child {
    margin-right: .5rem;
  }
  
  #section-find .box-one .btn-row-homepage a:nth-child(2) {
    margin-left: .5rem;
  }

}

.navbar-dark .navbar-brand:hover {
  color: #a91e22;
}

.closed-text {
  padding: 0px 5px;
}