#kolor, #kolor-dodatkowy {display: none}

#mygutenberg {text-align: left}

#mygutenberg > div {
	width: 100%;
	position: relative;
	box-sizing: border-box;	
	padding: 75px 250px;
}

.has-light-gray-background-color {background-color: #F7F7F7}
.has-antracyt-background-color {
	background-color: #353535;
	color: white;
}

.has-bialy-color {color: white}

.has-text-align-center {text-align: center}

.has-text-align-right {text-align: right}

.has-text-align-left {text-align: left}

#mygutenberg img {
	display: block;
	position: relative;
	max-width: 100%;
}
#mygutenberg .aligncenter img {
	margin-left: auto;
	margin-right: auto;
}
#mygutenberg .alignright img {margin-left: auto}

#mygutenberg .wp-block-columns {
	position: relative;
	width: calc(100% + 40px);
	left: -20px;
	align-items: stretch;
}

#mygutenberg .wp-block-column {
	box-sizing: border-box;
	padding: 0 20px;
}

#mygutenberg .columnscount-2 .wp-block-column {width: 50%}

#mygutenberg .columnscount-3 .wp-block-column {width: 33.33%}



/*okładki */
#mygutenberg .wp-block-cover {position: relative}

#mygutenberg .wp-block-cover .wp-block-cover__background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
#mygutenberg .wp-block-cover > img {display: none}

#mygutenberg .wp-block-cover .wp-block-cover__inner-container {position: relative}

#mygutenberg .wp-block-cover.alignfull {
	padding-top: 150px;
	padding-bottom: 150px;
}

#mygutenberg .wp-block-group .wp-block-cover {padding: 50px}

/* media i tekst*/
#mygutenberg .wp-block-media-text {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}

#mygutenberg .wp-block-media-text > article {
	width: 50%;
	box-sizing: border-box;
	padding-right: 100px;
	display: flex;
	align-items: center;
}

#mygutenberg .wp-block-media-text.noreverse > article {
	padding-left: 100px;
	padding-right: 0;
}

#mygutenberg .wp-block-media-text > figure {width: 50%}

#mygutenberg .wp-block-media-text > figure img {
	display: block;
	width: 100%;
}





/*baner i slider*/
/*
#mygutenberg .wp-block-media-text {
	width: 100%;
	position: relative;
	background-size: cover;
	background-position: center;
	color: white;
	display: flex;
    align-items: center;
    justify-content: center;
	min-height: 300px;
	text-align: center;
}
#mygutenberg .wp-block-media-text:first-of-type {min-height: 50vh}
#mygutenberg .wp-block-media-text.blog:first-of-type {min-height: 0}

#mygutenberg div .wp-block-media-text {
	box-sizing: border-box;
	padding-left: 50px;
	padding-right: 50px;
}

#mygutenberg .wp-block-media-text .wp-block-button__link {
	margin-left: auto;
	margin-right: auto;
}

#mygutenberg .wp-block-media-text > figure {display: none}
*/

#mygutenberg .wp-block-button {width: 100%}

#mygutenberg .wp-block-button__link {
	display: table;
	position: relative;
	color: white;
	font-weight: 700;
	font-size: 16px;
	padding: 17px 70px 17px 15px;
	box-sizing: border-box;
	text-align: left;
	margin-top: 25px;
	background-image: url('../img/box-link-bkg.png');
	background-repeat: no-repeat;
	background-position: right center;
	border-radius: 0 !important;
}
#mygutenberg .is-style-outline .wp-block-button__link {
	color: #353535;
	background-image: url('../img/box-link-bkg-dark.png');
	background-color: rgba(255,255,255,0) !important;
	border: 1px solid #353535;
}
#mygutenberg .wp-block-button__link.prev {
	padding: 17px 15px 17px 70px;
	text-align: left;
	background-image: url('../img/box-link-prev-bkg.png');
	background-position: left center;
}
#mygutenberg .wp-block-button__link:hover {
	background-color: #353535 !important;
	color: white !important;
}
#mygutenberg .is-style-outline .wp-block-button__link:hover {
	background-color: rgba(255,255,255,0) !important;
	color: #353535 !important;
	border-color: #353535 !important;
}

