/*
Theme Name: CarboEasy

Author: Piotr Waclawczyk / Carboautomatyka
Author URI: https://www.carbo.com.pl
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Quicksand|Mukta");
@media screen and (max-width: 1200px) {
  .navbar-dark .navbar-nav .nav-link {
    text-align: center;
  }
}
.object-fit-contain {
  object-fit: contain !important;
}

.bg-white-85 {
  background: rgba(255, 255, 255, 0.85);
}

.text-center {
  text-align: center;
}

.product-small {
  width: 100%;
  height: calc(3em + 100px);
  position: relative;
  display: block;
  margin-bottom: calc(3em + 10px);
}
.product-small .news-bg {
  position: relative;
  display: block;
  z-index: auto;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}
.product-small .news-overlay {
  position: absolute;
  z-index: 2000;
  bottom: calc(-3em - 10px);
  background-color: rgba(80, 80, 80, 0.9);
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  color: black;
  transition: all linear 0.2s;
  height: calc(3em + 10px);
  line-height: 1.5em;
  border-bottom: 2px transparent solid;
}
.product-small .news-title {
  font-size: 14px;
  line-height: 1.5em;
  text-align: center;
  color: white;
  height: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.product-small:hover .news-overlay, .product-small.current .news-overlay {
  background-color: rgba(30, 30, 30, 0.97);
  transition: all linear 0.2s;
  border-bottom: 2px #12af2e solid;
}
.product-small:hover .news-title, .product-small.current .news-title {
  color: #fff;
}

body {
  background-color: #fffff;
}

.followchev {
  animation-name: elementor-animation-hang-sink, elementor-animation-hang;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  padding: 20px;
}

.navbar-brand small {
  text-transform: uppercase;
  display: block;
  text-align: center;
}
.navbar-brand img {
  max-height: 50px;
}

.navbar {
  transition: background 0.3s;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: -2px;
  padding-top: 0;
  padding-bottom: 0;
  box-sizing: content-box;
  border-bottom: 2px rgba(255, 50, 50, 0) solid;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
  border-bottom: 2px #12af2e solid;
}

.navbar-dark .active > .nav-link {
  border-bottom: 2px #12af2e solid;
}

#mainmenu {
  text-transform: uppercase;
}
.content {
  min-height: 20px;
}

.dropdown-menu {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 20px 0;
}

.dropdown-item {
  color: white;
  padding: 10px 15px;
  border-left: 7px #12af2e solid;
  transition: background 0.3s;
}
.dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.news {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
  display: block;
}

.news-bg {
  position: relative;
  display: block;
  z-index: auto;
  object-fit: contain;
  width: 100% !important;
  height: 100% !important;
}
.realizacje .news-bg {
  object-fit: cover;
}

.news-overlay {
  position: absolute;
  z-index: 2000;
  bottom: 0;
  background-color: rgba(50, 50, 50, 0.85);
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  color: white;
  transition: all linear 0.2s;
  height: 4em;
  border: 0;
}

.news-title {
  font-size: 15px;
  line-height: 22px;
  text-align: center;
}

.news-date {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 14px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.news:hover .news-excerpt {
  transition: all linear 0.2s;
  height: auto;
  padding-top: 5px;
  text-align: center;
  white-space: pre-line;
  font-size: 12px;
}
.news:hover .news-overlay {
  height: 150px !important;
  background-color: rgba(30, 30, 30, 0.9);
  transition: all linear 0.2s;
  border-top: 10px #12af2e solid;
}
.news:hover .news-overlay.news-product {
  height: 300px !important;
  background-color: rgba(240, 240, 240, 0.9);
  color: black;
}

.news-excerpt {
  height: 0;
  overflow: hidden;
  transition: all linear 0.2s;
}

.news-img {
  height: auto;
  float: left;
  margin: 0 20px 20px 0;
}

.dropdown-item {
  text-align: center;
}

.pll-parent-menu-item {
  position: absolute;
  right: 20px;
}

.page-numbers {
  font-size: 14px;
  width: 40px;
  height: 40px;
  border: 1.5px solid #333;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-family: "Open Sans Condensed", "Arial", sans-serif;
  font-weight: bold;
}
.page-numbers:hover {
  background-color: #000;
  color: #fff;
}

a.page-numbers {
  background-color: #fff;
  color: #333;
  text-decoration: none;
}

.footer {
  font-size: 12px;
  color: #444;
  background-color: #fff;
  padding: 4px;
}
.footer a {
  color: #444;
}

.footer-container {
  border-top: 2px #12af2e solid;
}

.button-pliki .elementor-button-link {
  display: block;
}

span.page-numbers {
  background-color: #333;
  color: #fff;
}

@media screen and (max-width: 400px) {
  .navbar-brand {
    width: calc(100% - 74px);
  }
  .navbar-brand img {
    width: 100%;
    max-height: 100px;
    object-fit: contain;
  }

  .navbar {
    border-bottom: 5px solid #12af2e;
  }

  div.nowrap {
    clear: both;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .news-img {
    width: 30%;
    margin-right: 30px;
  }

  div.product-description {
    float: right;
    width: calc(65% - 30px);
  }
}
@media screen and (min-width: 1200px) {
  .news-img {
    float: left;
    width: 25%;
    margin-right: 20px;
  }

  div.product-description {
    float: right;
    width: calc(70% - 30px);
  }
}
@media screen and (min-width: 768px) {
  .navbar-brand {
    border-right: 1px #12af2e solid;
  }

  .header {
    z-index: 5000;
    background-color: rgba(0, 0, 0, 0.65);
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .header-absolute {
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .header-absolute {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .news-img {
    width: 100%;
  }

  div.product-description {
    clear: both;
  }

  .header {
    position: relative;
    background-color: rgba(36, 105, 49, 0.95);
    width: 100%;
  }
  .header h4 {
    font-size: 12px;
  }
}
@media screen and (max-width: 1300px) {
  .header {
    font-size: 12px;
  }
  .header h4 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1300px) {
  .header {
    font-size: 13px;
  }
  .header h4 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1390px) {
  .header {
    font-size: 14.5px;
  }
  .header h4 {
    font-size: 19px;
  }
}
@media screen and (min-width: 1560px) {
  .header {
    font-size: 17px;
  }
  .header h4 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1700px) {
  .header {
    font-size: 19px;
  }
  .header h4 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1750px) {
  .header {
    font-size: 20px;
  }
}
.header li {
  margin-left: 5px;
  margin-right: 5px;
}

.praca-item {
  overflow: hidden;
  color: #333;
}
.praca-item .image-praca {
  max-height: 200px;
  width: 300px;
}
.praca-item .image-praca img {
  width: 100%;
  object-fit: contain;
}
.praca-item .excerpt-praca {
  clear: both;
}
.praca-item .praca-opis {
  float: left;
}
.praca-item .praca-opis a {
  color: #333;
}
.praca-item .praca-opis a h4 {
  color: inherit;
}

.screen-scroll {
  height: 50vh;
  overflow: auto;
}

.small-caps {
  font-variant: small-caps;
}

.text-green, a.text-green {
  color: #12af2e;
}

.bg-img {
  background-attachment: fixed;
  background-size: cover;
}

.bg-img-2 {
  background-image: url("/wp-content/themes/easy/img/bg2.png");
}

.bg-p {
  background-image: url("/wp-content/themes/easy/img/bgp.png");
}

.bg-img-3 {
  background-color: #e3750e;
}


.spec-table {
  text-align: center;
  width: 100%;
}
.spec-table tbody > tr:nth-child(2n+1) td {
  color: #333333;
  background-color: #e5e5e5;
}
.spec-table tbody > tr:nth-child(2n) td {
  color: #333333;
  background: #f2f2f2;
}
.spec-table tbody > tr:nth-child(1) td {
  background-color: #23a455;
  padding: 3px;
  color: white;
  font-weight: bold;
  border: none;
}
.spec-table tbody tr td {
  border-style: dotted;
  border-width: 1px 1px 1px 1px;
  border-color: #aaaaaa;
  padding: 3px;
  vertical-align: middle;
}
.spec-table tbody tr td:first-of-type {
  text-align: left;
}

.li-carbo ul li {
  list-style-image: url("/wp-content/themes/easy/img/lilogo16.png");
  margin-bottom: 3px;
}

.dropdown-submenu {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .dropdown-submenu {
    padding-right: 10px;
  }
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: -2px;
  top: 1.2em;
}

.dropdown-menu {
  padding: 5px 0;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

.post-password-form {
  padding-top: calc(50vh - 135px);
  background: url(img/padlock.png) center center no-repeat;
  text-align: center;
  padding-bottom: calc(50vh - 135px);
}
.post-password-form p {
  background: rgba(34, 95, 34, 0.9);
  color: #fff;
  padding: 10px;
  margin: 0;
}

/*# sourceMappingURL=style.css.map */
