/*
Theme Name: ManzelevKuchyni.cz
Author: Jakub Slechta
Author URI: http://jakubslechta.com
Text Domain: jacob
Description: A theme for ManzelevKuchyni.cz
Version: 1.0

*/

*{
	padding: 0;
	margin: 0;
}

html, body {
	background-color: #FFF;
  font-family: 'adobe-garamond-pro', serif;
	font-size: 15px;
	line-height: 1.7em;
	letter-spacing: .04em;
	width:100%;
	overflow-x:hidden;
}

a {
	text-decoration: none;
	transition: all 200ms linear;
	color: black;
}

.ks-pop-text a {
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'brandon-grotesque';
    font-size: 12px;
}

p {

}

.notitle-content-wrapper {
    width: 800px;
    max-width: 90vw;
    margin: 80px auto;
    text-align: justify;
}

#notitle-main-one h1, #notitle-main-one h2, #notitle-main-one h3 {
    font-family: brandon-grotesque;
	text-transform: uppercase;
}

.notitle-content-wrapper ol {
    margin-top: 18px;
}

.notitle-content-wrapper ul {
    padding-left: 18px;
}

div#payment-methods img {
    margin: 0 10px;
    height: 30px;
}
div#payment-methods {
    text-align: center;
}

div.qty {
    float: left;
    margin-right: 5px;
    line-height: 38px;
    font-size: 18px;
}

.mc4wp-form-fields {
    display: inline-block;
}

.big-background-container a {
	vertical-align: middle;
margin: 40px 0 0 0;
line-height: 1;
cursor: pointer;
position: relative;
text-decoration: none;
overflow: visible;
padding: 20px 50px;
font-weight: 600;
border-radius: 3px;
left: auto;
color: white;
background-color: black;
border: 0;
white-space: nowrap;
display: inline-block;
background-image: none;
box-shadow: none;
-webkit-box-shadow: none;
text-shadow: none;
transition: all 150ms linear;
font-family: brandon-grotesque !important;
font-size: 12px !important;
letter-spacing: .25em;
text-transform: uppercase;
}

#onas-page-fullsize {
	width: 100%;
	height: 100vh;
	border-bottom: 0px solid white;
	background-image: url(img/IMG_8906.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
opacity: 0.5;
}

#mvk-black {
	background-color: black;
	position: relative;
}

#mvk-black h1 {
	width: 90%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    text-align: center;
    color: white;
		font-weight: 200;
    font-style: italic;
}

#ks-index-kucharka-banner {
	width: 100%;
	height: 100vh;
	border-bottom: 0px solid white;
	background-color: black;
position:relative;
}

#ks-index-kucharka-banner-img {
	width: 100%;
	height: 100vh;
	border-bottom: 0px solid white;
	background-image: url(img/IMG_8906.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
position:relative;
opacity: 0.7;
}

#ks-index-kucharka-banner a {
	vertical-align: middle;
margin: 40px 0 0 0;
line-height: 1;
cursor: pointer;
position: relative;
text-decoration: none;
overflow: visible;
padding: 20px 50px;
font-weight: 600;
border-radius: 3px;
left: auto;
color: white;
background-color: black;
border: 0;
white-space: nowrap;
display: inline-block;
background-image: none;
box-shadow: none;
-webkit-box-shadow: none;
text-shadow: none;
transition: all 150ms linear;
font-family: brandon-grotesque !important;
font-size: 12px !important;
letter-spacing: .25em;
text-transform: uppercase;
}

#ks-index-kucharka-banner-block {
	width: 830px;
	    text-align: center;
	    max-width: 95vw;
	    display: inline-block;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    -webkit-transform: translate(-50%,-50%);
	    -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	    -o-transform: translate(-50%,-50%);
	    transform: translate(-50%,-50%);
}

#ks-index-kucharka-banner h1 {
	color: white;
	    font-weight: 200;
	    font-style: italic;
	    font-size: 40px;
	    line-height: 50px;
}

#pripravujeme-fullsize {
	width: 100%;
	height: 100vh;
	border-bottom: 0px solid white;
	background-image: url(img/pripravujeme.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
position:relative;
}

#pripravujeme-fullsize h1 {
	width: 90%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    text-align: center;
    color: white;
		font-weight: 200;
    font-style: italic;
		line-height: 40px;
}

div#m_collection-menu li.menu-item {
    float: none;
    line-height: 20px;
    padding: 10px 0;
}

#notitle-main-one {
	padding-top: 50px;
		padding-bottom: 100px;
}

#logo img {
	width: auto;
height: 100%;
margin: 0 auto;
}

#m_collection-menu ul {
    display: table;
    font-family: brandon-grotesque;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    letter-spacing: .25em;
    text-transform: uppercase;
    margin-right: auto;
    margin-left: auto;
}

/* BIG VIDEO BACKGROUND
================================================== */
.big-background {
    z-index:550;
    text-align:center;
    height:100%;
    min-height:100%;
    position:relative;
    overflow:hidden
}

.big-background .big-background-container {
    width:830px;
    max-width:95vw;
    display:inline-block;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%)
}

.big-background-container h1 {
	color: white;
	font-weight: 200;
	font-style: italic;
	font-size: 40px;
	line-height: 50px;
}

.big-background-title {
    font-family:'Raleway',sans-serif;
    font-size:78px;
    color:#fff;
    font-weight:300;
    text-transform:uppercase;
    text-align:center;
    margin-bottom:22px;
    padding-top:20px;
    display:inline-block;
    background-attachment:scroll;
    background-repeat:repeat-x;
    background-position:top center
}

a.big-background-btn {
    font-family:'Lato',sans-serif;
    font-size:13px;
    text-transform:uppercase;
    text-decoration:none;
    color:#fff;
    background:transparent;
    border:2px solid #fff;
    padding:10px 14px;
    cursor:pointer;
    letter-spacing:2px;
    text-align:center;
    display:inline-block;
    -webkit-transition:.4s background ease;
    -moz-transition:.4s background ease;
    -o-transition:.4s background ease;
    transition:.4s background ease;
}

.big-background-btn:hover {
    color:#fff;
    background:rgba(255,255,255,0.20)
}

.big-background-default-image {
    background:url(../images/sunset.jpg);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    width:100%;
    height:100%;
    z-index:0;
    backface-visibility:hidden
}

.mvk-fullwidth {
	height: 100vh;
	background-color: lightgray;
}

p.woocommerce-info, p.woocommerce-message {
    font-size: 12px;
}

.cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;

  width: 100%;
  height: 100%;

  .hi {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);

    color: #fff;

    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    line-height: 26px;
    text-align: center;

    span {
      color: #ff0;
      cursor: pointer;
      text-decoration: underline;
    }

    em {
      font-style: normal;

      &.hidden {
        display: none;
      }
    }
  }
}

.tv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;

  width: 100%;
  height: 100%;

  overflow: hidden;

  .screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;

    margin: auto;

    opacity: 0;
    transition: opacity .5s;

    &.active {
      opacity: 1;
    }
  }
}

.buttonBar {
    display: none;
}

#mvk-intro {
    width: 100%;
    border-bottom: 0px solid white;
		/* background-image: url(img/intro.png); */
		background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#g-introcontainer {
	width: 1180px;
	height: 400px;
	margin-right: auto;
    margin-left: auto;
		margin-top: 0px;
}

#g-introcontainer h1 {
	font-size: 18px;
font-weight: 800;
text-transform: uppercase;
text-align: center;
}

#content {

}

div#container {
    width: 1180px;
		max-width: 94vw;
    margin: 0 auto;
}

#notitle-main-one h1, #notitle-main-one h2, #notitle-main-one h3 {
    font-family: brandon-grotesque;
}

.g-intro {
	    padding: 120px 0;
    width: 1000px;
    margin: 0 auto;
		    text-align: justify;
}

.g-intro-onas {
	padding: 120px 0;
width: 800px;
max-width: 90vw;
margin: 0 auto;
		text-align: justify;
}


.g-intro1 {
	width: 50%;
	height:170px;
	float: left;
	position: relative;
}
.g-intro1 p {
	font-size: 30px;
	line-height: 40px;
	font-weight: 400;
	text-transform: none;
	text-align: justify;
}

.g-intro1 h2 {
font-size: 24px;
font-weight: 400;
text-transform: none;
}

.g-intro-in {
	text-align: left;
	    /* position: absolute; */
	    left: 10%;
	    -webkit-transform: translate(0%, 50%);
	    transform: translate(0%, 50%);
	    top: 50%;
	    display: table;
	    margin-top: 0px;
			    padding: 0 40px;
}

