/*
Theme Name: justanotherwalkinthepark
Theme URI: http://underscores.me/
Author: Paul McEniff
Author URI: http://paulmceniff.com
Description: Paul\'s Toolbox
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: jawitp
Domain Path: /languages/
Tags:
 
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

justanotherwalkinthepark is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/* FONT KITS */

@font-face {
    font-family: 'DuvallNormal';
    src: url('assets/fonts/duvall.eot');
    src: url('assets/fonts/duvall.eot') format('embedded-opentype'),
         url('assets/fonts/duvall.woff') format('woff'),
         url('assets/fonts/duvall.ttf') format('truetype'),
         url('assets/fonts/duvall.svg') format('svg');
}


@font-face {
    font-family: 'iowanoldst_blk_btblack';
    src: url('assets/fonts/bitstream-iowan-old-style-black-bt-webfont.eot');
    src: url('assets/fonts/bitstream-iowan-old-style-black-bt-webfont.eot#iefix') format('embedded-opentype'),
         url('assets/fonts/bitstream-iowan-old-style-black-bt-webfont.woff') format('woff'),
         url('assets/fonts/bitstream-iowan-old-style-black-bt-webfont.ttf') format('truetype'),
         url('assets/fonts/bitstream-iowan-old-style-black-bt-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'iowanoldst_btbold';
    src: url('assets/fonts/bitstream-iowan-old-style-bold-bt-webfont.eot');
    src: url('assets/fonts/bitstream-iowan-old-style-bold-bt-webfont.eot#iefix') format('embedded-opentype'),
         url('assets/fonts/bitstream-iowan-old-style-bold-bt-webfont.woff') format('woff'),
         url('assets/fonts/bitstream-iowan-old-style-bold-bt-webfont.ttf') format('truetype'),
         url('assets/fonts/bitstream-iowan-old-style-bold-bt-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'iowanoldst_btroman';
    src: url('assets/fonts/bitstream-iowan-old-style-bt-webfont.eot');
    src: url('assets/fonts/bitstream-iowan-old-style-bt-webfont.eot#iefix') format('embedded-opentype'),
         url('assets/fonts/bitstream-iowan-old-style-bt-webfont.woff') format('woff'),
         url('assets/fonts/bitstream-iowan-old-style-bt-webfont.ttf') format('truetype'),
         url('assets/fonts/bitstream-iowan-old-style-bt-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}




/* END FONT KITS */


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover,
a:focus,
a:active {
	color: #000;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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-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 */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 1.5em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li > ul {
	display:block;
}

.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}
/*
@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}
*/


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}


/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display:block;
	}
	
/* Project Specific */ 

body { font-family: 'iowanoldst_btroman';color:#000;font-size:14px;background:url(assets/images/headerbg.png) top center no-repeat;}

body {}

body.home  #page {min-height:1700px}

/* background:url(assets/images/body_bg.jpg) center bottom no-repeat;background-size:contain; */

/* #page, .container {max-width:1366px;} */

.container {width:1170px;margin:auto;}

.row {width:1170px !important;}

#page {width:1348px;margin:auto;}


#wrapper {width:100%;overflow:hidden;}

.home #page {}

#primary {}

#masthead {/*background:url(assets/images/header_bg.png) top center no-repeat;background-size:contain; */min-height:130px;position:fixed;top:0;width:100%;left:50%;margin-left:-654px;width:1348px;z-index:999999;}


#masthead.shortmnu {/*background:url(assets/images/hdrplain.png) top center no-repeat;background-size:contain;*/}


#hdrmask {display:none;position:fixed;width:1348px;height:250px;background:#fff;top:0;left:50%;margin-left:-674px;z-index:1;}

/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.columns-20 {
    position: relative;
    overflow: hidden;
	clear:both;
	width:1320px;
	margin-left:-10px;
	margin:auto;
	top:-30px; 
}

.jcarousel-next, .jcarousel-prev {font-weight:bold;}

.jcarousel-next {float:right;margin-right:-15px;}

.jcarousel-prev {float:left;}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.columns-20 ul {
    width: 2000000em;
    position: relative;
	
    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.columns-20 li {
    /* Required only for block elements like <li>'s */
    float: left;
}




.infobar {position:absolute;top:80px;left:0;width:100%;min-height:30px;font-size:14px;z-index:999999;
	
	
}

.infobar a {color:#fff;}

.infobar a:hover {text-decoration:none;}

#hdrlogotxt {display:block;margin:auto;max-width:266px;width:246px;position:absolute;left:446px;top:-23px;}


#hdrlogosmall {display:none;margin:auto;max-width:266px;width:246px;position:absolute;left:446px;top:-23px;}

.term-color-13 {color:#21461f;}

h1,h2 {font-family: DuvallNormal;color:#21461f;}

h2 {font-size:22px;color:#21461f;}

.mpc-content h2 {color:#000;}

h2.sheader {float:left;margin-right:24px;margin-bottom:18px;color:#000;}

.sheadermore {color:#000;font-family: iowanoldst_blk_btblack;}

.sheadermore:hover {text-decoration:none;color:#000;}

p {font-family: iowanoldst_btroman;}

.main-navigation {position:absolute;top:0;left:63px;}

#hdrbasket {position:absolute;right:-68px;top:0;height:71px;width:151px;background:url(assets/images/basket_bg.png) top right no-repeat;background-size:contain;text-align:center;font-size:14px;font-family: DuvallNormal;}

#hdrbasket a:hover {text-decoration:none;}


#iblogin {color:#000;position:absolute;top:0;left:0;line-height:30px;font-family: iowanoldst_btbold;height:71px;width:151px;background:url(assets/images/basket_bg.png) top right no-repeat;background-size:contain;text-align:center;line-height:54px;}

#ibacc {color:#000;position:absolute;top:25px;left:0;line-height:30px;font-family: iowanoldst_btbold;height:71px;width:151px;text-align:center;}

#ibwelcome {position:absolute;top:3px;left:26px;line-height:30px;font-family: iowanoldst_btbold;}

#hdrbasket h3 {padding:4px 0;}

#hdrlogotxt {display:none;}
/*
#menu-item-62 {margin-left:130px;}
*/

.main-navigation ul li 
{width:136px;height:61px;background:url(assets/images/menuitem_bg.png) no-repeat;background-size:contain;margin-right:11px;}
.home .entry-content {float:left;}

.main-navigation ul li:hover {background:url(assets/images/menubgrev.png) no-repeat; opacity: 1;
background-size:contain;
   transition: background .5s ease-in-out;tobacc
   -moz-transition: background .5s ease-in-out;
   -webkit-transition: background .5s ease-in-out;
}

.main-navigation ul li:hover a {color:#21461f;}

.main-navigation ul ul {
box-shadow: none;
float: left;
left: 0;
position: absolute;
top: 1.5em;
z-index: 99999;
width:174px;
height:0;
overflow:hidden;
background:url(assets/images/abmenu_bg.png) no-repeat;
}

#ss_wc_mailchimp_opt_in_field {border:1px solid #21461f;}


.main-navigation ul li a {font-family:DuvallNormal;text-align:center;line-height:45px;color:#fff;}

#testbut {width:148px;height:61px;background:url(assets/images/menuitem_bg.png) no-repeat;text-align:center;background-size:contain;position:absolute;right:56px;top:-16px;}

#testbut a {font-family:DuvallNormal;text-align:center;line-height:50px;color:#fff;width:148px;}

.page-template-tmpl_contact #testbut {background:url(assets/images/menuitem_bg_rev.png) no-repeat;margin-top:95px;width:158px;background-size:cover;z-index:999999;}
.page-template-tmpl_contact #testbut a {line-height:80px;}
.page-template-tmpl_contact #testbut a:hover {text-decoration:none;}

.main-navigation {margin-left:0px;}

.main-navigation ul.sub-menu {top:0;left:0;}

.main-navigation ul.sub-menu li:first-child {font-family:DuvallNormal;text-align:left;line-height:50px;color:#fff;}

.main-navigation ul.sub-menu li {background:none;height:auto;padding:0 0 5px 30px;width:148px;}

.main-navigation ul.sub-menu li a {font-size:12px;text-align:left;line-height:18px;font-weight:normal;font-family: iowanoldst_btroman;}

.main-navigation ul.sub-menu li:first-child a {font-family:DuvallNormal;text-align:left;line-height:50px;color:#fff;font-size:14px;padding-left:27px;}

#banner {width:100%;height:369px;position:absolute;top:0;left:0;z-index:50;}

#layerslider_1 {margin-top:-70px !important;}

#banner img.slide{height:369px !important;}


.ufo, .ufo1 {top:60px; right:-200px;}

.cycle-slide-active .ufo {position:absolute;top:60px;left:120px;-moz-animation-duration: 3s;-webkit-animation-duration: 3s;animation-duration: 3s;}

.cycle-slide-active .ufo1 {position:absolute;top:60px;left:120px;-moz-animation-duration: 3s;-webkit-animation-duration: 3s;animation-duration: 3s;}

#banner_overlay {width:100%;height:367px;position:relative;margin-top:-80px;border:3px solid #148e40;overflow:hidden;}

#banner_overlay .overlay {z-index:99;position:absolute;top:0;left:0;width:100%;}

#banner_overlay  img.slide {height:369px;}

.strip .col-sm-12 {margin-left:-15px;margin-right:-15px;}
 
.strip {padding:0;margin-top:34px;}

.mixingbx {background:url(assets/images/hp_mixing.png) bottom left no-repeat;background-size:contain;width:356px;display;block;height:242px;float:left;margin-right:40px;}

#mixingbx1 {background:none ;background-size:contain;width:356px;display;block;height:242px;float:left;margin-right:40px;margin:12px;}

a#mixing {font-family: 'iowanoldst_btbold';}

#flavourv {background:url(assets/images/sixflavoursbox.png) bottom left no-repeat;background-size:contain;width:230px;display:block;height:242px;float:left;margin-right:20px;}


#flavour {background:url(assets/images/hp_suggest.png) bottom left no-repeat;background-size:contain;width:230px;display:block;height:242px;float:left;margin-right:20px;}

#flavour1 {background:url(assets/images/easy-mix-change1.jpg) bottom left no-repeat;background-size:contain;width:230px;display:block;height:242px;float:left;margin: 0 20px;}
 
#vapology {background:url(assets/images/hp_vapology.png) bottom left no-repeat;background-size:contain;width:236px;display:block;height:242px;float:left;margin:20px;}

#vapologycontent {position:relative;}

#vaptext {position:absolute;bottom:40px;right:30px;z-index:99;width:420px;font-size:12px;}
 
.voting button {background:url(assets/images/votebutton.png) no-repeat;width:66px;height:61px;border:none;}

#vaptext h2 {color:#000;}

#vaptext img {width:100%;}

#vaptext h3 {font-size:14px;}

#mixtext {width:90%;margin:auto;}

#mixtext h1 {text-align:center;font-size:24px;margin:16px 0;}

.guabox #mixtext h1 {text-align:left;margin-top:28px;}

#mixtext h2 {font-size:20px;margin:10px 0;}

#mixtext strong {margin-top:-12px;}

.mixcol {float:left;width:46%;}

.mixcol1 {margin-right:3%;}

#guarantee {background:url(assets/images/hp_guarantee.png) bottom left no-repeat;background-size:contain;width:226px;display:block;height:242px;float:left;}

#guarantee1 {background:url(assets/images/gold-eliquid.png) bottom left no-repeat;background-size:contain;width:226px;display:block;height:242px;float:left;}

#guaranteebanner {width:226px;display:block;height:232px;overflow:hidden;margin-top:12px;margin-left:12px;}


#colophon {position:relative;background:url(assets/images/footer_bg.png) bottom center no-repeat;height:155px;}

.home #colophon {margin-top:-100px;}

.footerinner {width:1170px;height:155px;position:relative;margin:auto;}

#bfooter {width:100%;background:#21461f;}

#bfooter p {color:#fff;text-align:center;font-size:12px;padding-top:4px;}

#ecita {position:absolute;left:20px;bottom:20px;}

#efvi {position:absolute; left:76px;bottom:4px;}

#instagram {position:absolute;right:20px;bottom:35px;}

#facebook {position:absolute;right:55px;bottom:35px;}

#twitter {position:absolute;right:90px;bottom:35px;}

#footerlist {list-style-type:none;position:absolute;left:106px;bottom:12px;}

#footerlist li {float:left;margin-left:40px;font-size:13px;}

#footerlist li a {text-decoration:none;}

#hdrlogo {display:block;}

#content {}

.term-13 #content, .term-118 #content, .term-80 #content, .term-162 #content, .term-17 #content, .term-19 #content, .term-20 #content, .term-22 #content, .term-23 #content,.term-106 #content {padding-top:82px;}

.home #content{margin-top:-30px;}

.mpc-listing {margin-top:100px;}

img.mtm30 {margin-top:-30px;}

.mpc-listing section {padding:0;margin:0;}

.mpc-listing section .sectioncontent {padding:24px 0;font-size:16px;}

.mpc-listing section h2 {margin-bottom:12px;}

.mpc-listing #post-84 .sectioncontent {padding:36px 0;}

.clearboth {clear:both;}

.tmem a {font-family:DuvallNormal;line-height:26px;}

.tmem a img {margin-top:-4px;}

.tmem {width:184px;float:left;margin-right:7px;margin:24px 7px 48px 0;}

.tmem.last {margin-right:0;}

.tmem img.tmemprof {display:block; width:100%;}

section#post-82 {color:#fff;background:url(assets/images/obcurly.png) 69% 100% no-repeat #148e40;}

#post-78 {margin-top:-130px;}

#post-78 h2 {margin-bottom:12px;padding-top:24px;}


#post-82 h2 {color:#fff;}

#post-82 img {float:right;margin-right:20px;}

section#post-84 {position:relative;}

#post-84 h2 {padding-top:24px;}

section#post-88, section#post-104 {background:#dbede2;}

#post-88 h2 {padding-top:36px;}

#post-88 img {padding-top:30px;}

section#post-90 .sectioncontent {width:400px;float:right;}

section#post-90 {background:url(assets/images/innovation_bg.jpg) no-repeat;height:408px;background-size:contain;}

#post-90 h2 {margin-bottom:0;}

#post-90 h3 {margin-bottom:12px;}

section#post-92 {height:426px;}


section#post-92 .sectioncontent h2{padding:0 75px 40px 60px;margin-top:-200px;}

section#post-92 .sectioncontent {padding:260px 10px 40px 10px; }

section#post-96 {}

#reviewscontainer {width:100%;min-height:1036px;background:url(assets/images/reviews_bg.png) no-repeat;margin-bottom:180px;margin-top:-110px;}

#contactcontainer {width:100%;min-height:523px;background:url(assets/images/contact_bg.png) no-repeat;}

.post-25 .entry-content {padding-bottom:0;}

.cc1 {clear:left;margin-top:0;}

.cc2 {margin-top:0;}


.page-id-19 #shopmenu, .page-id-23 #shopmenu {background:url(assets/images/wholesalemenu_bg.png) no-repeat;height:195px;width:1366px;position:relative;z-index:9999;}

.page-id-19 .nefixed, .page-id-23 .nefixed {position:relative !important;width:100%;background:url(assets/images/wholesalemenu_bg.png) no-repeat;height:195px;z-index:9999;}
 
 #shopmenu {position:relative;}
 
 .nbut img {max-width:160px;margin:auto;display:block;margin-top:-30px;}
 
.nbut:hover img {

}
 
#shopmenu .container {display:block;height:120px;}

.deccat_holder {display:block;}

.term-13 .deccat_holder,
.term-17 .deccat_holder {display:none;}
/*
.subsubcat {background:url(assets/images/wholesalemenu_bg.png) no-repeat;background-size:100% 100%;height:100px;padding:2% 7%;}
*/
/*
.woocommerce #hdrlogo, .page-template-tmpl_mpc-php #hdrlogo {display:block;}

.woocommerce #hdrlogosmall, .page-template-tmpl_mpc-php #hdrlogosmall {display:none;}
*/
/*
.page-id-23 #hdrlogo {display:none !important;}

.page-id-23 #hdrlogosmall {display:block !important;}
*/
.woocommerce #hdrmask {display:block !important;}

/*.page-template-tmpl_mpc-php #hdrmask*/

.woocommerce #hdrmask {display:none !important;}


.wholesalemenu {}

.fixedmnu {position:fixed !important;top:105px !important;} 

.nefixed {width:1170px;margin:auto;}

.wholesalemenu ul {list-style:none;padding:55px 0 0 20px;}

.wholesalemenu ul li {float:left;width:191px; height:86px; background:url(assets/images/whmenu_bg.png) no-repeat;text-align:center;margin-right:12px;}

#shopmenu .container {}
/*
#dvbutton {background:url(assets/images/dvbutton.png) no-repeat;width:241px;height:101px;display:block;}

#dvbutton:hover {background:url(assets/images/dvhover.png) no-repeat !important;background-size:241px 101px;background-size:contain;}

#dvbutton.decparactive {background:url(assets/images/dvbuttonon.png) no-repeat;}

#toabutton {background:url(assets/images/toabutton.png) no-repeat;width:241px;height:101px;display:block;margin-top:-12px;}

#toabutton:hover {background:url(assets/images/toahover.png) no-repeat !important;}

#toabutton.decparactive {background:url(assets/images/toabuttonon.png) no-repeat;}

#conbutton {background:url(assets/images/conbutton.png) no-repeat;width:241px;height:101px;display:block;}

#conbutton:hover {background:url(assets/images/conhover.png) no-repeat !important;}

#conbutton.decparactive {background:url(assets/images/conbuttonon.png) no-repeat;}

#finbutton {background:url(assets/images/finerybutton.png) no-repeat;width:241px;height:101px;display:block;}

#finbutton:hover {background:url(assets/images/finhover.png) no-repeat !important;}

#finbutton.decparactive {background:url(assets/images/finerybuttonon.png) no-repeat;}
*/
.contactcol {margin-top:70px;width:25% !important;float:left;}

.contactcol2 {margin-top:90px;}

.contactaddress {margin-top:-12px;}

.contactaddress strong {font-size:13px;}

.contacttelephone {margin-top:24px;}

.contacttelephone strong {font-size:18px;font-family:iowanoldst_blk_btblack;}

.contactemail {margin-top:90px;}

.contactlink {width:191px;height:86px; background:url(assets/images/whmenu_bgon.png) no-repeat;text-align:center;font-family:iowanoldst_blk_btblack;font-weight:800;font-size:18px;margin-bottom:45px;}

.contactlink span {padding-top:30px;display:block;line-height:1;}

#penamessage {width:191px;height:86px;background:url(assets/images/whmenu_bgon.png) no-repeat;text-align:center;font-family:iowanoldst_blk_btblack;font-weight:800;font-size:18px;float:left;margin-top:60px;}

#fullcf label {width:150px;float:left;clear:left;line-height:40px;margin-right:18px;margin-left:18px;}

#penamessage span {padding-top:30px;display:block;line-height:1;}

#fullcf p {font-size:22px;font-family:DuvallNormal;float:none;}

#fullcf .pright {float:right;width:60%;margin-top:110px;margin-bottom:0;}

#fullcf .pright label {width:80px;margin-left:0;}

.checkbox-632 .wpcf7-list-item-label, #aboutform label, .wpcf7-form label {width:150px;float:left;clear:left;line-height:40px;margin-right:18px;margin-left:18px;font-size:20px;font-family:DuvallNormal;}

.page-id-38078 .wpcf7-form label, .checkbox-632 .wpcf7-list-item-label {width:340px;line-height:23px;}

.checkbox-632 .wpcf7-list-item-label {margin:8px 20px 8px 20px;}
.checkbox-632 input[type=checkbox] {display:block;float:left;margin:8px 0}
#aboutform .pright, #aboutform p {padding-right:0 !important;}

#aboutform input[type=text], #aboutform input[type=email], #aboutform textarea, .wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form textarea {padding:4px 0;border:none;width:350px;float:left;margin-bottom:12px;}

.page-id-38078 p.cap {width:100%;clear:both;}

.page-id-38078 p.cap span {width:200px;float:left;}

.page-id-38078 p.cap input {width:80px;}

#aboutform textarea {height:170px;}

#aboutform input[type=submit], #fullcf input[type=submit], .wpcf7-form input[type=submit] {background:url(assets/images/send.png) no-repeat;box-shadow:none;border:none;width:94px;height:34px;clear:left;float:right;margin-right:20px;color:transparent;}

#fullcf .pright input[type=text] {width:215px;}

#fullcf input[type=text], #fullcf input[type=email], #fullcf textarea, .wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form textarea, .wpcf7-form .enqtype,.wpcf7-form .sizetype, .wpcf7-form .retailtype {padding:4px 0;border:1px solid #000;width:350px;float:left;margin-bottom:12px;}

.wpcf7-form .enqtype,.wpcf7-form .sizetype, .wpcf7-form .retailtype {border:none;display:block;}

.checkbox-632 {display:block;}


#fullcf input.wpcf7-captchar {width:100px !important;float:right;}

#wpcf7-f142-o1 input.wpcf7-captchar {width:100px !important;float:none;}


#wpcf7-f142-o1 .cap {display:block;clear:both;margin-left:50px;font-weight:bold;}

#fullcf textarea {height:70px !important;}

#fullcf input[type=submit] {float:right;}

#fullcf .plast {float:right;margin-right:20px;}



.short span {padding-top:35px;}

.wholesalemnue ul li.active {background:url(assets/images/whmenu_bgon.png) no-repeat;}

.wholesalemenu ul li:hover {background:url(assets/images/whmenu_bgon.png) no-repeat;}

.wholesalemenu ul li a {display:block;text-align:center;font-family:iowanoldst_blk_btblack;font-weight:800;font-size:18px;width:130px;margin:auto;padding-top:28px;line-height:1;}
 
#pl-104, #pl-106, #pl-84, #pl-90, #pl-98 {padding-top:36px;}
 
.wholesalemenu ul li a:hover {text-decoration:none;}

#hdrnews {position:absolute;right:420px;top:5px;font-weight:bold;}

#flavourxx {position:absolute;right:540px;top:5px;font-weight:bold;}
 
section#post-92 {background:url(assets/images/guarantee_bg.png) top center no-repeat;min-height:500px;margin-bottom:-70px;} 

.page-id-23 section#post-92 {margin-bottom:0;}


section#post-92 h2{text-align:center;}

section#post-96 {background:url(assets/images/flavour.jpg) no-repeat;height:340px;}

section#post-100 {background:url(assets/images/2tn_bg.png) no-repeat;}

#post-100 img {margin-top:-24px;}

#post-102 .col-sm-6.tpb {position:relative;}

#post-102 .col-sm-6.tpb h2 {padding:54px 48px 0 58px;}

#post-106 {background:url(http://decadentvapours.com/wp-content/themes/jawitp/assets/images/) bottom center no-repeat;height:600px;margin-bottom:-70px;}

#post-106 h2 {padding-bottom:24px;}

#post-106 p {padding-right:130px;}

#post-102 .col-sm-6.tpb p {padding:0 48px 0 58px;}

#post-100 .sectioncontent {padding-bottom:0;}

#post-96 .sectioncontent {padding-top:80px;}

#post-98 {position:relative;}

#post-98 h2 {padding-top:36px;}

.mpc-listing h3 {font-size:18px; font-weight:bold;}

.home #content {margin-top:0;padding-top:50px;}

h1.page-title, h1.entry-title {color:#21461f;font-size:24px;}

.cat-title, h2.cat-title, .mh30 h1  {font-size:24px;margin-bottom:20px;}



.term-13 .cat-title {color:#21461f;}

.product h3 {font-family:iowanoldst_btbold;font-size:20px;color:#21461f;}

.term-14 .product h3 {color:#002645;}

.term-14 .cat-title, .term-14 h1.entry-title {color:#002645;}

.term-14 .price {color:#002645 !important;}

.term-14 .dec_descr p {color:#002645;}

.term-14 .cat-descr {color:#002645;}

.term-16 .product h3 {color:#154e6e;}

.term-16 .cat-title, .term-16 h1.entry-title {color:#154e6e;}

.term-16 .price {color:#154e6e !important;}

.term-16 .dec_descr p {color:#154e6e;}

.term-16 .cat-descr {color:#154e6e;}

.columns-5 a.button {display:none;}

.entry-content {padding-bottom:120px;}

.home .entry-content {padding-bottom:0;}

.entry-content p {font-size:14px;font-family:iowanoldst_btroman;}

.displaynone {display:none;}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {width:214px;margin:16px 16px 0 0;}

.woocommerce ul.products li.product.last, .woocommerce-page ul.products li.product.last {margin-right:0;}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {width:100%;}

.woocommerce-page.columns-5 ul.products li.product, .woocommerce.columns-5 ul.products li.product {width:214px;margin:16px 16px 0 0;}

.woocommerce-page.columns-5 ul.products li.product.last, .woocommerce.columns-5 ul.products li.product.last {margin-right:0;}

.quick-view-button.button {display:none !important;}

.button.add_to_cart_button,ul.products li.product a.button {display:none !important;}

.quick-view-detail-button {display:none !important;}

.quick-view-button span {display:none !important;}

section.mpc-content {width:100%;display:block;}

.deccat_holder {width:100%;height:36px;background:#1e8b40;margin-bottom:20px;
	
background-image: -webkit-gradient(
  linear, right, left, from(rgba(30,139,64,1)),
  to(rgba(30, 139, 64, 0.8))
);
background-image: -moz-linear-gradient(
  rgba(30,139,64,0.8) 0%, rgba(30,139,64,1) 95%
);
background: linear-gradient(to left, rgba(30,139,64, 1),  rgba(30,139,64,0.8));
}

.deccats {font-size:14px;font-family:DuvallNormal;float:left;text-decoration:none;padding-bottom:10px;display:block;float:left;margin:4px 0 4px 15px;text-align:center;color:#fff !important;}

.deccats:hover {text-decoration:none;}

.deccats:visited {color:#fff;}


.deccats.active_cat {background:url(assets/images/hand.png) 0 30% no-repeat;padding-left:30px;}

.deccatschild {font-size:14px;font-family:DuvallNormal;float:left;text-decoration:none;padding-bottom:10px;display:block;float:left;min-width:40px;margin:16px 8px 12px 8px;text-align:center;color:#21461f !important;}

.deccatschild:hover {text-decoration:none;}

.deccatschild:visited {color:#21461f;}

.deccatschild.active_cat {}


.quick-view-content h1 {font-size:32px;color:#21461f;font-family:DuvallNormal}

.quick-view-content p.price {font-size:24px !important;color:#21461f !important;font-family:iowanoldst_blk_btblack !important;}

a.revlinks {font-size:18px;color:#21461f;}

a.revlinks img {width:26px !important;border:none !important;box-shadow:none !important;display:inline !important;padding-top:12px;}


 .woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {background:none;color:#000;border:none;padding-right:30px;background:url(assets/images/handblack.jpg) center right no-repeat;box-shadow:none;text-transform:uppercase;float:right !important;clear:both;}



.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover {background:none;color:#000;border:none;padding-right:30px;background:url(assets/images/handblack.jpg) center right no-repeat;box-shadow:none;text-transform:uppercase;height:20px;float:right !important;clear:both;}


.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt, #wpcf7-f6028-o1 input[type=submit]  {background:none;color:#000;border:none;padding-right:30px;background:url(assets/images/handblack.jpg) center right no-repeat;box-shadow:none;text-transform:uppercase;height:20px;float:right !important;clear:both;}

.bts {float:right;clear:right;}

.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #content input.button.alt:hover{background:none;color:#000;border:none;padding-right:30px;background:url(assets/images/handblack.jpg) center right no-repeat;box-shadow:none;text-transform:uppercase;height:20px;float:right !important;clear:both;}

ul.products {margin-left:15px !important;margin-right:-15px !important;}

.home ul.products {margin:0 0 1em;}

.dec_descr {color:#21461f;font-size:14px;}

.btf { -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);}

div.pp_pic_holder {
left: 50% !important;
display: block !important;
width: 641px !important;
margin-left: -320px !important;
height:550px !important;
box-shadow:none;
}	

/*
.pp_content {height:550px !important;}

.pp_content_container {box-shadow:none !important;-webkit-box-shadow:none !importamt;padding:0 !important;}
	
.pp-cat-id-13 {-moz-border-radius:24px !important; -webkit-border-radius:24px !important;border-radius:24px !important;border:5px solid #118d3e;background:url(assets/images/dvpopup_bg.png) bottom center no-repeat #fff !important;}

.pp-cat-id-15,.pp-cat-id-24 {-moz-border-radius:18px !important; -webkit-border-radius:18px !important;border-radius:18px !important;border:5px solid #231f20;background:url(assets/images/blackbase.png) bottom center no-repeat #fff !important;}

.pp-cat-id-14 {-moz-border-radius:22px !important; -webkit-border-radius:22px !important;border-radius:22px !important;border:5px solid #002645;background:url(assets/images/redbase.png) bottom center no-repeat #fff !important;}
	
.pp_content_container {background:transparent !important;}

.qv_inner {padding:38px;min-height:480px;}

.qv_inner .variations_button {float:right;width:60px;}

.qv_inner div.select {float:right;}

*/

.woocommerce-page div.product form.cart {margin-bottom:0 !important;}

.select select {
   background: transparent;
   width: 185px !important;
   padding: 2px;
   font-size: 12px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 24px;
   -webkit-appearance: none;
   }
   
  div.select {
  
	  width: 195px;
   height: 24px;
   overflow: hidden;
   
   margin-bottom:4px;
  }
  
  .pp-cat-id-13 div.select {border:1px solid #118d3e;background: url(assets/images/green_arrow.png) no-repeat right #fff;}
   
   .pp-cat-id-13 .minus, .pp-cat-id-13 .plus {background:#118d3e !important;color:#fff !important;text-shadow:none !important;}
   
	.pp-cat-id-15 div.select {border:1px solid #231f20;background: url(assets/images/black_arrow.png) no-repeat right #fff;}
   
   .pp-cat-id-15 .minus, .pp-cat-id-15 .plus {background:#231f20 !important;color:#fff !important;text-shadow:none !important;}

	.pp-cat-id-24 div.select {border:1px solid #231f20;background: url(assets/images/black_arrow.png) no-repeat right #fff;}
   
   .pp-cat-id-24 .minus, .pp-cat-id-24 .plus {background:#231f20 !important;color:#fff !important;text-shadow:none !important;}

   .pp-cat-id-14 div.select {border:1px solid #002645;background: url(assets/images/blue_arrow.png) no-repeat right #fff;}
   
   .pp-cat-id-14 .minus, .pp-cat-id-14 .plus {background:#002645 !important;color:#fff !important;text-shadow:none !important;}
   
   .pp-cat-id-13 .amount,.pp-cat-id-13 h1,.pp-cat-id-13 .dec_descr,.pp-cat-id-13 .price{color:#118d3e !important;}
   
   .pp-cat-id-15 .amount,.pp-cat-id-15 h1,.pp-cat-id-15 .dec_descr,.pp-cat-id-15 .price {color:#231f20 !important;}
   
   .pp-cat-id-24 .amount,.pp-cat-id-24 h1,.pp-cat-id-24 .dec_descr,.pp-cat-id-24 .price {color:#231f20 !important;}
   
   .pp-cat-id-14 .amount,.pp-cat-id-14 h1,.pp-cat-id-14 .dec_descr,.pp-cat-id-14 .price{color:#002645 !important;}
   
   .pp-cat-id-16 div.select {border:1px solid #154e6e;background: url(assets/images/blue_arrow.png) no-repeat right #fff;}
   
   .pp-cat-id-16 .minus, .pp-cat-id-16 .plus {background:#154e6e !important;color:#fff !important;text-shadow:none !important;}
  
   .pp-cat-id-16 .amount,.pp-cat-id-16 h1,.pp-cat-id-16 .dec_descr,.pp-cat-id-16 .price{color:#154e6e !important;}
   
   .variations .label {color:#111;font-size:14px;}
   
/* COLORBOX CSS */

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(assets/customcss/images/overlay.png) repeat 0 0;}
#cboxWrapper {position:relative;}
#colorbox{outline:0;background:#fff;-moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px;}

 #colorbox.guabox, #colorbox.vapbox, #colorbox.biobox {border:2px solid #00aa51;}

 #colorbox.mixbox {border:2px solid #000;top:150px !important;}
 
 	.biobox #cboxTopLeft{position:absolute;top:-2px;left:-2px;width:160px; height:160px; background:none;
	-webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
	}
    .biobox #cboxTopRight{position:absolute;top:-2px;right:-2px;width:160px; height:160px; background:none;
	-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
	}
   .biobox  #cboxBottomLeft{position:absolute;bottom:-2px;left:-2px;width:160px; height:160px; background:none;
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);}
    #cboxBottomRight{position:absolute;bottom:-2px;right:-2px;width:160px; height:160px; background:url(assets/images/fancycorner.png) no-repeat;z-index:999;
	}
 
 	 .biobox  #cboxBottomRight{position:absolute;bottom:-2px;left:-2px;width:160px; height:160px; background:none;
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);}
    #cboxBottomRight{position:absolute;bottom:-2px;right:-2px;width:160px; height:160px; background:url(assets/images/fancycorner.png) no-repeat;z-index:999;
	}
 

    #cboxTopLeft{position:absolute;top:-2px;left:-2px;width:160px; height:160px; background:url(assets/images/fancycorner.png) no-repeat;z-index:999;
	-webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
	}
    #cboxTopRight{position:absolute;top:-2px;right:-2px;width:160px; height:160px; background:url(assets/images/fancycorner.png) no-repeat;z-index:999;
	-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
	}
    #cboxBottomLeft{position:absolute;bottom:-2px;left:-2px;width:160px; height:160px; background:url(assets/images/fancycorner.png) no-repeat;z-index:999;
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);}
    #cboxBottomRight{position:absolute;bottom:-2px;right:-2px;width:160px; height:160px; background:url(assets/images/fancycorner.png) no-repeat;z-index:999;
	}
	
	
    .mixbox #cboxTopLeft{position:absolute;top:-2px;left:-2px;width:195px; height:195px; background:url(assets/images/fancycornerblack.png) no-repeat;z-index:999;
	-webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
	}
    .mixbox #cboxTopRight{position:absolute;top:-2px;right:-2px;width:195px; height:195px; background:url(assets/images/fancycornerblack.png) no-repeat;z-index:999;
	-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
	}
    .mixbox #cboxBottomLeft{position:absolute;bottom:-2px;left:-2px;width:195px; height:195px; background:url(assets/images/fancycornerblack.png) no-repeat;z-index:999;
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);}
    .mixbox #cboxBottomRight{position:absolute;bottom:-2px;right:-2px;width:195px; height:195px; background:url(assets/images/fancycornerblack.png) no-repeat;z-index:999;
	}
	
	    .biobox #cboxTopLeft, .guabox #cboxTopLeft{position:absolute;top:-2px;left:-2px;width:97px; height:40px; background:url(assets/images/smallcorner.png) no-repeat;z-index:999;
	 -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
	
	}
	
	 .gbox #cboxTopLeft{position:absolute;top:-2px;left:-2px;width:97px; height:40px; background:none;z-index:999;
	 -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
	
	}
	
    .guabox #cboxTopRight{position:absolute;top:-2px;right:-2px;width:97px; height:37px; background:url(assets/images/smallcorner.png) no-repeat;z-index:999;
	 -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
	}
    .guabox #cboxBottomLeft{position:absolute;bottom:-2px;left:-2px;width:97px; height:37px; background:url(assets/images/smallcorner.png) no-repeat;z-index:999;
	 -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
	}
    .guabox #cboxBottomRight{position:absolute;bottom:-2px;right:-2px;width:97px; height:37px; background:url(assets/images/smallcorner.png) no-repeat;z-index:999;
	}
	
	 .gbox #cboxTopRight{position:absolute;top:-2px;right:-2px;width:97px; height:37px; background:none;z-index:999;
	 -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
	}
    .gbox #cboxBottomLeft{position:absolute;bottom:-2px;left:-2px;width:97px; height:37px; background:none;z-index:999;
	 -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
	}
    .gbox #cboxBottomRight{position:absolute;bottom:-2px;right:-2px;width:97px; height:37px; background:none;z-index:999;
	}
	
		#post-88 {position:relative;}
	
	  #post-88 #cboxTopLeft{position:absolute;top:-2px;left:-2px;width:193px; height:196px; background:url(assets/images/lgcorner.png) no-repeat;z-index:999;
	-webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
	
	}
	
	    #post-84 #cboxTopLeft{position:absolute;top:-2px;left:-2px;width:169px; height:181px; background:url(assets/images/dgcorner.png) no-repeat;z-index:999;
	-webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
	
	}
    #post-84 #cboxTopRight{position:absolute;top:-2px;right:-2px;width:169px; height:181px; background:url(assets/images/dgcorner.png) no-repeat;z-index:999;
	 -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
	}
	#post-98 #cboxTopRight{position:absolute;top:-2px;right:0;width:169px; height:181px; background:url(assets/images/dgcorner.png) no-repeat;z-index:999;
	 -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);

		-webkit-transform: scaleY(-1);
    transform: scaleY(-1);
	}
	
    #post-84 #cboxBottomLeft{position:absolute;bottom:-6px;left:-2px;width:169px; height:181px;  background:url(assets/images/dgcorner.png) no-repeat;z-index:999;
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
	}
    #post-84 #cboxBottomRight{position:absolute;right:-2px;width:169px; height:181px;  background:url(assets/images/dgcorner.png) no-repeat;z-index:999;
	}
	
		    .tpb #cboxTopLeft{position:absolute;top:-2px;left:-2px;width:153px; height:159px; background:url(assets/images/blcorner.png) no-repeat;z-index:999;
	 -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
	
	}
    .tpb #cboxTopRight{position:absolute;top:-2px;right:-2px;width:153px; height:159px; background:url(assets/images/blcorner.png) no-repeat;z-index:999;
	 -moz-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
	}
	
	
	
    #cboxMiddleLeft{width:21px; background:url(http://decadentvapours.com/wp-content/themes/jawitp/images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(http://decadentvapours.com/wp-content/themes/jawitp/images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(http://decadentvapours.com/wp-content/themes/jawitp/images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(http://decadentvapours.com/wp-content/themes/jawitp/images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:none; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(http://decadentvapours.com/wp-content/themes/jawitp/images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(http://decadentvapours.com/wp-content/themes/jawitp/images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(http://decadentvapours.com/wp-content/themes/jawitp/images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(http://decadentvapours.com/wp-content/themes/jawitp/images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(http://decadentvapours.com/wp-content/themes/jawitp/images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

#menu-item-60 .sub-menu {z-index:999999999999999 !important;}

.fsabg {background:url(assets/images/fullsteam.png) no-repeat;min-height:340px;}

.fsabg h2 {font-size:18px;}

.fsinner {padding-top:50px;padding-left:180px;}

.fsinner ul {list-style-type:none;margin:-3px 0 0 5px;padding:0;width:520px;}

.fsinner li {line-height:16px;margin-bottom:10px;}

#cboxOverlay.legalbox {z-index:99999999;}

#colorbox.legalbox {z-index:9999999999;}

.legalbox #cboxWrapper  {background:url(assets/images/legalpopup_bg.png) no-repeat !important;z-index:9999999999999;position:absolute;}

.legalbox #cboxTopLeft,
.legalbox #cboxTopCenter,
.legalbox #cboxTopRight,
.legalbox #cboxBottomLeft,
.legalbox #cboxBottomCenter,
.legalbox #cboxBottomRight,
.legalbox #cboxMiddleRight {background:none !important;}

#legal button {background:none !important;border:none !important;box-shadow:none !important;font-size:14px;font-weight:bold;}

#legal p {text-align:center;width:240px;font-size:18px;margin:40px auto 0;display:block;}

#legal button#yes {position:absolute;top:174px;left:60px;z-index:9999999;cursor: pointer;}

#legal button#no {position:absolute;top:174px;left:220px;z-index:9999999;cursor: pointer;}

#legal input[type='submit'] {position:absolute;z-index:9999999;top:170px;left:55px;}

#legal #nook {left:215px;}

#reviewscontainer {position:relative;}

.vidrevlist {list-style:none;margin:0;}

.vidrevlist div {width:280px;float:left;margin:4px;position:relative;}

.vidrevlist .thumb {border:1px solid #107234;}

.vidrevlist .play {position:absolute;left:50%;top:50%;margin-top:-21px;margin-left:-46px;}

.vidrevlist h3 {text-align:center;margin:4px auto 12px;text-align:center;font-family:'DuvallNormal';font-size:16px; padding:4px 0 12px 0}

.rleft {width:560px;height:600px;top:60px;left:80px;position:absolute;}

.rright {width:580px;height:600px;top:80px;right:60px;position:absolute;}

.rleft strong, .rright strong {font-family:'DuvallNormal';font-size:18px;}

#wpcf7-f6028-o1 {padding:24px;}

#wpcf7-f6028-o1 textarea {height:50px;}

.wc_points_rewards_earn_points {display:none;}

.logged-in .wc_points_rewards_earn_points {display:block;}

.biobox h2 {display:inline-block;padding-top:55px;}

.biobox strong,strong {font-family: 'iowanoldst_btbold'; }

.biothumb {float:right;clear:right;margin-left:8px;margin-bottom:8px;}

.centercurly {width:126px;height:30px;margin:auto;background:url(assets/images/centercurly.png) no-repeat;}

.closebutton {float:right;display:block;width:116px;height:55px;background:url(assets/images/closebutton.png) no-repeat;z-index:999;position:relative;margin-bottom:8px;}

.fsahead {margin-left:0;}

.fsahead li {padding-left:20px;background:url(assets/images/bullet.png) top left no-repeat;}

.reviewbox {width:100%;background:#f7f7f7;clear:left;}

.rcol1 {float:left;width:130px;margin-left:20px;font-family:Arial, Helvetica, 'sans serif';font-size:12px;}

.rcol1 span {display:block;}

.profthumb {display:block;}

.rcol2 {float:left;width:330px;margin-left:20px;font-family:Arial, Helvetica, 'sans serif';font-size:12px;}

.rcol2 h2 {font-family: Arial, Helvetica, 'sans serif';font-weight:bold;font-size:14px;padding:4px 0;}

.rcol2 p {font-family: Arial, Helvetica, 'sans serif';font-size:12px;}

.woocommerce-message {display:none;}

.related li.product {width:23% !important;}

.woocommerce #content div.product div.images img, .woocommerce div.product div.images img, .woocommerce-page #content div.product div.images img, .woocommerce-page div.product div.images img,.woocommerce .related ul li.product img, .woocommerce .related ul.products li.product img, .woocommerce .upsells.products ul li.product img, .woocommerce .upsells.products ul.products li.product img, .woocommerce-page .related ul li.product img, .woocommerce-page .related ul.products li.product img, .woocommerce-page .upsells.products ul li.product img, .woocommerce-page .upsells.products ul.products li.product img {width:auto;max-width:233px;margin-top:90px !important;margin-left:90px;}

.images {position:relative;}

.summary {position:relative;z-index:999;}

.images img {float:left;}

.myaddimg {position:absolute;border:none;-webkit-box-shadow:none !important;box-shadow:none !important;top:0;right:-70px;z-index:1;max-height:300px;}

.woocommerce .woocommerce-breadcrumb, .woocommerce-page .woocommerce-breadcrumb {z-index:999 !important;}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info, .woocommerce-page .woocommerce-message{border:none;background:none;box-shadow:none;}

.woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before {
background-color: #fff;
content: "";
font-family: inherit;
font-style: italic;
border:none;
box-shadow:none;
}

.decthumb {display:block;margin:auto;margin-top:-90px;}

#shipping_method label {display:block;float:right;width:780px;}

.woocommerce-shipping-calculator {clear:both;}

.woocommerce ul#shipping_method li {clear:both;width:820px;}
.shipping-calculator-button {float:right;font-weight:strong;padding-right: 30px;
    background: url(assets/images/handblack.jpg) center right no-repeat;display:inline-block;}

.cross-sells {display:none;}
.woocommerce .cart-collaterals .cart_totals {float:left; width:100% !important;}
.displaymobile {display:none;}

.woocommerce-page #content table.cart td.actions .input-text {width:130px !important;}

.wc-proceed-to-checkout {    width: 40%;
    float: right;
	margin-top: -48px;}

#ie8 .mob_menu_left_panel, #ie8 .mob_menu_right_panel, #ie7 .mob_menu_left_panel, #ie7 .mob_menu_right_panel  {display:none;}

#wpcf7-f142-p25-o1 span.wpcf7-form-control-wrap, #wpcf7-f142-o1 span.wpcf7-form-control-wrap {position:relative;}

#wpcf7-f142-p25-o1 span.wpcf7-not-valid-tip, #wpcf7-f142-o1 span.wpcf7-not-valid-tip {font-size:10px;position:absolute;top:4px;right:4px;}

#wpcf7-f142-p25-o1 span.captcha-593 span.wpcf7-not-valid-tip, #wpcf7-f142-p25-o1 span.captcha-593 span.wpcf7-not-valid-tip {position:relative !important;}

#wpcf7-f142-p25-o1 .wpcf7-validation-errors {display:none !important;}

.votee {margin-bottom:22px;text-align:left;}

.votee h2 {font-size:14px;display:inline;}

.voting img {display:block;}

.voting h2 {font-size:18px;}

.voting p {display:block;}

.votec {text-align:center;margin-top:50px;}

.votec img {display:block;margin:auto;}

.woocommerce-message {display:block;color:#118d3e !important;}

.woocommerce-message:before {background-color:#fff !important;content:'' !important;}

#flavcomp {height:520px;margin-top:24px;}

#flavcomp h1 {font-size:29px;color:#000;margin:24px 0;}

#flavcomp h2 {font-size:26px;color:#008b3f;margin:0 0 12px 0;}

#flavcomp h3 {font-size:16px;color:#008b3f;margin:0;font-family:DuvallNormal;}

#flavcomp p {width:48%;}

.onsale {display:none;}

.pmc_giftopts {border:2px dotted #1e8b40;}
	
.pmc_giftopts h3 {color:#1e8b40;font-family:'DuvallNormal'}

.pmc_giftopts h3, .pmc_giftopts p {padding:12px !important;}

.pmc_giftopts p {margin:0 12px;}

#ship-to-different-address {padding-bottom:24px;}

.checkbox {display:inline !important;margin-bottom:24px;}

.page-id-30236 .product {margin:1% 7% !important;}

#revpageholder {clear:both;width:100%;text-align:center;}

#revpage {list-style:none;float:none;}

#revpage a {font-size:16px;color:#008b3f;margin:0;font-family:DuvallNormal;}

#revpage li  {float:left;padding:3px;margin:0 5px;}

#bfooter ul {list-style-type:none;margin:0;padding-bottom:24px;}

#bfooter h2 {font-size:16px;margin:18px 0 8px 0;}

#bfooter a, #bfooter h2 {color: #fff;}

#bfooter a:hover {text-decoration:none;}
/*
#strength option[value="0"] {display:none;}
*/
.woocommerce-breadcrumb {display:none;}

.term-djinni.woocommerce ul.products li.product a img, .term-djinni.woocommerce-page ul.products li.product a img {
width: auto !important;
height: 150px;
display: block;
margin: 0 0 8px;
box-shadow: none;
-webkit-box-shadow: none;
-webkit-transition: all ease-in-out .2s;
-moz-transition: all ease-in-out .2s;
-o-transition: all ease-in-out .2s;
transition: all ease-in-out .2s;
}

#conshop {margin-left:20px;margin-bottom:20px;width:148px;height:61px;background:url(assets/images/menuitem_bg.png) no-repeat;text-align:center;background-size:contain;float:right;}

#conshop a {font-family:DuvallNormal;text-align:center;line-height:50px;color:#fff;width:148px;font-size:13px;}

#testbut {display:block;}

.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box {background:#fff !important;}

#subscribe_to_newsletter_field {margin:8px 0;padding:8px;border:1px solid #1e8b40;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}

#subscribe_to_newsletter {margin:4px;}

.deccatholder {min-height:80px;}

.order-again {display:none;}

.panel h2 {margin-bottom:12px;}

#colorbox.guabox {z-index: 9999999;}


.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {width:auto; max-height:160px;}

.products mark {display:none !important;}

.page-id-48347 .embed-youtube {display:none;}

.ls-bottom-slidebuttons {top:3px !important;background:#e5e5e5;-moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px;}

#bottle {background:url(assets/images/bottles.png) no-repeat;background-size:100%; background-position:center;width:100%;height:100%;position:absolute;top:0;left:0;z-index:999999999;
		-webkit-animation: mysize 5s infinite;
		animation: mysize 5s infinite alternate;
	display:none;
		
}
#actbottles {background:url(assets/images/actbottles.png) no-repeat;background-size:100%; background-position:center;width:100%;height:100%;position:absolute;top:0;left:0;z-index:99999999999;
		-webkit-animation: mysize2 4.9s infinite;
		animation: mysize2 4.9s infinite alternate;
	display:none;
		
}


@keyframes mysize {
		from {background-size:20%;}
		to {background-size:100%;}
	from {transform:rotate(0deg); }
	to {transform: rotate(359deg); }
		}
	
@keyframes mysize2 {
		from {background-size:20%;}
		to {background-size:100%;}
	
		}
#bottlerev {background:url(assets/images/bottles.png) no-repeat;background-size:100%; background-position:center;width:100%;height:100%;position:absolute;top:0;left:0;z-index:999999999;
		-webkit-animation: mysize 6s infinite;
		animation: mysizerev 6s infinte;
	animation-direction: alternate;

}
#actbottlesrev {background:url(assets/images/actbottles.png) no-repeat;background-size:100%; background-position:center;width:100%;height:100%;position:absolute;top:0;left:0;z-index:99999999999;
		-webkit-animation: mysize2 6s infinite;
		animation: mysizerev2 6s infinite;
	animation-direction: alternate;
}


@keyframes mysizerev {
		from {background-size:100%;}
		to {background-size:20%;}
	from {transform:rotate(359deg); }
	to {transform: rotate(0deg); }
		}
	
@keyframes mysizerev2 {
		from {background-size:100%;}
		to {background-size:20%;}
	
		}

#woocommerceajaxtagswidget-2 {position:fixed;top:490px;left:20px;background:#21461f;color:#fff;}

.post-36921 h3::first-letter {display:block; color:#fff !important;margin-left:-16px;}

.postid-36921 h1::first-letter {display:block; color:#fff !important;margin-left:-24px;}

.post-36933 h3::first-letter {display:block; color:#fff !important;margin-left:-16px;}
.post-36930 h3::first-letter {display:block; color:#fff !important;margin-left:-16px;}
.post-36927 h3::first-letter {display:block; color:#fff !important;margin-left:-16px;}
.post-36924 h3::first-letter {display:block; color:#fff !important;margin-left:-16px;}
.post-36918 h3::first-letter {display:block; color:#fff !important;margin-left:-16px;}
.post-36915 h3::first-letter {display:block; color:#fff !important;margin-left:-16px;}
.post-28938 h3::first-letter {display:block; color:#fff !important;margin-left:-16px;}

.postid-36933 h1::first-letter {display:block; color:#fff !important;margin-left:-30px;}
.postid-36930 h1::first-letter {display:block; color:#fff !important;margin-left:-30px;}
.postid-36927 h1::first-letter {display:block; color:#fff !important;margin-left:-30px;}
.postid-36924 h1::first-letter {display:block; color:#fff !important;margin-left:-30px;}
.postid-36918 h1::first-letter {display:block; color:#fff !important;margin-left:-30px;}
.postid-36915 h1::first-letter {display:block; color:#fff !important;margin-left:-30px;}
.postid-28938 h1::first-letter {display:block; color:#fff !important;margin-left:-30px;}

.disabled {display:none;}

#my-new-field {clear:both;}

.woocommerce-checkout .entry-content h3 {font-weight:bold;color:#21461f;margin:8px 0;}

.postid-49370 div.product div.images .myaddimg,
.postid-49368 div.product div.images .myaddimg,
.postid-49366 div.product div.images .myaddimg,
.postid-49364 div.product div.images .myaddimg,
.postid-49362 div.product div.images .myaddimg,
.postid-49328 div.product div.images .myaddimg { display:none; !important}

.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button,.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover {height:20px !important;line-height:8px;}


.postid-29532.woocommerce div.product div.images img {width:auto !important; }


.pmcsubheader,.pmcsubfooter {display:none;}

.wholesalemenu ul {width:89%;float:right;}

.cbclose {position:absolute;top:12px;right:18px;}

.cbclose:hover {text-decoration:none;}

.page-id-23 h1 {margin-bottom:12px !important;display:block;}

.page-id-23 h2 {margin-bottom:24px !important;}

.page-id-23 strong {color:#21461f;}

.page-id-23 input[type=submit] {text-indent:-9999px;}

#raspl {display:none;}

#prodsearchholder {width:234px;height:81px;right:130px;top:0;position:absolute;}

#productsearch {position:absolute;background:url(assets/images/prodsearchbg.png) no-repeat;width:0;top:-80px;margin-left:120px;}
 
#productsearch input[type=text] {width:140px;display:block;background:transparent;border:none;box-shadow:none;margin:3px 0 3px 40px;padding:8px 3px;font-size:1.4em;color:#ffffff;font-family:DuvallNormal;}

#productsearch input[type=submit] {text-shadow: -1px -1px 0 #21461f, 1px -1px 0 #21461f, -1px 1px 0 #21461f, 1px 1px 0 #21461f;

background:none;color:#fff;border:none;padding-right:0;background:url(http://decadentvapours.com/wp-content/themes/jawitp/assets/images/handwhite.png) center right no-repeat;box-shadow:none;text-transform:uppercase;height:20px;font-family:DuvallNormal;position:absolute;right:5px;top:2px;width:50px;height:50px;}
.wholesalemenu li:last-child {display:none;}



.newprodbg {background:url(assets/images/newprodbg.png) top left no-repeat;width:819px;height:333px;margin-bottom:24px;}

.newprodbg img {margin:80px 0 0 90px;}

.newprodbg .myaddimg {display:none !important;}

.newprodbg .p1 {display:none;}

.single-product #shopmenu {display:none !important;} 

.woocommerce div.product form.cart .variations select {width:auto;float:none;-moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px;padding:2px 10px 2px 2px;margin-bottom:8px;border:1px solid #888;overflow:hidden;}

.woocommerce div.product .product_title { margin-left:-100px;}

.wc-points-rewards-product-message {font-size:0.7em !important;}

.reset_variations {display:block;margin-left:70px;color:#118D3E;padding-bottom:10px;}

.newprodbg .amount {display:inline-block;}

.single_variation_wrap {margin-top:-20px;}

.single_variation .price .amount {display:block;}

.product_meta, .points {display:none;}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {

		float:left;margin-left:35px;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	
		float:none;margin-left:90px;
	
}

.woocommerce.single-product button.single_add_to_cart_button, .woocommerce.single-product button.single_add_to_cart_button:hover {float:none !important;height:26px; line-height:8px;}

.woocommerce .quantity .qty {-moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px;padding:1px 2px 1px 2px;margin-bottom:8px;border:1px solid #888;overflow:hidden;}

.woocommerce div.product p.price, .woocommerce div.product span.price {margin-top:12px;}

.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button,.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover {height:20px !important;line-height:8px;}

.summary div[itemprop="description"] {display:none;}

.deccat_holder {background:none;}

.newmenuholder, .deccat_holder .col-sm-12 { text-align:center;width:1148px;height:50px;margin:auto;background:url(assets/images/newmenubg.png);background-size:contain;}

.newmenuholder {display:none;}

.newmenu {padding-left:50px;}

.newmenu a {display:inline-block; margin-right:40px;}

.term-13 .deccat_holder,
.term-17 .deccat_holder,
.term-112 .deccat_holder,
.term-113 .deccat_holder,
.term-17 .deccat_holder,
.term-19 .deccat_holder,
.term-20 .deccat_holder,
.term-22 .deccat_holder,
.term-23 .deccat_holder,
.term-80 .deccat_holder,
.term-18 .deccat_holder,
.term-106 .deccat_holder, .term-339 .deccat_holder {display:block;}


#shopmenu {display:none;}

.term-13 #shopmenu, .term-118 #shopmenu, .term-80 #shopmenu, .term-162 #shopmenu, .term-17 #shopmenu, .term-19 #shopmenu, .term-20 #shopmenu, .term-22 #shopmenu, .term-23 #shopmenu,.term-106 #shopmenu, .term-339 #shopmenu {display:block;}

.term-118 .deccat_holder, .term-80 .deccat_holder, .term-162 .deccat_holder {display:block;}



.deccat_holder a.deccats {font-size:15px;font-family:DuvallNormal;float:left;text-decoration:none;padding-bottom:10px;display:block;float:left;padding-right:20px;margin-left:30px;text-align:center;color:#21461f !important;line-height:40px;}

.product-category mark {display:none;}



#dvbutton {background:url(assets/images/decadence.png) top left no-repeat;width:200px;height:240px;display:block;margin:auto;}

#dvbutton:hover {background:url(assets/images/decadenceroll.png) top left no-repeat;width:200px;height:240px;display:block;} 

#toabutton {background:url(assets/images/artblends.png) top left no-repeat;width:200px;height:240px;display:block;margin:auto;}

#toabutton:hover {background:url(assets/images/artblendsroll.png) top left no-repeat;width:200px;height:240px;display:block;} 

#conbutton {background:url(assets/images/djinni.png) top left no-repeat;width:200px;height:240px;display:block;margin:auto;}

#conbutton:hover {background:url(assets/images/djinniroll.png) top left no-repeat;width:200px;height:240px;display:block;} 

#finbutton {background:url(assets/images/dvvg.png) top left no-repeat;width:200px;height:240px;display:block;margin:auto;}

#finbutton:hover {background:url(assets/images/dvvgroll.png) top left no-repeat;width:200px;height:240px;display:block;} 




.variations select::-ms-expand { /* for IE 11 */
    display: none;
}


.variations select {
  
    border: 1px solid #111;
   background: transparent;
   width: 150px;
   padding: 0 35px 0 0px;
   font-size: 12px;
   border: 1px solid #ccc;
   height: 24px;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
    background: url(assets/images/select_button.png) 100% / 15% no-repeat #eee;
} 
/*target Internet Explorer 9 and Internet Explorer 10:*/
@media screen and (min-width:0\0) { 
    .variations select {
        background:none;
        padding: 5px;
    }
}

.minus, .plus
{
    display:none !important;
} 

.subsubcat a.deccatschild {font-size:14px;font-family:DuvallNormal;float:left;text-decoration:none;padding-bottom:10px;display:block;float:left;padding-right:10px;margin-left:20px;text-align:center;color:#21461f !important;line-height:10px;}

.subsubcat {
    background: transparent url("assets/images/newmenubg.png") no-repeat top left;
	background-size:contain;
    height: 40px;
	width:95%;
	margin-left:2%;
	display:block;
	
}

.term-24 .subsubcat,
.term-45 .subsubcat,
.term-46 .subsubcat,
.term-47 .subsubcat,
.term-48 .subsubcat,
.term-49 .subsubcat,
.term-50 .subsubcat,
.term-51 .subsubcat,
.term-105 .subsubcat,
.term-165 .subsubcat
{display:block;}

.term-24 #testbut,
.term-45 #testbut,
.term-46 #testbut,
.term-47 #testbut,
.term-48 #testbut,
.term-49 #testbut,
.term-50 #testbut,
.term-51 #testbut,
.term-105 #testbut,
.term-165 #testbut
{top:-47px;}

.deccat_holder .subsubcat {margin-top:-10px;padding-left:20px;}

.mh30 {min-height:30px;}

.ppcart {background:none;color:#000;border:none;padding-right:30px;background:url(assets/images/handblack.jpg) center right no-repeat;box-shadow:none;text-transform:uppercase;float:left !important;clear:both;margin-left:70px;}

.ppcart:hover {text-decoration:none;}

.product_cat-djinni div.images img {padding-right:80px;}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {padding:1em 2em 0 1em !important;}

.woocommerce div.product div.images div.thumbnails {display:none;}

.newprodbg {width:80%;height:auto;min-height:380px;background-size:contain;position:relative;}

.freefrom {position:absolute;right:-250px;bottom:60px;width:200px}

.freefrom img {width:160px;margin:0;text-align:center;margin-left:20px;}

.youtube-player {    max-width: 400px;
    height: 300px;}

.columns-20 {height:420px;}

.home .entry-content h1 {padding-top:8px;}

#wc_social_checkout {padding:30px;}

#wc_social_checkout h2 {padding:12px 0;width:60%;}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {margin:auto !important;}

.related ul.products {min-height:280px;height:280px;}

 .woocommerce .related ul li.product img, .woocommerce .related ul li.product img, .woocommerce .related ul.products li.product img {margin-top:14px !important;}

.related .sharedaddy {display:none;}

.jcarousel-next, .jcarousel-prev {display:none;}

#post-17 h1 {margin-bottom:18px !important;font-size:24px;}


.home .woocommerce ul.products li.product, .home .woocommerce-page ul.products li.product {width:180px !important;}

.ls-bottom-nav-wrapper {margin-top:20px;}

.woocommerce ul.products li.product strong {display:inline-block;}

.fblikehdr {display:inline-block;float:left;width:50%;}

.fb-like {margin:24px;float:left;}

.page-template-tmpl_sav .dec_descr {display:none;} 

.page-template-tmpl_sav ul.products {min-height:230px;}

#breadcrumbs {margin:38px 0 24px 80px;} 

.home #breadcrumbs {display:none;}

.page-id-77994 #breadcrumbs {display:none;}

.home .woocommerce ul.products li.product, .home .woocommerce-page ul.products li.product {
    width: 180px !important;
    margin-right: 8px;
    clear: none;
}


.page-id-77994 .woocommerce ul.products li.product, .page-id-77994 .woocommerce-page ul.products li.product {
    width: 180px !important;
    margin-right: 8px;
    clear: none;
}

.page-id-77994 .sharedaddy {display:none;}

.page #content, .page #content, .single-product #content,.single-post #content,.date #content, .category #content {padding-top:141px;}

.page-id-21 #content, .page-id-25 #content {padding-top:91px !important;} 

.term-442 .deccat_holder, .term-442 .mh30 {display:none;}

.term-442 .cat-title {margin-top:24px;}

.home #content {padding-top:50px;}

.term-80 .deccatschild, .term-80 .mh30 h1, .term-80 .mh30, .term-80 .product h3, .term-80 .dec_descr p,.term-80 .dec_descr p strong, .term-80 .product {font-family: Comfortaa !important; color:#000;}

#breadcrumbs {display:none;}

@media screen and (max-width: 768px) {

.woocommerce ul.products li.product a {color:#fff !important;}

}

.woocommerce .star-rating span {color:#21461f !important;}

.meter {background:#c5c5c5;border:1px solid #21461f;margin:12px 0;width:240px;height:36px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;position:relative;}

.mvalue {display:block;width:1px;height:34px;background:#21461f;}

.mlegend {margin:4px 0;width:240px;height:24px;position:relative;clear:both;}

.mlegend .pg {position:absolute;top:0;left:0;font-size:14px;display:block;}

.mlegend .vg {position:absolute;top:0;right:0;font-size:14px;display:block;}

.pgv {position:absolute;top:0;left:3px;font-size:14px;color:#fff;display:block;line-height:36px;}

.vgv {position:absolute;top:0;right:3px;font-size:14px;color:#21461f;display:block;line-height:36px;}

.meterholder {width:260px;float:right;display:none;border:1px solid #c5c5c5;padding:8px 8px 0 8px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}

.product_cat-decadence .meterholder,
.product_cat-djinni .meterholder,
.product_cat-luxury-e-liquids .meterholder,
.product_cat-vg-e-liquid .meterholder
{display:block;}



.product_cat-decadence .mvalue,
.product_cat-djinni .mvalue
 {width:120px;}

.product_cat-luxury-e-liquids .mvalue 
{width:96px;}

.product_cat-vg-e-liquid .mvalue 
{width:60px;}
 

*/

#menu-item-63396 a {line-height:1;font-size:16px;}

.main-navigation ul li#menu-item-63396 a {line-height:1.2;padding-top:2px;font-size:13px;}