.border {
    border: 1px solid black;
}


/*  ----------------------   */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Lato', sans-serif !important;
}

.pagination li a {
    color: #aaa;
}

.pagination li a:hover {
    color: #E80040;
}

.pagination li a.active {
    background-color: var(--main-color);
    color: white;
}

.pagination li a:hover {
    color: var(--main-color) !important;
}

.event-home-container {
    height: 140px;
    /*border: 1px solid black;*/
    display: flex;
}

.event-home-date {
    flex-shrink: 0;
    margin: 5px;
    width: 80px;
    background-color: #E80040;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: white; 
    text-align: center;
}

.event-home-date-1 {
    font-size: 1.8rem; 
    margin-bottom: -5px; 
    margin-top: -30px;
}

.border-white {
    border-bottom: 1px solid white;
    width: 40px;
    margin-left: 20px;
}

.event-home-date-2 {
    font-size: 1.3rem; 
    text-transform: uppercase;
    margin-top: 5px;
}


.event-home-descr {
    padding-top: 10px;
    padding-left: 20px;
}

.event-home-date a {
    color: white;
}

.pricing-info ul.table-list li {
    font-size: 0.9rem;
}

#trainer a {
    color: white;
}

.cl-smerfy {
  background-color: #ffab00;
  border: 1px solid #ffab00 !important;
  color: white !important;
}
.cl-ninja {
  background-color: white;
  border: 1px solid #7f7f7f !important;
  color: #7f7f7f !important;
}
.cl-poczatkujaca {
  background-color: #00a4ef;
  border: 1px solid #00a4ef !important;
  color: white !important;
}
.cl-srednia {
  background-color: #72a230;
  border: 1px solid #72a230 !important;
  color: white !important;
}
.cl-dorosli {
  background-color: #555;
  border: 1px solid #555 !important;
  color: white !important;
}
.cl-35 {
  background-color: #fd4084;
  border: 1px solid #fd4084 !important;
  color: white !important;
}
.cl-k1 {
  background-color: white;
  border: 1px solid #7f7f7f !important;
  color: #7f7f7f !important;
}

table.calendar {
    width: 100%;
    margin-top: 30px;
    overflow-x: auto;
}

table.calendar td, table.calendar th {
    border: 1px solid #dadada;
    height: 70px;
    min-width: 120px;
}

table.calendar th {
    text-align: center;
}

table.calendar td:nth-child(1) {
    text-align: center;
}

.calendar-item-wrap {
    position: relative;
}

.calendar-item {
    position: absolute;
    height: 70px;
    text-align: center;
    overflow: hidden;
}

.calendar-item div{
    height: 18px;
}

/*.calendar-item.cl-ninja div{
    height: 16px;
}*/

.calendar-item.cl-k1 div{
    height: 28px;
}

.bold {
    font-weight: bold;
}

@media screen and (max-width: 670px) {
    table.calendar {
      display: block;
    } 
}

#article-content ol {
  margin-left: 30px !important;
  list-style: decimal !important;
}

#article-content  ol a {
    /*color: #E80040;*/
    text-decoration: underline;
}

.fluid-width-video-wrapper {
    height: 500px !important;
}

footer a {
    color: white !important;
}




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

 .megamenu-banner > .megamenu-banner-image:hover {
    cursor: pointer;
}

.header:not(.header-transparent) .main-navigation .mainmenu__link > span.mm-text::after {
    background: none;
}

.header:not(.header-transparent) .main-navigation .mainmenu__item.active > a {
    color: rgb(40,40,40);
}

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

.navigation-top-topbar .nav-top-contact a {
	color: white;
	margin-right: 15px;
}

.navigation-top-topbar .nav-top-contact a:hover {
	color: #ffdd20;
}

.product-description-bsx h1, .article h1 {
    font-size: 2.3rem;
    font-weight: bold;
    font-family: 'IBM Plex Sans', sans-serif;
    /*color: #666;*/
    color: #282828;
}

.product-description-bsx h2, .article h2 {
    font-size: 1.8rem;
    font-weight: normal;
    font-family: 'IBM Plex Sans', sans-serif;
    /*color: #666;*/
    color: #282828;
}

.product-description-bsx h3, .product-description-bsx h4, .product-description-bsx h5, .product-description-bsx h6,
.article h3,.article h4,.article h5,.article h6
{
    margin-top: 10px;
    font-size: 1.6rem;
    font-weight: normal;
    font-family: 'IBM Plex Sans', sans-serif;
    /*color: #666;*/
    color: #282828;
}

.product-description-bsx ul, .article ul {
    margin-bottom: 20px;
    font-family: 'IBM Plex Sans', sans-serif;
    /*color: #666;*/
    color: #282828;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    list-style: none;
}


.article p {
    /*margin-bottom: 20px;*/
    font-family: 'IBM Plex Sans', sans-serif;
    color: rgb(33, 37, 41); 
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
}

.product-description-bsx ul > li::before, .article ul > li::before {
    /*content: "🞇";*/
    content: "🞂";
    font-size: 0.8rem;
    color: #666;
    margin-right: 10px;
    margin-left: 0px;
}

.main.shop a:hover {
    color: #3a9943;
}

table.table-description th {
    padding-left: 25px;
}


select.form-control {
    height: 50px;
    font-size: 1.4rem;
}

.btn-white {
    background-color: white;
    color: rgb(33, 37, 41);
    text-transform: none;
}

.card, .order, .login {
    color: rgb(33, 37, 41);   
}

.card input[type="text"], .contact input[type="text"], .form-style input[type="text"], .form-style input[type="password"] {
    height: 50px;
}

.card textarea, .card input[type="text"], .contact textarea, .contact input[type="text"], .form-style textarea,  .form-style input[type="password"], .form-style input[type="text"] {
    font-size: 1.3rem;
}

.order .heading-primary {
    font-size: 2.5rem;
}

.order table.table td {
    text-transform: none;
}

span.bold {
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}

p {
    /*color: rgb(33, 37, 41); */
}

.contact div.contact-sidebar {
    color: rgb(33, 37, 41);  
}

.box-content {
    padding: 30px;
    /*border: 1px solid black;*/
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,.1);
}

.form-style label.btn {
    background-color: white;
    color: rgb(33, 37, 41);  
}

.menu-account li a.active {
    font-weight: bold;
    color: #cf987e;
}

button.btn-primary:hover, button.btn-primary:active, input[type="submit"]:hover {
    background-color: #cf987e;
    border-color: #cf987e;
}

.table-gen .btn-primary {
    background-color: #cf987e;
}

.btn {
    text-transform: none;
}




