@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,700,800&display=swap');

.page-numbers {
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	color: #2e2e2e;

	&:hover {
		background: #e6e6e6;
	}

	&.prev,
	&.next {
		/* width: auto; */
		font-size: 0;
		position: relative;
		border: 2px solid #476b40;
	}

	&.next:before,
	&.prev:before {
		content: '';
		position: absolute;
		top: -2px;
		left: -2px;
		background-image: url('/blog/wp-content/uploads/2024/01/arrow-right-black.svg');
		background-repeat: no-repeat;
		background-position: center;
		width: 52px;
		height: 52px;
	}

	&.prev:before {
		transform: rotate(180deg);
		left: -4px;
	}
}

.page-numbers.current {
	border: 2px solid #476b40;
}

.wpsp-load-more {
	display: flex;
	justify-content: center;
	gap: 5px;
	margin-top: 50px;
}

.page-numbers.current {
	color: #fff;
	background: #476b40;
}

.wp-block-image figcaption {
	text-align: center;
}
body.siteScrolled {
	margin-top: 140px;
}
body.admin-bar .site-header.fixed,
body.admin-bar .site-header.float-header {
	top: 0;
}
.site-header.float-header {
	padding: 22px 0 22px 0;
}
.go_shop_container {
	display: flex;
	align-items: center;
	justify-content: right;
}

.wp-show-posts-columns#wpsp-1837 .wp-show-posts-inner {
	margin: 0 0 0 2em !important;
}

.go_shop {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #171513;
	padding: 12px 24px;
	border: 2px solid #476b40;
	border-radius: 99px;
	font-weight: 400;
	font-style: normal;
	transition: 0.3s background-color, 0.3s color;

	&:hover {
		color: #fff;
		background: #476b40;
	}

	&:hover img {
		filter: invert(1);
	}
}
.go_shop img {
	padding-right: 15px;
	margin-left: 10px;
	transition: 0.3s all;
}
.go_shop p {
	text-transform: uppercase;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	padding-top: 3px;
}

#mainnav-mobi {
	box-shadow: none !important;
	background-color: none !important;
	border-radius: 4px;
}

#mainnav-mobi ul {
	padding: 10px 0;
}

#mainnav-mobi ul li {
	cursor: pointer;
	background-color: #476b40;
	margin: 10px 0 !important;
	border-radius: 4px;
}

#mainnav-mobi ul > li > a {
	display: block;
	text-decoration: none;
	padding: 10px 30px;
	color: #fff !important;
	font-weight: bold;
	/* font-family: revolution-gothic, sans-serif !important; */
	font-weight: 700;
	font-style: normal;
	font-size: 26px;
}

#mainnav-mobi ul > li.current-menu-item > a {
	color: #ffffff;
}

.header-wrap .container > .row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 1024px) {
	.go_shop_container {
		display: none;
	}
}

#front_page .front_breadcrumb {
	width: 100%;
	color: #fff;
	text-align: center;
	display: table;
	height: 130px;
	margin-bottom: 20px;
}

#front_page .front_breadcrumb {
	border-radius: 6px;
}

#front_page .front_breadcrumb .inner {
	display: table-cell;
	vertical-align: middle;
}
#front_page .front_breadcrumb h1 {
	color: #112f19;
	font-size: 40px;
	font-weight: 400;
	line-height: 49px;
	font-weight: 700;
}
#front_page .front_breadcrumb .breadcrumb {
	font-size: 12px;
	letter-spacing: 0.24px;
	color: #171513;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 30px;
}
#front_page .front_breadcrumb .breadcrumb span {
	font-weight: 600;
	position: relative;
	margin: 0 10px;
}
/*#front_page .front_breadcrumb .breadcrumb span:first-of-type:before {*/
/*  content: url(/blog/wp-content/themes/blogwiwi/images/home.png);*/
/*  position: absolute;*/
/*  left: -30px;*/
/*  top: 0;*/
/*}*/
#front_page .front_breadcrumb .breadcrumb i {
	font-size: 12px;
	font-weight: 300;
	color: #2e2e2e;
	letter-spacing: 0.36px;
	line-height: 1;
	padding: 0 3px;
}
@media (max-width: 768px) {
	body.siteScrolled {
		margin-top: 82px;
	}
	.site-header {
		padding: 15px 0;
	}
	.site-header.fixed {
		padding: 10px 0 !important;
	}
	#masthead .header-logo {
		width: 50%;
		float: left;
		margin: 0;
	}
	#masthead .header-logo a img {
		margin: 20px;
		float: left;
		max-width: 100%;
		max-height: 55px;
	}
	/*.site-header.fixed .header-logo a img {*/
	/*  max-width: 65px;*/
	/*}*/
	#masthead .header-menu {
		width: 50%;
		float: left;
		padding: 0 15px;
	}
	.site-header.fixed .btn-menu {
		margin: 0 26px !important;
		float: right;
	}

	/*.float-header .header-logo a img{margin:0 !important;}*/

	/*.site-header.float-header .btn-menu{margin: 6px 0 !important;}*/
	/*.site-header.float-header .site-logo{max-width: 60px !important;}*/

	#front_page .front_breadcrumb {
		height: 100px;
	}
	#front_page .front_breadcrumb h1 {
		font-size: 25px;
		line-height: 30px;
	}
	#front_page .front_breadcrumb .breadcrumb {
		font-size: 14px;
	}
	#front_page .front_breadcrumb .breadcrumb span:first-of-type:before {
		top: -1px;
	}

	.footer-socials {
		text-align: center;
	}
}

