/*

  SUBNAVIGATION

*/


@media (max-width: 1510px){
  .subnavigation-container {
    height: 64px;
    margin-top: 97px;
    z-index: 99;
  }
}

@media (max-width: 1315px){
  .subnavigation-container {
    height: 64px;
    margin-top: 88px;
  }

  .subnavigation > a {
    font-size: 14px;
  }
}

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



/*
  MOBILE NAVIGATION
*/

.top-navigation-mobile .navbar.navbar-inverse {
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar-toggle {
  position: relative;
  float: left;
  margin-left: 15px;
  width: 23px;
  border: none;
  padding-left: 0;
  padding-right: 0;
}


.navbar-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  margin: 0;
}

.nav-mobile-icon {
  font-size: 22px;
  color: #fff;
  margin-top: 9px;
}

.nav-location-icon {
  float: left;
  margin-left: 12px;
}

.nav-mobile-user {
  float: right;
  margin-right: 21px;
}


.nav-mobile-cart {
  float: right;
  margin-right: 15px;
}

.mobile-navbar-logo {
  width: 86px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.mobile-navbar-logo > img {
  width: 86px;
  height: 50px;
  object-fit: cover;
  display: inline-block;
  margin: auto;
}
.menu-lower-nav {
  display: block;
  border-top: 1px solid #8c8c8c;
  margin-top: 6px;
  display: flex;
  justify-content: space-between;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.menu-lower-nav  a, .dropdown-navigation {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 4px;
  font-size: 12px;
  margin-right: 0;
  margin-left: 0;
  padding-top: 2px;
  font-weight: bold;
}

.dropdown-navigation {
  width: auto;
  height: auto;
  padding: 0;
  background: transparent;
  display: inline-block;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  margin: 0;
  padding-bottom: 2px;
}

.menu-lower-nav .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #1a1a1a;
}

.navbar-inverse .navbar-collapse {
  background-color: #fff;
}

.top-navigation-mobile .navbar-inverse {
  z-index: 100;
}

.top-navigation-mobile .navbar-inverse .navbar-nav>li>a, .top-navigation-mobile ul.nav-dropdown > li > a  {
  color: #000;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
  margin-right: 0;
  border-top: 1px solid #c9c9c9;
  padding-left: 60px;
  padding-right: 60px;
}

.top-navigation-mobile .navbar-inverse .navbar-nav>li>a>i {
  float: right;
}

.top-navigation-mobile ul.nav-dropdown > li > a {
  color: #000;
  width: 100%;
  display: block;
  text-align: left;
  border: none;
  padding-top: 9px;
  padding-bottom: 9px;
  font-weight: lighter;
  padding-right: 15px;
}

.top-navigation-mobile .navbar-inverse .navbar-nav>li:first-of-type>a {
  border-top: none;
}

.top-navigation-mobile ul.nav-dropdown {
  list-style: none;
  padding-left: 0;
  margin-bottom: 10px;
}

.top-navigation-mobile ul.nav.navbar-nav {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 50px;
}

.navbar-nav-main-sub {
  max-height: 116px;
  overflow-y: scroll;
}

.top-navigation-mobile .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: transparent;
}

.top-navigation-mobile .navbar-nav {
  margin: 0 -15px;
  position: relative;
}

.top-navigation-mobile ul.nav-dropdown-small > li > a {
  color: #fff;
  padding-left: 77px;
}

.navbar-title {
  width: 100%;
  background-color: #ffda00;
  text-align: left;
  font-size: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  left: 0;
  padding-left: 15px;
  border-top: 3px solid #fff;
}

.navbar-title h3 {
  font-size: 22px;
  margin: 0;
  font-family: futura-pt;
  font-weight: bold;
  color: #000;
}

.navbar-title:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffda00;
  top: -10px;
}

.menu-lower-nav li:last-of-type>a {
  background-color: #ffda00;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 10px;
  color: #000;
  padding-bottom: 2px;
}

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

@media (max-width: 360px){
  .menu-lower-nav li:last-of-type>a {
    background-color: #ffda00;
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 10px;
    color: #000;
    padding-bottom: 2px;
  }
}

/*
  MENU PAGE
*/

.four-four-carousel-wrapper {
  display: none;
}


