                                    /*
Theme Name: potomek
Template: Divi
*/
 
 @import url("../Divi/style.css");
 
 .bodymain {
   background-size: auto 100%!important;
 }
 
 .notki .et_pb_column {
 background: rgba(255,255,255,0.78);
 padding:1%;
 }
 .notki .notka .et_pb_image_wrap {
 border: 3px solid #f6b8cc;
 }
 .notki .notka img {
 max-width:100%;
 }
  .notki .notka h4 {
  text-align:center;
  }
 
.notki .notka .et_pb_blurb_description {
 text-align:center;
 }
 .et_pb_section {
 background-color:#e9e9e9!important;
 }
 .fwidget {
 width:100%;
 text-align:center;
 }
 .notki .pusta {
 background:transparent;
 }
 
  .notki .notka:hover {
   -webkit-transform: scale(0.95,0.95);
   -moz-transform: scale(0.95,0.95);
   -o-transform: scale(0.95,0.95);
   -ms-transform: scale(0.95,0.95);
   transform: scale(0.95,0.95);
  
  
}
 .notki .notka {
   -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2;
    
}
.tablepress .odd td {
  background-color: rgba(249, 249, 249, 0.85)!important;
}
.tablepress .even td {
  background-color: rgba(255, 255, 255, 0.85)!important;
}
.tablepress tfoot th, .tablepress thead th {
background:#fff!important;
}

    @media all and ( min-width: 1200px) {
   .bodymain {
   padding-right:13%!important;
 }
    }
     @media all and ( min-width: 981px) {
 #et-top-navigation {
   border-top: 0px solid  #fff;

padding-top: 42px;
 }
    }
 
  @media all and ( max-width: 900px) {
   .bodymain {
      background-attachment: fixed;

background-size: 100%!important;
 }
 .et_header_style_centered #logo {
 max-height:120px;
 }
 .select_page {
 display:none!important;
 }
 .et_header_style_centered #main-header .mobile_nav {
 padding-bottom:28px;
 }
    }