/**
 * @file
 */
body {
  /*  font-family: "Roboto", sans-serif;
        font-size: 1rem; */
  background-color: #ffffff;
}

a {
  color: #0a3d89 !important;
  text-decoration: none !important;
}

a:hover {
  color: #184fa1 !important;
}

/*
  Navbar
  */
@media (max-width: 991.98px) {
  .navbar-expand-lg {
    padding-bottom: 0 !important;
  }

  .navbar {
    background-color: #0e649d !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: 1px solid #00427a;
  }

  .navbar-nav {
    background: none !important;
  }

  .navbar-nav a {
    color: #ffffff !important;
  }

  .navbar-nav a:hover {
    color: #d8edff !important;
  }

  .navbar-nav .active {
    color: #d8edff !important;
  }
}

@media (min-width: 992px) {
  .navbar {
    background-color: #0e649d !important;
    padding-top: 0 !important;
    padding-bottom: 0px !important;
    border-bottom: 1px solid #095385;
    text-transform: uppercase !important;
  }

  .navbar-nav {
    background: none !important;
    overflow: hidden;
  }

  .navbar-nav a {
    color: #ffffff !important;
    float: left;
    display: block;
    text-align: center;
    padding-bottom: 30px;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    margin-left: 5px;
  }

  .navbar-nav a:hover {
    color: #d8edff !important;
  }

  .navbar-nav .active {
    border-bottom: 3px solid #d8edff;
  }
}

.navbar .offcanvas-body {
  background-color: #0e649d !important;
}

.navbar-brand {
  color: #ffffff !important;
  font-size: 1.4rem !important;
}

/* img org 350px */
@media (max-width: 359.98px) {
  .navbar-brand img {
    max-width: 80px !important;
    height: auto !important;
    margin-top: 0 !important;
    padding: 0 !important;
  }
}

