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

:root {
  --color: #4aa054;
  --color2: #e71a24;
  --bs-border-color: #eaf4ec;
}

body {
  font-family: "myriad-pro", sans-serif;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
}
strong {
  font-weight: 700;
}
a {
  transition: 0s !important;
  font-size: 14px;
}
p,
li,
td,
th {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
}
.cky-btn-revisit-wrapper {
  display: none !important;
}
.text-primary {
  color: var(--color) !important;
}
.bg-primary {
  background-color: var(--color) !important;
}
.btn-close {
  opacity: 1;
}
.shadow-sm {
  box-shadow: 0px 0px 20px #0000001a !important;
}
.btn-primary {
  background-color: var(--color2);
  border-radius: 0px;
  font-weight: 600;
  font-size: 18px;
  border-color: var(--color2);
  padding: 10px 25px;
}
.btn-primary:hover {
  border-color: var(--color);
  background-color: var(--color);
}
.hero .btn-primary:hover {
  background-color: white;
  color: black;
  border-color: var(--color);
}
.btn-outline-light {
  border-radius: 0px;
  font-weight: 600;
  font-size: 18px;
  border-color: white;
  padding: 10px 25px;
}
.btn-outline-light:hover {
  background-color: white;
  color: black;
  border-color: var(--color);
}
.back-img .btn-primary:hover {
  background-color: white;
  color: black;
  border-color: white;
}

.overlay1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, var(--color) 0%, transparent 100%);
  pointer-events: none;
}
.overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, var(--color) 40%, transparent 100%);
  pointer-events: none;
}
.overlay3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, var(--color) 0%, transparent 100%);
  pointer-events: none;
}
.back-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 700px;
}

/* form */
.form-label {
  width: 100%;
}
textarea {
  height: 80px;
}
.form-control {
  border: 0px;
  border-radius: 0px;
  padding: 5px 0px;
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 6px;
  color: black;
}
::placeholder {
  color: #ddd !important;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #e5e5e5;
}
.wpcf7-not-valid-tip {
  font-size: 11px !important;
}
.form-check-input {
  border-radius: 0px !important;
  margin-left: -1.9rem !important;
  width: 1.7em !important;
  height: 1.7em !important;
  cursor: pointer !important;
  border-color: #ddd !important;
}
.form-check-input:checked {
  background-color: black !important;
  border-color: black !important;
}
.wpcf7-list-item-label {
  cursor: pointer !important;
}
.form-check-input:focus {
  box-shadow: none !important;
  outline: none !important;
}
.accept p {
  font-size: 11px !important;
  line-height: 1.2 !important;
}
.accept a {
  font-size: 11px !important;
  color: black !important;
}
.accept {
  margin-top: -15px;
  margin-bottom: 30px;
}
.wpcf7-spinner {
  position: absolute !important;
}
/* form */

.hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 700px;
}
.sec1 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.max-1 {
  max-width: 450px;
}
.foot-info p {
  line-height: 1.6;
}
.foot-info a:hover {
  text-decoration: underline !important;
}
.gtranslate_wrapper img {
  margin-left: 5px !important;
}
.custom-page a {
  color: black;
}
.wpcf7-submit {
  transition: 0s !important;
}
.modal-content {
  border-radius: 0px !important;
  padding: 30px;
}
.btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.engl {
  display: none;
}
.translated-ltr .engl {
  display: block;
}
.translated-ltr .pll {
  display: none;
}

@media (min-width: 1400px) {
  .max {
    max-width: 660px !important;
  }
}

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

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

/* Large devices (desktops) */
@media (max-width: 992px) {
  .hero {
    height: 500px;
  }
  .back-img {
    min-height: 400px;
  }
}

/* Medium devices (tablets) */
@media (max-width: 768px) {
  .sec1 {
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
  }
  .sec1 .overlay2 {
    background: var(--color);
    opacity: 0.8;
  }
  .back-img {
    border-right: 0px !important;
    border-bottom: 1px solid white;
  }
  .lh-big {
    line-height: 2.1 !important;
  }
}

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