/*
	Theme Name: piekarnia
	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{
	font-family: 'Cormorant Garamond', serif;
	/*font-family: 'Poppins', sans-serif;*/
	font-weight: 300;
	font-size: 20px;
	color: #ADAAAA;
	background:#fff url('http://www.paterek.pl/wp-content/uploads/2023/12/background_1920.jpg');
	/*background-size: 100% 100%;*/
    background-attachment: fixed;
	background-size: cover;
	background-position: center;
}



/* text slider */
/*div#n2-ss-2 span{
	color:#C19F5F;
}*/

span.writerText{
	/*font-family: "Yellowtail", cursive !important;*/
	/*font-family: "Mrs Saint Delafield", cursive !important;*/
	font-family: "Arizonia", cursive !important;
	/*font-weight: 400 !important;*/
	/*font-style: normal !important;*/
	/*font-size:120% !important;*/
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 1) !important;
}



header{
	width:100%;
	margin:0px auto;
	background:#fff;
}
header .in{
	width:100%;
	max-width:1400px;
	height:80px;
	margin:0px auto;
}
header .in .logo{
	width:116px;
	height:70px;
	overflow:hidden;
	float:left;
	margin:5px auto;
	padding:0px 0px;
}
header .in .logo a img{
	width:100%;
	display:block;
	margin:0px auto;
	padding:0px 10px;
	transition-duration: .6s;
}
header .in .logo:hover a img{
	transform: scale(1.1); 
}
 
/* menu PC */
header .in nav{
	width:100%;
	max-width:460px;
	/*height:80px;*/
	margin:0px auto;
	padding:16px 0px;
	float:right;
}
header .in nav .menu-menu-1-container{
	width:100%;
	margin:0px auto;
}
header .in nav .menu-menu-1-container ul{
	width:100%;
	max-width:480px;
	margin:0px auto;
	list-style:none;
	/*overflow:hidden;*/
}
header .in nav .menu-menu-1-container ul li{
	float:left;
	position:relative;
}
header .in nav .menu-menu-1-container ul li a{
	display:block;
	text-decoration:none;
	color:#000000;
	padding:13px 17px;
	margin:0px;
	font-size:22px;
	font-weight:400;
	transition-duration: .6s;
	text-align:center;
}
header .in nav .menu-menu-1-container ul li a:hover{
	color:#C19F5F;
	transform: scale(1.1); 
}

header .in nav .menu-menu-1-container ul li.menu-item-has-children > a::after{
	font-family: "Font Awesome 5 Free"; 
	font-weight: 600;  
	/*content: "\f078";*/
	display:inline-block;
	margin-left:5px;
	font-size:12px;
	-webkit-transition: -webkit-transform .8s ease-in-out;
	-moz-transition: -moz-transform .8s ease-in-out;
	-o-transition: -o-transform .8s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}
