@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/*--------------------------------------------------------------*/

body {
  background: #fff;
  color: #666666;
 font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

.modal-body-iframe {
  position: relative;
   font-family: "Montserrat", sans-serif !important;
}


@media only screen and (max-width: 978px) {
  .map-desktop {display:none}
  .map-mobile {display:block}
}



@media only screen and (min-width: 978px) {
.map-desktop {display:block}
.map-mobile {display:none}
}


.form-style {
  border-radius:20px;
  padding:25px 20px;
}


.button-style {
  border-radius:20px;
  padding:10px 20px;
  font-size:1.2em;
}

a {
  color: #9b9068;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #fff;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

.details, .show, .hide:target {
  display: none;
}

.hide:target+.show, .hide:target~.details {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: -1px;
  margin: 0 0 20px 0;
  padding: 0;
}

.clearfix {clear:both}

.ticker-section {
  background: #b9e40f;
  height: 3.5em;
  color: #000;
  padding-top: 14px;
  width:100%;
  z-index:1000;
  position:fixed;
  bottom:0;
}


/* Prelaoder */
.loader-wrapper {
  --line-width: 5px;
  --curtain-color: #000;
  --outer-line-color: #e94f38;
  --middle-line-color: #4a7e5b;
  --inner-line-color: #fff;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1000;
}

.loader {
  display:block;
  position: relative;
  top:50%;
  left:50%;
/*   transform: translate(-50%, -50%); */
  width:150px;
  height:150px;
  margin:-75px 0 0 -75px;
  border:var(--line-width) solid transparent;
  border-top-color: var(--outer-line-color);
  border-radius:100%;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  z-index:1001;
}

.loader:before {
  content:"";
  position: absolute;
  top:4px;
  left:4px;
  right:4px;
  bottom:4px;
  border:var(--line-width) solid transparent;
  border-top-color: var(--inner-line-color);
  border-radius:100%;
  -webkit-animation: spin 3s linear infinite;
          animation: spin 3s linear infinite;
}

.loader:after {
  content:"";
  position: absolute;
  top:14px;
  left:14px;
  right:14px;
  bottom:14px;
  border:var(--line-width) solid transparent;
  border-top-color: var(--middle-line-color);
  border-radius:100%;
  -webkit-animation: spin 1.5s linear infinite;
          animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0%   { 
    -webkit-transform: rotate(0deg); 
      -ms-transform: rotate(0deg); 
          transform: rotate(0deg);
  }
  100% { 
    -webkit-transform: rotate(360deg); 
      -ms-transform: rotate(360deg); 
          transform: rotate(360deg);
  }
}
@keyframes spin {
  0%   { 
    -webkit-transform: rotate(0deg); 
      -ms-transform: rotate(0deg); 
          transform: rotate(0deg);
  }
  100% { 
    -webkit-transform: rotate(360deg); 
      -ms-transform: rotate(360deg); 
          transform: rotate(360deg);
  }
}

.loader-wrapper .loader-section {
  position:fixed;
  top:0;
  background:var(--curtain-color);
  width:51%;
  height:100%;
  z-index:100;
}

.loader-wrapper .loader-section.section-left {
  left:0
}
.loader-wrapper .loader-section.section-right {
  right:0;
}

/* Loaded Styles */ 
.loaded .loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.loaded .loader-wrapper {
  visibility: hidden;

  transition: ease-out .3s;
    opacity: 0;
}



/* SOCIALBAR */
#sidebar-icons {
  position: fixed;
  right: 0%;
  bottom: 1%;
  margin-top: -101px;
  z-index: 3
}

.sidebar-icons_btn {
  width: 40px;
  height:40px;
  display: block;
}

.sidebar-icons_btn:hover {
  width: 40px;
}

#sidebar-btn_1 {
  background-color: #9b9068;
  color:#fff;
  border-radius:50%;
  box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.3);
  padding:11px 0 0 14px;
  margin:1.2em;
}

#sidebar-btn_2 {
  background-color: #fff;
  color:#000;
  border-radius:50%;
  box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.3);
  padding:11px 0 0 13px;
  margin:1.2em;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #9b9068;
  color: #fff;
}

