/*
Theme Name: Cukropelka
Author: creatio:net
Author URI: http://creationet.pl/
Description: Cukropelka theme
Text Domain: cukropelka
Version: 1.0
*/


:root {
	--app-height: 100%;
    --white: #fff;
	--black: #000;
	--brown-dark:#45120A;
	--brown-light: #3D2619;
	--pink-dark: #B36C69;
	--pink: #EFE9E9;
}


html {
	scroll-behavior:smooth;
/*  	overflow-x: hidden; */
}

body {
	font-family: 'Poppins',sans-serif;
	font-size:15px;
	font-weight:300;
	color:var(--brown-light);
	line-height:1.6em;
	letter-spacing: .035em;
	margin:0;
	padding:80px 0 0 0;
	position: relative;
    word-break: normal;
	word-wrap: break-word;
	overflow-x: hidden;
}
@media (min-width:768px) {
	body {
		padding:100px 0 0 0;
	}
}
@media (min-width:992px) {
	body {
		padding:120px 0 0 0;
	}
}
@media (min-width:1400px) {
	body {
		padding:160px 0 0 0;
	}
}


a {
	color:var(--pink-dark);
	font-weight: 300;
	text-decoration: underline;
	transition:.2s all;
}

a:hover {
	color:var(--brown-dark);
	text-decoration: underline;
}

p {
	font-size:15px;
	font-weight:300;
	color:var(--brown-light);
	line-height:1.6em;
	letter-spacing: .035em;
	margin:0px 0px 1.5em 0px;
	padding:0px;
}

strong {
	font-weight: 700;
}


.container {
	padding-left: 25px;
	padding-right: 25px;
}

@media (max-width: 1199px) {
	.container {
		max-width: 100%;
	}
}

.container-fluid {
	padding-left:10px;
	padding-right: 10px;
}


.row-30 {
    height: 100%;
    margin-left: -15px;
    margin-right: -15px;
}

.row-30 > [class*="col-"] {
    padding-left:15px;
    padding-right:15px;
}




h1,h2,h3,h4,h5,h6 {
    font-family: 'Libre Caslon Display',serif;
	font-weight: 400;
	color: var(--brown-dark);
	text-transform: uppercase;
	letter-spacing: 0;
	padding: 0;
	margin:  0 0 .6em 0;
	position: relative;
}


h1 {
    font-size: 36px;
}
@media (min-width:768px) {
	h1 {
		font-size: 56px;
	}
}
@media (min-width:1200px) {
	h1 {
		font-size:68px;
	}
}


h2 {
    font-size: 36px;
}
@media (min-width:768px) {
	h2 {
		font-size: 56px;
	}
}
@media (min-width:1200px) {
	h2 {
		font-size:68px;
	}
}


h3 {
    font-size: 32px;
}
@media (min-width:768px) {
	h3 {
		font-size: 40px;
	}
}
@media (min-width:1200px) {
	h3 {
		font-size:48px;
	}
}



h4 {
	font-size:18px;
}
@media (min-width:768px) {
	h4 {
		font-size: 20px;
	}
}
@media (min-width:1200px) {
	h4 {
		font-size: 22px;
	}
}


h5 {
	font-size:18px;
}
@media (min-width:768px) {
	h5 {
		font-size: 19px;
	}
}
@media (min-width:1200px) {
	h5 {
		font-size: 20px;
	}
}


h6 {
	font-size:16px;
}
@media (min-width:768px) {
	h6 {
		font-size: 17px;
	}
}
@media (min-width:1200px) {
	h6 {
		font-size: 18px;
	}
}




 
.btn-primary {
	font-size: 15px;
	font-weight: 400;
	color: var(--brown-dark);
	text-decoration: none;
	text-align:center;
	line-height: 1.2em;
	letter-spacing: .06em;
	position: relative;
	display: inline-flex;
	gap:8px;
	align-items: center;
	justify-content: center;
    vertical-align: middle;
    width: auto;
    margin: 0;
	background: transparent;
    border:1px solid var(--brown-dark);
	border-radius:50em;
    outline: 0;
	padding:9px 26px;
    cursor: pointer;
	transition: .2s all;
	overflow: hidden;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	color: var(--pink);
	text-decoration: none;
	background: var(--brown-dark);
}

.btn-primary img {
	max-width: 21px;
	max-height: 18px;
	object-fit: contain;
	transition: .2s all;
}

.btn-primary:hover img, .btn-primary:focus img, .btn-primary:active img {
	-webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}


.header {
	width: 100%;
	height: auto;
	background: var(--white);
	z-index: 980;
	margin-top:0px;
	padding: 0;
	position: fixed;
	z-index: 996;
	transition: .2s all;
	top:0;
	border-bottom: 1px solid #E6DDDE;
}

.header .container {
	height: 80px;
	transition: .2s all;
	position: relative;
}
@media (min-width:768px) {
	.header .container {
		height: 100px;
	}
}
@media (min-width:992px) {
	.header .container {
		height:120px;
		gap:20px;
	}
}
@media (min-width:1400px) {
	.header .container {
		height:160px;
		gap:37px;
	}
}

.site-scrolled .header .container {
	height:50px;
}
@media (min-width:768px) {
	.site-scrolled .header .container {
		height:60px;
	}
}
@media (min-width:992px) {
	.site-scrolled .header .container {
		height:80px;
	}
}

