/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.23.1.1700213561
Updated: 2023-11-17 10:32:41

*/

@media only screen and (max-width: 400px) {
.et_pb_promo_description {
    display: none !important;
}
}


#left-area {
	    width: 100% !important;
}
.et_right_sidebar #sidebar, .et_right_sidebar #main-content .container:before {
	display: none !important;
}


.post-107 .et_pb_text_2 h2 {
    font-weight: 500;
}

/* Styl dla tabeli */
.scrollable-table {
    overflow-x: auto;
    display: block;
    width: 100%;
}

/* Styl dla komórek tabeli */
.scrollable-table td {
    white-space: nowrap; /* Zapobieganie zawijaniu tekstu w komórkach */
}


/* wycena */
input.text, input.title, input[type=text], select, textarea, input[type=email], input[type=password], input[type=tel] {
    margin: 0;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
}

input[type=submit] {
	color: #ffffff !important;   
    background-color: #252e46;
    border-width: 10px !important;
    border-color: rgba(47, 56, 84, 0);
    border-radius: 60px;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
   
}

input[type=submit]:hover {
	color: #252e46 !important;  
	background-color: #b8e986;
}