/*
Theme Name: Thimblepress - 2.0
Theme URI: https://www.thimblepress.com
Author: K Ley
Author URI: https://thimblepress.com/
Description: Custom Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Custom
Text Domain: thimblepress

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.
*/

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 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
body {
	background: #fff;
    display: block!important;
	margin-top:0;
}
article,aside,details,figcaption,figure,footer,header,main,nav,section {
	display: block;
}
ol,ul {
	list-style: none;
}
table {
	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 {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}
a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}
a{
	text-decoration:none;
	color:#666666;	
}
a:hover {
	outline: 0;
	color:#98d3bf;
}
a img {
	border: 0;
}

/**
 * 2.0 - Genericons
 */

.social-navigation a:before,.secondary-toggle:before,.dropdown-toggle:after,.bypostauthor > article .fn:after,.comment-reply-title small a:before,.comment-navigation .nav-next a:after,.comment-navigation .nav-previous a:before,
.posted-on:before,.byline:before,.cat-links:before,.tags-links:before,.comments-link:before,.entry-format:before,.edit-link:before,.full-size-link:before,.pagination .prev:before,.pagination .next:before,.image-navigation a:before,.image-navigation a:after,.format-link .entry-title a:after,.entry-content .more-link:after,.entry-summary .more-link:after,.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}
/**
 * 3.0 Typography
 */
body,button,input,select,textarea {
	color: #808080;
	font-size: 15px;
	font-size: 100%;
	line-height: 1.6;
}

h1,h2,h3,h4,h5,h6 {
	clear: both;
	letter-spacing: 1px;
	margin: 0.8em 0 0.3em;
}
h1{
	font-size:1.9em;	
}
h2{
	font-size:1.4em;
	font-weight:100;
	 color: #808285;	
}
h3{
	font-size:1.3em;	
}
h4{ 
	font-size:1.1em;	
}
p {
	margin-bottom: 1.6em;
}
b,strong {
	font-weight: 700;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}
blockquote p {
	margin-bottom: 1.6667em;
}
blockquote > p:last-child {
	margin-bottom: 0;
}
blockquote cite, blockquote small {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote strong, blockquote b {
	font-weight: 400;
}
address {
	font-style: italic;
	margin: 0 0 1.6em;
}

code, kbd, tt,var, samp, pre {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}
mark, ins {
	background-color: #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%;
}
/**
 * 4.0 Elements
 */
hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}
ul, ol {
	margin: 0 0 1.6em 1.3333em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul, li > ol {
	margin-bottom: 0;
}
dl {
	margin-bottom: 1.6em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.6em;
}
table, th, td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}
td {
	border-width: 0 1px 1px 0;
}
th, td {
	padding: 0.4em;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
figure {
	margin: 0;
}
del {
	opacity: 0.8;
}
::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
}
:-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
}
::-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
}
.images .play-overlay {
    margin: -60px -2px 0 0!important;

}
/**
 * 5.0 Forms
 */
button, input, select, textarea {
	background-color: #f7f7f7;
	border-radius: 0;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}
button, input {
	line-height: normal;
}
input, textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}
input:focus, textarea:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	color: #333;
}
input:focus, select:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}
button[disabled], input[disabled], select[disabled], textarea[disabled] {
	cursor: default;
	opacity: .5;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0.7917em 1.5em;
	text-transform: uppercase;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	outline: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
	padding: 0.375em;
	width: 100%;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
	outline: 0;
}
input[type="checkbox"], input[type="radio"] {
	padding: 0;
}

.search-form input[type="submit"], .widget .search-form input[type="submit"] {
	padding: 0;
}
#popup-box-pro-gfcr-1 .popupally-pro-inner-khwybd-1 input[type="submit"].submit-pro-khwybd{
	border:0px!important;	
}
body #popup-box-pro-gfcr-1 .popupally-pro-outer-khwybd-1 .popupally-pro-close-khwybd {
  background-image: url('images/fancy_close.png') !important;
  background-size: cover !important;
  display: block !important;
  position: absolute !important;
  top: -12px !important;
  right: -12px !important;
  width: 25px !important;
  height: 25px !important;
  color: white !important;
  cursor: pointer !important;
}

/**
 * 9.0 Clearings
 */
.clear:before, .clear:after, .site:before, .site:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-content:before, .site-content:after, .nav-links:before, .nav-links:after, .comment-navigation:before, .comment-navigation:after, .social-navigation ul:before, .social-navigation ul:after, .textwidget:before, .textwidget:after {
	content: "";
	display: table;
}
.clear:after, .site:after, .entry-content:after, .comment-content:after, .site-content:after, .nav-links:after, .comment-navigation:after, .social-navigation ul:after, .textwidget:after {
	clear: both;
}


/**
 * 10.0 Header
 */

.site-header {
	background-color: #fff;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	padding: 7.6923%;
}

.site-branding {
	min-height: 2em;
	padding-right: 60px;
	position: relative;
}

.site-title {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.3636;
	margin-bottom: 0;
}