.button-style {
  background: #9b9068;
  color: #fff;
}

.button-style:hover {
  background: #fff;
  border: 1px solid #ccc;
}

.section-bg-1 {
  background: #fff;
}

.section-bg-2 {
  background: #fdfcfc;
}

.section-bg-3 {
  background: #fcf8eb;
}

.section-bg-4 {
  background: linear-gradient(0deg, rgba(252,180,45,1) 0%, rgba(254,204,39,1) 100%);
}

.food-txt {
  font-size: 1.2em;
  font-weight: 600;
  padding: 1em 0 0 0
}

.text-danger {
  color: #e74c3c
}

.page-content {
  padding: 3em 0;
  font-size:16px;
}

.modal-title {
  font-size:2em !important;
}

/*--------------------------------------------------------------*/

#hero {
  display: table;
  width: 100%;
  height: 100vh;
}

#hero .hero-logo {
  margin: 20px;
}

@media (min-width: 768px) {
  #hero .hero-logo img {
    max-width: 360px;
  }
}

@media (max-width: 768px) {
  #hero .hero-logo img {
    max-width: 260px;
  }
}

#hero .hero-container {
  background: rgba(239, 238, 223, 0.1);
  display: table-cell;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

#hero h1 {
  margin: 30px 0 10px 0;
  font-weight: 700;
  line-height: 48px;
  font-size: 3em;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#hero h2 {
  color: #999;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  #hero h2 .rotating {
    display: block;
  }
}

#hero .rotating>.animated {
  display: inline-block;
}

#hero .actions a {
  font-weight: 300;
  font-size: 16px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 20px;
  transition: 0.5s;
  margin: 10px;
}

#hero .socials a {
  font-weight: 3;
  font-size: 2em;
  display: inline-block;
  padding: 80px 20px;
  border-radius: 20px;
  transition: 0.5s;
  margin: 0 auto;
  bottom: 0;
  color: #fff;
}

#hero .socials a:hover {
  color: #9b9068;
}

#hero .btn-get-started {
  background: #000;
  border: 2px solid #000;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: #9b9068;
  border: 2px solid #9b9068;
  color: #0008;
}

#hero .btn-services {
  border: 2px solid #000;
  color: #000;
}

#hero .btn-services:hover {
  background: #000;
  border: 2px solid #000;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  background: #e7e2ce;
  padding: 10px 0;
  height: 110px;
}

@media (min-width: 992px) {
  #header #logo {
    float: left;
  }
  .logo-mobile-menu {
    display: none;
  }
  .actions-mobile-menu {
    display: none;
  }
  .socials-mobile-menu {
    display: none;
  }
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 90px;
}

@media (max-width: 992px) {
  #header {
    height: 80px;
  }
  #header #logo h1 {
    font-size: 26px;
  }
  #header #logo img {
    max-height: 60px;
  }
  #header #logo {
    text-align: center;
  }

  .logo-mobile-menu {
    max-width: 180px !important;
    margin: 0 15px 20px 15px
  }
}



.is-sticky #header {
  background: #f2eedf;
}

.welcome {
  background: #e7e2ce;
  color: #171717;
  text-align: center;
  padding:10em 0 8em 0;
}

.welcome h1 {
  font-size: 3em;
  color:#9b9068;
  font-weight:300;

}

.welcome h2 {
  font-size: 4em;
  font-weight:400;
  color:#000;
  line-height:1.4em;
  padding:0 0 0.5em 0;
}


.welcome-text {
  color: #333;
  font-size: 20px;
  line-height:2em;
  text-align: center;
  padding: 0 0 2em 0;
}


.scroll-btn {
  margin:0.6em 0 0em 0;
  animation: jumpTwo 5s infinite linear;
}