.top-brand {
	width: auto;
	height:60px;
	display: block;
	transition: .2s all;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
}
@media (min-width:768px) {
	.top-brand {
		height:70px;
	} 
}
@media (min-width:992px) {
	.top-brand {
		height:80px;
	} 
}
@media (min-width:1400px) {
	.top-brand {
		height:120px;
	} 
}

.site-scrolled .top-brand {
	height: 40px;
}
@media (min-width:768px) {
	.site-scrolled .top-brand {
		height: 50px;
	}
}
@media (min-width:1400px) {
	.site-scrolled .top-brand {
		height: 60px;
	}
}

.top-brand img {
	width: auto;
	height: 100%;
	object-fit: contain;
	transition: .2s all;
}

.main-menu {
	width: 260px;
	margin: 0px auto;
	padding:0px 0px 0px 0px;
}
@media (min-width:576px) {
	.main-menu {
		width: 300px;
	}
}
@media (min-width:768px) {
	.main-menu {
		width: auto;
		margin: 0;
		display: flex;
		align-items: center;
		gap:20px;
	}
}
@media (min-width:1200px) {
	.main-menu {
		gap:25px;
	}
}
@media (min-width:1400px) {
	.main-menu {
		gap:30px;
	}
}

.main-menu > li {
	padding: 0px;
	margin:0 0 20px 0;
	text-align: center;
	list-style: none;
	position: relative;
}
@media (min-width:768px) {
	.main-menu > li {
		margin: 0;
	}
}

.main-menu li a {
	font-size:15px;
	font-weight:400;
	color:var(--brown-light);
	text-align: center;
	text-decoration: none;
	line-height: 18px;
	letter-spacing: .06em;
	margin: 0;
	padding:0;
	position: relative;
	transition: .2s all;
	display: block;
}

.main-menu li a:hover {
	color: var(--pink-dark);
	text-decoration: none;
}


.top-menu {
	width: 260px;
	margin: 0px auto;
	padding:0px 0px 0px 0px;
}
@media (min-width:576px) {
	.top-menu {
		width: 300px;
	}
}
@media (min-width:768px) {
	.top-menu {
		width: auto;
		margin: 0;
		display: flex;
		align-items: center;
		gap:20px;
	}
}

.top-menu li {
	padding: 0px;
	margin:0 0 20px 0;
	text-align: center;
	list-style: none;
	position: relative;
}
@media (min-width:768px) {
	.top-menu li {
		margin: 0;
	}
}

.top-menu li a {
	font-size:15px;
	font-weight:400;
	color:var(--brown-light);
	text-align: center;
	text-decoration: none;
	line-height: 18px;
	letter-spacing: .06em;
	margin: 0;
	padding:0;
	position: relative;
	transition: .2s all;
	display: block;
}

.top-menu li a:hover {
	color: var(--pink-dark);
	text-decoration: none;
}
	
.top-menu li.social-item a {
	font-size: 0;
}

.top-menu li.social-item a {
	gap:0;
}

.top-menu li.social-item a img {
	max-width: 16px;
	max-height: 16px;
	transition: .2s all;
}

.top-menu li.social-item a:hover img {
	opacity: .7;
}

.top-menu li.btn-item a {
	font-size: 15px;
	font-weight: 400;
	color: var(--brown-dark);
	text-decoration: none;
	text-align:center;
	line-height: 1.2em;
	letter-spacing: .06em;
	position: relative;
	display: inline-flex;
	flex-direction: row-reverse;
	gap:8px;
	align-items: center;
	justify-content: center;
    vertical-align: middle;
    width: auto;
    margin: 0;
	background: transparent;
    border:1px solid var(--brown-dark);
	border-radius:50em;
    outline: 0;
	padding:9px 26px;
    cursor: pointer;
	transition: .2s all;
	overflow: hidden;
}
@media (min-width:768px) {
	.top-menu li.btn-item a {
		margin: 0 10px 0 0;
	}
}

.top-menu li.btn-item a:hover {
	color: var(--pink);
	text-decoration: none;
	background: var(--brown-dark);
}

.top-menu li.btn-item a img {
	transition: .2s all;
}

.top-menu li.btn-item a:hover img {
	-webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}


.unclickable > a {
	pointer-events: none;
}




.burger {
	width: 27px;
	height: 27px;
	background:none;
	border:none;
	border-radius:0px;
	margin:-14px 0px 0px 0px;
	padding:0px;
	z-index: 978 !important;
	display: block;
}
@media (min-width:768px) {
	.burger {
		display: none;
	}
}

.burger:after,
.burger:before,
.burger div {
	background-color:var(--brown-dark);
	border-radius: 0px;
	content: '';
	display: block;
	height: 2px;
	margin: 8px 0;
	transition: all .2s ease-in-out;
}

.burger::after {
	width: 50%;
}

.responsive .burger:before {
	background-color:var(--brown-dark);
	transform: translateY(7px) rotate(135deg);
	border-radius:0%;
  }

.responsive .burger:after {
	width: 100%;
	background-color:var(--brown-dark);
	transform: translateY(-12px) rotate(-135deg);
	border-radius:0%;
}

.responsive .burger div {
	background-color:var(--brown-dark);
	transform: scale(0);
	border-radius:0%;
}

.site-scrolled .burger:after, .site-scrolled .burger:before, .site-scrolled .burger div {
	background-color:var(--brown-dark);
}


