/*
Theme: SQALA DESIGN
Author: EGD DESIGN
*/

/* CONTENT */
h1.wp-block.wp-block-post-title.editor-post-title {
	/* block edtor fix */
	text-align: center;
}
.wp-block-kadence-advancedheading.o-mnie img {
  margin: 0.5em 1em 1em 0;
  float: left;
}
.content-area a:hover, .content-area a:focus, .content-area a:active {
  color: #808080;
}
.project-info {
  position: absolute;
  z-index: 10;
  top: 25%;
  /*left: 20px;*/
}
.project-name {
  position: relative;
  z-index: 10;
  /*top: 25%;
  left: 20px;*/
}
.project-description {
  position: relative;
  z-index: 10;
  /*top: 33%;
  left: 20px;*/
  margin-top: 1px !important;
}
@media all and (max-width: 992px) {
	.project-description {
		top: 40%;
	}
}
@media all and (max-width: 767px) {
	.project-description {
		top: 45%;
	}
}

.home-projekty {
  column-gap: 3px !important;
  row-gap: 3px !important;
}
.home-projekty > .entry > .entry-content-wrap {
  display: none;
}
.home-projekty > .entry > .post-thumbnail {
  margin-bottom: 0 !important;
}
.home-projekty > .entry:hover > .entry-content-wrap {
  display: block;
  position: relative;
  margin-top: -75%;
  background-color: #3a3939cc;
  color: #fff;
  height: 100%;
}
.home-projekty > .entry:hover > .entry-content-wrap header.entry-header {
  padding-top: 8%;
  margin-bottom: 0;
}
.home-projekty > .entry:hover > .entry-content-wrap header.entry-header .entry-title {
  color: #fff;
  font-size: 1em;
  text-align: center;
}
.home-projekty > .entry:hover > .entry-content-wrap header.entry-header .entry-title a {
  width: 100%;
  display: block;
  padding: 25% 0;
}
.home-projekty > .entry:hover > .entry-content-wrap header.entry-header .entry-title a:hover {
	color: #fff;
}
.home-projekty > .entry:hover > .entry-content-wrap footer.entry-footer {
  border-bottom: 1px solid #fff;
  width: 35%;
  margin: 0 auto;
  margin-top: -20%;
}