@-webkit-keyframes jumpTwo {
  0%   {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
  40%  {-webkit-transform: translate3d(0,20px,0);transform: translate3d(0,20px,0);}
  100% {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
}
@keyframes jumpTwo {
  0%   {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
  40%  {-webkit-transform: translate3d(0,20px,0);transform: translate3d(0,20px,0);}
  100% {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
}

@media (max-width: 768px) {
  .welcome h1 {
    font-size: 2em; 
    padding:2em 0 0 0;
  }
  
  .welcome h2 {
    font-size: 3em;
  }

  .scroll-btn {
    margin:0 0 3em 0;
    animation: jumpTwo 5s infinite linear;
  }

}


.foto-banner {
  height:260px
}

@media (max-width: 768px) {
  .foto-banner {
    height:180px
  }
}

.event-btn-container {
  text-align:center;
  padding:10px 0;
}


.event-headline {
  text-align:center;
  color:#fff;
  font-weight:900;
  font-size:3em;
  padding:50px 0 10px 0;
  text-shadow: 2px 2px 7px rgba(0,0,0,0.6);
}

.event-text {
  text-align:center;
  color:#fff; 
  font-weight:700;
  font-size:1.8em;
  text-shadow: 2px 2px 7px rgba(0,0,0,0.6);
}

.event-btn {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  display: inline-block;
  padding: 2px 20px;
  border-radius: 20px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  background:rgba(0, 0, 0, 0.5);
  color: #fff;
}

.event-btn:hover {
  background:#000;
}

@media (max-width: 768px) {
  .event-headline {
    text-align:center;
    color:#fff;
    font-weight:900;
    font-size:2em;
    padding:20px 0 10px 0;
    text-shadow: 2px 2px 7px rgba(0,0,0,0.6);
  }
  
  .event-text {
    text-align:center;
    color:#fff; 
    font-weight:700;
    font-size:1em;
    text-shadow: 2px 2px 7px rgba(0,0,0,0.6);
  }
  
  .event-btn {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    padding: 2px 20px;
    border-radius: 20px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    background:rgba(0, 0, 0, 0.5);
    color: #fff;
  }
}





#slider {
  background:#0a0a0a;
}


#slider .headline {
  font-weight:800;
  color:#fff;
  font-size:4em;
  text-align:center;
  padding:2em 0 0 0;
}

#slider .text {
  font-weight:600;
  color:#fff;
  font-size:2.5em;
  text-align:center;
  padding:0.3em 0 0.4em 0
}

#slider .img-pad {
  padding: 2em 0;
}

#slider .img {
  position:absolute;
}


#slider .button-pad {
  text-align: center;
  padding-top: 10px;
}


#slider .button {
  font-weight: 600;
  font-size: 1.8em;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 20px;
  transition: 0.5s;
  margin: 10px;
  background: #9b9068;
  border: 2px solid #9b9068;
  color: #fff;
}

#slider .button:hover {
  background: #0a0a0a;
  color:#fff;
  border: 2px solid #9b9068;
}



@media (min-width:268px) and (max-width:500px) {
  #slider {
    background:#0a0a0a;
  }
  
  
  #slider .headline {
    font-weight:800;
    color:#fff;
    font-size:3.6em;
    text-align:center;
    padding:2em 0 0 0;
  }
  
  #slider .text {
    font-weight:600;
    color:#fff;
    font-size:2em;
    text-align:center;
    padding:0.3em 0 1em 0
  }

  #slider .img-pad {
    padding: 5em 0 4em 0;
  }
  
}





@media (min-width:500px) and (max-width:992px) {
  #slider {
    background:#9b9068;
  }
  
  
  #slider .headline {
    font-weight:800;
    color:#fff;
    font-size:4em;
    text-align:center;
    padding:1em 0 0 0;
  }
  
  #slider .text {
    font-weight:600;
    color:#fff;
    font-size:2em;
    text-align:center;
    padding:0.3em 0 1em 0
  }
  
}











#foodpics {
  color: #fff;
  background:#9b9068;
  text-align: center;
  padding: 5em 0 5em 0;
  margin-bottom:-10px;
}

#foodpics .img {
  border-radius: 50%;
  width: 260px;
  height: 260px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

#foodpics h3 {
  font-size: 2.8em;
  color:#000;
  font-weight:700;
  padding:0.3em 0 0.3em 0;

}

@media (max-width: 768px) {
  #foodpics .img {
    width: 170px;
    height: 170px;
  }
}

#offer {
  background: #0a0a0a;
  color: #171717;
  padding: 4em 0 8em 0;
} 

