/*
Theme Name: Holamed Child Theme
Theme URI: http://holamed.like-themes.com/
Author: Like Themes
Author URI: http://like-themes.com/
Description: Blank Child Theme for Holamed
Template: holamed
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: four-columns, right-sidebar, full-width-template
Text Domain: holamed

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.foto img {
    border-radius: 8px;
	width: 80%;
}

.personel .wpb_singleimage_heading {
	position: absolute;
	bottom: 60px;
	left: 40px;
	right: 40px;
	font-size: 28px;
}

.display-none {
	display: none !important;
}

.komercyjna {
	position: absolute;
	top: 15px;
	left: 15px;
	background-color: #47ccc8 !important;
	color: white;
	padding: 2px 7px;
    border-radius: 15px;
    line-height: 1;
}
.col-container > .vc_column-inner > .wpb_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 kolumny */
  gap: 20px; /* Odstęp między kolumnami */
  width: 100%;
  padding-bottom: 50px;
}

.col-container > .vc_column-inner > .wpb_wrapper > .col-column {
  background-color: #E9F3F6;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border-radius: 15px;
  width: 100%; /* Zapewnia poprawne dopasowanie do kolumny */
}

@media (max-width: 1024px) {
  .col-container > .vc_column-inner > .wpb_wrapper {
    grid-template-columns: repeat(2, 1fr); /* 2 kolumny */
  }
}

@media (max-width: 768px) {
  .col-container > .vc_column-inner > .wpb_wrapper {
    grid-template-columns: 1fr; /* 1 kolumna */
  }
}

@media screen and (min-width: 1600px) {
  .footer-widget-area .widget_ltx_navmenu ul {
    margin-right: 38%;
  }
}
