/*
Theme Name: Yellow Bubbles 2022
Theme URI: https://understrap.com
Author: Howard Development &amp; Consulting
Author URI: https://howarddc.com
GitHub Theme URI: https://github.com/understrap/understrap
Description: The renowned WordPress starter theme framework that combined Underscores and Bootstrap. Trusted by more than 100,000 developers for building handcrafted, custom WordPress sites.
Version: 1.1.0
Requires at least: 5.0
Tested up to: 5.8.1
Requires PHP: 5.2
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: understrap
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, translation-ready, block-styles, wide-blocks, editor-style, threaded-comments, accessibility-ready

Understrap WordPress Theme, (C) 2021 Howard Development & Consulting, LLC
Understrap is distributed under the terms of the GNU GPL.

Resource Licenses:
Understrap is based on Underscores https://underscores.me/, (C) Automattic, Inc.
Font Awesome: https://fontawesome.com/v4.7/license/ (Font: SIL OFL 1.1, (S)CSS: MIT)
Bootstrap: https://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (MIT)
WP Bootstrap Navwalker by Edward McIntyre & William Patton: https://github.com/twittem/wp-bootstrap-navwalker (GNU GPLv3)
*/

/*
Do not modify the parent Understrap theme. Instead, download a copy of the Understrap Child starter theme and do all your development within the child theme.
Full developer documentation: https://docs.understrap.com
*/



/* ------- OGÓLNE ------------------------------------------------------------------- */

html {
	margin: 0!important;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 20px;
	background-color: #f5f5f5;
}

@media (max-width: 992px) {
	body {
		font-size: 16px;
	}
}

p {
	margin: 0;
}

a {	color: black; transition: ease-out 0.2s;}
a:hover, a:visited:hover {
	text-decoration: none;
	color: #e8bc16;transition: ease-out 0.2s;}

a:visited {
	text-decoration: none;
	color: #666666;transition: ease-out 0.2s;}

.col {
	padding:0;
}

img {
	max-width:100%;
	height: auto;
	border-radius: 10px!important;
	padding-top: 0!important;
	margin-top: 20px!important;
}

.container {
	max-width:1250px;
}


/* ------- HEADER ------------------------------------------------------------------- */

.bubble-header-container {

}

.header-logo img {
	max-height: 90px;
	margin: 15px 0;
}

span.navbar-toggler-icon {
	font-size:1.25rem!important;

}

.navbar-toggler {
	padding:4px 8px!important;
}

ul#menu-menu-glowne, ul#menu-menu-blogowe {

	font-family:'Poppins', sans-serif;
	text-transform:uppercase;
	font-size: 1rem;
	font-weight: bold;
	text-align: left;
}

#menu-menu-glowne > li.nav-item, #menu-menu-blogowe > li.nav-item {
	margin-left: 1.2rem!important;
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 0;
		margin-left: 0.5rem;
		margin-right: 0.5rem;
	}
}
ul#menu-menu-glowne a, ul#menu-menu-blogowe a {color: black;}
ul#menu-menu-glowne a:hover, ul#menu-menu-blogowe a:hover {margin-top:-3px; border-bottom: 3px black solid;}
ul#menu-menu-blogowe > li > ul > li a:hover, ul#menu-menu-glowne > li > ul > li a:hover {margin-top:0; border-bottom: none;}
.dropdown-item.active, .dropdown-item:active {
	background-color: #f6e08d;
}
#bs-example-navbar-collapse-1 {position: relative}

.navbar-toggler {
	background-color: #ffffff;
}

.navbar-toggler:focus {
	outline:none;
}


/* -------    BUBBLE FRONTPAGE & BLOG HEADER    ------------------------------------------------------------------- */


#bubble-blog-header {
	z-index: 9999;
	background-color:#e7bc18;
}

#bubble-frontpage-header {
	text-align:center;
	background-color: #e7bc18; 
	background-image: url('https://ewawilczewska.pl/12qwtest/wp-content/uploads/2022/01/doodlw-2.png');
	background-attachment: fixed;
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
	padding-bottom: 150px!important;
}



