/*
Theme Name: interakcjo
Author: Przemysław Drożniak 
Description: Motyw wykonany przez firmę interakcjo.pl
Version: 1.0.0
Tested up to: 5.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: interakcjo
*/
#courseContent > p{
 margin: 16px auto;
}
#courseContent ol  {
  list-style: auto;
  margin: 16px auto;
  padding-left: 18px;

}
#courseContent ul {
  list-style: disc;
  margin: 16px auto;
  padding-left: 18px;

}
#upsellWrapper .container article { 
  gap: 0px;
}
#confirmPopup p, #confirmPopup2 p {
  color: var(--text-1-f-1-f-1-f, #1F1F1F);
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: 0.4px;
  margin-bottom: 20px;
}
#confirmPopup button, #confirmPopup2 button{
  border-radius: 8px;
  border: 2px solid var(--dc-4594, #DC4594);
  background: var(--dc-4594, #DC4594);
  color: var(--ffffff, #FFF);
  text-align: center;
  font-family: Inter;
  display: inline-flex;
  padding: 16px 28px;
  align-items: center;
  gap: 28px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.64px;
  margin: 0 16px;
}
#confirmPopup button:last-of-type, #confirmPopup2  button:last-of-type{
  border-radius: 8px;
  border-radius: 8px;
  border: 2px solid var(--dc-4594, #DC4594);
  background: var(--ffffff, #FFF);
  color: var(--dc-4594, #DC4594);
  text-align: center;
  font-family: Inter;
  display: inline-flex;
  padding: 16px 28px;
  align-items: center;
  gap: 28px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.64px;
  margin: 0 16px;
}
@media only screen and (max-width: 1450px) and (min-width: 900px) {
  #upsellWrapper .container .pageheading {
    margin-bottom: 4px !important;
  }
  #upsellWrapper .container { 
    top: 40px !important;  
  }
  #upsellWrapper.items2 .container article {
    margin: 20px auto 22px auto !important; 
}
#upsellWrapper .container article { 
  gap: 0px;
}
}
@media only screen and (max-width: 999px)  {
  .mb100w  { 
  width: 100%;
}

.showMobile {
  display: flex !important;
}

.hideMobile {
  display: none !important;
}
}

@media only screen and (min-width: 999px)  {
  .showMobile {
    display: none !important;
}
  #masthead {
    
    position: fixed;
    left: 0px;
    right: 0px;
    background-color: #fff;
    z-index: 99;
  }
  #primary {
    padding-top: 134px;
}
}