.g-intro2 {
	width: 50%;
	height:170px;
	float: left;
	position: relative;
}

.g-intro-in2 {
	text-align: justify;
	    position: absolute;
	    left: 50%;
	    -webkit-transform: translate(-50%, 0%);
	    transform: translate(-50%, 0%);
	    top: 0%;
	    display: table;
			margin-top: 0px;
			    padding: 0 40px;
}

.g-intro-in2 p {

}

.mvk-3-pictures {
	max-width: 96vw;
	margin: 0 auto;
}

.mvk-3-picture-item {
	width: 32%;
	height: auto;
}

.mvk-3-picture-1 {
	float: left;
	margin-right: 2%;
}

.mvk-3-picture-2 {
	float: left;
	margin-right: 2%;

}

.mvk-3-picture-3 {
	float: left;
}

h1.title {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    margin: 20px 0;
}



.kucharka-menu-container {
	display: none;
}

.header-letter:hover {
	color: darkgrey;
	transition: all 150ms linear;
}

.header-item {
    margin: 0 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    display: inline-block;
    height: 33px;
    line-height: 25px;
font-family: brandon-grotesque;
font-weight: 700;
font-style: normal;
font-size: 12px;
letter-spacing: .25em;
text-transform: uppercase;
}

.header-collections:hover {
	color: darkgrey;
	transition: all 150ms linear;
}

.header-letter {
    padding: 0 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    display: inline-block;
    height: 33px;
    line-height: 25px;
}

.item-drevo:hover .drevo-menu-container {
visibility: visible;
opacity: 1;
}

.recepty-menu-container {
    width: 180px;
    line-height: 30px;
    border: 0px solid #333;
    font-size: 12px;
    padding: 5px 10px;
    position: absolute;
    top: 27px;
    left: -65px;
    background-color: white;
    z-index: 10002;
    border-radius: 0px;
    cursor: auto;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.25s, opacity 0.25s linear;
}

.item-recepty {
	position: relative;
}

.item-recepty:hover .recepty-menu-container {
visibility: visible;
opacity: 1;
}

.podle-sezony-item:hover .podle-sezony-container {
visibility: visible;
opacity: 1;
}

.podle-sezony-item {
	position: relative;
}

.reference-item {
	position: relative;
}

.reference-item:hover .reference-container {
visibility: visible;
opacity: 1;
}

.reference-container {
    width: 260px;
    border: 0px solid #333;
    font-size: 12px;
    padding: 5px 10px;
    position: absolute;
    top: 30px;
    left: -90px;
    background-color: white;
    z-index: 10002;
    border-radius: 0px;
    cursor: auto;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.25s, opacity 0.25s linear;
}

.podle-sezony-container {
    width: 90px;
    border: 0px solid #333;
    font-size: 12px;
    padding: 5px 10px;
    position: absolute;
    top: -4px;
    left: 185px;
    background-color: white;
    z-index: 10002;
    border-radius: 0px;
    cursor: auto;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.25s, opacity 0.25s linear;
}

.item-drevo-2:hover .drevo-2-menu-container {
visibility: visible;
opacity: 1;
}

.item-textil:hover .textil-menu-container {
	visibility: visible;
	opacity: 1;
}

.checkout-cart-container {
	display: none;
}

.dropdown {
	position: relative;
	    display: inline-block;
	    height: 33px;
	    line-height: 25px;
}

.dropdown .dropdown-menu {
	position: absolute;
	top: 100%;
	visibility: hidden;
	opacity: 0;
  transition: visibility 0.25s, opacity 0.25s linear;
	margin: 0;
	list-style: none;
	text-align: center;
	width: 100%;
	padding: 0;
	width: 236px;
	height: auto;
	border: 0px solid #333;
	font-size: 14px;
	padding: 10px 5px 10px 5px;
	position: absolute;
	top: 33px;
	left: -100px;
	background-color: white;
	z-index: 100;
	line-height: 20px;
}

.dropdown:hover .dropdown-menu {
    visibility: visible;
		opacity: 1;
}

/** Button Styles **/
.dropdown button {
    background: #FF6223;
    color: #FFFFFF;
    border: none;
    margin: 0;
    padding: 0.4em 0.8em;
    font-size: 1em;
}

/** List Item Styles **/
.dropdown a {
    padding: 0.2em 0.8em;
    text-decoration: none;
    transition: all 150ms linear;
}

/** List Item Hover Styles **/
.dropdown a:hover {
	transition: all 150ms linear;
}

#header-see-button {
    padding: 10px 20px;
    background-color: #00be3e;
    display: none;
    margin: 5px 8px;
    color: white!important;
    border-radius: 3px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
}

#header-see-button:before {
    font-family: FontAwesome;
    content: "\f06b";
    top: 10px;
    right: -6px;
    position: relative;
    color: white;
    font-size: 35px;
}

#header-see-button:hover {
background-color: #00B53B;
}

#header-checkout-button {
	padding: 15px 20px;
	    color: white;
	    background-color: rgba(211, 211, 211, 0.22);
	    display: block;
	    margin: 5px;
	    color: black !important;
	    border-radius: 3px;
	    border: 2px solid black;
	    text-transform: uppercase;
	    font-weight: normal;
	    font-family: brandon-grotesque !important;
	    font-size: 12px !important;
	    letter-spacing: .25em;
	    text-transform: uppercase;
}

#header-checkout-button:before {
    color: black;
    font-family: FontAwesome;
    content: "\f217";
    font-size: 14px;
    margin-right: 10px;
    top: -1px;
	position: relative;
}
#header-checkout-button:hover {
	background-color: rgba(211, 211, 211, 0.61);
}

.header-cart-item {
	margin-top: 0px;
	    line-height: 18px;
	    text-align: left;
		display: inline-block;
}

.header-cart-item a {
	padding: 0;
}

.header-cart-title {
	font-weight: 600;
	text-transform: none;
}

.header-cart-thumbnail {
	width: 100px;
	height: 76px;
	float: left;
	margin-right: 5px;
}

.header-cart-description {
	padding-top: 5px;
	width: 226px;
}

#see-all-items {
    text-align: right;
    margin: 0 5px;
}

.see {
	margin: 10px 5px 0px 5px;
}
.item-drevo {
	position: relative;
	display: inline-block;
}

.item-drevo-2 {
	position: relative;
	display: inline-block;
}


.item-textil {
	position: relative;
	display: inline-block;

}

.drevo-menu-container {
	width: 193px;
border: 0px solid #333;
font-size: 12px;
padding: 5px 10px;
position: absolute;
top: 27px;
left: -10px;
background-color: white;
z-index: 10002;
border-radius: 0px;
cursor: auto;
visibility: hidden;
opacity: 0;
transition: visibility 0.25s, opacity 0.25s linear;
}

.drevo-menu-container p {
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	margin-bottom: 0px;
}

.textil-menu-container {
	width: 180px;
border: 0px solid #333;
font-size: 12px;
padding: 5px 10px;
position: absolute;
top: 27px;
left: -10px;
background-color: white;
z-index: 10002;
border-radius: 0px;
visibility: hidden;
opacity: 0;
transition: visibility 0.25s, opacity 0.25s linear;
cursor: auto;
}

.textil-menu-container p {
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	margin-bottom: 0px;
}

#newsletter-container {
	width: 1000px;
	height: 250px;
	background-color: grey;
	display: none;
}

.page-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
}

.drevo-menu {
    list-style-type: none;
}

.textil-menu {
    list-style-type: none;
}

.submenu-item {
	text-align: left;
}

.zoomLens {
	background-color: white;
}

#topbar {
	height: 22px;
	width: 1200px;
	margin: 0 auto;
	padding: 3px;
}

#topbar-wrapper {
	background-color: lightgrey;
	display: none;
}

#header-wrapper {
	border-bottom: 0px solid darkgrey;
	    margin-bottom: 0px;
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    background-color: white;
			z-index: 10000;
}

#index-white {
    background-color: white;
    position: relative;
}

#header {
	width: 1180px;
	margin: 0 auto;
	height: 85px;
	padding: 0;
	border-bottom: 0px solid darkgrey;
	z-index: 100000;
	position: relative;
}

#header-checkout {
	text-align: center;
	width: 1000px;
	margin: 0 auto;
	height: 85px;
	padding: 0px 0px;
	border-bottom: 0px solid darkgrey;
}

#collection-wrapper {
	margin: 0 auto;
	height: auto;
	display: inline-block;
}

