/* ==========================================================================
   SKYWATER - CHILD THEME CUSTOM STYLES
   ========================================================================== */

/* Kontener dla ikonki i tekstu */
.gflaga p {
    display: flex;
    align-items: center;
    gap: 15px;            /* Większy odstęp od tekstu */
    margin-bottom: 20px;  /* Odstęp od wielkiego napisu pod spodem */
}

/* Niebieskie kółko z ikonką */
.avia_textblock.gflaga img {
    background-color: #C2E2FA; 
    padding: 10px;         /* Większy oddech dla ikonki */
    border-radius: 50%;
    width: 42px;          /* Zwiększyłem, żeby mapka była czytelna */
    height: 42px;
    margin: 0;
    display: block;
    object-fit: contain;
}

/* Tekst "Działamy w całym kraju" */
.gflaga p {
   
    color: #1D72B8;
    font-size: 16px;
    font-weight: 500;
}

h2.av-special-heading-tag {

	font-weight: 400 !important;
	font-style: Regular;
	 letter-spacing: -4%;
}

.gbaner h2.av-special-heading-tag {


}
	
	.gcolor h2.av-special-heading-tag {color:#1D71B8;
}
	
	
.gbox, .gbox_dark, .gbox_product {border-radius:12px;}
 .gbox_product {padding:0px; color:color:#121212;}
  .gbox,.gbox_dark {padding:2%;}
.gbox h4.av-special-heading-tag,.gbox .av-subheading.av-subheading_below,
.gbox_product h4.av-special-heading-tag,.gbox_product .av-subheading.av-subheading_below  {color:#121212}

.gbox .av-subheading.av-subheading_below {margin-top:20px;font-size:0.8em;}
.gbox .av-special-heading {margin-botom:20px;}
.gbox p, .gbox_dark p {font-size:0.7em;line-height:1.2em;}
.gbox_product p {font-size:0.9em;line-height:1.2em;}
.gbig {font-size:28px;}
.gbox_product .avia-image-container {margin-bottom:-180px!important;}
.gbox_product strong {color:#000;}
.gbox_product .gsmall {font-size:0.85em}
.main_color .gbox_dark h4.av-special-heading-tag,.main_color .gbox_dark h3.av-special-heading-tag {color:#fff;}
.main_color .gbox_dark {background-color:#1d72b8!important;color:#fff;}
.main_color .gbox {background-color:#f3fbff!important;color:#121212;}
.alternate_color .gbox {background-color:#F4F4F4!important;color:#121212;}
.alternate_color .gbox_product {background-color:#fff!important;color:#121212;}
.alternate_color h3.av-special-heading-tag, .alternate_color h2.av-special-heading-tag {color:#fff!important;}
body#top #wrap_all .footer_color .widgettitle {color:#fff!important;}
/* 1. Stylizacja kontenera pytania (zaokrąglone rogi i obramowanie) */
#top .aviaccordion-toggle {
    border: 1px solid #e1e1e1 !important;
    border-radius: 12px !important;
    margin-bottom: 10px !important;
    background-color: #ffffff !important;
    padding: 20px 50px 20px 25px !important; /* Więcej miejsca po prawej na ikonę */
}
#top .single_toggle {background-color:#fff!important;}
/* 2. Przeniesienie ikonki na prawą stronę */
#top .toggle_icon {
    left: auto !important;
    right: 20px !important;
    border: none !important; /* Usuwamy kółko/kwadrat wokół ikony */
}

/* 3. Ukrywamy domyślne kreski plusa (+) Enfold */
#top .toggle_icon .vert_icon, 
#top .toggle_icon .hor_icon {
    display: none !important;
}

/* 4. Wstawiamy strzałkę (chevron) zamiast plusa */
#top .toggle_icon::before {
    content: '\E877'; /* Kod strzałki w Enfold */
    font-family: 'entypo-fontello';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #0056b3; /* Twój niebieski kolor z obrazka */
    font-weight: bold;
}

/* 5. Obracamy strzałkę, gdy FAQ jest otwarte */
#top .activeTitle .toggle_icon::before {
    content: '\E87a'; /* Kod strzałki w górę lub obrót */
}

/* 6. Usuwamy domyślne linie między elementami, bo mamy ramki */

..av-minimal-toggle.togglecontainer .single_toggle .toggler {background-color:#fff!important;}
.av-minimal-toggle .single_toggle {border:1px solid #9f9f9f;border-radius:25px;padding:10px;}
/* Przeniesienie ikonki na prawą stronę */
.js_active .toggler {
	border: none !important;
    padding-left: 15px !important; /* Reset lewego marginesu */
    padding-right: 45px !important; /* Miejsce na ikonkę po prawej */
    text-align: left;
}

/* 1. Globalny kształt przycisków - efekt "pigułki" */
#top .avia-button {
    border-radius: 100px !important; /* Pełne zaokrąglenie */
    padding: 16px 20px !important;   /* Dopasowanie wielkości */
   
 
    font-weight: 400 !important;
    border-width: 1px !important;
    box-shadow: none !important;     /* Usuwamy zbędne cienie */
}

/* 2. Styl dla przycisku NIEBIESKIEGO (Highlight) */
#top .avia-button.avia-color-theme-color-highlight {
    background-color: #c2e1fa !important; /* Ten jasny błękit z obrazka */
    color: #121212 !important;
    border: none !important;
}

/* 3. Styl dla przycisku BIAŁEGO z ramką (Subtle / Light) */
#top .avia-button.avia-color-theme-color-subtle {
    background-color: #ffffff !important;
    color: #121212 !important;
    border: 1px solid #d1d1d1 !important; /* Delikatna szara ramka */
}

/* 4. Efekt po najechaniu (Hover) */
#top .avia-button:hover {
    opacity: 0.85 !important;
    transition: all 0.3s ease;
}
/*  */
#top .widget_nav_menu li#menu-item-94 a {display: block;padding:13px; background-color:#c2e2fa;color: #121212 !important;border-radius:100px;text-align:center;margin:auto;line-height: 1em; min-width:140px;transition: all 0.3s ease; }
#top .widget_nav_menu li#menu-item-94:hover {
  
    opacity: 0.85 !important;
    transition: all 0.3s ease;border-radius:100px;
}
/* 1. Wymuszenie układu obok siebie i wyśrodkowanie */
.przyciski-produkty .avia-buttonrow-inner {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important; /* Zakaz przeskakiwania do nowej linii */
    justify-content: center !important;
    gap: 10px !important; /* Odstęp między przyciskami */
}

/* 2. Zmniejszenie samych przycisków */
.przyciski-produkty .avia-button {
    padding: 10px 15px !important; /* Mniejszy padding góra/dół i boki */
    font-size: 13px !important;     /* Mniejszy tekst */
    min-width: 100px !important;    /* Minimalna szerokość, żeby nie były za małe */
    margin: 0 !important;           /* Reset marginesów Enfold */
    border-radius: 50px !important; /* Efekt pigułki */
}

/* WYMUSZENIE UKŁADU I WIDOCZNOŚCI */
#top .przyciski-produkty .avia-buttonrow-inner {
    display: flex !important;
    justify-content: center !important;
    gap: 10px !important;
    flex-wrap: nowrap !important;
}

