
*{
    font-family: "futura-pt", sans-serif;
    transform: 0.3s;
}
.baner-start{
    height: 100vh !important;
}
.page {
    margin-bottom: 0px !important;
}
body.page-template-start header#masthead{
    position: absolute;
}
header#masthead {
    z-index: 999;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    padding: 3%;
}
.baner-lewo-cont{
    bottom: 5%;
    left: 3%;
    /* width: 25%; */
}
ul#primary-menu {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    width: fit-content;
}
li.menu-item{
    margin-bottom: 10px !important;
}
 .page-template-start li.menu-item a {
    color: white !important;
} 

.home li.menu-item a {
    color: black !important;
}
li.menu-item a {
    color: black !important;
}
.stopka{
    width: 100%;
    height: 30vh;
    text-align: center;
    background-color: #504E4B;
}
.baner-lewo-cont h2 {
    font-size: 40px;
    color: black;
    margin-left: 15px;
    margin-bottom: 15px;
}
.baner-lewo-cont p{
    color: black;
    font-size: 18px;
    margin-bottom: 15px !important;
}
.baner-lewo-cont a{
    color: black !important;
    text-decoration: none;
    border-bottom: solid 1px #000;
    font-size: 16px !important;
}
.lewo-prawo{
    font-size: 18px;
}
.cent p{
    font-style: italic;
    font-weight: lighter;
}
.prawo a{
    font-size: 18px;
    color: black !important;
    border-bottom: solid 1px #504E4B;
    text-decoration: none;
}
.opis_bottom p {
    font-size: 18px;
    font-style: italic;
    font-weight: lighter;
}
.con-top p{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.prawo-cont{
    font-size: 18px !important;
    text-align: center;
    padding: 5% !important;
}
input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control.wpcf7-textarea {
    border-radius: 30px;
    padding: 10px;
    background-color: transparent;
    border: solid black 1px;
    font-size: 16px !important;
}
input.wpcf7-form-control.wpcf7-text::placeholder {
    text-align: center !important;
    color: black;
    font-size: 16px !important;
}
textarea.wpcf7-form-control.wpcf7-textarea::placeholder{
    color: black;
    font-size: 16px !important; 
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    margin-top: 15px;
    float: right;
    border-radius: 30px;
    border: solid 1px black;
    padding: 15px 20px;
    font-weight: bold;
}
.single img.attachment-custom-thumb.size-custom-thumb.wp-post-image {
    display: none !important;
}
.opis-cont{
    font-style: italic;
    font-weight: lighter;
}
.box-real .entry-meta, .box-real .entry-content, .box-real footer.entry-footer{
    display: none !important;
}
.box-real article{
    width: 23%;
    height: 50vh;
    position: relative;
    overflow: hidden;
    margin-bottom: 3em !important;
}
.box-real a.post-thumbnail{
    width: 100%;
    height: 100%;
}
.box-real a.post-thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
    transition: 0.3s;
    scale: 1.0;

}

img.attachment-custom-thumb.size-custom-thumb.wp-post-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box-real article:hover img{
    scale: 1.1;
}
.box-real header.entry-header {
    position: absolute;
    bottom: 2%;
    left: 8%;
    z-index: 99;
}
.box-real header.entry-header a {
    color: white !important;
    font-size: 15px !important;
    text-decoration: none !important;
}
.comments-area, aside#secondary, nav.navigation.post-navigation{
    display: none !important;
}
.post footer.entry-footer{
    display:none !important;
}
.post-page-box .entry-meta, .post-page-box .post-thumbnail{
    display: none;
}
.post-page-box .tytul-post{
    font-size: 30px;
}
.post-page-box .entry-content{
    font-size: 18px;
}
@media screen and (max-width: 992px){
    button.menu-toggle {
        display: none;
    }
    .baner-lewo-cont p {
        color: white;
        font-size: 16px;
        margin-bottom: 15px !important;
    }
    .con-top p{
        flex-wrap: wrap;
        margin-bottom: 0px !important;
    }
    input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control.wpcf7-textarea{
        margin-top: 10px;
    }
    .box-real article{
        width: 100% ;
        margin-bottom: 1em !important;
    }
}
