/*
	Theme Name: Jymy
	Description:Jymy WordPress Theme
	Version: 1.4.3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family: interstate, sans-serif;
	color: #000000;
	font-size: 15px;
    line-height: 22px;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

h1 {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-family: 'LuloCleanOne-Bold';
    font-size: 20px;
    color: #4a4a4a;
    letter-spacing: 3px;
    margin: 40px 0;
    line-height: 1.7;
}

h2 {
    font-family: 'LuloCleanOne-Bold';
    line-height: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
}

.taste-text h2:lang(ja) { 
    font-size: 20px;
}

h3 {
    font-family: trajan-pro-3;
    font-size: 10px;
    letter-spacing: 1px;
    color: #DB0101;
    margin: 0;
    padding: 5px 0;
}

strong {
	font-weight: 800;
}

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}

.page-wrapper {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    position: relative;
}

.content-wrapper {
	margin: 5%;
	width: 90%;
	max-width: 1400px;
}

/* header */
.header {
    width: 100%;
}

.top-header {
    padding: 0;
    margin: 0 0 0 0px;
    height: 36px;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 3;
    background-color: #fff;
}

.logo-wrapper {
    margin-top: 36px;
    width: 100%;
    box-shadow: 0 5px 2px -2px lightgrey;
}

.suomisenmaito {
    margin: 0 0 0 0px;
    color: #000000;
    font-weight: 600;
    float: left;
    padding: 0 10px;
    line-height: 36px!important;
}

.header .some-holder {
    border: none;
    display: none;
}

/* logo */
.logo {
    width: 60%;
    margin: 40px auto;
    max-width: 265px;
    display: block;
}
.logo-img {

}
/* nav */
.nav {
    float: right;
    margin-right: 40px;
}

.nav ul {
    list-style: none;
     margin: 0;
     padding: 0;
}

.nav li {
    list-style: none;
    width: 130px;
    padding-left: 15px;
}

.nav li a {
    position: relative;
    padding: 5px 15px;
    color: #444444;
    font-size: 13px;
    height: 36px;
    line-height: 36px;
}

.nav li a img {
    vertical-align: baseline;
}

.nav li a span {
    margin-left: 0.5em!important;
}

.pll-parent-menu-item > a > span {
    margin-left: 0.5em!important;
}

.nav li a:after {
    font-size: 19px;
    content: '▾';
    position: absolute;
    top: -6px;
    right: -7px;
}

.nav .sub-menu {
    position: absolute;
    height: auto;
    top: 36px;
    right: 0;
    border: 0;
    z-index: 1000;
    background-color: #ffffff;
    background-image: url(img/bg-patern.png);
    background-repeat: repeat;
    background-position: 0 0;
    padding: 0 0 10px!important;
    display: none;
}

.nav .lang-item a:after {
    content: none;
}

.menu-button {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 25px;
    height: auto;
    cursor: pointer;
}

.page-template-ainesosat .menu-button,
.page-template-ainesosat .mobilenav,
.page-template-single-product .menu-button,
.page-template-single-product .mobilenav,
.page-template-vapaus .menu-button,
.page-template-vapaus .mobilenav {
    display: none;
}

.mobilenav {
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, .85);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: table;
    z-index: 3;
}

.mobilenav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.mobilenav ul li {
    padding: 10px 20px;
}

.mobilenav ul li a {
    color: #7b7b7b;
    font-family: trajan-pro-3;
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: 600;
    text-transform: uppercase;
}

/* footer */
.footer {
    color: #7b7b7b;
    font-size: 8px;
    font-family: 'trajan-pro-3';
    border-top: 1px solid #000000;
}

.footer-wrapper {
    padding: 40px 0;
    max-width: 1400px;
    margin: auto;
}

.footer-can img {
    width: 70px;
    margin: auto;
    display: block;
}

.contact-holder {
    width: 100%;
    padding: 25px;
    font-family:'trajan-pro-3';
}

.contact-holder div {
    width: 50%;
    float: left;
    text-align: center;
}

.contact-holder div p,
.contact-holder div a {
    margin: 0;
    line-height: 2;
    text-transform: uppercase;
}

.some-holder {
    width: 165px;
    margin: auto;
    display: block;
    font-size: 8px;
    color: #7b7b7b;
    text-transform: uppercase;
    letter-spacing: 0;
}

.some-holder a {
    width: 33.33%;
    float: left;
}

.some-holder a img {
    margin: auto;
    display: block;
}

