@import url('https://use.typekit.net/bgd7aen.css');

/*
font-family: pulpo-rust-100, serif;
*/
body {
  margin: 0px;
  padding: 0px;
  font-family: kazimir, sans-serif;
  background: #ffffff;
  font-weight: 300;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #dc650f;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

section {
  padding: 50px 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: pulpo-rust-100, serif; */
}

h1 {
  text-transform: uppercase;
  font-size: 33px;
  font-weight: 800;
  color: #dc650f;
  letter-spacing: 2px;
}

h1.white {
  color: #ffffff;
}

h2 {
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 30px;
  color: #ffffff;
  font-weight: 400;
  margin-top: 0px;
}

h3 {
  font-size: 23px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #000000;
  margin-top: 0px;
}

strong {
  font-weight: 700;
  font-size: 21px;
}

.light-color {
  color: #d2d2d2;
}

.orange-bg {
  background: #dc650f;
}

h4 {
  font-size: 24px;
  text-transform: uppercase;
  color: #343434;
  font-weight: 400;
  margin: 0px;
  letter-spacing: 1px;
}

p {
  font-size: 18px;
  margin: auto;
  margin-bottom: 15px;
  max-width: 1000px;
  text-align: left;
  color: #131313;
  line-height: 28px;
}

.video-container {
  display: table;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: -1;
}

video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background: url(images/video-bg.jpg) no-repeat;
  background-size: cover;
  transition: 1s opacity;
}

.border-right {
  border-right: 1px solid #dedede;
}

.border-bottom {
  border-bottom: 1px solid #dedede;
}

.border-top {
  border-top: 1px solid #dedede;
}

.border-right-no {
  border-right: none;
}

.min-height-400 {
  min-height: 400px;
}

.bg-pattern {
  background: #ffffff url(../images/bg-pattern.png) no-repeat center center;
}

.orange-pattern {
  background: #dc650f url(../images/pattern-1.png) no-repeat center center;
  background-size: cover;
}

.pattern-1 {
  background: #ffffff url(../images/pattern-1.png) no-repeat center center;
  background-size: cover;
}

.pattern-2 {
  background: #ffffff url(../images/pattern-1.png) no-repeat center center;
}

.color-white {
  color: #ffffff;
}

.color-blue {
  color: #405266;
}

.shout-content {
  color: #ffffff;
}

logo {
  height: 83px;
  position: fixed;
  top: 0;
  transition: top 0.2s ease-in-out;
  z-index: 9;
}

.logo-up {
  top: -83px;
}

logo a {
  display: inline-block;
}

logo a img {
  max-width: 250px;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px;
  width: 100%;
}

.mail-link {
  color: #000000;
}

.mail-link:hover {
  color: #d6c6a2;
}

.btn-read-more {
  padding: 10px 20px;
  display: inline-block;
  min-width: 200px;
  color: #ffffff;
  border: 2px solid #dc650f;
  font-size: 20px;
  border-radius: 1px;
  background: #dc650f;
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
}

.btn-read-more:hover {
  background: none;
  color: #dc650f;
}

.btn-read-more-white {
  padding: 5px 10px;
  display: inline-block;
  width: 150px;
  color: #ffffff;
  border: 2px solid #ffffff;
  font-size: 20px;
  border-radius: 3px;
}

.btn-read-more-white:hover {
  background: #ffffff;
  color: #000000;
}

#subfooter {
  position: relative;
  /* background: #dc650f; */
  background: linear-gradient(
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3)
    ),
    url(../images/footer-hover.jpg) no-repeat center center !important;
  background-size: cover !important;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

#subfooter:after {
  content: '';
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

#subfooter:after {
  width: 100%;
  height: 0px;
  bottom: -1px;
  left: 0;
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.7)
  );
}

#subfooter:hover:after,
#subfooter:active:after {
  height: 100%;
}

#subfooter .request-quote-bar {
  padding: 100px 10px;
  z-index: 9;
  position: relative;
  text-align: center;
}

#subfooter .request-quote-bar p {
  max-width: 800px;
  margin-bottom: 10px;
  color: #dc650f;
}

.contract-number {
  padding: 10px;
  width: 100%;
  font-size: 20px;
  text-align: center;
  background: #d6c6a2;
  color: #000000;
}

.contract-number:hover {
  background: #c7b896;
  color: #000000;
}

.request-quote-bar h2 {
  margin-bottom: 20px;
}

.request-quote-bar:hover h2 {
  color: #000000;
}

.request-quote-bar:hover p {
  color: #000000;
}

.request-call {
  display: table;
  width: 100%;
  max-width: 470px;
  margin: auto;
}

.request-call ul {
  padding: 0px;
  display: table;
  max-width: 450px;
  margin: auto;
  width: 100%;
}

.request-call ul li {
  margin: 1%;
  padding: 0px;
  list-style: none;
  width: 100%;
  float: left;
  text-align: center;
}

.request-call ul li a {
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 8px 10px;
  text-align: center;
  border: 2px solid #dc650f;
  width: 100%;
  background: #dc650f;
  border-radius: 1px;
}

.request-call ul li a:hover {
  background: rgb(255, 255, 255);
  color: #dc650f;
  border-color: #ffffff;
}

.request-call ul li a i {
  font-size: 14px;
}

.request-call-1 {
  display: table;
  width: 100%;
  max-width: 470px;
  margin: auto;
}

.request-call-1 ul {
  padding: 0px;
  display: table;
  max-width: 450px;
  margin: auto;
  width: 100%;
}

.request-call-1 ul li {
  margin: 1%;
  padding: 0px;
  list-style: none;
  width: 98%;
  font-size: 19px;
  color: #ffffff;
  float: left;
  text-align: center;
  margin-bottom: 10px;
}

