/* Theme Name: KancelariaKasprzyk 
 * Theme URI: https://pierwszastronamedalu.pl
 * Description: Kancelaria Kasprzyk
 * Author: Pierwszastronamedalu.pl
 * Author URI: https://pierwszastronamedalu.pl
 * Template: hello-elementor
 * Version: 1.0.1
 * Text Domain: kasprzyk */
.wpcf7-submit {
  border: none !important;
}
.wpcf7-submit:hover {
  opacity: 0.7;
}

table.tablepress th {
  background: var(--e-global-color-primary) !important;
  color: #fff !important;
}

.phonecall {
  position: fixed;
  display: block;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  background: var(--e-global-color-primary);
  color: #fff !important;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid var(--e-global-color-primary);
  font-size: 21px;
  transition: all 0.2s linear;
}
.phonecall:hover {
  color: var(--e-global-color-primary) !important;
  background: #fff !important;
  transform: rotate(-15deg);
}
.phonecall i {
  position: relative;
  top: -1px;
}

mark {
  background: none !important;
}

aside h5 {
  margin: 0 0 10px 0;
}

.massfooter p {
  padding: 0 !important;
  margin: 0 !important;
}

.offer_icon img {
  filter: invert(100%);
  transition: all 0.2s linear;
}
.offer_icon a:hover img {
  opacity: 0.5;
}/*# sourceMappingURL=style.css.map */