#offer .headline {
  font-size: 5em;
  color: #fff;
  font-weight: 300;
  text-align:center;
  padding: 0.6em 0 0 0;
}

#offer .text {
  color: #b2b2b2;
  text-align:center;
  font-size: 20px;
  padding: 0 15px 2em 15px;
}

#offer .code  {
  position:absolute;
  padding:10px;
  background:#9b9068;
  color:#fff;
  font-weight:300;
  right:0;
  border-radius:0 20px 0 0
}

#offer .name {
  position:absolute;
  bottom:54px;
  left:15px;
  color:#fff;
  font-size:2em;
  font-weight:300;
  text-shadow: 2px 2px 7px #000000;
}

#offer .price {
  position:absolute;
  bottom:10px;
  left:15px;
  color:#fff;
  font-size:2.8em;
  font-weight:700;
  text-shadow: 2px 2px 7px #000000;
}

#offer .price-sale {
  text-decoration: line-through;
  font-weight: 400;
  font-size:0.6em;
  color:#fff;
  text-shadow: 2px 2px 7px #000000;
  opacity:0.5;
}

#offer .button-pad {
  text-align: center;
  padding: 2.6em 0 2em 0;
}

#offer .button {
  font-weight: 600;
  font-size: 22px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 20px;
  transition: 0.5s;
  margin: 10px;
  background: #9b9068;
  border: 2px solid #9b9068;
  color: #fff;
}

#offer .button:hover {
  background: #0a0a0a;
  color:#fff;
  border: 2px solid #9b9068;
}

#offer .img {
  border-radius:20px;
  height:260px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}



@media (max-width: 992px) {
  #offer .img {
    width: 320px;
    height:180px;
  }

  #offer .headline {
    font-size: 3.8em;
  }

  #offer .text {
    font-size: 18px;
  }

  #offer .name {
    font-size:1.3em;
  }
  
  #offer .price {
    font-size:2.5em;
  }
  
  #offer .price-sale {
    font-size:0.5em;
  }
}






#openhours .box {
  background: #000;
  border: 1px solid #cccccc;
  border-radius: 20px;
  padding: 10px 0 30px 0;
  text-align: center;
  margin: 5em 0 0 0;
}


@media (max-width: 978px) {
  #openhours .box {
    margin: 2em 0 0 0;
    padding: 0 0 3em 0;
  }
}

#openhours .col {
  width: 100%;
  float:left;
  line-height:3em;
}

#openhours .headline {
  color: #fff;
  font-weight: 300;
  margin: 1.8em 0 1em 0;
  font-size:3em;
}

@media (max-width: 768px) {
#openhours .headline {
  font-size:2.6em;
}
}

#openhours .day {
  color: #fff;
  font-size:1.5em;
  font-weight: 300;

}

#openhours .time {
  color: #9b9068;
  font-size:1.5em;
  padding: 0 0 1em 0;
  font-weight: 600;
}

/* Nav Menu Essentials */

.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
 
.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu>li {
  float: left;
}

.nav-menu li:hover>ul, .nav-menu li.sfHover>ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  float: right;
  margin: 5px 0;
}

@media (max-width: 992px) {
  #nav-menu-container {
    display: none;
  }
}
 
.actions-mobile-menu {
  margin: 1em 0 0 0;
}

.actions-mobile-menu a {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 20px;
  transition: 0.5s;
  margin: 10px;
}

.socials-mobile-menu {
  padding: 0 0 0 10px;
}

.socials-mobile-menu a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.5em;
  display: inline-block;
  padding: 30px 10px 20px 10px;
  border-radius: 20px;
  transition: 0.5s;
  margin: 0 auto;
  bottom: 0;
  color: #000;
}

.socials-mobile-menu a:hover {
  color: #9b9068;
}

.btn-get-started-mobile {
  background: #9b9068;
  border: 2px solid #9b9068;
  color: #fff;
}

.btn-get-started-mobile:hover {
  background: none;
  border: 2px solid #000;
  color: #000;
}

.btn-services-mobile {
  border: 2px solid #2b2b2b;
  color: #2b2b2b;
}

.btn-services-mobile:hover {
  background: #2b2b2b;
  border: 2px solid #2b2b2b;
}