.request-call-1 ul li a {
  display: inline-block;
  color: #405064;
  font-size: 20px;
  padding: 8px 10px;
  text-align: center;
  border: 2px solid #ffffff;
  width: 100%;
  max-width: 250px;
  background: rgb(255, 255, 255);
  border-radius: 1px;
}

.request-call-1 ul li a:hover {
  background: rgba(255, 255, 255, 0.7);
  color: #343434;
}

footer {
  background: #464749;
  padding: 30px 20px;
  display: flex;
  width: 100%;
  text-align: center;
  background: #323232 url(../images/pattern-1.png) center center no-repeat;
}

footer hr {
  max-width: 140px;
  margin: 0 auto;
  border-color: rgba(216, 216, 216, 0.2);
}

.footer-logo {
  text-align: center;
  margin: auto;
  margin-bottom: 0;
  /* display: table; */
  /* width: 100%; */
  padding-bottom: 0;
  /* border-bottom: 2px solid rgba(255, 255, 255, 0.5); */
}

.footer-logo img {
  width: 100%;
  margin: auto;
  max-width: 440px;
  display: table;
}

.footer-details-text {
  width: 33.33%;
  float: left;
  display: table;
  height: 120px;
}

.footer-details-text p {
  padding: 40px 0;
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0px;
  text-align: center;
}

.footer-details {
  max-width: 800px;
  margin: auto;
  float: none;
  display: flex;
  width: 100%;
  /* height: 120px; */
}

.footer-details ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  /* vertical-align: middle; */
}

.footer-details ul li {
  margin: 5px 0;
  padding: 0px;
  list-style: none;
  /* width: 50%; */
  float: left;
  text-align: right;
  color: #000000;
  font-size: 18px;
  /* margin-top: 0px; */
}

.location-bottom-btn {
  display: table;
  width: 100%;
}

.footer-details ul li.location-bottom-btn a {
  border: 2px solid #dc650f;
  padding: 10px;
  display: inline-block;
  text-transform: uppercase;
  min-width: 130px;
  text-align: center;
}

.footer-details ul li.location-bottom-btn a:hover {
}

.footer-details ul li.location-bottom-btn a.location-bottom-btn-active {
  background: #dc650f;
  color: #ffffff;
}

.footer-details ul li i {
  font-size: 13px;
}

.footer-details ul li a {
  color: #ffffff;
  font-size: 18px;
}

.footer-details ul li a:hover {
  color: #de650f;
}

.footer-details ul li a i {
  font-size: 13px;
}

.footer-bottom-bar {
  padding: 15px 0 10px;
  background: #ffffff;
  display: table;
  width: 100%;
}

.footer-social a i {
  font-size: 40px !important;
  margin: 0 10px;
}

.footer-bottom-bar ul {
  padding: 0 15px;
  margin: 0;
  display: table;
  width: 100%;
}

.footer-bottom-bar ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: table;
  font-size: 13px;
  float: left;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
}

.footer-bottom-bar ul li:last-child {
  float: right;
}

.footer-bottom-bar ul li a {
  color: #242021;
  font-size: 20px;
  display: table;
}

.footer-bottom-bar ul li a img {
  width: 100%;
  display: table;
  max-width: 200px;
}

.footer-bottom-bar ul li a:hover {
  color: #20bed6;
}

.footer-details ul li:first-child {
  /* text-align: right; */
}

.footer-details ul li:last-child {
  /* text-align: right; */
}

.footer-social {
  /* margin-top: 30px !important; */
  width: 100% !important;
  text-align: center;
  padding: 50px 10px;
  background: #323232 url(../images/pattern-1.png) center center no-repeat;
}

.footer-social a {
  color: #ffffff;
  width: 25%;
}

.footer-social a:hover {
  color: #df7026;
}

.head-name-container {
  width: 100%;
  display: table;
  background: #dc650f;
}

.bottom-social-links {
  display: table;
  width: 100%;
  /*max-width: 200px;*/
  margin: auto;
  text-align: center;
  /*padding: 30px 0;
    padding-top: 25px;*/
}

.bottom-social-links ul {
  display: table;
  width: 100%;
  margin: 0px;
  padding: 0px;
  text-align: center;
  background: #000000;
  max-width: 300px;
  margin: auto;
}

.bottom-social-links ul:hover li a {
  opacity: 0.3;
}

.bottom-social-links ul li {
  display: inline-block;
  /* float: left; */
  width: 60px;
  list-style: none;
}

.bottom-social-links ul li a {
  width: 100%;
  color: #ffffff;
  display: table;
  text-align: center;
  font-size: 30px;
  padding: 15px 0;
}

.bottom-social-links ul li a:hover {
  opacity: 1;
}

.bottom-social-links ul li a:hover {
  color: #ffffff;
}

.bottom-social-links ul li a i {
  display: table;
  width: 100%;
  font-size: 35px;
}

.p-link {
  color: #81331c;
  border-bottom: 2px dotted #81331c;
}

.p-link:hover {
  opacity: 0.7;
}

.p-link-contact {
  color: #adadad;
  border-bottom: 2px dotted #adadad;
}

.p-link-contact:hover {
  color: #ffffff;
  border-bottom: 2px dotted #ffffff;
}

.head-title {
  width: 100%;
  float: left;
  display: inline-block;
  padding: 10px 0;
  text-align: center;
  font-size: 50px;
  font-weight: 500;
  color: #ffffff;
  text-transform: capitalize;
}

.head-title-big {
  width: 100%;
  float: left;
  display: inline-block;
  padding: 30px 0;
  text-align: center;
  font-size: 50px;
  color: rgb(239, 239, 239);
  text-transform: uppercase;
}

.call-request-title {
  padding: 58px 0px;
  display: inline-block;
  width: 100%;
  color: #ffffff;
  background: #1057b7;
  text-align: center;
  font-size: 24px;
}

