/*
	Theme Name: Start template for WordPress
	Theme URI: http://www.mcteam.com.pl 
	Author: MC TEAM Agencja Interaktywna Mateusz Ciesiółka
	Description: A template to start playing with WordPress
	Version: 1.0
*/

*{
    margin: 0;
    padding: 0;
	box-sizing:border-box;    
}

body{
	text-rendering:optimizeLegibility;
	font-family: Poppins,sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 29px;
	/*color: #E74D3C;*/
	color: #181818;
	background:#fff;
	/*background:#fff url('http://seonet.stronazen.pl/fundacja/wp-content/uploads/2024/07/tlo_1.png');*/
} 


/* header */
header{
	width:100%;
	padding: 10px 0;
	margin:0px auto;
	background:#fff;
}
header .in{
	width:100%;
	max-width:1600px;
	margin:0px auto;
	display:flex;
	position:relative;
}	
header .in div#logo{
	width:100%;
	max-width:150px;
	padding:4px 0px;
}	
header .in div#logo a{
	width:100%;
	display:block;
}	
header .in div#logo a img{
	width:100%;
}	
header .in nav{
	display:block;
	margin:0px auto;
	overflow:hidden;
}	
header .in nav ul{
	list-style:none;		
}		
header .in nav ul li{
	float: left;
	margin: 0 3px 0 0;
}	
header .in nav ul li a{
	color: #000;
	text-decoration: none;	
	text-transform: uppercase;
	padding: 16px 15px;
	font-size: 15px;
	font-weight: 700;
	display: block;
	cursor:pointer;
}
header .in #menu-responsive{
	display: none;
}
header .in .media{
	width:100%;
	max-width:100px;
	padding:0px 20px;
}
header .in .media i{
	font-size:30px;
	color:#26476F;
	padding:13px 0px;
}

header .ownImage{
	width:100%;
	margin:5px auto;
}
header .ownImage img{
	width:100%;
	display:block;
	margin:0px auto;
}

.headerFixed{
	width:100%;
	padding: 10px 0;
	margin:0px auto;
	background:#fff;
	position:fixed;
	left:0px;
	top:0px;
	z-index:999;	
}
.headerFixed .in{
	width:100%;
	max-width:1600px;
	margin:0px auto;
	display:flex;
	position:relative;
}	
.headerFixed .in div#logo{
	width:100%;
	max-width:150px;
	/*padding:4px 0px;*/
	margin-top:8px;
}	
.headerFixed .in div#logo a{
	width:100%;
	display:block;
}	
.headerFixed .in div#logo a img{
	width:100%;
}	
.headerFixed .in nav{
	display:block;
	margin:0px auto;
	overflow:hidden;
}	
.headerFixed .in nav ul{
	list-style:none;		
}		
.headerFixed .in nav ul li{
	float: left;
	margin: 0 3px 0 0;
}	
.headerFixed .in nav ul li a{
	color: #000;
	text-decoration: none;	
	text-transform: uppercase;
	padding: 16px 15px;
	font-size: 15px;
	font-weight: 700;
	display: block;
	cursor:pointer;
}
.headerFixed .in #menu-responsive{
	display: none;
}
.headerFixed .in .media{
	width:100%;
	max-width:100px;
	padding:0px 20px;
}
.headerFixed .in .media i{
	font-size:30px;
	color:#26476F;
	padding:13px 0px;
}
.headerFixedBlock{
	display:block;
}
.headerFixedNone{
	display:none;
}

/* menu mobile */
header .in #mobile{
	width:100%;
	position:relative;
	display:none;
}
header .in #mobile #openMenu{
	display:block;
	float:right;
	width:60px;
	padding:10px 10px;
	overflow:hidden;
	background:#26476F;
	cursor:pointer;
	margin-right:10px;
}
header .in #mobile #openMenu span{
	display:block;
	width:100%;
	height:4px;
	background:#56A6D7;
	margin:6px auto;
}
header .in #mobile .mobile_menu{
	display:none;
	width:300px;
	position:absolute;
	top:66px;
	right:8px;
	z-index:999;
	background:#26476F;
}
header .in #mobile .mobile_menu ul.menu{
	list-style:none;
}
header .in #mobile .mobile_menu ul.menu li a{
	display:block;
	color:#fff;
	text-decoration:none;
	padding:10px 14px;
	font-size:20px;
}
header .in #mobile .mobile_menu ul.menu li a:hover{
	color:#BACFC6;
}
header .in #mobile .mobile_menu ul.menu li.menu-item-has-children ul.sub-menu{
	display:none;
	list-style:none;
}
header .in #mobile .mobile_menu ul.menu li.menu-item-has-children ul.sub-menu li a{
	display:block;
	padding-left:60px;
}


