/* Aktywna strona w menu trochę grubiej */
.wp-block-navigation a[aria-current="page"],
.wp-block-navigation .wp-block-navigation-item--active > .wp-block-navigation-item__content {
  font-weight: 800;
}


.rounded-group {
    border-radius: 10px !important;
    overflow: hidden !important;
}

/*contact form 7*/
/***************************************************************************/

.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"]
 {
    width: 100%;
	min-height: 40px;
    box-sizing: border-box;
    font-size: 16px;
	margin-bottom: 10px;
}

.wpcf7 textarea {
    width: 100%;
    min-height: 200px;
    box-sizing: border-box;
    font-size: 16px;
    margin-bottom: 10px;
}


/* Stylowanie przycisku submit */
.wpcf7 input[type="submit"] {
    background-color: #3c77baff; /* niebieski WordPressowy */
    color: white;
    border: none;
	padding-left:40px;
	padding-right:40px;
    min-height: 40px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 20px;
    transition: background-color 0.3s ease;
    width: auto;
    display: inline-block;
}

/* Efekt po najechaniu */
.wpcf7 input[type="submit"]:hover {
    background-color: #005177;
}

/* Wszystkie <p> w formularzach CF7 */
.wpcf7-form p {
  font-size: 14px !important;
	/*
  line-height: 1.4;
  margin-bottom: 0.7em;
	*/
}

.wpcf7 .wpcf7-list-item {
    margin: 0 !important;
    padding: 0 !important;
}
