/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.button-like-icon-label-home-page .stk--inner-svg {
  background-color: #094768;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  align-items: center;
  margin-right: 11px;
}

.button-like-icon-label-home-page:hover .stk--inner-svg {
  background-color: #0180C6;
}

body .button-like-icon-label-home-page svg {
  margin-left: 21px; /* To jest jedyna możliwość wyśrodkowania ikonki */
}

.wpcf7 input[type="email"], 
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
form textarea {
  border: 1px solid #cdcdcd;
}

.wpcf7-list-item-label::before {
  margin-right: 5px;
}

#menu-footer-main-menu li a,
.login-button {
  color: #E0E6EB ;
}

#menu-footer-main-menu li a:hover,
#menu-footer-other-menu li a:hover,
#privacy-policy-link:hover,
.login-button:hover {
  color: #FFD600;
}


@media screen and (max-width: 689px) {

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

}