#main-collection {
	width: 100%;
	margin: 0 auto;
	height: 400px;
	background-size: cover;
    background-image: url(/wp-content/themes/lettermugs/img/A400-r.jpg);
	position: relative;
	transition: all 1000ms linear;
	z-index: 5;
}



#collection-1 {
    height: 210px;
    width: 325px;
    margin: 12px 12px 12px 0px;
    background-position: 50% 50%;
    background-size: cover;
    background-image: url(/wp-content/themes/lettermugs/img/Sleepy-Cat-Mug-frontpage-r.jpg);
    float: left;
	position: relative;

}

#collection-2 {
    height: 210px;
    width: 325px;
    margin: 12px 12px 12px 0px;
	background-size: cover;
    background-image: url(/wp-content/themes/lettermugs/img/Blue-Line-Mug-frontpage-r.jpg);
    float: left;
	position: relative;
}

#collection-3 {
    height: 210px;
    width: 325px;
    margin: 12px 0px 12px 0px;
    background-image: url(/wp-content/themes/lettermugs/img/Spring-Blossom-Mug-frontpage.jpg);
    float: right;
	position: relative;
}

#col-main-title {
    color: white;
    background-color: black;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    display: block;
    text-align: right;
    padding: 4px 5px;
    position: absolute;
    top: 60px;
    left: 105px;
}

#col-main-title-shop {
    color: white;
    background-color: black;
    font-size: 14px;
    font-weight: 400;
    display: block;
    text-align: center;
    padding: 6px 5px;
    position: absolute;
    top: 60px;
    left: 105px;
    width: 276px;
    height: 18px;
    text-transform: uppercase;
    opacity: 0;
    transition: opacity 500ms linear;
    z-index: 10;
}

#main-collection:hover #col-main-title-shop {
	opacity: 1;
}

#main-collection-price {
	color: white;
	    background-color: black;
	    font-size: 16px;
	    font-weight: 300;
	    font-style: normal;
	    display: block;
	    text-align: center;
	    padding: 5px 7px;
	    position: absolute;
	    top: 125px;
	    left: 386px;
	    text-transform: uppercase;
		z-index: 5;
		display: none;
}


#col-1-title {
    color: white;
    background-color: black;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    display: block;
    width: 52px;
    text-align: right;
    padding: 3px 5px;
    position: absolute;
    top: 115px;
    left: 50px;
}

#col-2-title {
    color: white;
    background-color: black;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    text-align: center;
    display: block;
    padding: 3px 5px;
    position: absolute;
    top: 158px;
    left: 30px;
}

#col-3-title {
    color: white;
    background-color: black;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    display: block;
    text-align: center;
    padding: 3px 5px;
    position: absolute;
    top: 18px;
    right: 10px;
}

#collection-1:hover #col-1-title-shop {
	opacity: 1;
}

#col-1-title-shop {
    color: white;
    background-color: black;
    font-size: 12px;
    font-weight: 400;
    display: block;
    text-align: center;
    width: 50px;
    display: block;
    padding: 4px 6px;
    position: absolute;
    top: 116px;
    text-transform: uppercase;
    left: 50px;
    opacity: 0;
    transition: opacity 500ms linear;
    z-index: 10;
}

#col-2-title-shop {
    color: white;
    background-color: black;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    display: block;
    padding: 3px 5px;
    position: absolute;
    top: 158px;
    left: 30px;
    z-index: 10;
    width: 105px;
    line-height: 19px;
    opacity: 0;
    transition: opacity 500ms linear;
}

#collection-2:hover #col-2-title-shop {
	opacity: 1;
}

#col-3-title-shop {
    color: white;
    background-color: black;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 3px 5px;
    position: absolute;
    width: 125px;
    top: 18px;
    line-height: 19px;
    right: 10px;
    opacity: 0;
    transition: opacity 500ms linear;
}

#collection-3:hover #col-3-title-shop {
	opacity: 1;
}

.main-link {
	display: block;
}

.1-link {
	display: block;
}

.2-link {
	display: block;
}

.3-link {
	display: block;
}

#intro-blue-line {
	height: 300px;
    background-image: url(/wp-content/themes/lettermugs/img/Blue-Line-Mug-intro.jpg);
	position: relative;
}

#intro-blue-line-text1 {
    color: white;
    background-color: black;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    display: block;
    text-align: center;
    padding: 3px 5px;
    position: absolute;
    top: 81px;
    left: 432px;
    text-transform: uppercase;
}

#intro-blue-line-text-price {
    color: white;
    background-color: black;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    display: block;
    text-align: center;
    padding: 2px 5px;
    position: absolute;
    top: 111px;
    left: 560px;
    text-transform: uppercase;
}

#intro-blue-line-text2 {
    color: white;
    background-color: black;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    display: block;
    text-align: center;
    padding: 3px 5px;
    position: absolute;
    top: 248px;
    left: 80px;
    text-transform: none;
}

#intro-typographe {
	height: 300px;
    background-image: url(/wp-content/themes/lettermugs/img/Typographe-Mug-intro.jpg);
	position: relative;
}

#intro-typographe-text1 {
    color: white;
    background-color: black;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    display: block;
    text-align: center;
    padding: 3px 5px;
    position: absolute;
    top: 92px;
    left: 205px;
    text-transform: uppercase;
}

#intro-typographe-text-price {
    color: white;
    background-color: black;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    display: block;
    text-align: center;
    padding: 2px 5px;
    position: absolute;
    top: 122px;
    left: 367px;
    text-transform: uppercase;
}

#intro-typographe-text2 {
    color: white;
    background-color: black;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    display: block;
    text-align: center;
    padding: 3px 5px;
    position: absolute;
    top: 244px;
    left: 30px;
    text-transform: none;
}


#intro-awesome-unicorn {
	height: 300px;
    background-image: url(/wp-content/themes/lettermugs/img/Awesome-Unicorn-Mug-intro.jpg);
	position: relative;
}

#intro-awesome-unicorn-text1 {
    color: white;
    background-color: black;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    display: block;
    text-align: center;
    padding: 3px 5px;
    position: absolute;
    top: 58px;
    left: 300px;
    text-transform: uppercase;
}

#intro-awesome-unicorn-text-price {
    color: white;
    background-color: black;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    display: block;
    text-align: center;
    padding: 2px 5px;
    position: absolute;
    top: 88px;
    left: 506px;
    text-transform: uppercase;
}

#intro-awesome-unicorn-text2 {
    color: white;
    background-color: black;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    display: block;
    text-align: center;
    padding: 3px 5px;
    position: absolute;
    top: 228px;
    left: 200px;
    text-transform: none;
}


#intro-spring-blossom {
	height: 300px;
    background-image: url(/wp-content/themes/lettermugs/img/Spring-Blossom-Mug-intro.jpg);
	position: relative;
}

#intro-spring-blossom-text1 {
    color: white;
    background-color: black;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    display: block;
    text-align: center;
    padding: 3px 5px;
    position: absolute;
    top: 45px;
    left: 451px;
    text-transform: uppercase;
}

#intro-spring-blossom-text-price {
    color: white;
    background-color: black;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    display: block;
    text-align: center;
    padding: 2px 5px;
    position: absolute;
    top: 75px;
    left: 638px;
    text-transform: uppercase;
}

#intro-spring-blossom-text2 {
    color: white;
    background-color: black;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    display: block;
    text-align: center;
    padding: 3px 5px;
    position: absolute;
    top: 238px;
    left: 30px;
    text-transform: none;
}

#intro-sleepy-cat {
	height: 300px;
    background-image: url(/wp-content/themes/lettermugs/img/Sleepy-Cat-Mug-intro.jpg);
	position: relative;
}

#intro-sleepy-cat-text1 {
    color: white;
    background-color: black;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    display: block;
    text-align: center;
    padding: 3px 5px;
    position: absolute;
    top: 66px;
    left: 323px;
    text-transform: uppercase;
}

#intro-sleepy-cat-text-price {
    color: white;
    background-color: black;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    display: block;
    text-align: center;
    padding: 2px 5px;
    position: absolute;
    top: 96px;
    left: 461px;
    text-transform: uppercase;
}

#intro-sleepy-cat-text2 {
    color: white;
    background-color: black;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    display: block;
    text-align: center;
    padding: 3px 5px;
    position: absolute;
    top: 248px;
    left: 50px;
    text-transform: none;
}

#menu-mug-collection {
	height: 85px;
	width: calc(50% - 85px);
	margin: 0;
	float: left;
	line-height: 85px;
	text-align: center;
	position: relative;
	font-family: brandon-grotesque;