@media (max-width:767.98px) {
	.topnav {
		display: none !important;
	}

	.responsive .topnav {
		width:100%;
		height: 100vh;
		padding:140px 20px 60px 20px;
		top:0px;
		left:0px;
		right:0px;
		position: fixed;
		display: flex !important;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		z-index: 978;
		background: var(--white);
		overflow-y: auto;
		animation:top .5s;
	}
	@keyframes top {
		0% {
			top: -100vh;
			opacity: 0;
		}
		100% {
			top: 0;
			opacity: 1;
		}	
	}
}

.topnav {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap:0;
}
@media (min-width:768px) {
	.topnav {
		gap:120px;
	}
}




/* hero */

section.hero {
	width:100%;
	padding: 10px;
	margin: 0;
	gap:5px;
}

section.hero.hero-dark::after {
	content: '';
	width: 100%;
	height: 907px;
	background: url('images/bg-dark.svg') #EFE9E9 top center no-repeat;
	top:100%;
	left:0;
	position: absolute;
	z-index: 904;
}

section.hero.hero-light::after {
	content: '';
	width: 100%;
	height: 907px;
	background: url('images/bg-light.svg') #EFE9E9 top center no-repeat;
	top:100%;
	left:0;
	position: absolute;
	z-index: 904;
}

.hero a, .hero a:hover {
	width: calc(50% - 2.5px);
	min-width:calc(50% - 2.5px);
	text-align: center;
	text-decoration: none;
	display: block;
}

.hero a:first-child {
	animation-name: hero1;
	animation-duration: 1.4s;
}
@keyframes hero1 {
	0% {margin-top: 80px;opacity:0;}
	20% {margin-top: 80px;opacity:0;}
	100% {margin-bottom: 0;opacity:1;}
}

.hero a:last-child {
	animation-name: hero2;
	animation-duration: 1.5s;
}
@keyframes hero2 {
	0% {margin-top: 80px;opacity:0;}
	35% {margin-top: 80px;opacity:0;}
	100% {margin-bottom: 0;opacity:1;}
}

.hero-image {
	width: 100%;
	max-height: 70vh;
	min-height: 200px;
	aspect-ratio: 1.2 / 1;
	background: var(--pink);
	overflow: hidden;
}
@media (min-width:992px) {
	.hero-image {
		min-height: 400px;
	}
}

.hero-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s all;
}

.hero a:hover .hero-image img {
	transform: scale(1.04);
}

.hero a h1 {
	margin: 12px 0 0 0px;
	line-height: 1em;
}
@media (max-width:575.98px) {
	.hero a h1 {
		font-size: 22px;
	}
}


/* hero page */

.hero-page {
	position: relative;
	animation-name: hero1;
	animation-duration: 1.4s;
	z-index: 990;
}

section.hero.hero-page.hero-dark::after, section.hero.hero-page.hero-light::after {
	top:calc(100% - 186px);
}

section.hero.hero-page.hero-page-empty.hero-dark::after, section.hero.hero-page.hero-page-empty.hero-light::after {
	top:100%;
}

.hero-page .container {
	height: 45vh;
	max-height: 70vh;
	min-height: 200px;
}
@media (min-width:992px) {
	.hero-page .container {
		height: 74vh;
		min-height: 400px;
		max-height: unset;
	}
}

.hero-page .hero-image {
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	min-height: unset;
	max-height: unset;
	object-fit: cover;
	position: absolute;
	z-index: 980;
}

.hero-page h1 {
	max-width: 700px;
	color: var(--white);
	text-align: center;
	margin: 0;
	position: relative;
	z-index: 990;
}

.hero-page.hero-page-empty {
	padding: 0;
}



/* 404 */

.page-header.page-header-404 {
	min-height:20px;
	margin: 0;
	position: relative;
}

.page-404 {
	min-height: 60vh;
}

.page-404 h1 {
	color: var(--pink-dark);
	margin: 0 0 20px 0;
}

.page-404 h3 {
	margin: 0 0 40px 0;
}


/* page / blog all */

/* article h1, article h2, article h3, article h4, article h5, article h6 {
	padding-top: 1em;
	 margin-bottom: .8em;
} */

article h1:first-child, article h2:first-child, article h3:first-child, article h4:first-child, article h5:first-child, article h6:first-child {
	padding-top: 0;
}


article img {
	max-width: 100%;
	height: auto;
	margin:2em 0;
	border-radius: 14px;
}

@media (min-width: 576px) {
	article img.alignleft {
		max-width: 50%;
		float: left;
		margin:0px 20px 20px 0px;
	}
}

@media (min-width: 576px) {
	article img.alignright {
		max-width: 50%;
		float: right;
		margin:0px 0px 20px 20px;
	}
}

article img.aligncenter {
	margin:2em 0;
	margin-left: 50%;
	transform: translateX(-50%);
}

article ul {
	padding:0 0 1em 0px;
	margin:0px;
}

/* article p + ul {
	margin-top: -1.4em;
} */

article ul li {
	margin:0px 0px 11px 0px;
	padding:0px 0px 0px 12px;
	list-style: none;
	position: relative; 
}

article ul li::before {
	content: '';
	width: 4px;
	height: 4px;
	background: var(--pink-dark);
	border-radius: 50%;
	left:0;
	top:10px;
	position: absolute;
}

article ul li:last-child {
	margin-bottom: 0;
}

article ol {
	margin:0 0 1em 0px;
	padding:0px 0px 0px 20px;
}

