/* 
Theme Name: szablon-1
Author: budowaniestron.pl
 */

/* ----- reset all ----- */
* {
   padding:0;
   margin:0;
}
ul{list-style: none;}
@font-face {
      font-family: 'fontello';
      src: url('fonts/mlfont.eot?47843562');
      src: url('fonts/mlfont.eot?47843562#iefix') format('embedded-opentype'),
           url('fonts/mlfont.woff?47843562') format('woff'),
           url('fonts/mlfont.ttf?47843562') format('truetype'),
           url('fonts/mlfont.svg?47843562#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
}
.font-icon {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
}


/* ----- general ----- */

html{height: 100%; min-width: 300px; }

body {
	text-align: center;
	font: 20px/30px  "Lato", sans-serif;
	font-weight: 400;
	background: #fff;
	color: #3c3c3c;
}
@media (max-width: 1000px) {
	body {
		font-size: 18px;
		line-height: 27px;
	}
}
@media (max-width: 600px) {
	body {
		font-size: 16px;
		line-height: 23px;
	}
}

a {color: #68b04d; text-decoration: none; transition: color .2s ease-in-out, background-color .2s ease-in-out;}
a:hover {color: #a4c520;}
a span {cursor: pointer;}

strong{font-weight: 700;}
h3{
	font: 700 1.2em/1.4em "Poppins", sans-serif;
	margin-top: 1em;
	margin-bottom: 0.7em;
}
h2{
	font: 700 1.8em/1.4em "Poppins", sans-serif;
	margin-top: 1em;
	margin-bottom: 1em;
}
h1{
	font: 700 2.75em/1.4em "Poppins", sans-serif;
	margin-top: 0;
	margin-bottom: 1em;
}
.home h1{
	font: 700 1.8em/1.4em "Poppins", sans-serif;
	margin-bottom: .3em;
}
.home h1 strong{
	font-size: 1.4em;
	text-transform: uppercase;
}
@media (max-width: 1300px) {
	h3{
		font-size: 1.15em;
	}
	h2{
		font-size: 1.5em;
	}
	h1{
		font-size: 2.2em;
	}
	.home h1{
		font-size: 1.6em;
	}
	.home h1 strong{
		font-size: 2.2;
	}
}
@media (max-width: 900px) {
	h3{
		font-size: 1.1em;
	}
	h2{
		font-size: 1.3em;
	}
	h1{
		font-size: 1.8em;
	}
	.home h1{
		font-size: 1.4em;
	}
	.home h1 strong{
		font-size: 1.8;
	}
}

img{border:0; max-width: 100%; height: auto;}
p{margin-bottom: 1em;}
blockquote{
	margin: 2em 0 2em 2em;
	padding-left: 2em;
	border-left: solid 5px #f19900;
}
@media (max-width: 600px) {
	blockquote{
		margin: 1em 0 1em 0;
		padding-left: 1em;
	}
}
@media (max-width: 480px) {
	blockquote{
		padding-left: .5em;
	}
}
.small{
	font-size: .8em; 
    line-height: 1.3em;
}

/* ----- lists ----- */

.content ul, .content ol,
.text ul, .text ol{
	margin-bottom: 1em;
	padding-left: 1em; 
}
.content ol,
.text ol{
	padding-left: 2em; 
}
.content ul > li,
.text ul > li{
    margin-left: 1em;
	margin-bottom: 0.4em;
	text-align: left;
    list-style: none;
}
.content ul > li:before,
.text ul > li:before{
    content: "\2022";
    color: #11253D;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.content ol > li,
.text ol > li{
	margin-bottom: 0.4em;
	text-align: left;
}

/* ----- comin ----- */
.comin{
	opacity: 0;
	transition: opacity 1s ease-in-out, top 1s ease-in-out, bottom 1s ease-in-out;
	top: 15px;
	bottom: -15px;
	position:relative;
}
.comin.on-screen{
	opacity: 1;
	top: 0;
	bottom: 0;
}
.comin-2{
	transition-delay: .2s;
}
.comin-3{
	transition-delay: .4s;
}
.comin-4{
	transition-delay: .6s;
}
.comin-5{
	transition-delay: .8s;
}
@media (max-width: 900px){
	.comin-2,
	.comin-3,
	.comin-4,
	.comin-5{
		transition-delay: 0s;
	}
}

/* ----- image align ----- */
img.alignleft{
	float: left;
	margin: 0 2em 2em 0;
}
img.alignright{
	float: right;
	margin: 0 0 2em 2em;
}
img.aligncenter{
	margin: 0 auto 2em;
    display: block;
}
.wp-caption-text{
    font-size: .8em;
    line-height: 1.4em;
    color: #686868;
	margin-bottom: 0;
}
@media (max-width: 600px) {
	img.alignleft,
	img.alignright,
	img.aligncenter{
		float: none;
		display: block;
		margin: 0 auto 1.5em;
	}
}

/* ----- gallery ----- */

.ari-fancybox{
	opacity: 1;
	transition: opacity .2s ease-in-out;
}
.ari-fancybox:hover{
	opacity: .8;
}
.gallery br{
	display: none;
}
.content .gallery .ari-fancybox{
	margin: 0;
}
.gallery-columns-2{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
	column-gap: .4em;
}
.gallery-columns-3{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
	column-gap: .4em;
}
.gallery-columns-4{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
	column-gap: .4em;
}
.gallery-item{
	margin-bottom: .4em;
}
.gallery img{
	display: block;
}

/* ----- cols ----- */

.cols-2{ display: grid; grid-template-columns: repeat(2, 1fr); }
.cols-3{ display: grid; grid-template-columns: repeat(3, 1fr); }
.cols-4{ display: grid; grid-template-columns: repeat(4, 1fr); }
.cols-5{ display: grid; grid-template-columns: repeat(5, 1fr); }
.cols-6{ display: grid; grid-template-columns: repeat(6, 1fr); }
.cols-7{ display: grid; grid-template-columns: repeat(7, 1fr); }
.cols-8{ display: grid; grid-template-columns: repeat(8, 1fr); }

.col-2{ grid-column: auto / span 2; }
.col-3{ grid-column: auto / span 3; }
.col-4{ grid-column: auto / span 4; }
.col-5{ grid-column: auto / span 5; }
.col-6{ grid-column: auto / span 6; }
.col-7{ grid-column: auto / span 7; }

.gap-mini{column-gap: 1em;}
.gap-1{column-gap: 2em;}
.gap-2{column-gap: 4em;}
.gap-3{column-gap: 6em;}

.show-at-600{
	display: none;
}

@media (max-width: 1300px) {
	.gap-2 > *{ column-gap: 2em; }
	.gap-3 > *{ column-gap: 4em; }
	.cols-2-at-1300{ grid-template-columns: repeat(2, 1fr); }
	.break-at-1300{ display: block; }
	.break-at-1300 > *{ margin-bottom: 1em; }
	.cols.break-at-1300 > *:last-child{ margin-bottom: 0; }
}
@media (max-width: 900px) {
	.break-at-900{ display: block; }
	.cols-2-at-900{ grid-template-columns: repeat(2, 1fr); }
	.break-at-900 > *{ margin-bottom: 1em; }
	.cols.break-at-900 > *:last-child{ margin-bottom: 0; }
	.cols-as-rows-at-900{ display: flex; flex-direction: column;}
}

@media (max-width: 600px) {
	.show-at-600{ display: block; }
	.break-at-600{ display: block; }
	.break-at-600 > *{ margin-bottom: 1em; }
	.cols.break-at-600 > *:last-child{ margin-bottom: 0; }
}

/* ----- form ----- */

form .row{
    margin-bottom: 1em;
}
form .row-tiny{
    margin-bottom: .5em;
}
.label{
	display: block;
    margin-bottom: .5em;
}
label{
	display: block;
}
input,
button,
textarea,
select{
	font: 20px/28px  "Lato", sans-serif;
}
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
textarea,
select{
    width: calc(100% - 2em);
    border: solid 1px #CCC;
	background-color: rgba(255,255,255,.7);
    color: #212739;
    padding: .7em 1em;
	border-radius: 1.5em;
}
select{
   width: auto;
    padding: .4em .5em;
}
textarea{
    resize: vertical;
    height: 10em;
}
.row-submit{
	text-align: right;
}
input[type=submit]:focus{
	outline: none;
}
.acceptance-block,
.acceptance{
	text-align: justify;
	display: block;
}
.acceptance-block span{
	display: block;
}
.acceptance-block span.wpcf7-form-control-wrap{
	width: auto;
}
.wpcf7-acceptance label .wpcf7-list-item-label:before, .wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7-radio label span:before{
    content: " ";
    display: inline-block;
    position: relative;
    top: 0;
    margin: 0 10px 0 0;
    width: 30px;
    height: 30px;
    border: solid 1px #CCC;
	background-color: #fff;
	cursor: pointer;
	border-radius: 5px;
}
span.wpcf7-list-item-label::before, span.wpcf7-list-item-label::after {
    content: " ";
}
.wpcf7-acceptance input[type=checkbox]:checked + span:after, .wpcf7-checkbox input[type=checkbox]:checked + span:after,
.wpcf7-radio label input[type=radio]:checked + span:after{
    position: absolute;
    top: -4px;
    left: 4px;
	font-size: 2em;
    content: "\2714";
    display: block;
	cursor: pointer;
	color: #4E9833;
}
input[type="checkbox"],
input[type="radio"] {
    display: none;
}
.wpcf7-radio label span:before {
	vertical-align: middle;
}
span.wpcf7-list-item {
    margin: 0;
}
.wpcf7-acceptance .checkbox-label {
    width: calc(100% - 58px);
    margin-left: 6px;
    margin-top: .5em;
    vertical-align: top;
	line-height: 1.4em;
    display: inline-block;
	font-size: .8em;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #5d5d5d;
  opacity: .7; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #5d5d5d;
  opacity: .7;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #5d5d5d;
  opacity: .7;
}
.wpcf7-checkbox{
    display: flex;
    justify-content: space-evenly;
}
.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item{
	display: inline-block;
	position: relative; 
}
.wpcf7-radio .wpcf7-list-item{
	margin-right: 1em;
}
.select-with-label{
    display: flex;
    justify-content: flex-start;
    align-items: center;
	margin-bottom: .5em;
}
.select-with-label .label{
	display: inline-block;
	margin-right: .5em;
	min-width: 5.5em;
    text-align: right;
}
.wpcf7 form .wpcf7-response-output{
    margin: 2em auto 1em;
    padding: 1em 2em;
    border-radius: .5em;
	max-width: calc(40em - 4em);
	border: solid 2px #4b505f;
    background-color: rgba(0, 0, 0, .2);
}
.wpcf7-not-valid-tip{
	color: #FFB3B3;
	font-size: 0.9em;
	font-weight: normal;
	display: block;
	margin-top: 0.3em;
}
.wpcf7-spinner{
	display: block;
}
@media (max-width: 1000px) {
	input,
	button,
	textarea{
		font-size: 16px;
		line-height: 22px;
	}
}
@media (max-width: 600px) {
	input,
	button,
	textarea{
		font-size: 15px;
		line-height: 21px;
	}
	.wpcf7-checkbox .wpcf7-list-item,
	.wpcf7-radio .wpcf7-list-item{
		display: block;
		text-align: left;
    	margin-right: 0;
		margin-bottom: .5em;
	}
}

/* ----- quote-block ----- */
.quote-block{
	height: 600px;
	overflow: hidden;
}
.quote-block > div{
	height: 850px;
    overflow: hidden;
	position: relative;
    background-size: cover;
    background-position: center;
}
.quote-block > div:after{
	content: "";
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(0,0,0, .0002);
}
#main .quote-block  .wrap {
    height: calc(90vh - 7em);
    padding-top: 5em;
    padding-bottom: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: relative;
	color: #fff;
}
.quote-block h2,
.quote-block h3{
	color: #fff;
}
.quote-block h2{
}
.quote-block p{
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1.3em;
	text-align: center;
}

/* ----- read-more ----- */
.read-more{
	text-align: center;
}
.read-more > *,
input[type=submit],
button{
	padding: 1em 2em 1em;
	line-height: 1em;
	font-size: 1em;
	display: inline-block;
	transition: all .2s ease-in-out;
	border: none;
	color: #fff;
	text-transform: uppercase;
	background-color: #68b04d;
	border-radius: 2em;
	font-weight: 700;
	cursor: pointer;
}
.read-more > *:hover,
input[type=submit]:hover,
button:hover{
	background-color: #a4c520;
	color: #fff;
}
input[type=submit]{
	padding-left: 4em;
	padding-right: 4em;
}

/* ----- clearfix ----- */

.clearfix:after{
   content: "."; 
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

/* ----- wraps  ----- */

.wrap{
	max-width: 1300px;
	min-width: 280px;
	margin: 0 auto;
	text-align: left;
	padding: 0 20px;
	overflow: hidden;
}
section{
	position: relative;
}
@media (max-width: 600px) {
	.wrap{
		padding-left: 10px;
		padding-right: 10px;
	}
}

/* ----- bg-colors ----- */
.bg-grey{
	background-color: #f5f4f2;
}
.bg-green{
	background-color: #4e9833;
	color: #fff;
}
.bg-green a{
	color: #fff;
	text-decoration: underline;
}
.bg-green a:hover{
	color: #c6feaf;
}
.bg-green h2.title:before{
	color: #c6feaf;
}
.bg-green .subtitle{
	color: #fff;
}
.bg-green .read-more a,
.bg-green input[type=submit]{
	background-color: #c6feaf;
	color: #5a7e4d;
}
.bg-green .read-more a:hover,
.bg-green input[type=submit]:hover{
	background-color: #dcff9f;
}

/* ----- head ----- */

#head{
	width: 100%;
	background-color: #fff;
	position: fixed;
    z-index: 50;
	border-bottom: solid 1px rgba(66,114,149, .3);
}
#head .wrap{
	overflow: visible;
	padding-top: 1em;
	padding-bottom: 1em;
	transition: all .2s ease-in-out;
    display: flex;
    justify-content: space-between;
	align-items: center;
}
#head .wrap:after{ display: none;}
.not-viewing-top #head .wrap{
	padding-top: .2em;
	padding-bottom: .2em;
}

/* ----- logo ----- */

#logo{
	top: 0;
	bottom: 0;
}
#logo a img{
	width: auto;
	height: inherit;
	max-height: 5.2em;
	transition: all .2s ease-in-out;
}
.not-viewing-top #logo a img{
	max-height: 2.6em;
}
#logo a,
#logo img{
	display: block;
}
@media (max-width: 1000px) {
	#logo a img {
		max-height: 3em;
	}
	.not-viewing-top #logo a img {
		max-height: 2.5em;
	}
}