.copyright {
    width: 100%;
    height: auto;
    padding: 25px 10px;
    color: #7b7b7b;
    text-align: center;
    border-top: 1px solid #000000;
    font-family: interstate, sans-serif;
    margin-top: 35px;
    font-size: 15px;
}

.tietosuoja {
	position: relative;
	bottom: 25px;
	left: 0px;
	font-family: interstate, sans-serif;
	font-size: 13px;
	color: #7b7b7b;
	text-align: center;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

section {
    border-top: 1px solid #363636;
    padding: 20px 0;
}

section img,
section .featured-video-plus iframe {
    padding: 20px 0;
    width: 100%;
}

section h1 {
    text-align: left;
    max-width: 95%;
    margin: auto;
}

section h2 {
    max-width: 95%;
    margin: auto;
}

section p {
    max-width: 95%;
    margin: auto;
}


.text-wrapper {
    width: 95%;
    display: block;
    margin: auto;
}

.ikoni {
    width: 30px;
    height: auto;
    float: left;
    padding: 0;
    margin: 0 10px;
}

.lehma-teksti,
.jaatelo-teksti {
    width: 85%;
    float: right;
}

.lehma-teksti p,
.jaatelo-teksti p {
    padding: 0;
}

.jaatelo-teksti {
    margin-bottom: 20px;
}

.jaatelo-image {
    width: 100%;
    height: 300px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 20px 0;
}

.jaatelo iframe {
    margin: 20px 0;
}

.hero-text {
    font-family: interstate, sans-serif;
    margin-bottom: 40px;
}

.hero-text h1 {
    font-family: 'LuloCleanOne-Bold';
    margin: 40px 0;
}

.hero-text p {
    text-align: center;
    color: #363636;
    font-size: 20px;
    line-height: 1.6;
}

.main-title {
    padding-bottom: 33px;
    border-bottom: 1px solid #363636;
}

.element-item {
    border-bottom: 1px solid #000;
    position: relative;
}

.element-item:last-child {
    border-bottom: none;
}

.product-can {
    margin: 20px auto;
    width: 90%;
    display: block;
    max-width: 300px;
}

.product-info {
    margin: 10px 5% 20px;
    width: 90%;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.home-item {
    border-top: 1px solid #747474;
}

.taste-image {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 30px auto;
    position: relative;
}

.vegan-icon {
    width: 100px;
    margin: 15px 20px;
}

.hero-image {
	position: relative;
}

.taste {
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 300px;
}

.vegan-label {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 15%;
}

.can-image {
    margin: 20px auto;
    width: 90%;
    display: block;
    max-width: 300px;
    margin: 30px auto;
}

.mobile-image {
    width: 100%;
    height: auto;
    padding: 30px 0;
}

.product-info h3 {
    padding: 0;
}

.master-slider-parent {
    display: none;
}

.ri-shadow:after, 
.ri-shadow:before {
    box-shadow: none!important;
}

/*------------------------------------*\
    Single product
\*------------------------------------*/

.taste-text .bottom-text a {
	color: #DB0101;
}

.can {
	margin: auto;
	display: block;
}

.can img {
	max-width: 80%;
    margin: 20px auto;
    display: block;
}

.ingredient-info {
	margin: 30px auto;
}

.nutrition-info {
	margin: 10px 0;
}

#denns-text {
	font-size: 15px;
	margin-top: 20px;
}

#denns {
	width: 60px;
	margin: 20px;
    margin-bottom: -15px;
}

/*------------------------------------*\
    Vapaus
\*------------------------------------*/

.vapaus-wrapper,
#vapaus-maut-holder {
	margin: 3% 5% 0 5%;
	width: 90%;
	max-width: 1400px;
	text-align: center;
}

.vapaus-wrapper h2 {
	color: #4a4a4a;
	line-height: 2;
	margin: 20px 0;
}

.vapaus-wrapper p {
	line-height: 2;
}

.vapaus-page-wrapper p {
	margin: 0 auto;
	width: 85%;
	font-size: 17px;
}

.vapaus-maku h2 {
	color: #000;
	line-height: 1.7;
	margin: 0;
}

.vapaus-header {
	font-size: 12px;
}

.vapaus-maku .kcal {
	font-size: 30px;
	line-height: 1.3;
}

.vapaus-maku .maku-header {
	margin: 5px 0 15px;
}

#vertaa {
	background-color: #faf7e0;
	padding: 3% 5%;
	width: 100%;
    max-width: 1400px;
    text-align: center;
    margin: 20px 0 40px;
}

#vertaa h2 {
	color: #4a4a4a;
}

