/*
Theme Name: Stacey Curcio
Description: Stacey Curcio Web Site
Author: MadeKnown
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:
*/

.product-purchase-note{
    display:none;
}

.ssba-wrap {
	padding: 10px 10px 0 !important;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0 !important
}

.resp-sharing-button {
  border-radius: 0px;
  width: 23px !important;
  height: 23px !important;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  margin: 0 0 10px;
}

.resp-sharing-button__icon svg {
  width: 17px !important;
  height: 17px !important;
  margin-right: 0px !important;
  vertical-align: top;
  position: relative;
  top: -8px;
  left: -8px;

}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293;
}

.user-content p a.button {
	text-decoration: none !important;
}




/* Woocommerce */

.single-product .woocommerce-breadcrumb,.single-product .woocommerce-message{display:none;}

.single-product .woocommerce-product-gallery{
	width:100% !important;
	float:none !important;
}
.single-product .woocommerce-product-gallery figure{margin:0;}

.single-product .left-column{
	width:872px;
	float:left;
	background:#fff;
	padding:0 0 40px;
}

.top-part{
	padding:22px;
	overflow:hidden;
}

.top-part h1{
	font-size:46px;
	font-family:'Source Serif Pro',sans-serif;
	color:#4b6728;
	font-weight:normal;
	margin:0;
	padding:0;
	line-height:normal;
}

.top-part em.date{
	font-size:13px;
	color:#575756;
	font-style:italic;
	font-family: 'Fira Sans', sans-serif;
}

.woocommerce .container.content-wrapper{
	padding:40px 0;
	background:url('img/bg-wrap.png');
}

.product-content{
	width:100%;
	overflow:hidden;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:0 40px 0 24px;
}
.product-content h2{
	font-size:32px;
	font-family:'Source Serif Pro',sans-serif;
	color:#4b6728;
	font-weight:normal;
	margin:0;
	padding:0;
	line-height:normal;
}
.product-content p{
	font-size:18px;
	line-height:30px;
	color:#575756;
	margin:0 0 18px;
}

.product-details{
	width:100%;
	overflow:hidden;
}
.product-details .duration{
	/*width:175px;*/
	float:left;
	margin:0 35px 0 0;
}
.product-details h2{margin-bottom:12px;}
.product-details .cost{
	width:200px;
	float:left;
}

.amount {/*color:#575756;font-size:18px;*/}
.woocommerce input.button,.woocommerce a.button{
	height:38px !important;
	color:#fff !important;
	text-align:center !important;
	background:#96a369 !important;
	text-transform:uppercase;
	font-family:'Source Serif Pro',sans-serif;
	transition:ease 350ms background-color;
	-webkit-transition:ease 350ms background-color;
}
.woocommerce input.button:hover,.woocommerce a.button:hover{background:#758149 !important;}


.woocommerce a.checkout-button{height:auto !important;}
.cart-collaterals h2{text-align:right;margin-bottom:10px;}
.cart-collaterals td{text-align:right;}

.coupon .input-text{width:105px !important;height:38px;}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
	border:1px solid #ccc;
	height:38px;
	padding-left:5px;
	padding-right:10px;
}

ul.woocommerce-order-overview{text-align:center; list-style:none !important;padding-left:0px !important;width:100% !important;}
ul.woocommerce-order-overview li{list-style:none !important;float:none !important;display:inline-block;}
ul.woocommerce-order-overview li:before{display:none;}

.woocommerce-order-details h2{margin-bottom:15px;}
/*.for-logged-in{display:none !important;}*/
.for-logged-in{display:inline-block !important;vertical-align:top;margin-top:4px;position:relative;}