#front_page #slider ul.slides li {
	position: relative;
}
#front_page #slider ul li .slide_image {
	height: 600px;
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
#front_page #slider ul li .slide_content {
	position: absolute;
	bottom: 38%;
	left: 140px;
	background-color: #171717;
	width: 420px;
	padding: 37px 30px;
	text-align: center;
}
#front_page #slider ul li .slide_content p {
	font-weight: 800;

	font-size: 30px;
	line-height: 1;
	margin: 0 0 5px 0;
	letter-spacing: 3px;
	color: #fef200;
	text-transform: uppercase;
	font-weight: bold;
}
#front_page #slider ul li .slide_content h3 {
	font-weight: 800;

	font-size: 38px;
	line-height: 44px;
	font-weight: bold;
	margin: 0 0 20px;
	color: #fff;
	text-transform: uppercase;
}
#front_page #slider ul li .slide_content .slide_button {
	background: #67bdb0;
	background: linear-gradient(237deg, #67bdb0 0%, #a7f3e8 100%);
	position: absolute;
	text-align: left;
	left: 0;
	right: 0;
	bottom: -25px;
	margin: 0 auto;
	width: 145px;
	height: 50px;

	padding: 10px 30px;
	color: #fff;
	/* text-transform: uppercase; */
	font-size: 20px;
	/* font-weight: bold; */
	transition: ease 0.3s;
	border-radius: 6px;
	font-weight: 600;
	font-style: normal;
	line-height: 30px;
}
#front_page #slider ul li .slide_content .slide_button:after {
	content: '\f054';
	font-family: 'FontAwesome';
	/* width: 10px; */
	/* height: 16px; */
	background-size: 10px;
	/* background-image: url(/blog/wp-content/themes/blogwiwi/images/btn-arrow.png); */
	position: relative;
	top: -2px;
	right: -10px;
	transition: ease 0.3s;
	font-size: 16px;
}
#front_page #slider ul li .slide_content .slide_button:hover {
	background-position: -145px;
}
#front_page #slider ul li .slide_content .slide_button:hover:after {
	right: -15px;
}

@media (max-width: 1200px) {
	#front_page #slider ul li .slide_image {
		height: 400px;
	}
	#front_page #slider ul li .slide_content {
		width: 320px;
		left: 120px;
		bottom: 30%;
		padding: 30px;
	}
	#front_page #slider ul li .slide_content p {
		font-size: 22px;
		transform: none;
	}
	#front_page #slider ul li .slide_content h3 {
		font-size: 40px;
		transform: none;
	}
	#front_page #slider ul li .slide_content .slide_button {
	}
	#front_page #slider ul li .slide_content .slide_button:after {
	}
	#front_page #slider .flex-control-nav {
		bottom: 10px;
	}
}

#front_page .front_content {
	display: flex;
	margin-bottom: 50px;
}
#front_page .front_content .content_posts {
	width: 75%;
	margin-right: 20px;
}
.content_posts .wp-show-posts-inner .post_image {
	width: 45%;
	max-width: 420px;
	display: flow-root;
	float: left;
	margin-right: 25px;
}
.sidebar_latest .wp-show-posts > .wp-show-posts-single {
	width: 100%;
}

.content_posts .wp-show-posts-inner .post_content {
	width: 52%;
	float: left;
}
.wp-show-posts-inner {
	position: relative;
}

.wp-show-posts-entry-meta {
	position: absolute;
	margin: 0 !important;
	top: 0px;
	left: 45px;
	z-index: 5;
}

.wp-show-posts .wp-show-posts-entry-title {
	margin-top: 0;
}
.wp-show-posts-entry-meta span {
	display: table;
}
.wp-show-posts-entry-meta span .post_date {
	text-align: center;
	width: 44px;
	height: 44px;
	color: #fff;
	line-height: 1;
	display: table-cell;
	vertical-align: middle;
	font-weight: 600;
	font-style: normal;
}
.wp-show-posts-entry-meta::before {
	content: url('/blog/wp-content/uploads/2024/01/leaf.svg');
	position: absolute;
	top: 0;
	left: 0;
	width: 101px;
	height: 89px;
	transform: translate(-30%, -25%);
	z-index: -1;
}
.wp-show-posts-entry-meta span .post_date .date_day {
	font-size: 16px;
	letter-spacing: 0.48px;
}
.wp-show-posts-entry-meta span .post_date .date_month {
	font-size: 16px;
	letter-spacing: 0.36px;
}
.wp-show-posts-image.wpsp-image-left {
	width: 100%;
	max-width: 404px;
	max-height: 254px;
	border-radius: 24px;
	overflow: hidden;
	text-align: center;
}
.wp-show-posts-entry-header h2 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.4px;
}

.content_posts .wp-show-posts-entry-header h2 {
	margin-bottom: 40px;
}

.wp-show-posts-entry-header h2 a {
	color: #476b40;
}

.wp-show-posts-entry-header h2 a:hover {
	opacity: 0.9;
}

.wp-show-posts-entry-content,
.wp-show-posts-entry-summary {
	margin-bottom: 60px !important;
}