/* ----- menu ----- */

#menu{ 
	top: 0;
	bottom: 0;
}
#menu h2, #menu h2 span{
    display: none;
}
#menu > div > ul > li{
	display: inline-block;
	position:relative;
}
#menu > div > ul > li > a{
	padding: .4em 1.5em .5em;
	display: block;
	transition: all .2s ease-in-out;
	color: #3c3c3c;
	position: relative; 
}
#menu > div > ul > li > a:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	transform: skewX(25deg);
	background-color: #fff;
	z-index: 5;
    left: 0;
    top: 0;
	transition: all .2s ease-in-out;
}
#menu > div > ul > li > a > span{
	position: relative;
	z-index: 10;
}
#menu > div > ul > li.menu-item-has-children > a:after{
    font-family: "fontello";
	content: "\e809";
	margin-left: .5em;
	display: inline-block;
	vertical-align: middle;
    line-height: 1em;
} 


#menu > div > ul > li > a:hover, 
#menu > div > ul > li.current-menu-item > a:hover{
	color: #fff;
}
#menu > div > ul > li > a:hover:before{
	background-color: #68b04d;
}
#menu .sub-menu{
    max-height: 0;
	min-width: 10em;
    overflow: hidden;
    transition: all .2s ease-in-out;
	transition-delay: .4s;
    position: absolute;
    left: 0;
    top: 100%;
	background-color: #fff;
	padding-top: 0;
}
#menu li:hover .sub-menu{
	max-height: 800px;
	padding-top: .5em;
	transition-delay: 0s;
}
#menu .sub-menu a{
	font-size: 0.9em;
	line-height: 1.2em;
	padding: .7em 1.2em;
	display: block;
	color: #fff;
	transition: all .2s ease-in-out;
	background-color: #224A69;
	border-bottom: solid 1px #1A3951;
}
#menu .sub-menu li.current-menu-item a{
	background-color: #3876a5;
}
#menu .sub-menu a:hover,
#menu .sub-menu li.current-menu-item a:hover{
	background-color: #DD8A00;
	border-bottom: solid 1px #c17900;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 1100px) {
	#menu{
		position: absolute;
		top: 0; right: 0; left: 0;
		height: 1px;
		overflow: visible;
		text-align: right;
	}
	#menu h2{
		display: inline-block;
		color: #fff;
		background-color: #68b04d;
		font-size: 1.8em;
    	line-height: 1.7em;
		height: 1.6em;
		width: 1.6em;
    	padding: 0; margin: 0;
		cursor: pointer;
		transition: all .2s ease-in-out;
    	text-align: center;
		position: relative;
		z-index: 80;
	}
	#menu h2:hover{
		background-color: #a4c520;
	}
	#menu > div{
		position: absolute;
		left: 0;top: 0;right: 0;
		width: 100%;
		z-index: 70;
		max-height: 100vh;
		overflow: auto;
	}
	#menu > div > ul{
		max-height: 0;
    	overflow: hidden;
		transition: max-height .4s ease-in-out;
	}
	#menu > div > ul.acti{
		max-height: 1500px;
	}
	#menu > div > ul > li{
		display: block;
		border-left: none;
	}
	#menu > div > ul > li > a:before{
		display: none;
	}
	#menu > div > ul > li > a{
		color: #fff;
		background-color: #579e3d;
		border-bottom: solid 1px #68b04d;
		text-align: center;
		padding: 1em;
	}
	#menu > div > ul > li.current-menu-item > a, 
	#menu > div > ul > li.current-menu-ancestor > a{
	}
	#menu > div > ul > li > a:hover, 
	#menu > div > ul > li.current-menu-item > a:hover{
		color: #fff;
		background-color: #68b04d;
		border-bottom: solid 1px #68b04d;
	}
	
	#menu .sub-menu{
		max-height: none;
    	position: relative;
		text-align: center;
	}
	#menu li:hover .sub-menu{
		padding-top: 0;
	}
	#menu .sub-menu a{
		background-color: #133650;
	}
}

