/**
 * @file
 */
html,
body {
  background-color: #101010;
  /*  font-family: "Roboto", sans-serif;
      font-size: 1rem; */
}

body {
  color: #fff;
  /*   text-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.5);
   box-shadow: inset 0 0 5rem rgba(0, 0, 0, 0.5); */
}

a {
  color: #ffffff !important;
}

a:hover {
  color: #ffffff !important;
}

/*
  Navbar
  */
#wrapper-navbar {
  position: fixed;
  height: 0;
  background: none;
  top: 0;
  width: 100%;
  z-index: 999999;
  transition: all 0.3s ease;
  box-shadow: 0 1px 25px rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  .navbar-dark {
    background: none !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    background-color: #333333 !important;
  }

  .home .navbar-dark {
    background: none !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .navbar-dark {
    background-color: #333333 !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}

.navbar-nav {
  /* background: none !important; */
  text-transform: uppercase !important;
}

.navbar-nav a {
  color: #ffffff !important;
}

.navbar-nav a:hover {
  color: #dadada !important;
}

.navbar-brand {
  color: #ffffff !important;
  font-size: 1.4rem !important;
}

/* Dropdown menu background color */
.offcanvas {
  background-color: #101010 !important;
}

.navbar-nav > li > .dropdown-menu {
  background: none !important;
  text-align: center !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #ffffff;
  background: none !important;
}

/* Toggler */
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0 !important;
}

/* Toggler color */
.navbar-dark .navbar-toggler {
  border-color: #ffffff;
  border: 0.3rem solid;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  color: rgb(255, 255, 255);
}

/*
Content position fixed
*/
@media (max-width: 991.98px) {
  #page-wrapper,
  #single-wrapper,
  #archive-wrapper,
  #search-wrapper,
  #error-404-wrapper {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  #page-wrapper,
  #single-wrapper,
  #archive-wrapper,
  #search-wrapper,
  #error-404-wrapper {
    padding-top: 100px;
  }
}

/* Posted in */
.single-post .entry-header {
  padding-top: 25px;
}

.entry-meta a {
  color: #353535;
}

.entry-content {
  padding-top: 10px;
}

.entry-content a {
  color: #ffb400 !important;
}

.entry-content a:hover {
  color: #ffb400 !important;
}

.category-galeria .wp-post-image {
  display: none !important;
}

.entry-footer {
  padding-top: 20px;
}

.entry-footer a {
  color: #ffb400 !important;
}

.post-navigation {
  padding-top: 10px;
  padding-bottom: 25px;
}

.post-navigation a {
  color: #ffb400 !important;
}

.pt-cv-wrapper {
  padding-bottom: 25px;
}

@media (max-width: 575.98px) {
  .single-post .entry-header h1 {
    font-size: 1.2rem;
  }

  .entry-header h1 {
    font-size: 1.4rem;
  }

  .widget_recent_entries h3 {
    font-size: 1.2rem;
    padding-top: 10px;
  }

  .wp-post-image,
  .default-featured-img {
    max-width: 300px !important;
    height: auto !important;
    margin-top: 5px !important;
  }

  /* Recent Posts Widget */
  .rpwwt-widget h3 {
    font-size: 1.1rem !important;
    padding-top: 10px;
  }

  /* archive search */
  #archive-wrapper h1,
  #search-wrapper h1 {
    color: #ffb400 !important;
    font-size: 1rem;
  }

  #archive-wrapper,
  #search-wrapper h2 {
    font-size: 1rem;
  }

  #archive-wrapper .btn-secondary,
  #search-wrapper .btn-secondary {
    color: #111111 !important;
    background-color: #ffb400 !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .single-post .entry-header h1 {
    font-size: 1.2rem;
  }

  .entry-header h1 {
    font-size: 1.4rem;
  }

  .widget_recent_entries h3 {
    font-size: 1.2rem;
    padding-top: 10px;
  }

  .wp-post-image,
  .default-featured-img {
    max-width: 300px !important;
    height: auto !important;
    margin-top: 5px !important;
  }

  /* Recent Posts Widget */
  .rpwwt-widget h3 {
    font-size: 1.1rem !important;
    padding-top: 10px;
  }

  /* archive search */
  #archive-wrapper h1,
  #search-wrapper h1 {
    color: #ffb400 !important;
    font-size: 1rem;
  }

  #archive-wrapper,
  #search-wrapper h2 {
    font-size: 1rem;
  }

  #archive-wrapper .btn-secondary,
  #search-wrapper .btn-secondary {
    color: #111111 !important;
    background-color: #ffb400 !important;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .single-post .entry-header h1 {
    font-size: 1.2rem;
  }

  .entry-header h1 {
    font-size: 1.4rem;
  }

  .widget_recent_entries h3 {
    font-size: 1.2rem;
    padding-top: 10px;
  }

  .wp-post-image,
  .default-featured-img {
    max-width: 350px !important;
    height: auto !important;
    margin-top: 5px !important;
  }

  /* Recent Posts Widget */
  .rpwwt-widget h3 {
    font-size: 1.2rem !important;
    padding-top: 10px;
  }

  /* archive search */
  #archive-wrapper h1,
  #search-wrapper h1 {
    color: #ffb400 !important;
    font-size: 1rem;
  }

  #archive-wrapper,
  #search-wrapper h2 {
    font-size: 1rem;
  }

  #archive-wrapper .btn-secondary,
  #search-wrapper .btn-secondary {
    color: #111111 !important;
    background-color: #ffb400 !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-post .entry-header h1 {
    font-size: 1.4rem;
  }

  .entry-header h1 {
    font-size: 1.6rem;
  }

  .widget_recent_entries h3 {
    font-size: 1.2rem;
    padding-top: 10px;
  }

  .wp-post-image,
  .default-featured-img {
    max-width: 400px !important;
    height: auto !important;
    margin-top: 5px !important;
  }

  /* Recent Posts Widget */
  .rpwwt-widget h3 {
    font-size: 1.2rem !important;
    padding-top: 10px;
  }

  /* archive search */
  #archive-wrapper h1,
  #search-wrapper h1 {
    color: #ffb400 !important;
    font-size: 1rem;
  }

  #archive-wrapper,
  #search-wrapper h2 {
    font-size: 1rem;
  }

  #archive-wrapper .btn-secondary,
  #search-wrapper .btn-secondary {
    color: #111111 !important;
    background-color: #ffb400 !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .single-post .entry-header h1 {
    font-size: 1.4rem;
  }

  .entry-header h1 {
    font-size: 1.6rem;
  }

  .widget_recent_entries h3 {
    font-size: 1.4rem;
    padding-top: 10px;
  }

  .wp-post-image,
  .default-featured-img {
    max-width: 400px !important;
    height: auto !important;
    margin-top: 5px !important;
  }

  /* Recent Posts Widget */
  .rpwwt-widget h3 {
    font-size: 1.3rem !important;
    padding-top: 10px;
  }

  /* archive search */
  #archive-wrapper h1,
  #search-wrapper h1 {
    color: #ffb400 !important;
    font-size: 1rem;
  }

  #archive-wrapper,
  #search-wrapper h2 {
    font-size: 1rem;
  }

  #archive-wrapper .btn-secondary,
  #search-wrapper .btn-secondary {
    color: #111111 !important;
    background-color: #ffb400 !important;
  }
}