/* 1. PIERWSZY PRZYCISK (Szczegóły) - Pełne wymuszenie koloru */
#top .przyciski-produkty .avia-button-wrap:nth-child(1) a.avia-button {
    background-color: #1d72b8 !important;
    color: #ffffff !important;
    border: 2px solid #1d72b8 !important; /* Ramka w kolorze tła zapobiega "pustym" przyciskom */
    opacity: 1 !important;
}

/* 2. DRUGI PRZYCISK (Wycena) - Biały z ramką */
#top .przyciski-produkty .avia-button-wrap:nth-child(2) a.avia-button {
    background-color: #ffffff !important;
    color: #121212 !important;
    border: 1px solid #d2d2d2 !important;
    opacity: 1 !important;
}

/* 3. WYMUSZENIE KOLORU TEKSTU I IKONEK (najczęstszy powód "białych" przycisków) */
#top .przyciski-produkty .avia-button-wrap a.avia-button * {
    color: inherit !important;
}

/* 4. ROZMIAR I KSZTAŁT */
#top .przyciski-produkty .avia-button {
    border-radius: 50px !important;
    padding: 10px 18px !important;
    font-size: 13px !important;
    min-width: 110px !important;
}

/* Wymuszenie 9 kolumn dla dużych ekranów */
@media only screen and (min-width: 1200px) {
    #top .av-masonry-entry {
        width: 14.28% !important; /* 100% podzielone na 9 */
    }
}

/* Opcjonalnie: dostosowanie dla mniejszych ekranów (np. 5 kolumn na tabletach) */
@media only screen and (max-width: 1199px) and (min-width: 768px) {
    #top .av-masonry-entry {
        width: 20% !important;
    }
}

/* Blog */
.container.template-blog .entry-content strong, 
.container.template-blog .entry-content b {color:#1d72b8;}
.container.template-blog .entry-content ul {margin-left:20px!important;}
.container.template-blog .entry-content a {
    border-bottom: 1px solid;
    text-decoration: none;
	color:#121212;
}

.container.template-blog .entry-content a:hover {
    text-decoration: none;
    background: #eee;
    color: #1d72b8!important;
}