/* ----- start ----- */

#start{
    padding-top: 60px;
    height: calc(100vh - 130px);
    min-height: 600px;
	overflow: hidden;
}
#start-wrap{
    height: 100%;
    overflow: hidden;
	position: relative;
    background-size: cover;
    background-position: center;
}
#start-wrap:after{
	content: "";
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(0,0,0, .0002);
}
#main #start .wrap{
    height: calc(100% - 4em);
	padding-top: 2em;
	padding-bottom: 2em;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    position: relative;
	overflow: visible;
}
#start .cols-3{
    align-items: center;
	margin-top: auto;
	margin-bottom: auto;
}
#start .box{
	background-image: url(images/hero-decor.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding: 4em 0 4em 4em;
}
#start h1{
	color: #68b04d;
}
#start h2{
	font-size: 1.25em;
	line-height: 1.4em;
	font-weight: normal;
	margin: 0;
}
#start .image{
	margin-right: -10em;
}
#start  .read-more{
	position: absolute;
	left: auto;
	right: auto;
    top: auto;
	bottom: 2em;
}
#start  .read-more a{
	border-radius: 100%;
	padding: 1em;
}

@media (max-width: 1000px) {
	#start{
    	padding-top: 50px;
    	height: calc(100vh - 90px);
	}
	#start h2{
		font-size: 1.15em;
	}
}
@media (max-width: 600px) {
	#start{
    	padding-top: 40px;
    	height: calc(100vh - 70px);
	}
}