.call-request-title:hover {
  color: #333333;
  background: #b9b9b9;
}

.call-request-title i {
  font-size: 18px;
}

.references-main {
  display: table;
  width: 100%;
  background: #fff;
}

.references-main a {
  display: table;
  width: 50%;
  background: #ffffff;
  float: left;
}

.references-main a:hover {
  background: #dedede;
}

.references-part {
  display: table-cell;
  width: 98%;
  text-align: center;
  padding: 40px 1%;
  height: 220px;
  vertical-align: middle;
}

.references-part img {
  width: 100%;
  max-width: 200px;
}

.references-part p {
  color: #000000;
  text-align: center;
  margin-top: 20px;
}

.map {
  width: 60%;
  float: right;
}

.contact-map-details {
  display: table;
  width: 100%;
}

.contact-details {
  width: 40%;
  display: table;
  height: 350px;
}

.details-wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 20px;
  background: #ffffff url(../images/bg-pattern.jpg);
}

.details-wrapper h3 {
  color: #dc650f;
  margin-bottom: 20px;
  margin-top: 0px;
  font-size: 22px;
}

.details-wrapper ul {
  display: inline-block;
  margin-left: 0;
  padding: 0;
  margin: 0px;
}

.details-wrapper ul li {
  padding-bottom: 0;
  text-align: center;
  color: #ffffff;
  list-style: none;
  font-size: 20px;
}

.details-wrapper ul li a {
  color: #000000;
  transition: 0.3s;
  font-size: 18px;
}

.details-wrapper ul li a:hover {
  /* opacity: 0.7; */
  color: #de650f;
}

.details-wrapper ul li a i {
  font-size: 14px;
}

.details-wrapper ul li.social-icons-contact a i {
  font-size: 28px;
}

.about-bg-index {
  background: #ffffff url(../images/pattern-3.png) center center no-repeat;
  background-size: cover;
  padding: 80px 20px;
}

.bg-pattern-logo {
  background: #ffffff url(../images/bg-pattern.jpg);
}

.tag-line-one {
  padding: 20px;
  font-size: 28px;
  text-align: center;
  color: #ffe082;
  background: #242021;
  text-transform: uppercase;
}

.contact-form-background {
  background: linear-gradient(
      rgba(0, 0, 0, 0.75),
      rgba(0, 0, 0, 0.75),
      rgba(0, 0, 0, 0.75)
    ),
    url(../images/form-bg.jpg) center bottom no-repeat;
  background-size: cover;
  padding: 200px 20px;
}

.contact-form-background p {
  color: #ffffff;
}

.nav-text {
  font-size: 14px;
  font-weight: 800;
  color: #000000;
  position: absolute;
  top: 33px;
  right: 60px;
  display: none;
}

.shout-container-home {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
  text-align: center;
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.15),
    rgba(0, 0, 0, 0.55)
  );
}

.logo-home-index {
  position: absolute;
  bottom: 0px;
  left: 10px;
  z-index: 1;
  padding: 30px;
}

.logo-home-index img {
  max-width: 380px;
  width: 100%;
}

.call-dir {
  display: table;
  width: 100%;
  position: relative;
  left: 0;
  text-align: center;
  padding: 0;
  padding-top: 0px;
  padding-bottom: 0;
  max-width: 300px;
  margin: auto;
  /* background: #dc650f; */
}

.call-dir a {
  display: table;
  width: 48%;
  float: left;
  padding: 10px 5px;
  /* padding-bottom: 11px; */
  /* padding-top: 11px; */
  font-size: 16px;
  border: 1px solid #ffffff;
  color: #df7026;
  text-transform: uppercase;
  margin: 1% 1%;
  background: rgb(255, 255, 255);
}

.call-dir a i {
  font-size: 13px;
}

.services-tags {
  font-size: 29px;
  text-transform: capitalize;
  color: #b3b3b3;
  font-weight: 500;
  text-align: center;
  padding: 20px 10px;
}

.services-tags span {
  padding: 5px 10px;
  display: inline-block;
}

.services-link-home a {
  font-size: 27px !important;
  color: #333333;
  padding: 50px 10px;
  height: auto !important;
  font-weight: 500;
  background: #d4d4d4;
}

.services-link-home a:hover {
  color: #efefef;
}

.services-link-home a i {
  font-size: 18px;
  position: relative;
  bottom: 3px;
}

.about-text-list {
  display: inline-block;
  width: 100%;
}

.about-text-list ul {
  display: inline-block;
  width: 100%;
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
}

.about-text-list ul li {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 17px;
  padding: 3px 0;
}

.about-text-list ul li i {
  font-size: 8px;
  position: relative;
  bottom: 3px;
  opacity: 0.8;
}

.reservation-sub {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 999;
  height: 400px;
  justify-content: center;
  align-items: center;
}

.reservation-tab {
  display: table;
  width: 100%;
  float: none;
  /* padding: 100px 10px; */
  /* background: #ffffff; */
}