#taulukko {
	max-width: 100%;
	margin: 13px 0;
}

.page-template-vapaus .full-text {
	width: 100%;
	max-width: none;
}

.vertaa2 {
	width: 60%;
	max-width: 1000px;
}

.end-page {
	margin-bottom: 60px;
}

/*------------------------------------*\
    Kilpailu
\*------------------------------------*/

.kilpailu {
	max-width: 95%;
	margin: auto;
}

.kilpailu-hero-image {
	background-image: url(img/wood_bg-min.jpg);
	background-size: cover;
	background-position: center center;
	padding: 30px 20px;
}

.juuso-logo {
	width: 100%;
    margin: 40px auto 20px;
	display: block
}

.juuso-text {
	color: #ffffff;
	text-align: center;
	font-size: 12px;
    line-height: 2.2;
}

.kilpailu h1,
.luksusilta-teksti h1 {
	letter-spacing: 0px;
}

.kilpailu h2 {
	color: #464646;
	text-align: center;
}

.kilpailu input[type=text],
.kilpailu input[type=email] {
	max-width: 100%;
	width: 100%;
	box-shadow: inset 8px 8px 9px -6px rgba(0, 0, 0, 0.4);
  	border: none;
   	height: 50px;
    padding: 0 10px 24px 8px;
}

