:root{
    --jasnyszary: #E6E5DF;
    --ciemnyszary: #D0D0D1;
    --kolortekst: #454545;
}
button#menu_rozwi{
    display: none;
}
p{
    font-family: 'Outfit' !important;
}
a{
    font-family: 'Outfit' !important;
}
h2{
    font-family: 'Outfit' !important;
    font-weight: 600 ;
}
div#site-logo-inner img.custom-logo {
    filter: invert(1)  brightness(0.8) !important;
}


#site-navigation-wrap .dropdown-menu >li >a{
    font-size: 14px !important;
    padding: 0 10px !important;
}
span.text-wrap {
    font-weight: 100;
}
#site-navigation-wrap .dropdown-menu>li>a:hover {
    color: white !important;
}
img.custom-logo {
    filter: brightness(0.8) !important;
}
.social a {
    filter: brightness(0.8) !important;
}
span.text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.effect-one #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
    display: block;
    background-color: #13aff0;
    position: absolute;
    bottom: 20% !important;
    left: 15% !important;
    content: "";
    width: 70% !important;
    transform: translateX(-50%);
    height: 1px !important;
    visibility: hidden;
    -moz-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: center !important;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
.stopka{
    width: 100%;
    
    display: flex;
    flex-direction: row;
    padding: 30px;
}

header .nakla{
    width: 100%;
    height: 00%;
    transition: 0.3s;
    position: fixed;
    top: 0px;
    z-index: -1;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%);
}

header .gor {
    width: 100%;
        position: fixed;
    top: 0px;
    height: 20%;
    transition: 0.3s;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}
header#site-header {
    background: transparent;
    position: fixed;
    border: none;
    margin-top: 30px !important;
	
}
#site-navigation-wrap {
    float: inherit !important;
}
div#site-logo {
    float: inherit;
    position: absolute;
    left: 0px;
}

.menurozwijss {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social {
    position: absolute;
    right: 0px;
    z-index: 2;
    color: white;
    top: 0px;
}

.social a {
    color: white !important;
    font-size: 22px;
    line-height: 80px;
    margin-left: 16px;
    transition: 0.3s;
}
.social a:hover{
    transform: scale(1.1);
}
.social ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0px;
    padding: 0px;

}
div#site-logo-inner img.custom-logo{
    filter: invert(1) brightness(1)  !important;
}




.gradient-footer {
    height: 150px;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgb(0 0 0) 19%, rgba(0, 0, 0, 0) 99%);
}
 
.blog header .nakla {
    width: 100%;
    position: fixed;
    top: 0px;
    height: 20%;
    transition: 0.3s;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
.single-post #main #content-wrap {
    padding-top: 250px;
    padding-bottom: 50px;
}

.single-post header .nakla {
    width: 100%;
    position: fixed;
    top: 0px;
    height: 20%;
    transition: 0.3s;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
 
ul.social {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-template-dobiura .baner ol.flickity-page-dots,.page-template-serwis .baner ol.flickity-page-dots,.page-template-sklepy .baner ol.flickity-page-dots,.page-template-onas .baner ol.flickity-page-dots,.page-template-kontakt .baner ol.flickity-page-dots{
    display: none !important;
}

@media screen and (max-width: 911px){
	.portfolio .karuzela .flickity-page-dots {
        max-width: 100%;
        display: flex;
        justify-content: center;
    }
	

.kontakt {
    flex-direction: column !important;
}
	.kontakt .mapa, .kontakt .tekst,.kontakt .formularz{
		width: 100% !important;
	}

    .stopka {
        flex-direction: column !important;
    }
		body.page-template.page-template-templates.page-template-kontakt.page-template-templateskontakt-php .linijka1 {
    animation: animacjalinijka2v2;
    animation-duration: 1.5s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    margin-right: unset !important;
    margin-left: -380px;
    width: 45% !important;
    margin-bottom: -30px !important;
    margin-top: 10px !important;
}
    .stopka div {
		margin-top: 1vh;
        width: 100%;
    }
    button#menu_rozwi {
        display: block;
        margin: 20px;
        margin-left: 20%;
        font-weight: bold;
        color: var(--ciemnyszary);
        background-color: transparent;
        border: solid var(--ciemnyszary) 1px;
        padding: 5px 10px;
        right: 3%;
        position: absolute;
        top: 0%;
        z-index: 10000;
    }
    div#site-navigation-wrap {
        width: 101vw;
        height: 100vh;
        background-color: black;
        position: absolute;
        left: -6%;
        right: 0% !important;
        top: -3vh;
        justify-content: center;
        align-items: center;
    }
    ul#menu-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .social {
        position: absolute;
        right: 20px;
        z-index: 2;
        color: white;
        top: 0px;
        display: none;
		margin-bottom:5vh;
    }
    #site-navigation-wrap .dropdown-menu>li>a {
        line-height: 60px !important;
        text-align: center;
		
    }
	header#site-header {
    	margin-top: 10px !important;
	}
}