/*
 Theme Name: nomo
 Author: tadamart.pl
 Version: 1.0
 */

:root {
  --bs-primary: #1c2e45 !important;
  --bs-primary-rgb: 28, 46, 69 !important;
  --bs-secondary: #e4cdb0 !important;
  --bs-secondary-rgb: 228, 205, 176 !important;
  --bs-light: #f0edea !important;
  --bs-light-rgb: 240, 237, 234 !important;
  --bs-dark: #d8b9b7 !important;
  --bs-dark-rgb: 216, 185, 183 !important;
}

@font-face {
  font-family: "Chillax";
  src: url("https://nomofood.com/wp-content/themes/nomo/fonts/Chillax-Extralight-1.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

/* Chillax-Light (waga 300) */
@font-face {
  font-family: "Chillax";
  src: url("https://nomofood.com/wp-content/themes/nomo/fonts/Chillax-Light-1.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Chillax-Regular (waga 400) */
@font-face {
  font-family: "Chillax";
  src: url("https://nomofood.com/wp-content/themes/nomo/fonts/Chillax-Regular-1.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Chillax-Medium (waga 500) */
@font-face {
  font-family: "Chillax";
  src: url("https://nomofood.com/wp-content/themes/nomo/fonts/Chillax-Medium-1.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Chillax-Semibold (waga 600) */
@font-face {
  font-family: "Chillax";
  src: url("https://nomofood.com/wp-content/themes/nomo/fonts/Chillax-Semibold-1.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Chillax-Bold (waga 700) */
@font-face {
  font-family: "Chillax";
  src: url("https://nomofood.com/wp-content/themes/nomo/fonts/Chillax-Bold-1.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Chillax", sans-serif;
  color: black;
  font-weight: 300;
}

.admin-bar {
  margin-top: 32px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500 !important;
  color: var(--bs-primary) !important;
  line-height: 1.2 !important;
}
strong {
  font-weight: 500;
}
a {
  transition: 0s !important;
  font-size: 16px;
}
p,
li,
td,
th {
  font-size: 16px;
  line-height: 1.4 !important;
}
.ls1 {
  letter-spacing: 1px !important;
}
.grecaptcha-badge {
  display: none !important;
}
.cky-btn-revisit-wrapper {
  display: none !important;
}
.border-end,
.border-start,
.border-top,
.border-bottom,
.border,
hr {
  border-color: rgba(0, 0, 0, 0.1) !important;
  opacity: 1;
}

.bg-black .border-end,
.bg-black .border-start,
.bg-black .border-top,
.bg-black .border-bottom,
.bg-black .border,
.bg-black.border-top {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.custom-page a {
  color: black;
}
.fs-6 {
  font-size: 14px !important;
}
.fs-7 {
  font-size: 13px;
}
.fs-8 {
  font-size: 12px;
}
.logo {
  max-width: 140px;
}
.nav-link {
  padding: 0px !important;
  margin-left: 20px !important;
}
.nav-item a:hover {
  text-shadow: 0 0 0.8px currentColor;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-menu {
  background-color: var(--bs-primary);
  border: 0px;
  margin-top: 10px !important;
  border-radius: 0px !important;
}
.dropdown-menu a {
  color: white !important;
}
.dropdown-menu a:hover {
  background-color: transparent;
}
.btn {
  border-radius: 0px !important;
  padding: 10px 20px !important;
}
.btn-primary {
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  color: white !important;
  &:hover {
    background-color: var(--bs-secondary) !important;
    border-color: var(--bs-secondary) !important;
    color: var(--bs-primary) !important;
  }
}
.hero {
  min-height: 500px;
}
.box {
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
  height: 220px;
  background-color: white;
  clip-path: circle(61% at 50% 182%);
}
.sec1 {
  margin-top: -160px;
  position: relative;
  z-index: 3;
}
.nomo {
  position: absolute;
  z-index: -1;
  bottom: 120px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
.foto-box {
  min-height: 400px;
  width: 100%;
}
.double-border {
  position: relative;
  display: inline-block;
}
.double-border::before,
.double-border::after {
  content: "";
  position: absolute;
  border: 1px solid var(--bs-secondary);
  pointer-events: none;
}
.double-border::before {
  inset: -5px;
}
.double-border::after {
  inset: -11px;
}
.nomo2 {
  width: 100%;
  max-width: 100% !important;
}
.plate {
  /* margin-top: -200px; */
  margin-bottom: -180px;
}
.plate img {
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
}
footer {
  /* margin-top: 200px; */
}
.hero-page {
  min-height: 300px;
}
.sec1-page {
  margin-top: -160px !important;
}
/* Reservation tab pills */
.reservation-tabs .nav-link {
  border-radius: 0px !important;
  padding: 10px 30px !important;
  background-color: transparent;
  border: 1px solid #ddd;
  color: var(--bs-primary);
  font-family: inherit;
  font-weight: 400;
  font-size: 16px;
  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s;
  margin-left: 0px !important;
}
.reservation-tabs .nav-link:hover {
  background-color: var(--bs-secondary) !important;
  border-color: var(--bs-secondary) !important;
  color: var(--bs-primary) !important;
}
.reservation-tabs .nav-link.active {
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  color: white !important;
}

/* CF7 form */
.wpcf7 form {
  width: 100%;
}
.wpcf7 .form-control {
  width: 100%;
  background: transparent;

  color: inherit;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 16px;
  outline: none;
  transition: border-color 0.2s;
  border-radius: 0px !important;
}
.wpcf7 .form-select {
  width: 100%;
  padding: 12px 16px;

  cursor: pointer;
  border-radius: 0px !important;
}
.wpcf7 label {
  width: 100%;
}
.wpcf7 .form-control:focus,
.wpcf7 .form-select:focus {
  border-color: var(--bs-secondary);
  box-shadow: none !important;
  color: inherit;
}
.wpcf7-checkbox {
  display: flex !important;
  gap: 15px !important;
  flex-wrap: wrap !important;
}
.wpcf7-checkbox .wpcf7-list-item {
  flex-shrink: 0 !important;
}
.wpcf7-checkbox .wpcf7-list-item label {
  display: flex !important;
  white-space: nowrap !important;
}
.wpcf7 .form-control::placeholder {
  color: inherit;
  opacity: 0.55;
}
.wpcf7 span {
  display: block;
}
.wpcf7 textarea {
  height: 150px;
}

.wpcf7 p {
  margin-bottom: 0px;
}
.lab-sp {
  margin-bottom: 0px;
  margin-top: 5px;

  padding-left: 20px;
}
.form-check .form-check-input {
  margin-left: -2.5em !important;
  width: 20px !important;
  height: 20px !important;
  border-radius: 0px !important;
}
.form-check-input:checked {
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  outline: none !important;
  box-shadow: none !important;
}
.form-check-input:focus {
  box-shadow: none !important;
}
.accept label {
  cursor: pointer !important;
}
.wpcf7-checkbox .wpcf7-list-item label {
  cursor: pointer !important;
}
.wpcf7-checkbox .wpcf7-list-item input {
  width: 20px !important;
  height: 20px !important;
  border-radius: 5px !important;
  margin-right: 7px !important;
  appearance: none;
  border: 1px solid var(--bs-secondary) !important;
  cursor: pointer !important;
}
.wpcf7-checkbox .wpcf7-list-item input:checked {
  background-color: var(--bs-secondary) !important;
  border-color: var(--bs-secondary) !important;
}
.wpcf7-checkbox .wpcf7-list-item {
  padding-left: 0 !important;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
}
.wpcf7-list-item {
  margin: 0px !important;
  padding: 0 0 0 1em !important;
}
.promo .news-card__img::before,
.gallery .card1::before,
.news .news-card__img::before {
  display: none;
}
.wpcf7-not-valid-tip {
  font-size: 12px !important;
  margin-top: 5px !important;
  margin-left: 20px !important;
}
.mt-big {
  margin-top: 163px;
}
@media (min-width: 1400px) {
}

/* XX-Large devices (larger desktops) */
@media (max-width: 1399.98px) {
}

/* X-Large devices (large desktops) */
@media (max-width: 1199.98px) {
}

/* Large devices (desktops) */
@media (max-width: 991.98px) {
  .nav-link {
    margin-left: 0px !important;
    margin-bottom: 10px !important;
  }
}

/* Medium devices (tablets) */
@media (max-width: 767.98px) {
  header .btn {
    padding: 5px 10px !important;
    font-size: 14px !important;
  }
  .box {
    max-width: 600px;
    width: 100%;
    height: 232px;
    background-color: white;
    clip-path: circle(78% at 50% 184%);
  }
  .nomo {
    bottom: 250px;
  }
  .plate {
    margin-top: 0px;
    margin-bottom: -240px;
  }
  footer {
    margin-top: 0px;
  }
  .fh {
    height: 50px;
  }
  .plate img {
    height: 250px !important;
    width: 250px !important;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
  }
  .mt-big {
    margin-top: 20px;
  }
}

/* Small devices (landscape phones) */
@media (max-width: 575.98px) {
  .box {
    max-width: 600px;
    width: 100%;
    height: 100vw;
    background-color: white;
    clip-path: circle(111% at 50% 172%);
  }
}