.kilpailu input[type=submit] {
	text-align: center;
	border:1px solid #e3e3e3; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px 50px 10px 50px; 
	text-decoration:none; 
	display:inline-block;
	text-shadow: 0px 0px 0 rgba(0,0,0,0.3);
	font-weight:bold; color: #919090;
 	background-color: #FFFFFF; background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#B9B8B8));
 	background-image: -webkit-linear-gradient(top, #FFFFFF, #B9B8B8);
 	background-image: -moz-linear-gradient(top, #FFFFFF, #B9B8B8);
 	background-image: -ms-linear-gradient(top, #FFFFFF, #B9B8B8);
 	background-image: -o-linear-gradient(top, #FFFFFF, #B9B8B8);
 	background-image: linear-gradient(to bottom, #FFFFFF, #B9B8B8);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFFFFF, endColorstr=#B9B8B8);
 	margin: auto;
 	display: block;
}

.kilpailu input[type=submit]:hover {
	border:1px solid #cccccc;
 	background-color: #e6e6e6; background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#a09e9e));
 	background-image: -webkit-linear-gradient(top, #e6e6e6, #a09e9e);
 	background-image: -moz-linear-gradient(top, #e6e6e6, #a09e9e);
 	background-image: -ms-linear-gradient(top, #e6e6e6, #a09e9e);
 	background-image: -o-linear-gradient(top, #e6e6e6, #a09e9e);
 	background-image: linear-gradient(to bottom, #e6e6e6, #a09e9e);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e6e6e6, endColorstr=#a09e9e);
}

.kilpailu span.wpcf7-list-item {
   	margin: 0;
}

form p {
	line-height: 1.5;
}

.kilpailu-content-wrapper p {
	color: #5b5858;
}

.kilpailu-info {
	margin: 60px auto;
}

.kilpailu-lomake {
	background-image: url(img/lomake_bg-min.png);
	background-size: 100% 100%;
	padding: 40px;
	margin: 60px 0 20px;
}

.videowrapper {
	position: relative;
	padding-bottom: 53.25%; 
	padding-top: 25px;
	height: 0;
}

.videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.luksusilta {
	max-width: 90%;
    margin: 60px auto;
    display: block;
}

.kilpailunappi {
	position: absolute;
    width: 16%;
    right: 4%;
    top: -10%;
    max-width: 160px;   
    min-width: 100px;
}

@media only screen and (min-width:768px) {
	
	.kilpailunappi {
		top: 0%;
	}
	
	.juuso-logo {
		width: 80%;
	}
	
	.juuso-text {
		line-height: 2.5;
	}
	
	.kilpailu-info,
	.kilpailu-content-wrapper {
		width: 80%;
		max-width: 1400px;
	}
	
	.kilpailu-content-wrapper {
		margin: auto;
	}
	
	.luksusilta {
		width: 95%;
	}
	
	.luksusilta-teksti {
		width: 80%;
    		margin: 30px auto;
	}
	
}

@media only screen and (min-width:1024px) {
	
	.kilpailu-hero-image {
		padding: 40px;
	}
	
	.juuso-logo {
		width: 50%;
		max-width: 1000px;
		margin: 60px auto 40px;
	}
	
	.luksusilta {
		background-image: url(img/gallery-min.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		min-height: 800px;
		position: relative;
	}
	
	.luksusilta-teksti {
		position: absolute;
		right: 0;
		top: 42%;
		max-width: 50%;
	}
	
	.luksusilta-teksti h1 {
	    letter-spacing: 0px;
	    font-size: 14px;
	    margin: 0px;
	    line-height: 1;
	}
	
	.mobile-kilpailu-img {
		display: none;
	}
	
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'moon_flowerregular';
	src:url('fonts/moon_flower_fontsbucket.com-webfont.eot');
	src:url('fonts/moon_flower_fontsbucket.com-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/moon_flower_fontsbucket.com-webfont.woff') format('woff'),
		url('fonts/moon_flower_fontsbucket.com-webfont.ttf') format('truetype'),
		url('fonts/moon_flower_fontsbucket.com-webfont.svg#moon_flowerregular') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family: 'LuloCleanOne-Bold';
    src: url('fonts/LuloCleanOne-Bold.ttf') format('truetype'),
         url("path/Lulo_Clean_One_Bold.otf") format("opentype");
         url('fonts/lulo-clean-one-bold.svg') format('svg'); 
    font-weight: normal; 
    font-style: normal;
}

@font-face {
    font-family:'trajan-pro-3';
    src:url('https://use.typekit.net/af/d787e1/000000000000000000012e92/21/l?subset_id=2&fvd=n4&v=3') format("woff2"),
        url('https://use.typekit.net/af/d787e1/000000000000000000012e92/21/d?subset_id=2&fvd=n4&v=3') format("woff"),
        url('https://use.typekit.net/af/d787e1/000000000000000000012e92/21/a?subset_id=2&fvd=n4&v=3') format("opentype");
        font-weight:400;
        font-style:normal;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {
    
    .taste-image {
        height: 400px;
    }
    
    .jaatelo iframe,
    .jaatelo-image {
        height: 400px;
    }
    
    .nav {
        margin-right: 25px;
    }
    
    .nav li {
        width: 150px;
    }
    
    .copyright {
    		text-align: right;
    }
    
   	.tietosuoja {
    		position: absolute;
    		text-align: left;
    }
    
}
@media only screen and (min-width:768px) {

    .footer-can,
    .some-holder {
        width: 25%;
        float: left;
        min-height: 110px;
    }
    
    .some-holder {
        padding: 20px;
    }
    
    .footer-can img {
        padding: 10px 0;
    }
    
    .contact-holder {
        width: 50%;
        float: left;
        padding: 0;
    }
    
    .contact-holder div {
        border-left: 1px solid #747474;
        min-height: 110px;
        padding: 0 5px 0 10px;
        text-align: left;
    }
    
    .contact-holder div p,
    .contact-holder div a {
        margin: 0 0 0 10px;
    }
    
    .some-holder {
        border-left: 1px solid #747474;
    }
    
    .some-icon {
        width: 30px;
        height: 30px;
        margin: 30px 10px;
    }
    
    .copyright {
        margin-top: 0;
    }
    
    .product-can {
        width: 35%;
        float: left;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
    }
    
    .product-info {
        width: 95%;
        padding-left: 325px;
        float: left;
        margin: 20px auto;
        min-height: 300px;
    }
    
    .luomu img {
        width: 33%;
        float: left;
        padding-right: 1%;
    }
    
    .luomu .text-wrapper {
        width: 63%;
        float: right;
        padding: 20px 1% 20px 2%;
    }
    
    .home h2 {
        font-size: 16px;
        margin: 5px 0 10px 0;
    }
    
    .home p {
        line-height: 18px;
        margin: 0;
    }
    
    .lehmat,
    .jaatelo {
        width: 49%;
        float: left;
    }
    
    .jaatelo iframe, 
    .jaatelo-image {
        height: 350px;
    }
    
    
    .lehmat {
        margin-right: 1%;
    }
    
    .jaatelo {
        margin-left: 1%;
    }
    
    section img,
    section .featured-video-plus iframe {
        padding: 20px;
    }

    .mobile-wrapper {
        display: none;
    }
    
    .master-slider-parent {
        display: block;
    }

    .can-image {
        width: 35%;
        margin: 30px 0 60px;
        float: left;
    }
    
    .home-item:nth-child(even) .taste-info .can-image {
        float: right;
    }
    
    .home-item:nth-child(even) .taste-info .product-info {
        padding-left: 20px;;
    }
    
    .taste-text {
        width: 65%;
        padding: 30px;
        position: relative;
    }
    
    .taste-text h3 {
        position: absolute;
        bottom: 19px;
        font-size: 12px;
    }
    
    .taste-text a h3,
    .taste-text .bottom-text {
        position: absolute;
        bottom: 0px;
    }
    
    .hero-text p {
        font-size: 20px;
        line-height: 2;
    }
	
	.can {
    		width: 40%;
    }
    
    .ingredient-info {
    		width: 60%;
    		display: flex;
    		flex-direction: column;
    		justify-content: center;
    }

	.content-wrapper {
		display: flex;
	}
	
	.extra-info {
		text-align: center;
		margin: 20px 0;
	}
	
	.taste {
		height: 510px;
	}
	
	.vapaus-page-wrapper p {
		width: 74%;
		max-width: 600px;
	}
	
	#taulukko {
	    max-width: 100%;
	    margin: 25px 0;
	}
	
}
@media only screen and (min-width:1024px) {

    .logo {
        width: 265px;
        float: left;
        margin: 40px;
    }
    
    .header .some-holder {
        display: block;
        width: 165px;
        float: right;
        min-height: 30px;
        margin: 25px 5px 35px 0px;
    }
    
    .top-header {
        z-index: 4;
    }
    
    .mobilenav {
        position: relative;
        padding: 22px 0 10px 0;
        height: 100px;
        display: block;
        width: 480px;
        float: right;
        z-index: 1;
    }

    .mobilenav ul {
        width: 100%;
        padding: 0;
    }
    
    .mobilenav ul li {
        padding: 0 ;
        text-align: left;
        border-left: 1px solid #363636;
    }
    
    .mobilenav ul li:nth-child(1),
    .mobilenav ul li:nth-child(2),
    .mobilenav ul li:nth-child(3) {
        width: 100%;
        margin-right: 50%;
    }
    
    .mobilenav ul li:nth-child(4),
    .mobilenav ul li:nth-child(5),
    .mobilenav ul li:nth-child(6) {
        position: absolute;
        width: 65%;
        left: 45%;
    }
    
    .mobilenav ul li:nth-child(4) {
        top: 22px;
    }
    
    .mobilenav ul li:nth-child(5) {
        top: 45px;
    }
    
    .mobilenav ul li:nth-child(6) {
        top: 68px;
    }

    .mobilenav ul li a {
        padding: 5px 10px;
        font-size: 10px;
        letter-spacing: 0px;
        font-weight: 400;
    }
    
    .product-info {
        width: 80%;
        display: flex;
    		flex-direction: column;
    		justify-content: center;
    }
    
    .taste-image,
    .taste-info {
        width: 50%;
        height: 350px;
        margin: 30px auto;
    }
    
    .taste-text {
        width: 65%;
        padding: 0px 5px;;
        margin: 0;
        height: 350px;
        line-height: 1.5;
    }
    
    .can-image {
        margin: 0;
    }
    
    .home-item:nth-child(odd) .taste-image,
    .home-item:nth-child(even) .taste-info {
        float: right;
    }
    
    .home-item:nth-child(even) .taste-image,
    .home-item:nth-child(odd) .taste-info {
        float: left;
    }
    
    .menu-button {
        display: none;
    }
    
    .taste {
    		height: 680px;
    }
    
    #vapaus-maut-holder {
    		display: flex;
    		width: 80%;
    		margin: 20px auto 40px;
    }
    
    .vapaus-maku {
    		width: 30%;
    		margin: 1.5%;
    }
    
    #vertaa {
    		width: 90%;
    		margin: 40px auto;
    }
    
    #taulukko {
    		max-width: 90%;
    }

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {
    
    .element-item {
        width: 50%;
        float: left;
    }
    
    .element-item:nth-child(even) {
        border-left: 1px solid #363636;
    }
    
    .product-info {
        width: 55%;
        float: left;
        min-height: 380px;
        line-height: 18px;
        padding-left: 0;
    }
    
    .can-image {
        width: 45%;
    }
    
    .product-can {
        width: 44%;
        position: relative;
        transform: none;
        margin: 20px 0;
    }
    
    .element-item:last-child,
    .element-item:nth-last-child(2):nth-child(odd) {
        border-bottom: none;
    }
    
    .element-item:last-child:nth-child(odd){
        border-right: 1px solid #000;
    }
    
    .taste-text {
        min-height: 350px;
        line-height: 1.5;
    }
    
    .vapaus-maku {
    		margin: 5%;
    }

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
