/*

Theme Name: X – Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

COLOURS NEW!:
PRIMARY Green: 			#00a550
PRIMARY Blue:			#49c0b5
PRIMARY ALT Purple:		#6b728c
SECONDARY 01:			#46c4dc
SECONDARY 02:			#63c7c9
SECONDARY 03:			#87cfc1
SECONDARY 04:			#8ecea8
SECONDARY 05:			#5bbf8f
SECONDARY 06:			#45c0ef
SECONDARY 07:			#00a74f

COLOURS:
Grey main: 		#6d6e71
Grey lighter:	#848588
Green: 			#8dc642
Purple (fem):	#781748
Green (auto):	#084631
Blue (cbd):		#0a3b83

*/

/* GENERAL */
html, body{
	height: 100%;
}

body{
    background-color: #f3f3f3!important;
    background: #f3f3f3!important;

}

.home .x-main.full {
    margin-top: 40px;
}

.h-fem h6 a{
	color: #781748 !important;
}
.h-auto h6 a{
	color: #084631 !important;
}
.h-cbd h6 a{
	color: #0a3b83 !important;
}

.x-btn, 
.button {
	text-shadow: 0 0 transparent !important;
}
.btn-fem, .btn-auto, .btn-cbd{
	color: #FFFFFF !important;
	margin-right: 1.4em;
}
.btn-fem{
	background-color: #781748 !important;
}
.btn-auto{
	background-color: #084631 !important;
}
.btn-cbd{
	background-color: #0a3b83 !important;
}
.btn-fem:hover, .btn-auto:hover, .btn-cbd:hover{
	background-color: #49c0b5 !important;
}
.text-green{
	color: #49c0b5;
}
.text-center{
	text-align: center;
}
.marginless{
	margin:0;
}
.hentry{
	margin-top: 0;
}
.notopmargin{
	margin-top: 0;
}
.underband{
	border-bottom: 2px solid #49c0b5;
	display: inline-block;
    margin-bottom: 1em;
}

.opening_soon{
	margin: 0 0 1.5em;
	border: 10px solid #e5e5e5;
	padding: 1.75em !important;
}
@media (max-width: 767px){
	.x-content-dock {
		display: block;
	}
}

.x-content-dock {
    position: fixed;
    bottom: 0;
    border: 1px solid #fff!important;
    border-bottom: 0;
    padding: 30px;
    z-index: 1050;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    box-shadow: 0 0.085em 0.5em 0 rgba(0, 0, 0, 0.165);
}
.x-close-content-dock {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    line-height: 1;
    text-decoration: none;
}

.x-content-dock.left.x-content-dock-on {
    color: white;
}

.x-content-dock table th, .x-content-dock table td {
    border: 0;
}

/* HEADER */

body.x-navbar-fixed-top-active .x-navbar-wrap {
    height: 213px !important;
}
header{
	border-bottom: 0px solid #ffffff;
}
.whitebar{
	position: absolute; 
	left:-500px; 
	top:0;
	background-color:#ffffff;
	width: 500px; 
	height:173px;
	display: none;	
}
h1.sitehead{
	font-size: 32px;
	color: #ffffff;
	font-weight: normal;
    margin-top: 1.1em;
    margin-left: 0.6em;
	display: none;	
}
@media (max-width: 767px) {
	h1.sitehead{
		font-size: 16px;
		margin-top: 0.3em;
	}
	.x-brand img{
		height: 60px;
	}
	.whitebar{
		height: 60px;
	}
	.x-navbar-inner{
		min-height: 60px !important;
	}
	body.x-navbar-fixed-top-active .x-navbar-wrap{
		height: 80px !important;
	}
	.x-navbar.x-navbar-fixed-top{
		border-bottom-width: 20px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
/*	
 * 
	.text-green{
		display: block;
		clear: both;
	}
*/
	h1.sitehead{
		font-size: 24px;
		margin-top: 1.8em;
	}
	a.x-btn-navbar.collapsed {
	    margin-top: 2em;
	}
	.x-brand img{
		height: 120px;
	}
	.whitebar{
		height: 120px;
	}
	.x-navbar-inner{
		min-height: 120px !important;
	}
	body.x-navbar-fixed-top-active .x-navbar-wrap{
		height: 150px !important;
	}
	.x-navbar.x-navbar-fixed-top{
		border-bottom-width: 30px;
	}
}

.masthead-inline .desktop .x-nav{
	max-height: 173px;
	padding-top: 120px;
}
.x-navbar .desktop .x-nav>li {
	text-align: right;
}
.x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce){
	height: auto;
	box-shadow: none;
}
.x-navbar .desktop .x-nav > li > a:hover > span, 
.x-navbar .desktop .x-nav > li.x-active > a > span, 
.x-navbar .desktop .x-nav > li.current-menu-item > a > span {
	box-shadow: none !important;
}

