/*
Theme Name: LA BODEGA
Theme URL: 
Description: 
Version: 1.0
Author: eFabryka.net

*/

@import "css/fonts.css";

html>body #content {
	height: auto;
}

body{
	padding: 0px;
	margin: 0px;
	font: 62.5% 'DM Sans', sans-serif; /* Resets 1em to 10px */
	overflow-y: scroll;	
	animation: fadein 1000ms ease;	
	color: var(--f-color);
	background: #fff;
}

:root {
	--f-color: #252525;
	--s-color: #7E0B18;
	--f-font: 'DM Sans';
	--s-font: 'DM Serif Display';
}

/************************************************
*	HEAD										*
************************************************/

#head{
	position: fixed;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	font-size: 1rem;
	font-weight: 600;
	z-index: 999;
	transition: 500ms;
	}

#head.scroll, #head.subpage {
	background: #F8F7F0;
	transition: 500ms;
}

#head .logo {
	width: 245px;
	height: auto;
	margin: 20px 0 20px 10px;
}

#head .inside {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #000000;
}

#head h5 {display: none;}

#head .inside div:last-of-type {
	margin-right: 10px;
	display: flex;
	align-items: center;
	}

#head .facebook {
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(images/facebook.svg) no-repeat;
	background-size: cover;
	margin: 0 0 0 22px;
	}

#head .instagram {
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(images/instagram.svg) no-repeat;
	background-size: cover;
	margin: 0 0 0 22px;
	}

#head .tiktok {
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(images/tiktok.svg) no-repeat;
	background-size: cover;
	margin: 0 0 0 22px;
	}

#head .social a {
	transition: 200ms;
}

#head .social a:hover {
	transform: scale(1.1);
	opacity: .6;
	transition: 200ms;
}

#head .menu {
		display: block;
		text-align: right;
		float: right;
		clear: right;
		}
		
#head .menu ul {
		margin: 0;
		padding: 0;
		}

#head .menu li {
		list-style: none; 
		display: inline-block;
		margin-right: 30px;
		}
		
#head .menu li:last-of-type {
		margin-right: 0;
	}
		
#head .menu li a{
		cursor: pointer;
		font-size: 1rem;
		font-weight: 600;
		transition: 200ms ease;
		color: var(--f-color);
		}
		
#head .menu li a:hover, #head .menu li.current-menu-item a	 {
		color: var(--s-color);
		}
		
#head .menu li.menu-item-has-children {
	position: relative;
}	
	
#head .menu li.menu-item-has-children:after {
	content: url(images/li-after.svg);
	margin-left: 5px;
	transition: 200ms;
	display: inline-block;
	
}	

#head .menu li.menu-item-has-children:hover:after {
	transform: rotate(90deg);
	transition: 200ms;
}

	
#head ul.sub-menu {
		display: flex;
		width:250px;
		flex-direction: column;
		padding: 30px 0 0 0;
		position: absolute;
		left: -70px;
		transform-origin: top;
		transition: 500ms ease;
		z-index: 666;
		transform: scale(1,0);
		opacity: 0;
}

#head ul.sub-menu li {
	padding: 10px 10px;
	text-align: center;
	margin: 4px 0;
}

#head ul.sub-menu li a {
	padding: 10px 10px;
	text-align: center;
}

#head ul.sub-menu li a:hover {
}

#head li.menu-item-has-children:hover > ul.sub-menu {
	transform: scale(1,1);
	opacity: 1;
	transition: 500ms;
}

.top-space {
	padding-top: 60px;
}

/************************************************
*	TEXT										*
************************************************/

.text-content {
	font-size: 1rem;
	line-height: 1.5rem;
}

.s-color p {
	color: var(--s-color);
}

.slider-txt1 p {
	font-size: 2.625rem !important;
	line-height: 3.8rem !important;
	font-family: var(--s-font), serif !important;
}

.slider-txt2 p {
	font-size: 1.125rem !important;
	line-height: 1.9rem !important;
	font-family: var(--f-font), serif !important;
}

