/* reset marginesów oraz dopełnień */
html, body, ul, li { margin: 0; padding: 0;}

/* resetowanie ramek obrazków */

html, body { height: 100%; min-width: 360px;}

body {
    margin: 0;
	}

.page {
    margin: 0;
}

.clear {
    clear: both;
}

/* reset wysokości linii i fontu */
h1, h2, h3, ul, li, p, div { margin: 0; padding: 0;}

a { outline-style: none; /*nie pojawia się kropkowana ramka po naciśnięciu na link*/
	text-decoration: none;
    outline: 0;
	}

li {
    list-style-position: inside;
}

a,
a:hover,
p a:visited,
p a,
li a,
li a:visited {
	color: #9f0000;;
}

.field-name-body a:focus,
.elementor-widget-theme-post-content a:focus,
.field-name-body a:visited,
.elementor-widget-theme-post-content a:visited,
.entry-content a,
.elementor-widget-theme-post-content a { 
    outline-style: none; /*nie pojawia się kropkowana ramka po naciśnięciu na link*/
	text-decoration: none;
    outline: 0;
}

#primary article > .entry-content {
    margin: 0 !important;
}

.elementor-widget-container ul,
.elementor-widget-text-editor ul,
.elementor-widget-toggle .elementor-tab-content p,
.elementor-location-footer .elementor-section .elementor-widget-text-editor p,
#primary .elementor-section .elementor-widget-text-editor p,
.elementor-location-single .elementor-widget-container p,
.elementor-location-single .elementor-widget-text-editor p {
    margin-bottom: 15px;
}








@media all and (max-width: 1024px) {

    

}

