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


.home .wpcf7-text {
  color: #CBCBCB;
}

.home .wpcf7 input[type="text"],
.home .wpcf7 input[type="email"], 
.home .wpcf7 input[type="tel"],
.home form textarea {
  background-color: #575757DB;
  border: 1px solid #a3a3a3 !important;
  color: white;
}
/* #ededed9c */


.home .wpcf7 input[type="text"]:focus,
.home .wpcf7 input[type="email"]:focus, 
.home .wpcf7 input[type="tel"]:focus,
.home form textarea:focus {
  border: 1px solid white !important;
}

.home .wpcf7 input[type="text"],
.home .wpcf7 input[type="email"], 
.home .wpcf7 input[type="tel"] {
  display: inline;
}

/* .home form textarea { */
  /* color: #ededed9c; */
/* } */


.home .wpcf7 input::placeholder,
.home .wpcf7 textarea::placeholder {
  color: #ededed !important;
}

/* Chrome, Safari */
.home .wpcf7 input::-webkit-input-placeholder,
.home .wpcf7 textarea::-webkit-input-placeholder {
  color: #ededed !important;
}

/* Firefox */
.home .wpcf7 input::-moz-placeholder,
.home .wpcf7 textarea::-moz-placeholder {
  color: #ededed !important;
}

/* IE */
.home .wpcf7 input:-ms-input-placeholder,
.home .wpcf7 textarea:-ms-input-placeholder {
  color: #ededed !important;
}

/* .home .wpcf7 input:focus::placeholder, */
/* .home .wpcf7 textarea:focus::placeholder { */
  /* color: #515151 !important; */
/* } */

/* Chrome, Safari */
/* .home .wpcf7 input:focus::-webkit-input-placeholder, */
/* .home .wpcf7 textarea:focus::-webkit-input-placeholder { */
  /* color: #515151 !important; */
/* } */

/* Firefox */
/* .home .wpcf7 input:focus::-moz-placeholder, */
/* .home .wpcf7 textarea:focus::-moz-placeholder { */
  /* color: #515151 !important; */
/* } */

/* IE */
/* .home .wpcf7 input:focus:-ms-input-placeholder, */
/* .home .wpcf7 textarea:focus:-ms-input-placeholder { */
  /* color: #515151 !important; */
/* } */

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


.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-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;
}

}