.content {
	background-color: #fff;
}
body {
	color: #333;
	font-size: 17px;
	 line-height: 1.8em;
}

li.active,li.active:focus,li.active:hover {
 	color:#fff;
 	text-decoration:none;
 	background-color:rgb(163,24,92);
 	outline:0;
	width: 100%;
}

.dropdown-menu li{
	width: 100%;
}
header{
	box-sizing: border-box;
}
header#masthead{
    background-image: linear-gradient(311deg, rgba(255,255,255,1),rgba(0,0,0,.1), rgba(255,255,255,1));
	background-image: url(../images/background.svg);
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
/*	padding-top: 10px;
	padding-bottom: 10px; */
}
nav{
	display: block;

}

.container{
	display: block;
}
article{
	padding: 20px;
}
.post-28 .col-md-8,
.post-52 .col-md-8 {
	padding:0;
}

.navbar-brand {
	min-height: 110px;
}

.navbar-inverse {
/*	background-color: #fff; */
/*	color: rgb(163,24,92); */
	background-color: rgb(163,24,92);
	color: #fff;
	border: none;

}

.navbar-inverse .navbar-nav > li > a {
	color: rgb(163,24,92);
	/*color: #fff; */
	font-weight: 400;
	text-align: center;
}

.navbar {
    border-radius: 0;
	padding: 0;
	margin:0;
/* 	text-transform: uppercase;  */
	font-size: 1.1em;
	font-weight: 400;
	color: rgb(163,24,92);
	background-color: rgba(255,255,255,0.7);
	
/*	background-color: rgb(163,24,92);
	color: #fff;
	border-top: solid 5px rgb(163,24,92); */
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
a,
a:hover,
a:focus,
a:visited {
    color: rgb(163,24,92);
}

a.wp-element-button ,
a.wp-element-button:hover,
a.wp-element-button:focus,
a.wp-element-button:visited {
    color: #fff;
	display: inline-block;
}

.wp-block-file{
	line-height: 1.2em;
}
.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:focus, 
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: rgb(163,24,92);
}


.page-header {
    margin: 20px 0 0;
    border-bottom: none;
}

.page-content, .entry-content, .entry-summary {
    margin: 0 0 0;
}
.site-branding{
	/*padding-top: 40px;
	padding-bottom: 40px;
	margin-top:5px;*/
	display: block;
}
.baner{
	display: block;
	width:100%;
	height: auto;
	margin: 40px auto;

    -webkit-background-size: cover;
	-moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;
}

.baner img{

}
footer#colophon{
	border-top: solid 2px rgb(163,24,92);
	background: rgba(255,255,255,1);
}

header#masthead{
	border-bottom: solid 2px rgb(163,24,92);

}
.site-footer {
	/* background-image: linear-gradient(311deg, rgba(255,255,255,1),rgba(0,0,0,.1), rgba(255,255,255,1));
	background-image: url(../images/background.svg); */
	background: #FFF;
	margin-top: 100px;
	padding: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
}
.site-footer a,
.site-footer a:active,
.site-footer a:focus,
.site-footer a:hover{
	/* color: #fff; */
	color: rgb(163,24,92);
}
.row {
    margin-right: 0;
    margin-left: 0;
}

#wpadminbar {
	position: absolute;
}
#cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px 20px;
    background-color: rgb(163,24,92);
    border-top: 2px solid rgb(163,24,92);
    text-align: center;
    color: #fff;
    z-index: 1000;
}
#cookies a,
#cookies a:hover,
#cookies a:focus,
#cookies a:visited{
	color: #FFC600;
	font-weight: bold;
	text-decoration: underline;
}
ol, 
ul {
	margin: 0 0 1em 1.5em;
	padding-left: 20px;
}

/* stronicowanie */
.navigation.pagination{
	display:block;
	width: 100%;
	margin: 10px auto;
	text-align: center;
	font-size:  1.2em;
}

.page-numbers{
	padding: 3px;
	margin: 2px;
	
}



/* Yotube - iframe */
.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}


