/*
Theme Name: Mega Dom Deweloper
Theme URL: https://megadomdeweloper.pl
Description: Palladio Child Theme
Author: SilverFox.pl
Author URL: https://silverfox.pl
Template: palladio
Version:  1.0
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
.top_panel {margin-bottom: 0%;}

h1.title {
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 50px;
}
.aboutus-grid {
    background: #e8e8e8;
}
.aboutus-right {
    padding: 50px;
}

@media (max-width: 768px) {
    .aboutus-right {
        padding: 10px;
        margin: 20px;
    }
    section.nasze-inwestycje {
        margin-left: 20px !important;
        margin-right: 10px !important;
    }
    .archive-investments-item {
        margin-bottom: 30px !important;
    }
}

.home-title {
    font-family: "Poppins", sans-serif;
    font-size: 4.118em;
    font-weight: 700;
    font-style: normal;
}
section.aboutus {
    margin-top: 50px;
}

section.nasze-inwestycje {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

/* Wszystkie inwestycje */

.archive-investments-grid {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 100px;
}
.archive-investments-item {
    text-align: center;
    padding-bottom: 30px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
}
.investments-title {font-size: 30px;}
.investments-button {font-size: 18px; text-align: center;}
.inwestments-category {
    position: relative;
    z-index: 99;
    text-align: right;
    padding: 5px 5px;
    margin-bottom: -50px;
    margin-left: auto;
    margin-right: 15px;
    background: #ffffff;
    max-width: 195px;
}
/* Inwestycja */
.subtitle {
    font-size: 1.176em;
    font-style: normal;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.5em;
    color: #000000;
}

.subtitle:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 11em;
    margin-left: 2em;
    height: 1px;
    background-color: #000;
    flex-shrink: 10000;
    text-align: left;
}
.investment {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}
.investment-gallery {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 50px;
}
.investment-gallery-item img {
    height: 200px;
    object-fit: cover;
}
@media (max-width: 768px) {
    .archive-investments-grid, .investment, .investment-gallery {grid-template-columns: repeat(1, 1fr);}
}