@font-face {
  font-family: Eleveth;
  src: url(/fonts/YellowDesignStudio-EvelethDotRegular.otf);
}

@font-face {
  font-family: EvelethCleanRegular;
  src: url('/fonts/Eveleth Clean Regular.otf');
}

@font-face {
  font-family: FontAwesome;
  src: url(/fonts/FontAwesome.otf);
}

@font-face {
  font-family: EvelethDotLight;
  src: url(/fonts/eveleth-dot-light.otf);
}

@font-face {
  font-family: CoveredByYourGrace;
  src: url(/fonts/CoveredByYourGrace_1.ttf);
}

* {
  font-family: "futura-pt";
}

body {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  font-family: Eleveth;
}

a {
  color: #22BAD9;
}

a:focus, a:hover {
  text-decoration: none;
}

p {
  font-size: 16px;
  line-height: 24px;
}

button:before {
  content: '';
  display: none;
}

.container {
    width: 1645px;
}

.center-image {
  display: block;
  margin: auto;
}

.added-padding-left {
  padding-left: 65px;
}

@media (max-width: 1645px){
  .container {
    width: 100%;
  }
}

button {
  align-items: center;
  background-color: #22BAD9;
  border: 0;
  color: white;
  padding: 5px 7px;
}

button:active {
  background-color: #1B9DB7;
  transition: background-color .3s
}

button:focus {
  outline: none;
}

/*
  Layouts
*/

.bordered-container {
  background-color: #fff;
  box-shadow: 1px 10px 45px #888888;
  margin-top: -320px;
  margin-bottom: 60px;
  position: relative;
  padding: 0;
}

.menu-container {
  padding-bottom: 42px;
}

.menu-grid-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

.add-top-padding {
  padding-top: 200px;
}
/*
  Main navigation
*/

.top-navigation-mobile {
  display: none;
}

.top-navigation {
  position: fixed;
  margin: auto;
  background-color: #1a1a1a;
  height: auto;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  border-bottom: 2px solid #fff;
}

.navbar-logo {
  width: 191px;
}
nav.upper-nav {
  padding-left: 249px;
  padding-right: 30px;
  margin-top: 19px;
}
.upper-nav > div {
  width: 50%;
  display: inline-block;
}
.upper-nav > div:last-of-type {
  text-align: right;
}

.fa-links > li {
  display: inline-block;
  position: relativ;
}

.fa-links > li > a {
  cursor: pointer;
}
.fa-links > li > a:after {
  content: '|';
  font-size: 30px;
  margin-left: 13px;
  margin-top: 0px;
  position: absolute;
}
.fa-links > li:last-of-type > a:after {
  content: none;
}

.fa-links > li > a, nav > div > p > a, nav > div > p {
  color: #fff;
  margin-right: 15px;
  text-decoration: none;
}
.lower-nav {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.lower-nav > a {
  font-size: 16px;
  margin-right: 0;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  transition: ease 0.2s;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  width: 180px;
  text-align: center;
  padding-top: 44px;
  padding-bottom: 17px;
}

.lower-nav > a:last-child {
  color: #1a1a1a;
  background-color: #ffda00;
  height: auto;
  margin-top: 0px;
  padding: 45px 0 0 0;
}

.lower-nav > a:last-child:hover {
  color: #000000;
}

/*@media (max-width: 1510px) {*/
  /*.lower-nav > a:last-child {*/
    /*margin-top:50px;*/
  /*}*/
/*}*/

.lower-nav > a:hover {
  color: #ffda00;
  cursor: pointer;
  transition: ease 0.2s;
}

.lower-nav > a.active {
  color: #ffda00;
}

.lower-nav > a > img {
  display: inline-block;
  width: 231px;
  height: 128px;
  position: absolute;
  left: -20px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: -45px;
  filter: drop-shadow(6px 5px 5px rgba(0,0,0,0.6));
}

.is-active {
  text-decoration: underline;
}

.lower-nav > div {
  background-color: #ffda00;
  position: relative;
  padding: 8px;
  padding-bottom: 0;
}

.lower-nav > div > a {
  font-size: 18px;
  color: #000;
  border: 1px solid #000;
  border-radius: 40px;
  margin-top: 8px;
  padding-top: 5px;
  font-weight: bold;
  padding-bottom: 5px;
  display: block;
  width: 160px;
  text-align: center;
}

.lower-nav > div > ul {
  padding-left: 0;
  margin-bottom: 0;
}

.lower-nav > div > ul > li {
  display: inline-block;
  position: relative;
  width: 48%;
}


.lower-nav > div > ul > li > a {
  color: #000;
  display: block;
  position: relative;
  width: 100%;
  height: 30px;
  font-size: 22px;
}

.lower-nav > div > ul > li:first-of-type > a {
  text-align: right;
  margin-top: 5px;
  padding-right: 15px;
}

.lower-nav > div > ul > li:last-of-type > a {
  text-align: left;
  padding-left: 15px;
}

.navbar-inverse {
  background-color: #1a1a1a;
  border: none;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
}

@media (max-width: 1510px){

  .lower-nav > a > img {
    display: inline-block;
    width: 231px;
    height: 128px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: -55px;
    filter: drop-shadow(6px 5px 5px rgba(0,0,0,0.6));
    object-fit: contain;
  }

  .lower-nav > a {
    padding-top: 54px;
    padding-bottom: 19px;
  }
}

@media (max-width: 1315px){
  .lower-nav > a > img {
    width: 119px;
    height: 92px;
  }

  .lower-nav > a {
    font-size: 13px;
    width: 125px;
  }

  .lower-nav > a:last-child {
    color: #1a1a1a;
    background-color: #ffda00;
    height: auto;
    margin-top: 0px;
    padding: 54px 0 0 0;
  }
}

@media (max-width: 905px){
  .lower-nav > a > img {
    width: 119px;
    height: 92px;
  }

  .lower-nav > a {
    font-size: 13px;
    width: 105px;
  }
}

@media (max-width: 767px){
  .top-navigation {
    display: none;
  }
}

/*
  Subnavigation
*/

.subnavigation-container {
  padding: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.8);
  position: absolute;
  height: 76px;
  position: fixed;
  margin-top: 85px;
  z-index: 99;
}

nav.subnavigation {
  position: absolute;
  bottom: 6px;
}

.subnavigation > a {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  margin-right: 32px;
  transition: all ease 0.2s;
  margin-left: 18px;
}

.subnavigation > a:hover {
  color: #ffda00;
  text-decoration: none;
  transition: all ease 0.2s;
}

.subnavigation > a.active {
  color: #ffda00;
}

main {
  min-height: calc(100vh - 205px);
}

a {
    font-size: 14px;
    margin-right: 10px;
    text-decoration: none;
    padding-bottom: 0;
    border: 0;
}

span {
    font-size: 14px;
    margin-right: 5px;
}

button:before {
    align-self: center;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #ffffff transparent transparent transparent;
    content: "";
    height: 0;
    margin-right: 5px;
    width: 0;
}

/*
Index carosel
*/

.carousel-wrapper {
  padding: 80px 0 0 0;
  height: auto;
  width: 100%;
  display: block;
  overflow: hidden;
}
.item {
  height: auto;
  width: 100%;
  background: rgba(10, 10, 10, 1);
}
.item > img {
  width: 100%;
  position: relative;
  margin: auto;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.carousel-caption {
  display: none;
}
.carousel-wrapper > #myCarousel {
  padding: 0;
}
.caption-holder {
  min-height: 540px;
  width: 520px;
  position: absolute;
  background-color: #fff;
  left: 7%;
  margin-top: 80px;
  box-shadow: 7px 6px 10px #111;
  min-width: 400px;
  padding: 30px 0;
}
#captionText {
  min-height: 200px;
}
a.right.carousel-control {
  width: 70px;
  height: 70px;
  background: #ffda00;
  opacity: 1;
  padding-top: 4px;
  padding-left: 7px;
  transition: ease 0.2s;
  top: unset;
  bottom: 30px;
  color: #000;
}
a.right.carousel-control:hover {
  background: rgba(255, 218, 0, 1);
  color: #000;
  transition: ease 0.2s;
}
.carousel-indicators {
  bottom: 40px;
  text-align: right;
  display: inline-block;
  left: unset;
  width: auto;
  right: 80px;
}
.carousel-indicators li {
  width: 17px;
  height: 17px;
  background-color: #4d4d4d;
  border-radius: 10px;
  margin-right: 2px;
  border: none;
}
.carousel-indicators .active {
  width: 17px;
  height: 17px;
  margin: 1px 1px 1px 0;
  background-color: #ffda00;
}
h1#captionTitle {
  font-size: 28px;
  color: #000;
  padding: 22px 22px 22px 90px;
  text-transform: uppercase;
  margin-bottom: 20px;
  background-color: #ffda00;
  border-right: 23px solid #fff;
}
#captionText {
  font-size: 18px;
  padding: 22px 90px 5px 90px;
}
.itemLinker {
  color: #000;
  font-weight: bold;
  font-size: 22px;
  margin-left: 90px;
  position: absolute;
  bottom: 49px;
  transition: ease all 0.2s;
}

.order-link-carousel {
  border: 2px solid #e2231a;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 30px;
  color: #fff !important;
  background-color: #e2231a;
  box-shadow: 0 0 20px rgba(0,0,0,0);
  transition: ease all 0.2s;
}

.order-link-carousel-red {
  background-color: #e2231a;
  color: #fff !important;
  border: 2px solid #e2231a;
}

.order-link-carousel:hover {
  background-color: #ffda00;
  color: #000 !important;
  border: 2px solid #ffda00;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
  transition: ease all 0.2s;
}

@media (max-width: 400px){
  .order-link-carousel {
    padding-left: 10px;
    padding-right: 10px;
  }
}

a#linker {
  background: #ffda00;
  color: #333;
  position: absolute;
  width: 130px;
  height: 36px;
  font-size: 18px !important;
  text-transform: uppercase;
  text-align: center;
  padding-top: 6px;
  bottom: 114px;
  display: none;
}

a.right.carousel-control > span {
  color: #000;
}

/*
  header
*/

.header-height-small {
  width: 100%;
  height: 420px;
  padding: 0;
  background: url(/images/wall-769963.jpg) no-repeat center;
  text-align: center;
}

.header-title h1 {
  font-size: 48px;
  color: #000;
  margin-top: 192px;
}

.header-title p {
  font-size: 24px;
  color: #000;
  margin-top: 35px;
}

.header-no-title {
  width: 100%;
  height: 570px;
  padding: 0;
}

.menu-header, .catering-header {
  background: url(/images/floor-1256804.jpg) no-repeat center;
}

.about-our-food-header {
  height: 760px;
  padding-top: 198px;
  width: 100%;
  display: block;
  position: relative;
}

.about-our-food-header h1 {
  font-size: 48px;
  margin-top: 65px;
  color: #fff;
  text-shadow: 5px 5px 5px #000;
}

.about-our-food-header .col-md-10 {
  padding: 0;
}

.about-our-food-header p {
  margin-top: 50px;
  font-size: 24px;
  color: #fff;
  font-weight: bolder;
  text-shadow: 3px 3px 3px #000;
}

.no-bs-img {
  margin-top: -281px
}

@media (max-width: 1335px){

  .about-our-food-header h1 {
    font-size: 48px;
    padding-left: 70px;
    margin-top: 65px;
    color: #fff;
  }

  .about-our-food-header p {
    margin-top: 50px;
    padding-left: 70px;
    font-size: 24px;
    color: #fff;
    font-weight: bolder;
  }

}

@media (max-width: 991px){
  .about-our-food-header h1 {
    font-size: 28px;
    padding-left: 0;
    margin-top: 65px;
    color: #fff;
  }

  .about-our-food-header p {
    margin-top: 50px;
    padding-left: 0;
    font-size: 20px;
    color: #fff;
    font-weight: bolder;
  }
}

/*
  about our food
*/

.four-four-container {
  margin-top: -210px;
  padding-bottom: 60px;
}

.four-four-box {
  margin-top: 80px;
  background-color: #fff;
  box-shadow: 2px 5px 25px rgba(0,0,0,0.5);
  padding: 32px;
}

.about-our-food-container .four-four-box {
  min-height: 501px;
}

.four-four-box-with-image {
  position: relative;
  padding-top: 476px;
  padding-bottom: 70px;
}


.four-four-box > img {
  display: block;
  margin: auto;
}

.four-four-box > h1 {
  margin-top: 41px;
  color: #000;
  font-size: 32px;
  text-align: center;
}

.four-four-box > h3 {
  margin-top: 41px;
  color: #000;
  font-size: 28px;
  text-align: center;
}

.four-four-box-full-width-image {
  margin-top: -476px !important;
  width: 100%;
  height: 444px;
  position: absolute;
  margin-left: -32px !important;
  object-fit: cover;
}

.four-four-box > ul {
  padding: 0;
  margin-top: 36px;
  list-style: none;
  text-align: center;
}

.four-four-box > ul > li {
  font-size: 18px;
  position: relative;
}

.four-four-box > ul > li:before {
  content: "- ";
  position: relative;
}

.four-four-box > p {
  text-align: center;
  font-size: 18px;
}

.four-four-box-with-image > p {
  text-align: justify;
  font-size: 18px;
  padding-left: 100px;
  padding-right: 100px;
  margin-top: 15px;
  line-height: 1.25;
}

p.remove-top-margin {
  margin-top: -16px;
}

.four-four-box-with-image > p > b {
  font-size: inherit;
  font-weight: bold !important;
}

.four-four-box-with-image > h1 {
  margin-bottom: 35px;
}

.four-four-box-with-image > h2 {
  font-size: 24px;
  line-height: 1.25;
  margin: 0;
  padding-left: 100px;
}

.four-four-box-with-image > h2 > small {
  font-size: 18px;
  margin-top: 15px;
  line-height: 1.25;
  color: #000;
  text-align: left;
}

.four-four-box-with-image > ul {
  margin-top: -3px;
  padding-left: 140px;
  text-align: left;
}

.four-four-box-with-image > ul > li {
  line-height: 1.25;
  color: #000;
  list-style: initial;
  font-size: 18px;
}

.four-four-box-with-image > ul > li:before {
  display: none;
}

.catering-promotion article, .catering-promotion div {
  padding: 0;
}

.catering-promotion > div > div {
  padding-left: 35px;
}