.x-navbar-static-active .x-navbar .desktop .x-nav > li.x-menu-item-woocommerce > a, 
.x-navbar-fixed-top-active .x-navbar .desktop .x-nav > li.x-menu-item-woocommerce > a{
	height: auto;
}

.x-navbar .desktop .x-nav > li.x-menu-item-woocommerce{
	margin-top: -8px;
}


/* Drop-down nav */
.desktop .sub-menu{
	min-width: 150px;
}
.x-navbar .desktop .x-nav > li ul{
	top: 20px !important;
}

/* FOOTER */
footer.x-colophon.top{
	padding: 2% 0 3%;
}
.footlist li{
	float: left;
	list-style-type: none;
	color: #ffffff;
	font-size: 18px;
}
@media (min-width: 768px) {
	.footlist li{
		width: 26%;
		margin-right:11%;
	}
	.footlist li:last-child{
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.footlist li{
		width: 100%;
	}
}
.footlist [data-x-icon], .footlist [class*="x-icon-"]{
	width: 15px;
}

.x-colophon.bottom .x-nav li a:hover{
	opacity: 1;
	color: #49c0b5;
}
.x-colophon.bottom .x-nav li:before {
    content: "|";
}

/* SEARCH */
.cssearchresults article{
	width: 22%;
	margin-right:4%;
	float: left;
}
.cssearchresults article:nth-child(4n){
	margin-right: 0;
	clear:right;
}
.search-results .p-meta { display: none; }
.cssearchresults .x-clear{
	margin: 0 0 30px;
}

/* HOME */
.ticksrow .aligncenter{
	margin-bottom: 0;
}
.catsContainer .x-container{
	display: -webkit-flex; /* Safari */
    display: flex;
}
@media(max-width:767px){
	.catsContainer .x-container{
		display: block; /* Safari */
	    display: block;
	}
	.circle-fem, .circle-cbd, .circle-auto{
		margin-bottom: 10px;
	}
}

.circle-fem, .circle-cbd, .circle-auto {
	text-align: center;
	padding: 10px;
	box-shadow: inset 0px 0px 20px 20px rgba(0,0,0,0.3);
}
.circle-fem h2, .circle-cbd h2, .circle-auto h2{
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}
.circle-fem h2 a, .circle-cbd h2 a, .circle-auto h2 a{
	color: #FFFFFF;
}
.circle-fem p, .circle-cbd p, .circle-auto p{
	text-align center;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.5;
}
.circle-fem .x-btn, .circle-cbd .x-btn, .circle-auto .x-btn{
	padding: 0 0 0 0.5em;
    border-radius: 0.8em;
    border: 1px solid transparent;
}
.circle-fem i, .circle-cbd i, .circle-auto i{
	font-size: 24px;
	font-weight: bold;
	vertical-align: sub;
}

.circle-fem{
	background: transparent url('/web/20180120055239im_/https://www.cannabisseeds.co.za/cannabis-seeds/feminised-cannabis-seeds-square.jpg') top center repeat;
}
.circle-fem .x-btn{
	color: #781748;
	border-color: #781748;
}	
.circle-cbd{
	background: transparent url('/web/20180120055239im_/https://www.cannabisseeds.co.za/cannabis-seeds/cbd-cannabis-seeds-square.jpg') top center repeat;
}
.circle-cbd .x-btn{
	color: #0a3b83;
	border-color: #0a3b83;
}
.circle-auto{
	background: transparent url('/web/20180120055239im_/https://www.cannabisseeds.co.za/cannabis-seeds/autoflowering-cannabis-seeds-square.jpg') top center repeat;
}
.circle-auto .x-btn{
	color: #084631;
	border-color: #084631;
}
/*@media (min-width:1200px){
	.circle-fem, .circle-cbd, .circle-auto {
		min-height: 338px;
		background-size: contain !important;
	}
}
@media (max-width: 767px){
	.circle-fem, .circle-cbd, .circle-auto {
		min-height: 338px;
		background-size: contain !important;
	}
}*/
@media (max-width: 1199px) and (min-width: 768px){
	.circlecontent{
		padding: 0;
	}
	
	.circle-fem h2, .circle-cbd h2, .circle-auto h2{
		margin-top: 10px;
	}
	.circle-fem p, .circle-cbd p, .circle-auto p {
		margin-bottom: 10px;
	}
	.circle-fem .x-btn, .circle-cbd .x-btn, .circle-auto .x-btn {
		font-size: 11px;
	}
}
@media (max-width: 767px){
	.circlecontent{
		padding: 45px 23px;
	}
}
@media (max-width: 480px){
	.circlecontent{
		padding: 32px 22px;
	}
	.circle-fem p, .circle-cbd p, .circle-auto p{
		font-size: 12px;
	}
	.circlecontent .x-btn{
		font-size: 11px;
	}
}
@media (max-width: 320px){
	.circlecontent{
		padding: 32px 0;
	}
	.circle-fem p, .circle-cbd p, .circle-auto p {
		font-size: 13px;
		line-height: 1.3;
	}
}

.mcdinfo{
	background-color: rgba(255,255,255,0.4);
	border-radius: 10px;
    margin: 5%;
    padding: 0 20px 20px;
    width: 90% !important;
    float: left;
}
.mcdinfo p, .mcdinfo h3{
	color: #FFFFFF;
	text-shadow: 1px 1px #6d6e71;
}
.mcdinfo h3{
	font-size: 24px;
}
.mcdinfo i{
	font-size: 24px;
	font-weight: bold;
	vertical-align: sub;
}
.monthly-strain{
	border-width: 2px;
	border-style: solid;
	background-color: transparent;
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
}
.monthly-strain .x-content-band{
	margin-bottom: 0;
}
.monthly-fem{
	border-color: #781748;
	background-image: url('/web/20180120055239im_/https://www.cannabisseeds.co.za/cannabis-seeds/monthly-cannabis-seeds-feminised.png');
}
.monthly-cbd{
	border-color: #0a3b83;
	background-image: url('/web/20180120055239im_/https://www.cannabisseeds.co.za/cannabis-seeds/monthly-cannabis-seeds-cbd.png');
}
.monthly-auto{
	border-color: #084631;
	background-image: url('/web/20180120055239im_/https://www.cannabisseeds.co.za/cannabis-seeds/monthly-cannabis-seeds-autoflowering.png');
}
.monthly-strain .x-img{
	margin-bottom: 0;
}
.monthly-fem h2, .monthly-fem h2 a{
	color: #781748;
}
.monthly-cbd h2, .monthly-cbd h2 a{
	color: #0a3b83;
}
.monthly-auto h2, .monthly-auto h2 a{
	color: #084631;
}
h2.monthly-head{
	margin-top: 0.5em;
    display: inline-block;
}
.monthly-fem h2.monthly-head{
	border-bottom: 2px solid #781748;
}
.monthly-cbd h2.monthly-head{
	border-bottom: 2px solid #0a3b83;
}
.monthly-auto h2.monthly-head{
	border-bottom: 2px solid #084631;
}
.monthly-fem .x-block-grid.two-up>li:nth-child(2n+1){
	border-right: 2px solid #781748;
}
.monthly-cbd .x-block-grid.two-up>li:nth-child(2n+1){
	border-right: 2px solid #0a3b83;
}
.monthly-auto .x-block-grid.two-up>li:nth-child(2n+1){
	border-right: 2px solid #084631;
}
.x-block-grid.two-up>li:nth-child(2n) {
	padding-right: 3%;
}
@media (max-width: 480px){
	.monthly-fem .x-block-grid.two-up>li:nth-child(2n+1), 
	.monthly-cbd .x-block-grid.two-up>li:nth-child(2n+1), 
	.monthly-auto .x-block-grid.two-up>li:nth-child(2n+1) {
		border-right: none;
	}
}
.x-block-grid-item:first-child p:first-child{
	display: none;
}

.monthly-fem .productloop_link{
	background-color: #781748;
}
.x-flexslider-shortcode-container.with-container{
	padding: 0;
	border: none;
}

/* Homepage slides */
li.x-slide,.monthly-cbd {
    overflow: hidden;
}
.x-slide .monthly-strain{
	float:left;
}
.slideleft{
	width: 30.66666%;
	float: left;
	margin-right: 4%;
}
.slideleft img{
	height: 450px;
}
.slideright{
	width: 65.33332%;
	float: left;
}
.sliderow{
	width: 100%;
	float: left;
	margin-top: 15px;
}
.slidehalf{
	width: 47.5%;
	float: left;
	padding-right: 5%;
}
.slidehalf:first-child{
	border-right-width: 2px;
	border-right-style: solid;
	margin-right: 5%;
}
.slidehalf p{
	text-align: justify;
}
.monthly-fem .slidehalf:first-child{
	border-right-color: #781748;
}
.monthly-cbd .slidehalf:first-child{
	border-right-color: #0a3b83;
}
.monthly-auto .slidehalf:first-child{
	border-right-color: #084631;
}
.slideright .popover.right{
	margin-left: 3.75em;
	margin-top: 0.75em;
}

@media (max-width:1199px){
	li.x-slide,.monthly-cbd {
	    height: 640px !important;
	}
}
@media (max-width:767px) {
	.sliderband{
		display:none;
	}
/*	.slideleft{
		display:none;
	}
	.slideright{
		width: 100%;
	}
	.slidehalf:first-child{
		padding-left:5%;
	}*/
}
@media (max-width:480px) {
	.slidehalf{
		width: 100%;
		padding-left:5%;
	}
	.slidehalf:first-child{
		border-right: none;
	}
	.btn-fem, .btn-auto, .btn-cbd{
		margin-right: 0;
	}
}


/* ABOUT US, FAQ, Testimonials */
.seedbanner{
	height:370px;
	background: #10100b url('/web/20180120055239im_/https://www.cannabisseeds.co.za/cannabis-seeds/cannabis-seed-bank-about.jpg') top center no-repeat;
}
.seedbanner div{
	height: 100%;
}
.seedbannercontent, .seedbanner div.seedbannercontent{
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
}
.seedbannercontent h1{
	font-size: 32px;
	margin-bottom: 0.8em;
}

.leafbanner{
	height:370px;
	background: #72788a url('https://web.archive.org/web/20180120055239im_/https://www.cannabisseeds.co.za/cannabis-seeds/leafbanner-1.jpg') top right no-repeat;
}
.leafbannercontent{
	padding-top: 80px;
}
.leafbannercontent p{
	color: #fff;
	font-size: 32px;
	text-shadow: 2px 2px #6d6e71;
}

.plantbanner{
	height:370px;
	background: #6199b3 url('/web/20180120055239im_/https://www.cannabisseeds.co.za/cannabis-seeds/medical-cannabis-plants.jpg') top right no-repeat;
	background-size: cover;
}
.plantbannercontent{
	padding-top: 280px;
}
.plantbannercontent p{
	color: #fff;
	font-size: 32px;
	text-shadow: 2px 2px #6d6e71;
}

/* CONTACT */
.wpcf7-form p{
	color: #49c0b5;
}
.x-btn-green, [type="submit"]{
	color: #FFFFFF !important;
	background-color: #49c0b5 !important;
}
.x-btn-green:hover, .x-btn-green:active, .x-btn-green:focus, [type="submit"]:hover{
	color: #FFFFFF !important;
	background-color: rgb(103,154,35) !important;
}

@media (min-width: 980px) {
	.contact-info{
		padding-left: 20%;
	}
}

/* Product page */

.woocommerce div.product .summary .product_title{
	font-weight: 300;
}
@media (min-width:1200px) {
	.woocommerce div.product .images{
		width: 31% !important;
	}
	.woocommerce div.product .summary{
		width: 65% !important;
	}
	.product-info-left, .product-prices-right{
		width: 48%;
	}
	.product-info-left{
		float:left;
	}
	.product-prices-right{
		float: right;
	}
	.product_attributes{
		margin-top: 40px;
	}
	li.product .product_attributes{
		margin-top: 0;
	}
}
table.product_attributes td{
	padding: 0.2em;
}

.x-header-landmark{
	border: none;
	padding: 0;
}
.x-landmark, .x-landmark-breadcrumbs-wrap .x-landmark{
	display: none;
}
@media (max-width: 979px){
	.x-landmark-breadcrumbs-wrap .x-landmark {
	    display: none;
	}
}
.x-breadcrumbs{
	text-align: left;
	font-size: 12px;
}
.woocommerce div.product .images .x-img-thumbnail{
	padding: 0 !important;
}
.category-fem .x-img-thumbnail, .product_cat-feminised-cannabis-seeds .x-img-thumbnail{
	border: 2px solid #781748;
}
.category-fem .imagesa{
	border: 3px solid #781748;
}
.category-fem .product_title, .product_cat-feminised-cannabis-seeds .product_title,
.category-fem .productdesc, .product_cat-feminised-cannabis-seeds .productdesc{
	color: #781748;
}

.category-auto .x-img-thumbnail, .product_cat-autoflowering .x-img-thumbnail{
	border: 2px solid #084631;
}
.category-auto .images{
	border: 2px solid #084631;
}
.category-auto .product_title, .product_cat-autoflowering .product_title,
.category-auto .productdesc, .product_cat-autoflowering .productdesc{
	color: #084631;
}

.category-cbd .x-img-thumbnail, .product_cat-cbd .x-img-thumbnail{
	border: 2px solid #0a3b83;
}
.category-cbd .images{
	border: 2px solid #0a3b83;
}
.category-cbd .product_title, .product_cat-cbd .product_title,
.category-cbd .productdesc, .product_cat-cbd .productdesc{
	color: #0a3b83;
}


.variations td, .variations th{
	padding: 0.5em 0;
}
.woocommerce div.product .summary .productoptions .price>.amount, .woocommerce div.product .summary .productoptions .price>ins>.amount{
	font-size: 16px;
}
.variations td.productoptions{
	padding-right: 0.5em;
}

.productdesc{
	margin: 0.8em 0;
	display: inline-block;
	font-size: 160%;
}
.product_cat-feminised .productdesc{
	border-bottom: 1px solid #781748;
}
.product_cat-autoflowering .productdesc{
	border-bottom: 1px solid #084631;
}
.product_cat-cbd .productdesc{
	border-bottom: 1px solid #0a3b83;
}

h3.productpage-cat{
	margin-top: 0;
	font-size: 20px;
	color: #6d6e71;
	text-transform: uppercase;
	font-weight: 300;
}
table.product_attributes td{
	border-top: none;
}
.attribute-list li{
	list-style-type: none;
	font-size: 14px;
	line-height: 1;
}

.woocommerce div.product .summary .product_title{
	margin-bottom: 0 !important;
}
.product-prices-right .woocommerce .quantity input[type="number"]{
	padding: 0 0 0 0.65em;
}
.product-prices-right .x-btn, .product-prices-right .button, .product-prices-right [type="submit"]{
	padding: 0.2em 0.8em;
}
.cart-button{
	font-size: 14px;
}
.woocommerce .quantity{
	margin-right: 5px;
	float: left;
}

.popover {
    width: auto !important;
}
img.attachment-entry.size-entry.wp-post-image{
	display:block;
}


/* CATEGORY PAGE */
header.entry-header{
	border-bottom: none;
}
.woocommerce li.product .entry-featured{
	padding: 0;
	border: none;
}
.woocommerce li.product .entry-featured img{
	border: 1px solid #fff;
}
.woocommerce li.product .entry-wrap{
	border-width: 0 1px 1px 1px;
	border-style: solid;
}
.woocommerce li.product-cat-feminised .entry-featured img, 
.woocommerce li.product_cat-feminised .entry-featured img, 
.woocommerce li.category-fem .entry-featured img {
	border-color: #781748;
}
.woocommerce li.product-cat-feminised .entry-wrap, 
.woocommerce li.product_cat-feminised .entry-wrap, 
.woocommerce li.category-fem .entry-wrap {
	border-color: #781748;
}

.woocommerce li.product-cat-autoflowering .entry-featured img, 
.woocommerce li.product_cat-autoflowering .entry-featured img, 
.woocommerce li.category-auto .entry-featured img {
	border-color: #084631;
}
.woocommerce li.product-cat-autoflowering .entry-wrap, 
.woocommerce li.product_cat-autoflowering .entry-wrap, 
.woocommerce li.category-auto .entry-wrap {
	border-color: #084631;
}

.woocommerce li.product-cat-cbd .entry-featured img, 
.woocommerce li.product_cat-cbd .entry-featured img, 
.woocommerce li.category-cbd .entry-featured img {
	border-color: #0a3b83;
}
.woocommerce li.product-cat-cbd .entry-wrap, 
.woocommerce li.product_cat-cbd .entry-wrap, 
.woocommerce li.category-cbd .entry-wrap {
	border-color: #0a3b83;
}

.woocommerce li.product .entry-header h3{
	margin-left: 10px !important;
}
.woocommerce li.product .entry-product h3{
	margin-bottom: 0.05em;
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	min-height: 48px;
}
.woocommerce li.product h3.productpage-cat{
	font-size: 13px;
	margin-bottom: 1em
}

.woocommerce li.product-cat-feminised h3 a,
.woocommerce li.product_cat-feminised h3 a,
.woocommerce li.category-fem h3 a
{
	color: #781748;
}

.woocommerce li.product-cat-autoflowering h3 a,
.woocommerce li.product_cat-autoflowering h3 a,
.woocommerce li.category-auto h3 a
{
	color: #084631;
}

.woocommerce li.product-cat-cbd h3 a,
.woocommerce li.product_cat-cbd h3 a,
.woocommerce li.category-cbd h3 a
{
	color: #0a3b83;
}

li .productloop_link{
    color: #ffffff;
    font-size: 12px;
}

li.product-cat-feminised .productloop_link,
li.product_cat-feminised .productloop_link,
li.category-fem .productloop_link{
	background-color: #781748;
}

li.product-cat-autoflowering .productloop_link,
li.product_cat-autoflowering .productloop_link,
li.category-auto .productloop_link{
	background-color: #084631;
}

li.product-cat-cbd .productloop_link,
li.product_cat-cbd .productloop_link,
li.category-cbd .productloop_link{
	background-color: #0a3b83;
}
.x-btn.productloop_link:hover{
	background-color: #49c0b5;
	color: #FFF;
}
.woocommerce li h3 a:hover, .woocommerce li h3 a:hover, .woocommerce li h3 a:hover{
	color: #49c0b5;
}
.woocommerce li .entry-wrap:hover, .woocommerce li:hover .entry-wrap{
	border-color: #49c0b5;
}
.shop_categories{
	margin: 0 0 2em;
    float: left;
    width: 100%;
    font-size: 12px;
    padding-bottom: 5px;
    border-bottom: 1px solid #49c0b5;
}
.shop_categories li{
	float: left;
	list-style-type: none;
	padding: 0;
}
.shop_categories li a{
	color: #6d6e71;
	border-right: 1px solid #49c0b5;
	padding: 0 10px;
	text-transform: uppercase;
}
.shop_categories li a:hover{
	color: #49c0b5;
}
.shop_categories li.current-cat a{
	color: #49c0b5;
}
.shop_categories li:last-child a{
	border-right: none;
}
.shop_categories li:first-child a{
	padding-left: 0;
}
.woocommerce-result-count{
	clear: both;
}

.x-pagination{
	clear: both;
	margin: 0;
}
.x-pagination ul{
	background: none;
}
.x-pagination a, .x-pagination span{
	border-radius: 0;
	border: 1px solid #49c0b5;
}
.woocommerce-result-count, 
.woocommerce-ordering{
	margin-bottom: 0;
}
.woocommerce li.product.category-fem,
.woocommerce li.product.category-auto,
.woocommerce li.product.category-cbd{
	margin-bottom: 4%;
}
.h-cat{
	font-size: 170%;
}

.x-tab-pane.description_pane .productdesc{
	margin-top: 0;
}

/* archives pages */ 
.woocommerce li.category-fem .entry-featured:hover img,
.woocommerce li.category-cbd .entry-featured:hover img,
.woocommerce li.category-auto .entry-featured:hover img {
	border-color: #49c0b5;
}

.out-of-stock {
    position: absolute;
    top: 100px;
    margin: 0;
    padding: 0.45em 0.5em 0.575em;
    display: block;
    font-size: 14px;
    white-space: nowrap;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: #1E1E1F 1px 1px 1px;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
}
li.category-cbd .entry-product .out-of-stock{
	color: #0a3b83;
}
li.category-fem .entry-product .out-of-stock{
	color: #781748;
}
li.category-auto .entry-product .out-of-stock{
	color: #084631;
}

.stock{
	display: none;
}


/* CHECKOUT PAGES */
/* Cart */
.woocommerce .wc-proceed-to-checkout .wc-forward{
	color: #ffffff;
	background-color: #49c0b5;
}
.x-alert-danger, .buddypress #message.error, .bbp-template-notice.error {
    background-color: #d7e4c6;
    border-color: #bcd898;
    color: #49c0b5;
}

