nav.horizontal > ul ul > li a:link { font-size: 10px; }
nav.horizontal > ul > li ul { width: 160px; }
body.category-1 .page-title-wrap.content-bg { display: none; }

/* Give the player a height & width of 0. Otherwise the player is visible on mobile devices (tested on iPhone 5). */

#player {
  height: 0;
  width: 0
}

/* Apologies for the large base64 image file */

.speaker {
    background-color: #DC143C;
  background-image: url('https://fotografiaslubna.art.pl/wp-content/uploads/pp/images/player.png');
  background-repeat: no-repeat;
  background-size: 200%;
  background-position: 100% 0;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
border-radius: 5px;
}

.speakerplay {
  background-position: 0 0;
}

/* stopka - seo */
body.home .article-content {
	color: #bbb;
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}

@media screen and (max-width: 480px) {
	body.home .article-content {
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count: 1; /* Firefox */
		column-count: 1;
	}
}

body.home .article-content p {
	color: #ccc;
}

body.home .article-content h1 {
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
}

body.home .article-content h2 {
	font-size: 12px;
	font-weight: normal;
}

body.home .article-content h3 {
	font-size: 12px;
	font-weight: normal;
}

body.home .article-content p, body.home .article-content p a {
	font-size: 11px;
	font-weight: normal;
	color: #ccc;
}

body.home .article-content p a {
	text-decoration: underline;
}

body.home .article-content p a:hover {
	font-size: inherit !important;
	font-weight: normal !important;
	text-decoration: underline;
}

body.home a:visited {
color: rgba(153,153,153,1)
}