font-weight: 700;
font-style: normal;
font-size: 12px;
letter-spacing: .25em;
text-transform: uppercase;
}

.header-menu {
	display: block;
	margin: 0 5px;
}

.header-menu a {
font-weight: 300;
list-style-type: none;
}

.slim {
	font-weight: 300;
}

.slim a {
	font-weight: 300;
}

#logo {
	height: 85px;
	width: 171px;
	margin: 0;
	float: left;
	background-color: white;
	position: relative;
	z-index: 10001;
	text-align: center;
}

#cart {
	height: 85px;
	width: calc(50% - 86px);
	margin: 0;
	float: right;
	font-size: 14px;
	font-weight: 300;
	line-height: 85px;
	text-align: center;
}

div#cart a {
	color: black;
	transition: all 150ms linear;
}

div#cart a:hover {
	color:darkgrey;
	transition: all 150ms linear;
}

div#menu-mug-collection a {
	color: black;
	transition: all 150ms linear;
}

div#menu-mug-collection a:hover {
	color: darkgrey;
	transition: all 150ms linear;
}



.clear {
	clear: both;
}

.page {

}

#header-my-account {
	margin: 0 10px;
}

#header-signin-join {
	margin-right: 10px;
}

#header-signin-join:hover {
	color:darkgrey;
}

#header-cart {
	font-weight: 600;
}

#header-sub {
	font-size: 14px;
}

#wrapper {
	position: absolute;
	width: 100%;
	z-index: 100000;
	background-color: white;}

#site-container {
	max-width: 98vw;
	margin: 0 auto;
}

#container {
	margin: 0 0 0 0;
}

.cart-contents-count {
	color: black;
	    line-height: 25px;
	    vertical-align: top;
			font-family: brandon-grotesque;
font-weight: 700;
font-style: normal;
font-size: 12px;
letter-spacing: .25em;
text-transform: uppercase;
}

.copyright {
    margin: 0 auto;
    padding: 5px 0 5px 0;
    text-align: center;
    color: #333;
    font-size: 11px;
    clear: both;
    width: 100%;
		font-family: brandon-grotesque;
}

li.menu-item {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
    text-transform: uppercase;
    list-style-type: none;
}

#navigation {
	display: none;

}

#introbanner {
	position: relative;
	background-color: black;
}

#intro-ourstory {
	    height: 250px;
	    background-image: url(/wp-content/themes/lettermugs/img/lettermugs.jpg);
	    width: 100%;
	    background-repeat: no-repeat;
	    background-position: bottom center;
	    background-size: cover;
	    opacity: 0.4;
	    color: white;
	    text-align: center;
		background-attachment: fixed;
}

#introtitle {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    text-align: center;
    color: white;
	z-index: 999;
}

#lineone {
    text-align: center;
    font-weight: 100;
    font-size: 36px;
}

#linetwo {
    text-align: center;
    font-weight: 200;
    font-size: 17px;
}

#pagewithintro {
	padding: 30px 10px;
	}

	#mugletter-container {
	    border-top: 0px solid darkgrey;
	    height: 200px;
	    font-size: 14px;
	    font-weight: 400;
	    text-align: center;
	    position: relative;
	}

#mugletter-form {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    text-align: center;
}

.tnp-subscription-minimal form {
    margin: 15px 0 !important;
    padding: 0;
    border: 0;
}

.tnp-submit {
    padding: 11px !important;
	text-transform: uppercase !important;
	cursor: pointer !important;
	background-color: black !important;
	transition: all 150ms linear !important;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.tnp-submit:hover {
	background-color: #1f1f1f !important;
	transition: all 150ms linear !important;
}

.tnp-subscription-minimal {
    width: 360px !important;
}

#pagewithintro a:hover {
    color: #9a9595;
    transition: all 150ms linear;
}
#pagewithintro a {
    color: #000;
    text-decoration: underline;
    transition: all 150ms linear;
}

#header-cart a:hover {
	    color: #9a9595;
	    transition: all 150ms linear;
}

.collection-menu-container {
    width: 988px;
    height: 230px;
    border: 1px solid #333;
    font-size: 12px;
    padding: 5px;
    position: absolute;
    top: 33px;
    left: -67px;
    background-color: white;
    z-index: 10000;
    border-radius: 4px;
    display: none;
	cursor: auto;
}

.collection-menu-container:after, .collection-menu-container:before {

}

.collection-menu-container:after {

}

.collection-menu-container:before {

}

.header-collections:hover .collection-menu-container {
	display: block;
	color: black;

}

.collection-menu {
	margin-top: 45px;
	    margin-left: 29px;
	    width: 930px;
}

.collection-menu h1 {
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	line-height: 0;
}

.collection-menu h2 {
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	line-height: 0;
}

.collection-menu-item {
	width: 150px;
	height: 150px;
	margin: 0 0 0 45px;
	float: left;
}

.collection-menu-item-first {
	width: 150px;
	height: 150px;
	margin: 0;
	float: left;

}

.drevo-menu-wrapper {
	margin-top: 0px;
}

.textil-menu-wrapper {
	margin-top: 0px;
}



/* FOOTER
-----------------------------------*/

#footer-wrapper {
	background-color: #f4f4f4;
	margin-top: 0px;
	display: none;
}

#footer {
	width: 1000px;
	height: 278px;
	margin: 0 auto;
	padding: 25px;
	color: black;
}

#footer a {
	color: black;
}

#footer a:hover {
    color: #9a9595;
    transition: all 150ms linear;
}

#footer-wrapper h3 {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
}

#footer-inpictures {
    width: 400px;
    height: 150px;
    display: inline-block;
    float: left;
}

#footer-friends {
    display: block;
    width: 400px;
    height: 230px;
    float: right;
    margin-right: 50px;
}

#footer-menu-container {
    display: inline-block;
    width: 384px;
    height: 130px;
    margin-top: 25px;
}

#footer-left-col {
    width: 400px;
    height: 100%;
    float: left;
    margin-left: 50px;
}

.footer-menu1 {
	list-style-type: none;
	float: left;
	margin: 0 34px;
}

.footer-menu2 {
	list-style-type: none;
	float: right;
	margin: 0 34px;
}

.footer-pic {
    height: 126px;
    width: 126px;
    background-color: black;
    float: left;
    margin: 0 11px 0 0;
}

.footer-pic-last {
    height: 126px;
    width: 126px;
    background-color: black;
    float: left;
    margin: 0 0 0 0;
}

.footer-menu-heading {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
}

.footer-icons {
	height: 90px;
	margin-top: 25px;
	margin-left: 132px;
	position: relative;
}

.icons-group {
	position: absolute;
}

.footer-pinterest {
	background-image: url(/wp-content/themes/lettermugs/img/pinterest1.png);
	height: 32px;
	width: 32px;
    float: left;
    background-repeat: no-repeat;
    background-size: auto 32px;
    text-indent: -9999px;
	margin-top: 20px;
	transition: all 150ms linear;

}

.footer-pinterest:hover {
	background-image: url(/wp-content/themes/lettermugs/img/pinterest2.png);
	transition: all 150ms linear;

}

.footer-instagram {
	background-image: url(/wp-content/themes/lettermugs/img/instagram1.png);
	height: 32px;
	width: 32px;
    float: left;
    background-repeat: no-repeat;
    background-size: auto 32px;
    text-indent: -9999px;
	margin-right: 15px;
	margin-top: 20px;
	transition: all 150ms linear;

}

.footer-instagram:hover {
	background-image: url(/wp-content/themes/lettermugs/img/instagram2.png);
	transition: all 150ms linear;

}

.footer-facebook {
	background-image: url(/wp-content/themes/lettermugs/img/facebook1.png);
	height: 32px;
	width: 32px;
    float: left;
    background-repeat: no-repeat;
    background-size: auto 32px;
    text-indent: -9999px;
	margin-right: 15px;
	margin-top: 20px;
	transition: all 150ms linear;

}

.footer-facebook:hover {
	background-image: url(/wp-content/themes/lettermugs/img/facebook2.png);
	transition: all 150ms linear;

}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 2.5vw 0 2.5vw 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%; /* Image does not overflow the content area */
    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 p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}








#booknow a{
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    font-size: 22px;
    text-transform: uppercase;
    margin: 16px 0 8px 0;
    border: solid 3px white;
    color: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transition: all 200ms linear;

}

#booknow a:hover{
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    font-size: 22px;
    text-transform: uppercase;
    margin: 16px 0 8px 0;
    border: solid 3px white;
    color: #87271A;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	background-color: white;
    transition: all 200ms linear;

}




