/*
Theme Name: WebGo
Author: Webgo
Author URI: webgo.dev
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* agenda 1 dzień */
#agenda.agenda.agenda1::after {
	display: none;
}

#agenda.agenda.agenda1::before {
height: 100%;
}

/* sekcja z noclegami */
.accommodation > .container {
	display: none;
}

/* pinezki na mapie google */
.custom-marker-label.second-marker{
/* inny kolor tła dla drugiego markera */
  background-color: #000;
}


.accommodation .hotel_item:nth-of-type(2) .card_number {
          background-color: #000;
          outline: none;
}

/* CF 7 textarea label */
.hide-label {
  opacity: 0 !important;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.atraction .right_col .atraction_big_img {
	object-position: left;
}