/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,accessibility-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.3.4.1757581929
Updated: 2025-09-11 11:12:09

*/

.tribe-block.tribe-block__venue.tribe-clearfix.tribe-block__venue--has-map {
    width: 100% !important;   /* % musi byÄ‡ zakoÅ„czone znakiem % */
    max-width: 100% !important;
    box-sizing: border-box;   /* uwzglÄ™dnia padding w szerokoÅ›ci */
    margin: 0 auto;           /* wycentrowanie sekcji, jeÅ›li potrzebne */
    border: 1px solid #FF581F;
    border-radius: 30px;
    padding: 40px;
}

.tribe-tickets__rsvp-wrapper {
    width: 100% !important;   /* % musi byÄ‡ zakoÅ„czone znakiem % */
    max-width: 100% !important;
    box-sizing: border-box;   /* uwzglÄ™dnia padding w szerokoÅ›ci */
    margin: 0 auto;           /* wycentrowanie sekcji, jeÅ›li potrzebne */
    border: 1px solid #FF581F;
    border-radius: 30px;
    padding: 40px;

}


/* Ustawienie szerokoÅ›ci gÅ‚Ã³wnego kontenera wydarzeÅ„ na 85% */
body.single-tribe_events .content-container {
    width: 85vw !important;
    margin: 0 auto !important;
}


/* Styl dla obrazka wyrÃ³Å¼niajÄ…cego */
.wp-block-post-featured-image img {
    border-radius: 50px;
    box-shadow: 0 4px 4px rgba(0,0,0,0.1);
	border: 1px solid #FF581F;
	max-height: 50vh;
}

/* Styl dla przyklejonego nagÅ‚Ã³wka */ 
.site-main-header-wrap .site-header-row-container .site-header-focus-item .site-header-row-layout-fullwidth .kadence-sticky-header .item-is-fixed .item-is-stuck {
    box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}


/* DOMYÅšLNIE BRAK CIENIA DLA MENU OGÃ“LNIE */
.site-main-header-wrap {
  box-shadow: none;
  transition: box-shadow 0.3s ease;
}

/* CIEÅƒ DLA STICKY MENU */
.site-main-header-wrap.kadence-sticky-header.item-is-fixed.item-is-stuck {
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}


/* ==========================
   Custom Breakpoints – Large Screens
   ========================== */

/* Dla ekranów powy¿ej 1400px */
@media (min-width: 1400px) {
  .site-container {
    max-width: 1400px;
  }

  .entry-content h1 {
    font-size: 3.5rem;
  }
}

/* Dla ekranów powy¿ej 1600px */
@media (min-width: 1600px) {
  .site-container {
    max-width: 1600px;
  }

  .hero-section .elementor-heading-title {
    font-size: 5rem;
  }
}

