/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
/*  menu item font size -- 23326827-hc (DOC) */
.menu-item a, .sub-menu .menu-item a {
	font-size: .96em;
}

/* move search widget below table in sidebar search-42 | 23328106hc bk */
#search-42 {
	clear: both;
}

/*23698015-hc change title font size*/
.site-title {
	font-size: 27px;
}

/* Change slideshow title color - #26348493-hc - aj */
.wp-block-newspack-blocks-carousel .entry-title a {
	color: #fff !important;
}

/* Remove author credit at the bottom of single posts hc-26350234 - rh*/
.entry-footer .entry-author {
	display: none;
}

#kalendarz_imprez {
}

table {
	border-collapse: collapse;
}

th {
	color: #fff;
	background-color: CornflowerBlue;
}

#harmonogram {
	color: black;
}

a:link {
	text-decoration: none;
}

#post-11925 > div {
	margin-left: calc(50% - 48vw);
	margin-right: calc(50% - 48vw);
	max-width: 100vw;
}

/* TOOLTIP WITH IMAGE AND CONTENT
*/
#tooltip {
}

.mt-100 {
	margin-top: 150px;
	margin-left: 200px;
}

.card-header {
	background-color: #9575CD;
}

h5 {
	color: #fff;
}

.card-block {
	margin-top: 10px;
}

.mytooltip {
	display: inline;
	position: relative;
	z-index: 999;
}

.mytooltip .tooltip-item {
	background: rgba(0, 0, 0, 0.1);
	cursor: pointer;
	display: inline-block;
	font-weight: 500;
	padding: 0 10px;
}

.mytooltip .tooltip-content {
	position: absolute;
	z-index: 9999;
	width: 501px;
	left: 50%;
	margin: 0 0 20px -180px;
	bottom: 100%;
	text-align: left;
	font-size: 14px;
	line-height: 30px;
	-webkit-box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
	box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
	background: #2b2b2b;
	opacity: 0;
	cursor: default;
	pointer-events: none;
}

.mytooltip .tooltip-content::after {
	content: '';
	top: 100%;
	left: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: #2a3035 transparent transparent;
	border-width: 10px;
	margin-left: -10px;
}

.mytooltip .tooltip-content img {
	position: relative;
	height: 140px;
	display: block;
	float: left;
	margin-right: 1em;
}

.mytooltip .tooltip-item::after {
	content: '';
	position: absolute;
	width: 360px;
	height: 20px;
	bottom: 100%;
	left: 50%;
	pointer-events: none;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.mytooltip:hover .tooltip-item::after {
	pointer-events: auto;
}

.mytooltip:hover .tooltip-content {
	pointer-events: auto;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
	transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
}

.mytooltip:hover .tooltip-content2 {
	opacity: 1;
	font-size: 18px;
}

.mytooltip .tooltip-text {
	font-size: 14px;
	line-height: 24px;
	display: block;
	padding: 1.31em 1.21em 1.21em 0;
	color: #fff;
}	
}