/*
Theme Name: GASTRO PIZZERIA
Author: Łukasz Kuchnio
Author URI: http://kuchnio.com

*/

* { border: none; margin: 0px; padding: 0px;  }



body {
	background: #fff;
	width: 100%;
	max-width: 100%;
	height: 100%;
	min-height: 100vh;
	
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 180%;
	color: #000;	
	
	overflow-x: hidden;
	position: relative;
}

	body.overflow {
		overflow: hidden;
	}
	
*:focus,
input:focus,
button:focus,
textarea:focus {
	outline: 0;
}	


::selection {
	color: #fff;
	background: #c1201b;
}
::-moz-selection {
	color: #fff;
	background: #c1201b;
}

a {
	color: #95C12B;
	text-decoration: none;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	
	cursor: pointer;
}

a:hover {
	color: #000;
	text-decoration: none;
	
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	cursor: pointer;
}

		
.fit {
	width: 960px;
	margin: 0 auto;
}

h2 {
	display: block;
	padding: 30px 0 60px 0;
    font-family: 'Lato', sans-serif;
	font-size: 40px;
	font-weight: 400;
    font-style: italic;
    line-height: 42px;
    text-align: left;
	color: #c1201b;
}

	h2 strong {
		display: block;
		font-size: 75px;
		font-weight: 900;
	}
	