.site-description {
	display: none;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 0.5em 0 0;
	opacity: 0.7;
}
.alignleft {
  float: left;
  margin: 0 15px 15px 0;
  clear: both;
}
/***********************************************************
					Universal Calls
***********************************************************/
.roundedcorners{
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.dropshadow{
	box-shadow:0 2px 12px #b3ae9f;
	-webkit-box-shadow:0 2px 12px #b3ae9f;
	-moz-box-shadow:0 2px 12px #b3ae9f;
}
.txtshadow{
	text-shadow: 2px 2px #ff0000;
}
.imgtxt a, .imgtxt{
	text-indent:-9999em;
	display:block;	
}
div.clearer{
	clear:both;
	width:100%;	
}
/*.products .product.first{
	clear:none!important;	
}*/
ul.products .product.last {
padding-right: 30px !important;
}
.shop-traditional .products li.product {
	min-height:295px!important;
	display:block;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce ul.products .product, .woocommerce-page ul.products .product {
 display: inline-block; /* Added */
    vertical-align: top; /* Added */
  position: relative;
     min-height: 293px !important;
	width:30%;
	float:none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-right:3.3%;
}
.woocommerce ul.products li.product.last{
	margin-right:0!important;	
	padding-right: 0!important;
}
.woocommerce ul.products .product a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 1em;
  box-shadow: none;
}
.woocommerce ul.products .product h3 {
  padding: .5em 0;
  margin: 0;
  font-size: .95em;
}
.products .product a h3 {
  color: #989899;
  text-transform: uppercase;
  font-size: 1em!important;
  letter-spacing: 0;
  font-weight: 400;
  letter-spacing:.04em;
  font-family: 'Source Sans Pro',Arial, sans-serif !important;
  padding: 0!important;
  font-style: italic;
    line-height: 1.1em;
  padding-bottom: 6px!important;
}
body .products .product-category a h3 {
  font-style: normal!important;
  text-align:center;
}


/**
 * Slideshow on Homepage
 */
 .flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0px auto; padding: 0; }
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block; height:auto;width:100%;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative; }
.flexslider .slides {zoom: 1; }
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; margin: 0; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}
.flex-caption, .flex-caption a { color: #fff; }

/* Direction Nav */
.flex-direction-nav { height: 0; }
.flex-direction-nav li a {width: 52px; height: 52px; margin: -13px 0 0; display: block; background: url(theme/bg_direction_nav.png) no-repeat; position: absolute; top: 50%; cursor: pointer; text-indent: -999em;}
.flex-direction-nav li .next {background-position: -52px 0; right: -21px;}
.flex-direction-nav li .prev {left: -20px;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 0px; text-align: center;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 9px; height: 9px; display: block; background: url(images/slider-control.png) no-repeat; cursor: pointer; text-indent: -999em;}
.flex-control-nav li a:hover {background-position: 0 -9px;}
.flex-control-nav li a.active {background-position: 0 -9px; cursor: default;}

/***********************************************************
					Homepage Coding
***********************************************************/
#wrapper{
	width:960px;
	margin:0 auto;
}	
body.home #primary{
	margin-top:0;	
}
body .hentry .thumbnail img {
width: 100%;
height: auto;
}
.homeannouncement{
	text-align:center;
	font-style:italic;
	color:#808285;	
}
#primary p, #sidebar .recent-post a.title, .slider-minilayers-static p, .home_items, #primary li, .testimonial-widget blockquote p, #sidebar .icon-text p, .features-tab-content p, .products li .price, .products .product .price, .products.ribbon li .below-thumb, .products.ribbon .product .below-thumb, .contact-form span.label address, dd, blockquote {
margin: 10px 0;
}
h1.logo a{
	background:url('images/revisedlogo.gif') 0 0 no-repeat;
	width:375px;
	height:60px;
	
	margin:0 auto 20px;
}
	ul.topbar{
		float:right;
		list-style:none;
		margin-top:20px;
		font-size: .65em;
	}
		ul.topbar li{
			float:left;	
			border-right:1px solid #808285;
			text-transform:uppercase;
			padding:0 10px;
			text-align:center;
		font:1.05em "Times New Roman", Times, serif!important;	
		}
		ul.topbar li.last{
			border-right:none;
			padding:0 0 0 10px;	
		}
		.topbar li a{
		text-decoration:none;
		color: #666666;	
		}
		a.cart-contents {
		  background: #989899;
		  padding: 5px 8px;
		  color: #fff!important;
		  border-radius: 25px;
		}
		.yith-wcwl-add-button.show {
    display: inline-block!important;
}
/* Navigation */
/* nav */
.nav-menu {
	margin: 30px 0 20px 0;
	text-align: center;
}

.nav-menu {
	list-style: none;
	margin: 0px;
}

.nav-menu li{
    position: relative;
    display:inline-block; 
    margin-left:-4px;
    text-align:left;
}

.nav-menu li a {
    color: #666666;
    display: block;
    letter-spacing:1px;
    line-height: 22px;
    position: relative;
}

.nav-menu li a:hover, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a, .nav-menu .current_page_item > a {
    color: #98D3BF;
}

.nav-menu > li {
    padding: 8px 0;
}

.nav-menu > li a {
    padding: 0 1.5em 0;
    border-left: 1px solid #CFCFCF;
}
.nav-menu li{
	font-size:1em!important;	
}
.nav-menu li a{
		text-decoration:none;

}
.nav-menu li:first-child a{
	border-left: 0px;
}

/* ----------- Hide/Show Div ---------- */
				.nav-menu{
					list-style:none;
					position:relative;
				}
				.nav-menu ul.sub-menu {
					position:absolute;
					left:-999em;
					top:37px;
					width:250px;
					padding:0 0 0;
					margin:0!important;
					font-weight:normal;
					text-align:left;
					z-index:199;
					height:auto;
					display:block;
					-moz-box-shadow: 0 5px 5px rgba(51,51,51,.5);
					-webkit-box-shadow: 0 5px 5px rgba(51,51,51,.5);
					box-shadow:  0 5px 5px rgba(51,51,51,.5);
					border:none;
				}
				.nav-menu ul ul, .nav-menu ul ul ul{
				}
				.nav-menu ul li{
					position:relative;	
				}
.nav-menu li ul ul {
	margin: -1em 0 0 6em!important;
}
.nav-menu li:hover ul ul, .nav-menu li:hover ul ul ul {
	left: -999em!important;
}
.nav-menu li li:hover ul {
	left: 55%!important;
	top:0!important;
}
.nav-menu ul ul{
	background:#989899!important;	
}
.nav-menu ul ul li a{
	color:#fff!important;	
}
.nav-menu ul.sub-menu li:hover > ul {
    display: block;
}
				.nav-menu ul.sub-menu ul, .nav-menu ul li a{
					border:none!important;	
				}
				.nav-menu ul.sub-menu li{
					display:block;
				}
				.nav-menu li ul.sub-menu li a {
font-size: .9em;
  font-family: 'Source Sans Pro',Arial, sans-serif !important;
  text-transform:uppercase;
  font-weight:400;
  				}
				
				.nav-menu li li{
					font-size:1em;	
				}
				.nav-menu li:hover ul.sub-menu{
					left:0;
				}
				.nav-menu li:hover a, .nav-menu a:hover{
				}




/* submenu */
.nav-menu ul.sub-menu {
    margin-top: 8px;
    font-size: .9em;
    padding:0 15px;
    min-width:115px;
    background:#fff;
    -webkit-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow:0px 1px 3px rgba(0, 0, 0, 0.5);
    z-index:1000;
}

#ie8 .nav-menu ul.sub-menu, #ie8 .nav-menu ul.children { border: 1px solid #CFCFCF; }
#ie8 .nav-menu .megamenu ul.sub-menu ul, #ie8 .nav-menu .megamenu ul.children ul { border: 0; }

.nav-menu ul.sub-menu li, .nav-menu ul.children li {
    border-left: 0px;
    padding:3px 0;
    float:none;
    font-size:0.9em;
    display:block;
}

.nav-menu ul.sub-menu li a, .nav-menu ul.children li a {
    border: none;
    padding: 0;
}

