/*======================================
Theme Name:     Free Divi Child Theme by Beata Biernat
Theme URI:      https://beatabiernat.pl
Description:    Divi Child Theme
Author:         Beata Biernat
Author URI:     https://beatabiernat.pl
Author Email:   biuro@beatabiernat.pl
Template:       Divi
Version:        1.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
======================================*/

/* Dodaj swój niestandardowy CSS poniżej tego wiersza */

.pk-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pk-center-vertical {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pk-center-hero div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pk-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.pk-hero-column {
  min-height: 100% !important;
  background: red !important;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  gap: 10px;
}

/* ------------------------------------- */
/* Transparent Menu  */
#et-main-area {
  margin-top: -88px !important;
}

.et_pb_sticky .et_pb_module.et_pb_menu li:hover a {
  color: #0ba7a3 !important;
}

.et_pb_sticky .et_pb_module.et_pb_menu li.current-menu-item a {
  color: #0ba7a3 !important;
}

/*Tablet*/
@media (max-width: 980px) {
  .pk-revers {
    display: flex;
    flex-direction: column-reverse;
  }
}

/*Mobile*/
@media (max-width: 767px) {
  /* Transparent Menu  */
  #et-main-area {
    margin-top: -48px !important;
  }
}

/* ------------------------------------- */

/* Indeks górny */
sup {
  vertical-align: 0;
  font-size: 40%;
}