ul.post-categories {
	list-style-type: none;
	font-size: 11px;
	font-weight: 600;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	margin-top: 8px;
}

a.moretag {
      padding: 8px;
    font-size: 11px;
    text-transform: uppercase;
    margin: 8px 0 8px 0;
    font-weight: 600;
    border: solid 2px #333;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

p.paragraph-more {
	text-align: left;
	margin-top: 22px;
	margin-bottom: 22px;
}

#sidebar-one {
	float: right;
	margin-top: 18px;
}

.frontpage-thumbnail {
	float: left;
}

.frontpage-thumbnail-img {
	width: 100%;
	height: auto;
}


#intro {
		width: 100%;
		height: 100vh;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		border-bottom: 0px solid white;
		opacity: 0.5;
}

#introsingle {
		width: 100%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		border-bottom: 0px solid white;
		opacity: 0.5;
		height: 90px;
		position: relative;
}

#introsection {
	background: white;
	    height: 90px;
	    position: fixed;
	    top: 0px;
	    width: 100%;
		z-index: 999;
	}

#introimage {
	width: 100vw;
	height: 100vh;
}

.intro404 {
	background-image: linear-gradient(
	rgba(0, 0, 0, 0.6),
	rgba(0, 0, 0, 0.6)),
	url("img/background.jpg");
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 100vh;
	border-bottom: 0px solid white;
	opacity: 1.5;
}

p.comment-form-comment {
    margin: 0px;
}

#comments {
	padding-top: 10px;
}

#comments a {
	color: #333;
}

.comment-notes {
	font-size: 11px;
	font-weight: 400;
}

p.comment-notes {
    margin: 10px 0 0 0;
}

#commentsection {
margin-top: 100px;
}

#commentsection a {
color: black;
}

#commentsection h1 {
	color: black;
}

#commentsection ol li {
	list-style-type: none;
	margin: 10px 0 30px 0;
}

#commentsection p {
	line-height: 1.6;
	max-width: 1000px;
	margin: 0 auto;
}

#commentsection p.meta {
	font-size: 12px;
}

.reply a {
		font-size: 11px;
	    text-decoration: none;
	    font-weight: 400;
}

a#cancel-comment-reply-link {
	font-size: 14px;
	color: #333;
	text-decoration: none;
	font-weight: 400;
}

#author, #email, #url {
	border: 1px solid #333;
	height: 18px;
	position: relative;
	font-size: 14px;
}

.required {
	font-size: 11px;
}

.comment-form-author {
    margin: 18px 18px 18px 0;
}

.comment-form-email {
    margin: 18px 18px 18px 0;
}

.comment-form-url {
    margin: 18px 18px 18px 0;
}

p.form-submit {
    margin: 0px;
}

#respond {
	margin: 18px;
}

.children {
	padding-left: 30px;
}

label[for*="comment"] { display:none; }

p.logged-in-as {
    margin: 10px 0 0 0;
}

.logged-in-as {
    text-decoration: none;
    font-size: 11px;
    font-weight: 400;
}

.logged-in-as a {
    text-decoration: none;
    font-size: 11px;
    font-weight: 400;
}

.form-allowed-tags {
	display: none;
}

.introtext {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	text-align: center;
}

.introtextsingle {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	text-align: center;
}



.introsub {
	font-size: 16px;
	color: #fff;
	text-align: center;
	font-weight: 200;
	text-transform: uppercase;
	margin-top: 10px;
}

.introtitlesingle {
    font-size: 42px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    border: solid 3px #fff;
	padding: 7px 25px;
	display: inline-block;
}

.introsubtitlesingle {
	font-size: 16px;
	color: #fff;
	text-align: center;
	font-weight: 200;
	text-transform: uppercase;
	margin-top: 10px;
}

.errortitle {
	font-size: 4vw;
	color: white;
	text-align: center;
	font-weight: 600;
}

.introtitlesearch {
	font-size: 6vw;
	color: white;
	text-align: center;
	font-weight: 600;
}

.postthumbnail {
	width: 100%;
	height: 75vh;
	border-bottom: 0px solid white;
	float: right;
}

img {
	max-width: 100%;
	height: auto;
}

#m_header {
	display: none;
	height: 50px;
	width: 100vw;
	background: white;
	border-bottom: 1px solid darkgray;
}

#m_cart-icon a {
    color: black;
}

	#m_logo {
	    width: 100px;
	    height: 100%;
	    margin: 0 auto;
}

#m_menu-icon {
    float: left;
    height: 50px;
    font-size: 20px;
    padding: 0 15px;
    line-height: 50px;
}

#m_cart-icon {
    float: right;
    height: 50px;
    font-size: 20px;
    padding: 0 15px;
    line-height: 50px;
    position: absolute;
    right: 0;
    top: 0;
}

.contentarea{
    position: relative;
	margin: 0 auto;
	width: 96vw;
    transform: translate3d(0,0,0); /* no shifting of DIV to start */
    transition: transform 0.5s; /* transition the transform property over 0.5s*/
		display: block;
}

nav#offcanvas-menu{ /* Full screen nav menu */
    width: 251px;
    height: auto;
    top: 50px;
    left: 0;
    z-index: 100;
    visibility: hidden; /* this is for browsers that don't support CSS3 translate3d */
    position: absolute; /* fixed menu position */
    transform: translate3d(-250px,0,0); /* shift menu -width to hide it initially */
    box-sizing: border-box; /* include padding/ border as part of declared menu width */
    background: white;
	border-right: 1px solid darkgray;
	border-bottom: 1px solid darkgray;
    display: block;
    text-align: center;
    overflow: hidden;
    transition: transform 0.5s, visibility 0.5s 0.5s; /* transition settings. */
}

input[type="checkbox"]#togglebox {
    /* checkbox used to toggle menu state */
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden; /* hide checkbox, instead relying on labels to toggle it */
}

label#navtoggler{ /* Main label icon to toggle menu state */
    z-index: 9;
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    cursor: pointer;
}

label#navtoggler::before{

}

input[type="checkbox"]#togglebox:checked ~ nav#offcanvas-menu{ /* nav state when corresponding checkbox is checked */
    transform: translate3d(0,0,0); /* shift contentarea 250px to the right */
    visibility: visible; /* this is for browsers that don't support CSS3 translate3d in showing the menu */
    transition-delay: 0s; /* No delay for applying "visibility:visible" property when menu is going from "closed" to "open" */
}

#offcanvas-menu h1 {
	    text-transform: uppercase;
	    text-align: center;
	    font-size: 14px;
	    font-weight: 600;
	    line-height: 1;
}

#offcanvas-menu h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.2;
	margin: 5px 0;
}

#offcanvas-menu a {
	color: black;
}

.m_collection-menu-item {
	width: 125px;
	height: 125px;
	margin-bottom: 12px;
	float: left;
}

#m_collection-menu {
	height: calc(100vh - 50px);
	margin-top: 20px;
}

.m_letter-item {
    width: 30px;
    height: 30px;
    float: left;
    padding: 3px;
    margin: 2px;
    font-size: 25px;
}

.m_letter-menu {
	list-style-type: none;
	height: 230px;
	    padding: 0px 5px;
}

#m_letter-menu-container {
    height: 320px;
}

.images {
    margin-top: 0px;
}

#header-checkout img {
    height: 100%;
    width: auto;
}

#post-24 .title {
    display: none;
}

#post-25 .title {
    display: none;
}

.wizard {
	font-family: brandon-grotesque;
}

.wizard a {
	padding: 0px 12px;
	line-height: 33px;
	    margin-right: 2%;
    background: #efefef;
    position: relative;
    display: inline-block;
width: calc(32% - 40px);	margin-bottom: 8px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}
.wizard a:before {
    width: 0;
    height: 0;
    border-top: 16px inset transparent;
    border-bottom: 17px inset transparent;
    border-left: 20px solid #fff;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}
.wizard a:after {
    width: 0;
    height: 0;
    border-top: 16px inset transparent;
    border-bottom: 17px inset transparent;
    border-left: 20px solid #efefef;
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    z-index: 2;
}
.wizard a:first-child:before,
.wizard a:last-child:after {
    border: none;
}
.wizard a:first-child {
    -webkit-border-radius: 4px 0 0 4px;
       -moz-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
width: calc(32% - 40px);
}
.wizard a:last-child {
    -webkit-border-radius: 0 4px 4px 0;
       -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
			width: 32%;
			margin-right: 0;
}
.wizard .badge {
    margin: 0 5px 0 18px;
    position: relative;
    top: -1px;
}
.wizard a:first-child .badge {
    margin-left: 0;
}
.wizard .current {
    background: black;
    color: #fff;
}
.wizard .current:after {
    border-left-color: black;
}

.tax-product_cat .zoomContainer {
	display: none;
}

.cc-window.cc-banner {
    padding: 3px 1.8em;
    width: 100%;
    flex-direction: row;
}

.cc-btn {
    display: block;
    padding: 0em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
}

.cc-revoke, .cc-window {

}

.term-description {
    background-color: black;
    padding: 20px 20px 1px 20px;
    font-size: 10px;
    margin-bottom: 30px;
}

.term-description p {
    color: white;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
		margin-bottom: 20px;
    font-style: italic;
}

.footercredits {
    margin: 0 auto;
    text-align: center;
    color: white;
    clear: both;
    width: 100%;
    padding-bottom: 15px;
		position: relative;
}

#navigationbottom {
    height: 60px;
    display: table;
    color: white;
		font-family: brandon-grotesque;
font-weight: 700;
font-style: normal;
font-size: 12px;
letter-spacing: .25em;
text-transform: uppercase;
margin-right: auto;
    margin-left: auto;
}