.nav-menu ul.sub-menu li:first-child, .nav-menu ul.children li:first-child {
    border-top: none;
}

/* third level */
.nav-menu ul.sub-menu ul.sub-menu{
	left: 0; 
	top:-16px; 
	margin: 0 0 0 0;
	 }


/*indicators*/
.nav-menu a.sf-with-ul{ min-width:1px; padding-right: 15px; }
.nav-menu .sf-sub-indicator{display:block; width:8px; height:5px; text-indent:-999em; background: url('images/menu-arrow.png') bottom left; position:absolute; top:8px; right:23px; }
.nav-menu a:focus >.sf-sub-indicator, 
.nav-menu a:hover >.sf-sub-indicator, 
.nav-menu a:active >.sf-sub-indicator, 
.nav-menu li:hover >a >.sf-sub-indicator, 
.nav-menu li.sfHover >a >.sf-sub-indicator{background: url('images/menu-arrow.png') top left;}

.nav-menu ul.sub-menu .sf-sub-indicator, .nav-menu ul.children .sf-sub-indicator{ display:block; background: url('images/menu-arrow.png') top right; width: 7px; height: 11px; left: 85% !important; top: 0;}
.nav-menu ul.sub-menu a >.sf-sub-indicator, .nav-menu ul.children a >.sf-sub-indicator{ display:block; background: url('images/menu-arrow.png') top right; width: 7px; height: 11px; left: 85% !important; top: 0px; margin-top: 3px; }
.nav-menu ul.sub-menu a:focus >.sf-sub-indicator, 
.nav-menu ul.sub-menu a:hover >.sf-sub-indicator, 
.nav-menu ul.sub-menu a:active >.sf-sub-indicator, 
.nav-menu ul.sub-menu li:hover >a >.sf-sub-indicator, 
.nav-menu ul.sub-menu li.sfHover >a >.sf-sub-indicator,
.nav-menu ul.children a:focus >.sf-sub-indicator, 
.nav-menu ul.children a:hover >.sf-sub-indicator, 
.nav-menu ul.children a:active >.sf-sub-indicator, 
.nav-menu ul.children li:hover >a >.sf-sub-indicator, 
.nav-menu ul.children li.sfHover >a >.sf-sub-indicator{background: url('images/menu-arrow.png') top right; }

.nav-menu .megamenu ul.sub-menu .sf-sub-indicator { display: none; background: none; }
.nav-menu .megamenu a.sf-with-ul { padding: 0;}


/* centering menu */
.nav-menu { text-align:left; clear:both; list-style:none; }
.nav-menu ul li { display:inline-block; margin-left:-4px; float:none; }

/* ie7 fix */
#ie7 .nav-menu ul li { display: inline }
#ie7 .sf-sub-indicator { top: 3px; }

/* nojs */  
body.no_js .nav-menu ul li:hover > ul { display:block }
body.no_js .nav-menu ul li ul.submenu li:hover > ul, body.no_js .nav-menu ul li ul.children li:hover > ul { display:block }  
#primary-navigation{
	display:block;
	border-top: 1px solid #CFCFCF;
border-bottom: 1px solid #CFCFCF;
  font-size: .8em;	
}
.homewrap {
margin: 15px auto;
}
.menu-menu-container {
	float: left;
	width:75%
}

form#searchform {
	float: right;
	width: 23%;
	margin-top: 4px;
}
input#searchsubmit {
border-radius: 50%;
width: 30px;
height: 30px;
text-align: center!important;
padding: 0;
margin: 0;
font-size:.65em;
background:#98D3BF;

}
.findformwrap input[type="text"]{
width: 83%;
}

	ul.jumperlist{
		list-style:none;	
		margin:0!important;
	}
		#content ul.jumperlist li{
			float:left;
			margin-right:2%;
			list-style:none;
			width:31.9%;	
		}
		ul.jumperlist li img{
			width:100%;
			height:auto;	
		}
		#content ul.jumperlist li.last{
			margin-right:0;	
		}
div.product .product_title {
	float:none!important;
	color:#808285;
	text-transform:uppercase;
	font-size:1.5em;	
	line-height: 1.1em;
}
div#content div.summary p.price {
background: none;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
color: #73873D;
display: block;
float: none;
font-size: 18px;
font-weight: bold;
margin: 0px;
padding: 5px 0px;
position: relative;
line-height: 1.3em;
height: auto;
}
.price .amount{
color:#666!important;	
}
body.tax-product_cat h1.page-title{
	display:none;	
}
body a.button, body button.button, body input.button, body #respond input#submit, body #content input.button {
text-shadow: none;
color: #fff;
text-shadow: none;
background: #98D3BF!important;
background: -webkit-gradient(linear,left top,left bottom,from(#98D3BF),to(#9AAFA7));
background: -webkit-linear-gradient(#f7f6f7,rgb(34, 33, 34));
background: -moz-linear-gradient(center top,#98D3BF 0%,#9AAFA7 100%);
background: -moz-gradient(center top,#98D3BF 0%,#9AAFA7 100%);
border:0px solid #fff!important;
/*padding: .35em .75em!important;*/
}
a.button-alt, a.button.alt, input.button-alt, button.button.alt, button.button-alt, input.button.alt, #review_form #submit.alt {
border-color: none !important;
}
body div#content div.toggle p.tab-index a {
font-family: 'Rokkitt', sans-serif !important;
font-size: 18px;
text-transform:uppercase;
background: url('images/price.png') left top no-repeat;
padding: 0 0 0 30px;
cursor: pointer;
color: #808285!important;
}
body div#content div.toggle p.tab-index a:hover{
	color:#98D3BF!important;	
}
/* ----------- Hide/Show Div ---------- */
				ul.product-categories li{
					position:relative;	
				}
				ul.product-categories li a{
					display:block;
					padding:8px 0;	
				}
				ul.product-categories ul.children{
					list-style:none;
					position:relative;
					border:none!important;
					padding: 0 0 15px;
					font-family: 'Source Sans Pro',Arial, sans-serif !important;
					font-size:.75em;
					font-style:normal;
					letter-spacing: .04em;
				}
				li.cat-parent .children .cat-parent{
					text-transform: uppercase!important;
					font-family: 'Source Sans Pro',Arial, sans-serif !important;
					font-size:1.0em;
					font-style:normal;
				}
				body ul.product-categories li.current-cat-parent ul.children, body ul.product-categories li.current-cat ul.children {
					left: 0!important;
					position:static!important;
					background-color:none;
					background:transparent;
					-moz-box-shadow: none;
					-webkit-box-shadow: none;
					box-shadow: none;
				}
				/*ul.product-categories ul.children {
					position:absolute;
					left:-999em;
					top:0;
					width:250px;
					padding:0 0 0;
					font-weight:normal;
					text-align:left;
					z-index:199;
					height:auto;
					display:block;
					background-color:#5c5b5b;
					-moz-box-shadow: 0 5px 5px rgba(51,51,51,.5);
					-webkit-box-shadow: 0 5px 5px rgba(51,51,51,.5);
					box-shadow:  0 5px 5px rgba(51,51,51,.5);
				}*/
				ul.product-categories li.cat-parent ul.children li{
					float:none;	
					font-size:.8em!important;
					font-style:normal!important;
					text-transform:uppercase;
					font-family: 'Source Sans Pro',Arial, sans-serif !important;
				}
		ul.product-categories ul.children li a {
			padding-left: 0!important;
			line-height: 1.65em;
			margin-top: 0;
		}
				nav.nav-menuigation ul li li{
					font-size:1em;	
				}
/*				ul.product-categories li:hover ul.children{
					left:150px;
				}
*/				nav.nav-menuigation ul li:hover a, nav.nav-menuigation ul a:hover{
					background:#5c5b5b;
					color:#fff;
				}
				.product-categories ul.children ul.children {
					display: none;
				}
				.woocommerce div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce-page #content div.product div.images img {
box-shadow: none!important;
-webkit-box-shadow:none!important;
-moz-box-shadow:none!important;
}
main#main {
  padding:0 0;
}

