html {
  box-sizing: border-box;
}
@media (min-width: 1400px) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: "Lato", sans-serif;
}

.container {
  max-width: 1180px;
}

main {
  min-height: 70vh;
}

*, *:before, *:after {
  box-sizing: inherit;
}

ol, ul {
  list-style: none;
  padding: 0;
}

h1, h2 {
  font-family: "Oswald", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.ddmg-sig {
  background-color: #2a2a2a;
  padding: 15px 0 65px 0;
}
.ddmg-sig small,
.ddmg-sig a {
  font-size: 12px;
  color: #c9c9c9;
}
.ddmg-sig img {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .mini-sections > div {
    flex: 0 0 50%;
  }
}
.half-container {
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
}
@media screen and (min-width: 576px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 768px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .half-container {
    max-width: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .half-container {
    max-width: 570px;
  }
}
@media screen and (min-width: 1400px) {
  .half-container {
    max-width: 810px;
  }
}

.half-container {
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
}
@media screen and (min-width: 576px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 768px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .half-container {
    max-width: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .half-container {
    max-width: 570px;
  }
}
@media screen and (min-width: 1400px) {
  .half-container {
    max-width: 810px;
  }
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: opacity 0.8s, transform 0.8s;
}
.reveal_visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Image banner */
.img-banner {
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media screen and (min-width: 1024px) {
  .img-banner {
    padding: 145px 0 65px 0;
  }
}
@media screen and (min-width: 1200px) {
  .img-banner {
    padding: 162px 0 82px 0;
  }
}

.img-banner .container {
  z-index: 0 !important;
}

.img-banner h1 {
  color: #fff;
  font-size: 31px;
  text-align: left;
  margin-bottom: 0px;
  text-align: center;
  text-shadow: 0 0 5px #000;
}
@media (min-width: 1200px) {
  .img-banner h1 {
    font-size: 41px;
  }
}

.img-banner .container {
  z-index: 0 !important;
}

.bgOne {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(images/interiorbanners/img_banner1.jpg);
  background-position: right;
}
@media screen and (min-width: 768px) {
  .bgOne {
    background-position: -335px;
  }
}
@media screen and (min-width: 1024px) {
  .bgOne {
    background-position: center;
  }
}

.bgTwo {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner2.jpg);
  background-position: bottom;
}
@media screen and (min-width: 768px) {
  .bgTwo {
    background-position: bottom;
  }
}

.bgThree {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner3.jpg);
  background-position: 1770px;
}
@media screen and (min-width: 768px) {
  .bgThree {
    background-position: bottom;
  }
}

.bgFour {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner4.jpg);
  background-position: center;
}
@media screen and (min-width: 768px) {
  .bgFour {
    background-position: bottom;
  }
}

.bgFive {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner5.jpg);
  background-position: bottom;
}
@media (min-width: 768px) {
  .bgFive {
    background-position: bottom;
  }
}

.bgSix {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner6.jpg);
  background-position: bottom;
}
@media (min-width: 768px) {
  .bgSix {
    background-position: bottom;
  }
}

.overlay-title {
  position: absolute;
  background: rgba(0, 0, 0, 0.58);
  padding: 30px 0 40px 0;
}
@media (min-width: 768px) {
  .overlay-title {
    padding: 30px 0 40px 0;
  }
}
@media (min-width: 1024px) {
  .overlay-title {
    padding: 40px 0 40px 0;
  }
}
@media (min-width: 1200px) {
  .overlay-title {
    padding: 97px 0 40px 0;
  }
}

.overlay-title h1 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .overlay-title h1 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .overlay-title h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .overlay-title h1 {
    font-size: 37px;
  }
}

main.stop-text-bg {
  background: url("../../images/phone-bg.jpg") no-repeat left;
  background-position: center;
  background-size: cover;
}

main.logo-bg {
  background: url("../../images/pk-logo-transparent.png") no-repeat left;
  background-position: left bottom;
}
@media (min-width: 768px) {
  main.logo-bg {
    background-size: 65%;
  }
}
@media (min-width: 1200px) {
  main.logo-bg {
    background-size: 34%;
  }
}

.submit-btn, .link-pdf, .return-btn, .btn-search, .btn-location, .btn-specials, .btn-footer, .btn-header, .btn-main2, .btn-main {
  padding: 0.4rem;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}