#container {
	width: 100%;
	min-width: 1000px;
	min-height: 100vh;
	max-width: 2000px;
	margin: 0 auto;
	
	background-color: #fff;
	box-shadow: 0 0 5px 5px rgba(0 0 0 / 0.2);
}

	header {
		position: relative;
		width: 100%;
		height: 750px;
		background-color: #E56420;
		background-image: url(graf/top.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50% 100%;
	}

		
		header #header_inner {
			display: flex;
			justify-content: space-between;
			align-items: center;
			padding: 50px 0;
		}

			header #mainmenu ul {
				list-style: none;
				display: flex;
			}

			header #mainmenu ul li {
				padding: 0 5px;
			}
			
			header #mainmenu ul li a {
				position: relative;
				display: block;
				overflow: hidden;
				border-radius: 50%;
				width: 77px;
				height: 77px;
				box-shadow: 0 1px 2px 1px rgba(101 0 0 / 1);
				transition: all 0.4s ease;
			}

				header #mainmenu ul li a:hover {
					margin-top: -10px;
					box-shadow: 0 5px 4px 1px rgba(101 0 0 / 1);
					transition: all 0.4s ease;
				}
				
				header #mainmenu ul li a img {
					width: 77px;
					height: auto;
				}
		
		header #godziny {
			position: relative;			
		}

		header #godziny .godziny_inner {
			font-family: 'Lato', sans-serif;
			
			position: absolute;
			right: 130px;
			top: -5px;
			
			transform: rotate(5deg);
			text-align: center;
			
			font-size: 22px;
			font-weight: 600;
			line-height: 1.2;
		}
			
		header #godziny strong {
			font-weight: 800;
		}
			
	#promocje {
		
	}
	
		#promocje ul.promocje_lista {
			display: flex;
			flex-wrap: wrap;
			list-style: none;
			justify-content: center;
		}

			#promocje ul.promocje_lista li {
				flex-basis: 30%;
				max-width: 30%;
				margin: 20px 1%;
			}

			#promocje ul.promocje_lista li .promocja_txt {
				display: flex;
				align-items: center;
				justify-content: center;
				
				width: 250px;
				height: 250px;
				border: 10px solid #E40814;
				border-radius: 50%;
				box-sizing: border-box;
				padding: 15px;
				line-height: 1.5;
				
				font-size: 22px;
				font-style: italic;
				font-weight: 700;
				color: #E40814;
				text-align: center;
				
			}

			#promocje ul.promocje_lista li .promocja_img {
			
			}
			
				#promocje ul.promocje_lista li .promocja_img img {
					height: auto;
				}


	#menupizza {
		position: relative;
		z-index: 1;
		background: #c11f1b;
		color: #fff;
		padding: 250px 0 300px 0;
	}
	
		#menupizza:before {
			content: "";
			display: block;
			width: 100%;
			height: 255px;
			
			position: absolute;
			z-index: -1;
			top: 0;
			left: 0;

			background-image: url(graf/bg_sep_wht.jpg);
			background-repeat: no-repeat;
			background-size: cover;
			background-position: 50% 100%;
		}	
		
		#menupizza:after {
			content: "";
			display: block;
			width: 100%;
			height: 255px;
			
			position: absolute;
			z-index: -1;
			bottom: 0;
			left: 0;

			background-image: url(graf/bg_sep_red.jpg);
			background-repeat: no-repeat;
			background-size: cover;
			background-position: 50% 100%;
		}
	
		#menupizza h2 {
			text-align: right;
			color: #fff;
		}
	
		#menupizza table {
			width: 100%;
			border-spacing: 0;
		}
		
			#menupizza table thead th:nth-child(2),
			#menupizza table thead th:nth-child(3) {
				text-align: center;
				padding: 5px 10px 15px 10px;
			}
			
				#menupizza table thead th:nth-child(2) span,
				#menupizza table thead th:nth-child(3) span {
					margin: 0 auto;
					display: flex;
					justify-content: center;
					align-items: center;
					width: 55px;
					height: 55px;
					background: #fff;
					border-radius: 50%;
					
					box-shadow: #650000 0px 3px 3px;
					color: #c1201b;
					font-weight: 400;
					line-height: 1.2;
				}
				

			#menupizza table tbody tr {
				background: transparent;
				transition: all 0.2s ease;
			}
			
			#menupizza table tbody tr:hover {
				background: #a21412;
				transition: all 0.2s ease;
			}
			
				
			
				#menupizza table tbody td {
					padding: 10px 10px;
				}
					
					#menupizza table tbody td:first-child span.pizzanazwa {
						font-size: 22px;
						font-weight: 900;
						font-style: italic;
					}		

					#menupizza table tbody td:first-child span.pizzaskladniki {
						font-size: 15px;
						font-weight: 400;
					}
					
					#menupizza table tbody td:nth-child(2),
					#menupizza table tbody td:nth-child(3) {
						text-align: center;
						
						font-size: 18px;
						font-weight: 900;
						font-style: italic;
						
					}				
				
			
				#menupizza table tbody tr.plik {
					background: none;
					text-align: center;
				}
			
					#menupizza table tbody tr.plik td {
						padding: 15px 0;
					}
			
					#menupizza table tbody tr.plik td a {
						position: relative;
						z-index: 1;
						display: inline-block;
						width: 440px;
						height: 65px;
						line-height: 65px;
						
						font-size: 24px;
						font-weight: 900;
						font-style: italic;
						color: #000;
											
						text-align: center;
					}
					
					#menupizza table tbody tr.plik td a:hover {
						color: #fff;
					}
					
					#menupizza table tbody tr.plik td a svg {
						position: absolute;
						z-index: -1;
						left: 0;
						top: 0;
					}

					#menupizza table tbody tr.plik td a svg path {
						transition: all 0.2s ease;
					}
					
					#menupizza table tbody tr.plik td a:hover svg path {
						fill: #a21412;
						transition: all 0.2s ease;
					}

			
			
	#menunapoje {
		padding: 0px 0 50px 0;
	}
	
		#menunapoje h2 {
			text-align: right;
		}
			
	
		#menunapoje table {
			width: 100%;
			border-spacing: 0;
			padding: 30px 0;
		}
			

			#menunapoje table tbody tr {
				background: transparent;
				transition: all 0.2s ease;
			}
			
			#menunapoje table tbody tr:hover {
				background: #E8E5E5;
				transition: all 0.2s ease;
			}
			
				#menunapoje table tbody td {
					padding: 10px 10px;
					color: #c1201b;
					
					display: flex;
					justify-content: space-between;
				}
					
					#menunapoje table tbody td:first-child span.napojnazwa {
						font-size: 22px;
						font-weight: 900;
						font-style: italic;
					}		

					#menunapoje table tbody td:first-child span.napojcena {
						font-size: 22px;
						font-weight: 500;
						font-style: italic;
					}
			
			
			
	footer {
		
	}
	
		footer #footer_top {
			width: 100%;
			height: 680px;
			box-sizing: border-box;
			padding: 250px 0 100px 0;
			
			background-color: #E56420;
			background-image: url(graf/footer.jpg);
			background-repeat: no-repeat;
			background-size: cover;
			background-position: 50% 100%;
		}
			
			
		footer #footer_top h2 {
			text-align: right;
			color: #fff;
					
			display: block;
			font-size: 75px;
			font-weight: 900;
		}
			
		footer #footer_top .wp-block-columns {
			color: #fff;
			padding-top: 40px;
			align-items: center;
			justify-content: space-between;
		}
		
		footer #footer_top .wp-block-column:first-child {
			flex-basis: 45%;
		}
		
			footer #footer_top .wp-block-column:first-child strong {
				display: block;

				padding: 30px 0 30px 90px;
				background-image: url(graf/phone_ico.png);
				background-repeat: no-repeat;
				background-position: center left;
				font-size: 60px;
				font-weight: 900;
			}

		footer #footer_top .wp-block-column:last-child {
			flex-basis: 30%;
			padding-left: 50px;
		}
		
			footer #footer_top .wp-block-column:last-child strong {
				display: block;
				padding: 30px 0 30px 90px;
				background-image: url(graf/point_ico.png);
				background-repeat: no-repeat;
				background-position: center left;
				font-size: 30px;
				font-weight: 500;
				line-height: 1.3;
			}
	
		
		footer #footer_bottom {
			padding-top: 15px;
			padding-bottom: 30px;
			color: #fff;
			background: #BC1D19;
			
			text-align: center;
			font-size: 12px;
		}
		
		footer #footer_bottom a {
			color: #fff;
		}		
		
		footer #footer_bottom a:hover {
			text-decoration: underline;
		}
		
		
		
	.backtop {
		position: fixed;
		z-index: 999;
		
		right: 2vw;
		bottom: -100px;
		
		opacity: 0;
		transition: all 0.2s ease;
	}
	
	.backtop.on {
		bottom: 2vw;
		opacity: 1;
		transition: all 0.2s ease;
	}
	
		.backtop a {
			display: block;
			width: 80px;
			height: 70px;
			
			background-image: url(graf/scrollup.png);
			background-repeat: no-repeat;
			background-position: center left;
		}