.catering-promotion {
  padding-top: 60px;
  padding-bottom: 60px;
  color: #fff;
}

.catering-promotion h1 {
  margin-top: 90px;
  font-size: 32px;
}

.catering-promotion img {
  height: 445px;
  width: 100%;
  object-fit: cover;
}

.catering-promotion p {
  margin-top: 60px;
  font-size: 18px;
  line-height: 1.25;
  color: #fff;
}

.call-info {
  font-weight: bold;
  color: #fff;
  margin-top: 40px !important;
  font-size: 24px !important;
}

.call-info > span {
  font-family: Eleveth;
  font-weight: normal;
  font-size: 28px;
}


.order-items-catering-container-tab {
  width: 100%;
  padding: 0;
}

.order-items-catering-container-tab  .row {
  margin-left: 0;
  margin-right: 0;
}


  /*
    yellow info holder
  */

.yellow-wrapper {
  background-color: #ffda00;
}

.yellow-wrapper article {
  padding-top: 75px;
  padding-bottom: 75px;
}

.yellow-wrapper h1, .yellow-wrapper h3 {
  margin: 0;
  color: #000;
  font-size: 32px;
}

.yellow-wrapper p {
  margin: 65px 0 0 0;
  font-size: 18px;
  color: #000;
}

.yellow-wrapper a {
  font-size: inherit;
  color: inherit;
  font-weight: bold;
}


/* homepage 3x info boxes */

.info-box-3-item {
  background-color: #f0f0f0;
  padding-bottom: 40px;
}

.info-box-3-item {
  margin-top: 40px;
}
.info-box-3-item > div {
  background-color: #fff;
  padding: 15px;
  box-shadow: 1px 10px 45px #888888;
  text-align: center;
  min-height: 200px;
  position: relative;
}
.info-box-3-item > div > p {
  font-size: 24px;
}
.info-box-3-item > div > a {
  font-size: 26px;
  position: absolute;
  text-decoration: none;
  color: #1a1a1a;
  font-family: Eleveth;
  padding: 10px 60px;
  cursor: pointer;
  display: inline-block;
  transition: ease 0.2s;
  text-transform: uppercase;
  background-color: #ffda00;
  border-radius: 40px;
  padding: 10px 15px 3px 15px;
  bottom: 30px;
  left: 0;
  right: 0;
  margin-left: 58px;
  margin-right: 58px;
}

/*
  externalDickeysList
*/

.externalDicekysList-wrapper {
  background-color: #f0f0f0;
  padding-bottom: 40px;
}

.info-box-3-wrapper {
  background-color: #f0f0f0;
  padding-bottom: 40px;
}

.externalDicekysList-item {
  margin-top: 40px;
}
.externalDicekysList-item > div {
  background-color: #fff;
  padding: 65px;
  box-shadow: 1px 10px 45px #888888;
  text-align: center;
  min-height: 291px;
  position: relative;
}
.externalDicekysList-item > div > p {
  font-size: 24px;
}
.externalDicekysList-item > div > a {
  font-size: 26px;
  position: absolute;
  text-decoration: none;
  color: #1a1a1a;
  font-family: Eleveth;
  padding: 10px 60px;
  cursor: pointer;
  display: inline-block;
  transition: ease 0.2s;
  text-transform: uppercase;
  background-color: #ffda00;
  border-radius: 40px;
  padding: 10px 15px 3px 15px;
  bottom: 60px;
  left: 0;
  right: 0;
  margin-left: 78px;
  margin-right: 78px;
}

/*
  View Menu Promo Partial
*/

.menu-section {
  width: 100%;
  min-height: 740px;
  background: url(/images/The_Fancy_Pork_org_02.JPG) no-repeat bottom;
  background-size: cover;
  padding-top: 116px;
}
.menu-section h1 {
  font-size: 48px;
  padding: 15px 25px 3px 25px;
  color: #fff;
  background-color: rgba(0,0,0,0.8);
  text-transform: uppercase;
}
.menu-section h2 {
  font-size: 22px;
  font-family: futura-pt;
  color: #fff;
  width: 100%;
  background-color: rgba(0,0,0,0.8);
  padding: 7px 25px;
  display: inline-block;
  margin-top: -10px;
  border-bottom: 4px solid #ffda00;
}
.menu-section a {
  font-size: 28px;
  margin-top: 55px;
  text-decoration: none;
  color: #1a1a1a;
  font-family: Eleveth;
  padding: 10px 95px 3px 95px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: ease 0.2s;
  -moz-transition: ease 0.2s;
  -ms-transition: ease 0.2s;
  transition: ease 0.2s;
  text-transform: uppercase;
  background-color: #ffda00;
  border-radius: 40px;
}

/*
  Index promotions partial
*/

.index-promotions-section {
  background: url(/images/Artboard.jpg) no-repeat center;
  background-size: cover;
}


.index-promotion-item article {
  margin-top: 50px;
  color: #fff;
  text-align: center;
  padding: 30px 135px;
  border: 1px solid #ebebeb;
  padding-bottom: 30px;
}

.index-promotion-item h1 {
  font-size: 32px;
  text-transform: uppercase;
}

.index-promotion-item h3 {
  font-size: 32px;
  text-transform: uppercase;
}

.index-promotion-item .promoText {
  font-size: 16px;
  margin-top: 50px;
  color: #fff;
}

.index-promotions-section .row {
  padding-bottom: 50px;
}

.index-promotion-item .promo-link {
  color: #1a1a1a;
  background-color: #ffda00;
  border-radius: 40px;
  font-size: 20px;
  text-decoration: none;
  padding: 10px 50px;
  cursor: pointer;
  display: inline-block;
  transition: ease 0.2s;
  font-weight: bold;
  text-transform: uppercase;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top:20px;
}

/*
  Post grid
*/

.post-container {
  padding-bottom: 40px;
}

.post-link {
  display: block;
  position: relative;
  height: 270px;
  margin-top: 45px;
  box-shadow: 2px 5px 25px rgba(0,0,0,0.5);
  transition: ease 0.2s;
}

.post-link:after {
  content: "";
  display: block;
  border: 10px solid #ffda00;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: ease 0.2s;
}

.post-link:hover {
  transform: scale(1.03);
  transition: ease 0.2s;
}

.post-link:hover:after{
  opacity: 1;
  transition: ease 0.2s;
}

.post-link > img {
  width: 395px;
  height: 270px;
  object-fit: cover;
  position: absolute;
  left: 0;
}

.post-info-holder {
  padding: 25px 25px 25px 420px;
  color: #000;
  position: relative;
  height: 100%;
}

.post-info-holder > h1 {
    font-family: futura-pt;
    margin-top: 0;
    font-size: 24px;
    text-transform: uppercase;
  }

.post-info-holder > p {
    font-size: 16px;
    margin-top: 0;
    padding-top: 0;
  }

.post-info-holder .share {
    padding: 0;
    position: absolute;
    bottom: 25px;
    right: 25px;
}

.post-info-holder .share  .jssocials-share-link {
    display: inline-block;
    background-color: #000;
    margin-right: 0;
  }

.post-info-holder .share .jssocials-share-logo {
  font-size: 12px;
}

.jssocials-share-count-box:after {
  display: none;
}

.jssocials-share-count-box {
  position: relative;
  padding: 0 .3em;
  margin-left: 0;
  background: #fff;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  height: 29px;
  margin-top: -3px;
  line-height: 0;
}

.jssocials-share-count-box .jssocials-share-count {
  line-height: 2.3em;
  color: #444;
}

/*
  Single Post
*/

.post-title-wrapper {
  background: url("/images/bg-board.jpg") 0/cover no-repeat;
  background-color: #333;
  display: block;
  min-height: 360px;
  position: relative;
}
.post-image > img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}
.post-header h1 {
  color: #fff;
  font-size: 28px;
  padding: 0;
}
.post-header {
  padding: 30px;
  min-height: 360px;
}

.post-header dd,.post-header dt,.post-header dl {
  color: #fff;
  display: inline-block;
  font-family: futura-pt;
  font-weight: bold;
  font-size: 18px;
  margin-right: 7px;
}

.post-header > ul {
  list-style: none;
  padding: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 20px;
  margin-right: 20px;
}

.post-header > ul > li {
  display: inline-block;
  font-size: 18px;
  margin-right: 14px;
  color: #fff;
}

.post-header > ul > li > i {
  margin-right: 5px;
  color: #fff;
}

.post-container article {
  margin-top: 60px;
  margin-bottom: 40px;
}

.post-container hr {
  color: #ccc;
  margin-top: 55px;
}

.link-left, .link-right {
  display: inline-block;
  color: #000;
  font-size: 24px;
  margin-top: 10px;
  transition: ease 0.2s;
  margin-bottom: 60px;
}

.link-left:hover, .link-right:hover {
  color: #666;
  text-decoration: none;
  cursor: pointer;
  transition: ease 0.2s;
}

.link-left > i {
  margin-right: 32px;
}

.link-right > i {
  margin-left: 32px;
}

/*
  Menu

  category navigation
*/

.category-selectors-wrapper {
  color: #fff;
  background-color: #1a1a1a;
  padding: 30px 40px;
  text-align: center;
}

.category-selectors-wrapper > a {
  background-color: #fff;
  color: #000;
  display: inline-block;
  padding: 10px 30px;
  font-size: 18px;
  border-radius: 30px;
  margin: 6px;
  transition: ease 0.2s;
}

.category-selectors-wrapper > a:hover {
  background-color: #cfcfcf;
  transition: ease 0.2s;
}

.category-selectors-wrapper > a.active-menu-category {
  background-color: #ffda00;
}

/*
  Menu

  menu grid
*/

.category-name {
    font-family: Eleveth;
    text-transform: uppercase;
    color: #000;
    font-size: 48px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 45px;
}

.menu-item {
    padding: 15px;
    position: relative;
}

.menu-item:before {
    content: '';
    display: block;
    width: 100%;
    height: 12px;
    background-color: #feda00;
    margin-bottom: -12px;
    z-index: 4;
    position: relative;
    opacity: 0;
    transition: ease 0.2s;
}

.menu-item:hover.menu-item:before {
    opacity: 1;
    transition: ease 0.2s;
}

.menu-item-link {
  display: inline-block;
  margin: 0;
}

.menu-item-link:hover {
  text-decoration: none;
}

.menu-item-link > img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}

.menu-item-link > section {
    background-color: #000;
    width: 100%;
    padding: 20px 20px;
    border-top: 2px solid #565656;
}

.menu-item-link > section > h3 {
    color: #fff;
    margin-top: -4px;
    padding: 12px 0 5px 0;
    font-size: 24px;
    font-family: futura-pt;
    font-weight: bold;
    text-transform: uppercase;
}

.menu-item-link > section > p {
    margin-top: 45px;
    color: #fff;
    font-family: futura-pt;
    font-size: 16px;
}

/*
  Menu item
*/

.menu-item-img {
  position: relative;
  display: block;
}

.menu-item-img > img {
  height: 520px;
  width: 100%;
  object-fit: cover;
}

.menu-item-img > h1 {
  padding: 30px 15px 14px 30px;
  font-size: 54px;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  border-bottom: 5px solid #ffda00;
  position: absolute;
  margin: 0;
  bottom: 0;
  width: 100%;
}

.menu-item-row {
  margin: 0;
  padding-left: 45px;
  padding-right: 45px;
}

.description-text > p {
  font-size: 24px;
  margin-top: 35px;
  line-height: 1.3;
}

.options-title {
  font-size: 28px;
  color: #000;
  margin-top: 35px;
  padding-bottom: 13px;
  border-bottom: 1px solid #d7d7d7;
}

.options-row {
  margin-top: 25px;
}

.row.menu-item-row.options-row:last-of-type {
  padding-bottom: 80px;
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: -20px;
  top: 0;
  width: 25px;
  height: 20px;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 0;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: "✔";
  position: absolute;
  top: 5px;
  left: -14px;
  font-size: 16px;
  line-height: 0.8;
  color: #000;
  transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px dotted #ffda00;
}

.item-options-label {
  margin-left: 20px;
  font-weight: normal;
  font-size: 18px;
  color: #000;
  line-height: 1.1;
}

.single-line-adjustment {
  margin-left: 0;
  margin-top: 10px;
}

.item-select-option {
  appearance:none;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  width: 100%;
  border: 1px solid #656565;
  height: 50px;
  padding-left: 31px;
  font-size: 16px;
  color: #4d4d4d;
  border-radius: 5px;
  position: relative;
  background: #fff url('/images/arrow-down.jpg') no-repeat 0;
  background-position: right;
}

.item-select-option:focus {
  border: 2px solid #ffda00;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #4d4d4d;
  width: 100%;
  height: 50px;
}

.select-styled {
  appearance:none;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  width: 100%;
  border: 1px solid #656565;
  height: 50px;
  padding-left: 31px;
  font-size: 16px;
  color: #4d4d4d;
  padding-top: 13px;
  border-radius: 5px;
  position: relative;
  background: #fff url('/images/arrow-down.jpg') no-repeat 0;
  background-position: right;
}

.select > select {
  display: none !important;
}

.input-styled {
  appearance:none;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  width: 90%;
  border: 1px solid #656565;
  height: 50px;
  padding-left: 31px;
  font-size: 16px;
  color: #4d4d4d;
  padding-top: 13px;
  padding-bottom: 11px;
  border-radius: 5px;
  position: relative;
  display: block;
}