article ol li {
	margin:0px 0px 11px 0px;
	padding:0px;
}

article blockquote {
	font-size:18px;
	font-weight:400;
	color: var(--brown-light);
	line-height: 24px;
	letter-spacing: .045em;
	margin:2.2em 0;
	padding: 0 0 0 22px;
	position: relative;
}
@media (min-width: 768px) {
	article blockquote {
		font-size:22px;
		line-height: 28px;
		padding: 0 0 0 32px;
	}
}

article blockquote::before {
	content: '';
	width: 2px;
	height:calc(100% + 4px);
	background:var(--pink-dark);
	border-radius: 2px;
	left:0;
	top:-2px;
	position: absolute;
}

article blockquote p {
	font-size:18px;
	font-weight:400;
	color: var(--brown-light);
	line-height: 24px;
	letter-spacing: .045em;
}


article > *:first-child {
	margin-top: 0;
}

article > p:last-child, article > ul:last-child, article > img:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}


article table {
	margin: 22px 0;
}

article table td, article table th, article table tr {
	border-width: 1px;
	padding: 5px;
}


/* youtube responsive */
article .embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	margin-bottom:40px;
	overflow: hidden;
	border-radius:14px;
}
article .embed-responsive .embed-responsive-item,
article .embed-responsive iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
article .embed-responsive-16by9 {
	padding-bottom: 56.25%;
}










/* sections */

section {
	margin:0 0 50px 0;
	position: relative;
}
@media (min-width:768px) {
	section {
		margin:0 0 80px 0;
	}
}

section.section-nomargin-bottom {
	margin-bottom: 0;
}

.section-padding-anch {
	width: 0;
	height: 0;
	margin-top: -80px;
	opacity: 0;
	position: absolute;
}
@media (min-width:768px) {
	.section-padding-anch {
		margin-top: -120px;
	}
}

.section-header {
	margin: 0 0 20px 0;
}
@media (min-width:768px) {
	.section-header {
		margin: 0 0 30px 0;
	}
}

.section-header.section-header-featured {
	margin: 0 0 40px 0;
}
@media (min-width:768px) {
	.section-header.section-header-featured {
		margin: 0 0 58px 0;
	}
}

.section-header h1, .section-header h2, .section-header h3, .section-header h4, .section-header h5, .section-header h6 {
	margin:0 0 6px 0;
}

.section-header .section-header-featured {
	font-family: 'Brittany Signature';
	color: var(--pink-dark);
	text-transform: none;
	margin-top: -16px;
}
@media (min-width:768px) {
	.section-header .section-header-featured {
		margin-top: -22px;
	}
}
@media (min-width:1200px) {
	.section-header .section-header-featured {
		margin-top: -25px;
	}
}


/* section-content */

.section-content.section-content-pink {
	background:#EFE9E9;
	padding: 40px 0;
}
@media (min-width:768px) {
	.section-content.section-content-pink {
		padding: 60px 0;
	}
}

.section-content article {
	position: relative;
	z-index: 990;
}
@media (min-width:768px) {
	.section-content article {
		padding: 0 8.3333%;
	}
}


/* section-imagecontent */

.section-imagecontent {
	overflow: hidden;
}

.section-imagecontent.section-imagecontent-pink {
	background:#EFE9E9;
	padding: 40px 0;
}
@media (min-width:768px) {
	.section-imagecontent.section-imagecontent-pink {
		padding: 60px 0;
	}
}

.section-imagecontent.section-imagecontent-image {
	padding: 40px 0;
}
@media (min-width:768px) {
	.section-imagecontent.section-imagecontent-image {
		padding: 50px 0;
	}
}

.section-imagecontent.section-imagecontent-image::after {
	content: '';
	width: 100%;
	height: 100%;
	background: #F2F2F0;
	left:0;
	top:0;
	position: absolute;
	z-index: 910;
	opacity: .9;
}

.section-imagecontent-bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	left:0;
	top:0;
	position: absolute;
	z-index: 900;
}

.section-imagecontent .container {
	z-index: 990;
	position: relative;
}

.section-imagecontent .btn-primary {
	margin-top: 15px;
}

@media (min-width:768px) {
	.section-imagecontent article {
		padding: 0 0 0 8.3333%;
	}
}
@media (min-width:768px) {
	.section-imagecontent .flex-md-row-reverse article {
		padding: 0 8.3333% 0 0;
	}
}

@media (min-width:768px) {
	.section-imagecontent-col-img {
		padding-right: 0 !important;
	}
}
@media (min-width:768px) {
	.flex-md-row-reverse .section-imagecontent-col-img {
		padding-left: 0 !important;
	}
}

.section-imagecontent-col-img {
	height: 300px;
	margin-bottom: 30px;
	position: relative;
}
@media (min-width:576px) {
	.section-imagecontent-col-img {
		height: 400px;
	}
}
@media (min-width:768px) {
	.section-imagecontent-col-img {
		margin-bottom: 0;
	}
}
@media (min-width:1200px) {
	.section-imagecontent-col-img {
		height: 600px;
	}
}

@media (min-width:768px) {
	.swiper.imagecontentSwiper {
		width: 200%;
		height: 100%;
		top:0;
		right:0;
		position: absolute;
	}
}

@media (min-width:768px) {
	.flex-md-row-reverse .swiper.imagecontentSwiper {
		right: unset;
		left: 0;
	}
}