#mygutenberg .is-content-justification-center .wp-block-button__link {
	margin-left: auto;
	margin-right: auto;
}
#mygutenberg .is-content-justification-right .wp-block-button__link {margin-left: auto}

#mygutenberg ul {list-style: none}

#mygutenberg ul li {
    padding-left: 15px;
	box-sizing: border-box;
	position: relative;
}
#mygutenberg ul li figure {
	display: block;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 8px;
	left: 0;
}

#mygutenberg ol {list-style: none}
#mygutenberg ol li {
	padding-left: 20px;
	box-sizing: border-box;
	position: relative;
	counter-increment: count-me;
}
#mygutenberg ol li::before {
    content: counter(count-me) ".";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    color: #6C6A6A;
	font-weight: 600;
}

#mygutenberg table {
	width: 100%;
	border-collapse: collapse;
}

#mygutenberg table tr:first-of-type {
	color: white;
	font-weight: 700;
}
#mygutenberg table tr:nth-of-type(2n+2) {background: white}
#mygutenberg table tr:nth-of-type(2n+3) {background: #F7F7F7}

#mygutenberg table td {
	box-sizing: border-box;
	padding: 10px 15px;
}

#mygutenberg table td:nth-of-type(n+2) {border-left: 2px solid white}

#mygutenberg table.table-2 td {width: 50%}

#mygutenberg table.table-3 td {width: 33.33%}

/*
#mygutenberg table tr td:nth-of-type(1) {width: 250px}

#mygutenberg table.table-2 tr td:nth-of-type(2) {
	width: calc(100% - 250px);
	border-left: 2px solid white;
}

#mygutenberg table.table-3 tr td:nth-of-type(n+2) {
	width: calc(50% - 125px);
	border-left: 2px solid white;
}
*/

/* YouTube */
#mygutenberg .wp-embed-aspect-16-9 {
    width: 650px;
    max-width: 100%;
    position: relative;
}
#mygutenberg .wp-embed-aspect-16-9.aligncenter  {
    margin-left: auto;
	margin-right: auto;
}
#mygutenberg .wp-embed-aspect-16-9.alignright {margin-left: auto}

#mygutenberg .wp-block-embed__wrapper {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}

#mygutenberg .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#mygutenberg blockquote {
	width: 100%;
	text-align: center;
	position: relative;
	background-image: url(../img/cite.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 125px;
	padding-top: 40px;
	top: -20px;
	margin-bottom: -20px;
}

#mygutenberg blockquote p {
	font-size: 36px;
	line-height: 44px;
	font-style: italic;
	margin-bottom: 20px;
}

#mygutenberg blockquote cite {
	font-size: 20px;
	line-height: 28px;
	font-style: normal;
	font-weight: 600;
}

#licznik {
	width: 100%;
	color: white;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}

#licznik > div {
	padding: 0 25px;
	width: 75px;
}

#licznik h2 {
	color: #f4c313;
	margin-bottom: 10px;
}



/*GRID: 1440px */
@media all and (max-width: 1440px) {
	
#mygutenberg > div {padding: 75px 150px}

#mygutenberg .wp-block-media-text > article {padding-right: 50px}
#mygutenberg .wp-block-media-text.noreverse > article {
    padding-left: 50px;
    padding-right: 0;
}
	
}



/*GRID: 1280px */
@media all and (max-width: 1280px) {
	
#mygutenberg > div {padding: 75px 100px}
	
}



/*GRID: 1024px */
@media all and (max-width: 1024px) {
	
#mygutenberg > div {padding: 50px 50px}

#mygutenberg .wp-block-columns {
	width: calc(100% + 20px);
	left: -10px;
}