input[type='number'] {
  -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.select-styled:hover {
  background-color: darken(#fff, 2);
}

.select-styled:after {
  content:"";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #4d4d4d transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
  display: none;
}


.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #4d4d4d transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 50;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #656565;
  max-height: 300px;
  overflow-y: scroll;
}

.select-options > li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid darken(#fff, 10);
}

.select-options > li:hover {
  color: #000;
  background: #ffda00;
}

.tab-wrapper {
  border: 1px solid #c4c4c4;
  margin: 35px 40px 55px 40px;
}

.item-tabs {
  width: 100%;
  border: none;
}

.item-tabs > li {
  border: none;
  width: 33.33%;
  color: #fff;
  border: none;
}

.item-tabs > li > a {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bolder;
  background-color: #333;
  border-radius: 0;
}

.item-tabs > li > a:hover {
  background-color: #555;
  color: #fff;
  border: 1px solid #555;
  border-radius: 0;
}

.item-tabs > li.active > a:hover {
  background-color: #ffda00;
  color: #000;
}

.item-tabs > li.active > a, .item-tabs > li.active > a:focus {
  background-color: #ffda00;
  color: #000;
}

.item-tab-content {
  padding: 40px 50px 20px 50px;
}

.item-tab-content > div > p{
  margin-top: 50px;
}

.tabs-3 > li {
  border: none;
  width: 33.33%;
  color: #fff;
  border: none;
}

.tabs-2 > li {
  border: none;
  width: 50%;
  color: #fff;
  border: none;
}

.tab-menu-panel {
  overflow: hidden;
}

.nutrition-list {
  list-style: none;
  padding: 0;
}

.nutrition-list > li {
  display: inline-block;
  margin-top: 50px;
  width: 170px;
}

.ingredients-list.nutrition-list > li {
  margin-top: 10px;
}

.nutrition-list > li > dl > dt {
  font-size: 18px;
  color: #979797;
}

.nutrition-list > li > dl > dd {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
}

/*
  Catering
*/


.services-description-order-items {
  margin-top: 35px;
}

.catering-services-header {
  height: auto;
  padding-top: 190px;
  width: 100%;
  display: block;
  position: relative;
  padding-bottom: 271px;
}

.catering-services-header h1 {
  color: #fff;
  font-size: 36px;
  text-align: center;
  line-height: 1.2;
  margin-top: 49px;
  text-shadow: 2px 4px 11px #000;
}

.catering-services-header h1 > span {
  font-size: inherit;
  color: #ffda03;
  text-transform: uppercase;
  font-family: inherit;
}

.white-wood-background {
  background: url(/images/white-wood-floors-texture.jpg) no-repeat center;
  color: #000;
}

.white-wood-background h1 {
  color: #000;
}

.high-header {
  height: 840px;
}

.quote-adjustments-header h1:first-of-type {
  color: #000;
  text-align: left;
  font-size: 48px;
  margin-top: 39px;
  margin-bottom: 25px;
  text-shadow: none;
}

.quote-adjustments-header p {
  margin-top: 17px;
  font-size: 16px;
  line-height: 1.25;
}

.quote-adjustments-header .high-margin-top {
  margin-top: 115px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.high-margin-top > span {
  font-family: Eleveth;
  font-weight: normal;
  font-size: 28px;
  line-height: 1.7;
  color: #ffda00;
  text-shadow: 3px 3px 3px #000;
}

@media (max-width: 1360px){
  .quote-adjustments-header h1:first-of-type {
    color: #000;
    text-align: left;
    font-size: 28px;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .quote-adjustments-header .high-margin-top {
    margin-top: 92px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
  }
}

/*
  get a quote page
*/

.big-tabs-wrapper {
  margin-top: 0;
  border: none;
}

.big-tab-content {
  padding: 50px 130px 60px 130px;
}

.get-a-quote-tab .small-heading {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  font-family: futura-pt;
  text-transform: uppercase;
  color: #000;
  margin-top: 50px;
}

.get-a-quote-tab .medium-heading {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  font-family: futura-pt;
  text-transform: uppercase;
  color: #000;
  line-height: 0;
}

.service-type-box {
  position: relative;
  display: block;
  height: 220px;
  padding: 30px 30px 30px 350px;
  border: 1px solid #979797;
  margin-top: 30px;
  color: #000;
}

.service-type-box img {
  position: absolute;
  height: 220px;
  width: 320px;
  object-fit: cover;
  left: 0;
  top: 0;
}

.service-type-box h1 {
  font-family: futura-pt;
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
}

.service-type-box h2 {
  font-family: futura-pt;
  font-size: 14px;
  margin-top: 7px;
  font-weight: lighter;
}

.service-type-box p {
  font-size: 16px;
  line-height: 1.25;
  margin-top: 12px;
}

.big-tab-content hr {
  margin-top: 40px;
  margin-bottom: 40px;
}

.item-list {
  padding: 0;
  list-style: none;
}

.item-list li {
  width: 180px;
  height: 225px;
  display: inline-block;
  position: relative;
  border: 1px solid #b1b1b1;
  border-radius: 3px;
  margin-right: 15px;
  margin-top: 15px;
}

.item-list li > img {
  width: 100%;
  height: 126px;
  object-fit: cover;
}

.item-list li > h1 {
  font-size: 16px;
  line-height: 1.25;
  padding-left: 12px;
  font-family: futura-pt;
  color: #666;
}

.disclaimer-order-items-catering {
  font-size: 16px;
  margin-top: 100px;
  line-height: 1.25;
}

.submit-catering-order {
  width: 60%;
  background-color: #ffda01;
  margin-top: 60px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  display: inline-block;
  color: #000;
  border-radius: 30px;
}

.submit-catering-order:before {
  content: none;
}

.submit-catering-order:after {
  content: none;
}

.get-a-quote-tab .select-styled , .get-a-quote-tab input {
  width: 100%;
}

.btn-next {
  color: #000;
  background-color: #ffda00;
  border: none;
  border-radius: 18px;
  height: 36px;
  display: inline-block;
  padding-top: 5px;
  padding-left: 36px;
  padding-right: 36px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 70px;
  text-transform: uppercase;
}

/*
  Franchise
*/

.why-dickeys-header {
  padding-top: 118px;
  padding-bottom: 56px;
}

.franchise-header-awards img {
  width: 100%;
  height: 80%;
  object-fit: cover;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}




.franchise-header-awards h1, .franchise-header-awards h3 {
  font-family: futura-pt;
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 30px;
  color: #000;
}

.why-dickeys-header-text  h1, .why-dickeys-header-text  h3 {
  font-family: eleveth;
  font-size: 48px;
  margin-top: 136px;
  line-height: 1.25;
  color: #000;
}

.why-dickeys-header-text  h2 {
  font-family: futura-pt;
  font-size: 24px;
  margin-top: 20px;
}

.why-dickeys-header-text  p {
  font-size: 18px;
  line-height: 1.25;
  margin-top: 50px;
}

.why-dickeys-header-text  a {
  margin-top: 29px;
  color: #000;
}

.franchise-header-awards {
  margin-top: 120px;
}

.index-franchise-promotion {
  text-align: center;
}

.index-franchise-promotion h1, .index-franchise-promotion h2 {
  font-size: 32px;
  margin-top: 60px;
  color: #fff;
}

.index-franchise-promotion a {
  margin-top: 40px;
}

.yellow-text {
  color: #ffda00;
  font-size: inherit;
  font-family: inherit;
}

.menu-why-dickeys-section {
  background: url(/images/DickeysPK_02755_big.jpg) no-repeat center;
  background-size: cover;
}

.menu-why-dickeys-section article {
  background: rgba(0,0,0,0.8);
  border-bottom: 5px solid #ffda00;
  padding: 20px 28px 14px 28px;
}

.menu-why-dickeys-section h1, .menu-why-dickeys-section h3 {
  font-size: 32px;
  color: #fff;
  margin-top: 20px;
  background-color: transparent;
  padding: 0;
}

.menu-why-dickeys-section p {
  color: #fff;
  margin-top: 35px;
  font-size: 18px;
  line-height: 1.25;
}

.smaller-box {
  min-height: 337px;
}

.smaller-box p {
  font-size: 16px;
  line-height: 1.25;
  margin-top: 20px;
}

.smaller-box img {
  height: 100px;
  object-fit: contain;
  width: 100%;
}

.small-negative-margin-top {
  margin-top: -150px;
  padding-bottom: 70px;
}

.vid-container {
    position: relative;
    padding: 30px 0 35% 0;
    height: 0;
}

@media (max-width: 991px){
  .vid-container {
    position: relative;
    padding: 30px 0 43% 0;
    height: 0;
  }
}

.vid-container iframe, .vid-container object, .vid-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.franchise-promotion-big-wrapper {
  background: url(/images/Whitewood-texture.jpg) no-repeat center;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 50px;
}

.franchise-promotion-big-wrapper h1, .franchise-promotion-big-wrapper h3 {
  font-size: 32px;
  color: #000;
}

.franchise-promotion-big-wrapper a {
  font-family: Eleveth;
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 26px;
  padding-top: 6px;
  height: 44px;
  margin-top: 48px;
  transition: ease 0.25s;
}

.franchise-promotion-big-wrapper a:hover {
  background-color: #333;
  color: #fff;
}

.franchise-promotion-big-wrapper ul {
  padding: 0;
  list-style: none;
  margin-top: 50px;
}

.franchise-promotion-big-wrapper ul > li {
  font-size: 24px;
  line-height: 1.25;
  font-weight: normal;
  color: #000;
}

.franchise-promotion-big-wrapper p {
  font-size: 14px;
  line-height: 1.25;
  margin-top: 110px;
}

.franchise-promotion-big-wrapper-header h1 {
  font-size: 48px;
  margin-top: 80px;
  margin-bottom: 40px;
}

.franchise-promotion-big-wrapper-header p {
  font-size: 18px;
  margin-top: 20px;
}

.franchise-promotion-big-wrapper-header img {
  margin-top: 50px;
  width: 90%;
}

.text-qualifications-header {
  position: relative;
}

.text-qualifications-header img {
  display: block;
  margin: auto;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px){
  .text-qualifications-header img {
    display: block;
    margin: auto;
    position: relative;
    z-index: 0;
    margin-top: 40px;
  }
}


.white-row {
  padding: 50px 395px 60px 395px;
}

.white-row h1 {
  font-size: 32px;
  color: #fff;
}

.white-row p {
  margin-top: 56px;
  line-height: 1.25;
  color: #000;
  font-size: 24px;
  text-align: justify;
}

.support-header {
  background: url(/images/franchise_support.png) no-repeat center;
  background-size: cover;
  padding-top: 300px;
  padding-bottom: 254px;
}

.franchise-support-three-row .four-four-box {
  min-height: 585px;
  padding-top: 84px;
}

.franchise-support-three-row p {
  text-align: left;
}

/* TESTIMONIALS */

#testimonials-holder {
  height: 200px;
  margin-top: 30px;
  overflow: hidden;
}

.testimonials-container {
  padding-top: 60px;
  padding-bottom: 60px;
  background: url(/images/Whitewood-texture.jpg) no-repeat center;

}

.testimonials-text {
  height: 280px;
  width: 100%;
  background-color: #000;
  color: #d6d6d6;
  padding: 60px;
}

.testimonials-container .slick-prev {
  left: -15px;
}

.testimonials-container .slick-next {
  right: -15px;
}

#testimonials-text-element {
  z-index: 0;
  overflow: auto;
  height: 160px;
  text-align: center;
  max-height: 160px !important;
  padding: 0 20px 20px 30px;
  color: #fff;
}

.arrow-down {
  width: 50px;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 20px solid #000;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: -10px;
}

#testimonials-holder .item-holder {
  opacity: 0.7;
  text-align: center;
  margin-top: 40px;
  display: inline-block;
}

#testimonials-holder .item-holder:hover {
  cursor: pointer;
}

#testimonials-holder .item-holder > img {
  display: inline-block;
  height: 75px;
  width: 75px;
  margin: auto;
  border-radius: 50%;
  -webkit-transform-style: preserve-3d;
  transition: 0.2s ease;
  -webkit-filter: drop-shadow(3px 3px 6px rgba(50,50,50,0.9));
}

#testimonials-holder .item-holder.slick-center {
  opacity: 1;
  overflow: visible;
  transition: 0.2s ease;
}

#testimonials-holder .item-holder > b {
  font-size: 12px !important;
  border-bottom: none;
  text-shadow: -2px 1px 7px #fff;
}

#testimonials-description-element {
  font-style: italic;
  position: absolute;
  bottom: 0;
  right: 40px;
  color: #fff;
}

#testimonials-holder .item-holder.slick-center {
  opacity: 1;
  overflow: visible;
  transition: 0.2s ease;
}

#testimonials-holder .item-holder.slick-center > img {
  height: 117px;
  width: 117px;
  margin-top: -15px;
  transition: ease 0.2s;
}

@media (max-width: 600px) {
  .testimonials-text {
    padding: 40px 20px;
  }
  #testimonials-holder .item-holder.slick-center > img {
    height: 80px;
    width: 80px;
  }
}

/*--- end of testimonials ---*/

.financial-requirements {
  background: url(/images/map_usa.png) no-repeat center;
  background-size: cover;
}

.financial-requirements h1, .financial-requirements  h2 {
  color: #000;
  text-shadow: 3px 3px 3px #888;
}

.veterans {
  background: url(/images/veterans-flag.png) no-repeat top;
  background-size: unset;
}

.veterans .why-dickeys-header {
  padding-top: 190px;
}

.steps-section {
  height: 950px;
}

.steps-section h2 {
  color: #fff;
  font-size: 24px;
  font-family: futura-pt;
  font-weight: bold;
  margin-top: 20px;
}

.steps article {
  background: #fff;
  padding-top: 55px;
  padding-bottom: 55px;
  margin-top: 60px;
}

.steps ul {
  list-style: none;
  padding-left: 0;
  position: relative;
}

