/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

p:last-child {
	margin-bottom: 0px;
}

a {
	color: inherit;
}

.max-width-text {
	max-width: 800px;
	margin: 0px auto;
}

#co-wyceniamy .elementor-image-box-img {
	max-width: 100px;
}

.white-logo {
	filter: brightness(0) invert(1);
}

.min-height-box {
	min-height: 200px;
}

.elementor-widget-text-editor ul {
	margin-bottom: 20px;
}

#cookie-notice {
	font-family: Lato, sans-serif;
	font-size: 14px;
}

#cookie-notice .cn-button:not(.cn-button-custom) {
	font-family: Lato, sans-serif;
	font-size: 14px;
    border-radius: 10px;
}

.cookie-notice-container {
	text-align: left;
}

.cn-text-container {
	margin: 0px;
}

#cn-notice-buttons {
	float: right;
}

.cn-close-icon {
	display: none;
}

#cn-accept-cookie {
	color: #020305!important;
	background: #e1e9ed!important;
}