.wp-show-posts-entry-summary p {
	color: #171513;
	font-size: 16px;
	font-weight: 400;
	line-height: 156%; /* 24.96px */
	letter-spacing: 0.32px;
}
a.wp-show-posts-read-more,
a.wp-show-posts-read-more:visited {
	position: relative;
	padding: 0 10px 0 0;
	border: 0 !important;
	color: #181818 !important;
	font-size: 16px;
	background: transparent !important;
	letter-spacing: 0.32px;
	border-bottom: 1px solid #fff !important;

	&:hover {
		border-color: #313131 !important;
	}

	&:after {
		content: '';
		position: absolute;
		top: 50%;
		right: -30px;
		transform: translate(-55%, -50%);
		background: url('/blog/wp-content/uploads/2024/01/arrow-right.svg');
		width: 14px;
		height: 14px;
	}

	&:before {
		content: '';
		position: absolute;
		top: 50%;
		left: 100%;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		background-color: #793a74;
		transform: translateY(-50%);
		transition: 0.3s background-color;
	}

	&:hover::before {
		background-color: #313131;
	}
}
.wp-show-posts-columns
	.wp-show-posts-single:not(.wp-show-posts-masonry-block)
	.wp-show-posts-image
	img {
	object-fit: unset;
}
#front_page .front_content .content_sidebar {
	width: 25%;
	position: sticky;
	top: 190px;
	height: fit-content;
}
#front_page .front_content .content_sidebar .sidebar_search form {
	position: relative;
	border-radius: 99px;
	border: 1px solid #2e2e2e;
	padding: 10px 0;
}
#front_page .front_content .content_sidebar .sidebar_search form label {
	margin: 0;
	width: 100%;
}
#front_page .front_content .content_sidebar .sidebar_search form label input {
	background: transparent;
	line-height: 1;
	padding-left: 20px;
	padding-right: 0;
	border: 0;
	height: auto;
	color: #000;
	font-weight: normal;
	width: 100%;
}
#front_page
	.front_content
	.content_sidebar
	.sidebar_search
	form
	label
	input::placeholder {
	font-weight: normal;
	color: #858585;
}
#front_page
	.front_content
	.content_sidebar
	.sidebar_search
	form
	label
	input:focus {
	outline-width: 0;
	outline: none;
}
#front_page
	.front_content
	.content_sidebar
	.sidebar_search
	form
	input.search-submit {
	padding: 0;
	font-family: 'FontAwesome';
	background: transparent;
	font-size: 22px;
	font-weight: 100;
	position: absolute;
	width: 25px;
	right: 25px;
	top: 50%;
	border: 0;
	color: #2e2e2e;
	transition: ease 0.3s;
	transform: translateY(-50%);
}
#front_page
	.front_content
	.content_sidebar
	.sidebar_search
	form
	input.search-submit:hover {
	opacity: 0.7;
}

#front_page .front_content .content_sidebar .sidebar_category {
	margin: 30px 0 0;
}
#front_page .front_content .content_sidebar .sidebar_category ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#front_page .front_content .content_sidebar .sidebar_category ul li {
	position: relative;
	padding: 6px 0;
}
#front_page
	.front_content
	.content_sidebar
	.sidebar_category
	ul
	li:last-of-type {
	border: none;
}
#front_page .front_content .content_sidebar .sidebar_category ul li a {
	font-size: 16px;
	font-weight: 300;
	color: #525252;
	letter-spacing: 0.8px;
	transition: ease 0.3s;
	border-bottom: 1px solid #fff;

	&:hover {
		border-color: #476b40;
	}
}

#front_page .front_content .content_sidebar .sidebar_tags {
	position: relative;
	margin: 50px 0 0;
}
#front_page .front_content .content_sidebar .sidebar_tags:before {
	content: '';
	position: absolute;
	top: -30px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #efefef;
}
#front_page .front_content .content_sidebar .sidebar_tags .tags_cloud a {
	display: inline-block;
	background-color: #f8f2ef;
	color: #ae866e;
	font-size: 16px !important;
	font-weight: 400;
	padding: 4px 10px;
	white-space: nowrap;
	border-radius: 99px;
	margin-right: 5px;
	margin-bottom: 8px;
	transition: ease 0.3s background-color, ease 0.3s color;
}
#front_page .front_content .content_sidebar .sidebar_tags .tags_cloud a:hover {
	background-color: #67bdb0;
}

#front_page .front_content .content_sidebar .sidebar_latest {
	margin: 50px 0 0;
	position: relative;
}

#front_page .front_content .content_sidebar .sidebar_latest:before {
	content: '';
	position: absolute;
	top: -30px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #efefef;
}

#front_page
	.front_content
	.content_sidebar
	:where(.sidebar_latest, .sidebar_tags, .sidebar_category)
	h3 {
	font-size: 20px;
	font-weight: 700;
	color: #171513;
	letter-spacing: 0.4px;
	margin: 0 0 15px;
}
.sidebar_latest .wp-show-posts-inner {
}
.sidebar_latest .wp-show-posts-image {
	min-height: auto;
	margin-right: 15px !important;
	margin-bottom: 10px;
}
.sidebar_latest .wp-show-posts-entry-meta {
	display: none;
}
.sidebar_latest .wp-show-posts-entry-header h2 a {
	font-size: 18px;
	color: #476b40;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.36px;
	transition: transform 0.2s ease-in-out;
	&:hover {
		color: #181818;
	}
}
.sidebar_latest
	.wp-show-posts:not(.wp-show-posts-columns)
	.wp-show-posts-single:not(:last-child) {
	margin-bottom: 20px;
}

body .wp-show-posts a img {
	width: 100%;
	transition: transform 0.2s ease-in-out;
	transform: scale(1);
}
body .wp-show-posts a:hover img {
	transition: transform 0.2s ease-in-out;
	transform: scale(1.1);
}

.wp-show-posts:not(.wp-show-posts-columns)
	.wp-show-posts-single:not(:last-child) {
	margin-bottom: 3em !important;
}

.wp-show-posts-single {
	position: relative;
}

.content_posts .wp-show-posts-single::before {
	content: '';
	position: absolute;
	bottom: -24px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #efefef;
}

.wp-show-posts-entry-header {
	margin: 0 0 15px;
	padding: 0;
}