/* FILTERS */
.woocommerce .x-main{
	width: 100%;
}
.x-sidebar, .woocommerce .x-sidebar {
    width: 100%;
    float: left;
}
.x-sidebar .widget, .x-main .widget {
	margin-top: 0;
}
.widget_layered_nav {
    width: 22%;
    float: left;
    margin-right: 4%;
    margin-top: 0;
}
.widget_layered_nav:last-child{
	margin-right:0;
}
aside .h-widget, .widget-area .h-widget{
	display:none;
}
.page-description{
	float:left;
}
.dropdown_layered_nav_composition-filter option:first-child{
	text-transform: uppercase;
}

/* Age restriction popup */
#itro_popup h1{
	margin-top: 0.2em;
}
#itro_popup h1, #itro_popup p{
	text-align: center;
}
#itro_popup p{
	color: #6d6e71;
}
#itro_popup input{
	border-radius: 0.25em;
	border: none;
	padding: 5px 12px 6px;
}
@media (max-width: 480px) {
	#itro_popup h1{
		font-size: 250%;
	}
}

/* TEMP PAGE */
.page-id-788 #top, .page-id-788 .x-main{
	min-height:100%;
}
.coming{
	color: #8bc544;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	width: auto;
	padding: 5px 0;
	font-size: 20px;
}
.topgap{margin-top:80px;}
.page-id-788 .site{
	background-color: #555658;
}
.page-id-788 p{
	color: #FFF;
}
.page-id-788 a{
	color: #FFF;
}
.page-id-788 a:hover{
	color: #49c0b5;
}
.page-id-788 img{
	max-width: 95%;
}