#navigationbottom li.menu-item {
    line-height: 60px;
}

#navigationbottom li.menu-item a {
    color: black;
}

.footercredits i.fa {
    font-size: 24px;
		margin: 0 10px;
}

.footercredits a {
    color: black;
}

.ks-index-loop-container {
	padding: 5vw 1.25vw;
	    position: relative;
}

.ks-index-loop-item {
	width: 30vw;
	margin: 0 1.25vw 1.25vw 1.25vw;
	float: left;
	text-align: center;
}

.introsingle-jedna {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-bottom: 0px solid white;
    opacity: 1;
    height: calc(100vh - 180px);
    top: 85px;
    position: relative;
}

.introsingle-dva-bg {
    background-color: black;
    top: 85px;
    position: relative;
}

.introsingle-dva {
width: 100%;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
border-bottom: 0px solid white;
opacity: 0.5;
height: calc(100vh - 85px);
position: relative;
margin-bottom: 135px;
}

.title-single-dva {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
}

.title-single-dva h1 {
font-family: brandon-grotesque;
    font-weight: 300;
    font-style: normal;
    font-size: 38px;
    letter-spacing: 3.48px;
    /* line-height: 1em; */
    text-transform: none;
    color: #fff;
}

div#main-one {
    width: 100%;
    float: none;
}

#sidebar-one {
	display: none;
}

.single-ingredience {
    width: auto;
    margin: 0 auto;
    padding: 30px 0;
    display: table;
    text-align: center;
}

.single-postup {
	width: auto;
	margin: 0 auto;
	padding: 30px 0;
	display: table;
	text-align: justify;
}

.single-ingredience-f {
	width: 20%;
	float: left;
	margin: 0 auto;
	padding: 0;
	display: table;
	text-align: left;
}

.single-postup-f {
	width: 65%;
	margin: 0 0 0 15%;
	padding: 0;
	display: table;
	text-align: left;
	float: left;
}

.title-single-jedna h1 {
	font-family: brandon-grotesque;
	font-weight: 300;
	font-style: normal;
	font-size: 26px;
	padding: 35px 0px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: black;
}

.title-single-jedna {
    margin-top: 85px;
    height: unset;
    line-height: 35px;
    text-align: center;
}

.ingredience {
    font-weight: 300;
    font-size: 22px;
    line-height: 1.5em;
    font-family: brandon-grotesque;
    color: black;
    text-transform: uppercase;
		text-align: center;
}

.ks-loop-title a {
padding: .5em 0;
margin: 0;
font-size: 16px;
font-family: brandon-grotesque;
color: black;
text-transform: uppercase;
}

.ks-single-related {
    margin-top: 100px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ks-index-video-thumb {
	width: 50%;
	display: table;
	float:left;
	padding: 1.25vw;
	box-sizing: border-box;
}

.ks-index-video-desc {
	padding: 1.25vw 2.5vw;
	float: left;
	box-sizing: border-box;
	width: 50%;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 75%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ks-index-video-desc h2 {
    font-family: brandon-grotesque;
    font-weight: 300;
    font-style: normal;
    font-size: 30px;
    letter-spacing: 3.48px;
    line-height: 40px;
    text-transform: none;
    color: #333;
}

.ks-index-blog-loop-item-excerpt h1 {
    font-family: brandon-grotesque;
    font-weight: 300;
    font-style: normal;
    font-size: 30px;
    letter-spacing: 3.48px;
    line-height: 40px;
    text-transform: none;
    color: #333;
}

.ks-index-blog-loop-item-excerpt h2 {
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
    letter-spacing: 1.5px;
    line-height: 20px;
    text-transform: none;
    color: #333;
    font-family: brandon-grotesque;
}

.ks-index-blog-loop-item-excerpt {
    width: 50%;
    float: left;
    padding: 1.25vw 2.5vw;
    float: left;
    box-sizing: border-box;
    width: 50%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 75%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ks-index-blog-loop-item-thumb {
    width: 50%;
    float: left;
    display: table;
    padding: 1.25vw;
    box-sizing: border-box;
}

.ks-index-blog-loop-item {
    position: relative;
}

.ks-index-blog-loop-item2 {
    position: relative;
		width: 33%;
		float: left;
		margin-bottom: 2.5vw;
}

.ks-index-blog-loop-item-thumb2 {
    width: 100%;
    float: none;
    display: table;
    padding: 1.25vw;
    box-sizing: border-box;
}

.ks-index-blog-loop-item-excerpt2 {
    width: 100%;
    float: none;
    padding: 0 1.25vw;
    box-sizing: border-box;
    display: inline-block;
}

.ks-index-blog-loop-item-excerpt2 h1 {
	font-family: brandon-grotesque;
	font-weight: 300;
	font-style: normal;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 26px;
	text-transform: uppercase;
	color: black;
}

.ks-index-blog-loop-item-excerpt2 a {
    color: black;
}

.ks-index-blog-loop-item-excerpt2 h2 {
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 28px;
    text-transform: none;
    color: black;
    font-family: brandon-grotesque;
}

.ks-index-blog-loop {
    margin-bottom: 2.5vw;
}

#toggle-nav:checked ~ .box {
	opacity: 1;
	visibility: visible;
}

.box {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	width: 100vw;
	height: calc(100vh - 85px);
	background-color: white;
	left: 0;
	bottom: 0;
	    z-index: 1000;
			transition: all 150ms linear;

}

#toggle-nav { display: none; }

.ks-search {
    margin-top: 100px;
}

.ks-search h2 {
    text-align: center;
    font-family: brandon-grotesque;
    font-weight: 300;
    font-style: normal;
    font-size: 38px;
    letter-spacing: 3.48px;
    line-height: 1em;
    text-transform: none;
    color: black;
}

.ks-search input[type=text] {
    border: 0;
    border-bottom: 2px solid black;
    margin: 50px auto 0 auto;
    display: table;
    padding: 5px 20px;
    text-align: left;
    width: 220px;
    font-size: 22px;
    font-family: brandon-grotesque;
}

.ks-search input[type=text]:focus {
    outline:none;
}

.item-search i {
	cursor: pointer;
}

.item-search:hover {
	color: darkgrey;
}

.ks-index-videorecept h2 {
    font-family: brandon-grotesque;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 26px;
    text-transform: uppercase;
    color: black;
    text-align: center;
    padding-bottom: 2.55vw;
}

.ks-index-videorecept {
    width: 750px;
    max-width: 70vw;
    margin: 30px auto;
}

.ks-index-videorecept-desc {
    margin-top: 2.5vw;
}

.single-ingredience-f ul {
    list-style-type: none;
}

.content-jedna {
    width: 1000px;
    max-width: 96vw;
    margin: 0 auto;
}

.ks-index-thumbnail {
    padding: 1.25vw 0;
}

.ks-recept-parametr {
    padding: 2.5vw 0;
}

.archivetitle {
font-family: brandon-grotesque;
    font-weight: 300;
    font-style: normal;
    font-size: 26px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: black;
		text-align: center;
		margin-bottom: 2.5vw;
		    line-height: 32px;
}

.ks-archive-title {
	font-family: brandon-grotesque;
	    font-weight: 300;
	    font-style: normal;
	    font-size: 26px;
	    letter-spacing: 2px;
	    text-transform: uppercase;
	    color: black;
			text-align: center;
			margin-top: 2.5vw;
}

.ks-loop-list {
	list-style-type: none;
}

.ks-index-blog-loop-item2:nth-child(3n+1) {
	clear: left;
}

.videorecept-container {
    margin: 2.5vw 0;
}

.ks-index-videorecept h2 a {
    color: black;
}

input.tnp-email {
    width: 250px;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px;
    border-color: #ddd;
    background-color: #f4f4f4;
    color: #444;
    font-size: 14px !important;
    box-sizing: border-box;
    border-radius: 0px;
    float: left;
    font-family: 'adobe-garamond-pro', serif;
    letter-spacing: .04em;
}

input[type=email] {
    height: 40px;
    padding: 3px 2%;
    font-size: 18px;
}

input.tnp-submit {
    box-sizing: border-box;
    display: inline-block;
    border: 1px;
    border-color: #ddd;
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
    box-sizing: border-box;
    border-radius: 0px;
    float: left;
    font-family: brandon-grotesque !important;
    font-size: 12px !important;
    letter-spacing: .25em;
}

.onas-content-wrapper {
    width: 800px;
    max-width: 90vw;
    margin: 80px auto;
    text-align: justify;
}

.ks-index-videorecept-desc {
	position: relative;
}

#videorecept_odkaz {
    margin: 20px 0 0 0;
    line-height: 1;
    position: absolute;
    right: 0;
    text-decoration: none;
    padding: 0;
    font-weight: 600;
    color: black;
    display: inline-block;
    font-family: brandon-grotesque !important;
    font-size: 12px !important;
    letter-spacing: .25em;
    text-transform: uppercase;
}

div#post-nav-next {
    display: table;
    float: left;
}