@media (max-width: 991px){
  .menu-item-link {
    display: block;
  }

  .four-four-container {
    display: none;
  }

  .item-options-label {
    margin-bottom: 20px;
  }

  .four-four-carousel-wrapper {
    height: auto !important;
    display: block;
    margin-top: -270px;
  }

  .four-four-carousel-wrapper #myCarousel {
    height: auto;
  }

  .four-four-carousel-wrapper .item {
    height: auto !important;
    padding: 15px 15px 40px 15px;
    background: transparent;
  }

  .four-four-carousel-wrapper .caption-holder {
    min-height: auto;
    left: unset;
    bottom: 40px;
    right: 15px;
    background: transparent;
  }

  .four-four-carousel-wrapper .four-four-box {
    padding: 15px;
    min-height: 544px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px){

  .four-four-carousel-wrapper {
    height: auto !important;
    display: block;
    margin-top: -250px;
  }


  .menu-header, .catering-header {
    background: none;
    padding-top: 98px;
  }

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

  .about-our-food-header {
    height: 590px;
    padding-top: 98px;
    padding-bottom: 110px;
    width: 100%;
    display: block;
    position: relative;
    background: url(/images/floor-1256804.jpg) no-repeat
  }

  .about-our-food-header h1 {
    font-size: 24px;
    margin-top: 3px;
    padding-left: 15px;
    color: #fff;
    text-shadow: 2px 2px 8px #000;
  }

  .about-our-food-header p {
    margin-top: 10px;
    font-size: 17px;
    color: #fff;
    font-weight: bolder;
    line-height: 1.25;
    padding-left: 15px;
    text-shadow: 2px 2px 8px #000;
  }

  .bordered-container {
    margin-top: 0;
  }

  .menu-item-img > img {
    height: 300px;
  }

  .menu-item-img > h1 {
    padding: 30px 15px 14px 15px;
    font-size: 26px;
  }

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

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

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

  .nutrition-list > li {
    display: inline-block;
    margin-top: 20px;
    width: 49%;
  }

  .item-tab-content {
    padding: 10px 15px 30px 15px;
  }

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

  .bordered-container {
    background-color: #fff;
    box-shadow: none;
    margin-bottom: 0px;
    position: relative;
    padding: 0;
  }

  .footer-navigation .row {
    padding-bottom: 40px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    display: none;
  }
}

/*
  Category selectors
*/


.category-selectors-mobile {
  bakcground-color: #ffda00;
  color: #000;
  display: none;
  z-index: 50;
}

.category-selectors-mobile ul {
  width: 100%;
  list-style: none;
  padding: 0;
  margin-bottom: 0;

}

.category-selectors-mobile > ul > li > a {
  font-size: 22px;
  color: #000;
  background: #ffda00;
  text-align: center;
  margin: 0;
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 5px solid #1a1a1a;
}



.category-selectors-mobile > ul > li > a > i {
  float: right;
  margin-right: 15px;
  margin-top: 5px;
  color: #666;
  transition: ease 0.2s;
}

.category-selectors-mobile > ul > li > a.open > i {
  color: #000
}


.category-selectors-mobile li {
  display: block;
  text-align: center;
  width: 100%;
}

.category-selectors-mobile .nav-dropdown {
  width: 100%;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  max-height: 272px;
  overflow-y: scroll;
  position: absolute;
  display: block;
  position: fixed;
  background: #fff;
  margin-top: 0px;
  border-bottom: 5px solid #1a1a1a;
}

.category-selectors-mobile .nav-dropdown > li {
  display: block;
}

.category-selectors-mobile .nav-dropdown > li > a {
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  display: block;
}

.category-selectors-mobile .nav-dropdown > li:not(:first-of-type) > a {
  border-top: 1px solid #c9c9c9;
}

.category-selectors-mobile .nav-dropdown > li:last-of-type > a {

}


@media (max-width: 991px){

}

@media (max-width: 767px){
  .category-selectors-wrapper {
    display: none;
  }

  .category-name {
    display: none;
  }

  .category-selectors-mobile {
    background-color: #fff;
    color: #000;
    display: block;
    position: fixed;
    width: 100%;
    margin-top: 98px;
    padding: 0;
  }
}


/*
  HOME PAGE
*/

@media (max-width: 1645px){
  .caption-holder {
    margin-top: 50px;
  }

  h1#captionTitle {
    font-size: 20px;
  }
}

@media (max-width: 1585px){
  .caption-holder {
    min-height: 480px;
  }

  p#captionText {
    font-size: 14px;
  }

  .itemLinker {
    font-size: 20px;
    bottom: 41px;
  }

  .carousel-indicators {
    bottom: 29px;
  }

  a.right.carousel-control > span {
    font-size: 41px;
    padding-left: 3px;
  }

  a.right.carousel-control {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 1400px){
  .index-promotion-item article {
    margin-top: 50px;
    color: #fff;
    text-align: center;
    padding: 30px 80px;
    border: 1px solid #ebebeb;
    padding-bottom: 70px;
  }
}

