@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dancingscript/v23/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BMSoHTQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dancingscript/v23/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BAyoHTQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dancingscript/v23/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7B7y0HTQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dancingscript/v23/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7B1i0HTQ.ttf) format('truetype');
}
:root {
  --headerHeight: 0;
}
.swiper {
  width: 100%;
  height: calc(100vh - var(--headerHeight));
  margin-top: var(--headerHeight);
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  color: #fcf3dc;
}
.slider__item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.slider__item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: darken;
}
.slider__content {
  position: relative;
  z-index: 5;
  max-width: 970px;
}
@media (max-width: 900px) {
  .slider__content {
    padding: 0 1rem;
  }
}
.slider__title1 {
  color: #c59d5f;
  font-family: 'Dancing Script', cursive;
  font-weight: 400;
  line-height: 1.1;
  font-size: 9rem;
  text-align: center;
}
@media (max-width: 1000px) {
  .slider__title1 {
    font-size: 7rem;
  }
}
@media (max-width: 800px) {
  .slider__title1 {
    font-size: 4.2rem;
  }
}
.slider__title2 {
  display: block;
  color: white;
  font-family: 'Source Sans Pro', sans-serif;
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.1;
  letter-spacing: 2px;
}
@media (max-width: 1000px) {
  .slider__title2 {
    font-size: 3rem;
  }
}
@media (max-width: 800px) {
  .slider__title2 {
    font-size: 2rem;
  }
}
.slider__title3 {
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 1px;
  padding: 0 1rem;
}
@media (max-width: 1000px) {
  .slider__title3 {
    font-size: 1.3rem;
  }
}
@media (max-width: 800px) {
  .slider__title3 {
    font-size: 1.15rem;
  }
}
.slider__line {
  display: flex;
  justify-content: center;
  align-content: center;
  overflow: hidden;
}
.slider__lineWrapper {
  position: relative;
}
.slider__lineWrapper:before,
.slider__lineWrapper:after {
  content: '';
  position: absolute;
  height: 1rem;
  width: 1rem;
  top: 0;
  background: transparent url("../image/triangle.svg") no-repeat center;
  background-size: cover;
}
.slider__lineWrapper:after {
  left: 0;
  transform: rotate(-90deg) translate(-1px, -10px);
}
.slider__lineWrapper:before {
  right: 0;
  transform: rotate(90deg) translate(1px, -10px);
}
.slider__star {
  display: block;
  width: fit-content;
  font-size: 3rem;
  position: relative;
  transform: translateY(0.5rem);
  color: white;
}
.slider__star:before,
.slider__star:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 50vw;
  background: white;
  top: 0;
}
.slider__star:before {
  right: calc(100% + 0.5rem);
}
.slider__star:after {
  left: calc(100% + 0.5rem);
}
#Header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
#Top_bar #logo {
  padding: 0!important;
  height: 80px!important;
}
#Top_bar #logo img {
  height: 80px!important;
  max-height: unset!important;
}
#Wrapper,
#Content {
  background-color: white;
}
p {
  color: #17171d;
  font-size: 16px;
}
p strong {
  font-size: 18px;
}
.customTitle {
  font-family: 'Dancing Script', cursive;
  color: #c59d5f;
  line-height: 0.9;
  margin-bottom: 0;
}
.customTitle2 {
  font-size: 30px;
  text-align: center;
  color: #17171d;
  font-family: 'Source Sans Pro', sans-serif;
  margin-bottom: 1rem;
}
.customTitle3 {
  color: #17171d;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1;
}
.customTitle3 span {
  color: #c59d5f;
}
.comments blockquote {
  color: #17171d;
}
.comments h5 {
  color: black;
}
#Footer {
  background-color: #040404;
}
#Footer h2 {
  font-family: 'Dancing Script', cursive;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: capitalize;
}
#Footer h3 {
  font-family: 'Source Sans Pro', sans-serif;
}
#Footer h2,
#Footer h3 {
  color: white;
}
#Footer h4 a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.2rem;
}
#Footer .footer_copy {
  border-top: none;
  background: #262526;
}
#Footer .copyright {
  color: white;
}
.galleryHome {
  position: relative;
}
.galleryHome:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: darken;
}
.galleryHome p.big {
  color: #c59d5f;
}
a.button,
a.tp-button {
  background-color: white;
  color: black;
}
.caffianoLove {
  background: white url("../image/love.jpg") no-repeat top center;
  background-size: cover;
  width: 100%;
  min-height: 300px;
  height: 65vh;
  padding: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.caffianoLove__title {
  text-align: center;
  font-family: 'Dancing Script', cursive;
  color: black;
  margin-bottom: 100px;
  font-size: 6rem;
  line-height: 1.2;
}
@media (max-width: 1000px) {
  .caffianoLove__title {
    font-size: 4rem;
  }
}
@media (max-width: 500px) {
  .caffianoLove__title {
    font-size: 3rem;
  }
}
.customText.-text1 {
  padding: 2rem 0;
}
.customText.-text2 {
  padding: 2rem 0;
}
.customText strong {
  color: #c59d5f;
  font-weight: 500;
}
.customText p {
  margin-bottom: 0;
}
.image1 {
  height: 100%;
  background: transparent url("../image/about1.jpg") no-repeat center center;
  background-size: cover;
  border-radius: 0.5rem;
}
@media (max-width: 767px) {
  .image1 {
    height: 15rem;
  }
}
.imageGrid {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 0.5rem;
  grid-column-gap: 0.5rem;
}
@media (max-width: 767px) {
  .imageGrid {
    grid-template-columns: 1fr;
  }
}
.imageGrid__item {
  border-radius: 0.5rem;
}
@media (max-width: 767px) {
  .imageGrid__item {
    height: 15rem;
  }
}
.imageGrid__item:nth-child(1) {
  background: transparent url("../image/about3.jpg") no-repeat center center;
  background-size: cover;
}
.imageGrid__item:nth-child(2) {
  background: transparent url("../image/about2.jpg") no-repeat center center;
  background-size: cover;
}
.imageGrid__item:nth-child(3) {
  background: transparent url("../image/about4.jpg") no-repeat center center;
  background-size: cover;
}
.imageGrid__item:nth-child(4) {
  background: transparent url("../image/about5.jpg") no-repeat center center;
  background-size: cover;
}
.menuHome {
  height: 70vh;
  min-height: 300px;
  background: transparent url("../image/menuHome.jpg") no-repeat center 20%;
  background-size: cover;
  margin-bottom: 0;
  position: relative;
}
.menuHome:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.menuHome__button {
  position: absolute;
  top: 15%;
  right: 20%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 800px) {
  .menuHome__button {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.menuHome__button:hover {
  text-decoration: unset;
}
.menuHome__button:hover .lineLeft,
.menuHome__button:hover .lineRight {
  width: 8rem;
}
@media (max-width: 800px) {
  .menuHome__button:hover .lineLeft,
  .menuHome__button:hover .lineRight {
    width: 6rem;
  }
}
.menuHome__button .top {
  font-size: 6rem;
  font-family: 'Dancing Script', cursive;
  color: #c59d5f;
  line-height: 1.1;
}
@media (max-width: 800px) {
  .menuHome__button .top {
    font-size: 4rem;
  }
}
.menuHome__button .bottom {
  color: white;
  font-size: 3rem;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.1;
  font-weight: 700;
}
@media (max-width: 800px) {
  .menuHome__button .bottom {
    font-size: 2rem;
  }
}
.menuHome__button .lineLeft,
.menuHome__button .lineRight {
  width: 5rem;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  height: 4px;
  background: white;
  transition: 0.3s ease-in-out;
}
@media (max-width: 800px) {
  .menuHome__button .lineLeft,
  .menuHome__button .lineRight {
    height: 2px;
    width: 4rem;
  }
}
.menuHome__button .lineLeft:before,
.menuHome__button .lineRight:before {
  content: '';
  position: absolute;
  height: 1rem;
  width: 1rem;
  top: 50%;
  background: transparent url("../image/triangle.svg") no-repeat center center;
  background-size: cover;
}
.menuHome__button .lineLeft {
  right: calc(100% + 1rem);
}
.menuHome__button .lineLeft:before {
  left: 0;
  transform: translate(-10px, -50%) rotate(-90deg);
}
.menuHome__button .lineRight {
  left: calc(100% + 1rem);
}
.menuHome__button .lineRight:before {
  right: 0;
  transform: translate(10px, -50%) rotate(90deg);
}
.menuTitle {
  font-family: 'Dancing Script', cursive;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: capitalize;
}
.alergen {
  padding: 0.2rem;
  font-weight: 600;
  background: #17171d;
  color: white;
  letter-spacing: 1px;
  border-radius: 4px!important;
}
.menuWrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .menuWrapper.-left .mcb-wrap {
    order: 1;
  }
  .menuWrapper.-left .menuImageWrapper {
    order: 0;
  }
}
.mealTitle {
  display: flex;
  align-items: center;
}
.mealTitle span {
  margin-left: 8px;
}
.mealTitle img {
  height: 28px!important;
}
.additional {
  color: black;
}
.additional ul li {
  color: black;
}
.facebook a.themecolor:hover,
.instagram a.themecolor:hover {
  color: #c59d5f !important;
}
#alert,
#alert p {
  text-align: center;
  line-height: 2;
  padding: 0;
  margin: 0;
  width: 100%;
  background: #00a533;
  color: white;
  overflow: hidden;
}
.alert {
  display: none;
}
.alert.alert-success {
  display: block;
  margin-top: 1rem!important;
}
.form-check {
  display: flex;
  align-items: flex-start;
}
.form-check p {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  color: black;
  margin-bottom: 0;
}
.g-recaptcha > div {
  margin: 0 auto 1rem;
}
@media (max-width: 600px) {
  .g-recaptcha {
    transform: scale(0.75);
  }
}
#Top_bar .logo #logo img {
  padding: 5px 0;
  height: 70px!important;
}
@media (max-width: 767px) {
  #Top_bar .logo #logo img {
    height: 50px!important;
    padding: 0;
  }
}
@media (max-width: 767px) {
  #Top_bar .logo #logo {
    text-align: left;
    padding-left: 10px!important;
  }
}
#Top_bar a.responsive-menu-toggle {
  color: black;
  top: 24px;
}
@media (max-width: 767px) {
  .mobile-header-mini #Top_bar .logo {
    background: white;
  }
}
@media (max-width: 1239px) {
  #Top_bar #menu ul li a {
    color: white;
  }
}
@media (max-width: 768px) {
  .no-padding-horizontal-mobile {
    padding-left: 0!important;
    padding-right: 0!important;
  }
}
@media (max-width: 767px) {
  #Footer {
    text-align: center;
  }
}
@media (max-width: 767px) {
  #Subheader {
    margin-top: 55px;
  }
}
@media (max-width: 960px) {
  .contact-wrap {
    width: 100% !important;
    text-align: center;
  }
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
}