#mygutenberg .wp-block-column {padding: 0 10px;}

#mygutenberg .wp-embed-aspect-16-9 {width: 550px}


/*okładki */
#mygutenberg .wp-block-cover.alignfull {
	padding-top: 100px;
	padding-bottom: 100px;
}



#mygutenberg blockquote {
    background-size: 100px;
    padding-top: 20px;
    top: -10px;
    margin-bottom: -10px;
}

#mygutenberg blockquote p {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 15px;
}

#mygutenberg blockquote cite {
    font-size: 18px;
    line-height: 24px;
}

/* media i tekst*/
#mygutenberg .wp-block-media-text.reverse {flex-direction: column-reverse}

#mygutenberg .wp-block-media-text > figure {
	width: 100%;
    max-width: 600px;
    position: relative;
    margin: 0 auto 50px;
}

#mygutenberg .wp-block-media-text > article {
	width: 100%;
	padding-right: 0;
	text-align: center;
}

#mygutenberg .wp-block-media-text.noreverse > article {padding-left: 0}

#mygutenberg .wp-block-media-text h2 figure {
    margin-left: auto;
    margin-right: auto;
}





/*
#mygutenberg table tr td:nth-of-type(1) {width: 200px}

#mygutenberg table.table-2 tr td:nth-of-type(2) {width: calc(100% - 200px)}

#mygutenberg table.table-3 tr td:nth-of-type(n+2) {width: calc(50% - 100px)}
*/
	
}



/*GRID: 768px */
@media all and (max-width: 768px) {
	
#mygutenberg > div {padding: 50px 20px}	

#licznik > div {
	padding: 0 15px;
	width: 60px;
}

/*
#mygutenberg table tr td:nth-of-type(1) {width: 30%}

#mygutenberg table.table-2 tr td:nth-of-type(2) {width: 70%}

#mygutenberg table.table-3 tr td:nth-of-type(n+2) {width: 35%}
*/


/*
#mygutenberg div .wp-block-media-text {
	padding-left: 20px;
	padding-right: 20px;
}
*/
	
}



/*GRID: 568px */
@media all and (max-width: 568px) {
	
#mygutenberg > div {padding: 40px 20px}	

#mygutenberg ul li figure {
	width: 5px;
	height: 5px;
	top: 7px;
}

/*okładki */
#mygutenberg .wp-block-cover.alignfull {
	padding-top: 80px;
	padding-bottom: 80px;
}

#mygutenberg .wp-block-columns {
	width: 100%;
	left: 0;
	display: block;
}

#mygutenberg .wp-block-column {
	width: 100% !important;
	padding: 0;
	margin-bottom: 20px;
}
#mygutenberg .wp-block-columns .wp-block-column:last-of-type {margin-bottom: 0}

#mygutenberg .wp-block-group .wp-block-cover {padding: 40px}


/* media i tekst*/
#mygutenberg .wp-block-media-text > figure {margin: 0 auto 40px}

#mygutenberg table td {padding: 5px 10px}	

#mygutenberg blockquote p {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
}

#mygutenberg blockquote cite {
    font-size: 16px;
    line-height: 20px;
}
	
}



/*GRID: 440px */
@media all and (max-width: 440px) {
	
#mygutenberg > div {padding: 40px 15px}	

#mygutenberg blockquote p {
    font-size: 20px;
    line-height: 26px;
}

#mygutenberg blockquote cite {
    font-size: 14px;
    line-height: 18px;
}

#mygutenberg .wp-block-button__link {
    padding: 12px 60px 12px 10px;
    margin-top: 20px;
}
#mygutenberg .wp-block-button__link.prev {
    padding: 12px 10px 12px 60px;
}

#mygutenberg div .wp-block-media-text {
	padding-left: 15px;
	padding-right: 15px;
}

#licznik > div {
	padding: 0 5px;
	width: 60px;
}

#licznik h2 {margin-bottom: 5px}

}