.swiper.imagecontentSwiper {
	height: 100%;
}

.swiper.imagecontentSwiper .swiper-slide {
	height: auto;
	z-index: 940;
	position: relative;
}
.swiper.imagecontentSwiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	
}

.section-imagecontent-col-img-single {
	width: 100%;
	height:100%;
	object-fit: cover;
}


/* section-cta */

.section-cta {
	border-top: 1px solid #E6DDDE;
	border-bottom: 1px solid #E6DDDE;
	padding: 24px 0;
	position: relative;
	z-index: 990;
}

.section-cta .container {
	gap:20px;
}

.section-cta p {
	margin: 0;
}


/* section-ctabg */

.section-ctabg {
	color:#F2F2F0;
	width: 100%;
	background: var(--brown-dark);
	padding: 50px 0;
	z-index: 990;
	position: relative;
}
@media (min-width:768px) {
	.section-ctabg {
		width: calc(100% - 20px);
		padding: 70px 0;
		margin-left: 10px;
	}
}
@media (min-width:1200px) {
	.section-ctabg {
		padding: 105px 0;
	}
}

.section-ctabg::after {
	content: '';
	width: 100%;
	height: 100%;
	background: var(--brown-dark);
	left:0;
	top:0;
	position: absolute;
	opacity: .8;
	z-index:910;
}

.section-ctabg-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	left:0;
	top:0;
	position: absolute;
	z-index:900;
}

.section-ctabg-content {
	margin: 0 0 40px 0;
	position: relative;
	z-index:990;
}
@media (min-width:768px) {
	.section-ctabg-content {
		max-width:60%;
		margin: 0 30px 0 0;
	}
}

.section-ctabg-content h3, .section-ctabg-content h4, .section-ctabg-content p {
	color: #F2F2F0;
}

.section-ctabg-content p:last-child {
	margin: 0;
}

.section-ctabg .btn-primary {
	color:#E6DDDE;
	border-color: #E6DDDE;
	z-index:990;
}

.section-ctabg .btn-primary:hover, .section-ctabg .btn-primary:active, .section-ctabg .btn-primary:focus  {
	color: var(--brown-dark);
	background:#E6DDDE;
}


/* section-pricelist */

.section-pricelist.section-pricelist-pink {
	background:#EFE9E9;
	padding: 40px 0;
}
@media (min-width:768px) {
	.section-pricelist.section-pricelist-pink {
		padding: 60px 0;
	}
}

.section-pricelist-wrapper {
	z-index: 990;
	position: relative;
}

@media (min-width:768px) {
	.section-pricelist .section-header {
		padding: 0 8.3333%;
	}
}

.section-pricelist-pricelist {
	gap:6px;
	margin: 0 0 30px 0;
}
@media (min-width:768px) {
	.section-pricelist-pricelist {
		padding: 0 8.3333%;
		gap:10px;
	}
}

.section-pricelist-pricelist:last-child {
	margin: 0;
}


.section-pricelist-pricelist-name {
	width: auto;
}

.section-pricelist-pricelist-name p {
	font-style: italic;
    margin:.6em 0 0 0;
}

.section-pricelist-pricelist-name h4 {
	margin: 0;
}

.section-pricelist-pricelist-price {
	/* width: 100%;
	min-width: 100%; */
	/* width: 60px;
		max-width: 60px; */
		min-width: 70px;
	font-size: 18px;
	font-weight: 600;
	text-align: right;
}
@media (min-width:576px) {
	.section-pricelist-pricelist-price {
		width: 90px;
		max-width: 90px;
		min-width: 90px;
		margin: 0;
	}
}


/* section-buttons */

.section-buttons.section-buttons-pink {
	background:#EFE9E9;
	padding: 40px 0;
}
@media (min-width:768px) {
	.section-buttons.section-buttons-pink {
		padding: 60px 0;
	}
}

.section-buttons-wrapper {
	gap:6px;
	z-index: 990;
	position: relative;
}
@media (min-width:768px) {
	.section-buttons-wrapper {
		padding: 0 8.3333%;
	}
}

.section-buttons a {
	font-family: 'Libre Caslon Display',serif;
	font-size:18px;
	font-weight: 400;
	color: var(--brown-dark);
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0;
	line-height: 18px;
	padding: 0;
	margin:  0;
	position: relative;
}

@media (min-width:768px) {
	.section-buttons a {
		font-size: 22px;
		line-height: 22px;
	}
}

.section-buttons a:hover {
	color: var(--pink-dark);
	text-decoration: none;
}

.section-buttons a::after {
	content: ' |';
}

.section-buttons a:last-child::after {
	display: none;
}


/* section-gallery */

.section-gallery {
	z-index: 990;
	position: relative;
}

.gallerySwiper {
	height: 300px;
}
@media (min-width:768px) {
	.gallerySwiper {
		height: 400px;
	}
}
@media (min-width:1200px) {
	.gallerySwiper {
		height: 500px;
	}
}

.gallerySwiper .swiper-slide {
	width: auto;
	height: auto;
}

.gallerySwiper .swiper-slide a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section-gallery .btn-primary {
	margin-top: 40px;
}


/* section-contactform */

.section-contactform {
	background:#EFE9E9;
	padding: 40px 0;
}
@media (min-width:768px) {
	.section-contactform {
		padding: 80px 0;
	}
}

.section-contactform .container {
	position: relative;
	z-index: 990;
}