#bubble-frontpage-header .container {
	padding: 5rem 0 1rem 0;
}

#bubble-frontpage-header .row {
	width: 60%;
	margin: 0 auto;
}

#bubble-frontpage-header h2 {
	height: 100px;
	width: 80%;
	font-family:  Poppins;
	font-size: 1.3rem;
	margin: 0 auto;
	text-align:center!important;
	text-transform: uppercase;
}

#bubble-frontpage-header p {
	padding: 1.5rem 0 4rem 0;
}

#bubble-frontpage-header span {
	font-size: 2.3rem;
	font-weight:bold;
}

#bubble-frontpage-header a {
}

#bubble-frontpage-header .col- {
	margin: 0 auto;
}

#bubble-frontpage-header svg {
	width: 70%;
	text-align:center;
}


@media (max-width:992px) {

	#bubble-frontpage-header {
		background-size: auto 100%;

	}
	#bubble-frontpage-header .container {
		padding: 1rem 0;
	}

	#bubble-frontpage-header .row {
		width: 90%;
		margin: 0 auto;
	}

	#bubble-frontpage-header h2 {
		font-size: 1.5rem;
		height: 160px;
	}
	#bubble-frontpage-header svg {
		width: 50%;
	}

	#bubble-frontpage-header p {
		padding: .5rem 0 2rem 0;
	}
}

@media (max-width: 409px) {
	#bubble-frontpage-header .row {
		width: 100%;
	}
	#bubble-frontpage-header h2 {
		font-size: 1.5rem!important;
		height: 150px!important;
	}

	#bubble-frontpage-header p {
		padding: .5rem 1.5rem 2rem 1.5rem;
	}
}

@media (min-width: 410px) and (max-width:992px) {
	#bubble-frontpage-header h2 {
		font-size: 1.5rem!important;
		height: 160px;
	}
}

#wavey {
	margin-top: -230px;
}

#waveyy {
	position: absolute;
}

@media (max-width: 666px) {

	#bubble-frontpage-header {
		padding-bottom: 60px!important;
	}

	#wavey {
		margin-bottom: -180px;
	}
}

@media (min-width: 667px) and (max-width:1250px) {
	#bubble-frontpage-header {
		padding-bottom: 100px!important;
	}

	#wavey {
		margin-top: -120px;
	}
}



/* -----    FRONTPAGE: O MNIE    ----- */

#bubble-omnie a.bubble-top-link {
	color: #e7bc18;
	font-weight: bold;
	text-transform:uppercase;
}
#bubble-omnie p.bubble-imie {
	font-family: 'Poppins';
	font-size: 2.9rem;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
}


#bubble-omnie p {
	padding: 0.5rem 0;
}
.bubble-referencje {
	margin-top: 1rem;
	float: right;
	font-weight: bold;
	font-size: 1rem;
	text-transform: uppercase;
	border-bottom: 3px solid #e7bc18;
	padding-bottom: 5px;
}
#bubble-omnie img {
	margin-top: 5rem;
	width: 100%;
}

@media (max-width:992px) {
	#bubble-omnie {
		padding: 0 1.2rem;
	}
	#bubble-omnie p.bubble-imie {
		font-size: 2.3rem;
	}
	#bubble-omnie img {
		margin-top: 2rem;
	}
}

/* -----    FRONTPAGE: JAK MOGĘ CI POMÓC?    ----- */

#bubble-pomoc {
	z-index: 999999999;
}



#bubble-pomoc h2, h2.blog-h2 {
	font-family: Poppins;
	font-size: 1.5rem;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	z-index: 999999999;
	margin: 0 auto;
	text-align: center;
}

#bubble-pomoc .col {
	z-index: 999999999;
}