@media only screen and (max-width: 1170px) {
	.baner{

    }
}




@media only screen and (max-width: 670px) {
	.baner{

    }
}

@media only screen and (max-width: 500px) {
	.baner{

    }
}


button.menu-toggle {
	cursor: pointer;
	margin: 0;
	overflow: visible;
	border: none;
	box-shadow: none;
	text-shadow: none;
	font-weight:bold;
	width: 100%;
	box-sizing: border-box;
	background: none;
	font-size: 1.5em;
}

@media only screen and (max-width: 580px) {
	.navbar-nav > li,
	.navbar-nav > li > a{
		display: block;
		width: 100%;
		box-sizing:border-box;
	}
}


.navbar-nav > li > .dropdown-menu {

}

.main-navigation ul ul a {
    width: auto;
	display:block;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.1em;
}

/* contact form hacks */
.wpcf7-list-item{ 
	display: block; 
	width: 100%;
}
.product-quantity,
th.product-total,
tr.cart-subtotal,
th.product-name,
th.product-price,
th.product-quantity,
th.product-subtotal,
.cart_item td.product-price,
.cart_item td.product-quantity,
.cart_item td.product-subtotal,
img.woocommerce-placeholder.wp-post-image,
.product-thumbnail,
.woocommerce-notices-wrapper,
.posted_in,
.woocommerce-table__product-total.product-total,
.woocommerce-table__product-table.product-total,
.related.products,
.woocommerce-product-gallery__wrapper{
	display: none;
}
ul.wc-item-meta{
	 list-style-type: none;
}

td.wccpf_label{
	width:20%;
}

td.wccpf_value{
	width:80%;
}
ul.wc_payment_methods.payment_methods.methods,
ul.wccpf-cart-editor-ul.wccpf-is-editable-no,
ul.wccpf-field-layout-horizontal{
	list-style-type: none;
}

ul.wccpf-cart-editor-ul{
	margin-bottom:10px;
}

td.product-remove{
	min-width: 20px;
}

td.product-name a{
	display: block;
	font-size: 1.2em;
	font-weight: bold;
}

td.product-name{
	padding: 20px;
}
td.product-remove{
	font-size: 1.2em;
	font-weight: bold;
	background-color:aliceblue;
	padding: 10px;
}

.checkout-button.button.alt.wc-forward{
	padding: 15px 10px;
	font-size: 1.5em;
	line-height: 1.3333333;
	border-radius: 6px;
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
	margin: auto;
}


.woocommerce-notices-wrapper, 
.woocommerce-form-coupon-toggle .woocommerce-info{
	padding: 10px;
	background-color: #fafafa;
}


.col2-set .col-1,
.col2-set .col-2{
	width:50%;	
display: inline-block;
	float: left;
	padding: 20px;
}

.shop_table.woocommerce-checkout-review-order-table{
		width:70%;	
display: inline-block;
	float: left;
}
#payment{
		width:30%;	
display: inline-block;
	float: left;
}



blockquote {
    border-left: none;
	margin-top: 20px;
	margin-bottom:50px;
}



.czlonekRadyOpis h3 {
	font-size: 0.9em;
	text-align: center;
}

.czlonekRadyCard {
	min-height: 270px;
}
.czlonekRadyCard .thumbnailPost img{
	width: 100%;
	height: auto;
}


.type-czlonek-rady img{

}

.post-navigation{
	margin-top: 100px;
}

.thumbnailPost{
	min-height: 190px;
	background: #fafafa;
}

.czlonekRadyCard{
	background: #fefefe;
	border: 2px solid #fcfcfc;
	box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	margin: 0 2px 15px;
	margin-top:15px;
	transition: opacity .4s ease-in-out;
}

.czlonek-rady-header-image{
	padding-top:20px;
}


.navbar {
	min-height: 40px;
}


.sub-menu{
	background: #f5f5f5;
}