/***********************************************************
					Secondary Nav
***********************************************************/
.secondarynavwrap {
    background: #666666;
}
ul#menu-secondary-top-menu {
    list-style: none;
    font-size: .75em;
    text-transform: uppercase;
}
ul#menu-secondary-top-menu li{
	float:left;
	margin: 2px 1.25em;
	font-family: 'Source Sans Pro',Arial, sans-serif !important;	
}
ul#menu-secondary-top-menu li a{
	color:#fff;	
}
ul#menu-secondary-top-menu li a:hover{
	color:#333;	
}

/***********************************************************
					Custom Message to top  Coding
***********************************************************/
.logowrap {
    clear: both;
}
h1.logo {
    clear: none;
}
.custommsg{
	float:left;
	width:14em;
	text-align:left;
	text-transform:uppercase;
	color:#A7DACA;
	font-size:.65em;	
    line-height: 1.5em;
    letter-spacing: .05em;
	font-family: 'Source Sans Pro', sans-serif;
	margin-top:-14px;
}
.custommsg img{
	margin-bottom:5px;	
}
	.custommsg a{
		color:#A7DACA;	
	}

/***********************************************************
					Archive Product page  Coding
***********************************************************/
.archive .products .add_to_cart_button{
	display:none;	
}
.catimg {
  margin-bottom: 10px;
}
p.woocommerce-result-count{
	font-size:.8em;
	color:#6E6F73;	
}
form.woocommerce-ordering {
  font-size: .9em;
}
.products a h3{
	color:#6E6F73;
	text-transform:uppercase;
	font-size:1em!important;
	letter-spacing:0;
	font-weight:400;
  	font-family: 'Source Sans Pro',Arial, sans-serif !important;
	padding:0!important;
	font-style:italic;
}
.archive .products li .price, .archive .products .product .price{
	margin:0;
	font-size:1.25em;	
}
.entry-title{
	color:#98D3BF;
	font-size:1.5em;
	padding:10px 0;
	margin:0px 0;
	/*border-bottom:1px solid #ddd;	*/
}
.productlistingwrap #container{
	padding:15px 0;	
}
.catimg img {
  width: 100%;
}
/***********************************************************
					Full Width Page Template
***********************************************************/
.site-main.main-fullwidth {
  float: none;
  width: 100%;
}
.clear-line {
  border-bottom: 1px solid #ddd;
  clear: both;
  margin: 0 0 15px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 15px;
}
#primary a:hover, #header a:hover{
	color:#98d3bf!important;	
}

/***********************************************************
					Blog Page Template
***********************************************************/
.site-main{
	float:left;
	width:69%;	
}
.page-id-4250 .site-main {
  float: none;
  width: 100%;
}
#sidebar{
	float:right;
	width:30%;
	padding-left:15px;
	position:static!important;	
}
body.category article {
    border-bottom: 2px solid #eee;
    padding-bottom: 50px;
    margin-bottom: 35px;
}
.widget_categories label.screen-reader-text {
    display: none;
}
.taxonomy-description {
  margin-top: 30px;
}
.blog-big .thumbnail {
  position: relative;
  overflow: hidden;
  padding-top: 20px;
}
.blog-big .thumbnail .image-wrap {
  position: relative;
    height: 150px;
  overflow: hidden;
}
body .blog-big .thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 0;
}
.blog-big .thumbnail .date {
  position: absolute;
  bottom: 0;
display:none;
  left: 0;
  width: 82px;
  height: 91px;
  background: url('images/date-bg.png') no-repeat;
  margin: 0;
  margin-bottom:0!important;
  font-family: 'Source Sans Pro', sans-serif;
}
.blog-big .thumbnail .date span {
  display: block;
  float: left;
  position: relative;
  text-transform: uppercase;
  font-size: 18px;
}
.blog-big .thumbnail .month {
  color: #262626;
  left: 0;
  text-align: right;
  top: 27px;
  width: 30px;
}
.blog-big .thumbnail .date span {
  display: block;
  float: left;
  position: relative;
  text-transform: uppercase;
  font-size: 18px;
}
.blog-big .thumbnail .day {
  color: #FFFFFF;
  left: 8px;
  top: 42px;
}
.blog-big .thumbnail h2 {
  background: #fff;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 67.1875%;
  padding: 10px 15px;
  font-size: 1.15em;
  color: #2b2828 !important;
  border-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
}
.blog-big .thumbnail h2 a{
	color:#6E6F73;
	text-decoration:none;	
}
.blog-big .thumbnail h2 a:hover{
	color:#98D3BF;
}
.blog-big .meta p {
  display: block;
  margin: 25px 2.34375% 20px 0;
  float: left;
  width: 50%;
  text-align: center;
  padding: 6px 0;
  border: solid #bababa;
  border-width: 1px 0;
  line-height: 19px;
}
#sidebar .s2w-minimal-light-style {
    background: transparent !important;
    color: #6E6F73;
    box-shadow: none !important;
    padding: 15px 0 15px !important;
}
.s2w-minimal-light-style[id*="subscribe2_widget"] .s2w-widget-title, .s2w-minimal-dark-style[id*="subscribe2_widget"] .s2w-widget-title {
    border-bottom: none!important;
}
#sidebar .s2w-minimal-light-style label, .s2w-minimal-dark-style label {
	display:none!important;	
}
#sidebar .s2w-widget-submit-btn {
    background-color: #6E6F73;
    border: 0px none;
    color: #FFF;
    cursor: pointer;
    font-family: inherit;
    font-size: .85rem;
    font-weight: light;
    padding: 0.4917em 1.5em;
    text-transform: uppercase;
}
#sidebar .s2w-widget-submit-btn:hover{
	color:#98D3BF;	
}
.blog-big .meta p.categories span, .blog-small .meta p.categories span {
  padding-left: 29px;
  background-image: url('images/bookmark.png');
}
.blog-big .meta span {
  display: inline-block;
  font-size:.75em;
  line-height: 1.35em;
}
.blog-big .meta span {
  font-family: 'Calibri', 'Droid Sans', Verdana, Arial, sans-serif !important;
  background: no-repeat left 1px;
  text-transform: uppercase;
}
.blog-big .meta a, .blog-small .meta a {
  color: #000000;
  text-decoration:none;
}
.blog-big .meta p {
  font-family: 'Calibri', 'Droid Sans', Verdana, Arial, sans-serif !important;
  color: #636060;
  line-height: 12px;
    font-size: .9em;
}
.blog-big .meta p.comments span, .blog-small .meta p.comments span {
  padding-left: 25px;
  background-image: url('images/chat.png');
}
.the-content{
	  font-family: 'Source Sans Pro', sans-serif;
	  font-size:.8em;
	 /* color: #545252;	*/
}
.the-content a{
	text-decoration:none;
	font-weight:bold;	
}
.the-content p{
	margin-bottom:15px;	
}
.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
}