#bubble-pomoc .card {
	z-index:999999;
	-webkit-box-shadow: 0px 0px 21px -12px rgba(27, 27, 27, 1);
	-moz-box-shadow: 0px 0px 21px -12px rgba(27, 27, 27, 1);
	box-shadow: 0px 0px 21px -12px rgba(27, 27, 27, 1);
	border:0;
	border-radius: 20px;
}

#bubble-pomoc h5.card-title {
	font-weight: 700;
	margin-top:10px;
	margin-bottom:10px;
}

#bubble-pomoc .card-body {
	padding: 1.25rem 1.75rem;
}

#bubble-pomoc .card-body a:hover {
	color: #000000;
}

#bubble-pomoc p.card-text {
	font-size: 1rem;
	font-weight: 400;
	margin-bottom:10px;
}
#bubble-pomoc i.icon {
	font-size: 2rem;
	padding: 0.5rem 0;
	color: #e7bc18;
}

@media  (max-width:992px) {
	#bubble-pomoc {
		padding-top: 0!important;
	}

	#bubble-pomoc h2 { 
		font-size: 1.5rem;
		width: 80%;
		margin: 0 auto;
		padding-bottom: 1rem;
	}

	.bubble-header p {
		padding: 0 1.2rem!important;
	}

	#bubble-pomoc .p-2 {
		padding: 0.5rem 1.25rem!important;
	}

	#bubble-pomoc .mt-5 {
		margin-top: 2rem!important;
	}


}





/* -----    FRONTPAGE: ZADZWOŃ    ----- */

#bubble-zadzwon {
	background-color: #e7bc18;
	padding: 3rem 0;
}

#bubble-zadzwon h2 {
	font-family: Poppins;
	font-size: 1.5rem;
	text-transform: uppercase;
	padding: 0;
	z-index: 999999999;
}
p.bubble-zadzwon-numer {
	font-size: 4.5rem;
	padding: 1rem 0;
	font-weight: bold;
	color: #ffffff;
}

p.bubble-zadzwon-mail {
	font-size: 2.5rem;
	padding-bottom: 1.5rem;
	font-weight: bold;
	color: #ffffff;
}

@media (max-width: 767px) {
	p.bubble-zadzwon-numer {
		font-size: 2.5rem;
		padding: 0;
	}
	p.bubble-zadzwon-mail {
		font-size: 1.5rem;
	}
	#bubble-zadzwon {
		padding: 1rem 0;
	}
}

@media (min-width: 768px) and (max-width:992px) {
	#bubble-zadzwon {
		padding: 2rem 0;
	}
	p.bubble-zadzwon-numer {
		font-size: 3rem;
		padding: 0;
	}
	p.bubble-zadzwon-mail {
		font-size: 2rem;
	}
}



/* -------    GLOBAL FOOTER    ------------------------------------------------------------------- */

.cookiealert.show, #wpadminbar {
	z-index: 9999999999999999999999;
}

/* -----    COPYRIGHT    ----- */
.copyright {
	background-color: #272727;
	font-family: 'Source Sans Pro';
	text-transform:uppercase;
	font-size: 1rem;
	color: #ffffff;
}

.copyright nav {
	margin: 0 auto;background-color: #272727;
}

.copyright ul {
	display:inline-block;
	text-align:center;
}
.copyright li {
	padding: 0.5rem 1rem;
	display:inline-block;
}

.copyright nav a {
	font-size: 1.5rem;
}

.copyright li a {
	font-weight: bold;
	color: #ffffff!important;
}

.copyright {
	margin: 0 auto;
	padding: 1rem 0;
}
.copyright-lil {
	text-align: center;
	color:#818181;
}

.copyright-lil a{
	color: #818181!important;
}



@media (max-width:992px) {
	.copyright-lil {
		font-size: 0.9rem;
	}
	.copyright nav a {
		font-size: 1rem;
	}
	.copyright ul {
		display:inline-block;
		text-align:center;
	}
	.copyright li {
		display:inline-block;
		padding: 0 0.5rem;

	}

}



/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */


div.ostatni-artykul {
	background-color: #ffffff;
}

div.ostatni-artykul-img {
	margin-top: -180px;
	z-index: -99999999;
	left: 0;
    height: 178px;
    content: '';
    background-image: url('https://ewawilczewska.pl/12qwtest/wp-content/uploads/2022/06/wave5.png');
	background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: 0!important;
    overflow: hidden!important;
}

div.ostatni-artykul-after-img {
	z-index: -99999999;
	margin-bottom:-50px;
	left: 0;
    height: 152px;
    content: '';
    background-image: url('https://ewawilczewska.pl/12qwtest/wp-content/uploads/2022/06/wave6.png');
	background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: 0!important;
    overflow: hidden!important;
}


div.popularne .karta, div.ostatni .karta {
	padding: 0 20px 30px 20px;
	font-size: 1rem;
}

div.tag-cards .karta {
	font-size: 1rem;
}

div.popularne .karta-inner, div.tag-cards .karta-inner {
	background-color: #ffffff;
	border-radius: 10px!important;
}

div.popularne .karta-inner img, div.tag-cards .karta-inner img {
	border-radius: 10px 10px 0px 0px!important;
	margin-top: 0!important;
}

div.tag-cards .karta-inner img {
	margin-bottom: 0;
}

div.popularne .karta-tekst {
	padding: 15px 30px 25px 30px;
	clear:both;
}

div.popularne .karta-text {
	padding-top:0.5rem;
	padding-bottom:0.5rem;
}

div.popularne .karta-categories, div.ostatni .karta-categories, div.tag-cards .karta-categories {
	line-height: 0.8rem;
	margin-bottom: 0.2rem;
	margin-top: 1rem;
}

div.popularne .karta-categories a, div.ostatni .karta-categories a, div.tag-cards .karta-categories a {
	text-transform: uppercase;
	font-weight: 600;
	font-size: .8em;
	letter-spacing: 1px;
	color: #929292;
	line-height: 1rem;
	border-bottom:0;
}

div.popularne .karta-tekst a.wpp-post-title {
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1rem;
}


div.ostatni h2 a{
	font-weight: 700;
	font-size: 1.65rem;
	line-height: 1rem;
}

div.tag-cards h2 {
	line-height: 1.35rem;
}

div.tag-cards h2 a {
	font-weight:700;
	font-size: 1.35rem;
}

div.tag-cards p.karta-categories, div.tag-cards h2, div.tag-cards p {
	width: calc(100% - 15%)!important;
}

div.tag-cards p {
	margin-bottom: 0!important;
}

div.popularne .karta-tekst p {
	margin-top: 0.4rem;
}

a.ostatni-link {
	border-bottom: 3px solid #e7bc18;
	color: #000000;
	padding-bottom: 3px;
	margin-top: 20px;
	text-transform: uppercase;
	font-size: .9rem;
	font-weight:bold;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */

.dropdown .dropdown-menu {

	-webkit-transition: height 1s ease;
	-moz-transition: height 1s ease;
	-ms-transition: height 1s ease;
	-o-transition: height 1s ease;
	transition: height 1s ease;

}


.dropdown.open .dropdown-menu {
	height:200px;
	opacity: 1;
}

ul#menu-menu-blogowe .dropdown-menu.show {
	z-index:99999999999999999999999999;
}

.breadcrumbs, .woocommerce-breadcrumb {
	font-size: .8rem;
	text-transform:uppercase;
	margin-bottom: 1.5rem;
}

.breadcrumbs a, .woocommerce-breadcrumb a {
	font-weight: bold;
	letter-spacing:1px;
}
.woocommerce-breadcrumb, .woocommerce-breadcrumb a {
	font-size: 0.8rem!important;
color: #000000!important;}
}

.woocommerce-result-count p {
	font-size: 0.8rem;
	text-transform: uppercase;
}

.pagepost-header {
}