.steps ul:after {
  content: "";
  display: block;
  width: 83%;
  border-bottom: 2px solid #000;
  margin-top: -111px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.steps ul > li {
  display: inline-block;
  width: 227px;
}

.steps ul > li > img {
  width: 159px;
  height: 159px;
  object-fit: contain;
  display: block;
  margin: auto;
}

.steps ul > li > h1, .steps ul > li > h3 {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  font-family: futura-pt;
  text-align: center;
  margin-top: 35px;
}

.number {
  font-size: 28px;
  font-family: Eleveth;
  display: block;
  width: 60px;
  height: 60px;
  color: #000;
  background-color: #fff;
  margin: auto;
  margin-top: 30px;
  border: 3px solid #ffda00;
  border-radius: 50%;
  text-align: center;
  padding-top: 10px;
  z-index: 2;
  position: relative;
  box-shadow: 3px 3px 5px #666;
}

.veterans ul {
  padding-left: 36px;
  margin-top: 20px;
}

.veterans ul > li {
  font-size: 18px;
}

.veterans-post h1 {
  font-size: 32px;
  color: #000;
  text-align: center;
  margin-top: 54px;
}

.veterans-post p {
  text-align: justify;
  font-size: 24px;
  margin-top: 45px;
}

.faq-post {
  padding-top: 136px;
}

.faq-post h1 {
  font-size: 48px;
  padding-bottom: 31px;
  margin-top: 100px;
  text-align: center;
  color: #000;
}

.faq-post h2 {
  font-size: 24px;
  font-family: futura-pt;
  font-weight: bold;
  color: #000;
  margin-top: 34px;
}

.faq-post p {
  font-size: 16px;
  margin-top: 24px;
}

.faq-post hr {
  margin-top: 24px;
  margin-bottom: 0;
}

.international-inquiry-header {
  padding: 80px 50px 20px 50px;
}

.why-dickeys-header.international-adjustments {
  padding-bottom: 0;
}

.why-dickeys-header.international-adjustments .btn-next {
  font-family: Futura-pt;
  font-size: 24px;
  margin-top: 30px;
}

.international-header {
  background: url(/images/DickeysRestaurant.jpg) no-repeat center;
  background-size: cover;
}

.four-four-box.smaller-box.international-box {
  padding-top: 12px;
  padding-bottom: 50px;
  min-height: 533px;
}


.four-four-box.smaller-box.international-box ul {
  list-style: none;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 30px;
}


.four-four-box.smaller-box.international-box ul > li {
  font-size: 16px;
  line-height: 1.25;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

.four-four-box.smaller-box.international-box ul > li:before {
  content: "";
  display: none;
}


.international-slick .slick-track {
  padding-bottom: 90px;
}

.small-negative-margin-top.international {
  padding-bottom: 5px;
}

.international-slick .slick-next, .international-slick .slick-next:focus, .international-slick .slick-next:hover {
  left: unset;
  font-size: 60px;
  line-height: 1;
  top: 0;
  right: -30px;
  z-index: 2;
  width: 40px;
  height: 40px;
  bottom: 0;
  position: absolute;
  background-color: unset;
  color: #6f6f6f;
  margin-top: auto;
  margin-bottom: auto;
}

.international-slick .slick-prev, .international-slick .slick-prev:focus, .international-slick .slick-prev:hover {
  left: -30px;
  font-size: 60px;
  line-height: 1;
  top: 0px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: unset;
  z-index: 2;
  width: 40px;
  height: 40px;
  position: absolute;
  background-color: unset;
  color: #6f6f6f;
}

.slick-dots {
  bottom: 15px;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: white;
  border: 0;
  outline: none;
  background: #e6e6e6;
  border-radius: 50%;
}

.slick-dots li.slick-active button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #ffda00;
  border-radius: 50%;
}

.veterans.international-adjustments-veterans {
  background: url(/images/artboard-internatioal.jpg) no-repeat center;
  background-size: cover;
}

.veterans.international-adjustments-veterans .why-dickeys-header {
  padding-top: 20px;
}

.why-dickeys-header.internatioal-why-dickeys h2 {
  font-family: Futura-pt;
  font-weight: bold;
  font-size: 24px;
}

.why-dickeys-header.internatioal-why-dickeys ul {
  list-style: initial;
}

.international-franchise-promotion {
  padding-top: 30px;
  color: #fff;
  background: url(/images/wood-fence-light-blonde-1013tm-pic-2677.jpg) 0/cover no-repeat;
  padding-bottom: 240px;
}

.international-franchise-promotion .four-four-box{
  background-color: #fff;
  padding: 20px;
  padding-bottom: 30px;
}

.international-franchise-promotion .four-four-box h2 {
  color: #000;
  text-align: center;
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 8px;
}

.transparent-article {
  background-color: transparent;
  text-align: center;
}

.transparent-article h1{
  margin-top: 60px;
  text-shadow: 5px 2px 15px #333;
}

.transparent-article p {
  text-align: justify;
  color: #fff;
  padding: 30px 16%;
  font-size: 18px;
  font-weight: bold;
  margin-top: -15px;
  text-shadow: 3px 1px 5px #333;
}

/*
  Legal section
*/

.terms-and-conditions-container {
  padding: 40px;
}
.terms-and-conditions-container h1{
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 4px;
}

.privacy-policy-container{
  padding: 30px;
}
.privacy-policy-container h1{
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-family: futura-pt;
  font-weight: bold;
}

.privacy-policy-container ul {
  list-style: none;
}

.privacy-policy-container .col-md-3 ul > li:before {
  content: "\f111";
  font-family: FontAwesome;
  color: #1B9DB7;
  margin-right: 20px;
  font-size: 6px;
  display: inline-block;
  position: absolute;
  margin-left: -15px;
  margin-top: 8px;
}
.site-map-container h1{
  font-size: 20px;
}

.pdf-holder{
  display: block;
  position: relative;
  font-family: FontAwesome;
  padding-top: 20px;
  padding-left: 80px;
}

.pdf-holder img{
  height: 50px;
  width: 50px;
  object-fit: contain;
  position: absolute;
  left: 0;
}

.site-map-container h1 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #cacac9;
  padding-bottom: 23px;
  color: #000;
  margin-top: 40px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: futura-pt;
}
.site-map-container{
  padding-left: 50px;
  padding-right: 50px;

}

.site-map-container ul {
  list-style: none;
  padding: 0;
}

.site-map-container li {
  margin-top: 20px;
}

.site-map-container li ul{
  margin-top: 20px;
  padding-left: 30px;
}

.site-map-container a {
  color: #000;
  font-size: 18px;
}
.site-map-container .row {
  padding-bottom: 40px;
  list-style: none;
}

/*  Locations  */

.location-subnavigation {
  display: block;
  position: absolute;
  margin-top: 85px;
  background-color: rgba(0,0,0,0.8);
  padding-top: 0;
  padding-bottom: 25px;
  top: 0;
  width: 100%;
}

/* subnavigation - CHECKBOX */
.location-subnavigation .container-checkbox label{
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 500;
  color: #fff;
  margin-left: 20px;
}

.location-subnavigation .container-checkbox input[type=checkbox] {
  font-family: FontAwesome;
  display:none;
  color: #fff;
} /* to hide the checkbox itself */

.location-subnavigation .container-checkbox input[type=nav-checkbox] + label:before {
  font-family: FontAwesome;
  color: #fff;
  display: inline-block;
}

.location-subnavigation .container-checkbox input[type=checkbox] + label:before {
  font-family: FontAwesome;
  content: "\f096";
} /* unchecked icon */

.location-subnavigation .container-checkbox input[type=checkbox] + label:before {
  letter-spacing: 10px;
} /* space between checkbox and label */

.location-subnavigation .container-checkbox input[type=checkbox]:checked + label:before {
  font-family: FontAwesome;
  content: "\f046";
} /* checked icon */

.location-subnavigation .container-checkbox input[type=checkbox]:checked + label:before {
  letter-spacing: 5px;
} /* allow space for check mark */


/* subnavigation - bottom part  */
.sub-nav-bottom{
  padding-top: 8px;
}


.input-location-search {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  border: 1px solid #656565;
  height: 30px;
  padding-left: 22px;
  font-size: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 16px;
  position: relative;
  display: block;
}
.text-label-adjustment-location {
  margin-top: 10px;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  line-height: 1.1;
  padding-bottom: 5px;
}


.location-nav-submit-form {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  border: none;
  border-radius: 30px;
  margin-left:40px;
  padding: 6px 60px 6px 60px;
  height:30px;
}

.or{
  font-size: 14px;
  margin-right: 25px;
  margin-left: 25px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  margin-top: 39px;
}

.nav-locate-me-form {
  color: #000;
  text-transform: uppercase;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 27px;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 60px 6px 60px;
  border: none;
  text-decoration: none;
  margin-top: -3px;
}

.location-nav-submit-form.active,  .nav-locate-me-form.active {
  background-color: #ffda00 !important;
  color: #000;
}

.sub-nav-bottom .col-md-5 {
  text-align: right;
}

.search-results-container {
  margin-top: 380px;
  padding-bottom: 40px;
}

span#locationBtn-container {
  position: absolute;
  right: 10px;
  top: 35px;
  height: 30px;
  background: #ffda00;
  border: none;
  font-size: 16px;
  width: auto;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #656565;
  color: #000;
}

img#google-map-static {
  height: 320px;
  width: 100%;
  object-fit: cover;
  padding: 15px;
}

.store-info {
  padding-top: 58px;
}

@media (max-width: 1510px){
  .search-results-container {
    margin-top: 310px;
  }

  .location-subnavigation {
    margin-top: 97px;
  }

}

@media (max-width: 1315px){
  .location-subnavigation {
    margin-top: 93px;
  }
  .location-nav-submit-form, .nav-locate-me-form  {
    margin-left: 0;
    padding: 6px 30px 6px 30px;
  }
}

@media (max-width: 768px) {

  .sub-nav-bottom .col-md-5 {
    text-align: center;
  }

  .location-nav-submit-form, .nav-locate-me-form {
    margin-left: 0;
    display: block;
    width: 100%;
    padding: 6px 30px 6px 30px;
    text-align: center;
  }
}


.map-row {
  padding: 0;
  display: inline-block;
  width: 100%;
}

.search-results-container  h1{
  font-size: 18px;
  color: #000;
  font-weight: bold;
  font-family: "futura-pt";
  text-transform: uppercase;
  padding-top: 0px;
  margin-top:0;
}

.bottom-line{
  border-bottom: 1px solid #cacac9;
  padding-top: 20px;
  padding-bottom: 32px;
  margin-right: 0px;
  margin-left: 0px;
}

.col-style{
  padding-left: 100px;
  padding-right: 30px;
  padding-top: 10px;
  position: relative;
}

.location-number-holder{
  background: url(/images/location_icon.png) no-repeat top;
  background-size: contain;
  position: absolute;
  left: 30px;
  top: 13px;
  width: 50px;
  height: 50px;
  z-index: 1;
  padding-top: 7px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.view-more{
  border-radius: 27px;
  color: #000;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 35px 4px 35px;
  border: solid #ffda00 2px;
  text-decoration: none;
  display: inline-block;
  margin-top: 6px;
}
.view-more:hover {
  color: #000;
  background: #ffda00;
  text-decoration: none;
}

.col-md-4 li a{
  text-decoration: none;

}

.location-info{
  font-family: futura-pt;
  font-size: 15px;
  padding-bottom: 10px;
}
.location-links{
  font-size: 15px;
  margin-right: 10px;
  padding-bottom: 0;
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
.location-links:hover{
  color: #000;
}

.location-service-icon{
  position: relative;
  display: inline-block;
  height: 45px;
  width: 58px;
  object-fit: contain;
  left: -12px;
  top: -3px;
}
.location-order-link {
  position: absolute;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  right: 100px;
  background: #ffda00;
  padding: 0px 25px 0px 25px;
  text-align: center;
  text-decoration: none;
  color: #000;
  margin-top: 20px;
  font-weight: bold;
}

.vendor-icon {
  width: 58px;
  height: 45px;
  padding: 1px 0px;
  object-fit: contain;
  padding-left: 12px;
}

.store-options strong {
  margin-top: 20px;
  display: inline-block;
}

@media (max-width: 1450px) {
  .location-order-link {
    right: 30px;
    padding: 0px 10px 0px 10px;
  }
}

@media (max-width: 1210px){
  .location-order-link {
    right: 0px;
    padding: 0px 10px 0px 10px;
  }

  .search-results-container {
    margin-top: 255px;
  }
}

@media (max-width: 1080px) {
  .location-order-link {
    right: -30px;
    padding: 0px 10px 0px 10px;
  }
}

@media (max-width: 991px) {
  .location-order-link {
    left: 285px;
    right: unset;
    padding: 0px 25px 0px 25px;
  }

  .search-results-container {
    margin-top: 319px;
  }
}

@media (max-width: 360px) {
  .location-order-link {
    left: 285px;
    right: unset;
    padding: 0px 7px 0px 7px;
  }
}

.location-order-link:hover{
  text-decoration: none;
  color: #000;
  background: #EFC700;
}
.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}

.dropdownBtn{
  text-align: right;
  text-decoration: none;
  color: #000;
  background: #fff;
  height: 30px;
  margin-top: -42px;
  position: absolute;
  left: 169px;
  width: 125px;
}

.dropdownBtn:hover {
  background: #fff;
  text-decoration: none;
}

.load-more-style hr {
  border-top: 1px solid #cacac9;
  margin-top: 0;
  width: 275px;
  position: absolute;
}

.open>.dropdown-menu {
  display: block;
  margin-top: -1px;
}

.dropdownBtn:after {
  font-family: FontAwesome;
  font-weight: bold;
  font-size: 20px;
  content: "\f107";
  display: inline-block;
  padding-right: 3px;
  padding-left: 6px;
  vertical-align: middle;
}

.dropdownBtn.angle-up:after {
  font-family: FontAwesome;
  font-weight: bold;
  font-size: 20px;
  content: "\f106";
  display: inline-block;
  padding-right: 3px;
  padding-left: 6px;
  vertical-align: middle;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: -6px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 275px;
  padding: 4px 0px;
  margin: -2px 7px 0;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 0px;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #cacac9;
}
.dropdown-menu>li>a {
  display: block;
  padding: 1px 0px;
  clear: both;
  font-weight: 300;
  line-height: 1.2;
  font-size: 14px;
  color: #000;
  font-family: futura-pt;
  font-weight: normal;
}
.dropdown-menu>li>a:hover {
  background: #fff;
  text-decoration: none;
}

#map-canvas {
  width: 100%;
  height: 75vh;
  margin-bottom: 10px;
}


.load-more-style{
  display:none;
  margin-bottom: 5px;
  background-color: #fff;
  padding-top: 10px;
  position: relative;
}
#loadMore {
  display: grid;
  width: 100%;
  margin-top: -6px;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  color: #000;
  background: #fff;
  height: 30px;
  padding-bottom: 50px;
  padding-top: 15px;
  transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
}
#loadMore:hover {
  background: #fff;
  text-decoration: none;
}
#loadMore:after{
  font-family: FontAwesome;
  font-weight: bold;
  font-size: 16px;
  content: "\f103";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  padding-left: 6px;
}

.map-row > .col-md-12 {
  padding: 0;
}

.number-of-stores-section {
  padding-top: 10px;
  display: block;
  text-align: center;
}


/*location specific page*/

.store-carousel {
  height: 600px;
  position: relative;
}

.store-carousel .item {
  height: 600px;
}

.store-carousel .item img {
  height: 600px;
  object-fit: cover;
}

.four-four-controls.store-specific-controls {
  bottom: 10px;
  display: block;
  position: absolute;
  width: 100%;
}