@media (max-width: 1370px) {
	.content_posts .wp-show-posts-inner .post_content {
		width: 63%;
	}
}
@media (max-width: 1200px) {
	.sidebar_latest .latest .post_image {
		max-width: 100px;
	}
}
@media (max-width: 991px) {
	#front_page .front_content .content_posts {
		width: 65%;
		margin-right: 20px;
	}
	#front_page .front_content .content_sidebar {
		width: 31%;
	}
	.content_posts .wp-show-posts-inner .post_image {
		width: 100%;
		max-width: none;
		margin-bottom: 20px;
	}

	.wp-show-posts-image img {
		border-radius: 6px;
	}

	.content_posts
		.wp-show-posts-inner
		.post_image
		.wp-show-posts-image.wpsp-image-left {
		max-height: none;
		max-width: none;
		margin: 0;
	}
	.content_posts .wp-show-posts-inner .post_content {
		width: 100%;
	}
}
@media (max-width: 768px) {
	#front_page .front_content {
		display: block;
		margin-bottom: 0;
	}
	#front_page .front_content .content_posts {
		width: 100%;
		margin-right: 0;
	}
	#front_page .front_content .content_sidebar {
		width: 100%;
		margin: 30px 0 0;
	}
	.sidebar_latest .latest .post_image {
		float: left;
		margin-right: 15px;
	}
	.wp-show-posts-columns#wpsp-1837 .wp-show-posts-inner {
		margin: 0 0 1em 0 !important;
	}
}

#front_page .front_instagram {
	margin: 50px 0 20px;
}
#front_page .front_instagram h3 {
	font-size: 28px;
	font-weight: bold;
	color: #000;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 50px;
}
#front_page .front_instagram h3 span {
	color: #67bdb0;
}
#front_page .front_instagram h3:before {
	content: '';
	position: absolute;
	width: 100px;
	height: 1px;
	background: #eeeeee;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#front_page .front_instagram h3:after {
	content: '...';
	display: block;
	color: #67bdb0;
	font-size: 50px;
	font-family: auto;
	position: absolute;
	line-height: 1;
	right: 0;
	left: 0;
	bottom: -25px;
	letter-spacing: 2px;
}
#front_page .front_instagram .insta-gallery-feed .insta-gallery-actions {
	margin: 27px 0 !important;
}

/********* ARCHIVE *********/
body.archive #primary {
	display: contents;
}
#blog_archive {
	margin: 50px 0;
}
#blog_archive h2.cat_title {
	text-align: center;
	font-size: 50px;
	color: #000;
	margin: 0 0 80px;
	position: relative;
}
#blog_archive h2.cat_title:before {
	content: '';
	position: absolute;
	width: 100px;
	height: 1px;
	background: #eeeeee;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#blog_archive h2.cat_title:after {
	content: '...';
	display: block;
	color: #67bdb0;
	font-size: 50px;
	font-family: auto;
	position: absolute;
	line-height: 1;
	right: 0;
	left: 0;
	bottom: -25px;
	letter-spacing: 2px;
}
#blog_archive .posts-layout article:first-of-type {
	width: 100%;
}
#blog_archive .posts-layout article:first-of-type .article_image {
	width: 50%;
	height: auto;
	float: left;
	text-align: center;
	margin-right: 30px;
}
#blog_archive .posts-layout article:first-of-type .article_image img {
	object-fit: cover;
	width: 100%;
}
#blog_archive .posts-layout article:first-of-type .article_content {
	width: 47%;
	float: left;
}
#blog_archive .posts-layout article:first-of-type .article_content h2 {
	font-size: 32px;
	margin: 0 0 20px;
	color: #000;
}
#blog_archive .posts-layout article:first-of-type .article_content p {
	font-size: 16px;
	line-height: 26px;
	color: #000;
}
#blog_archive .posts-layout article:first-of-type .article_content a {
	padding: 0;
	color: #67bdb0;
	font-size: 16px;
	line-height: 1;
	position: relative;
}
#blog_archive .posts-layout article {
	width: 31.2%;
	margin-right: 40px;
	float: left;
	border: 0;
}
#blog_archive .posts-layout article:nth-child(3n-2) {
	margin-right: 0;
}
#blog_archive .posts-layout article .article_image {
	height: 300px;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0 0 15px #0000001c;
}
#blog_archive .posts-layout article .article_image img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
#blog_archive .posts-layout article .article_content h2 {
	font-size: 22px;
	margin: 20px 0 10px;
	color: #000;
}
#blog_archive .posts-layout article .article_content p {
	font-size: 16px;
	line-height: 26px;
	color: #000;
}
#blog_archive .posts-layout article .article_content a {
	padding: 0;
	color: #67bdb0;
	font-size: 16px;
	line-height: 1;
	position: relative;
}

@media (max-width: 1370px) {
	#blog_archive .posts-layout article {
		margin-right: 35px;
	}
}
@media (max-width: 1200px) {
	#blog_archive .posts-layout article:first-of-type .article_content {
		width: 46%;
	}
	#blog_archive .posts-layout article {
		width: 31%;
		margin-right: 30px;
	}
}
@media (max-width: 991px) {
	#blog_archive .posts-layout article:first-of-type .article_content {
		width: 45%;
	}
	#blog_archive .posts-layout article {
		margin-right: 25px;
	}
	#blog_archive .posts-layout article .article_image {
		height: 200px;
	}
}
@media (max-width: 768px) {
	#blog_archive h2.cat_title {
		font-size: 35px;
		margin: 0 0 60px;
	}
	#blog_archive .posts-layout article:first-of-type .article_image {
		width: 100%;
		margin: 0 0 20px;
		height: 250px;
	}
	#blog_archive .posts-layout article:first-of-type .article_content {
		width: 100%;
	}
	#blog_archive .posts-layout article {
		width: 100%;
		margin: 0 0 20px;
	}
	#blog_archive .posts-layout article .article_image {
		height: 250px;
	}
}
.site-footer {
	overflow: hidden;
	color: #171513;
}
#colophon {
	background: #f8f2ef;
}
#colophon .footer_boxes {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 45px;
	margin-top: 50px;
	margin-bottom: 20px;
}
#colophon .footer_boxes .box {
	width: 25%;
	float: left;
}
#colophon .footer_boxes .footer_contact {
	width: 30%;
}
#colophon .footer_boxes .footer_box2 {
	width: 20%;
}
#colophon .footer_boxes .box.footer_contact div img {
	margin-right: 15px;
	width: 20px;
}

