/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.2.1.1736841766
Updated: 2025-01-14 09:02:46

*/

@media(min-width: 768px){
	.kontkat-mobile-menu{
		display: none!important;
	}
}

.sub-menu.elementor-nav-menu--dropdown.sm-nowrap{
	min-width: 6.3em!important;
}

.sub-menu.elementor-nav-menu--dropdown.sm-nowrap a{
	padding: 13px 25px;
}

.elementor-location-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    margin-top: 20px; /* Początkowy margines */
    transition: margin 0.3s ease; /* Płynne przejście marginesu */
}

@media(max-width: 767px){
	.elementor-location-header{
		margin-top: 0px;
	}
}

/* Stylizacja kontenera formularza */
form {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Stylizacja etykiet pól formularza */
form label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #333;
}

/* Stylizacja pól tekstowych i textarea */
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
}

/* Stylizacja pola textarea */
form textarea {
    resize: vertical;
    height: 120px;
}

/* Stylizacja przycisku wysyłania */
form input[type="submit"] {
    background-color: #007bff;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Efekt po najechaniu na przycisk */
form input[type="submit"]:hover {
    background-color: #0056b3;
}

.wpcf7-form-control.wpcf7-file {
    display: block; /* Ustawia pole pliku na nową linię */
    width: 100%; /* Możesz dostosować szerokość według potrzeb */
}

.wpcf7-list-item-label {
	font-size: 12px;
	font-weight: normal;
}