.four-four-controls.store-specific-controls .carousel-indicators {
  bottom: 5px;
  text-align: right;
  display: inline-block;
  left: unset;
  width: auto;
  right: 15px;
}

.location-order-link.disabled {
  background-color: #efefcf;
  color: #665;
}


.store-caption {
  position: absolute;
  display: block;
  padding: 8px 15px 10px 15px;
  background: rgba(0,0,0,0.8);
  border-bottom: 4px solid #ffda00;
  bottom: 0;
  width: 100%;
}

.store-caption h1 {
  font-size: 28px;
  color: #fff;
  margin: 0;
  display: inline-block;
  font-family: Eleveth;
  font-weight: normal;
  margin-right: 30px;
}

.store-caption ul {
  list-style: none;
  padding: 0;
  display: inline-block;
  position: relative;
}

.store-caption ul > li {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.store-caption ul > li > a {
  display: block;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 18px;
  transition: ease 0.2s;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: ease 0.2s;
  text-align: center;
  padding-top: 6px;
  position: absolute;
  margin-top: 10px;
  margin-right: 15px;
}

.store-caption ul > li > a:hover {
  color: #ffda00;
  border: 1px solid #ffda00;
  transition: ease 0.2s;
}

.search-results-container .post-container {
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.search-results-container h2 {
  font-family: futura-pt;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 15px;
}

@media (max-width: 991px){

  .store-carousel {
    height: 400px;
    position: relative;
  }

  .store-carousel .item {
    height: 400px;
  }

  .store-carousel .item img {
    height: 400px;
  }

  .four-four-controls.store-specific-controls {
    bottom: 10px;
    display: block;
    position: absolute;
    width: 100%;
    top: 15px;
  }

  .four-four-controls.store-specific-controls .carousel-indicators {
    top: 0;
    text-align: right;
    display: inline-block;
    left: unset;
    width: auto;
    right: 10px;
  }
}

@media (max-width: 768px){
  .store-specific-header {
    display: block;
    padding-top: 401px;
  }
}

/*
  FRANCHISE
*/

.franchise-external-list {
  background: url(/images/wood-fence-light-blonde-1013tm-pic-2677.jpg) no-repeat top;
  background-size: cover;
}

.franchise-external-list .externalDicekysList-item > div {
  padding: 35px 65px 85px 65px;
  min-height: 354px;
  height: auto;
}

.franchise-external-list .externalDicekysList-item > div > h1, .franchise-external-list .externalDicekysList-item > div > h3 {
  font-size: 32px;
  margin-top: 0;
}

.franchise-external-list .externalDicekysList-item > div > p {
  text-align: justify;
  margin-top: 30px
}

.franchise-external-list .externalDicekysList-item > div > a {
  background-color: #fff;
  font-size: 24px;
  font-weight: bold;
  font-family: futura-pt;
  margin: 0;
  right: unset;
  left: 47px;
  bottom: 35px;
}

.req-info-header h1 {
  font-size: 48px;
}

.req-bordered-container-adjustments {
  margin-top: -258px;
}

.req-tabs li {
  width: 50%;
}

.req-big-tabs-wrapper input {
  width: 100%;
}

.center-inputs {
  width: 660px;
  display: block;
  margin: auto;
}

.captcha-row {
  margin-top: 40px;
}

.captcha-row .col-md-6:first-of-type {
  padding-top: 13px;
}

.center-inputs p {
  text-align: justify;
}

.submit-form {
  background-color: #ffda00;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  border: none;
  border-radius: 30px;
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

a.submit-form {
  display: block;
}

.form-control.input-styled {
  width: 100%;
}

/*
  About pages
*/

.about-section h1 {
  text-align: center;
  margin-top: 120px;
}

.our-story-container {
  padding: 36px;
  padding-top: 0;
}

.our-story-container p {
  font-size: 18px;
  text-align: justify;
}

.our-story-header {
  background: url(/images/wall-769963.jpg) no-repeat;
  height: auto;
  padding-bottom: 21px;
}

.our-story-header h1 {
  color: #000;
  text-shadow: none;
  margin-top: 30px;
  margin-bottom: 0;
}

.our-story-header p {
  color: #000;
  text-shadow: none;
  font-weight: normal;
}

.container-added-padding {
  padding-left: 150px;
  padding-right: 150px;
}

.yellow-cup-row {
  padding-top: 60px;
  padding-bottom: 60px;
}

.yellow-cup-row img, .bbab-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.yellow-cup-row h1, .bbab-wrapper h1 {
  margin-top: 0;
  color: #000;
  margin-bottom: 60px;
}

.yellow-cup-row button {
  width: 490px;
  display: block;
  text-align: center;
  margin-top: 70px;
}

.yellow-cup-row button:before {
  display: none;
}

.yellow-cup-row a.submit-form {
  margin-bottom: 60px;
}

.bbab-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #1D2324 url(/images/Whitewood-texture.jpg) 0/cover no-repeat;
}

.bbab-wrapper a {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  display: block;
  margin-top: 45px;
}

.work-for-dickeys-header {
  height: 600px;
  background: #1D2324 url(/images/wall-769963.jpg) 0/cover no-repeat;
  padding-top: 200px;
}

.work-for-dickeys-header h1 {
  font-size: 48px;
  color: #000;
  text-align: center;
  margin-top: 60px;
}

.work-for-dickeys-header p {
  margin-top: 30px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.work-promotions {
  padding-bottom: 80px;
}

.work-promotions img {
  width: 100%;
  height: 676px;
  object-fit: cover;
}

.work-promotions .col-md-6 > div {
  position: relative;
  margin-top: -120px;
  box-shadow: 2px 5px 25px rgba(0,0,0,0.5);
}

.work-promotions section {
  position: absolute;
  width: 100%;
  background-color: rgba(0,0,0,0.8);
  top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.work-promotions h1 {
  text-align: center;
  color: #fff;
}

.work-promotions a {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  margin-left: 30%;
  margin-right: 30%;
  text-align: center;
  font-size: 24px;
  height: 43px;
}

.home-office-header {
  height: 680px;
}

.home-office-header h1 {
  text-align: left;
  margin-bottom: 44px;
}

.home-office-header p {
  font-size: 18px;
  margin-top: 18px;
  text-align: left;
  font-weight: normal;
  line-height: 1.25;
}

.home-office-header a {
  font-size: 24px;
  text-align: center;
  height: 56px;
  width: 496px;
  padding-top: 12px;
  border-radius: 28px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.office-background {
  background: #1D2324 url(/images/DickeysOffice3.jpg) 0/cover no-repeat;
}

.home-office-container .four-four-box-with-image {
  min-height: 837px;
  padding-top: 320px;
}

.home-office-container img {
  width: 100%;
  height: 284px;
  object-fit: cover;
  margin-top: -320px !important;
}

.restaurant-background {
  background: #1D2324 url(/images/DickeysRestaurant.jpg) 0/cover no-repeat;
}

.awards-container {
  padding-top: 100px;
  padding-bottom: 100px;
}

.awards-container img {
  width: 100%;
  height: 305px;
  border-bottom: 1px solid #ccc;
  object-fit: cover;
}

.awards-container article {
  border: 1px solid #ccc;
  padding-bottom: 30px;
  border-radius: 5px;
}

.awards-container .award-date, .awards-container .award-title {
  color: #000;
}

.awards-container .award-date {
  margin-top: 40px;
  padding-left: 15px;
}

.awards-container .award-date > dt, .award-date > dd {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  font-family: futura-pt;
}

.awards-container .award-title {
  margin-top: 17px;
  padding-left: 15px;
  padding-right: 15px;
}

.awards-container .award-title > dt {
  font-size: 18px;
  font-weight: normal;
}

.awards-container .award-title > dd {
  font-size: 24px;
}

.meet-our-team-header {
  padding-top: 200px;
}

.meet-our-team-header h1 {
  margin-top: 120px;
  font-size: 48px;
  color: #000;
  text-align: center;
}

.meet-our-team-box {
  margin-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
}

.meet-our-team-box > .row {
  background: url(/images/bg-board.jpg) 0/cover no-repeat;
}

.team-description {
  color: #fff;
  text-align: center;
  padding: 112px 141px;
  padding-bottom: 110px;
}

.team-description p {
  color: #fff;
  font-size: 24px;
}

.team-description h1 {
  font-size: 32px;
  margin-bottom: 45px;
}

.team-description button {
  display: block;
  width: 100%;
  height: 70px;
  color: #000;
  background: #ffda00;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  border-radius: 35px;
}

.col-md-6.collage {
  margin-top: -1px;
  padding-left: 0;
  padding-right:0;
}

.col-md-6.collage img {
  cursor: pointer;
  transition: ease 0.3s;
}

.slider-img {
  display: inline-block;
  object-fit: cover;
  float: left;
  border: 2px solid #fff;
}

.slider-img:hover {
  border-color: #ffda00;
  transform: scale(1.1);
  z-index: 50;
}

.slider-img-1, .slider-img-2, .slider-img-3, .slider-img-11, .slider-img-10, .slider-img-9 {
  width: 200px;
  height: 200px;
}

.slider-img-4 {
  height: 380px;
  width: 206px;
}

.slider-img-5, .slider-img-6 {
  width: 300px;
  height: 180px;
  margin-top: -180px;
}

.slider-img-6 {
  margin-left: 300px;
}

.slider-img-7 {
  height: 380px;
  width: 206px;
}

.slider-img-8, .slider-img-9 {
  width: 300px;
  height: 180px;
}


.opening-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  width: 50%;
  display: block;
  z-index: 2;
  transition: ease all 0.2s;
}

.img-slider-container {
  position: fixed;
  top: 0;
  width: 100%;
  height: calc(100vh - 156px);
  margin-top: 156px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.slider-img-holder {
  overflow: hidden;
}

.slider-img-holder-col {
  padding: 0;
  position: relative;
}

.slider-img-holder img {
  width: 100%;
  height: calc(100vh - 156px);
  border: none;
  object-fit: cover;
}

.slider-right-part {
  background-color: #fff;
  height: calc(100vh - 156px);
}

.team-slider {
  position: relative;
  background-color: #efefef;
  padding-top: 15px;
  padding-bottom: 15px;
}

.team-slider img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: auto;
  object-fit: cover;
  display: block;
  cursor: pointer;
}

.slick-slide:focus {
  outline: none;
}

.description-list-row{
  height: calc(100vh - 339px);
}

.description-list {
}

.description-list-item {
  width: 50vw;
  height: calc(100vh - 360px);
  padding: 70px;
  text-align: center;
  display: inline-block;
  overflow-y: scroll;
}

.description-list-item h1 {
  font-family: futura-pt;
  font-weight: bold;
  text-transform: uppercase;
  color: #1f1f2f;
  font-size: 42px;
}

.description-list-item h2 {
  font-family: futura-pt;
  font-weight: normal;
  color: #444;
  font-size: 32px;
  font-style: italic;
  margin-top: 5px;
  margin-bottom: 60px;
}

.description-list-item p{
  margin-top: 20px;
  font-size: 22px;
  color: #666;
  text-align: left;
}


.close-button {
  font-size: 28px;
  line-height: 1;
  top: 80px;
  right: 0;
  z-index: 2;
  width: 40px;
  height: 40px;
  position: absolute;
  background-color: rgba(0,0,0,0.8);
  color: #6f6f6f;
  text-align: center;
  padding-left: 14px;
  padding-bottom: 10px;
  transition: ease all 0.2s;
}

  /*
    Promos
  */

.currentDealsHeader {
  padding-top: 190px;
  padding-bottom: 272px;
  background: url(/images/wood-fence-light-blonde-1013tm-pic-2677.jpg) 0/cover no-repeat;
}

.currentDealsHeader h1 {
  color: #fff;
  font-size: 60px;
  margin-top: 60px;
  text-shadow: 3px 3px 5px #222;
}


.gift-card-header {
  padding-top: 200px;
  padding-bottom: 60px;
  background: url(/images/floor-1256804.jpg) 0/cover no-repeat;
}

.gift-card-header h2 {
  font-family: Eleveth;
  font-size: 32px;
  margin-top: 60px;
  color: #fff;
}

.gift-card-header h1 {
  font-size: 48px;
  color: #fff;
  margin-top: 16px;
}

.gift-card-header p {
  font-size: 24px;
  margin-top: 50px;
  color: #fff;
}

.gift-card-header img {
  display: block;
  margin: auto;
}

.gift-card-header a {
  font-size: 24px;
  height: 44px;
  border-radius: 22px;
  left: 0;
  right: 0;
  margin-left: 25%;
  margin-right: 25%;
  margin-top: 50px;
  display: block;
  text-align: center;
}

.btn-next-large {
  font-size: 24px;
  height: 44px;
  border-radius: 22px;
  left: 0;
  right: 0;
  margin-left: 25%;
  margin-right: 25%;
  margin-top: 50px;
  display: block;
  text-align: center;
}

.gift-card-usa h1 {
  margin-top: 135px;
  padding-left: 50px;
  padding-right: 50px;
}

.buy-in-bulk-wrap {
  padding-top: 42px;
  padding-bottom: 12px;
  background: url(/images/Whitewood-texture.jpg) 0/cover no-repeat;
}

.buy-in-bulk-wrap h1, .buy-in-bulk-wrap p {
  color: #000;
}

.buy-in-bulk-wrap h1 {
  font-size: 32px;
  margin-top: 70px;
}

.buy-in-bulk-wrap p {
  font-size: 24px;
  margin-top: 50px;
  text-align: justify;
}

.gift-card-promo {
  padding-top: 60px;
}

.gift-card-promo img {
  width: 100%;
  object-fit: contain;
}

.gift-card-promo h1 {
  color: #fff;
  font-size: 32px;
  margin-top: 55px;
}

.gift-card-promo p {
  color: #fff;
  margin-top: 60px;
  font-size: 24px;
}

.gift-card-promo a {
  font-size: 24px;
  color: #ffda00;
  text-align: left;
  margin-top: 27px;
  display: inline-block;
}

.gift-card-promo i {
  margin-left: 35px;
}

.check-out-the-app-header {
  padding-top: 200px;
  padding-bottom: 100px;
  background: url(/images/wall-769963.jpg) 0/cover no-repeat;
  text-align: center;
}

.check-out-the-app-header h1 {
  margin-top: 60px;
  color: #000;
  font-size: 48px;
}

.check-out-the-app-header p {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  margin-top: 35px;
}

/*
  Contact header
*/

.contact-header {
  background: url(/images/white-wood-floors-texture.jpg) 0/cover no-repeat;
  padding-top: 200px;
  padding-bottom: 190px;
  text-align: center;
}

.contact-header h1 {
  font-size: 48px;
  color: #000;
  margin-top: 60px;
}

.contact-header p {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin-top: 35px;
}

.contact-bordered-container {
  margin-top: -140px;
}

.center-inputs input, .center-inputs select {
  width: 100%;
}

.checkbox-col input {
  width: 30%;
}

.col-md-4.checkbox-col {
  padding-top: 10px;
}

.options-row textarea{
  width: 100%;
}

/*
  contact - header - form
*/

.contact-header-form {
  text-align: center;
  padding-top: 141px;
  padding-bottom: 180px;
}

.contact-feedback-row .col-md-6 > div {
  background: url(/images/Artboard.jpg) 0/cover no-repeat;
  position: relative;
  margin-top: 20px;
  margin-bottom: 140px;
  box-shadow: 2px 5px 25px rgba(0,0,0,0.5);
}

.contact-feedback-row .col-md-6 > div >img {
  position: absolute;
  margin-top: 275px;
  height: 300px;
  width: 100%;
  object-fit: cover;
  padding-left: 75px;
  bottom: -30%;
  padding-right: 75px;
}

.contact-feedback-row section {
  position: absolute;
  width: 100%;
  top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.contact-feedback-row section h1 {
  color: #fff;
  font-size: 28px;
  text-align: center;
}

.contact-feedback-row .col-md-6 > div> p {
  padding-top: 120px;
  padding-left: 75px;
  padding-right: 75px;
  color: #fff;
  text-align: justify;
  padding-bottom: 215px;
}

.contact-feedback-row a {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: 30%;
  margin-right: 30%;
  text-align: center;
  font-size: 20px;
  height: 43px;
  bottom: -80px;
}

/*
  Footer
*/

.footer-navigation h1, .footer-navigation h2 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #cacac9;
  padding-bottom: 23px;
  color: #000;
  margin-top: 40px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: futura-pt;
}

.footer-navigation ul {
  list-style: none;
  padding: 0;
}

.footer-navigation li {
  margin-top: 20px;
}

.footer-navigation a {
  color: #000;
  font-size: 18px;
}
.footer-navigation .row {
  padding-bottom: 40px;
}

.footer-wraper {
  padding: 38px 15px 30px 15px;
  color: #fff;
  background-color: #000;
}
.footer-social {
  list-style: none;
  padding-left: 0;
  display: inline-block;
}
.footer-social > li {
  display: inline-block;
  margin-left: 15px;
}
.footer-social > li > a {
  color: #ffffff;
  font-size: 22px !important;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  padding-top: 8px;
  vertical-align: middle;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  transition: ease 0.2s;
}
b {
  border-bottom: 1px solid #fff;
  padding-bottom: 11px;
  font-size: 24px;
}

@media (max-width: 1053px){
  b {
    border-bottom: none;
    padding-bottom: 11px;
    font-size: 24px;
  }
}

.col-md-6.text-right {
  padding-top: 1px;
}
.col-md-6.text-right > p {
  margin-top: 10px;
}
.col-md-6.text-right > nav > a, .col-md-6.text-right > p {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}
small {
  font-size: 12px;
}

/*
  PAGINATION
*/

.pagination {
  margin-bottom: -12px;
}

.pagination>li>a, .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #999;
  text-decoration: none;
  background-color: #fff;
  border: none;
  font-size: 16px;
}

.pagination>li>a:hover, .pagination>li>span:hover {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-color: #fff;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  z-index: 3;
  color: #000;
  cursor: default;
  background-color: #fff;
  border-color: #fff;
}

.container.pagination-container.post-pagination-container > div > a {
  color: #999;
  margin-bottom: 30px;
  display: inline-block;
}

.container.pagination-container.post-pagination-container > div > a:hover {
  color: #000;
}

#map-column {
  padding: 0;
}


/*
  old navigation

  .subnavigation-container {
    padding: 0;
    width: 100%;
    height: 78px;
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    height: 83px;
    position: fixed;
    margin-top: 115px;
    z-index: 99;
  }

  .lower-nav > a > img {
    display: inline-block;
    width: 191px;
    height: 109px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: -25px;
    filter: drop-shadow(6px 5px 5px rgba(0,0,0,0.6));
  }

  .lower-nav > a {
    font-size: 16px;
    margin-right: 0;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    transition: ease 0.2s;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    width: 180px;
    text-align: center;
    padding-top: 64px;
    padding-bottom: 27px;
  }

*/

/*  ADJUSTING HARDCODED POST COLOR */
p.MsoNormal, p.MsoNormal > span, p.MsoNormal *, .container.post-container article p > *  {
  color: #000 !important;
}

p.MsoNormal a, .container.post-container article p  a {
  color: red !important;
  font-size: 16px !important;
  font-family: Futura-pt !important;
}

.container.post-container article > div > span, .container.post-container article > div * {
  color: #000 !important;
}

                                                  /* TIMELINE */
.wrap.timeline-wraper {
  background: url(/images/floor-1256804.jpg) no-repeat center;
  margin-top: -120px;
  padding-top: 200px;
}

.timeline-holder-row {
  background-color: rgba(255,255,255, 0.8);
  padding-bottom: 10px;
  position: relative;
  min-height: 435px;
  height: auto;
  display: block;
  box-shadow: 11px 9px 40px #000;
}

.timeline-holder-row:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 0;
  background-color: #000;
}

.timeline-holder-row:after {
  content: '';
  display: block;
  width: 50px;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 20px solid #000;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: -10px;
}

.timeline-holder-row > div.col-md-6:first-of-type {
  padding: 0;
}

.picture-timeline-slider .slick-slide > img {
  height: 425px;
  width: 100%;
  object-fit: cover;
}

.years h1 {
  font-family: futura-pt;
  font-size: 24px;
  background-color: rgba(255,255,255,0.8);
  display: inline-block;
  padding: 5px 20px;
  cursor: pointer;
  transition: ease 0.2s;
  box-shadow: 3px 3px 15px #000;
}

.years h1:hover {
  background-color: rgba(0,0,0,0.8);
  color: #ffda00;
}

.years .slick-center h1 {
  font-family: futura-pt;
  font-size: 24px;
  background-color: rgba(0,0,0,1);
  display: inline-block;
  padding: 15px 40px;
  color: #ffda00;
  margin-top: 10px;
}

.text-timeline-slider  section {
  height: 425px;
  display: flex !important;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  text-align: center;
}

.text-timeline-slider  section > h1 {
  margin: 0;
  font-family: futura-pt;
  text-transform: uppercase;
}


.text-timeline-slider  section > a {
  display: inline-block;
  background-color: #ffda00;
  width: 250px;
  padding: 10px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  font-size: 20px;
  border-radius: 25px;
  color: #333;
}

.years {
  min-height: 80px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.work-for-dickeys-restaurant-application input {
  width: 100%;
}

.req-big-tabs-wrapper input[type=radio] {
  width: 50px;
  float: right;
}

.timeline-info {
  color: #fff;
  margin-top: -80px;
  text-shadow: 2px 2px 2px #000;
  display: none;
}

/*added style for scrollbar in subnacigation*/

.subnavigation-container .scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
  border: none;
  background-color: transparent;
  margin-top: -9px;
}

.subnavigation-container .scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: -5px;
  border: none;
  background-color: transparent;
}