#colophon .footer_boxes .footer_box1 h4,
#colophon .footer_boxes .footer_box2 h4 {
	margin: 0 0 30px;
	color: #112f19;
	font-size: 20px;
	font-weight: 700;
	line-height: 130%; /* 26px */
	letter-spacing: 0.4px;
}
#colophon .footer_boxes .footer_box1 ul,
#colophon .footer_boxes .footer_box2 ul {
	margin: 0;
	padding-left: 20px;
}
#colophon .footer_boxes .footer_box1 ul li,
#colophon .footer_boxes .footer_box2 ul li {
	padding: 10px 0;
	position: relative;
	line-height: 1;
}
#colophon .footer_boxes .footer_box2 ul li::marker,
#colophon .footer_boxes .footer_box1 ul li::marker {
	color: #793a74;
}
#colophon .footer_boxes .footer_box1 ul li a,
#colophon .footer_boxes .footer_box2 ul li a {
	color: #171513;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%; /* 22.4px */
	letter-spacing: 0.48px;
	position: relative;
}

#colophon .footer_boxes .footer_contact h4 {
	font-size: 16px;
	margin: 0 0 20px;
	color: #525252;
	font-weight: 500;
	line-height: 140%; /* 22.4px */
	letter-spacing: 0.48px;
}
#colophon .footer_boxes .footer_contact > div {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
#colophon .footer_boxes .footer_contact div i {
	padding: 9px 10px 0 0;
	font-size: 18px;
	color: #fff;
}
#colophon .footer_boxes .footer_contact h4 {
	margin-bottom: 40px;
}

#colophon .footer_boxes .footer_contact div p,
#colophon .footer_boxes .footer_contact > div > div {
	line-height: 1.5;
	margin-bottom: 0;
}
#colophon .footer_boxes .footer_contact div a {
	display: block;
	color: #171513;
	font-size: 16px;
	font-weight: 400;
	line-height: 120%; /* 19.2px */
	letter-spacing: 0.48px;
	position: relative;

	&:hover {
		color: #476b40;
	}
}
.footer-delivery {
	display: flex;
	align-items: center;
}
.footer-socials {
	display: flex;
	margin-left: auto;
	align-items: center;
}
.footer-socials a {
	display: flex;
	align-items: center;
	margin-left: 15px;
}

#colophon .footer_boxes .footer_contact .footer-socials h4 {
	color: #525252;
	font-size: 16px;
	font-weight: 600;
	line-height: 140%; /* 22.4px */
	letter-spacing: 0.48px;
	margin-bottom: 0;
}

#colophon .footer_boxes .footer_contact .footer-socials a {
	border: none !important;
	display: inline-block;
	margin: 15px 5px !important;
	transition: 0.3s all;

	&:hover {
		transform: scale(1.2);
	}
}

.footer-socials h4 {
	font-size: 16px;
	font-weight: 400;
	line-height: 140%; /* 22.4px */
	margin-top: 0;
	margin-bottom: 0;
}

#colophon .footer_boxes .footer_contact .social {
	padding-top: 15px;
}
#colophon .footer_boxes .footer_contact .social i {
	padding: 0 30px 0 0;
	font-size: 30px;
	transition: ease 0.3s;
}
#colophon .footer_boxes .footer_contact .social a:hover i {
	color: #67bdb0;
}
#colophon .site-info {
	display: flex;
	padding: 14px 0;
}
#colophon .box.footer_contact > img {
	max-width: 175px;
	margin-bottom: 45px;
}
#colophon .site-info .left,
#colophon .site-info .right {
	width: 50%;
	float: left;
	height: 100%;
}
#colophon .site-info .left {
	display: flex;
	align-items: center;
}
#colophon .site-info .right {
	text-align: right;
}
#colophon .site-info .left p {
	margin: 0;
	font-size: 12px;
	color: #171513;
	line-height: 130%;
	letter-spacing: 0.24px;
}
#colophon .site-info .right p {
	color: #303030;
	font-size: 12px;
	font-weight: 400;
	line-height: 140%; /* 16.8px */
	letter-spacing: 0.24px;
	margin-bottom: 0;
}
#colophon .site-info .right a {
	color: #303030;
	font-size: 12px;
	font-weight: 400;
	line-height: 140%; /* 16.8px */
	letter-spacing: -0.24px;
	margin-bottom: 0;
	margin: 0 3px;
}
#colophon .site-info .right a:hover {
	opacity: 0.7;
}
.delivery_payment_box {
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 12px 0;
}

.delivery_payment_box img {
	mix-blend-mode: darken;
	margin: 0 8px;
}