.btn-navi {
  text-align: center;
  margin: 0.2em 0 3em 0;
}

.btn-navi a {
  font-weight: 300;
  font-size: 18px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 20px;
  transition: 0.5s;
  margin: 10px;
}

.navi-name {
  font-size: 2em;
  font-weight:400;
  color:#2b2b2b;
}

.navi-txt {
  text-align: center;
  font-size: 16px;
  line-height: 2em;
  margin: 4em 0 0em 0;
  color:#2b2b2b;
  font-weight:300;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 32px 20px;
  text-decoration: none;
  display: inline-block;
  color: #000;
  font-weight: 300;
  font-size: 18px;
  outline: none;
}

.nav-menu a:hover, .nav-menu li:hover>a {
  color: #000;
  text-decoration:underline;
}

.nav-menu ul {
  margin: 4px 0 0 15px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}

.nav-menu ul li {
  background: #fff;
  border-top: 1px solid #f4f4f4;
}

.nav-menu ul li:first-child {
  border-top: 0;
}

.nav-menu ul li:hover {
  background: #f6f6f6;
}

.nav-menu ul li a {
  color: #333;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
}

#mobile-nav-toggle i {
  color: #412615
}

@media (max-width: 992px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 2em;
  bottom: 0;
  z-index: 998;
  background: #fff;
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #000;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #9b9068;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #9b9068;
}

#mobile-nav ul .menu-item-active {
  color: #9b9068;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}





/*--------------------------------*/

#menucard {
  background:#fcf8eb;
  padding: 5em 0 120px 0;
  margin-top:-20px;
}

@media (max-width: 768px) {
  #menucard {
    padding: 100px 0;
  }
}

#menucard .subscribe-title {
  color: #000;
  font-size: 4em;
  font-weight: 300;
  padding: 1em 0 0.5em 0;
  text-align: center;
}

@media (max-width:792px) {
  #menucard .subscribe-title {
    font-size: 3.2em;
  }
  
}

#menucard .subscribe-text {
  color: #000;
  font-size: 20px;
  text-align: center;
}




.menucard-pad {
  text-align: center;
}

.menucard-img {
  text-align: center;
  margin:0 auto;
}

@media (min-width: 992px) {
  .menucard-img {
    text-align: center;
    margin:0 auto;
    max-width:800px;
  }
}

#menucard .subscribe-btn-container {
  text-align: center;
  padding-top: 10px;
}

@media (max-width: 768px) {
  #menucard .subscribe-title {
    text-align: center;
  }
  #menucard .subscribe-text {
    text-align: center;
    font-size: 18px;
  }
  .menucard-pad {
    text-align: center;
    margin: 3em 0 2em 0;
  }
  #menucard .subscribe-btn-container {
    text-align: center;
    padding-top: 0px;
  }
}

#menucard .subscribe-btn {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 30px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#menucard .subscribe-btn:hover {
  background: #9b9068;
  border: 2px solid #9b9068;
}

#menucard .subscribe-btn-2 {
  font-weight: 300;
  font-size: 22px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 20px;
  transition: 0.5s;
  margin: 10px;
  background: #0a0a0a;
  border: 2px solid #0a0a0a;
  color: #fff;
}

#menucard .subscribe-btn-2:hover {
  background: #9b9068;
  border: 2px solid #9b9068;
}

#menucard .subscribe-btn-3 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 20px;
  transition: 0.5s;
  margin: 10px;
  background: #9b9068;
  border: 2px solid #9b9068;
  color: #fff;
}

#menucard .subscribe-btn-3:hover {
  background: #000;
  border: 2px solid #fff;
}

@media (max-width: 992px) {
  #thestore .img {
    width: 320px;
  }
}

/* --------------------------------*/

#store {
  padding: 6em 0;
}

#store h3 {
  font-size:3.8em;
  color:#000;
  font-weight:300;
  padding: 1.65em 0 0.5em 0;
  text-align:center;
}

.store-title {
  color: #000;
  font-size: 32px;
  font-weight: 300;
  padding: 0 0 1.2em 0;
  text-align: center;
}