.reservation-tab h1 {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.subscribe-tab {
  display: table;
  width: 50%;
  float: left;
  /* padding: 58px 10px; */
}

.subscribe-tab h1 {
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.text-box-subs {
  border: 2px solid #ffffff;
  padding: 14px 10px;
  font-size: 14px;
  color: #000000;
  width: 100%;
  text-align: center;
  /* padding-top: 10px; */
  margin-top: 10px;
  max-width: 300px;
  background: rgba(255, 255, 255, 1);
  transition: all ease 0.3s;
}

.text-box-subs:focus {
  background: rgba(255, 255, 255, 0.3);
}

.btn-submit-subs {
  padding: 9px;
  background: #ffffff;
  color: #405064;
  font-weight: 600;
  font-size: 23px;
  position: relative;
  top: 3px;
  cursor: pointer;
  border: 2px solid #ffffff;
  border-left: 0;
  transition: all ease 0.3s;
}

.btn-submit-subs:hover {
  background: #405266;
  color: #ffffff;
}

.menu-photos-main {
  width: 100%;
  display: table;
}

.menu-photos-part-left {
  width: 50%;
  float: left;
  display: table;
  background: linear-gradient(
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.25),
      rgba(0, 0, 0, 0.2)
    ),
    url(../images/menu-index.jpg?v2) center 75% / cover;
}

.menu-photos-part-right {
  width: 50%;
  float: left;
  display: table;
  background: linear-gradient(
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.2)
    ),
    url(../images/photos-index.jpg?v2) center center / cover;
}

.menu-index-main {
  padding: 15px;
  /* border: 2px solid #dc650f; */
  width: 96%;
  display: table;
  margin: 2%;
  padding: 100px 10px;
  transition: all ease 0.3s;
  /* background: rgba(0, 0, 0, 0.3); */
}

.menu-index-main h1 {
  font-size: 35px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 20px;
  color: #ffffff;
}

.menu-index-main .btn-view-more {
  padding: 10px;
  color: #ffffff;
  border: 2px solid #ffffff;
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  background: none;
  min-width: 180px;
}

.menu-index-main:hover {
  background: rgba(0, 0, 0, 0.4);
  /* border: 2px solid #ffffff; */
}

.menu-index-main:hover h1 {
  /* color: #dc650f; */
}

.menu-index-main:hover .btn-view-more {
  border: 2px solid #dc650f;
  color: #dc650f;
}

.menu-index-main:hover .btn-view-more:hover {
  background: #dc650f;
  color: #ffffff;
}

.footer-name {
  /* color: #ffffff !important; */
}

.bottom-private {
  background: linear-gradient(
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ),
    url(../images/private-head.jpg) no-repeat center center !important;
  background-size: cover !important;
}

.bottom-private a {
  padding: 50px 0;
  text-align: center;
  font-size: 29px;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  color: #ffffff;
}

.bottom-private a:hover {
  background: rgba(0, 0, 0, 0.7);
}

.about-title {
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  font-size: 40px;
  text-transform: uppercase;
  color: #0006b4;
}

.team-title-bar {
  text-align: center;
  background: #dc650f;
  color: #ffffff;
  font-size: 50px;
  padding: 40px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}

.team-text-details {
}

.team-text-details p {
}

.team-text-details p img {
  width: 100%;
  border-radius: 10px;
  border: 2px solid rgba(223, 112, 38, 0.8);
  max-width: 600px;
  margin: auto;
  display: table;
  margin-bottom: 40px;
}

.team-member-image {
  display: flex;
  width: 100%;
  background: #dc650f;
}

.team-member-inner {
  width: 25%;
}

.team-member-inner p {
  margin-bottom: 0px;
  text-align: center;
  text-transform: uppercase;
  background: #dc650f;
  color: #ffffff;
  padding: 30px 5px;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 25px;
}

.team-member-inner img {
  width: 100%;
  display: table;
  /* border: 2px solid #dc650f; */
  /* border-radius: 4px; */
}

/*media screen*/
@media screen and (min-width: 1024px) {
  .bottom-nav ul li a {
    padding: 60px 0;
  }
}

@media screen and (max-width: 1024px) {
  .footer-details {
    text-align: center;
    display: table;
    float: none;
    width: 100%;
    height: auto;
    /* padding-bottom: 30px; */
  }

  .footer-details ul li {
    /* text-align: center; */
  }

  .footer-details-text {
    text-align: center;
    display: table;
    float: none;
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }

  .footer-details-text p {
    padding: 20px 0;
  }

  .footer-logo {
    text-align: center;
    display: table;
    float: none;
    width: 100%;
    height: auto;
    /* padding-top: 30px; */
  }

  .logo-home-index {
    display: none;
  }

  .head-title {
    width: 100%;
    float: none;
    font-size: 50px;
    padding: 20px 0;
  }

  .head-title-big {
    width: 100%;
    float: none;
    font-size: 30px;
    padding: 20px 0;
  }

  .call-request-title {
    padding: 20px 0px;
  }

  .head-quote {
    width: 100%;
    float: none;
  }

  .contact-details {
    width: 100%;
    display: inline-block;
    height: auto;
  }

  .details-wrapper {
    display: block;
    padding: 40px 20px;
  }

  .contact-form-background {
    padding: 40px 10px;
  }
}

@media screen and (max-width: 1024px) {
  .menu-index-main {
    width: 94%;
    margin: 3%;
    padding: 90px 10px;
  }

  .map {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .references-main a {
    width: 100%;
    float: none;
  }

  .border-right {
    border-right: none;
  }
}

@media screen and (max-width: 900px) {
  .reservation-tab {
    width: 100%;
    float: none;
    padding: 40px 10px;
  }

  .subscribe-tab {
    width: 100%;
    float: none;
    padding: 40px 10px;
  }
}

@media screen and (max-width: 768px) {
  footer {
    flex-direction: column;
  }

  .video-container {
    height: auto;
    min-height: 31vh;
    margin-top: 70px;
    width: 100%;
    background: #000000;
  }

  .video-container video {
    min-width: auto;
    min-height: auto;
    width: 100%;
  }

  .menu-sec-list ul li {
    width: 99%;
    float: none;
  }

  .menu-index-main {
    padding: 70px 10px;
  }

  nav a#brand img {
    width: 100%;
    max-width: 165px;
    display: table;
  }

  .services-link-home a {
    font-size: 20px !important;
    text-transform: capitalize;
  }

  .services-link-home a i {
    font-size: 14px;
    position: relative;
    bottom: auto;
  }

  .home-projects-part a {
    height: 35vh;
    font-size: 40px;
  }

  .nav-text {
    display: none;
  }

  .button-collapse {
    right: 0px;
    width: auto;
  }

  .shout-container-home {
    position: relative;
    background: #dc650f;
    padding: 30px 0;
    height: auto;
  }

  #shout-container {
    height: auto;
  }

  .footer-details ul li {
    width: 100%;
  }

  .footer-details ul li:first-child {
    text-align: center;
  }

  .footer-details ul li:last-child {
    text-align: center;
  }

  .about-bg-index {
    /* background: #ffffff url(../images/about-bg-index-1.jpg) center center no-repeat; */
    background-size: cover;
  }

  .team-member-image {
    flex-wrap: wrap;
  }

  .team-member-inner {
    width: 50%;
  }
}