@media (max-width: 1200px) {
	#colophon .footer_boxes .box {
		width: 25% !important;
	}
	#colophon .footer_boxes .footer_box1 h4,
	#colophon .footer_boxes .footer_box2 h4,
	#colophon .footer_boxes .footer_contact h4 {
		font-size: 22px;
		margin: 0 0 15px;
	}
	#colophon .footer_boxes .footer_box1 ul li,
	#colophon .footer_boxes .footer_box2 ul li {
		width: fit-content;
		padding: 7px 15px;
	}
	#colophon .footer_boxes .footer_box1 ul li a,
	#colophon .footer_boxes .footer_box2 ul li a {
		font-size: 16px;
	}
	#colophon .footer_boxes .footer_contact div i {
		font-size: 16px;
	}
	#colophon .footer_boxes .footer_contact div a {
		font-size: 16px;
		line-height: 35px;
	}
	#colophon .footer_boxes .footer_contact > div {
		margin-bottom: 10px;
	}
}
@media (max-width: 991px) {
	#colophon .footer_boxes .box {
		width: 50% !important;
		min-height: 270px;
		margin-bottom: 25px;
	}
	#colophon .site-info .left p {
		font-size: 14px;
	}
	#colophon .site-info .right p {
		font-size: 14px;
	}
}
@media (max-width: 768px) {
	#colophon .footer_boxes {
		margin-top: 30px;
	}
	#colophon .footer_boxes .box {
		text-align: center;
		width: 100% !important;
		min-height: auto;
		margin-bottom: 30px;
	}
	#colophon .footer_boxes .footer_box1 h4,
	#colophon .footer_boxes .footer_box2 h4,
	#colophon .footer_boxes .footer_contact h4 {
		text-align: center;
	}
	#colophon .footer_boxes .footer_contact div {
		justify-content: center;
	}
	#colophon .footer_boxes .footer_contact .social i {
		padding: 0 15px;
	}
	#colophon .footer_boxes .footer_maps {
		text-align: center;
	}
	#colophon .site-info .left {
		width: 100%;
		justify-content: center;
		text-align: center;
	}
	#colophon .site-info .left,
	#colophon .site-info .right {
		height: unset;
		margin-bottom: 10px;
	}
	#colophon .site-info .left p {
		line-height: 18px;
	}
	#colophon .site-info .right {
		display: block;
		width: 100%;
		text-align: center;
	}
	#colophon .site-info .right p {
		padding: 0;
		width: 100%;
		text-align: center;
	}
	#colophon .site-info .right img {
		float: none;
	}
	.delivery_payment_box img {
		object-fit: contain;
		margin: 0 2px;
	}
	#post_single .single_content h1 {
		font-size: 20px !important;
		margin-bottom: 30px !important;
	}

	#post_single .single_content h2 {
		font-size: 22px !important;
		margin: 20px 0 10px 0 !important;
	}

	#post_single .single_content .other-posts-title {
		font-size: 26px !important;
		text-align: center;
		margin: 30px 0 25px 0 !important;
	}
	.wp-show-posts-image.wpsp-image-left {
		max-width: unset;
	}
	.footer-delivery {
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: center;
		margin-top: 20px;
	}
	.footer-delivery-row {
		display: flex;
		flex-wrap: wrap;
		row-gap: 10px;
		gap: 10px;
		justify-content: center;
	}
	.footer-socials {
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: unset;
	}
}

/*********** SEARCH RESULT ************/
body.search-results #content {
	display: flow-root;
	padding: 50px 0;
}
body.search-results article.hentry {
	width: 50%;
	float: left;
	min-height: 300px;
}
body.search-results article.hentry .meta-post {
	display: none;
}
body.search-results article.hentry h2.title-post {
	font-size: 30px;
	font-weight: bold;
	color: #67bdb0;
}
body.search-results article.hentry .entry-post p {
	color: #000;
}
@media (max-width: 768px) {
	body.search-results article.hentry {
		width: 100%;
		float: left;
		min-height: auto;
	}
}

/*********** SINGLE POST *************/

#post_single .container {
	max-width: 1060px;
}

#post_single .wp-block-image {
	margin: 50px 0;
}
#post_single .single_breadcrumb {
	width: 100%;
	color: #9a9a9a;
	text-align: center;
	display: table;
	padding: 0 0 20px;
}
#post_single .single_breadcrumb .inner {
	display: table-cell;
	vertical-align: middle;
}
#post_single .single_breadcrumb h1 {
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 5px 0;
	font-size: 36px;
	line-height: 49px;
	font-weight: bold;
}
#post_single .single_breadcrumb .breadcrumb {
	color: #2e2e2e;
	margin: 25px 0;
}
#post_single .single_breadcrumb .breadcrumb span {
	position: relative;
	margin: 0 5px;
}
/*#post_single .single_breadcrumb .breadcrumb span:first-of-type:before {*/
/*  content: url(/blog/wp-content/themes/blogwiwi/images/home-dark.png);*/
/*  position: absolute;*/
/*  left: -30px;*/
/*  top: 0;*/
/*}*/
#post_single .single_breadcrumb .breadcrumb i {
	color: #9a9a9a;
	font-size: 12px;
	line-height: 1;
	padding: 0 3px;
}
#post_single .single_breadcrumb .breadcrumb span.current {
	color: #2e2e2e;
	font-weight: 600;
}
#post_single .single_content {
	margin-bottom: 70px;
}
#post_single .single_content h1 {
	color: #112f19;
	font-size: 36px;
	font-weight: 700;
	line-height: 110%; /* 39.6px */
	letter-spacing: -0.72px;
	margin-bottom: 60px;
}
#post_single .single_content .content_header {
	text-align: center;
}
#post_single .single_content .content_header .date {
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	color: #67bdb0;
}
#post_single .single_content .content_header h1 {
	font-size: 36px;
	font-weight: bold;
	color: #000;
	margin: 0 0 25px 0;
}
#post_single .single_content .content_header .after p {
	display: none;
}
#post_single .single_content .content_header .after p:first-of-type {
	display: block !important;
	font-weight: bold;
}
#post_single .single_content h2 {
	color: #476b40;
	font-size: 20px;
	font-weight: 700;
	line-height: 130%; /* 26px */
	margin: 32px 0;
}
#post_single .other-posts {
	margin-top: 60px;
	border-top: 1px solid #e7d2c6;
}
#post_single .other-posts .other-posts-title {
	color: #112f19;
	font-size: 36px;
	font-weight: 700;
	line-height: 110%; /* 39.6px */
	letter-spacing: -0.72px;
}
#post_single .single_content p {
	color: #171513;
	font-size: 16px;
	font-weight: 400;
	line-height: 156%; /* 24.96px */
	letter-spacing: 0.32px;
}
#post_single .single_content .post-excerpt p {
	margin-top: 60px;
	font-size: 20px;
	font-weight: 700;
	line-height: 130%; /* 26px */
	letter-spacing: 0.4px;
}
#post_single .single_content .content_content {
	text-align: center;
	margin-bottom: 50px;
}
#post_single .single_content .content_content p:first-of-type {
	display: none;
}
#post_single .single_content .content_gallery {
	display: flow-root;
	margin-bottom: 100px;
}
#post_single .single_content .content_gallery ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#post_single .single_content .content_gallery ul li {
	width: 23.85%;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}