.submit-btn:focus, .link-pdf:focus, .return-btn:focus, .btn-search:focus, .btn-location:focus, .btn-specials:focus, .btn-footer:focus, .btn-header:focus, .btn-main2:focus, .btn-main:focus {
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .submit-btn, .link-pdf, .return-btn, .btn-search, .btn-location, .btn-specials, .btn-footer, .btn-header, .btn-main2, .btn-main {
    font-size: 13px;
  }
}

.btn-main {
  border: 1px solid #780225;
  background: #780225;
  color: #fff;
  text-shadow: none;
  white-space: normal;
}
.btn-main:hover {
  background: #CC8D00;
  border: 1px solid #CC8D00;
  color: #000;
  text-decoration: underline;
}

.btn-main2 {
  border: 1px solid #FDEA34;
  background: #FDEA34;
  color: #000;
  text-shadow: none;
  white-space: normal;
}
.btn-main2:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
  text-decoration: underline;
}

.btn-header {
  border: 1px solid #fff;
  background: #fff;
  color: #000;
  text-shadow: none;
  white-space: normal;
}
.btn-header:hover {
  background: #FDEA34;
  border: 1px solid #FDEA34;
  color: #000;
  text-decoration: underline;
}

.btn-footer {
  border: 1px solid #fff;
  background: #fff;
  color: #000;
  text-shadow: none;
  white-space: normal;
}
.btn-footer:hover {
  background: #FDEA34;
  border: 1px solid #FDEA34;
  color: #000;
  text-decoration: underline;
}

.btn-specials {
  border: 1px solid #CC8D00;
  background: #000;
  color: #fff;
  text-shadow: none;
  white-space: normal;
}
.btn-specials:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
  text-decoration: underline;
}

.btn-location {
  border: 1px solid #CC8D00;
  background: #fff;
  color: #000;
  text-shadow: none;
  white-space: normal;
}
.btn-location:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
  text-decoration: underline;
}

.btn-search {
  border: 1px solid #fff;
  background: #780225;
  color: #fff;
  text-shadow: none;
  white-space: normal;
  font-size: 13px;
  padding: 0.4rem 1rem;
}
@media (min-width: 768px) {
  .btn-search {
    font-size: 20px;
  }
}
.btn-search:hover {
  background: #FDEA34;
  border: 1px solid #FDEA34;
  color: #000 !important;
  text-decoration: underline;
}

.return-btn {
  border: 1px solid #000;
  background: #FDEA34;
  color: #000;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
}
.return-btn:hover {
  background: #FDEA34;
  border: 1px solid #FDEA34;
  color: #000;
  text-decoration: underline;
}

.link-pdf {
  border: 1px solid #CC8D00;
  background: #CC8D00;
  color: #000;
  text-shadow: none;
  white-space: normal;
}
.link-pdf:hover {
  background: #780225;
  border: 1px solid #780225;
  color: #fff;
  text-decoration: underline;
}

.submit-btn {
  border: 1px solid #FDEA34;
  background: #FDEA34;
  color: #000 !important;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
}
.submit-btn:hover {
  background: #FDEA34;
  border: 1px solid #FDEA34;
  color: #000 !important;
  text-decoration: underline;
}