.subnavigation-container .scrollbar-outer > .scroll-element .scroll-element_outer, .scrollbar-outer > .scroll-element .scroll-element_track, .scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: none;
}

.subnavigation-container .scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #111;
}


@media (max-width:1510px){
  .financial-requirements {
    padding-top: 106px;
  }
}


@media (max-width:767px){
  .financial-requirements {
    padding-top: 40px;
  }
}

p {
  color: #000;
}

.form-group p {
  color: darkred !important;
}

@media (max-width: 991px){
  .international-franchise-promotion {
    padding-bottom: 140px;
  }
}

@media (max-width: 767px){
  .international-franchise-promotion {
    padding-bottom: 40px;
  }

  .international-inquiry-header a.btn-next {
    padding-top: 6px;
  }
}

@media (max-width: 450px){

  .international-franchise-promotion .four-four-box > h1, .international-franchise-promotion .four-four-box > h3 {
    margin-top: 41px;
    color: #000;
    font-size: 28px;
    text-align: center;
  }
}

strong.strong-as-title {
  margin-top: 6px;
}

.four-four-box a {
  font-size: inherit;
  color: #ffda00;
  margin-right: 0;
}

.visit-store {
  left: unset;
  position: relative;
  right: unset;
  margin-top: 20px;
  display: inline-block;
}

.store-specific-container h2 {
  font-family: futura-pt;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 15px;
}

.store-specific-container h1 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  font-family: "futura-pt";
  text-transform: uppercase;
  padding-top: 0px;
  margin-top: 0;
}

.store-specific-container .store-caption h1 {
  font-size: 28px;
  color: #fff;
  margin: 0;
  display: inline-block;
  font-family: Eleveth;
  font-weight: normal;
  margin-right: 30px;
}

.smoked-on-site-caption {
  position: absolute;
  display: inline-block;
  background-color: rgba(0,0,0,0.8);
  color: #fff;
  z-index: 99;
  right: 30px;
  top: 30px;
  text-align: center;
  padding: 15px 15px 8px 15px;
  width: 300px;
}

.smoked-on-site-caption > p {
  color: #fff;
  font-size: 16px;
}

.smoked-on-site-caption > p > a {
  margin: unset;
  color: #ffda00;
  font-size: 16px;
}

@media (max-width: 991px){
  .smoked-on-site-caption {
    top: 45px;
  }
}

@media (max-width: 400px){
  .smoked-on-site-caption {
    top: 45px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.yellow-text > a, .call-info span > a{
  font-size: inherit;
  font-family: inherit;
  color: #ffda00;
  margin-right: 0;
}

.high-margin-top > span > a {
  font-family: Eleveth;
  font-weight: normal;
  font-size: 28px;
  line-height: 1.7;
  color: #ffda00;
  text-shadow: 3px 3px 3px #000;
  margin-right: 0;
}
#whyOwn{
  height:270px;
  text-align:center;
  background: url(/images/Artboard.jpg) no-repeat center;
  padding-top: 170px;
  margin-bottom:-60px;
}

@media(max-width: 1510px){
  #whyOwn{
    padding-top: 180px;
  }
}

@media(max-width: 1315px){
  #whyOwn{
    padding-top: 173px;
  }
}

@media(max-width: 1510px){
  #whyOwn{
    padding-top: 180px;
  }
}

@media(max-width: 991px) {
  .why-dickeys-header-text h1, .why-dickeys-header-text h3 {
    font-family: eleveth;
    font-size: 38px;
    margin-top: 0;
    line-height: 1.15;
    color: #000;
  }
}

@media(max-width: 767px){
   #whyOwn{
     height: auto;
     padding-top: 110px;
     padding-bottom: 18px;
     padding-right: 15px;
     padding-left: 15px;
  }
}

#qualificationDiv{
  margin-top:10px;
}

@media (max-width:993px) and (min-width:764px){
  #qualificationDiv{
    margin-top: 50px;
  }
}

/* new media page adjustments */

.awards-container.media-index-adjustments {
  text-align: center;
}

.media-index-adjustments.media-index-adjustments.awards-container img {
  width: 100%;
  height: 155px;
  border-bottom: 1px solid #ccc;
  object-fit: cover;
}

.media-index-adjustments.awards-container .award-date {
  margin-top: 10px;
  padding-left: 15px;
}

.media-index-adjustments.awards-container article {
  padding-bottom: 0px;
}

.media-index-adjustments.awards-container .award-title > dd {
  font-size: 18px;
  margin-top: -8px;
}

.media-index-adjustments .post-info-holder {
  padding: 25px 25px 25px 200px;
}

.media-index-adjustments .post-link > img {
  width: 155px;
  height: 130px;
}

.media-index-adjustments .post-info-holder > h1 {
  font-size: 18px;
}

.media-index-adjustments .post-link {
  height: 130px;
  margin-top: 15px;
}

.media-index-adjustments a.post-link {
  margin-right: 0;
  box-shadow: none;
}

.aside-section-container {
  border:1px solid #afafaf;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}

.aside-section-container h2 {
  font-size: 20px;
  font-family: futura-pt;
  font-weight: bold;
  margin: 0;
  display: block;
  text-align: center;
  background-color: #ffda00;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-left: -10px;
  margin-right: -10px;
}

.press-releases-section {
  margin-top: 66px;
}

/* adjustments */
.awards-container.media-index-adjustments {
  text-align: center;
}

.media-index-adjustments.media-index-adjustments-2.awards-container img {
  width: 100%;
  height: 250px;
  border-bottom: 1px solid #ccc;
  object-fit: cover;
}

.media-index-adjustments.awards-container .award-date {
  margin-top: 10px;
  padding-left: 15px;
}

.media-index-adjustments.awards-container article {
  padding-bottom: 0px;
}

.media-index-adjustments-2.awards-container .award-title > dd {
  font-size: 22px;
  margin-top: -8px;
}

.media-index-adjustments .post-info-holder {
  padding: 25px 25px 25px 200px;
}

.media-index-adjustments .post-link > img {
  width: 155px;
  height: 130px;
}

.media-index-adjustments .post-info-holder > h1 {
  font-size: 18px;
}

.media-index-adjustments .post-link {
  height: 130px;
  margin-top: 15px;
}

.media-index-adjustments a.post-link {
  margin-right: 0;
  box-shadow: none;
}

.aside-section-container {
  border:1px solid #afafaf;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}

.aside-section-container h2 {
  font-size: 20px;
  font-family: futura-pt;
  font-weight: bold;
  margin: 0;
  display: block;
  text-align: center;
  background-color: #ffda00;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-left: -10px;
  margin-right: -10px;
}

.press-releases-section {
  margin-top: 36px;
}

.why-dickeys-header-seo-adjustments {
  padding-top: 0;
  padding-bottom: 25px;
}

@media(max-width: 991px){
  .why-dickeys-header-seo-adjustments {
    padding-top: 107px;
    padding-bottom: 25px;
  }
}

/* NEW SEARCH CSS */

#googleMap {
  width:100%;
  height: 40vw;
  min-height: 50vh;
}

#explanation-txt {
  padding-bottom: 80px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  height: auto;
  padding-top: 60px;
  margin-top: 0;
  background-color: #fff;
  position: relative;
  display: block;
}