@media screen and (min-width: 1221px){
	ul.products li{width:362px !important;}
}
ul.products li{background:#fff;}
ul.products li .hold{padding:25px;}



ul.products li em.date{
	font-size:13px;
	color:#575756;
	font-style:italic;
	font-family: 'Fira Sans', sans-serif;
	margin:0 0 12px;
	display:block;
}


/*
ul.products li{
	width:358px !important;
	float:left;
	margin:0 52px 45px 0  !important;
}
ul.products li:nth-child(3n){margin-right:0px  !important;}
*/
ul.products li img{
	width:100%;
	height:auto;
}

ul.products li h2{
	font-size:28px;
	line-height:36px;
	font-family:'Source Serif Pro',sans-serif;
	color:#4b6728;
	font-weight:normal;
	margin:0 0 16px;
	padding:0;
	line-height:normal;
}
ul.products li p{
	font-size:20px;
	color:#575756;
	font-family: 'Fira Sans', sans-serif;
	margin:0 0 12px;
}
ul.products a.button{text-transform:none;}	

.shop-desc{
	width:100%;
	overflow:hidden;
}
.shop-desc h1{
	margin:0 0 18px;
	padding:0;
	font-size:46px;
	font-family:'Source Serif Pro',sans-serif;
	color:#4b6728;
	font-weight:normal;
	line-height:normal;
}
.shop-desc img{margin-bottom:18px;}
.shop-desc p{
	font-size:20px;
	color:#575756;
	margin:0 0 16px;
}

.h-hold{
	width:100%;
	text-align:center;
	margin:0 0 25px;
}
.h-hold p.sort-by{
	display:inline-block;
	vertical-align:top;
	color:#575756;
	font-size:18px;
	text-transform:uppercase;
	margin:4px 10px 0 0;
	font-family: 'Fira Sans', sans-serif;
	
}

.h-hold .woocommerce-ordering{
	display:inline-block;
	vertical-align:top;
	float:none !important;
	font-family: 'Fira Sans', sans-serif;
	width:110px;
	height:29px;
	background:url('img/bg-form.png') no-repeat;
	position:relative;
}

.h-hold .woocommerce-ordering:after{
	position:absolute;
	right:8px;
	top:11px;
	background:url('img/s-arrow.png') no-repeat;
	width:13px;
	height:9px;
	content:'';
}
.h-hold .woocommerce-ordering select{
	width:100% !important;
	height:100% !important;
	background:none !important;
	font-size:18px;
	border:none !important;
	color:#575756;
	-moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;
 text-transform:uppercase;
 padding-left:5px;
}

.h-hold .woocommerce-ordering select::-ms-expand {
    display: none;
}

#shop-sidebar{
	width:260px;
	float:right;
}
#shop-sidebar h3{
	font-size:21px;
	color:#4a671e;
	font-family:'Source Serif Pro',sans-serif;
	padding:0 0 8px;
	margin:0 0 18px;
	background:url('img/title-border.png') no-repeat 0 100%;
}
#shop-sidebar ul{
	width:100%;
	overflow:hidden;
}
#shop-sidebar ul.products li{
	width:100% !important;
	margin:0 0 25px;
}
#shop-sidebar ul.products li .hold{padding:0 14px 14px;}
#shop-sidebar ul.products li a:hover img{opacity:0.8;}

ul.products li h2 a{color:inherit;}

.wrapper.product{overflow:hidden;}

.user-part{
	position:absolute;
	top:10px;
	right:0px;
}

header .header-search{position:static;display:inline-block;vertical-align:top;margin-right:16px;}

.nav-drop-item{
	float:none !important;
/*	overflow: visible !important;*/
}

.nav-drop{
	background:#96a369;
	z-index: 1000;
	padding-top: 20px;
	padding-bottom: 20px;
	position: absolute;
	left: -9999px;
}