.market-message button {
  background: transparent;
  color: #000;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  padding: 10px 10px;
  perspective: 30rem;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.308);
  cursor: pointer;
}
.market-message button::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: linear-gradient(320deg, #CC8D00, #FDEA34);
  z-index: -1;
  transition: background 3s;
}
.market-message button:hover::before {
  animation: rotate 1s;
  transition: all 0.5s;
}
@keyframes rotate {
  0% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

.about-us button {
  display: inline-block;
  border: 3px solid #CC8D00;
  padding: 10px;
  background-color: #000;
  color: white;
  font-weight: bold;
  font-size: 17px;
  z-index: 1;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  cursor: pointer;
  text-transform: uppercase;
}
.about-us button::before {
  content: "";
  z-index: -1;
  -webkit-transform: translateY(-100%) translateX(-100%);
  -ms-transform: translateY(-100%) translateX(-100%);
  transform: translateY(-100%) translateX(-100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #CC8D00;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.about-us button:hover {
  color: #000;
}
.about-us button:hover::before {
  -webkit-transform: translateY(0) translateX(0);
  -ms-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}
.about-us button:hover::after {
  -webkit-transform: translateY(100%) translateX(100%);
  -ms-transform: translateY(100%) translateX(100%);
  transform: translateY(100%) translateX(100%);
}

.email-phone button {
  width: 9em;
  height: 3em;
  border-radius: 30em;
  font-size: 15px;
  font-family: inherit;
  border: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #780225;
  color: #fff;
  box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
  text-transform: uppercase;
  cursor: pointer;
}
.email-phone button::before {
  content: "";
  width: 0;
  height: 3em;
  border-radius: 30em;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #CC8D00 0%, #CC8D00 100%);
  color: #fff;
  transition: 0.5s ease;
  display: block;
  z-index: -1;
}
.email-phone button:hover::before {
  width: 9em;
}

:root {
  --theme-secondary-opacity-color: rgb(0, 71, 106, 0.8);
  /* theme secondary color ok*/
}

/* Top Bar
-------------------------------------------------------------- */
#top-bar .top-bar-content a {
  color: #000;
  font-size: 13px;
  line-height: 17px;
}
#top-bar .top-bar-inner-wrap {
  padding: 8px 0px;
}
#top-bar .top-bar-content {
  text-align: right;
}
#top-bar .top-bar-content .inner {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  #top-bar .top-bar-content .inner {
    justify-content: end;
    padding-top: 25px;
  }
}
@media (min-width: 1024px) {
  #top-bar .top-bar-content .inner {
    justify-content: end;
    padding-top: 0px;
    float: right;
  }
}
#top-bar .icons i {
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 0px 9px;
  color: #fff;
  font-size: 20px;
}
#top-bar .icons i:last-child {
  padding-right: 0px !important;
}
#top-bar .icons i:hover {
  color: #fff;
}

/* Header
-------------------------------------------------------------- */
#site-header {
  position: relative;
  background-color: black;
  background-repeat: no-repeat;
  background-position: right;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#site-header .wrap-inner {
  padding-top: 0px;
  padding-bottom: 8px;
}
@media (min-width: 1024px) {
  #site-header {
    position: absolute;
    width: 100%;
    background-color: #0000009e;
    z-index: 1;
  }
}

#site-header-inner {
  position: relative;
}

/* Site Logo */
#site-logo img {
  width: 60%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #site-logo img {
    width: 24%;
    position: absolute;
    top: 6px;
    margin: 0;
  }
}

#site-logo-inner {
  text-align: center;
}

