/*
 Theme Name:     Divi Child
 Template:       Divi
 Version:        1.0.0
*/
  
/* =Theme customization starts here
------------------------------------------------------- */

/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}
 
/*** Expand the content area to fullwidth ***/

#left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
}

#main-footer #et-footer-nav .container{
    text-align: center;
}

/* Wyrównanie w pionie */
.divi-vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
}

/* Galeria */
@media all and (max-width:640px)  {
   .galeria-3-kolumny .et_pb_gallery_item {
	margin: 1%!important;
	width: 99%!important;
	clear: none!important;
}
}

@media all and (min-width: 641px) {
   .galeria-3-kolumny .et_pb_gallery_item {
	margin: 1% !important;
	width: 30% !important;
	clear: none !important;
}
}