/* Content dock */
@media (max-width: 767px) {
	.x-content-dock {
	    display: block !important;
	    max-width: 90%;
	}
}

/* Newsletter widget */
.newsletter-widget h4{
	margin-top: 1em;
}
.newsletter-widget p{
	color: #6d6e71;
}
.newsletter-submit{
	border: 0;
    padding: 8px 15px !important;
    font-size: 100% !important;
    display: inline-block;
    vertical-align: top;
}

/* Newsletter content dock */ 
#text-5 .tnp-subscription input.tnp-submit, #text-6 .tnp-subscription input.tnp-submit{
	width: 100%;
}
#text-6 table td{
	border: none;
	padding: 0.5em 0;
}

/* Footer */
footer.x-colophon.top .cat-item-108, 
footer.x-colophon.top .cat-item-15{
	display: none;
}
footer.x-colophon.top .h-widget{
	font-size: 120%;
	color: #6d6e71;
}
footer.x-colophon.top .h-widget:before{
	content: none;
}
footer.x-colophon.top .widget_nav_menu ul{
	border-bottom: none;
}
footer.x-colophon.top .widget{
	margin-top: 0;
}
/*.x-colophon.bottom{
	padding-top: 0;
	background: -webkit-linear-gradient(top, #cccccc 0%,#cccccc 50%,#cccccc 60%,#6d6e71 60%,#6d6e71 100%); 
    background: -o-linear-gradient(top, #cccccc 0%,#cccccc 50%,#cccccc 60%,#6d6e71 60%,#6d6e71 100%); 
    background: -moz-linear-gradient(top, #cccccc 0%,#cccccc 50%,#cccccc 60%,#6d6e71 60%,#6d6e71 100%); 
    background: linear-gradient(to bottom, #cccccc 0%,#cccccc 50%,#cccccc 60%,#6d6e71 60%,#6d6e71 100%);
}*/
.footservices {
	padding: 70px 0;
}
.newsletter-email{
	width: 100%;
}
.newsletter-widget p{
	margin-bottom: 0;
}