@media(max-width: 1360px) {
  .caption-holder {
    min-height: 368px;
    width: 520px;
    padding: 15px 0;
  }

  h1#captionTitle {
    font-size: 20px;
    padding: 22px 22px 22px 45px;
    border-right: 11px solid #fff;
  }

  p#captionText {
    font-size: 14px;
    padding: 0px 60px 5px 45px;
    line-height: 1.4;
  }

  a.right.carousel-control {
    bottom: 20px;
  }

  .carousel-indicators {
    bottom: 20px;
  }

  .itemLinker {
    color: #000;
    margin-left: 44px;
    bottom: 31px;
  }
}

@media (max-width: 1300px){

  .externalDicekysList-item > div {
    background-color: #fff;
    padding: 35px 35px 100px 35px;
    box-shadow: 1px 10px 45px #888888;
    text-align: center;
    min-height: 220px;
    position: relative;
  }

  .externalDicekysList-item > div > a {
    font-size: 18px;
    padding: 10px 15px 3px 15px;
    bottom: 35px;
    margin-left: 35px;
    margin-right: 35px;
  }

  .info-box-3-item > div {
    background-color: #fff;
    padding: 35px 35px 100px 35px;
    box-shadow: 1px 10px 45px #888888;
    text-align: center;
    min-height: 300px;
    position: relative;
  }

  .info-box-3-item > div > a {
    font-size: 18px;
    padding: 10px 15px 3px 15px;
    bottom: 35px;
    margin-left: 35px;
    margin-right: 35px;
  }

}

@media (max-width: 1250px){
  .caption-holder {
    min-height: 330px;
    padding: 15px 0;
  }

  p#captionText {
    min-height: unset;
  }

}


@media (max-width: 991px){

  .carousel-wrapper {
    height: auto;
    padding-top: 93px;
    padding-bottom: 0px;
    position: relative;
  }

  .carousel-wrapper .item {
    height: auto;
  }

  .carousel-wrapper .item > img {
    width: 100%;
  }

  h1#captionTitle {
    font-size: 18px;
    color: #000;
    padding: 20px 15px 12px 15px;
    text-transform: uppercase;
    margin-bottom: 20px;
    background-color: #ffda00;
    margin-top: -64px;
    border: none;
  }

  p#captionText {
    display: none !important;
  }

  a.right.carousel-control {
    top: unset;
    bottom: 0;
    right: 0;
    margin-right: 0;
    background-color: #fff;
  }

  a.right.carousel-control:hover {
    background: #fff;
    color: #000;
    transition: ease 0.2s;
  }

  .carousel-indicators {
    bottom: 0;
    right: 80px;
  }

  .itemLinker {
    font-weight: bold;
    font-size: 16px;
    margin-left: 15px;
    bottom: 13px;
    position: absolute;
  }

  .caption-holder {
    min-height: unset;
    width: 100%;
    position: absolute;
    background-color: #fff;
    left: 0;
    margin-top: 0;
    box-shadow: none;
    min-width: 100%;
    padding: 30px 0;
    bottom: 0;
  }

  .externalDicekysList-item > div {
    background-color: #fff;
    padding: 35px 35px 100px 35px;
    box-shadow: 1px 10px 45px #888888;
    text-align: center;
    min-height: 190px;
    position: relative;
  }

  .externalDicekysList-item > div > a {
    padding: 10px 15px 3px 15px;
    bottom: 35px;
    margin-left: 35px;
    margin-right: 35px;
  }

  .info-box-3-item > div {
    background-color: #fff;
    padding: 35px 35px 100px 35px;
    box-shadow: 1px 10px 45px #888888;
    text-align: center;
    min-height: 190px;
    position: relative;
  }

  .info-box-3-item > div > a {
    padding: 7px 15px 3px 15px;
    bottom: 35px;
    margin-left: 35px;
    margin-right: 35px;
  }

  .index-promotion-item article {
    padding: 30px 15px;
    padding-bottom: 30px;
  }

  .menu-section h1 {
    font-size: 26px;
    padding: 15px 25px 3px 25px;
    color: #fff;
    background-color: rgba(0,0,0,0.8);
    text-transform: uppercase;
    text-align: center;
  }

  .menu-section h2 {
    font-size: 18px;
    font-family: futura-pt;
    color: #fff;
    background-color: rgba(0,0,0,0.8);
    padding: 19px 7px 17px 7px;
    display: inline-block;
    margin-top: -10px;
    border-bottom: 4px solid #ffda00;
    width: 100%;
    text-align: center;

  }

  .menu-section {
    min-height:330px;
    padding-top:30px;
    padding-bottom: 40px;
  }

  .menu-section a {
    font-size: 24px;
    margin-top: 20px;
    text-decoration: none;
    color: #1a1a1a;
    font-family: Eleveth;
    padding: 10px 25px 3px 25px;
    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;
    margin-right: 0;
  }

  @media (min-width: 992px) {
    .menu-section {
      min-height:740px;
      padding-top:120px;
    }
    .menu-section a {
      margin-top: 300px;
    }
  }


  .footer-social > li > a {
    margin-top: 26px;
  }


}