a img,:link img,:visited img { border:none }    
a, a:link {text-decoration: none; color: var(--page-color);}
a:hover {text-decoration: none;}
strong, b {font-weight: bold;}
em, i {font-style: italic;}
ul {margin: 0;}

::selection {color: #fff;background: #333;}

.text-content h1 {
        font-size: 1.563rem;
		line-height: 2.2rem;
		font-family: var(--s-font), serif;
		font-weight: 500;
}

.text-content h2 {
        font-size: 1.5rem;
}

/************************************************
*	LAYOUT										*
************************************************/

.inside {
        width: 1365px;
		margin: 0 auto;
}

.lista-alergenow {
        margin-top: 40px;
		column-count: 2; 
        column-gap: 20px;
    }
	
.lista-alergenow .tooltip {
	display: none !important;
}

.tooltip {
            position: absolute;
            margin-top: 20px;
			background-color: var(--s-color);
            color: #fff;
            padding: 8px;
            border-radius: 4px;
            font-size: 14px;
            display: none;
            white-space: nowrap;
            z-index: 1000;
        }

.cennik h2 {
        font-size: 1.563rem;
		line-height: 2.2rem;
		color: var(--s-color);
		font-family: var(--s-font), serif;
		font-weight: 500;
}

.cennik table h3 {
	margin: 20px 0 0 0;
	padding: 0;
	font-weight: 700;
	font-size: 1.2rem;
	color: var(--s-color);
}

.cennik table td:last-of-type {
	font-weight: 700;
	text-align: right;
	vertical-align: middle;
	min-width: 6rem;
}

.cennik table td {
	border-left: 1px dotted rgba(255,255,255,0);
	background: none !important;
	transition: 200ms;
}

.cennik table tr:hover td {
	background: #fff !important;
	transition: 200ms;
}

.cennik table tr:hover td:first-of-type {
	box-shadow: inset 2px 0 0 var(--s-color);
	padding-left: 15px;
	transition: 200ms;
}

.cennik p.oczekiwanie {
	background: url(images/oczekiwanie1.svg), url(images/oczekiwanie2.svg);
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
	display: inline-block;
	padding: 20px;
	margin: 0 0 0 40px;
	color: var(--s-color);
	
}

.cennik span {
	display: inline-block;
	width: 18px;
	height: 18px;
	background-size: cover;
	margin: 0 0 0 5px;
	position: relative;
}

.cennik .a01 {background: url(images/a01.svg);}
.cennik .a02 {background: url(images/a02.svg);}
.cennik .a03 {background: url(images/a03.svg);}
.cennik .a04 {background: url(images/a04.svg);}
.cennik .a05 {background: url(images/a05.svg);}
.cennik .a06 {background: url(images/a06.svg);}
.cennik .a07 {background: url(images/a07.svg);}
.cennik .a08 {background: url(images/a08.svg);}
.cennik .a09 {background: url(images/a09.svg);}
.cennik .a10 {background: url(images/a10.svg);}
.cennik .a11 {background: url(images/a11.svg);}
.cennik .a12 {background: url(images/a12.svg);}
.cennik .a13 {background: url(images/a13.svg);}

.kontakt-podstrona {
	background: var(--s-color);
	font-weight: 700;
	color: #fff;
	padding: 40px 60px;
}

.kontakt-podstrona .mapa {
	padding-left: 15px;
	background: url(images/mapa-white.svg) no-repeat;
	background-position: top 10px left;
	background-size: auto 24px;
	}
	
.kontakt-podstrona .telefon {
	padding-left: 15px;
	background: url(images/telefon-white.svg) no-repeat;
	background-position: center left;
	background-size: auto 24px;
	}	
	
.kontakt-podstrona .godzina {
	padding-left: 15px;
	background: url(images/czas-white.svg) no-repeat;
	background-position: center left;
	background-size: auto 24px;
	}	
	
.kontakt-podstrona table {
	border-spacing: 0;
}	

.kontakt-podstrona table td {
	padding-right: 20px;
	margin: 0;
}
	
.kontakt-podstrona table tr {
	transition: 200ms;
}
	
.kontakt-podstrona table tr:hover {
	background: rgba(255,255,255,.2);
	transition: 200ms;
}
	
.kontakt-podstrona .email {
	padding-left: 15px;
	background: url(images/email-white.svg) no-repeat;
	background-position: center left;
	background-size: auto 24px;
	}
	
.kontakt-podstrona .obserwuj {
	padding-left: 15px;
	background: url(images/obserwuj.svg) no-repeat;
	background-position: center left;
	background-size: auto 24px;
	}

.kontakt-podstrona p {
	padding-top: 10px;
	margin-top: 0;
	margin-bottom: 10px;
	margin-bottom: 8px;
	}
	
.kontakt-podstrona p {
	padding-top: 10px;
	margin-top: 0;
	margin-bottom: 10px;
	margin-bottom: 8px;
	}

.kontakt-podstrona a {
	transition: 200ms;
}

.kontakt-podstrona a:hover {
	text-decoration: underline;
	transition: 200ms;
}

.kontakt-podstrona .facebook{
	background: url(images/facebook-white.svg) no-repeat;
	background-repeat: none;
	background-size: cover;
	width: 30px;
	height: 30px;
	margin-right: 15px;
	display: inline-block;
	transition: 200ms;
}

.kontakt-podstrona .instagram{
	background: url(images/instagram-white.svg) no-repeat;
	background-repeat: none;
	background-size: cover;
	width: 30px;
	height: 30px;
	margin-right: 15px;
	display: inline-block;
	transition: 200ms;
}

.kontakt-podstrona .tiktok{
	background: url(images/tiktok-white.svg) no-repeat;
	background-repeat: none;
	background-size: cover;
	width: 30px;
	height: 30px;
	display: inline-block;
	transition: 200ms;
}

.kontakt-podstrona .tiktok:hover, .kontakt-podstrona .instagram:hover, .kontakt-podstrona .facebook:hover {
	opacity: .6;
	transition: 200ms;
}

.stronaglowna table.cennik {
	margin: 0 auto;
	font-weight: 500;
	font-family: var(--s-font), serif;
	font-size: 1.563rem;
}

.stronaglowna table.cennik td {
	padding: 5px 30px 5px 0;
}

.over1 {
	color: #fff;
}

.over1 h1 {
	font-size: 2.188rem;
	line-height: 2.9rem;
}

.ikony-glowna {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.ikony-glowna .ikona {
	width: 18%;
	margin: 0 1% 30px 1%;
	text-align: center;
}

.ikony-glowna .imagewrap {
	height: 100px;
    display: flex;
    align-items: center; 
    justify-content: center; 
	cursor: crosshair;
}

.ikony-glowna .imagewrap img {
	margin: 0 auto;
	display: inline-block;
	transition: 300ms;
}

.ikony-glowna .ikona:hover img  {
	transform: scale(-1,1);
	transition: 300ms;
}

.ikony-glowna .ikona h2 {
	font-size: 1.25rem;
	font-family: var(--s-font), serif;
	font-weight: 500;
}

.ikony-glowna .ikona p {
	font-size: 1rem;
}


.alignleft {float: left;margin-right: 20px;}
.alignright {float: right;margin-left: 20px;}
.aligncenter {display: block;text-align: center;margin: 0 auto !important;}
.item p a{text-decoration: none;}
.clear {clear: both;}


/************************************************
*	FOOTER									*
************************************************/
#foot {
	background: #171717;
	padding: 40px 0;
	color: #fff;
	font-size: 1rem;
	line-height: 1.5rem;
}

#foot .inside {
	display: flex;
	justify-content: space-between;
}