.gm-style-iw b {
  font-size: 15px;
  text-transform: uppercase;
}

.gm-style-iw p {
  font-size: 12px;
  text-transform: uppercase;
}

@media (max-width: 991px){
  .container.bordered-container.search-results-container {
    margin-top: 0 !important;
  }
  #explanation-txt {
    padding-bottom: 8vh;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    height: auto;
    padding-top: 8vh;
    margin-top: -40px;
    background-color: #fff;
    position: relative;
    display: block;
  }
}

.search-box {
  position: absolute;
  display: block;
  padding: 50px 120px;
  width: 60%;
  background-color: rgba(0,0,0,0.7);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15vh;
  z-index: 30;
  overflow: hidden;
  min-width: 649px;
}

.search-row-divider > input[type="radio"] {
  margin-left: 15px;
  margin-right: 15px;

}

.search-row-divider > input[type="text"] {
  margin-top: 25px;
}

.search-box input[type="radio"] {
  display: none;
}

@-moz-keyframes ripple {
  5%, 100% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
}
@-webkit-keyframes ripple {
  5%, 100% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
}
@keyframes ripple {
  5%, 100% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.search-box input[type="radio"] + label {
  position: relative;
  cursor: pointer;
  margin: 0 30px;
  padding-left: 28px;
  color: #fff;
}
.search-box input[type="radio"] + label:before, input[type="radio"] + label:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-box input[type="radio"] + label:before {
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background: transparent;
  -moz-box-shadow: inset 0 0 0 1px #fff;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff;
}
.search-box input[type="radio"] + label:after {
  top: 49%;
  left: 9px;
  width: 54px;
  height: 54px;
  opacity: 0;
  background: rgba(255, 218, 0, 0.3);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
.search-box input[type="radio"]:checked + label:before {
  -moz-box-shadow: inset 0 0 0 2px #333;
  -webkit-box-shadow: inset 0 0 0 2px #333;
  box-shadow: inset 0 0 0 2px #333;
  background-color: #ffda00;
  border: 1px solid #ffda00;
}
.search-box input[type="radio"]:checked + label:after {
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -moz-animation: ripple 1s none;
  -webkit-animation: ripple 1s none;
  animation: ripple 1s none;
}

.search-row-divider:nth-of-type(2) {
  position: relative;
}

.search-row-divider input, .search-row-divider .select-styled, .search-row-divider .select-styled option {
  height: 37px;
  margin-top: 15px;
}

.search-row-divider span#locationBtn-container {
  right: -6px;
  top: 0;
  height: 37px;
  font-size: 22px;
}

.search-row-divider .select-styled {
  border: 1px solid #656565;
  padding-left: 22px;
  font-size: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 16px;
  position: relative;
  display: block;
}

.search-row-divider p {
  color: #fff;
  text-transform: uppercase;
  margin-top: -8px;
}

.search-row-divider .btn-next {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-left: 80px;
  padding-right: 80px;
}

.search-box #searchBoxCollapse {
  display: none;
  margin-top: -8px;
}

.move-to-top {
  margin-top: 71px;
  padding: 50px 50px;
  width: 600px;
  max-height: 100px;
  overflow: hidden;
  transition: ease all 0.4s;
  height: auto;
}

.search-box-open {
  max-height: 600px;
  height: auto;
  transition: ease all 0.4s;
}

span.pac-matched {
  margin-right: 0 !important;
}

.search-box.move-to-top #searchBoxCollapse {
  display: block;
}

#addressForm input, #addressForm select {
  float: left;
}

#primaryAddressInput {
  margin-bottom: 15px;
  background-color: #fff5bf;
}

#street_number {
  width: 29%;
  display: inline-block;
  margin: 0 1% 0 0;
}

#route {
  width: 70%;
  display: inline-block;
  margin: 0;
}

#locality {
  width: 32.33%;
  display: inline-block;
  margin: 15px 1% 0 0;
}

#administrative_area_level_1 {
  width: 32.33%;
  display: inline-block;
  margin: 15px 1% 0 0;
}

#postal_code {
  width: 33.33%;
  display: inline-block;
  margin: 15px 0 0 0;
}

.map-container-fluid {
  padding: 0;
}

#simpleAddressInputRow, #addressInputRow {
  margin-top: 29px;
}


.store-specific-search-box {
  position: relative;
  display: block;
  padding: 20px 10px;
  width: 100%;
  background-color: rgba(0,0,0,0.7);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  z-index: 30;
  overflow: hidden;
  min-width: unset;
}

.store-specific-search-box.move-to-top {
  margin-top: 6px;
  padding: 10px 10px;
}

.store-options-disclaimer {
  margin-top: 0;
  display: inline-block;
}

.store-specific-search-box input[type="radio"] + label {
  position: relative;
  cursor: pointer;
  margin: 0 7px;
  padding-left: 28px;
  color: #fff;
}

.col-style-store-specific {
  padding-left: 15px;
}

@media(max-width: 991px){
  .col-style-store-specific {
    padding-left: 30px;
  }
}

@media (max-width: 767px){

  .search-box {
    position: absolute;
    display: block;
    padding: 15px 16px;
    width: 100%;
    background-color: rgba(50,50,50,1);
    left: 0;
    right: 0;
    margin-top: 1px;
    z-index: 30;
    height: calc(100vh - 97px);
    overflow: hidden;
    padding-top: 10vh;
    transition: ease all 0.4s;
    min-width: unset;
  }

  .move-to-top {
    margin-top: 1px;
    width: 100%;
    max-height: 52px;
    overflow: hidden;
    height: auto;
    background-color: rgba(0,0,0,0.7);
    padding: 15px 16px;
    transition: ease all 0.4s;
  }

  .search-box-open {
    max-height: 100vh;
  }

  #googleMap {
    width: 100%;
    height: 60vw;
    min-height: 50vh;
    margin-top: 97px;
  }

  .search-box input[type="radio"] + label {
    position: relative;
    cursor: pointer;
    margin: 0 2px;
    padding-left: 28px;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
  }

  .search-box .search-row-divider .input-location-search {
    padding-left: 16px;
    font-size: 10px;
  }

  .search-box .search-row-divider .select-styled {
    padding-left: 15px;
    font-size: 10px;
    background: #fff;
  }

  #fetchMore {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .search-box.store-specific-search-box {
    position: relative;
    display: block;
    padding: 15px 16px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    background-color: rgba(50,50,50,1);
    left: -100px;
    right: 0;
    margin-top: 1px;
    z-index: 30;
    height: auto;
    overflow: hidden;
    padding-top: 10vh;
    transition: ease all 0.4s;
    min-width: unset;
    width: calc(100% + 130px);
    padding-bottom: 40px;
    margin-bottom: -34px;
  }

  .store-specific-search-box.move-to-top {
    margin-top: 6px;
    width: calc(100% + 130px);
    max-height: 52px;
    overflow: hidden;
    height: auto;
    background-color: rgba(0,0,0,0.7);
    padding: 16px 10px;
    transition: ease all 0.4s;
    margin-left: -100px;
    position: relative;
    margin-bottom: 10px;
    left: 0;
  }

   .store-specific-search-box.move-to-top.search-box-open {
    height: auto;
    max-height: 100vh;
  }
}

@media(max-width: 415px){

  .search-box.store-specific-search-box {
    position: relative;
    display: block;
    padding: 15px 16px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    background-color: rgba(50,50,50,1);
    left: -40px;
    right: 0;
    margin-top: 1px;
    z-index: 30;
    height: auto;
    overflow: hidden;
    padding-top: 10vh;
    transition: ease all 0.4s;
    min-width: unset;
    width: calc(100% + 70px);
    padding-bottom: 40px;
    margin-bottom: -34px;
  }

  .store-specific-search-box.move-to-top {
    margin-top: 6px;
    width: calc(100% + 70px);
    max-height: 52px;
    overflow: hidden;
    height: auto;
    background-color: rgba(0,0,0,0.7);
    padding: 16px 10px;
    transition: ease all 0.4s;
    left: 60px;
    position: relative;
    margin-bottom: 10px;
  }

  .store-specific-search-box.move-to-top.search-box-open {
    height: auto;
    max-height: 100vh;
  }

}

/* Custom radio button */

.radio-yes > input[type="radio"]  {
  display:none;
}
.radio-no > input[type="radio"]  {
  display:none;
}

.radio-yes > input[type="radio"] + label {
  color: #292321;
  font-family:Arial, sans-serif;
  font-size:14px;
}
.radio-yes > input[type="radio"] + label span {
  display:inline-block;
  width:50px;
  height:50px;
  margin:-1px 4px 0 0;
  vertical-align:middle;
  cursor:pointer;
  -moz-border-radius:  50%;
  border-radius:  50%;
  border:2px solid #39b54a;
}

.radio-yes > input[type="radio"] + label span {
  background-color:transparent;
}

.radio-yes > input[type="radio"]:checked + label span{
  background-color:#39b54a;
}

.radio-yes > input[type="radio"]  + label span ,
input[type="radio"]:checked  + label span {
  -webkit-transition:background-color 0.4s linear;
  -o-transition:background-color 0.4s linear;
  -moz-transition:background-color 0.4s linear;
  transition:background-color 0.4s linear;
}

.radio-no > input[type="radio"] + label {
  color: #292321;
  font-family:Arial, sans-serif;
  font-size:14px;
}
.radio-no > input[type="radio"] + label span {
  display:inline-block;
  width:50px;
  height:50px;
  margin:-1px 4px 0 0;
  vertical-align:middle;
  cursor:pointer;
  -moz-border-radius:  50%;
  border-radius:  50%;
  border:2px solid #ff0000;
}

.radio-no > input[type="radio"] + label span {
  background-color:transparent;
}

.radio-no > input[type="radio"]:checked + label span{
  background-color:#ff0000;
}

.radio-no > input[type="radio"]  + label span ,
input[type="radio"]:checked  + label span {
  -webkit-transition:background-color 0.4s linear;
  -o-transition:background-color 0.4s linear;
  -moz-transition:background-color 0.4s linear;
  transition:background-color 0.4s linear;
}

.radio-checkmark > label > .radio-text{
  display:none;
}

.radio-checkmark > input[type="radio"] + label {
  color: #292321;
  font-family:Arial, sans-serif;
  font-size:14px;
}

.radio-checkmark > input[type="radio"] + label span {
  display:inline-block;
  width:50px;
  height:50px;
  margin:-1px 4px 0 0;
  vertical-align:middle;
  cursor:pointer;
  -moz-border-radius:  50%;
  border-radius:  50%;
  border:2px solid #B8BFC2;
}

.radio-checkmark > input[type="radio"] + label span {
  background-color:transparent;
}

.radio-checkmark > input[type="radio"]:checked + label span{
  border: 2px solid #39b54a;
  background-color:#39b54a;
}

.radio-checkmark > input[type="radio"]  + label span ,
input[type="radio"]:checked  + label span {
  -webkit-transition:background-color 0.4s linear;
  -o-transition:background-color 0.4s linear;
  -moz-transition:background-color 0.4s linear;
  transition:background-color 0.4s linear;
}

.radio-checkmark > input[type="radio"]:checked + label > .radio-text {
  display:inline-block;
}

.radio-yes > label > .radio-text  {
  user-select: none;
  cursor:pointer;
  position:absolute;
  top:14px;
  left:13px;
  font-size: 15px;
}

.radio-no > label > .radio-text  {
  user-select: none;
  cursor:pointer;
  position:absolute;
  top:13px;
  left:14px;
  font-size: 15px;
}

.radio-checkmark > label > .radio-text  {
  user-select: none;
  cursor:pointer;
  position:absolute;
  top:8px;
  left:16px;
  font-size: 22px;
}


.radio-yes > input[type="radio"]:checked + label div,
.radio-no > input[type="radio"]:checked + label div,
.radio-checkmark > input[type="radio"]:checked + label div{
  color:#fff;
}

.radio-yes, .radio-no {
  display:inline-block;
  position:relative;
}

.radio-checkmark {
  margin-top:15px;
  display:block;
  position:relative;
}

.radio-checkmark > span {
  font-size:17px;
  margin-left:7px;
}

.radio-yes {
  margin-right:60px;
}


/* FORM VALIDATION STYLES */

.required {
  color: red;
  font-size: 1em;
}
.control-label, .help-block {
  display: none;
}
.has-error .control-label, .has-error .help-block {
  display: inline;
}


/* Tabbed form button */