#post_single .single_content .content_gallery ul li .gallery_image_container {
	max-height: 306px;
	overflow: hidden;
}
#post_single
	.single_content
	.content_gallery
	ul
	li
	.gallery_image_container
	img {
	object-fit: cover;
	height: 100%;
	max-height: 306px;
}
#post_single .single_content .content_gallery ul li:first-of-type {
	margin: 0;
	width: 100%;
}
#post_single
	.single_content
	.content_gallery
	ul
	li:first-of-type
	.gallery_image_container,
#post_single
	.single_content
	.content_gallery
	ul
	li:first-of-type
	.gallery_image_container
	img {
	max-height: none !important;
	width: 100%;
}
#post_single .single_content .content_gallery ul li:nth-child(4n + 1) {
	margin-right: 0 !important;
}

@media (max-width: 1370px) {
	#post_single .single_content .content_gallery ul li {
		width: 23.68%;
	}
	#post_single
		.single_content
		.content_gallery
		ul
		li
		.gallery_image_container
		img {
		max-height: 270px;
	}
}
@media (max-width: 1200px) {
	#post_single .single_content .content_gallery ul li {
		width: 23.4%;
	}
	#post_single
		.single_content
		.content_gallery
		ul
		li
		.gallery_image_container
		img {
		max-height: 222px;
	}
}
@media (max-width: 991px) {
	#post_single .single_content .content_gallery ul li {
		width: 22.91%;
	}
	#post_single
		.single_content
		.content_gallery
		ul
		li
		.gallery_image_container
		img {
		max-height: 168px;
	}
}
@media (max-width: 768px) {
	#post_single .single_content .content_gallery ul li {
		width: 47.8%;
		float: left;
	}
	#post_single
		.single_content
		.content_gallery
		ul
		li
		.gallery_image_container
		img {
		max-height: 260px;
	}
	#post_single .single_content .content_gallery ul li:nth-child(2n + 1) {
		margin-right: 0 !important;
	}
}
@media (max-width: 500px) {
	#post_single .single_content .content_gallery ul li {
		width: 100%;
		float: left;
		margin-right: 0;
	}
	#post_single .single_content .content_gallery ul li .gallery_image_container,
	#post_single
		.single_content
		.content_gallery
		ul
		li
		.gallery_image_container
		img {
		max-height: none;
		width: 100%;
	}
}

/*********** CONTACT PAGE ************/
#page_kontakt {
	margin: 0 0 80px;
}
#page_kontakt .kontakt_form {
	margin: 50px 0;
}
#page_kontakt .kontakt_form h1 {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	color: #000;
}
#page_kontakt .kontakt_form .nf-form-fields-required {
	display: none;
}
#page_kontakt .kontakt_form .one-half .nf-field-label label {
	color: #555555;
	line-height: 1;
	margin: 0;
	font-size: 12px !important;
	line-height: 20px;
	position: absolute;
	z-index: 2;
	top: -11px;
	left: 20px;
	font-weight: normal;
	background: #fff;
	padding: 0 5px;
}
#page_kontakt .kontakt_form .one-half .nf-field-element input {
	border: 1px solid #d9d9d9;
	background: #fff;
	padding: 5px 24px;
	font-size: 14px;
	color: #555555;
}
#page_kontakt .kontakt_form .nf-pass.field-wrap .nf-field-element:after {
	content: '\f00c' !important;
	font-size: 20px !important;
	right: 20px !important;
}
#page_kontakt .kontakt_form .textarea-container .nf-field-label {
	display: none;
}
#page_kontakt .kontakt_form .textarea-container .nf-field-element textarea {
	border: 1px solid #d9d9d9;
	background: #fff;
	padding: 15px 24px;
	font-size: 14px;
	color: #555555;
}
#page_kontakt .kontakt_form .checkbox-container .nf-field-label label {
	font-size: 12px;
	line-height: 17px;
	font-weight: 100;
	margin-left: 40px;
	cursor: pointer;
}
#page_kontakt .kontakt_form .checkbox-container .nf-field-label label:after {
	background-color: #fff;
	border-radius: 3px;
	width: 26px;
	height: 26px;
	left: -40px;
	cursor: pointer;
}
#page_kontakt .kontakt_form .checkbox-container .nf-field-label label:before {
	left: -39px;
	top: 3px;
	cursor: pointer;
}
#page_kontakt .kontakt_form .one-half.submit-container .nf-field-element input {
	width: 100%;
	border-radius: 0;
	background-color: #67bdb0;
	color: #fff;
	text-transform: none;
	font-size: 18px;
	font-weight: bold;
	transition: ease 0.3s;
}
#page_kontakt
	.kontakt_form
	.one-half.submit-container
	.nf-field-element
	input:hover {
	opacity: 0.8;
}
@media (max-width: 800px) {
	#page_kontakt .kontakt_form .one-half .nf-field-label label {
		top: 0 !important;
	}
	#page_kontakt .kontakt_form .textarea-container .nf-field-element textarea {
		margin-top: 10px !important;
	}
}

/************ INSTAGRAM PAGE ***********/
#page_instagram {
	margin: 30px 0 80px;
}
#page_instagram .instagram_content h1 {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	margin: 0 0 30px 0;
	text-transform: uppercase;
}
#page_instagram .instagram_content h1 span {
	color: #67bdb0;
}
#page_instagram .instagram_content .insta-gallery-actions {
	margin-top: 50px;
}

/**/

.search-form-d-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	.box.footer_maps {
		text-align: right;
	}
	img.attachment-large-thumb.size-large-thumb.wp-post-image {
		width: 100%;
	}
}