header .in nav .menu-menu-1-container ul li.menu-item-has-children:hover > a::after{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
header .in nav .menu-menu-1-container ul li.menu-item-has-children > ul.sub-menu{
	width:160px;
	display:none;
	position:absolute;
	top:53px;
	left:0px;
	z-index:999;
	background:#fff;
}
header .in nav .menu-menu-1-container ul li.menu-item-has-children:hover > ul.sub-menu{
	display:block;
}
header .in nav .menu-menu-1-container ul li.menu-item-has-children ul.sub-menu li,
header .in nav .menu-menu-1-container ul li.menu-item-has-children ul.sub-menu li a{
	width:100%;
	font-size:16px;
}
header .in nav .menu-menu-1-container ul li.menu-item-has-children > ul.sub-menu li.menu-item-has-children a::after{
	font-family: "Font Awesome 5 Free"; 
	font-weight: 600; 
	content: "\f054";
	display:inline-block;
	margin-left:5px;
	font-size:12;
	-webkit-transition: -webkit-transform .8s ease-in-out;
	-moz-transition: -moz-transform .8s ease-in-out;
	-o-transition: -o-transform .8s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}
header .in nav .menu-menu-1-container ul li.menu-item-has-children > ul.sub-menu li.menu-item-has-children:hover a::after{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
header .in nav .menu-menu-1-container ul li.menu-item-has-children > ul.sub-menu li.menu-item-has-children > ul.sub-menu{
	width:160px;
	display:none;
	position:absolute;
	top:0px;
	left:160px;
	z-index:999;
	background:#fff;
}
header .in nav .menu-menu-1-container ul li.menu-item-has-children > ul.sub-menu li.menu-item-has-children:hover > ul.sub-menu{
	display:block;
}
header .in nav .menu-menu-1-container ul li.menu-item-has-children > ul.sub-menu li.menu-item-has-children > ul.sub-menu li{
	float:left;
}
header .in nav .menu-menu-1-container ul li.menu-item-has-children > ul.sub-menu li.menu-item-has-children > ul.sub-menu li a{
	float:left;
}
header .in nav .menu-menu-1-container ul li.menu-item-has-children > ul.sub-menu li.menu-item-has-children > ul.sub-menu li a::after{
	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:#0D0F10;
	cursor:pointer;
	margin-top:10px;
}
header .in #mobile #openMenu span{
	display:block;
	width:100%;
	height:4px;
	background:#C19F5F;
	margin:6px auto;
}
header .in #mobile .mobile_menu{
	display:none;
	width:300px;
	position:absolute;
	top:80px;
	right:0px;
	z-index:999;
	background:#fff;
}
header .in #mobile .mobile_menu ul.menu{
	list-style:none;
}
header .in #mobile .mobile_menu ul.menu li a{
	display:block;
	color:#181818;
	text-decoration:none;
	padding:10px 14px;
	font-size:20px;
}
header .in #mobile .mobile_menu ul.menu li a:hover{
	color:#C19F5F;
}
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;
}


.web{
	width:100%;
	background:#0D0F10;
	color:#ADAAAA;
}
.web article{
	width:100%;
	max-width:1400px;
	padding:60px 20px 20px 20px;
	margin:0px auto;
	line-height:40px;
	text-align:justify;
}
.web article h1{
	color:#FFFFFF;
	font-size:34px;
	margin-bottom:20px;
	font-weight:400;
	text-transform:uppercase;
}
.web article h1 span{
	color:#C19F5F;
}
.web article p{
	margin:10px auto;
	color:#ADAAAA; 
}
.web article p.subNaglowek2{
	text-align:center;
	font-size:18px;
}
.web article p.naglowek2{
	text-align:center;
	font-size:22px;
	color:#643D31;
}
.web article .imgMenu img{
	box-shadow:0px 0px 5px 0px rgba(90, 90, 90, 0.75);
	cursor:pointer;
}

.web article .menuGaleria{
	width:100%;
	margin:40px auto 60px auto;
	display:flex;
	flex-wrap:nowrap;
}
.web article .menuGaleria .onefoto{
	width:100%;
	cursor:pointer;
}
.web article .menuGaleria .onefoto a img{
	display:block;
	width:100%;
	transition-duration: .6s;
}
.web article .menuGaleria .onefoto a img:hover{
	transform: scale(1.1); 
}

.webSecond{
	width:100%;
	color:#ADAAAA;
}
.webSecond article{
	width:100$;
	max-width:1400px;
	padding:60px 20px 20px 20px;
	margin:0px auto;
	font-size:18px;
	line-height:40px;
	text-align:justify;
}
.webSecond article p.motto{
	color:#FFFFFF;
	font-size:70px;
	margin-bottom:20px;
	text-align:center;
	padding:150px 0px;
	
	font-family: "Arizonia", cursive !important;
	font-weight: 400 !important;
	font-style: normal !important;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 1) !important;
}
.webSecond article p.motto span{
	color:#C19F5F;
}




.mapa{
	width:100%;
	margin:0px auto;
	color:#666666;
}



.mapGoogle{
	width:100%;
	margin:0px auto;
	overflow:hidden;
}
.mapGoogle .mapka{
	width:100%;
	margin:0px auto;
	height:400px;
}


.wpforms-container label, .wpforms-container legend{
	color:#fff !important;
	font-weight:300 !important;
	font-size:22px !important;
}
.wpforms-container label span{
	color:#C19F5F !important;
}
.wpforms-container input, .wpforms-container textarea{
	border-radius:0px !important;
	border:1px solid #fff !important;
}
.wpforms-container button{
	background:#C19F5F !important;
	border-radius:0px !important;
}
.wpforms-container button:hover{
	background:#fff !important;
	color:#000000 !important;
}
.wpforms-container .mailcheck-error{
	display:none !important;
}