@media (min-width: 768px) {
    .section-contactform article {
        padding: 0 8.3333%;
    }
}

@media (min-width: 768px) {
    .section-contactform-form {
		padding: 0 8.3333%;
    }
}
@media (min-width: 768px) {
    .section-contactform-form-100 {
		padding: 0;
    }
}

/* section-contact */

.section-contact .container {
	position: relative;
	z-index: 990;
}

.section-contact-details {
	color: #EFE9E9;
	background: var(--brown-dark);
	padding:40px 30px;
	position: relative;
	z-index: 990;
}
@media (min-width:768px) {
	.section-contact-details {
		width: 120%;
		padding: 40px 55px;
	}
}
@media (min-width:1200px) {
	.section-contact-details {
		padding: 80px 95px;
	}
}

.section-contact-details p {
	color: #EFE9E9;
	letter-spacing: .06em;
    margin: 0px 0px 1em 0px;
}

.section-contact-details p:last-child {
	margin: 0;
}

.section-contact-details p strong {
	font-weight: 600;
}

.section-contact-details ul {
	margin: 0;
	padding:0 0 10px 0;
}

.section-contact-details ul li {
	margin: 0 0 20px 0;
	padding: 0 0 0 32px;
	list-style: none;
	position: relative;
}

.section-contact-details ul li a {
	font-size: 15px;
	font-weight: 400;
	color:#EFE9E9;
	text-decoration: none;
	letter-spacing: .06em;
}

.section-contact-details ul li a:hover {
	color:var(--white);
	text-decoration: none;
}

.section-contact-details ul li svg {
	left:0;
	position: absolute;
}

.section-contact-details .btn-primary {
	color:#EFE9E9;
	border-color:#EFE9E9;
	margin: 12px 0 30px 0;
}

.section-contact-details .btn-primary:hover, .section-contact-details .btn-primary:active, .section-contact-details .btn-primary:focus {
	color: var(--brown-dark);
	background: #EFE9E9;
}

.section-contact-details .btn-primary svg {
	fill:#EFE9E9;
	transition: .2s all;
}

.section-contact-details .btn-primary:hover svg, .section-contact-details .btn-primary:active svg, .section-contact-details .btn-primary:focus svg {
	fill:var(--brown-dark);
}

.section-contact-map {
	height: 400px;
}
@media (min-width:768px) {
	.section-contact-map {
		height: 600px;
		padding-left: 0;
	}
}

.section-contact-map img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}



/* footer */

footer {
	font-size: 14px;
	letter-spacing: .06em;
	line-height: 20px;
	padding:40px 0;
	background: #E6DDDE;
}

footer .row > * {
	margin-bottom: 20px;
}
@media (min-width:768px) {
	footer .row > * {
		margin-bottom: 0;
	}
}

.footer-brand {
	margin: -4px 0 10px 0;
	display: block;
}
@media (min-width:768px) {
	.footer-brand {
		margin-bottom: 30px;
	}
}

footer h6 {
	font-size: 15px;
	font-weight: 600;
	color: var(--brown-light);
	letter-spacing: .06em;
	margin: 0 0 20px 0;
}

footer p {
	font-size: 14px;
	letter-spacing: .06em;
	line-height: 20px;
	margin: 0 0 20px 0;
}

.footer-contact {
	margin: 0;
	padding:0 0 10px 0;
}

.footer-contact li {
	margin: 0 0 20px 0;
	padding: 0 0 0 32px;
	list-style: none;
	position: relative;
}

.footer-contact li a {
	font-size: 14px;
	font-weight: 400;
	color:var(--brown-light);
	text-decoration: none;
	letter-spacing: .06em;
}

.footer-contact li a:hover {
	color:var(--pink-dark);
	text-decoration: none;
}

.footer-contact li svg {
	left:0;
	position: absolute;
}

footer .btn-primary {
	margin-bottom: 20px;
}

.footer-menu {
	margin: 0;
	padding: 0 0 20px 0;
}
@media (min-width:1200px) {
	.footer-menu {
		margin: 0;
		padding: 0 0 52px 0;
	}
}