.arrowUP{
	position:fixed;
	width:40px;
	height:40px;
	border-radius:50%;
	color:#fff;
	background:#26476F;
	cursor:pointer;
	right:50px;
	bottom:50px;
	font-size:28px;
	padding:4px 8px;
	z-index:999;
}


/* site */
.web{
	width:100%;
	margin:0px auto;
	overflow:hidden;
	/*margin-bottom:40px;*/
	padding:20px 0px;
	background:#fff url('http://seonet.stronazen.pl/fundacja/wp-content/uploads/2024/07/tlo_1.png');
}

.web.white{
	background:#fff !important;
}

.web section{
	width:100%;
	max-width:1200px;
	margin:0px auto;
	overflow:hidden;
}

.web section article h1, .web section article h1 a{
	color:#181818;
	font-weight:700;
	text-decoration:none;
	padding:10px 0px;
	text-align:left;
	font-size:28px;
}

.web section article p{
	color:#434343;
	line-height:2;
	margin:15px auto;
}


/* footer */
#footerUP{
	width:100%;
	height:362px;
	margin:0px auto 0px auto;
	overflow:hidden;
	padding:5px;
	background:#f2f2f2;
}
#footerUP .in{
	width:100%;
	height:auto;
	max-width:1400px;
	margin:0px auto;
	padding:20px 0px;
	overflow:hidden;
}
#footerUP .in .logoFotter{
	width:100%;
	max-width:250px;
	float:left;
	margin:100px 0px;
}
#footerUP .in .logoFotter img{
	width:100%;
	display:block;
}
#footerUP .in .kontakt{
	background:#26476F;
	min-width:400px;
	float:right;
	color:#fff;
	overflow:hidden;
	text-align:center;
	padding:20px;
}
#footerUP .in .kontakt h3{
	font-size:40px;
	color:#fff;
	text-align:center;
	font-weight:400;
	text-transform:uppercase;
}
#footerUP .in .kontakt i{
	font-size:30px;
}
#footerUP .in .kontakt a,
#footerUP .in .kontakt p{
	font-size:18px;
	text-decoration:none;
	color:#fff;
}
#footerUP .in .kontakt a:hover{
	text-decoration:none;
	color:#fff;
}

#footerUP .containerPHONE {
	width:100%;
	max-width:200px;
	display: grid;
	grid-template-columns: 40px 160px;
	grid-auto-rows: 22px;
	align-items: center;
	margin:0px auto;
}
#footerUP .containerPHONE .row-span {
	grid-row: span 2;
}
#footerUP .containerMAIL {
	width:100%;
	max-width:250px;
	display: grid;
	grid-template-columns: 40px 210px;
	align-items: center;
	margin:0px auto;
}

#footerDOWN{
	width:100%;
	background:#f2f2f2;
	margin:0px auto;
	overflow:hidden;
	padding:5px;
}
#footerDOWN .in{
	width:100%;
	max-width:1400px;
	display:flex;
	flex-wrap:nowrap;
	margin:0px auto;
}
#footerDOWN .in p{
	text-align:center;
	font-size:12px;
	color:#9f9f9f;
	width:100%;
}
#footerDOWN .in p a{
	cursor:pointer; 
	color:#9f9f9f;
	text-decoration:none;
}

.web .home article h2{
	margin-top:40px;
}

	
/* responsive style */
@media all and (max-width: 1610px){
	header .in{
		padding:0px 10px;
	}
}

@media all and (max-width: 1210px){
	.web{
		padding:20px 10px;
	}
	.arrowUP{
		right:20px;
		bottom:20px;
	}
}

@media all and (max-width: 800px){
	header .in{
		display:block;
		padding:0px;
	}
	header .in div#logo{
		width:100%;
		max-width:150px;
		padding:4px 0px;
		margin:0px auto;
	}	
	header .in nav{
		display:none;
	}
	header .in #mobile{
		display:block;
	}
	header .in .media{
		position:absolute;
		left:0px;
		top:0px;
	}
	#footerUP .in .logoFotter{
		float:none;
		margin:20px auto;
	}
	#footerUP .in .kontakt{
		float:none;
		margin: 10px auto;
	}
}

@media all and (max-width: 450px){
	header .in #mobile .mobile_menu{
		width:100%;
		right:0px;
	}
}