@media (min-width: 360px) and (max-width: 575.98px) {
  .navbar-brand img {
    max-width: 80px !important;
    height: auto !important;
    margin-top: 0 !important;
    padding: 0 !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .navbar-brand img {
    max-width: 100px !important;
    height: auto !important;
    margin-top: 0 !important;
    padding: 0 !important;
  }
}

@media (min-width: 768px) {
  .navbar-brand img {
    max-width: 100px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

/* navbar-phone nasze-sklepy */
.myButtonShop,
.myButtonShopTop {
  background-color: #ffa500;
  border-radius: 3px;
  border: 1px solid #e99b09;
  cursor: pointer;
  color: #ffffff !important;
  font-size: 1rem;
  padding: 10px 12px 10px 12px;
  text-decoration: none;
}
.myButtonShop:hover {
  background-color: #ec9a01;
  color: #ffffff !important;
}
.myButtonShopTop:hover {
  background-color: #ec9a01;
  color: #ffffff !important;
}
.myButtonShopTop:active {
  position: relative;
  top: 1px;
}

@media (max-width: 991.98px) {
  .navbar-phone {
    display: none;
  }

  .fa-phone {
    font-size: 0.9rem !important;
    margin-right: 8px;
  }

  .fa-facebook-square,
  .fa-youtube {
    color: #ffffff;
    font-size: 1.4rem !important;
    margin-left: 10px;
  }

  /* nasze-sklepy */
  .img-card-ns {
    width: 100%;
    height: auto;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    display: block;
    overflow: hidden;
  }
  .img-card-ns img {
    width: 75%;
    height: auto;
    object-fit: cover;
    transition: all 0.25s ease;
  }
  .card-content-ns {
    padding: 0px;
    text-align: left;
    text-align: left;
  }

  .card-content-ns h2 {
    color: #00437a;
    font-size: 1rem;
    font-weight: 600;
  }

  .card-read-more-ns {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* menu-shop */
  /* .menu-shop {
    display: none !important;
  } */
  .navbar-phone {
    position: absolute;
    display: block;
    top: 20px;
    right: -75px;
    color: #ffffff;
    font-size: 1rem !important;
    text-transform: none;
    transform: translate(-50%, -50%);
  }

  .fa-phone {
    font-size: 0.9rem !important;
    margin-right: 8px;
  }

  .fa-facebook-square,
  .fa-youtube {
    color: #ffffff;
    font-size: 1.4rem !important;
    margin-left: 10px;
  }

  /* nasze-sklepy */
  .img-card-ns {
    width: 100%;
    height: auto;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    display: block;
    overflow: hidden;
  }
  .img-card-ns img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all 0.25s ease;
  }
  .card-content-ns {
    padding: 0;
    text-align: left;
    text-align: center;
  }

  .card-content-ns h2 {
    display: none;
  }

  .card-read-more-ns {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  /* menu-shop */
  /* .menu-shop {
    display: none !important;
  } */
  .navbar-phone {
    position: absolute;
    display: block;
    top: 20px;
    right: -75px;
    color: #ffffff;
    font-size: 1rem !important;
    text-transform: none;
    transform: translate(-50%, -50%);
  }

  .fa-phone {
    font-size: 0.9rem !important;
    margin-right: 8px;
  }

  .fa-facebook-square,
  .fa-youtube {
    color: #ffffff;
    font-size: 1.4rem !important;
    margin-left: 10px;
  }

  /* nasze-sklepy */
  .img-card-ns {
    width: 100%;
    height: auto;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    display: block;
    overflow: hidden;
  }
  .img-card-ns img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all 0.25s ease;
  }
  .card-content-ns {
    padding: 0;
    text-align: left;
    text-align: center;
  }

  .card-content-ns h2 {
    color: #00437a;
    font-size: 1rem;
    font-weight: 600;
  }

  .card-read-more-ns {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 15px;
  }
}

@media (min-width: 1400px) {
  /* menu-shop */
  /* .menu-shop {
    display: none !important;
  } */
  .navbar-phone {
    position: absolute;
    display: block;
    top: 20px;
    right: -75px;
    color: #ffffff;
    font-size: 1rem !important;
    text-transform: none;
    transform: translate(-50%, -50%);
  }

  .fa-phone {
    font-size: 0.9rem !important;
    margin-right: 8px;
  }

  .fa-facebook-square,
  .fa-youtube {
    color: #ffffff;
    font-size: 1.4rem !important;
    margin-left: 10px;
  }

  /* nasze-sklepy */
  .img-card-ns {
    width: 100%;
    height: auto;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    display: block;
    overflow: hidden;
  }
  .img-card-ns img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all 0.25s ease;
  }
  .card-content-ns {
    padding: 5px;
    text-align: left;
    text-align: center;
  }

  .card-content-ns h2 {
    color: #00437a;
    font-size: 1.2rem;
    font-weight: 600;
  }

  .card-read-more-ns {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 25px;
  }
}

/* Menu position */
.menu-position-container.contact p {
  color: #444444;
  font-size: 1rem;
  margin-bottom: 0;
  margin-top: 0;
}

.menu-position-container .contact a {
  color: #444444;
}

.menu-position-container .social a {
  color: #444444;
}

.menu-position-container {
  position: relative;
}

@media (min-width: 992px) {
  .menu-position {
    position: absolute;
    top: -20px;
    left: 0px;
  }
}

.navbar-nav .fa-home {
  margin-top: -10px;
}

/* Dropdown menu background color */
.offcanvas {
  background-color: #00427a !important;
}

.navbar-nav > li > .dropdown-menu {
  background-color: #00427a !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-color: #00427a !important;
}

/* Dropdown menu auto */
@media all and (min-width: 992px) {
  .navbar-expand-lg .nav-item .dropdown-menu {
    display: none;
  }

  .navbar-expand-lg .nav-item:hover .nav-link {
    display: block;
  }

  .navbar-expand-lg .nav-item:hover .dropdown-menu {
    display: block;
  }

  .navbar-expand-lg .nav-item .dropdown-menu {
    margin-top: 0;
  }
}

/* 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;
  }
  
  .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(102, 24, 24, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  } */

/* Ivory Search */
@media (max-width: 991.98px) {
  .astm-search-menu {
    margin-top: 5px;
    margin-left: 0px;
  }

  .is-search-input {
    background-color: #f7f7f7 !important;
    color: #272727 !important;
  }

  .is-search-icon {
    background-color: #3a82ca !important;
  }

  .is-search-icon path {
    fill: #ffffff !important;
  }

  .search-close {
    margin-top: 0;
    background-color: #115ce7 !important;
  }
}

@media (min-width: 992px) {
  .astm-search-menu {
    margin-top: 5px;
    margin-left: 10px;
  }

  .is-search-input {
    background-color: #f7f7f7 !important;
    color: #272727 !important;
  }

  .is-search-icon {
    background-color: #3a82ca !important;
  }

  .is-search-icon path {
    fill: #ffffff !important;
  }

  .search-close {
    margin-top: 0;
    background-color: #115ce7 !important;
  }
}

/*
  Content position fixed
  */
#page-wrapper a {
  font-weight: 600 !important;
}

.breadcrumbs {
  padding-top: 0;
  padding-bottom: 20px;
}

@media (max-width: 575.98px) {
  #page-wrapper,
  #single-wrapper,
  #archive-wrapper,
  #search-wrapper,
  #error-404-wrapper {
    padding-top: 95px;
    padding-bottom: 50px;
  }

  #page-wrapper h1 {
    font-size: 1.8rem !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  #page-wrapper,
  #single-wrapper,
  #archive-wrapper,
  #search-wrapper,
  #error-404-wrapper {
    padding-top: 115px;
    padding-bottom: 50px;
  }

  #page-wrapper h1 {
    font-size: 1.8rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #page-wrapper,
  #single-wrapper,
  #archive-wrapper,
  #search-wrapper,
  #error-404-wrapper {
    padding-top: 115px;
    padding-bottom: 50px;
  }

  #page-wrapper h1 {
    font-size: 1.8rem !important;
  }
}