.store-text {
  color: #333;
  font-size: 20px;
  line-height:2.2em;
  text-align: center;
  padding:0 0 0em 0;
}

.store-btn-container {
  text-align:center;
  padding:10px 0 6em 0;
}


.store-btn {
  font-weight: 400;
  font-size: 20px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 20px;
  margin:10px 30px;
  transition: 0.5s;
  background:#000;
  color: #fff;
}

.store-btn:hover {
  background:#2e2e2e;
  color: #fff;
}

@media (max-width: 768px) {

  #store h3{
    text-align:center;
    font-size:3em;
  }


}



#store .kontakt {
  margin: 3em 0;
  line-height: 3.2em
}

#store .kontakt-txt {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border:3px solid #9b9068;
  background:#9b9068;
  margin:10px 0;
  border-radius:20px;
  
}


#store .kontakt-txt:hover {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border:3px solid #000;
  margin:10px 0;
  border-radius:20px;
  
}


#store .kontakt-txt-color {
  color: #fff;
}


/* Testimonials Section
--------------------------------*/

#testimonials {
  background: #f6f6f6;
  padding: 80px 0;
}

#testimonials .profile {
  text-align: center;
}

#testimonials .profile .pic {
  border-radius: 50%;
  border: 6px solid #fff;
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
  width: 260px;
}

#testimonials .profile .pic img {
  max-width: 100%;
}

#testimonials .profile h4 {
  font-weight: 700;
  color: #03C4EB;
  margin-bottom: 5px;
}

#testimonials .profile span {
  color: #333333;
}

#testimonials .quote {
  position: relative;
  background: #fff;
  padding: 60px;
  margin-top: 40px;
  font-size: 16px;
  font-style: italic;
  border-radius: 5px;
}

#testimonials .quote b {
  display: inline-block;
  font-size: 22px;
  left: -9px;
  position: relative;
  top: -8px;
}

#testimonials .quote small {
  display: inline-block;
  right: -9px;
  position: relative;
  top: 4px;
}

/* Team Section
--------------------------------*/

#team {
  background: #fff;
  padding: 80px 0 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
}

#team .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  color: #b3b3b3;
}

#team .member .social a:hover {
  color: #03C4EB;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/

#contact {}

#contact .info {
  color: #333333;
}

#contact .info i {
  font-size: 32px;
  color: #9b9068;
  float: left;
}

#contact .info p {
  padding: 0 0 10px 50px;
  line-height: 24px;
}

#contact .form #sendmessage {
  color: #9b9068;
  border: 1px solid #9b9068;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  border-radius: 0;
  box-shadow: none;
}

#contact .form button[type="submit"] {
  background: #000;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 20px;
}

#contact .form button[type="submit"]:hover {
  background: #9b9068;
}

/* ===================================
     Google Map
===================================== */

.google-map {
  width: 100%;
  margin-bottom: -15px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
 
#footer {
  background: #f2eedf;
  padding: 30px 0 50px 0;
  color: #000;
}

#footer .copyright {
  margin: 2em 0 0 0;
  text-align: center;
  line-height: 32px;
  font-size:16px;
}

#footer .copyright-2 {
  color: #4c4c4c;
  font-size: 11px;
  padding:5em 0 0 0;
}

#footer .copyright-2 a{
  color: #4c4c4c;
  font-size: 11px;
}

#footer .copyright-3 {
  padding:0 0 0 0;
}

#footer .copyright-3 img{
  max-width: 100px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #ccc;
}

#footer a {
  color: #000;
  font-size: 13px;
  text-transform:uppercase;
  text-decoration: none;
}

#footer a:hover {
  color: #000;
  text-decoration: underline
}

#footer .sub-logo {
  margin: 20px 0 0 0;
  text-align: center;
}

@media (min-width: 768px) {
  #footer .sub-logo img {
    max-width: 320px;
  }
}

@media (max-width: 768px) {
  #footer .sub-logo img {
    max-width: 250px;
  }
}

#footer .socials a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 2em;
  display: inline-block;
  padding: 30px 20px;
  border-radius: 20px;
  transition: 0.5s;
  text-align: center;
  color: #000;
}

#footer .socials a:hover {
  color: #d42227;
}