@media (min-width: 1024px) {
  header .logo {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}
header .logo img {
  padding: 10px 0 5px 0;
}
@media (min-width: 768px) {
  header .logo img {
    width: 50%;
    padding: 5px 0;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  header .logo img {
    width: 60%;
    padding: 5px 0;
  }
}
header .navbar .nav-link:hover {
  color: #fff;
}
header .navbar .nav-item a {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  header .navbar .nav-item a {
    font-size: 14px;
  }
}
@media (min-width: 1080px) {
  header .navbar .nav-item a {
    font-size: 14px;
  }
}
@media (min-width: 1180px) {
  header .navbar .nav-item a {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  header .navbar .nav-item a {
    font-size: 16px;
  }
}
header .navbar .nav-item .menu {
  background: #fff;
}
header .navbar .nav-item .menu .dropdown-item {
  color: #000;
  text-shadow: none;
}
header .navbar .nav-item .menu .dropdown-item:hover {
  color: #000;
  background: none;
}
header .navbar .nav-item .order-dropdown {
  background: #780225;
}
header .navbar .nav-item .order-dropdown a:hover {
  background: #780225;
}
header .navbar .order .btn-main {
  background: #780225;
  border: none;
}
header .navbar .order .btn-main .dropdown-item {
  color: #fff;
  text-shadow: none;
}
header .navbar .order .btn-main .dropdown-item:hover {
  color: #fff;
  background-color: #780225 !important;
}

.slideshow-home {
  text-align: center;
}
.slideshow-home .carousel-indicators {
  bottom: 5%;
  cursor: pointer;
}
@media (min-width: 768px) {
  .slideshow-home .carousel-indicators {
    bottom: 1%;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .carousel-indicators {
    bottom: 1%;
  }
}
@media (min-width: 1024px) {
  .slideshow-home a {
    top: 90px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home a {
    top: 0px;
  }
}
.slideshow-home .slider-text {
  position: relative;
  margin-top: 0px;
  z-index: 5;
  padding: 15px;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .slideshow-home .slider-text {
    padding-left: 75px;
    margin-top: -270px;
    text-align: left;
    width: 65%;
    position: absolute;
  }
}
@media (min-width: 1024px) {
  .slideshow-home .slider-text {
    padding-left: 125px;
    margin-top: -250px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .slider-text {
    margin-top: -390px;
    padding-left: 305px;
  }
}
@media (min-width: 1366px) {
  .slideshow-home .slider-text {
    margin-top: -280px;
    padding-left: 185px;
  }
}
@media (min-width: 1800px) {
  .slideshow-home .slider-text {
    margin-top: -350px;
    padding-left: 185px;
  }
}
.slideshow-home .slider-text h1 {
  font-weight: 700;
  font-size: 46px;
  color: #000;
  margin-bottom: 25px;
  margin-left: 0;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .slideshow-home .slider-text h1 {
    font-size: 35px;
    color: #fff;
  }
}
@media (min-width: 1024px) {
  .slideshow-home .slider-text h1 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .slider-text h1 {
    font-size: 46px;
  }
}
.slideshow-home .slider-text p {
  color: #000;
  font-weight: 40;
  margin-bottom: 40px;
  margin-left: 0;
}
@media (min-width: 768px) {
  .slideshow-home .slider-text p {
    color: #fff;
  }
}
.slideshow-home .overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: none;
  z-index: 1;
  height: 148px;
}
@media (min-width: 768px) {
  .slideshow-home .overlay {
    height: 338px;
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 1024px) {
  .slideshow-home .overlay {
    height: 478px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .overlay {
    height: auto;
  }
}

.carousel-fade {
  overflow: hidden;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.8s;
  transition-property: opacity;
}
.carousel-fade .carousel-item img {
  animation: zoom 25s;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}
@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.2, 1.2);
  }
}

.market-message {
  background: #780225;
  position: relative;
  margin-top: 0;
  z-index: 1;
}
@media (min-width: 1024px) {
  .market-message {
    position: relative;
    margin-top: -16%;
    background: #780225c4;
  }
}
@media (min-width: 1200px) {
  .market-message {
    position: relative;
    margin-top: -16%;
    background: #780225c4;
  }
}
@media (min-width: 1500px) {
  .market-message {
    position: relative;
    margin-top: -12%;
    background: #780225c4;
  }
}
.market-message .container-fluid {
  padding: 25px 0;
}
@media (min-width: 1024px) {
  .market-message .container-fluid {
    padding: 15px 0;
  }
}
@media (min-width: 1200px) {
  .market-message .container-fluid {
    padding: 25px 0;
  }
}
.market-message p {
  color: #fff;
  font-size: 30px;
  margin-top: 0px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .market-message p {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .market-message p {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .market-message p {
    font-size: 35px;
  }
}
@media (min-width: 1500px) {
  .market-message p {
    font-size: 40px;
  }
}
.market-message .order-now-btn {
  justify-content: center;
  display: flex;
}
@media (min-width: 768px) {
  .market-message .order-now-btn {
    justify-content: center;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .market-message .order-now-btn {
    justify-content: center;
    display: flex;
  }
}
.market-message .order-now-btn .cta {
  background: #FDEA34;
  border: 2px solid #FDEA34;
  color: #000;
  align-items: center;
  border-radius: 5px;
  display: flex;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
  font-size: 15px;
  justify-content: center;
  left: 50%;
  margin-top: 0%;
  padding: 15px 30px 14px !important;
  position: relative;
  top: 0;
  transform: translateX(-50%);
  transition: all 0.3s linear;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .market-message .order-now-btn .cta {
    font-size: 18px;
    margin-top: 0%;
  }
}
@media (min-width: 1024px) {
  .market-message .order-now-btn .cta {
    justify-content: center;
    display: flex;
    position: absolute;
    margin-top: -4%;
    display: block;
  }
}
@media (min-width: 1200px) {
  .market-message .order-now-btn .cta {
    justify-content: center;
    display: flex;
    position: absolute;
    margin-top: -2%;
    display: block;
  }
}
.market-message .order-now-btn .cta:hover {
  background: #780225;
  color: #fff;
}
.market-message #disclaimer {
  bottom: -15px;
  color: #fff;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 500;
  font-size: 12px;
  margin: 0;
  padding: 0 10px;
  width: 100%;
}

.about-us {
  background: url(../../images/about-bg.jpg);
}

.locations-home {
  background: #fff;
}

.service-box {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  border-radius: 0;
}
.service-box img {
  width: 100%;
  height: auto;
}

.box-1, .box-3, .box-5, .box-7 {
  background: #780225;
}

.box-2, .box-4, .box-6 {
  background: #5e5e5ee5;
}

.serbox-cap {
  position: relative;
  left: 0;
  bottom: 0;
  z-index: 99;
  padding: 10px;
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .serbox-cap {
    height: 166px;
  }
}
@media (min-width: 1200px) {
  .serbox-cap {
    height: 160px;
  }
}
.serbox-cap h2 {
  margin: 0 0 10px;
}
.serbox-cap h2 a {
  color: #fff;
  font-weight: 600;
  line-height: 24px;
  font-size: 25px;
}
.serbox-cap p {
  color: #fff;
  opacity: 1;
  margin-bottom: 0;
}
.serbox-cap p .phone-home {
  color: #fff !important;
}
.serbox-cap .rm {
  background: #fff;
  color: #333;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding: 5px 15px;
  opacity: 0;
}
.serbox-cap .btn {
  font-size: 12px;
  padding: 0.3rem;
}
@media (min-width: 768px) {
  .serbox-cap .btn {
    font-size: 9px;
  }
}
@media (min-width: 1024px) {
  .serbox-cap .btn {
    font-size: 12px;
  }
}

.serbox-cap .rm:hover {
  background: #f7385a;
  color: #fff;
}

.local-services .deprt-icon-box {
  background: #fff;
  border-radius: 0;
  text-align: center;
  height: 300px;
  margin: 0 0 30px;
  box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.07);
  padding: 65px;
  position: relative;
}

.deprt-icon-box img {
  margin: 0 0 20px;
  width: 100px;
  height: 100px;
}

.deprt-icon-box h5 {
  line-height: 32px;
  margin: 0 0 12px;
  text-transform: capitalize;
  font-weight: 600;
}

.deprt-icon-box h5 a {
  color: #222;
}

.local-services .deprt-icon-box:hover {
  padding: 30px 65px;
}

.deprt-icon-box:hover h5 a {
  color: #d94148;
}

.service-page-bottom {
  background: url(../images/eventsbg.jpg) top center;
  padding: 60px 0;
}

.service-page-bottom .newsletter-form {
  background: url(../images/h3newsletterbg.jpg) bottom center;
  background-size: cover;
  padding: 42px 30px;
}

.service-page-bottom .newsletter-form button {
  background: #40407e;
}

.service-page-bottom .newsletter-form button:hover {
  background: #38a1f3;
  color: #fff;
}

.service-page-bottom .emergency-info h5 {
  font-weight: 400;
  padding: 10px 20px;
}

body .panel-group .panel + .panel {
  margin: 0px;
}

.service-page-bottom .emergency-info .panel-group {
  margin-bottom: 5px;
}

.service-page-bottom ul.reports {
  margin: 0 0 30px;
}

.service-page-bottom ul.reports a {
  line-height: 42px;
}

.mini-sections .parallax1 {
  background: url(../../images/phone-bg.jpg);
  background-attachment: inherit;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .mini-sections .parallax1 {
    background-attachment: inherit;
    background-size: 990px;
  }
}
@media screen and (min-width: 1200px) {
  .mini-sections .parallax1 {
    background-attachment: fixed;
    background-position: -345px center;
    background-size: cover;
  }
}
.mini-sections .parallax2 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../images/parallax2.jpg);
  background-attachment: inherit;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mini-sections .card {
  padding: 20px 25px;
  background: #ffffffd6;
}
@media (min-width: 1024px) {
  .mini-sections h2 {
    font-size: 1.7rem;
  }
}
@media (min-width: 1200px) {
  .mini-sections h2 {
    font-size: 2rem;
  }
}
.mini-sections .section-padding {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 1200px) {
  .mini-sections .section-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.mini-sections .section-padding .card {
  border: none;
}
.mini-sections .section-padding .col-lg-8 {
  border-left: 4px solid #780225;
}
.mini-sections .section-padding .col-lg-8 h2 span {
  font-size: 32px;
}
@media (min-width: 1024px) {
  .mini-sections .section-padding .col-lg-8 h2 span {
    font-size: 33px;
  }
}
@media (min-width: 1200px) {
  .mini-sections .section-padding .col-lg-8 h2 span {
    font-size: 39px;
  }
}
.mini-sections .section-padding .col-lg-8 .thin span {
  font-size: 23px;
  background: #fff;
  width: 56%;
  padding: 10px;
  margin-left: -30px;
}
@media (min-width: 768px) {
  .mini-sections .section-padding .col-lg-8 .thin span {
    width: 26%;
  }
}
@media (min-width: 1024px) {
  .mini-sections .section-padding .col-lg-8 .thin span {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .mini-sections .section-padding .col-lg-8 .thin span {
    width: 50%;
  }
}
@media (min-width: 1800px) {
  .mini-sections .section-padding .col-lg-8 .thin span {
    width: 34%;
  }
}
.mini-sections .section-padding .col-lg-8 .thin span a {
  color: #fff;
}
.mini-sections .section-padding .col-lg-8 .ship {
  font-size: 23px;
}
.mini-sections .section-padding .special-heading {
  line-height: 1;
  width: 100%;
  word-wrap: break-word;
  color: #fff;
}
.mini-sections .section-padding .special-heading span {
  display: inline-block;
}
.mini-sections .section-padding .special-heading mark {
  display: inline-block;
}
.mini-sections .section-padding .special-heading.with-decoration span {
  padding-left: 20px;
  position: relative;
}
.mini-sections .section-padding .special-heading.with-decoration span:before {
  background: #f15201;
  border-radius: 2px;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

.footer {
  background-color: #000;
  color: #fff;
  padding: 60px 0;
}
@media (min-width: 320px) {
  .footer {
    text-align: center;
  }
}
.footer img {
  margin: 0 auto;
  width: 50%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .footer img {
    width: 30%;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .footer img {
    width: 100%;
  }
}
.footer ul {
  columns: 1;
  font-size: 0.8rem;
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .footer ul {
    columns: 5;
    text-align: center;
    justify-content: center;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .footer ul {
    columns: 1;
    text-align: left;
    margin-top: 10px;
    display: block;
  }
}
@media (min-width: 1200px) {
  .footer ul {
    columns: 1;
    text-align: left;
    margin-top: 10px;
  }
}
.footer ul li {
  padding: 0 15px;
}
.footer ul a {
  color: #fff;
}
.footer ul a:hover {
  color: #fff;
}
.footer .locations-footer {
  text-align: center;
  font-size: 14px;
}
@media (min-width: 768px) {
  .footer .locations-footer {
    margin-top: 26px;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .footer .locations-footer {
    margin-top: 6px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .footer .locations-footer {
    margin-top: 0px;
    text-align: left;
    padding-left: 40px;
  }
}
.footer .locations-footer .col-12 b {
  color: #CC8D00;
}

.delete-me {
  background: #000;
}
.delete-me a {
  color: #FDEA34;
  font-size: 12px;
}

.email-signup-page {
  background: url(../../images/email-signup-bg.jpg);
}
.email-signup-page .card {
  background-color: #ffffffe3;
}

.locations-list .card {
  background: #eee;
}
.locations-list .location-box {
  background: #780225;
  background-image: url(../../images/pizza-vector.png);
  background-repeat: no-repeat;
  background-size: 65%;
}
.locations-list .location-box a {
  color: #fff;
  font-size: 33px;
}

.locations-detail-page .card {
  background: #eee;
}
@media (min-width: 768px) {
  .locations-detail-page iframe {
    float: right;
    width: 40%;
    margin-left: 10px;
  }
}
.locations-detail-page .btn-main {
  font-size: 18px;
}
@media (min-width: 768px) {
  .locations-detail-page .special-block img {
    float: right;
    margin-left: 15px;
  }
}

.coupon-page .card {
  background: #780225;
  background-image: url(../../images/pk-logo-transparent.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 84%;
  color: #fff;
}
@media (min-width: 768px) {
  .coupon-page .card {
    background-size: 24%;
  }
}

.menu-page .breakfast-row {
  padding: 15px;
}
.menu-page .breakfast-row:nth-of-type(odd) {
  background: #eee;
}
.menu-page .breakfast-row:nth-of-type(even) {
  background: lightgoldenrodyellow;
}
.menu-page .cursive-title {
  font-size: 50px;
  line-height: 1;
  font-family: "Great Vibes", cursive;
}
.menu-page h4 span {
  font-size: 22px;
}

.single-upcoming-events-box {
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  background-color: #fff;
}
.single-upcoming-events-box .events-box {
  display: -ms-flexbox;
  display: block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .single-upcoming-events-box .events-box {
    display: flex;
  }
}
.single-upcoming-events-box .events-box .events-content {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .single-upcoming-events-box .events-box .events-content {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.single-upcoming-events-box .events-box .events-content .content {
  padding: 30px;
}
.single-upcoming-events-box .events-box .events-content .content h2 {
  font-size: 25px;
  font-weight: 600;
}
.single-upcoming-events-box .events-box .events-content .content h2 a {
  display: inline-block;
  color: black;
}
.single-upcoming-events-box .events-box .events-content .content p {
  margin-top: 12px;
}
.single-upcoming-events-box .events-box .events-content .content .location {
  display: block;
  color: #780225;
  margin-top: 15px;
}
.single-upcoming-events-box .events-box .events-content .content .location i {
  color: #FDEA34;
  margin-right: 2px;
}
.single-upcoming-events-box .events-box .events-content .content .join-now-btn {
  display: inline-block;
  margin-top: 20px;
  font-weight: 600;
  position: relative;
  padding-bottom: 3px;
  color: #780225;
}
.single-upcoming-events-box .events-box .events-content .content .join-now-btn::before {
  width: 100%;
  height: 1px;
  background: #CC8D00;
  content: "";
  position: absolute;
  transition: 0.5s;
  left: 0;
  bottom: 0;
}
.single-upcoming-events-box .events-box .events-content .content .join-now-btn:hover {
  color: #780225;
}
.single-upcoming-events-box .events-box .events-content .content .join-now-btn:hover::before {
  width: 0;
}
.single-upcoming-events-box .events-box .events-content .content a:hover {
  text-decoration: none;
}
.single-upcoming-events-box .events-box .events-date {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .single-upcoming-events-box .events-box .events-date {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.single-upcoming-events-box .events-box .events-date .date {
  width: 100%;
  height: 100%;
  background-color: #CC8D00;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: 24px;
  font-weight: 700;
  font-family: "Work Sans", sans-serif;
}
@media (min-width: 768px) {
  .single-upcoming-events-box .events-box .events-date .date {
    width: 108%;
  }
}
@media (min-width: 1024px) {
  .single-upcoming-events-box .events-box .events-date .date {
    width: 105%;
  }
}
.single-upcoming-events-box .events-box .events-date .date .d-date {
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 55px 0;
}
@media (min-width: 768px) {
  .single-upcoming-events-box .events-box .events-date .date .d-date {
    padding: 0;
  }
}
.single-upcoming-events-box .events-box .events-date .date span {
  display: inline-block;
  position: relative;
  z-index: 1;
  letter-spacing: 1px;
}
.single-upcoming-events-box .events-box .events-date .date span::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 4px;
  background: #fff;
  width: 1px;
  height: 30px;
  transform: rotate(40deg);
}
.single-upcoming-events-box .events-box .events-date .date h3 {
  color: #fff;
  margin-bottom: 5px;
  text-shadow: 0 0 4px #000;
  font-size: 30px;
  font-weight: 700;
}
.single-upcoming-events-box .events-box .events-date .date p {
  color: #fff;
  line-height: initial;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}
.single-upcoming-events-box .events-box .events-date .date i {
  display: inline-block;
  font-size: 130px;
  color: #000;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 60%;
  transform: translateY(-50%);
  opacity: 0.2;
}

.event-detail-page .card {
  background: #eee;
}
.event-detail-page .card h3 {
  font-size: 22px;
}
.event-detail-page iframe {
  width: 100%;
}
@media (min-width: 768px) {
  .event-detail-page iframe {
    float: right;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .event-detail-page iframe {
    width: 50%;
  }
}

.employment .card {
  background: #780225;
  color: white;
}

.order-online .card {
  background: #CC8D00;
}

.stop-text .contact-box {
  justify-content: center;
  display: flex;
  padding-top: 4%;
}
@media (min-width: 768px) {
  .stop-text .contact-box {
    padding-top: 28%;
  }
}
@media (min-width: 1024px) {
  .stop-text .contact-box {
    padding-top: 13%;
  }
}
@media (min-width: 1200px) {
  .stop-text .contact-box {
    padding-top: 14%;
  }
}
.stop-text .card {
  background: #ffffffe8;
}
.stop-text .btn-main {
  font-size: 15px;
  border: 1px solid #780225;
}
.stop-text .select select {
  color: #535a5f;
}
.stop-text input::placeholder, .stop-text textarea::placeholder {
  color: #535a5f;
}

/*# sourceMappingURL=design.css.map */