.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#999999;
background: #fff;
}

.pagination a:hover{
color:#fff;
background: #98D3BF;
}

.pagination .current{
padding:6px 9px 5px 9px;
background: #98D3BF;
color:#fff;
}
/***********************************************************
					Single Blog Template
***********************************************************/
.blog-big h1.post-title {
  width: auto;
  margin: 0;
  position: static;
  float: left;
  padding-top: 35px;
  clear:none;
  font-size:1.15em;
}
.single .blog-big .image-wrap {
  float: left;
  width: 82px;
  height: 90px;
  position:relative;
  overflow:visible;
}
.single .blog-big .thumbnail {
  padding-top: 0;
}
h3#reply-title {
  font-family: "Rokkitt","Georgia", "Times New Roman", serif;
  font-size: 18px !important;
  padding-left: 35px;
  background: url('images/leave-comment.png') no-repeat left center;
  line-height: 27px;
}
hr {
  margin: 40px auto;
  width: 100%;
  border: 1px dotted #ccc;
  clear: both;
}
#comments{
	margin:30px 0;	
}
	#comments a{
		color:#808285;
		text-decoration:none;	
	}
	.comment-form{
		
		font-size:.8em;	
	}
/***********************************************************
					 Custom Sidebar Template
***********************************************************/
	#sidebarleft {
		float: left;
		width: 30%;
	}
	
	.site-main.main-customright{
		float:right;
		width:65%;	
	}
	#sidebarright {
		float: right;
		width: 30%;
	}
	
	.site-main.main-customleft{
		float:left;
		width:65%;	
	}
	
/***********************************************************
					 Blog Sidebar Template
***********************************************************/
.widget_search{
  margin-top: 15px;	
}
.widget_search span{
	display:none;
}
#sidebar a{
	text-decoration:none;
	color: #6E6F73 !important;	
}
#sidebar a:hover{
	color:#98d3bf;	
}
.widget_search .search-field {
  width: 130px;
  padding: 5px;
}
.widget_search input.search-field {
  border: 1px solid #ccc;
  color: #666;
}
input.search-submit {
  cursor: pointer;
  width: 75px;
  background:#c0c0c0;
  color:#808080;
  text-transform:capitalize;
  font-weight:lighter;
  font-size:.9em;
    padding: 6px 0!important;
}
input.search-submit:hover{
	background:#98D3BF;	
}
.widget_search input {
  border: 1px solid #ccc;
  color: #666;
}
#sidebar{
  /*font-family: 'Calibri', 'Droid Sans', Verdana, Arial, sans-serif;*/
  font-size:.8em;	
}
.widget_archive label.screen-reader-text{
	display:none;	
}
.widget > p, .widget > div, .widget > blockquote, .widget > table, .widget > ul, .widget > ol {
  border-left: 1px solid #D1CFCF;
  margin-top: 7px;
  padding-top: 8px;
  padding-left: 10px;
  padding-bottom: 15px;
}
.widget ul{
	margin:0;
	list-style:none!important;	
}
#recent-posts-widget-with-thumbnails-2{
	line-height:1.2em;	
}
	.rpwwt-post-date{
		display:block;
		margin-top:5px;	
	}
	/*.widget {
  margin-bottom: 25px;
}*/
figure.gallery-item {
  float: left;
}
/***********************************************************
					About Page Template
***********************************************************/
div#primary {
  padding: 25px 0;
}
.sidebar-menu{
  border-left: 1px solid #D1CFCF;
  margin-top: 7px;
  padding-top: 8px;
  padding-left: 10px;
  padding-bottom: 15px;
  float:left;
  width:22%;	
}
.main-about {
  float: right;
  width: 75%;
}
.main-fullwidth {
  float: none;
  width: 100%;
}

ul#menu-about-menu {
  margin: 0;
}
	.about-menu li {
	  font-size:.8em;
  font-family: 'Source Sans Pro',Arial, sans-serif !important;
  text-transform: uppercase;
  font-weight: 400;	
  list-style:none;
  line-height:26px;
	}
		.about-menu li a{
  text-decoration:none;
  color:#6c6c6c;
		}
		.entry-content{
  font-family: 'Source Sans Pro',Arial, sans-serif !important;
  font-size:.8em;
  line-height:1.8em;
		}
		/**
 * 14.2 Galleries
 */

.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
@media only screen and (max-width: 900px) {
.site-main {
    float: none;
    width: 95%;
    margin: 0 auto;
}	
	#sidebar {
    float: none;
    width: 95%;
		margin:0 auto;
    position: static!important;
}
}