@media (min-width: 1200px) {
	footer.site-footer,
	footer.site-footer > .container {
		position: relative;
		z-index: 5;
	}
	
	footer.site-footer > .container::before,
	footer.site-footer > .container::after,
	footer.site-footer::before {
		content: url('/blog/wp-content/uploads/2024/01/znaczek-white-3.svg') !important;
		position: absolute;
		z-index: -1;
	}

	footer.site-footer::before {
		top: 30px;
		right: -50px;
	}

	footer.site-footer .container::before {
		bottom: 5%;
		left: -18%;
	}

	footer.site-footer .container::after {
		bottom: 0%;
		right: -15%;
	}
}

#colophon .footer_boxes .footer_contact .social a {
	font-size: 30px;
}

strong {
	font-weight: 800 !important;
}

.wp-block-column p {
	font-size: 18px;
	line-height: 24px;
}

.btf-btn {
	background: #fff200;
	color: #000;
	padding: 14px 20px 12px 20px;
	text-decoration: none;
	transform: skew(-9deg, 0);
	border-radius: 6px;
	font-weight: 900;
	display: inline-block;
	text-transform: uppercase;
	font-size: 22px;
}
.btf-btn:hover {
	background: #000000;
	color: #ffffff;
}

.btf-tag {
	background: #000;
	color: #fff200;
	padding: 10px 16px 8px 16px;
	text-decoration: none;
	transform: skew(-9deg, 0);
	border-radius: 6px;
	font-weight: 900;
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	margin: 0 3px;
}
.btf-tag:hover {
	background: #000000;
	color: #ffffff;
}

.custom-counter {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #313131;
}
.custom-counter li {
	counter-increment: step-counter;
	margin-bottom: 5px;
	font-size: 20px;
}
.custom-counter li:before {
	content: counter(step-counter);
	margin-right: 20px;
	font-size: 18px;
	background-color: #1a964f;
	color: white;
	font-weight: bold;
	padding: 5px 15px;
	border-radius: 4px;
	display: inline-block;
	transform: skew(-9deg);
}

.custom-counter-small {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #313131;
	margin-left: 50px;
}
.custom-counter-small li {
	counter-increment: step-counter;
	margin-bottom: 25px;
	font-size: 18px;
}
.custom-counter-small li:before {
	content: counter(step-counter);
	margin-right: 20px;
	font-size: 14px;
	background-color: #1a964f;
	color: white;
	font-weight: bold;
	padding: 3px 10px;
	border-radius: 4px;
	display: inline-block;
	transform: skew(-9deg);
	margin-left: -50px;
}

.custom-counter-small.red li:before {
	background-color: red;
}
.custom-counter-small.purple li:before {
	background-color: #4f008c;
}

#blog_archive .posts-layout .nav-links {
	clear: both !important;
	width: 100% !important;
}

#mainnav-mobi {
	width: auto !important;
}
#masthead {
	border-bottom: 1px solid #dcdcdc;
}
#mainnav ul li a:hover {
	color: #006d38 !important;
}
.site-header.fixed #mainnav-mobi {
	top: 50px !important;
	margin-right: 26px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	right: 15px;
}

.site-header.fixed.float-header #mainnav-mobi {
	top: 67px !important;
	margin-right: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	right: 15px;
}

@media (max-width: 768px) {
	#front_page #slider ul li .slide_content {
		position: relative;
		left: 0;
		bottom: 0;
		width: 100%;
		padding: 30px 30px 70px;
		border-radius: 0;
		transform: none;
	}
	#front_page #slider ul li .slide_image {
		height: 300px;
	}

	#front_page #slider .flex-control-nav {
		top: 10px;
	}

	#front_page #slider .flex-direction-nav a {
		top: 30%;
	}

	#front_page #slider .flex-control-nav {
		top: 10px;
	}

	#front_page #slider ul li .slide_content .slide_button {
		border-radius: 6px;
		transform: skew(-9deg, 0);
		bottom: auto;
	}
	#front_page #slider ul li .slide_content p {
		font-size: 28px;
		transform: skew(-9deg, 0);
	}

	#front_page #slider ul li .slide_content h3 {
		font-size: 48px;
		transform: skew(-9deg, 0);
	}

	.wpsp-read-more {
		width: 100%;
	}

	a.wp-show-posts-read-more,
	a.wp-show-posts-read-more:visited {
		width: 100%;
		background-color: #793a74 !important;
		color: #fff !important;
		padding: 8px 12px;
		border-radius: 5px;
		text-align: center;
		font-weight: 600;
		border: 1px solid transparent !important;
	}

	a.wp-show-posts-read-more::before {
		content: unset !important;
	}

	a.wp-show-posts-read-more:is(:hover, :focus) {
		border: 1px solid #793a74 !important;
		background-color: #fff !important;
		color: #793a74 !important;
	}
	#colophon .footer_boxes .footer_box1 ul li,
	#colophon .footer_boxes .footer_box2 ul li {
		margin: auto;
		text-align: center !important;
	}
}
@media (max-width: 500px) {
	#front_page #slider ul li .slide_image {
		height: 220px;
	}

	#front_page #slider .flex-control-nav {
		top: 10px;
	}

	#front_page #slider .flex-direction-nav a {
		top: 20%;
	}

	#front_page #slider ul li .slide_content p {
		font-size: 28px;
		transform: skew(-9deg, 0);
	}
	#front_page #slider ul li .slide_content a.slide_button {
		border-radius: 6px;
		transform: skew(-9deg, 0);
		bottom: auto;
	}

	#front_page #slider ul li .slide_content h3 {
		font-size: 48px;
		transform: skew(-9deg, 0);
	}
}

@media (max-width: 1370px) {
	.content_posts .wp-show-posts-inner .post_image {
		width: 100%;
		max-width: unset;
	}
	.wp-show-posts-image.wpsp-image-left {
		width: 100%;
		max-width: unset;
		max-height: 350px;
		margin-bottom: 20px;
	}
}