header .header-nav .nav-drop li a{font-size:18px !important;}
header .header-nav .nav-drop li a,header .header-nav .nav-drop li:hover > a{color:#fff !important;text-align:left;}
//header .header-nav .nav-drop li{background:url('https://cultivatingwellness.com.au/wp-content/themes/coded/img/drop-border.png') no-repeat;}
header .header-nav .nav-drop{min-width:194px;text-align:left;}

.menu-item-has-children{
	overflow: visible !important;
}

li.nav-drop-item a{
	color:#606154 !important;
}

.header-nav ul li:hover ul {
	left: 0; 
}

/* Responsive Shop */

@media screen and (max-width: 1220px) {
	.single-product .left-column{width:65%;}
	#shop-sidebar{width:32%;}
	#shop-sidebar ul.products li{width:100% !important;}
	
}

@media screen and (max-width: 768px) {
	.single-product .left-column{width:auto;float:none;margin-bottom:20px;}
	#shop-sidebar{width:auto;float:none;}
	.top-part h1{font-size:34px;}
	#shop-sidebar ul.products li{width:100% !important;}
	ul.products li h2{font-size:20px;}
	ul.products li .hold{padding:10px;}
	ul.products li p{font-size:13px;}
	.woocommerce input.button, .woocommerce a.button{font-size:12px !important;padding-top:12px !important;}
	.nav-drop-item a {
	    color: #fff !important;
    font-size: 15px !important;
    margin-left: 15px;
	}
	
	.nav-drop {
    background: none;
    z-index: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    left: 0;
    }
    
    li.nav-drop-item a {
        color: #FFF !important;
    }



}


@media only screen and (max-width: 500px) {
  .type-product {
    margin: 0 !important;
    width: 100%;
    margin-bottom: 30px !important;
    }  

    svg.op { width: 250px; }
    svg.pps { width: 280px; }
    svg.ips { width: 280px; }
    
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
        width:100% !important;
    }
}



@media screen and (max-width: 320px) {
  .type-product {
    margin: 0 !important;
    width: 100%;
    margin-bottom: 30px !important;
    } 
    
    svg.op { width: 250px; }
    svg.pps { width: 280px; }
    svg.ips { width: 280px; }
    
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
        width:100% !important;
    }
}



@media screen and (max-width: 1220px) and (min-width: 768px){
	ul.products li{width:30% !important;margin-right:4% !important;}
	ul.products li.last{margin-right:0px !important;}
}



header .header-nav .nav-drop li span, header .header-nav .nav-drop li:hover > span {
    color: #fff !important;
    text-align: left;
}

header .header-nav ul li:hover > span {
    color: #96a369;
}

header .header-nav .nav-drop li span {
    font-size: 18px !important;
}

header .header-nav ul li span {
    color: #606154;
    font-family: 'Source Serif Pro','Arial',sans-serif;
    font-size: 21px;
    display: block;
    padding: 0 16px 0 13px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    line-height: 27px;
    position: relative;
}

header .header-nav ul li span {
    color: #606154 !important;
}

.menu ul li span {
    color: #fff;
    font-family: 'Fira Sans','Arial',sans-serif;
    font-size: 16px;
    padding: 7px 0;
    display: block;
}

header .header-nav ul li.current-menu-item span
{
color:#fff;
}

header .header-nav ul li span:hover {
    color:#fff;
}

header .header-nav ul li span {
    color:#fff;
    font-family: 'Source Serif Pro','Arial',sans-serif;
    font-size: 21px;
    display: block;
    padding: 0 16px 0 13px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    line-height: 27px;
    position: relative;
    cursor: pointer;
}

header .header-nav ul li.current-menu-item span {
    color: #fff !important;
}


.woocommerce-account .woocommerce-MyAccount-navigation{
    text-align:left;
}

h1{
    font-size: 40px !important;
    font-family: 'Source Serif Pro',sans-serif !important;
    color: #4b6728;
    font-weight: normal !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: normal;
}

h3{
    font-size: 26px !important;
    font-family: 'Source Serif Pro',sans-serif !important;
    color: #4b6728;
    font-weight: normal !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: normal;
}

h4{
    font-size: 20px !important;
    font-family: 'Source Serif Pro',sans-serif !important;
    color: #4b6728;
    font-weight: normal !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: normal;
}

h5{
    font-size: 16px !important;
    font-family: 'Source Serif Pro',sans-serif !important;
    color: #4b6728;
    font-weight: normal !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: normal;
}

h6{
    font-size: 12px !important;
    font-family: 'Source Serif Pro',sans-serif !important;
    color: #4b6728;
    font-weight: normal!important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: normal;
}