@media screen and (min-width: 600px) {
  .call-dir {
    display: none;
  }

  .contractor br {
    display: none;
  }

  .footer-name br {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .bottom-private a {
    padding: 30px 0;
    font-size: 20px;
  }

  .slider__control {
    /* display: none !important */
  }

  .press-img {
    display: table;
    width: 100%;
    float: none;
  }

  .press-text {
    width: 100%;
    margin-left: none;
    float: none;
    display: table;
  }

  .menu-photos-part-left {
    width: 100%;
    float: none;
  }

  .menu-photos-part-right {
    width: 100%;
    float: none;
  }

  .menu-index-main {
    padding: 40px 10px;
  }

  .bottom-social-links ul li a i {
    font-size: 18px;
  }

  h4 {
    font-size: 24px;
    text-transform: capitalize;
  }

  nav {
    /* background: rgba(20, 20, 19, 0.7); */
    height: 70px;
  }

  .request-call ul li {
    padding: 0px;
    list-style: none;
    /* width: 48%; */
    float: left;
    margin: 1%;
    text-align: center;
    /* max-width: 200px; */
    display: table;
  }

  .footer-logo {
    text-align: center;
    width: 100%;
    float: none;
  }

  .footer-details {
    width: 100%;
    height: auto;
    float: none;
    display: inline-block;
    margin-top: 20px;
  }

  .footer-details ul {
    display: inline-block;
  }

  .footer-details ul li {
    text-align: center !important;
  }

  .team-member-inner {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  nav a#brand {
    background: none;
    /* top: 60px;
          left: 10px; */
    top: -26px;
  }

  nav a#brand img {
    width: 100%;
    max-width: 257px;
    margin-top: 0;
    display: table;
  }

  #shout-container h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
  }

  .head-title {
    font-size: 30px;
    padding: 15px 0;
  }

  .head-title-big {
    font-size: 25px;
    padding: 15px 0;
  }

  logo {
    position: relative;
    display: table;
    width: 96%;
    margin-top: 50px;
    padding: 2%;
    background: #fff;
    height: auto;
  }

  .fnc-slide__inner {
    background-size: cover !important;
  }

  .logo-up {
    top: 0px;
  }

  logo a img {
    max-width: none;
    background: rgba(255, 255, 255, 0.7);
    padding: 0px;
  }

  .button-collapse {
    top: 0px;
    z-index: 999;
    border: none;
    padding: 16px 10px;
    margin-top: 0;
  }

  .index-part {
    padding: 100px 0;
  }

  .footer-bottom-bar ul li {
    width: 100%;
    text-align: center;
  }

  .footer-bottom-bar ul li a {
    color: #242021;
    font-size: 20px;
    display: inline-block;
  }

  .footer-bottom-bar ul li:last-child {
    width: 100%;
    text-align: center;
    margin-top: 5px;
    float: none;
    display: inline-block;
  }
}

@media screen and (max-width: 320px) {
  nav a#brand img {
    width: 100%;
    max-width: 210px;
    margin-top: 7px;
    display: table;
  }

  .text-box-subs {
    max-width: 240px;
  }

  nav {
    height: 56px;
  }

  .slider {
    margin-top: 57px !important;
  }

  .button-collapse {
    top: 0px;
    z-index: 999;
    border: none;
    padding: 15px 10px;
  }

  #shout-container {
    padding: 10px;
  }

  .call-dir {
    padding-bottom: 20px;
  }
}

/*parallax*/
.parallax-mirror {
  width: 100% !important;
}

.parallax-home {
  height: 100vh;
}

.parallax-padding h1 {
  font-size: 70px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 300px 20px 200px;
  background: rgba(0, 0, 0, 0.2);
  font-weight: 800;
}

.parallax-padding-index a {
  width: 100%;
}

.parallax-padding-index a:hover {
  background: rgba(0, 0, 0, 0.3);
}

.parallax-padding-index h1 {
  padding: 250px 10px;
  font-size: 100px;
  margin: 0px;
  color: #ffffff;
  font-weight: 300;
  background: rgba(0, 0, 0, 0.3);
}

.text-paralax-index {
  font-size: 34px !important;
  display: inherit;
}

#menuSectionOfSections > div {
  height: 220px;
  display: flex;
  flex-grow: 1;
}

@media screen and (max-width: 1024px) {
  .parallax-padding h1 {
    font-size: 50px;
    color: #ffffff;
    padding: 200px 20px 110px;
  }

  .parallax-padding-index h1 {
    padding: 140px 10px;
    font-size: 80px;
  }
}

@media screen and (max-width: 768px) {
  .text-paralax-index {
    font-size: 22px !important;
  }

  .parallax-padding h1 {
    font-size: 40px;
    padding: 150px 20px 80px;
    background: rgba(0, 0, 0, 0.45);
  }

  .parallax-padding-index h1 {
    padding: 80px 10px;
    font-size: 40px;
  }
}