.footer-menu li {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

.footer-menu li a {
	font-size: 14px;
	font-weight: 400;
	color:var(--brown-light);
	text-decoration: none;
	letter-spacing: .06em;
	text-decoration: none;
}

.footer-menu li a:hover {
	color:var(--pink-dark);
	text-decoration: none;
}

.footer-social-menu {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap:10px;
}

.footer-social-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-social-menu li a {
	font-size: 0;
}

.footer-social-menu li a img {
	max-width: 16px;
	max-height: 16px;
	transition: .2s all;
}

.footer-social-menu li a:hover img {
	opacity: .7;
}

.copyrights {
	font-size: 13px;
	font-weight: 300;
	color: #F2F2F0;
	letter-spacing: .06em;
	background: var(--brown-dark);
	gap:10px 20px;
	padding: 15px 0;
}

.copyrights a, .copyrights a:hover {
	font-size: 13px;
	font-weight: 300;
	color: #F2F2F0;
	letter-spacing: .06em;
	text-decoration: underline;
}





/* form */

form {
	margin: 0;
	padding:0;
}

form label {
	width: 100%;
	font-size: 15px;
	font-weight: 400;
	color: var(--brown-dark);
	margin: 0 0 27px 0;
}

form p {
	font-size: 14px;
	margin: -10px 0 30px 0;
}



.wpcf7-form input[type=email], .wpcf7-form input[type=text], .wpcf7-form input[type=tel], .wpcf7-form input[type=date], .wpcf7-form select {
	width:100%;
	height:40px;
	font-size:15px;
	font-weight: 400;
	color:var(--brown-dark);
	line-height:40px;
	letter-spacing: .06em;
	background:transparent;
	border:none;
	border-bottom:1px solid var(--pink-dark);
	border-radius:0;
	padding:0;
	margin:0;
	appearance: none;	
}
@media (min-width:768px) {
	.wpcf7-form input[type=email], .wpcf7-form input[type=text], .wpcf7-form input[type=tel], .wpcf7-form input[type=date], .wpcf7-form select {
		height:60px;
		line-height:60px;
	}
}

.datelabel input:before {
	content: 'Data odbioru*';
	width: 80%;
	height:40px;
	line-height:40px;
	background: #EFE9E9;
	left:0;
	top:-10px;
	position: absolute;

}
@media (min-width:768px) {
	.datelabel input:before {
		height:60px;
		line-height:60px;
		top:-20px;
	}
}

.wpcf7-form select {
	background: url('images/icon-select.svg') no-repeat;
	background-position: top 20px right 0;
	background-size:7px 12.59px;
}

.wpcf7-form textarea, .wpcf7-form textarea:active, .wpcf7-form textarea:focus  {
	width: 100%;
	height: 160px;
	font-size:15px;
	font-weight: 400;
	color:var(--brown-dark);
	line-height: 20px;
	letter-spacing: .06em;
	background:transparent;
	border:none;
	border-bottom:1px solid var(--pink-dark);
	border-radius:0;
	outline: none;
	overflow: hidden;
	padding:0;
	margin:0;
}

.wpcf7-list-item {
	margin: 0 !important;
}

.form-message {
	padding-top: 22px;
}



/* .wpcf7-not-valid-tip {
	font-size: 14px !important;
	margin-top: 4px;
} */
 
/* .wpcf7-not-valid .wpcf7-list-item-label:before {
	border-bottom: 2px solid #f00 !important;
}
 
.wpcf7-form input.wpcf7-not-valid, .wpcf7-form textarea.wpcf7-not-valid, .wpcf7-form select.wpcf7-not-valid {
	border-bottom:2px solid #f00;
}
 */

.wpcf7-not-valid .wpcf7-list-item-label:before {
	border-bottom: 1px solid #f00 !important;
}
 
.wpcf7-form input.wpcf7-not-valid, .wpcf7-form textarea.wpcf7-not-valid, .wpcf7-form select.wpcf7-not-valid {
	border-bottom:1px solid #f00;
}

.wpcf7-acceptance.wpcf7-not-valid .wpcf7-list-item-label:before {
	border: 1px solid #f00 !important;
}

.wpcf7-not-valid-tip {
    font-size: 12px !important;
    font-weight: 400 !important;
	color: var(--black-dark);
    line-height: 14px;
    margin: 10px 0px 0px 0px !important;
    padding:0;
    position: relative;
    z-index: 974;
	display: block !important;
}

.wpcf7-spinner {
	display:none !important;
}

.wpcf7-response-output {
	color: var(--black-dark);
}



form.wpcf7-form .col-submit {
	padding-top: 20px;
	text-align: center;
}

form.wpcf7-form input[type=submit] {
	font-size: 15px;
	font-weight: 400;
	color: var(--brown-dark);
	text-decoration: none;
	text-align:center;
	line-height: 1.2em;
	letter-spacing: .06em;
	position: relative;
	display: inline-flex;
	gap:8px;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	width: auto;
	margin: 0;
	background: transparent;
	border:1px solid var(--brown-dark);
	border-radius:50em;
	outline: 0;
	padding:9px 26px;
	cursor: pointer;
	transition: .2s all;
	overflow: hidden;
}

form.wpcf7-form input[type=submit]:hover {
	color: var(--pink);
	text-decoration: none;
	background: var(--brown-dark);
}







/* agree */

form.wpcf7-form .agree {
	font-size: 14px;
	color:var(--brown-dark);
	font-weight:300;
	line-height: 22px;
	letter-spacing: .045em;
	padding: 6px 0 0 42px;
	margin: 0 0 37px 0;
}

form.wpcf7-form .agree label {
	font-size: 14px;
	color:var(--brown-dark);
	font-weight:300;
	line-height: 22px;
	letter-spacing: .045em;
	margin: 0;
	position: relative;
}

form.wpcf7-form .agree strong {
	font-weight: 600;
}

form.wpcf7-form .agree label a {
	color:var(--brown-dark);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset:1px; 
}

form.wpcf7-form .agree label a:hover {
	color: var(--brown-light);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset:1px; 
}




/* checkbox */

.wpcf7-form input[type=checkbox] {
	width:18px;
	height:18px;
	line-height:18px;
	margin:0px 0px 0px -42px;
	z-index:9996;
	position:absolute;
	opacity:0;
	top:-2px;
	cursor:pointer;
}

.wpcf7-form input[type=checkbox] + span:before {
	content: '';
	width:18px;
	height:18px;
	line-height:25px;
	background:transparent;
	border-radius:3px;
	border:1px solid var(--pink-dark);
	cursor:pointer;
	top:0;
	left: -42px;
	position: absolute;
}

.wpcf7-form input[type=checkbox]:checked + span:before {
	content: '';
	width:18px;
	height:18px;
	background:url('images/icon-checked.svg') no-repeat center transparent;
	border:1px solid var(--pink-dark);
	background-size:13px 9px;
	background-position:50%;
}







/* custom upload */

.addfile {
	display: flex;
	gap:10px 25px;
	padding-top: 10px;
}

.addfile-h {
	padding-top: 8px;	
}

.codedropz-upload-handler {
	border: none !important;
}

.codedropz-upload-container {
    padding: 0 !important;
}

.codedropz-upload-inner {
	text-align: left;
}

.codedropz-upload-inner > * {
	display: none;
}

.codedropz-btn-wrap {
	display: block;
}

.cd-upload-btn {
	font-size: 15px;
	font-weight: 400;
	color: #EFE9E9;
	text-decoration: none;
	text-align:center;
	line-height: 1.2em;
	letter-spacing: .06em;
	position: relative;
	display: inline-flex;
	gap:8px;
	align-items: center;
	justify-content: center;
    vertical-align: middle;
    width: auto;
    margin: 0;
	background: var(--brown-dark);
    border:1px solid var(--brown-dark);
	border-radius:50em;
    outline: 0;
	padding:9px 26px;
    cursor: pointer;
	transition: .2s all;
	overflow: hidden;
}

.cd-upload-btn:hover {
	color: var(--brown-dark);
	text-decoration: none;
	background: #EFE9E9;
}


.codedropz-upload-wrapper {
	margin-bottom: 10px;
}

.has-error {
	font-size: 14px;
}

.dnd-upload-status {
    width:auto;
    display: flex;
    padding: 0;
}

.dnd-upload-counter {
	display: none;
}

.dnd-upload-image {
	display: none;
}

.dnd-upload-status .dnd-upload-details {
	min-height: 41px;
    padding-left:0px;
    width:auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap:10px;
	margin: 5px 0;
}

.dnd-upload-status .dnd-upload-details .name {
	font-size: 16px;
	font-weight: 400;
	color:var(--pink-dark) !important;
	padding:0;
}

.dnd-upload-status .dnd-upload-details .name span {
	word-break: break-all;
}

.dnd-upload-details .name em {
	display: none;
}

.dnd-upload-status.complete .dnd-progress-bar {
	display: none;
}

.dnd-upload-status .dnd-upload-details .remove-file {
    width: 41px;
    height: 41px;
    position: relative;
    text-decoration: none;
    box-shadow: none;
    outline: none;
    opacity: 1;
	display: block;
	top:unset;
	right:unset;
}

/* .dnd-upload-status .dnd-upload-details .remove-file span:after {
    content: '';
    width: 41px;
    height: 41px;
	border-radius: 50%;
    display: block;
	background: var(--white) url('images/icon-trash.svg') center no-repeat;
	top:0;
	position: absolute;
} */





::-webkit-input-placeholder {
	/* WebKit browsers */
	color: var(--beige) !important;
}
:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: var(--beige) !important;
}
::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: var(--beige) !important;
}
:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: var(--beige) !important;
}
input::placeholder {
	color: var(--beige) !important;
}
textarea::-webkit-input-placeholder {
	/* WebKit browsers */
	color: var(--beige) !important;
}
textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: var(--beige) !important;
}
textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: var(--beige) !important;
}
textarea:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: var(--beige) !important;
}
textarea::placeholder {
	color: var(--beige) !important;
}
select::placeholder {
	color: var(--beige) !important;
}






