/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

p {
	    word-wrap: break-word;
}

.wpcf7-form .wpcf7-form-control {
	border: 0;
}

.wpcf7-form .wpcf7-form-control:focus-visible {
	border: 0;
	box-shadow: none;
	outline: none;
}

.wpcf7-submit {
	    padding: 15px 30px;
	color: #ffffff !important;
	background-color: #306738 !important;
}

@media(max-width: 767px) {
	.nav-b {
		justify-content: end !important;
	}
}

.img-box-b {
    align-content: center;
}

@media(min-width: 992px) {
	:target {
  scroll-margin-top: 90px; /* wysokość twojego menu */
}
}