@media (max-width: 767px){
  .externalDicekysList-item > div > p {
    font-size: 17px;
  }

  .info-box-3-item > div > p {
    font-size: 17px;
  }

  .carousel-wrapper {
    height: auto;
    padding-top: 98px;
    padding-bottom: 0px;
    position: relative;
  }

  #good-works {
    padding-bottom: 100px;
  }
}

@media (max-width: 480px){

  .carousel-indicators .active {
    margin-right: 1px;
  }

  .carousel-indicators li {
    margin-right: -1px;
  }

  h1#captionTitle {
    font-size: 16px;
    padding: 10px 15px 4px 15px;
    margin-bottom: 20px;
    background-color: #ffda00;
    margin-top: -64px;
    border: none;
  }

  .carousel-indicators {
    right: 50px;
  }
}

/*
  FOOTER
*/

@media (max-width: 1053px){
  .footer-social > li {
    display: inline-block;
    margin-left: 3px;
  }
}

@media (max-width: 991px){
  .footer-wraper .col-md-6.text-left {
    text-align: center;
  }

  .footer-nav {
    text-align: center;
  }

  footer .col-md-6.text-right > p {
    text-align: center;
  }
}

@media (max-width: 480px){

  .footer-wraper {
    padding: 10px 0 30px 0;
  }

  .footer-wraper > .container {
    padding-left: 15px;
    padding-right: 15px;
  }


  b {
    border-bottom: none;
    padding-bottom: 11px;
    font-size: 14px;
    font-weight: normal;
  }

  .footer-social > li > a {
    color: #ffffff;
    font-size: 20px !important;
    width: 35px;
    height: 35px;
    padding-top: 2px;
    margin-right: 5px;
  }

  .footer-social > li:last-of-type > a {
    margin-right: 0;
  }

  .footer-social {
    margin-left: 10px;
  }

  .footer-social > li {
    display: inline-block;
    margin-left: 0;
  }

  .footer-wraper .col-md-6.text-left {
    text-align: center;
  }

  .footer-nav {
    text-align: center;
  }

  .col-md-6.text-right > nav > a {
    margin-right: 1px;
    font-size: 13px;
  }

  .col-md-6.text-right > nav > a:last-of-type {
    margin-right: 0;
  }

  .col-md-6.text-right > p {
    text-align: center;
  }

  .col-md-6.text-right > nav > a:after {
    content: '|';
    margin-left: 5px;
  }

  .col-md-6.text-right > nav > a:last-of-type:after {
    content: '';
    margin-left: 0;
  }
}


/*
  LEGAL SECTION
*/

@media (max-width: 991px){
  .site-map-container {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
  }
  .terms-and-conditions-container{
    padding-left: 30px;
    padding-right: 30px;
  }
  .footer-navigation .row {
    padding-bottom: 40px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }
  .pdf-holder {
    display: block;
    position: relative;
    font-family: FontAwesome;
    padding-top: 20px;
    padding-left: 80px;
    padding-bottom: 40px;
  }
}

/*
  MENU
*/




/*
  LOCATION - SEARCH RESULTS
*/


#mapView-stores  .store-info {
  padding-top: 0;
}

@media (max-width: 991px){
  .store-info {
    padding-top: 0;
  }
}

@media (max-width: 768px){
  button#map-view {
    margin-top: 3px;
  }

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

  button#list-view {
    margin-top: 20px;
  }
}


@media (max-width: 415px){
  .location-number-holder {
    position: absolute;
    left: 5px;
    top: 18px;
    width: 35px;
    height: 35px;
    padding-top: 4px;
    font-size: 12px;
  }

  .col-style {
    padding-left: 38px;
  }

  .dropdownBtn {
    left: unset;
    right: -16px;
  }

  .location-order-link {
    left: unset;
    right: 20px;
  }

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

}

/*
  CATERING
*/

