 
   /* @import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Playfair+Display:400,700,400italic&amp;subset=latin-ext'); */
 
      body {
        font-family: 'Montserrat',sans-serif;
        color: #32323a;
        font-weight: 300;
      }
      section{       
        background-color: #ffffff;
      }
      aside{       
        background-color: #ffffff;
      }
      h1, h2, h3, h4, h5, h6 {
        font-family: 'Playfair Display',sans-serif;
        
      }
      header{
        color: #000000;
      }
      .header-bar {
          background-color: #f1b36d;
      }
      .bottom-bar {
          background-color: #f1b36d;
      }
      .sidenav, .sidebar-container {
          background-color: #353535;
      }
      .sidenav , .sidenav a,  .sidenav p, .sidebar-container, .sidebar-container a, .sidebar-container p{
          color: #fff;
      }
      nav ul li, nav{
          background-color: #f1b36d; 
      }
      .chevron-right span, .chevron-left span {
       border-color:#fff;
      }
                   .site-title a,
            .site-description {
                color: #ffffff;
            }
            .menuburger-inner span{
                background:  #ffffff;
            }
            @supports( mix-blend-mode: multiply ) {
            body.custom-background > div#page {
                position: relative;
                z-index: 1;
            }
            body.custom-background > div#page-top{
            position: relative;
            z-index: 2;
        }  
            body.custom-background::before {
                    background: #f1b36d;
                    opacity: .6;
                   /* mix-blend-mode: multiply; */

                    content: '';
                    display: block;
                    width: 100%;
                    height: 100%;
                    position: fixed;
                    top: 0;
                    left: 0;
                    z-index: 0;
                }
            }

            .mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body
            {
            background: #f7f7f7 !important;
            border-radius: 0px;
            }
                            .mejs-overlay-button {
                        background: url(https://wewnetrzne-dziecko.positivelife.pl/wp-content/plugins/plife-member/assets/mejs-controls-dark.svg) !important;
                        background-position: 0 -39px  !important;
                        height: 80px;
                        width: 80px;
                }
            .mejs-container .mejs-button>button, .mejs-button>button  {
          
            background-image: url(https://wewnetrzne-dziecko.positivelife.pl/wp-content/plugins/plife-member/assets/mejs-controls-dark.svg) !important;
        
            }
                        .mejs-container * {
            color: #2b2b2b;
            }
            .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
            background: rgba(156, 156, 156, 0.56);
            }
            .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
            box-shadow: 0px 1px 7px rgba(154, 154, 154, 0.22);
            }
            .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
            background: #3a281b;
            }
            .current-progress{
                background-color: #38250a;
            }
  