.tabbed-btn {
  width:135px;
  color:#000;
  cursor: pointer;
  text-align:center;
  background: #feda00;
  margin-bottom: 17px;
  border-radius: 17px;
  -moz-border-radius: 17px;
  -webkit-border-radius: 17px;
  padding:7px 26px 7px 26px;
  margin-top:40px;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.tabbed-btn:hover {
  background: #ffec80;
  color: black;
}

.tabbed-next {
  position:relative;
  right:30px;
}

.tabbed-submit {
  width:100%;
  font-size:17px;
}


.tab-input-holder {
  font-size:17px;
  padding-right: 20px;
  padding-left: 20px;
}

.form-margin-top {
  margin-top:30px;
}

@media (min-width: 768px) {
  .tab-input-holder {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media (min-width: 992px) {
  .tab-input-holder {
    padding-right: 150px;
    padding-left: 150px;
  }
}

@media (min-width: 1200px) {
  .tab-input-holder {
    padding-right: 200px;
    padding-left: 200px;
  }
}

/* Custom radio button checkmark */

.radio-checkmark > input[type="radio"] {
  display:none;
}

.radio-checkmark > label > .radio-text{
  display:none;
}

.radio-checkmark > input[type="radio"] + label {
  color: #292321;
  font-family:Arial, sans-serif;
  font-size:14px;
}

.radio-checkmark > input[type="radio"] + label span {
  display:inline-block;
  width:50px;
  height:50px;
  margin:-1px 4px 0 0;
  vertical-align:middle;
  cursor:pointer;
  -moz-border-radius:  50%;
  border-radius:  50%;
  border:2px solid #B8BFC2;
}

.radio-checkmark > input[type="radio"] + label span {
  background-color:transparent;
}

.radio-checkmark > input[type="radio"]:checked + label span{
  border: 2px solid #39b54a;
  background-color:#39b54a;
}

.radio-checkmark > input[type="radio"]  + label span ,
input[type="radio"]:checked  + label span {
  -webkit-transition:background-color 0.4s linear;
  -o-transition:background-color 0.4s linear;
  -moz-transition:background-color 0.4s linear;
  transition:background-color 0.4s linear;
}

.radio-checkmark > input[type="radio"]:checked + label > .radio-text {
  display:inline-block;
}

.radio-checkmark > label > .radio-text  {
  user-select: none;
  cursor:pointer;
  position:absolute;
  top:8px;
  left:16px;
  font-size: 22px;
}


.radio-yes > input[type="radio"]:checked + label div,
.radio-no > input[type="radio"]:checked + label div,
.radio-checkmark > input[type="radio"]:checked + label div{
  color:#fff;
}

.radio-yes, .radio-no {
  display:inline-block;
  position:relative;
}

.radio-checkmark {
  margin-top:15px;
  display:block;
  position:relative;
}

.radio-checkmark > span {
  font-size:17px;
  margin-left:7px;
}

/*
  Catering quote adjustments
*/

.modal-body .location-number-holder {
  left: 0px;
  top: 17px;
}

.modal-body .col-style {
  padding-left: 50px;
  padding-right: 15px;
  padding-top: 0px;
  position: relative;
}

.modal-body .col-style h1 {
  font-family: futura-pt;
  text-transform: uppercase;
  font-size: 22px;
}

.modal-body img#google-map-static {
  height: 250px;
  width: 100%;
  object-fit: cover;
  padding: 15px;
}

.find-stores {
  margin-top: 0;
}

@media (max-width: 991px){
  .modal-body .location-number-holder {
    left: 0px;
    top: -5px;
  }

  .modal-body .btn-next {
    margin-top: 36px;
  }
}

.collapse-container {
  padding: 0;
}

.collapse-container-heading {
  background-color: #585858;
  border-bottom: 5px solid #ffda00;
}

.collapse-container-heading h1 {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

.collapse-container-heading .btn-next{
  margin-top: 20px;
  position: absolute;
  left: unset;
  right: 30px;
  width: 200px;
}

.collapse-container-footer, .collapse-container-body {
  border: 1px solid #585858;
  padding: 15px 15px 6px 15px;
}

.collapse-container-body h1 {
  font-size: 24px;
  font-family: futura-pt;
  font-weight: bold;
  border-bottom: 2px solid #ffda00;
  padding-bottom: 6px;
}

.collapse-container-body ul {
  list-style: none;
  padding-left: 0;
}

.collapse-container-body ul > li {
  margin-top: 15px;
  font-size: 16px;
  font-family: futura-pt;
}

.collapse-container-body ul > li > ul {
  padding-left: 20px;
}


.items-summary-list li:first-of-type{
  font-weight: bold;
  padding-left: 0;
}

.items-li {
  padding-left: 30px;
}

.items-sum {
  padding-left: 30px;
}

.accept-container {
  width: 100%;
  border: 2px solid #ffda00;
  padding-bottom: 20px;
}

.accept-container p {
  font-size: 26px;
  font-weight: bold;
  padding-left: 52px;
  padding-top: 23px;

}

.accept-container p > i {
  display: inline-block;
  width: 40px;
  text-align: center;
  border: 2px solid;
  border-radius: 50%;
  margin-right: 15px;
  margin-top: 15px;
  padding-left: 1px;
  height: 40px;
  padding-top: 5px;
  position: absolute;
  left: 15px;
  top: 0;
}

.accept-container label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  margin-left: 52px;
  font-size: 20px;
  font-weight: normal;
  margin-top: 14px;
}

.form-quote-buttons {
  position: unset;
}

.accept-container input {
  border: none;
  border-bottom: 1px solid #afafaf;
  width: calc(100% - 248px);
  margin-left: 10px;
  font-size: 20px;
}

.btn-quote-form {
  position: absolute;
  bottom: 20px;
  width: 160px;
  padding: 10px 20px;
  font-size: 19px;
  color: #000;
  background-color: #fff;
  border: 2px solid;
}

.btn-quote-yes {
  right: 30px;
  border-color: #39B54A;
}

.btn-quote-no {
  right: 200px;
  border-color: #E2231A;
}

#rejection {
  width: 100%;
  color: #000;
  font-size: 16px;
  border: 1px solid #afafaf;
  margin-bottom: 15px;
  border-radius: 10px;
  padding: 10px;
}

.rejection-error {
  border: 1px solid darkred;
  background-color: lightsalmon;
}

#mailWarning {
  font-size: 16px;
}

@media(max-width: 991px) {

  .collapse-container-heading h1 {
    text-align: center;
  }

  .form-quote-buttons {
    position: relative;
    padding-top: 15px;
  }

  .collapse-container-heading .btn-next {
    display: block;
    position: relative;
    left: 0;
    right: 0;
    width: 200px;
    margin: 20px auto;
  }

  .btn-quote-form {
    position: relative;
    bottom: 20px;
    width: 100%;
    padding: 10px 20px;
    font-size: 19px;
    color: #000;
    background-color: #fff;
    border: 2px solid;
    display: block;
    margin-top: 15px;
  }

  .btn-quote-yes {
    right: 0;
    border-color: #39B54A;
    left: 0;
    margin: auto;
    margin-top: 15px;
  }

  .btn-quote-no {
    border-color: #E2231A;
    right: 0;
    left: 0;
    margin: auto;
    margin-top: 20px;
  }

  .accept-container {
    margin-bottom: 30px;
  }

  .accept-container label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    margin-left: 0;
    font-size: 20px;
    font-weight: normal;
    margin-top: 14px;
  }

  .accept-container input {
    border: none;
    width: 100%;
    margin-left: unset;
    display: block;
    border: 1px solid #afafaf;
    font-size: 16px;
    padding: 13px 15px;
  }
}

.homepage-slider-container {
  width:100%;
  margin:0;
  padding:0;
  height:750px;
  position:relative;
}

.homepage-slider {
  margin-top:83px;
  height:750px;
}

.homepage-slider-frame {
  height:750px;
  position:relative;
  background-position: center;
  background-size: cover;
}

.homepage-slider-text-layer {
  position: absolute;
  z-index:2;
  width:100%;
  text-align:center;
  height:100%;
}

.homepage-slider-text-layer p:nth-of-type(1) {
  color:white;
  width:100%;
  text-align:center;
  font-size:80px;
  margin-top:80px;
  font-family: "EvelethCleanRegular", Sans-Serif;
  font-weight: bold;
  line-height: 100%;
}

.homepage-slider-text-layer p:nth-of-type(2) {
  color:white;
  width:100%;
  text-align:center;
  font-size:25px;
  margin-top:20px;
  font-family: "futura-pt";
  font-weight:bold;
  line-height: 100%;
}

.homepage-slider-container #arrow_prev {
  cursor: pointer;
  background: url("/images/index-carousel/arrow_next.svg");
  position: absolute;
  left:0%;
  top:45%;
  height:50px;
  width:50px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.homepage-slider-container #arrow_next {
  cursor: pointer;
  background: url("/images/index-carousel/arrow_next.svg");
  position: absolute;
  right:0%;
  top:45%;
  height:50px;
  width:50px;
}

.homepage-slider-button {
  font-size: 28px;
  margin-top: 55px;
  margin-left:auto;
  margin-right:auto;
  text-decoration: none;
  color: #1a1a1a;
  font-family: Eleveth;
  padding: 5px 45px 5px 45px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: ease 0.2s;
  -moz-transition: ease 0.2s;
  -ms-transition: ease 0.2s;
  transition: ease 0.2s;
  text-transform: uppercase;
  background-color: #ffda00;
  border-radius: 40px;
  font-size:20px;

  position:absolute;
  bottom:370px;
  right:25%;
  left:50%;
  width:360px;
  margin-left:-180px;
  padding-top: 8px;
}

.homepage-slider-button-red {
  background-color:#e2231a;
  color:#ffffff;
  padding-top: 8px;
}

@media (max-width: 1200px) {
  .homepage-slider-container {
    height:550px;
  }
  .homepage-slider {
    height:550px;
  }
  .homepage-slider-frame {
    height:550px;
  }
  .homepage-slider-text-layer p:nth-of-type(1) {
    margin-top:90px;
    font-size:42px;
  }
  .homepage-slider-text-layer p:nth-of-type(2) {
    font-size:33px;
    margin-top:20px;
  }
  .homepage-slider-button {
    bottom:250px;
    padding-top: 8px;
  }
}

@media (max-width: 992px) {
  .homepage-slider-container {
    height:350px;
  }
  .homepage-slider {
    height:350px;
  }
  .homepage-slider-frame {
    height:350px;
  }
  .homepage-slider-text-layer p:nth-of-type(1) {
    margin-top:60px;
    font-size:32px;
  }
  .homepage-slider-text-layer p:nth-of-type(2) {
    font-size:23px;
    margin-top:10px;
  }
  .slick-dots li button {
    height:12px;
    width:12px;
  }
  .slick-dots li.slick-active button {
    height:12px;
    width:12px;
  }
  .slick-dots{
    bottom:7px;
  }
  .homepage-slider-button {
    bottom:120px;
    padding-top: 8px;
  }
}

@media (max-width: 768px) {
  .slick-dots {
    display:none !important;
  }
  .homepage-slider-text-layer p:nth-of-type(1) {
    margin-top:60px;
    font-size:32px;
  }
  .homepage-slider-text-layer p:nth-of-type(2) {
    font-size:18px;
    margin-top:10px;
    padding-left:40px;
    padding-right:40px;
  }
  .homepage-slider-button {
    bottom:50px;
    width:300px;
    margin-left:-150px;
    padding-top: 8px;
  }
}

/*
  MOBILE FOOTER WRAPPER PROMO
*/

.footer-mobile-wrapper {
  background-color: #ffda00;
  padding-top: 19px;
  margin-top:40px;
}

.footer-mobile-wrapper > .container {
  max-width: 1150px;
}

.footer-mobile-wrapper p {
  text-align: right;
  font-size: 18px;
  padding-top: 9px;
}

.footer-mobile-wrapper a{
  display: inline-block;
}

.footer-mobile-wrapper .store-image {
  width: 124px;
  height: 39px;
  display: inline-block;
}

.footer-mobile-wrapper .store-image__ios {
  margin-top: 2px;
}

.footer-mobile-wrapper .store-image__android {
  width: 135px;
  height: 57px;
  display: block;
  margin: auto;
}

.footer-mobile-wrapper .phone-holder {
  position: relative;
}

.phone-holder img {
  position: absolute;
  bottom: -62px;
  height: 340px;
  left: 38px;
}

@media (max-width: 991px) {

  .footer-mobile-wrapper p {
    text-align: center;
  }

  .phone-holder img {
    display: none;
  }

  .footer-mobile-wrapper .text-center:first-of-type {
    text-align: right;
    padding: 0;
  }

  .footer-mobile-wrapper .text-center:last-of-type {
    text-align: left;
    padding: 0;
  }
}

/*
  QUOTE CATERING LOGIN
*/

.quote-login-window {
  margin-left: 30%;
  margin-right: 30%;
  padding: 50px;
  text-align: center;
  margin-top: -160px;
  position: relative;
  background: #fff;
  box-shadow: 7px 7px 23px;
}

.quote-login-window label {
  display: block;
  text-align: left;
}

.quote-login-window input[type="text"]{
  width: 100%;
  border: 1px solid #333;
}

.quote-login-window input[type="email"] {
  background-color: #fff;
  width: 100%;
  color: #666;
  border: 1px solid #afafaf;
  padding: 8px 15px;
  margin-bottom: 20px;
}

.quote-login-window button {
  background-color: #ffda00;
  width: 100%;
  border-radius: 15px;
  color: #000;
  padding: 8px 15px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.payment {
  background-color: #ffda00;
  border: none;
  border-radius: 18px;
  height: 36px;
  display: inline-block;
  padding-top: 5px;
  padding-left: 36px;
  padding-right: 36px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0px;
  left: unset;
  right: 30px;
  width: 100%;
  margin-bottom: 7px;
  color: #000;
}

.btn-quote-no.payment-no {
  right: 30px;
  border-color: #E2231A;
}

.payment-form label{
  display: block;
  margin-top: 20px;
}

.payment-form input {
  width: 100%;
  border: 1px solid #999;
  border-radius: 10px;
  font-size: 18px;
  padding: 8px;
}

.payment-buttons button {
  width: 100%;
  margin-top: 2px;

}

.payment-cancel {
  background-color: #fff;
  border: 2px solid #ffda00;
  padding: 2px 0 0 0;
}

.cancel-quote, .keep-quote {
  width: 100%;
  margin-top: 10px;
  font-size: 16px;
}

.cancel-quote {
  background-color: red;
  color: #fff;
}

.keep-quote {
  background-color: limegreen;
  color: #fff;
}

.question-mark i {
  color: #6c6e71;
}

.question-mark h2 {
  font-family: Futura-pt;
  font-weight: bold;
}

@media(max-width: 1200px){
  .quote-login-window {
    margin-left: 10%;
    margin-right: 10%;
  }
}

@media(max-width: 991px){
  .btn-quote-no.payment-no {
    right: 0;
    border-color: #E2231A;
    margin-top: 50px;
    position: absolute;
    width: calc(100% - 30px);
    bottom: -60px;
  }

  .accept-container {
    width: 100%;
    border: 2px solid #ffda00;
    padding-bottom: 0px;
    padding-top: 5px;
    min-height: 160px;
  }

  .accept-container p > i {
    padding-top: 8px;
  }

  .accept-container p {
    font-size: 20px;
    font-weight: bold;
    padding-left: 52px;
    padding-top: 21px;
  }

}


@media(max-width: 767px){
  .quote-login-window {
    margin: 20px 15px 28px 15px;
  }


}

@media(max-width: 460px){
  .quote-login-window {
    padding: 30px 15px;
  }
  .quote-login-window h1 {
    font-size: 20px;
    margin-top: 0;
  }

  .accept-container p > i {
    padding-top: 11px;
  }

  .accept-container p {
    font-size: 13px;
    font-weight: bold;
    padding-left: 52px;
    padding-top: 23px;
  }
}