/* ----- main ----- */

#main{
	padding-top: 140px;
}
#main > .wrap,
#main section .wrap,
aside .wrap{
	padding-top: 5em;
	padding-bottom: 5em;
}

#main .content p{
	text-align: justify;
}
#main .text{
	margin-bottom: 2em;
}
#main .max-width-900{
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#main .max-width-700{
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
#main .image{
	margin-bottom: 1em;
}

@media (max-width: 1000px) {
	#main{
		padding-top: 80px;
	}
	#main > .wrap,
	#main section .wrap,
	aside .wrap{
		padding-top: 2.5em;
		padding-bottom: 2.5em;
	}
}
@media (max-width: 600px) {
	#main{
		padding-top: 70px;
	}
}

/* ----- titles ----- */

h2.title:before{
	content: "\005C";
	color: #68b04d;
	margin-right: .2em;
    transform: skew(10deg);
    display: inline-block;
}
.subtitle{
	color: #68b04d;
}

/* ----- tasty-image ----- */
.tasty-image{
  
  display: inline-block;
  position: relative;
  padding-right: 3.5em;
  padding-top: 3.5em;
}
.tasty-image:before{
	content: "";
	position: absolute;
	left: 3.5em;
	top: 0;
	right: 0;
    bottom: 2em;
	background-image: url(images/image-decor.png);
	background-repeat: no-repeat;
    background-size: contain;
	z-index: 5;
}
.tasty-image a{
	display: block;
	position: relative;
	z-index: 10;
	-webkit-mask-image: url(images/image-mask.svg);
	mask-image: url(images/image-mask.svg);
	mask-size: contain;
    mask-repeat: no-repeat;
}
.tasty-image img{
	display: block;
}