#foot h5 {
	font-size: 1rem;
	font-weight: 700;
	margin: 20px 0 20px 0;
	}

#foot .inside div:first-of-type > div {
	margin-left: 10px;
}

#foot .inside div:last-of-type {
	margin-right: 10px;
}

#foot .inside div:nth-of-type(1) h5, #foot .inside div:nth-of-type(2) h5, #foot .inside div:nth-of-type(4) h5, #foot .inside div:nth-of-type(6) h5  {
		display: none;
	}
	
#foot table.cennik td {
	padding: 0 30px 0 0;
}	

#foot table.cennik tr:hover {
	color: #F98F98;
}

#foot .facebook {
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(images/facebook-white.svg) no-repeat;
	background-size: cover;
	margin-right: 20px;
}

#foot .instagram {
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(images/instagram-white.svg) no-repeat;
	background-size: cover;
	margin-right: 20px;
}

#foot .tiktok {
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(images/tiktok-white.svg) no-repeat;
	background-size: cover;
}

#foot a {
	transition: 200ms;
}

#foot a:hover {
	opacity: .6;
	transition: 200ms;
}


/************************************************
*	PLUGINS										*
************************************************/				

.forminator-row {
	margin-bottom: 10px !important;
}

.forminator-custom-form {
	padding: 20px 40px !important;
	box-shadow: 0 3px 10px rgba(0,0,0,.1) !important;
	margin: 0 !important;
}