.wpforms-confirmation-container-full{
	background:none !important;
	color:#fff !important;
	border:1px solid #C19F5F !important;
}



#footerUP{
	width:100%;
	height:400px;
	background:#292A2E url('http://www.paterek.pl/wp-content/uploads/2023/12/stopka_1920.jpg');
	margin:0px auto 0px auto;
	overflow:hidden;
	padding:5px;
}
#footerUP .in{
	width:100%;
	height:auto;
	max-width:1400px;
	margin:0px auto;
	padding:20px 0px;
}
#footerUP .in .kontakt{
	background:#0D0F10;
	min-width:400px;
	float:right;
	color:#fff;
	overflow:hidden;
	text-align:center;
	padding:20px;
}
#footerUP .in .kontakt h3{
	font-size:40px;
	color:#C19F5F;
	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:22px;
	text-decoration:none;
	color:#fff;
}
#footerUP .in .kontakt a:hover{
	text-decoration:none;
	color:#C19F5F;
}

#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:#0D0F10;
	margin:0px auto;
	overflow:hidden;
	padding:15px 5px;
}
#footerDOWN .in{
	width:100%;
	max-width:1400px;
	display:flex;
	flex-wrap:nowrap;
	margin:0px auto;
}
#footerDOWN .in p{
	text-align:center;
	font-size:14px;
	color:#eee;
	width:100%;
}
#footerDOWN .in p a{
	cursor:pointer;
	color:#eee;
	text-decoration:none;
}





/* cookies */
#cookies{
	width:100%;
	overflow:hidden;
	position:fixed;
	left:0px;
	bottom:0px;
	background:#181818;
	display:none;
	z-index:999;
}
#cookies .in{
	width:100%;
	max-width:1400px;
	color:#fff;
	padding:0px 50px;
	margin:0px auto;
}
#cookies .in div{
	width:100%;
	float:left;
}
#cookies .in div.textCookies{
	width:86%;
	max-width:1260px;
}
#cookies .in div.buttonCookies{
	width:12%;
	min-width:140px;
	padding:17px 0px;
}
#cookies .in div.buttonCookies a button{
	border:1px solid #C19F5F;
	background:#fff;
	color:#C19F5F;
	text-align:center;
	padding:10px 24px;
	font-size:16px;
	cursor:pointer;
	float:right;
}
#cookies .in div.buttonCookies a button:hover{
	border:1px solid #fff;
	background:#C19F5F;
	color:#fff;
}
#cookies .in div p{
	display:block;
	width:100%;
	text-align:center;
	padding:10px 10px;
	font-size:16px;
	line-height:30px;
	color:#fff;
}
#cookies .in div p a{
	color:#fff;
	text-decoration:none;
	font-weight:900;
}
#cookies .in div p a:hover{
	color:#C19F5F;
}



@media all and (max-width: 1000px){
	span.writerText{
		font-size:40px !important;
	}
	.writerDiv{
		height:80px !important;
	}
	.webSecond article p.motto{
		font-size:40px;
	}
}

@media all and (max-width: 600px){
	header .in nav{
		display:none;
	}
	header .in #mobile{
		display:block;
	}
	.web article h1{
		font-size:28px;
	}
	#footerUP .in .kontakt{
		min-width:300px;
		float:none;
		margin:0px auto;
		padding:5px;
	}
	#footerUP .in .kontakt h3{
		font-size:28px;
	}
	.webSecond article p.motto{
		font-size:30px;
	}
}
@media all and (max-width: 450px){
	header .in #mobile .mobile_menu{
		width:100%;
	}
	.web article h1{
		font-size:24px;
	}
	#footerUP .in .kontakt h3{
		font-size:24px;
	}
	span.writerText{
		font-size:30px !important;
	}
	.webSecond article p.motto{
		font-size:20px;
	}
}
@media all and (max-width:300px){
	span.writerText{
		font-size:20px !important;
	}
}
