/*
 * old-kontakt.css — style STAREGO szablonu kontaktu (Template Name "Kontakt", page-contact.php).
 * Wydzielone ze style.css 2026-06-11. Wszystkie reguly scope'owane pod #contact-page,
 * ktory wystepuje wylacznie w page-contact.php — zero wplywu na nowy szablon (.akontakt) i reszte serwisu.
 * Ladowane warunkowo z functions.php tylko gdy is_page_template('page-contact.php').
 */
#contact-page {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 35px 0px;
}
#contact-page .wrapper {
  max-width: 1300px;
}
#contact-page .inner {
  padding: 0px;
}
@media only screen and (min-width: 992px) {
  #contact-page .inner {
    padding: 0px 50px;
  }
}
#contact-page h2 {
  font-size: 26px;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
  text-transform: none;
  line-height: 40px;
  font-family: 'Lato-Bold';
}
#contact-page hr {
  width: 60px;
  border-bottom: 2px solid #ff9135;
  margin: 10px 0px 40px 0px;
}
#contact-page form {
  margin-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  #contact-page form {
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) {
  #contact-page form .half {
    width: 50%;
    float: left;
  }
}
#contact-page form input[type="text"],
#contact-page form input[type="email"] {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #dadada;
  width: 100%;
  margin-right: 45px;
  background: none;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
  text-transform: none;
  line-height: 40px;
  font-family: 'Lato-Light', Roboto, Arial;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  #contact-page form .half input[type="email"] {
    width: calc(100% - 15px);
  }
}
@media only screen and (min-width: 992px) {
  #contact-page form .half input[type="text"] {
    width: calc(100% - 15px);
    margin-left: 15px;
  }
}
#contact-page form input[type="submit"] {
  cursor: pointer;
  background: #ff9135;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  text-transform: none;
  line-height: 22px;
  font-family: 'Lato-Bold';
  border: none;
  padding: 18px 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
}
#contact-page form input[type="submit"]:hover {
  background: #ffcb4a;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
#contact-page form textarea {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #dadada;
  width: 100%;
  margin-right: 45px;
  background: none;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
  text-transform: none;
  line-height: 40px;
  font-family: 'Lato-Light', Roboto, Arial;
  margin-bottom: 20px;
  height: 150px;
}
#contact-page form label {
  font-size: 14px;
  font-weight: 500;
  color: #6a6a6a;
  text-decoration: none;
  text-transform: none;
  line-height: 22px;
  font-family: 'Lato-Light', Open Sans, Arial;
}
#contact-page form label input {
  float: left;
}
#contact-page form label span {
  float: left;
  width: calc(100% - 50px);
  padding-left: 15px;
}
#contact-page form input[type="checkbox"] {
  -webkit-appearance: none;
  background-color: none;
  border: 1.5px solid #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 0px;
  display: inline-block;
  position: relative;
}
#contact-page form input[type="checkbox"]:active,
#contact-page form input[type="checkbox"]:checked:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
#contact-page form input[type="checkbox"]:checked {
  background-color: none;
  border: 1.5px solid #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #000;
}
#contact-page form input[type="checkbox"]:checked:after {
  content: '\2714';
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #000;
}
#contact-page div.wpcf7-mail-sent-ok {
  border: none !important;
  color: #398f14 !important;
}
#contact-page div[role="alert"] {
  font-size: 16px;
  font-weight: 200;
  color: red;
  text-decoration: none;
  text-transform: none;
  line-height: 22px;
  font-family: 'Lato-Regular', Lato, Arial;
}
#contact-page span.wpcf7-not-valid-tip {
  font-size: 16px;
  font-weight: 200;
  color: red;
  text-decoration: none;
  text-transform: none;
  line-height: 22px;
  font-family: 'Lato-Regular', Lato, Arial;
}
#contact-page div.wpcf7-mail-sent-ng {
  border: none !important;
}
#contact-page div.wpcf7-mail-sent-ok {
  line-height: 1.5;
  font-size: 15px;
  font-weight: 400;
  color: #6a6a6a;
  text-decoration: none;
  text-transform: none;
  line-height: 34px;
  font-family: 'Lato-Regular', Roboto, Arial;
}
#contact-page .box {
  width: calc(100% - 60px);
  padding: 20px 30px 25px 30px;
  height: auto;
  overflow: hidden;
  background: #2e405e;
  margin-bottom: 20px;
}
#contact-page .box h3 {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  text-transform: none;
  line-height: 34px;
  font-family: 'Lato-Bold';
}
#contact-page .box hr {
  border-bottom: 2px solid #fff;
  width: 35px;
  margin: 10px 0px 10px 0px;
}
#contact-page .box p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  text-transform: none;
  line-height: 25px;
  font-family: 'Lato-Regular';
  margin-bottom: 15px;
}
#contact-page .box p.tel {
  margin-bottom: 0px;
}
#contact-page .box p.tel i {
  margin-right: 10px;
  line-height: 30px;
}
#contact-page .box p.tel a {
  font-size: 19px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  text-transform: none;
  line-height: 30px;
  font-family: 'Lato-Bold';
  position: relative;
}
#contact-page .box p.tel a:after {
  position: absolute;
  height: 2px;
  background-color: #fff;
  width: 0;
  bottom: -5px;
  left: 0;
  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#contact-page .box p.tel a:hover:after {
  width: 100%;
}
#contact-page .box.blue {
  background: #548ce8;
}
#contact-page .box.orange {
  background: #ff9135;
}
#contact-page .box.white {
  background: #fff;
  border: 1px solid #ccc;
}
#contact-page .box.white p,
#contact-page .box.white p a,
#contact-page .box.white h3 {
  color: #9e9b9b;
}
#contact-page .box.white p,
#contact-page .box.white p a {
  font-size: 12px;
}
#contact-page .box.white p a:after {
  background-color: #000;
}
#contact-page .box.white hr {
  border-bottom: 2px solid #9e9b9b;
}
@media only screen and (min-width: 992px) {
  #contact-page .in-left {
    padding-right: 10px;
  }
}
@media only screen and (min-width: 992px) {
  #contact-page .in-right {
    padding-left: 10px;
  }
}
#contact-page .maps {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 35px;
}
#contact-page .maps .oneoftwo {
  margin-bottom: 40px;
}
#contact-page .maps .oneoftwo:last-child {
  margin-bottom: 0px;
}
@media only screen and (min-width: 992px) {
  #contact-page .maps .oneoftwo {
    margin-bottom: 0px;
  }
}