/* parallax */
.parallax-index {
  height: 100vh;
}

@media screen and (max-width: 768px) {
  .parallax-index {
    height: 40vh;
  }
}

.no-event-post-text {
  text-align: center;
}

.hours-bg {
  background: #000000 url(../images/pattern.png) center center no-repeat;
  background-size: cover;
}

.secure-form {
  margin: auto;
}

.secure-form .secure-form-item label {
  color: #ffffff;
  font-size: 13px;
  text-align: left;
}

.secure-form .secure-form-submit-button[type='submit'] {
  max-width: 200px;
  margin: auto;
  background: #dc650f;
  border: 2px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  padding: 10px;
}

.shout-container shouteventcontent shoutimg.shout-image-block {
  height: 160px;
  width: 220px;
  padding: 5px;
}

.shout-container shoutitemcontent shoutimg.shout-image-block {
  height: 180px;
  width: 240px;
  padding: 10px;
}

.shout-container shouteventcontent shoutimg.shout-image-block img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 2px solid rgba(220, 101, 15, 0.66);
}

.shout-container shoutitemcontent shoutimg.shout-image-block img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 2px solid #003a5a;
}

.shout-container shouteventcontent {
  flex-direction: row;
  border-top: 2px solid rgba(220, 101, 15, 0.4);
  padding: 10px;
}

.shout-container shoutitemcontent {
  flex-direction: row;
}

.shout-container shoutinner {
  padding: 0px;
  max-width: 500px;
  margin-left: 0px;
  margin-bottom: 20px;
}

.shout-container shouttext {
  /* border-bottom: 2px solid rgba(220, 101, 15, 0.5); */
  /* margin-bottom: 10px; */
}

.shout-container shouteventwrapperinner {
  padding: 0px;
}

.shout-container shouteventtype {
  width: fit-content;
  background: #dc650f;
  margin: 0;
  color: #fff;
  padding: 5px 15px;
}

.shout-container shoutitemtype {
  width: auto;
  max-width: 100px;
  background: #003a5a;
  margin: 0;
  color: #fff;
}

.shout-container shouteventname {
  padding-top: 5px;
  text-align: left;
  padding-bottom: 0;
  font-weight: 500;
  line-height: 25px;
  margin-top: 10px;
}

.shout-container shoutitemname {
  padding-top: 10px;
  text-align: left;
  padding-bottom: 5px;
  font-weight: 500;
}

.shout-container shouteventdescription {
  text-align: left;
}

.shout-container shoutitemdescription {
  text-align: left;
}

.shout-container shouttitle {
  font-size: 21px;
  padding-bottom: 0px;
  line-height: 25px;
  letter-spacing: 1px;
  text-transform: lowercase;
  color: #dc650f;
}

.shout-container shoutmessage {
  text-transform: uppercase;
  font-family: pulpo-rust-100, serif;
  line-height: 21px;
  letter-spacing: 1.4px;
}

@media all and (max-width: 1200px) {
  .shout-container shoutinner {
    flex-direction: column;
  }

  .shout-container shouteventcontent {
    flex-direction: column;
    max-width: 95%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
  }

  .shout-container shoutitemcontent {
    flex-direction: column;
    max-width: 90%;
  }
}

@media all and (max-width: 1050px) {
  #shout-container {
    margin-left: 0px;
    width: 100%;
    /* height: auto; */
  }
}

@media all and (max-width: 768px) {
  .shout-container shouttitle {
    color: #ffffff;
  }

  .shout-container shoutdate {
    color: #000000;
  }

  .shout-container shoutmessage {
    color: #ffffff;
  }

  .shout-container shoutitemname {
    color: #950501;
  }

  .shout-container shoutitemdescription {
    color: #000000;
  }
}

.navhide {
  background: none;
}

nav.scrollUp {
}

.recurring-title,
.special-events-title {
  font-family: pulpo-rust-100, serif;
  letter-spacing: 1px;
  color: #dc650f;
}

.slick-initialized .recurring-event {
  padding: 10px;
  /* min-height: auto; */
}

.slick-dots {
  margin-top: 20px;
}

.slick-dots li {
  /* margin: 14px; */
  /* font-size: 19px; */
  color: #ffffff;
}

.special-events-title {
  margin-top: 30px;
  margin-bottom: 10px;
}

.recurring-img {
  max-height: 183px;
}

.hours_title_numbers {
  padding: 5px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  margin: 5px 0;
}

@media screen and (max-width: 1024px) {
  .hours-section {
    display: flex;
    max-width: none;
    margin: auto;
    flex-wrap: wrap;
  }

  .hours-section hr {
    display: none;
  }

  .hours_container_box {
    width: 32.33%;
    float: left;
    padding-bottom: 0;
    font-size: 16px;
    line-height: normal;
    /* margin-top: 20px; */
    /* max-width: 300px; */
    flex-grow: 1;
    margin: 0.5%;
    margin-top: 30px;
  }

  .hours_container_box h3 {
    font-size: 13px;
    padding-bottom: 5px;
    margin-top: 0px;
    float: left;
    margin-bottom: 0;
    color: #000000;
    display: none;
  }

  .day-toggle {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    float: left;
  }

  .hours-numbers {
    float: right;
    color: #000000;
    font-size: 13px;
    text-transform: uppercase;
  }

  .hours_title_numbers {
    display: inline-block;
    float: right;
  }
}