div#post-nav-previous {
    display: table;
    float: left;
}

div#post-nav {
    display: table;
		margin: 50px auto 0 auto;
}

div#post-nav a {
    margin: 0 30px;
    line-height: 1;
    /* position: absolute; */
    /* right: 0; */
    text-decoration: none;
    padding: 0;
    font-weight: 600;
    color: black;
    /* display: inline-block; */
    font-family: brandon-grotesque !important;
    font-size: 12px !important;
    letter-spacing: .25em;
    text-transform: uppercase;
}

.ks-single-related .ks-index-loop-item {
    width: 33%;
    margin: unset;
    float: left;
    text-align: center;
}

.ks-single-related .ks-index-thumbnail {
    padding: 1.25vw;
    box-sizing: border-box;
}

.m_ks-search .search-submit {
	-webkit-appearance: none;
 -moz-appearance:    none;
 appearance:         none;
 border-radius: 0;
 border: 0;
}

.m_ks-search input[type=submit] {
	-webkit-appearance: none;
 -moz-appearance:    none;
 appearance:         none;
 border-radius: 0;
}

.m_ks-search input[type=text] {
	-webkit-appearance: none;
 -moz-appearance:    none;
 appearance:         none;
 border-radius: 0;
}

.m_ks-search #search {
	border-bottom: 2px solid black;
	font-family: brandon-grotesque;
	border-top: 0;
	padding: 3px;
	font-size: 12px;
	border-left: 0;
	border-right: 0;
	/* height: 30px; */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}



.m_ks-search h2 {
    font-family: brandon-grotesque;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    line-height: 12px;
    margin-top: 25px;
    letter-spacing: .25em;
    text-transform: uppercase;
}

.ks-pop-foto {
	width: 50%;
	float: left;
}

.ks-pop-text {
	width: 50%;
	float: left;
	text-align: center;
}

.ks-pop-text h2 {
text-align: center;
font-family: brandon-grotesque;
font-weight: 300;
font-style: normal;
font-size: 26px;
padding: 35px 0px;
letter-spacing: 2px;
}

.ks-pop-text p {
    font-family: 'adobe-garamond-pro', serif;
    font-size: 15px;
    line-height: 1.7em;
    letter-spacing: .04em;
}

.ks-pop-text ul li {
	list-style-type: none;
	float: left;
	width: 29%;
	margin: 5px 2%;
}

.ks-pop-text {
    padding: 58px 15px;
}

button.pum-close.popmake-close {
    font-family: brandon-grotesque !important;
}

.ks-tip {
    background-color: black;
    color: white;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    width: 200px;
}

.ks-tip-foto {

}

.ks-tip-text {

}

.ks-tip a {
    color: white;
    font-family: brandon-grotesque;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 16px;
    text-transform: uppercase;
    text-align: right;
    display: inherit;
}

.ks-tip-text h3 {
    font-family: brandon-grotesque;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: uppercase;
}

.ks-tip-text p {
    font-weight: 200;
    font-style: italic;
    line-height: 22px;
}

div#popmake-9118 {
    max-width: 96vw;
    height: auto;
    padding: 10px;
}

.dalsirecept h1 {
font-family: brandon-grotesque;
font-weight: 300;
font-style: normal;
font-size: 26px;
padding: 35px 0px;
letter-spacing: 2px;
text-transform: uppercase;
color: black;
}


tr.websitetheory_cookies_head {
    font-weight: bold;
}

table.websitetheory_cookies {
    border-collapse: collapse;
    width: 100%;
    margin: 18px 0;
}
table.websitetheory_cookies td {
    text-align: center;
    border: 1px solid black;
    padding: 10px;
}

#cookies {
	margin-top: 50px;
}

#cookies h3 {
    margin-top: 18px;
}



.vlastni_popup_cvn2020 {
	width: 500px;
	max-width: 96vw;
	height: 500px;
}

.vlastni_popup_cvn2020 img {
	width: 80%;
	height: auto;
	margin: 0 auto;
	display: table;
}

.vlastni_popup_cvn2020 h1 {
    font-size: 1em;
    font-family: brandon-grotesque;
    color: black;
    text-transform: uppercase;
    text-align: center;
}

.vlastni_popup_cvn2020 h2 {
	font-size: 14px;
line-height: 22px;
margin-bottom: 15px;
text-align: center;
font-family: 'adobe-garamond-pro', serif;
}

.vlastni_popup_cvn2020 {
    margin: 0 auto;
    display: table;
    padding: 50px 0;
}


@media only screen and (max-width: 1179px) {
#header {
    width: 1000px;
}
}

	@media only screen and (max-width: 1000px) {

		table.websitetheory_cookies td {
		    padding: 5px;
		}

		table.websitetheory_cookies {
    font-size: 8px;
}

		div#post-nav {
		    display: table;
		}

		div#post-nav-previous {
    display: block;
    float: none;
    text-align: center;
    margin-bottom: 10px;
}

div#post-nav-next {
    display: block;
    float: none;
    text-align: center;
}

		input.tnp-submit {
		    width: 91px !important;
		    padding: 11px 5px !important;
		    -webkit-appearance: none;
		    -moz-appearance: none;
}

input.tnp-email {
    width: 154px !important;
}

		.ks-index-blog-loop-item-excerpt2 h1 {
		    font-family: brandon-grotesque;
		    font-weight: 300;
		    font-style: normal;
		    font-size: 18px;
		    letter-spacing: 1px;
		    line-height: 24px;
		    text-transform: uppercase;
		    color: black;
		}

		.ks-index-blog-loop-item-excerpt2 h2 {
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: none;
    color: black;
    font-family: brandon-grotesque;
}

.ks-single-related .ks-loop-title a {
	font-size: 12px;
	line-height: 1em;
}

		.introsingle-jedna {
		    top: 50px;
}

.title-single-jedna {
    margin-top: 50px;
}

#mvk-intro {
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.ks-index-loop-container {
    padding: 10vw 1.25vw;
}

		.ks-index-blog-loop-item2:nth-child(3n+1) {
			clear: none;
		}

		.ks-index-blog-loop-item2:nth-child(2n+1) {
    clear: left;
}


.single-ingredience-f {
    width: 100%;
    margin: 0;
    padding: 0;
    float: none;
}


.single-postup-f {
    width: 100%;
    margin: 2.5vw 0 0 0;
    padding: 0;
    float: none;
}

		.ks-index-blog-loop-item2 {
    width: 50%;
}

		.g-intro {
			width: 100%;
			    padding: 60px 0;
		}

.g-intro1, .g-intro2 {
	float: none;
	width: unset;
	height: unset;
	max-width: 90vw;
	margin: 0 auto;
}

