.entry-header {
    display: none;
}

.page .entry-title {
    display: none;
}

/*		Keep the space  gaps limited so that the page looks more compact		*/
.give-wrap, .site-content {
    padding: 0px 0;
		margin-top: 0px;
}






/*	delete if not needed or not working		*/



/*	END OF: delete if not needed or not working		*/







/*	Keeps text 	in the middle me thinks		*/
    .center-box {
      display: flex;
      justify-content: center;
      align-items: center;
		  text-align: center;
				/*height: 200px;*/ /* or any height you want */
      /*background-color: #f0f0f0;
      border: 1px solid #ccc;*/
    }








/*

	The CSS for the Metaslider so that the text is over the images!

*/


.slider-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.slider-wrapper .slider-overlay {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  color: white;
  z-index: 10;
  text-align: left;
}

.overlay-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.3em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
	color: white;
}

.overlay-miasta {
  font-size: 1rem;
  font-weight: 900;
  margin-bottom: 0.4rem;
 text-shadow: 0 0 4px black;
	/*text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);*/
	color: white;
}



.overlay-btn {
  display: inline-block;
  background-color: #ffcc00;
  color: #000;
  padding: 0.60rem 1.5rem;
  border-radius: 24px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.overlay-btn:hover {
  background-color: #e6b800;
}


.icon_spacer
{
	padding-top: 24px;
}


/*		The black and white pattern		*/


.checkerboard-bar {
  height: 20px;
  background-color: #fff;
  background-image:
    repeating-linear-gradient(90deg, #000 0 10px, #fff 10px 20px),
    repeating-linear-gradient(0deg, #000 0 10px, #fff 10px 20px);
  background-blend-mode: difference;
  background-size: 20px 20px; /* defines one full checkerboard tile (2×10px squares) */
}





@media (max-width: 768px) {

	.overlay-title {
    font-size: 2.5rem;
  }

  .overlay-btn {
    padding: 0.4rem 0.8rem;
  }

  .slider-wrapper .slider-overlay
	{
    left: 15%;
    top: 50%;
  }

		
		/*	MetaSlider adjustments...	*/
		
  .metaslider, 
  .metaslider .flexslider, 
  .metaslider .slides, 
  .metaslider .slides img {
    height: 300px !important;
    object-fit: cover;
  }		
		
		
		
}