@media (max-width: 1645px){
  .catering-promotion article, .catering-promotion div {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1540px){
  .four-four-box-with-image > p {
    text-align: justify;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 15px;
    line-height: 1.25;
  }

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

@media (max-width: 1450px){

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

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


@media (max-width: 1300px) {
  .big-tab-content {
    padding: 50px 75px 60px 75px;
  }
}

@media (max-width: 1100px) {
  .service-type-box p {
    font-size: 14px;
    line-height: 1.25;
    margin-top: 12px;
  }
}

@media (max-width: 991px){
  .catering-promotion {
    padding-top: 15px;
    color: #fff;
  }

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

  .catering-promotion h1 {
    margin-top: 15px;
    font-size: 27px;
    text-align: center;
  }

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

  .call-info {
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-top: 20px !important;
    font-size: 22px !important;
  }

  .call-info > span {
    font-family: Eleveth;
    font-weight: normal;
    font-size: 18px;
    display: block;
    text-align: center;
    color: #fff;ß
    padding: 0;
    margin: auto;
  }

  .catering-promotion > div > div {
    padding-left: 0;
    padding-right: 0;
  }

  .catering-promotion img {
    height: 225px;
    width: 100%;
    margin-top: 25px;
    object-fit: cover;
  }

  /*.catering-services-header {*/
    /*padding-top: 142px;*/
    /*padding-bottom: 147px;*/
  /*}*/

  .catering-services-header h1 {
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 1.25;
    margin-top: 63px;
    text-shadow: 5px 5px 5px #000;
    position: relative;
    z-index: 50;
  }

  .container.carousel-wrapper.four-four-carousel-wrapper {
    position: relative;
    z-index: 1;
  }

  .four-four-carousel-wrapper .four-four-box-with-image {
    padding: 15px;
    min-height: 702px;
    padding-bottom: 80px;
  }

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

  .four-four-box-with-image > h1 {
    margin-top: 214px;
    color: #000;
    font-size: 26px;
    margin-bottom: 18px;
    text-align: center;
  }

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

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

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

  .quote-adjustments-header h1:first-of-type {
    color: #000;
    text-align: left;
    font-size: 28px;
    margin-top: 15px;
    margin-bottom: 25px;
    text-shadow: none;
    text-align: center;
  }
  .quote-adjustments-header .high-margin-top {
    margin-top: 29px;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 40px;
  }
  .quote-adjustments-header {
    height: auto !important;
    padding-bottom: 310px;
  }
}

@media (max-width: 767px){

  .catering-header {
    background: none;
    height: 410px;
    padding-top: 98px;
    background: url(/images/floor-1256804.jpg) no-repeat center;
  }

  .quote-adjustments-header {
    background: url(/images/white-wood-floors-texture.jpg) no-repeat center;
  }

  .quote-adjustments-header h1:first-of-type {
    color: #000;
    text-align: left;
    font-size: 28px;
    margin-top: 38px;
    margin-bottom: 25px;
    text-shadow: none;
    text-align: center;
  }
  .quote-adjustments-header {
    padding-bottom: 0;
  }
  .big-tab-content {
    padding: 50px 50px 60px 50px;
  }

  .four-four-box > h1 {
    font-size: 18px;
  }

  .four-four-box-with-image > h1 {
    font-size: 17px;
  }

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

  .catering-services-header {
    height: auto;
    padding-top: 98px;
    padding-bottom: 56px;
  }
}

@media (max-width: 600px){
  .big-tab-content {
    padding: 50px 15px 60px 15px;
  }
}


@media (max-width: 600px){
  .service-type-box {
    position: relative;
    display: block;
    height: auto;
    padding: 240px 15px 30px 15px;
    border: 1px solid #979797;
    margin-top: 30px;
    color: #000;
  }

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

@media (max-width: 904px){
  .big-tabs-wrapper .item-tabs > li > a {
    font-size: 18px;
  }
}

@media (max-width: 450px){
  .item-list li {
    width: 100%;
    height: 225px;
    display: block;
    position: relative;
    border: 1px solid #b1b1b1;
    border-radius: 3px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
  }
}

@media (max-width: 380px){
  .catering-services-header h1 {
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 1.25;
    margin-top: 43px;
    text-shadow: 5px 5px 5px #000;
  }
}



@media (max-width: 1650px){

  .steps ul {
    width: 962px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

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


  .steps ul > li > h3 {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    font-family: futura-pt;
    text-align: center;
    padding-left: 0 !important;
    margin-top: 35px;
    text-shadow: none;
  }

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

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

  .steps ul:after {
    margin-top: -96px;
  }
}

@media (max-width: 1640px){
  .req-big-tabs-wrapper {
    margin-right: -15px;
    margin-left: -15px;
  }

  .req-bordered-container-adjustments {
    padding-left: 15px;
    padding-right: 15px;
  }


}



@media (max-width: 1510px){
  .franchise-promotion-big-wrapper-header h1 {
    font-size: 48px;
    margin-top: 80px;
    margin-bottom: 40px;
  }

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

  .veterans .why-dickeys-header h1 {
    margin-top: 86px;
  }

}

@media (max-width: 1400px) {
  .franchise-support-three-row .smaller-box > h3 {
    font-size: 20px;
  }

  .franchise-support-three-row p:last-of-type {
    margin-right: 0px;
  }

  .franchise-support-three-row .smaller-box.four-four-box {
    margin-top: 60px;
    background-color: #fff;
    box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.5);
    padding: 15px;
  }

  .about-our-food-header-wraper.menu-header.about-our-food-header.steps-section h1 {
    padding: 0 !important;
  }
}
@media (max-width: 991px) {

  /*.container.small-negative-margin-top {*/
    /*display: none;*/
  /*}*/

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

  .veterans .why-dickeys-header h1 {
    margin-top: 83px;
  }

  .support-header {
    padding-top: 250px;
  }

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

  .menu-section.menu-why-dickeys-section h1 {
    font-size: 26px;
    padding: 15px 25px 3px 25px;
    color: #fff;
    background-color: transparent;
    text-transform: uppercase;
    text-align: center;
  }

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

  .why-dickeys-header-text a {
    margin-top: 29px;
    color: #000;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    width: 234px;
  }

  .franchise-header-awards {
    position: relative;
    padding-left: 115px;
    padding-top: 5px;
    height: 100px;
    display: block;
    margin-top: 15px;
  }

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

  .franchise-header-awards img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100px;
    width: 100px;
    object-fit: cover;
  }

  /*
    STEPS
  */
  .about-our-food-header-wraper.menu-header.about-our-food-header.steps-section {
    height: auto;
    padding-top: 152px;
  }

  .steps {
    padding: 0;
  }

  .steps ul {
    width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .steps ul > li {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .number {
    font-size: 22px;
    font-family: Eleveth;
    display: block;
    width: 50px;
    height: 50px;
    color: #000;
    background-color: #fff;
    margin: auto;
    margin-top: 30px;
    border: 3px solid #ffda00;
    border-radius: 50%;
    text-align: center;
    padding-top: 8px;
    z-index: 2;
    position: absolute;
    top: 16px;
    left: 15px;
  }

  .steps ul > li > img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    display: inline-block;
    margin-left: 97px;
  }

  .steps ul > li > h3 {
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    font-family: futura-pt;
    text-align: center;
    padding-left: 0 !important;
    margin-top: 13px;
    text-shadow: none;
    padding-top: 10px;
    position: absolute;
    margin-left: 17px;
    margin-top: 12px;
  }

  .steps ul:after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: none;
    margin-top: 0;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 38px;
    right: unset;
    border-left: 3px solid #000;
    height: 90%;
    margin-top: 50px;
    margin-bottom: 50px;
    top: 0;
    width: 5px;
  }

  .veterans img {
    display: block;
    margin: auto;
    margin-top: 50px;
  }

  .req-info-header h1 {
    font-size: 28px;
    color: #000;
    text-shadow: none;
  }
}

@media (max-width: 767px) {

  .about-our-food-header-wraper.menu-header.about-our-food-header.steps-section h1 {
    padding: 0;
  }

  .about-our-food-header-wraper.menu-header.about-our-food-header.steps-section {
    height: auto;
    padding-top: 152px;
    background: url(/images/floor-1256804.jpg) no-repeat;
    background-size: cover;
  }

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

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

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

  .franchise-promotion-big-wrapper a {
    font-family: Eleveth;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 26px;
    padding-top: 14px;
    height: 44px;
    margin-top: 48px;
  }

  .menu-section.menu-why-dickeys-section.support-header {
    height: auto;
    padding-top: 150px;
    min-height: unset;
    padding-bottom: 130px;
  }

  .steps ul > li > h1 {
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    font-family: futura-pt;
    text-align: center;
    padding-left: 0 !important;
    margin-top: 13px;
    text-shadow: none;
    padding-top: 10px;
    position: absolute;
    margin-left: 17px;
    margin-top: 22px;
  }

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

  .faq-post h1 {
    font-size: 28px;
    margin-top: 0px;
    text-align: left;
  }

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

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

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

  .franchise-external-list .info-box-3-item > div > h1, .franchise-external-list .info-box-3-item > div > h3 {
    font-size: 22px;
    margin-top: 0;
  }

  .franchise-external-list .info-box-3-item > div > p {
    text-align: justify;
    margin-top: 30px;
    font-size: 16px;
  }

  .franchise-external-list .info-box-3-item > div {
    padding: 35px 65px 100px 65px;
    min-height: 304px;
    height: auto;
  }

  .center-inputs {
    width: 100%;
  }


  .container.why-dickeys-smaller-box-container.small-negative-margin-top {
    display: block;
  }
}

@media (max-width: 767px){
  .about-our-food-header-wraper.catering-services-header.white-wood-background.req-info-header {
    height: auto;
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .why-dickeys-header-text h1 {
    font-family: eleveth;
    font-size: 38px;
    margin-top: 20px;
    line-height: 1.25;
    color: #000;
  }
}

@media (max-width: 400px) {
  .franchise-header-awards h3 {
    font-family: futura-pt;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 10px;
    color: #000;
  }

  .franchise-header-awards img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100px;
    width: 100px;
    object-fit: cover;
  }
}



/*
  ABOUT
*/

@media (max-width: 1650px){

  .team-description {
    color: #fff;
    text-align: center;
    padding: 40px 15px;
  }

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

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

  .slider-img {
    width: 33.33%;
    height: 25vh;
    top: unset;
    margin: unset;
    border: none;
    display: inline-block;
    float: left;
    border: 2px solid #fff;
  }
}

@media (max-width: 1510px) {
  .img-slider-container {
    height: calc(100vh - 161px);
    margin-top: 161px;
  }

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

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

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


@media (max-width: 1315px) {
  .img-slider-container {
    height: calc(100vh - 152px);
    margin-top: 152px;
  }

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

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

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

@media (max-width: 991px){

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

  .our-story-container {
    display: none;
  }

  .our-story-box {
    padding: 50px !important;
    height: auto;
    min-height: 300px;
  }

  .our-story-header {
    padding-bottom: 247px;
    background: url(/images/wall-769963.jpg);
  }


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

  .timeline-wraper h1 {
    color: #000;
    margin-bottom: 80px;
    margin-top: 60px;
  }

  .timeline-element-right {
    margin-left: 0;
    margin-top: 20px;
  }

  .timeline-element > img {
    margin-top: 15px;
    height: 250px;
    width: 100%;
    object-fit: cover;
  }

  .timeline-element {
    padding-top: 175px;
  }

  .timeline-element-left h2, .timeline-element-right h2 {
    text-align: center;
  }

  .timeline-element-left:after, .timeline-element-right:after {
    content: '';
    color: #fff;
    background-color: #fff;
    display: block;
    width: 40px;
    height: 40px;
    object-fit: contain;
    border: 3px solid #000;
    border-radius: 50%;
    position: absolute;
    top: -7px;
    right: 0;
    transition: ease 0.2s;
    text-align: center;
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .timeline-element-left:before, .timeline-element-right:before {
    content: '';
    width: 3px;
    display: block;
    position: absolute;
    background: #000;
    height: 158px;
    top: 0;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .year {
    margin-top: 40px;
  }

  .timeline-element-right img {
    margin-left: 0;
  }

  .last-element {
    margin-top: unset;
  }

  .slider-img {
    width: 25%;
    height: 20vh;
    top: unset;
    margin: unset;
    border: none;
    display: inline-block;
    float: left;
    border: 2px solid #fff;
  }

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

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

  .timeline-info {
    display: block;
    margin-top: -80px;
    text-shadow: 2px 2px 2px #000;
  }
  /* Meet our team big slider */

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

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



  .description-list-row .slick-track {
    background: #fff;
  }

  .description-list-item {
    height: 100vh;
    background: #fff;
    padding: 15px;
    text-align: center;
    display: inline-block;
  }

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

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

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

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

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

  .container.add-top-padding {
    padding-top: 166px;
  }

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

  .yellow-cup-row button {
    width: 220px;
    display: block;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 45px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }

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

  .bbab-wrapper {
    margin-top: -60px;
  }

  .bbab-wrapper h1 {
    margin-top: 80px;
  }

  .bbab-wrapper .col-md-6 {
    padding: 0;
  }

  .yellow-cup-row > .col-md-6.col-md-offset-1 {
    padding: 0;
  }

  /*
    WORK FOR DICKEY'S
  */

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

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

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

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

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

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

  .work-promotions .col-md-6:last-of-type {
    margin-top: 160px;
  }

  .work-promotions h1 {
    text-align: center;
    color: #fff;
    font-size: 28px;
  }

  .container.four-four-container.home-office-container {
    display: block;
  }

  .high-header {
    height: 90vh;
  }

  .home-office-container img {
    margin-top: -104px !important;
  }

  .home-office-container .four-four-box-with-image {
    min-height: unset;
    height: auto;
    padding-top: 104px;
    padding-left: 15px;
    padding-right: 15px
    padding-bottom: 30px;
  }

  .home-office-container .four-four-box-with-image > p {
    padding-left: 0;
    padding-right: 0;
  }
}


@media (max-width: 767px) {

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

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

  .yellow-cup-row h1, .bbab-wrapper h1 {
      margin-top: -30px;
      color: #000;
      margin-bottom: 30px;
      font-size: 28px;
  }

  .bbab-wrapper h1 {
    margin-top: 30px;
  }

  .bbab-wrapper img {
    margin-top: -30px;
  }

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

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

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

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

  .menu-header.about-our-food-header.about-section {
    height: auto;
    padding-top: 160px;
    padding-bottom: 122px;
  }

  .container.bordered-container.our-story-container {
    padding: 15px;
  }


  .our-story-box {
    padding: 30px 15px 40px 15px !important;
    height: auto;
    min-height: 404px !important;
  }

  .team-description {
    padding: 30px 15px;
    border: 1px solid #fff;
  }

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


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

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

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

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

  .our-story-header {
    background: url(/images/wall-769963.jpg);
  }

  .our-story-header h1 {
    color: #000;
    text-shadow: none;
  }

}

@media (max-width: 767px){
  .img-slider-container {
    position: fixed;
    top: 0;
    width: 100%;
    height: calc(100vh - 98px);
    margin-top: 98px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
    overflow-y: scroll;
  }
}
/*
  MEDIA
*/

@media (max-width: 1400px){

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

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

@media (max-width: 991px){
  .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-container .col-md-4.col-md-offset-2.text-left {
    display: inline-block;
  }

  .post-container .col-md-4.text-right {
    display: inline-block;
    float: right;
  }

  .col-md-4.col-md-offset-2.post-image {
    padding: 0;
  }

  .post-header {
    padding: 30px;
    min-height: auto;
    padding-bottom: 60px;
  }

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

@media (max-width: 768px){

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

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

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

  .header-height-small {
    height: auto;
    text-align: center;
    padding-bottom: 10px;
  }

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


/*
  PROMOS
*/

@media(max-width: 1400px){
  .promo-item-img-right article {
      padding-left: 15px;
      padding-right: 75px;
  }

  .promo-item-img-left article {
      padding-right: 15px;
      padding-left: 75px;
  }
}

@media(max-width: 991px){

  .promo-item-container {
    display: none;
  }

  .currentDealsHeader {
    min-height: unset;
    padding-top: 90px;
    padding-bottom: 44px;
  }

  .promo-item-img-right article {
    padding-left: 15px;
    padding-right: 15px;
  }

  .promo-item-row article {
    background-color: #000;
    color: #fff;
    font-size: 32px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .promo-item-row h1 {
      font-size: 28px;
      margin: 0;
  }

  .promo-item-row p {
    color: #fff;
    font-size: 20px;
    line-height: 1.25;
    margin-top: 23px;
  }

  .promo-item-img-right img {
    width: 80%;
    height: 30vh;
    display: block;
    object-fit: cover;
    margin-top: -56px;
    right: 15px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .promo-carousel-wrapper .promo-controls {
    min-height: auto;
    left: unset;
    bottom: unset;
    right: 0;
    background: transparent;
    top: 10px;
  }

  .item.promo-item-row.promo-item-img-right {
    padding: 0;
    padding-bottom: 20vh;
  }

  .item.promo-item-row.promo-item-img-right  img {
    width: 80%;
    height: 30vh !important;
    display: block;
    object-fit: cover;
    margin-top: -56px;
    right: 15px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }

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

  .container.carousel-wrapper.four-four-carousel-wrapper.promo-carousel-wrapper {
    margin-top: 40px;
  }

  .currentDealsHeader {
    min-height: unset;
    padding-top: 140px;
  }

  .current-deals-grid {
    display: block;
  }



  .current-deals-grid article.four-four-box.four-four-box-with-image {
    padding: 15px;
    height: auto;
    min-height: unset;
    margin: 30px 0 0 0;
  }

  .current-deals-grid article.four-four-box.four-four-box-with-image.first {
    margin-top: 248px;
  }
}

@media(max-width: 768px){

  .promo-item-row h1 {
      font-size: 21px;
      margin: 0;
  }
  .promo-item-row p {
    color: #fff;
    font-size: 16px;
    line-height: 1.25;
    margin-top: 23px;
  }

  .currentDealsHeader {
    padding-top: 90px;
  }

}

/*
  CONTACT
*/

@media (max-width: 1650px){
  .contact-bordered-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-feedback-row a {
    margin-left: 20%;
    margin-right: 20%;
    font-size: 17px;
    padding-top: 9px;
  }
}

@media (max-width: 991px){
  .contact-header {
    background: url(/images/white-wood-floors-texture.jpg) 0/cover no-repeat;
    padding-top: 163px;
    padding-bottom: 207px;
    text-align: center;
  }

  .contact-header h1 {
    font-size: 38px;
  }

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

  .contact-feedback-row .col-md-6 > div {
    margin-bottom: 190px;
  }
  .contact-feedback-row .col-md-6 > div> p {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contact-feedback-row .col-md-6 > div >img {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contact-header-form {
    text-align: center;
    padding-top: 150px;
    padding-bottom: 180px;
  }
}

@media (max-width: 767px){

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

  .contact-feedback-row section h1 {
    font-size: 25px;
  }

  .contact-feedback-row a {
    margin-left: 10%;
    margin-right: 10%;
    font-size: 13px;
    padding-top: 12px;
  }

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