@media (min-width: 992px) {
  #page-wrapper,
  #single-wrapper,
  #archive-wrapper,
  #search-wrapper,
  #error-404-wrapper {
    padding-top: 115px;
    padding-bottom: 100px;
  }

  #page-wrapper h1 {
    font-size: 2em !important;
  }
}

/* post */
.page-title {
  color: #2e2e2e;
  font-size: 2rem;
}

.entry-title a {
  color: #1d1d1d;
  font-size: 0.8rem;
}

/* bgtitle */
@media (max-width: 767.98px) {
  .bgtitle {
    width: 100%;
    padding: 0 20px;
    background: #0e649d url("../img/bg-title-1.png") no-repeat top;
  }

  .bgtitle h1 {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 0px;
    color: aliceblue;
  }

  .bgtitle a {
    position: absolute;
    margin-top: -5px;
    margin-left: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .bgtitle {
    width: 100%;
    padding: 0 20px;
    background: #0e649d url("../img/bg-title-1.png") no-repeat top;
  }

  .bgtitle h1 {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 0px;
    color: aliceblue;
  }

  .bgtitle a {
    position: absolute;
    margin-top: -5px;
    margin-left: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .bgtitle {
    width: 100%;
    padding: 0 20px;
    background: #0e649d url("../img/bg-title-1.png") no-repeat top;
  }

  .bgtitle h1 {
    margin: 0;
    padding-top: 40px;
    padding-bottom: 30px;
    color: aliceblue;
  }

  .bgtitle a {
    position: absolute;
    margin-top: 40px;
    margin-left: -105px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .bgtitle {
    width: 100%;
    padding: 0 20px;
    background: #0e649d url("../img/bg-title-1.png") no-repeat top;
  }

  .bgtitle h1 {
    margin: 0;
    padding-top: 50px;
    padding-bottom: 40px;
    color: aliceblue;
  }

  .bgtitle a {
    position: absolute;
    margin-top: 55px;
    margin-left: -105px;
  }
}

@media (min-width: 1400px) {
  .bgtitle {
    width: 100%;
    padding: 0 20px;
    background: #0e649d url("../img/bg-title-1.png") no-repeat top;
  }

  .bgtitle h1 {
    margin: 0;
    padding-top: 60px;
    padding-bottom: 50px;
    color: aliceblue;
  }

  .bgtitle a {
    position: absolute;
    margin-top: 60px;
    margin-left: -120px;
  }
}

/*
  Buttons
  */
.myButton1 {
  box-shadow: inset 0px 1px 0px 0px #54a3f7;
  background: linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
  background-color: #007dc1;
  border-radius: 3px;
  border: 1px solid #124d77;
  cursor: pointer;
  color: #ffffff;
  font-size: 1rem;
  padding: 12px 22px 12px 22px;
  text-decoration: none;
}
.myButton1:hover {
  background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
  background-color: #0061a7;
}
.myButton1:active {
  position: relative;
  top: 1px;
}

.myButton2 {
  box-shadow: inset 0px 1px 0px 0px #ffa500;
  background: linear-gradient(to bottom, #ca8401 5%, #ffa500 100%);
  background-color: #ffa500;
  border-radius: 3px;
  border: 1px solid #704900;
  cursor: pointer;
  color: #ffffff;
  font-size: 1rem;
  padding: 12px 22px 12px 22px;
  text-decoration: none;
}
.myButton2:hover {
  background: linear-gradient(to bottom, #ffa500 5%, #c4830b 100%);
  background-color: #e29300;
}
.myButton2:active {
  position: relative;
  top: 1px;
}

.btn-primary {
  color: #ffffff !important;
  background-color: #0a3d89 !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;
}

.btn-primary:hover {
  color: #ffffff !important;
  background-color: #0a3d89 !important;
  border: 0 !important;
  box-shadow: none !important;
}

.btn-primary:focus {
  color: #ffffff !important;
  background-color: #0a3d89 !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Wyniki wyszukiwania */
.btn-secondary {
  color: #ffffff !important;
  background-color: #0a3d89 !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;
}

.btn-secondary:hover {
  color: #ffffff !important;
  background-color: #0a3d89 !important;
  border: 0 !important;
  box-shadow: none !important;
}

.btn-secondary:focus {
  color: #ffffff !important;
  background-color: #0a3d89 !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Form controls (search) */
.form-control:focus {
  color: var(--bs-body-color) !important;
  background-color: var(--bs-body-bg) !important;
  border-color: #0a3d89 !important;
  outline: 0 !important;
  box-shadow: 0 0 0 0.1rem rgba(13, 109, 253, 0.384) !important;
}

/* entry-summary */
.entry-summary .btn-secondary {
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 18px;
  border-radius: 20px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px 0;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.entry-summary .btn-secondary,
.entry-summary .btn-secondary:hover,
.entry-summary .btn-secondary:active,
.entry-summary .btn-secondary:visited {
  background: #1c3ca5 !important;
  color: #ffffff !important;
  border: 2px solid #1c3ca5 !important;
}

.entry-content .btn-secondary {
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 20px;
  border-radius: 20px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px 0;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.entry-content .btn-secondary,
.entry-content .btn-secondary:hover,
.entry-content .btn-secondary:active,
.entry-content .btn-secondary:visited {
  background: #1c3ca5 !important;
  color: #ffffff !important;
  border: 2px solid #1c3ca5 !important;
}

.entry-content {
  padding-top: 10px;
  padding-bottom: 0;
}

.wp-post-image {
  padding-top: 0;
  padding-bottom: 0;
}

/* Posted in */
.single-post .entry-header {
  padding-top: 25px;
}

.entry-meta a {
  color: #353535;
}

@media (max-width: 767.98px) {
  .single-post .entry-header h1 {
    font-size: 1.2rem;
  }

  .wp-post-image,
  .default-featured-img {
    max-width: 300px !important;
    height: auto !important;
    margin-top: -20px !important;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .single-post .entry-header h1 {
    font-size: 1.3rem;
  }

  .wp-post-image,
  .default-featured-img {
    max-width: 350px !important;
    height: auto !important;
    margin-top: -20px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-post .entry-header h1 {
    font-size: 1.4rem;
  }

  .wp-post-image,
  .default-featured-img {
    max-width: 400px !important;
    height: auto !important;
    margin-top: -20px !important;
  }
}

@media (min-width: 1200px) {
  .single-post .entry-header h1 {
    font-size: 1.4rem;
  }

  .wp-post-image,
  .default-featured-img {
    max-width: 500px !important;
    height: auto !important;
    margin-top: -20px !important;
  }
}

/* title page */
.entry-header {
  color: #0a3d89;
  padding-bottom: 25px;
}

.entry-header h1 {
  font-size: 1.6rem;
}

@media (max-width: 767.98px) {
  .entry-header h1 {
    font-size: 1.4rem;
  }
}

/* entry-footer */
.entry-footer {
  display: none;
  /* padding-top: 0; */
  /* padding-bottom: 25px; */
}

.post-navigation {
  display: none;
}

/*
 Search
 */
.page-header h1 {
  color: #1c02ac;
}

.pagination .current {
  background-color: #1c3ca5 !important;
}

/* File upload */
.file-upload-pdf,
.file-upload-doc,
.file-upload-docx,
.file-upload-zip {
  display: inline-block;
  border-radius: 5px;
  background-color: #144cc4;
  border: none;
  color: #ffffff !important;
  text-align: left;
  text-decoration: none;
  font-size: 1rem;
  padding: 10px;
  min-width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 0;
}

.file-upload-pdf:hover,
.file-upload-doc:hover,
.file-upload-docx:hover,
.file-upload-zip:hover {
  background-color: #1141aa;
  color: #ffffff !important;
  opacity: 1;
  right: 0;
}

/* https://fontawesome.com/search?c=files */
.file-upload-pdf::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f1c1";
  margin: 0 10px;
}

.file-upload-doc::before,
.file-upload-docx::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f1c2";
  margin: 0 10px;
}

.file-upload-zip::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f15b";
  margin: 0 10px;
}

/* entry-footer */
.understrap-as-read-more-link {
  background-color: #1c3ca5;
  color: #ffffff;
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}

.understrap-as-read-more-link:hover {
  background: #284cc0;
  color: #fff;
  text-decoration: none;
}

/* Modula */
.modula-items {
  padding-bottom: 25px;
}

/* kontakt */
.map {
  padding-top: 25px;
}

.map-container {
  position: relative;
  padding-bottom: 46.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.map-container iframe,
.map-container object,
.map-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.contact {
  position: relative;
  overflow: hidden;
}

/* Oferta */
@media (max-width: 991.98px) {
  .offer#offer1 {
    background-color: #004077;
    background-image: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .offer#offer2 {
    background-color: #f3f5fb;
    background-image: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (min-width: 992px) {
  .offer#offer1 {
    background-color: #004077;
    background-image: url("../img/bg/offer1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .offer#offer2 {
    background-color: #f3f5fb;
    background-image: url("../img/bg/offer2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.offer h2 {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #ffffff;
  text-shadow:
    2px 2px 0px #666666,
    5px 4px 0px rgba(0, 0, 0, 0.15);
  padding: 30px 0 0 0;
  z-index: 10;
  position: relative;
  line-height: 30px;
}

.offer h2 b {
  font-size: 2rem;
}

.col-offer {
  margin-top: 2px;
  margin-bottom: 2px;
}

.offer .row .row a {
  padding: 15px 30px;
  display: block;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.offer .row .row a p {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 16px;
  line-height: 22px;
  height: 44px;
  color: #4b555e;
  margin-bottom: 10px;
}

.offer .row .row a p b {
  display: block;
  font-size: 21px;
  font-weight: 500;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.offer .row .row a img {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 150px;
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}

.offer .row .row a:hover {
  background: #f3f5fb;
}

.offer .row .row a:hover img {
}
.offer .row .row a:hover p {
  color: #ff0000;
}

/* Zamówienia */
.wpcf7-submit {
  background-image: linear-gradient(#42a1ec, #0070c9);
  border: 1px solid #0077cc;
  border-radius: 4px;
  box-sizing: border-box;
  color: #ffffff !important;
  cursor: pointer;
  direction: ltr;
  display: block;
  font-family:
    "SF Pro Text", "SF Pro Icons", "AOS Icons", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.022em;
  line-height: 1.47059;
  min-width: 30px;
  max-width: 100px;
  overflow: visible;
  padding: 4px 15px;
  text-align: center;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
}

.wpcf7-submit:active {
  background-color: #0077cc;
}

.wpcf7-submit:hover {
  background-color: #0077cc;
}

.wpcf7-submit:focus {
  background-color: #0077cc;
  box-shadow: none !important;
}

/* Footer */
#wrapper-footer {
  background-color: #333333;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 400 !important;
  padding-bottom: 10px;
}

.footer-top-bg {
  background-color: #00437a;
}

.page-footer a {
  color: #ffffff !important;
  text-decoration: none !important;
}

.footer-top {
  background-color: #00437a;
  background-image: url("../img/continents.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer-top a {
  font-size: 1rem;
  font-weight: 600;
  margin: 10px;
}

.footer-top-text {
  color: aliceblue;
}

@media (max-width: 767.98px) {
  .footer-top-text {
    font-size: 1.4rem;
    letter-spacing: 1.4px;
  }
}

@media (min-width: 768px) and (max-width: 1399.98px) {
  .footer-top-text {
    font-size: 1.6rem;
    letter-spacing: 1.4px;
  }
}

@media (min-width: 1400px) {
  .footer-top-text {
    font-size: 1.8rem;
    letter-spacing: 1.4px;
  }
}

/* button1 */
.button1 {
  display: inline-block;
  border-radius: 4px;
  background-color: #1c3ca5;
  border: none;
  color: #ffffff;
  text-align: center;
  font-size: 1rem;
  padding: 10px;
  width: 170px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px 20px;
}

.button1 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button1 span:after {
  content: "\00bb";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button1:hover span {
  padding-right: 20px;
}

.button1:hover span:after {
  opacity: 1;
  right: 0;
}

.footer-top h3 {
  color: #1a257b;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.page-footer a {
  color: #ffffff;
  font-size: 0.9rem;
}

.social-footer a {
  color: #ffffff;
  font-size: 1.4rem;
  margin: 0 5px;
  text-decoration: none;
}

.page-footer h5 {
  font-size: 1.2rem;
  letter-spacing: 2px;
  font-weight: 400 !important;
}

/* Scroll Back To Top button */
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

/*
* 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;
}
