/*
Theme Name: Bohema Child
Theme URI: https://designsolutionslab.com/
Template: bohema
Author: Design Solutions
Author URI: https://designsolutions.pl/
Description: Creative Multipurpose WordPress Theme
Tags: blog,custom-menu,featured-images,threaded-comments,translation-ready,right-sidebar,custom-background,e-commerce,theme-options,sticky-post,full-width-template
Version: 1.0.1619463223
Updated: 2021-04-26 20:53:43

*/

.elementor-slideshow__title, .gallery .gallery-item {
	display: none;
}
.gallery img {
    border: 2px solid #fdce6e!important;
}
.gallery .gallery-item {
    margin-top: 0px!important;
}
#apartamenty .gallery-item {
	display: none;
}
#apartamenty .gallery-item:nth-child(1) {
	display: block;
}
.gal-port .gallery-item:nth-child(1) {
    width: 100%;
    max-width: 57%;
    margin: 0 auto;
    float: none!important;
}
.apartament-list {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.apartament-list li {
    list-style: none;
    border-bottom: 1px dashed #000;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 0.8em;
    font-weight: 400;
}
@media screen and (max-width: 768px) {
	.gal-port .gallery-item:nth-child(1) {
    max-width: 100%;
}
}