.pagepost-container h1, 
.pagepost-container h2, 
.pagepost-container h3,
.pagepost-container h4,
.page-header h1,
.woocommerce-products-header h1 {
	text-align: left;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
}

.pagepost-container h1, .woocommerce-products-header h1 {
	font-size: 3rem;
}

.pagepost-container h2, 
.pagepost-container h3,
.pagepost-container h4,
.pagepost-container h5, 
.pagepost-container h6{
	padding: 1rem 0 .3rem 0;
	font-weight: bold;
}

.pagepost-container h2 {
	font-size: 2.3rem;
}

.pagepost-container h2:before {
	display: inline-block;
	content: "";
	border-top: .3rem solid #E7BC18;
	width: 5rem;
	margin: 0 1rem 0 -6rem ;
	transform: translateY(-0.6rem);
}

.pagepost-container h3 {
	font-size: 2rem;
}

.pagepost-container h3:before {
	display: inline-block;
	content: "";
	border-top: .3rem solid #bfbfbf;
	width: 3rem;
	margin: 0 1rem 0 -4rem ;
	transform: translateY(-0.5rem);
}

.pagepost-container h4 {
	font-size: 1.5rem;
}

/*.pagepost-container {
padding: 2rem 0;
}*/

div.wave-footer-img {
	z-index: -99999999;
	margin-top:-250px;
	left: 0;
    height: 272px;
    content: '';
    background-image: url('https://ewawilczewska.pl/12qwtest/wp-content/uploads/2022/06/wave7.png');
	background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: 0!important;
    overflow: hidden!important;
}

div.wave-footer-all-img-dark {
	z-index: -9999999999999999999999;
	margin-top:-50px;
	left: 0;
    height: 92px;
    content: '';
    background-image: url('https://ewawilczewska.pl/12qwtest/wp-content/uploads/2022/06/wave911.png');
	background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: 0!important;
    overflow: hidden!important;
}

.entry-header, .entry-footer,
.entry-content p, .entry-content ul, .entry-content ol, figure.wp-block-pullquote, .entry-content blockquote.wp-block-quote, cite, 
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6,
.entry-content .wpforms-container, .entry-content #toc_container,
.navigation {
	width: calc(100% - 20%)!important;
	text-align: left;
	margin: 0 auto;
}

figure.wp-block-pullquote blockquote p,
.entry-content blockquote.wp-block-quote p {
	width: 100%;
}

.entry-content p, .entry-content ul {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;

}

.entry-content p a {
	border-bottom: 3px solid #F1C40F;
	text-decoration: none!important;
}

img.wp-post-image {
	width: 100%;
	height: auto;
	margin-bottom: 2rem;
}

.wp-block-image img, .wp-block-image, .wp-block-image > figure > img {
	width: 100%;
	margin: 0 auto;
	padding-top: 1.5rem;
	text-align:Center;
}


figcaption {
	text-transform: uppercase;
	font-size: .9rem;
	color: #7b7b7b;
	text-align: center;
}

.lead {
	font-weight: bold;
}

p.wazne, p.pytanie, p.neutralne {
	background-color: #ffffff;
	border-radius: 15px;
	padding: 1rem 2rem;
	display: flex;
	margin-top: 1rem;
	margin-bottom: 1rem;

}

p.wazne:before, p.pytanie:before {
	transform: rotate(-9deg);
	color:#E7BC18;
	font-weight: 700;
	font-size: 3.5rem;

	display: inline-block;
}

p.wazne:before {
	content:'!';
	padding-right: 2.5rem;
    margin-left: -4rem;
}

p.pytanie:before {
	content:'?';
	padding-right: 3rem;
	margin-left: -5rem;
}

/* -----    BLOCKQUOTE    ----- */
/* Blockquote main style */
blockquote.wp-block-quote {
	position: relative;
	font-family: 'Source Sans Pro', sans-serif;
	align-self: center;
	margin: 1.3rem auto!important;
}