/* ----- icon-block ----- */

.icon-block .text{
	text-align: center;
}
.icon-list > li{
	text-align: center;
	margin-bottom: 2em;
}



/* ----- about ----- */
#main #about .wrap{
    padding-bottom: 3em;
}
#about .cols-2{
    align-items: center;
	margin-bottom: 4em;
}
#about .image-column{
	text-align: center;
}
#about .icon-list h3{
	font-weight: normal;
	font-size: 1.1em;
	margin-bottom: 0;
}

/* ----- products ----- */
#products{
	background-image: url(images/sesame-snaps-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#main #products .wrap{
	text-align: center;
	padding-bottom: 1em;
}
#products .text-1{
	margin-bottom: 7em;
}
#products .text-2{
	margin-bottom: 7em;
}
.sesame-versions li{
	display: inline-block;
	margin: 0 .3em .2em;
}
.sesame-versions li img{
	box-shadow: 0 0 .5em rgba(0,0,0,.2);
}

@media (max-width: 600px) {	
	#products{
    	background-size: 95em;
	}
}
@media (max-width: 500px) {	
	#products{
    	background-size: 75em;
    	background-position: center;
	}
}

/* ----- products-2 ----- */

#main #products-2 .wrap{
	text-align: center;
	padding-top: 1em;
}
#products-2 .subtitle{
	color: #3c3c3c;
	margin-bottom: 2em;
}
#products-2 .icon-list{
	margin-bottom: 1em;
}
#products-2 .icon-list h3{
	font-weight: normal;
	font-size: 1.1em;
	margin: auto;
}
#products-2 .icon-list li{
	display: flex;
	flex-direction: column;
	position: relative;
}
#products-2 .icon-list li:before{
    content: "";
    position: absolute;
    border-left: solid 1px #d3ddcf;
    width: 1px;
    height: 6em;
    top: 2em;
    left: -1em;
}
#products-2 .icon-list li:first-child:before{
	display: none;
}
#products-2 .read-more{
	margin-bottom: .7em;
}