.forminator-custom-form .fl-button {
	float: right;
	margin: 20px 10px 0 0 !important;
}

.forminator-custom-form .forminator-error-message, .forminator-success {
	font-size: .7rem !important;
	border: 1px solid var(--s-color) !important;
	border-left: 5px solid var(--s-color) !important;
	padding: 5px 10px !important;
	color: var(--s-color) !important;
	
}

.forminator-custom-form input, .forminator-custom-form textarea {
	background: #F6F6F8 !important;
	border: none !important;
}

.forminator-consent__label p {
	font-size: .8rem !important;
	margin-top: 0 !important;
}

.dgwt-jg-caption span {
	font-family: var(--s-font), serif !important;
	font-weight: 300 !important;
	font-size: 1.2rem !important;
	letter-spacing: 0 !important;
}

.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
	display: none !important;
}

.mobmenu-content a:focus{
	font-weight: 700 !important;
}

#foot .efabryka {
	background: url(images/efabryka.svg) no-repeat;
	background-position: bottom center;
	background-size: auto 18px;
	display: inline-block;
	padding-bottom: 20px;
	color: #fff;
	font-size: .7rem;
	margin: 30px 0 0 10px;
	
}

.fl-button {
	background: var(--s-color) !important;
	color: #fff !important;
	font-weight: 700;
	padding: 20px 50px !important;
	border: 1px solid var(--s-color) !important;
	border-radius: 0 !important;
	transition: 200ms;
}

.fl-button span {
	color: #fff !important;
	font-weight: 700;
	transition: 200ms;
}

.fl-button:hover {
	background: #fff !important;
	color: var(--s-color) !important;
	box-shadow: none !important;
	transition: 200ms;
}

.fl-button:hover span {
	color: var(--s-color) !important;
	transition: 200ms;
}

.fl-button span {
	color: #fff !important;
	font-weight: 700;
	transition: 200ms;
}

#foot .linia {
	width: 1px;
	height: 170px;
	display: inline-block;
	background: #fff;
	margin-top: 70px;
}

/************************************************
*	ANIMATION									*
************************************************/	
@keyframes fadein {
	0%{opacity: 0;}
	100%{opacity: 1;}
}


/************************************************
*	RESPONSIVE									*
************************************************/	
@media(max-width:1365px) {
	.inside {width: 100%;}
}

@media(max-width: 1050px) {
	.slider-txt1 p {margin-top: 50px !important;}
	#foot .inside {flex-direction: column; align-items: center;}
	#foot .linia {display: none;}
	#foot .inside div:first-of-type > div {margin-left: 0;}
	#foot .inside div:last-of-type {margin-right: 0;}
	#foot .inside > div {width: 320px;}
}

@media(max-width: 950px) {
	.slider-txt1 p {font-size: 1.9rem !important; line-height: 2.2rem !important; margin-top: 0 !important;}
	.slider-txt2 p {font-size: 1rem !important; line-height: 1.2rem !important;}
}

@media(max-width: 900px) {
	.ikony-glowna .ikona {
		width: 31%;
	}
}

@media(max-width: 768px) {
	.stronaglowna table.cennik {font-size: 1.2rem;}
}

@media(max-width: 600px) {
	.ikony-glowna .ikona {
		width: 48%;
	}
}