blockquote.wp-block-quote p {
	font-family: 'Source Sans Pro', sans-serif;
	position: relative; /* for pseudos */
	font-size: 1.2rem;
	font-weight: normal;
	margin: 0;
	border: 4px solid #E7BC18;
	border-radius:20px;
	padding: 25px!important;
	width: 100%!important;
}

blockquote.wp-block-quote p:after {
	content:"";
	position: absolute;
	border: 4px solid #E7BC18;
	border-radius: 0 50px 0 0;
	width: 30px;
	height: 30px;
	bottom: -30px;
	left: 50px;
	border-bottom: none;
	border-left: none;
	z-index: 3; 
}

blockquote.wp-block-quote p:before {
	content:"";
	position: absolute;
	width: 80px;
	border: 6px solid #F5F5F5;
	bottom: -5px;
	left: 50px;
	z-index: 2;
}


blockquote.wp-block-quote cite {
	position: relative;
	color: #000;
	font-size: .9rem;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	padding-top: 8px;
	z-index: 1;
	margin-left:90px;
	padding-left:12px;
}

@media (max-width:430px) {
	blockquote.wp-block-quote cite {
		max-width: 125px;
	}
}


/* -----    PULLQUOTE    ----- */

figure.wp-block-pullquote{
	width: 100%!important;
}
figure.wp-block-pullquote p {
	font-size: 1.7rem;
	font-weight: bold;
}
figure.wp-block-pullquote p:before {
	content:'\f10e';
	font-family:'Font Awesome 6 Free';
	font-size: 4rem;
	color: #E7BC18;
	position: absolute;
	margin-left: -2rem;
	margin-top: -2rem;
	z-index: -9999;
}

figure.wp-block-pullquote cite {
	text-align: right;
	float: left;
	margin: 0 auto!important;

}

figure.wp-block-pullquote cite:before {
	content:"— "
}
.navigation span.nav-next, 
.navigation span.nav-previous {
	text-transform: uppercase;
	border-bottom: 3px solid #e7bc18;
	font-size: .9rem;
	font-weight:bold;
	margin-top: 2rem;
}



/* -----    COMMENTS    ----- */

.ql-container{
	border-radius: 8px;
}

#wpdcom .wpd-form .wpd-avatar img, #wpdcom .wpd-form .wpd-avatar img.avatar {
	border: 0;
	background-color: transparent!important;
	border-radius: 100%!important;
	margin-top: 0!important;
}


#wpdcom .wpd-comment .wpd-avatar img, #wpdcom .wpd-comment .wpd-avatar img.avatar{
	border: 0!important;
	border-radius: 50%!important;
}

#wpd-bubble-wrapper div {
	box-shadow: none;
}

#wpdcom .wpd-form .wpdiscuz-textarea-wrap textarea {
	border-radius: 15px;
	border: none;
}

#wpdcom .wpd-form-row .wpdiscuz-item input[type="text"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="email"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="url"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="color"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="date"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="datetime"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="datetime-local"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="month"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="number"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="time"], #wpdcom textarea, #wpdcom select {
	border-radius: 15px;
	border: none;
}

#toc_container {
	width: 100%;
	border-radius: 15px; 
	padding: 15px 30px;
	font-size: 1rem;
}

#toc_container p.toc_title {
	text-align: left;
}

#toc_container a:hover {
	text-decoration:none;
}

.toc_number {
	font-weight:bold;
}

.toc_number:after {
	content:"."
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */

.bubble-author {
	background-color: #ffffff;
	border-radius: 15px;
	padding: 1rem 1.2rem;
	margin: 1rem;
	font-size: .9rem;
	display: inline-flex;
}

.bubble-o_autorze {
	font-size: .8rem;
	text-transform:uppercase;
	margin-bottom: 1.5rem;
	color: #E7BC18;
}

.bubble-author_name {
	text-align: left;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	font-size: 1.3rem;
	display:block;
}

.bubble-author img {
	max-width: 130px!important;
	margin-right: 1rem;
}


label.wpforms-field-label {
	font-size: 1.3rem!important;
}
label.wpforms-field-label:before{
	display: inline-block;
	content: "";
	border-top: .3rem solid #E7BC18;
	width: 2rem;
	margin: 0 1rem 0 -3rem ;
	transform: translateY(-0.2rem);
}

button.wpforms-submit {
	background-color: #E7BC18!important;
	width: 80%!important;
	font-weight: bold!important;
	text-transform:uppercase!important;
	border-radius: 10px!important;
}

#single-wrapper {
	max-width:1200px;
	margin:0 auto;
}