/***********************************************************
					Custom Social icons
***********************************************************/
	.share a{
		text-align:center;
		text-transform:uppercase;
		font-size:1.0em;
		color:#98D3BF;
	}
		.share a i{
			height:15px;
			width:15px;
			display:block;
			margin: 0 auto;	
		}
	.share div{
		display:inline-block;
		text-align:center;
		width:30%;
	}
	.share a i:hover{
	}
	.share div:hover a{
		color:#e573a9;	
	}
	.share div:hover a i{
		background-position: center -15px;	
	}
	.st_twitter_custom a i{
		background:url('images/sharetwittericon.png') center 0 no-repeat;
	}
	.st_facebook_custom a i{
		background:url('images/sharefbicon.png') center 0 no-repeat;
	}
	.st_pinterest_custom a i{
		background:url('images/sharepinicon.png') center 0 no-repeat;
	}
/***********************************************************
					Custom Social icons for Blog Pages
***********************************************************/
		.share.blogshare a i{
			display:inline-block;
			margin:0 15px;
		}
		.share.blogshare a{
		  padding: 0 25px 0 5px;	
		}
		.share.blogshare div{
			width: auto; 
  			border-right: 1px solid #EAEAEA;	
		}
		.share.blogshare{
			text-align:center;	
		}
		p.stock.out-of-stock {
  text-transform: uppercase;
  font-size: 1.95em!important;
  margin: 15px 0 15px 10px;
}
.archive p.stock.out-of-stock {
  font-size: .675em;
  font-style: italic;
  text-transform: uppercase;
}
		
/***********************************************************
					Press Template
***********************************************************/
		.pressbox{
			float:left;
			margin: 10px 1.5%;
			font-size:.65em;
			text-align:center;
			width:29%;
			min-height: 200px;
		}
		.pressbox p{
			line-height:1.1em;	
		}
		.backbtn a{
			font-size:.7em;
			color:#aeacac;
				
		}
		.articleimg{
			margin:20px auto;
			border-top:1px solid #CCC;
			padding:15px 0 ;	
		}
		.pressmagbox{
			font-size:.8em;	
		}
		.pressmagbox img{
			float:left;	
			margin-right:15px;
		}
		.magtitle {
			color:#98D3BF;	
			text-transform:uppercase;
		}
		
/***********************************************************
					Desktop Wallpaper Template
***********************************************************/
.page-title{
	margin:0 0 10px;	
}
.desktopbgwrap {
  float: left;
  width: 30%;
  margin: 10px 3% 10px 0;
}
	.desktoplinks, .mobilelinks {
	  float: left;
	  width: 45%;
	}
	#primary .desktopbgwrap p {
  margin: 0;
  line-height: 1.5em;
}
	.desktopbgwrap a{
		color:#656263;
		font-weight:lighter;	
	}
	.desktopbgwrap img {
  margin-bottom: 5px;
}
		body #cboxOverlay, body div.pp_overlay {
  background: #fff!important;
}
div.pp_woocommerce div.ppt{
	display:none!important;	
}
body div.pp_woocommerce .pp_close, body div.pp_woocommerce a.pp_expand, body div.pp_woocommerce .pp_arrow_next{
    background-color: #d5d6d7;
}
body #colorbox{
	border:1px solid #ddd;	
}
#cboxMiddleLeft, #cboxMiddleRight, #cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight{
	background:transparent!important;
	width:auto!important;	
}
/***********************************************************
					Meet the Team Page Template
***********************************************************/
.teamlistitem{
	float:left;
	margin:5px 2%;
	text-align:center;	
}
.parent-pageid-4871 .post-thumbnail {
  float: left;
  width: 60%;
  margin-right: 5%;
}


		
/***********************************************************
					Contact Page Template
***********************************************************/
.main-contact {
  float: right;
  width: 45%;
}
.sidebar-contact{
	float:left;
	width:45%;
	  margin-bottom: 50px;	
}
	.sidebar-contact h2{
	/*font-family: 'Rokkitt', sans-serif !important;*/
	  color: #808285;	
	  font-size:1.0em;
	  text-align:center;
	  margin-top:15px!important;
	}
	.sidebar-contact p{
		font-size:.75em;
		text-align:center;
		margin-top:0!important;	
	}
	.contactwidget{
  margin-top: 5px;
 /* padding-top: 8px;*/
  padding-left: 6px;
  padding-bottom: 8px;
    font-family: 'Source Sans Pro', sans-serif;
	font-size:.8em;
	color: #545252;
	text-align:center;
  }
	
.google-map-frame iframe {
  width: 100%;
  display: block;
}
embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%!important;
}


/***********************************************************
					FAQ Page Template
***********************************************************/
.entry-content .expand-cnt-link:before {
  content: url('images/price.png') left top no-repeat;
  margin-right: 15px;
}
.entry-content .expand-cnt-link{
/*font-family: 'Rokkitt', sans-serif !important;*/
  font-size: 18px;
  text-transform: uppercase;
  padding: 0;
  cursor: pointer;
  color: #808285!important;	
  text-decoration:none;
  font-weight: 100;
}
.entry-content .exp-col-content-holder {
  padding-bottom: 16px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d7d7d7;
}
.entry-content .hidden-content {
  border-left: 1px solid #CFCFCF;
  margin: 0 0 20px 10px;
    font-size: 13px;
	line-height: 1.81em;
	color: #808080;
}
.entry-content .hidden-content p {
  padding: 18px 10px 18px 20px;
  margin-top: 0;
}
.entry-content a{
	color: #6E6F73;	
	text-decoration:none;
}
.entry-content a:hover{
	color:#98D3BF;	
}
.entry-content .collapseomatic {
  background-image: url('images/price.png')!important;
  background-repeat: no-repeat;
  padding: 0 0 0 25px;
  cursor: pointer;
  display: block;
  margin-bottom: 25px;
}
.entry-content .collapseomatic_content {
  margin-top: -15px;
  margin-left: 25px;
  padding: 0 0 20px 0;
}



/***********************************************************
					Product page  Coding
***********************************************************/
.prevnextlinks a{
	text-decoration:none;
	color:#808285;	
}
.prevnextlinks{
	text-align:right;
	font-size:.76em;	
	font-style:italic;
	margin:5px 0;
	border-bottom:1px solid #CFCFCF;
	padding-bottom:5px;
	/*background: #DDF2E6;*/
}
.sidebarcatlist{
	float:left;
	width:23%;
	margin:25px 0;	
	background:#E7F7F3;
}
.productlistingwrap #container{
	float:right;
	width:75%;	
	margin-left:2%;
}
aside#text-4 div.textwidget {
border-left: 0 solid #D1CFCF;
    margin-top: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-bottom: 15px;	
}
	.sidebarcatlist .product-categories{
		list-style:none;
	  font-size:.8em;
  font-family: 'Source Sans Pro',Arial, sans-serif !important;
  text-transform: uppercase;
  font-weight: 400;	
  list-style:none;
  line-height:26px;
		text-transform:uppercase;
	padding:10px;
	}
	aside#woocommerce_product_categories-3 {
}
		.sidebarcatlist .product-categories a{
			color:#666;
			text-decoration:none;
		}
	.productinfocont {
			float: right;
			width: 35%;
			margin-top:20px;
	}
		.productlistingwrap .entry-header .entry-title {
			text-align: left;
			text-transform: uppercase;
			font-size: 1.3em;
			color: #808285;
		}
	.post-thumbnail {
		float: left;
		width: 60%;
	}
	.woocommerce .productlistingwrap .product form.cart .button, .woocommerce #content.productlistingwrap .wishlist_button, .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