@media screen and (min-width: 1024px) {
  .hours-section {
    display: table;
    width: 100%;
    max-width: 1300px;
    margin: auto;
  }

  .hours-section hr {
    display: none;
  }

  .hours_container_box {
    float: left;
    padding: 10px 2px;
    font-size: 14px;
    margin: 5px 0;
    color: #000000;
    width: 14.28%;
    line-height: 22px;
    text-align: center;
  }

  .hours_container_box h3 {
    font-size: 14px;
    /* padding-bottom: 5px; */
    margin-top: 10px;
    margin-bottom: 0;
    color: #000000;
    display: none;
  }

  .day-toggle {
    font-size: 18px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 10px;
  }

  .hours-numbers {
    font-size: 15px;
    color: #000000;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 600px) {
  .hours-section {
    /* max-width: 300px; */
  }

  .hours_container_box {
    width: 49%;
    margin-top: 10px;
  }

  .hours-section h3 {
    width: 100%;
  }

  .hours-numbers {
    width: 100%;
  }

  .hours_container_box:last-child .hours_title h3 {
    width: auto;
  }

  .hours_container_box:last-child .hours_title_numbers .hours-numbers {
    width: auto;
  }
}

.hours-section h3 {
  color: #ffffff;
  font-weight: 200;
  font-size: 12px;
  letter-spacing: 0;
  padding: 0;
  margin-top: 0;
  font-family: kazimir, sans-serif;
}

.day-toggle {
  color: #ffffff;
  text-transform: lowercase;
  font-size: 19px;
  color: #dc650f;
  letter-spacing: 1px;
  font-weight: 500;
}

.hours-numbers {
  color: #d5d5d5;
}

.menu-category-container {
  margin: 0px;
}

.sub-item-box {
  display: flex;
  flex-wrap: wrap;
}

.sub-item-box .allInOnce-h1-0 {
  margin: 0px;
  font-size: 40px;
  margin-bottom: 10px;
  font-family: pulpo-rust-100, serif;
  color: #dc650f;
}

.sub-item-box h1 {
  margin-bottom: 5px;
  font-size: 28px;
  letter-spacing: 0px;
  font-weight: 500;
  font-family: inherit;
  color: #323232;
  width: 100%;
}

.menu-item {
  width: 49%;
  margin: 10px 0.5% 0;
  float: none;
  display: flex;
  flex-wrap: wrap;
  /* flex-grow: 1; */
}

.menu-item-description h3 {
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 500;
  font-family: inherit;
  color: #464749;
  font-size: 16px;
}

.menu-item-description p {
  padding-top: 0px;
  font-size: 14px;
}

.menu-item-prices p {
  margin-bottom: 0px;
  line-height: 20px;
  margin-top: 0px;
  text-align: right;
}

.price {
  font-weight: 500;
  padding-left: 5px;
  font-size: 14px;
  color: #000;
}

.menu-category-desc {
  max-width: 800px;
  margin: auto;
  width: 100%;
  margin-bottom: 10px;
}

.menu-item-description {
  flex-grow: 1;
  width: auto;
  float: none;
}

.menu-item-prices {
  width: auto;
  float: none;
}

.back_btn_menu {
  padding: 9px 10px 5px;
  text-transform: uppercase;
  background: #dc650f;
  border: 0px;
}

@media screen and (max-width: 600px) {
  section {
    padding: 50px 15px;
  }

  .menu-item {
    width: 100%;
    margin: 10px 0 0;
    float: none;
  }
}

.gn-album-container,
.popup-gallery {
  max-width: none;
}

#gallery h1 {
  margin-bottom: 20px;
}

#gallery .back-to-album {
  padding: 8px;
  display: table;
  width: 100%;
  max-width: 200px;
  background: #dc650f;
  color: #ffffff;
  text-transform: uppercase;
}

.details-wrapper ul li.social-contact a i {
  font-size: 22px;
}

.secure-form .secure-form-item input,
.secure-form .secure-form-item textarea {
  box-shadow: none;
  border: none;
  padding: 10px;
  font-size: 15px;
  outline: 0;
}

.date {
  background: none;
}

.secure-form {
  text-align: left;
}

.secure-form .secure-form-item {
  display: flex;
  flex-flow: column wrap;
  padding: 6px;
  flex: 1 50%;
}

.recurring-event-name {
  color: #de6500;
  font-size: 29px;
  letter-spacing: 0;
}

.recurring-days-title {
  letter-spacing: 1px;
}

.recurring-img-container a {
  height: 100%;
}

.recurring-event-description {
  line-height: 19px;
}

.recurring-btn {
  padding: 10px;
  background: #de6500;
  border-radius: 3px;
  color: #ffffff;
}

.recurring-btn:hover {
  background: #000000;
  color: #de6500;
}

.slick-slide img {
  height: 100%;
  max-height: none;
}

.recurring-arrow-left {
  left: -10px;
}

.recurring-arrow-left i,
.recurring-arrow-right i {
  color: #ffffff;
}

.recurring-arrow-right {
  right: -10px;
}

.gn-gal-inner .gn-gal-text {
  text-transform: lowercase;
}

@media screen and (max-width: 600px) {
  .recurring-card-bottom {
    margin: 0;
    margin-top: 20px;
  }

  .slick-initialized .recurring-event {
    min-height: 0px;
  }

  .recurring-event-name {
    font-size: 22px;
  }

  .recurring-days-title {
    font-size: 12px;
  }
}

#menuSectionOfSections {
  display: flex;
  flex-wrap: wrap;
}

.pricelistLastUpdated {
  width: 100%;
  order: 1;
  background: no-repeat;
  margin-bottom: 0px;
}

.botton-location-footer {
  text-align: center;
  text-align: left;
}

.see-restaurant-btn {
  padding: 10px;
  background: none;
  border: 2px solid #de650f;
  text-transform: uppercase;
}

.see-restaurant-btn:hover {
  background: #de650f;
  color: #ffffff;
}

.modal .modal-content .modal-body {
  padding: 0px !important;
}

.modal-wrapper-part {
  width: 100%;
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 10px;
}

