/*********************************************************************************

	Template Name: Template Full Name Here
	Description: A perfect template to build beautiful and unique medical websites. It comes with nice and clean design.
	Version: 1.0

	Note: This is custom css.

**********************************************************************************/

/* Start: Polityka prywatnosci - linki / Koniec: Polityka prywatnosci - linki */
.brook-dividers-area .dividers-inner a.policy-link,
.brook-dividers-area .dividers-inner a.policy-link:visited {
  color: inherit !important;
  font-weight: inherit !important;
  text-decoration: none !important;
  cursor: text;
}

.brook-dividers-area .dividers-inner a.policy-link:hover,
.brook-dividers-area .dividers-inner a.policy-link:focus {
  color: #e16c1d !important;
  text-decoration: underline !important;
  cursor: pointer;
}
/* Koniec: Polityka prywatnosci - linki */


/* Start: Niezbędnik – linki hover / Koniec: Niezbędnik – linki hover */
.bg_color--1 .bk_pra a,
.bg_color--1 .bk_pra a:visited {
  color: inherit;                 /* normalnie jak tekst */
  text-decoration: none;          /* brak podkreślenia */
  border-bottom: none;
  transition: color .2s ease;
}

.bg_color--1 .bk_pra a:hover,
.bg_color--1 .bk_pra a:focus {
  color: #e16c1d;                  /* kolor główny strony */
  text-decoration: underline;     /* podkreślenie dopiero na hover */
  text-underline-offset: 3px;
}

.bg_color--1 .bk_pra a {
  display: inline;
  margin: 0;
}
/* Start: Niezbędnik – linki hover / Koniec: Niezbędnik – linki hover */