@media (min-width: 1400px) {
  .single-post .entry-header h1 {
    font-size: 1.8rem;
  }

  .entry-header h1 {
    font-size: 1.8rem;
  }

  .widget_recent_entries h3 {
    font-size: 1.4rem;
    padding-top: 10px;
  }

  .wp-post-image,
  .default-featured-img {
    max-width: 500px !important;
    height: auto !important;
    margin-top: 5px !important;
  }

  /* Recent Posts Widget */
  .rpwwt-widget h3 {
    font-size: 1.3rem !important;
    padding-top: 10px;
  }

  /* archive search */
  #archive-wrapper h1,
  #search-wrapper h1 {
    color: #ffb400 !important;
    font-size: 1rem;
  }

  #archive-wrapper,
  #search-wrapper h2 {
    font-size: 1rem;
  }

  #archive-wrapper .btn-secondary,
  #search-wrapper .btn-secondary {
    color: #111111 !important;
    background-color: #ffb400 !important;
  }
}

/* pagination */
.pagination .current {
  color: #181818 !important;
  background-color: #ffffff !important;
}

.pagination li a {
  color: #ffffff !important;
  background-color: #ffb400 !important;
}

/*
  Buttons
  */
.btn-primary {
  color: #333 !important;
  background-color: #ffffff !important;
  border: 0 !important;
  /* padding: 0.4rem 0.8rem; */
  border-radius: 5px !important;
  /*  font-family: "Roboto", sans-serif;
      font-size: 1rem; */
  box-shadow: none !important;
  text-shadow: none;
  /* Prevent inheritance from `body` */
}

.btn-primary:hover {
  color: #333 !important;
  background-color: #ffffff !important;
  border: 0 !important;
  box-shadow: none !important;
  text-shadow: none;
  /* Prevent inheritance from `body` */
}

.btn-primary:focus {
  color: #333 !important;
  background-color: #ffffff !important;
  border: 0 !important;
  box-shadow: none !important;
  text-shadow: none;
  /* Prevent inheritance from `body` */
}

/* Wyniki wyszukiwania */
.btn-secondary {
  color: #333 !important;
  background-color: #ffffff !important;
  border: 0 !important;
  /* padding: 0.4rem 0.8rem; */
  border-radius: 5px !important;
  /*  font-family: "Roboto", sans-serif;
      font-size: 1rem; */
  box-shadow: none !important;
  text-shadow: none;
  /* Prevent inheritance from `body` */
}

.btn-secondary:hover {
  color: #333 !important;
  background-color: #ffffff !important;
  border: 0 !important;
  box-shadow: none !important;
  text-shadow: none;
  /* Prevent inheritance from `body` */
}

.btn-secondary:focus {
  color: #333 !important;
  background-color: #ffffff !important;
  border: 0 !important;
  box-shadow: none !important;
  text-shadow: none;
  /* Prevent inheritance from `body` */
}

/* Form controls (search) */
.form-control:focus {
  color: var(--bs-body-color) !important;
  background-color: var(--bs-body-bg) !important;
  border-color: #0d6efd !important;
  outline: 0 !important;
  box-shadow: 0 0 0 0.1rem rgba(13, 109, 253, 0.384) !important;
}

/*
   * Footer
   */
.mastfoot {
  color: rgba(255, 255, 255, 0.5);
}

/*
* Bootstrap Cookie Alert by Wruczek
* https://github.com/Wruczek/Bootstrap-Cookie-Alert
* Released under MIT license
*/
.cookiealert .row {
  display: inline;
  padding: 0;
  margin: 0;
}

.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: #ecf0f1;
  background-color: #222222;
}

.cookiealert.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

.cookiealert {
  font-size: 0.9rem;
}

.cookiealert button {
  font-size: 0.9rem;
}

.cookiealert a {
  color: #ecf0f1 !important;
  text-decoration: underline;
}

.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;
}

.cookiealert .btn-outline-light {
  letter-spacing: 0.8px !important;
}

.cookiealert .btn-outline-light:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #f8f9fa;
}

.cookiealert .btn-outline-light:focus,
.cookiealert .btn-outline-light.focus {
  box-shadow: none !important;
  background-color: transparent;
}