vertical-align: middle;
float: none;
clear:both;
margin: 15px 0 5px;
font: normal normal normal 11px/normal '.HelveticaNeueDeskInterface-Regular';
font-weight:bold;
font-size: 1.5em;
background: #98D3BF!important;
color:#fff!important;
display: block;
}
.woocommerce #content.productlistingwrap .wishlist_button, .yith-wcwl-add-button a{
  background: #9E9351!important;	
}
body .wishlist_button {
  margin-left: 0 !important;
}
button.single_add_to_cart_button.button.alt {
  padding: .618em 2em!important;
}
.woocommerce .productlistingwrap .product form.cart div.quantity {
margin: 0 7px 0 0;
}
.woocommerce .productlistingwrap .product form.cart {
margin-bottom: 1em;
padding-bottom: 1em;
border-bottom: 1px solid #ddd;
margin-top: 35px;
}
.woocommerce #content.productlistingwrap div.product div.images {
width: 55%;
}
.woocommerce #content.productlistingwrap div.product div.summary {
width: 40%;
margin-top:25px;
  color: #808285;
  font-size: .75em;
}
.woocommerce .productlistingwrap .quantity .qty {
width: 2.8em;
}
	.quantitytxt{
		color:#808285;
		font-size:1.3em;
		text-transform:uppercase;
		padding-left:5px;
		letter-spacing:.125em;	
	}
	
.shop-ribbon .products li .below-thumb, .shop-ribbon .products .product .below-thumb {
text-align:left;
}
div.term-description{
	margin-top:25px;	
}
#content .products .product .price, p.prod-price {
	color:#666!important;
	font-family:"Times New Roman", Times, serif!important;
	line-height:1.0em;	
	font-size:1.0em;
	letter-spacing:.03em;
}
.products li a strong.below-thumb, .products .product a strong.below-thumb {
	font-size:14px!important;
	font-weight:200;
	line-height:1.1em!important;
}
.shop-traditional .products li, .shop-traditional .products .product {
	text-align:left!important;
}
p.prod-price{
	font-size:17px;	
}
ul.tabs, div.newsletter-section, div.buttons{
	display:none;	
}
button.tpressadd2cart{
	display:block;
	width:150px;
	height:48px;
	font-size:17px!important;
	text-transform:uppercase;
	font-weight:100;
	text-shadow:none!important;	
}
div.summary .quantity input.plus, div.summary .quantity input.minus {
	height: 23px !important;	
}
.layout-sidebar-right div.product div.summary, .layout-sidebar-left div.product div.summary {
width: 35.722222%!important;
}
div.product div.summary {
float: right!important;
}
.cart input.input-text {
margin: 0 !important;
vertical-align: middle;
line-height: 1em !important;
}
.quantity input.input-text {
border: 1px solid #BBB;
border-bottom-right-radius: 0;
border-top-right-radius: 0;
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2) inset;
float: left;
padding: 1px 9px!important;
width: 38px;
font-size: 18px;
}
body ul.product-categories{
border-left: 0 solid #D1CFCF;
margin-top: 0;
padding-top: 0;
padding-left: 0;
padding-bottom: 0;
}
body ul.product-categories li.cat-item{
background: none!important;
padding-left:0!important;
text-transform:none;
					font-family:Times,"Hoefler Text", "Liberation Serif", "Times New Roman", serif;
					font-size:1.45em;
					font-style:italic;	
}
div#sidebar h3, div.homeleft h3{
	display:none;	
}
body ul.product-categories li a {
padding: 3px 0;
margin-top: 9px;
}
.wpb_wl_preview {
    background: #98D3BF!important;
}


.textwidget {
    /*font-family: Times,"Hoefler Text", "Liberation Serif", "Times New Roman", serif;*/
    font-size: 1.15em;
    font-style: italic;
    margin-top: -5px;
    padding: 0 10px 10px;
	border-left: 0px solid #D1CFCF; 
	list-style:none;
}
/*ul.product-categories ul.children{
	width:200px!important;	
}*/
html, body, div, p{
  margin: 0;
  padding: 0;
  border: 0;
  }
div#content div.product div.images a {
border: 0 solid #ddd;
background: #fff;
padding: 6px;
}
div#content div.product p.price:before {
border-color: none;
border-style: solid;
border-width: 0;
content: "";
}
div#content div.product p.price:after {
background: none;
border-radius: 0;
height: 0;
width: 0;
}
.shop-traditional .products li, .shop-traditional .products .product {
padding: 0 15px 30px 0!important;
}
div#content ul.products li.product, div#content ul.products .product{
	font-size:.9em;	
	    text-align: center;
}
div.summary h1{
	font-size:1.3em;	
}
.variations_form .single_variation {
float: none!important;
}
div.summary .variations_form .variations_button {
margin-top: 10px;
clear: both;
float:none;
}
div.summary div.variations_button a.button, div.yith-wcwl-add-button a.button.alt{
border-radius: 0!important;
-moz-border-radius: 0!important;
-webkit-border-radius: 0!important;
border:none!important;
text-shadow:none!important;	
}
div.product div.images div.thumbnails {
margin-bottom: 40px!important;
}
body.post-type-archive-product h1.page-title{
	display:none;	
}
div.yith-wcwl-add-button a.button.alt{
background:#808285!important;
}
div.summary form.cart div.quantity {
float: left!important;
margin: 0 4px 0 0;
}
div.summary .variations_form table.variations tr label {
line-height: 16px!important;
}
div#related-products .hentry .thumbnail img {
width: 100%;
height: auto;
}
body div#content div.summary p.price{
	color:#73873D!important;
	font-size:1.25em!important;	
	font-weight:normal;
	padding:0!important;
	margin:8px 0;
	font-style: italic;
}
.woocommerce-page div.related ul.products li.product, .woocommerce-page div.related ul.products .product {
width: 15.05%!important;
}
div#content div.summary div.product_meta{
	display:none;	
}
img { border:0 }
body div.pp_woocommerce p.pp_description{
	display:none!important;	
}
#sidebar ul , .widget_archive ul li{
	list-style:none!important;	
}

