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

:root {
  --bs-primary: #142f6a !important;
  --bs-primary-rgb: 20, 47, 106 !important;
  --bs-secondary: #fb8200 !important;
  --bs-secondary-rgb: 251, 130, 0 !important;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: var(--bs-primary);
  color: white;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600 !important;
}
strong {
  font-weight: 600;
}
a {
  transition: 0s !important;
  font-size: 14px;
}
a:hover {
  text-decoration: underline !important;
}
p,
li,
td,
th {
  font-size: 14px;
  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 {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.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.15) !important;
}
.custom-page a {
  color: black;
}
.fs-6 {
  font-size: 16px !important;
}
.fs-7 {
  font-size: 13px;
}
.fs-8 {
  font-size: 12px;
}
.fs-9 {
  font-size: 11px;
}
.logo {
  max-width: 200px;
}
.line {
  width: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  height: 40px;
  margin: 0 20px;
}
.nav-link {
  font-size: 15px;
  margin: 0px 3px;
}
.btn {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 15px;
  border-radius: 0px;
  text-decoration: none !important;
  border: none;
}
.btn-primary {
  background-color: var(--bs-primary) !important;
  color: white !important;
}
.btn-primary:hover {
  background-color: white !important;
  color: var(--bs-primary) !important;
  text-decoration: none !important;
}

@media (min-width: 1400px) {
}

/* XX-Large devices (larger desktops) */
@media (max-width: 1399.98px) {
  .nav-link {
    font-size: 14px;
    margin: 0px 0px;
  }
}

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

/* Large devices (desktops) */
@media (max-width: 991.98px) {
  .logo {
    max-width: 120px;
  }
}

/* Medium devices (tablets) */
@media (max-width: 767.98px) {
  header .btn {
    font-size: 11px;
    padding: 7px 9px;
  }
}

/* Small devices (landscape phones) */
@media (max-width: 575.98px) {
}