.topfoot{
	background-color: #49c0b5;
}



/* Blog */
.right{
	float: right;
}
.posts-container{
	float:left;
}
.format-standard .entry-title:before {
    content: "";
}
p.tagLinks{
	margin:0.6em 0;
	font-size: 80%;
}
.tagLinks a{
	background-color:#aaaaaa;
	color: #f4f4f4;
    padding: 0 4px;
    text-transform: uppercase;
	border-radius: 2px;
}
.tagLinks a:hover{
	background-color:#00a550;
	color: #f4f4f4;
}

.recent-posts-list .x-recent-posts a{
	border: none;
	padding:0;
}
.recent-posts-list  .x-recent-posts-date {
	display: none;
}

@media (min-width: 768px) {
	.recent-posts-list .x-recent-posts .x-recent-posts-img{
		padding-bottom: 25%;
		width: 40%;
		float: left;
	}
	.recent-posts-list .x-recent-posts .x-recent-posts-content{
		float: left;
		width: 60%;
		padding: 0 0 0 10px;
	}
	.recent-posts-list .x-recent-posts .h-recent-posts{
		white-space: normal;
	}
	.recent-posts-list .entry-wrap{
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #f2f2f2;
	}
}
li.categories, .categories li{
list-style-type: none;
}
.categories ul{margin-left:0;}
.categories li{
float: left;
margin: 0 5px 5px 0;
}
.categories li a{
	background-color:#00a550;
	color: #f4f4f4;
    padding: 0 4px;
    text-transform: uppercase;
    border-radius: 2px;
}
.categories li a:hover{
    background-color: #aaaaaa;
    color: #f4f4f4;
}
.categories .children li a{
    background-color: #aaaaaa;
    color: #f4f4f4;
}
.categories .children li a:hover{
	background-color:#00a550;
	color: #f4f4f4;
}