.g-intro-in, .g-intro-in2 {
display: inline;
position: unset;
}

		.g-intro-onas {
			padding: 60px 0;
		}

		#navigationbottom {
		    height: 60px;
		    display: table;
		    color: white;
		    font-family: brandon-grotesque;
		    font-weight: 700;
		    font-style: normal;
		    margin-bottom: 30px;
		}

		.footercredits i.fa {
		    font-size: 28px;
			}
		#navigationbottom li.menu-item {
	    margin-right: 6px;
	    margin-left: 6px;
	    font-size: 12px;
	    float: none;
			line-height: 30px;
					}

		.cart-contents-count {
		    font-size: 12px;
		}

		#header {
			display: none;
		}

		#m_header {
			display: block;
		}

		#footer-inpictures {
			display: none;
		}

		#footer-facebook {
			display: none;
		}

		#footer-friends {
		    display: block;
		    width: 100%;
		    height: auto;
		    float: right;
			margin: 0 auto;
		}

		#footer-friends h3 {
			text-align: center;
		}

		#footer-left-col {
		    width: 100%;
			height: auto;
		    margin: 0 auto;
		}

		.footer-icons {
			margin: 0 auto;
			width: 126px;
		}

		#footer-menu-container {
			display: block;
		    width: 320px;
			height: 120px;
		    margin: 0 auto;
		}

		#footer {
			max-width: 100vw;
			padding: 15px 0;
			height: 190px;
		}

		#footer-wrapper {
			max-width: 100vw;
		}

		.footer-icons {
			height: auto;
		}

		.footer-menu1 {
			margin: 0 18px;
		}

		.footer-menu2 {
			margin: 0 18px;
		}

		.footer-facebook {
			margin-top: 5px;
		}

		.footer-instagram {
			margin-top: 5px;
		}

		.footer-pinterest {
			margin-top: 5px;
		}

		#mugletter-form {
			width: 245px;
		}

		#mugletter-container {
			min-height: 170px;
			width: 98vw;
		}

		input.tnp-submit {
		width: 91px !important;
		padding: 11px 5px !important;
		-webkit-appearance: none;
		-moz-appearance: none;

		}
		input.tnp-email {
		    width: 154px !important;
		}

		.tnp-subscription-minimal {
		    width: 245px !important;
		}

		.woocommerce div.product div.images img {
		    display: block;
		    width: auto;
		    height: auto;
		    box-shadow: none;
		    max-height: 50vh;
		    margin: 0 auto;
		}

		img.attachment-shop_thumbnail.size-shop_thumbnail {
		    max-height: 30vh !important;
		}

		.zoomContainer {
			display: none;
		}

		.summary.entry-summary {
    		margin-top: 0 !important;
		}

		.woocommerce div.product div.images, .woocommerce div.product div.summary 		{
    		margin-bottom: 0 !important;
		}

		.contentarea {
			width: 98vw;
			margin: 0 auto;
		}

		h1.product_title.entry-title {
		    font-size: 20px;
		}

		.woocommerce div.product p.price, .woocommerce div.product span.price {
		    font-weight: 300;
		    font-size: 20px;
		    color: black;
		}

		.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		    float: left;
		    margin: 0 3.8% 0 0 !important;
		    padding: 0;
		    position: relative;
		    width: 46.2% !important;
		}

		.woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n), .woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n), .woocommerce[class*=columns-] ul.products li.product:nth-child(2n) {

		    margin: 0;
		}

		#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
		    border-top: 1px solid #ebe9eb;
		    line-height: 40px !important;
		}

		.woocommerce div.product {
		    margin-top: 10px !important;
		}

		#header-checkout {
			height: 50px;
			width: 100vw;
		}

		#col-main-title {
		    color: white;
		    background-color: black;
		    font-size: 14px;
		    font-weight: 300;
		    font-style: italic;
		    display: block;
		    text-align: left;
		    padding: 4px 4px;
			width: 132px;
		    position: absolute;
		    top: 10%;
		    left: 10px;
		    max-width: 44vw;
		    text-rendering: optimizeLegibility;
		}

		#collection-1 {
		    height: 210px;
		    width: 48vw;
		    margin: 2vw 1vw 12px 0px;
		    background-image: url(/wp-content/themes/lettermugs/img/Sleepy-Cat-Mug-frontpage-r.jpg);
		    float: left;
		    background-position: 80% 50%;
		    position: relative;
			background-size: cover;

		}

		#col-1-title {
		    color: white;
		    background-color: black;
		    font-size: 14px;
		    font-weight: 300;
		    font-style: italic;
		    height: 37px;
		    display: block;
		    width: 53px;
		    text-align: right;
		    padding: 4px 4px;
		    position: absolute;
		    top: 12px;
		    left: 10px;
		}

		#collection-2 {
		    height: 210px;
		    width: 48vw;
		    margin: 2vw 0 12px 1vw;
		    background-image: url(/wp-content/themes/lettermugs/img/Blue-Line-Mug-frontpage-r.jpg);
		    float: left;
		    background-position: 80% 50%;
		    position: relative;
			background-size: cover;
		}


		#col-2-title {
		    color: white;
		    background-color: black;
		    font-size: 14px;
		    font-weight: 300;
		    font-style: italic;
		    text-align: center;
		    display: block;
		    padding: 4px;
		    position: absolute;
		    top: 30px;
		    left: 20px;
		}

		#collection-3 {
			display: none;
		}

		#main-collection {
			height: 350px;
			background-position: 60% 50%;
		}

		#intro-typographe {
		    height: 30vw;
		    background-position: 50% 50%;
		    background-repeat: no-repeat;
		    background-size: contain;
		}

		#intro-blue-line {
		    height: 30vw;
		    background-position: 50% 50%;
		    background-repeat: no-repeat;
		    background-size: contain;
		}

		#intro-blue-line-text2 {
		    display: none;

		}

		#intro-blue-line-text-price {
		    display: none;

		}

		#intro-blue-line-text1 {
			font-size: 3.4vw;
			    font-weight: 400;
			    font-style: normal;
			    text-align: center;
			    padding: 4px;
			    position: absolute;
			    top: unset;
			    bottom: 10px;
			    right: 5px;
			    left: unset;
		}

		#intro-typographe-text-price {
		    display: none;
		}

		#intro-typographe-text1 {
		    font-size: 3.4vw;
		    font-weight: 400;
		    font-style: normal;
		    text-align: center;
		    padding: 4px;
		    position: absolute;
			top: unset;
		    bottom: 10px;
		    left: 5px;
		}

		#intro-typographe-text2 {
		    display: none;

		}

		#intro-sleepy-cat {
		    height: 30vw;
		    background-position: 50% 50%;
		    background-repeat: no-repeat;
		    background-size: contain;
		}

		#intro-sleepy-cat-text2 {
		    display: none;

		}

		#intro-sleepy-cat-text-price {
		    display: none;

		}

		#intro-sleepy-cat-text1 {
			font-size: 3.4vw;
			    font-weight: 400;
			    font-style: normal;
			    text-align: center;
			    padding: 4px;
			    position: absolute;
			    top: unset;
			    bottom: 10px;
			    left: 25px;
		}

		#intro-spring-blossom {
		    height: 30vw;
		    background-position: 50% 50%;
		    background-repeat: no-repeat;
		    background-size: contain;
		}

		#intro-spring-blossom-text2 {
		    display: none;

		}

		#intro-spring-blossom-text-price {
		    display: none;

		}

		#intro-spring-blossom-text1 {
			font-size: 3.4vw;
			    font-weight: 400;
			    font-style: normal;
			    text-align: center;
			    padding: 4px;
			    position: absolute;
			    top: unset;
			    bottom: 10px;
				right: 5px;
				left: unset;
		}

		#intro-awesome-unicorn {
		    height: 30vw;
		    background-position: 50% 50%;
		    background-repeat: no-repeat;
		    background-size: contain;
		}

		#intro-awesome-unicorn-text2 {
		    display: none;

		}

		#intro-awesome-unicorn-text-price {
		    display: none;

		}

		#intro-awesome-unicorn-text1 {
			font-size: 3.4vw;
			    font-weight: 400;
			    font-style: normal;
			    text-align: center;
			    padding: 4px;
			    position: absolute;
			    top: unset;
			    bottom: 10px;
				left: 15px;
		}

		.tablepress td, .tablepress th {
		    padding: 4px !important;
		}

		.tablepress-id-1 {
			font-size: 9px;
		}

		.cc-window .cc-message {
		    margin-bottom: 0em;
		}

		.cc-window.cc-floating {
		    padding: 1em;
		}

		#col-1-title-shop {
			display: none;
		}

		#col-2-title-shop {
			display: none;
		}

		#col-3-title-shop {
			display: none;
		}

		#col-main-title-shop {
			display: none;
		}

	}

	@media only screen and (max-width: 440px) {

		.ks-tip {
			display: none;
		}

		.wizard {
			display: none;
		}

}