.page-id-4250 .entry-content {
  text-align: center;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  font-weight: 700!important;
  border-radius: 1px!important;
  color: #fff!important;
  background-color: #6E6F73;
  text-transform: uppercase;
}
.woocommerce ul.products li.product .button{
	margin-top:0!important;	
}
.woocommerce .woocommerce-message {
  border-top-color: #98D3BF!important;
}
.woocommerce a.remove {
  color: #E668A7!important;
}
.woocommerce a.remove:hover{
	color:#fff!important;
	background:#E668A7!important;
	}
.gallery ul{
	list-style:none;	
}
	.gallery ul li{
		display:inline-block;
		zoom:1;
		margin:5px 2px;	
	}
 /**************** FOOTER *********************/
.inner .left {
float: left;
width: 60%;
}
#footer .inner:first-child {
border-top: 0 solid #CFCFCF!important;
}
#mc_embed_signup label {
	float: left;
	width: 200px;
}
.left #mc_embed_signup input.email {
display: block;
  padding: 7px 0;
  margin: 0 0 10px 0!important;
  text-indent: 5px;
  width: 35%!important;
  min-width: 130px;
  float: left;
  font-style: italic;
    font-family: Times;
    font-size: .9em;
  }
#mc_embed_signup input.button {
width: 75px!important;
margin:0 0 10px 5px!important;
float: left;
}
#mc_embed_signup .button {
clear: none!important;
}
#mc_embed_signup label {
display: block;
font-size: 12px!important;
padding-bottom: 10px;
font-weight: bold;
}
#mc_embed_signup form {
padding: 15px 0 10px 0!important;

}
#mc_embed_signup form, div#primary .products li a strong.below-thumb, #mc_embed_signup form, div#primary .products .product a strong.below-thumb {
font-family: 'Source Sans Pro', sans-serif!important;
font-weight: 400!important;

}
#mc_embed_signup label {
width: 24%;
  font-family: 'Source Sans Pro', sans-serif!important;
  font-weight: 400!important;
  color: #666!important;
  font-size: .9em!important;
  padding-top: 7px;
  margin-right: 5px;}
.left #mc_embed_signup .button {
background-color: #666!important;
border-radius: 0!important;
color: white;
cursor: pointer;
display: inline-block;
font-family: 'Source Sans Pro', sans-serif!important;
font-weight: 400!important;
font-size:14px;
  height: 29px;
  line-height: 29px;
  margin: 0 5px 10px 0;
padding: 0;
text-align: center;
text-decoration: none;
vertical-align: top;
white-space: nowrap;
width: auto;
text-transform:uppercase;
text-shadow:none!important
}
#copyright p.copyright{
	padding-top:10px;
	margin-top:10px!important;	
}
div#content div.toggle p.tab-index a {
font-family:"Times New Roman", serif !important;
font-size: 18px;
display: block;
line-height: 22px;
background: url('images/bg/toggle/head.png') left top no-repeat;
padding: 0 0 0 30px;
cursor: pointer;
color: #202020!important;
}
.footersecondwrap{
border-top:1px solid #999;	
}
.emailsocial{
border-bottom: 1px solid #999;	
}
.footersocial a{
	width:32px;
	height:32px;
	display:block;
		
}
.footersocial a{
	display:inline-block;
	zoom:1;
	*display:inline;
	margin:0 2px;	
	text-align:left;
}
.footersocial a:hover { background-position:left bottom !important }
.footersocial a{ width:32px; height:32px; background-position: left top !important; }     

.footersocial{
	width:30%;
	float:right;
	margin: 15px 0;	
}
a.facebook  { background:url('images/social-facebook.png') no-repeat }
a.twitter   { background:url('images/social-twitter.png') no-repeat }
a.instagram   { background:url('images/social-instagram.png') no-repeat }
a.pinterest     { background:url('images/social-pinterest.png') no-repeat }
a.snapchat  { background:url('images/social-snapchat.jpg') no-repeat }
a.youtube     { background:url('images/social-youtube.png') no-repeat }
a.rss       { background:url('images/social-rss.png') no-repeat }
	.copyrightwrap{
		font-size:.75em;
		margin:15px auto;	
	}
		.footersecondwrap{
  font-family: 'Source Sans Pro', sans-serif;
  border-bottom: 1px solid #999;
  font-size: 1.1em;
		}
		#responsive-menu {
	height: auto !important;
}
.footernav {
  float: left;
  width: 15.625%;
  border-right: 1px solid #999;
  padding: 10px 15px;
  font-size: .65em;
  text-transform: uppercase;
  margin:0;
}
.footersecondwrap .sub-menu {
    margin-left: 0;
}
ul#menu-footer-menu-1 {
    padding-left: 0;
}
.footernav li{
	list-style:none;	
}
.footernav{
	letter-spacing:.03em;	
}
.footernav .sub-menu li {
    font-weight: 400!important;
    font-size: .8em;
	    margin-bottom: 2px;
}

.footernav li {
    font-weight: 700;
	margin:0 0 2px 0!important;
}
		.footernav a {
  display: block;
  color: #666666;
}
.footernav a:hover{
	color:#98D3BF;	
}
.contactwrap{
	float:left;
	width:52.604%;
	  font-size: .8em;	
}
.contactwrap p{
	margin:0;
	text-align:center;	
	color:#666666;
	margin:7px 0!important;
}
	.address{
		border-bottom:1px solid #999;
		padding:7px 0;
		font-weight: 400;
    font-size: .85em;
	}
	.address strong{
		display:block;
		text-align:center;
		font-size:1.2em;	
		font-weight: 400!important;
	}
	.copyright{
		font-family: 'Rokkitt', sans-serif !important;
		color:#666666;	
		padding-top: 6px;
	}
body.page-id-9800 .entry-content {
	text-align:center;	
}
body.page-id-9800 form.post-password-form {
  width: 65%;
  margin: 0 auto;
}
body.page-id-9800 input[type="submit"] {
  background-color: #98D3BF;
    padding: 0.4917em 1.25em;
  font-size: .8rem;
  margin-top: 5px;
}

@media only screen and (max-width: 768px) {
    div#content ul.products li.product, div#content ul.products .product {
    margin: 0 .1em;
}
.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) {
    float: left;
    clear: none!important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce ul.products .product, .woocommerce-page ul.products .product{
	float:left;
clear:none;
width:44%;
}
.custommsg{
	display:none;	
}
}