.uwaga{
	background: rgb(163,24,92);
	text-align: center;
	font-weight: bold;
	font-size: 1.4rem;
/* 	font-size: 2rem; */
  color: white;
	padding: 10px;
}
.uwaga a,
.uwaga a:hover,
.uwaga a:focus,
.uwaga a:visited{
	color: #FFC600;
	font-weight: bold;
	text-decoration: underline;
}

.bg-gray{
	background-color: #f1f1f1!important;
}

button, input[type="button"], input[type="reset"], input[type="submit"]{
	font-size: 2em;
}


/* licznik do wydarzenia */

.countdown {
    text-transform: uppercase;
    font-weight: bold;
	color: rgb(163,24,92);

}

.countdown span {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
   	font-size: 3rem!important; 
    margin-left: 0.8rem;
}

.countdown span:first-of-type {
    margin-left: 0;
}

.countdown-circles{
    text-transform: uppercase;
    font-weight: bold;
	color: #fff;
}
.text-white {
    color: #fff!important;
}
.text-center {
    text-align: center!important;
}
.pt-4, .py-4 {
    padding-top: 1.5rem!important;
}
.countdown-circles span {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
	
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.countdown-circles span:first-of-type {
    margin-left: 0;
}
.text-pink{
	color: rgb(163,24,92);
}

.text-big{
	font-size: 4em;
}
.font-weight-bold{
	font-weight: bold;
}
.bg-countdown {

}

.okno-eksperckie{
	text-align: left;
	overflow-y: scroll;
	max-height: 230px;
}

.partner-category-title{
	margin-top:30px;
	border-bottom: solid 1px #f1f1f1;
}

.partner-category-title h3{
	font-size: 2em;
}
.size-partnermedium,
.size-partnersmall,
.size-partnerbig{
	min-width: 350px;
	height: auto;
}
.size-partnermedialnymedium,
.size-partnermedialnysmall,
.size-partnermedialnybig{
	margin: 25px 40px 25px 0;
	min-width: 50px;
	height: auto;
	width: auto;
	min-height: 80px;
	max-height: 80px;

}
.streambg{
	background-color:  rgb(163,24,92);
	padding: 20px;
}


.zapowiedzeksperta figure{
	display: block;
}

.nav-tabs li.active, .nav-tabs li.active:focus, .nav-tabs li.active:hover {
    width: auto;
}

.wp-block-file:not(.wp-element-button) {
 font-size:1em
}


/****************** sekcja wywiady z instytutami - CSS ***************************/

.wywiady-instytut-image{
	padding:40px;
	line-height: 1.2;
}

.wywiady-instytut{
	background: #fff;
	border: 2px solid #fcfcfc;
	box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	margin: 0 2px;
	margin-top: 30px;
	transition: opacity .4s ease-in-out;
	padding: 20px 20px 40px;
}

.title-page,
.wywiady-instytut-title-page{
	margin-top:20px;
	border-bottom: solid 1px #f1f1f1;
	margin-bottom: 20px;
	padding-bottom: 20px;
}



/******************* ine rozdziałki *******************************/
@media only screen and (max-width: 990px) {
	.size-partnermedium,
	.size-partnersmall,
	.size-partnerbig{
		min-width: 100%;
		height: auto;
	}
}

.imagetransform{
	transform: scale(1);
	transition-duration: 1000ms;
	padding: 20px;
	text-align: center;
}

.imagetransform:hover{
  object-fit: cover;
  transform: scale(1.1);
  object-position: 100% 0;
  transition-duration: 1000ms;
}


.page-id-869 .wp-block-columns {
	

  background: #fff;
  border: 2px solid #fcfcfc;
  box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
  margin: 0 2px;
  margin-bottom: 40px;
  transition: opacity .4s ease-in-out;
  padding: 20px;
  transform: scale(1);
  transition-duration: 3000ms;
}

.page-id-869 .wp-block-columns:hover {
	 transform: scale(1.02);
	 transition-duration: 2000ms;
	
}


.wp-block-pullquote {
  box-sizing: border-box;
  overflow-wrap: break-word;
  padding: 20px;
  text-align: center;
}