/* ----- where-to-buy ----- */
#where-to-buy .wrap{
	text-align: center;
}
#where-to-buy .logo-list{
	margin-top: 3em;
	gap: 3em;
}
#where-to-buy .logo-list .image{
	margin-bottom: 0;
}

/* ----- contact ----- */

#contact{
	background-color: #6DAE52;
}
#contact .wrap{
	text-align: center;
}

.contact-icon{
	padding-left: 2em;
	position: relative;
}
.contact-icon:before{
    font-family: "fontello";
	content: "\e811";
	display: block;
	vertical-align: middle;
    line-height: 1em;
	position: absolute;
	left: 0;
	top: .1em;
	font-size: 1.4em;
}

.contact-icon.contact-address:before{
	content: "\f031";
	top: .55em;
}
.contact-icon.contact-phone:before{
	content: "\e812";
}
.contact-icon.contact-phone span{
	font-size: 1.4em;
	line-height: 1em;
	display: inline-block;
	font-weight: bold;
}
.contact-icon strong{
	font-size: 1.4em;
	line-height: 1.4em;
	display: inline-block;
}

#contact form{
	margin-top: 3em;
}

/* ----- subpages ----- */

/* ----- map ----- */
#map iframe{
	width: 100%;
	height: 500px;
	display: block;
}

/* ----- cookie notice ----- */

#cookie-notice{
	background-color: #7A2273 !important;
}
#cookie-notice .cn-button{
	color: #f19900 !important;
}
#cookie-notice .cn-button:hover{
	bcolor: #FFAD24 !important;
}

/* ----- foot ----- */

#foot{
	padding: 3em 0 2em;
	font-size: .85em;
	line-height: 1.4em;
}
#foot .wrap{
	align-items: center;
}
#foot-center{
}
#foot .menu{
	margin-bottom: 1em;
}
#foot .menu li{
	display: inline-block;
	margin-left: 1em;
}

#foot-right{
	text-align: right;
}
#copyright{
	margin-bottom: 1em;
}
#design{
	color: rgba(255,255,255,.4);
	font-size: 0.875em;
}
#design a{
	color: rgba(255,255,255,.4);
}
#design a:hover{
	text-decoration: underline;
}	

@media (max-width: 900px) {	
	#foot-left,
	#foot-center,
	#foot-right{
		margin: auto;
		display: inline-block;
	}
	#foot-right{
		text-align: center;
	}
	#foot .menu li{
		margin-left: .5em;
		margin-right: .5em;
	}
}