#archive-wrapper .row {
	position:relative;
}

@media only screen and (min-width: 1024px) {
	#left-sidebar {
		position: -webkit-sticky;
		position: sticky;
		top: 4rem;
		padding-top: 10px;
	}
}

.widget-area {
	border-right: 1px solid #DDDDDD;
	margin-bottom:2rem;
}

#left-sidebar {
	font-size:.9rem;
}

#left-sidebar h2 {
	text-transform:uppercase;
	font-size:1.1rem;
	font-weight:bold;
}

ul.wp-block-categories-list {
	list-style: none;
	padding-left: 1rem;
}

ul.wp-block-categories-list li {
	margin-bottom:0.4rem;
}


ul.wp-block-categories-list li::before {
	content: "\2022";  
	color: #e8bc16; 
	font-weight: bold;
	display: inline-block;
	width: 1em; 
	margin-left: -1em; 
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */

.page-item.active .page-link {
	background-color: #e7bc18;
	border-color: #e7bc18;
}

.page-link {
	color: #000000;
}

.page-link:hover {
	color: #e7bc18;
}

.page-link:focus {
	outline:none;
	box-shadow:none;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------   MOBILE   -------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */


@media (max-width: 484px) {
	#menu-menu-dolne li a {
		padding-bottom:0;
		padding-top:0;
	}

	.copyright li {
		padding: 0 0.7rem;
	}
}

@media (min-width: 768px) and (max-width: 1400px){
	.popularne.container {
		max-width: 920px!important;
	}
	
	div.popularne .karta, div.ostatni .karta {
		padding: 0 10px 15px 10px;
	}
}


@media (max-width: 572px) {
	.blog-szukajka form {
		width: 100%;
	}
	.blog-szukajka input#searchsubmit {
		width: 90%!important;
	}
	
	h1.page-title, h1.entry-title {
		font-size: 2rem!important;
	}
	
}

@media (max-width: 991px) {
	ul.dropdown-menu {
		    background-color: unset;
		border: none;
	}
	
	li.dropdown-item {
		padding-left: 0.15rem!important;
		white-space:normal;
	}
	
	a.dropdown-item {
		white-space:normal;
		padding-left: 0.15rem!important;
	}
	
	h1.entry-title {
		font-size: 2.3rem;
	}
	
	.entry-content h2 {
		font-size:2rem;
	}
	
	body {
		font-size: 18px
	}
}

	.tag-cards.col-lg-4 {
		padding-right: 20px;
		padding-left: 20px;
	}

.nav-next {
	text-align:right;
	margin-left: 5px;
}
.nav-previous {
	margin-right: 5px;
}

#wpdcom {
	width: calc(100% - 15%)!important;
}

@media (max-width: 767px) {
	p.pytanie:before {
	padding-right: 0.3rem;
    margin-left: -2.5rem;
	}
	
	p.wazne:before {
	padding-right: 0rem;
    margin-left: -1.3rem;
	}
	
	.page .popularne h1 {
		font-size: 2rem;
}

@media (max-width: 577px) {
	figure.wp-block-image {
		width: calc(100% - 10%)!important;
		margin: 0 auto;
	}
	
	body {
		font-size: 20px;
	}
}

.page .popularne h1 {
	width: calc(100% - 20%)!important;
	text-align: center;
	margin: 0 auto;
}
	
#woocommerce-wrapper div#right-sidebar.widget-area {
		display: none!important;
	}