.modal-wrapper-part p {
  margin-bottom: 0px;
  /* margin-top: 10px; */
}

.modal-wrapper-part p.sitename {
  text-align: center;
  margin-top: 10px;
  text-transform: uppercase;
}

.modal-wrapper-part p a.location {
  background: #000;
}

.modal-wrapper-part p a.location:hover {
  opacity: 0.7;
}

.modal-wrapper-part p a img {
  width: 100%;
  border: none !important;
}

@media screen and (max-width: 600px) {
  .botton-location-footer {
    text-align: center;
  }

  #menuSectionOfSections > div {
    height: 140px;
  }
}

#photos-container .medium-plates,
#photos-container .small-plates {
  display: none;
}

#sr-res-root {
  margin: auto !important;
}

.menuSectionName {
  background: #dc650e;
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 10px;
}

.menuSectionName:hover {
  background: #dc650e;
}

@media (min-width: 768px) {
  .slick-initialized .recurring-event {
    min-height: 220px;
  }
}

.careers .secure-form .secure-form-item label {
  padding: 0px;
  font-size: 14px !important;
  color: #000;
  padding-bottom: 2px !important;
  padding-left: 3px;
  text-transform: uppercase;
}

.careers .secure-form .secure-form-submit-button[type='submit'] {
  max-width: 200px;
  margin: auto;
  background: #de650f;
  border: 2px solid #de650f;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 2px;
  padding: 10px;
  transition: all ease 0.3s;
  box-shadow: none;
}

.careers .secure-form .secure-form-submit-button:hover {
  background: none;
  color: #de650f;
}

.careers input:focus {
  box-shadow: none !important;
  outline: 0;
}

.secure-form .secure-form-item input,
.secure-form .secure-form-item textarea {
  border-radius: 2px;
  background: none;
  border: 2px solid #de650f;
  transition: all ease 0.3s;
  color: #de650f;
  outline: 0;
}

.careers .secure-form .secure-form-item input,
.secure-form .secure-form-item textarea:hover {
  background: none;
  color: #de650f;
  border: 2px solid #de650f;
}

.menu-category-items-container {
  display: flex;
  flex-wrap: wrap;
}

.careers .secure-form {
  align-items: flex-end;
}

#contactForm > div > div.secure-form-item.secure-form-message {
  flex: 1 100%;
}

.pricelistLastUpdated {
  display: none;
}

.catering-form-wrap {
}

.catering-form-wrap h1 {
}

.catering-form-wrap p {
}

.catering-form .secure-form .secure-form-item label {
  color: #de650f;
}

.section-sec .section {
  padding: 3rem 1.5rem;
}

.section__gift {
  background: #323232 url(../images/pattern-1.png) center center no-repeat;
}

.section-sec .section img {
  width: 100%;
}
.section__gift p {
  color: white;
  padding: 1.5rem 0;
}

.btn-container {
  /* text-align: center; */
  margin-bottom: 2rem;
}

.button.is-primary {
  background: #dc650f;
  color: white;
  border: 1px solid #dc650f;
  padding: 0.5rem 1.25rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .columns {
    display: flex;
    align-items: center;
  }
  .column {
    flex: 1;
  }
  .section__gift {
    padding: 6rem;
  }
}

html,
body {
  overflow-x: hidden;
}

.title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.columns img {
  width: 100%;
}

.shout-container shoutmessage {
  width: 100%;
}
.shout-container shoutmessage {
  font-size: 16px;
}

.section__message {
  background: url('../images/the-spread-bg.png');
  padding: 3rem 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 449px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.reopen-img {
  display: flex;
  width: 40%;
}

.message-container {
  margin: 0 auto;
  clear: both;
  display: table;
  width: 50%;
}

.is-bold {
  font-weight: bold;
}

.section__message h3 {
  color: #dc650f;
  font-weight: 600;
  margin-bottom: 2rem;
  font-size: 2rem;
}

.section__message p {
  line-height: 2rem;
  color: black;
  text-align: center;
  margin-bottom: 35px;
}

.section__message img {
  max-width: 450px;
  margin: 0 auto;
  max-height: 310px;
}

@media (max-width: 700px) {
  .section__message {
    background: url('../images/the-spread-bg.png');
    padding: 3rem 1.5rem;
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 449px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .reopen-img {
    /* display: flex; */
    width: 100%;
  }

  .message-container {
    margin: 0 auto;
    clear: both;
    /* display: table; */
    width: 90%;
  }

  .is-bold {
    font-weight: bold;
  }

  .section__message h3 {
    color: #dc650f;
    font-weight: 600;
    margin-bottom: 2rem;
    font-size: 2rem;
    letter-spacing: normal;
    margin-top: 1rem;
  }

  .section__message p {
    line-height: 2rem;
    color: black;
    text-align: center;
    margin-bottom: 35px;
  }

  .section__message img {
    max-width: 98%;
    max-height: 300px;
    margin: 0 auto;
  }
}

.orderonlinebtn > div {
  /* background: #dc650f; */
  /* color: white; */
  border-top: 2px white solid;
  border-left: 2px white solid;
}

.call-dir {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.call-dir > * {
  margin: 0.5rem 0;
}

.orderonlinebtndesktop {
  display: none;
}

@media (min-width: 767px) {
  .call-dir {
    display: none;
  }

  .orderonlinebtndesktop {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1000;
  }

  .orderonlinebtndesktop > div {
    background: #dc650f;
    color: white;
    padding: 1rem;
    border-top: 2px white solid;
    border-left: 2px white solid;
  }
}

.catering-menu-pdf {
  width: 80%;
  height: 1200px;
  margin: 0 auto;
}

.catering-dl-btn {
  padding: 5px 10px;
  color: black;
  border: 2px solid black;
  margin-top: 10px;
  font-size: 1.4rem;
}