::-moz-selection {
	color:var(--pink);
	background:var(--pink-dark) !important;
}

::selection {
	color:var(--pink);
	background:var(--pink-dark) !important;
}

::-moz-selection {
	color:var(--pink);
	background:var(--pink-dark) !important;
}


:root {
	scrollbar-color: var(--brown-light) var(--pink) !important;
	scrollbar-width: thin !important;
}

::-webkit-scrollbar {
   width:7px;
}

::-webkit-scrollbar-track {
   background:var(--pink) ;
}

::-webkit-scrollbar-thumb {
   background:var(--brown-light); 
}

::-webkit-scrollbar-thumb:hover {
	background:var(--brown-dark);
}

@media (max-width: 991.98px) {
	::-webkit-scrollbar {
		display: none;
	}
}







/* .grecaptcha-badge {
	display: none !important;
	visibility: hidden !important;
	content-visibility: hidden !important;
}
 */




.load-delay {
	content-visibility: hidden;
	display: none;
	transition: .2s;  
}

.load-delay-active {
	content-visibility: visible;
	display: block;
	transition: .2s; 
}








@font-face {
    font-family: 'Brittany Signature';
    src: url('fonts/BrittanySignatureRegular.woff2') format('woff2'),
        url('fonts/BrittanySignatureRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Libre Caslon Display';
    src: url('fonts/LibreCaslonDisplay-Regular.woff2') format('woff2'),
        url('fonts/LibreCaslonDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Light.woff2') format('woff2'),
        url('fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Regular.woff2') format('woff2'),
        url('fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Italic.woff2') format('woff2'),
        url('fonts/Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Medium.woff2') format('woff2'),
        url('fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-MediumItalic.woff2') format('woff2'),
        url('fonts/Poppins-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-SemiBoldItalic.woff2') format('woff2'),
        url('fonts/Poppins-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Bold.woff2') format('woff2'),
        url('fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-BoldItalic.woff2') format('woff2'),
        url('fonts/Poppins-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}







/* end */