.prevnext_links {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
.pagination{
	width: 100%;
	float: left;
}
.pagination ul{
	background-color: transparent;
}
.pagination a, .pagination span{
	color: #00a550;
    font-weight: 600;
    border: 1px solid rgba(0,0,0, 0.3);
	border-radius: 3px;
	margin: 0 2px;
	padding: 4px 7px;
	height: auto;
}
.pagination span{
	width: auto !important;
}
.pagination a:hover, .pagination span.current{
	color: #FFF;
	background-color: #00a550 !important;
	border-color: #00a550;
}
.more-link{
	text-decoration:none;
}
@media (min-width: 980px) {
	.blogpage .hentry{
		width:48%;
		float:left; 
		padding: 0 1em 2em; 
		margin:0;
	}
	.blogpage .posts-container{
		margin:0 -1em;
		float: left;
	}
	.blogpage .hentry:nth-child(2n+1){
		clear:both;
	}
	.pagination{
		float: inherit; 
		width: 100%;
	}
}
.blogpage .entry-title{
	font-size: 130%;
}
.blogpage .entry-content.excerpt p{
	line-height: 1.4;
}
aside .cat-item{
	text-transform: uppercase;
	font-size: 20px;
}
aside .children .cat-item{
	text-transform: initial;
	font-size: 16px;
}
aside .children .cat-item:before{
	content: "\203a";
    padding-left: 15px;
    color: #00a550;
}
aside .children .cat-item a{
	margin-left: 10px;
	color: #00a550;
}
aside .cat-item a:hover ,aside .children .cat-item a:hover{
	color: #49c0b5;
}
.category_links{
	float: left;
	width: 96%;
	padding: 2%;
	border: 2px solid #ddd;
	margin-bottom: 15px;
}
.category_links_row {
    float: left;
    width: 100%;
}
.category_links h2 {
    font-size: 130%;
    margin-top:0;
}
.subcategory_links {
    margin: 0 -1em;
    float: left;
    width: 100%;
}
.cat_column {
    margin: 0 1em;
    width: 28%;
    float: left;
}
.cat_column ul {
    list-style-type: none;
    margin-left: 0;
}
.cat_column.cat_column_last{
	margin-right: 0;
}
@media (max-width: 767px) {
	.cat_column {
    	width: 100%;
	}
	.cat_column ul{
		margin-bottom: 0;
	}
	.cat_column.cat_column_last ul{
		margin-bottom: 1.5em;
	}
	#categories-2, #text-2{
		display:none;
	}
	div#search-2{
		margin-bottom: 2em;
	}
	.x-sidebar{
		margin-top: 0.5em;
	}
}
a.entry-thumb:hover:before{
	opacity: 0;
}
.x-recent-posts .format-standard .x-recent-posts-img:before{
	content: "";
}

/* Newsletter pages */
.femlink, .cbdlink, .autolink{
	color: #FFF !important;
}
.femlink{
	background-color: #781748 !important;
}
.cbdlink{
	background-color: #0a3b83 !important;
}
.autolink{
	background-color: #084631 !important;
}

/* Added to cart message */
.woocommerce-message .button:hover{
	margin: 0 0 0 40px !important;
}

.x-breadcrumbs {
		margin-top: 40px;
}

.x-img.right {
    margin: 0em 0 0em 1.5em;
}
@media all and (max-width: 736px) { 
	.x-brand img {
		height: 60px;
		width: auto;
	}
}
